@charset "UTF-8";

/* ----------------------------------------------
*** The new CSS Reset - version 1.2.0 (last updated 23.7.2021) ***
------------------------------------------------- */
*:where(:not(iframe, canvas, img, svg, video):not(svg *):not(input[type='checkbox'],input[type='radio']):not(button)) {
  all: unset;
  display: revert;
} 
*,
*::before,
*::after {
	box-sizing: border-box;
} 
ol, ul {
	list-style: none;
}
img {
	max-width: 100%;
	vertical-align: middle;
} 
table {
	border-collapse: collapse;
} 
textarea {
	white-space: revert;
}
a {
	cursor: pointer;
}
/* ----------------------------------------------
*** 共通設定 ***
------------------------------------------------- */

/* ----------------------- 基本設定 */
html {
	font-size: 100%;
	scroll-behavior: smooth;
}
body {
	background: #ffffff;
	color: #414141;
	-webkit-text-size-adjust: 100%;
	line-height: 1.6;
	font-family: Helvetica,'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
}
:root {
	--maxwidth: 1200px;
}
iframe {
	width: 100%;
	max-width: var(--maxwidth);
}
/* ----------------------- リンク設定 */
a {
	color: #414141;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	opacity: 0.85;
}
a[target="_blank"]::after {
	content: "\1F517";  /* 🔗 */
	margin-left: 0.5rem;
	font-size: 0.9rem;
}
a.pdf {
	padding: 0 0 0 1rem;
	background: url(img/icon_pdf.gif) no-repeat center left;
}
/* ----------------------- 短縮設定 */
.none {	
	display: none;
}
.f_l {
	float: left;
}
.f_r {
	float: right;
}
.clearboth {
	clear: both;
}
.t_l {
	text-align: left;
}
.t_r {
	text-align: right;
}
.t_c {
	text-align: center;
}
.v_m {
	vertical-align: middle;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.small {
	font-size: smaller;
}
.red {
	color: #ff0000;
}
.maroon {
	color: #800000;
}
.green {
	color: #008000;
}
.blue {
	color: #0000ff;
}
.navy {
	color: #000080;
}
.yellow {
	color: #ffff00;
}
.pink {
	color: #ff33cc;
}
.orange {
	color: #ffa500;
}
.olive {
	color: #339966;
}
.bg_aqua {
	background: #EDF3FF;
}
.bg_gray {
	background: #F9F9F9;
}

/* ----------------------------------------------
*** 個別設定 ***
------------------------------------------------- */

/* -------------------- ヘッダー */
#header {
	position: relative;
	width: 100%;
	min-height: 675px;
	background-image: url(images/image01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	animation: bg_topImage 35s ease infinite normal;
}
@keyframes bg_topImage {
	0% {
	background-image: url(images/image01.jpg);
	}
	18% {
	background-image: url(images/image01.jpg);
	}
	20% {
	background-image: url(images/image02.jpg);
	}
	38% {
	background-image: url(images/image02.jpg);
	}
	40% {
	background-image: url(images/image03.jpg);
	}
	58% {
	background-image: url(images/image03.jpg);
	}
	60% {
	background-image: url(images/image04.jpg);
	}
	78% {
	background-image: url(images/image04.jpg);
	}
	80% {
	background-image: url(images/image05.jpg);
	}
	98% {
	background-image: url(images/image05.jpg);
	}
	100% {
	background-image: url(images/image01.jpg);
	}
}
#header:after{
	position: absolute;
	content: "";
	top: -30px;
	left: 0;
	width: 100%;
	height: calc(100% + 60px);
	border-top: 60px solid rgba(140,198,63,0.6);
	border-bottom: 60px solid rgba(140,198,63,0.6);
}
#header .wrap {
	position: relative;
	max-width: var(--maxwidth);
	min-height: 645px;
	margin: 0 auto;
}
h1#logo {
	position: absolute;
	content: "";
	top: 235px;
	left: 0;
	z-index: 1;
	width: 160px;
	height: 410px;
	margin: 30px auto 0 30px;
}
/* -------------------- ヘッダー 終わり */


/* ----------------------- コンテンツ */
#contents {
	margin: 0 auto;
	padding: 6rem 0 0 0;
	border-top: 30px solid rgba(140,198,63,0.6);
}
#contents .titleWrap {
	position: relative;
	margin: 0 0 3rem;
}
#contents .titleWrap:after{
	position: absolute;
	content: "";
	top: -30px;
	left: 0;
	width: 100%;
	height: calc(100% + 60px);
	border-top: 60px solid rgba(140,198,63,0.6);
	border-bottom: 60px solid rgba(140,198,63,0.6);
}
#contents .h2wrap {
	position: relative;
	max-width: var(--maxwidth);
	height: 675px;
	margin: 0 auto;
	background: url(images/image06.jpg) no-repeat center top;
	background-size: cover;
}
h2 {
	width: 100%;
	background: rgba(255,255,255,0.6);
	color: #ffffff;
	font-size: 3.6rem;
	font-weight: bold;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	text-shadow: 1px 2px 3px rgba(0,0,0,0.6);
	letter-spacing: 0.2rem;
	text-align: center;
}
h3 {
	margin: 1.5rem 0 1rem;
	color: #009844;
	font-size: 1.7rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
}
h4 {
	font-size: 1.4rem;
	font-weight: bold;
}
p {
	font-size: 1rem;
	color: #414141;
}
#contents h2 {
	position: absolute;
	content: "";
	top: 40%;
	left: 0;
}
#contents .titleWrap p {
	margin: 1rem 1rem 0;
	font-size: 3.2rem;
	line-height: 1.4;
	text-align: left;
	font-weight: bold;
	text-shadow: 1px 2px 3px rgba(0,0,0,0.8);
}
#contents .titleWrap p span {
	font-size: 2rem;
}
@media screen and (max-width: 767px) {
#contents h2 {
	margin: 3.2rem 0 0;
	font-size: 3rem;
	}
#contents .titleWrap p {
	width: 100%;
	margin: 0 1rem 0;
	font-size: 2.4rem;
	line-height: 1.4;
	text-align: center;
	}
}

/* ----- サービス service */
#service {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 3rem;
	padding: 0 0 4rem;
}
#service h2 {
	top: 12%;
	margin: 0;
	text-align: center;
	line-height: 2;
	animation-name: fade;
	animation-duration: 3s;
	animation-timing-function: ease-out;
}
@keyframes fade  {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
#service div {
	width: 330px;
}
#service h3 {
	margin: 1.5rem 0 0.5rem;
}
#service h3#takeOut {
	margin-bottom: 2.5rem;
}
#service div p:first-of-type {
	margin: 0 0 1rem;
	color: #009844;
	font-size: 1.3rem;
	text-align: center;
}
p.linkMore {
	margin: 2rem 0 1.5rem;
	text-align: center;
}
p.linkMore a {
	padding: 0.5rem 2rem;
	border-radius: 1.5rem;
	background: #009844;
	color: #ffffff;
}
@media screen and (max-width: 767px) {
#service h2 {
	top: 10%;
	line-height: 1.5;
}
#service div {
	width: 100%;
	padding: 0 1rem;
	}
#service img {
	width: 100%;
	}
#service h3 {
	margin: 1rem 0 0;
	}
#service h3#takeOut {
	margin-bottom: 0;
}
#service div p:first-of-type {
	margin: 0 ;
	}
p.linkMore {
	margin: 1rem 0;
	}
}

/* ----- メニュー menu */
#menu  {
}
#menu .h2wrap {
	height: 574px;
	background-image: url(images/image20.jpg);
}
#menuBoard {
	max-width: var(--maxwidth);
	margin: 0 auto 6rem;
	padding: 2rem 1rem 2rem;
	border: 30px solid rgba(255,255,255,0.8);
	border-radius: 15px;
	color: #ffffff;
	text-align: left;
	background: url(img/bg.jpg) repeat center top;
}
@media screen and (max-width: 1200px) {
#menuBoard {
	margin: 0 1rem 6rem;
	border: 1rem solid rgba(255,255,255,0.8);
	}
}
#menuBoard h3 {
	color: #ff931e;
	text-align: center;
}
#menuBoard p {
	color: #ffffff;
}
p.kome {
	max-width: 1080px;
	font-size: 1rem;
	text-align: right;
}
.menyuWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 3rem;
}
.menyuWrap div {
	width: 300px;
	text-align: center;
}
#menuBoard ul {
	margin: 0 0.5rem 1rem 1rem;
	color: #ffffff;
	text-align: left;
}
#menuBoard ul li {
	column-count: 2;
	display: inline-flex;
	width: 100%;
}
#menuBoard ul li span {
	margin-left: auto;
}
#menuBoard ul li.span {
	margin-top: 1rem;
}
#menuBoard ul li.kome {
	margin-bottom: 1rem;
	padding-left: 1rem;
}
#menuBoard .menyuWrap p {
	color: #ff931e;
	text-align: center;
}
@media screen and (max-width: 1100px) {
.menyuWrap div {
	width: 380px;
	}
}
@media screen and (max-width: 900px) {
.menyuWrap div {
	width: 100%;
	}
}
/* ----- 店舗案内 shopInfo */
#shopInfo {
}
#shopInfo h2 {
	top: 66%;
}
#shopInfo .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: var(--maxwidth);
	margin: 1rem auto 3rem;
}
#shopInfo dl {
	display: grid;
	gap: 0;
	margin: 2rem 1rem;
	font-size: 1.1rem;
	text-align: left;
	letter-spacing: 0.15rem;
	color: #006837;
}
#shopInfo dl dt {
	grid-column: 1 / 2;
	padding: 0.5rem 1rem;
	border-top: 1px solid #009933;
	font-weight: bold;
}
#shopInfo dl dd {
	grid-column: 2 / 3;
	padding: 0.5rem 1rem;
	border-top: 1px solid #009933;
}
#shopInfo dl dt:first-child,#shopInfo dl dt:first-child + dd {
	border-top: none;
}
#shopInfo dl dd a {
	color: #006837;
}
#shopInfo dl dd.address {
	letter-spacing: 0;
}
#shopInfo dl dt.cc {
	font-size: 1rem;
	letter-spacing: -0.15rem;
}
#shopInfo dl dt.cc + dd {
	font-size: 1rem;
}
#shopInfo dl dd.em img {
	width: 120px;
	margin: 0.5rem 1rem 0 0;
}
#shopInfo dl dt.covid‑19 {
	font-size: 1rem;
	letter-spacing: -0.05rem;
}
#shopInfo dl dt.covid‑19 + dd {
	font-size: 1rem;
	letter-spacing: -0.05rem;
}
#shopInfo dl dd img {
	max-width: 300px;
	margin-top: 0.5rem;
}
#googleMap {
	width: 500px;
}
#googleMap iframe {
	width: 100%;
	height:575px;
	margin: 2rem 0 0;
	border: 0;
	background-color: transparent;
}
@media screen and (max-width: 1200px) {
#shopInfo dl {
	width: 100%;
	}
#googlemap {
	width: 100%;
	margin: 0 1rem;
	}
}
@media screen and (max-width: 767px) {
#shopInfo dl dt {
	}
#shopInfo dl dd {
	padding-left: 1rem;
	}
#shopInfo dl dd img {
	width: 100%;
	}
}
/* ----------------------- コンテンツ 終わり */


/* ----------------------- フッター */
#footer {
	margin: 3rem auto 0;
	padding: 4rem 0 0 0;
	background: rgba(140,198,63,0.6);
	text-align: center;
}
p#copyright span {
	display: none;
}
p#copyright a {
	display: block;
	width: 160px;
	height: 370px;
	margin: auto;
	padding: 285px 0 30px;
	background: url(img/logo_fotter.png) no-repeat center bottom;
	color: #ffffff;
	font-size: 0.9rem;
}
p#designed {
	margin: -1.7rem 60px 0 0;
	padding: 0 0 0.5rem 0;
	color: #ffffff;
	font-size: 0.8rem;
	text-align: right;
	font-weight: normal;
}
p#designed a {
	color: #ffffff;
}

#pageTop {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #009844;
	opacity: 0.6;
}
#pageTop a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
}
#pageTop a::before{
	position: absolute;
	top: -17px;
	bottom: 0;
	right: 0;
	left: 0;
	width: 25px;
	height: 25px;
	margin: auto;
	color: #fff;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f0d8';
	font-size: 25px;
	text-align: center;
}
/* ----------------------- フッター 終わり */