@charset "shift_jis";
/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
.sp_none{
	display:none;
}

.sp_block{
	display:block;
}

.sp_inline{
	display:inline;
}

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

/*********** #wrap設定 ***********/
#wrap{
	width: 100%;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
}

/*********** header設定 ***********/
header{
	min-width:100%;
	margin:0 auto;
	background:url(/img/header.jpg) center 0/cover no-repeat;
	/*background-size:100%;*/
	height:0;
	padding-top:74.06875%;
	position:relative;
}

#header_wrap{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}

#header_logo{
	display:block;
	width:60%;
	position:absolute;
	top:2.34375%;
	left:1.6%;
}

#head_catch{
	top:29%;
	left:14px;
    font-size:90%;
}

#head_info_wrap{
	bottom:10px;
	left:10px; 
    top:auto;
    padding:3px;
}

#head_info{
    padding:10px 20px;
}
    

/*** 共通header設定 ***/
.common header{
	background-size:cover;
	height:256px;
	padding-top:0;
    padding-bottom:114px;
    box-sizing: border-box;
}

.common #header_wrap{
	height:100%
}

.common #header_logo{
    position: relative;
    top:auto;
    left:auto;
    width:60%;
    margin-bottom:10px;
    padding-left:10px;
}
    
.common #head_catch {
    position: relative;
    top: auto;
    width:250px;
}
    
.common #head_info_wrap{
}

/*********** nav設定 ***********/
nav{
	min-width:100%;
	background:#9e6e17;
	background-size:cover;
	height:auto;
}

#nav_ul_sp{
	width:100%;
	box-sizing:border-box;
	padding:5px;
}

#nav_ul_sp li{
	list-style:none;
	display:inline-block;
	width:24.4047619047619%;
	vertical-align:top;
	margin-right:0.79365079365079%;
	margin-bottom:0.79365079365079%;
}

#nav_ul_sp li:nth-child(4n){
	margin-right:0;
}

#nav_ul_sp li:nth-child(n+5){
	margin-bottom:0;
}

#nav_ul_sp a{
	display:block;
	background:rgba(255,255,255,0.2);
	text-align:center;
	font-size:9pt;
	text-decoration:none;
	color:#fff;
	padding:10px 0;
}

#nav_ul_sp img{
	width:27px;
}

#nav_ul_sp p{
	padding:8px 0 0;
}

/*********** pankuzu設定 ***********/
#pankuzu{
	min-width:100%;
	height:40px;
}

#pankuzu p{
	width:100%;
	line-height:40px;
	padding:0 10px;
	box-sizing:border-box;
}


/*********** page_title設定 ***********/
#page_title{
	min-width:100%;
    padding: 10px 0 4px;
}

#page_title h1{
	width:100%;
    font-size:40px ;
}


/*********** #contents設定 ***********/
#contents{
	min-width:100%;
	padding-bottom:30px; /*フッターの高さと同じ*/
}
    
.common #contents{
    padding-top:20px;
}

#contents:before{
	display:none;
}

#contents_wrap{
	width:100%;
	padding-top:0;
}


/*********** #pickup設定 ***********/
#pickup_sp_ul{
	text-align:center;
}

#pickup_sp_ul li{
	width:48.47457627118644%;
	height:auto;
	display:inline-block;
	text-align:left;
}

.panel_info{
	padding:0 0 20px 5px;
}

#pickup_sp .panel_info{
	padding:0 0 3px 5px;
}

.panel_name_en{
	font-family: 'Pinyon Script', cursive;
	font-size:30px;
	margin-bottom:5px;
}

.panel_name{
	font-size:10pt;
	margin-bottom:5px;
}

.panel_size{
	font-size:7pt;
	margin-bottom:5px;
}

.panel_text{
	font-size:7pt;
	color:#333;
}


.i_01:before,
.i_02:before,
.i_03:before{
	width:36.19909502262443%;
	height:0;
	padding-top:26.24434389140271%;
	background-size:contain;
}

.panel_icon img{
	width:18%;
}
    
.panel_icon span{
    font-size:1vw;
    padding:0 1px;
}
    
.panel_home{
    letter-spacing: 0;
}


/*********** news設定 ***********/
#news{
	float:none;
	width:100%;
	margin-bottom:20px;
}

#news_wrap{
	height:300px;
}

#news_ul{
	overflow:auto;
}


#news_ul li{
	padding:10px 0 10px 10px;
	border-bottom:1px solid #ddd;
}

.news_img{
	width:45%;
	height:auto;
    margin-bottom:10px;
}

.news_img img{
	max-width:100%;
}

.news_text{
	width:53%;
	padding-right:10px;
}

.news_title{
	font-size:10pt;
}

.news_body{
	font-size:10pt;
}


/*********** twitter設定 ***********/
#twitter{
	float:none;
	width:90%;
	margin:0 auto 20px;
}


/*********** newface設定 ***********/
#newface{
	width:100%;
	height:auto;
	margin-bottom:20px;
    padding:20px 0 0 20px;
}

#newface_slider_wrap{
	padding:0 10px;
    height:auto;
    width:calc(100% + 20px);
}

.newface_slider .slick-slide{
	margin:20px 2px;
}

.newface_slider .slide_next{
	right:-10px;
}

.newface_slider .slide_prev{
	left:-10px;
}


#newface .panel_info{
	padding:0 0 20px 3px;
}

#newface .panel_name_en{
	font-family: 'Pinyon Script', cursive;
	font-size:5vw;
	margin-bottom:5px;
}

#newface .panel_name{
	font-size:3vw;
	margin-bottom:5px;
}

#newface .panel_size{
	font-size:7pt;
	margin-bottom:5px;
}

#newface .panel_text{
	font-size:7pt;
	margin-bottom:0;
}


#newface .panel_icon{
	bottom:-3px;
}


/*********** today設定 ***********/
#today{
	float:none;
	width:100%;
    padding:20px 0;
}
    
#today .title3{
    padding-left:20px;
}

#today_btn{
	position:relative;
	top:0;
	right:auto;
	padding:0 10px 20px;
	text-align:center;
}

#today_btn>a{
	width:23%;
	height:50px;
	line-height:50px;
	border-radius:5px;
	font-size:10pt;
}

#today_btn span:before{
	display:none;
}

#today_ul{
	padding:0 5px;
}

#today_ul li{
	list-style:none;
	width:49.21875%;
	margin-right:1.5625%;
	margin-bottom:1.5625%;
}

#today_ul li:nth-of-type(2n){
	margin-right:0;
}
    
#today_iframe{
    height:1110px;
}
    
#change_box{
    height:890px;
}


/*********** システム設定 ***********/
#system_bn{
	text-align:center;
	padding:0 5px 15px;
}

#system_bn a{
	margin:0 0.78125% 0.78125%;
	display:inline-block;
	width:48.4375%;
}

.system_info_num{
	float:left;
	width:22.33333333333333%;
}

.system_info_text{
	float:right;
	width:77.666666666667%;
	padding-left:5px;
	box-sizing:border-box;
	line-height:1.4;
}

.system_info_title{
	color:#00316c;
	font-size:12pt;
}

.system_info_body{
	font-size:10pt;
}

.system_info_btn{
	text-align:right;
}

.system_info_btn a{
	display:inline-block;
	color:#00316c;
	border:1px solid #00316c;
	padding:10px;
	font-weight:bold;
	text-decoration:none;
}

.sys_tb1{
    font-size:40px;
}

.sys_tb1_sub th{
    font-size:26px;
}

.basic_text{
    font-size:16px;
}
    
.op_text{
    font-size:32px;
}
    
    
/*********** 割引情報設定 ***********/
.ul_discount{
	padding:0 10px;
}

.discount_img{
	width:100%;
	text-align:center;
	float:none;
}

.discount_img img{
	width:50%;
}

.discount_text{
	width:100%;
	float:none;
}

.discount_title{
	background:#10a7ff;
	color:#fff;
	padding:5px 5px;
	font-size:11pt;
	margin-bottom:10px;	
}


/*********** アンケート設定 ***********/
.enq_dl input[type="text"],
.enq_dl input[type="tel"],
.enq_dl select,
.enq_dl textarea{
	max-width:100%;
	box-sizing:border-box;
}



/*********** メルマガ設定 ***********/
.mail_img{
	width:100%;
	float:none;
	text-align:center;
	margin-bottom:30px;
}

.mail_contents{
	float:none;
	width:100%;
}

.mail_form{
	text-align:center;
}

.mail_form .btn1{
	width:100px;
	padding:10px 0;
}

.mail_form input[type="email"]{
	width:100% !important;
	box-sizing:border-box;
	height:50px;
}


/*********** ホテル設定 ***********/
.hotel_tb{
    height:0;
    overflow: hidden;
    margin-bottom:0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;    
}  

.hotel_tb.active{
    border-top:1px solid #d2b582;
    height:auto;
    overflow: hidden;
    margin-bottom:10px;
} 
    
.hotel_tb,
.hotel_tb tbody,
.hotel_tb tr,
.hotel_tb td{    
    display: block;
}
    
.hotel_tb thead{
    display: none;
}
    
.hotel_tb td{
    padding:5px 5px 0 5px;
    border-right:0;
    border-bottom:0;
    text-align: left;
}
    
.hotel_tb tr{
    border-bottom:1px solid #d2b582;
    padding-bottom:5px;
}
    
.hotel_tb td:nth-of-type(4),
.hotel_tb td:nth-of-type(5){
    display: inline-block;
}
    
.accodion_trigger:before{
    content:"▼";
    font-size:10px;
    vertical-align: middle;
    margin-right:5px;
}
    
.accodion_trigger.active:before{
    content:"▲";
}


/*********** box設定 ***********/
.box2{
	background:url(/img/bg_wall.jpg) 0 0/100% repeat-y;
	box-shadow:0px 0px 6px 1px rgba(0,0,0,0.16) inset;
	padding:20px 10px;
}

.box3{
	background:url(/img/bg_wall.jpg) 0 0/100% repeat-y;
	padding:20px 10px;
	box-shadow:0px 0px 6px 1px #d6d6d6;
}

/*********** ul設定 ***********/
.ul1>li{
	list-style:none;
	background:rgba(255,255,255,0.2);
	box-shadow:0px 0px 6px 1px rgba(0,0,0,0.16);
	padding:10px;
	margin-bottom:10px;
}

.ul2{
	padding-left:20px;
}

.ul2 li{
	line-height:1.4;
}


.dl1 {
	line-height:1.4;
}

.dl1 dt{
	color:#00316c;
	font-weight:bold;
}

.dl1 dd{
	font-size:10pt;
	margin-bottom:10px;
}

/*********** table設定 ***********/
.table1 {
	font-size:11pt;
	line-height:1.4;
}

.table1 th{
	color:#00316c;
	text-align:left;
	padding-bottom:5px;
	padding-right:20px;
}

/*********** text設定 ***********/
.strong1{
	font-size:10pt;
	color:#00316c;
	font-weight:bold;
	line-height:1.4;
}

.text1{
	font-size:10pt;
	line-height:1.4;
}


/*********** sp_footer_menu設定 ***********/
#sp_footer_menu {
	background:#9e6e17;
	padding:2px;
	padding-bottom:130px; /*フッターの高さと同じ*/
}

#sp_footer_menu li{
	list-style:none;
	width:50%;
	float:left;
	padding:2px;
	box-sizing:border-box;
}

#sp_footer_menu a{
	text-decoration:none;
	display:block;
	font-size:3vw;
	color:#fff;
	background:rgba(255,255,255,0.2);
	padding:5px 10px 8px;
}

#sp_footer_menu .en{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:4vw;
	line-height:1.4;
}

/*********** footer設定 ***********/
#sp_footer{
	width:100%;
	box-sizing:border-box;
	position:fixed;
	bottom:0;
	left:0;
	z-index:9999;
}

#sp_footer_nav{
	width:100%;
	background:#000;
	box-sizing:border-box;
}

#sp_footer_nav li{
	list-style:none;
	display:inline-block;
	width:20%;
	vertical-align:top;
}

#sp_footer_nav a{
	display:block;
	text-align:center;
	font-size:8pt;
	text-decoration:none;
	color:#fff;
	padding:10px 0;
}

#sp_footer_nav img{
	width:27px;
}

#sp_footer_nav p{
	padding:8px 0 0;
}


/***** #menu_btn設定 ******/
#menu_btn {
	display: block;
	width: 65px;
	height:65px;
	position:fixed;
	bottom:65px;
	right:0px;
	z-index: 10001;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}

#menu_btn {
	background:rgba(0,0,0,0.5);
}

#menu_btn span {
	display: block;
	background: #fff;
	width: 35px;
	height: 4px;
	position: absolute;
	left: 15px;
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
}

#menu_btn span:first-child {
	top: 19px;
}

#menu_btn span:nth-child(2) {
	margin-top: -2px;
	top: 50%;
}

#menu_btn span:last-child {
	bottom: 18px;
}

#menu_btn.active span:first-child {
	-webkit-transform: translateY(12px) rotate(45deg);
	-moz-transform: translateY(12px) rotate(45deg);
	-ms-transform: translateY(12px) rotate(45deg);
	transform: translateY(12px) rotate(45deg);
}

#menu_btn.active span:nth-child(2) {
	opacity: 0;
}

#menu_btn.active span:last-child {
	-webkit-transform: translateY(-12px) rotate(-45deg);
	-moz-transform: translateY(-12px) rotate(-45deg);
	-ms-transform: translateY(-12px) rotate(-45deg);
	transform: translateY(-12px) rotate(-45deg);
}



#slide_menu{
	display:none;
	background:#9e6e17;
	padding:5px 5px 65px;
	list-style:none;
	max-height:calc( 100% - 65px );
	overflow:auto;
	position:fixed;
	bottom:65px;
	left:0;
	width:100%;
	box-sizing:border-box;
}

#slide_menu a{
	background:rgba(255,255,255,0.2);
	display:block;
	margin-bottom:1px;
	text-decoration:none;
	color:#fff;
	font-size:10pt;
	padding:15px 10px;
	position:relative;
}

#slide_menu a:after{
	content:'';
	display:inline-block;
	width:10px;
	height:18px;
	background:url(/img/arrow_r.png) 0 0/10px no-repeat;
	position:absolute;
	right:10px;
	top:0;
	bottom:0;
	margin:auto 0;
}

.slide_menu_en{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:5vw;
	vertical-align:middle;
	margin-right:10px;
}










}