@charset "utf-8";

/* ===================
clearfix 
===================*/ 
.clearfix:after {  
	visibility:hidden;
	height:0;
	display: block;
	font-size: 0;  
	content: " ";  
	clear: both;  
}  


/* ===================
link
===================*/
a { 
	outline: none; 
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover{
	text-decoration: underline;
	color: #000;
	opacity: 0.7;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
a:hover img{
	text-decoration: none;
	color: #000;
	opacity: 0.7;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
a:active {
	text-decoration: none;
	color: #000;
}

.main a:link {
	text-decoration: underline;
}

@media (min-width: 768px) {
 a[href*="tel:"] {
  pointer-events: none!important;
  cursor: default!important;
  text-decoration: none!important;
 }
}


/*==========================================
 body
===========================================*/
html { 
	font-size: 62.5%; 
}
body {
/*	font-family: "メイリオ","Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;*/
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	color: #000;
}

@media (max-width: 767px){
	body {
		font-size:1.3rem;
	}
	h1 {
		font-size:2.0rem;
	}
	h2 {
		font-size:2.0rem;
	}
	h3 {
		font-size:1.8rem;
	}
	h4 {
		font-size:1.5rem;
	}
	h5 {
		font-size:1.5rem;
	}
	p,ul,ol,dl,address{
		font-size:1.6rem;
	}
	table{
		font-size:1.5rem;
	}
	dl dd table {
		font-size:1.5rem;
	}
 p.readText{
		font-size:2.2rem;
 }
}
@media (min-width: 768px){
	body {
		font-size:1.6rem;
	}
	h1 {
		font-size:5.0rem;
	}
	h2 {
		font-size:3.0rem;
	}
	h3 {
		font-size:2.5rem;
	}
	h4 {
		font-size:2.2rem;
	}
	h5 {
		font-size:1.8rem;
	}
	p,ul,ol,dl,address{
		font-size:1.8rem;
	}
	table{
		font-size:1.8rem;
	}
	dl dd table {
		font-size:1.8rem;
	}
 p.readText{
		font-size:4.0rem;
 }
}

@media (max-width: 767px){
	.hiden_sp {
		display: none;
	}
}
@media (min-width: 768px)  {
	.hiden_pc {
		display: none;
	}
}


/*==========================================
[header]
===========================================*/
.header {	
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0; 
  background-color: #fff;
}
@media (max-width: 992px)  {
	.header {
		position: fixed;
 }
}


/*	------------------------------------------
 siteRead
------------------------------------------ */
/*
.siteRead {
	display: none;
}
@media (min-width: 768px)  {
	.siteRead {
		background-color: #000;	
		color: #fff;
		padding-top: 8px;
		padding-bottom: 8px;
		display:block;
	}
	.siteRead p {
		font-size: 1.2rem;
	}
}
*/


/*	------------------------------------------
 headerTop
------------------------------------------ */
.headerTop {
	width: 100%;
	position: relative;
}
@media (max-width: 992px)  {
	.headerTop {
    padding-bottom: 5px;
 }
}

/*	logo
------------------------------------------ */
.logo {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
h1.logo {
 font-size: 1em;
}
@media (max-width: 992px){
  .logo {
    margin-top: 10px;
  }
	.logo img{
		width: 60%;
	}
}
@media (min-width: 993px)  {
  .logo {
    margin-top: 20px;
  }
}


/*	------------------------------------------
	gNav
------------------------------------------ */
.gNavWrapp{
	clear: both;
	width: 100%;
}
@media (max-width: 992px)  {
	.pcNav {
		display: none!important;
	}
	.gNavWrapp {
		margin-left: -1.5rem;
		margin-right: -1.5rem;
		width: 100%;
		margin-top: 0px;
	}
	.gNav{
		border-top: 1px #ccc solid;
		background-color: #000;
		text-align: center;
		width: 100%;
	}
	.gNav li {
		width: 100%;
	}
	.gNav li a{
		padding:15px 0px;
		display: block;
		border-bottom: 1px #ccc solid;
		position: relative;
		color: #fff;
		font-size: 1.3rem;
	}
	.gNav li a br{
		display: none;
	}
	.gNav li a::before,
	.gNav li a::after{
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
	.gNav li a::before{
		right: 15px;
		width: 4px;
		height: 4px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

@media (min-width: 993px)  {
	.gNav {
		margin-bottom: 0px;
		display:flex;
	}
	.gNav li {
		text-align: center;
		align-self:center;
		/*width: 16.666%;*/
		width: 14.285%;
	}
	.gNav li a{
		display: inline-block;
		font-size: 1.8rem;
		width: 100%;
		font-weight: 600;
  	padding-top:20px;
		padding-bottom: 20px;
	}
	.gNav li a:hover,
  .gNav li.current a{
    text-decoration: none;
    color: #e95513;
  }
  .gNav li.current:first-child a{
    color: #000;
  }
  .gNav li.current:first-child a:hover{
    color: #e95513;
  }
}
/*
@media (min-width: 1601px)  {
  .gNav li a{
  	padding-top:40px;
	}
}
*/


/*==========================================
 [content]
===========================================*/
.contents {
	padding-bottom: 10.0rem;
}
@media  (max-width: 992px){
	.contents {
		margin-top: 50px;
    padding-bottom: 4.0rem;
	}
}


/*==========================================
 [main]
===========================================*/
/*	------------------------------------------
	TopicPath
------------------------------------------ */
.TopicPathWrapp {
	padding-top: 12px;
	padding-bottom: 12px;
	clear: both;
}
ul.TopicPath li {
	float:left;
	margin-right:0.3em;
	font-size:1.4rem;
}
ul.TopicPath li a {
	padding-right: 0.5em;
	text-decoration: underline;
	color:#000;
}
@media (max-width: 767px)  {
 .TopicPathWrapp {
  margin-bottom: 4.0rem;
	}
}
@media (min-width: 768px)  {
 .TopicPathWrapp {
/*  margin-bottom: 8.0rem;*/
	}
}


/* ------------------------------------------  
	main / wrapp
------------------------------------------ */
@media (max-width: 767px)  {
	.main p {
		line-height: 1.6;
	}
	.main table{
		line-height: 1.6;
	}
	.main ul li{
		line-height: 1.6;
	}
}
@media (min-width: 768px)  {
	.main p {
		line-height: 2.0;
	}
	.main table{
		line-height: 1.8;
	}
	.main ul li{
		line-height: 2.0;
	}
}


/* mainInner 
------------------------------------------ */
.mainInner {
}

/* anc
------------------------------------------ */
.anc {
  margin-top:-50px;
  padding-top:50px;
}
@media (max-width: 767px)  {
	.anc {
		margin-top:-30px;
		padding-top:30px;
	}
}

/* contentsWrapp
------------------------------------------ */
.contentsWrapp {
 margin-top: 4.0rem;
 margin-bottom: 8.0rem;	
}
.contentsWrapp:first-child {
 margin-top: 0px;
}
.contentsWrapp:last-child {
 margin-bottom: 0px;
}

/* readWrapp
------------------------------------------ */
.readWrapp {
 margin-top: 4.0rem;
 margin-bottom: 6.0rem;	
}

/* colorWrapp
------------------------------------------ */
.colorWrapp {
  padding: 2.5rem;
  background-color: #fff7c3;
}
.colorWrapp h4 {
  margin-top: 0.0rem!important;
}



/* ------------------------------------------  
	text
------------------------------------------ */
/* title */
.pageTitleWrapp {
	/*max-width: 1600px;*/
	margin-left: auto;
	margin-right: auto;
	position: relative;
  height: 15.625vw;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}
.pageTitleWrapp .container {
	height: 100%;
	position: relative;
}
.pageTitleWrapp h1,
.pageTitleWrapp .pageTitleText{
  background-image: url("../images/bg_pagetitle.png");
  background-repeat: no-repeat;
  height: 15.625vw;
}
.pageTitleWrapp h1 span,
.pageTitleWrapp .pageTitleText span {
/*    top: calc(50% + 0.8em);*/
	top: calc(50% - 0.5em);
  left: 0;
  right: 0;
  margin: auto;
	position: absolute;
	/*left: calc((100% - 100vw) / 2);*/
	/*padding: 0.5em 0.5em 0.5em calc((100vw - 100%) / 2 + 15px);*/
	line-height: 1;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  text-shadow:2px 2px 22px #333;
}
@media (max-width: 992px)  {
	.pageTitleWrapp {
		height: 15.625vw;
	}
	.pageTitleWrapp h1,
	.pageTitleWrapp .pageTitleText{
		font-size: 2.0rem;
    background-size: 100px auto;
    background-position: right calc((100% - 50vw)) top calc(50%);
  }
}
@media (min-width: 993px) and  (max-width: 1335px) {
  .pageTitleWrapp h1,
  .pageTitleWrapp .pageTitleText{
    background-position: right calc((100% - 50vw)) top calc(50%);
  }
}
@media (min-width: 1336px) and  (max-width: 1440px) {
  .pageTitleWrapp h1,
  .pageTitleWrapp .pageTitleText{
    background-position: right calc((100% - 45vw)) top calc(50%);
  }
}
@media (min-width: 1441px)  {
  .pageTitleWrapp h1,
  .pageTitleWrapp .pageTitleText{
    background-position: right calc((100% - 45vw)) top calc(50%);
  }
}
@media (min-width: 1601px)  {
	.pageTitleWrapp {
		height: 250px;
	}
  .pageTitleWrapp h1,
  .pageTitleWrapp .pageTitleText{
    background-position: right calc((100% - 40vw)) top calc(50% - 0.7em);
  }
}

/*
p.readText {
	margin-bottom: 20px;
	color: #295BA7;
	font-weight: 600;
	line-height: 1.4;
}
*/

.main h2 {
	font-weight: 600;
  color: #965900;
	line-height: 1.6;
}
.main h3 {
  padding-top: 6.0rem;
	margin-bottom: 2.0rem;
  color: #965900;
	line-height: 1.4;
	font-weight: 600;
}
.main h4 {
	color: #965900;
	margin-top:5.0rem;
	margin-bottom: 1.0rem;
	font-weight: 600;
}
.boldTitle {
	margin-bottom: 1.0rem;
	margin-top:5.0rem;
	font-weight: 600;
}
@media (max-width: 767px)  {
  .main h2 {
    margin-top: 6.0rem;
    margin-bottom: 1.5rem;
  }
  .mainInner > section:first-of-type h2{
    margin-top: 3.0rem;
  }
}
@media (min-width: 768px)  {
  .main h2 {
    margin-top: 10.0rem;
    margin-bottom: 3.0rem;
  }
  .mainInner > section:first-of-type h2{
    margin-top: 8.0rem;
  }
}

/* txt */
.redText {
	color:#FF0000;
}
.boldText,
p.boldText {
	font-weight:bold;
}
.smallText {
	font-size: 1.4rem;
}
.colorBoldText {
	font-weight: 600;
	line-height: 1.8!important;
	color:#965900;
}


/* c-line */
.c-line {
	color: #444;
	font-size: 24px;
	display: flex;
	align-items: center;
}
.c-line:before, 
.c-line:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
}
.c-line:before {
	margin-right: .4em;
}
.c-line:after {
	margin-left: .4em;
}

/* img */
.fLeft-img {
	float:left;
}
.fullImg {
	width:100%;
	height:auto;
}

/* list */
.nonlistList {
	list-style:none;
}
.nonlistList li:last-child {
	margin-bottom:0px;
}

.markList {
	list-style:disc;
	margin-left:1.5em;
}
.markList li:last-child {
	margin-bottom:0px;
}

.iconList {
	margin-bottom:20px;
}

.photoList {
	margin-bottom:20px;
}
.photoList li{
	margin-bottom:20px;
}

.decimalList {
	list-style: decimal;
	margin-left:1.5em;
}
.decimalList li{
	line-height:1.6;
}
.decimalList li:last-child{
	margin-bottom:0px;
}

.imageList {
	padding-left: 15px;
	padding-right: 15px;
}
.imageList li {
	padding: 0;	
}

/* commonPhotoList */
.commonPhotoList {
  margin-top: 4.0rem;
 /* margin-left: -4px;
  margin-right: -4px;*/
}
.commonPhotoList li {
	margin-bottom: 30px;	
	line-height: 1.2;
	/*padding: 0 4px;*/
}


dl dd ol li {
	line-height:1.6;
}

.commonDL dt{
	margin-bottom: 4px;
	color: #aa8d35;
}
.commonDL dd{
	margin-bottom:20px;
	line-height:1.6;
}

/* table  */
.commonTable {
	width: 100%;
  margin-bottom: 20px;
}
.commonTable th,
.commonTable td {
	padding: 0.5rem 0.5rem;	
	border-top: 2px dotted#ccc;
	border-bottom: 2px dotted#ccc;
}
.commonTable th {
	font-weight: 400;
  background-color: #fff7c3;
}
.commonTable td {
  font-weight: 400;
}
@media (min-width: 768px)  {
 .commonTable th,
 .commonTable td {
    padding: 0.8rem 2.0rem;	
 }
}

.lineTable {
	width: 100%;
}
.lineTable th,
.lineTable td {
	border-bottom: 1px solid #ccc;
}
.lineTable th {
	font-weight: 400;
	padding: 10px 10px 10px 0;	
}
.lineTable td {
	font-weight: 400;
	padding: 10px 0px 10px 10px;	
}


/* youtube */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;                                                     
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}




/*-------------------------------------- 
	btn
-------------------------------------- */
/* contactWrapp */
.contactWrapp {
	margin-top: 4rem;
	text-align: center;
}
.contactList li a{
	position: relative;
	display: inline-block;
	background-color: #024d86;
	border-radius: 0px;
	color: #ffff00;
	text-decoration: none!important;
	font-weight: 600;
	border: 5px #000000 solid;
	line-height: 25px;
}
.contactList li a .fa-chevron-right {
	font-size: 72.72%;
}
.contactList li a .iocn_circle{
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	text-align:center;
	line-height: 25px;
	border: 1px #ffff00 solid;
	margin-left: 1.0rem;
	/* position: absolute;
	/* top:calc(50% - (1.7rem / 2));*/
	 right:10px;
}
@media (max-width: 767px)  {
	.contactList li a{
		width: 80%;
		padding:20px 0px 20px 0px;
		font-size: 1.4rem;
		margin-top: 20px;
		border: 1px #000000 solid;
  border-radius: 50px;
	}
}
@media (min-width: 768px)  {
	.contactList li a{
		min-width: 300px;
		padding:20px 30px 20px 30px;
		font-size: 2.0rem;
	}
}

/* btnWrapp 
----------------------------------*/
.btnWrapp {
	margin-top:20px;
	text-align: center;
}
.btnWrapp a{
	position: relative;
	display: inline-block;
	background-color: #ffac00;
	border-radius: 8px;
	color: #fff;
	text-decoration: none!important;
	font-weight: 600;
	line-height: 25px;
  box-shadow: 0px 6px 1px -1px #c16a00;
}
.btnWrapp a .fa-caret-right {
  line-height: 1;
  float: right;
  font-size: 2.0rem;
}
@media (max-width: 767px)  {
	.btnWrapp a{
		min-width: 100%;
		padding:1.5rem;
		font-size: 1.6rem;
	}
}
@media (min-width: 768px)  {
	.btnWrapp a{
		min-width: 500px;
		padding:2rem 3rem;
		font-size: 2.0rem;
	}
}


/*-------------------------------------- 
	adjustment 
-------------------------------------- */
/* mt */
.mt-40{
	margin-top:4.0rem;	
}
.mt-80{
	margin-top:8.0rem;	
}

/* mb */
.mb-40{
	margin-bottom: 4.0rem;	
}
.mb-50{
	margin-bottom: 5.0rem;	
}
.mb-80{
	margin-bottom: 8.0rem;	
}

.nonLine {
	border: none!important;	
}


/* ----------------------------------
	disposeWrapp 
----------------------------------*/
.disposeWrapp {
	margin-top: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #ff8500;
	text-align: center;
}
.disposeWrapp p {
	color: #fff;
	font-weight: 600;
	text-align: center;
	margin-bottom: 16px;
	line-height: 1.6;
}
@media (max-width: 767px)  {
	.disposeWrapp {
		margin-left: 5px;
		margin-right: 5px;
	}
	.disposeWrapp p {
		margin-top: 20px;
	}
}
@media (min-width: 768px)  {
	.disposeWrapp p {
		font-size: 2.8rem;
	}
}


/* ----------------------------------
shopBannerWrapp
----------------------------------*/
@media (max-width: 767px)  {
  .shopBannerWrapp {
    margin-bottom: 4.0rem;
  }
}
@media (min-width: 768px)  {
  .shopBannerWrapp {
    margin-bottom: 8.0rem;
  }
}


/* ----------------------------------
CTAWrapp
----------------------------------*/
.CTAWrapp {
	text-align: center;
  background-color: #965900;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px)  {
  .CTABox {
    display: grid;
    place-items: center;
  }
  .CTABox > div {
    border-right: 1px solid #fff;
    padding-top: 1.0rem;
    padding-bottom: 1.0rem;
  }
  .CTABox > div:last-child {
    border-right: none;
  }
}

/* h2  */
.CTAWrapp h2 {
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
  text-align: left;
}
@media (max-width: 992px)  {
  .CTAWrapp h2 {
    text-align: center;
    margin-bottom: 10px;
  }
	.CTAWrapp h2 br {
		display: none;
	}
}

/*  formBtn */
.CTAWrapp .formBtn a{
	position: relative;
	display: inline-block;
	background-color: #fff;
	color: #965900;
	text-decoration: none!important;
	font-weight: 600;
	font-size: 2.0rem;
  border-radius: 4px;
}
.CTAWrapp .formBtn .fa-caret-right {
	margin-left: 2px;
	line-height: 1;
  float: right;
}
@media (max-width: 767px)  {
  .CTAWrapp .formBtn {
    margin-top: 10px;
  }
  .CTAWrapp .formBtn a{
    padding:1.5rem;
    width: 100%;
  }
}
@media (min-width: 768px)  {
  .CTAWrapp .formBtn a{
    padding:3.0rem;
    width: 100%;
  }
}

/*  telBtn */
.CTAWrapp .telBtn {
	text-align: center;
}
.CTAWrapp .noTel {
	font-weight: 600;
	width: 100%;
	margin-bottom: 0px;
  text-align: center;
  line-height: 1.4;
}
.CTAWrapp .telBtn .noTel span {
	padding:3px 6px 3px;
	display:inline-block;
	background-color: #fff;
	color: #965900;
	font-weight: 600;
	font-size: 1.6rem;
  border-radius: 4px;
  margin-right: 0.5em;
  margin-top: 4px;
  vertical-align: top;
}
.CTAWrapp .noTel a{
	display:inline-block;
	color: #fff;
	text-decoration: none!important;
  line-height: 1.4;
    font-size: 3.0rem;
}
.CTAWrapp .openText {
	color: #fff; 
  line-height: 1.4;
  font-size: 1.4rem;
}


/*==========================================
[footer]
===========================================*/
.footer {
	clear:both;
	padding-top: 4.0rem;
	padding-bottom: 3.0rem;
  text-align: center;
}
@media (max-width: 767px)  {
	.footer {
		padding-bottom: 8.0rem;
	}
}

/* address  */
.footer address strong {
  display: block;
  line-height: 1.4;
	margin-bottom: 10px;
}
.footer address span {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media (max-width: 767px)  {
  .footer address span {
    display: block;
  }
}
@media (min-width: 768px)  {
  .footer address span {
    display: inline-block;
    margin-left: 0.25em;
    margin-right: 0.25em;
  }
}

/* copyright */
.copyright {
	margin-top: 20px;
}
.copyright small {
	font-size: 1.3rem;
}


/*-------------------------------------- 
	pagetop
-------------------------------------- */
.pagetopWrapp {
  position: fixed;
  right: 20px;
	bottom: 35px;	
	text-align: center;
	background-color: #fff7c3;
	padding: 10px;
}
.pagetopWrapp a {
	/*font-size: 1.2rem;	*/
	color: #965900;
	text-decoration: none!important
}
.fa-angle-up {
	font-size: 2.0rem;	
	color: #fff;
	display: block;
}
@media (max-width: 767px)  {
	.pagetopWrapp {
		display: none!important;
	}
}


/*-------------------------------------- 
footerBtnArea 
-------------------------------------- */
@media screen and (min-width:767px){
	.footerBtnArea{
		display: none;
	}	
}
@media screen and (max-width:768px){
	.footerBtnArea {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: rgba( 255, 255, 255, 0.8 );
		z-index: 10000;
	}
	.footerBtnArea .footerBtnAreaInner {
		position: relative;
		width: 100%;
		padding: 10px 0;
		text-align: center;
	}
	.inquiry_btn{
		text-align: center;
	}
	.inquiry_btn li {		
		display: inline-block;
		width: 45%;
		margin-left: 5px;
		margin-right: 5px;
	}
	.inquiry_btn li a{
		display: inline-block;
		text-align: center;
		text-decoration: none!important;
		width: 100%;
		padding: 10px 5px;
		margin-left: auto;
		margin-right: auto;
		font-size: 1.2rem;
		font-weight: 400;
		border-radius: 4px;
		line-height: 1.2;
    background-color: #ffac00;
	}
	.inquiry_btn li a:link, 
	.inquiry_btn li a:visited {
		color: #FFFFFF !important;
	}
	
  /* tel */
	.inquiry_btn li.inquiry_btn_order a{
		color: #fff;
	}
  
  /* form */
	.inquiry_btn li.inquiry_form a{
		color: #fff;
	}
}
