@charset "utf-8";

/*
Theme Name: ThemeName
Theme URI:
Author:
*/
/* -------------------------------------------------- */
/* RESET*/
/* -------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li {
	list-style-type: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: bottom;
}

textarea,
select,
option {
	font: inherit;
}

/* -------------------------------------------------- */
/* WP*/
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright {
	display: block;
	margin: 0 0 10px auto;
}

/* 配置位置 左 */
.alignleft {
	display: block;
	margin: 0 auto 10px 0;
}

/* 配置位置 右 */
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } */
/* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*/
/* 後続テキスト右回り込み */

/* -------------------------------------------------- */
/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #B98E31;
}

a:active {
	text-decoration: none;
	color: #B98E31;
}

/* -------------------------------------------------- */
/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/* -------------------------------------------------- */
/* COMMON */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;
	/* 10px */
}

body {
	background: #FFFFFF;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-text-size-adjust: 100%
}

#container {
	position: relative;
	font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
}

.mincho {
	font-family: "Shippori Mincho", serif;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


.brSp {
	display: none;
}

.brPc {
	display: inline-block;
}

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* header */
/* ----------------------------------- */
#logoWrap {
	height: 450px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: url(../img/top/header_bg.png) center 0 repeat-x;
}

#logo {
	width: 120px;
	padding-top: 25px;
	display: inline-block;
	overflow: hidden;
}

#logo img {
	width: 100%;
	height: auto;
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
}

@keyframes bound {
	0% {
		transform: translateY(100%)
	}

	20% {
		transform: translateY(-25px)
	}

	25% {
		transform: translateY(0)
	}

	30% {
		transform: translateY(-15px)
	}

	50% {
		transform: translateY(0)
	}

	100% {
		transform: translateY(0)
	}
}

.active #logo img {
	animation: bound 1.5s ease 0s forwards;
}

#logoType {
	width: 300px;
	padding-top: 25px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 1%;
	overflow: hidden;
}

.logoTypeTxt {
	display: inline-block;
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
}

.ltt1 {
	width: 12%;
}

.active .ltt1 {
	animation: bound 1.5s ease 0.5s forwards;
}

.ltt2 {
	width: 11.5%;
}

.active .ltt2 {
	animation: bound 1.5s ease 0.6s forwards;
}

.ltt3 {
	width: 8.5%;

}

.active .ltt3 {
	animation: bound 1.5s ease 0.7s forwards;

}

.ltt4 {
	width: 11%;
}

.active .ltt4 {
	animation: bound 1.5s ease 0.8s forwards;
}

.ltt5 {
	width: 12%;
}

.active .ltt5 {
	animation: bound 1.5s ease 0.9s forwards;
}

.ltt6 {
	width: 11.5%;
}

.active .ltt6 {
	animation: bound 1.5s ease 1.0s forwards;
}

.ltt7 {
	width: 12%;
}

.active .ltt7 {
	animation: bound 1.5s ease 1.1s forwards;
}

.ltt8 {
	width: 14%;
}

.active .ltt8 {
	animation: bound 1.5s ease 1.2s forwards;
}

/* title */
/* ----------------------------------- */
.tit1 span {
	margin-bottom: 40px;
	font-size: clamp(2.2rem, 2.8vw, 3.4rem);
	color: #202864;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.3em;
	display: block;
	text-indent: 0.3em;
	font-weight: 500;
}

.tit1:before {
	padding-bottom: 10px;
	content: attr(data-en);
	color: #666;
	font-size: 1.2rem;
	font-family: "Shippori Mincho", serif;
	display: block;
	text-align: center;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
}


/* btn */
/* ----------------------------------- */

/* intro */
/* ----------------------------------- */
#intro {
	margin-bottom: 50px;
	background: url(../img/top/intro_bg.jpg) 0 0 / cover no-repeat;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
}

#intro::before {
	content: "";
	width: 100%;
	height: 7.4vw;
	background: url(../img/top/wave_top.svg) 0 0 no-repeat;
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: -2px;
	left: 0;
}

#intro::after {
	content: "";
	width: 100%;
	height: 7.4vw;
	background: url(../img/top/wave_bottom.svg) 0 0 no-repeat;
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	bottom: -2px;
	left: 0;
}

#introTxt {
	width: 50%;
	padding: 0 0 0 5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	gap: 20px;
	font-size: clamp(1.6rem, 1.7vw, 2rem);
	color: #FFF;
}

#introTxt h2 {
	font-size: clamp(2.2rem, 2.8vw, 3.4rem);
	color: #e1d385;
}

#introImg {
	width: 50%;
	padding: 8% 0 17%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

#introImg img {
	width: 90%;
	height: auto;
}

/* service */
/* ----------------------------------- */
#service {
	padding: 0 5%;
}

.serviceTxt {
	padding-bottom: 60px;
	font-size: 1.8rem;
	text-align: center;
}

.serviceDetail {
	padding: 50px 5%;
	margin-bottom: 60px;
	border-radius: 20px;
	background: #fffaf3;
}

.sdTitWrap {
	padding-bottom: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.sdTitWrap.ramen::before {
	content: "";
	width: 170px;
	height: 170px;
	background: url(../img/top/service_titimg1.png) 0 center no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

.sdTit {
	font-size: clamp(2.2rem, 2.8vw, 3.4rem);
	padding-bottom: 10px;

}

.sdTitIn p {
	padding-top: 10px;
	font-size: 1.6rem;
	border-top: 1px solid #333;
}

.ramen .sdTitIn {
	max-width: calc(100% - 170px);
}

#sliderWrap {
	display: flex;
	flex-wrap: wrap;
	gap: 4%;
}

.shop {
	width: 48%;
}

.slider {
	position: relative;
}

.shop .swiper {
	border-radius: 15px;
}

.shop .swiper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shop .swiper-pagination {
	text-align: right;
	padding-right: 20px;
}

.shop .swiper-pagination-bullet {
	background-color: #FFF;
}

.shop .swiper-pagination-bullet-active {
	background-color: #176ac8;
}

.shopInfo {
	padding: 10px 20px;
	background: #fffaf3;
	border-radius: 0 15px 0 0;
	position: relative;
	z-index: 100;
	top: -50px;
	display: inline-block;
}

.shopInfo::before {
	content: "";
	width: 15px;
	height: 15px;
	background: url(../img/top/corner_top.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: -15px;
	left: 0;
}

.shopInfo::after {
	content: "";
	width: 15px;
	height: 15px;
	background: url(../img/top/corner_right.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: 35px;
	right: -15px;
}

.shopNameWrap {
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.shopName {
	font-size: 1.6rem;
	line-height: 1.2;
}

.igLink a {
	transition: all 0.3s ease-in-out 0s;
}

.igLink a:hover {
	opacity: 0.7;
}

.shopAddress {
	line-height: 1.2;
}

.shopTel {
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 500;
}

.shopTel::before {
	content: "";
	width: 12px;
	height: 12px;
	background: url(../img/top/icon_tel.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
}

.telLink a {
	color: #333;
}

.sdTitWrap.seimen::before {
	content: "";
	width: 160px;
	height: 140px;
	background: url(../img/top/service_titimg2.png) 0 center no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

#seimenWrap {
	padding: 60px 5% 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;

	.sdTitWrap.seimen {
		width: 48%;
		gap: 30px;
	}

	.sdTitWrap.seimen::before {
		content: "";
		width: 110px;
		height: 180px;
		background: url(../img/top/logo_seimen.svg) 0 center no-repeat;
		background-size: contain;
		display: inline-block;
		vertical-align: middle;
	}
}

.seimen .sdTitIn {
	max-width: calc(100% - 160px);
}

.seimenImg img {
	max-width: 100%;
}

/* outline */
/* ----------------------------------- */
.outline {
	padding: 15% 5% 230px 5%;
	background: url(../img/top/outline_bg.jpg) 0 0 no-repeat;
	background-size: cover;
	position: relative;
}


.outline::before {
	content: "";
	width: 100%;
	height: 7.6vw;
	background: url(../img/top/wave_top.svg) 0 0 no-repeat;
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: -2px;
	left: 0;
}

#outlineList {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#outlineList li {
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 1%;
	font-size: 1.6rem;
}

#outlineList li:last-child {
	margin-bottom: 0;
}

.header {
	width: 30%;
	padding: 15px;
	font-weight: 500;
	background: rgba(0, 0, 0, 0.02);
	text-align: center;
}

.content {
	width: 69%;
	padding: 15px;
	background: rgba(255, 255, 255, 0.6);
}

/* footer */
/* ----------------------------------- */
footer {
	position: relative;
	margin-top: -150px;
	height: 260px;
	background: url(../img/top/footer_bg.png) center bottom repeat-x;
}

.copy {
	position: absolute;
	top: -30px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}


/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	.shop {
		width: 100%;
	}

	#seimenWrap {
		padding: 50px 5%;

		.sdTitWrap.seimen {
			width: 100%;
		}
	}
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	.brSp {
		display: inline-block;
	}

	.brPc {
		display: none;
	}

	/* header */
	/* ----------------------------------- */
	#logoWrap {
		height: 270px;
		background-size: 532px 128px;
	}

	#logo {
		width: 70px;
	}

	#logoType {
		width: 200px;
	}

	/* title */
	/* ----------------------------------- */
	/* main */
	/* ----------------------------------- */
	#intro {
		flex-direction: column;
	}

	#introTxt {
		width: 100%;
		padding: 30% 5% 0 5%;
	}

	#introImg {
		width: 100%;
		padding: 0 0 30%;
	}

	.serviceTxt {
		font-size: 1.6rem;
		text-align: left;
	}

	.sdTitWrap {
		flex-direction: column;
	}

	.ramen .sdTitIn {
		max-width: 100%;
	}

	.shop:not(:last-child) {
		margin-bottom: 40px;
	}

	.shopInfo {
		display: block;
		padding: 10px 0;
		top: 0;
	}

	.shopInfo::before,
	.shopInfo::after {
		display: none;
	}

	.shopName {
		font-size: 1.4rem;
		line-height: 1.2;
		letter-spacing: 0;
	}

	.seimen .sdTitIn {
		max-width: 100%;
	}

	.sdTitIn p {
		font-size: 1.5rem;
	}

	#outlineList li {
		margin-bottom: 20px;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		gap: 0;
		font-size: 1.4rem;
	}

	.header {
		width: 100%;
		padding: 10px 15px;
		text-align: left;
	}

	.content {
		width: 100%;
		padding: 10px 15px;
	}

	#logoWrap {
		height: 270px;
		background-size: 532px 128px;
	}

	footer {
		margin-top: -120px;
		height: 130px;
		background: url(../img/top/footer_bg.png) center bottom repeat-x;
		background-size: 532px 128px;
	}

	/* footer */
	/* ----------------------------------- */
}

@media screen and (max-width: 374px) {
	html {
		font-size: 2.667vw;
	}
}