@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,700;1,700&display=swap');


/*ヘッダーナビ !リンク追加時に以下2つの高さを＋43pxすること! */
header nav {
    top: -629px;
}
.openNav nav {
    transform: translateY(678px);
}


/* <RESET> */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	-webkit-font-smoothing: antialiased;
}
input,textarea {
	margin: 0;
}
table {
	font-size: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
fieldset,img {
	border: 0;
	vertical-align:bottom;
}
a:hover img{
	filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
abbr,acronym {
	border: 0;
}
body,input,select,button,textarea {
	font-size: 14px;
	line-height: 1.8;
	font-family: "Roboto", sans-serif;
	color:#333;
}
/* </RESET> */


/* <LAYOUT> */
html {
	overflow-y: scroll;
}
body{
	text-align:center;
	background: #3E3A39;
}
a{
	color:#fff;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
/* </LAYOUT> */


/* <MODULE> */

/*usually use*/
.b{ font-weight:bold; }
.left{ text-align:left !important; }
.c,.center{ text-align:center !important; }
.right{ text-align:right !important; }
.rem{ color:#f00; }
.large{font-size:150%;/*21px*/}
.small{font-size:85.7%;/*12px*/}
.clear{ clear:both; }
.kome{
	text-indent:-1em;
	padding-left:1em;
}
.imgL{ float: left;margin:0 1.5em 1.5em 0; }
.imgR{ float:right;margin:0 0 1.5em 1.5em; }
.mt-0{ margin-top:0 !important; }
.ml-25{ margin-left:25px !important; }
.mb-0{ margin-bottom:0 !important; }
.mb-15{ margin-bottom:15px !important; }
.mb-30{ margin-bottom:30px !important; }
.mb-60{ margin-bottom:60px !important; }
.cf:after{
	content: "";
	clear: both;
	display: block;
}

/*btn*/
a.btnStyle{
	position:relative;
	display:inline-block;
	line-height:42px;
	padding-right:20px;
	color:#333;
	border-style:none;
	border:solid 1px #333;
	background:#fff;
}
a.btnStyle:after{
	position:absolute;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
  transform: rotate(45deg);
	content: "";
	display: block;
	height: 6px;
	right: 10px;
	margin-top: -3px;
	top: 50%;
	width: 6px;
}

/*link*/
.anchor{
	text-align:right;
	padding-right:2px;
}
.anchor a{
	position:relative;
	padding-right:8px;
}
.anchor a:after{
	position:absolute;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
  transform: rotate(45deg);
	content: "";
	display: block;
	height: 6px;
	right: 0;
	margin-top: -3px;
	top: 45%;
	width: 6px;
}

/*block*/
.main img,
.pd-top img{
	width: 100%;
	height: auto;
}
.txtbox{
	margin: 15px 3%;
	color: #fff;
}
.txtbox .ttl{
	font-size: 23px;
    line-height: 28px;
    font-weight: bold;
    color: #F5D020;
    margin: 0 0 15px;
    text-shadow: 0 0 3px #000;
  font-family: "Crimson Text", serif;
		
}
.txtbox p{
	margin: 0 5% 1em;
	text-align: left;
	line-height: 1.5;
}
.txtbox p:first-child{
	margin-bottom: 0;
}
.top-photo img{
	width: 100%;
}
.top-intro h2{
	background: #14100F;
	font-size: 23px;
    line-height: 28px;
    font-weight: bold;
    color: #F5D020;
	padding: 15px 0;
  font-family: "Crimson Text", serif;
}
.top-intro ul li{
	position: relative;
	border-bottom: solid 1px #ccc;
}
.top-intro ul li:after{
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    transform: rotate(45deg);
    content: "";
    display: block;
    height: 28px;
    right: 5%;
    margin-top: -14px;
    position: absolute;
    top: 50%;
    width: 28px;
}
.top-intro ul li img{
	width: 100%;
}
.top-prize{
	margin: 15px 15%;
	overflow: hidden;
}
.top-prize li{
	float: left;
}
.top-prize li:first-child{
	width: 28.8%;
}
.top-prize li:last-child{
	width: 71.2%;
}
.top-prize li img{
	width: 100%;
}
.com-box{
	margin: 15px 3%;
}
.com-box .pac iframe{
	width: 100%;
	height: 240px;
}
.com-box #map{
	width: 100%;
	height: 240px;
}
.pd-box{
	margin: 15px 3%;
	color: #fff;
	text-align: left;
}
.pd-box p{
	margin-left: 30%;
	line-height: 1.5;
}
.pd-box .pac{
	width: 25%;
	float: left;
	margin-left: 0;
}
.pd-box p.pac img{
	width: 100%;
	height: auto;
}
.pd-box h2{
	text-align: center;
	font-size: 21px;
    line-height: 24px;
    font-weight: bold;
	padding: 15px 0;
}
.pd-box p.spec{
	margin:15px 0 15px 0;
}
.pd-box p.spec img{
	width: 100%;
	height: auto;
}
.pd-box p.tail{
	margin-left: 0;
	margin-bottom: 30px;
}
.pd-box ul li{
	margin: 15px 0 0;
}
.pd-box ul li img{
	width: 100%;
	height: auto;
}
footer {
	color: #fff;
}
footer h2{
	background: #14100F;
	font-size: 21px;
    line-height: 24px;
    font-weight: bold;
    color: #F5D020;
	padding: 15px 0;
  font-family: "Crimson Text", serif;
}
footer nav ul li{
	display: inline;
}
footer nav ul li a{
	font-size: 18px;
	display: block;
	background: #969493;
	border-bottom: solid 1px #ccc;
	line-height: 46px;
	padding: 0 0 0 7%;
	text-align: left;
	position: relative;
	color: #333;
}
footer nav ul li a:after{

    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    transform: rotate(45deg);
    content: "";
    display: block;
    height: 8px;
    right: 5%;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 8px;
}
footer .logo{
	margin: 15px 0;
}
footer .logo img{
	width: 46%;
}
footer address{
	margin: 0 3% 15px;
}
footer ul.fb{
	margin:0 20% 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap:15%;
}
footer ul.fb li img{
	max-height: 25px;
}
footer .copy{
	background: #14100F;
	color: #fff;
	line-height: 24px;
	text-align: center;
}
/* </MODULE> */


/* <HEADER> */
#wrapper{
  padding-top:50px;
}
header{
	height: 50px;
	text-align: left;
  padding-right: 50px;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #3E3A39;
  box-sizing: border-box;
  z-index: 999999;
}
header .logo{
	width: 100%;
}
header .logo img{
	width: 153px;
	height: 30px;
	padding: 10px;
}
header .en a{
  display: inline-block;
  background: #fff;
  border-radius: 4px;
  color: #333;
  padding: 0 2vw;
  line-height: 24px;
	font-size:min(3vw,12px);
}
header .fb img{
  width: 24px;
  height: 24px;
	padding: 10px;
}
#navToggle {
    position:absolute;
    right:13px;
    top:13px;
    width:30px;
    height:25px;
    cursor:pointer;
}
#navToggle div {position:relative}
#navToggle span {
    display:block;
    position:absolute;
    width:100%;
    border-bottom:solid 3px #999;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#navToggle span:nth-child(1) {top:0}
#navToggle span:nth-child(2) {top:11px}
#navToggle span:nth-child(3) {top:22px}

header ul {
    font-size:14px;
    line-height:1;
}
header ul li {
    margin-left:3px;
    display:inline-block;
}
header ul li:last-child::after {content:''}
header ul li a {color:inherit}

/*header menu*/
header nav {
    position: absolute;
    right:0;
    width:100%;
	background: rgba(255,255,255,.8);
    transition:.5s ease-in-out;
    text-align:left;
    z-index:999;
}
header ul li {
    display:block;
    margin:0 10px;
    border-bottom:dotted 1px #fff;
    line-height:3;
}
header ul li a {display:block}
header ul li:last-child {border-bottom:none}
 
/* Toggle(Button) */
#navToggle {display:block}
 
/* Click Toggle(Button) */
.openNav #navToggle span:nth-child(1) {
    top: 11px;
    transform:rotate(-45deg);
}
.openNav #navToggle span:nth-child(2),
.openNav #navToggle span:nth-child(3) {
    top: 11px;
    transform:rotate(45deg);
}
 


/* </ HEADER> */


/* <OTHER LIBRARY> */

/* </ OTHER LIBRARY> */


/* <TOP CONTENT> */

/* </TOP CONTENT> */

.wideslider {
	width: 100%;
	height: 223px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.wideslider p{
	top:0;
	left:50%;
	margin-left:-160px;
	text-align:center;
	position:absolute;
	z-index:99;
}
.wideslider p img{
	width: 320px;
}
.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}
.wideslider ul li img{
	width: 100%;
}
.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #fff url(../images/wideslider/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../images/wideslider/next.jpg) no-repeat left center;}
.pagination {
	bottom: 20px;
	right: 10px;
	width: 80%;
	height: 10px;
	text-align: right;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	display: inline-block;
	overflow: hidden;
	background: #ccc;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}
#movie{
  text-align: center;
  padding-bottom: 40px;
  width: 80%;
  margin:0 auto
}
#movie.top-box h2 {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin: 0 0 16px;
}
#movie p a{
  display: block;
  position: relative;
}
#movie p a:before{
  content:"";
  background:url("../../images/movie-icon.png") no-repeat center center;
  width: 80px;
  height: 80px;
  background-size: cover;
  position: absolute;
  z-index: 2;
  top:calc(50% - 40px);
  left:calc(50% - 40px);
}
#movie p img{
  width: 100%;
}

footer ul.contact{
	margin: 15px 3%;
	overflow:hidden;
}
footer ul.contact li{
}
footer ul.contact li span{
	width: 100%;
	display:inline-block;
	line-height:37px;
	color:#fff;
	border-style:none;
	border:solid 1px #524E4D;
	background: #171312;
	text-align:center;
}
footer ul.contact li span:before{
	content:"";
	display:inline-block;
	width:24px;
	height:24px;
	background-repeat:no-repeat;
	vertical-align:top;
	background-size:24px 24px;
	margin-right: 5px;
	margin-top: 5px;
	background-image:url(/sp/images/icon-mail.png);
}

/*25.01.17*/
#ryoan{
	padding: 1px 0 50px;
	background: #fff;
	color: #333;
}
#ryoan section{
	margin: 0 20px;
	text-align: left;
}
#ryoan img{ width: 640px;height:auto;max-width: 100%;display: block;margin:1.5em auto;border:solid 1px #d4d4d4; }

#ryoan h2{ font-weight: bold;font-size:8.5vw;margin:0 0 0.5em;text-align: center;line-height: 1; }
#ryoan h3{ font-weight: bold;font-size:5vw;margin:0 0 1.5em;text-align: center;line-height: 1.2; }
#ryoan h4{ font-weight: bold;font-size:5vw;margin:0 0 0.5em; }
#ryoan h5{ font-weight: bold;font-size:4vw;margin:2em 0 0.5em;line-height: 1.2; }
#ryoan p{
  font-size: 3.7vw;
	line-height: 1.8;
	margin:1em 0;
}
#ryoan p.intro{
  font-size: 4.5vw;
	margin-top: 0;
}
#ryoan .img+h4{
  margin-top: 0em;
}
#ryoan .note{
  background: #f3f3f3;
	font-size: 16px;
	padding: 1.5em 2em;
	margin: 2em 0 0;
}
#ryoan .note h6{
  font-size: 5vw;
	text-align: center;
	font-weight: bold;
	margin-bottom: 1em;
}
#ryoan .note dl{
  font-size: 3.7vw;
}
#ryoan .note dl dt{
	font-weight: bold;
}
#ryoan .note dl dd{
	margin: 0 0 0.8em 1em;
}

/*250910*/
.b0{
  margin: 40px 20px 60px;
}
header+.b0{
  margin-top: 0;
}
.b0 *{
  font-size: 14px;
  line-height: 1.8;
	color: #fff;
	text-align: left;
}
.b0 p b{
	font-style: italic;
	font-size: 20px;
}
.b0 p+p{
  margin-top:20px;
}
.b0 img{
  max-width: 100%;
	height:auto;
}
.b0 .img{
	margin: 40px -20px 0;
	text-align: center;
}
.b0 > .img:first-child {
  margin-top: 0;
}
.b0 .img.main{
	margin: 0 -20px 40px;
}
.b0 .maintitle{
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  color: #F5D020;
  margin: 0 0 50px;
  text-shadow: 0 0 3px #000;
	text-align: center;
  font-family: "Crimson Text", serif;
}
.b0 .subtitle{
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  margin: 0 -20px 20px;
	padding: 0 20px 10px;
  text-shadow: 0 0 3px #000;
	border-bottom:solid 1px #d5a44a;
	text-align: center;
  font-family: "Crimson Text", serif;
}
.b0 .subtitle.itemname{
  font-size: min(52px,10vw);
  font-family: 'Times New Roman', serif;
	line-height: 1;
}
.b0 .subtitle.itemname small{
  font-size: min(25px,8vw);
	line-height: 1;
	display: block;
	text-align: center;
	padding: 10px 0px 10px;
}
.b0 .img+.subtitle{
  margin-top: 40px;
}
.b0 .subtitle i{
  font-size: 21px;
}
.b0 dl.layout{
	margin: 20px 0;
}
.b0 dl.layout dd{
	margin-left: 1em;
}
.b0 ol{
  list-style:decimal outside;
	margin-left: 20px;
}
.b0 ol li{
  margin-top: 15px;
}
#top-enjoy p+p{ margin-top: 15px; }
#top-enjoy dl.layout{ margin: 15px 0 0; }
.dentou-date{
  margin-top: -30px;
}
.dentou-date p{
	font-style: italic;
}
.b0 p.large {
	margin-top: 40px;
}
.b0 p.large b {
  font-size: 26px;
	line-height: 1.3;
}
.mb-40{
  margin-bottom: 40px !important;
}
.note-spec{
  background: #f3f3f3;
	font-size: 16px;
	padding: 30px 20px;
	margin: 40px -20px -60px;
}
.b0 .note-spec *{
  color: #000;
}
.note-spec h6{
  font-size: 21px;
	line-height: 1.3;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}
.note-spec dl *{
  font-size: 13px;
	line-height: 1.5;
}
.note-spec dl dt{
	font-weight: bold;
}
.note-spec dl dd{
	margin: 0 0 0.8em 1em;
}

