@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap');

@media screen and (min-width:800px){
	.no-pc{
		display:none!important;
	}
}
@media screen and (max-width:799px){
	.no-sp{
		display:none!important;
	}
}

/* ==============================================
CSS reset
=============================================== */
* ,*:before ,*:after {
	box-sizing:border-box;
	text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
}
html ,body ,div ,p ,span ,iframe ,a ,img ,
h1 ,h2 ,h3 ,h4 ,h5 ,h6 ,
dl ,dt ,dd ,ol ,ul ,li ,
form ,label ,
table ,thead ,tbody ,tfoot ,tr ,th ,td ,
blockquote ,q ,pre ,em ,strong ,
header ,footer ,nav ,article ,section ,aside {
	margin:0;
	padding:0;
	border:0 none;
	vertical-align:baseline;
	font-size:inherit;
	font-weight:inherit;
	font-style:inherit;
	font-family:inherit;
}

html ,body {
	min-height:100%;
	height:100%;
	font-family:'Noto Sans JP',sans-serif;
	line-height:1.6;
	padding:0;
}

a {
	color:inherit;
	text-decoration:none;
	cursor:pointer;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
a.link {
	color:#096;
	text-decoration:underline;
}

@media screen and (min-width:800px){
	a:hover {
		text-decoration:none;
		opacity: 0.85;
	}
}
@media screen and (max-width:799px){
	a.telLink{
		color:#00f;
		text-decoration:underline;
	}
}

img {
	vertical-align:top;
	max-width:100%;
    max-height:100%;
	height:auto;
	display:inline-block;
	border:0 none;
}

ol ,ul ,li {
	list-style:none;
}

header,section,footer{
	max-width: 100%;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

dl,dt,dd{
	display: block;
	margin: 0;
	padding: 0;
}

.ruby {
	position:relative;
	display:inline-block;
	padding-top:0.2em;
}
.ruby > .rt {
	position:absolute;
	top:0.1em;
	left:50%;
	text-align:center;
	transform:translateX(-50%);
	font-size:48%;
	letter-spacing:-0.05em;
	line-height:1;
	white-space:nowrap;
}


/* ============================================
common pc
=============================================== */

.tel-link-a{
	pointer-events: auto;
}

html{
	scroll-behavior: smooth; 
}

body{
	position:relative;
	font-size:16px;
	color:#000;
	background:#fff;
}

main section {
	scroll-margin-top: 120px;
}


@media screen and (max-width:799px){
	main section ,#page-top {
		scroll-margin-top: 4.4em;
	}
}

@media screen and (min-width:800px){
	#bgLayer{
		min-width: 1200px;
		max-width: 1920px;
		width:100%;
		margin:0 auto;	
	}
}

@media screen and (max-width:799px){
	#bgLayer{
		width:480px;
		min-width:480px;
		max-width:480px;
		margin:0 auto;
	}
}

.nopage {
	padding:3em 0 6em;
	text-align:center;
}


.all-center-full{
	width:100%;
	max-width:100%;
	margin:0 auto;
}

.all-center-1550{
	width:1550px;
	max-width:100%;
	margin:0 auto;
}

.all-center-1300{
	width:1300px;
	max-width:100%;
	margin:0 auto;
}

.all-center-1200{
	width:1200px;
	max-width:100%;
	margin:0 auto;
}

.all-center-1100{
	width:1100px;
	max-width:100%;
	margin:0 auto;
}

.all-center-1000{
	width:1000px;
	max-width:100%;
	margin:0 auto;
}

.all-center-900{
	width:900px;
	max-width:100%;
	margin:0 auto;
}

.all-center-800{
	width:800px;
	max-width:100%;
	margin:0 auto;
}

.all-center-500{
	width:500px;
	max-width:100%;
	margin:0 auto;
}

/* ===================================
common sp
==================================== */

@media screen and (max-width:799px){

	.sp-LR15 {
		padding-left:15px !important;
		padding-right:15px !important;
	}
}

/* =================================================================
flex
==================================================================== */

.flex {
	display:flex;
	justify-content:center;
	align-items:center;
}
.flex.left {
	justify-content:flex-start;
}
.flex.right {
	justify-content:flex-end;
}
.flex.between {
	justify-content:space-between;
}
.flex.around {
	justify-content:space-around;
}
.flex.evenly {
	justify-content:space-evenly;
}

.flex.top {
	align-items:flex-start;
}
.flex.bottom {
	align-items:flex-end;
}
.flex.stretch {
	align-items:stretch;
}

.flex.base {
	align-items:baseline;
}

.flex.column {
	flex-direction:column;
}
.flex.rev {
	flex-direction:row-reverse;
}
.flex.column.rev {
	flex-direction:column-reverse;
}

.flex.wrap {
	flex-wrap:wrap;
}

.flex.col2 > * {
	width:calc(100% / 2);
}
.flex.col3 > * {
	width:calc(100% / 3);
}

.flex > .half {
	width:50%;
}
.flex > .full {
	width:100%;
}

.height-inherit > * {
	height:100%;
}
.height-inherit-all * {
	height:100%;
}

/* ====
背景色
======= */

.bg1{
	background-color: #fffeef;
}

.bg2{
	background-color: #ede0cf;
}

.bg3{
	background-color: #fef4ea;
}

.bg4{
	background-color: #e9dccb;
}

.bg5{
	background-color: #f3dfd6;
}

.bg6{
	background-color: #d2a294;
}

.bg7{
	background-color: #ebf2c8;
}

.bg8{
	background-color: #adbbe0;
}

.bg9{
	background-color: #d88b85;
}

/* ===========
common caption
==============*/

.caption1-cover{
	text-align: center;
}

.caption1-ja{
	color: #c4656b;
	font-size: 300%;
	font-weight: bold;
	font-family: "Kaisei Opti", serif;
}

.caption2{
	background-color: #fff;
	border: solid 2px #c17539;
	padding:0;
	border-radius: 2.5em;
	text-align: center;
}

.caption2-text{
	font-size: 250%;
	font-family: "Kaisei Opti", serif;
}
.caption2-small {
	padding-bottom:0.3em;
	font-size: 120%;
	font-family: "Kaisei Opti", serif;
}

@media screen and (max-width:799px){
	.caption1-ja {
		font-size: 230%;
	}

	.caption2-text{
		font-size: 200%;
	}	
}

/* ========
common cta
==========*/

.contents-all-cta .contents-cover{
}

.contents-all-cta .contents{
	text-align: center;
}

.contents-all-cta .img-cover {
	padding:1em;
}

@media screen and (max-width:799px){
	.contents-all-cta .contents.flex{
		flex-direction:column;
	}
	.contents-all-cta .contents.flex.col2 > *{
		width:100%;
	}
}

/* =================
common entry buttton
====================*/

.entry-all{
	margin: 0 auto;
	width: 1100px;
}
.entry-cover {
	flex-grow:1;
	padding:0 0.5em;
}
.entry-cell {
	padding:0 0.5em;
}

.entry {
	background-color: #966;
	box-shadow: 5px 5px 5px 0px #000;
	border-radius:5px;
	padding: 1em 0;
	margin: 0 auto;
}
.entry.line {
	background-color: #093;
}
.entry.tel {
	background-color: #06c;
}

.entry-text-cover {
	text-align: center;
	line-height: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: flex-start;
	padding: 0 0.5em;
}

.entry-text1 {
	color: #fff;
	font-size: 135%;
	letter-spacing: -0.1em;
}

.entry-text1-1 {
	font-size: 150%;
}

@media screen and (min-width:800px){
	.entry:hover {
		transform: translateY(8px);
		box-shadow:0 0 0 0 #3aa;
	}
	.entry-cover.flex.col2 > .entry-cell {
		width:70%;
	}
}
@media screen and (max-width:799px){
	.entry-all{
		padding-bottom: calc(0.6em + env(safe-area-inset-bottom));
		width: 480px;
		max-width:100%;
	}
	
	.entry-all .entry{
		padding:1em 0;
		margin:0;
	}

	.entry:active {
		transform: translateY(8px);
		box-shadow:0 0 0 0 #cb5800;
	}
	
	.entry-text1-1 {
		font-size:100%;
		letter-spacing:0;
	}
	.entry-text1-1 span{
		padding-left:0.2em;
		font-size:80%;
	}
}

/* icon */
.icon-outer{
	padding-top: 1.5em;
}

.icon-cover{
	padding:0 1em;
}

.icon-cover a img{
	width: 4.5em;
}
@media screen and (max-width:799px){
	.icon-outer .caption-wrapper {
		padding-bottom:0.5em;
	}
	.icon-outer .caption1-ja {
		font-size:180%;
	}
}


/* ==================================================
common main
=====================================================*/

.color-under1 {
    font-weight: bold;
    background: linear-gradient(0deg,#fd938b 25%,transparent 25%);
}

.alt-text{
	display: none;
}


.dispaly-none{
	display:none;
}

.link-cap {
	font-size:130%;
}
@media screen and (max-width:799px){
	.link-cap {
		font-size:110%;
		line-height:1.4;
	}
}

.img-waku{
	border: 10px solid #fff;
	box-shadow: 0 0 5px #999;
	outline: solid 2px #c17539;
    border-radius: 5px;
}

.waku{
	padding-top: 4em;
	padding-bottom: 5em;
}

.waku-border1{
	background-color: #fff;
	border: solid 2px #c17539;
	border-radius: 0.5em;
	padding:1em;
	text-align: center;
}

.logo-cover{
	text-align: center;
	align-self: center;
	flex-direction: row-reverse;
}
.logo-sub-text{
	align-self: flex-end;
	padding-bottom: 0.2em;
	font-size: 110%;
}
@media screen and (max-width:799px){
	.logo-cover{
		flex-direction: column;
	}
	.logo-sub-text {
		padding-bottom: 0;
		font-size: 90%;
		line-height: 1;
		padding: 0 0.6em;
	}
}


.logo{
	width: 50px;
}

.logo-text-cover{
	text-align: center;
}

.logo-text{
	width: 320px;
}

.attention-cover{
	padding-top: 2em;
}

.attention{
	font-size: 130%;
	color: #5c472c;
	text-align:center;
}

.arrow::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2em 0 2em 2em;
    border-color: transparent transparent transparent #c17539;
    position: absolute;
    top: 44%;
    left: 2%;
    margin-top: -2em;
    margin-left: -1em;
	animation: 1s animateBlink infinite alternate ease-in;
}

.arrow.double::before {
    left: 2%;
}

.arrow.adjust::before {
	left: -19%;
}

.supplement-cover{
	padding-top: 4em;
}

.supplement{
	text-align: center;
	font-size: 140%;
}

@media screen and (min-width:800px){
	.supplement-cover.xLink .img-cover {
		width:640px;
	}
}
@media screen and (max-width:799px){

	.waku{
		padding-top:3em;
		padding-bottom:3em;
	}

	.img-waku {
		border: 3px solid #fff;
		box-shadow: 5px 5px 5px #999;
	}

	.attention-cover{
		padding-top: 1em;
	}

	.attention{
		font-size: 110%;
		text-indent: -1em;
		padding-left: 1em;
		text-align:left;
	}

	.arrow::before {
		border-width: 1.3em 0 1.3em 1.3em;
		margin-left: 1.1em;
		top: 44%;
		left: -10%;
	}

	.arrow.double::before {
		left: -14%;
	}

	.arrow.adjust::before {
		left: -16%;
	}

	.supplement-cover {
		padding-top: 2em;
	}
	.supplement-cover.xLink .contents {
		padding:0 2em;
	}
	.supplement {
		text-align: left;
		text-indent: -1em;
		padding-left: 1em;
	}
}

/* ==============================================================
sp nav menu ハンバーガーの位置
================================================================= */

#me-b {
	display: none;
}

@media screen and (max-width:799px){
	#me-c {
		position: fixed;
		top:5px;
		left: calc(50% + 240px - 60px - 5px);
		z-index: 100001;
	}
	.me-d {
		position:relative;
		background-color: rgba(255,255,255,1);
		border: solid 2px #cb5800;
		height: 60px;
		width: 60px;
		display: block;
		cursor:pointer;
		border-radius: 0.3em;
	}

	.me-d > span{
		position: absolute;
		top: 50%;
		left: 0;
		right:0;
		display: block;
		height: 4px;
		width: 30px;
		margin:-2px auto 0;
		background-color: #cb5800;
		transition:top,transform 0.3s ease;
		-webkit-transition:top,transform 0.3s ease;
	}

	.me-d > span.me-d1{
		top: calc(50% - 20%);
	}

	.me-d > span.me-d3{
		top: calc(50% + 20%);
	}

/* ==============================================================
sp nav	menu open　クリックした瞬間の動き
================================================================= */

	#me-b ~ #bgLayer {
		transition:all 0.3s ease;
		-webkit-transition:all 0.3s ease;
	}

	#me-b:checked ~ #me-c .me-d > span{
		width: 40px;
	}

	#me-b:checked ~ #me-c .me-d > span.me-d2{
		background-color: rgba(255, 255, 255, 0);
	}

	#me-b:checked ~ #me-c .me-d > span.me-d1{
		transform: rotate(45deg);
		top: calc(50% - 0%);
	}

	#me-b:checked ~ #me-c .me-d > span.me-d3{
		transform: rotate(-45deg);
		top: calc(50% + 0%);
	}
	
	#me-b:checked ~ #spMenu .me-e {
		right: 0;
	}

/* ==============================================================
sp nav	menu　開いている時
================================================================= */

	#spMenu {
		position:relative;
		z-index: 1;
	}
	#spMenu .me-e {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0%;
		right: -110%;
		z-index: 999;
		color: #000;
		transition: all 0.3s;
		-webkit-transition:all 0.3s;
	}

	#spMenu .me-e .me-e-in{
		text-align: center;
		background-color: rgb(255, 248, 220,0.95);
		width: 100%;
		height: 100%;
	}

	#spMenu .me-e .menu-title{
		background-color: #cb5800;
		background-color: #fff;
		color: #fff;
		width: 100%;
		font-size: 160%;
		font-weight: bold;
		line-height: 2.8;
	}

	#spMenu .me-e .nav-ul1-cover{
		width:480px;
		margin:0 auto;
		padding:2em 2.5em 0;
		height: 100%;
	}

	#spMenu .me-e .nav-ul1{
		flex-wrap: wrap;
		border: solid 2px #cb5800;
	}

	#spMenu .me-e .nav-li{
		width: 50%;
		border: solid 2px #cb5800;
	}

	#spMenu .me-e .nav-a{
		padding:0.5em 0.3em 0.5em 0.6em;
		line-height: 1.8;
		display: flex;
		justify-content:space-between;
		align-items:center;
		background-color: #fff;
	}

	#spMenu .me-e .nav-a:after {
		content: "";
		align-self: center;
		margin-left: auto;
		width: 1.2em;
		height: 2em;
		background: url(images/common/arrow.png) 50% 50% no-repeat;
	}

	#spMenu .me-e .nav-a .nav-a-text2 {
		margin-left:auto;
		font-size:110%;
	}

	#spMenu .me-e .logo-cover {
		padding-top: 0.5em;
		width: 360px;
		margin: 0 auto;
	}

	#spMenu .me-e .official-cover {
		padding-top: 0;
	}

	#spMenu .me-e .official {
		font-size: 150%;
		color: #000;
		border-bottom: 1px solid transparent;
		border-bottom: none;
		font-weight: bold;
		-webkit-filter: invert(0);
		filter: invert(0);
	}

	#spMenu .me-e .official-link-img {
		-webkit-filter: brightness(0);
		filter: brightness(0);
		padding-top: 0.3em;
		padding-bottom: 0;
		width: 25px;
	}

	/* スマホ entry buttton */
	#spMenu .entry-cover {
		padding-top: 0.8em;
	}
	
	#spMenu .entry-all .entry{
		margin: 0 auto;
	}
}

/* ==================================
header
================================== */

header{
	position:sticky;
	top:0;
	left:0;
	right:0;
	z-index:10010;
	background-color: rgba(255,255,255,0.95);
}

header .logo-tel-wrapper{
	position:relative;
	z-index:2;
	border-bottom: 1px solid #3d290e;
}

header .logo-tel-cover{
	padding: 0.2em 1em;
}

header .logo img{
	height: 4em;
}

header .tel-cover {
    padding-bottom: 0.2em;
}

header .tel-text{
	font-size: 120%;
	font-weight: bold;
}
header .img-cover{
	width: 50px;
	padding: 0 0.3em;
}

header .tel-number-cover {
	text-align:right;
	font-size: 120%;
	line-height:1.2;
}
header .tel-number {
	font-size: 170%;
	font-weight: bold;
}

@media screen and (max-width:799px){
	header .tel-number-cover {
		font-size: 100%;
	}
}

/* ==
nav
==== */

nav .nav-ul1{
	max-width:1550px;
	margin:0 auto;
}

nav .nav-li{
	flex-grow:1;
	text-align:center;
}

nav .nav-a {
	color: #000;
	line-height: 1.4;
	padding-top: 0.3em;
	padding-bottom: 0.4em;
	display: block;
}

nav .nav-ul1 .nav-a-text1{
	font-size: 130%;
}

nav .nav-ul1 .nav-a-text2{
	font-size:100%;
}

@media screen and (min-width:800px){
	header {
		position:sticky;
		top:0;
		left:0;
		right:0;
		z-index:10000;
		background:rgba(255,255,255,0.95);
		border-bottom: 1px solid #3d290e;
	}

	.nav-li.navMenu12 {
		display:none;
	}

	nav .nav-a {
		padding-top: 0.5em;
		padding-bottom: 0.6em;
	}

	nav .nav-a:hover{
		background-color: #ffecbe;
	}
}

@media screen and (max-width:799px){

	header .logo-tel-wrapper{
		background-color: rgba(255,255,255,0.95);
		border-bottom: 1px solid #cb5800;
	}

	header .logo-tel-cover.flex.bottom {
		height: 4.4em;
		padding:0.4em calc(60px + 5px + 0.2em) 0.4em 0.2em;
		align-items: center;
	}

	header .logo {
		width: 240px;
	}

	header .header-tel {
		padding-top:0;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		white-space: nowrap;
	}

	header .header-button-cover {
		display: block;
		padding-top: 1.5em;
		text-align: center;
	}

	header .header-button{
		font-size: 150%;
		padding: 1em 0;
		display: block;
		border-radius: 50px;
	}

	header .img-cover{
		width: 1.6em;
		padding: 0.2em 0.1em 0;
	}

	header .tel-cover {
		padding-top: 0em;
	}

	header .tel{
		flex-direction: column;
	}

	header .tel-text {
		font-size: 90%;
	}

	header .tel-number {
		font-size: 150%;
	}

	.nav-li.navMenu12 .nav-a-text1 {
		letter-spacing:-2px;
	}

}


/* =============================================
main 
================================================*/
@media screen and (max-width:799px){
	main {
		overflow:hidden;
	}
}


/* ========
section-fv
===========*/

.contents-all-fv .text-cover{
	padding:2em 4em;
	border-bottom: 1px solid #f3d2e1;
}

.contents-all-fv .text-cover::before,
.contents-all-fv .text-cover::after{
	content: "";
	display: block;
	flex-grow:1;
	height:auto;
	border: solid 1px #c75287;
}

.contents-all-fv .text{
	line-height:1.2;
	font-size: 350%;
	color: #c75287;
	text-align: center;
	padding:0 1em;
}

@media screen and (max-width:799px){

	.contents-all-fv .text-cover {
		padding:0.2em 1em;
	}

	.contents-all-fv .text-cover::before,
	.contents-all-fv .text-cover::after{
		content: none;
	}
	.contents-all-fv .text{
		padding:0 2em 0 0;
		font-size: 160%;
	}
}

/*  ===============
section-information
===================*/

.contents-all-information-sns{
	padding-top: 4em;
}

.contents-all-information-sns .contents{
	padding: 0 0.5em;
}

.contents-all-information-sns .contents-wrapper{
	padding: 0 1em;
}


.contents-all-information-sns .img-wrapper{
	background-color: #c99;
	border-radius: 0.5em;
	padding:0.5em 0;
}

.contents-all-information-sns .facebook-block .img-wrapper{
	background-color: #99e;
}

.contents-all-information-sns .img-cover {
    text-align:center;;
}
.contents-all-information-sns .img-cover img {
    height: 50px;
}


.contents-all-information-sns .contents-cover{
	padding-top: 2.5em;
}

@media screen and (max-width:799px){
	.contents-all-information-sns.flex {
		padding-top: 3em;
		flex-direction:column;
		align-items:center;
	}
	.contents-all-information-sns.flex > * + * {
		width:100%;
		padding-top:3em;
	}
}



.instaImages {
	padding:0 0.5em;
	display:flex;
	justify-content:flex-start;
	align-items:stretch;
	flex-wrap:wrap;
}

.instaImages > .instaCell{
	width: calc(100% / 3);
	padding: 0.2em;
}
.instaImages > .instaCell:nth-child(n + 10){
	display:none;
}
.instaImages > .instaCell > a{
	position:relative;
	display:block;
}
.instaImages > .instaCell > a > *{
	display:block;
	width:100%;
	aspect-ratio:1/1;
	object-fit:cover;
}
.instaImages > .instaCell.video > a:after {
	content:"";
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:25%;
	aspect-ratio:1/1;
	background:url(images/icons/instagram_reel_w.png) 50% 50% no-repeat;
	background-size:contain;
	filter:drop-shadow(0 0 3px #666);
	z-index:10;
}
.instaImages > .instaCell > a > span {
	display:none;
}
.instaImages > div.noData {
	width:100%;
	text-align:center;
	padding:3em 0;
	font-size:90%;
	color:#666;
}


.facebook-block .instaImages {
	justify-content:center;
}

/*  ==========
section-about
==============*/

.contents-all-about .contents-cover{
	padding-top: 2em;
}

.contents-all-about .img-wrapper{
	padding-top: 4em;
	text-align: center;
}

.contents-all-about .text {
    font-size: 150%;
    line-height: 2;
	text-align: center;
}

@media screen and (max-width:799px){

	.contents-all-about .img-wrapper{
		padding-top: 2em;
		text-align: center;
	}
	
	.contents-all-about .text {
		font-size: 140%;
		line-height: 1.8;
		text-align: left;
	}
}

/*  ==========
section-sns
==============*/

.twitter-timeline{
	margin: 0 auto;
}

@media screen and (max-width:799px){

	.contents-all-information-sns .contents-cover {
		padding-top: 2em;
	}
}

/*  ==========
section-effect
==============*/

.section-effect .caption-wrapper{
	padding-top: 5em;
}

/* contents-all-effect-image */
.contents-all-effect-image .contents-cover {
    padding-top: 3em;
}

.contents-all-effect-image .contents-cover + .contents-cover{
	padding-top: 7em;
	padding-bottom: 7em;
}

.contents-all-effect-image .contents-cover.adjust{
	padding-top: 0;
	padding-bottom: 0;
}

.contents-all-effect-image .contents{
	text-align: center;
}

.contents-all-effect-image .text{
	font-weight: bold;
}

.contents-all-effect-image .title-cover{
	padding-top: 2.5em;
}

.contents-all-effect-image .title{
	font-size: 200%;
}

.contents-all-effect-image .img-out-cover{
	padding-top:2em;
}

.contents-all-effect-image .img-out .complement-cover{
	width: 550px;
	margin: 0 auto;
}

.contents-all-effect-image .sub-text-cover {
	padding-bottom: 1em;
	border-bottom:solid 5px #e1d2b3;
	width: 90%;
    margin: 0 auto;
}

.contents-all-effect-image .sub-text {
    font-size: 180%;
}

.contents-all-effect-image .img-outer{
	padding-top:2em;
}

.contents-all-effect-image .img-wrapper{
	position: relative;
	padding: 0 3em;
}

.contents-all-effect-image .img-wrapper.adjust{
	position: relative;
	padding: 0 1em;
}

.contents-all-effect-image .img-cover{
	width: 220px;
}

.contents-all-effect-image .text-cover{
	padding-top: 1em;
}

.contents-all-effect-image .text{
	font-size: 160%;
	color: #fff;
	letter-spacing: 0.1em;
	text-indent: -0.1em;
	border-radius: 0.2em;
	padding-bottom: 0.1em;
}

.contents-all-effect-image .complement-cover{
	padding-top: 3.5em;
}

.contents-all-effect-image .complement {
    font-size: 150%;
    text-align: left;
    display: inline-block;
    background-color: #FFDAB3;
    color: #000;
    padding: 1em;
    border-radius: 0.5em;
    box-shadow: 5px 5px 0 0 #bca291;
}

.contents-all-effect-image .complement-cover .complement-img-cover{
	width: 150px;
}

.contents-all-effect-image .complement-cover .complement {
	width: calc(100% - 150px);
	text-align: justify;
}

.contents-all-effect-image .img-out .complement-cover .complement-img-cover{
	width: 138px;
	margin-left: -1px;
}

.contents-all-effect-image .img-out .complement-cover .complement {
	width: calc(100% - 138px);
    height: 355px;
}

.contents-all-effect-image .supplement-wrapper{
	padding-top: 5em;
	padding-bottom:5em;
}

.contents-all-effect-image .supplement-cover{
	padding-top:0;
}

.contents-all-effect-image .attention-cover{
	padding-top: 0;
}

.contents-all-effect-image .attention{
	font-size: 140%;
	text-align: center;
	color: #000;
}

/* contents-all-effect-expectation */
.contents-all-effect-expectation .title{
	text-align: center;
	font-weight: bold;
	font-size: 200%;
}

.contents-all-effect-expectation .contents-cover{
	padding-top: 4em;
}

.contents-all-effect-expectation ul{
	width: 50%;
}

.contents-all-effect-expectation ul li{
    line-height: 1.8;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

.contents-all-effect-expectation ul li div{
	font-size: 150%;
    line-height: 1.8;
	background-color: #e2cca5;
	border-radius: 0.5em;
	width: 100%;
	padding-left: 1em;
}

.contents-all-effect-expectation .img-wrapper{
	padding-top: 3em;
}

@media screen and (max-width:799px){

	.section-effect .caption-wrapper{
		padding-top: 2.5em;
	}

	/* contents-all-effect-image */
	.contents-all-effect-image .contents-cover {
		padding-top: 2em;
	}

	.contents-all-effect-image .contents-cover + .contents-cover,
	.contents-all-effect-image .supplement-wrapper {
		padding-top: 4em;
		padding-bottom: 4em;
	}

	.contents-all-effect-image .contents-cover.adjust {
		padding-top: 0;
		padding-bottom: 0;
	}

	.contents-all-effect-image .img-out-cover{
		flex-direction: column;
	}

	.contents-all-effect-image .img-outer{
		padding-top:2em;
	}

	.contents-all-effect-image .img-out + .img-out{
		padding-top: 2em;
	}

	.contents-all-effect-image .img-cover {
		width: 120px;
	}

	.contents-all-effect-image .complement-cover {
		padding-top: 3em;
	}

	.contents-all-effect-image .complement-cover .complement-img-cover{
		width: 100px;
	}
	
	.contents-all-effect-image .complement-cover .complement {
		width: calc(100% - 100px);
		font-size: 135%;
	}

	.contents-all-effect-image .img-out .complement-cover{
		width: auto;
	}
	
	.contents-all-effect-image .img-out .complement-cover .complement {
		width: calc(100% - 100px);
		height: auto;
	}

	.contents-all-effect-image .supplement {
		font-size: 140%;
	}

	.contents-all-effect-image .attention{
		font-size: 140%;
		text-align: left;
	}

	/* contents-all-effect-expectation */
	.contents-all-effect-expectation {
		padding-top: 3em;
	}

	.contents-all-effect-expectation .contents-cover {
		padding-top: 2em;
	}

	.contents-all-effect-expectation .contents {
		background-color: #e2cca5;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}

	.contents-all-effect-expectation .contents ul {
		width: 50%;
		padding: 0;
	}

	.contents-all-effect-expectation ul li {
		padding: 0;
	}

	.contents-all-effect-expectation ul li div{
		background-color: transparent;
		padding-left: 0.7em;
	}

	.contents-all-effect-expectation ul li div,
	.contents-all-effect-expectation .add > div > div {
		font-size: 115%;
		padding-left: 0.7em;
	}

	.contents-all-effect-expectation .add{
		margin-top:-1px;
		background-color: #e2cca5;
		line-height: 1.8;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
}

/*  ==========
section-recommend
==============*/

/* contents-all-recommend-mirror */
.contents-all-recommend-mirror{
	padding-top: 2em;
}

.contents-all-recommend-mirror .text{
	font-size: 140%;
}

.contents-all-recommend-mirror .contents-cover{
	padding-top: 4em;
}

.contents-all-recommend-mirror .img-cover,
.contents-all-recommend-mirror .ul-wrapper{
	width: 50%;
	padding:0 1em;
}

.contents-all-recommend-mirror .img-cover > img {
    object-fit: cover;
    height: 430px;
    width: 100%;
    object-position: 50% 90%;
}

.contents-all-recommend-mirror .ul-cover{
	padding-top: 0em;
}

.contents-all-recommend-mirror li{
	font-size: 135%;
	line-height: 2;
}

@media screen and (max-width:799px){

	.contents-all-recommend-mirror .contents-cover{
		padding-top: 0;
	}

	.contents-all-recommend-mirror .contents {
		flex-direction: column;
	}

	.contents-all-recommend-mirror .text {
		font-size: 140%;
		line-height: 1.6;
	}

	.contents-all-recommend-mirror .img-cover {
		width: 100%;
		padding: 2em 0 0;
	}

	.contents-all-recommend-mirror .ul-wrapper {
		width: 100%;
	}

	.contents-all-recommend-mirror .ul-cover {
		padding-top: 1em;
		text-align: center;
	}
	
	.contents-all-recommend-mirror ul {
		display: inline-block;
		text-align: left;
	}

	.contents-all-recommend-mirror li {
		font-size: 130%;
		line-height: 1.8;
	}
}

/* ===========
section-flow
==============*/

/* contents-all-schedule */
.contents-all-schedule .title-cover{
	padding-top: 4em;
}

.contents-all-schedule .title,
.contents-all-schedule .time,
.contents-all-flow .title{
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}

.contents-all-schedule .time-cover{
	padding-top: 2em;
}

.contents-all-schedule .time{
	color: #af2b27;
	background:linear-gradient(to right, #ffe9b7,#f0b095);
	background-position:50% 50%;
    background-repeat: no-repeat;
    background-size:auto;
    width: 100%;
    height: auto;
	clip-path: polygon(0 0, 97% 0, 100% 50%, 97% 100%, 0 100%);
}

.contents-all-schedule .schedule-wrapper{
	padding-top: 2em;
}

.contents-all-schedule .schedule-cover{
	width:calc(100% / 7);
	padding-top: 1em;
}

.contents-all-schedule .schedule .img-cover{
	width: 170px;
	padding: 0.5em;
	margin:0 auto;
}

.contents-all-schedule .schedule .img-cover > img{
	border-radius: 0.5em;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.contents-all-schedule .schedule-text {
	position:relative;
	text-align: center;
	font-weight: bold;
}

.contents-all-schedule .text-outer{
	padding: 3em 1em 0;
}

.contents-all-schedule .text-wrapper{
	padding-top: 1em;
	line-height: 2;
}

.contents-all-schedule .text{
	font-size: 150%;
}

.contents-all-schedule .supplement-title-cover{
	padding-top: 3em;
}

.contents-all-schedule .supplement-title{
	font-size: 180%;
	text-align: center;
}

.contents-all-schedule .supplement-cover{
	padding-top: 1.5em;
}

.contents-all-schedule .supplement {
    font-size: 130%;
}

.contents-all-schedule .attention-cover{
	padding-top: 1.5em;
}

/* contents-all-flow */
.contents-all-flow{
	padding-top: 0;
}

.contents-all-flow .contents-cover{
	padding-top: 5em;
}

.contents-all-flow .contents-cover + .contents-cover{
	padding:9em 0 0;
	position: relative;
}

.contents-all-flow .contents.waku-border1{
	padding: 2em 1em;
}

.contents-all-flow .step-number,
.contents-all-flow .step,
.contents-all-flow .number{
	line-height: 1;
}

.contents-all-flow .step-number{
    width: 180px;
}

.contents-all-flow .arrow::before{
    border-width: 3em 2.5em 0;
    border-color:#c17539  transparent  transparent transparent;
    top: 0;
    left: 50%;
    margin-top: 3.5em;
    margin-left: -2.5em;
}

.contents-all-flow .text-wrapper,
.contents-all-flow .img-cover {
    padding: 0 1em;
}

.contents-all-flow .text-wrapper{
	width: 60%;
}

.contents-all-flow .img-cover {
	width: 40%;
}

.contents-all-flow .text-cover {
	padding-top: 1.5em;
}

.contents-all-flow .text {
	font-size: 130%;
	line-height: 2;
	text-align: left;
}

/* contents-all-self */
.contents-all-self{
	padding-top: 3em;
}

.contents-all-self .title-cover{
	padding-top: 2em;
}

.contents-all-self .title{
	font-size: 200%;
	text-align: center;
}

.contents-all-self .text-cover{
	padding-top: 2em;
	text-align: center;
}

.contents-all-self .text{
	font-size: 135%;
	line-height: 1.8;
}


@media screen and (min-width:800px){
	.contents-all-schedule .schedule-cover + .schedule-cover .schedule-text:before {
		content:"";
		position:absolute;
		top:50%;
		left:0;
		display:block;
		width:1.3em;
		aspect-ratio:1/1;
		background:url(images/common/arrow-time.png) 50% 50% no-repeat;
		background-size:100%;
		transform:translate(-50% ,-50%);
	}
}
@media screen and (max-width:799px){

	/* contents-all-schedule */
	.contents-all-schedule .title-cover {
		padding-top: 1em;
	}

	.contents-all-schedule .title,
	.contents-all-flow .title{
		font-size: 180%;
	}

	.contents-all-schedule .schedule-wrapper {
		flex-wrap: wrap;
		justify-content: center;
	}

	.contents-all-schedule .schedule-cover {
		padding-top: 0em;
		position: relative;
		width: 40%;
	}

	.contents-all-schedule .schedule-cover.three {
		width: calc(100% / 3);
	}

	.contents-all-schedule .schedule-cover.pd-top {
		padding-top: 4em;
	}

	.arrow-schedule:before,
	.arrow-schedule:after{
		content: "";
		position: absolute;
		width: 3em;
		height: 4em;
		background: url(images/common/arrow-common.png);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 100%;
		transform: translateX(-50%) rotate(90deg);
		left: 50%;
	}

	.arrow-schedule:before{
		top: 0em;
	}

	.arrow-schedule:after{
		bottom: -30%;
	}

	.contents-all-schedule .schedule{
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
	}
		
	.contents-all-schedule .schedule .img-cover {
		width: 100px;
	}

	.contents-all-schedule .schedule-text-cover {
		width: auto;
	}

	.contents-all-schedule .schedule-text {
		background: none;
		font-size: 125%;
		white-space: nowrap;
	}

	.contents-all-schedule .text-wrapper{
		text-align: left;
		line-height: 1.6;
	}

	.contents-all-schedule .text {
		font-size: 140%;
	}

	/* contents-all-flow */
	.contents-all-flow .contents-cover {
		padding-top: 3em;
	}

	.contents-all-flow .contents{
		flex-direction: column;
		padding: 2em 2em !important;
	}

	.contents-all-flow .text-wrapper,
	.contents-all-flow .img-cover {
		padding: 0;
	}

	.contents-all-flow .text-wrapper {
		width: 100%;
	}

	.contents-all-flow .step-number {
		width: 170px;
	}

	.contents-all-flow .text-cover{
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}

	.contents-all-flow .text {
		line-height: 1.7;
	}

	.contents-all-flow .img-cover {
		padding-top:1em;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}

	/* contents-all-self */
	.contents-all-self .text-cover {
		padding-top: 1em;
	}

	.contents-all-self .text-cover{
		text-align: left;
	}
}

/*  ==========
section-voice
==============*/

.contents-all-voice {
    padding-top: 3em;
}

.contents-all-voice .contents-cover + .contents-cover{
	padding-top:3em;
}

.contents-all-voice .contents{
	background-color: #fef2e2;
	padding: 2em;
	border-radius: 0.5em;
}

.contents-all-voice .img-cover{
	width:20%;
}

.contents-all-voice .img-cover > img{
	border-radius: 50%;
}

.contents-all-voice .age-cover {
    padding-top: 0.5em;
    text-align: center;
}

.contents-all-voice .age {
    font-size: 150%;
}

.contents-all-voice .text-cover{
	width: 80%;
	padding-left: 2em;
}

.contents-all-voice .text{
	font-size: 135%;
	line-height: 1.6;
}

@media screen and (max-width:799px){

	.contents-all-voice {
		padding-top: 0;
	}

	.contents-all-voice .contents-cover{
		padding-top:3em;
	}

	.contents-all-voice .contents-cover + .contents-cover{
		padding-top:3em;
	}

	.contents-all-voice .contents{
		flex-direction: column;
		padding: 1.5em;
	}

	.contents-all-voice .img-cover{
		width:30%;
		padding-right: 0;
	}
	
	.contents-all-voice .text-cover{
		width: 100%;
		padding-top: 1em;
		padding-left: 0;
	}

	.contents-all-voice .text {
		font-size: 140%;
	}
}

/*  ==========
section-price
==============*/

.contents-all-price{
	text-align: center;
}

.contents-all-price .caution-cover{
	padding-top: 0;
}

.contents-all-price .caution{
	font-size: 150%;
}

.contents-all-price .attention-cover {
	padding-top: 0.5em;
}

.contents-all-price .title-cover{
	padding-top: 3em;
}

.contents-all-price .title{
	font-size: 170%;
	text-align: center;
}

.contents-all-price .text-cover{
	padding-top: 3em;
}

.contents-all-price .text{
	font-size: 135%;
	line-height: 2.5;
}

.contents-all-price .attention-cover{
	padding-top: 1em;
}

@media screen and (max-width:799px){

	.contents-all-price .text {
		text-align: left;
		line-height: 1.6;
	}
}

/* ========
price table
===========*/

.contents-all-price .table-cover{
	margin:0 auto;
	width: 850px;
	max-width:100%;
	padding:2em 0;
}

.contents-all-price .table1{
	width:100%;
	border-collapse: separate;
	border-spacing:0.5em;
	font-weight: bold;
	white-space: nowrap;
	text-align:center;
}

.contents-all-price th,
.contents-all-price td{
	vertical-align: middle;
	border-radius: 0.5em;
}
.contents-all-price th.cate > span > span{
	background-color: #c8a882;
	border-radius: 0.5em;
}
.contents-all-price td.head{
	background-color: #ffa07a;
}
.contents-all-price td.price{
	background-color: #da9a9a;
	text-align: right;
}

.contents-all-price th > span,
.contents-all-price td > span{
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	width: 100%;
	color: #222;
}

.contents-all-price th > span > span,
.contents-all-price td > span > span{
	width: 100%;
	padding: 0.5em 0;
}
.contents-all-price td > span > span > small{
	font-size:60%;
	font-weight:normal;
}

.contents-all-price th span > span{
	font-size: 200%;
}

.contents-all-price td span > span{
	font-size: 170%;
}
.contents-all-price td.price span > span{
	padding-right:1em;
}

.contents-all-price .notes{
	font-size: 130%;
	padding: 0.5em 0 1.5em;
}
.contents-all-price .notes > span {
	line-height:1.5;
	font-weight:500;
	text-align: left;
}

.contents-all-price .option td > span {
	line-height:1.5;
}
.contents-all-price .option td.head span > span {
	font-size: 140%;
}

@media screen and (max-width:799px){

	.contents-all-price .table-cover {
		padding-top: 0;
	}

	.contents-all-price th > span {
		padding-top: 1.5em;
	}
	.contents-all-price td span > span {
		font-size:160%;
	}

	.contents-all-price .title-cover {
		padding-top: 2em;
	}

	.contents-all-price .notes{
		font-size: 110%;
	}

	.contents-all-price .option td.head span > span {
		font-size: 120%;
	}
	.contents-all-price .option td.price span > span {
		text-align:center
	}
}

/* ==============================
section-introduction
=================================*/

.contents-all-introduction .contents-cover{
	padding-top: 3em;
}

.contents-all-introduction .contents-cover + .contents-cover{
	padding-top: 3em;
}

.contents-all-introduction .contents{
	padding: 2em;
}

.contents-all-introduction .img-cover{
	width: 150px;
}

.contents-all-introduction .img-cover > img{
	object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
	border-radius: 0.3em;
}

.contents-all-introduction .text-wrapper{
	padding-left: 2em;
	width: calc(100% - 150px);
}

.contents-all-introduction .name-cover {
	padding-left:1em;
    border-bottom: solid 1px #000;
}

.contents-all-introduction .name{
	padding-bottom:0.2em;
	line-height:1.1;
	font-size: 220%;
	text-align:left;
}

.contents-all-introduction .text-cover{
	padding-top: 0.5em;
	padding-left:1em;
}

.contents-all-introduction .text{
	line-height:1.5;
	font-size: 150%;
	text-align: left;
}

@media screen and (max-width:799px){

	.contents-all-introduction .contents {
		padding: 0.8em;
	}

	.contents-all-introduction .text-wrapper {
		padding-left: 1em;
	}
	.contents-all-introduction .name-cover {
		padding-left: 0.5em;
	}
	.contents-all-introduction .name {
		font-size: 200%;
	}
	.contents-all-introduction .text-cover{
		padding-left: 0;
	}
	.contents-all-introduction .text {
		padding-left:1em;
		padding-right: 0.3em;
		line-height:1.3;
		font-size: 120%;
		text-align: justify;
	}
	.contents-all-introduction .text p {
		text-indent:-1em;
	}
	.contents-all-introduction .text p + p {
		padding-top:0.3em;
	}
	.contents-all-introduction .text p:before {
		content:"・";
	}
}

/* ==============================
section-question
=================================*/

.contents-all-question{
	padding-top: 3em;
}

.contents-all-question .contents-wrapper{
	padding: 1em 3em 2em;
	color: #fff;
	text-shadow: 1px 2px 1px #666,1px 2px 1px #666;
}

.contents-all-question .contents-wrapper:nth-child(n+2){
	border-top:dotted 10px #ffa07a;
}

.contents-all-question .contents-wrapper:last-child{
	border-bottom:dotted 10px #ffa07a;
}

.contents-all-question .contets-cover{
	padding-top: 1em;
	cursor: pointer;
}

.contents-all-question h3.contets-cover{
	padding:1em 2em;
}

.contents-all-question p.contets-cover{
    display: none;
    width: 100% !important;
    padding-left: 0em !important;
    padding-right: 0em !important;
}

.contents-all-question .contets-cover:nth-child(2n+1){
	background-color: #ffa07a;
	border-radius: 0.5em;
}

.contents-all-question .contets-cover:nth-child(2n) .contents{
	background-color: #6a8;
	border-radius: 0.5em;
	width: 100% !important;
	padding:1em 2em;
}

.contents-all-question .q-a{
	font-size: 260%;
	padding-bottom: 0.1em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contents-all-question .text-cover{
	width: 100%;
	align-self: center;
    padding-left: 1.2em;
}

.contents-all-question .text{
    line-height: 1.6;
}

.contents-all-question .contets-cover:nth-child(2n+1) .text{
	font-size: 190%;
}

.contents-all-question .contets-cover:nth-child(2n) .text{
	font-size: 130%;
	text-align: justify;
	display: block;
}

.contents-all-question h3.open:after {
    content: "CLOSE ▲";
}

.contents-all-question h3:after {
    content: "OPEN ▼";
    font-size: 110%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.5;
}

@media screen and (max-width:799px){

	.contents-all-question{
		padding-top: 1em;
	}

	.contents-all-question .contents-wrapper {
		padding: 1.5em 0 1.5em;
	}

	.contents-all-question .contents-wrapper:nth-child(n+2){
		border-top:dotted 8px #ffa07a;
	}
	
	.contents-all-question .contents-wrapper:last-child{
		border-bottom:dotted 8px #ffa07a;
	}
	
	.contents-all-question h3.contets-cover {
		padding:1em 0 1em 1em;
	}

	.contents-all-question h3:after {
		padding-right: 1em;
	}

	.contents-all-question .contets-cover:nth-child(2n+1) {
		padding-right:0;
	}

	.contents-all-question .contets-cover:nth-child(2n) {
		width: 100% !important;
	}

	.contents-all-question .contets-cover:nth-child(2n) .contents {
		padding: 1em 1em;
	}

	.contents-all-question .text-cover {
		padding-left: 0.7em;
	}

	.contents-all-question .text{
		padding: 0;
	}

	.contents-all-question .contets-cover:nth-child(2n+1) .text{
		font-size: 140%;
	}
	
	.contents-all-question .contets-cover:nth-child(2n) .text{
		font-size: 130%;
	}
}

/*  ========
section-news
============*/

/*  =====
newsList
=========*/

ul.newsList {
	margin:3em 1em 1em;
	padding:0.5em 1em;
	border:#ccc;
	box-shadow:0 0 3px #999 inset;
	line-height:1.6;
	background-color: #fff;
}

ul.newsList li.newsInfo .newsInner {
	border-bottom:5px dotted #ffc034;
}
ul.newsList li.newsInfo:last-child .newsInner {
	border-bottom:0 none;
}

ul.newsList li.newsInfo .newsInner > h3.flex {
	padding:1em 0.5em;
	display: flex;
	justify-content:flex-start;
	align-items: center;
	cursor:pointer;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}

ul.newsList li.newsInfo .newsInner > h3.flex > span:nth-child(1) {
	width:12em;
	font-size:100%;
	text-align:right;
	padding-right:1em;
	color: #000;
	font-weight: bold;
}
ul.newsList li.newsInfo .newsInner > h3.flex > span:nth-child(2) {
	margin-right:auto;
}
ul.newsList li.newsInfo .newsInner > h3.flex:after {
	content:"▲記事を閉じる";
	margin-left:auto;
	font-size:100%;
	text-align:right;
	color: #000;
}

/* news top */
ul.newsList li.newsInfo.newmark .newsInner h3 > span:nth-child(1):before {
	content:"NEW";
	font-size:90%;
	font-weight:bold;
	color:#c00;
	padding-right:1em;
	-webkit-animation:1.5s animateBlink infinite alternate linear;
	animation:1.5s animateBlink infinite alternate linear;
}

/* open */
ul.newsList li.newsInfo .newsInner:not(.off) {
	background-color: rgb(255, 192, 52,0.2);
}

ul.newsList li.newsInfo .newsInner.off > h3.flex:after {
	content:"▼記事を開く";
}

ul.newsList li.newsInfo .newsInner .description {
	display:none;
	width:100% !important;
	padding-top:1.5em;
	padding-bottom:1.5em;
	padding-left:1.5em !important;
	padding-right:1.5em !important;
	overflow:hidden;
	border-top:5px dotted #ffc034;
}
ul.newsList li.newsInfo .newsInner .description > div.flex {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-direction:row-reverse;
}

ul.newsList li.newsInfo .newsInner .description > div.flex .text {
	flex-grow:1;
	padding:0 1em;
}

.newsLinkButton {
	padding:0.5em 0.5em 0;
	text-align:right;
}

@media screen and (min-width:800px) {

	ul.newsList li.newsInfo .newsInner .description > div.flex .image {
		min-width:30%;
		max-width:30%;
		padding-left:20px;
	}
}

@media screen and (max-width:799px) {

	.section-news .waku{
		padding-bottom: 0;
	}

	ul.newsList {
		margin:2em 1em 3em;
	}

	ul.newsList li.newsInfo .newsInner > h3.flex:active {
		background-color: #ffc034;
	}
	
	ul.newsList li.newsInfo .newsInner > h3.flex {
		padding:5px;
		flex-wrap:wrap;
	}
	ul.newsList li.newsInfo .newsInner > h3.flex > span {
		line-height:1.6;
	}
	ul.newsList li.newsInfo .newsInner > h3.flex > span:nth-child(1) {
		width:100%;
		text-align:left;
	}
	ul.newsList li.newsInfo.c0 .newsInner h3 > span:nth-child(1):before {
		padding-right:0.5em;
	}
	ul.newsList li.newsInfo .newsInner > h3.flex > span:nth-child(2) {
		padding-left:0.5em;
	}
	ul.newsList li.newsInfo .newsInner .description {
		padding-left:1em !important;
		padding-right:1em !important;
	}

	ul.newsList li.newsInfo .newsInner .description > div.flex {
		flex-direction:column;
	}
	ul.newsList li.newsInfo .newsInner .description > div.flex .image {
		width:80%;
		padding:0;
		margin:0 auto 20px;
		text-align:center;
	}
	ul.newsList li.newsInfo .newsInner .description > div.flex .text {
		width:100%;
	}
}

/* ==================================
section-access
================================== */

.access-map-cover{
	padding-top: 2em;
}

.access-iframe{
	height: 550px;
	width: 100%;
}

.access-table-outer{
	padding-top: 1.5em;
	text-align: center;
}

.access-table-wrapper{
	display: inline-block;
}

.access-table-cover{
	padding-top: 1em;
}

.access-table{
	border-collapse: collapse;
	margin: 0 auto;
}

.access-table th ,
.access-table td {
	padding:0.5em;
}

.access-th ,
.access-td {
	font-size: 160%;
	padding-top: 0.5em;
	display: block;
}

.access-th{
	padding-right: 2em;
	text-align: right;
	color: #c4656b;
}

.access-td{
	text-align: left;
}

.access-number{
	line-height:1.3;
}


@media screen and (max-width:799px){
	
	.access-map-cover > iframe{
		height: 450px;
		width: 100%;
	}

	.access-text {
		font-size: 140%;
	}

	.access-table th ,
	.access-table td {
		padding:0.5em 0;
	}

	.access-th,
	.access-td{
		font-size: 120%;
		font-weight: bold;
		padding-top: 0.3em;
		display: block;
	}

	.access-th{
		white-space: nowrap;
		padding-right: 1em;
	}
}

/* ==============================
section-contact
=================================*/

.access-map-waku{
	padding-top: 3em;
}

.contents-all-access2 .access-map-cover,
.contents-all-access2 .access-table-outer{
	padding: 0 1em;
	width: 50%;
}

.contents-all-access2 .access-map-cover .access-iframe{
	width: 600px !important;
}

@media screen and (max-width:799px){

	.access-map-waku {
		padding-top: 0em;
	}
}

/* ==========================================================
concept 別ページ
============================================================= */
/* ==============================
concept 別ページ section-concept-fv
=================================*/

/* ==============================
concept 別ページ section-concept
=================================*/

.contents-all-concept .text-cover{
	padding-top:2em;
}

.contents-all-concept .text{
	text-align: center;
	font-size: 135%;
	line-height: 2.5;
}

.contents-all-concept .contents-cover + .contents-cover{
    padding-top: 3em;
}

.contents-all-concept .img-cover{
	text-align: center;
}

@media screen and (max-width:799px){

	.contents-all-concept .contents-cover + .contents-cover {
		padding-top: 2em;
	}

	.contents-all-concept .text-cover{
		padding-top: 1.5em;
	}

	.contents-all-concept .text{
		line-height: 1.7;
		text-align: left;
	}
}

/* ==============================
concept 別ページ section-feature
=================================*/

/* contents-all-feature-image */
.contents-all-feature-image .contents-cover{
	padding-top: 3em;
}

.contents-all-feature-image .img-outer{
	padding: 0 0.5em;
}

.contents-all-feature-image .caption2-text{
	font-size: 200%;
}

.contents-all-feature-image .img-wrapper {
    padding: 3em 1em 0;
}

.contents-all-feature-image .img-text-cover {
	background-position: 50% 50%;
	background-repeat: no-repeat;
    background-size:auto 100%;
    height: 270px;
    width: 350px;
}

.contents-all-feature-image .img-outer:nth-child(1) .img-text-cover{
	background-image: url(images/common/AdobeStock_521540487.jpeg);
	background-position: 90% 50%;
}

.contents-all-feature-image .img-outer:nth-child(2) .img-text-cover{
	background-image: url(images/common/AdobeStock_124456097.jpeg);
	background-position: 50% 50%;
}

.contents-all-feature-image .img-outer:nth-child(3) .img-text-cover{
	background-image: url(images/common/28889135_s.jpg);
}

.contents-all-feature-image .text-cover {
    padding-top: 0.5em;
}

.contents-all-feature-image .text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 150%;
	text-align: center;
}

/* contents-all-feature-difference */
.contents-all-feature-difference .contents-cover{
	padding-top: 6em;
}

.contents-all-feature-difference .caption1-ja{
	color: #7c914c;
}

.contents-all-feature-difference .img-wrapper{
	padding-top: 3em;
}

.contents-all-feature-difference .text-cover{
	padding-top: 3em;
}

.contents-all-feature-difference .text{
	text-align: center;
	font-size: 135%;
	line-height: 2;
}

@media screen and (max-width:799px){

	/* .contents-all-feature-image */
	.contents-all-feature-image .contents-cover {
		padding-top: 2em;
	}

	.contents-all-feature-image .img-out {
		flex-direction: column;
	}

	.contents-all-feature-image .img-outer + .img-outer{
		padding-top: 2.5em;
	}

	.contents-all-feature-image .img-wrapper {
		padding: 2em 2em 0;
	}

	.contents-all-feature-image .text-cover {
		padding-top: 1em;
	}

	/* contents-all-feature-difference */
	.contents-all-feature-difference .contents-cover {
		padding-top: 3em;
	}

	.contents-all-feature-difference .caption1-ja {
		color: #7c914c;
		line-height: 1.3;
	}

	.contents-all-feature-difference .text-cover {
		padding-top: 2em;
	}

	.contents-all-feature-difference .text {
		text-align: left;
		line-height: 1.8;
	}

	.contents-all-feature-difference .img-wrapper {
		padding-top: 2em;
	}
}

/* ==============================
concept 別ページ section-merit
=================================*/

.contents-all-merit .contents-cover{
	padding-top: 3em;
}

.contents-all-merit .contents-cover + .contents-cover{
	padding-top: 5em;
}

.contents-all-merit .caption1-ja{
	font-size: 200%;
	display: inline-block;
	color: #2f5a2a;
	border-bottom:solid 2px #2f5a2a;
}

.contents-all-merit .contents{
	padding-top: 3em;
}

.contents-all-merit .text-wrapper{
	width: 60%;
	padding-right: 3em;
}

.contents-all-merit .text{
	line-height: 2;
	font-size: 120%;
}

.contents-all-merit .img-cover{
	width: 40%;
}

@media screen and (max-width:799px){

	.contents-all-merit .caption1-ja {
		font-size: 165%;
		width: 100%;
	}

	.contents-all-merit .contents-cover {
		padding-top: 2em;
	}

	.contents-all-merit .contents-cover + .contents-cover {
		padding-top: 3em;
	}

	.contents-all-merit .contents {
		flex-direction: column-reverse;
	}

	.contents-all-merit .text-wrapper,
	.contents-all-merit .img-cover {
		width: 100%;
		padding-right: 0;
	}

	.contents-all-merit .text-wrapper {
		padding-top: 1em;
	}
}

/* ==============================
concept 別ページ section-induction
=================================*/

.contents-all-induction{
	text-align: center;
}

.contents-all-induction .caption1-ja{
	font-size: 250%;
	color: #2f5a2a;
}

.contents-all-induction .img-wrapper{
	padding-top: 2em;
}

.contents-all-induction .text-cover{
	padding-top: 2em;
}

.contents-all-induction .text{
	font-size: 150%;
	color: #2f5a2a;
}

@media screen and (max-width:799px){

	.contents-all-induction .caption1-ja{
		font-size: 210%;
	}
}

/* ==============================
concept 別ページ section-access2
=================================*/

.contents-all-access2 .access-th {
	padding-right:1em;
}
@media screen and (min-width:800px){
	.contents-all-access2 .access-th ,
	.contents-all-access2 .access-td {
		font-size: 140%;
	}
}
@media screen and (max-width:799px){

	.contents-all-access2 .access-map-cover,
	.contents-all-access2 .access-table-outer{
		width: 100%;
		text-align: center;
	}

	.contents-all-access2 .access-map-cover{
		padding: 2em 0 0;
	}

	.contents-all-access2 .access-table-outer{
		padding:2em 0 0;
	}

	.contents-all-access2 .access-map-waku{
		flex-direction: column !important;
	}

	.contents-all-access2 .access-map-cover .access-iframe{
		width: 450px !important;
	}
}

/* ===============================================================================
index と concept の共通部分
================================================================================== */
/* ==============================
footer
=================================*/

footer .waku{
	padding-top: 3em;
	padding-bottom: 2em;
}

footer .logo {
    width: 300px;
}

footer .contents {
}

footer .tel,
footer .address,
footer .copyright{
	text-align: center;
}

footer .tel{
	font-size:150%;
}

footer .address{
	padding-top:0.5em;
	font-size: 150%;
}

footer .icon-outer {
    padding-top: 1em;
}

footer .icon-cover {
    padding: 0 1em;
}

footer .icon-cover a{
	display: inline-block;
	border-radius: 50%;
}

footer .icon-cover a img{
	width: 60px;
	filter: none;
}

footer .copyright{
	padding-top: 1em;
	padding-bottom: 6.5em;
}

@media screen and (max-width:799px){

	footer .waku{
		padding-top: 3em;
		padding-bottom: 2em;
	}

	footer .title {
		font-size: 350%;
	}

	footer .tel{
		font-size:140%;
	}
	footer .tel a.telLink {
		color:#ffc;
	}
	
	footer .address{
		font-size: 120%;
	}

	footer .copyright {
		padding-top: 1em;
		padding-bottom: 6.5em;
	}
}

/* =============
fixed-button
================ */

#fixed-button {
	display:none;	
}

.entry-all-cover{
	background-color: rgb(255, 255, 255,0.9);
	width: 100%;
	position: fixed;
	z-index: 10000;
	bottom: 0;
	left: 0;
	right: 0;
	padding-top: 0.6em;
	padding-right: 0.6em;
	padding-bottom: 0.8em;
	border-top: solid 1px #cb5800;
}

@media screen and (max-width:799px){
	.entry-all-cover{
		padding-bottom:0.4em;
		font-size:90%;
	}
	.entry-all-cover .entry-text1-1 {
		letter-spacing:-0.05em;
	}
}

/* =============
pagetop-button
================ */

#pagetop-button {
	cursor:pointer;
}

#pagetop-button .flex {
	aspect-ratio:1/1;
	color:#fff;
	background-color: #cb5800;
	border:2px solid transparent;
	border-radius:0.3em;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	box-shadow: 5px 5px 5px 0px #000;
	width: 4em;
}

#pagetop-button .flex span{
	font-weight:bold;
	font-size:180%;
}

@media screen and (min-width:800px){
	#pagetop-button:hover .flex {
		color:#cb5800;
		background-color:#fff;
		border:2px solid #cb5800;
	}
}

@media screen and (max-width:799px){
	#pagetop-button {
		bottom: calc(1em + env(safe-area-inset-bottom));
	}

	#pagetop-button .flex {
		aspect-ratio:1/1;
		color:#fff;
		background-color: #cb5800;
		border:2px solid transparent;
		border-radius:0.3em;
		transition:all 0.3s ease;
		-webkit-transition:all 0.3s ease;
		box-shadow: 5px 5px 5px 0px #000;
		width: 3.4em;
	}

	#pagetop-button .flex span {
		font-size: 200%;
	}
}

/* ========================================
animation
=========================================== */

.blink{
    animation: 1s animateBlink infinite alternate ease-in;
}

@keyframes animateBlink {
    0% { opacity:1; }
  100% { opacity:0.3; }
}

@-webkit-keyframes animateBlink {
    0% { opacity:1; }
  100% { opacity:0.3; }
}



/* ====================================================================================================================================
company
======================================================================================================================================= */
/* ===========
company common
============== */

.caption-text-cover{
	padding-top: 2em;
}

.caption-text{
	text-align: center;
	font-size: 135%;
}

@media screen and (max-width:799px){
	.caption-text{
		font-size: 130%;
	}
}

/* ========================================
section-company-fv
=========================================== */

.contents-all-company-fv {
    padding: 5em 0;
}

.contents-all-company-fv .img-cover {
    box-shadow: 3px 3px 5px 0 #ccc,5px 5px 10px 0 #ccc;
}

@media screen and (max-width:799px){
	.contents-all-company-fv {
		padding:0;
	}

	.contents-all-company-fv .img-cover {
		box-shadow:0 0 0 0,0 0 0 0;
	}
}

/* ========================================
section-philosophy
=========================================== */
/* ====
circle
======= */

.contents-all-philosophy .circle-outer {
	padding-top: 3em;
}

.contents-all-philosophy .circle-cover {
	width: calc(25% - 2.5em);
}

.contents-all-philosophy .circle-cover:nth-child(1) .circle {
	background-color: #476eaf;
}

.contents-all-philosophy .circle-cover:nth-child(2) .circle{
	background-color: #85c797;
	margin-left: auto;
}

.contents-all-philosophy .circle-cover:nth-child(3) .circle{
	background-color: #ec748f;
}

.contents-all-philosophy .circle-cover:nth-child(4) .circle {
	background-color: #f0924a;
	margin-left: auto;
}

.contents-all-philosophy .circle {
	text-align: center;
	border-radius: 50%;
	aspect-ratio:1/1;
	width: 100%;
	max-width:320px;
	margin: 0 auto;
}

.contents-all-philosophy .circle-text {
	font-size: 170%;
    display: block;
	text-shadow: 1px 1px 3px #666;
    color: #fff;
	font-weight: bold;
}

.contents-all-philosophy .contents-wrapper{
	padding-top: 4em;
}

.contents-all-philosophy .contents-cover + .contents-cover{
	padding-top: 4em;
}

.contents-all-philosophy .title-cover{
	background-color: #fff;
	border-radius: 2.5em;
}

.contents-all-philosophy .contents-cover:nth-child(1) .title-cover{
	border: solid 2px #476eaf;
	background-color: #dbe7f5;
}

.contents-all-philosophy .contents-cover:nth-child(2) .title-cover{
	border: solid 2px #85C797;
	background-color: #EDF6E5;
}

.contents-all-philosophy .contents-cover:nth-child(3) .title-cover{
	border: solid 2px #EC748F;
	background-color: #FCDFE3;
}

.contents-all-philosophy .contents-cover:nth-child(4) .title-cover{
	border: solid 2px #F0924A;
	background-color: #FEE7C7;
}

.contents-all-philosophy .title{
	font-size: 200%;
	text-align: center;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}

.contents-all-philosophy .text-cover{
	padding: 2em 1em 0
}

.contents-all-philosophy .text{
	font-size: 125%;
	line-height: 1.8;
}

.contents-all-philosophy .img-wrapper {
    padding-top: 5em;
}

@media screen and (max-width:799px){

	.contents-all-philosophy .circle-outer {
		padding-top: 1em;
	}

	.contents-all-philosophy .circle-wrapper {
		justify-content: space-evenly !important;
	}

	.contents-all-philosophy .circle-cover {
		padding-top: 1.5em;
		width: calc(50% - 2em);
	}

	.contents-all-philosophy .circle-text {
		font-size: 140%;
	}

	.contents-all-philosophy .img-wrapper {
		padding-top: 3em;
	}

	.contents-all-philosophy .contents-cover + .contents-cover {
		padding-top: 2em;
	}
}


/* ========================================
section-ceo
=========================================== */

.contents-all-ceo .contents-cover{
	padding-top: 3em;
}

.contents-all-ceo .bg-latter,
.contents-all-ceo .bg-latter2{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.contents-all-ceo .bg-latter {
    background-image: url(images/common/letter-bg.jpg);
}

.contents-all-ceo .bg-latter2 {
	background-image:url(images/common/letter-bg-repeat.png); 
}

.contents-all-ceo .text-wrapper{
	padding:3.1em 3.5em 0;
}

.contents-all-ceo .name-wrapper{
	padding:2.5em 3.5em 2em;
}

.contents-all-ceo .text-cover + .text-cover{
	padding-top: 3.4em;	
}

.contents-all-ceo .text,
.contents-all-ceo .name-compny,
.contents-all-ceo .name {
	font-family: "Zen Kurenaido", sans-serif;
}

.contents-all-ceo .text {
	font-size: 135%;
	line-height: 2.3;
}

.contents-all-ceo .name-cover {
    padding-right: 1.5em;
	text-align: right;
	line-height: 1;
}

.contents-all-ceo .name-compny{
    font-size: 170%;
	display: block;
}

.contents-all-ceo .name {
	padding-top: 0.5em;
	padding-bottom: 0.1em;
    font-size: 230%;
	display: block;
}
.contents-all-ceo .name small {
    font-size: 75%;
}

.contents-all-ceo .img-cover{
	width: 150px;
}

@media screen and (max-width:799px){

	.contents-all-ceo .bg-latter {
		background-image: url(images/common/letter-bg-sp.jpg);
		background-position: 50% 51%;
		background-repeat: no-repeat;
		background-size: cover;
		width: 450px;
		height: 491px;
	}
	
	.contents-all-ceo .bg-latter2 {
		background-image:url(images/common/letter-bg-repeat.png); 
		background-position: 50% 50%;
		background-repeat:repeat;
		background-size: cover;
	}

	.contents-all-ceo .text-wrapper{
		padding:2.3em 0.8em 0;
	}
	
	.contents-all-ceo .name-wrapper{
		padding:2em 0.8em 2em;
	}

	.contents-all-ceo .contents-cover {
		padding-top: 2em;
	}

	.contents-all-ceo .text-cover + .text-cover {
		padding-top: 2.6em;
	}

	.contents-all-ceo .text {
		font-size: 125%;
		line-height: 1.85;
	}

	.contents-all-ceo .name-compny {
		font-size: 140%;
	}

	.contents-all-ceo .name {
		font-size: 180%;
	}
}

/* ========================================
section-sort
=========================================== */

.contents-all-sort .contents-wrapper{
	padding-top: 5em;
}

.contents-all-sort .contents-cover + .contents-cover{
	padding-top: 5em;
}

.contents-all-sort .contents {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 38% auto;
    width: 100%;
}

.contents-all-sort .contents-cover:nth-child(1) .contents{
	background-image: url(images/common/sort1.jpg);
}

.contents-all-sort .contents-cover:nth-child(2) .contents{
	background-image: url(images/common/sort2.jpg);
}

.contents-all-sort .contents-cover:nth-child(3) .contents{
	background-image: url(images/common/sort3.jpg);
}

.contents-all-sort .contents-cover:nth-child(4) .contents{
	background-image: url(images/common/sort4.jpg);
}

.contents-all-sort .contents-cover:nth-child(5) .contents{
	background-image: url(images/common/sort5.jpg);
}

.contents-all-sort .contents-cover:nth-child(2n) .contents{
	background-position: 100% 0;
}

.contents-all-sort .title{
	font-size: 165%;
	font-weight: bold;
	line-height: 1;
	border-bottom: 2px solid #be7775;
	color: #be7775;
	padding: 0.3em 0.5em 0.3em;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.contents-all-sort .contents-cover:nth-child(2n) .title {
    margin-left: 0;
    margin-right: auto;
	justify-content: flex-start;
}

.contents-all-sort .text-wrapper {
    width: 65%;
    margin-left: auto;
    min-height: 23em;
}

.contents-all-sort .contents-cover:nth-child(2n) .text-wrapper {
    margin-left: 0;
    margin-right: auto;
}

.contents-all-sort .text-cover{
	padding-top:1.5em
}

.contents-all-sort .text {
    font-size: 110%;
    color: #000;
    line-height: 2;
    padding: 0.5em 1em;
    min-height: 7em;
    border: 1px solid #be7775;
    background: rgb(255, 255, 255,0.85);
	border-radius: 1em;
}

@media screen and (max-width:799px){

	.contents-all-sort .contents-wrapper{
		padding-top: 2em;
	}

	.contents-all-sort .contents-cover + .contents-cover {
		padding-top: 3em;
	}
	
	.contents-all-sort .contents {
		background-size: 100% auto;
		background-position: 0 16%;
	}
	
	.contents-all-sort .contents-cover:nth-child(2) .contents{
		background-position: 0 12%;
	}

	.contents-all-sort .contents-cover:nth-child(4) .contents{
		background-position: 0 16%;
	}

	.contents-all-sort .text-wrapper {
		width: 100%;
	}

	.contents-all-sort .title {
		font-size: 150%;
		padding: 0.5em 0.3em 0.3em;
		justify-content: flex-start;
	}

	.contents-all-sort .text-cover {
		padding-top: 21.5em;
	}
}

/*  =============
section-essential
=================*/

/* contents-all-essential */
.contents-all-essential .text{
	font-size: 140%;
}

.contents-all-essential .contents-wrapper{
	padding-top: 3em;
}

.contents-all-essential .contents-cover + .contents-cover{
	padding-top: 4.5em;
}

.contents-all-essential .img-cover,
.contents-all-essential .ul-cover{
	width: 50%;
	text-align: center;
}

.contents-all-essential .img-cover > img {
    object-fit: cover;
    width: 100%;
}

.contents-all-essential li:first-child{
	padding-top:0;
}

.contents-all-essential li{
	padding: 1.4em 2em 0;
	display: block;
}

.contents-all-essential .li-text{
    font-size: 140%;
	color: #fff;
	background-color: #f39001;
	border-radius: 0.5em;
	display: block;
	padding: 0.5em 0em;
}

.contents-all-essential .title {
    font-size: 150%;
    font-weight: bold;
    text-align: left;
    display: inline-block;
    border-bottom: 2px solid #000;
    padding: 0 0.2em;
}

.contents-all-essential .text-cover{
	padding: 2em 1em 0;
}

.contents-all-essential .text{
	font-size: 120%;
	line-height: 1.8;
}

.contents-all-essential .supplement-cover{
	padding-top: 4em;
}

.contents-all-essential .supplement{
	font-size: 150%;
	border: 2px solid #ca6f76;
    background-color: #f8dfda;
	border-radius: 1em;
	padding: 1em 0;
}

@media screen and (max-width:799px){

	.contents-all-essential .contents-wrapper {
		padding-top: 0em;
	}

	.contents-all-essential .contents-cover{
		padding-top: 0;
	}

	.contents-all-essential .contents-cover + .contents-cover {
		padding-top: 3em;
	}

	.contents-all-essential .contents {
		flex-direction: column-reverse;
	}

	.contents-all-essential .text {
		font-size: 140%;
		line-height: 1.6;
	}

	.contents-all-essential .img-cover {
		width: 100%;
		padding: 2em 0 0;
	}

	.contents-all-essential .ul-cover {
		width: 100%;
		padding-top: 2em;
		text-align: center;
	}
	
	.contents-all-essential ul {
		display: inline-block;
		text-align: center;
	}

	.contents-all-essential li {
		padding: 1em 0em 0;
		display: block;
	}

	.contents-all-essential .li-text {
		font-size: 150%;
		color: #fff;
		background-color: #f39001;
		border-radius: 0.5em;
		display: block;
		padding: 0.5em 1em;
	}

	.contents-all-essential .title-cover {
		text-align: center;
	}

	.contents-all-essential .supplement-cover {
		padding-top: 2em;
	}

	.contents-all-essential .supplement{
		font-size: 150%;
		text-align: center;
        text-indent: 0;
		padding: 0.5em 0;
	}
	
}


/* ========================================
animation
=========================================== */

@-webkit-keyframes fadeInLeft3 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInLeft3 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.animate__fadeInLeft3 {
	-webkit-animation-name: fadeInLeft3;
	animation-name: fadeInLeft3;
}


@-webkit-keyframes fadeInRight3 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
  
@keyframes fadeInRight3 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.animate__fadeInRight3 {
	-webkit-animation-name: fadeInRight3;
	animation-name: fadeInRight3;
}



/* ========================================
	notice
=========================================== */
.notice-list {
	padding:2em 2em 4em;
}
.notice-list li + li {
	padding-top:1em;
}
.notice-list li div {
	width: 100%;
	padding: 0.3em 5em;
	text-indent:-1em;
    line-height: 1.6;
	font-size: 130%;
	background-color: #e9dccb;
	border-radius: 0.5em;
	text-align:left;
}

@media screen and (max-width:799px){
	.notice-list {
		padding:2em 0.5em 4em;
	}
	.notice-list li {
		width:100%;
	}
	.notice-list li div {
		padding: 0.3em 0.5em 0.3em 1.5em;
		font-size: 120%;
	}
}

.cancel-policy {
	padding-top:2em;
	text-align:center;
}
.cancel-policy p + p {
	padding-top:0.5em;
}

.reserve-calendar {
	padding-top:2em;
	text-align:center;
}
.reserve-calendar iframe {
	width:95%;
}


.cancel-price {
	margin:0 auto 1em;
}
.cancel-price tr > * {
	min-width:5em;
	padding:0.2em 1em;
	font-size:80%;
	border:1px solid #999;
}








