@charset "utf-8";

/*Googlefonts*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Mega&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Play&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');

.font_sample {
	font-family: 'Kiwi Maru', serif;
	font-family: 'Sacramento', cursive;
	font-family: 'Lexend Mega', sans-serif;
	font-family: 'Play', sans-serif;
	font-family: 'Josefin Sans', sans-serif;
}



body {
	margin: 0px;
	padding: 0px;
	font-family: "Arial", Lato, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	-webkit-text-size-adjust: 100%;
	/* スマホで文字サイズが大きくなるのを防ぐ */
	font-size: 15px;
	max-width: 1920px;
	margin: 0 auto;
	background-color: #ECF6EF;
}

html {
	-ms-overflow-style: scrollbar;
}

.serif {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

ul {
	padding: 0;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 100%
}

a {
	transition-property: all;
	transition: 0.2s linear;
	text-decoration: none;
}

_:-ms-lang(x)::-ms-backdrop,
a {
	transition: 0s;
}

/*IE11*/

a:focus,
*:focus {
	outline: none;
}

p {
	margin: 0px;
	padding: 0px
}

.clearfix:after {
	content: " ";
	/* 新しい要素を作る */
	display: block;
	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
height: auto;
overflow: hidden;
/**/
}

/*
	a:hover img {
		opacity: 0.8;
	}
*/

.moa {
	margin: 0 auto;
}

.tac {
	text-align: center;
}

.tal {
	text-align: left
}

@media (min-width: 992px) {
	.tal {
		text-align: center
	}
}

.left {
	float: left;
}

.right {
	float: right;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb55 {
	margin-bottom: 55px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb65 {
	margin-bottom: 65px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mb75 {
	margin-bottom: 75px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb85 {
	margin-bottom: 85px !important;
}

.mb90 {
	margin-bottom: 90px !important;
}

.mb95 {
	margin-bottom: 95px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.fwb {
	font-weight: bold;
}

@media (max-width: 767px) {
	.lh2 {
		line-height: 1.8 !important;
	}

	.lh22 {
		line-height: 1.8 !important;
	}
}

@media (min-width: 768px) {
	.lh2 {
		line-height: 1.8 !important;
	}

	.lh22 {
		line-height: 2 !important;
	}
}

@media (min-width: 992px) {
	.lh2 {
		line-height: 2 !important;
	}

	.lh22 {
		line-height: 2.2 !important;
	}
}

.s11 {
	font-size: 11px !important;
	line-height: 1.6;
}

.s12 {
	font-size: 12px !important;
	line-height: 1.6;
}

.s13 {
	font-size: 13px !important;
	line-height: 1.6;
}

.s14 {
	font-size: 14px !important;
	line-height: 1.8;
}

.s14_c {
	font-size: 14px !important;
	line-height: 1.8;
	text-align: center;
}

@media (max-width: 767px) {
	.s15 {
		font-size: 14px !important;
		line-height: 1.7;
	}

	.s16 {
		font-size: 14px !important;
		line-height: 1.7;
	}

	.s15_c {
		font-size: 14px !important;
		line-height: 1.7;
		text-align: left;
	}

	.s16_c {
		font-size: 14px !important;
		line-height: 1.7;
		text-align: left;
	}
}

@media (min-width: 768px) {
	.s15 {
		font-size: 14px !important;
		line-height: 1.8;
	}

	.s16 {
		font-size: 15px !important;
		line-height: 1.8;
	}

	.s15_c {
		font-size: 14px !important;
		line-height: 1.8;
		text-align: center;
	}

	.s16_c {
		font-size: 15px !important;
		line-height: 1.8;
		text-align: center;
	}
}

@media (min-width: 992px) {
	.s15 {
		font-size: 15px !important;
		line-height: 1.9;
	}

	.s16 {
		font-size: 16px !important;
		line-height: 1.9;
	}

	.s15_c {
		font-size: 15px !important;
		line-height: 1.9;
		text-align: center;
	}

	.s16_c {
		font-size: 16px !important;
		line-height: 1.9;
		text-align: center;
	}
}

@media (min-width: 1200px) {
	.s15 {
		font-size: 15px !important;
		line-height: 2;
	}

	.s16 {
		font-size: 16px !important;
		line-height: 2;
	}

	.s15_c {
		font-size: 15px !important;
		line-height: 2;
		text-align: center;
	}

	.s16_c {
		font-size: 16px !important;
		line-height: 2;
		text-align: center;
	}
}

.s17 {
	font-size: 17px !important;
	line-height: 1.7;
}

.s18 {
	font-size: 18px !important;
	line-height: 1.7;
}

.s19 {
	font-size: 19px !important;
	line-height: 1.7;
}

.s20 {
	font-size: 20px !important;
	line-height: 1.7;
}

.s21 {
	font-size: 21px !important;
	line-height: 1.7;
}

.s22 {
	font-size: 22px !important;
	line-height: 1.7;
}

.s23 {
	font-size: 23px !important;
	line-height: 1.7;
}

.s24 {
	font-size: 24px !important;
	line-height: 1.7;
}

.s25 {
	font-size: 25px !important;
	line-height: 1.7;
}

.s26 {
	font-size: 26px !important;
	line-height: 1.7;
}

.s27 {
	font-size: 27px !important;
	line-height: 1.7;
}

.s28 {
	font-size: 28px !important;
	line-height: 1.7;
}

.s29 {
	font-size: 29px !important;
	line-height: 1.7;
}

.s30 {
	font-size: 30px !important;
	line-height: 1.7;
}

.br10 img {
	border-radius: 10px;
}

.br20 img {
	border-radius: 20px;
}

.br30 img {
	border-radius: 30px;
}

img.br10 {
	border-radius: 10px;
}

img.br20 {
	border-radius: 20px;
}

img.br30 {
	border-radius: 30px;
}

a.underline {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

.pos {
	position: relative;
}

@media (max-width: 767px) {
	.flex_b {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.reverse_sp {
		flex-direction: column-reverse !important;
	}
}

@media (min-width: 768px) {
	.flex_b {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
}

@media (max-width: 767px) {
	.flex_c {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

@media (min-width: 768px) {
	.flex_c {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.flex_s {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}
}

@media (min-width: 768px) {
	.flex_s {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {
	.flex_e {
		display: flex;
		flex-direction: column;
	}
}

@media (min-width: 768px) {
	.flex_e {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
	}
}

.stretch {
	align-items: stretch;
}

.center {
	align-items: center;
}

.start {
	align-items: flex-start;
}

.end {
	align-items: flex-end;
}

.baseline {
	align-items: baseline;
}

.wrap {
	flex-wrap: wrap;
}


@media (max-width: 767px) {
	.cont20 {
		width: 100%;
	}

	.cont21 {
		width: 100%;
	}

	.cont22 {
		width: 100%;
	}

	.cont23 {
		width: 100%;
	}

	.cont24 {
		width: 100%;
	}

	.cont25 {
		width: 100%;
	}

	.cont26 {
		width: 100%;
	}

	.cont27 {
		width: 100%;
	}

	.cont28 {
		width: 100%;
	}

	.cont29 {
		width: 100%;
	}

	.cont30 {
		width: 100%;
	}

	.cont31 {
		width: 100%;
	}

	.cont32 {
		width: 100%;
	}

	.cont33 {
		width: 100%;
	}

	.cont34 {
		width: 100%;
	}

	.cont35 {
		width: 100%;
	}

	.cont36 {
		width: 100%;
	}

	.cont37 {
		width: 100%;
	}

	.cont38 {
		width: 100%;
	}

	.cont39 {
		width: 100%;
	}

	.cont40 {
		width: 100%;
	}

	.cont41 {
		width: 100%;
	}

	.cont42 {
		width: 100%;
	}

	.cont43 {
		width: 100%;
	}

	.cont44 {
		width: 100%;
	}

	.cont45 {
		width: 100%;
	}

	.cont46 {
		width: 100%;
	}

	.cont47 {
		width: 100%;
	}

	.cont48 {
		width: 100%;
	}

	.cont49 {
		width: 100%;
	}

	.cont50 {
		width: 100%;
	}

	.cont51 {
		width: 100%;
	}

	.cont52 {
		width: 100%;
	}

	.cont53 {
		width: 100%;
	}

	.cont54 {
		width: 100%;
	}

	.cont55 {
		width: 100%;
	}

	.cont56 {
		width: 100%;
	}

	.cont57 {
		width: 100%;
	}

	.cont58 {
		width: 100%;
	}

	.cont59 {
		width: 100%;
	}

	.cont60 {
		width: 100%;
	}

	.cont61 {
		width: 100%;
	}

	.cont62 {
		width: 100%;
	}

	.cont63 {
		width: 100%;
	}

	.cont64 {
		width: 100%;
	}

	.cont65 {
		width: 100%;
	}

	.cont66 {
		width: 100%;
	}

	.cont67 {
		width: 100%;
	}

	.cont68 {
		width: 100%;
	}

	.cont69 {
		width: 100%;
	}

	.cont70 {
		width: 100%;
	}

	.cont71 {
		width: 100%;
	}

	.cont72 {
		width: 100%;
	}

	.cont73 {
		width: 100%;
	}

	.cont74 {
		width: 100%;
	}

	.cont75 {
		width: 100%;
	}

	.cont76 {
		width: 100%;
	}

	.cont77 {
		width: 100%;
	}

	.cont78 {
		width: 100%;
	}

	.cont79 {
		width: 100%;
	}

	.cont80 {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.cont20 {
		width: 20%;
	}

	.cont21 {
		width: 21%;
	}

	.cont22 {
		width: 22%;
	}

	.cont23 {
		width: 23%;
	}

	.cont24 {
		width: 24%;
	}

	.cont25 {
		width: 25%;
	}

	.cont26 {
		width: 26%;
	}

	.cont27 {
		width: 27%;
	}

	.cont28 {
		width: 28%;
	}

	.cont29 {
		width: 29%;
	}

	.cont30 {
		width: 30%;
	}

	.cont31 {
		width: 31%;
	}

	.cont32 {
		width: 32%;
	}

	.cont33 {
		width: 33%;
	}

	.cont34 {
		width: 34%;
	}

	.cont35 {
		width: 35%;
	}

	.cont36 {
		width: 36%;
	}

	.cont37 {
		width: 37%;
	}

	.cont38 {
		width: 38%;
	}

	.cont39 {
		width: 39%;
	}

	.cont40 {
		width: 40%;
	}

	.cont41 {
		width: 41%;
	}

	.cont42 {
		width: 42%;
	}

	.cont43 {
		width: 43%;
	}

	.cont44 {
		width: 44%;
	}

	.cont45 {
		width: 45%;
	}

	.cont46 {
		width: 46%;
	}

	.cont47 {
		width: 47%;
	}

	.cont48 {
		width: 48%;
	}

	.cont49 {
		width: 49%;
	}

	.cont50 {
		width: 50%;
	}

	.cont51 {
		width: 51%;
	}

	.cont52 {
		width: 52%;
	}

	.cont53 {
		width: 53%;
	}

	.cont54 {
		width: 54%;
	}

	.cont55 {
		width: 55%;
	}

	.cont56 {
		width: 56%;
	}

	.cont57 {
		width: 57%;
	}

	.cont58 {
		width: 58%;
	}

	.cont59 {
		width: 59%;
	}

	.cont60 {
		width: 60%;
	}

	.cont61 {
		width: 61%;
	}

	.cont62 {
		width: 62%;
	}

	.cont63 {
		width: 63%;
	}

	.cont64 {
		width: 64%;
	}

	.cont65 {
		width: 65%;
	}

	.cont66 {
		width: 66%;
	}

	.cont67 {
		width: 67%;
	}

	.cont68 {
		width: 68%;
	}

	.cont69 {
		width: 69%;
	}

	.cont70 {
		width: 70%;
	}

	.cont71 {
		width: 71%;
	}

	.cont72 {
		width: 72%;
	}

	.cont73 {
		width: 73%;
	}

	.cont74 {
		width: 74%;
	}

	.cont75 {
		width: 75%;
	}

	.cont76 {
		width: 76%;
	}

	.cont77 {
		width: 77%;
	}

	.cont78 {
		width: 78%;
	}

	.cont79 {
		width: 79%;
	}

	.cont80 {
		width: 80%;
	}
}

.img-responsive {}

@media (max-width: 420px) {
	.mb_mainimg {
		margin-bottom: 30px !important;
	}

	.mb_cont {
		margin-bottom: 40px !important;
	}

	.mb_cont2 {
		margin-bottom: 40px !important;
	}

	.mb_cont3 {
		margin-bottom: 20px !important;
	}

	.mb_cont4 {
		margin-bottom: 15px !important;
	}
}

@media (min-width: 421px) {

	.mb_mainimg {
		margin-bottom: 40px !important;
	}

	.mb_cont {
		margin-bottom: 40px !important;
	}

	.mb_cont2 {
		margin-bottom: 40px !important;
	}

	.mb_cont3 {
		margin-bottom: 30px !important;
	}

	.mb_cont4 {
		margin-bottom: 20px !important;
	}
}

@media (min-width: 768px) {

	.mb_mainimg {
		margin-bottom: 40px !important;
	}

	.mb_cont {
		margin-bottom: 50px !important;
	}

	.mb_cont2 {
		margin-bottom: 40px !important;
	}

	.mb_cont3 {
		margin-bottom: 30px !important;
	}

	.mb_cont4 {
		margin-bottom: 25px !important;
	}
}

@media (min-width: 992px) {

	.mb_mainimg {
		margin-bottom: 50px !important;
	}

	.mb_cont {
		margin-bottom: 70px !important;
	}

	.mb_cont2 {
		margin-bottom: 50px !important;
	}

	.mb_cont3 {
		margin-bottom: 40px !important;
	}

	.mb_cont4 {
		margin-bottom: 30px !important;
	}
}

.dn {
	display: none;
}

span.tel_link {
	color: #333;
}

span.tel_link_white {
	color: #fff;
}


/* header
=========================================================================== */

.inner_body {
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

@media (min-width: 992px) {
	header {
		width: 100%;
		max-width: 1920px;
		padding: 5px 0 0px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 99;
		background: url(../images/bg_header.png) right bottom /cover no-repeat;
	}

	.flex_h {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		max-width: 1920px;
	}

	.flex_right {
		width: auto;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		padding-right: 120px;
	}

	.container-fluid {
		padding: 0 0 0 10px;
	}
}

@media (min-width: 1200px) {
	header {
		width: 100%;
		max-width: 1920px;
		padding: 5px 0 0px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 99;
		background: url(../images/bg_header.png) right bottom /cover no-repeat;
	}

	.flex_h {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		max-width: 1920px;
	}

	.flex_right {
		width: auto;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		padding-right: 130px;
	}

	.container-fluid {
		padding: 0 0 0 10px;
	}
}


@media (min-width: 1340px) {
	header {
		width: 100%;
		max-width: 1920px;
		padding: 10px 0 15px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 99;
		background: url(../images/bg_header.png) right bottom /cover no-repeat;
	}

	.flex_h {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		max-width: 1920px;
	}

	.flex_right {
		width: auto;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		padding-right: 150px;
	}

	.container-fluid {
		padding: 0 0 0 10px;
	}
}

@media (max-width: 991px) {
	h1.logo_h a {
		display: none;
	}

	p.btn_contact_h a {
		display: none;
	}
}

@media (min-width: 992px) {
	h1.logo_h a {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 99;
		width: 300px;
	}

	h1.logo_h a:hover {
		opacity: 1;
	}

	p.btn_contact_h a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 14px;
		font-family: 'Kiwi Maru', serif;
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 99;
		width: 100px;
		height: 100px;
		background-color: #7FC6A6;
		border-radius: 50%;
	}

	p.btn_contact_h a:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_h.png) 0 0 /20px 14px no-repeat;
		width: 20px;
		height: 14px;
		margin-bottom: 5px;
	}

	p.btn_contact_h a:hover {
		opacity: 1;
		background-color: #9eceb8;
	}
}

@media (min-width: 1200px) {
	h1.logo_h a {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 99;
		width: 320px;
	}

	h1.logo_h a:hover {
		opacity: 1;
	}

	p.btn_contact_h a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 15px;
		font-family: 'Kiwi Maru', serif;
		position: absolute;
		top: 10px;
		right: 20px;
		z-index: 99;
		width: 110px;
		height: 110px;
		background-color: #7FC6A6;
		border-radius: 50%;
	}

	p.btn_contact_h a:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_h.png) 0 0 /20px 15px no-repeat;
		width: 20px;
		height: 15px;
		margin-bottom: 5px;
	}

	p.btn_contact_h a:hover {
		opacity: 1;
		background-color: #9eceb8;
	}
}

@media (min-width: 1340px) {
	h1.logo_h a {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 99;
		width: 360px;
	}

	h1.logo_h a:hover {
		opacity: 1;
	}

	p.btn_contact_h a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 16px;
		font-family: 'Kiwi Maru', serif;
		position: absolute;
		top: 10px;
		right: 20px;
		z-index: 99;
		width: 120px;
		height: 120px;
		background-color: #7FC6A6;
		border-radius: 50%;
	}

	p.btn_contact_h a:before {
		content: '';
		display: block;
		background: url(../images/icon_contact_h.png) 0 0 /24px 18px no-repeat;
		width: 24px;
		height: 18px;
		margin-bottom: 5px;
	}

	p.btn_contact_h a:hover {
		opacity: 1;
		background-color: #9eceb8;
	}
}


/* navigation
=========================================================================== */

/*navbar ナビゲーション全体*/

.navbar {
	margin-bottom: 0;
	/*	デフォルトのマージンを消す*/
	border: none;
	/*	透明1px線を消す*/
	border-radius: 0;
	max-width: 1920px;
	margin: 0 auto;
}

.navbar-default {
	background-color: transparent;
	/*デフォルトの背景色を消す*/
}

/*
.clearfix:before,
.clearfix:after,
*/
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
/*
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
*/
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
	display: none;
	/*	自動で生成される疑似要素を消す　flex-boxでカウントされてしまう*/
}

.navbar-brand {
	padding: 0;
	/*	デフォルトのパディングを消す*/
}

/* navbar collapse for iPad (bootstrap) タブレットでもスマホ用ナビゲーションを使う*/
@media (max-width: 991px) {
	.navbar-header {
		float: none;
	}

	.navbar-toggle {
		display: block;
		margin-right: 5px;
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-nav {
		float: none !important;
		margin: 7.5px -15px;
	}

	.navbar-nav>li {
		float: none;
	}

	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.navbar-text {
		float: none;
		margin: 15px 0;
	}

	.navbar-collapse.collapse.in {
		display: block !important;
	}

	.collapsing {
		overflow: hidden !important;
	}
}

.navbar-default .navbar-toggle {
	border-color: transparent;
	/*	ハンバーガーメニューの背景色を消す*/
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

@media (min-width: 768px) {

	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: 0;
	}
}

.navbar-brand a {
	display: block;
}

@media (max-width: 360px) {
	.navbar-brand {
		width: 75%;
		height: auto;
	}
}

@media (min-width: 361px) {
	.navbar-brand {
		width: 250px;
		height: auto;
	}
}

@media (min-width: 768px) {
	.navbar-brand {
		width: 280px;
	}
}

@media (max-width: 991px) {
	.navbar-nav>li>a {
		padding: 15px;
		font-size: 15px;
		font-weight: bold;
		color: #333;
		margin: 10px;
		border-radius: 2px;
		text-align: left;
		box-shadow: 0px 1px 3px 0px #ccc inset;
		text-decoration: none;
	}

	.navbar-nav>li {
		margin-bottom: 0px;
	}

	.navbar-nav>li>span {
		color: #999999;
		font-size: 10px;
		font-weight: normal;
		float: right;
		letter-spacing: 1px;
	}
}

@media (min-width: 992px) {

	.navbar-collapse {
		display: flex !important;
		align-items: center;
		width: auto;
		padding: 0;
	}

	.navbar-nav {
		background: none;
		float: none;
	}

	.navbar-nav>li {
		display: inline-block;
		font-size: 14px;
		margin-right: 10px;
		padding: 15px 0 5px;
	}

	.navbar-nav>li>a {
		font-size: 14px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		color: #333 !important;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 20px 5px;
	}

	.navbar-nav>li>a:hover {
		color: #4AA87D !important;
		opacity: 1;
		background-color: transparent !important;
	}

	.navbar-nav>li.active>a {
		color: #4AA87D !important;
		background-color: transparent !important;
	}

	.navbar-nav>li>a:after {
		position: absolute;
		bottom: 0;
		left: 0;
		content: '';
		width: 100%;
		height: 3px;
		background-color: #4AA87D;
		transform: scale(0, 1);
		transform-origin: center top;
		transition: .3s;
	}

	.navbar-nav>li>a:hover:after {
		width: 100%;
		opacity: 1;
		transform: scale(1, 1);
	}

	.navbar-nav>li.active>a:after {
		width: 100%;
		opacity: 1;
		transform: scale(1, 1);
	}
}

@media (min-width: 1200px) {

	.navbar-collapse {
		display: flex !important;
		align-items: center;
		width: auto;
		padding: 0;
	}

	.navbar-nav {
		background: none;
		float: none;
	}

	.navbar-nav>li {
		display: inline-block;
		font-size: 14px;
		margin-right: 25px;
		padding: 15px 0 25px;
	}

	.navbar-nav>li>a {
		font-size: 14px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		color: #333 !important;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 20px 10px;
	}

	.navbar-nav>li>a:hover {
		color: #4AA87D !important;
		opacity: 1;
		background-color: transparent !important;
	}

	.navbar-nav>li.active>a {
		color: #4AA87D !important;
		background-color: transparent !important;
	}

	.navbar-nav>li>a:after {
		position: absolute;
		bottom: 0;
		left: 0;
		content: '';
		width: 100%;
		height: 2px;
		background-color: #4AA87D;
		transform: scale(0, 1);
		transform-origin: center top;
		transition: .3s;
	}

	.navbar-nav>li>a:hover:after {
		width: 100%;
		opacity: 1;
		transform: scale(1, 1);
	}

	.navbar-nav>li.active>a:after {
		width: 100%;
		opacity: 1;
		transform: scale(1, 1);
	}
}

@media (min-width: 1340px) {

	.navbar-collapse {
		display: flex !important;
		align-items: center;
		width: auto;
		padding: 0;
	}

	.navbar-nav {
		background: none;
		float: none;
	}

	.navbar-nav>li {
		display: inline-block;
		font-size: 15px;
		margin-right: 30px;
		padding: 15px 0 25px;
	}

	.navbar-nav>li>a {
		font-size: 15px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		color: #333 !important;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 20px 15px;
	}

	.navbar-nav>li>a:hover {
		color: #4AA87D !important;
		opacity: 1;
		background-color: transparent !important;
	}

	.navbar-nav>li.active>a {
		color: #4AA87D !important;
		background-color: transparent !important;
	}

	.navbar-nav>li>a:after {
		position: absolute;
		bottom: 0;
		left: 0;
		content: '';
		width: 100%;
		height: 2px;
		background-color: #4AA87D;
		transform: scale(0, 1);
		transform-origin: center top;
		transition: .3s;
	}

	.navbar-nav>li>a:hover:after {
		width: 100%;
		opacity: 1;
		transform: scale(1, 1);
	}

	.navbar-nav>li.active>a:after {
		width: 100%;
		opacity: 1;
		transform: scale(1, 1);
	}
}

/*スマホグローバルナビ*/
@media (max-width: 767px) {
	.sp_fix {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-right: 0 !important;
		margin-left: 0 !important;
		padding: 5px 0;
	}

	nav.navbar {
		background-color: #ECF6EF;
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
		z-index: 999;
		position: fixed;
		top: 0;
		width: 100%;
	}

	.navbar-toggle {
		position: relative;
		width: 30px;
		height: 20px;
		border: none;
		background-color: transparent;
	}

	.navbar-toggle,
	.navbar-toggle>span {
		display: inline-block;
		/*transition: all .4s;*/
	}

	.navbar-toggle>span {
		position: absolute;
		right: 0;
		width: 100%;
		height: 2px;
		background-color: #333;
	}

	.navbar-toggle>span:nth-of-type(1) {
		top: 0;
	}

	.navbar-toggle>span:nth-of-type(2) {
		top: 9px;
	}

	.navbar-toggle>span:nth-of-type(3) {
		bottom: 0;
	}

	.navbar-toggle.active>span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}

	.navbar-toggle.active>span:nth-of-type(2) {
		opacity: 0;
		-webkit-animation: active-menu-bar02 .8s forwards;
		animation: active-menu-bar02 .8s forwards;
	}

	.navbar-toggle.active>span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}

	#gnav {
		overflow-y: scroll;
		width: 100%;
		background-color: #95d0b5;
		position: relative;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 1px;
		margin-bottom: 10px;
	}

	.navbar-nav>li>a {
		padding: 10px 15px;
		background-color: #fff;
		font-size: 14px;
		font-weight: bold;
		color: #333 !important;
		margin: 5px 10px;
		border-radius: 2px;
		text-align: left;
		text-decoration: none;
	}

	.navbar-nav>li.active>a {
		background-color: #d7ebdf !important;
		color: #4d8f70 !important;
	}

	.navbar-nav>li>a:hover,
	.navbar-nav>li>a:focus {
		color: #4d8f70 !important;
		background-color: #d7ebdf !important;
		opacity: 1;
	}
}

/*タブレットグローバルナビ*/
@media (min-width: 768px) and (max-width:991px) {
	.sp_fix {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-right: 0 !important;
		margin-left: 0 !important;
		padding: 5px 0;
	}

	nav.navbar {
		background-color: #ECF6EF;
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
		z-index: 999;
		position: fixed;
		top: 0;
		width: 100%;
	}

	.navbar-toggle {
		position: relative;
		width: 30px;
		height: 20px;
		border: none;
		background-color: transparent;
	}

	.navbar-toggle,
	.navbar-toggle>span {
		display: inline-block;
		/*transition: all .4s;*/
	}

	.navbar-toggle>span {
		position: absolute;
		right: 0;
		width: 100%;
		height: 2px;
		background-color: #333;
	}

	.navbar-toggle>span:nth-of-type(1) {
		top: 0;
	}

	.navbar-toggle>span:nth-of-type(2) {
		top: 9px;
	}

	.navbar-toggle>span:nth-of-type(3) {
		bottom: 0;
	}

	.navbar-toggle.active>span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}

	.navbar-toggle.active>span:nth-of-type(2) {
		opacity: 0;
		-webkit-animation: active-menu-bar02 .8s forwards;
		animation: active-menu-bar02 .8s forwards;
	}

	.navbar-toggle.active>span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}

	#gnav {
		overflow-y: scroll;
		width: 100%;
		background-color: #95d0b5;
		position: relative;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 1px;
		margin-bottom: 10px;
	}

	.navbar-nav>li>a {
		padding: 10px 15px;
		background-color: #fff;
		font-size: 14px;
		font-weight: bold;
		color: #333 !important;
		margin: 5px 10px;
		border-radius: 2px;
		text-align: left;
		text-decoration: none;
	}

	.navbar-nav>li.active>a {
		background-color: #d7ebdf !important;
		color: #4d8f70 !important;
	}

	.navbar-nav>li>a:hover,
	.navbar-nav>li>a:focus {
		color: #4d8f70 !important;
		background-color: #d7ebdf !important;
		opacity: 1;
	}
}

@media (max-width: 767px) {
	#yoyaku h2.top span {
		margin-bottom: 0;
	}

	p.ttl_yoyaku {
		font-size: 15px;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 8px;
		font-family: 'Kiwi Maru', serif;
	}
	
	ul.nav_yoyaku {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	ul.nav_yoyaku li {
		width: 49%;
	}
	
	ul.nav_yoyaku li a {
		width: 100%;
		height: 70px;
		background-color:#fff;
		color: #333;
		font-size: 15px;
		letter-spacing: -0.05em;
		font-family: 'Kiwi Maru', serif;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		border-radius: 5px;
	}
	
	ul.nav_yoyaku li a span img {
		width: 100px;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	#yoyaku h2.top {
		text-align: center;
		margin-bottom: 25px;
	}

	#yoyaku h2.top span {
		margin-bottom: 0;
	}

	p.ttl_yoyaku {
		font-size: 17px;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 8px;
		font-family: 'Kiwi Maru', serif;
	}
	
	ul.nav_yoyaku {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	
	ul.nav_yoyaku li {
		width: 49%;
	}
	
	ul.nav_yoyaku li a {
		width: 100%;
		height: 50px;
		background-color:#fff;
		color: #333;
		font-size: 16px;
		letter-spacing: -0.05em;
		font-family: 'Kiwi Maru', serif;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		border-radius: 5px;
	}

	#yoyaku ul.nav_yoyaku li a {
		height: 70px;
		border-radius: 10px;
		font-size: 18px;
	}

	ul.nav_yoyaku li a span {
		display: block;
		margin-right: 5px;
	}
	
	ul.nav_yoyaku li a span img {
		width: 100px;
	}
}

@media (min-width: 992px) {
	#yoyaku h2.top {
		text-align: center;
		margin-bottom: 45px;
	}

	#yoyaku h2.top span {
		margin-bottom: 0;
	}

	ul.nav_yoyaku {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	
	ul.nav_yoyaku li {
		width: 49%;
	}
	
	ul.nav_yoyaku li a {
		width: 100%;
		height: 90px;
		background-color:#fff;
		color: #333;
		font-size: 20px;
		letter-spacing: 0;
		font-family: 'Kiwi Maru', serif;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		border-radius: 10px;
	}

	ul.nav_yoyaku li a span {
		display: block;
		margin-right: 10px;
	}
	
	ul.nav_yoyaku li a span img {
		width: 170px;
	}
}


/* メインイメージ
=========================================================================== */

.inner_mainimg {
	width: 100%;
	position: relative;
	max-width: 1920px;
}

@media (max-width: 767px) {
	.bg_mainimg {
		position: relative;
		width: 100%;
		margin-top: 60px;
	}
}

@media (min-width: 768px) {
	.bg_mainimg {
		position: relative;
		width: 100%;
		margin-top: 65px;
	}
}

@media (min-width: 992px) {
	.bg_mainimg {
		position: relative;
		width: 100%;
		margin-top: 100px !important;
	}
}

@media (max-width: 767px) {
	.mt_slide {
		/* margin-top: 65px; */
	}
}

@media (min-width: 768px) {
	.mt_slide {
		/* margin-top: 65px; */
	}
}

@media (min-width: 992px) {
	.mt_slide {
		/* margin-top: 0; */
	}
}

@media (min-width: 1200px) {
	.mt_slide {}
}

.slick_slide div {
	margin: 0 !important;
}

.slick_slide img {
	width: 100%;
	max-width: 840px;
	max-height: 700px;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.catch_mainimg {
		width: 80%;
		position: absolute;
		top: 55%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		z-index: 99;
		max-width: 360px;
	}
}

@media (min-width: 768px) {
	.catch_mainimg {
		width: 55%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		z-index: 99;
		max-width: 600px;
	}
}

@media (min-width: 992px) {
	.catch_mainimg {
		width: 40.208%;
		position: absolute;
		top: 48%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		z-index: 99;
		max-width: 772px;
	}
}



/* スクロールバー */

@media (max-width: 1199px) {
	.top_scroll {
		display: none;
	}
}

@media (min-width: 1200px) {
	.top_scroll {
		position: absolute;
		right: 40px;
		bottom: 0;
		display: flex;
		flex-direction: column;
		z-index: 9999;
	}
}

p.ttl_scroll {
	font-size: 13px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	transform: rotate(90deg);
	transform-origin: left top;
	letter-spacing: 0.2em;
	position: absolute;
	top: -80px;
	left: 12px;
	/*	text-shadow: 2px 2px 3px #085197;*/
}

.moveline {
	content: '';
	display: block;
	width: 2px;
	height: 120px;
	background-color: rgba(255, 255, 255, 0.3);
}

.moveline:before {
	content: '';
	display: block;
	z-index: 999999;
	animation-name: anime1;
	animation-duration: 2.7s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes anime1 {
	0% {
		width: 2px;
		height: 0;
		background-color: #fff;
	}

	25% {
		width: 2px;
		height: 120px;
		background-color: #fff;
	}

	45% {
		width: 2px;
		height: 120px;
		background-color: transparent;
	}

	100% {
		width: 2px;
		height: 120px;
		background-color: transparent;
	}
}


/* index.html
=========================================================================== */

@media (max-width: 767px) {
	.bg_top00 .container {
		margin: 30px auto 30px;
		position: relative;
		z-index: 99;
	}

	.inner_top00 p.ttl {
		font-size: 14px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 100%;
		background-color: #95D0B5;
		border-radius: 30px;
		flex-shrink: 0;
		font-family: 'Kiwi Maru', serif;
		padding: 5px 0;
	}

	.inner_top00 p.ttl02 {
		font-size: 14px;
		background-color: #95D0B5;
		border-radius: 30px;
		width: 100%;
		text-align: center;
		margin: 0px 0 30px;
		font-family: 'Kiwi Maru', serif;
		padding: 5px 0;
	}
	.inner_top00 p.ttl03 {
		font-size: 14px;
		background-color: #95D0B5;
		border-radius: 30px;
		width: 100%;
		text-align: center;
		margin: 15px 0 30px;
		font-family: 'Kiwi Maru', serif;
		padding: 5px 0;
	}

	
	table.top00 {
		width: 94%;
		margin: 0 auto 25px;
	}
	
	table.top00 th {
		font-size: 14px;
		border-bottom: 1px solid #333;
		padding: 10px 0;
		width: 90px;
		letter-spacing: 0.05em;
		font-family: 'Kiwi Maru', serif;
		font-weight: normal;
	}
	
	table.top00 td {
		font-size: 14px;
		border-bottom: 1px solid #333;
		padding: 10px 0;
		color: #398364;
		letter-spacing: 0.05em;
		font-family: 'Kiwi Maru', serif;
		line-height: 1.6;
	}
	
	.inner_top00 .cont48 .flex_b {
		height: 50%;
	}
	
	.bdr_top00 {
		padding-bottom: 5px;
		margin-bottom: 5px;
	}

	.inner_top00 .cont47 p.text {
		font-size: 17px;
		color: #398364;
		letter-spacing: 0.05em;
		font-family: 'Kiwi Maru', serif;
		line-height: 1.7;
		display: flex;
		flex-direction: column;
		justify-content: center;
		letter-spacing: 0.1em;
		text-align: center;
		padding-top: 10px;
		margin-bottom: 20px;
	}

	.inner_top00 .cont47 p.text span {
		font-size: 15px;
		display: block;
	}
	
	.inner_top00 .cont48 p.text {
		font-size: 15px;
		padding: 10px 0;
		color: #398364;
		letter-spacing: 0.05em;
		font-family: 'Kiwi Maru', serif;
		text-align: center;
	}
}

@media (min-width: 768px) {
	.bg_top00 .container {
		margin: 0 auto 10px;
		position: relative;
		z-index: 99;
		padding: 20px 15px 20px;
	}

	.inner_top00 p.ttl {
		font-size: 15px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 90px;
		background-color: #95D0B5;
		border-radius: 10px;
		flex-shrink: 0;
		margin-right: 20px;
		font-family: 'Kiwi Maru', serif;
	}
	
	.inner_top00 p.ttl02 {
		font-size: 14px;
		background-color: #95D0B5;
		border-radius: 30px;
		width: 49%;
		text-align: center;
		margin: 30px 0 30px;
		font-family: 'Kiwi Maru', serif;
		padding: 5px 0;
	}

	.inner_top00 p.ttl03 {
		font-size: 14px;
		background-color: #95D0B5;
		border-radius: 30px;
		width: 100%;
		text-align: center;
		margin: 15px 0 30px;
		font-family: 'Kiwi Maru', serif;
		padding: 5px 0;
	}


	table.top00 {
		width: 100%;
		max-width: 320px;
	}
	
	table.top00 th {
		font-size: 14px;
		border-bottom: 1px solid #333;
		padding: 10px 0;
		width: 90px;
		letter-spacing: 0.05em;
		font-family: 'Kiwi Maru', serif;
		font-weight: normal;
	}
	
	table.top00 td {
		font-size: 14px;
		border-bottom: 1px solid #333;
		padding: 10px 0;
		color: #398364;
		letter-spacing: 0.05em;
		font-family: 'Kiwi Maru', serif;
		line-height: 1.6;
	}
	
	.inner_top00 .cont48 .flex_b {
		height: 50%;
	}
	
	.bdr_top00 {
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid #333;
	}

	.inner_top00 .cont47 .flex_s {
		height: 130px;
	}

	.inner_top00 .cont47 p.text {
		font-size: 18px;
		color: #398364;
		letter-spacing: 0.05em;
		font-family: 'Kiwi Maru', serif;
		line-height: 2;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-left: 20px;
		letter-spacing: 0.1em;
	}

	.inner_top00 .cont47 p.text span {
		font-size: 16px;
		display: block;
	}
	
	.inner_top00 .cont48 p.text {
		font-size: 15px;
		padding: 15px 0;
		color: #398364;
		letter-spacing: 0.05em;
		font-family: 'Kiwi Maru', serif;
	}
}

@media (min-width: 992px) {
	.bg_top00 .container {
		margin: -50px auto 50px;
		position: relative;
		z-index: 99;
		background: linear-gradient(to bottom, #CDE9DB, #ECF6EF);
		border-radius: 30px 30px 0 0;
		padding: 30px 50px;
	}

	.inner_top00 p.ttl {
		font-size: 16px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 110px;
		background-color: #95D0B5;
		border-radius: 14px;
		flex-shrink: 0;
		margin-right: 30px;
		font-family: 'Kiwi Maru', serif;
	}

	.inner_top00 p.ttl02 {
		font-size: 16px;
		background-color: #95D0B5;
		border-radius: 30px;
		width: 49%;
		text-align: center;
		margin: 15px 0 30px;
		font-family: 'Kiwi Maru', serif;
		padding: 5px 0;
	}

	.inner_top00 p.ttl03 {
		font-size: 14px;
		background-color: #95D0B5;
		border-radius: 30px;
		width: 100%;
		text-align: center;
		margin: 15px 0 30px;
		font-family: 'Kiwi Maru', serif;
		padding: 5px 0;
	}

	
	table.top00 {
		width: 100%;
		max-width: 380px;
	}
	
	table.top00 th {
		font-size: 15px;
		border-bottom: 1px solid #333;
		padding: 15px 0;
		width: 100px;
		letter-spacing: 0.05em;
		font-family: 'Kiwi Maru', serif;
		font-weight: normal;
	}
	
	table.top00 td {
		font-size: 15px;
		border-bottom: 1px solid #333;
		padding: 15px 0;
		color: #398364;
		letter-spacing: 0.05em;
		font-family: 'Kiwi Maru', serif;
	}
	
	.inner_top00 .cont48 .flex_b {
		height: 50%;
	}
	
	.bdr_top00 {
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid #333;
	}

	.inner_top00 .cont47 .flex_s {
		height: 130px;
	}

	.inner_top00 .cont47 p.text {
		font-size: 20px;
		color: #398364;
		letter-spacing: 0.05em;
		font-family: 'Kiwi Maru', serif;
		line-height: 2;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-left: 20px;
		letter-spacing: 0.1em;
	}

	.inner_top00 .cont47 p.text span {
		font-size: 17px;
		display: block;
	}
	
	.inner_top00 .cont48 p.text {
		font-size: 18px;
		padding: 15px 0;
		color: #398364;
		letter-spacing: 0.05em;
		font-family: 'Kiwi Maru', serif;
	}
}

@media (min-width: 1200px) {
	.bg_top00 .container {
		margin: -50px auto 50px;
		position: relative;
		z-index: 99;
		background: linear-gradient(to bottom, #CDE9DB, #ECF6EF);
		border-radius: 30px 30px 0 0;
		padding: 30px 50px;
	}

	.inner_top00 p.ttl {
		font-size: 17px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 140px;
		background-color: #95D0B5;
		border-radius: 14px;
		flex-shrink: 0;
		margin-right: 30px;
		font-family: 'Kiwi Maru', serif;
	}

	.inner_top00 p.ttl02 {
		font-size: 17px;
		background-color: #95D0B5;
		border-radius: 30px;
		width: 49%;
		text-align: center;
		margin: 30px 0 30px;
		font-family: 'Kiwi Maru', serif;
		padding: 5px 0;
	}
	.inner_top00 p.ttl03 {
		font-size: 17px;
		background-color: #95D0B5;
		border-radius: 30px;
		width: 100%;
		text-align: center;
		margin: 15px 0 30px;
		font-family: 'Kiwi Maru', serif;
		padding: 5px 0;
	}

	
	table.top00 {
		width: 100%;
		max-width: 470px;
	}
	
	table.top00 th {
		font-size: 16px;
		border-bottom: 1px solid #333;
		padding: 15px 0;
		width: 100px;
		letter-spacing: 0.05em;
		font-family: 'Kiwi Maru', serif;
		font-weight: normal;
	}
	
	table.top00 td {
		font-size: 16px;
		border-bottom: 1px solid #333;
		padding: 15px 0;
		color: #398364;
		letter-spacing: 0.05em;
		font-family: 'Kiwi Maru', serif;
	}
	
	.inner_top00 .cont48 .flex_b {
		height: 50%;
	}
	
	.bdr_top00 {
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid #333;
	}

	.inner_top00 .cont47 .flex_s {
		height: 130px;
	}

	.inner_top00 .cont47 p.text {
		font-size: 20px;
		color: #398364;
		letter-spacing: 0.05em;
		font-family: 'Kiwi Maru', serif;
		line-height: 2;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-left: 20px;
		letter-spacing: 0.1em;
	}

	.inner_top00 .cont47 p.text span {
		font-size: 17px;
		display: block;
	}
	
	.inner_top00 .cont48 p.text {
		font-size: 18px;
		padding: 15px 0;
		color: #398364;
		letter-spacing: 0.05em;
		font-family: 'Kiwi Maru', serif;
	}
}

@media (max-width: 767px) {
	.bg_top01 {
		padding: 0 0 70px;
	}
	
	h2.top {
		font-size: 20px;
		font-family: 'Kiwi Maru', serif;
		letter-spacing: 0;
		margin-bottom: 15px;
		text-align: center;
		line-height: 1.4;
	}
	
	h2.top span {
		font-family: 'Sacramento', cursive;
		color: #4AA87D;
		font-size: 33px;
		display: block;
		letter-spacing: 0;
		line-height: 1;
	}
	
	.bg_top01 h2.top span {
		margin-bottom: 5px;
	}
	
	h2.top b {
		color: #4AA87D;
		font-weight: 500;
	}
	
	p.btn_top a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		background-color: #9CC9E5;
		color: #fff;
		font-size: 14px;
		border-radius: 30px;
		position: relative;
		padding: 0.6em 1em 0.6em 1em;
		text-align: center;
	}
	
	p.btn_top a:after {
		content: '';
		display: inline-block;
		background: url(../images/icon_btn_top.png) 0 0 /16px 11px no-repeat;
		width: 16px;
		height: 11px;
		margin-left: 7px;
	}

	.bg_top01 .cont48 {
		margin-bottom: 20px;
	}

	p.logo_top01 img {
		max-width: 200px;
	}
}

@media (min-width: 768px) {
	.bg_top01 {
		padding: 0 0 70px;
	}
	
	h2.top {
		font-size: 22px;
		font-family: 'Kiwi Maru', serif;
		letter-spacing: 0;
		margin-bottom: 15px;
	}
	
	h2.top span {
		font-family: 'Sacramento', cursive;
		color: #4AA87D;
		font-size: 42px;
		display: block;
		letter-spacing: 0;
	}
	
	.bg_top01 h2.top span {
		margin-bottom: 10px;
	}
	
	h2.top b {
		color: #4AA87D;
		font-weight: 500;
	}
	
	p.btn_top a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 340px;
		height: 60px;
		background-color: #9CC9E5;
		color: #fff;
		font-size: 15px;
		border-radius: 30px;
		position: relative;
	}
	
	p.btn_top a:after {
		content: '';
		display: block;
		background: url(../images/icon_btn_top.png) 0 0 /20px 14px no-repeat;
		width: 20px;
		height: 14px;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%) translateX(0);
	}
}

@media (min-width: 992px) {
	.bg_top01 {
		padding: 0 0 120px;
	}
	
	h2.top {
		font-size: 28px;
		font-family: 'Kiwi Maru', serif;
		letter-spacing: 0.05em;
		margin-bottom: 20px;
	}
	
	h2.top span {
		font-family: 'Sacramento', cursive;
		color: #4AA87D;
		font-size: 42px;
		display: block;
		letter-spacing: 0;
	}
	
	.bg_top01 h2.top span {
		margin-bottom: 10px;
	}
	
	h2.top b {
		color: #4AA87D;
		font-weight: 500;
	}
	
	p.btn_top a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 400px;
		height: 60px;
		background-color: #9CC9E5;
		color: #fff;
		font-size: 17px;
		border-radius: 30px;
		position: relative;
	}
	
	p.btn_top a:after {
		content: '';
		display: block;
		background: url(../images/icon_btn_top.png) 0 0 /24px 18px no-repeat;
		width: 24px;
		height: 18px;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%) translateX(0);
	}
}

@media (max-width: 359px) {
	.br360 {
		display: block;
	}
}

@media (min-width: 360px) {
	.br360 {
		display: none;
	}
}

@media (max-width: 767px) {
	.bg_top02 {
		background-color: #E9EBF1;
	}
	
	.bg_top02 .container {
		padding: 50px 15px;
		position: relative;
	}
	
	p.deco_top02 {
		position: absolute;
		top: -60px;
		right: 35%;
	}

	p.deco_top02 img {
		width: 60px;
	}
	
	h2.top02 {
		font-size: 21px;
		font-family: 'Kiwi Maru', serif;
		letter-spacing: 0.05em;
		margin-bottom: 15px;
		text-align: center;
	}
	
	h2.top02 span {
		font-family: 'Sacramento', cursive;
		color: #8893B0;
		font-size: 33px;
		display: block;
		margin-bottom: 5px;
		letter-spacing: 0;
	}
	
	.inner_top02 {
		background-color: #fff;
		border-radius: 20px;
		padding: 30px 20px 30px;
	}
	
	.news_top {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	
	.news_top {
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid #DADDE7;
		position: relative;
	}
	
	.news_top:last-child {
		margin-bottom: 0;
	}
	
	.news_top:after {
		content: '';
		display: block;
		width: 70px;
		height: 1px;
		background-color: #7B87A8;
		position: absolute;
		left: 0;
		bottom: -1px;
	}
	
	.news_top .info {
		width: 115px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 7px;
		flex-shrink: 0;
	}
	
	.news_top p.news_date {
		font-family: 'Lexend Mega', sans-serif;
		font-size: 14px;
		letter-spacing: -0.1em;
	}
	
	.news_top p.news_icon {
		color: #FF2626;
		font-size: 11px;
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
	}
	
	.news_top .news_ttl {
		font-size: 15px;
		line-height: normal;
		margin-right: auto;
	}
	
	p.btn_more a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 28px;
		background-color: #8893B0;
		color: #fff;
		font-size: 14px;
		font-family: 'Play', sans-serif;
		position: relative;
		margin-top: 10px;
	}
	
	p.btn_more a:after {
		content: '';
		display: block;
		width: 5px;
		height: 2px;
		background-color: #fff;
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%) translateX(0);
	}
	
	p.btn_top02 a {
		background-color: #8893B0;
		margin: 25px auto 0;
	}
}

@media (min-width: 768px) {
	.bg_top02 {
		background-color: #E9EBF1;
	}
	
	.bg_top02 .container {
		padding: 70px 15px;
		position: relative;
	}
	
	p.deco_top02 {
		position: absolute;
		top: -70px;
		right: 30%;
	}

	p.deco_top02 img {
		width: 90px;
	}
	
	h2.top02 {
		font-size: 25px;
		font-family: 'Kiwi Maru', serif;
		letter-spacing: 0.05em;
		margin-bottom: 30px;
		text-align: center;
	}
	
	h2.top02 span {
		font-family: 'Sacramento', cursive;
		color: #8893B0;
		font-size: 42px;
		display: block;
		margin-bottom: 10px;
		letter-spacing: 0;
	}
	
	.inner_top02 {
		background-color: #fff;
		border-radius: 20px;
		padding: 40px 50px 40px;
	}
	
	.news_top {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	
	.news_top {
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #DADDE7;
		position: relative;
	}
	
	.news_top:last-child {
		margin-bottom: 0;
	}
	
	.news_top:after {
		content: '';
		display: block;
		width: 100px;
		height: 1px;
		background-color: #7B87A8;
		position: absolute;
		left: 0;
		bottom: -1px;
	}
	
	.news_top .info {
		width: 115px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-right: 20px;
		flex-shrink: 0;
	}
	
	.news_top p.news_date {
		font-family: 'Lexend Mega', sans-serif;
		font-size: 14px;
		letter-spacing: -0.1em;
	}
	
	.news_top p.news_icon {
		color: #FF2626;
		font-size: 11px;
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
	}
	
	.news_top .news_ttl {
		font-size: 15px;
		line-height: normal;
		margin-right: auto;
	}
	
	p.btn_more a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 80px;
		height: 34px;
		background-color: #8893B0;
		color: #fff;
		font-size: 14px;
		font-family: 'Play', sans-serif;
		position: relative;
		margin-left: 10px;
	}
	
	p.btn_more a:after {
		content: '';
		display: block;
		width: 5px;
		height: 2px;
		background-color: #fff;
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%) translateX(0);
	}
	
	p.btn_top02 a {
		background-color: #8893B0;
		margin: 40px auto 0;
	}
}

@media (min-width: 992px) {
	.bg_top02 {
		background-color: #E9EBF1;
	}
	
	.bg_top02 .container {
		padding: 100px 15px;
		position: relative;
	}
	
	p.deco_top02 {
		position: absolute;
		top: -70px;
		right: 30%;
	}

	p.deco_top02 img {
		width: 110px;
	}
	
	h2.top02 {
		font-size: 28px;
		font-family: 'Kiwi Maru', serif;
		letter-spacing: 0.05em;
		margin-bottom: 30px;
		text-align: center;
	}
	
	h2.top02 span {
		font-family: 'Sacramento', cursive;
		color: #8893B0;
		font-size: 42px;
		display: block;
		margin-bottom: 10px;
		letter-spacing: 0;
	}
	
	.inner_top02 {
		background-color: #fff;
		border-radius: 20px;
		padding: 40px 50px 40px;
	}
	
	.news_top {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	
	.news_top {
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #DADDE7;
		position: relative;
	}
	
	.news_top:last-child {
		margin-bottom: 0;
	}
	
	.news_top:after {
		content: '';
		display: block;
		width: 100px;
		height: 1px;
		background-color: #7B87A8;
		position: absolute;
		left: 0;
		bottom: -1px;
	}
	
	.news_top .info {
		width: 120px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-right: 25px;
		flex-shrink: 0;
	}
	
	.news_top p.news_date {
		font-family: 'Lexend Mega', sans-serif;
		font-size: 14px;
		letter-spacing: -0.1em;
	}
	
	.news_top p.news_icon {
		color: #FF2626;
		font-size: 11px;
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
	}
	
	.news_top .news_ttl {
		font-size: 15px;
		line-height: normal;
		margin-right: auto;
	}
	
	p.btn_more a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 100px;
		height: 34px;
		background-color: #8893B0;
		color: #fff;
		font-size: 14px;
		font-family: 'Play', sans-serif;
		position: relative;
		margin-left: 10px;
	}
	
	p.btn_more a:after {
		content: '';
		display: block;
		width: 5px;
		height: 2px;
		background-color: #fff;
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%) translateX(0);
	}
	
	p.btn_top02 a {
		background-color: #8893B0;
		margin: 40px auto 0;
	}
}

@media (max-width: 767px) {
	.bg_top03 .container {
		padding: 50px 15px 20px;
		position: relative;
	}

	.bg_top03 .flex_b {
		align-items: center;
	}
	
	.bg_top03 h2.top {
		text-align: center;
		font-size: 19px;
	}
	
	p.deco_top03 {
		position: absolute;
		top: -30px;
		left: 10%;
	}

	p.deco_top03 img {
		width: 70px;
	}
	
	.bg_top03 .cont {
		width: 100%;
		position: relative;
		margin-bottom: 25px;
		max-width: 460px;
	}
	
	.bg_top03 .cont p.point {
		font-family: 'Josefin Sans', sans-serif;
		font-size: 18px;
		color: #fff;
		position: absolute;
		left: 15px;
		top: 10px;
		line-height: 1;
	}
	
	.bg_top03 .cont p.point span {
		font-size: 36px;
		color: #75C19F;
		display: inline-block;
		margin-left: 3px;
	}
	
	h3.top03 a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 100%;
		background-color: #CAE5D3;
		padding: 10px 20px 10px 10px;
		font-size: 14px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.03em;
		color: #333;
		line-height: 1.6;
		text-align: center;
		position: relative;
	}
	
	h3.top03 a:hover {
		opacity: 1;
		background-color: #deeee3;
	}
	
	h3.top03 a:after {
		content: '';
		display: block;
		background: url(../images/icon_top03.png) 0 0 /6px 18px no-repeat;
		width: 6px;
		height: 18px;
		position: absolute;
		top: 50%;
		right: 5px;
		transform: translateY(-50%) translateX(0);
	}
}

@media (min-width: 768px) {
	.bg_top03 .container {
		padding: 50px 15px 70px;
		position: relative;
	}
	
	.bg_top03 h2.top {
		text-align: center;
		margin-bottom: 25px;
	}
	
	p.deco_top03 {
		position: absolute;
		top: -30px;
		left: 20%;
	}

	p.deco_top03 img {
		width: 100px;
	}
	
	.bg_top03 .cont {
		width: 31.5%;
		position: relative;
	}
	
	.bg_top03 .cont p.point {
		font-family: 'Josefin Sans', sans-serif;
		font-size: 18px;
		color: #fff;
		position: absolute;
		left: 15px;
		top: 10px;
		line-height: 1;
	}
	
	.bg_top03 .cont p.point span {
		font-size: 36px;
		color: #75C19F;
		display: inline-block;
		margin-left: 3px;
	}
	
	h3.top03 a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 90%;
		height: 90px;
		background-color: #CAE5D3;
		padding: 15px 20px;
		font-size: 14px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.03em;
		color: #333;
		line-height: 1.8;
		text-align: center;
		border-radius: 10px;
		position: absolute;
		bottom: -65px;
		left: 50%;
		z-index: 2;
		transform: translateY(0) translateX(-50%);
	}
	
	h3.top03 a:hover {
		opacity: 1;
		background-color: #deeee3;
	}
	
	h3.top03 a:after {
		content: '';
		display: block;
		background: url(../images/icon_top03.png) 0 0 /10px 26px no-repeat;
		width: 10px;
		height: 26px;
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%) translateX(0);
	}
}

@media (min-width: 992px) {
	.bg_top03 .container {
		padding: 70px 15px 100px;
		position: relative;
	}
	
	.bg_top03 h2.top {
		text-align: center;
	}
	
	p.deco_top03 {
		position: absolute;
		top: -60px;
		left: 20%;
	}

	p.deco_top03 img {
		width: 120px;
	}
	
	.bg_top03 .cont {
		width: 31.5%;
		position: relative;
	}
	
	.bg_top03 .cont p.point {
		font-family: 'Josefin Sans', sans-serif;
		font-size: 20px;
		color: #fff;
		position: absolute;
		left: 15px;
		top: 10px;
		line-height: 1;
	}
	
	.bg_top03 .cont p.point span {
		font-size: 43px;
		color: #75C19F;
		display: inline-block;
		margin-left: 3px;
	}
	
	h3.top03 a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 90%;
		height: 90px;
		background-color: #CAE5D3;
		padding: 20px 20px;
		font-size: 15px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.03em;
		color: #333;
		line-height: 1.8;
		text-align: center;
		border-radius: 10px;
		position: absolute;
		bottom: -45px;
		left: 50%;
		z-index: 2;
		transform: translateY(0) translateX(-50%);
	}
	
	h3.top03 a:hover {
		opacity: 1;
		background-color: #deeee3;
	}
	
	h3.top03 a:after {
		content: '';
		display: block;
		background: url(../images/icon_top03.png) 0 0 /10px 26px no-repeat;
		width: 10px;
		height: 26px;
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%) translateX(0);
	}
}

@media (min-width: 1200px) {
	.bg_top03 .container {
		padding: 70px 15px 100px;
		position: relative;
	}
	
	.bg_top03 h2.top {
		text-align: center;
	}
	
	p.deco_top03 {
		position: absolute;
		top: -60px;
		left: 20%;
	}

	p.deco_top03 img {
		width: 140px;
	}
	
	.bg_top03 .cont {
		width: 31.5%;
		position: relative;
	}
	
	.bg_top03 .cont p.point {
		font-family: 'Josefin Sans', sans-serif;
		font-size: 22px;
		color: #fff;
		position: absolute;
		left: 20px;
		top: 10px;
		line-height: 1;
	}
	
	.bg_top03 .cont p.point span {
		font-size: 53px;
		color: #75C19F;
		display: inline-block;
		margin-left: 3px;
	}
	
	h3.top03 a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 90%;
		height: 90px;
		background-color: #CAE5D3;
		padding: 20px 20px;
		font-size: 15px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.03em;
		color: #333;
		line-height: 1.8;
		text-align: center;
		border-radius: 10px;
		position: absolute;
		bottom: -45px;
		left: 50%;
		z-index: 2;
		transform: translateY(0) translateX(-50%);
	}
	
	h3.top03 a:hover {
		opacity: 1;
		background-color: #deeee3;
	}
	
	h3.top03 a:after {
		content: '';
		display: block;
		background: url(../images/icon_top03.png) 0 0 /14px 32px no-repeat;
		width: 14px;
		height: 32px;
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%) translateX(0);
	}
}

@media (min-width: 1500px) {
	.bg_top03 .container {
		padding: 100px 15px 100px;
		position: relative;
		width: 1460px;
	}

	h3.top03 a {
		font-size: 17px;
	}
}

@media (max-width: 1499px) {
	.br1500 {
		display: none;
	}
}

@media (min-width: 1500px) {
	.br1500 {
		display: block;
	}
}

@media (min-width: 1200px) and (max-width: 1499px) {
	.bg_top03 .cont:nth-of-type(1) .visible-lg {
		display: block;
	}
}

@media (min-width: 1500px)  {
	.bg_top03 .cont:nth-of-type(1) .visible-lg {
		display: none!important;
	}
}

@media (max-width: 767px) {
	.bg_top04 .container {
		padding: 0 15px 50px;
		position: relative;
	}

	.bg_top04 .flex_s {
		align-items: center;
	}

	.bg_top04 .cont32 {
		max-width: 460px;
	}
	
	p.deco_top04 {
		position: absolute;
		top: 30px;
		right: 25%;
	}

	p.deco_top04 img {
		width: 100px;
	}
	
	.bg_top04 h2.top {
		text-align: center;
		margin-bottom: 15px;
	}
	
	.bg_top04 .cont32 {
		margin-right: 2%;
		margin-bottom: 25px;
		position: relative;
	}
	
	.bg_top04 .cont32>a {
		display: block;
		position: relative;
	}
	
	.bg_top04 .cont32>a:hover {
		opacity: 0.8;
	}
	
	.bg_top04 .cont32:nth-of-type(3n) {
		margin-right: 0;
	}
	
	h3.top04 {
		color: #fff;
		font-size: 16px;
		font-family: 'Kiwi Maru', serif;
		text-align: center;
		background-color: #4AA87D;
		padding: 0.7em 0.3em;
	}
	
	.bg_top04 .cont32:nth-of-type(9) {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}
	
	p.btn_top04 a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 100%;
		padding: 0.6em 1em;
		position: relative;
		background: url(../images/btn_top04.png) 0 0 repeat;
		font-size: 17px;
		font-family: 'Kiwi Maru', serif;
		letter-spacing: 0.05em;
		color: #fff;
		border-radius: 10px;
	}
	
	p.btn_top04 a:after {
		content: '';
		display: block;
		background: url(../images/icon_top04.png) 0 0 /18px 11px no-repeat;
		width: 18px;
		height: 11px;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%) translateX(0);
	}
	
	.bg_top04 .flex_s {
		margin-bottom: 0;
	}

	.deco_top04  {
		display: none!important;
	}
}

@media (min-width: 768px) {
	.bg_top04 .container {
		padding: 80px 15px 70px;
		position: relative;
	}
	
	p.deco_top04 {
		position: absolute;
		top: 30px;
		right: 25%;
	}

	p.deco_top04 img {
		width: 100px;
	}
	
	.bg_top04 h2.top {
		text-align: center;
		margin-bottom: 25px;
	}
	
	.bg_top04 .cont32 {
		margin-right: 2%;
		margin-bottom: 30px;
		position: relative;
	}
	
	.bg_top04 .cont32>a {
		display: block;
		position: relative;
	}
	
	.bg_top04 .cont32>a:hover {
		opacity: 0.8;
	}
	
	.bg_top04 .cont32:nth-of-type(3n) {
		margin-right: 0;
	}
	
	h3.top04 {
		color: #fff;
		font-size: 16px;
		font-family: 'Kiwi Maru', serif;
		letter-spacing: 0.03em;
		text-align: center;
		background-color: #4AA87D;
		padding: 0.7em 0.5em;
	}
	
	.bg_top04 .cont32:nth-of-type(9) {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}
	
	p.btn_top04 a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 100%;
		padding: 0.8em 1em;
		position: relative;
		background: url(../images/btn_top04.png) 0 0 repeat;
		font-size: 21px;
		font-family: 'Kiwi Maru', serif;
		letter-spacing: 0.05em;
		color: #fff;
		border-radius: 16px;
	}
	
	p.btn_top04 a:after {
		content: '';
		display: block;
		background: url(../images/icon_top04.png) 0 0 /25px 18px no-repeat;
		width: 25px;
		height: 18px;
		position: absolute;
		top: 50%;
		right: 30px;
		transform: translateY(-50%) translateX(0);
	}
	
	.bg_top04 .flex_s {
		margin-bottom: 10px;
	}

	.deco_top04 img {
		width: 160px;
	}
}

@media (min-width: 992px) {
	.bg_top04 .container {
		padding: 100px 15px;
		position: relative;
	}
	
	p.deco_top04 {
		position: absolute;
		top: 10px;
		right: 27%;
	}

	p.deco_top04 img {
		width: 130px;
	}
	
	.bg_top04 h2.top {
		text-align: center;
	}
	
	.bg_top04 .cont32 {
		margin-right: 2%;
		margin-bottom: 40px;
		position: relative;
	}
	
	.bg_top04 .cont32>a {
		display: block;
		position: relative;
	}
	
	.bg_top04 .cont32>a:hover {
		opacity: 0.8;
	}
	
	.bg_top04 .cont32:nth-of-type(3n) {
		margin-right: 0;
	}
	
	h3.top04 {
		color: #fff;
		font-size: 18px;
		font-family: 'Kiwi Maru', serif;
		letter-spacing: 0.03em;
		text-align: center;
		background-color: #4AA87D;
		padding: 0.7em 1em;
	}
	
	.bg_top04 .cont32:nth-of-type(9) {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}
	
	p.btn_top04 a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 100%;
		padding: 0.8em 1em;
		position: relative;
		background: url(../images/btn_top04.png) 0 0 repeat;
		font-size: 25px;
		font-family: 'Kiwi Maru', serif;
		letter-spacing: 0.05em;
		color: #fff;
		border-radius: 20px;
	}
	
	p.btn_top04 a:after {
		content: '';
		display: block;
		background: url(../images/icon_top04.png) 0 0 /30px 23px no-repeat;
		width: 30px;
		height: 23px;
		position: absolute;
		top: 50%;
		right: 30px;
		transform: translateY(-50%) translateX(0);
	}
	
	.bg_top04 .flex_s {
		margin-bottom: 10px;
	}

	.deco_top04 img {
		width: 200px;
	}
}

@media (max-width: 767px) {
/* Submenu */

ul.top04 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 10px;
}

ul.top04>li {
	display: block;
	margin-bottom: 10px;
	margin-right: 7px;
}

ul.top04>li>a {
	background-color: #4a595f;
	color: #fff;
	padding: 0.3em 1em;
	font-size: 14px;
}

ul.top04>li>a:before {
	content: "\f0da";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	margin-right: 5px;
	font-size: 11px;
}

ul.top04>li>a:hover {
	opacity: 0.7;
}
}

@media (min-width: 768px) {
/* Submenu */

ul.top04 {
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 2222;
	display: none;
}

ul.top04>li {
	display: block;
	margin-bottom: 5px;
}

ul.top04>li>a {
	background-color: #555;
	color: #fff;
	padding: 0.3em 1em;
	font-size: 13px;
}

ul.top04>li>a:before {
	content: "\f0da";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	margin-right: 5px;
	font-size: 11px;
}

ul.top04>li>a:hover {
	background-color: #4AA87D;
	opacity: 1;
}

.bg_top04 .cont32:hover ul.top04 {
	display: block !important;
}

.bg_top04 .cont32 ul.top04 {
	transition: 0.3s;
}
}

@media (min-width: 992px) {
/* Submenu */

ul.top04 {
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 2222;
	display: none;
}

ul.top04>li {
	display: block;
	margin-bottom: 10px;
}

ul.top04>li>a {
	background-color: #555;
	color: #fff;
	padding: 0.3em 1em;
}

ul.top04>li>a:before {
	content: "\f0da";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	margin-right: 5px;
	font-size: 11px;
}

ul.top04>li>a:hover {
	background-color: #4AA87D;
	opacity: 1;
}

.bg_top04 .cont32:hover ul.top04 {
	display: block !important;
}

.bg_top04 .cont32 ul.top04 {
	transition: 0.3s;
}
}

@media (max-width: 767px) {
	.bg_top05 {
		background-color: #E9EBF1;
	}
	
	.bg_top05 .container {
		padding: 50px 15px 0;
		position: relative;
	}
	
	.bg_top05 p.en {
		font-size: 36px;
		color: #fff;
		font-family: 'Josefin Sans', sans-serif;
		opacity: 0.9;
		position: absolute;
		left: 10px;
		top: -0.5em
	}

	.bg_top05 .cont47 {
		max-width: 460px;
		margin: 0 auto 70px;
	}
	
	.bg_top05 .cont47:nth-of-type(2) p.en {
		left: inherit;
		right: 10px;
	}
	
	p.btn_top05 a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 240px;
		height: 46px;
		background-color: #8893B0;
		color: #fff;
		font-size: 18px;
		font-family: 'Kiwi Maru', serif;
		letter-spacing: 0.1em;
		position: absolute;
		bottom: -25px;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		z-index: 2;
		border-radius: 10px;
	}
	
	p.btn_top05 a:after {
		content: '';
		display: block;
		background: url(../images/icon_top05.png) 0 0 /18px 14px no-repeat;
		width: 18px;
		height: 14px;
		position: absolute;
		top: 52%;
		right: 20px;
		transform: translateY(-50%) translateX(0);
	}
	
	p.btn_top05 a:before {
		content: '';
		display: block;
		background: url(../images/deco_top05.png) 0 0 /60px 75px no-repeat;
		width: 60px;
		height: 75px;
		position: absolute;
		left: -20px;
		top: -40px
	}
	
	p.btn_top05 a:hover {
		opacity: 1;
		background-color: #a7acbb;
	}
}

@media (min-width: 768px) {
	.bg_top05 {
		background-color: #E9EBF1;
	}
	
	.bg_top05 .container {
		padding: 70px 15px 80px;
		position: relative;
	}
	
	.bg_top05 p.en {
		font-size: 46px;
		color: #fff;
		font-family: 'Josefin Sans', sans-serif;
		opacity: 0.9;
		position: absolute;
		left: 15px;
		top: -0.7em
	}
	
	.bg_top05 .cont47:nth-of-type(2) p.en {
		left: inherit;
		right: 15px;
	}
	
	p.btn_top05 a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 260px;
		height: 60px;
		background-color: #8893B0;
		color: #fff;
		font-size: 21px;
		font-family: 'Kiwi Maru', serif;
		letter-spacing: 0.1em;
		position: absolute;
		right: -20px;
		bottom: -30px;
		z-index: 2;
		border-radius: 10px;
	}
	
	p.btn_top05 a:after {
		content: '';
		display: block;
		background: url(../images/icon_top05.png) 0 0 /18px 14px no-repeat;
		width: 18px;
		height: 14px;
		position: absolute;
		top: 52%;
		right: 20px;
		transform: translateY(-50%) translateX(0);
	}
	
	p.btn_top05 a:before {
		content: '';
		display: block;
		background: url(../images/deco_top05.png) 0 0 /80px 95px no-repeat;
		width: 80px;
		height: 95px;
		position: absolute;
		left: -40px;
		top: -60px
	}
	
	p.btn_top05 a:hover {
		opacity: 1;
		background-color: #a7acbb;
	}
}

@media (min-width: 992px) {
	.bg_top05 {
		background-color: #E9EBF1;
	}
	
	.bg_top05 .container {
		padding: 100px 15px 110px;
		position: relative;
	}
	
	.bg_top05 p.en {
		font-size: 65px;
		color: #fff;
		font-family: 'Josefin Sans', sans-serif;
		opacity: 0.9;
		position: absolute;
		left: 20px;
		top: -0.7em
	}
	
	.bg_top05 .cont47:nth-of-type(2) p.en {
		left: inherit;
		right: 20px;
	}
	
	p.btn_top05 a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 400px;
		height: 80px;
		background-color: #8893B0;
		color: #fff;
		font-size: 24px;
		font-family: 'Kiwi Maru', serif;
		letter-spacing: 0.1em;
		position: absolute;
		right: -20px;
		bottom: -30px;
		z-index: 2;
		border-radius: 10px;
	}
	
	p.btn_top05 a:after {
		content: '';
		display: block;
		background: url(../images/icon_top05.png) 0 0 /24px 20px no-repeat;
		width: 24px;
		height: 20px;
		position: absolute;
		top: 50%;
		right: 30px;
		transform: translateY(-50%) translateX(0);
	}
	
	p.btn_top05 a:before {
		content: '';
		display: block;
		background: url(../images/deco_top05.png) 0 0 /100px 119px no-repeat;
		width: 100px;
		height: 119px;
		position: absolute;
		left: -40px;
		top: -70px
	}
	
	p.btn_top05 a:hover {
		opacity: 1;
		background-color: #a7acbb;
	}
}

@media (max-width: 767px) {
	.bg_top06 .cont34 {
		width: 100%;
	}

	.bg_top06 .cont62 {
		width: 100%;
		margin-bottom: 25px;
	}

	.bg_top06 .container {
		padding: 50px 15px 50px;
		position: relative;
	}
	
	.bg_top06 p.btn_top a {
		background-color: #B7DDBF;
		color: #333;
		font-size: 14px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.03em;
		width: 240px;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}
	
	.bg_top06 p.btn_top a:after {
		background: url(../images/icon_top06.png) 0 0 /16px 11px no-repeat;
		width: 16px;
		height: 11px;
	}
	
	.bg_top06 h2.top span {
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {
	.bg_top06 .cont34 {
		width: 42%;
	}

	.bg_top06 .cont62 {
		width: 54%;
	}

	.bg_top06 .container {
		padding: 50px 15px 50px;
		position: relative;
	}
	
	.bg_top06 p.btn_top a {
		background-color: #B7DDBF;
		color: #333;
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.03em;
		width: 280px;
	}
	
	.bg_top06 p.btn_top a:after {
		background: url(../images/icon_top06.png) 0 0 /20px 14px no-repeat;
		width: 20px;
		height: 14px;
	}
	
	.bg_top06 h2.top span {
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	.bg_top06 .cont34 {
		width: 42%;
	}

	.bg_top06 .cont62 {
		width: 54%;
	}

	.bg_top06 .container {
		padding: 70px 15px 70px;
		position: relative;
	}
	
	.bg_top06 p.btn_top a {
		background-color: #B7DDBF;
		color: #333;
		font-size: 17px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.03em;
		width: 360px;
	}
	
	.bg_top06 p.btn_top a:after {
		background: url(../images/icon_top06.png) 0 0 /24px 18px no-repeat;
		width: 24px;
		height: 18px;
	}
	
	.bg_top06 h2.top span {
		margin-bottom: 10px;
	}
}

@media (min-width: 1200px) {
	.bg_top06 .cont34 {
		width: 38%;
	}

	.bg_top06 .cont62 {
		width: 60%;
	}

	.bg_top06 .container {
		padding: 70px 15px 70px;
		position: relative;
	}
	
	.bg_top06 p.btn_top a {
		background-color: #B7DDBF;
		color: #333;
		font-size: 17px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.03em;
		width: 360px;
	}
	
	.bg_top06 p.btn_top a:after {
		background: url(../images/icon_top06.png) 0 0 /24px 18px no-repeat;
		width: 24px;
		height: 18px;
	}
	
	.bg_top06 h2.top span {
		margin-bottom: 10px;
	}
}

@media (min-width: 1280px) {
	.bg_top06 .cont34 {
		width: 34%;
	}

	.bg_top06 .cont62 {
		width: 62%;
	}

	.bg_top06 .container {
		padding: 70px 15px 70px;
		position: relative;
		width: 1240px;
	}
	
	.bg_top06 p.btn_top a {
		background-color: #B7DDBF;
		color: #333;
		font-size: 17px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.03em;
	}
	
	.bg_top06 p.btn_top a:after {
		background: url(../images/icon_top06.png) 0 0 /24px 18px no-repeat;
		width: 24px;
		height: 18px;
	}
	
	.bg_top06 h2.top span {
		margin-bottom: 10px;
	}
}

@media (max-width: 767px) {
	.bg_top07 .container {
		background-color: rgba(255, 255, 255, 0.7);
		padding: 60px 30px 40px;
		border-radius: 30px;
		max-width: 460px;
	}
	
	.bg_top07 .cont57 p img {
		border-radius: 30px;
	}

	.bg_top07 .cont57 {
		margin-bottom: 15px;
	}
	
	.bg_top07 .cont57 p.en {
		font-size: 36px;
		color: #449ACE;
		font-family: 'Josefin Sans', sans-serif;
		opacity: 0.8;
		position: absolute;
		right: 10px;
		top: -0.8em
	}

	h2.top07 {
		font-size: 21px;
		font-family: 'Kiwi Maru', serif;
		color: #4199CD;
		letter-spacing: 0.05em;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.bg_top07 .cont37 p.s15 {
		margin-bottom: 20px;
	}
	
	.bg_top07 .cont37 p.s15 span {
		font-size: 16px;
		font-weight: bold;
		display: inline-block;
		margin: 0 5px;
	}

	.bg_top07 p.btn_top a {
		width: 240px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		font-size: 14px;
		margin: 0 auto;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.bg_top07 .container {
		background-color: rgba(255, 255, 255, 0.7);
		padding: 80px 30px 50px;
		border-radius: 30px;
	}
	
	.bg_top07 .cont57 p img {
		border-radius: 30px;
	}
	
	.bg_top07 .cont57 p.en {
		font-size: 56px;
		color: #449ACE;
		font-family: 'Josefin Sans', sans-serif;
		opacity: 0.8;
		position: absolute;
		right: 10px;
		top: -0.8em
	}

	.bg_top07 .cont57 {
		width: 48%;
	}
	
	.bg_top07 .cont37 {
		width: 48%;
	}
	
	h2.top07 {
		font-size: 30px;
		font-family: 'Kiwi Maru', serif;
		color: #4199CD;
		letter-spacing: 0.05em;
		margin-bottom: 20px;
	}
	
	.bg_top07 .cont37 p.s15 {
		margin-bottom: 20px;
	}
	
	.bg_top07 .cont37 p.s15 span {
		font-size: 19px;
		font-weight: bold;
		display: inline-block;
		margin: 0 5px;
	}

	.bg_top07 p.btn_top a {
		width: 300px;
	}
}

@media (min-width: 992px) {
	.bg_top07 .container {
		background-color: rgba(255, 255, 255, 0.7);
		padding: 90px 30px 60px;
		border-radius: 30px;
	}
	
	.bg_top07 .cont57 p img {
		border-radius: 30px;
	}
	
	.bg_top07 .cont57 p.en {
		font-size: 56px;
		color: #449ACE;
		font-family: 'Josefin Sans', sans-serif;
		opacity: 0.8;
		position: absolute;
		right: 10px;
		top: -0.7em
	}
	
	h2.top07 {
		font-size: 30px;
		font-family: 'Kiwi Maru', serif;
		color: #4199CD;
		letter-spacing: 0.05em;
		margin-bottom: 20px;
	}
	
	.bg_top07 .cont37 p.s15 {
		margin-bottom: 20px;
	}
	
	.bg_top07 .cont37 p.s15 span {
		font-size: 19px;
		font-weight: bold;
		display: inline-block;
		margin: 0 5px;
	}

	.bg_top07 p.btn_top a {
		width: 340px;
	}
}

@media (min-width: 1200px) {
	.bg_top07 .container {
		background-color: rgba(255, 255, 255, 0.7);
		padding: 100px 70px 80px;
		border-radius: 30px;
	}
	
	.bg_top07 .cont57 p img {
		border-radius: 30px;
	}
	
	.bg_top07 .cont57 p.en {
		font-size: 65px;
		color: #449ACE;
		font-family: 'Josefin Sans', sans-serif;
		opacity: 0.8;
		position: absolute;
		right: 20px;
		top: -0.7em
	}
	
	h2.top07 {
		font-size: 30px;
		font-family: 'Kiwi Maru', serif;
		color: #4199CD;
		letter-spacing: 0.05em;
		margin-bottom: 20px;
	}
	
	.bg_top07 .cont37 p.s15 {
		margin-bottom: 20px;
	}
	
	.bg_top07 .cont37 p.s15 span {
		font-size: 19px;
		font-weight: bold;
		display: inline-block;
		margin: 0 5px;
	}

	.bg_top07 p.btn_top a {
		width: 400px;
	}
}

@media (max-width: 767px) {
	.bg_contact {
		width: 100%;
		height: 160px;
		background: url(../images/bg_top08.jpg) center center /cover no-repeat;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin: 50px 0 30px;
	}
	
	h2.contact {
		font-size: 24px;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		color: #fff;
		text-align: center;
	}
	
	h2.contact span {
		font-family: 'Sacramento', cursive;
		font-size: 30px;
		display: block;
		letter-spacing: 0;
	}
	
	h3.contact {
		font-size: 20px;
		font-family: 'Kiwi Maru', serif;
		letter-spacing: 0.05em;
		color: #4AA77D;
		text-align: center;
		padding-bottom: 10px;
		border-bottom: 2px solid #4AA77D;
		margin-bottom: 10px;
	}
	
	p.tel_contact {
		font-size: 26px;
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		color: #4A595F;
	}
	
	p.tel_contact span.tel_link {
		color: #4A595F;
	}
	
	p.tel_contact:before {
		content: '';
		display: block;
		background: url(../images/icon_tel_top08.png) 0 0 /20px 20px no-repeat;
		width: 20px;
		height: 20px;
		margin-right: 5px;
	}
	
	#contact01 p.s16_c {
		font-size: 16px;
		text-align: center;
		letter-spacing: 0.1em;
		margin-top: 10px;
	}
}

@media (min-width: 768px) {
	.bg_contact {
		width: 100%;
		height: 260px;
		background: url(../images/bg_top08.jpg) center center /cover no-repeat;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin: 70px 0 40px;
	}
	
	h2.contact {
		font-size: 30px;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		color: #fff;
		text-align: center;
	}
	
	h2.contact span {
		font-family: 'Sacramento', cursive;
		font-size: 36px;
		display: block;
		letter-spacing: 0;
	}
	
	h3.contact {
		font-size: 22px;
		font-family: 'Kiwi Maru', serif;
		letter-spacing: 0.1em;
		color: #4AA77D;
		text-align: center;
		padding-bottom: 15px;
		border-bottom: 2px solid #4AA77D;
		margin-bottom: 15px;
	}
	
	p.tel_contact {
		font-size: 32px;
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		color: #4A595F;
	}
	
	p.tel_contact span.tel_link {
		color: #4A595F;
	}
	
	p.tel_contact:before {
		content: '';
		display: block;
		background: url(../images/icon_tel_top08.png) 0 0 /24px 24px no-repeat;
		width: 24px;
		height: 24px;
		margin-right: 7px;
	}
	
	#contact01 p.s16_c {
		font-size: 16px;
		text-align: center;
		letter-spacing: 0.1em;
		margin-top: 10px;
	}
}

@media (min-width: 992px) {
	.bg_contact {
		width: 100%;
		height: 360px;
		background: url(../images/bg_top08.jpg) center center /cover no-repeat;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin: 100px 0 70px;
	}
	
	h2.contact {
		font-size: 33px;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		color: #fff;
		text-align: center;
	}
	
	h2.contact span {
		font-family: 'Sacramento', cursive;
		font-size: 42px;
		display: block;
		letter-spacing: 0;
	}
	
	h3.contact {
		font-size: 24px;
		font-family: 'Kiwi Maru', serif;
		letter-spacing: 0.1em;
		color: #4AA77D;
		text-align: center;
		padding-bottom: 15px;
		border-bottom: 2px solid #4AA77D;
		margin-bottom: 20px;
	}
	
	p.tel_contact {
		font-size: 35px;
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		color: #4A595F;
	}
	
	p.tel_contact span.tel_link {
		color: #4A595F;
	}
	
	p.tel_contact:before {
		content: '';
		display: block;
		background: url(../images/icon_tel_top08.png) 0 0 /30px 30px no-repeat;
		width: 30px;
		height: 30px;
		margin-right: 7px;
	}
	
	#contact01 p.s16_c {
		font-size: 16px;
		text-align: center;
		letter-spacing: 0.1em;
		margin-top: 10px;
	}
}

@media (max-width: 991px) {
	p.btn_h a {
		display: none;
	}
}

@media (min-width: 992px) {
	.btn_fixed {
		position: fixed;
		top: 170px;
		right: 0;
		z-index: 9999999;
	}

	p.btn_h a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 175px;
		height: 55px;
		background-color: #111;
		color: #fff;
		font-family: 'Kiwi Maru', serif;
		font-size: 13px;
		letter-spacing: 0.05em;
		border-radius: 10px 0 0 10px;
		margin-bottom: 15px;
	}

	p.btn_reserve a:before {
		content: "\f274";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 500;
		margin-right: 6px;
	}

	p.btn_reserve02 a:before {
		content: "\f004";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 500;
		margin-right: 6px;
	}


	p.btn_access a:before {
		content: "\f3c5";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 6px;
	}

	p.btn_h a:hover {
		opacity: 1;
	}
}

@media (min-width: 1200px) {
	.btn_fixed {
		position: fixed;
		top: 170px;
		right: 0;
		z-index: 9999999;
	}

	p.btn_h a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 175px;
		height: 55px;
		background-color: #111;
		color: #fff;
		font-family: 'Kiwi Maru', serif;
		font-size: 14px;
		letter-spacing: 0.05em;
		border-radius: 10px 0 0 10px;
		margin-bottom: 15px;
	}

	p.btn_reserve a:before {
		content: "\f274";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 500;
		margin-right: 6px;
	}

	p.btn_access a:before {
		content: "\f3c5";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 6px;
	}

	p.btn_h a:hover {
		opacity: 1;
	}
}

@media (min-width: 1921px) {
	.btn_fixed {
		position: fixed;
		top: 170px;
		right: calc(50% - 855px);
		z-index: 999999;
		width: 70px;
	}
}

p.btn_reserve a {
	background-color: #6c99b5;
}

p.btn_reserve a:hover {
	background-color: #8caec4;
}

p.btn_reserve02 a {
	background-color: #6cb597;
}

p.btn_reserve02 a:hover {
	background-color: #7ac3a5;
}

p.btn_access a {
	background-color: #808081;
}

p.btn_access a:hover {
	background-color: #9c9c9c;
}


/* フッター
=========================================================================== */

@media (max-width: 767px) {
	footer {
		padding: 40px 0 0;
		background-color: #E2F1E7;
		margin-top: 50px;
	}
	
	p.logo_f {
		width: 220px;
		margin: 0 auto 15px;
	}
	
	p.logo_f a {
		display: block;
	}

	footer p.s15_c {
		letter-spacing: 0.05em;
		margin-top: 30px;
		text-align: center;
	}
	
	p.tel_f {
		font-size: 22px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 20px;
	}
	
	p.tel_f:before {
		content: '';
		display: block;
		background: url(../images/icon_f01.png) 0 0 /22px 22px no-repeat;
		width: 22px;
		height: 22px;
		margin-right: 5px;
	}
	
	p.btn_contact_f a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 180px;
		height: 50px;
		background-color: #4A595F;
		color: #fff;
		font-size: 15px;
		font-family: 'Kiwi Maru', serif;
		letter-spacing: 0.05em;
		border-radius: 10px;
	}
	
	p.btn_contact_f a:before {
		content: '';
		display: block;
		background: url(../images/icon_f02.png) 0 0 /21px 16px no-repeat;
		width: 21px;
		height: 16px;
		margin-right: 5px;
	}
	
	ul.fnav {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin: 35px auto 35px;
		background-color: #f2fff7;
		max-width: 240px;
		padding: 20px 15px;
		border-radius: 20px;
	}
	
	ul.fnav li {
		margin-bottom: 10px;
	}
	
	ul.fnav li a {
		font-size: 14px;
		display: flex;
		flex-direction: row;
		align-items: center;
		color: #333;
	}
	
	ul.fnav li a:before {
		content: '';
		display: block;
		background: url(../images/icon_fnav.png) 0 0 /15px 12px no-repeat;
		width: 15px;
		height: 12px;
		margin-right: 5px;
		flex-shrink: 0;
	}
	
	p.copyright {
		width: 100%;
		height: 30px;
		background-color: #4AA87D;
		font-size: 11px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		color: #fff;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}
}

@media (min-width: 768px) {
	footer {
		padding: 50px 0 0;
		background-color: #E2F1E7;
		margin-top: 70px;
	}
	
	p.logo_f {
		width: 270px;
		margin: 0 auto 30px;
	}
	
	p.logo_f a {
		display: block;
	}

	footer p.s15_c {
		letter-spacing: 0.05em;
		margin-top: 30px;
	}
	
	p.tel_f {
		font-size: 24px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-right: 60px;
	}
	
	p.tel_f:before {
		content: '';
		display: block;
		background: url(../images/icon_f01.png) 0 0 /24px 24px no-repeat;
		width: 24px;
		height: 24px;
		margin-right: 5px;
	}
	
	p.btn_contact_f a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 240px;
		height: 50px;
		background-color: #4A595F;
		color: #fff;
		font-size: 16px;
		font-family: 'Kiwi Maru', serif;
		letter-spacing: 0.05em;
		border-radius: 10px;
	}
	
	p.btn_contact_f a:before {
		content: '';
		display: block;
		background: url(../images/icon_f02.png) 0 0 /21px 16px no-repeat;
		width: 21px;
		height: 16px;
		margin-right: 5px;
	}
	
	ul.fnav {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		margin: 35px 0 35px;
	}
	
	ul.fnav li {
		margin-right: 25px;
	}
	
	ul.fnav li a {
		font-size: 14px;
		display: flex;
		flex-direction: row;
		align-items: center;
		color: #333;
	}
	
	ul.fnav li a:before {
		content: '';
		display: block;
		background: url(../images/icon_fnav.png) 0 0 /18px 15px no-repeat;
		width: 18px;
		height: 15px;
		margin-right: 5px;
		flex-shrink: 0;
	}
	
	p.copyright {
		width: 100%;
		height: 30px;
		background-color: #4AA87D;
		font-size: 12px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		color: #fff;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}
}

@media (min-width: 992px) {
	footer {
		padding: 50px 0 0;
		background-color: #E2F1E7;
		margin-top: 70px;
	}
	
	p.logo_f {
		width: 300px;
		margin: 0 auto 25px;
	}
	
	p.logo_f a {
		display: block;
	}

	footer p.s15_c {
		letter-spacing: 0.05em;
		margin-top: 30px;
	}
	
	p.tel_f {
		font-size: 24px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-right: 60px;
	}
	
	p.tel_f:before {
		content: '';
		display: block;
		background: url(../images/icon_f01.png) 0 0 /24px 24px no-repeat;
		width: 24px;
		height: 24px;
		margin-right: 5px;
	}
	
	p.btn_contact_f a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 240px;
		height: 54px;
		background-color: #4A595F;
		color: #fff;
		font-size: 17px;
		font-family: 'Kiwi Maru', serif;
		letter-spacing: 0.05em;
		border-radius: 10px;
	}
	
	p.btn_contact_f a:before {
		content: '';
		display: block;
		background: url(../images/icon_f02.png) 0 0 /21px 16px no-repeat;
		width: 21px;
		height: 16px;
		margin-right: 5px;
	}
	
	ul.fnav {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		margin: 30px 0 45px;
	}
	
	ul.fnav li {
		margin-right: 30px;
	}
	
	ul.fnav li a {
		font-size: 15px;
		display: flex;
		flex-direction: row;
		align-items: center;
		color: #333;
	}
	
	ul.fnav li a:before {
		content: '';
		display: block;
		background: url(../images/icon_fnav.png) 0 0 /21px 18px no-repeat;
		width: 21px;
		height: 18px;
		margin-right: 7px;
		flex-shrink: 0;
	}
	
	p.copyright {
		width: 100%;
		height: 36px;
		background-color: #4AA87D;
		font-size: 12px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		color: #fff;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}
}

@media (max-width: 767px) {
	p.pagetop a {
		position: fixed;
		bottom: 50px;
		right: 15px;
		width: 30px;
		height: 30px;
		z-index: 999;
	}

	p.pagetop a img {
		width: 30px;
		height: 30px;
	}
}

@media (min-width: 768px) {
	p.pagetop a {
		position: fixed;
		bottom: 65px;
		right: 25px;
		width: 36px;
		height: 36px;
		z-index: 999;
	}

	p.pagetop a img {
		width: 36px;
		height: 36px;
	}
}

@media (min-width: 1921px) {
	p.pagetop a {
		position: fixed;
		bottom: 65px;
		right: calc(50% - 920px);
		width: 36px;
		height: 36px;
		z-index: 99;
	}

	p.pagetop a img {
		width: 36px;
		height: 36px;
	}
}


/* サブページ共通
=========================================================================== */

@media (max-width: 767px) {
	.bg_sub {
		width: 100%;
		height: 200px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		margin-top: 70px;
		background: url(../images/bg_sub_sp.jpg) left center /cover no-repeat;
	}
	
	.bg_sub h2.sub {
		background-color: rgba(127, 198, 166, 0.8);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-end;
		padding: 10px 10px 10px 10px;
		color: #fff;
		font-size: 18px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		font-family: 'Kiwi Maru', serif;
		border-radius: 0 10px 10px 0;
	}
	
	.bg_sub h2.sub span {
		font-size: 14px;
		display: block;
		margin-top: 10px;
		font-family: 'Sacramento', cursive;
	}
}

@media (min-width: 768px) {
	.bg_sub {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		margin-top: 70px;
	}
	
	.bg_sub .ttl {
		width: 50%;
		margin-right: -40%;
		z-index: 2;
		background-color: rgba(127, 198, 166, 0.8);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-end;
		padding: 30px 30px 30px 20px;
		margin-top: 100px;
		border-radius: 0 20px 20px 0;
	}
	
	.bg_sub h2.sub {
		color: #fff;
		font-size: 21px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		font-family: 'Kiwi Maru', serif;
	}
	
	.bg_sub h2.sub span {
		font-size: 18px;
		display: block;
		margin-top: 15px;
		font-family: 'Sacramento', cursive;
	}
	
	.bg_sub .pic {
		width: 90%;
	}
	
	.bg_sub .pic img {
		border-radius: 0 0 0 20px;
	}
}

@media (min-width: 992px) {
	.bg_sub {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		margin-top: 70px;
	}
	
	.bg_sub .ttl {
		width: 40%;
		margin-right: -18%;
		z-index: 2;
		background-color: rgba(127, 198, 166, 0.8);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-end;
		padding: 30px 30px 30px 40px;
		margin-top: 100px;
		border-radius: 0 20px 20px 0;
	}
	
	.bg_sub h2.sub {
		color: #fff;
		font-size: 24px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		font-family: 'Kiwi Maru', serif;
	}
	
	.bg_sub h2.sub span {
		font-size: 21px;
		display: block;
		margin-top: 15px;
		font-family: 'Sacramento', cursive;
	}
	
	.bg_sub .pic {
		width: 78%;
	}
	
	.bg_sub .pic img {
		border-radius: 0 0 0 20px;
	}
}

@media (min-width: 1200px) {
	.bg_sub {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		margin-top: 70px;
	}
	
	.bg_sub .ttl {
		width: 40%;
		margin-right: -18%;
		z-index: 2;
		background-color: rgba(127, 198, 166, 0.8);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-end;
		padding: 30px 50px 30px 50px;
		margin-top: 100px;
		border-radius: 0 20px 20px 0;
	}
	
	.bg_sub h2.sub {
		color: #fff;
		font-size: 27px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		font-family: 'Kiwi Maru', serif;
	}
	
	.bg_sub h2.sub span {
		font-size: 21px;
		display: block;
		margin-top: 15px;
		font-family: 'Sacramento', cursive;
	}
	
	.bg_sub .pic {
		width: 78%;
	}
	
	.bg_sub .pic img {
		border-radius: 0 0 0 20px;
	}
}

@media (min-width: 1340px) {
	.bg_sub {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		margin-top: 70px;
	}
	
	.bg_sub .ttl {
		width: 36%;
		margin-right: -14%;
		z-index: 2;
		background-color: rgba(127, 198, 166, 0.8);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-end;
		padding: 30px 50px 30px 50px;
		margin-top: 100px;
		border-radius: 0 20px 20px 0;
	}
	
	.bg_sub h2.sub {
		color: #fff;
		font-size: 27px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		font-family: 'Kiwi Maru', serif;
	}
	
	.bg_sub h2.sub span {
		font-size: 21px;
		display: block;
		margin-top: 15px;
		font-family: 'Sacramento', cursive;
	}
	
	.bg_sub .pic {
		width: 78%;
	}
	
	.bg_sub .pic img {
		border-radius: 0 0 0 20px;
	}
}



/* service.html　当店について　/・施術の流れ・スタッフ(登録者)紹介
=========================================================================== */

@media (max-width: 991px) {
	#service01, #service02, #service03, #service01_1, #service01_2, #service01_3, #access {
		margin-top: -95px;
		padding-top: 95px;
	}
}

@media (min-width: 992px) {
	#service01, #service02, #service03, #service01_1, #service01_2, #service01_3, #access {
		margin-top: -30px;
		padding-top: 30px;
	}
}

@media (max-width: 767px) {
	ul.nav_service {
		width: 100%;
		display: flex;
		flex-direction: column;
		margin-bottom: 30px;
	}
	
	ul.nav_service li {
		width: 100%;
		margin-bottom: 10px;
	}
	
	ul.nav_service li a {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		font-family: 'Kiwi Maru', serif;
		color: #fff;
		font-size: 15px;
		padding: 0.5em 1em;
		background-color: #9CC9E5;
		position: relative;
		border-radius: 7px;
	}
	
	ul.nav_service li a:before {
		content: "\f078";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		position: absolute;
		top: 50%;
		left: 15px;
		transform: translateY(-50%) translateX(0);
		font-size: 14px;
	}
}

@media (min-width: 768px) {
	ul.nav_service {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 50px;
	}
	
	ul.nav_service li {
		width: 100%;
		margin: 0 10px;
	}
	
	ul.nav_service li a {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		font-family: 'Kiwi Maru', serif;
		color: #fff;
		font-size: 16px;
		padding: 0.7em 1em;
		background-color: #9CC9E5;
		position: relative;
		border-radius: 7px;
	}
	
	ul.nav_service li a:before {
		content: "\f078";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		position: absolute;
		top: 50%;
		left: 15px;
		transform: translateY(-50%) translateX(0);
		font-size: 14px;
	}
}

@media (min-width: 992px) {
	ul.nav_service {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 50px;
	}
	
	ul.nav_service li {
		width: 100%;
		margin: 0 10px;
	}
	
	ul.nav_service li a {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		font-family: 'Kiwi Maru', serif;
		color: #fff;
		font-size: 18px;
		padding: 0.7em 1em;
		background-color: #9CC9E5;
		position: relative;
		border-radius: 7px;
	}
	
	ul.nav_service li a:before {
		content: "\f078";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		position: absolute;
		top: 50%;
		left: 15px;
		transform: translateY(-50%) translateX(0);
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	p.logo_service01 {
		margin-bottom: 15px;
	}
	
	h3.service {
		font-size: 21px;
		font-family: 'Kiwi Maru', serif;
		text-align: center;
		line-height: 1.4;
		margin-bottom: 20px;
	}
	
	h3.service span {
		font-size: 36px;
		font-family: 'Sacramento', cursive;
		color: #94cfb4;
		display: block;
		line-height: 1;
	}
	
	h3.service b {
		color: #4AA87D;
		font-weight: 400;
		display:block;
		margin-left: 10px;
	}
	
	#service01 .inner {
		background-color: #fbfffc;
		padding: 20px 20px 25px;
		border-radius: 20px;
	}
	
	#service01 p.point {
		color: #8ccbae;
		font-size: 24px;
		font-family: 'Kiwi Maru', serif;
		margin-bottom: 5px;
	}
	
	#service01 p.point span {
		font-size: 16px;
		display: inline-block;
		margin-right: 3px;
	}
	
	h4.service01 {
		font-size: 18px;
		font-family: 'Kiwi Maru', serif;
		margin-bottom: 15px;
		line-height: 1.5;
	}
	
	p.btn_service01 a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		font-size: 13px;
		color: #333;
		text-align: center;
		padding: 0.6em 1em;
		border: 1px solid #333;
		max-width: 330px;
		width: 100%;
		margin: 0 auto 10px;
	}

	#service01 > .mb_cont2 {
		margin-bottom: 25px!important;
	}

	#service01 .cont35 {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	p.logo_service01 {
		margin-bottom: 15px;
	}
	
	h3.service {
		font-size: 24px;
		font-family: 'Kiwi Maru', serif;
		text-align: center;
		line-height: 1.4;
		margin-bottom: 20px;
	}
	
	h3.service span {
		font-size: 36px;
		font-family: 'Sacramento', cursive;
		color: #94cfb4;
		display: block;
		line-height: 1;
	}
	
	h3.service b {
		color: #4AA87D;
		font-weight: 400;
		display: inline-block;
		margin-left: 13px;
	}
	
	#service01 .inner {
		background-color: #fbfffc;
		padding: 30px 30px;
		border-radius: 30px;
	}
	
	#service01 p.point {
		color: #8ccbae;
		font-size: 27px;
		font-family: 'Kiwi Maru', serif;
		margin-bottom: 5px;
	}
	
	#service01 p.point span {
		font-size: 18px;
		display: inline-block;
		margin-right: 3px;
	}
	
	h4.service01 {
		font-size: 21px;
		font-family: 'Kiwi Maru', serif;
		margin-bottom: 15px;
		line-height: 1.7;
	}
	
	p.btn_service01 a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		font-size: 15px;
		color: #333;
		text-align: center;
		padding: 0.5em 1em;
		border: 1px solid #333;
		width: 330px;
	}
}

@media (min-width: 992px) {
	p.logo_service01 {
		margin-bottom: 15px;
	}
	
	h3.service {
		font-size: 24px;
		font-family: 'Kiwi Maru', serif;
		text-align: center;
		line-height: 1.4;
		margin-bottom: 30px;
	}
	
	h3.service span {
		font-size: 36px;
		font-family: 'Sacramento', cursive;
		color: #94cfb4;
		display: block;
		line-height: 1;
	}
	
	h3.service b {
		color: #4AA87D;
		font-weight: 400;
		display: inline-block;
		margin-left: 13px;
	}
	
	#service01 .inner {
		background-color: #fbfffc;
		padding: 30px 30px;
		border-radius: 30px;
	}
	
	#service01 p.point {
		color: #8ccbae;
		font-size: 34px;
		font-family: 'Kiwi Maru', serif;
		margin-bottom: 5px;
	}
	
	#service01 p.point span {
		font-size: 18px;
		display: inline-block;
		margin-right: 3px;
	}
	
	h4.service01 {
		font-size: 21px;
		font-family: 'Kiwi Maru', serif;
		margin-bottom: 15px;
		line-height: 1.7;
	}
	
	p.btn_service01 a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		font-size: 15px;
		color: #333;
		text-align: center;
		padding: 0.5em 1em;
		border: 1px solid #333;
		width: 360px;
	}
}

@media (min-width: 1200px) {
	p.logo_service01 {
		margin-bottom: 15px;
	}
	
	h3.service {
		font-size: 27px;
		font-family: 'Kiwi Maru', serif;
		text-align: center;
		line-height: 1.4;
		margin-bottom: 30px;
	}
	
	h3.service span {
		font-size: 40px;
		font-family: 'Sacramento', cursive;
		color: #94cfb4;
		display: block;
		line-height: 1;
	}
	
	h3.service b {
		color: #4AA87D;
		font-weight: 400;
		display: inline-block;
		margin-left: 13px;
	}
	
	#service01 .inner {
		background-color: #fbfffc;
		padding: 40px 40px;
		border-radius: 30px;
	}
	
	#service01 p.point {
		color: #8ccbae;
		font-size: 40px;
		font-family: 'Kiwi Maru', serif;
		margin-bottom: 10px;
	}
	
	#service01 p.point span {
		font-size: 20px;
		display: inline-block;
		margin-right: 3px;
	}
	
	h4.service01 {
		font-size: 23px;
		font-family: 'Kiwi Maru', serif;
		line-height: 1.4;
		margin-bottom: 20px;
	}
	
	p.btn_service01 a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		font-size: 15px;
		color: #333;
		text-align: center;
		padding: 0.5em 1em;
		border: 1px solid #333;
		width: 360px;
	}
}

.trouble {
	margin-bottom: 100px;
}

.trouble .row .col-md-8 {
	margin: 0 auto;
}

.trouble .inner{
	background-color: #fbfffc;
	padding: 50px 50px;
	border-radius: 30px;
	margin-bottom: 50px;
}

@media (max-width: 767px) {
	.trouble {
		margin-bottom: 50px;
	}
	.trouble .inner{
		padding: 20px 20px;
	}

	.trouble .inner{
		margin-bottom: 20px;
	}

	.trouble .btn_top04 a {
		font-size: 14px;
	}


}

.trouble .inner img {
	max-width: 100%;
}



@media (max-width: 767px) {
	.cont_flow {
		width: 100%;
		margin-bottom: 30px;
		position: relative;
	}

	.cont_flow:after {
		content: "\f0d7";
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
position: absolute;
bottom: -35px;
left: 50%;
font-size: 30px;
transform: translateY(0) translateX(-50%);
color:#6cb0dd;
	}

	.cont_flow:last-child:after {
		content: '';
	}

	.cont_flow > .flex_s {
		flex-direction: row;
	}
	
	.cont_flow p.step {
		font-size: 15px;
		color: #6CB0D9;
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		margin-right: 10px;
	}
	
	.cont_flow p.step span {
		font-size: 20px;
		display: inline-block;
		margin-left: 2px;
	}
	
	.cont_flow h4 {
		font-size:18px;
		font-family: 'Kiwi Maru', serif;
		line-height: 1.4;
	}
	
	.cont_flow p img {
		border-radius: 10px;
	}
	
	.cont_flow p.text {
		font-size: 14px;
		line-height: 1.6;
	}

	.cont_flow p.mb15 {
		margin-bottom: 10px!important;
	}
}

@media (min-width: 768px) {
	.cont_flow {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 15px;
		position: relative;
	}

	.cont_flow:before {
		content: "\f04b";
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
position: absolute;
top: 44%;
left: -9px;
font-size: 18px;
transform: translateY(-50%) translateX(0);
color:#6cb0dd;
	}

	.cont_flow:first-child:before {
		content: '';
	}
	
	.cont_flow:nth-of-type(3n) {
		margin-right: 0;
	}

	.cont_flow > .flex_s {
		flex-direction: column;
	}
	
	.cont_flow p.step {
		font-size: 16px;
		color: #6CB0D9;
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		margin-right: 15px;
	}
	
	.cont_flow p.step span {
		font-size: 21px;
		display: inline-block;
		margin-left: 2px;
	}
	
	.cont_flow h4 {
		font-size: 20px;
		font-family: 'Kiwi Maru', serif;
		line-height: 1.4;
	}
	
	.cont_flow p img {
		border-radius: 10px;
	}
	
	.cont_flow p.text {
		font-size: 14px;
		line-height: 1.6;
	}
}

@media (min-width: 992px) {
	.cont_flow {
		width: 31%;
		margin-right: 3.5%;
		margin-bottom: 20px;
		position: relative;
	}

	.cont_flow:before {
		content: "\f04b";
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
position: absolute;
top: 45%;
left: -11px;
font-size: 21px;
transform: translateY(-50%) translateX(0);
color:#6cb0dd;
	}

	.cont_flow:first-child:before {
		content: '';
	}
	
	.cont_flow:nth-of-type(3n) {
		margin-right: 0;
	}

	.cont_flow > .flex_s {
		flex-direction: column;
	}
	
	.cont_flow p.step {
		font-size: 16px;
		color: #6CB0D9;
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		margin-right: 15px;
	}
	
	.cont_flow p.step span {
		font-size: 23px;
		display: inline-block;
		margin-left: 2px;
	}
	
	.cont_flow h4 {
		font-size: 22px;
		font-family: 'Kiwi Maru', serif;
		line-height: 1.4;
	}
	
	.cont_flow p img {
		border-radius: 10px;
	}
	
	.cont_flow p.text {
		font-size: 15px;
		line-height: 1.8;
	}
}

@media (min-width: 1200px) {
	.cont_flow {
		width: 31%;
		margin-right: 3.5%;
		margin-bottom: 20px;
		position: relative;
	}

	.cont_flow:before {
		content: "\f04b";
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
position: absolute;
top: 40%;
left: -13px;
font-size: 24px;
transform: translateY(-50%) translateX(0);
color:#6cb0dd;
	}

	.cont_flow:first-child:before {
		content: '';
	}
	
	.cont_flow:nth-of-type(3n) {
		margin-right: 0;
	}

	.cont_flow > .flex_s {
		flex-direction: row;
	}
	
	.cont_flow p.step {
		font-size: 20px;
		color: #6CB0D9;
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		margin-right: 15px;
	}
	
	.cont_flow p.step span {
		font-size: 27px;
		display: inline-block;
		margin-left: 2px;
	}
	
	.cont_flow h4 {
		font-size: 24px;
		font-family: 'Kiwi Maru', serif;
		line-height: 1.4;
	}
	
	.cont_flow p img {
		border-radius: 10px;
	}
	
	.cont_flow p.text {
		font-size: 15px;
		line-height: 1.8;
	}
}

@media (max-width: 767px) {
	.cont_staff {
		margin-bottom: 30px;
		padding: 25px;
		display: flex;
		flex-direction: column;
		align-items: center;
		background-color: #fbfffc;
		border-radius: 20px;
	}
	
	.cont_staff .pic {
		width: 100%;
		flex-shrink: 0;
		margin-bottom: 10px;
	}
	
	.cont_staff .pic img {
		border-radius: 10px;
		width: 180px;
	}
	
	.cont_staff p.title {
		font-size: 15px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.2em;
		color: #fff;
		background-color: #7ec7a5;
		width: 100px;
		height: 26px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		margin-bottom: 5px;
	}
	
	.cont_staff p.name {
		font-size: 18px;
		font-family: 'Kiwi Maru', serif;
		letter-spacing: 0.1em;
	}
	
	.cont_staff p.text {
		font-size: 14px;
		line-height: 1.8;
	}

	.cont_staff .cont .mb20 {
		margin-bottom: 10px!important;
	}

	.cont_staff p.kana {
		font-size: 13px;
		font-family: 'Kiwi Maru', serif;
		letter-spacing: 0.1em;
		text-align: center;
	}
	
	.cont_staff p.text {
		font-size: 15px;
		line-height: 1.8;
	}

	table.staff {
		width: 100%;
		margin-top: 5px;
	}

	table.staff th {
		width: 100px;
		font-size: 14px;
		padding: 10px 5px 5px 5px;
		border-bottom: 1px solid #ccc;
	}

	table.staff td {
		font-size: 14px;
		padding: 10px 5px 5px 5px;
		border-bottom: 1px solid #ccc;
		line-height: 1.6;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.cont_staff {
		margin-bottom: 30px;
		padding: 30px;
		display: flex;
		flex-direction: row;
		background-color: #fbfffc;
		border-radius: 20px;
	}
	
	.cont_staff .pic {
		width: 160px;
		flex-shrink: 0;
		margin-right: 30px;
	}
	
	.cont_staff .pic img {
		border-radius: 10px;
	}

	.cont_staff .cont {
		width: 100%;
	}
	
	.cont_staff p.title {
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.2em;
		color: #fff;
		background-color: #7ec7a5;
		width: 100px;
		height: 26px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		margin-right: 20px;
	}
	
	.cont_staff p.name {
		font-size: 20px;
		font-family: 'Kiwi Maru', serif;
		letter-spacing: 0.1em;
	}
	
	.cont_staff p.text {
		font-size: 15px;
		line-height: 1.8;
	}

	.cont_staff .cont .mb20 {
		margin-bottom: 10px!important;
	}

	.cont_staff p.kana {
		font-size: 15px;
		font-family: 'Kiwi Maru', serif;
		letter-spacing: 0.1em;
		margin-left: 30px;
	}
	
	.cont_staff p.text {
		font-size: 16px;
		line-height: 1.8;
	}

	table.staff {
		width: 100%;
		margin-top: 10px;
	}

	table.staff th {
		width: 180px;
		font-size: 15px;
		padding: 10px 5px 5px 5px;
		border-bottom: 1px solid #ccc;
	}

	table.staff td {
		font-size: 15px;
		padding: 10px 5px 5px 5px;
		border-bottom: 1px solid #ccc;
		line-height: 1.6;
	}
}

@media (min-width: 992px) {
	.cont_staff {
		margin-bottom: 30px;
		padding: 30px;
		display: flex;
		flex-direction: row;
		align-items: center;
		background-color: #fbfffc;
		border-radius: 20px;
	}
	
	.cont_staff .pic {
		width: 210px;
		flex-shrink: 0;
		margin-right: 40px;
	}
	
	.cont_staff .pic img {
		border-radius: 10px;
	}

	.cont_staff .cont {
		width: 100%;
	}
	
	.cont_staff p.title {
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.2em;
		color: #fff;
		background-color: #7ec7a5;
		width: 110px;
		height: 26px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		margin-right: 25px;
	}
	
	.cont_staff p.name {
		font-size: 22px;
		font-family: 'Kiwi Maru', serif;
		letter-spacing: 0.1em;
	}

	.cont_staff p.kana {
		font-size: 15px;
		font-family: 'Kiwi Maru', serif;
		letter-spacing: 0.1em;
		margin-left: 30px;
	}
	
	.cont_staff p.text {
		font-size: 16px;
		line-height: 1.8;
	}

	table.staff {
		width: 100%;
		margin-top: 10px;
	}

	table.staff th {
		width: 200px;
		font-size: 15px;
		padding: 10px 5px 5px 5px;
		border-bottom: 1px solid #ccc;
	}

	table.staff td {
		font-size: 15px;
		padding: 10px 5px 5px 5px;
		border-bottom: 1px solid #ccc;
	}
}

@media (max-width: 767px) {
	#access .cont43 {
		background-color: #fbfffc;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 30px 15px;
		border-radius: 10px;
		margin-bottom: 25px;
	}
	
	#access h4 {
		font-size: 21px;
		font-family: 'Kiwi Maru', serif;
		letter-spacing: 0.1em;
		margin-bottom: 15px;
	}
	
	p.text_access {
		font-size: 15px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		color: #ff8800;
		letter-spacing: 0.1em;
		margin-bottom: 15px;
	}
	
	#access p.s15 {
		line-height: 1.8;
		letter-spacing: 0.03em;
	}
	
	table.access {
		width: 100%;
		font-family: 'Kiwi Maru', serif;
		letter-spacing: 0.05em;
		margin-bottom: 0;
	}
	
	table.access th {
		font-size: 15px;
		width: 100px;
		font-weight: normal;
		padding: 7px 5px 7px 5px;
		border-bottom: 1px solid #bed1c5;
	}
	
	table.access td {
		font-size: 15px;
		padding: 7px 5px 7px 5px;
		border-bottom: 1px solid #bed1c5;
	}
}

@media (min-width: 768px) {
	#access .cont43 {
		background-color: #fbfffc;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 50px 30px;
		border-radius: 20px;
	}
	
	#access h4 {
		font-size: 22px;
		font-family: 'Kiwi Maru', serif;
		letter-spacing: 0.1em;
		margin-bottom: 15px;
	}
	
	p.text_access {
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		color: #ff8800;
		letter-spacing: 0.1em;
		margin-bottom: 15px;
	}
	
	#access p.s15 {
		line-height: 1.8;
		letter-spacing: 0.03em;
	}
	
	table.access {
		width: 100%;
		font-family: 'Kiwi Maru', serif;
		letter-spacing: 0.05em;
		margin-bottom: 0;
	}
	
	table.access th {
		font-size: 15px;
		width: 100px;
		font-weight: normal;
		padding: 7px 5px 7px 5px;
		border-bottom: 1px solid #bed1c5;
	}
	
	table.access td {
		font-size: 15px;
		padding: 7px 5px 7px 5px;
		border-bottom: 1px solid #bed1c5;
	}
}

@media (min-width: 992px) {
	#access .cont43 {
		background-color: #fbfffc;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 50px 30px;
		border-radius: 20px;
	}
	
	#access h4 {
		font-size: 24px;
		font-family: 'Kiwi Maru', serif;
		letter-spacing: 0.1em;
		margin-bottom: 15px;
	}
	
	p.text_access {
		font-size: 17px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		color: #ff8800;
		letter-spacing: 0.1em;
		margin-bottom: 15px;
	}
	
	#access p.s15 {
		line-height: 1.8;
		letter-spacing: 0.03em;
	}
	
	table.access {
		width: 100%;
		font-family: 'Kiwi Maru', serif;
		letter-spacing: 0.05em;
		margin-bottom: 0;
	}
	
	table.access th {
		font-size: 15px;
		width: 100px;
		font-weight: normal;
		padding: 7px 5px 7px 5px;
		border-bottom: 1px solid #bed1c5;
	}
	
	table.access td {
		font-size: 15px;
		padding: 7px 5px 7px 5px;
		border-bottom: 1px solid #bed1c5;
	}
}

@media (max-width: 767px) {
	.access_map iframe {
		width: 100%;
		height: 300px;
		border-radius: 10px;
	}
}

@media (min-width: 768px) {
	.access_map iframe {
		width: 100%;
		height: 380px;
		border-radius: 20px;
	}
}

@media (min-width: 992px) {
	.access_map iframe {
		width: 100%;
		height: 400px;
		border-radius: 20px;
	}
}

@media (max-width: 767px) {
	p.btn_map a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 160px;
		height: 40px;
		border: 1px solid #6da88c;
		font-size: 14px;
		margin: 20px auto 0;
		color: #6da88c;
		border-radius: 5px;
	}

	p.btn_map a:before {
		content: "\f3c5";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 8px;
	}
}

@media (min-width: 768px) {
	p.btn_map a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 200px;
		height: 46px;
		border: 1px solid #6da88c;
		font-size: 14px;
		margin: 20px auto 0;
		color: #6da88c;
		border-radius: 5px;
	}

	p.btn_map a:before {
		content: "\f3c5";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 8px;
	}
}


/* menu.html　施術メニュー・料金プラン
=========================================================================== */

@media (max-width: 991px) {
	#menu01, #menu02, #menu03, #menu04, #menu05, #menu06, #menu07, #menu08 {
		margin-top: -95px;
		padding-top: 95px;
	}
}

@media (min-width: 992px) {
	#menu01, #menu02, #menu03, #menu04, #menu05, #menu06, #menu07, #menu08 {
		margin-top: -30px;
		padding-top: 30px;
	}
}


@media (max-width: 767px) {
	.inner_menu00 {
		width: 100%;
		max-width: 360px;
		background-color: #fff;
		border-radius: 30px;
		padding: 50px 25px 20px;
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 60px auto 15px;
	}
	
	h3.menu00 {
		width: 330px;
		height: 56px;
		background-color: #CAE5D3;
		font-size: 19px;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		position: absolute;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		top: -32px;
		z-index: 2;
		max-width: 230px;
		border-radius: 10px;
	}
	
	h3.menu00 span {
		font-size: 14px;
		letter-spacing: 0;
		display: block;
		margin-top: 3px;
	}
	
	.inner_menu00 .cont {
		width: 100%;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		margin-bottom: 0;
	}
	
	.inner_menu00 p.time {
		color: #fff;
		font-size: 21px;
		background-color: #7FC5A5;
		text-align: center;
	}
	
	.inner_menu00 p.time span {
		font-size: 25px;
		display: inline-block;
		margin-right: 3px;
	}
	
	.inner_menu00 p.price {
		color: #FFBF00;
		font-size: 21px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		text-align: center;
	}
	
	.inner_menu00 p.price span {
		font-size: 30px;
		display: inline-block;
		margin-right: 5px;
	}
	
	.inner_menu00 p.s18 {
		font-size: 15px!important;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		text-align: center;
		letter-spacing: 0.05em;
	}

	#menu00 .pic {
		margin: 0 auto;
		max-width: 360px;
	}

	#menu00 .pic2 {
		margin: 15px auto 0;
		width: 160px;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.inner_menu00 {
		width: 100%;
		background-color: #fff;
		border-radius: 30px;
		padding: 50px 55px;
		position: relative;
		margin-top: 100px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	h3.menu00 {
		width: 330px;
		height: 56px;
		background-color: #CAE5D3;
		font-size: 24px;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		text-align: center;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		position: absolute;
		left: 70px;
		top: -32px;
		z-index: 2;
	}
	
	h3.menu00 span {
		font-size: 17px;
		letter-spacing: 0;
	}
	
	.inner_menu00 .cont {
		width: 100%;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		margin-bottom: 20px;
	}
	
	.inner_menu00 p.time {
		color: #fff;
		font-size: 24px;
		background-color: #7FC5A5;
		text-align: center;
	}
	
	.inner_menu00 p.time span {
		font-size: 28px;
		display: inline-block;
		margin-right: 3px;
	}
	
	.inner_menu00 p.price {
		color: #FFBF00;
		font-size: 24px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		text-align: center;
	}
	
	.inner_menu00 p.price span {
		font-size: 36px;
		display: inline-block;
		margin-right: 5px;
	}
	
	.inner_menu00 p.s18 {
		font-size: 16px!important;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		text-align: center;
		letter-spacing: 0.05em;
	}
}

@media (min-width: 992px) {
	.inner_menu00 {
		width: 100%;
		background-color: #fff;
		border-radius: 30px;
		padding: 50px 70px;
		position: relative;
		margin-top: 100px;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	
	h3.menu00 {
		width: 380px;
		height: 64px;
		background-color: #CAE5D3;
		font-size: 30px;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		text-align: center;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		position: absolute;
		left: 70px;
		top: -32px;
		z-index: 2;
	}
	
	h3.menu00 span {
		font-size: 17px;
		letter-spacing: 0;
	}
	
	.inner_menu00 .cont {
		width: 300px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		margin-right: 50px;
	}
	
	.inner_menu00 p.time {
		color: #fff;
		font-size: 26px;
		background-color: #7FC5A5;
		text-align: center;
	}
	
	.inner_menu00 p.time span {
		font-size: 34px;
		display: inline-block;
		margin-right: 3px;
	}
	
	.inner_menu00 p.price {
		color: #FFBF00;
		font-size: 30px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		text-align: center;
	}
	
	.inner_menu00 p.price span {
		font-size: 48px;
		display: inline-block;
		margin-right: 5px;
	}
	
	.inner_menu00 p.s18 {
		font-size: 18px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		text-align: center;
		letter-spacing: 0.05em;
	}
}

@media (max-width: 767px) {
	ul.nav_menu {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin: 30px 0 0;
	}
	
	ul.nav_menu li {
		width: 100%;
		margin-bottom: 10px;
	}
	
	ul.nav_menu li a {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		background-color: #66ab8c;
		font-size: 14px;
		color: #fff;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		padding: 0.5em 1em;
		border-radius: 7px;
	}
	
	ul.nav_menu li a:before {
		content: "\f107";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 10px;
		margin-top: 3px;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	ul.nav_menu {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin: 50px 0 0;
	}
	
	ul.nav_menu li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 15px;
	}
	
	ul.nav_menu li:nth-of-type(2n) {
		margin-right: 0;
	}
	
	ul.nav_menu li a {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		background-color: #66ab8c;
		font-size: 16px;
		color: #fff;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		padding: 0.5em 1em;
		border-radius: 7px;
	}
	
	ul.nav_menu li a:before {
		content: "\f107";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 10px;
		margin-top: 3px;
	}
}

@media (min-width: 992px) and (max-width:1199px) {
	ul.nav_menu {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin: 50px 0 0;
	}
	
	ul.nav_menu li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 15px;
	}
	
	ul.nav_menu li:nth-of-type(2n) {
		margin-right: 0;
	}
	
	ul.nav_menu li a {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		background-color: #66ab8c;
		font-size: 18px;
		color: #fff;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		padding: 0.4em 1em;
		border-radius: 7px;
	}
	
	ul.nav_menu li a:before {
		content: "\f107";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 10px;
		margin-top: 3px;
	}
}

@media (min-width: 1200px) {
	ul.nav_menu {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin: 50px 0 0;
	}
	
	ul.nav_menu li {
		width: 32.5%;
		margin-right: 1.25%;
		margin-bottom: 15px;
	}
	
	ul.nav_menu li:nth-of-type(3n) {
		margin-right: 0;
	}
	
	ul.nav_menu li a {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		background-color: #66ab8c;
		font-size: 18px;
		color: #fff;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		padding: 0.5em 0.5em 0.5em 1em;
		border-radius: 7px;
	}
	
	ul.nav_menu li a:before {
		content: "\f107";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		margin-right: 10px;
		margin-top: 3px;
	}
}

@media (max-width: 767px) {
	h3.menu {
		font-size: 21px;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		letter-spacing: 0.1em;
		margin-bottom: 15px;
		line-height: 1;
		position: relative;
		padding-left: 60px;
	}
	
	h3.menu span {
		color: #A5D7BF;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		font-size: 16px;
		display: block;
		letter-spacing: 0;
		margin-bottom: 10px;
	}

	h3.menu:after {
		content: '';
		display: block;
		background:url(../images/icon_ttl_menu.png) 0 0 /56px 56px no-repeat ;
		width: 56px;
		height: 56px;
		position: absolute;
		top: 55%;
		left: 0;
		transform: translateY(-50%) translateX(0);
	}
	
	.inner_menu {
		background-color: #fff;
		width: 100%;
		padding: 20px 15px 15px 15px;
		margin-bottom: 25px;
		border-radius: 10px;
	}
	
	.inner_menu p.ttl {
		font-size: 15px;
		color: #2CDAA3;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		margin-bottom: 10px;
	}
	
	.inner_menu ul {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	
	.inner_menu ul li {
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		font-size: 15px;
		list-style-type: disc;
		margin-right: 1.5em;
		margin-left: 1.5em;
		margin-bottom: 5px;
		text-indent: -0.4em;
	}
	
	.inner_menu ul li:nth-last-of-type(2) {
		margin-right: 0;
	}
	
	.inner_menu ul li.etc {
		list-style-type: none;
	}
	
	.cont_menu p.text {
		font-size: 15px;
		line-height: 1.6;
	}
	
	.cont_menu {
		width: 100%;
	}
	
	.pic_menu {
		width: 100%;
		margin: 10px 0 0;
	}
	
	.pic_menu img {
		border-radius: 20px;
	}
	
	h4.menu {
		font-size: 18px;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 10px;
		color: #00ab5e;
	}
	
	p.btn_menu a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 240px;
		height: 40px;
		background-color: #333;
		color: #fff;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		font-size: 14px;
		margin: 5px auto 7px;
		position: relative;
		border-radius: 7px;
	}
	
	p.btn_menu a:after {
		content: "\f105";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%) translateX(0);
	}
	
	#menu02 p.btn_menu {
		width: 100%;
	}
	
	#menu02 p.btn_menu a {
		width: 100%;
	}
	
	p.hosoku_green {
		font-size: 17px;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		color: #00ab5e;
		margin: 8px 0 15px;
	}
	
	.inner_menu03 {
		background-color: #fff;
		padding: 20px;
		border-radius: 20px;
	}
	
	p.ttl_menu03 {
		font-size: 17px;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		margin-bottom: 10px;
		border-bottom: 1px solid #a9c5b2;
		padding-bottom: 7px;
	}
	
	p.ttl_menu03 span {
		font-size: 15px;
		margin-left: 30px;
	}

	ul.herb {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	ul.herb li {
		font-size: 15px;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		margin-right: 15px;
		list-style-type: square;
		margin-left: 1.5em;
		text-indent: -0.4em;
	}

	ul.herb li.etc {
		list-style-type: none;
	}
	
	#menu03 p.btn_menu {
		width: 100%;
	}
	
	#menu03 p.btn_menu a {
		width: 100%;
		max-width: 700px;
		margin: 25px auto 0;
	}

	#menu03 .pic_menu {
		margin-bottom: 0;
	}
	
	#menu04 p.btn_menu {
		width: 100%;
	}
	
	#menu04 p.btn_menu a {
		width: 100%;
	}

	#menu04 .pic_menu {
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {
	h3.menu {
		font-size: 25px;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
		line-height: 1.2;
		position: relative;
		padding-left: 70px;
	}

	#menu05 h3.menu {
		font-size: 21.5px;
	}
	
	h3.menu span {
		color: #A5D7BF;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		font-size: 18px;
		display: block;
		letter-spacing: 0;
		margin-bottom: 10px;
	}

	h3.menu:after {
		content: '';
		display: block;
		background:url(../images/icon_ttl_menu.png) 0 0 /66px 66px no-repeat ;
		width: 66px;
		height: 66px;
		position: absolute;
		top: 55%;
		left: 0;
		transform: translateY(-50%) translateX(0);
	}
	
	
	.inner_menu {
		background-color: #fff;
		width: 100%;
		padding: 20px 30px 15px 30px;
		margin-bottom: 25px;
		border-radius: 10px;
	}
	
	.inner_menu p.ttl {
		font-size: 17px;
		color: #2CDAA3;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		margin-bottom: 10px;
	}
	
	.inner_menu ul {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	
	.inner_menu ul li {
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		font-size: 16px;
		list-style-type: disc;
		margin-right: 1.5em;
		margin-left: 1.5em;
		margin-bottom: 5px;
		text-indent: -0.4em;
	}
	
	.inner_menu ul li:nth-last-of-type(2) {
		margin-right: 0;
	}
	
	.inner_menu ul li.etc {
		list-style-type: none;
	}
	
	.cont_menu p.text {
		font-size: 15px;
		line-height: 1.6;
	}
	
	.cont_menu {
		width: 60%;
	}
	
	.pic_menu {
		width: 35%;
		margin-top: 10px;
	}
	
	.pic_menu img {
		border-radius: 20px;
	}
	
	h4.menu {
		font-size: 20px;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 15px;
		color: #00ab5e;
	}
	
	p.btn_menu a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 260px;
		height: 40px;
		background-color: #333;
		color: #fff;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		font-size: 15px;
		margin-top: 15px;
		position: relative;
		border-radius: 7px;
	}
	
	p.btn_menu a:after {
		content: "\f105";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%) translateX(0);
	}
	
	#menu02 p.btn_menu {
		width: 31%;
	}
	
	#menu02 p.btn_menu a {
		width: 100%;
	}
	
	p.hosoku_green {
		font-size: 17px;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		color: #00ab5e;
		margin: 8px 0 15px;
	}
	
	.inner_menu03 {
		background-color: #e2f1e7;
		padding: 20px;
		border-radius: 20px;
	}
	
	p.ttl_menu03 {
		font-size: 17px;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		margin-bottom: 10px;
		border-bottom: 1px solid #a9c5b2;
		padding-bottom: 7px;
	}
	
	p.ttl_menu03 span {
		font-size: 15px;
		margin-left: 30px;
	}

	ul.herb {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	ul.herb li {
		font-size: 15px;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		margin-right: 30px;
		list-style-type: square;
		margin-left: 1.5em;
		text-indent: -0.4em;
	}

	ul.herb li.etc {
		list-style-type: none;
	}
	
	#menu03 p.btn_menu {
		width: 100%;
	}
	
	#menu03 p.btn_menu a {
		width: 100%;
		max-width: 700px;
		margin: 25px auto 0;
	}
	
	#menu04 p.btn_menu {
		width: 48%;
	}
	
	#menu04 p.btn_menu a {
		width: 100%;
	}
}

@media (min-width: 992px) {
	h3.menu {
		font-size: 30px;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
		line-height: 1.2;
		position: relative;
		display: inline-block;
		padding-left: 75px;
	}

	#menu05 h3.menu {
		font-size: 28px;
	}
	
	h3.menu span {
		color: #A5D7BF;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		font-size: 20px;
		display: block;
		letter-spacing: 0;
		margin-bottom: 10px;
	}

	h3.menu:after {
		content: '';
		display: block;
		background:url(../images/icon_ttl_menu.png) 0 0 /66px 66px no-repeat ;
		width: 66px;
		height: 66px;
		position: absolute;
		top: 55%;
		left: 0;
		transform: translateY(-50%) translateX(0);
	}
	
	.inner_menu {
		background-color: #fff;
		width: 100%;
		padding: 25px 30px 20px 30px;
		margin-bottom: 25px;
		border-radius: 10px;
	}
	
	.inner_menu p.ttl {
		font-size: 21px;
		color: #2CDAA3;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		margin-bottom: 10px;
	}
	
	.inner_menu ul {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	
	.inner_menu ul li {
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		font-size: 18px;
		list-style-type: disc;
		margin-right: 1.5em;
		margin-left: 1.5em;
		margin-bottom: 5px;
		text-indent: -0.4em;
	}
	
	.inner_menu ul li:nth-last-of-type(2) {
		margin-right: 0;
	}
	
	.inner_menu ul li.etc {
		list-style-type: none;
	}
	
	.cont_menu p.text {
		font-size: 15px;
		line-height: 1.8;
	}
	
	.cont_menu {
		width: 60%;
	}
	
	.pic_menu {
		width: 35%;
		margin-top: 10px;
	}
	
	.pic_menu img {
		border-radius: 20px;
	}
	
	h4.menu {
		font-size: 24px;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 15px;
		color: #00ab5e;
	}
	
	p.btn_menu a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 300px;
		height: 46px;
		background-color: #333;
		color: #fff;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		font-size: 16px;
		margin-top: 20px;
		position: relative;
		border-radius: 7px;
	}
	
	p.btn_menu a:after {
		content: "\f105";
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%) translateX(0);
	}
	
	#menu02 p.btn_menu {
		width: 31%;
	}
	
	#menu02 p.btn_menu a {
		width: 100%;
	}
	
	p.hosoku_green {
		font-size: 18px;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		color: #00ab5e;
		margin: 10px 0 20px;
	}
	
	.inner_menu03 {
		background-color: #e2f1e7;
		padding: 20px;
		border-radius: 20px;
	}
	
	p.ttl_menu03 {
		font-size: 18px;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		margin-bottom: 10px;
		border-bottom: 1px solid #a9c5b2;
		padding-bottom: 7px;
	}
	
	p.ttl_menu03 span {
		font-size: 15px;
		margin-left: 30px;
	}

	ul.herb {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	ul.herb li {
		font-size: 15px;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		margin-right: 15px;
		list-style-type: square;
		margin-left: 1.5em;
	}

	ul.herb li.etc {
		list-style-type: none;
	}
	
	#menu03 p.btn_menu {
		width: 100%;
	}
	
	#menu03 p.btn_menu a {
		width: 100%;
		max-width: 700px;
		margin: 25px auto 0;
	}
	
	#menu04 p.btn_menu {
		width: 48%;
	}
	
	#menu04 p.btn_menu a {
		width: 100%;
	}
}

@media (min-width: 1200px) {
	ul.herb li {
		font-size: 15px;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		margin-right: 30px;
		list-style-type: square;
		margin-left: 1.5em;
	}
}


/* products.html　商品紹介
=========================================================================== */

@media (max-width: 767px) {
	.text_products {
		font-size: 14px;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		line-height: 1.8;
		word-break: break-all;
		margin-bottom: 40px;
		background-color: #fbfffc;
		padding: 20px;
		border-radius: 20px;
	}
	
	.cont_products {
		width: 100%;
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: 1px solid #91CEB2;
	}
	
	.cont_products .pic {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.cont_products .cont {
		width: 100%;
	}
	
	.cont_products .pic img {
		border-radius: 10px;
	}
	
	.cont_products h3 {
		color: #247853;
		font-size: 17px;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		line-height: 1.4;
		margin-bottom: 10px;
	}
	
	.cont_products p.text {
		font-size: 14px;
		line-height: 1.8;
		letter-spacing: 0.05em;
	}

	.cont_products p.text b {
		display: inline-block;
		margin: 8px 0;
	}
}

@media (min-width: 768px) {
	.text_products {
		font-size: 16px;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		line-height: 2;
		word-break: break-all;
		margin-bottom: 50px;
		background-color: #fbfffc;
		padding: 25px;
		border-radius: 20px;
	}
	
	.cont_products {
		width: 100%;
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: 1px solid #91CEB2;
	}
	
	.cont_products .pic {
		width: 40%;
	}
	
	.cont_products .cont {
		width: 54%;
	}
	
	.cont_products .pic img {
		border-radius: 20px;
	}
	
	.cont_products h3 {
		color: #247853;
		font-size: 19px;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		line-height: 1.4;
		margin-bottom: 10px;
	}
	
	.cont_products p.text {
		font-size: 15px;
		line-height: 1.8;
		letter-spacing: 0.05em;
	}

	.cont_products p.text b {
		display: inline-block;
		margin: 8px 0;
	}
}

@media (min-width: 992px) {
	.text_products {
		font-size: 18px;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		line-height: 2;
		word-break: break-all;
		margin-bottom: 50px;
		background-color: #fbfffc;
		padding: 30px;
		border-radius: 20px;
	}
	
	.cont_products {
		width: 100%;
		padding-bottom: 40px;
		margin-bottom: 40px;
		border-bottom: 1px solid #91CEB2;
	}
	
	.cont_products .pic {
		width: 40%;
	}
	
	.cont_products .cont {
		width: 54%;
	}
	
	.cont_products .pic img {
		border-radius: 16px;
	}
	
	.cont_products h3 {
		color: #247853;
		font-size: 21px;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		letter-spacing: 0.05em;
		line-height: 1.4;
		margin-bottom: 15px;
	}
	
	.cont_products p.text {
		font-size: 16px;
		line-height: 1.8;
		letter-spacing: 0.05em;
	}

	.cont_products p.text b {
		display: inline-block;
		margin: 8px 0;
	}
}


/* information.html　お知らせ・ブログ
=========================================================================== */

@media (max-width: 767px) {
	ul.nav_news {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}

	ul.nav_news li {
		width: 48%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		margin-right: 4%;
		margin-bottom: 10px;
	}

	ul.nav_news li:nth-of-type(2n) {
		margin-right: 0;
	}

	ul.nav_news li a {
		color: #6ABD98;
		font-size: 14px;
		background-color: #fff;
		padding: 0.5em 0.5em;
		border-radius: 30px;
		letter-spacing: 0.1em;
		width: 100%;
		text-align: center;
		word-break: break-all;
	}

	ul.nav_news li.active a {
		background-color: #6ABD98;
		color: #fff;
	}

	ul.nav_news li:hover a {
		background-color: #6ABD98;
		color: #fff;
		opacity: 1;
	}
}

@media (min-width: 768px) {
	ul.nav_news {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 0;
	}

	ul.nav_news li {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		margin-right: 15px;
		margin-bottom: 15px;
	}

	ul.nav_news li a {
		color: #6ABD98;
		font-size: 15px;
		background-color: #fff;
		padding: 0.5em 2em;
		border-radius: 30px;
		letter-spacing: 0.1em;
		min-width: 120px;
		text-align: center;
	}

	ul.nav_news li.active a {
		background-color: #6ABD98;
		color: #fff;
	}

	ul.nav_news li:hover a {
		background-color: #6ABD98;
		color: #fff;
		opacity: 1;
	}
}

@media (min-width: 992px) {
	ul.nav_news {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 0;
	}

	ul.nav_news li {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		margin-right: 15px;
		margin-bottom: 15px;
	}

	ul.nav_news li a {
		color: #6ABD98;
		font-size: 16px;
		background-color: #fff;
		padding: 0.6em 2em;
		border-radius: 30px;
		letter-spacing: 0.1em;
		min-width: 120px;
		text-align: center;
	}

	ul.nav_news li.active a {
		background-color: #6ABD98;
		color: #fff;
	}

	ul.nav_news li:hover a {
		background-color: #6ABD98;
		color: #fff;
		opacity: 1;
	}
}

@media (max-width: 767px) {
	.news {
		width: 100%;
		display: flex;
		flex-direction: column;
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid #DADDE7;
		position: relative;
	}
	
	.news:after {
		content: '';
		display: block;
		width: 100px;
		height: 1px;
		background-color: #7fc6a6;
		position: absolute;
		left: 0;
		bottom: -1px;
	}
	
	.news .info {
		width: 110px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 10px;
		flex-shrink: 0;
	}
	
	.news p.news_date {
		font-family: 'Lexend Mega', sans-serif;
		font-size: 13px;
		letter-spacing: -0.1em;
	}
	
	.news p.news_icon {
		color: #FF2626;
		font-size: 11px;
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
	}
	
	.news .news_ttl {
		font-size: 15px;
		line-height: normal;
		margin-right: auto;
	}
	
	.news_pic {
		width: 90px;
		flex-shrink: 0;
		margin: 10px 0 5px;
	}
	
	.news p.btn_more a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 30px;
		background-color: #7fc6a6;
		color: #fff;
		font-size: 14px;
		font-family: 'Play', sans-serif;
	}
	
	.news p.btn_more a:after {
		content: '';
		display: block;
		width: 5px;
		height: 2px;
		background-color: #fff;
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%) translateX(0);
	}
}

@media (min-width: 768px) {
	.news {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid #DADDE7;
		position: relative;
		padding-right: 80px;
	}
	
	.news:after {
		content: '';
		display: block;
		width: 100px;
		height: 1px;
		background-color: #7fc6a6;
		position: absolute;
		left: 0;
		bottom: -1px;
	}
	
	.news .info {
		width: 110px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-right: 25px;
		flex-shrink: 0;
	}
	
	.news p.news_date {
		font-family: 'Lexend Mega', sans-serif;
		font-size: 13px;
		letter-spacing: -0.1em;
	}
	
	.news p.news_icon {
		color: #FF2626;
		font-size: 11px;
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
	}
	
	.news .news_ttl {
		font-size: 15px;
		line-height: normal;
		margin-right: auto;
	}
	
	.news_pic {
		width: 90px;
		margin: 0 15px;
		flex-shrink: 0;
	}
	
	.news p.btn_more a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 80px;
		height: 34px;
		background-color: #7fc6a6;
		color: #fff;
		font-size: 14px;
		font-family: 'Play', sans-serif;
		position: absolute;
		top: calc(50% - 24px);
		right: 0;
	}
	
	.news p.btn_more a:after {
		content: '';
		display: block;
		width: 5px;
		height: 2px;
		background-color: #fff;
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%) translateX(0);
	}
}

@media (min-width: 992px) {
	.news {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid #DADDE7;
		position: relative;
		padding-right: 110px;
	}
	
	.news:after {
		content: '';
		display: block;
		width: 100px;
		height: 1px;
		background-color: #7fc6a6;
		position: absolute;
		left: 0;
		bottom: -1px;
	}
	
	.news .info {
		width: 120px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-right: 25px;
		flex-shrink: 0;
	}
	
	.news p.news_date {
		font-family: 'Lexend Mega', sans-serif;
		font-size: 14px;
		letter-spacing: -0.1em;
	}
	
	.news p.news_icon {
		color: #FF2626;
		font-size: 11px;
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
	}
	
	.news .news_ttl {
		font-size: 15px;
		line-height: normal;
		margin-right: auto;
	}
	
	.news_pic {
		width: 100px;
		margin: 0 15px;
		flex-shrink: 0;
	}
	
	.news p.btn_more a {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 100px;
		height: 34px;
		background-color: #7fc6a6;
		color: #fff;
		font-size: 14px;
		font-family: 'Play', sans-serif;
		position: absolute;
		top: calc(50% - 24px);
		right: 0;
	}
	
	.news p.btn_more a:after {
		content: '';
		display: block;
		width: 5px;
		height: 2px;
		background-color: #fff;
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%) translateX(0);
	}
}

.photo-ofi {
	height: 0;
	display: block;
	padding-bottom: 80%;
	background-color: #fbfffc;
	overflow: hidden;
	position: relative;
}

.photo-ofi img {
	max-width: inherit;
	max-height: inherit;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	font-family: 'object-fit: scale-down;';
	position: absolute;
	left: 0;
	top: 0;
}

@media (max-width: 767px) {
	div.paging {
		text-align: center;
		margin-top: 30px;
	}

	div.paging span.current,
	div.paging span.paging-text {
		margin: 0px 2px;
		color: #227c44;
		border: 1px solid #227c44;
		display: inline;
		zoom: 1;
		display: inline-block;
		overflow: hidden;
		text-decoration: none;
	}

	div.paging span.paging-text a {
		padding: 3px 5px;
		display: block;
		color: #227c44;
		background-color: #fff;
	}

	div.paging span.current {
		background: #50a570;
		border: 1px solid #227c44;
		color: #fff;
		display: inline;
		zoom: 1;
		padding: 3px 5px;
		text-decoration: none;
		display: inline-block;
		cursor: pointer;
	}

	div.paging span.paging-text a:hover {
		background: #227c44;
		color: #fff;
		text-decoration: none;
		cursor: pointer;
		opacity: 0.8;
	}
}

@media (min-width: 768px) {
	div.paging {
		text-align: center;
		margin-top: 40px;
	}

	div.paging span.current,
	div.paging span.paging-text {
		margin: 0px 2px;
		color: #227c44;
		border: 1px solid #227c44;
		display: inline;
		zoom: 1;
		display: inline-block;
		overflow: hidden;
		text-decoration: none;
	}

	div.paging span.paging-text a {
		padding: 3px 8px;
		display: block;
		color: #227c44;
		background-color: #fff;
	}

	div.paging span.current {
		background: #50a570;
		border: 1px solid #227c44;
		color: #fff;
		display: inline;
		zoom: 1;
		padding: 3px 8px;
		text-decoration: none;
		display: inline-block;
		cursor: pointer;
	}

	div.paging span.paging-text a:hover {
		background: #227c44;
		color: #fff;
		text-decoration: none;
		cursor: pointer;
		opacity: 0.8;
	}
}


/* information_view.html　お知らせ・ブログ詳細
=========================================================================== */

@media (max-width: 767px) {
	.fotorama {
		width: 95%;
		margin: 0 auto 30px;
	}
}

@media (min-width: 768px) {
	.fotorama {
		width: 600px;
		margin: 0 auto 50px;
	}
}

@media (min-width: 992px) {
	.fotorama {
		width: 680px;
		margin: 0 auto 50px;
	}
}

@media (min-width: 1200px) {
	.fotorama {
		width: 780px;
		margin: 0 auto 50px;
	}
}

@media (max-width: 767px) {
	.info_view {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 5px;
	}

	h3.view {
		font-size: 18px;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		padding-bottom: 10px;
		border-bottom: 2px solid #272f2c;
		margin-bottom: 15px;
		line-height: 1.4;
	}

	.info_view p.news_date {
		font-family: 'Lexend Mega', sans-serif;
		font-size: 14px;
		margin-right: 20px;
		letter-spacing: -0.1em;
	}

	.info_view p.news_icon {
		color: #FF2626;
		font-size: 11px;
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
	}

	.cont_view {
		line-height: normal;
		border: 1px solid #acdbba;
		padding: 20px 20px;
		background-color: #fbfffc;
		margin: 20px 0 30px;
	}

	.inner_ba {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		margin: 50px auto 30px;
		position: relative;
	}

	.inner_ba .bf {
		width: 100%;
		position: relative;
		margin-bottom: 60px;
	}

	.inner_ba .bf:before {
		content: 'Before';
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 50px;
		height: 50px;
		background-color: #7fc6a6;
		border-radius: 50%;
		position: absolute;
		font-size: 15px;
		left: -10px;
		top: -35px;
		z-index: 2;
	}

	.inner_ba .af:before {
		content: 'After';
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 60px;
		height: 60px;
		background-color: #7fc6a6;
		border-radius: 50%;
		position: absolute;
		left: -10px;
		top: -35px;
		z-index: 2;
		font-size: 18px;
		color: #fff;
	}

	.inner_ba .af {
		width: 100%;
		position: relative;
	}

	.inner_ba:before {
		content: '';
		display: block;
		background: url(../images/icon_view01_sp.png) 0 0 /30px 32px no-repeat;
		width: 30px;
		height: 32px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
	}

	p.btn_view a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background-color: #7FC6A6;
		width: 70px;
		height: 70px;
		color: #fff;
		border-radius: 50%;
		font-size: 12px;
		margin: 0px auto 0;
	}

	p.btn_view a:before {
		content: '';
		display: block;
		background: url(../images/icon_back.png) 0 0 /24px 25px no-repeat;
		width: 24px;
		height: 25px;
		margin-bottom: 7px;
	}
}

@media (min-width: 768px) {
	.info_view {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 10px;
	}

	h3.view {
		font-size: 21px;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		padding-bottom: 15px;
		border-bottom: 2px solid #272f2c;
		margin-bottom: 15px;
		line-height: 1.4;
	}

	.info_view p.news_date {
		font-family: 'Lexend Mega', sans-serif;
		font-size: 14px;
		margin-right: 20px;
		letter-spacing: -0.1em;
	}

	.info_view p.news_icon {
		color: #FF2626;
		font-size: 11px;
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
	}

	.cont_view {
		line-height: normal;
		border: 1px solid #acdbba;
		padding: 20px 30px;
		background-color: #fbfffc;
		margin: 20px 0 50px;
	}

	.inner_ba {
		width: calc(100% - 40px);
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin: 60px auto 30px;
		position: relative;
	}

	.inner_ba .bf {
		width: 47%;
		position: relative;
	}

	.inner_ba .bf:before {
		content: 'Before';
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 60px;
		height: 60px;
		background-color: #7fc6a6;
		border-radius: 50%;
		position: absolute;
		font-size: 15px;
		left: -25px;
		top: -35px;
		z-index: 2;
	}

	.inner_ba .af:before {
		content: 'After';
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 70px;
		height: 70px;
		background-color: #7fc6a6;
		border-radius: 50%;
		position: absolute;
		left: -25px;
		top: -35px;
		z-index: 2;
		font-size: 18px;
		color: #fff;
	}

	.inner_ba .af {
		width: 47%;
		position: relative;
	}

		/*IE11*/
_:-ms-lang(x)::-ms-backdrop,
.inner_ba .bf {
 width: 41%;
}

	.inner_ba:before {
		content: '';
		display: block;
		background: url(../images/icon_view01.png) 0 0 /30px 28px no-repeat;
		width: 30px;
		height: 28px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
	}

	p.btn_view a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background-color: #7FC6A6;
		width: 80px;
		height: 80px;
		color: #fff;
		border-radius: 50%;
		font-size: 12px;
		margin: 50px auto 0;
	}

	p.btn_view a:before {
		content: '';
		display: block;
		background: url(../images/icon_back.png) 0 0 /24px 25px no-repeat;
		width: 24px;
		height: 25px;
		margin-bottom: 7px;
	}
}

@media (min-width: 992px) {
	.info_view {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 20px;
	}

	h3.view {
		font-size: 24px;
		font-family: 'Kiwi Maru', serif;
		font-weight: 500;
		padding-bottom: 15px;
		border-bottom: 2px solid #272f2c;
		margin-bottom: 15px;
	}

	.info_view p.news_date {
		font-family: 'Lexend Mega', sans-serif;
		font-size: 14px;
		margin-right: 20px;
		letter-spacing: -0.1em;
	}

	.info_view p.news_icon {
		color: #FF2626;
		font-size: 11px;
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
	}

	.cont_view {
		line-height: normal;
		border: 1px solid #acdbba;
		padding: 20px 30px;
		background-color: #fbfffc;
		margin: 20px 0 50px;
	}

	.inner_ba {
		width: calc(100% - 100px);
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin: 80px auto 50px;
		position: relative;
	}

	.inner_ba .bf {
		width: 47%;
		position: relative;
	}

	/*IE11*/
_:-ms-lang(x)::-ms-backdrop,
.inner_ba .bf {
 width: 41%;
}

	.inner_ba .bf:before {
		content: 'Before';
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 70px;
		height: 70px;
		background-color: #7fc6a6;
		border-radius: 50%;
		position: absolute;
		left: -45px;
		top: -45px;
		z-index: 2;
	}

	.inner_ba .af:before {
		content: 'After';
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 80px;
		height: 80px;
		background-color: #7fc6a6;
		border-radius: 50%;
		position: absolute;
		left: -45px;
		top: -45px;
		z-index: 2;
		font-size: 21px;
		color: #fff;
	}

	.inner_ba .af {
		width: 47%;
		position: relative;
	}

	.inner_ba:before {
		content: '';
		display: block;
		background: url(../images/icon_view01.png) 0 0 /34px 32px no-repeat;
		width: 34px;
		height: 32px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
	}

	p.btn_view a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background-color: #7FC6A6;
		width: 90px;
		height: 90px;
		color: #fff;
		border-radius: 50%;
		font-size: 12px;
		margin: 50px auto 0;
	}

	p.btn_view a:before {
		content: '';
		display: block;
		background: url(../images/icon_back.png) 0 0 /24px 25px no-repeat;
		width: 24px;
		height: 25px;
		margin-bottom: 7px;
	}
}


/* お問い合わせ
=========================================================================== */

@media (max-width: 991px) {
	#contact01 {
		margin-top: -95px;
		padding-top: 95px;
	}
}

@media (min-width: 992px) {
	#contact01 {
		margin-top: -30px;
		padding-top: 30px;
	}
}

span.red {
	color: #ff0000;
}

@media (max-width: 767px) {
	table.contact {
		width: 100%;
	}

	table.contact th {
		display: block;
		width: 100%;
		margin-bottom: 5px;
		font-size: 14px;
	}

	table.contact td {
		display: block;
		margin-bottom: 15px;
		font-size: 14px;
	}

	#contact02 form .mb30 {
		margin-bottom: 15px!important;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.bg_contact02 {
		background-color: transparent;
	}

	table.contact {
		width: 100%;
	}

	table.contact th {
		width: 27%;
		padding: 10px 5px 10px 0;
		font-size: 14px;
	}

	table.contact td {
		padding: 10px 10px 10px 10px;
		font-size: 14px;
	}

	table.contact td.bgc {
		width: 130px;
	}
}

@media (min-width: 992px) {
	.bg_contact02 {
		background-color: transparent;
	}

	table.contact {
		width: 100%;
		padding: 10px 0;
	}

	table.contact th {
		width: 27%;
		padding: 10px;
		font-size: 15px;
	}

	table.contact td {
		padding: 10px 10px 10px 10px;
		font-size: 15px;
	}

	table.contact td.bgc {
		width: 130px;
	}
}

@media (min-width: 1200px) {
	table.contact {
		width: 100%;
	}

	table.contact th {
		width: 22%;
		padding: 10px;
	}

	table.contact td {
		padding: 10px 10px 10px 10px;
	}

	table.contact td.bgc {
		width: 130px;
	}
}

table.contact th {
	font-family: 'Kiwi Maru', serif;
	font-weight: 500;
}

table.contact th.must:after {
	content: '必須';
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 20px;
	background-color: #ff0000;
	text-align: center;
	color: #fff;
	font-size: 11px;
	margin-left: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	float: right;
}

/*
table.contact th.any:after {
	content: '任意';
	display: inline-block;
	width: 36px;
	height: 16px;
	background-color: #ececec;
	text-align: center;
	color: #777;
	font-size: 10px;
	line-height: 16px;
	margin-left: 15px;
	float: right;
}
*/

@media (max-width: 767px) {
	table.contact td input.write {
		padding: 0.7em 0.5em;
		width: 100%;
		border-radius: 4px;
		border: 1px solid #ddd;
	}
}

@media (min-width: 768px) {
	table.contact td input.write {
		padding: 0.6em 0.5em;
		width: 100%;
		border: 1px solid #ddd;
		background-color: #fff;
		border-radius: 4px;
	}
}

table.contact td input.form100 {
	width: 100px !important;
}

table.contact td input.form150 {
	width: 150px !important;
}

select {
	padding: 0.3em 0.5em;
}

@media (max-width: 767px) {
	textarea {
		width: 100%;
		padding: 0.7em 0.5em;
		border: 1px solid #ddd;
		background-color: #fff;
	}
}

@media (min-width: 768px) {
	textarea {
		width: 100%;
		padding: 0.6em 0.5em;
		border: 1px solid #ddd;
		background-color: #fff;
	}
}

p.icon01 {
	font-size: 13px;
	color: #fff;
	background-color: #63a11f;
	width: 50px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	border-radius: 10px;
}

p.icon02 {
	font-size: 13px;
	color: #333;
	background-color: #eee;
	border: 1px solid #777;
	width: 50px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	border-radius: 10px;
}

@media (max-width: 767px) {
	h4.privacy {
		font-size: 14px;
		margin-bottom: 10px;
		line-height: 1.6;
		margin-top: 20px;
		font-family: 'Kiwi Maru', serif;
	}
	
	.privacyBox {
		height: 160px;
		overflow: auto;
		overflow-y: scroll;
		font-size: 14px;
		line-height: normal;
		padding: 15px;
		border: solid 1px #C6E3CF;
		border-radius: 4px;
		background-color: #E2F1E7;
	}
	
	p.ttl_privacy {
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 5px;
	}
	
	p.text_privacy {
		font-size: 13px;
		line-height: 1.6;
	}
	
	ul.privacy li {
		list-style-type: decimal;
		margin-left: 20px;
		margin-bottom: 5px;
		font-size: 13px;
	}
	
	p.name_policy {
		text-align: right;
		margin-right: 50px;
		line-height: 1.8;
	}
}

@media (min-width: 768px) {
	h4.privacy {
		font-size: 16px;
		margin-bottom: 10px;
		line-height: 1.6;
		margin-top: 10px;
		font-family: 'Kiwi Maru', serif;
	}
	
	.privacyBox {
		height: 160px;
		overflow: auto;
		overflow-y: scroll;
		font-size: 14px;
		line-height: normal;
		padding: 15px;
		border: solid 1px #C6E3CF;
		border-radius: 4px;
		background-color: #E2F1E7;
	}
	
	p.ttl_privacy {
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 5px;
	}
	
	p.text_privacy {
		font-size: 13px;
		line-height: 1.6;
	}
	
	ul.privacy li {
		list-style-type: decimal;
		margin-left: 20px;
		margin-bottom: 5px;
		font-size: 13px;
	}
	
	p.name_policy {
		text-align: right;
		margin-right: 50px;
		line-height: 1.8;
	}
}

@media (max-width: 767px) {
	p.name_privacy {
		font-size: 13px;
		font-weight: bold;
		text-align: right;
		margin-top: 10px;
	}
}

@media (min-width: 768px) {
	p.name_privacy {
		font-size: 14px;
		font-weight: bold;
		text-align: right;
		margin-right: 50px;
	}
}

@media (max-width: 767px) {
	button.comfirm {
		width: 100%;
		max-width: 240px;
		height: 42px;
		text-align: center;
		background-color: #4A595F;
		color: #ffffff;
		outline: none;
		border: none;
		cursor: pointer;
		font-size: 13px;
		line-height: 42px;
		padding: 0 !important;
		border-radius: 30px;
		font-family: 'Kiwi Maru', serif;
	}

	button.comfirm:hover {
		background-color: #697479;
	}

	.btn_space {
		width: 100%;
		max-width: 240px;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	button.back {
		width: 47%;
		height: 42px;
		text-align: center;
		background-color: #999;
		color: #ffffff;
		outline: none;
		border: none;
		cursor: pointer;
		font-size: 15px;
		line-height: 42px;
		padding: 0 !important;
		display: inline-block;
		margin-right: 4%;
		border-radius: 30px;
		font-family: 'Kiwi Maru', serif;
	}

	button.back:hover {
		background-color: #a7a7a7;
	}

	button.send {
		width: 47%;
		height: 42px;
		text-align: center;
		background-color: #4A595F;
		color: #ffffff;
		outline: none;
		border: none;
		cursor: pointer;
		font-size: 15px;
		line-height: 42px;
		padding: 0 !important;
		display: inline-block;
		border-radius: 30px;
		font-family: 'Kiwi Maru', serif;
	}

	button.send:hover {
		background-color: #697479;
	}
}

@media (min-width: 768px) {
	button.comfirm {
		width: 400px;
		height: 46px;
		text-align: center;
		background-color: #4A595F;
		color: #ffffff;
		outline: none;
		border: none;
		cursor: pointer;
		font-size: 15px;
		line-height: 46px;
		padding: 0 !important;
		border-radius: 30px;
		font-family: 'Kiwi Maru', serif;
	}

	button.comfirm:hover {
		background-color: #697479;
	}

	.btn_space {
		width: 400px;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	button.back {
		width: 180px;
		height: 46px;
		text-align: center;
		background-color: #999;
		color: #ffffff;
		outline: none;
		border: none;
		cursor: pointer;
		font-size: 15px;
		line-height: 46px;
		padding: 0 !important;
		display: inline-block;
		margin-right: 30px;
		border-radius: 30px;
		font-family: 'Kiwi Maru', serif;
	}

	button.back:hover {
		background-color: #a7a7a7;
	}

	button.send {
		width: 180px;
		height: 46px;
		text-align: center;
		background-color: #4A595F;
		color: #ffffff;
		outline: none;
		border: none;
		cursor: pointer;
		font-size: 15px;
		line-height: 46px;
		padding: 0 !important;
		display: inline-block;
		border-radius: 30px;
		font-family: 'Kiwi Maru', serif;
	}

	button.send:hover {
		background-color: #697479;
	}
}

select {
	border: 1px solid #ccc;
}

@media (max-width: 767px) {
	table.contact label {
		font-weight: normal;
	}
}

@media (max-width: 767px) {
	.agreebox label {
		font-size: 13px;
	}
}

@media (max-width: 767px) {
	::-webkit-input-placeholder {
		/* WebKit, Blink, Edge */
		color: #aaa;
		font-size: 13px;
	}

	:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: #aaa;
		font-size: 13px;
	}

	::placeholder {
		/* Others */
		color: #aaa;
		font-size: 13px;
	}

	p.tbl_hosoku {
		font-size: 13px;
		margin-top: 5px;
		color: #555;
	}
}

@media (min-width: 768px) {
	::-webkit-input-placeholder {
		/* WebKit, Blink, Edge */
		color: #aaa;
		font-size: 14px;
	}

	:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: #aaa;
		font-size: 14px;
	}

	::placeholder {
		/* Others */
		color: #aaa;
		font-size: 14px;
	}

	p.tbl_hosoku {
		font-size: 14px;
		margin-top: 5px;
		color: #555;
	}
}

@media (min-width: 992px) {
	::-webkit-input-placeholder {
		/* WebKit, Blink, Edge */
		color: #aaa;
		font-size: 15px;
	}

	:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: #aaa;
		font-size: 15px;
	}

	::placeholder {
		/* Others */
		color: #aaa;
		font-size: 15px;
	}

	p.tbl_hosoku {
		font-size: 14px;
		margin-top: 5px;
		color: #555;
	}
}

.guideFlowFlex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.guideFlow {
    width: 45%;
    margin-right: 3.3%;
    margin-bottom: 20px;
}

.guideFlowFlex .guideFlow:nth-child(even) {
    margin-right: 0%;
}

.guideFlow img {
	width: 100%;
    border-radius: 10px
}

@media (max-width: 767px) {
	.guideFlow {
	    width: 100%;
	    margin-right: 0%;
	    margin-bottom: 20px;
	}
}

.scroll_box {
	height: 1100px;
	overflow-y: scroll;
	padding: 0 25px 0 0;
}

@media (max-width: 767px) {
	.scroll_box {
		height: 400px;
		padding:　0px 20px 0 10px;
	}
}

/* 20240614 */
.center01 {
	justify-content: center !important;
}

.underline {
	text-decoration: underline;
}


h3.menu10 {
	width: 380px;
	height: 64px;
	background-color: #CAE5D3;
	font-size: 30px;
	font-family: 'Kiwi Maru', serif;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-align: center;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.flex_fee_box {
	display: flex;
	justify-content: center;
	align-items: stretch;
	margin: 20px 0 0;
}

.flex_fee_box > li {
	width: 30%;
	background-color: #fff;
	width: 100%;
	padding: 25px 30px 20px 30px;
	margin: 0 1% 25px;
	margin-bottom: 25px;
	border-radius: 10px;
}

.flex_fee_box > li:first-child {
	margin-left: 0px;
}

.flex_fee_box > li:last-child {
	margin-right: 0px;
}

.title_fee {
	font-family: 'Kiwi Maru', serif;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
    padding: 10px 5px;
    color: #ffffff;
    text-align: center;
    background: #ffab28;
    border-radius: 5px;
}

.title_fee.orange {
    background: #ef8949;
}

.title_fee.blue {
    background: #5ebfb8;
}

.title_fee.brown {
    background: #d0aa54;
}

.title_fee .small {
		font-size: 85%;
}

.flex_fee_list {
	padding-left: 0px;
}

.flex_fee_list li {
	font-family: 'Kiwi Maru', serif;
	width: 100%;
	padding:  10px 10px 10px 25px;
	margin: 0 0 0 0;
	border-bottom: 2px dotted #a9c5b2;
	position: relative;
}

.flex_fee_list li::after {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  left: 8px;
  width: 10px;
  height: 5px;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  transform: rotate(-45deg);
}


@media (max-width: 991px) {
	.flex_fee_box {
		flex-wrap: wrap;
		margin-bottom: 0px;
	}
	.flex_fee_box > li {
		width: 100%;
		margin: 0px 0 20px 0;
	}
}

@media (max-width: 768px) {
	h3.menu10 {
		width: 100%;
	}
}

.info {
	line-height: 1.8;
}

.tar {
	text-align: right;
}

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