@media screen and (max-width: 750px) {
.sp_hidden {
	display: none
}
.pc_hidden {
	display: inline
}
p{
	padding:0;
	margin:0;}

body {
	-webkit-text-size-adjust: none;
	font-family: 'Noto Serif JP', serif;
	color:#fff !important;
	font-size:10pt !important;
	line-height:140% !important;
	text-align:left;
	background:#000;
	min-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;
}

.switch {
    visibility: hidden;
}

.imgall{
	max-width: 100%;
	height:auto;
}
img,iframe{vertical-align:bottom;}

#wrap{
	background:#000;}

#ind #contents{
	margin:20px auto 0;
	padding:0 10px;
	}
.sec #contents{
	padding:20px 10px;
	background:#fff;
	color:#000;
	}
.sec #contents img{
	width:100%;
	}
ol{margin:0;padding:0;}
ul{margin:0;padding:0;}
ol.un{padding-bottom:20px;}
ol.un li{margin-left:1.5em;}

.table_basic { border-collapse: separate; border-spacing: 1px; background: #ddd; border-style: none; width:100%;}
.table_basic th { background-color: #f3f3f3; padding:8px; font-weight: normal; border-top: 1px solid #FFF;text-align:left;display:block;width: 100%;}
.table_basic td { background-color: #FFF; padding:8px; border-top: 1px solid #FFF; display:block;}
.table_basic td .full{
	width:100%;
}
.table_basic td input.inputmini {width:100%;}
.table_basic td input.inputfull {width:100%;}
.table_basic td textarea{
	width:100%;
	height:120px;}

.scrool-table table{
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.table_scrool { border-collapse: separate; border-spacing: 1px; background: #ddd; border-style: none; width:100%;}
.table_scrool th { background-color: #f3f3f3; padding:8px; font-weight: normal; border-top: 1px solid #FFF;text-align:left;}
.table_scrool td { background-color: #FFF; padding:8px; border-top: 1px solid #FFF;}
.table_scrool td img{
	
}

.right{ text-align:right;}
.cen{ text-align:center;}
.sp_no{ display:none}
/*----------------------------------------ヘッダ----------------------------------------*/
header {
	width: 100%;
	text-align:center;
	position: relative;
	position:fixed;
	z-index:1000;
	background:#000;
	padding: 0;
}
header  .logo{
	padding:20px 0;
}
header  .logo img{
	width:260px;
}
header .h_contents{
	display:none;
}



header .sp_nav{
	
	width:100%;
	display:-webkit-box;
display:-ms-flexbox;
display:flex;
 background: url(../img/gnav_bg.jpg);

	}
header .sp_nav li{
	flex:1;
	padding:12px 0;
	}
header .sp_nav li +li{
	border-left:1px solid #555;
	}
header .sp_nav li a{
	color:#fff;
	display:block;
	}
header .sp_nav li:nth-child(1) a:before {
font-family: FontAwesome;
content: "\f095";
font-weight:normal;
margin-right:4px;
}
header .sp_nav li:nth-child(2) a:before {
font-family: FontAwesome;
content: "\f0c9";
font-weight:normal;
margin-right:4px;
}

header .sp_nav li a span{
	font-size:11pt;
	line-height:1;
	padding-top:2px;
}

button#menuSlide,.nav{
	display: block;
}	
/* ---------------------
   スマホメニューボタン本体
--------------------- */
.menu {
  position: fixed;
  top: 16px;
  right: 0px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 1001;
  background: none;
  border: none;
}
/* ---------------------
   ハンバーガー
--------------------- */
.menu__bar, .menu__bar::before, .menu__bar::after {
  content:"";
  display: block;
  width: 24px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  position: relative;
  transition: all 0.3s;
}
.menu__bar::before {
  position: absolute;
  top: -8px;
}
.menu__bar::after {
  position: absolute;
  top: 8px;
}
/* ---------------------
   メニューボタンアニメーション
--------------------- */
.is--active .menu__bar, .is--active .menu__bar::before, .is--active .menu__bar::after {
  background-color: #fff;
}
.is--active .menu__bar {
  background: transparent;
}
.is--active .menu__bar::before {
  transform: rotate(45deg);
  top: 0;
}
.is--active .menu__bar::after {
  transform: rotate(-45deg);
  top: 0;
}
/* ---------------------
   ナビゲーション（スライド）
--------------------- */
.nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 250px;
  height: 100%;
  background: rgba(0,0,0,0.85);
  transition: right 0.3s;
  padding-top: 60px;
  z-index: 1000;
}
/* メニューが開いたときに右からスライドイン */
.is--active .nav {
  right: 0;
}
/* ---------------------
   ナビゲーション内部
--------------------- */
.nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav__link {
  display: block;
  padding: 16px 24px;
  text-decoration: none;
  color: #fff;
  transition: 0.2s;
}
.nav__link:hover {
  background: #f5f5f5;
  color: #7D0022;
}

	
	
.space{
	height:133px;}
	
/*----------------------------------------Ｇナビ----------------------------------------*/
.gnav {display:none;}
/*----------------------------------------フッタ----------------------------------------*/
footer{
	padding:20px 0 10px;
	text-align:center;
	color:#f5f5f5;
	}
footer a,
footer a:hover{
	color:#f5f5f5;
}
footer .flogo{
	padding-bottom:10px;
}
footer .flogo img{
	width:140px;
	}
footer .fadd{
	padding-bottom:15px;
}

footer .box{
	padding-bottom:10px;
	flex-wrap: wrap;
	}
footer .ftel{
	margin:15px 0;
	width: 100%;
	display: block;
	text-align: center;
}
footer .ftel p{
	font-size:17pt;
	letter-spacing:1px;
	line-height:1;
	font-weight:400;
	color:#f5f5f5;
	background:url(../img/free_white.png) no-repeat 0px 6px /24px;
	padding-left:30px;
	display: inline-block;
	}
footer .ftel span{
	font-size:10pt;
	padding-top:5px;
	display:block;
	}
footer .fmail {
	width: 100%;
	display: block;
	text-align: center;
}
footer .fmail a{
	display:inline-block;
	background:#f5f5f5;
	color:#000;
	line-height:1;
	padding:10px 30px;
	margin-bottom:20px;
	}
footer .fmail a:before {
	font-family: FontAwesome;
	content: "\f0e0";
	margin-right:5px;
}
footer .fbnr{
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
footer .fbnr img{
	width:150px;
}
	
	
footer .ftxt{
	font-size:9pt;
	line-height:1.6;
	display:none;
}
.page_top {
	background: rgb(243,231,174);
	background: linear-gradient(328deg, rgba(243,231,174,1) 0%, rgba(207,193,126,1) 100%);
	position:fixed;
	bottom:10px;
	right:10px;
}
.page_top img{
	display:block;
	width:60px;
	height:60px;
}
.copy{
	text-align:center;
	font-size:8pt;
	padding:7px;
}

/*----------------------------------------メインイメージＩＮＤＥＸ----------------------------------------*/
.mainimg {
	padding-top: 50px;
}
.mainimg img{
	width: 100%;
}
/*----------------------------------------index----------------------------------------*/
.index_tit:before {
    bottom: -20px;
}
.index_tit_sub {
	padding-top: 18px;
}
#index01{
	width: 100%;
	margin:0 auto 50px;
	text-align:center;
	padding-bottom:10px;
}
#index01 .tit{
	color:#cfc17e;
	font-size:16pt;
	letter-spacing:2px;
	display:inline-block;
	margin-bottom:20px;
	}
#index01 .tit span{
	letter-spacing:1px;
	color:#fff;
	display:block;
	font-size:10pt;
	font-weight:300;
	display: flex;
	align-items: center;
	padding-bottom:10px;
	}
#index01 .tit span:before, #index01 .tit span:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
}
#index01 .tit span:before {
	margin-right: .8em;
}
#index01 .tit span:after {
	margin-left: .8em;
}
#index01 ol{
	
}
#index01 ol li{
	text-align:center;
	margin-bottom:20px;
	width: 50%;
}
#index01 ol li img{
	width:100%;
}
#index01 ol li p{
	font-size: 14px;
	padding: 10px 10px 0;
	letter-spacing: 0.05rem;
}
#index02{
	background:url(../img/index02_bg.jpg);
	padding:30px 0 0;
	}
#index02 .inner{
	margin:0 auto;
	width: 100%;
}
#index02 .inner .img{
	text-align:center;
}
#index02 .inner .img img{
	display:block;
	width:50%;
	margin:0 auto;
}
#index02 .inner .txt{
	padding-bottom:30px;
	}
#index02 .inner .txt span{
	display:block;
	color:#fff;
	font-size:14pt;
	line-height:1.6;
	display:inline-block;
	margin-bottom:20px;
	font-weight:400;
	text-align:center;
	}
#index02 .inner .txt strong{
	color:#cfc17e;
	font-weight:400;
	}
#index02 .inner .txt p{
	margin-bottom:30px;
	}
#index02 .inner .txt  a{
	display: block;
	width:70%;
	background: rgb(243,231,174);
	background: linear-gradient(328deg, rgba(243,231,174,1) 0%, rgba(207,193,126,1) 100%);
	color:#000;
	font-size:11pt;
	padding:10px 30px;
	margin:0 auto;
	text-align:center;
	}
#index03{
	width: 100%;
	background:#fff;
	padding-top:30px;
	padding-bottom: 50px;
}
#index03 .tit{
	text-align:center;
	font-size:14pt;
	color:#000;
	margin-bottom:20px;
}
#index03 .tit span{
	display:block;
	text-align:center;
	font-size:9pt;
	color:#927c15;
	padding-top:7px;
	
}
#index03 .inner{
	background:#f7f7f7;
	margin:0 auto;
	padding:30px 10px;
	box-sizing:border-box;
}
.slider{
    margin:0 auto;
    width:80%;
}
.slider img{
    height: auto;
    width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
#index04{
	background:#fff;
	padding-top:30px;
}
#index04 .tit{
	text-align:center;
	font-size:14pt;
	color:#000;
	margin-bottom:20px;
}
#index04 .tit span{
	display:block;
	text-align:center;
	font-size:9pt;
	color:#927c15;
	padding-top:7px;
}
#index05{
	background:#fff;
	padding-top:50px;
	width: 100%;
	margin: 0 auto 80px;
}
#index05 .tit{
	text-align:center;
	font-size:24pt;
	line-height:1;
	color:#000;
	margin-bottom:40px;
}
#index05 .tit span{
	display:block;
	text-align:center;
	font-size:10pt;
	color:#927c15;
	padding-top:15px;
	
}	
	
	
.box-inner {
    margin: 0px auto;
    width: 100%;
    overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#index05 p.left {
    width: 80%;
    margin-bottom: 50px;
    text-align: center;
}
#index05 div.right {
    width: 100%;
    font-size: 16px;
    line-height: 32px;
	color: #000;
	text-align: left;
	padding: 0 20px;
}
#index05 p.detail-header {
    font-size: 24px;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 35px;
    font-weight: 400;
	text-align: center;
}
#index05 p.detail-header strong {
    color: #cfc17e;
    font-weight: 400;
}

#index06{
	width: 100%;
	margin:0 auto;
	text-align:center;
	padding-bottom:50px;
	color: #000;
}
#index06 img{
	max-width:100%;
	width:auto;
}
#index07{
	width:100%;
	margin:0 auto 50px;
	text-align:center;
	color: #000;
}	
#index07 td {
	text-align: left;
}
#index08 {
	text-align: center;
	margin-bottom: 50px;
}	
	#index08 img{
		width: 100%;
	}
/*--------------------------------------------------------------------------------*/
.sec #contents #main {
	width: 100%;
	margin: 0 auto;
}
.sec_main{
	height:100px;
	display:flex;
	justify-content: center;
	align-items: center;
	font-size:14pt;
	background: url(../img/sec_main.jpg) no-repeat center center / cover;
}
h1#h1_tit{position:relative;
	margin-bottom:30px;
	color:#fff;
	display:block;
	font-size:15pt;
	line-height:15pt;
	letter-spacing: 3.5px;
	font-weight:600;
	padding:16px 15px;
	margin: 0 auto 50px;
	background: #7D0022;
	position: relative;
	border-left:7px solid #000;
	text-shadow:1px 1px 0px #333;
	text-align: center;
	width: 100%;
	}
h1#h1_tit:after{
	content: "";
position: absolute;
bottom: 0;
right: 0;
display: block;
width: 0;
border-style: solid;
border-width: 10px;
background-color: #ccc;
border-color: #420313 #fff #fff #420313;
}		
h2{
	position:relative;
	margin-bottom:20px;
	color:#000;
	display:block;
	font-size:14pt;
	line-height:14pt;
	font-weight:600;
	padding:15px 15px;
	background: rgb(243,231,174);
	background: linear-gradient(328deg, rgba(243,231,174,1) 0%, rgba(207,193,126,1) 100%);
	border-left:5px solid #000;
	text-shadow:1px 1px 0px #fff;
	}
h2:after{
	content: "";
position: absolute;
bottom: 0;
right: 0;
display: block;
width: 0;
border-style: solid;
border-width: 10px;
background-color: #ccc;
border-color: #cfc17e #fff #fff #cfc17e;
}
h3{
	color:#000;
	font-size:12pt;
	font-weight:600;
	padding:10px 15px;
	margin:0 0px 17px;
	border-bottom:2px solid #a68d17;
	background:#f8f8f8
	}
h4{
	color:#03b160;
	font-size:12pt;
	font-weight:600;
	padding:8px 15px;
	margin:0 0px 15px;
	border-bottom:1px dotted #03b160;
	}
h5{
	color:#03b160;
	font-size:12pt;
	font-weight:600;
	padding:8px 15px;
	margin:0 0px 10px;
	}	
.mbs{
	margin-bottom:10px;
	}
.mbm{
	margin-bottom:20px;
	}
.mbl{
	margin-bottom:40px;
	}

ol.num{}
ol.num li{
	padding:0 0 5px;
	margin-left:2em;
	list-style-type:decimal;
	}
ol.disc{}
ol.disc li{
	padding:0 0 5px;
	margin-left:2em;
	list-style-type:disc;
	}
ol.check{padding-left: 1em; /* 文章のスタート位置。li:beforeが入るスペースを確保*/}
ol.check li{
	position: relative;
	padding:5px 0 5px 0.4em;
	}
ol.check li:before {
font-family: FontAwesome;
content: "\f058";
position: absolute;
left: -1em; /* アイコンのスタート位置。左揃えの場合 ul のpadding-leftと同じ値 */
color:#00abb4;
}



.box_defo{
	margin-bottom:20px;
	}
.box_defo .pic{
	margin:0 auto 10px;
	text-align:center;
	}
.box_defo .pic img{
	max-width: 100%;
	height:auto;}
.box_defo .txt{
	width:100%;
	}
.box_defo2{
	margin-bottom:30px;
	}
.box_defo2 .pic{
	margin:0 auto 10px;
	text-align:center;
	}
.box_defo2 .pic img{
	max-width: 100%;
	height:auto;}
.box_defo2 .txt{
	width:100%;
	}
.box_defo .txt span,
.box_defo2 .txt span{
	display:block;
}	

.map{
	position: relative;
width: 100%;
padding-top: 56.25%;
	}
.map iframe{
	position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
	}
.map2{
	
	}
.map2 div{
	position: relative;
width: 100%;
padding-top: 56.25%;
}
.map2 div:first-child{
	margin-bottom:20px;
	}
.map2 iframe{
	position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
	}
.btn{
	text-align:center;
}

.btn a{
	display:inline-block;
	color:#fff;
	padding:13px 50px;
	background: #0d7bc1;
}


/*----------------------------------------feature---------------------------------------*/
#feature .txtL{
	text-align:center;
	font-size:14pt;
	line-height:1.6;
	margin-bottom:20px;
	font-weight:600;
	}
#feature ol.point{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background:url(../img/index02_bg.jpg);
	padding:10px 5px 1px;
	margin-bottom:10px;
	border-radius:6px;
	}	

#feature ol.point li{
	width:calc(100% / 2 - 10px);
	margin:0 5px 10px;
	background: rgb(243,231,174);
	background: linear-gradient(328deg, rgba(243,231,174,1) 0%, rgba(207,193,126,1) 100%);
	color:#000;
	text-align:center;
	padding:13px;
	font-size:12pt;
	font-weight:600;
	border:1px solid #fff;
	text-shadow:1px 1px 0px #fff;
	}	
#feature .box{
	margin-bottom:40px;
}

#feature .pic{
	text-align:center;
	margin-bottom:10px;
	}
#feature .pic img{
	max-width:300px;
	}
#feature .pic p{
	font-size:9pt;
	text-align:center;
	display:block;
	padding-top:7px;
	}
#feature .txt{
	}
#feature .txt span{
	display:block;
	font-size:12pt;
	font-weight:600;
	color:#a68d17;
	margin-bottom:7px;
	}
#feature .txt p{
	margin-bottom:10px;
}
#feature .box_bk{
	background:url(../img/index02_bg.jpg);
	padding:10px 10px 1px ;
	border-radius:8px;
}
#feature .box_bk p{
	text-align:center;
	color:#fff;
	font-size:12pt;
	display:block;
	margin-bottom:12px;
	}
#feature .box_bk div{
	margin-bottom:20px;
}

/*----------------------------------------lineup---------------------------------------*/
#lineup ol{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom:10px;
	}
#lineup ol li {
	display:flex;
	flex-wrap: wrap;
	width:48%;
	margin-bottom:4%;
	}
#lineup ol li img{
	width:100%;
	height:auto;
	display:block;
	}
/*------------------------------------faq--------------------------------------------*/
#faq div{
	border-bottom:1px dotted #ccc;
	padding-top:20px;
	padding-bottom:10px;
	}
#faq div p{
	display:block;
display:flex;
	padding-bottom:10px;
	
	}
#faq div p:first-child{
	font-size:11pt;
	color:#a68d17;}

#faq div p span.q{
	font-size:14pt;
	display:inline-block;
	margin-right:10px;
	color:#fff;
	line-height:1;
	background:#a68d17;
	padding:6px 12px;
font-weight:bold;
	}
#faq div p span.a{
	font-size:14pt;
	display:inline-block;
	margin-right:10px;
	color:#000;
	line-height:1;
	background:#eee;
	padding:6px 12px;
	font-weight:bold;

	}	
/*-----------------------------------company---------------------------------------------*/
#company div.img{
	padding:10px 0;
	}
#company div.img img{
	width:200px;
	}
/*-----------------------------------contact---------------------------------------------*/
#contact .txt{
	text-align:center;
	margin-bottom:30px;
	}
#contact .txt p.tel a{
	margin-top:10px;
	font-size:20pt;
	color:#cfc17e;
	line-height:1;
	font-weight:400;
	background:url(../img/free_gold.png) no-repeat 0px 8px /22px;
	display:inline-block;
	padding-left:30px;
	}
#contact .btn{
	text-align:center;
}
#contact .btn a{
	display:inline-block;
	background: rgb(243,231,174);
	background: linear-gradient(328deg, rgba(243,231,174,1) 0%, rgba(207,193,126,1) 100%);
	color:#000;
	padding:15px 40px;
}


.contable span{
color: #cc0000;
}

/*-----------------------------------policy---------------------------------------------*/
#policy ol,
#policy p{
	margin-bottom:30px;
}
#policy ol li{
	padding:0 0 5px;
	margin-left:2em;
	list-style-type: decimal;
	}
	
	
	
	

/*-----------------------------------loopslider---------------------------------------------*/

.loopslider {
	margin: 0 auto;
	width: 100%;
    height: 180px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.loopslider ul {
	height: 180px;
	float: left;
	display: inline;
	overflow: hidden;
}
.loopslider ul li {
	width: 200px;
    height: 180px;
	float: left;
	display: inline;
	overflow: hidden;
	text-align:center;
}
.loopslider ul li p{
	color:#000;
	padding-top:10px;
}
.loopslider ul li p span{
	display:block;
	color:#000;
}
.loopslider ul li img{
    width:200px;
    height: 133px;
	display:block;
	border-left:1px solid #fff;
}
/* =======================================
	ClearFixElements
======================================= */
.loopslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.loopslider ul {
	display: inline-block;
	overflow: hidden;
}



#al1,
#al2,
#al3,
#al4,
#al5,
#al6,
#al7,
#al8,
#al9,
#al10,
#al11,
#al12 {
   margin-top:-140px;
  padding-top:140px;
}




}
