@charset "utf-8";
/* CSS Document */
html {
  font-size: 10px;
}
body {
  font-family:"ten-mincho", serif;
  color: #333;
  margin: 0 auto;
	max-width: 1920px;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
}
.sp-only {
	display: none;
}
.flex {
	display: flex;
}
.row {
	flex-direction: row-reverse;
}
.wrap {
	flex-wrap: wrap;
}
.ffzm {
	font-family: "Zen Old Mincho";
}
.fwb {
	font-weight: 600;
}
.white {
	color: #fff;
}
.sp-only {
	display: none;
}
.ttl-p {
	font-size: 45px;
	font-weight: 400;
}
.sp-ttl {	
	display: none;
}

.sp-logo {
	display: none;
}
/*header*/
#header {
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 10rem;
	width: 20%;
}
h1 {
	width: 80%;
	margin: 0 auto 3rem auto;
}
h1 a {
	display: block;
}
.head-p {
	text-align: center;
	font-size: 14px;
	margin-bottom: 1rem;
}
.head-tel {
	width: 70%;
	margin: auto;
}
.head-tel a {
	display: block;
}
.head-nav {
	margin-top: 8rem;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	padding-left: 3rem;
	box-sizing: border-box;
}
.head-nav ul li {
	margin-bottom: 2rem;
}
.head-nav ul li.icon {
	position: relative;
}
.head-nav ul li.icon::before {
	content: "";
	width: 30px;
	height: 30px;
	background: url("../img/h-icon.png");
	position: absolute;
	top:50%;
	left: -40px;
	transform: translateY(-50%);
}
.head-nav ul li a {
	display: block;
	font-size:18px;
	color: #333;
}
.head-nav ul li:hover a {
	color: #605F5F;
}
.h-map {
	width: 60%;
	background: #51A3C7;
	border-radius: 2rem;
	margin: 5rem auto 0 auto;
	padding: 2rem 0;
}
.h-map a {
	display: block;
	text-align: center;
	font-size: 24px;
}
.h-map:hover {
	background: #A8CAEF;
}
.h-map:hover a {
	color: #141D62;
}

@media screen and (max-width:1200px){
	#header {
		width: 18%;
		padding-top: 5rem;
	}
	.head-nav {
		margin-top: 5rem;
	}
	.head-nav ul li a {
		display: block;
		font-size:15px;
		color: #333;
	}
}

/*mainvisual*/
.mainvisual {
	position: relative;
	margin-top: 30px;
	margin-left: 30px;
	width: 78%;
}
.mainvisual video {
	width: 100%;
}
.catch-copy {
	position: absolute;
	bottom: 5rem;
	left: 50px;
}
.catch-copy h2 {
	font-size: 30px;
	color: #fff;
	text-shadow: 2px 2px 5px #000;
	line-height: 2;
}

@media screen and (max-width:1200px){
	.mainvisual {
		width: 80%;
	}
	.catch-copy {
		position: absolute;
		bottom: 3rem;
		left: 50px;
	}
	.catch-copy h2 {
		font-size: 26px;
		color: #fff;
		text-shadow: 2px 2px 5px #000;
		line-height: 1.5;
	}

}
	
/*calendar*/
#calendar {
	background: url("../img/calendar-bg.png");
	background-position: top center;
	padding: 15rem 0 5rem 0;
}
.calendar-ttl {
	width: 900px;
	margin: auto;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1rem;
}
.calendar-ttl h4 {
	text-align: center;
}
.calendar-inner {
	width: 1000px;
	margin: 5rem auto 0 auto;
	justify-content: space-between;
}
.calendar {
	width: 45%;
}
.calendar-head p {
	font-size: 20px;
	margin-bottom: 1rem;
}
.calendar-body table {
	width: 100%;
}
.calendar-body table th,
.calendar-body table td {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	border: 1px solid #EAEFEF;
	background: #fff;
	width: calc(100%/7);
}
.calendar-body table th {
	padding: 1rem 0;
}
.calendar-body table td {
	padding: 1.5rem 0;
}
.calendar-body table th.sun {
	background: #F8EAEB;
}
.calendar-body table th.sat {
	background: #EAF6F8;
}
.calendar-body table td.off {
	background: #F8EAEB;
}

/*line up*/
#lineup {
	position: relative;
	padding: 10rem 0;
}
#lineup::before {
	content: "";
	width: 200px;
	height: 200px;
	background: url("../img/deco01.png");
	background-size: cover;
	position: absolute;
	top:50px;
	right: 200px;
}
#lineup::after {
	content: "";
	width: 200px;
	height: 200px;
	background: url("../img/deco02.png");
	background-size: cover;
	position: absolute;
	bottom:50px;
	left: 100px;
}
.lineup-inner {
	max-width: 1200px;
	margin: auto;
}
.lineup-ttl {
	width: 600px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1rem;
	position: relative;
}
.lineup-ttl::before {
	content: "";
	width: 40px;
	height: 40px;
	background: url("../img/h-icon.png");
	background-size: cover;
	position: absolute;
	top:50%;
	right: 380px;
	transform: translateY(-50%);
}
.lineup01 {
	margin-top: 10rem;
	width: 70%;
	justify-content: space-between;
	align-items: flex-start;
}
.lineup01 li {
	width: 35%;
}
.lineup02 {
	margin-top: 10rem;
	width: 70%;
	margin-left: 20%;
	justify-content: space-between;
	align-items: flex-start;
}
.lineup02 li {
	width: 35%;
}
.l-item01,
.l-item02,
.l-item03,
.l-item04 {
	position: relative;
}
.l-item01::before {
	content: "";
	width: 200px;
	height: 100px;
	background: url("../img/lineup01.png");
	background-size: cover;
	position: absolute;
	bottom: 0;
	right: -150px;
}
.l-item02::before {
	content: "";
	width: 200px;
	height: 100px;
	background: url("../img/lineup02.png");
	background-size: cover;
	position: absolute;
	bottom: 0;
	right: -150px;
}
.l-item03::before {
	content: "";
	width: 200px;
	height: 100px;
	background: url("../img/lineup03.png");
	background-size: cover;
	position: absolute;
	bottom: 0;
	right: -150px;
}
.l-item04::before {
	content: "";
	width: 200px;
	height: 100px;
	background: url("../img/lineup04.png");
	background-size: cover;
	position: absolute;
	bottom: 0;
	right: -150px;
}
.more-link {
	width: 250px;
	background: #51A3C7;
	border-radius: 2rem;
	margin: 10rem auto 0 auto;
	padding: 2rem 0;
}
.more-link a {
	display: block;
	color: #fff;
	text-align: center;
	font-size: 20px;
}
.more-link:hover {
	background: #A8CAEF;
}
.more-link:hover a {
	color: #141D62;
}

@media screen and (max-width:px){
	#lineup {
		max-width: 1200px;
	}
}

/*about*/
#about {
	background: #F6F6EE;
	padding: 10rem 0;
}
.about-inner {
	max-width: 1200px;
	margin: auto;
}
.about-ttl {
	width: 600px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1rem;
	position: relative;
}
.about-ttl::before {
	content: "";
	width: 40px;
	height: 40px;
	background: url("../img/h-icon.png");
	background-size: cover;
	position: absolute;
	top:50%;
	right: 200px;
	transform: translateY(-50%);
}
.about-video {
	width: 600px;
	height: 400px;
	margin: 10rem auto 0 auto;
}
.about-video iframe {
	width: 100%;
}

/*pickup*/
#pickup {
	padding: 20rem 0 10em 0;
	background: url("../img/bg-content.png");
	background-size: cover;
}
.pickup-wrapper {
	flex-direction: column;
	gap:200px;
}
.pickup-wrapper li {
	width: 1000px;
	background: #fff;
	outline: 1px solid #2965BF;
	outline-offset: -10px;
	padding: 8rem 5rem;
	box-sizing: border-box;
}
.pickup-wrapper li.left-box {
	padding-right: 200px;
}
.pickup-wrapper li.right-box {
	padding-left: 200px;
	margin-left: auto;
}

.pickup-ttl {
	font-size: 26px;
	margin-bottom: 3rem;
}
.pickup-txt {
	font-size: 16px;
	line-height: 1.5;
}
.pickup-txt span {
	font-size: 20px;
}
.pickup01,
.pickup02,
.pickup03 {
	position: relative;
}
.pickup01::before {
	content: "";
	width: 600px;
	height: 450px;
	background: url("../img/pickup01.png");
	background-size: cover;
	position: absolute;
	top: -150px;
	right: -450px;
}
.pickup02::before {
	content: "";
	width: 600px;
	height: 450px;
	background: url("../img/pickup02.png");
	background-size: cover;
	position: absolute;
	top: -150px;
	left: -450px;
}
.pickup03::before {
	content: "";
	width: 600px;
	height: 450px;
	background: url("../img/pickup03.png");
	background-size: cover;
	position: absolute;
	top: -150px;
	right: -450px;
}
.pickup01::after {
	content: "";
	width: 120px;
	height: 120px;
	background: url("../img/deco03.png");
	background-size: cover;
	position: absolute;
	top:3rem;
	right: 300px;
}
.pickup02::after {
	content: "";
	width: 120px;
	height: 120px;
	background: url("../img/deco03.png");
	background-size: cover;
	position: absolute;
	top:3rem;
	right: 300px;
}
.pickup03::after {
	content: "";
	width: 120px;
	height: 120px;
	background: url("../img/deco03.png");
	background-size: cover;
	position: absolute;
	top:3rem;
	right: 300px;
}
.pickup-message {
	width: 500px;
	margin: 10rem auto 0 auto;
}

@media screen and (max-width:1200px){
	.pickup-wrapper li {
		width: 60%;
	}
}

/*greeting*/
#greeting {
	width: 1200px;
	margin: 5rem auto;
	padding: 15rem 0 0 0;
	position: relative;
}
#greeting::before {
	content: "";
	width: 250px;
	height: 400px;
	background: url("../img/deco04.png");
	background-size: cover;
	position: absolute;
	top:0;
	right: 0;
}
#greeting::after {
	content: "";
	width: 250px;
	height: 400px;
	background: url("../img/deco05.png");
	background-size: cover;
	position: absolute;
	bottom:0;
	left: 0;
}
.greeting-inner {
	width: 700px;
	margin: auto;
}
.greeting-ttl {
	width: 600px;
	margin: 0 auto 5rem auto;
	padding-bottom: 1rem;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.greeting-ttl::before {
	content: "";
	width: 100px;
	height: 100px;
	background: url("../img/deco06.png");
	background-size: cover;
	position: absolute;
	top:-100px;
	left: 50%;
	transform: translateX(-50%);
}
.greeting-ttl h4 {
	text-align: center;
} 
.greeting-txt {
	font-size: 18px;
	text-align: center;
	line-height: 2;
}
.name {
	margin-top: 3rem;
	text-align: center;
	font-size: 22px;
}
.name span {
	font-size: 16px;
	margin-right: 1.5rem;
}

/*recruit*/
#recruit {
	padding: 10rem 0;
}
.recruit-inner {
	max-width: 1200px;
	margin: auto;
}
.recruit-ttl {
	width: 600px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1rem;
	position: relative;
}
.recruit-ttl::before {
	content: "";
	width: 40px;
	height: 40px;
	background: url("../img/h-icon.png");
	background-size: cover;
	position: absolute;
	top:50%;
	right: 300px;
	transform: translateY(-50%);
}
.recruit-box {
	margin: 5rem auto;
	background: #EAF2F3;
	border-radius: 2rem;
	width: 900px;
	padding: 5rem 0;
}
.recruit-box p {
	text-align: center;
	font-size: 18px;
}

/*footer*/
#footer {
	background: #EAF2F3;
	padding-top: 5rem;
}
.foot-inner {
	width: 1000px;
	margin: auto;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 5rem;
}
.foot-inner .left,
.foot-inner .right {
	width: 45%;
}
.foot-logo {
	width: 250px;
	margin: 0 auto 5rem auto;
}
.foot-inner .left p {
	font-size: 15px;
	margin-bottom: 1rem;
	text-align: center;
}
.foot-tel {
	width: 250px;
	margin: auto;
}
.foot-inner .right dl {
	width: 100%;
	justify-content: space-between;
	align-items: center;
	font-size: 15px;
}
.foot-inner .right dl dt {
	width: 20%;
	margin-bottom: 2rem;
}
.foot-inner .right dl dd {
	width: 80%;
	margin-bottom: 2rem;
}
.foot-map {
	width: 100%;
}
.foot-map iframe {
	width: 100%;
}
.copy p {
	text-align: center;
	font-size: 12px;
}


/*下層*/
.s-container {
	max-width: 1000px;
	margin: auto;
	padding: 15rem 0;
	position: relative;
}
.s-container::before {
	content: "";
	width: 200px;
	height: 200px;
	background: url("../img/deco01.png");
	background-size: cover;
	position: absolute;
	top:50px;
	right: -80px;
}
.s-container::after {
	content: "";
	width: 200px;
	height: 200px;
	background: url("../img/deco01.png");
	background-size: cover;
	position: absolute;
	top:200px;
	left: -80px;
}
.s-container02 {
	max-width: 1200px;
	margin: auto;
	padding: 15rem 0;
	position: relative;
}
.s-ttl {
	width: 500px;
	margin: auto;
	position: relative;
}
.s-ttl::before {
	content: "";
	width: 100px;
	height: 100px;
	background: url("../img/deco07.png");
	background-size: cover;
	position: absolute;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
}
.s-ttl h4 {
	text-align: center;
}
.top-txt {
	width: 700px;
	margin: 5rem auto;
}
.top-txt p {
	text-align: center;
	font-size: 17px;
	line-height: 2;
}

/*choice*/
.choice {
	flex-direction: column;
	gap:10rem;
}
.choice li {
	justify-content: space-between;
	align-items: center;
}
.choice li .txt,
.choice li .img {
	width: 48%;
}
.choice li .txt p {
	text-align: center;
}
.choice-ttl {
	font-size: 20px;
	margin-bottom: 2rem;
}
.choice-txt {
	font-size: 16px;
	line-height: 1.5;
}


/*intoro*/
.intoro-img {
	margin: 10rem auto;
	justify-content: space-between;
}
.intoro-img li {
	width: 25%;
}
.intoro-img li.m-top {
	margin-top: -50px;
}
.intoro-img li.m-bottom {
	margin-top: 50px;
}


/*lineup*/
.lineup-list {
	margin: 10rem auto;
	justify-content: space-between;
	align-items: flex-start;
}
.lineup-list li {
	width: 40%;
	margin-bottom: 5rem;
}
.lineup-list li img {
	margin-bottom: 1rem;
	box-shadow: 2px 2px 5px #ccc;
}
.item-ttl {
	font-size: 15px;
}
.item-name {
	font-size: 18px;
	margin-bottom: 1.5rem;
}
.price {
	font-size: 18px;
	text-align: right;
}


/*store*/
.store {
	margin: 10rem auto 5rem auto;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.store::before {
	content: "";
	width: 200px;
	height: 205px;
	background: url("../img/deco08.png");
	background-size: cover;
	position: absolute;
	bottom: 0;
	right: 0;
}
.store .img,
.store .txt {
	width: 48%;
}
.store .txt dl {
	width: 100%;
	justify-content: space-between;
	align-items: center;
	font-size: 17px;
}
.store .txt dl dt {
	width: 20%;
	margin-bottom: 2rem;
}
.store .txt dl dd {
	width: 80%;
	margin-bottom: 2rem;
}
.store-map {
	width: 800px;
	margin: auto;
}
.store-map iframe {
	width: 100%;
}




/*---------------------------------------------*/

/*トップリンク*/
/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#fff;
	border: 1px solid #874316;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	color: #7d7d7d;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}














