@charset "utf-8";
#pagetop a{background-color:#101649;}
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: #282828;}
.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:0 auto;}
body{
font-family:"NotoSansJP-3";
font-size:16px;font-size:1.6rem;
color:#323232;
line-height:1.6;
background-color:#FFF;
}
strong{font-family:"NotoSansJP-5";}
/** Header
---------------------------------------- */
#tpl-head-basic{
  background-color: #fff;
  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: 360px;
}
#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;
}
/** globalmenu
---------------------------------------- */
#tpl-gm-simpleline{
  background-color: #555;
  margin-top: 20px;
}
#tpl-gm-simpleline .menulist{
  width: 100%;
  display:-webkit-box;display:-ms-flexbox;display:flex;
  line-height: 2.8;
  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: 6px 0px;
  text-decoration: none;
  border-right:solid 1px #fff;
  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 #fff;
}
#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{
  background-color: #fafafa;
  padding: 40px 0;
  font-size:28px;font-size:2.8rem;
}


}
@media screen and (max-width : 500px) {

#headerpc{ display:none; }
.globalmenu{ display: none; }
strong{font-family:"NotoSansJP-5";}
.wrap{margin: 0 20px;}

body{
font-family:"NotoSansJP-3";
font-size:14px;font-size:1.4rem;
color:#323232;
line-height:1.4;
background-color:#FFF;
}
#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: 240px;
}
#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: #fff;
  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: #fafafa;
  padding: 20px 0;
  font-family:"NotoSansJP-4";
  font-size:22px;font-size:2.2rem;
}

}
/** Swiper
---------------------------------------- */
.swiper-slide img{
  display: block;
}
#tpl-swiper-fade-1920-600 .swiper-button-prev:after,
#tpl-swiper-fade-1920-600 .swiper-button-next:after { display: none; }
#tpl-swiper-fade-1920-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-fade-1920-600 .swiper-pagination{
  text-align: center;
}
#tpl-swiper-fade-1920-600 .swiper-pagination-bullet {
  background: #FFF !important;
  opacity: 0.8 !important;
  margin: 0 4px !important;
  border:solid 1px #646464;
  width: 14px !important;
  height: 14px !important;
  -webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;border-radius:20px !important;
}
#tpl-swiper-fade-1920-600 .pagination_numbers .swiper-pagination-bullet {
  width: 20px !important;
  height: 20px !important;
	line-height: 20px;
  padding: 5px;
  border-radius: 10% !important;
}
#tpl-swiper-fade-1920-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-fade-1920-600{
  width:100%;
  overflow:hidden;
  margin-top: 0px;
}
#tpl-swiper-fade-1920-600 img{
  max-width: none;
  height: auto;
}
#tpl-swiper-fade-1920-600 .swiper-wrapper{
  width: 100%;
  margin-left:-50%;
  left:50%;
}
#tpl-swiper-fade-1920-600 .swiper-wrapper img{
  width: 100%;
  height: auto;
}
}
@media screen and (max-width : 500px) {
#tpl-swiper-fade-1920-600 .fade-1920-600 {
  width:100%;
  height:200px;
  overflow:hidden;
  position:relative;
  margin-top: 20px;
}
#tpl-swiper-fade-1920-600 .fade-1920-600 .swiper-wrapper img{
  position:absolute;
  max-width:none;
  width: 640px;
  height:200px;
  left:50%;
  margin-left:-320px;
}
}
/** Footer
---------------------------------------- */
@media print,screen and (min-width : 501px) {
#tpl-footer-sidebyside{
  background-color: #f0f0f0;
  margin-top: 20px;
}
#tpl-footer-sidebyside a{
  text-decoration: none;
}
#tpl-footer-sidebyside #footer-contents{
  padding: 20px 0;
  font-size:14px;font-size:1.4rem;
  display:-webkit-box;display:-ms-flexbox;display:flex;
  -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
}
#tpl-footer-sidebyside #footer-col1 #footerLogo img{
  width: 280px;height: auto;
}
#tpl-footer-sidebyside #footer-col1 dt{
  font-size:18px;font-size:1.8rem;
  margin-top: 20px;
}
#tpl-footer-sidebyside #footer-col1 dd p{
  margin-top: 6px;
}
.tfs-menu ul{
  column-count: 3;
}
.tfs-menu  li{
  margin-bottom: 10px;
  padding: 0 40px;
}
.tfs-menu  li i{
  margin-right: 4px;
}
#tpl-footer-sidebyside #copyright{
  text-align: center;
  background-color: #101649;
  color: #FFF;
  padding: 10px 0;
  font-size:14px;font-size:1.4rem;
}
}
@media screen and (max-width : 500px) {
#tpl-footer-sidebyside{
  margin-top: 20px;
  background-color: #f0f0f0;
  text-align: center;
}
#tpl-footer-sidebyside a{
  text-decoration: none;
}
#tpl-footer-sidebyside #footer-contents{
  padding: 20px 0;
}
#footer-col2{
  margin-top: 20px;
}
#tpl-footer-sidebyside #footer-col1 #footerLogo img{
  width: 200px;height: auto;
  margin: 0 auto;
}
#tpl-footer-sidebyside #footer-col1 dt{
  margin-top: 20px;
  font-size:16px;font-size:1.6rem;
}
#tpl-footer-sidebyside #footer-col1 p{
  margin-top: 10px;
}
.tfs-menu ul{
  display:-webkit-box;display:-ms-flexbox;display:flex;
  -ms-flex-wrap: wrap;flex-wrap: wrap;
  -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
}
.tfs-menu li{
  margin-bottom: 10px;
  width: 48%;
}
.tfs-menu li i{
  margin-right: 4px;
}
.tfs-menu li a{
  display: block;
  border:solid 1px #8c8c8c;
  padding: 6px 0;
  font-size:12px;font-size:1.2rem;
  border-radius:5px;
}
#tpl-footer-sidebyside #copyright{
  text-align: center;
  background-color: #101649;
  color: #FFF;
  padding: 10px 0;
  font-size:14px;font-size:1.4rem;
}
}

/*テキスト装飾
------------------------------------------------------------------*/
.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_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;
}


