@charset "utf-8";
#pagetop a{background-color: #A07804;}
table{ border-collapse: collapse;border-style:solid;}
table th{border-style:solid;vertical-align: top;}
table td{border-style:solid;vertical-align: top;}
img{max-width: 100%;height: auto;display: block;}
a{color: #B38E22;}
.movie-resize {position: relative;width: 100%;padding-top: 56.25%;}
.movie-resize iframe {position: absolute;top: 0;right: 0;width: 100% !important;height: 100% !important;border: none;}
@media print,screen and (min-width : 501px) {
#headersp{ display:none; }
#drawermenu{ display:none; }
.base{width:100%;min-width:1240px;}
.wrap{width:1200px;margin:20px auto;}
body{
font-family:"NotoSerifJP-3";
font-size:16px;font-size:1.6rem;
color:#EEE;
line-height:1.6;
background-color:#000;
}
strong{font-family:"NotoSerifJP-5";}
/** Header
---------------------------------------- */
#tpl-head-basic{
  background-color: #000;
  margin-top: 20px;
}
#tpl-head-basic .wrap{
  display:-webkit-box;display:-moz-box;display:-webkit-flexbox;display:-moz-flexbox;display:-ms-flexbox;display:-webkit-flex;display:-moz-flex;display:flex;
  -webkit-justify-content :space-between;justify-content: space-between;-ms-flex-pack: justify;
  -webkit-box-align: center;-ms-flex-align: center;align-items: center;
}
#tpl-head-basic .logo{
  width: 300px;
}
#tpl-head-basic .info{
  text-align: center;
  font-size:14px;font-size:1.4rem;
}
#tpl-head-basic .info .info-tel{
  font-size:28px;font-size:2.8rem;
  line-height: 1.4;
  color: #B38E22;

}
/** globalmenu
---------------------------------------- */
#tpl-gm-simpleline{
  background-color: #B38E22;
  margin-top: 20px;
}
#tpl-gm-simpleline .menulist{
  width: 100%;
  display:-webkit-box;display:-ms-flexbox;display:flex;
  line-height: 1.2;
  position: relative;
  z-index: 20;
}
#tpl-gm-simpleline .menulist li{
  width: 100%;
}
#tpl-gm-simpleline .menulist .parent > a{
  color: #FFF;
  display: block;
  text-align: center;
  padding: 20px 0px;
  text-decoration: none;
  border-right:solid 1px #EEE;
  width: 100%;
  -webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;
}
#tpl-gm-simpleline .menulist .parent:first-child > a{
  border-left:solid 1px #EEE;
}
#tpl-gm-simpleline .menulist li{
  position: relative;
  z-index: 21;
}
#tpl-gm-simpleline .menulist li ul{
  position: absolute;
  z-index: 22;
  width:300px;
  background: rgba(255,255,255,0.9);
  margin-left:-150px;
  left:50%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 12px 10px -6px rgba(0,0,0,.3);
  border:solid 1px #b4b4b4;
  -webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;
  padding: 10px;
  border-radius:10px;
}
#tpl-gm-simpleline .menulist li ul li{
  border-top:solid 1px #dfdfdf;
}
#tpl-gm-simpleline .menulist li ul li:nth-child(1){
  border:none;
}
#tpl-gm-simpleline .menulist li ul li a{
  display: block;
  font-size:14px;font-size:1.4rem;
  text-decoration: none;
  padding: 16px 0;
}
#tpl-gm-simpleline .menulist li:hover ul{
  visibility: visible;
  opacity: 1;
}
	
/** メイン
---------------------------------------- */
#tpl-main{
  margin-top: 40px;
}
#pagetitle{
  margin-top: 40px;
  background-color: #111;
  padding: 40px 0;
  font-size:28px;font-size:2.8rem;
	color: #B38E22;
}
.sec-title{
  font-size:24px;font-size:2.4rem;
  font-family:"NotoSerifJP-4";
}

/** Footer
---------------------------------------- */
#tpl-footer-basic{
  background-color: #222;
  margin-top: 60px;
}
#tpl-footer-basic a{
  text-decoration: none;
	color: #B38E22;
}
#tpl-footer-basic #footer_contents{
  font-size:16px;font-size:1.6rem;
  text-align: center;
  padding: 40px 0;
}
#tpl-footer-basic #footerLink{
  display:-webkit-box;display:-moz-box;display:-webkit-flexbox;display:-moz-flexbox;display:-ms-flexbox;display:-webkit-flex;display:-moz-flex;display:flex;
  -webkit-justify-content: center;justify-content: center;-ms-flex-pack: center;
}
#tpl-footer-basic #footerLink li{
  margin: 0 10px;
}
#tpl-footer-basic #footerLogo img{
  margin: 40px auto 0 auto;
  width: 240px;height: auto;
}
#tpl-footer-basic dt{
  margin-top: 20px;
  font-size:20px;font-size:2.0rem;
}
#tpl-footer-basic #copyright{
  text-align: center;
  background-color: #B38E22;
  color: #FFF;
  padding: 10px 0;
  font-size:14px;font-size:1.4rem;
}

}
@media screen and (max-width : 500px) {

#headerpc{ display:none; }
.globalmenu{ display: none; }
strong{font-family:"NotoSerifJP-5";}
.wrap{margin: 20px;}

body{
font-family:"NotoSerifJP-3";
font-size:14px;font-size:1.4rem;
color:#EEE;
line-height:1.4;
background-color:#000;
}
#tpl-headsp-2colmn .headersp-contents{
  margin-top: 20px;
  display:-webkit-box;display:-moz-box;display:-webkit-flexbox;display:-moz-flexbox;display:-ms-flexbox;display:-webkit-flex;display:-moz-flex;display:flex;
  -webkit-justify-content :space-between;justify-content: space-between;-ms-flex-pack: justify;
  -webkit-align-items: center;-ms-flex-align: center;align-items: center;
}
#tpl-headsp-2colmn .headersp-contents .headersp-logo{
  width: 180px;
}
#tpl-headsp-2colmn .headersp-contents .line-menu-btn{
  line-height: 1;
  text-align: center;
  font-size:12px;font-size:1.2rem;
  color: #555;
}
#tpl-headsp-2colmn .bhline1,
#tpl-headsp-2colmn .bhline2,
#tpl-headsp-2colmn .bhline3 {
  background-color: #555;
}
/** drawermenu
---------------------------------------- */
.leftaligned-simplemenu{
  padding: 0 20px;
  background-color: #000;
  margin-top: 20px;
}
.leftaligned-simplemenu #menu-scroll{
  padding: 10px 20px;
  border:solid 1px #c8c8c8;
  border-radius:10px;
}
.headersp-info{
  text-align: center;
  background-color: #f0f0f0;
  padding: 20px
}
.headersp-info .info-tel{
  font-size:28px;font-size:2.8rem;
  line-height: 1.4;
}
.leftaligned-simplemenu .menulist{
  margin-top: 0px;
}
.leftaligned-simplemenu .menulist a{
  text-decoration: none;
  font-size:16px;font-size:1.6rem;
  display: block;
  padding: 14px 0;
  display:-webkit-box;display:-ms-flexbox;display:flex;
  -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
  -webkit-box-align: center;-ms-flex-align: center;align-items: center;
}
.leftaligned-simplemenu .menulist > li{
  border-top:solid 1px #c8c8c8;
}
.leftaligned-simplemenu .menulist > li:first-child{
  border-top:none;
}
.leftaligned-simplemenu .menulist li ul{
  padding: 0 4px 10px 4px;
}
.leftaligned-simplemenu .menulist li li{
  border-top:solid 1px #c8c8c8;
}
.leftaligned-simplemenu .menulist li > li:first-child{
  border-top:none;
}
.leftaligned-simplemenu .menulist li li a{
  font-size:14px;font-size:1.4rem;
  padding: 14px 20px;
}
.leftaligned-simplemenu .menulist li i{
  font-size:12px;font-size:1.2rem;
}

/** メイン
---------------------------------------- */
#tpl-main{
  margin-top: 20px;
}
#pagetitle{
  background-color: #111;
  padding: 20px 0;
  font-family:"NotoSerifJP-4";
  font-size:24px;font-size:2.4rem;
  text-align: center;
	color: #B38E22;
}
.sec-title{
  font-size:20px;font-size:2.0rem;
}

/** Footer
---------------------------------------- */
#tpl-footer-basic{
  background-color: #222;
  margin-top: 20px;
}
#tpl-footer-basic a{
  text-decoration: none;
}
#tpl-footer-basic #footer_contents{
  text-align: center;
  padding: 40px 0;
}
#tpl-footer-basic #footerLink li{
  margin: 0 10px 10px 10px;
  border:solid 1px #222;
  border-radius:5px;
}
#tpl-footer-basic #footerLink a{
  margin: 4px;
  display: block;
  padding: 4px;
	color: #B38E22;
}
#tpl-footer-basic #footerLogo img{
  margin: 20px auto 0 auto;
  width: 200px;height: auto;
}
#tpl-footer-basic dt{
  margin-top: 20px;
  font-size:18px;font-size:1.8rem;
}
#tpl-footer-basic #copyright{
  text-align: center;
  background-color: #B38E22;
  color: #FFF;
  padding: 10px 0;
  font-size:12px;font-size:1.2rem;
}


}
/** Swiper
---------------------------------------- */
.swiper-slide img{
  display: block;
}
#tpl-swiper-scroll-1200-600 .swiper-button-prev:after,
#tpl-swiper-scroll-1200-600 .swiper-button-next:after { display: none; }
#tpl-swiper-scroll-1200-600 .swiper-custom-button{
  background-image: none !important;
  background: rgba(255,255,255,0.8);
  color: #555555;
  font-size: 26px;
  text-align: center;
  width: 30px !important;
  height: 50px !important;
  line-height: 50px;
  -webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;border-radius:5px;
}
#tpl-swiper-scroll-1200-600 .swiper-pagination{
  text-align: center;
  display:-webkit-box;display:-ms-flexbox;display:flex;
  -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
}
#tpl-swiper-scroll-1200-600 .swiper-pagination-bullet {
  background: #FFF !important;
  display:-webkit-box;display:-ms-flexbox;display:flex;
  -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
  -webkit-box-align: center;-ms-flex-align: center;align-items: center;
  border:solid 1px #646464;
  width: 40px !important;
  height: 40px !important;
  border-radius:0px;
  opacity: 0.5;
}
#tpl-swiper-scroll-1200-600 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff !important;
  border:solid 1px #646464;
	background-color: #000000;
	color: #ffffff;
}
@media print,screen and (min-width : 501px) {
  #tpl-swiper-scroll-1200-600{
    margin-top: -20px;
  }
  #tpl-swiper-scroll-1200-600 .swiper-slide{
    width: 1200px !important;
  }
}
@media screen and (max-width : 500px) {
  #tpl-swiper-scroll-1200-600{
    margin-top: 20px;
  }
}

/*テキスト装飾
------------------------------------------------------------------*/
.text_bk{color: #000;}
.text_red{color: #cc0000;}
.text_red_l{color: #cc0000; font-size:120%;}
.text_green{color: #66cc33;}
.text_green2{color: #339900;}
.text_green3{
	color: #339900;
	font-weight: bold;
	font-size: 110%;
}
.text_orange{color: #ff6600;}
.text_pink{color: #C69;}
.text_pinkl{
	color: #C69;
	font-size:120%;
}
.text_blue{
	color: #09b5de;
	font-weight: bold;
	font-size: 110%;
}
.text_blue2{
	color: #09b5de;
	font-size: 80%;
}
.text_blue3{
	color: #09b5de;
}
.text_blue4{
	color: #06C;
}
.text_blue4l{
	color: #06C;
	font-size:120%;
}
.text_yellow{
	color: #B38E22;
}

.text_small{
    font-size: 85%;
	line-height:normal
}
.text_small_red{
    font-size: 80%;
	line-height:normal;
	color:#C00;
}
.text_large{
    font-size: 115%;
	line-height:2em;
}
.text_xlarge{
    font-size: 130%;
	line-height:2em;
}
.text_xxlarge{
    font-size: 150%;
	line-height:2em;
}
.center{
    text-align: center;
}
.left{
    text-align: left;
}
.right{
    text-align: right;
}

/*マージン
------------------------------------------------------------------*/

.mt20{
    margin-top: 20px;
}
.mb20{
    margin-bottom: 20px;
}
.mt30{
    margin-top: 30px;
}
.mb30{
    margin-bottom: 30px;
}
.mt50{
    margin-top: 50px;
}
.mb50{
    margin-bottom: 50px;
}

/* ボタン */
.btn_orange a {
	position: relative;
	display: inline-block;
	padding: 8px 40px 8px 40px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
	background: #C97124;
	border: #C97124 solid 1px;
}
.btn_orange a:hover {
	color: #C97124 !important;
	background: #FFFFFF;
	border: #C97124 solid 1px;
}
.btn_blue a {
	position: relative;
	display: inline-block;
	padding: 8px 40px 8px 40px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
	background: #3B55D0;
	border: #3B55D0 solid 1px;
}
.btn_blue a:hover {
	color: #3B55D0 !important;
	background: #FFFFFF;
	border: #3B55D0 solid 1px;
}

/** ヘッダー架電ボタン（スマホのみ）
---------------------------------------- */
.sp-call-wrap{
  display:none;
}

@media screen and (max-width: 500px){
  .sp-call-wrap{
    display:block;
    padding: 14px 20px 10px;
    background:#000;
	  margin-bottom: 30px;
  }

  .sp-call-btn{
    display:block;
    width:100%;
    box-sizing:border-box;
    text-align:center;
    color:#c79a10;
    text-decoration:none;
    font-size:16px;
    line-height:1.4;
    padding:12px 14px;
    border:1px solid #c79a10;
    border-radius:14px;
    background:#111;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    transition: opacity 0.2s ease;
  }

  .sp-call-btn:active{
    opacity:0.75;
  }
}


