
/************************************************/
/*　スマホ　767pxで定義*/
/*************************************************/

.globalMenuSp{
	display: none;
}
.navToggle{
	display: none;
}
#sponly{
	display: none;
}
#pconly{
	display: block;
}



/**************************************************/
@media only screen and (max-width: 767px){
.globalMenuSp{
	display: block;
}
.navToggle{
	display: block;
}
#sponly{
	display: block;
}
#pconly{
	display: none;
}

.nav_wrapbase{
	display: none;
}
.phone{
	display: none;
}
.mainVisual{
	display: none;
}

.miniarea2{
	margin:0px 5px 0px 5px;
}
.miniarea2 p{
		font-size:13px;
}
/***メニュー************/
nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
 
nav.globalMenuSp ul {
    background: #f6f4eb;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
 
nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color: #8f7d42;
    padding: 1em 0;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}

.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 9px;
}
 
.navToggle span:nth-child(2) {
    top: 18px;
}
 
.navToggle span:nth-child(3) {
    top: 27px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
/***************/





/*ムービー*/
  .mainVisual_sp {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .mainVisual_sp video {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
  }
  .mainVisual_sp h1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 90%;
    height: 80px;
    margin: auto;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 70px;
  }

  .mainVisual_sp .toplogo{
    position: absolute;
    top: 18vw;
    right: 0;
    bottom: 0;
    left: 0;
    width: 80%;
    margin: auto;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 70px;
  }
/**********************************************/


.title1{
	margin-top:50px;
	margin-bottom:30px;
	background: #f8f8f8;
}


#copy_ditail2{
	padding:0px 10px 0px 10px ;
	margin:0px 10px 0px 10px;
	color:#000;
	text-align:left;
}


.col2_left{
	width:100%;
	margin:0;
	border:0;
}

.col2_right{
	width:100%;
	margin:0;
	border:0;
}

.col2_leftb{
	width:100%;
	margin:0;
	border:0;
}

.col2_rightb{
	width:100%;
	margin:0;
	border:0;
}

.topd .col2_right{
	text-align:center;
}
.topd .col2_left{
	text-align:center;
}

.nav3 li {
	font-size: 15px;
	margin: 0 8px;
	display: inline-block;
	padding-right:6px;
}

#foot_tenpo img{
	width:80%;
}

.footer_wrap2{
	background: #332e25;
	width:100%;
	max-width:960px;
	margin: 0 auto;
	height:470px;
}

.logo img{
	max-width:150px;
}



.title{
	text-align: center;
	font-size:22px;
	color:#fff;
text-shadow:0px 0px 11px #888;
}

.title_en{
	font-size:35px;
font-family: 'Righteous', cursive;
text-shadow:0px 0px 0 px #888;
	line-height:1;
	padding:0;
	margin-top:70px;
}


#mini_title{
	font-size:20px;
	color:#635533;
	position: relative;
	padding: .15em 0 0.3em .75em;
	border-left: 6px solid #d3a532;
	margin-bottom:25px;
}


.main_wrapbase2{
	padding:10px 0px 60px 0px;
	background: #f8f8f8;
	width:100%;
	margin:0px 0px 0px 0px ;
}


.tab li{
	background:#ccc;
	padding:10px 6px;
	float:left;
	margin-right:1px;
}





.widewrap{
	background-image: url(../img/sp/bg_title1.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	background-size: cover;	
	width:100%;
	height:330px;
	margin:0;

}


.widewrap2{
	background-image: url(../img/sp/bg_title2.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	background-size: cover;	
	width:100%;
	height:370px;
	margin:0;
}

.widewrap3{
	background-image: url(../img/sp/bg_title3b.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	background-size: cover;	
	width:100%;
	height:370px;
	margin:0;

}

.widewrap4{
	background-image: url(../img/sp/bg_title4b.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	background-size: cover;	
	width:100%;
	height:370px;
	margin:0;

}

.widewrap5{
	background-image: url(../img/sp/bg_title5b.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	background-size: cover;	
	width:100%;
	height:370px;
	margin:0;
}

.widewrap8{
	background-image: url(../img/sp/bg_title8b.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	background-size: cover;	
	width:100%;
	height:370px;
	margin:0;
}
.widewrap8g{
	background-image: url(../img/sp/bg_title8g.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	background-size: cover;	
	width:100%;
	height:370px;
	margin:0;
}

.widewrap7{
	background-image: url(../img/sp/bg_title7.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	background-size: cover;	
	width:100%;
	height:370px;
	margin:0;
}

.widewrap6{
	background-image: url(../img/sp/bg_title6b.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	background-size: cover;	
	width:100%;
	height:370px;
	margin:0;
}




.widewrap9{
	background-image: url(../img/sp/bg_title9b.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	background-size: cover;	
	width:100%;
	height:370px;
	margin:0;
}
.widewrap10{
	background-image: url(../img/sp/bg_title10b.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	background-size: cover;	
	width:100%;
	height:370px;
	margin:0;
}
#parea{
	padding:30px 15px 40px 15px ;
	background:#fff;
}

#ite{
	background-image: url(../img/bg1.jpg);
	border:solid 1px #c1b9aa;
	padding:20px;
	width:80%;
}






.price_hotel_title2{
	font-size:25px;
	margin-top:20px;
	margin-left:20px;
	color:#e5a215;
	
}



.price_hotel_title3{
	border: solid 1px #e5a215;
	font-size:18px;
	margin:20px 20px 30px 20px;
	width:90%;
	color:#262626;
	padding: 20px 20px 20px 20px;
	
}











.col4_left{
	float:left;
	width:50%;
	margin:0;
	border:0;
}

.col4_center{
	float:left;
	width:50%;
	margin:0;
	border:0;
}

.col4_right{
	float:left;
	width:50%;
	margin:0;
	border:0;
}

















.price3{
 margin:10px;
}

.price3 table {
    border-spacing:1px;
    font-size:16px;
    background-color:#e7e7e7;
    color:#b7b7b7;
    width:100%;
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.price3 caption {
    background:#9f8860 url(../img/corner.gif) no-repeat right top;
    border-bottom:1px solid #8c6e39;
    color:#fff;
    padding:10px;
    text-align:left;
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.price3 td, th {
    padding:5px 10px 5px 10px ;
    line-height:1;
    color:#666;
	font-weight：normal;
}
.price3 td{
	width:25%;
vertical-align:middle;
}
.price3 th{
	font-weight：normal!important;
}

.price3 thead th {
    padding:15px ;
    text-align:center;
    background:#47aeba;
    color:#fff;
    border:0px solid #fff;
    text-transform:uppercase;
	font-weight：normal;
}
.price3 tbody th {
	font-weight：normal!important;
}
.price3 tbody tr {
    background-color:#fff;
    text-align:left;
}
.price3 tbody tr.odd {
    background:#f9f9f9;
    border-top:1px solid #fff;
}

.price3 tbody tr td { 
    height:40px;
    background:#fff;
    border:1px solid #fff;
}
.price3 tbody tr.odd td { 
    background:#f9f9f9;
    border-top:1px solid #fff;
}


.price3 tfoot th,.price3 tfoot td {
	color:#555;
    background-color:#e7e7e7;
    border-bottom:3px solid #ccc;
    border-top:1px solid #dfdfdf;
    font-size:15px;
}

.price3 th span{
	font-size:13px;
	color:#c29d5c;
	padding-left:10px;
}



#abu{
	font-size:16px;
	color:#e5a215;
	margin:0;
	padding;0;
}

/**************************************/
.main_wrap{
	width:100%;
	max-width:960px;
	padding:0px 10px 0px 10px ;
	margin: 0 auto;
}


/****************/
.ab_title2{
	background: url(../img/sp/title_bg.png) no-repeat left top;
	padding-left:15px;
	margin-bottom:0px;
	margin-top:00px;
	margin-bottom:0px;
}




.kasarea{
	margin-top:100px;
	margin-bottom:10px;
}



.col3_left{
	float:left;
	width:100%;
	margin:0;
	border:0;
}

.col3_center{
	float:left;
	width:100%;
	margin:0;
	border:0;
}

.col3_right{
	float:left;
	width:100%;
	margin:0;
	border:0;
}

#copy_ditail{
	margin:0px 10px 0px 10px;
	color:#000;
}
.bube2 a{
	font-size:30px;
	color:#ffffff;
}





.goaisatu{
	background:#f4ead7;
	padding:20px 15px 20px 15px ;
	margin:10px 0px 80px 0px ;
	border-radius:10px;
	font-size:14px;
}






/*****追従フッター********************************/
#footerFloatingMenu2{
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
	background:  rgba(0, 0, 0, 0.0);
	height:50px;
    padding: 10px 0px 10px 0px;
}


.button {
font-style: normal;
  margin:0px 4px 0px 00px;
  padding: 10px 8px 10px 8px;
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid #ccc;;
  color: #ddd;
  border-radius: 0px ;
  text-align: center;
  text-decoration: none;
  outline: none;
}
.button:hover {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid #b59352;
  color: #b59352;
}

.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 0.8em ;
}

.my-big {
vertical-align: middle;
margin:-5px 0px 0px 0px;
padding:0px 6px 0px 0px;
  font-size: 1.2em 
}
.my-mid {
vertical-align: middle;
margin:-5px 0px 0px 0px;
padding:0px 6px 0px 0px;
  font-size: 1.2em 
}

.button2 {
font-style: normal;
  margin:0px 0px 0px 0px;
  padding: 10px 8px 10px 8px;
  background-color: rgba(45, 80, 152, 0.9);
  border: 1px solid #ccc;
  color: #ddd;
  border-radius: 0px ;
  text-align: center;
  text-decoration: none;
  outline: none;
}
.button2:hover {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid #4267b2;
  color: #4267b2;
}

.button2::before,
.button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button2,
.button2::before,
.button2::after {
  font-size: 0.8em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}



.mentyussa{
	color:#fff;
	font-size:28px;	
}

#taeihbe{
margin-top:30px;
	text-align:left;
}




/******************************/
.background-video {
    margin: 0 auto;
    margin-top:20px;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 500px;
    overflow: hidden;
    z-index: -1;
}

.background-video video {
    width: 100%;
    max-width: 500px;
}
















/**********************************/
}
