﻿@charset "UTF-8";
/***************************************************
   HTML All Class Element Styles
***************************************************/
html , body { }
body {  font-family:Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-size: 14px; line-height: 170%; color: #000;
background-color: #fff;
 }


a { color: #036eb8; text-decoration: underline; }
a:hover { color: #238ed8; text-decoration: none; }

.cb { clear: both; font-size: 0; }

.siro{
color: #fff;
}


.maru {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    background-color: #ff0000;
    color: #ffffff;
    font-weight: bold;
}




.wrap-out { 
width: 100%;
height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 83.75%;
    background: url('img/main_bg.jpg') 0 0 no-repeat;
    background-size: contain;
}

.wrap{
width:100%;
height: auto;
margin: -83.75% auto 0;
position: relative;

}

.wrap3-out{
width:100%;
height: auto;
margin: 0 auto ;
position: relative;
background:  url('img/main2_bg.jpg') 0 0 no-repeat;
background-position: top center;
padding: 50px 0;
}

.wrap2-out { 
width: 100%;
background-color: #000;
}

.sm-header {
display: block;
}

.sm-only{
	 display: none;
}




.contener{ width:100%;
margin: 0 auto;
position: relative;
}

.contener3{ width:1200px;
margin: 90px auto;
 position: relative;
}


.contener2{ width:1000px;
margin: 0 auto;
 position: relative;
}

.top02{
position: absolute;
/**width: 42.6041%;**/
width: 37.29166%;
right: 2%;
top:3%;
}
.top02 img{
width: 100%;
}

.logo01{
width:8%;
position: absolute;
right: 2%;
top: 55%;
}
.logo01 img{
width:100%;
}

#back-top {
    position: fixed;
    bottom: 50px;
    right:50px;
}
#back-top a {
    width: 57px;
    display: block;
}
#back-top span {
    width: 100px;
    height: 100px;
    display: block;
    margin-bottom: 7px;
    background: url(img/go_top.png) no-repeat center center;
}

/***************************************************
  Header Element Styles
***************************************************/

.head_bg{
width:100%;
background-color: #29201f;
border-bottom: 1px solid #999;
height: 170px;
}

.head01{
    width:1000px;
    margin: 0 auto;
    height: 170px;
        
}
.head01 img{
    width:100%;
}

h1{
text-align: center;
font-size: 30px;
font-weight: bold;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Vollkorn', serif;
color: #c6b582;
margin: 0 auto 30px;
letter-spacing: 3px;
line-height: 200%;
}

/* グローバルナビ */

.globalNav{
width:5.2083%;
position: fixed;
z-index: 2000;
  outline: none;
  top: 2%;
    left:3%;

}

.globalNav__btn {

  width: 50%;
  height: 70px;
  margin: 0 25% 50%;
  border: none;
  background: transparent;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.globalNav__btn:focus {
  outline: none;
}

.globalNav__btn > .__icon {
  display: block;
  position: absolute;
  top: 15%;
  left: 50%;
  width: 50%;
  height: 2px;
  opacity: 1;
  overflow: hidden;
  background: #3c3c3c;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.globalNav__btn > .__icon:nth-child(1) {
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.globalNav__btn > .__icon:nth-child(2) {
  -webkit-transform: translateY(-15px) translateX(-50%);
  -ms-transform: translateY(-15px) translateX(-50%);
  transform: translateY(-15px) translateX(-50%);
}

.globalNav__btn > .__icon:nth-child(3) {
  -webkit-transform: translateY(12px) translateX(-50%);
  -ms-transform: translateY(12px) translateX(-50%);
  transform: translateY(12px) translateX(-50%);
}

.globalNav__btn.is-active > .__icon:nth-child(1) {
  -webkit-transform: translateY(0) translateX(-50%) rotate(45deg);
  -ms-transform: translateY(0) translateX(-50%) rotate(45deg);
  transform: translateY(0) translateX(-50%) rotate(45deg);
}

.globalNav__btn.is-active > .__icon:nth-child(2) {
  -webkit-transform: translateY(0) translateX(-50%) rotate(-45deg);
  -ms-transform: translateY(0) translateX(-50%) rotate(-45deg);
  transform: translateY(0) translateX(-50%) rotate(-45deg);
}

.globalNav__btn.is-active > .__icon:nth-child(3) {
  opacity: 0;
}

.globalNav__container {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
}

.globalNav__list {
  padding: 15px 25px;
  background: rgba(255, 255, 255, 0.9);
}

.globalNav__item > a {
  display: block;
  position: relative;
  padding: 5px 0;
  color: #3c3c3c;
  font-size: 1.7rem;
  font-weight: bold;
  text-decoration: none;
}

.globalNav__item > a:before {
  display: block;
  position: absolute;
  top: 50%;
  left: -15px;
  opacity: 0;
  width: 0;
  height: 1px;
  background: #3c3c3c;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  content: '';
}

.globalNav__item.is-disabled a {
  /* リンク無効 */
  pointer-events: none;
  color: #999;
}

.i-navi{
width:42%;
margin: 0 auto;
padding: 10% 0;
}

.i-navicon{
width:100%;
margin-bottom:70%;
}
.i-navicon img{
width:100%;
}
li.drawer-dropdown{
width:50%;
}

.top-mv{

position:absolute;
width: 18%;
    left: 34%;
    bottom: -12%;
    height: 20vw;
background-image: url(img/hako3.png);
background-size: contain;
background-repeat: no-repeat;
}

.top-mv video{
width: 80%;
    margin: 15% 0 0 -3%;
}

.top-mv2{
position:absolute;
width: 18%;
    left: 54%;
    bottom: -12%;
    height: 20vw;
background-image: url(img/hako4.png);
background-size: contain;
background-repeat: no-repeat;
}

.top-mv2 video{
width: 80%;
    margin: 15% 0 0 -3%;
}

.top-rute{
position: absolute;
width:25%;
right: 2%;
bottom:-15%;
}
.top-rute img{
width:100%;
}

.rute01{
width: 50%;
margin: 35% auto 6%;
}
.rute01 img{
width:100%;
}
.rute02{
width: 50%;
margin: 0% auto 5%;
}
.rute02 img{
width:100%;
}

.rute03{
width: 50%;
margin: 0% auto 4%;
}
.rute03 img{
width:100%;
}
.rute-box{
position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.slide01 {
    width: 100%;
    height:auto;
}

.toujitu{
position: absolute;
top:60px;
left: 5%;
width: 40%;
}

.toujitu-txt{
background-color: #ffffff;
border: 3px solid rgba(0,39,189,1.00);
padding: 10px;
font-size: 1.1vw;
line-height: 150%;
font-weight: bold;
}

.btn-gorou a{
display: block;
width:90%;
padding: 10px;
font-size: 1.5vw;
line-height: 140%;
font-weight: bold;
background-color:#ff0000;
text-decoration: none;
color: #fff;
margin: 3% 0;
border-radius: 20px;
text-align: center;
}
.btn-gorou a:hover{
opacity: 0.7;
}


/***************************************************
  Sidebar Element Styles
***************************************************/
/**
.navi { margin:0 0 1px;
display: block;
width:210px;
color: #000;
}

.navi#stay{
background-color: #004190;
color: #fff;
}

.nav-txt{
font-size: 15px;
line-height: 130%;
padding: 6px 0 6px 10px;
color: #000;
text-align: left;
font-weight: bold;
}

.navi#stay .nav-txt{
color: #ffffff;
}

.navi a{
display: block;
text-decoration: none;
color: #000;
background-color: #ffffff;
}

.navi a:hover{
display: block;
background-color: #004190;
}

.navi a:hover .nav-txt{
color: #fff;
}

**/
.sidebox{
margin: 10px 0 10px;
background-color: #ffffff;
padding: 10px;
text-align: center;
}

.sidebox img{
width:100%;
}



/***************************************************
  Contents Element Styles
***************************************************/


.top01{
	/**
	width:51.4583%;
	position: relative;
    line-height: 0;
    padding-top: 5%;
    margin-left: 7.0833%;
    **/
    width:91.14583%;
	position: relative;
    line-height: 0;
    padding-top: 17.7%;
    margin-left: 7.55%;
}
.top01 img{
width:100%;
}

.t-bana{
display: block;
position: absolute;
bottom: 10px;
right: 60px;
width: 50px;
}

.notice{
	border: 4px solid #ff0000;
    width: 670px;
    background-color: rgba(255,255,255,1);
    padding: 10px 10px 10px 20px;
    position: relative;
    font-size: 14px;
    text-align:left;
    line-height: 170%;
    margin: 0 0 10px 40px;
}

.n-title{
font-size: 16px;
font-weight: bold;
line-height: 180%;
color: #ff0000;
text-align: center;
}
		
.info { width:18.59375%; 
		/**margin:6.45% 0 10% 11.979%;**/
		margin:10.2% 0 10% 11.979%;
		 font-size: 1vw; 
    text-align: left; 
   }	

.info-title {
line-height: 0;
    margin-bottom: 3%;
}

.info-title img{
  width:100%;
line-height: 0;
}

.infobox{
    height: 11vw;
	overflow: auto;
    padding: 10px 5px;
 line-height: 130%;

}


		
.title01 { line-height:45px;
    height: 45px;
    width:730px;
		font-size:18px;
		color:#ffffff;
		font-weight:bold;
		padding-left:30px;
    background-color: #004190;
}	
		
.hon{
    
    margin:0 0 ;
}	

.hon_in{
    padding:50px 100px;
background-color: rgba(255,255,255,0.95);
   min-height: 500px;
}

.icon-area{
position: absolute;
right: 80px;
top:200px;
width: 300px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.icon01{
width:60px;
margin: 0 20px;
}
.icon01 img{
width:100%;
}

.icon01 a:hover{
opacity: 0.7;
}

.btn-open{
text-align: center;
margin: 0 auto 30px;

}

/***************************************************
  Footer Element Styles
***************************************************/
.foot01 { text-align: center;
		line-height: 30px;
    font-size: 1vw;
color: #000;
border-top: 1px solid #000;
margin: 20px 0 0;
}

.foot_bg{
margin: 0 0;
width:100%;
padding: 20px 0 10px;
background-color: #fff;
}

.foot-navi{
width:88%;
margin: 0 auto;
font-size: 1vw;
line-height: 170%;

}
.foot-navi a{
text-decoration: none;
color: #000;
}

/***************************************************
  Mouse Over Element Styles   
***************************************************/



/***************************************************
  Table Layout Element Styles   //index.html
***************************************************/

table#form_table { width: 538px; border: 1px #acacac solid; border-collapse: collapse; border-spacing: 0; }
table#form_table th { padding: 5px; border: #acacac solid; border-width: 0 0 1px 1px; background: #e4f5ff; line-height: 120%; text-align: left; width: 102px; height: 40px; color: #5a5a5a; text-indent: 5px; font-weight: normal; }
table#form_table td { padding: 5px; border: 1px #acacac solid; border-width: 0 0 1px 1px; text-align: left; color: #5a5a5a; }
table#form_table td.alpha { width: 100px; }

table#form_table td input { border: 1px solid #b98633; }
table#form_table td input.form_one { width: 30px; }
table#form_table td input.mail_a { width: 300px; }
table#form_table td input.mail_b { width: 30px; }

#sou { background: url(img/contact_bu.jpg); width: 282px; height: 26px; border: 0; font-size: 0; margin: 0 auto; }
#sou:hover { background: url(img/contact_bu_on.jpg); }

/***************************************************
  Qand.html
***************************************************/

.midasi6{
width:100%;
background-color: rgba(0,82,195,1.00);
color: #c6b582;
text-align: center;
    font-size: 26px;
    font-weight: bold;
    font-family:'Noto Sans JP', sans-serif;
    margin: 0 auto 30px;
    letter-spacing: 3px;
    line-height: 200%;
}

.midasi7{
width:100%;
border-left:#003298 solid 5px;
color: #003298;
padding-left: 10px;
    font-size: 18px;
    font-weight: bold;
    font-family:'Noto Sans JP', sans-serif;
    margin: 0 auto 30px;
    letter-spacing: 3px;
    line-height: 200%;
}

.midasi1{
		 text-align: left; 
		 font-size: 16px; 
		 border-bottom:#003298 solid 1px;
		 border-left:#003298 solid 3px;
		  margin:0 0 10px 0;
		   padding-left:10px;
		    line-height:170%; 
			font-weight:bold;
}

.midasi2{
		 text-align: left; 
		 font-size: 16px; 
		 border-bottom:#003298 solid 1px;
		 
		  margin:0 0 10px 0;
		   padding-left:10px;
		    line-height:170%; 
			font-weight:bold;
}
.midasi3{
		 text-align: left; 
		 font-size: 16px; 
		color:#003298;
		 
		  margin:0 0 10px 0;

		    line-height:170%; 
			font-weight:bold;
}

.midasi4{
		 text-align: left; 
		 font-size: 16px; 
		color:#000;
		 
		  margin:0 0 10px 0;
		   padding-left:10px;
		    line-height:170%; 
			font-weight:bold;
}

.midasi5{
		 text-align: left; 
		 font-size: 18px; 
		color:#fff;
		 background-color: #003298;
		  margin:0 0 10px 0;
		   padding-left:10px;
		    line-height:200%; 
			font-weight:bold;
}

.bun{
		text-align:left;
		 font-size:14px;
		  margin:0 0 20px 20px;
		  line-height:170%;}
		  
.bun2{
		text-align:left;
		 font-size:14px;
		  margin:0 0 10px 20px;
		  line-height:170%;}		  
		  
.bun3{ 
		text-align:left;
		 font-size:14px;
		  margin:0 0 10px 30px;
		  line-height:170%;}
		  
.bun4{ 
		text-align:left;
		 font-size:14px;
		  margin:0 0 20px 30px;
		  line-height:170%;}
		  
.bun5{
		text-align:left;
		 font-size:14px;
		  margin:0 0 20px 20px;
		  line-height:170%;
		  border-bottom:1px dotted #999999;}
          
.bun#gree{
width:90%;
		text-align:left;
		 font-size:14px;
		  margin:0 auto 20px;
		  line-height:170%;}          
		  			  		  		  
		  
.kugiri { margin:0 10px 10px;
		height:1px;
		border-bottom:1px dotted #999999;}		  


td.hissu { font-weight:bold;}

table#theme td { padding:3px;}	

table#kiji td{
    padding:  0;
}

.waku{
	margin: 0 20px 20px;
	width: 400px;
	padding: 10px;
	background-color: #FFF9EA;
}

.aka{
	color:#f00;
}

table.boshu td{
	padding: 2px 5px;
}

.endai a:hover{
	opacity: 0.6;
}

.akawaku{
	border: 2px solid #f00;
	padding: 10px;
	
}

.akawaku2{
width:700px;
margin: 0 auto 30px;
	border: 3px solid #f00;
	padding: 10px;
	text-align: left;
    background-color: rgba(255,255,255,0.90);
}

.akawaku3{
width:700px;
margin: 0 auto 10px;
	border: 3px solid #f00;
	padding: 10px;
	text-align: center;
    background-color:#F6FF69;
    font-size: 16px;
    font-weight: bold;
}

.waku-t{
font-size: 16px;
font-weight: bold;
text-align: center;
margin-bottom: 10px;
}

.p-bb{
border-bottom: 1px solid #0072bd;
}

.szk{
font-size: 11px;
}

.aki{
padding-left: 7px;
}

.waku2{
	margin: 0 20px 20px;
	padding: 10px;
    border: 1px solid #000000;
}

.sitei{
font-size:15px;
font-weight: bold;
padding: 0 5px;
line-height: 200%;
background-color: rgba(255,0,253,1.00);
}

.ippan{
font-size:15px;
font-weight: bold;
padding: 0 5px;
line-height: 200%;
background-color:rgba(0,203,255,1.00);
}

.sankou{
width:500px;
display: block;
font-size:15px;
font-weight: bold;
padding: 0 5px;
line-height: 250%;
background-color:rgba(0,21,255,1.00);
color: #ffffff;
margin: 0 0 20px 20px;
text-align: center;
}

.sankou a{
text-decoration: none;
color: #ffffff;
}

.sankou a:hover{
opacity: 0.6;
}

.kon{
color: rgba(0,108,255,1.00);
}

.n-btn a{
width: 240px;
background-color:  rgba(0,108,255,1.00);
text-align: center;
font-size: 18px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
display: block;
height: 50px;
line-height: 50px;
margin: 0 25px 30px 0;
border-radius: 10px;
}

.n-btn a:hover{
opacity:0.6;
}

.toi-kaiki{
width:638px;
margin: 10px 0;
padding: 10px;
background-color:#FFA33D;
color: #ffffff;
font-size: 16px;
font-weight: bold;
line-height: 160%;
text-align: center;
}

.btn-endai a{
width:300px;
display: block;
color:#000000;
background-color:#FF8AE8;
font-size: 22px;
font-weight: bold;
line-height: 50px;
padding: 10px 0;
height: 50px;
text-align: center;
text-decoration: none;
}

.btn-endai a:hover{
opacity: 0.6;
}

.btn-endai#sitei a{
background-color: #71FFF4;
}

.btn-endai#sitei a:hover{
opacity: 0.6;
}

.btn-endai6 a{
width:300px;
display: block;
color:#ffffff;
background-color:#0354E3;
font-size: 18px;
font-weight: bold;
line-height: 50px;
height: 50px;
text-align: center;
text-decoration: none;
}

.btn-endai6 a:hover{
opacity: 0.6;
}

.btn-area{
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}

.btn-area2{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}


.btn-pre a{
width: 500px;
display: block;
padding: 10px 20px;
margin: 0 auto 20px;
background-color:#860000;
color: #ffffff;
border-radius: 8px;
line-height: 170%;
font-size: 18px;
text-decoration: none;
font-weight: bold;
text-align: center;
}
.btn-pre a:hover{
opacity:0.7;
}

.btn-pro a{
display: block;
width: 200px;
padding: 5px;
background-color:#860000;
color: #ffffff;
border-radius: 8px;
line-height: 170%;
font-size: 15px;
text-decoration: none;
font-weight:400;
text-align: center;
margin-bottom: 10px;
}
.btn-pro a:hover{
opacity:0.7;
}

.btn-pro2 a{
display: block;
width: 300px;
padding: 5px;
background-color:#860000;
color: #ffffff;
border-radius: 8px;
line-height: 170%;
font-size: 13px;
text-decoration: none;
font-weight: 400;
text-align: center;
margin-bottom: 10px;
}
.btn-pro2 a:hover{
opacity:0.7;
}

.n-btn2 a{
width: 200px;
background-color:#690CFF;
text-align: center;
font-size: 18px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
display: block;
height: 40px;
line-height: 40px;
margin: 50px auto 30px;
border-radius: 10px;
}

.n-btn2 a:hover{
opacity:0.6;
}

.btn-entry a{
width: 350px;
background-color:rgba(0,64,213,1.00);
text-align: center;
font-size: 18px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
display: block;
height: 50px;
line-height: 50px;
margin: 20px auto 30px;
border-radius: 10px;
}

.btn-entry a:hover{
opacity:0.6;
}

.semi{
width: 210px;
text-align: center;
margin-bottom: 20px;
}
.semi img{
width: 100%;
}

.semi a:hover{
opacity: 0.7;
}

.f-area {
    width: 97%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin: 0 auto 30px;
}

.photo {
    width: 20%;
    margin: 0 5% 0 0;
}

.g-txt {
    width: 75%;
    font-size: 16px;
    line-height: 170%;
}

.staff-area{
width:100%;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}

.staff-box{
width:31.33333%;
margin: 0 1% 3%;
}

.staff-box2{
width:100%;
margin: 0 0 3%;
}

.staff-box#yon{
width:23%;
margin: 0 1% 3%;
}

.staff-box a:hover{
opacity: 0.7;
}

.staff-pic{
width:100%;
margin-bottom: 10px;
}
.staff-pic img{
width:100%;
}

.staff-txt{
text-align: center;
font-size: 16px;
line-height: 170%;
color: #fff;
}

.stf-kana{
font-family: 'Noto Serif JP', serif;
}

.stf-name{
text-align: center;
font-size: 24px;
font-weight: bold;
font-family: 'Noto Serif JP', serif;
color: #fff;
}

.main-staffpic{
width:500px;
margin: 0 auto;
}
.main-staffpic img{
width:100%;
}

.hotel-01{
width:49.5%;
}

.honne-pic{
width:23%;
}
.honne-pic img{
width:100%;
}

.en-t01{
font-size: 16px;
font-weight: bold;
border-bottom: 1px solid #003298;
color: #003298;
}


.en-t02{
font-size: 16px;
font-weight: bold;
border-bottom: 1px dotted #003298;
}

#s-01{
width:60%;
}

.hako{
border: 1px solid #000;
padding: 3px 5px;
font-size: 15px;
}

/*****************************************************************
モーダルウィンドウ
******************************************************************/
.md-overlay{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .7;
  z-index: 9999;
}
 
.md-contents{
  display: none;
  position: fixed;
  top: 10px;
  left: 50%;
  width: 800px;
  height: auto;
  overflow: hidden;
  transform: translateX(-50%);
  z-index: 10000;
}
 
 
.md-inner{
  padding: 24px 40px;
  /*background: #fff;*/
  height: auto;
  text-align: left;
}
 
 
 
.md-xmark{
  position: absolute;
  top: 34px;
  right: 20px;
  width: 25px;
  height: 22px;
  z-index: 9999;
  cursor: pointer;
}
 
.md-xmark span {
  height: auto;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}
 
.md-xmark span:nth-of-type(1) {
  top: 0;
  transform: translateY(10px) rotate(-45deg);
}
 
 
.md-xmark span:nth-of-type(2) {
  bottom: 0;
  transform: translateY(-10px) rotate(45deg);
}

.md-btn {
display: block;
width: 100%;
color: #fff;
text-align: center;
font-size: 17px;
border-radius: 10px;
line-height: 40px;
text-decoration: none;
margin: 10px auto;
line-height: 0;
}

.md-btn#work {
width: 94%;
font-size: 14px;
border-radius: 7px;
}

video {
width: 100%;
margin: 0;
}

.md-contents2 {
    display: none;
    position: fixed;
    top: 10px;
    left: 50%;
    width: 80%;
    height: auto;
    overflow: hidden;
    transform: translateX(-50%);
    z-index: 10000;
}

.main-staffpic2 {
    width: 100%;
    margin: 0 auto;
}

.top-mv video#big {
    width: 100%;
    margin: 0;
}


.tizu01{
width:100%;
margin-bottom: 20px;
position: relative;
}
.tizu01 img{
width:100%;
}

.tizu-btn01 a{
width:120px;
display: block;
line-height: 250%;
text-align: center;
font-size: 14px;
text-decoration: none;
color: #000;
font-weight: bold;
}

#hokkaido{
background-color: #bcc95d;
position: absolute;
top:5%;
right:33%;
}

#touhoku{
background-color: #79da71;
position: absolute;
top:37%;
right: 6%;
}

#kantou{
background-color: #50c5ce;
position: absolute;
bottom:32%;
right: 11%;
}

#tyubu{
background-color: #6497e6;
position: absolute;
top:38%;
right: 47%;
}

#kansai{
background-color: #9e88ed;
position: absolute;
bottom:40%;
left: 26%;
}

#tyugoku{
background-color: #da6acc;
position: absolute;
bottom:37%;
left: 5%;
}

#kyushu{
background-color: #f58434;
position: absolute;
bottom:9%;
left: 16%;
}

#kyushu2{
background-color: #f58434;
position: absolute;
bottom:12%;
left: 45%;
}


.sel-in{
width:80%;
margin-bottom: 15px;
}

.set-btn{
text-align: center;
font-size: 16px;
font-weight: bold;
color: #ff0000;
}
/****************************************************************
　　　　　　　　　　　　　スマホ化
****************************************************************/
@media only screen and (max-width: 800px) {
	
.drawer-menu li{
	margin-left: 0;
}	

div#bk {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background-image: none;
}

div#wrapper {
    width: 100%;
}

.sm-header {
  display: block;
}	

.pc-only{
	 display: none;
}
	
.sm-only{
	display: block;
}

.wrap-out { 
width: 100%;
height: auto;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 0;
    background:none;

}



.wrap { width:100%; margin:0 auto; text-align:left; 
		height:100%;/* for IE6 */

background-image: url(img/main_bg_sm.png);
	background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
	}

.contener2 {
    width: 100%;

}

.logo01{
width:15%;
position: absolute;
right: 5%;
top:2%;
}

h1 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Vollkorn', serif;
    color: #c6b582;
    margin: 0 auto 20px;
    letter-spacing: 3px;
    line-height: 200%;
}

.sm-header {
  display: block;
}	

.pc-only{
	 display: none;
}
	
.sm-only{
	display: block;
}	
    
.img{
        width:100%;
    }    

div#bk {
    width: 100%;
	}

div#wrapper {
    width: 100%;
    background-color: #000000;
	}
	
.globalNav {
    width: 10%;
    position: fixed;
    z-index: 2000;
    outline: none;
    top: 1%;
    left: 5%;
}  

.drawer-hamburger {
    position: fixed;
    z-index: 3000;
    top: 3%;
    display: block;
    box-sizing: content-box;
    width: 5rem;
    padding: 1.5% 3% 0 0;
    -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 0;
    outline: 0;
    background-color: transparent;
}

.drawer-hamburger-icon {
    position: relative;
    display: block;
    margin-top: 10px;
}
    
.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
    width: 100%;
    height: 8px;
    FONT-WEIGHT: 500;
    -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    background-color: #ffffff;
}    
    
.contener { 
 padding-top: 0;    
  width:100%;
height: auto;
	margin: 0 auto;
}
    
   
   
.contener3 {
    width:100%;
    margin: 90px auto;
    min-height: 758px;
    position: relative;
}   
   
    
.con_in {
    width: 100%;
    margin: 0 auto;
}    
    

    
    .fit-img {
    max-width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    position: relative;
    display: inline-block;
    overflow: hidden;
}	
    
 

.bana01{
width:100%;
margin: 0 0 10px;
}
    
.description {
    width: 100%;
    margin: 0 auto;
}

.top01{
width:90%;
padding-top: 20%;
}

.top02{
width:100%;
}

.toujitu{
position: relative;
top:unset;
left: unset;
width: 90%;
margin: 20px auto;
}

.toujitu-txt{
background-color: #ffffff;
border: 3px solid rgba(0,39,189,1.00);
padding: 10px;
font-size: 15px;
line-height: 150%;
font-weight: bold;
}

.btn-gorou a{
display: block;
width: 90%;
padding: 10px;
font-size: 18px;
line-height: 150%;
font-weight: bold;
background-color:#ff0000;
text-decoration: none;
color: #fff;
margin: 3% 0;
border-radius: 20px;
text-align: center;
}

    
.info {
float: none;
    width: 80%;
    margin: 20px auto 30px;
    height: 15rem;
    font-size: 16px;

} 

.info-title{
}

.kiji{
width:100%;
}
    
.infobox {
    padding: 10px;
    height: 11rem;
    overflow: auto;
    background-color: #fff;
}    
    
.bottom-txt {
position: relative;
    /* bottom: 0; */
    /* right: 20%; */
    width: 60%;
    margin: 0 auto;
}   
    
.jimu {
    display: block;
    width: 100%;
}    
    
.head01 {
    margin: 0 0 10px 10px;
    padding: 0;
    width: 85%;
    height: auto;
}    

.jimu{
	display: flex;
    flex-wrap: wrap;
    width:100%;
    height: auto;
    margin: 0 auto;
    padding: 10px 0;
    text-align: left;
	color: #fff;
font-size:14px;
line-height:140%;
}



.footer { 
     width:90%;
    height:auto; 
		color: #fff;
		font-size:13px;
	line-height: 130%;
	text-align: center;
    background-color: #1b294f;
    padding: 5px 5%;
	}   
   
.hon{
    width:100%;
    background-color: rgba(255,255,255,0.90);
    min-height:unset;
    margin:0 0 30px 0 ;
    padding: 0 0 30px 0;
}	

.hon_in{
    padding:20px 15px 0;
min-height: 500px;
}  
    
.title01 {
    background-color: #1b294f;
    width: 95%;
    padding-left: 5%;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    height:auto;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
}
    
.honbun {
    text-align: left;
    padding: 5% 5% 10%;
}    
    
.iin_l{
    width:100%;
    float: none;
    margin: 0 auto;
}  
    
.k-list{
    width:100%;
}

.kaijou{
    width:100%;
    float: none;
}    
    
.midasi1{
		 text-align: left; 
		 font-size: 18px; 
		 border-bottom: #1b294f solid 1px;
		 border-left:#1b294f solid 3px;
		  margin:0 0 10px 0;
		   padding-left:10px;
		    line-height:170%; 
			font-weight:bold;
}

.midasi2{
		 text-align: left; 
		 font-size: 18px; 
		 border-bottom:#1b294f solid 1px;
		 
		  margin:0 0 10px 10px;
		   padding-left:10px;
		    line-height:170%; 
			font-weight:bold;
}

.midasi3{
		 text-align: left; 
		 font-size: 18px; 
		color:#1b294f;
		 
		  margin:0 0 10px 10px;
		   padding-left:10px;
		    line-height:170%; 
			font-weight:bold;
}

.midasi4{
		 text-align: left; 
		 font-size: 18px; 
		color:#000;
		 
		  margin:0 0 10px 10px;
		   padding-left:10px;
		    line-height:170%; 
			font-weight:bold;
}

.midasi5{
		 text-align: left; 
		 font-size: 18px; 
		color:#fff;
		background-color:#1b294f;
		 
		  margin:0 0 10px 10px;
		   padding-left:10px;
		    line-height:170%; 
			font-weight:bold;
}


.bun{
		text-align:left;
		 font-size:14px;
		  margin:0 10px 20px 10px;
		  line-height:170%;}
		  
.bun2{
		text-align:left;
		 font-size:14px;
		  margin:0 10px 10px 10px;
		  line-height:170%;}		  
		  
.bun3{ 
		text-align:left;
		 font-size:14px;
		  margin:0 10px 10px 20px;
		  line-height:170%;}
		  
.bun4{ 
		text-align:left;
		 font-size:14px;
		  margin:0 30px 20px 20px;
		  line-height:170%;}
		  
.bun5{
		text-align:left;
		 font-size:14px;
		  margin:0 10px 20px 10px;
		  line-height:170%;
		  border-bottom:1px dotted #999999;}	
		  
.bun6{
		text-align:left;
		 font-size:14px;
		  margin:0;
		  line-height:170%;}		  	  
		  			  		  
.bun7{
		text-align:left;
		 font-size:14px;
		  margin:0 0 10px 10px;
		  line-height:170%;}								     
    
.theme01{
    width:80%;
}    

.kokuti {
    width: 90%;
    border: 3px solid #ff0000;
    background-color: #ffffff;
    padding: 3%;
    color: #000000;
    font-size: 15px;
    line-height: 160%;
    margin: 0 auto 30px;
}

.kokuti2 {
    width: 90%;
    border: 3px solid #ff0000;
    background-color: #ffffff;
    padding: 3%;
    color: #000000;
    font-size: 15px;
    line-height: 160%;
    margin: 0 auto 30px;
}

.kokuti-title {
    font-size: 16px;
    }
    
    .waku2{
width: 60%;

}

.yaku{
width:20%;
}

.btn-p#f-left a {
    width: 250px;
    float:none;
}

.aowaku{
width:90%;
margin: 3% auto;
background-color: #ffffff;
border: 3px solid #0025B5;
padding: 10px;
text-align: center;
font-size: 18px;
line-height: 130%;
}

.bana-top{
width:45%;
margin: 0 2.5% 3%;
}

.top-abox{
width:100%;
margin: 0 auto 20px;
display: block;
}

.btn-kei a{
width:80%;
margin: 0 auto 20px;
}

.btn-data2 a {
    width: 100%;
    }
    
.btn-data a {
    width: 100%;
    }
    
.akawaku{
width:90%;
margin: 3% auto;
background-color: #ffffff;
border: 3px solid #ff0000;
padding: 10px;
text-align: left;
font-size: 18px;
line-height: 130%;
font-weight: bold;
}
    
    

    
.btn-bg {
    width: auto;
}
    
.photo{
width:50%;
margin: 0 25%;
}
.photo img{
width:100%;
}

.g-txt{
width:100%;
font-size: 16px;
line-height: 170%;
text-align: center;
}
    
.ac-txt{
position: relative;
bottom: 0;
left: 0;
width: 100%;
font-size: 14px;
} 
    
td.tejun{
width: 20%;
} 

.t-ttl{width:30%;}

.t-txt{width:70%;}

.f-bana{
width:100%;
}

.bana02 {
    width: 60%;
    margin: 0 auto 10px;
}

.bana-area{
width:60%;
margin: 0 auto;
display: flex;
justify-content:flex-start;
flex-wrap: wrap;
}

.side01{
width:100%;
}

.photo {
    width: 50%;
    margin: 0 25%;
}

.g-txt {
    width: 100%;
    font-size: 16px;
    line-height: 170%;
    text-align: center;
}



.staff-box{
width:48%;
margin: 0 1% 3%;
}

.staff-box#yon{
width:48%;
margin: 0 1% 3%;
}


.staff-txt{
text-align: center;
font-size: 16px;
line-height: 170%;
color: #fff;
}

.stf-kana{
font-family: 'Noto Serif JP', serif;
}

.stf-name{
text-align: center;
font-size: 24px;
font-weight: bold;
font-family: 'Noto Serif JP', serif;
color: #fff;
}

.main-staffpic{
width:90%;
margin: 0 auto;
}
.main-staffpic img{
width:100%;
}

.md-contents {
    display: none;
    position: fixed;
    top: 10px;
    left: 50%;
    width: 90%; 
    
}


.hotel-01{
width:100%;
}

.top-mv{
position:relative;
width: 80%;
margin: 0 auto 20px;
padding: 20px 0;
height: auto;
left: unset;
bottom: unset;
background-size:cover;
}

.top-mv2{
position:relative;
width: 80%;
margin: 0 auto 20px;
padding: 20px 0;
height: auto;
left: unset;
bottom: unset;
background-size:cover;
}


.top-rute {
    position: relative;
    width: 80%;
    margin: 0 auto;
    right: unset;
    bottom: unset;
}

.sel-in{
width:100%;
}

.tizu-btn01 a{
/*width:20%;*/
display: block;
line-height:200%;
text-align: center;
font-size: 13px;
text-decoration: none;
color: #000;
font-weight: bold;
}

#hokkaido{
background-color: #bcc95d;
position: absolute;
top:5%;
right:33%;
}

#touhoku{
background-color: #79da71;
position: absolute;
top:37%;
right: 6%;
}

#kantou{
background-color: #50c5ce;
position: absolute;
bottom:32%;
right: 6%;
}

#tyubu{
background-color: #6497e6;
position: absolute;
top:25%;
right: 47%;
}

#kansai{
background-color: #9e88ed;
position: absolute;
bottom: 49%;
    left: 16%;
}

#tyugoku{
background-color: #da6acc;
position: absolute;
bottom:37%;
left: 2%;
}

#kyushu{
background-color: #f58434;
position: absolute;
bottom:7%;
left: 17%;
}

#kyushu2{
background-color: #f58434;
position: absolute;
bottom: 7%;
    left: 65%;
}

.top02 {
    position: relative;
    right: unset;
    top: unset;
    margin: 20px 0 0;
}

.foot01 {
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #000;
    border-top: 1px solid #000;
    margin: 20px 0 0;
}

.btn-pre a{
width: 90%;
display: block;

border-radius: 8px;

}

#s-01{
width:100%;
}


}