@charset "utf-8";

/* News ------------------------------*/

#news .section_inner {
	background: #EBE8E8;
	padding:0 0 3em;
}

#news .news_inner {
	background: #FFF;
	padding:0.5em 1.5em;
	max-height:140px;
	overflow-y: scroll;
	box-sizing: border-box;
}

section#news dl {
	width:100%;
	display: table;
	padding:0.5em 0;
}

section#news dl + dl {
	border-top:dotted 1px #999;
}

section#news dl dt,
section#news dl dd {
	display: table-cell;
	text-align: left;
}

section#news dl dt {
	font-family: "Lora", serif;
	width:5.8em;
}

section#news dl dd {
	font-family: "Noto Serif JP", serif;
	font-size:1.1em;
	font-weight:500;
	line-height:1.4;
	padding:0.2em 0;
}

section#news dl dd span {
	display: block;
	font-size:11px;
	padding-top:0.3em;
	font-weight: 400;
}

/* Concept ------------------------------*/

section#concept {
	text-align: center;
	padding-bottom:3.5em;
}

section#concept .container {
	padding-top:1em;
}

section#concept img {
	float:right;
	width:30%;
	max-width: 100px;
	margin:1em 0 1em 1em;
}

section#concept p {
	font-family: "Noto Serif JP", serif;
	margin:1em 0 1.5em;
	text-align: left;
	line-height: 1.8;
    font-weight: 700;
    color:#330;
    letter-spacing: 0.08em;
}

section#concept p span.sp {
	display: inline;
}

section#concept p b {
	color:#966;
}

section#concept a.link_btn {
	clear:both;
}

/* Plan / Location ------------------------------*/

section#plan .container,
section#location .container {
	max-width: 1080px;
	padding:1em 0 45px;
	text-align: center;
	overflow: hidden;
}

section#plan .container,
section#location .bg_pink {
	position: relative;
}

section#plan h2,
section#location h2 {
	color:#FFF;
	text-align: left;
	line-height: 1.3;
	padding-bottom:0;
}

section#plan h2 span:before,
section#plan h2 span:after,
section#location h2 span:before,
section#location h2 span:after,
section#others h2 span:before,
section#others h2 span:after {
	display: none;
}

p.lead,
section#plan p.lead,
section#location p.lead {
	font-family: "Noto Serif JP", serif;
	font-size:1.8em;
	letter-spacing: 0.1em;
	margin-bottom:0.7em;
}

p.lead span {
	display: inline-block;
}

section#plan p,
section#location p {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
	line-height: 1.8;
	margin-bottom:1em;
	text-align: left;
}

section#plan p.lead,
section#location p.lead {
	line-height: 1.6;
	padding-top:0.7em;
	margin-bottom:0.6em;
}

section#plan figure {
	position: relative;
}

section#plan figure figcaption {
	font-size: 11px;
}

section#plan .container > figure figcaption {
	position: absolute;
	bottom:0.3em;
	left:0.5em;
	color:#000;
}

section#plan .container div figure figcaption {
	position: absolute;
	top:0.3em;
	left:0.5em;
	color:#000;
}

section#plan .container > div,
section#location .container > div.loca_sub {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: left;
	gap:12px;
	margin:12px 0 24px;
}

section#plan .container > div figure {
	width:calc((100% - 12px)/2);
}

section#location .container > div.loca_sub {
	gap:8px;
}

section#location .container > div.loca_sub figure {
	width:calc((100% - 16px)/3);
}

section#location figure figcaption {
	font-family: "M PLUS 1p", "メイリオ", "Meiryo", sans-serif;
	font-weight: 500;
	text-align: left;
    margin-top: 0.5em;
    line-height: 1.5;
}

section#location .container > div.loca_sub figure figcaption {
	font-size: 2.8vw;
}

section#location .container > div.loca_sub figure figcaption span {
	display: inline-block;
	font-weight: 500;
}


/* Info ------------------------------*/

.info_area {
	width:86%;
	margin:0 auto;
	max-width: 1080px;
	padding:3em 0;
	text-align: center;
}

.info_area > div {
	margin:0 auto 3em;
	width:86%;
	max-width: 960px;
}

.info_area p {
	font-family: "Noto Serif JP", serif;
	color:#330;
	font-size:1.2em;
	line-height: 1.8;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.info_area > div p {
	margin-bottom:0.5em;
}

.info_area p span {
	display: inline-block;
	font-weight: 700;
}

.info_area p.note {
	color:#000;
	font-size: 11px;
	display: block;
	margin-top:0.5em;
	font-weight:400;
}

.info_area > a {
	margin:1.5em 0;
	display: inline-block;
}

.info_area ul {
	display: inline-block;
	max-width: 960px;
}

.info_area ul li + li {
	margin-top:1.3em;
}

.info_area ul li a {
	display: block;
	margin:0 auto;
	width:18em;
	text-align: center;
	color:#330;
	background: #FFF;
	border:solid 2px #330;
	font-family: "Noto Serif JP", serif;
	font-size: 1.2em;
	line-height: 1.0;
	padding:0.7em 1em 0.7em 0;
	box-sizing: border-box;
}

.info_area ul li a span {
	display: inline-block;
	padding:0 1.2em;
	position: relative;
	box-sizing: border-box;
}

.info_area ul li a span:before {
	content:"";
	display: block;
	width:9px;
	height:9px;
	border-top:solid 2px #330;
	border-right:solid 2px #330;
	transform: rotate(45deg);
	position: absolute;
	top:50%;
	right:0;
	margin-top:-5px;
}

.info_area ul li a:hover {
	text-decoration: none;
}

/* Others ------------------------------*/

section#others .container {
	padding:1em 0 3em;
}

section#others h3 {
	font-size:1.3em;
	color:#966;
	text-align: left;
	line-height: 1.5;
	font-weight:700;
}

section#others h3 span {
	display: inline-block;
	font-weight:700;
}

section#others figure {
	position: relative;
	margin:0.5em 0 0.8em;
}

section#others figure figcaption {
	position: absolute;
	right:0;
	bottom:0.3em;
	font-size: 11px;
	color:#FFF;
}

section#others ul li p {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
	color:#330;
}



@media screen and (min-width: 480px) {

section#location .container > div.loca_sub figure figcaption {
	font-size: 1.0em;
}

}


@media screen and (min-width: 640px) {

/* Concept ------------------------------*/

section#concept p {
	font-size: 15px;
}

/* Plan / Location ------------------------------*/

section#plan,
section#location {
	font-size: 15px;
}

section#plan .container div,
section#location .container > div.loca_sub {
	gap:20px;
	margin:20px 0 28px;
}

section#plan .container > div figure {
	width:calc((100% - 20px)/2);
}

section#location .container > div.loca_sub figure {
	width:calc((100% - 40px)/3);
}

/* Info ------------------------------*/

.info_area ul {
	display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.info_area ul li {
	width: 100%;
	padding:0 2em;
	box-sizing: border-box;
}

.info_area ul li + li {
	margin:0;
}

.info_area ul li a {
	width:100%;
}

/* Others ------------------------------*/

section#others ul {
	display: flex;
	gap:0 30px;
}

section#others ul li {
	width: 100%;
}

}


@media screen and (min-width: 768px) {

.mv .sp {
	display: none;
}

.mv .pc {
	display: block;
}

/* News ------------------------------*/

#news .section_inner {
	padding:2em 0 3em;
}

#news .news_inner {
	max-height: 160px;
}

section#news dl dt {
	font-size:22px;
}

section#news dl dd {
	font-size:24px;
}

section#news dl dd span {
	font-size:13px;
}

/* Concept ------------------------------*/

section#concept {
	padding-bottom:4em;
}

section#concept .container {
	padding-top:2em;
	position: relative;
}

section#concept img {
	float:none;
	position: absolute;
	bottom:0;
	right:0;
	margin:0;
	width: 17vw;
	max-width: 218px;
}

section#concept p {
	text-align: center;
	font-size: 19px;
}

section#concept p span.sp {
	display: none;
}

section#concept p br.pc {
	display: block;
}

/* Plan / Location ------------------------------*/

section#plan .container,
section#location .container {
	padding:40px 0 60px;
}

section#plan .container {
	text-align: right;
}

section#plan p,
section#plan .container > div {
	float:left;
	clear:left;
	width:calc((100% - 30px)/2);
}

section#location h2,
section#location p {
	float:right;
	clear:right;
	width:calc((100% - 30px)/2);
}

section#plan p.lead,
section#location p.lead {
	padding-top: 0.2em;
    margin-bottom: 0.8em;
}

section#plan .container > div {
	margin:6px 0 0 0;
}

section#plan p.lead,
section#plan .container > div {
	width:50%;
}

section#plan .container > figure {
	position: absolute;
	right:0;
	width:calc((100% - 30px)/2);
}

section#plan a.link_btn {
	position: absolute;
	bottom:60px;
	right:0;
}

section#location .container > div.loca_main {
	position: absolute;
	top:0;
	left:0;
	width:calc((100vw - 30px)/2);
}

section#location .container > div.loca_main figure {
	position: relative;
	height:405px;
	overflow: hidden;
}

section#location .container > div.loca_main figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	height: 100%;
}

section#location .container > div.loca_main figure figcaption {
	position: absolute;
    bottom: 0;
    right: 0;
    background: #966;
    width: 100%;
    text-align: right;
    line-height: 2.2;
}

section#location .container > div.loca_sub {
	clear:both;
}

section#location .container > div.loca_sub {
	gap:14px;
}

section#location .container > div.loca_sub figure {
	width:calc((100% - 28px)/3);
	padding-top:10px;
}

/* Info ------------------------------*/

.info_area picture.sp {
	display: none;
}

.info_area picture.pc {
	display: block;
}

/* Others ------------------------------*/

section#others .container {
	padding:40px 0 60px;
}

}


@media screen and (min-width: 800px) {

section#plan .container > div {
	width:calc((100% - 30px)/2);
}

}


@media screen and (min-width: 1040px) {

/* News ------------------------------*/

#news .section_inner {
	padding:2em 0 4em;
}

section#news dl dd {
	font-size:26px;
}

/* Concept ------------------------------*/

section#concept .container {
	padding-top:2.7em;
}

section#concept p {
	letter-spacing: 0.1em;
	margin:0.5em 0 1.2em;
}

/* Plan / Location ------------------------------*/

section#plan p,
section#location p {
	line-height: 2.0;
}

section#plan .container > figure {
	bottom:188px;
}

section#location .container > div.loca_main figure {
	height:443px;
}

section#location .container > div.loca_sub {
	float:right;
	clear:right;
	width:calc((100% - 30px)/2);
	margin:0;
}

section#location .container > div.loca_sub figure figcaption {
	font-size: 12px;
}

section#location a.link_btn {
	position: absolute;
    bottom: 60px;
    left: 7%;
}

/* Info ------------------------------*/

.info_area > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:3em;
}

}


@media screen and (min-width: 1116px) {

section#location .container > div.loca_sub figure figcaption {
	font-size: 13px;
}

section#location a.link_btn {
	position: absolute;
    bottom: 60px;
    left: calc((100% - 1080px)/2);
}

}


@media screen and (min-width: 1558px) {

section#location .container > div.loca_main figure img {
	width:100%;
	height:auto;
}

}
