@charset "UTF-8";
/*Font Awesomeの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");
@import url("https://fonts.googleapis.com/earlyaccess/hannari.css");
/*-----------------------------------------*/
@import url("../css/reset.css");
/* ====================================
▼▼ 全体のレイアウト設定*/
.wrap {
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	flex-wrap: wrap;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.clear {
	clear: both;
}
.box_center {
	position: relative;
	align-items: center;
	display: flex;
	justify-content: center;
	text-align: justify;
}
/* ================== */
.sp_br{
     display: none !important;
}
@media screen and (max-width: 580px) {
	.sp_br{
     display: block !important;
	}
}
/* ================== */
section {
	width: 100%;
	margin-top: 80px;
}
/* ============================== */
.cmn_bg01 {
	margin: 80px 0;
	padding: 100px 0;
	background-color: rgba(144,206,156,0.1);
}

/* ============================== */
@media screen and (min-width: 681px) {
.img_title_01 {
	display: block !important;
}
.img_title_02 {
	display: none !important;
}
}

@media screen and (max-width: 680px) {
.img_title_01 {
	display: none !important;
}
.img_title_02 {
	display: block !important;
}
}
/* ============================== */
.container {
	text-align: justify;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	color: #333333;
	padding: 0px;
}

@media screen and (min-width: 1297px) {
.container {
	width: 1230px;
	margin-left: auto;
	margin-right: auto;
}
}

@media screen and (min-width: 981px) and (max-width: 1296px) {
.container {
	width: 88%;
	margin-left: auto;
	margin-right: auto;
}
}

@media screen and (min-width: 481px) and (max-width: 980px) {
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
}

@media screen and (max-width: 480px) {
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
}
/* ==============================
▼▼ スタイル設定（カラム）*/
/*1column*/
.col_1 {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 860px) {
.col_1 {
	width: 100%;
}
}
/*2column*/
.col_2 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content: space-between;
}
.col_2 > div {
	width: 50%;
	box-sizing: border-box;
}
.col_2 .inner_box {
	padding: 0 5%;
}
.col_2 .inner_boxR {
	padding: 0 0 0 10%;
}

@media screen and (max-width: 680px) {
.col_2 > div {
	width: 100%;
}
.col_2 .inner_boxR {
	padding: 0;
}
}
/*2column*/
.col_2s {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content: space-between;
}
.col_2s > div {
	width: 49.2%;
	padding: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.col_2s > div > div {
	position: relative;
	overflow: hidden
}
.col_2s:after {
	content: "";
	display: block;
	width: 49%;
	height: 0;
}

@media screen and (max-width: 680px) {
.col_2s > div {
	width: 100%;
}
}
/*3column*/
.col_3s {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content: space-between;
}
.col_3s > div {
	width: 32%;
	padding: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.title_img {
	text-align:center;
}
.col_3s > div > div {
	position: relative;
	overflow: hidden
}

@media screen and (max-width: 980px) {
.col_3s > div {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding: 0 30px;
	width: 650px;
}
.col_3s > div:nth-child(2n) {
	margin-top: 80px;
	margin-bottom: 80px;
}
footer .col_3s div:nth-last-child(-n+2) {
	display: none;
}
}

@media screen and (max-width: 680px) {
.col_3s > div {
	width: 100%;
}
}
/* ==============================
▼▼ 3col in 2col*/
.col3s_cont {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content: space-between;
}
.col3s_cont > div {
	width: 32.5%;
	box-sizing: border-box;
}
.col3s_cont > div > div {
	position: relative;
	overflow: hidden
}

@media screen and (max-width: 980px) {
.col3s_cont > div {
	width: 100%;
	margin-bottom: 20px;
}
.col3s_cont > div:nth-last-child(-n+1) {
	margin-bottom: 0px;
}
}
.col2_inner {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content: space-between;
}
.col2_inner > div {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

@media screen and (max-width: 980px) {
.col2_inner > div {
	width: 50%;
}
}

@media screen and (max-width: 580px) {
.col2_inner > div {
	width: 100%;
}
}
/* ==============================
▼▼ スタイル設定（カラム）*/
/*price_2column*/
.price_col_2 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content: space-between;
}
.price_col_2 > div {
	width: 50%;
	box-sizing: border-box;
}
.price_col_2 .inner_box {
	padding: 0 5%;
}
.price_col_2 .inner_boxR {
	padding: 0 0 0 10%;
}

@media screen and (max-width: 980px) {
.price_col_2 > div {
	width: 100%;
}
.price_col_2 .inner_boxR {
	padding: 0;
}
}

/* ==============================
▼▼ DESIGN 設定*/
@media (min-width: 680px) {
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
}
hr.line {
	border: 0;
	height: 2px;
	margin: 20px 0 15px;
	background-image: linear-gradient( 90deg, transparent 0%, #90CE9C 50%, transparent 100%);
}
/* ==================
 ▼ GoogleMap
================== */
.ggmap {
	position: relative;
	padding-bottom: 31.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

@media screen and (max-width: 980px) {
.ggmap {
	padding-bottom: 51%;
}
}

@media screen and (max-width: 480px) {
.ggmap {
	padding-bottom: 83.33%;
}
}
.ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ====================================
▼▼▼ pricemenu */
.pricemenu_bg h2 {
	font-size: 4rem;
}
.pricemenu_bg h4 {
	font-size: 1.9rem;
	padding: 10px 0 12px;
}
.pricemenu_bg {
	width: 100%;
	background: url(../img/menu_bg.png) center center repeat;
	padding: 80px 30px 80px 30px !important;
	margin:0;
}

@media screen and (max-width: 680px) {
.pricemenu_bg {
	padding: 50px 30px 50px !important;
}
}
.pricemenu {
	padding: 0 30px;
}
.price_col_2 .pricemenu {
	margin-top: 80px;
}
.pricemenu table {
	width: 100%;
	margin: 0px auto;
	border-collapse: collapse;
	border-spacing: 0;
}
.pricemenu table td {
	padding: 10px 20px;
}
.pricemenu table td:nth-child(even) {
	text-align: right;
}

@media screen and (max-width: 680px) {
.pricemenu table td {
	width: 100%;
	display: block;
	padding: 10px 0;
}
.pricemenu table td:nth-child(even) {
	padding: 0 0 10px 0;
}
}
.pricemenu table tr {
	border-bottom: 1px dashed #888;
}
.price_txt {
	text-align: right;
	margin-top: 20px;
	padding-right: 30px;
}
.price_txt p {
	display: inline-block;
	text-align: left;
	font-size: 1.4rem;
}
.price_txt_top {
	text-align: center;
	margin-top: 10px;
}

@media screen and (max-width: 860px) {
.price_txt p {
	font-size: 1.2rem;
}
.price_txt p span {
	display: block;
	text-align: right;
	margin-left: 1.2em;
}
.price_txt_top {
	font-size: 1.4rem;
}
.price_txt_top p span {
	display: block;
}
}

@media screen and (max-width: 480px) {
.price_txt p {
	font-size: 1.1rem;
}
.price_txt {
	padding-left: 10px;
	padding-right: 10px;
}
.price_txt_top {
	margin-top: 5px;
	font-size: 1.1rem;
}
}
/* ====================================
● footer */
footer {
	background: #7D4A31;
	padding: 50px 0 0;
}
footer .col_3s {
	font-size: 1.5rem;
	line-height: 1.8em;
	color: #fff;
	margin-bottom: 30px;
}
footer .col_3s a {
	color: #fff;
}
footer .col_3s hr {
	border-width: 1px 0px 0px 0px;
	border-style: dashed;
	border-color: #fff;
	height: 1px;
	margin-top: 8px;
	margin-bottom: 8px;
}
#copyright {
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	font-family: Verdana, “Droid Sans, "Meiryo", "Yu Gothic", sans-serif”;
}
#copyright a {
	color: #fff;
}
/* ====================================
● pricemenu */
.pricemenu_bg h2 {
	font-size: 4rem;
}
.pricemenu_bg h4 {
	font-size: 1.9rem;
	padding: 10px 0 12px;
}
.pricemenu_bg {
	width: 100%;
	background: url(../img/menu_bg.png) center center repeat;
	padding: 90px 30px 120px;
}

@media screen and (max-width: 680px) {
.pricemenu_bg {
	padding: 90px 0 90px;
}
}
.pricemenu {
	padding: 0 30px;
}
.price_col_2 .pricemenu {
	margin-top: 80px;
}
.pricemenu table {
	width: 100%;
	margin: 0px auto;
	border-collapse: collapse;
	border-spacing: 0;
}
.pricemenu table td {
	padding: 10px 20px;
}
.pricemenu table td:nth-child(even) {
	text-align: right;
}

@media screen and (max-width: 680px) {
.pricemenu table td {
	width: 100%;
	display: block;
	padding: 10px 0;
}
.pricemenu table td:nth-child(even) {
	padding: 0 0 10px 0;
}
}
.pricemenu table tr {
	border-bottom: 1px dashed #888;
}
.price_txt {
	text-align: right;
	margin-top: 20px;
	padding-right: 30px;
}
.price_txt p {
	display: inline-block;
	text-align: left;
	font-size: 1.4rem;
}
.price_txt_top {
	text-align: center;
	margin-top: 10px;
}

@media screen and (max-width: 860px) {
.price_txt p {
	font-size: 1.2rem;
}
.price_txt p span {
	display: block;
	text-align: right;
	margin-left: 1.2em;
}
.price_txt_top {
	font-size: 1.4rem;
}
.price_txt_top p span {
	display: block;
}
}

@media screen and (max-width: 480px) {
.price_txt p {
	font-size: 1.1rem;
}
.price_txt {
	padding-left: 10px;
	padding-right: 10px;
}
.price_txt_top {
	margin-top: 5px;
	font-size: 1.1rem;
}
}
/* ==================
● footer */
footer {
	background: #7D4A31;
	padding: 50px 0 0;
}
footer .col_3s {
	font-size: 1.5rem;
	line-height: 1.8em;
	color: #fff;
	margin-bottom: 30px;
}
footer .col_3s a {
	color: #fff;
}
footer .col_3s hr {
	border-width: 1px 0px 0px 0px;
	border-style: dashed;
	border-color: #fff;
	height: 1px;
	margin-top: 8px;
	margin-bottom: 8px;
}
#copyright {
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	font-family: Verdana, “Droid Sans, "Meiryo", "Yu Gothic", sans-serif”;
}
#copyright a {
	color: #fff;
}
