@charset "UTF-8";



/* =Links
-----------------------------------------------------------------------------*/
	a{
            color:#000;
	    text-decoration:underline;
	    font-weight:normal;
		transition: 1.0s ;
            }

	a:hover{
            color:#81511C;
            text-decoration:none;
	    font-weight:normal;
            }

	a:active, a:focus {
            color:#81511C;
             text-decoration:none;
            }

	a.boder{
            color:#00a0e9;
            text-decoration:none;
	    font-weight:normal;
	    text-decoration:underline;
            }

	a.boder:hover{
            color:#81511C;
            text-decoration:none;
	    font-weight:normal;
            }




.Bt{
	overflow: hidden;
    display: block;
}

/* =ページ内リンク
-----------------------------------------------------------------------------*/
a.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}


.hover_img img {
  transition: transform .6s ease;

}
.hover_img:hover img {
  transform: scale(1.1); 

}


.hover_img2{
	transition: all 0.5s ease; 
}
.hover_img2:hover img{
	opacity: 0.7;
	filter: alpha(opacity=50); 
	-ms-filter: "alpha(opacity=50)"; 
}




.BtBox{
	margin:1em ;
	overflow: hidden;
	text-align:center;
	display: block;
}



/* =矢印
-----------------------------------------------------------------------------*/

.btnarrow{
	position: relative;
	display: inline-block;
	padding: 0 20px;
	color: #FFF;
	text-decoration: none;
	outline: none;
        cursor:pointer;
}

.btnarrow::before{
	content: '';
	position: absolute;
	top:50%;
	left:15%; 
	width:55%;
	height:2px;
	background:#FFF;
	transition: all .3s;
}

.btnarrow::after{
	content: '';
	position: absolute;
	top:47%;
	right:30%;  
	width: 15px;
	height:2px;
	background:#FFF;
	transform: rotate(35deg);
	transition: all .3s;
}

.btnarrow:hover::before{
	left:20%;
}

.btnarrow:hover::after{
	right:25%;
}

/* =ボタンhoverテキスト
-----------------------------------------------------------------------------*/


.hover_img3 {
	position: relative;
}
.hover_img3 img {
	display: block;
	width: 100%;
	transition: 0.3s;
}
.hover_img3 figcaption {
	opacity: 0;
	transition: 0.3s;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
}
.hover_img3 figcaption .txt_box {
	position: relative;
	width: 100%;
	height: 100%;
}
.hover_img3 figcaption .txt_box > p {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -45%);
        font-size: max(1.042vw, 20px); 
}
.hover_img3:hover figure img {
	filter: brightness(30%);
}
.hover_img3:hover figure figcaption {
	opacity: 1;
}
/* =ボタン
-----------------------------------------------------------------------------*/
.btn,
a.btn,
button.btn {
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding:5px 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing:0em;
  color: #f8b62b;
  border-radius: 0.5rem;
        -moz-box-sizing: border-box;
        box-sizing: border-box;

}

.color1{
        border: 1px solid #f8b62b;
}


/* =ボタンyellowgreen
-----------------------------------------------------------------------------*/
a.btn--yellowgreen.btn--cubic {
        border-bottom: 5px solid #f8b62b;
        border-right:3px solid #f8b62b;
        font-size: max(0.729vw, 12px); 
	font-weight:bold;
        width:70%;
	position: relative;
	line-height:160%;
}

a.btn--yellowgreen.btn--cubic:hover {
        margin-top: 3px;
        border-bottom: 2px solid #f8b62b;
}

a.btn--radius {
        border-radius: 100vh;
}

.fa-caret-right {
        position: absolute;
        top: calc(50% - .5em);
        right: 1rem;
}


/* =ボタンgreen
-----------------------------------------------------------------------------*/
a.btn--green.btn--cubic {
        border-bottom: 5px solid #000;
        border-right:3px solid #000000;
        font-size: max(0.833vw, 16px); 
	font-weight:bold;
        width:40%;
	background:#f8b62b;
        color: #FFF;
	text-align:center;
	line-height:190%;
	padding:10px 0 10px 0;
}

a.btn--green.btn--cubic:hover {
        margin-top: 3px;
        border-bottom: 2px solid #000000;
}

a.btn--radius {
        border-radius: 100vh;
}



.fa-caret-right{
      	background:#f8b62b;
	color:#FFFFFF;
	padding:2px 5px 2px 6px;
	text-align:center;

}

/* =TB
-----------------------------------------------------------------------------*/

@media screen and ( max-width:1025px) {
.btn,
a.btn,
button.btn {
  padding:2px 5px;

}

a.btn--yellowgreen.btn--cubic{
        width:80%;
}
}
/* =TB
-----------------------------------------------------------------------------*/

@media screen and ( max-width:821px) {
.btn,
a.btn,
button.btn {
  padding:2px 5px;

}

a.btn--yellowgreen.btn--cubic{
        width:60%;
	line-height:200%;
}

a.btn--green.btn--cubic {
        width:60%;
	line-height:200%;
}
}

/* =MB
-----------------------------------------------------------------------------*/
@media screen and (max-width:599px){
a.btn--yellowgreen.btn--cubic {
        width:80%;
	padding:5px 0 5px 0;
	line-height:180%;
}

a.btn--green.btn--cubic {
        width:80%;
	padding:5px 0 5px 0;
	line-height:180%;
}
}

/* =ボタン
-----------------------------------------------------------------------------*/
.arrowlinkbt{
	position: relative;
	border: 1px solid #000;
	padding: 8px 30px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #000;
	outline: none;
	transition: all .2s linear;
	font-weight:bold;
}

.arrowlinkbt:hover{
	background:#000;
	color:#fff;
}


.arrowlinkbt::before{
	content:"";
	position: absolute;
	top:50%;
	right:-26px;
	width:40px;
	height:1px;
	background:#000;
	transition: all .2s linear;
}

.arrowlinkbt::after{
	content:"";
	position: absolute;
	top: 21%;
	right: -19px;
	width:3px;
	height:12px;
	background:#000;
	transform:skewX(45deg);
	transition: all .2s linear;
}

/*hoverした際の移動*/
.arrowlinkbt:hover::before{
	right:-30px;
}

.arrowlinkbt:hover::after{
	right:-25px;
}


/* =ボタン2
-----------------------------------------------------------------------------*/
.arrowlinkbt2{
	position: relative;
	outline: none;
	transition: all .2s linear;
	display: inline-block;
}

.arrowlinkbt2 a{
	border: 1px solid #FFF;
	color: #FFF;
	font-weight:bold;
	padding:2px 10px;
	line-height:160%;
	text-align: center;
        background:rgba(255,255,255,0.5);
        font-size: max(0.729vw, 14px); 
	text-decoration: none;
        -moz-box-sizing: border-box;
        box-sizing: border-box;

}

.arrowlinkbt2::before{
	content:"";
	position: absolute;
	top:50%;
	left:-103px;
	width:90px;
	height:1px;
	background:#FFF;
	transition: all .2s linear;
}


.arrowlinkbt2 a:hover{
        background:rgba(255,255,255,0.2);
	color:#FFF;
	cursor:pointer;
}



/* =ボタン3
-----------------------------------------------------------------------------*/
a.Bt3{
	width:100%;
	font-weight:bold;
	line-height:180%;
        display: inline-block;
        background:rgba(89,87,87,0.8);
	color:#FFFFFF;
	text-align:center;
        transition: all 0.3s;
	padding:6px 0 6px 0;
}

a.Bt3:hover{
        background:rgba(255,255,255,0.5);

}

/* =ボタン4
-----------------------------------------------------------------------------*/
a.Bt4{
	width:100%;
	font-weight:bold;
	line-height:180%;
        display: inline-block;
	text-align:center;
        transition: all 0.3s;
	padding:6px 0 6px 0;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.Btreserve{
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between !important;
	margin:2em auto;
        width:100%;
}

.Btreserve .Bt{
        width:45%;
}



a.Color01{
        background:#FFFFFF!important;
	border : solid 1px #595757!important;
	font-weight:normal;
	text-align:center;
}

a.Color01:hover{
        background:#F7F7F7!important;
	color:#595757;
}

a.Color02{
        background:#f8b62b;
	border : solid 1px #f8b62b!important;
	color:#FFFFFF;
}

a.Color02:hover{
	border : solid 1px #b18247!important;
        background:rgba(177,130,71,1);
	color:#FFFFFF;
}


.Btreserve .fas{
	float:right;
	margin-top:5px;
	margin-right:20px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}



/* =MB
-----------------------------------------------------------------------------*/
@media screen and (max-width:599px){
.Btreserve .Bt{
        width:48%;
}

}




/* =ボタン4
-----------------------------------------------------------------------------*/

hr.style1 {
	border-top: 1px dashed #595757;
	margin:2px auto;
}

/* =color
-----------------------------------------------------------------------------*/
.Gray{
	color:#7d7d7d;
}
.Gray01{
	color:#434343;
}


.Red{
	color:#a40000;
}

.White{
	color:#FFF;
}

.RedText{
	color:#c80032;
}

.Red01{
	color:#FF0000;
}

.YellowGreen{
	color:#A3B513;
}
.Green{
	color:#00873B;
}
/* =background-color
-----------------------------------------------------------------------------*/
.GrayBk{
	background:#595757;
}

.GrayBk2{
	background:#F7F7F7;
}

.Red{
	background:#a40000;
}

.Black{
	background:#3a3a3a;
}


.YellowGreenBk{
	background:#8EC31F;
}


.GreenBk{
	background:#00873B;
}
.GrayW{
	background: #e5e5e5;
}
/* =text
-----------------------------------------------------------------------------*/
.TextLeft{
	text-align:left;
}

.TextCenter{
	text-align:center;
}

.TextRight{
	text-align:right;

}

.CenterBox{
	text-align:center;

}


/* =TB
-----------------------------------------------------------------------------*/

@media screen and (min-width:768px) and ( max-width:1024px) {
.CenterBox{
	text-align:left;
}
}

/* =MB
-----------------------------------------------------------------------------*/
@media screen and (min-width:480px) and ( max-width:768px) {
.CenterBox{
	text-align:left;
	margin-top:3%;
}
}



/* =MB
-----------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.CenterBox{
	text-align:left;
	margin-top:4%;
}
}



/* =img
-----------------------------------------------------------------------------*/
.imgLeft{
	float:left ;
}



.imgRight{
	float:right;

}

.imgCenter{
	text-align:center;
	margin-bottom:20px;
}

/* =マーカー
-----------------------------------------------------------------------------*/
.marker{
        background: linear-gradient(transparent 80%, #ffff66 80%);
}

.marker2{
        background: linear-gradient(transparent 60%, #ffff66 60%);
}

/* =dot-text
-----------------------------------------------------------------------------*/
.dots span {
  position: relative; /* 基準値とする */
	background:#a99b83;

}
.dots span::before {
  content: "・";       /* 文字の上に置くものを指定 */
  position: absolute; /* 相対位置とする */
  top:-3em;          /* 縦方向の表示位置を調整 */
  left: 0;            /* 横方向の表示位置を調整 */

}


/* =font
-----------------------------------------------------------------------------*/
.F01{
        font-size: max(0.833vw, 16px); 
}

.F02{
        font-size: max(0.938vw, 18px); 
}


.F03{
        font-size: max(1.042vw, 20px); 
}


.F04{
        font-size: max(1.302vw, 25px); 
}

.F05{
        font-size: max(0.729vw, 14px); 
}

.b{
	font-weight:bold; 
}


.fontF{
        font-family: 'Merriweather', serif;
        font-family: 'Volkhov', serif;
}



/* =w
-----------------------------------------------------------------------------*/
.W20{width:20%;}
.W24{width:24%;}
.W26{width:26%;}
.W30{width:30%;}
.W33{width:33%;}
.W35{width:35%;}
.W38{width:38%;}
.W40{width:40%;}
.W45{width:45%;}
.W49{width:49%;}
.W50{width:50%;}
.W55{width:55%;}
.W58{width:58%;}
.W60{width:60%;}
.W65{width:65%;}
.W70{width:70%;}
.W73{width:73%;}
.W75{width:75%;}
.W80{width:80%;}
.W85{width:85%;}
.W90{width:90%;}
.W95{width:95%;}
.W100{width:100%;}




/* =MB
-----------------------------------------------------------------------------*/
@media screen and (min-width:480px) and ( max-width:768px) {
.W20{width:100%;}
.W26{width:100%;}
.W30{width:100%;}
.W33{width:100%;}
.W38{width:100%;}
.W35{width:100%;}
.W40{width:100%;}
.W45{width:100%;}
.W49{width:100%;}
.W50{width:100%;}
.W55{width:100%;}
.W58{width:100%;}
.W60{width:100%;}
.W65{width:100%;}
.W70{width:100%;}
.W73{width:100%;}
.W75{width:100%;}
.W80{width:100%;}
.W85{width:100%;}
.W90{width:100%;}
.W95{width:100%;}

}


/* =MB
-----------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.W20{width:100%;}
.W26{width:100%;}
.W30{width:100%;}
.W33{width:100%;}
.W38{width:100%;}
.W35{width:100%;}
.W40{width:100%;}
.W45{width:100%;}
.W49{width:100%;}
.W50{width:100%;}
.W55{width:100%;}
.W58{width:100%;}
.W60{width:100%;}
.W65{width:100%;}
.W70{width:100%;}
.W73{width:100%;}
.W75{width:100%;}
.W80{width:100%;}
.W85{width:100%;}
.W90{width:100%;}
.W95{width:100%;}
}

/* =mg
-----------------------------------------------------------------------------*/
.mt5{
	margin-top:5px;
}

.mt10{
	margin-top:10px;
}

.mt20{
	margin-top:20px;
}

.mt30{
	margin-top:30px;
}

.mt1em{
	margin-top:1em;
}

.mt2em{
	margin-top:2em;
}

.mt3em{
	margin-top:3em;
}


.mb05{
	margin-bottom:5px;
}

.mb10{
	margin-bottom:10px;
}


.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}
.mb40{
	margin-bottom:40px;
}

.mb50{
	margin-bottom:50px;
}

.mb5em{
	margin-bottom:5em;
}



.ml10{
	margin-left:10px;
}
.ml20{
	margin-left:20px;
}

.ml30{
	margin-left:30px;
}

.ml40{
	margin-left:40px;
}
.ml50{
	margin-left:50px;
}

.mr5{
	margin-right:5px;
}


.mr10{
	margin-right:10px;
}

.mr20{
	margin-right:20px;
}

.mr30{
	margin-right:30px;
}

.mr40{
	margin-right:40px;
}
.mr50{
	margin-right:50px;
}


/* =padding
-----------------------------------------------------------------------------*/
.ps10{
	padding:0px 60px;
}

.pt20{
	padding-top:20px;
}

.pt40{
	padding-top:40px;
}

.pt50{
	padding-top:50px;
}

.pt60{
	padding-top:60px;
}

.pb50{
	padding-bottom:50px;
}

.pb60{
	padding-bottom:60px;
}


/* =lin
-----------------------------------------------------------------------------*/

.lin1{
	line-height:18px;
}

.lin2{
	line-height:20px;
}

.lin3{
	line-height:22px;
}

.lin4{
	line-height:24px;
}

.lin5{
	line-height:30px;
}

/* =チェックリスト
-----------------------------------------------------------------------------*/
ul.CheckList{
	margin-bottom:50px;
}


ul.CheckList li {
	position: relative;
	font-size:1.3em;
	font-weight:bold; 
	margin:0px 0px 10px 50px;
}

ul.CheckList li:before  {
	display: block;
	content: '';
	position: absolute;
	top: .4em;
	left: -1em;
	width:12px;
	height:7px;
	border-left: 2px solid #3498db;
	border-bottom: 2px solid #3498db;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);

}


/* =MB
-----------------------------------------------------------------------------*/

@media screen and (max-width: 640px){
ul.CheckList{
	margin-bottom:10px;
}


ul.CheckList li {
	font-size:1.1em;
	margin:0px 0px 10px 20px;
	line-height:18px;
}
}





/* =吹き出し
-----------------------------------------------------------------------------*/

ol.balloonY{
	counter-reset:list;
	list-style-type:none;
	font-size:1.3em;
	font-weight:bold; 
	padding:0.5em  1.5em  1.5em  1.5em;
}
ol.balloonY li{
	position:relative;
	margin: 7px 0px 30px 50px;
	padding:10px 10px 10px 10px;
	font-weight: bold;
	background: #fef6f3;
}
ol.balloonY li:before{
	counter-increment: list;
	content: counter(list);
	position: absolute;
	left: -40px;
	width: 30px;
	 height: 30px;
	text-align: center;
	color: #fff;
	background: #F6A38B;
	top:25%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
ol.balloonY li:after{
	content:"";
	display: block;
	position: absolute;
	left: -10px;
	 height: 0;
	width: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid #F6A38B;
	top:25%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* =MB
-----------------------------------------------------------------------------*/

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

ol.balloonY{
	font-size:1.1em;
}
ol.balloonY li{
	position:relative;
	margin: 7px 0px 10px 10px;

}
}

/* =色丸リスト
-----------------------------------------------------------------------------*/
ol.circle{
	counter-reset:list;
	list-style-type:none;
 	padding:0;
}
ol.circle li{
 	position:relative;
 	padding: 0 0 0 20px;
 	margin: 7px 0 15px 0px;
	font-size:.9em;
 	line-height: 25px;
 	border-bottom: dashed 1px #000;
}
ol.circle li:before{
 	counter-increment: list;
 	content: "";
 	display: block;
 	position: absolute;
 	left: 0px;
 	height: 10px;
 	width: 10px;
 	border-radius: 50%;
 	background: #FF000;
 	top:10px;
 	-moz-transform: translateY(-50%);
 	-webkit-transform: translateY(-50%);
 	-o-transform: translateY(-50%);
 	-ms-transform: translateY(-50%);
 	transform: translateY(-50%);
}


/* =数字リスト
-----------------------------------------------------------------------------*/

ul.Number{
	margin:0px 0px 30px 0px;
	overflow: hidden;
}

ol.Number li{
	margin:0px 0px 10px 22px;
	padding:0px 0px 5px 10px;
	font-size: 100%;
        list-style-type: decimal;
	border-bottom : dotted 1px #CCCCCC;
}

/* =ノーマルリスト
-----------------------------------------------------------------------------*/
ul.Nomal{
	margin:0px 0px 0px 0px;
	overflow: hidden;
}

ul.Nomal li{
	margin:0px 0px 5px 22px;
	padding:0px 0px 0px 10px;
	line-height:20px;
        list-style-type: disc;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}


/* =MB
-----------------------------------------------------------------------------*/

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

}



/* =Flexbox
-----------------------------------------------------------------------------*/
.ItemBox{
    	display: -webkit-flex;
        display: flex;
        -js-display: flex;
        flex-wrap:wrap;
        justify-content: space-between; /*均等*/
}


.ItemBox2{
    	display: -webkit-flex;
        display: flex;
        -js-display: flex;
        flex-wrap:wrap;
        justify-content: space-around;  /*中央*/
}

.ItemBox3{
    	display: -webkit-flex;
        display: flex;
        -js-display: flex;  /*ノーマル*/
}

.ItemBox4{
    	display: -webkit-flex;
        display: flex;
        -js-display: flex;
        flex-direction:column ;　 /*縦*/
}

.ItemBox5{
    	display: -webkit-flex;
        display: flex;
        -js-display: flex;
        flex-wrap:wrap;
        justify-content: space-between; /*均等*/
        align-content: flex-start;
}

.oderLeft{
	order:1;
}

.oderRight{
	order:2;
}


/* --- pc or sp --- */
.pc-none,
.pc-none-inline,
.pc-none-table,
.pc-none-flex { display: none; }
.sp-none { display: block; }
.sp-none-inline { display: inline; }
.sp-none-table { display: table; }
.sp-none-flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .sp-none,
  .sp-none-inline,
  .sp-none-table,
  .sp-none-flex { display: none; }
  .pc-none { display: block; }
  .pc-none-inline { display: inline; }
  .pc-none-table { display: table; }
  .pc-none-flex {
	display: flex;
  }
}
/* =footer固定バナー

-----------------------------------------------------------------------------*/
.fix-bana-flex{
	width:1100px;
	margin:0 auto;
	display:inline-flex;
	justify-content:center;
	align-items: flex-end;
	position: absolute;
    bottom: 0;
	left: 50%;
	transform: translateX(-50%);

}
.fix-bana{
	position: fixed;
	bottom:0;
	right: 0;
	left:0;
	height: 77px;
	background-color:#febf00;
	text-align: center;
	z-index:10;
	}
.fix-bana-flex img{
	width:100%;
	height:auto;
}
@media screen and (max-width: 1100px) {
.fix-bana-flex{
	width:90%;
}
}
@media screen and (max-width: 767px) {
.fix-bana-flex{
	width:100%;
}
.fix-bana{
	position: fixed;
	bottom:0;
	right: 0;
	left:0;
	z-index:10;
	background:none;
	border-top:none;
	}
.fix-bana img{
	width:100%;
	height:auto;
	}
}