@charset "utf-8";
/* float, clear
===============================================================*/
.cf { zoom:1; }
.cf:before, .cf:after { content:""; display:table; }
.cf:after { clear:both; }

.clear {
	clear: both;
	visibility: visible;
}

.left {
	float:left;
}

.right {
	float:right;
}

/* base
===============================================================*/
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd,tr {
	font-size: 16px;
	line-height: 1.6;
}

textarea ,
button {
	font-style:normal;
	/*font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;*/
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	-webkit-font-smoothing: antialiased;
}

body {
	color:#323232;
	background-color:#ffffff;
	/*font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;*/
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	-webkit-font-smoothing: antialiased;
}

.incon {
	font-family: 'Inconsolata', monospace;
}

.ropa {
	font-family: 'Ropa Sans', sans-serif;
}

.sawa { font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;-webkit-font-smoothing: antialiased; }

.sp {
	display:none !important;
}


/* font
===============================================================*/
a { 
	color:#323232;
	text-decoration:none;
}
 
a:visited {
	color:#323232;
	text-decoration:none;
}

a:hover {
	color:#323232;
	text-decoration: underline; 
}

a:active {
	color:#323232;
	text-decoration: underline; 
}

a.outline:focus{
	outline:1px dotted;
}
a:focus{
	outline:none;
}

a.anc {
	display:block;
	position:absolute;
	top:-40px;
	left:0;
}


/* Contents
===============================================================*/
div#AllBox{
		
}


div#Contents {
	
}

div#Main {
	/* margin:0 90px 0 0; */
	margin:0 0px 0 0; 
	position:relative;
	z-index:301;
	top:0;
	left:0;
}

div#Main.noside {
	margin:0;
}

#loader-bg{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff;
  }
  .loader {
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
    width: 64px;
    height: 64px;
    text-align: center;
  } 


/* SideBar
===============================================================*/
@media screen and (min-width: 800px) {
	#customer_header {
		padding: 10px 20px;
		width: 1100px;
		margin:0 auto;
	}

	#customer_header h1 {
		width:268px;
	}
}

@media screen and (max-width: 799px) {
	#customer_header {
		padding: 0 20px 10px 20px;
		margin:0 auto;
	}

	#customer_header h1 {
		width:180px;
	}
}


  div#HeaderBox .headerbox{
	position: fixed;
    width: 100%;
	height: 75px;
	background: transparent;
	height: 0px;
  }

  div#HeaderBox  .none{
	display: none;
  }

  div#HeaderBox.move .headerbox{
	position: fixed;
    width: 100%;
	height: 75px;
	background: white; 

	border-bottom: #c5ac62 3px solid;
  }

  div#HeaderBox.active .headerbox{
	height: auto;
	background: transparent;
	border:none;
}
  div#HeaderBox.move .headerbox .nav ul li a{
    color: #000;
}

  div#HeaderBox.move .headerbox .logo{
	top: 20px;
  }

div#HeaderBox .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing:border-box;
}
div#HeaderBox .menu-trigger {
  width:27px;
  height:12px;
  display: block;
  padding:32px;
  position: absolute;
  /* top:0; */
  /* right:0; */
  z-index:50;
  transition: all .4s;

  top: 10px;
  right: 30px;
}
div#HeaderBox .menu-trigger span {
  position: absolute;
  left: 32px;
  width: 42px;
  height: 1px;
  background-color: #080808;
}

div#HeaderBox .menu-trigger span:nth-of-type(1) {
	top: 19px;
  }
  div#HeaderBox .menu-trigger span:nth-of-type(2) {
	top: 27px;
  }
  div#HeaderBox .menu-trigger span:nth-of-type(3) {
	top: 35px;
  }

  div#HeaderBox .menu_btn .t {
  position:absolute;
  left:0;
  text-align:center;
  font-weight:500;
  letter-spacing:0.05em;
  text-align: center;
  z-index: 999;
  width:100%;
  font-size: 17px;
  color: white;
  top: 40px;
  right: 0;
}

div#HeaderBox .menu_btn .t2 {
	display:none;
	position:absolute;
	top:50px;
	left:0;
	text-align:center;
	font-weight:bold;
	letter-spacing:0.05em;

	text-align: right;
	top: 125px;
	right: 35px;
	z-index: 999;
	font-size: 15px;
	color: black;
}

div#HeaderBox.active .logo{
display: none;
}
div#HeaderBox.active .nav{
display: none;
}
div#HeaderBox.active .lang{
display: none;
}
div#HeaderBox.active .lang_over{
display: none;
}
div#HeaderBox.active .btn{
display: none;
}
div#HeaderBox.active .menu_btn .menu-trigger{
	background:transparent;
}

#SideBar.active .menu_btn .t{
	display:none;
}
#SideBar.active .menu_btn .t2,div#SideBar.active .menu-trigger span {
	display:block;
}


.active .menu_btn .t {
	
	display:none;
}

/* .active .menu_btn .t2 {
	display:block;
} */

.active .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(-430deg);
  transform: translateY(5px) rotate(-30deg);
}

.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}

.active .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(30deg);
  transform: translateY(-6px) rotate(30deg);
}



div#SideBar .lang {
	height:84px;
	position:relative;
	margin:0 0 35px 0;
}

div#SideBar .lang span {
	position: absolute;
	left: 34px;
	width: 22px;
	height: 1px;
	background-color: #999999;
}

div#SideBar .lang span:nth-of-type(1) {
	top: 0;
}

div#SideBar .lang span:nth-of-type(2) {
	bottom:0;
}

div#SideBar .lang ul li a {
	display:block;
	text-align:center;
	padding:31px 0;
	font-size:18px;
	position:relative;
}

div#SideBar .res a {
	display:block;
	width:100%;
	box-sizing:border-box;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing:0.05em;
	padding:40px 32px 0 0;
	font-weight:bold;
	background:url(../images/common/ic.svg) no-repeat center 0;
	background-size:23px 24px;
	font-family:"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

div#SideBar .tel {
	display:none;
}


div#SideBar .navigation {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-color:#faf6e9;
	z-index:400;
	opacity:0;
	z-index:-1;
	transition: all 300ms 0s ease;
}

div#SideBar.active .navigation {
	opacity:1;
	z-index:0;
}


div#SideBar .navigation .inner {
	width:780px;
	margin:0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}

div#SideBar .navigation .gn {
	width:400px;
	float:left;
}

div#SideBar .navigation .gn ul li {
	
}

div#SideBar .navigation .gn ul li a {
	display:block;
	padding:18px 0;
	text-decoration:none;
}

div#SideBar .navigation .gn ul .s01{
	line-height: 1.25;
}

div#SideBar .navigation .gn ul .s01 a {
	padding:0px 0px;
}

div#SideBar .navigation .gn ul li span.s1 {
	/* color:#786e51; */
	color: #927d44;
	letter-spacing:0.1em;
	position:relative;
	top:-3px;left:0;
	transition: all 300ms 0s ease;
	font-size: 12px;
}

div#SideBar .navigation .gn ul li span.s2 {
	color:#222222;
	font-size:20px;
	font-weight:bold;
	letter-spacing:0.15em;
	transition: all 300ms 0s ease;
}

div#SideBar .navigation .gn ul li span.s3 {
	position:relative;
	top:-2px;left:0;
	transition: all 300ms 0s ease;
}

div#SideBar .navigation .gn ul li span.s4 {
	color:#222222;
	font-size:13px;
	font-weight:bold;
	letter-spacing:0.15em;
	transition: all 300ms 0s ease;
}

div#SideBar .navigation .gn ul li a:hover span.s1 ,
div#SideBar .navigation .gn ul li a:hover span.s2 ,
div#SideBar .navigation .gn ul li a:hover span.s3 ,
div#SideBar .navigation .gn ul li a:hover span.s4{
	color:#927d44;
	opacity:1 !important;
}

div#SideBar .navigation.hover .gn ul li a span.s1 ,
div#SideBar .navigation.hover .gn ul li a span.s2 ,
div#SideBar .navigation.hover .gn ul li a span.s3 ,
div#SideBar .navigation.hover .gn ul li a span.s4
{
	opacity:0.5;
}

div#SideBar .navigation .sn {
	width:330px;
	float:right;
}


div#SideBar .navigation .sn .rate{
	margin:45px 0 45px 0;
}

div#SideBar .navigation .sn .rate .t {
	padding:0 0 6px 23px;
	font-size:18px;
	color:#927d44;
	font-weight:bold;
	background:url(../images/common/ic03.svg) no-repeat 0 3px;
	background-size:17px 23px;
}

div#SideBar .navigation .sn .rate .t2 {
	padding:0 0 10px 0;
	font-size:13px;
}

div#SideBar .navigation .sn .rate .btn a {
	display:block;
	color:#fff;
	text-align:center;
	font-size:18px;
	width:300px;
	height:48px;
	padding:22px 0 0 30px;
	background:url(../images/common/ic_w.svg) #786e51 no-repeat 70px 47%;
	background-size:27px 28px;
	text-decoration:none;
	transition: all 300ms 0s ease;
}

div#SideBar .navigation .sn .rate .btn a:hover {
	opacity:0.7;
}

div#SideBar .navigation .sn .inbound {
	margin:0 0 10px 0;
}

div#SideBar .navigation .sn .hamanako {
	margin:0 0 25px 0;
}

div#SideBar .navigation .sn .lang2 {
	margin:0 0 15px 0;
}

div#SideBar .navigation .sn .lang2 p.l {
	font-size:22px;
	letter-spacing:0.1em;
	padding:0 20px 0 0;
	float:left;
}

div#SideBar .navigation .sn .lang2 p.r {
	font-size:18px;
	float:left;
	position:relative;
	top:2px;
	left:0;
}

div#SideBar .navigation .sn .sns {
	margin:0 0 30px 0;
}

div#SideBar .navigation .sn .sns p {
	float:left;
	padding:0 17px 0 0;
}

div#SideBar .navigation .sn .sns p img {
	width:23px;
	height:23px;
	color:#222222;
}

div#SideBar .navigation .sn .sns p a {
	transition: all 300ms 0s ease;
}

div#SideBar .navigation .sn .sns p a:hover {
	opacity:0.7;
}


div#SideBar .olink {
	border-top:#c0bcb3 1px solid;
	padding:25px 0 0 0;
}

div#SideBar .olink ul li {
	font-size:14px;
	float:left;
	padding:0 22px 10px 0;
}

div#SideBar .olink ul li.blank a {
	background:url(../images/common/blank.svg) no-repeat right 3px;
	background-size:14px 11px;
	padding:0 22px 0 0;
}


.navigation .bgcon {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	transition: all 300ms 0s ease;
}

.navigation .bg01 {
	background:url(../images/common/bg01.jpg) no-repeat 0 0;
	background-size:cover;
}

.navigation.l01 .bg01 {
	opacity:1;
}

.navigation .bg02 {
	background:url(../images/common/bg02.jpg) no-repeat 0 0;
	background-size:cover;
}

.navigation.l02 .bg02 {
	opacity:1;
}

.navigation .bg03 {
	background:url(../images/common/bg03.jpg) no-repeat 0 0;
	background-size:cover;
}

.navigation.l03 .bg03 {
	opacity:1;
}

.navigation .bg04 {
	background:url(../images/common/bg04.jpg) no-repeat 0 0;
	background-size:cover;
}

.navigation.l04 .bg04 {
	opacity:1;
}

.navigation .bg05 {
	background:url(../images/common/bg07.jpg) no-repeat 0 0;
	background-size:cover;
}

.navigation.l05 .bg05 {
	opacity:1;
}

.navigation .bg06 {
	background:url(../images/common/bg05.jpg) no-repeat 0 0;
	background-size:cover;
}

.navigation.l06 .bg06 {
	opacity:1;
}

.navigation .bg07 {
	background:url(../images/common/bg06.jpg) no-repeat 0 0;
	background-size:cover;
}

.navigation.l07 .bg07 {
	opacity:1;
}

.navigation .bg08 {
	background:url(../images/common/bg08.jpg) no-repeat 0 0;
	background-size:cover;
}

.navigation.l08 .bg08 {
	opacity:1;
}

.navigation .bg09 {
	background:url(../images/common/bg09.jpg) no-repeat 0 0;
	background-size:cover;
}

.navigation.l09 .bg09 {
	opacity:1;
}




/* HeaderBox
===============================================================*/
div#HeaderBox {
	/* padding:40px 0 0 0; */
	padding:0px 0 0 0;
	/* position:absolute; */
	top:0;
	left:0;
	width:100%;
	/* z-index:302; */
	z-index:402;
	
	position:relative;
}

div#HeaderBox .logo {
	/* position:fixed; */
	/* top:30px; */
	left:30px;
	z-index:200;
	position:relative;
	top: 20px;
	/* top:110px; */
	display: inline-block;
}

div#HeaderBox .logo img {
	width:268px;
}

div#HeaderBox .nav {
	text-align:right;
	position:absolute;
	top: 28px;
	right: 240px;


}

div#HeaderBox .nav ul li {
	display:inline-block;
	/* font-size:18px; */
	font-size:16px;
}


div#HeaderBox .btn {
    width: 75px;
    height: 75px;
    display: block;
    padding: 0px;
    position: absolute;
	top: 0;

	right: 75px;
    z-index: 50;
    background: #df8228;
	opacity: 1;
	transition: all .4s;
}
div#HeaderBox .btn:hover {
	opacity: 0.7;
}
div#HeaderBox .btn  span{
	display: inline-block;
    padding: 49px 14px 10px 16px;
    background: url(../../images/common/ic_w.svg) no-repeat 20px 10px;
    background-size: 35px 35px;
    font-size: 11px;
    color: #fff;
	}

div#HeaderBox .menu_btn .menu-trigger{
	background: #a3956d;
	width: 53px;
    height: 53px;
	padding: 11px;
	top: 0;
	right:0;
	transition: 0.3s;
}
div#HeaderBox .menu_btn .menu-trigger:hover{
	opacity: 0.7;
}
div#HeaderBox .menu_btn .menu-trigger span{
	background-color: #fff;
	left: 16px;
}

div#HeaderBox .lang{
    position: absolute;
    right: 180px;
    top: 18px;
}

div#HeaderBox.active .menu_btn .menu-trigger span{
	display: none;
}



div#HeaderBox .lang ul li a {
	display:block;
	text-align:center;
	font-size: 18px;
	position:relative;
	border-left: 1px solid #000;
    border-right: 1px solid #000;
	padding: 8px 16px 0px;
	transition: 0.3s;
	color: #000;
}

div#HeaderBox.move .lang ul li a {
	border-left: 1px solid #000;
    border-right: 1px solid #000;
	color: #000;
}

div#HeaderBox .lang ul li a:hover{
	text-decoration:none;
}

div#HeaderBox .lang ul li a span{
	display: block;
	width: 0;
	height: 3px;
	margin: 0 auto;
	border-bottom: #c5ac62 2px solid;
	transition: all 300ms 0s ease;
}
div#HeaderBox .lang ul li a:hover span{
	width: 100%;
}

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

div#HeaderBox .nav ul li {
	font-size:12px;
}

}

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

div#HeaderBox .nav ul li {
	display:none;
}

}

div#HeaderBox .nav ul li a {
	display:block;
	text-decoration:none;
	padding:0 14px 0 0;
	font-weight:bold;
}


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

	div#HeaderBox .nav ul li a {
		padding:0 6px 0 0;
	}
	
	
}

div#HeaderBox .nav ul li.blank a {
	background:url(../images/common/blank.svg) no-repeat right 3px;
	background-size:14px auto;
	padding:0 22px 0 0;
}

div#HeaderBox .nav ul li a span {
	display:block;
	width:0;
	height:3px;
	margin:0 auto;
	border-bottom:#c5ac62 2px solid;
	transition: all 300ms 0s ease;
}

div#HeaderBox .nav ul li a:hover span ,
div#HeaderBox .nav ul li a.here span {
	width:100%;
}

.lang_over {
	width:550px;
	background-color:#fff;
	position:fixed;
	top:190px;
	right:-650px;
	z-index:3000;
	padding:10px 10px 10px 55px;
	transition: all 600ms 0s ease;
}

.lang_over.open {
	right:90px;
}

.lang_over p.l {
	font-size:18px;
	letter-spacing:0.1em;
	padding:0 20px 0 0;
	float:left;
}

.lang_over p.r {
	font-size:18px;
	float:left;
}

.lang_over p.r a {
	width:40px;
	height:15px;
	font-size:18px;
	text-align:center;
	display:inline-block;
	text-decoration:none;
	position:relative;
}

.lang_over p.r a.s {
	font-size:16px;
}

.lang_over p.r a.w{
	width:80px;
}

.lang_over p.r a span {
	display:block;
	width:0;
	height:3px;
	margin:0 auto;
	border-bottom:#c5ac62 2px solid;
	transition: all 300ms 0s ease;
}

.lang_over p.r a:hover span ,
.lang_over p.r a.here span {
	width:100%;
}

.lang_over .close a {
	display:block;
	width:23px;
	height:23px;
	position:absolute;
	top:16px;left:15px;
}


.lang_over .close span {
  position: absolute;
  left: 0;
  width: 23px;
  height: 2px;
  background-color: #080808;
}

.lang_over .close span:nth-of-type(1) {
  top: 0;
}

.lang_over .close span:nth-of-type(2) {
  top: 12px;
}

.lang_over .close span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}

.lang_over .close span:nth-of-type(2) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}




/* FooterBox
===============================================================*/
@media screen and (min-width: 800px) {

div#FooterBox {
	margin:0 90px;
	padding:0 0 0 0;
	position:relative;
	z-index:300;
}

div#FooterBox .access h2 {
	font-size:32px;
	text-align:center;
	position:relative;
}

div#FooterBox .access h2:after {
	content:'';
	background-color:#333333;
	width:57px;
	height:1px;
	display:block;
	margin:6px auto 30px auto;
}

div#FooterBox .access #gmap {
	height:500px;
	width:100%;
}

div#FooterBox .access iframe {
	height:500px;
	width:100%;
}

div#FooterBox .access ul {
	text-align:center;
	padding:30px 0;
}

div#FooterBox .access ul li {
	display:inline-block;
	padding:0 45px;
}

div#FooterBox .access ul li a {
	padding:0 14px 0 0;
	text-decoration:underline;
	background:url(../images/common/ar02.svg) no-repeat right 58%;
	background-size:7px 12px;
}

div#FooterBox .address {
	padding:40px 0 15px 0;
	border-top:#b2b2b2 1px solid;
	border-bottom:#b2b2b2 1px solid;
	position:relative;
	margin: 0 auto;
}

div#FooterBox .address .adin {
	width:1050px;
	margin: 0 auto;
}

div#FooterBox .sns {
	position:absolute;
	top:18px;
	right:0;
}

div#FooterBox .sns p {
	float:left;
	padding:0 17px 0 0;
}

div#FooterBox .sns p img {
	width:23px;height:23px;
	color:#222222;
}

div#FooterBox .sns p a {
	transition: all 300ms 0s ease;
}

div#FooterBox .sns p a:hover {
	opacity:0.7;
}


div#FooterBox .ad {
	float:left;
}

div#FooterBox .ad dt {
	padding:0 0 5px 0;
}

div#FooterBox .ad dd {
	font-size:14px;
}

div#FooterBox .rate{
	width:548px;
	float:right;
	position:relative;
	padding:20px 0 0 0;
}
div#FooterBox .rate .sakura{
	float: left;
    margin: -42px 0 0 -111px;
    width: 83px;
    height: 120px;
}
div#FooterBox .rate .sakura img{
	width: 100%;
    height: 100%;
}
div#FooterBox .rate .sakura a:hover{
	opacity: 0.7;
	transition: .3s;
}


div#FooterBox .rate .t {
	color:#927d44;
	font-weight:bold;
	padding:0 0 3px 23px;
	font-size:18px;
	background:url(../images/common/ic03.svg) no-repeat 0 3px;
	background-size:17px 23px;
	margin: 8px 0 0;
}

div#FooterBox .rate .t2 {
	padding:0 0 10px 0;
	font-size:13px;
}

div#FooterBox .rate .car a {
	display:inline-block;
	width:180px;
	height:29px;
	color:#de2f2f;
	font-size:18px;
	text-align:center;
	border-radius:15px;
	padding:1px 0 0 20px;
	background:url(../images/common/p.svg) #fae0e0 no-repeat 31px 5px;
	background-size:20px 20px;
	position:absolute;
	bottom:21px;
	right:0;
	text-decoration:none;
	transition: all 300ms 0s ease;
}

div#FooterBox .rate .car a:hover {
	opacity:0.7;
}

div#FooterBox .flink ul {
	text-align:center;
	padding:30px 0;
	border-top:#b2b2b2 1px solid;
	border-bottom:#b2b2b2 1px solid;
}

div#FooterBox .flink ul li {
	display:inline-block;
	padding:0 12px;
}

div#FooterBox .flink ul li a {
	padding:0 14px 0 0;
	font-size:14px;
}

div#FooterBox .flink ul li.blank a {
	background:url(../images/common/blank.svg) no-repeat right 3px;
	background-size:14px 11px;
	padding:0 22px 0 0;
}

div#FooterBox .copy {
	padding:0 0 22px 0;
	font-size:10px;
	text-align:center;
	font-weight:bold;
	letter-spacing:0.2em;
}
div#FooterBox div.creditcard{
	border-bottom: #b2b2b2 1px solid;
}
div#FooterBox div.creditcard dl{
	margin: 20px;
	background: url(../images/common/bgline.jpg) repeat 0 0;
	padding: 10px;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
div#FooterBox div.creditcard dl dt{
	font-size:13px;
	text-align: center;
	padding-right: 5px;
}
div#FooterBox div.creditcard dl dd{
	display: inline-block;
}
div#FooterBox div.creditcard dl dd img{
	width: 100%;
	height: auto;
}

div#FooterBox .hotelresort{
	clear: both;
	overflow: hidden;
	padding:0 10% 20px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}
div#FooterBox .hotelresort h2{
	text-align: center;
	font-size: 16px;
	
}
div#FooterBox .hotelresort .fhr-list{
	float: left;
	
}

div#FooterBox .camp{
	max-width:1000px;
	padding:0 30px;
	margin:0 auto 50px auto;
}

div#FooterBox .camp_top {
	margin:0 auto 25px auto;
}

div#FooterBox .camp a {
	display:block;
	transition: all 300ms 0s ease;
}

div#FooterBox .camp a:hover {
	opacity:0.7;
}

div#FooterBox .camp img {
	width:100%;
}

.f80th {
	margin-top: 50px;
}
}

/* title
===============================================================*/
h2.def {
	font-size:32px;
	text-align:center;
	position:relative;
}

h2.def:after {
	content:'';
	background-color:#333333;
	width:57px;
	height:1px;
	display:block;
	margin:6px auto 30px auto;
}

h2.def span {
	font-size:26px;
	display:block;
}
h2.def_02 {
	font-size:32px;
	text-align:center;
	position:relative;
	color: #786e51;
}

/* main_img_detail
===============================================================*/
.main_img_detail {
	padding:100px 0 0 0;
}

.main_img_detail_top {
	margin:0 0 95px 0;
}


.main_img_detail .tit {
	height:148px;
	/* padding:0 0 0 90px; */
	padding: 0 90px 0 90px;
}

.main_img_detail .tit .cap {
	line-height:1.4;
	text-align:center;
}

.main_img_detail .tit .cap2 {
	font-size:24px;
	padding:0 0 6px 0;
	line-height:1.4;
	text-align:center;
}

.main_img_detail h1 ,
.main_img_detail h2 {
	font-size:40px;
	line-height:1.3;
	padding:0 0 4px 0;
	text-align:center;
}

.main_img_detail .sub {
	font-size:24px;
	line-height:1.3;
	letter-spacing:0.2em;
	text-align:center;
}
.main_img_detail .bg {
	width:100%;
	/* height:467px; */
	position:relative;
}
.main_img_detail ul li {
	width:100%;
	/* height:467px; */
}
.main_img_detail .flex-control-nav {
	bottom: 5px;
	text-align: left;
	padding:0 0 0 20px;
	box-sizing:border-box;
}

.main_img_detail .flex-control-paging li a {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.main_img_detail .flex-control-paging li a {
	background-color: rgba(255, 255, 255, 1);
	border:#fff 2px solid;
	box-shadow:none;
}

.main_img_detail .flex-control-paging li a.flex-active ,
.main_img_detail .flex-control-paging li a:hover {
	background:none;
}


/* content_inner
===============================================================*/
.content_inner {
	/* padding:0 0 0 90px; */
	padding:0 90px 0 90px; 
}




/* main_lead
===============================================================*/
.main_lead {
	/* padding:45px 40px 45px 90px; */
	padding:45px 90px 45px 90px; 
	margin:0 0 95px 0;
	background: url(../images/common/bgline.jpg) repeat 0 0;
}

.main_lead_none {
	margin:0;
	background:none;
}

.main_lead h2 {
	font-size:32px;
	line-height:1.4;
	text-align:center;
	padding:0 0 14px 0;
	text-align:center;
}

.main_lead p {
	text-align:center;
}

.main_lead p.pd {
	padding:0 0 15px 0;
}

/* .main_lead p a {
	text-decoration:underline;
} */


.main_lead .dlcont dl {
	padding:23px 0 0 0;
	text-align:center;
}

.main_lead .dlcont dl dt {
	display:inline-block;
	padding:0 20px 0 0;
}

.main_lead .dlcont dl dd {
	display:inline-block;
}

.main_lead .dlcont_s {
	width:370px;
	padding:40px 0 0 0;
	margin:0 auto;
}

.main_lead .dlcont_s dl {
	clear:both;
	padding:0 0 5px 0;
}

.main_lead .dlcont_s dl dt {
	display:block;
	width:130px;
	float:left;
	color:#786e51;
	font-size:20px;
	text-align:left;
	padding:0;
}

.main_lead .dlcont_s dl dt span.s {
	font-size:16px;
}

.main_lead .dlcont_s dl dd {
	display:block;
	width:240px;
	padding:0;
	float:left;
	text-align:left;
}


.main_lead .dlcont_s dl dd span.l {
	display:block;
	float:left;
	width:120px;
}

.main_lead .dlcont_s dl dd span.r {
	display:block;
	float:left;
	width:80px;
	text-align:right;
}

.main_lead .dlcont_s dl dd span.clear {
	display:block;
	clear:both;
	padding:5px 0 0 0;
}




/* box01
===============================================================*/
.box01 {
	padding:0 0 128px 0;
	margin:0 0 80px 0;
	position:relative;
}

.box01_wong {
	padding:0 0 203px 0;
	margin:0 0 80px 0;
	position:relative;
}


.box01.box01_l {
	background:url(../images/restaurant/top/bg01.jpg) no-repeat left bottom;
}

.box01.box01_l.box01_s {
	background:url(../images/restaurant/dohman/bg3.jpg) no-repeat left bottom;
}

.box01.box01_none {
	margin:0;
}

.box01.box01_r {
	background:url(../images/restaurant/top/bg02.jpg) no-repeat right bottom;
}

.box01 .ph {
	padding:0 20% 0 0;
	position:relative;
}

.box01_s .ph {
	padding:0 45% 0 0;
	position:relative;
}


.box01.box01_r .ph {
	padding:0 0 0 20%;
}

.box01 .ph img {
	width:100%;
	height:auto;
}

.box01 .ph .flex-control-nav {
	width:80%;
	bottom: 5px;
	text-align: right;
	padding:0 20px 0 20px;
	box-sizing:border-box;
}

.box01 .ph .flex-control-paging li a {
	background-color: rgba(255, 255, 255, 1);
	border:#fff 1px solid;
	box-shadow:none;
	text-align:left;	
	text-indent:-9999px;
}

.box01 .ph .flex-control-paging li a.flex-active ,
.box01 .ph .flex-control-paging li a:hover {
	background:none;
}


.box01 .sb {
	width:50%;
	box-sizing:border-box;
	position:absolute;
	bottom:36px;
	padding:30px;
	background-color:#fff;
}

.box01 .sb_w {
	width:65%;
}

@media screen and (max-width: 920px) {
.box01 {
	padding:0 0 30px 0;
}

.box01 .ph {
	padding:0 !important;
	position:relative;
}

.box01 .sb {
	width:80%;
	box-sizing:border-box;
	position:static;
	margin:0 auto;
	background-color:#fff;
}

}

.box01.box01_s .sb {
	padding:15px 30px;
}


.box01.box01_l .sb {
	right:40px;
}

.box01.box01_r .sb {
	left:40px;
}

.box01 h3 {
	font-size:23px;
	line-height:1.4;
	text-align:center;
	padding:15px 13px 14px 13px;
}

.box01 h3 span.s {
	font-size:16px;
	display:block;
}

.box01 .txt{
	padding:0 13px 15px 13px;
}

.box01 dl.price {
	padding:0 13px 15px 13px;
}

.box01 dl.price dt {
	color:#786e51;
	font-weight:bold;
	font-size:20px;
	display:inline-block;
	padding:0 30px 0 0;
}

.box01 dl.price dd {
	font-weight:normal;
	display:inline-block;
}




/* dlcont
===============================================================*/
.dlcont dl {
	padding:23px 13px 0 13px;
}

.dlcont dl dt {
	font-size:18px;
	font-weight:bold;
	color:#a3956d;
}

.dlcont dl dd {
	padding:0 0 0 15px;
}

.dlcont dl dd span.s {
	font-size:12px;
}

.dlcont dl dd p.b {
	font-weight:bold;
	padding:0 0 5px 0;
}

.dlcont dl dd p.pd {
	padding:0 0 1em 0;
}

.dlcont dl dd p.pds {
	padding:0 0 5px 0;
}


/* planbox
===============================================================*/
.planbox {
	margin:0 0 75px 0;
	text-align:center;
}

.planbox .box {
	display:block;
	width:33.3%;
	float:left;
}

.planbox .box.cc {
	display:block;
	width:33%;
	float:none;
	margin:0 auto;
}


.reco .planbox .box:nth-child(3n+1) {
	clear:both;
}


.planbox .box a {
	display:block;
	margin:0 18px 49px 18px;
	text-decoration:none;
}

.planbox .box a.none {
	pointer-events:none;
	cursor:default;
}

.planbox a .ph {
	overflow:hidden;
	margin:0 0 11px 0;
}

.planbox a .ph img {
	width:100%;
	height:auto;
	transition: all 300ms 0s ease;
}

.planbox a:hover .ph img {
	transform: scale(1.1);
}

.planbox .tit {
	margin:0 0 10px 0;
}

.planbox a:hover .tit {
	text-decoration:underline;
}

.planbox .cate {
	display:inline-block;
	background-color:#ede6d3;
	border-radius:4px;
	color:#786e51;
	font-size:14px;
	padding:2px 5px;
	margin:0 0 4px 0;
}

.planbox .period {
	color:#786e51;
	font-size:14px;
	padding:5px 0 0 0;
}


.planbox_d {
	padding:50px 15px;
	background: url(../images/common/bgline.jpg) repeat 0 0;
	text-align:center;
}

.planbox_d .inner {
	text-align:center;
}

.planbox_d .box {
	width:24%;
}

.planbox_d .box a {
	display:block;
	margin:0 15px 40px 15px;
	text-decoration:none;
}

.planbox .box.boxc {
	display:inline-block;
	/* float:none; */
	vertical-align:top;
}


/* oiwai_plan
===============================================================*/
.oiwai_plan {
	padding: 0 0 75px 90px;
	margin:0 -90px 0 -90px;
	background: url(../images/common/bgline.jpg) repeat 0 0;
}


/* btn
===============================================================*/
.morebtn {
	clear:both;
}

.morebtn_margin {
	padding-top: 15px;
}

.morebtn a {
	display:block;
	width:230px;
	padding:13px 0;
	margin:0 auto;
	text-align:center;
	color:#fff;
	font-size:18px;
	letter-spacing:0.2em;
	text-decoration:none;
	background:url(../../images/common/ar03.svg) #a3956d no-repeat right 15px top 47%;
	background-size:30px auto;
	transition: all 300ms 0s ease;
}

.morebtn a.orange {
	display:block;
	width:230px;
	padding:13px 0;
	margin:0 auto;
	text-align:center;
	color:#fff;
	font-size:18px;
	letter-spacing:0;
	text-decoration:none;
	background:url(../../images/common/ar03.svg) #df8228 no-repeat right 15px top 47%;
	background-size:30px auto;
	transition: all 300ms 0s ease;
}

.morebtn a:hover {
	opacity:0.7;
	background:url(../../images/common/ar03.svg) #a3956d no-repeat right 10px top 47%;
	background-size:30px auto;
}

.morebtn a.orange:hover {
	opacity:0.7;
	background:url(../../images/common/ar03.svg) #df8228 no-repeat right 10px top 47%;
	background-size:30px auto;
}

.linkbtn {
	clear:both;
}

.linkbtn a {
	display:block;
	width:300px;
	padding:13px 0;
	margin:0 auto;
	text-align:center;
	color:#fff;
	text-decoration:none;
	background:url(../../images/common/ar03.svg) #a3956d no-repeat right 15px top 47%;
	background-size:30px auto;
	transition: all 300ms 0s ease;
}

.linkbtn a:hover {
	opacity:0.7;
	background:url(../../images/common/ar03.svg) #a3956d no-repeat right 10px top 47%;
	background-size:30px auto;
}

.convbtn {
	padding:15px 0 0 0;
}

.convbtn a {
	display:block;
	width:345px;
	padding:13px 0;
	margin:0 auto;
	font-size:18px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	background:url(../../images/common/ar03.svg) #c0743b no-repeat right 15px top 47%;
	background-size:30px 7px;
	transition: all 300ms 0s ease;
}

.convbtn a:hover {
	opacity:0.7;
	background:url(../../images/common/ar03.svg) #c0743b no-repeat right 10px top 47%;
	background-size:30px 7px;
}

.convbtn a.unagi {
	background:url(../../images/common/ar03.svg) #40216d no-repeat right 15px top 47%;
	background-size:30px 7px;
}

.convbtn a.unagi:hover {
	opacity:0.7;
	background:url(../../images/common/ar03.svg) #40216d no-repeat right 10px top 47%;
	background-size:30px 7px;
}

.nolink {
	display:block;
	width:345px;
	/* padding:13px 0; */
	/* margin:15px auto 0; */
	font-size:18px;
	text-align:center;
	/* color:#fff; */
	background: #323232;
}


/* voice_box
===============================================================*/
.voice_box{
	padding:55px 37px;
	margin:0 0 75px 0;
	background:url(../images/common/bgline.jpg) repeat 0 0;
	position: relative;
}

.voice_box .box_wrap {
	background-color:#fff;
	padding:10px 38px;
	margin:0 0 20px 0;
}


.voice_box .box {
	border-top:#ded8c7 1px solid;
	padding:18px 0 18px 60px;
	background:url(../../images/common/fuki.svg) no-repeat 0 18px;
	background-size:52px auto;
}

.voice_box .box:first-child {
	border:none;
}

.voice_box .box .t {
	line-height:1.4;
	
}

.voice_box .box ul .star {
	float:left;
	height:17px;
	background:url(../../sp/images/common/star.jpg) no-repeat 0 0;
	background-size:105px 17px;
	margin:3px 0 0 0;
}

.voice_box .box ul .star5 {
	width:105px;
}

.voice_box .box ul .star4 {
	width:85px;
}

.voice_box .box ul .star3 {
	width:64px;
}

.voice_box .box ul .star2 {
	width:42px;
}

.voice_box .box ul .star1 {
	width:20px;
}

.voice_box .box ul .hp {
	float:right;
	color:#9d9d9d;
	font-size:14px;
}
/* .g_box01
===============================================================*/
.g_box01{
	padding:55px 0;
	margin:0 0 100px 0;
	background:url(../images/common/bgline.jpg) repeat 0 0;
	text-align: center;
}
/* other_list
===============================================================*/
.other_list {
	margin:0 0 20px 0;
	text-align:center;
}

.other_list .box {
	display:inline-block;
	width:279px;
	vertical-align: top;
	margin:0 8px 40px 8px;	
}

.other_list .box a {
	display:block;
	width:279px;
	position:relative;
	text-decoration:none;
	background:url(../images/restaurant/concorde/bg01.jpg) no-repeat 38px 56px;
}

.other_list .box a.nolink {
	pointer-events: none;
}

.other_list .box a:hover ,
.other_list .box.here a {
	background:url(../images/restaurant/concorde/bg02.jpg) no-repeat 38px 56px;
}

.other_list .flowerbox a ,
.other_list .flowerbox a:hover ,
.other_list .flowerbox.here a {
	background:url(../images/restaurant/concorde/bg03.jpg) no-repeat 38px 56px;
}

.other_list a .ph {
	width:279px;
	margin:0 0 5px 0;
	transition: all 300ms 0s ease;
	position:relative;
	top:0;
	left:0;
}

.other_list a:hover .ph {
	position:relative;
	top:-5px;
	left:0;
}

.other_list a .s {
	font-size:14px;
	line-height:1.4;
	padding:0 30px;
}

.other_list a .ss {
	font-size:12px;
}


.other_list a .t {
	padding:0 30px 10px 30px;
	margin:0 0 10px 0;
}

.other_list a .t span.new {
	font-weight:bold;
	color:#a440e1;
}

.other_list a .open {
	margin:0 auto 10px auto;
	text-align:center;
}

.other_list a .open span {
	display: inline-block;
	border:#40216d 1px solid;
	padding:3px 10px;
	font-weight:bold;
	color:#40216d;
}

.other_list a.nolink .stop {
	position: absolute;
	width: 140px;
	left: 67px;
	top: 84px;
	padding: 10px 0;
	margin: auto;
	text-align: center;
	color: #fff;
	background: #323232;
}


/* detail_mv
===============================================================*/
.detail_mv img {
	width:100%;
}

/* rate
===============================================================*/
.content_inner .rate{
	position:relative;
	width:532px;
	margin:0 auto 10px auto;
}

.content_inner .rate .t {
	padding:0 0 3px 69px;
	font-size:18px;
	color:#927d44;
	font-weight:bold;
	background:url(../images/common/ic03.svg) no-repeat 48px 3px;
	background-size:17px 23px;
}

.content_inner .rate .t2 {
	padding:0 0 10px 0;
	font-size:13px;
}

.content_inner .rate .car a {
	display:block;
	width:160px;
	height:29px;
	color:#de2f2f;
	font-size:18px;
	text-align:center;
	border-radius:15px;
	padding:1px 0 0 20px;
	background:url(../images/common/p.svg) #fae0e0 no-repeat 31px 5px;
	background-size:20px 20px;
	position:absolute;
	bottom:20px;
	right:0;
	text-decoration:none;
	transition: all 300ms 0s ease;
}

.content_inner .rate .car a:hover {
	opacity:0.7;
}


/* guide_nav
===============================================================*/
.guide_nav{
	margin-top: 40px;
}
.guide_nav ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.guide_nav li{
	width: 23%;
	margin: 0 10px;
}
.guide_nav li a{
	display:block;
	font-size: 18px;
	padding:25px 18px 25px 18px;
	margin:0 0 10px 0;
	text-decoration:none;
	background:#eceae5;	
	color: #786e51;
	text-align: center;
	transition: ease all .5s;
	border: 1px solid #eceae5;
}
.guide_nav li a:hover{
	border: 1px solid #786e51;
	background: #fff;
}
.guide_nav li a.here,
.guide_nav li a:active{
	background: #fff;
	padding:24px 17px;
}


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

/* Contents
===============================================================*/
div#AllBox{
}

div#Wrapper{
}

div#Top_Contents {

}

div#Contents {

}
/*
div#Main {
	padding:0 45px 0 0;
}
*/
div#Main.noside {
	padding:0;
}


div#SideBar {

}

#loader-bg{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff;
  }
  .loader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 58px;
    height: 58px;
    text-align: center;
  }

/* FooterBox
===============================================================*/
div#FooterBox {
	/* margin:0 45px 0 0; */
	margin:0 0px 0 0;
	position:relative;
	z-index:300;
}

div#FooterBox .access #gmap {
	height:250px;
	width:100%;
	margin:0 0 10px 0;
}

div#FooterBox .access iframe {
	height:250px;
	width:100%;
	margin:0 0 10px 0;
}

div#FooterBox .access .gbtn.sp a {
	display:block;
	color:#fff;
	text-align:center;
	width:250px;
	margin:0 auto;
	padding:15px 0 15px 0;
	text-decoration:none;
	transition: all 300ms 0s ease;
	background:url(../../images/common/ar03_s.svg) #a3956d no-repeat right 10px top 47%;
	background-size:30px auto;
}


div#FooterBox .access ul {
	text-align:center;
	/* padding:20px 0 30px 0; */
	padding:20px 0 10px 0;
}

div#FooterBox .access ul li {
	display:inline-block;
	padding:0 8px;
}

div#FooterBox .access ul li a {
	padding:0 12px 0 0;
	font-size:13px;
	text-decoration:underline;
	background:url(../../images/common/ar02.svg) no-repeat right 4px;
	background-size:5px auto;
}

div#FooterBox .address {
	padding:30px 13px 30px 13px;
	border-top:#b2b2b2 1px solid;
	border-bottom:#b2b2b2 1px solid;
	position:relative;
}

div#FooterBox .sns {
	padding:30px 0 0 0;
	border-top:#b2b2b2 1px solid;
	text-align:center;
}

div#FooterBox .sns p {
	display:inline-block;
	padding:0 13px;
}

div#FooterBox .sns p img {
	height:28px;
	color:#222222;
}

div#FooterBox .sns p a {
	transition: all 300ms 0s ease;
}

div#FooterBox .sns p a:hover {
	opacity:0.7;
}


div#FooterBox .ad {

}

div#FooterBox .ad dt {
	padding:0 0 5px 0;
	text-align:center;
}

div#FooterBox .ad dd {
	font-size:14px;
	text-align:center;
}

div#FooterBox .rate{
	width:100%;
	position:relative;
	padding:20px 0 30px 0;
}
div#FooterBox .sakura{
	text-align: center;
}
div#FooterBox .sakura img{
	width: 50%;
    height: 50%;
}

div#FooterBox .rate .t {
	padding:0 0 3px 0;
	font-size:18px;
	text-align:center;
}

div#FooterBox .rate .t span {
	padding:0 0 0 25px;
	background:url(../../images/common/ic03.svg) no-repeat 0 3px;
	background-size:17px auto;
	color:#927d44;
	font-weight:bold;
}

div#FooterBox .rate .t2 {
	padding:0 0 10px 0;
	font-size:13px;
	text-align:center;
}

div#FooterBox .rate .car a {
	display:block;
	width:160px;
	height:29px;
	margin:0 auto;
	color:#de2f2f;
	font-size:18px;
	text-align:center;
	border-radius:15px;
	padding:1px 0 0 20px;
	background:url(../../images/common/p.svg) #fae0e0 no-repeat 31px 5px;
	background-size:20px auto;
	text-decoration:none;
}


div#FooterBox .flink ul {
	padding:30px 10px 20px 10px;
	border-bottom:#b2b2b2 1px solid;
}

div#FooterBox .flink ul li {
	width:50%;
	float:left;
	display:block;
	box-sizing:border-box;
	padding:0 12px 10px 12px;
}

div#FooterBox .flink ul li a {
	padding:0 14px 0 0;
	font-size:14px;
}

div#FooterBox .flink ul li.blank a {
	background:url(../../images/common/blank.svg) no-repeat right 50%;
	background-size:14px auto;
	padding:0 22px 0 0;
}

div#FooterBox .copy {
	padding:0 0 22px 0;
	font-size:10px;
	text-align:center;
	font-weight:bold;
	letter-spacing:0.2em;
}
div#FooterBox div.creditcard{
	border-bottom: #b2b2b2 1px solid;
}
div#FooterBox div.creditcard dl{
	/* margin: 20px 0 10px 13px; */
	margin: 20px 13px 10px 13px;
}
div#FooterBox div.creditcard dl dt{
	font-size:13px;
	text-align: center;
	margin-bottom: 10px;
}
div#FooterBox div.creditcard dl dd img{
	width: 100%;
	height: auto;
}

div#FooterBox .hotelresort{
	clear: both;
	overflow: hidden;
	margin-top: 20px;
	/* padding: 0 0 10px 13px; */
	padding: 0 13px 20px 13px;
}
div#FooterBox .hotelresort h2{
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;

}
div#FooterBox .hotelresort .fhr-list a{
	float: left;
	width: 50%;
	margin-bottom: 10px;
}
div#FooterBox .hotelresort .fhr-list a:last-child ,
div#FooterBox .hotelresort .fhr-list a.wel {
	padding: 15px 0 20px 0;
}
div#FooterBox .hotelresort .fhr-list a img{
	width: 100%;
	height: auto;
}

div#FooterBox .camp {
	/* padding:13px; */
	padding: 10px 13px 40px 13px;
}

div#FooterBox .camp_2 {
	/* padding:13px; */
	padding: 20px 13px 20px 13px;
}

div#FooterBox .camp_top {
	padding:13px 13px 6px 13px;
}

div#FooterBox .camp a {
	display:block;
	transition: all 300ms 0s ease;
}

div#FooterBox .camp img {
	width:100%;
}

/* title
===============================================================*/
h2.def {
	font-size:24px;
	text-align:center;
	position:relative;
	/* margin-top: 50px; */
}

h2.def:after {
	content:'';
	background-color:#333333;
	width:28px;
	height:1px;
	display:block;
	margin:6px auto 20px auto;
	
}

h2.def span {
	display:block;
	font-size:20px;
}
h2.def_02 {
	font-size:24px;
	text-align:center;
	position:relative;
	color: #786e51;
}

/* main_img_detail
===============================================================*/
.main_img_detail {
	padding:63px 0 0  0;
}

.main_img_detail_top {
	margin:0 0 40px 0;
}

.main_img_detail .tit {
	height:92px;
}

.main_img_detail .tit_l {
	/* height:122px; */
}

.main_img_detail .tit .cap {
	font-size:14px;
	line-height:1.4;
	padding:0 13px 0 13px;
}

.main_img_detail .tit .cap2 {
	font-size:14px;
	line-height:1.4;
	padding:0 13px 5px 13px;
}

.main_img_detail h1 ,
.main_img_detail h2 {
	font-size:28px;
	line-height:1.3;
	padding:0 13px 4px 13px;
	position:relative;
	top:0;
	left:-5px;
}

.main_img_detail .sub {
	font-size:12px;
	line-height:1.3;
	font-weight:bold;
	letter-spacing:0.2em;
	padding:0 13px;
}

.main_img_detail .bg {
	width:100%;
}

.main_img_detail .flex-control-nav {
	/* bottom: 5px; */
	text-align: left;
	padding:0 0 0 20px;
	box-sizing:border-box;
}

.main_img_detail .flex-control-paging li a {
	background-color: rgba(255, 255, 255, 1);
	border:#fff 2px solid;
	box-shadow:none;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.main_img_detail .flex-control-paging li a.flex-active ,
.main_img_detail .flex-control-paging li a:hover {
	background:none;
}


/* main_lead
===============================================================*/
.main_lead {
	padding:20px 13px 75px 13px;
}

.main_lead_s {
	padding:20px 13px 25px 13px;
}

.main_lead h2 {
	font-size:22px;
	line-height:1.4;
	text-align:center;
	padding:0 0 14px 0;
}

.main_lead .dlcont dl {
	padding:23px 0 0 0;
}

.main_lead p.pd {
	padding:0 0 15px 0;
}

/* .main_lead p a {
	text-decoration:underline;
} */



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

.box01 .ph {
	position:relative;
}

.box01 .ph img {
	width:100%;
}

.box01 h3 {
	font-size:23px;
	line-height:1.4;
	text-align:center;
	padding:15px 13px 14px 13px;
}

.box01 h3 span.s {
	display:block;
	font-size:16px;
}


.box01 .txt{
	padding:0 13px 15px 13px;
}

.box01 dl.price {
	padding:0 13px 0 13px;
}

.box01 dl.price dt {
	color:#786e51;
	font-weight:bold;
	font-size:20px;
	display:inline-block;
	padding:0 30px 0 0;
}

.box01 dl.price dd {
	font-weight:normal;
	display:inline-block;
}


.box01 .ph .flex-control-nav {
	bottom: 5px;
	text-align: center;
	padding:0 0 0 20px;
	box-sizing:border-box;
}

.box01 .ph .flex-control-paging li a {
	background-color: rgba(255, 255, 255, 1);
	border:#fff 1px solid;
	box-shadow:none;
}

.box01 .ph .flex-control-paging li a.flex-active ,
.box01 .ph .flex-control-paging li a:hover {
	background:none;
}



/* dlcont
===============================================================*/
.dlcont dl {
	padding:23px 13px 0 13px;
}

.dlcont dl dt {
	font-size:18px;
	font-weight:bold;
	color:#a3956d;
}

.dlcont dl dt span.s {
	font-size:14px;
}

.dlcont dl dd {
	padding:0 0 0 15px;
}

.dlcont dl dd span.s {
	font-size:12px;
}

.dlcont dl dd span.l {
	display:inline-block;
	width:120px;
}

.dlcont dl dd p.b {
	font-weight:bold;
	padding:0 0 5px 0;
}

.dlcont dl dd p.pd {
	padding:0 0 1em 0;
}

.dlcont dl dd p.pds {
	padding:0 0 5px 0;
}



/* planbox
===============================================================*/
.planbox {
	margin:0 0 75px 0;
}

.planbox .box a {
	display:block;
	min-height:88px;
	padding:0 0 0 105px;
	margin:0 17px 15px 0;
	position:relative;
}

.planbox .box:nth-child(3) ,
.planbox .box:nth-child(4) {
	display:none;
}

.planbox_d .box:nth-child(3) ,
.planbox_d .box:nth-child(4) {
	display:block;
}

.party_plan .box:nth-child(3) ,
.party_plan .box:nth-child(4) {
	display:block;
}

.planbox a .ph {
	width:88px;
	position:absolute;
	top:0;
	left:0;
}

.planbox a .ph img {
	width:88px;
	height:auto;
}

.planbox .tit {
	margin:0 0px 5px 0;
	line-height:1.4;
}

.planbox .cate {
	display:inline-block;
	background-color:#ede6d3;
	border-radius:4px;
	color:#786e51;
	font-size:14px;
	padding:2px 5px;
	margin:0 0 4px 0;
}

.planbox .period {
	color:#786e51;
	font-size:14px;
	padding:5px 0 0 0;
}


/* oiwai_plan
===============================================================*/

.oiwai_plan {
	margin-bottom: 0;
	padding-bottom: 60px;
	background: url(../images/common/bgline.jpg) repeat 0 0;
	background-size: 13px 3px;
}

.oiwai_plan img {
	width: 100%;
}

.oiwai_plan p.o_event {
	padding: 0 10px 0 0;
}


/* btn
===============================================================*/
.morebtn_margin {
	padding-top: 15px;
}

.morebtn a {
	display:block;
	width:208px;
	padding:13px 0;
	margin:0 auto;
	text-align:center;
	color:#fff;
	font-size:18px;
	letter-spacing:0.2em;
	text-decoration:none;
	background:url(../../images/common/ar03_s.svg) #a3956d no-repeat right 10px top 47%;
	background-size:30px auto;
}

.morebtn a.orange {
	display:block;
	width:208px;
	padding:13px 0;
	margin:0 auto;
	text-align:center;
	color:#fff;
	font-size:18px;
	letter-spacing:0;
	text-decoration:none;
	background:url(../../images/common/ar03_s.svg) #df8228 no-repeat right 10px top 47%;
	background-size:30px auto;
}

.linkbtn a {
	display:block;
	width:258px;
	padding:13px 0;
	margin:25px auto 0 auto;
	text-align:center;
	color:#fff;
	font-size:18px;
	text-decoration:none;
	background:url(../../images/common/ar03_s.svg) #a3956d no-repeat right 10px top 47%;
	background-size:30px auto;
}


.linkbtn_w {
	margin:0 0 50px 0;
}

.convbtn {
	padding:15px 0 0 0;
}

.convbtn a {
	display:block;
	padding:13px 0;
	margin:0 13px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	background:url(../../images/common/ar03_s.svg) #c0743b no-repeat right 10px top 47%;
	background-size:30px auto;
}

.convbtn a.unagi {
	background:url(../../images/common/ar03_s.svg) #40216d no-repeat right 10px top 47%;
	background-size:30px auto;
}

.obtn {
	padding:10px 0 0 0;
}

.obtn a {
	display:block;
	padding:13px 0;
	margin:0 13px;
	font-size:14px;
	text-align:center;
	color:#786e51;
	text-decoration:none;
	background-color:#eceae5;
}

.nolink {
	padding: 13px 0;
	margin: 15px 13px 0;
	text-align: center;
	color: #fff;
	background: #323232;
}


/* voice_box
===============================================================*/
.voice_box{
	margin:0 0 75px 0;
	position:relative;
}

.voice_box .box {
	border-top:#ded8c7 1px solid;
	padding:14px 0 14px 0;
	margin:0 13px;
}

.voice_box .box:first-child {
	border:none;
	padding:0 0 14px 0;
}

.voice_box .box .t {
	padding:0 0 0 50px;
	min-height:45px;
	line-height:1.4;
	background:url(../../images/common/fuki.svg) no-repeat 0 0;
	background-size:43px auto;
}

.voice_box .box ul .star {
	float:left;
	height:17px;
	background:url(../images/common/star.jpg) no-repeat 0 0;
	background-size:105px 17px;
	margin:3px 0 0 0;
}

.voice_box .box ul .star5 {
	width:105px;
}

.voice_box .box ul .star4 {
	width:85px;
}

.voice_box .box ul .star3 {
	width:64px;
}

.voice_box .box ul .star2 {
	width:42px;
}

.voice_box .box ul .star1 {
	width:20px;
}

.voice_box .box ul .hp {
	float:right;
	color:#9d9d9d;
	font-size:14px;
}


/* other_list
===============================================================*/
.other_list {
	margin:0 0 63px 0;
}

.other_list .box a {
	display:block;
	min-height:60px;
	padding:0 0 0 81px;
	margin:0 0 12px 0;
	position:relative;
	background-color:#eceae5;
	text-decoration:none;
}
.other_list .flowerbox a {
	background-color:#f1e7f7;
}

.other_list .box a.nolink {
	pointer-events: none;
}

.other_list .box.here a {
	min-height:56px;
	border:#786e51 1px solid;
	overflow:hidden;
	background:none;
}
.other_list .box.here a.nolink {
	border:none;
	background-color:#eceae5;
}

.other_list a .ph {
	width:68px;
	position:absolute;
	top:0;
	left:0;
}

.other_list .box.here a .ph {
	position:absolute;
	top:-1px;
	left:-1px;
}

.other_list a .ph img {
	width:auto;
	height:60px;
}

.other_list a .s {
	color:#786e51;
	font-size:14px;
	line-height:1.4;
	padding:7px 0 0 0;
	text-align: left;
}

.other_list a .t {
	color:#786e51;
	text-align: left;
}

.other_list a .t2 {
	padding:17px 0 0 0;
}

.other_list a .t span.new {
	font-weight:bold;
	color:#a440e1;
	padding:0 0 0 15px;
}


.hall_li a .t2{
	padding: 9px 0 0 0;
	line-height: 1.3;
}

.other_list a .open {
	margin:0 auto 10px auto;
	padding:5px 0;
}

.other_list a .open span {
	display: inline-block;
	font-size:12px;
	border:#40216d 1px solid;
	padding:3px 10px;
	font-weight:bold;
	color:#40216d;
}

.other_list a.nolink .stop {
	color: #a20000;
	display: flex;
}

.s_text {
	display: flex;
}

/* detail_mv
===============================================================*/
.detail_mv img {
	width:100%;
}


/* rate
===============================================================*/
.content_inner .rate{
	width:100%;
	position:relative;
	padding:0 0 30px 0;
}

.content_inner .rate .t {
	padding:0 0 3px 0;
	font-size:18px;
	text-align:center;
}

.content_inner .rate .t span {
	display:inline-block;
	padding:3px 0 3px 25px;
	background:url(../../images/common/ic03.svg) no-repeat 0 3px;
	background-size:17px auto;
	color:#927d44;
	font-weight:bold;
}

.content_inner .rate .t2 {
	padding:0 0 10px 0;
	font-size:13px;
	text-align:center;
}

.content_inner .rate .car a {
	display:block;
	width:160px;
	height:29px;
	margin:0 auto;
	color:#de2f2f;
	font-size:18px;
	text-align:center;
	border-radius:15px;
	padding:1px 0 0 20px;
	background:url(../../images/common/p.svg) #fae0e0 no-repeat 31px 5px;
	background-size:20px auto;
	text-decoration:none;
}



/* powerfood
===============================================================*/
.powerfood {
	margin: 0 0 40px 0;
	background-color:#dfcfa0;
	padding:25px 15px 10px 15px;
}

.powerfood .box1 {
	text-align:center;
	margin:0 0 14px 0;
	background-color:#fff;
	border-radius:5px;
	box-sizing:border-box;
	padding:10px;
}

.powerfood .box1 p {
	font-size:14px;
	padding:0 0 5px 0;
}

.powerfood .box1 p img {
	width:200px;
	height:auto;
}


.powerfood .sbox {
	width:100%;
	min-height:50px;
	box-sizing:border-box;
	padding:10px 15px 10px 75px;
	background-color:#fff;
	border-radius:5px;
	margin:0 0 10px 0;
	position:relative;
}

.powerfood .sbox p {
	width:50px;
	position:absolute;
	top:10px;
	left:15px;
}

.powerfood .sbox p img {
	width:50px;
	height:auto;
}

.powerfood .sbox dl dt {
	font-size:20px;
	font-weight:bold;
}

.powerfood .sbox1 dl dt {
	color:#2788bb;
}

.powerfood .sbox2 dl dt {
	color:#d14929;
}

.powerfood .sbox3 dl dt {
	color:#1f831d;
}

.powerfood .sbox dl dd {
	font-size:14px;
	line-height:1.3;
}

.powerfood .sbox3 dl dd br {
	display:none;
}

.powerfood .pf_note {
	font-size:12px;
	padding:5px 0 0 0;
	margin:0 0 0 24px;
	text-indent:-24px;
}

.f80th{
	margin-top: 27px;
}





}