@charset "utf-8";
/* CSS Document */
/* 全体 */
body{
	width:100%;
	margin: 0 auto;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	text-align:left !important;
	color:#333;
}
.contents{
	margin-left:2%;
	margin-right:2%;
}
a{
	text-decoration: none;
	text-align:left;
	color:#333;
}
li{
	list-style-type: none;
}
.sageru{
	padding-left: 1em;
	text-indent: -1em;
}
.right{
	text-align:right !important;
}
.left{
	text-align:left !important;
}

p{
	text-align:left;
}
.red{
	color:#F00;
}
.rate{
	font-weight: bold;
	font-size:1.1em;
}
.white{
	color:#FFF;
}
.left_sp{
	margin-left:-1em;
}
p.detail{
	margin-top:-1.5em;
	font-size:0.8em;
}



/* optionの枠 */

.box17{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 3px #d0021b;
    border-bottom: solid 3px #d0021b;
}
.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #d0021b;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
    margin: 0; 
    padding: 0;
}
.box17 h2 {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}



.box18{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 3px #f8e71c;
    border-bottom: solid 3px #f8e71c;
}
.box18:before, .box18:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #f8e71c;
}
.box18:before {left: 10px;}
.box18:after {right: 10px;}
.box18 p {
    margin: 0; 
    padding: 0;
}
.box18 h2 {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}


/* NEWのアイコン */
.text-world {
  display: inline-block;
  background: #df002c;
  padding: 1px 5px;
  margin-left: 5px;       /* 先行する文字列との間隔 */
  vertical-align: middle; /* 先行する文字列と上下中央揃え */
  font-size: 0.6em;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;     /* アイコンの角を丸める */
}

/* start from */
.start{
	color: #F00 !important;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	font-style: italic;
}

/* JP or EN */
.square_btn {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	transition: .4s;
	background-color: #666666;
	width: 100px;
	font-size: 0.7em;
	padding-top: 0.25em;
	padding-right: 0.1em;
	padding-bottom: 0.25em;
	padding-left: 0.8em;
	margin-left:10px;
  }

.square_btn:hover {
	background-color: #CCCCCC;
}

/* 矢印 */
.arrow{
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #000;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
}
.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}
.yajirushi::before{
left: 2px;
width: 7px;
height: 3px;
background: #7a0;
}
.yajirushi::after{
left: 2px;
width: 6px;
height: 6px;
border-top: 3px solid #7a0;
border-right: 3px solid #7a0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
	
/* ボタン風 */
.button {
	width: 150px;
	font-size:0.7em;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #333;
	background-color: #CCCCCC;
	border-radius: 5px;
	box-shadow: 2px 2px #333;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

/* more　ボタン */
.more_btn,.more_btn2{
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding: 0.25em 0.5em;
	text-decoration: none;
	color: #FFF;
	border-radius: 0 15px 15px 0;
	transition: .4s;
	background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  }

.more_btn:active,.more_btn2:active{
    background: #7a0;
}


/* 枠飾り */
.waku {
    border:1px solid #EEE;
	box-shadow:rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
}
.waku2{
border:1px solid rgb(238, 238, 238);
box-shadow:rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
-webkit-box-shadow:rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
-moz-box-shadow:rgba(238, 238, 238, 0.509804) 9px 9px 10px -4px;
}

/* こちら */
.here{
	font-weight: bold;
	text-decoration: underline;
}


/* 女性リクエスト */
.kakomi-tape4 {
	position: relative;
	width: 98%;
	color: #555555; BOX背景色
	box-shadow: 0 2px 5px #999;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1.5em;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 1.8%;
	padding-left: 10px;
	border: medium double #c6dea6;
	text-align:left;
}
.kakomi-tape4 p{
	text-align:left !important;
	font-size:1em;
	margin-bottom:-0.5em;
}
.kakomi-tape4 .notedll{
	font-size:0.9em;
}




/* ヘッダー */
header{
	height:180px;
	padding-top:10px;
	margin-bottom:0;
}

head{
	margin-top:-10px;
	margin-bottom:-10px;
}
header h2{
	font-size: 1.3em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-left: 20px;
	margin-top: -2%;
	margin-bottom: 5px;
}
header h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	margin-left: 20px;
	margin-top: -2%;
}
header h3{
	font-size: 0.8em;
	color: #333;
	margin-left:20px;
}

.head_left{
	float: left;
}
.res{
	float: right;
	margin-top:45px;
}

/* tripadvisor */
header img{
	margin-left:1%;
}


/* contactとreservation横並び */
.contact{
	float:left;
	margin-right:10px;
}
.reservation{
	float:left;
}

/* メニュー */
.layer{
    position: fixed;
    top: 0;
    z-index: 1;
    display: none;
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.head .res .menu_sl{
	position:fixed ;
	top: -40px;
	right: 8%;
	float:right;
	z-index: 40;
	margin-top:50px;
}
#slide_menu{
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	color: #333;
	background-color: #CCCCCC;
	text-align:left;
}
#slide_menu ul{
	font-weight: bold;
	font-size:0.9em;
	margin-left:-20px;	
}
#slide_menu ul .tb a{
	font-weight: bold;
	font-size:1em;	
}
#slide_menu ul li a{
	font-size:0.9em;
}
#slide_menu ul li{
	margin-bottom:10px;
}
.button_menu {
	width: 100px;
	font-size: 0.7em;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #FFF;
	background-color: #333333;
	border-radius: 5px;
	box-shadow: 2px 2px #333;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin-bottom:10px;
}

/* パンくずリスト */
#pankuzu1 {
	clear: both;
	height: 30px;
	width: auto;
	float: left;
	margin-top:-30px;
}
#pankuzu1 li {
	float: left;
	font-size:0.8em;
}

#pankuzu1 li+li:before {
	content: "＜";
	margin: 0 9px;
}
#pankuzu1 ul:after {
	display: block;
	content: "";
	clear: both;
}

/* 角丸枠 */
.pointwaku1{
	padding-left:10px;
	padding-right:10px;
    border-radius: 10px; 
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px;
	background-color:#e4ddc9;
	display:inline-block;
	margin-left:15px;
} 
.pointwaku2{
	padding-left:10px;
	padding-right:10px;
    border-radius: 10px; 
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px;
	background-color:#b6c2a9;
	display:inline-block;
} 
.pointwaku3{
	padding-left:10px;
	padding-right:10px;
    border-radius: 10px; 
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px;
	background-color:#82af9a;
	display:inline-block;
} 
.pointwaku4{
	padding-left:10px;
	padding-right:10px;
    border-radius: 10px; 
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px;
	background-color:#5fa09c;
	display:inline-block;
} 
.pointwaku5{
	padding-left:10px;
	padding-right:10px;
    border-radius: 10px; 
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px;
	background-color:#9fd1c5;
	display:inline-block;
} 
.pointwaku6{
	padding-left:10px;
	padding-right:10px;
    border-radius: 10px; 
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px;
	background-color:#c6dea6;
	display:inline-block;
} 
.pointwaku7{
	padding-left:10px;
	padding-right:10px;
    border-radius: 10px; 
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px;
	background-color:#ced097;
	display:inline-block;
} 
.pointwaku8{
	padding-left:10px;
	padding-right:10px;
    border-radius: 10px; 
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px;
	background-color:#79b791;
	display:inline-block;
}
.pointwaku1,.pointwaku2,.pointwaku3,.pointwaku4,.pointwaku5,.pointwaku6,.pointwaku7,.pointwaku8{
	margin-bottom:0;
}

/* 注意 */
.hati2{
	text-align: left;
	padding-top: 10px;
	padding-right: 3%;
	padding-bottom: 50px;
	padding-left: 3%;
	margin-bottom:40px;
	margin-top:30px;
}
.hati2 h4{
	margin-bottom:0;
	
	}
#hati .notedll .sageru{
	padding-left:0;
}
#hati p{
	margin-bottom:-1em;
	margin-top:0;
}
#hati ul{
	margin-left:-2em;
}

/* fb_アドレス */
.fb_address{
	margin-bottom:10px;
	height:460px;
	margin-top:3%;
}
.fb_address:after{
	content:"";
	display:block;
	clear:both;
}
.fb_isi{
	float: left;
	width:40%;
	margin-left:3%;
	height:450px;
}
.fb iframe{
	width: 340px;
	margin: 0 auto;
}
.trip_isi{
	float: left;
	width: 40%;
	margin-top:-25px;
	height:450px;
}

/* Q&A */
.qa_isi{
	margin-bottom:3em;
}
.qa_isi p{
	text-align:left;
	margin-bottom:-1em;
}
.qa {
  position: relative;
  padding-left: 25px;
  text-align:left;
}

.qa:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #FF9933;
}
.qa:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px #FF9933;
}



/* アドレス */
.address{
	width:auto;
	border: 1px solid #999;
	text-align: left;
	padding-top: 10px;
	padding-right: 3%;
	padding-bottom: 50px;
	padding-left: 3%;
	margin-bottom:30px;
	margin-top:20px;
}
.address h3{
	font-size:1.3em;
	text-align:left;
	margin-bottom:-5px;
	margin-left:0;
}
.address h4{
	text-align:left;
	margin-bottom:-20px;
}
.address p{
	font-size:0.9em;
	text-align:left;
	margin-bottom:-10px;
}



/*サイトマップ*/
.site_map{
	height:610px;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 60px;
	width:90%;
	margin-bottom:-300px;
}
.site_map:after{
	content:"";
	display:block;
	clear:both;
}
.sitemap_1{
	float: left;
	width:48%;
	margin-right:2%;
	text-align:left;

}
.sitemap_2{
	float: left;
	width:48%;
	margin-right:2%;
	text-align:left;
}
h3.ppt{
	position: relative;
	padding: 2px 48px;
	font-weight: lighter;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	font-size:1.5em;
}
h3.ppt:first-letter{
	color: #000;
}
h3.ppt:before, h2.ppt:after{
	content:"";
	display:block;
	position:absolute;
}
h3.ppt:before{
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid #F00;
	bottom: -16px;
	left: 8px;
}
h3.ppt:after{
	height: 64px;
	bottom: -32px;
	left: 24px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F00;
}
.site_map #category{
	font-size:1.2em;
	margin-bottom:-5px;
	margin-top:15px;
	text-align:center;
}
.site_map p  .arrow.yajirushi{
	font-size:0.8em;
}

.site_map li{
	padding-bottom: 5px;
}

/* ページトップへ */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index:15;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}



/* フッター */
footer {
	width: auto;
	clear: both;
	text-align: center;
	background-color: #666666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
}

/* 電話自動スマホだけ */
a[href^="tel:"] { cursor: default; }
a[href^="tel:"] { cursor: default; }


/* ########### 480px以下 スマホ＆タブレット縦 ########### */
@media (max-width: 480px) {
/* 全体 */
.site	{
	font-size:90%;
	margin-bottom:15%;
}
/* 強制改行 */
.br:before {
	content: "\A" ;
	white-space: pre ;
}
.br3:before {
	content: "\A" ;
	white-space: pre ;
}
/* メニュー */
.menu #slide_menu ul li a{
	font-size:0.6em;
}

/* パンくず */
#pankuzu1{
	display:none;
}

/* タイトル */
header a .tripad{
	width:50%;
	height:auto;
}
header{
	height:200px;
}
header h2{
	font-size: 0.8em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-left: 20px;
	margin-top: -2%;
	margin-bottom: 5px;
}
header h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	margin-left: 20px;
	margin-top: -2%;
}
.head_left a h1{
	margin-bottom:3px;;
}

.head_left{
	float: left;
	margin-top:10px;
	height:110px;
}
.res{
	float: right;
	margin-top:-45px;
	width:100%;
}



/* メニューボタン */
.button_menu {
	margin-top:-5px;
}

/* 予約、問い合わせボタン */
.res .contact,.res .reservation{
	margin-top:15px;
}

/* JP or EN */
.head_left .square_btn{
	margin-top:0;
}

/* more button */
.more_btn2{
	font-size:0.8em;
}

 /*よくある質問*/ 
.qa_isi{
	width:90%;
}

/* 女性 */
.kakomi-tape4 {
	width:90%;
}

/* 注意 */
#hati ul{
	margin-left:-3em;
}

/* fb_アドレス */
.fb_address:after{
	content:"";
	display:block;
	clear:both;
}
.fb_isi{
	float:left;
	width: 85%;
	margin-left:7%;
	margin-bottom:5%;
	
}
.trip_isi{
	float: left;
	width: 90%;
	margin-left:3%;
	margin-top:2%;
	margin-bottom:-3em;
}
.address{
	position:relative;
	clear:both;
		padding-top:0;
	padding-bottom:0;
}
.address p{
	margin-bottom:3px;
}
.address #TA_rated90{
	padding-top:0;
}

/* アドレス */
.address h3{
	font-size:1em;
}

/*サイトマップ*/
.site_map{
	margin-bottom:-17em;
}
.site_map:after{
	content:"";
	display:block;
	clear:both;
}
.sitemap_1,.sitemap_2{
	float: left;
	width:95%;
	margin-right:2%;
	text-align:left;
	margin-bottom:-7%;
}
.site_map li{
	line-height: 25px;
}
}




/* ########### 481px以上～767px以下 タブレット縦 ########### */
@media (min-width: 481px) and (max-width: 767px) {
/* 全体 */
.site	{
	font-size:90%;
	margin-bottom: 15%;
}
/* 強制改行 */
.br:before {
	content: "\A" ;
	white-space: pre ;
}
.br3:before {
	content: "\A" ;
	white-space: pre ;
}

/* パンくず */
#pankuzu1{
	display:none;
}

/* タイトル */
header{
	height:240px;
}
.head_left{
	float: left;
	width:100%;
	padding-top:10px;
	height:100px;
}
.res{
	float: right;
	margin-top:-5px;
	text-align:right;
}
header h2{
	font-size: 1em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-left: 20px;
	margin-top: -2%;
	margin-bottom: 7px;
}
header h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	margin-left: 20px;
	margin-top: -2%;
	margin-bottom:-20px;
}


/* メニューボタン */
.button_menu {
	margin-top:60px;
}


/* JP or EN */
.head_left .square_btn{
	margin-top:30px;
}


 /*よくある質問*/ 
.qa_isi{
	width:90%;
}

/* 女性 */
.kakomi-tape4 {
	width:90%;
}

/* fb_アドレス */
.fb_address{
	padding-bottom:7%;
}
.fb_address:after{
	content:"";
	display:block;
	clear:both !important;
}
.fb_isi{
	float: left;
	width: 85%;
	margin-left:7%;
	height:450px;
	margin-bottom:30px;
}
.trip_isi{
	float: left;
	width: 90%;
	padding-left: 2%;
	height:450px;
	margin-bottom:-17%;
	margin-top:2%;
}
.address{
	position:relative;
	clear:both;
}
.address p{
	margin-bottom:3px;
}
.address #TA_rated90{
	padding-top:0;
}

/* トリップアドバイザー */
.fb_address .trip_isi{
	margin-top:2%;
}

/*サイトマップ*/

.site_map{
	margin-bottom:-17em;
	margin-top:10px;
}
.site_map:after{
	content:"";
	display:block;
	clear:both;
}
.sitemap_1,.sitemap_2,.sitemap_3{
	float: left;
	width:95%;
	margin-right:2%;
	text-align:left;
	margin-bottom:-28px;
}
.site_map li{
	line-height: 25px;
}

}

/* ########### 768px以上～1019px以下 小ＰＣ＆タブレット横 ########### */
@media (min-width: 768px) and (max-width: 1019px) {
.site	{
	font-size: 90%;
	
}
/* 強制改行 */
.br3:before {
	content: "\A" ;
	white-space: pre ;
}
/* タイトル */
header{
	height:180px;
}
.head_left{
	float: left;
}
.res{
	float: right;
	margin-top:45px;
}

/* 予約問い合わせ */
.head ul .grup{
    padding: 20px;
}
.head .grup li {
	display: inline-block;
	padding: 10px;
	width: 135px;
	text-align: center;
}
.head .grup li a {
      text-decoration: none;
	  width:130px;
}

/* 女性 */
.kakomi-tape4 {
	width:97%;
}

 /*よくある質問*/ 
.qa_isi{
	width:95%;
}

/* fb_アドレス */

.fb_address{
	padding-bottom:2%;
	height:auto;
}
.fb_address:after{
	content:"";
	display:block;
	clear:both;
}
.fb_isi{
	float: left;
	width:46%;
	margin-left:1%;
	height:450px;
}
.trip_isi{
	float: left;
	width: 46%;
	padding-left: 2%;
	height:450px;

}


/* アドレス */
.address{
	margin-bottom:0;
}
.address .br:before {
	content: "\A" ;
	white-space: pre ;
}
.address #TA_rated90{
	padding-top:10px;
}

/*サイトマップ*/
.site_map{
	margin-bottom:-250px;

}
.site_map:after{
	content:"";
	display:block;
	clear:both;
}
.sitemap_1,.sitemap_2{
	float: left;
	width:48%;
	margin-right:2%;
	text-align:left;
	margin-bottom:-5%;
}

}

@media (min-width: 764px)and (max-width: 807px){
/*header{
	height:200px;
}
.res{
	margin-top:70px;
	height:100px;
}*/
.head_left{
	height:140px;
}
/*サイトマップ*/
.site_map{
	margin-bottom:-250px;
}
 /*よくある質問*/ 
.qa_isi{
	width:95%;
}
}


/* ########### 1020px以上  大ＰＣ ########### */
@media (min-width: 1020px) {
/* 全体 */
.site{
	max-width:1280px;
	 margin-left:auto;
     margin-right:auto; 
}

}
