@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap');

/* CSS Document */

html {
    scroll-behavior: smooth;
    scroll-padding-top: 60px;
}
body {
	-webkit-text-size-adjust: 100%;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.75em;
	margin: 0 auto;
	position: relative;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	color: #fff;
	background: url(/common/images/nav_bg_moyo.svg) #313c49;
	background-size: 100px;
}
img {
	display: block;
	width: 100%;
}

/*====================================

    #scrl_logo

====================================*/ 

#scrl_logo {
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 10;
	pointer-events: none;
	display: grid;
	place-items: center;
	mix-blend-mode: difference;
}
#scrl_logo h6 {
	width: 100px;
}

/*====================================

    #front_mov

====================================*/ 

#front_mov {
    display: none;
}

/*====================================

    .frame

====================================*/ 

.frame {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 100;
}
.frame .inner {
    padding: 6px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.frame span {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 4px;
}

/*====================================

	#wp_tp

====================================*/

#wp_tp {
	margin: 0 auto;
	background: url(/common/images/bg_bg.webp);
	background-size: 600px;
	overflow: hidden;
	width: 100%;
	z-index: 1;
}

/*====================================

	#wp_sd

====================================*/

#wp_sd {
	margin: 0 auto;
	background: url(/common/images/bg_bg.webp);
	background-size: 600px;
	width: 100%;
}
#wp_sd .wp_sd_content {
	padding: 0 20px 20px 20px;
}

/*====================================

	page_ttl

====================================*/

.page_ttl {
}
.page_ttl h2 {
	font-family: "Cormorant Garamond", serif;
	font-size: 300%;
	line-height: 1em;
	padding: 100px 20px 20px 20px;
	letter-spacing: .1em;
}
.page_ttl h2 span {
	display: block;
	font-family: "Zen Old Mincho", serif;
	font-size: 30%;
	line-height: 1em;
	letter-spacing: .1em;
}

/*====================================

	bread

====================================*/

.bread {
	margin-bottom: 20px;
	padding: 0 20px;
	display: block;
}
.bread ul {
	width: 100%;
	margin: 0 auto;
}
.bread ul li {
	float: left;
}
.bread ul li:not(:last-of-type)::after {
	content: ">";
	margin: 0 .2em;
	color: #777;
}
.bread ul li a {
	color: #333;
	font-size: 90%;
	text-decoration: underline;
}
.bread ul li a:hover {
	text-decoration: none;
}
.bread ul li p {
	color: #333;
	font-size: 90%;
}



/*====================================

	btn

====================================*/  

.btn {
}
.btn .learn-more {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    text-align: left;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    font-size: inherit;
    width: 10rem;
    height: auto;
    letter-spacing: .1em;
}
.btn .learn-more .circle {
    transition: all 0.1s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 2rem;
    height: 2rem;
    background: #E9FF2E;
    border-radius: 1.625rem;
}
.btn .learn-more .circle .icon {
    transition: all 0.1s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}
.btn .learn-more .circle .icon.arrow {
    transition: all 0.1s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.1rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}
.btn .learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.15rem;
    right: 0.0625rem;
    width: 0.3rem;
    height: 0.3rem;
    border-top: 0.1rem solid #313c49;
    border-right: 0.1rem solid #313c49;
    transform: rotate(45deg);
}
.btn .learn-more .button-text {
    position: absolute;
    top: -.2rem;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.5rem 0;
    margin: 0 0 0 2.5rem;
    color: #fff;
    font-weight: 700;
    text-align: left;
}

/*====================================

	header

====================================*/  

#header {
	position: fixed;
	top: 20px;
	left: 20px;
	width: 200px;
	z-index: 10;
}
#header a {
	display: block;
	width: 100%;
	z-index: 1;
}

/*====================================

	.news_list

====================================*/	

.news_list {
}
.news_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.news_list ul li {
    width: 48%;
    margin-bottom: 30px;
}
.news_list ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    position: relative;
}
.news_list ul li a .ph {
    border-radius: 30px 0 0 0;
    overflow: hidden;
    margin-bottom: 10px;
}
.news_list ul li a .txt {
}
.news_list ul li a .txt .date {
    display: block;
}
.news_list ul li a .txt .date span {
    display: inline-block;
    font-size: 80%;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 20px;
    font-family: "Zen Old Mincho", serif;
    line-height: 1em;
    padding: .4em 1.5em;
    margin-bottom: 4px;
}
.news_list ul li a .txt p {
    position: relative;
    display: inline-block;
}

/*====================================

	.lineup_list

====================================*/	

.lineup_list {
	position: relative;
	z-index: 1;
}
.lineup_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.lineup_list ul:after {
    content: "";
    display: block;
    width: 31%;
}
.lineup_list ul li {
    width: 48%;
    margin-bottom: 20px;
}
.lineup_list ul li a {
    display: block;
    text-decoration: none;
    font-family: "Cormorant Garamond", serif;
    font-size: 90%;
    color: #333;
}
.lineup_list ul li a .ph {
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 50px 0 0 0;
    position: relative;
    display: inline-block;
}
.lineup_list ul li a .txt {
}
.lineup_list ul li a .txt h4 {
    margin-bottom: 10px;
}
.lineup_list ul li a .txt h4 span {
    font-size: 160%;
    letter-spacing: .1em;
    position: relative;
    line-height: 1em;
    color: #fff;
    display: inline-block;
}
.lineup_list ul li a .txt h5 {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    padding-bottom: 10px;
}
.lineup_list ul li a .txt h5 span {
    font-size: 90%;
    letter-spacing: .2em;
    position: relative;
    line-height: 1em;
    color: #fff;
}
.lineup_list ul li a .txt .ex {
    line-height: 1.85em;
    letter-spacing: .2em;
    color: #fff;
    font-size: 90%;
}
.lineup_list ul li a .txt .hsk {
}
.lineup_list ul li a .txt .hsk p {
	border: 1px solid rgba(255, 255, 255, .4);
	border-radius: 30px;
	display: inline-block;
	line-height: 1em;
	padding: .4em 1em;
	margin-right: 10px;
	color: #fff;
}

/*====================================

	.lineup_detail

====================================*/

.lineup_detail {
	width: 100%;
}
.lineup_detail .ph {
	width: 100%;
    border-radius: 400px 400px 0 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}
.lineup_detail .ph:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 400px 400px 0 0;
	box-shadow: inset 2px 2px 2px 2px rgb(0, 0, 0, .6);
}
.lineup_detail .text {
	width: 100%;
}
.lineup_detail .text .ttl {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	padding: 0 0 10px 0 ;
}
.lineup_detail .text .ttl h2 {
	font-family: "Cormorant Garamond", serif;
	font-size: 200%;
	line-height: 1em;
	letter-spacing: .1em;
}
.lineup_detail .text .ttl h2 span {
	display: block;
	font-family: "Zen Old Mincho", serif;
	font-size: 50%;
	line-height: 1em;
	letter-spacing: .1em;
	padding-top: 1em;
}
.lineup_detail .text .ex {
	line-height: 2em;
    letter-spacing: .1em;
    color: #fff;
    font-size: 90%;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 10px 0;
    margin-bottom: 10px;
}
.lineup_detail .text .sub_list {
	padding: 10px 0 0 0;
}
.lineup_detail .text .sub_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.lineup_detail .text .sub_list ul li {
	width: 48%;
	margin-bottom: 20px;
}
.lineup_detail .text .sub_list ul li a {
	display: block;
	border: 1px solid #fff;
}

/*====================================

	pager

====================================*/

.pager {
}
.pager .pagination {
	text-align: center;
	padding: 0 20px;
}
.pager .pagination li {
	display: inline;
	padding: 0;
	display: inline-block;
	text-align: center;
	position: relative;
}
.pager .pagination li a {
	vertical-align: middle;
	width: 100%;
	height: 100%;
	text-align: center;
	display:table;
	color: #333;
	text-decoration: none;
	padding: 1em 0;
	background: #E9FF2E;
	border-radius: 10px 0 0 0;
}
.pager .pagination li a span {
	display: table-cell;
	vertical-align: middle;
}
@media only screen and (max-width: 767px){
	.pager .pagination li{
		display: none;
	}
	.pager .pagination li.pre,
	.pager .pagination li.next{
		display: inline-block;
		width: 49%;
		text-align: center;
	}
	.pager .pagination li.pre a,
	.pager .pagination li.next a{
		width: 100%;
		text-align: center;
	}
	.pager .pagination li.pre span::after{
		content: "　前の10件へ";
	}
	.pager .pagination li.next span::before{
		content: "次の10件へ　";
	}
}

/*====================================

    pagetop

====================================*/  

.pagetop {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
}
.pagetop a {
    width: 10px;
    display: block;
}

/*====================================

    #wp_map

====================================*/ 

#wp_map {
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
    background: #313c49;
}
#wp_map iframe {
    width: 100%;
    height: 300px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    zoom:1;
}

/*====================================

	#footer

====================================*/ 

#footer {
	background: rgba(0, 0, 0, .5);
	padding: 30px;
}
#footer .inner {
}
#footer .inner .holiday {
	font-size: 90%;
	letter-spacing: .2em;
	margin-bottom: 10px;
}
#footer .inner p {
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 100%;
	font-family: "Cormorant Garamond", serif;
}

/*====================================

	reserved

====================================*/	

.reserved {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 150px;
	z-index: 100;
	display: none;
}
.reserved .back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.reserved .back img {
	animation: spin 20s linear infinite;
}
@keyframes spin{
  0% {
    transform: rotate(0deg);
  }
    100% {
    transform: rotate(360deg);
  }
}
