@charset "utf-8";

/*	レイアウト
---------------------------------*/
html {
	font-size: 62.5%;
}

body {
	position: relative;
	margin: 0;
	padding: 0px 0 0;
	width: 100%;
	line-height: 1.7;
	color: #403634;

    font-family: "Barlow Semi Condensed", serif;
    font-weight: 400;
    font-weight: 700;

    font-family: "Kanit", serif;
    font-weight: 400;
    font-weight: 600;

    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 700;
    font-weight: 900;

    font-family: "Oswald", serif;
    font-weight: 400;

	font-family: 'IBM Plex Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 400;
    font-weight: 600;
    font-weight: 700;
    font-weight: 500;
}

#wrapper {
	position: relative;
	overflow: hidden;
	max-width: 2000px;
	margin-left: auto;
	margin-right: auto;
}
#wrapper::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #e6e2d8;
	z-index: -10;
}
#wrapper.page-top::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #e6e2d8 url("../img/top/bg01.webp") no-repeat center top;
	background-size: auto;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: pixelated;
	z-index: -10;
}
#wrapper.page-about::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #e6e2d8 url("../img/about/bg01.webp") no-repeat center top;
	background-size: auto;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: pixelated;
	z-index: -10;
}
#wrapper.page-information::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #e6e2d8 url("../img/information/bg01.webp") no-repeat center top;
	background-size: auto;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: pixelated;
	z-index: -10;
}
#wrapper.page-life::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #e6e2d8 url("../img/life/bg01.webp") no-repeat center top;
	background-size: auto;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: pixelated;
	z-index: -10;
}
#wrapper.page-contact::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #ffffff url("../img/contact/bg01.webp") no-repeat center top;
	background-size: auto;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: pixelated;
	z-index: -10;
}

@media screen and (max-width:1100px) {
    #wrapper.page-about::before {
        background-size: 180vw;
    }
    #wrapper.page-information::before {
        background-size: 180vw;
    }
    #wrapper.page-life::before {
        background-size: 180vw;
    }
    #wrapper.page-contact::before {
        background-size: 180vw;
    }
}

@media screen and (max-width:959px) {
    #wrapper.page-top::before {
        background-size: 168vw;
    }
    #wrapper.page-about::before {
        background-size: 145vw;
    }
    #wrapper.page-information::before {
        background-size: 145vw;
    }
    #wrapper.page-life::before {
        background-size: 145vw;
    }
    #wrapper.page-contact::before {
        background-size: 145vw;
    }
}

@media screen and (max-width:767px) {
    #wrapper.page-top::before {
        background-size: 182vw;
    }
    #wrapper.page-about::before {
        background-size: 154vw;
    }
    #wrapper.page-information::before {
        background-size: 154vw;
    }
    #wrapper.page-life::before {
        background-size: 154vw;
    }
    #wrapper.page-contact::before {
        background-size: 154vw;
    }
}

@media screen and (max-width:599px) {
    #wrapper.page-top::before {
    }
    #wrapper.page-about::before {
    }
    #wrapper.page-information::before {
    }
    #wrapper.page-life::before {
    }
    #wrapper.page-contact::before {
    }
}

@media screen and (max-width:500px) {
    #wrapper.page-top::before {
        background-size: 210vw;
    }
    #wrapper.page-about::before {
        background-size: 200vw;
    }
    #wrapper.page-information::before {
        background-size: 200vw;
    }
    #wrapper.page-life::before {
        background-size: 200vw;
    }
    #wrapper.page-contact::before {
        background-size: 200vw;
    }
}

@media screen and (max-width:320px) {
    #wrapper.page-about::before {
        background-size: 220vw;
    }
    #wrapper.page-information::before {
        background-size: 220vw;
    }
    #wrapper.page-life::before {
        background-size: 220vw;
    }
    #wrapper.page-contact::before {
        background-size: 220vw;
    }
}


.sponly {
	display: none;
}
.pconly {
	display: inline;
}


@media screen and (min-width: 960px) {
    a[href^="tel:"] {
        display: inline-block;
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}


#link01, #link02, #link03, #link04, #link05, #link06, #link07, #link08, #link09, #link10 {
	position: relative;
	margin-top: -150px;
	padding-top: 150px;
	z-index: -1000;
}

@media screen and (max-width:959px) {
    #link01, #link02, #link03, #link04, #link05, #link06, #link07, #link08, #link09, #link10 {
        margin-top: -70px;
        padding-top: 70px;
    }
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:599px) {
    .sponly {
        display: inline;
    }
    .pconly {
        display: none;
    }
}


/*	サイド 問い合わせ
---------------------------------*/
.side-btn {
	position: fixed;
	top: 40%;
	right: 0;
	line-height: 1;
	z-index: 1010;
}
.side-btn ul {
	margin: 0;
    font-size: 0;
}
.side-btn ul li {
}
.side-btn ul li a {
    width: 70px;
    height: 185px;
    padding: 38px 23px 0px 0px;
    display: block;
    vertical-align: top;
    writing-mode: vertical-rl;
    text-align: center;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 1.6;
    color: #ffffff;
	background: #008e80 url("../img/cmn/icon_menu05@3x.png") no-repeat 55% 25px;
	background-size: 30px;
    border-radius: 24px 0px 0px 24px;
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width:959px) {
    .side-btn {
        top: 20%;
    }
    .side-btn ul li a {
        width: 50px;
        height: 160px;
        padding: 32px 14px 0px 0px;
        background: #008e80 url("../img/cmn/icon_menu05@3x.png") no-repeat 55% 15px;
        background-size: 30px;
        border-radius: 20px 0px 0px 20px;
    }
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:599px) {
    .side-btn {
        top: 20%;
    }
    .side-btn ul li a {
        width: 36px;
        height: 130px;
        padding: 25px 7px 0px 0px;
        background: #008e80 url("../img/cmn/icon_menu05@3x.png") no-repeat 55% 8px;
        background-size: 22px;
        border-radius: 15px 0px 0px 15px;
    }
}


/*	ヘッダー
---------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 1;
	z-index: 1010;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header.bgwhite {
	background-color: rgba(255,255,255,1);
}
.hd-inr {
	position: relative;
	margin: 0 auto;
	padding: 0 30px 0px 30px;
	width: 100%;
	max-width: 1120px;
	height: 130px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header.bgwhite .hd-inr {
    height: 100px;
}

.hd-logo {
	margin: 40px 0 0px 0;
	width: 350px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header.bgwhite .hd-logo {
	margin: 5px 0 0px 0;
}
.hd-logo img {
}

.hd-info {
	width: calc(100% - 350px);
	vertical-align: top;
}
.hd-menu {
	margin: 0;
	padding: 0px 0 0;
}
.hd-contact {
}

@media screen and (max-width: 959px) {
	.hd-inr {
		padding: 0px 15px 0px 15px;
		height: 60px;
	}
    header.bgwhite .hd-inr {
        height: 60px;
    }
	.hd-logo {
		margin: 0px 0 0 0;
		width: 230px;
	}
    header.bgwhite .hd-logo {
        margin: 0px 0 0px 0;
    }
	.hd-info {
		width: calc(100% - 230px);
		padding: 0 55px 0 0;
		align-items: center;
	}
	.hd-contact {
		height: 52px;
	}
	.hd-menu {
		margin: 0;
		padding: 0;
	}
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
	.hd-inr {
		padding: 0px 15px 0px 10px;
	}
	.hd-logo {
		width: 210px;
	}
	.hd-info {
		width: calc(100% - 210px);
		padding: 0 45px 0 0;
	}
}

@media screen and (max-width: 320px) {
	.hd-logo {
		width: 190px;
	}
	.hd-info {
		width: calc(100% - 190px);
	}
}


/*	お問い合わせエリア
---------------------------------*/
.cmn-contact {
    padding-top: 170px;
    padding-bottom: 80px;
    position: relative;
}
.cmn-contact::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
    background: url("../img/cmn/bg_ft.webp") no-repeat center top;
    background-size:cover;
    z-index: -1;
}
.cmn-contact .illust-contact {
    position: absolute;
    bottom: calc(100% - 91px);
    left: 0px;
    width: 100%;
    text-align: center;
}
.cmn-contact .contents-inr {
}
.cmn-contact .illust-contact img {
}

.cmn-contact .cmn-contact-map {
}
.cmn-contact .cmn-contact-map iframe {
    width: 100%;
    height: 290px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.cmn-contact .cmn-contact-logo {
    max-width: 470px;
    margin: 75px auto 35px auto;
}
.cmn-contact .cmn-contact-address {
    margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 3.5px;
	font-weight: 400;
    color: #ffffff;
    text-align: center;
}
.cmn-contact .cmn-contact-tel {
	font-size: 21px;
	line-height: 1.6;
	letter-spacing: 4px;
    color: #ffffff;
    text-align: center;
    font-family: "Barlow Semi Condensed", serif;
    font-weight: 700;
    margin-bottom: 70px;
}
.cmn-contact .cmn-contact-tel span {
    display: inline-block;
    vertical-align: top;
    margin: 7px 10px 0 20px;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 3px;
	font-weight: 600;
    color: #ffffff;
	font-family: 'IBM Plex Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
    .cmn-contact {
        padding-top: 100px;
        padding-bottom: 50px;
    }
    .cmn-contact .illust-contact {
        bottom: calc(100% - 11vw);
    }
    .cmn-contact .illust-contact img {
        width: 80%;
        height: auto;
    }
    .cmn-contact .cmn-contact-logo {
        max-width: 80%;
        margin: 50px auto 20px auto;
    }
    .cmn-contact .cmn-contact-address {
        margin-bottom: 10px;
        font-size: 14px;
        letter-spacing: 2px;
    }
    .cmn-contact .cmn-contact-tel {
        font-size: 18px;
        letter-spacing: 3px;
        margin-bottom: 50px;
    }
    .cmn-contact .cmn-contact-tel span {
        margin: 5px 10px 0 20px;
        font-size: 14px;
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 599px) {
    .cmn-contact {
        padding-top: 80px;
    }
    .cmn-contact .illust-contact {
        bottom: calc(100% - 9vw);
    }
    .cmn-contact .illust-contact img {
        width: 60%;
        height: auto;
    }
    .cmn-contact .cmn-contact-tel span {
        margin: 5px 10px 0 0px;
    }
}


/*	フッター
---------------------------------*/
footer {
    background: #356889;
    padding-top: 50px;
    padding-bottom: 40px;
}
footer .contents-inr {
}

.ft-nav {
    padding-left: 3%;
}
.ft-nav ul li {
}
.ft-nav ul li:nth-of-type(1) {
    width: 26%;
}
.ft-nav ul li:nth-of-type(2) {
    width: 21%;
}
.ft-nav ul li:nth-of-type(3) {
    width: 17%;
}
.ft-nav ul li:nth-of-type(4) {
    width: 19%;
}
.ft-nav ul li:nth-of-type(5) {
    width: 17%;
}
.ft-nav ul li p {
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 3px;
	font-weight: 400;
    color: #ffffff;
}
.ft-nav ul li p a:hover {
    text-decoration: none;
}

.ft-copyright {
	padding: 100px 5px 0px 5px;
    text-align: center;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 2px;
	font-weight: 400;
    color: #ffffff;
}

@media screen and (max-width:1130px) {
    .ft-nav {
        padding-left: 0%;
    }
    .ft-nav ul li:nth-of-type(1) {
        width: 23%;
    }
    .ft-nav ul li:nth-of-type(2) {
        width: 22%;
    }
    .ft-nav ul li:nth-of-type(3) {
        width: 18%;
    }
    .ft-nav ul li:nth-of-type(4) {
        width: 20%;
    }
    .ft-nav ul li:nth-of-type(5) {
        width: 17%;
    }
    .ft-nav ul li p {
        font-size: 15px;
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 959px) {
    .ft-nav {
        display: none;
    }
    footer {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .ft-copyright {
        padding: 0px 5px 0px 5px;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .btn-pagetop img {
        width: 30px;
        height: auto;
    }
}


/*	グローバナビ（PC用）
---------------------------------*/
.pc-nav {
	line-height: 1;
}
.pc-nav > ul {
	margin: 45px 0px 0 0px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header.bgwhite .pc-nav > ul {
	margin: 12px 0px 0 0px;
}
.pc-nav > ul > li {
	position: relative;
	margin: 0px 0px 0 30px;
	padding: 0 0px 0px 0px;
	height: 75px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.pc-nav > ul > li::before {
	content: "";
	display: block;
	position: absolute;
	top: 30%;
	left: -16px;
	margin: 0;
	width: 1px;
	height: 55%;
	background: #403634;
	z-index: -1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.pc-nav > ul > li.first {
	margin: 0;
	padding: 0;
}
.pc-nav > ul > li.first::before {
	display: none;
}
.pc-nav > ul > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	padding: 45px 10px 10px 10px;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 2px;
	font-weight: 600;
    color: #000000;
}
.pc-nav > ul > li.icon01 > a {
    background: url("../img/cmn/icon_menu01@3x.png") no-repeat center 0px;
    background-size: 30px;
}
.pc-nav > ul > li.icon02 > a {
    background: url("../img/cmn/icon_menu02@3x.png") no-repeat center 5px;
    background-size: 30px;
}
.pc-nav > ul > li.icon03 > a {
    background: url("../img/cmn/icon_menu03@3x.png") no-repeat center 4px;
    background-size: 30px;
}
.pc-nav > ul > li.icon04 > a {
    background: url("../img/cmn/icon_menu04@3x.png") no-repeat center 6px;
    background-size: 30px;
}
.pc-nav > ul > li.icon05 > a {
    background: url("../img/cmn/icon_menu05@3x.png") no-repeat center 6px;
    background-size: 30px;
}
.pc-nav > ul > li > a span {
	position: relative;
}
.pc-nav > ul > li.current a,
.pc-nav > ul > li a:hover {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.pc-nav > ul > li.parent div {
	position: absolute;
	top: 100%;
	left: calc(50% + 0px);
	transform: translateX(-50%);
	padding: 15px 10px 15px 10px;
	width: 160px;
	max-height: 0;
	background: #be993e;
	text-align: center;
    border-radius: 20px;
	z-index: 100;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.pc-nav > ul > li.parent div ul {
	display: inline-block;
}
.pc-nav > ul > li.parent div li a {
	display: block;
	padding: 6px 0px 6px 0px;
	text-align: left;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 500;
	line-height: 1.6;
	color: #ffffff;
}
.pc-nav > ul > li.parent div li a:hover {
    opacity: 0.8;
}
.pc-nav > ul > li.parent div li:last-child a {
    border-bottom: none;
}
.pc-nav > ul > li.parent:hover div {
	max-height: 360px;
	opacity: 1;
}

@media screen and (max-width:1100px) {
    .pc-nav > ul > li {
        margin: 0px 0px 0 20px;
    }
    .pc-nav > ul > li::before {
        left: -11px;
    }
}

@media screen and (max-width: 959px) {
	.pc-nav {
		display: none;
	}
	.pconly-nav {
		display: none;
	}
}


/*	グローバナビ（スマホ用）
---------------------------------*/
header .navToggle,
header nav.sp-nav {
	display:none;
}
@media screen and (max-width: 959px) {
	header nav.sp-nav {
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		padding: 10% 15%;
		width: 100%;
		height: 100%;
		background: #be993e;
		font-size: 1.8rem;
		font-weight: 500;
        letter-spacing: 2px;
		z-index: 1000;
		visibility: hidden;
		opacity: 0;
		transform: scale(0.8);
		transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	}
	/* ナビゲーション アニメーション */
	header.open nav.sp-nav {
		visibility: visible;
		opacity: 1;
		transform: scale(1);
		transition: transform 0.4s, opacity 0.4s;
	}
	header nav.sp-nav a {
		color:#fff;
		font-weight: 500;
	}
	header nav.sp-nav a * {
		transition: 0s;
	}
	header nav.sp-nav > ul {
		display: block;
		position :absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
	}
	header nav.sp-nav > ul > li {
		margin: 20px 0;
		text-align: center;
		line-height: 1;
		text-transform: uppercase;
	}

	header nav.sp-nav > ul > li.parent {
		margin: 25px 5px 25px 5px;
	}
	header nav.sp-nav > ul > li.parent > a {
		text-decoration: none;
		border: none;
	}
	header nav.sp-nav > ul > li.parent div ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 5px 0 0;
	}
	header nav.sp-nav > ul > li.parent div li {
		margin: 2px 0 0;
		font-size: 0.75em;
		font-weight: 400;
        line-height: 1.4;
        letter-spacing: 1px;
	}
	header nav.sp-nav > ul > li.parent div li a {
		display: inline-block;
		color: #ffffff;
	}
	header nav.sp-nav > ul > li.parent div li a:hover {
		display: inline-block;
		border-bottom: none;
	}
	header nav.sp-nav > ul > li.parent div li:last-of-type {
		margin: 2px 0 0;
	}
	header nav.sp-nav > ul > li.parent div li::after {
		content: "/";
		display: inline;
		margin: 0 5px;
		color: #ffffff;
	}
	header nav.sp-nav > ul > li.parent div li:last-of-type::after {
		display: none;
	}
	header nav.sp-nav ul li strong,
	header nav.sp-nav ul li br {
		display: none;
	}
	header nav.sp-nav ul li span span,
	header nav.sp-nav ul li br {
		display: none;
	}

	header nav.sp-nav > ul > li.tb-contact {
		margin: -5px 0;
	}
	header nav.sp-nav > ul > li.tb-contact a {
	}

	/*ハンバーガーボタン*/
	header .navToggle {
		display: block;
		position: absolute;
		right: 15px;
		top: 10px;
		margin: auto;
		width: 40px;
		height: 40px;
		background: #be993e;
        border-radius: 10px;
		cursor: pointer;
		z-index: 1002;
	}
	header .navToggle div {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 25px;
		height: 16px;
	}
	header .navToggle span {
		display: block;
		position: absolute;
		height:2px;
		width:100%;
		background: #fff;
		left:0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	header .navToggle span:nth-child(1) {
		top: 0;
	}
	header .navToggle span:nth-child(2) {
		top: 7px;
	}
	header .navToggle span:nth-child(3) {
		top: 14px;
	}
	/* ハンバーガーボタン 切り替えアニメーション */
	header.open .navToggle span {
	}
	header.open .navToggle span:nth-child(1) {
		top: 7px;
		transform: rotate(315deg);
	}
	header.open .navToggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	header.open .navToggle span:nth-child(3) {
		top: 7px;
		transform: rotate(-315deg);
	}
}

@media screen and (max-width:599px) {
	header nav.sp-nav {
		font-size: 1.7rem;
	}
	header .navToggle {
		right: 10px;
	}
}


/*	基本レイアウト
---------------------------------*/
.contents-inr {
	position: relative;
	margin: 0 auto;
	padding-left: 60px;
	padding-right: 60px;
	max-width: 1130px;
}

@media screen and (max-width: 959px) {
    .contents-inr {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 599px) {
    .contents-inr {
        padding-left: 20px;
        padding-right: 20px;
    }
}


/*	汎用タイトル
---------------------------------*/
.ttl-cmn01 {
    text-align: center;
    margin-bottom: 30px;
    padding: 25px 5px 40px 5px;
    background: url("../img/contact/img_contact03@3x.png") no-repeat center center;
    background-size: contain;
}
.ttl-cmn01 span {
    display: inline-block;
    text-align: left;
	font-size: 29px;
	line-height: 1.6;
	letter-spacing: 4.5px;
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 700;
    padding: 10px 0px 10px 71px;
    background: url("../img/cmn/icon_nanairo.png") no-repeat left center;
    background-size: 52px;
}
.ttl-cmn01.bg-contact {
    background: url("../img/contact/img_contact03@3x.png") no-repeat center center;
    background-size: contain;
}
.ttl-cmn01.bg-about01 {
    background: url("../img/about/img_about03@3x.png") no-repeat center center;
    background-size: contain;
}
.ttl-cmn01.bg-about02 {
    background: url("../img/about/img_about06@3x.png") no-repeat center center;
    background-size: contain;
}
.ttl-cmn01.bg-about03 {
    background: url("../img/about/img_about10@3x.png") no-repeat center center;
    background-size: contain;
}
.ttl-cmn01.bg-about04 {
    background: url("../img/about/img_about14@3x.png") no-repeat center center;
    background-size: contain;
}
.ttl-cmn01.bg-about05 {
    background: url("../img/about/img_about19@3x.png") no-repeat center center;
    background-size: contain;
}
.ttl-cmn01.bg-information01 {
    background: url("../img/information/img_information04@3x.png") no-repeat center center;
    background-size: contain;
}
.ttl-cmn01.bg-information02 {
    background: url("../img/information/img_information05@3x.png") no-repeat center center;
    background-size: contain;
}
.ttl-cmn01.bg-information03 {
    background: url("../img/information/img_information08@3x.png") no-repeat center center;
    background-size: contain;
}
.ttl-cmn01.bg-information04 {
    background: url("../img/information/img_information15@3x.png") no-repeat center center;
    background-size: contain;
}
.ttl-cmn01.bg-information05 {
    background: url("../img/information/img_information16@3x.png") no-repeat center center;
    background-size: contain;
}
.ttl-cmn01.bg-life01 {
    background: url("../img/life/img_life03@3x.png") no-repeat center center;
    background-size: contain;
}
.ttl-cmn01.bg-life02 {
    background: url("../img/life/img_life03@3x.png") no-repeat center center;
    background-size: contain;
}
.ttl-cmn01.bg-life03 {
    background: url("../img/life/img_life10@3x.png") no-repeat center center;
    background-size: contain;
}

.ttl-cmn02 {
    margin-bottom: 50px;
}
.ttl-cmn02 span {
    display: inline-block;
    text-align: left;
	font-size: 29px;
	line-height: 1.6;
	letter-spacing: 4.5px;
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 700;
    padding: 18px 0px 2px 90px;
    background: url("../img/cmn/icon_nanairo.png") no-repeat left center;
    background-size: 66px;
}

@media screen and (max-width: 767px) {
    .ttl-cmn01.bg-about01 {
        background: url("../img/about/img_about03_sp@3x.png") no-repeat center center;
        background-size: contain;
    }
    .ttl-cmn01.bg-information01 {
        background: url("../img/information/img_information04_sp@3x.png") no-repeat center center;
        background-size: contain;
    }

    .ttl-cmn01 {
        padding: 20px 5px 30px 5px;
    }
    .ttl-cmn01 span {
        font-size: 3.8vw;
        line-height: 1.6;
        letter-spacing: 4px;
        padding: 10px 0px 10px 8.2vw;
        background: url("../img/cmn/icon_nanairo.png") no-repeat left center;
        background-size: 6.2vw;
    }
    .ttl-cmn02 {
        margin-bottom: 2vw;
    }
    .ttl-cmn02 span {
        font-size: 4.7vw;
        line-height: 1.6;
        letter-spacing: 1px;
        padding: 2.5vw 0px 1vw 10vw;
        background-size: 8vw;
    }
}

@media screen and (max-width: 599px) {
    .ttl-cmn01 {
        margin-bottom: 15px;
        padding: 5px 5px 15px 5px;
    }
    .ttl-cmn01 span {
        font-size: 4.5vw;
        line-height: 1.6;
        letter-spacing: 2px;
        padding: 10px 0px 10px 8.2vw;
        background-size: 6.2vw;
    }
}


/*	汎用ボタン
---------------------------------*/
.btn-cmn01 {
	text-align: center;
}
.btn-cmn01 a {
	display: inline-block;
	width: 288px;
    height: 113px;
    text-align: center;
	font-size: 16px;
	line-height: 113px;
	letter-spacing: 3px;
	font-weight: 700;
	color: #ffffff;
    background: #356889;
    border-radius: 56px;
}
.btn-cmn01.color-contact a {
    background: #008e80;
}
.btn-cmn01.color-green a {
    background: #00a580;
}
.btn-cmn01.color-yellow a {
    background: #d6b447;
}

@media screen and (max-width: 599px) {
    .btn-cmn01 a {
        width: 100%;
        max-width: 220px;
        height: 60px;
        font-size: 15px;
        line-height: 60px;
        letter-spacing: 2px;
    }
}


/*	汎用テキスト
---------------------------------*/
p {
	text-align: justify;
	text-justify: inter-ideograph;
	overflow-wrap: anywhere; /* 収まらない場合に折り返す */
	word-break: normal; /* 単語の分割はデフォルトに依存 */
	line-break: strict; /* 禁則処理を厳格に適用 */
}
p a {
	text-decoration:none;
}
p a:hover {
	text-decoration:underline;
}

.f500-12 {
	font-size: 12px;
	line-height: 1.7;
	letter-spacing: 2.5px;
	font-weight: 500;
}

.f500-14 {
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 2.5px;
	font-weight: 500;
}

.f400-16 {
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 2.5px;
	font-weight: 400;
}

.f500-16 {
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 2.5px;
	font-weight: 500;
}

.f600-12 {
	font-size: 12px;
	line-height: 1.7;
	letter-spacing: 2.5px;
	font-weight: 600;
}

.f600-14 {
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 2.5px;
	font-weight: 600;
}

.f600-16 {
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 2.5px;
	font-weight: 600;
}

.f700-16 {
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 2.5px;
	font-weight: 700;
}

@media screen and (max-width: 599px) {
    .f500-12 {
        font-size: 10px;
        line-height: 1.6;
        letter-spacing: 2px;
    }
    .f500-14 {
        font-size: 12px;
        line-height: 1.6;
        letter-spacing: 2px;
    }
    .f400-16 {
        font-size: 13px;
        line-height: 1.6;
        letter-spacing: 2px;
    }
    .f500-16 {
        font-size: 13px;
        line-height: 1.6;
        letter-spacing: 2px;
    }
    .f600-12 {
        font-size: 10px;
        line-height: 1.6;
        letter-spacing: 2px;
    }
    .f600-14 {
        font-size: 12px;
        line-height: 1.6;
        letter-spacing: 2px;
    }
    .f600-16 {
        font-size: 13px;
        line-height: 1.6;
        letter-spacing: 2px;
    }
    .f700-16 {
        font-size: 13px;
        line-height: 1.6;
        letter-spacing: 2px;
    }
}


/*	トップページメイン画像
---------------------------------*/
.main-image {
    margin-top: 210px;
    margin-bottom: 240px;
}

.main-image .main-image-slider {
}
.main-image .main-image-slider .slider-1-1 {
    max-width: 100%;
    height: 430px;
    margin-left: auto;
    margin-right: auto;
}
.main-image .main-image-slider .slider-1-1 .slick-slide {
    width: 410px;
    height: 430px;
    margin: 0 5px 0 5px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.main-image .main-image-slider .slider-1-1 .slick-arrow {
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
}
.main-image .main-image-slider .slider-1-1 .slick-next {
    background: url("../img/cmn/icon_slide_right.svg") no-repeat center center !important;
    background-size: contain !important;
    width: 48px !important;
    height: 48px !important;
    position: absolute;
    bottom: -95px;
    right: calc(15% - 57px);
    z-index: 1006;
}
.main-image .main-image-slider .slider-1-1 .slick-prev {
    background: url("../img/cmn/icon_slide_left.svg") no-repeat center center !important;
    background-size: contain !important;
    width: 48px !important;
    height: 48px !important;
    position: absolute;
    bottom: -95px;
    left: calc(85% - 57px);
    z-index: 1006;
}

.main-image h2 {
    margin-top: 55px;
    text-align: center;
}
.main-image h2 img {
    max-width: 505px;
}

@media screen and (max-width: 959px) {
    .main-image {
        margin-top: 80px;
        margin-bottom: 20vw;
    }
    .main-image h2 {
        margin-top: 4vw;
    }
    .main-image h2 img {
        max-width: 50vw;
    }
}

@media screen and (max-width: 767px) {
    .main-image .main-image-slider .slider-1-1 {
        height: 48vw;
    }
    .main-image .main-image-slider .slider-1-1 .slick-slide {
        width: 46vw;
        height: 48vw;
    }
    .main-image .main-image-slider .slider-1-1 .slick-next {
        width: 7vw !important;
        height: 7vw !important;
        bottom: -15vw;
        right: calc(12% - 8vw);
    }
    .main-image .main-image-slider .slider-1-1 .slick-prev {
        width: 7vw !important;
        height: 7vw !important;
        bottom: -15vw;
        left: calc(88% - 8vw);
    }
}

@media screen and (max-width: 599px) {
}

@media screen and (max-width: 500px) {
    .main-image {
        margin-bottom: 26vw;
    }
}

@media screen and (max-width: 375px) {
    .main-image {
        margin-bottom: 23vw;
    }
}


/*	各ページメイン画像
---------------------------------*/
.page-header {
    margin-top: 160px;
}
.page-header .contents-inr {
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1280px;
}

#wrapper.page-about .page-header .ttl {
    margin-top: 40px;
    margin-bottom: 115px;
    margin-left: 6%;
    text-align: center;
}
#wrapper.page-about .page-header .ttl span {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 900;
	font-size: 33px;
	line-height: 1.4;
	letter-spacing: 4.5px;
    padding: 5px 0px 5px 60px;
    background: url("../img/about/img_about01@3x.png") no-repeat left center;
    background-size: 40px;
}
#wrapper.page-about .page-header p {
    margin-bottom: 40px;
    text-align: center;
    font-weight: 600;
	font-size: 22px;
	line-height: 1.7;
	letter-spacing: 3px;
    color: #e2ddbf;
}
#wrapper.page-about .page-header .img-txt {
    position: absolute;
    top: 466px;
    left: 70px;
    width: 54px;
}

#wrapper.page-information .page-header .ttl {
    margin-top: 40px;
    margin-bottom: 120px;
    text-align: center;
}
#wrapper.page-information .page-header .ttl span {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 900;
	font-size: 33px;
	line-height: 1.4;
	letter-spacing: 4.5px;
    padding: 5px 0px 5px 60px;
    background: url("../img/information/img_information02@3x.png") no-repeat left center;
    background-size: 40px;
}
#wrapper.page-information .page-header p {
    margin-bottom: 50px;
    text-align: center;
    font-weight: 600;
	font-size: 22px;
	line-height: 1.7;
	letter-spacing: 3px;
    color: #e2ddbf;
}
#wrapper.page-information .page-header .img-txt {
    position: absolute;
    top: 466px;
    left: 70px;
    width: 54px;
}
#wrapper.page-information .page-header .bnr {
    position: absolute;
    top: 450px;
    right: 12%;
    width: 195px;
}

#wrapper.page-life .page-header .ttl {
    margin-top: 40px;
    margin-bottom: 140px;
    text-align: center;
}
#wrapper.page-life .page-header .ttl span {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 900;
	font-size: 33px;
	line-height: 1.4;
	letter-spacing: 4.5px;
    padding: 5px 0px 5px 52px;
    background: url("../img/life/img_life01@3x.png") no-repeat left center;
    background-size: 40px;
}
#wrapper.page-life .page-header p {
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
	font-size: 22px;
	line-height: 1.7;
	letter-spacing: 3px;
    color: #ffffff;
}
#wrapper.page-life .page-header .img-txt {
    position: absolute;
    top: 466px;
    left: 70px;
    width: 69px;
}

#wrapper.page-contact .page-header .ttl {
    margin-top: 40px;
    margin-bottom: 150px;
    margin-left: 28%;
    text-align: center;
}
#wrapper.page-contact .page-header .ttl span {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 900;
	font-size: 33px;
	line-height: 1.4;
	letter-spacing: 4.5px;
    padding: 5px 0px 5px 52px;
    background: url("../img/contact/img_contact01@3x.png") no-repeat left center;
    background-size: 40px;
}
#wrapper.page-contact .page-header p {
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
	font-size: 22px;
	line-height: 1.7;
	letter-spacing: 3px;
    color: #a29f98;
}
#wrapper.page-contact .page-header .img-txt {
    position: absolute;
    top: 466px;
    left: 70px;
    width: 54px;
}

@media screen and (max-width:1100px) {
    #wrapper.page-information .page-header .bnr {
        right: 8%;
        width: 150px;
    }
    #wrapper.page-about .page-header .img-txt {
        left: 10px;
        width: 50px;
    }
    #wrapper.page-information .page-header .img-txt {
        left: 10px;
        width: 50px;
    }
    #wrapper.page-life .page-header .img-txt {
        left: 10px;
        width: 60px;
    }
    #wrapper.page-contact .page-header .img-txt {
        left: 10px;
        width: 50px;
    }
}

@media screen and (max-width: 959px) {
    .page-header {
        margin-top: 70px;
    }

    #wrapper.page-about .page-header .ttl {
        margin-top: 30px;
        margin-bottom: 7vw;
    }
    #wrapper.page-about .page-header .ttl span {
        font-size: 28px;
        letter-spacing: 4px;
        padding: 5px 0px 5px 45px;
        background-size: 35px;
    }
    #wrapper.page-about .page-header p {
        margin-bottom: 6vw;
        font-size: 20px;
        letter-spacing: 3px;
    }
    #wrapper.page-about .page-header .img-txt {
        top: 33vw;
        left: -5px;
        width: 5vw;
    }

    #wrapper.page-information .page-header .ttl {
        margin-top: 30px;
        margin-bottom: 7vw;
    }
    #wrapper.page-information .page-header .ttl span {
        font-size: 28px;
        letter-spacing: 4px;
        padding: 5px 0px 5px 45px;
        background-size: 35px;
    }
    #wrapper.page-information .page-header p {
        margin-bottom: 6vw;
        font-size: 20px;
        letter-spacing: 3px;
    }
    #wrapper.page-information .page-header .img-txt {
        top: 33vw;
        left: -6px;
        width: 4.8vw;
    }
    #wrapper.page-information .page-header .bnr {
        top: 32vw;
        right: 45px;
        width: 15vw;
    }

    #wrapper.page-life .page-header .ttl {
        margin-top: 30px;
        margin-bottom: 7vw;
    }
    #wrapper.page-life .page-header .ttl span {
        font-size: 28px;
        letter-spacing: 4px;
        padding: 5px 0px 5px 45px;
        background-size: 35px;
    }
    #wrapper.page-life .page-header p {
        margin-bottom: 6vw;
        font-size: 20px;
        letter-spacing: 3px;
    }
    #wrapper.page-life .page-header .img-txt {
        top: 33vw;
        left: -5px;
        width: 5vw;
    }

    #wrapper.page-contact .page-header .ttl {
        margin-top: 30px;
        margin-bottom: 7vw;
        margin-left: 20%;
    }
    #wrapper.page-contact .page-header .ttl span {
        font-size: 28px;
        letter-spacing: 4px;
        padding: 5px 0px 5px 45px;
        background-size: 35px;
    }
    #wrapper.page-contact .page-header p {
        margin-bottom: 6vw;
        font-size: 20px;
        letter-spacing: 3px;
    }
    #wrapper.page-contact .page-header .img-txt {
        top: 33vw;
        left: -5px;
        width: 5vw;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .page-header .contents-inr {
        padding-left: 10px;
        padding-right: 10px;
    }

    #wrapper.page-about .page-header .ttl {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    #wrapper.page-about .page-header .ttl span {
        font-size: 22px;
        letter-spacing: 2px;
        padding: 5px 0px 5px 36px;
        background-size: 30px;
    }
    #wrapper.page-about .page-header p {
        padding-left: 15px;
        padding-right: 20px;
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 1.6;
        letter-spacing: 2px;
        text-align: left;
    }

    #wrapper.page-information .page-header .ttl {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    #wrapper.page-information .page-header .ttl span {
        font-size: 22px;
        letter-spacing: 2px;
        padding: 5px 0px 5px 36px;
        background-size: 30px;
    }
    #wrapper.page-information .page-header p {
        padding-left: 15px;
        padding-right: 20px;
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 1.6;
        letter-spacing: 2px;
        text-align: left;
    }

    #wrapper.page-life .page-header .ttl {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    #wrapper.page-life .page-header .ttl span {
        font-size: 22px;
        letter-spacing: 2px;
        padding: 5px 0px 5px 36px;
        background-size: 30px;
    }
    #wrapper.page-life .page-header p {
        padding-left: 15px;
        padding-right: 20px;
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 1.6;
        letter-spacing: 2px;
        text-align: left;
    }

    #wrapper.page-contact .page-header .ttl {
        margin-top: 20px;
        margin-bottom: 40px;
        margin-left: 10%;
    }
    #wrapper.page-contact .page-header .ttl span {
        font-size: 22px;
        letter-spacing: 2px;
        padding: 5px 0px 5px 36px;
        background-size: 30px;
    }
    #wrapper.page-contact .page-header p {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 1.6;
        letter-spacing: 2px;
        text-align: left;
    }
}


/*	トップページ
---------------------------------*/
.page-top01 {
    padding-bottom: 340px;
}
.page-top01 .contents-inr {
	max-width: 750px;
}
.page-top01 .img01 {
    position: absolute;
    top: 100px;
    right: 86%;
    width: 201px;
}
.page-top01 .img02 {
    position: absolute;
    top: -18px;
    left: 76%;
    width: 201px;
}
.page-top01 .img03 {
    position: absolute;
    top: 152px;
    left: 80%;
    width: 241px;
}
.page-top01 .img04 {
    position: absolute;
    top: 406px;
    right: 76%;
    width: 270px;
}
.page-top01 h3 {
    margin-left: 9%;
    margin-bottom: 46px;
}
.page-top01 h3 span {
    max-width: 375px;
}
.page-top01 .p01 {
    margin-left: 15%;
    margin-bottom: 35px;
    color: #ffffff;
}
.page-top01 .p02 {
    margin-left: 26.3%;
    margin-bottom: 35px;
    color: #ffffff;
}
.page-top01 .p03 {
    margin-left: 37.6%;
    margin-bottom: 70px;
    color: #ffffff;
}
.page-top01 .btn-cmn01 {
    margin-left: 5%;
}

@media screen and (max-width:959px) {
    .page-top01 {
        padding-bottom: 16vw;
    }
    .page-top01 .img01 {
        top: -1vw;
        right: 93%;
        width: 12vw;
    }
    .page-top01 .img02 {
        top: 0vw;
        left: 76%;
        width: 12vw;
    }
    .page-top01 .img03 {
        top: 10vw;
        left: 82%;
        width: 20vw;
    }
    .page-top01 .img04 {
        top: 4vw;
        right: 76%;
        width: 20vw;
    }
    .page-top01 h3 {
        margin-left: 22%;
        margin-bottom: 6vw;
    }
    .page-top01 h3 span {
        display: inline-block;
        width: 46vw;
    }
    .page-top01 .p01 {
        margin-left: 10%;
        margin-bottom: 20px;
        color: #ffffff;
    }
    .page-top01 .p02 {
        margin-left: 15%;
        margin-bottom: 20px;
        color: #ffffff;
    }
    .page-top01 .p03 {
        margin-left: 20%;
        margin-bottom: 40px;
        color: #ffffff;
    }
    .page-top01 .btn-cmn01 {
        margin-left: 5%;
    }
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:599px) {
    .page-top01 .p01 {
        font-size: 12px;
        margin-left: 2%;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }
    .page-top01 .p02 {
        font-size: 12px;
        margin-left: 4%;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }
    .page-top01 .p03 {
        font-size: 12px;
        margin-left: 6%;
        margin-bottom: 40px;
        letter-spacing: 1px;
    }
    .page-top01 .btn-cmn01 {
        margin-left: 0%;
    }
}

@media screen and (max-width:320px) {
    .page-top01 .p03 {
        color: #403634;
        font-weight: 500;
    }
}

.page-top02 {
    padding-bottom: 460px;
}
.page-top02 .contents-inr {
	max-width: 1080px;
}
.page-top02 .img01 {
    position: absolute;
    top: -130px;
    right: 49.5%;
    width: 443px;
}
.page-top02 .img02 {
    position: absolute;
    top: 245px;
    right: 45%;
    width: 392px;
}
.page-top02 .img03 {
    position: absolute;
    top: 263px;
    right: 61.3%;
    width: 465px;
}
.page-top02 .ttl-cmn02 {
    margin-left: 55%;
    margin-bottom: 50px;
}
.page-top02 p {
    margin-left: 55%;
    margin-bottom: 60px;
}
.page-top02 .btn-cmn01 {
    margin-left: 55%;
}

@media screen and (max-width:959px) {
    .page-top02 {
        padding-bottom: 14vw;
    }
    .page-top02 .contents-inr {
        padding-bottom: 45vw;
    }
    .page-top02 .img01 {
        top: auto;
        bottom: 15px;
        right: 52%;
        width: 40vw;
    }
    .page-top02 .img02 {
        top: auto;
        bottom: 0px;
        right: 7%;
        width: 40vw;
    }
    .page-top02 .img03 {
        top: auto;
        bottom: 10px;
        right: 40%;
        width: 50vw;
    }
    .page-top02 .ttl-cmn02 {
        margin-left: 0%;
        margin-bottom: 4vw;
    }
    .page-top02 p {
        margin-left: 0%;
        margin-bottom: 4vw;
    }
    .page-top02 .btn-cmn01 {
        margin-left: 0%;
    }
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:599px) {
}

.page-top03 {
    padding-bottom: 320px;
    position: relative;
}
.page-top03::before {
	content: "";
	display: block;
	position: absolute;
	top: -280px;
	left: 0;
	margin: 0;
	width: 100%;
	height: 1180px;
	background: #e6e2d8 url("../img/top/bg02.webp") no-repeat center top;
	background-size: auto;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: pixelated;
    z-index: -8;
}
.page-top03 .contents-inr {
}

.page-top03 .img01 {
    position: absolute;
    bottom: -250px;
    right: 77%;
    width: 440px;
}

.page-top03 .ttl-cmn02 {
    text-align: center;
    margin-bottom: 180px;
}

.page-top03 .page-top03__list {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.page-top03 .page-top03__list li {
    width: calc((100% - 100px) / 2);
    margin-right: 100px;
    padding: 60px 28px 28px 28px;
	background-color: #ffffff;
    border-radius: 15px;
    position: relative;
}
.page-top03 .page-top03__list li:nth-of-type(2n) {
    margin-right: 0px;
}
.page-top03 .page-top03__list li h4 {
    position: absolute;
    bottom: calc(100% - 35px);
    left: 0;
    width: 100%;
    padding: 55px 0 0px 0;
    text-align: center;
	background-image: url("../img/top/img_top09@3x.png");
	background-position: center top;
	background-repeat: no-repeat;
    background-size: 95%;
}
.page-top03 .page-top03__list li h4 span {
    display: inline-block;
    padding: 0px 0 25px 0;
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 900;
    font-size: 19px;
    letter-spacing: 2.5px;
    line-height: 1.7;
    width: 75%;
}
.page-top03 .page-top03__list li:nth-of-type(1) h4 span {
    color: #00a580;
    border-bottom: #00a580 1px solid;
}
.page-top03 .page-top03__list li:nth-of-type(2) h4 span {
    color: #007082;
    border-bottom: #007082 1px solid;
}
.page-top03 .page-top03__list li p {
    padding: 0 15px 0 15px;
}
.page-top03 .page-top03__list li .btn-cmn01 {
    margin-top: 20px;
}

@media screen and (max-width:959px) {
    .page-top03::before {
        background-size: 168vw;
    }
    .page-top03 {
        padding-bottom: 35vw;
    }
    .page-top03 .img01 {
        bottom: -22vw;
        right: 40%;
        width: 40vw;
    }
    .page-top03 .ttl-cmn02 {
        margin-bottom: 90px;
    }
    .page-top03 .page-top03__list li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 100px;
        padding: 50px 20px 20px 20px;
    }
    .page-top03 .page-top03__list li:nth-of-type(2n) {
        margin-right: 0px;
        margin-bottom: 0px;
    }
    .page-top03 .page-top03__list li h4 {
        bottom: calc(100% - 35px);
        padding: 55px 0 0px 0;
        background-size: 300px;
    }
    .page-top03 .page-top03__list li h4 span {
        padding: 0px 0 25px 0;
        font-size: 19px;
        letter-spacing: 2.5px;
        line-height: 1.7;
        width: 75%;
    }
    .page-top03 .page-top03__list li p {
        padding: 0 15px 0 15px;
    }
    .page-top03 .page-top03__list li .btn-cmn01 {
        margin-top: 20px;
    }
}

@media screen and (max-width:767px) {
    .page-top03::before {
        background-size: 182vw;
    }
}

@media screen and (max-width:599px) {
    .page-top03::before {
    }
    .page-top03 {
        padding-bottom: 35vw;
    }
    .page-top03 .img01 {
        bottom: -22vw;
        right: 40%;
        width: 40vw;
    }
    .page-top03 .ttl-cmn02 {
        margin-bottom: 60px;
    }
    .page-top03 .page-top03__list li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 60px;
        padding: 50px 10px 10px 10px;
    }
    .page-top03 .page-top03__list li:nth-of-type(2n) {
        margin-right: 0px;
        margin-bottom: 0px;
    }
    .page-top03 .page-top03__list li h4 {
        bottom: calc(100% - 35px);
        padding: 40px 0 0px 0;
        background-size: 250px;
    }
    .page-top03 .page-top03__list li h4 span {
        padding: 0px 0 10px 0;
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 1.7;
        width: 80%;
    }
    .page-top03 .page-top03__list li p {
        padding: 0 5px 0 5px;
    }
    .page-top03 .page-top03__list li .btn-cmn01 {
        margin-top: 10px;
    }
}

@media screen and (max-width:500px) {
    .page-top03::before {
        background-size: 210vw;
    }
}

.page-top04 {
    padding-bottom: 220px;
}
.page-top04 .contents-inr {
	max-width: 1050px;
}
.page-top04 .ttl-cmn02 {
    margin-bottom: 50px;
}
.page-top04 h4 {
    max-width: 416px;
    margin-left: 30px;
    margin-bottom: 30px;
}
.page-top04 .p01 {
    margin-left: 63px;
    margin-bottom: 35px;
    padding: 10px 0 10px 50px;
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 2.8px;
    line-height: 2;
    border-left: #403634 1px solid;
}
.page-top04 .p02 {
    margin-left: 30px;
    margin-bottom: 80px;
}
.page-top04 .btn-cmn01 {
    margin-left: 30px;
    text-align: left;
}

.page-top04 .page-top04__list {
    position: absolute;
    top: -10px;
    right: 60px;
    width: 320px;
}
.page-top04 .page-top04__list li {
    width: 100%;
    margin-bottom: 15px;
}

@media screen and (max-width:959px) {
    .page-top04 {
        padding-bottom: 23vw;
    }
    .page-top04 .p01 .brselect {
        display: none;
    }
    .page-top04 .p02 .brselect {
        display: none;
    }
    .page-top04 .ttl-cmn02 {
        margin-bottom: 5vw;
    }
    .page-top04 h4 {
        max-width: 80vw;
        margin-left: 0px;
        margin-bottom: 5vw;
    }
    .page-top04 .p01 {
        margin-left: 5%;
        margin-bottom: 5vw;
        padding: 5px 0 5px 20px;
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 1.8;
    }
    .page-top04 .p02 {
        margin-left: 0px;
        margin-bottom: 5vw;
    }
    .page-top04 .btn-cmn01 {
        margin-left: 0px;
        text-align: left;
    }

    .page-top04 .page-top04__list {
        margin-top: 8vw;
        position: static;
        width: auto;
    }
    .page-top04 .page-top04__list li {
        width: calc((100% - 20px) / 3);
        margin-bottom: 0;
        margin-right: 10px;
    }
    .page-top04 .page-top04__list li:last-of-type {
        margin-right: 0px;
    }
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:599px) {
    .page-top04 {
        padding-bottom: 28vw;
    }
    .page-top04 .p01 .brselect {
        display: inline;
    }
    .page-top04 .p01 {
        font-size: 4vw;
    }
}


/*	園について
---------------------------------*/
.page-about01 {
    padding-bottom: 240px;
}
.page-about01 .contents-inr {
}
.page-about01 .ttl-cmn01 {
    max-width: 839px;
    margin-left: auto;
    margin-right: auto;
}
.page-about01 .img01 {
    margin-left: auto;
    margin-right: auto;
    max-width: 780px;
    position: relative;
}
.page-about01 .img01 .img-about04 {
    max-width: 299px;
}
.page-about01 .img01 .img-about05 {
    max-width: 544px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.page-about01 .p01 {
    margin-top: 20px;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
}

@media screen and (max-width:959px) {
    .page-about01 {
        padding-bottom: 12vw;
    }
    .page-about01 .img01 {
        max-width: 85%;
    }
    .page-about01 .img01 .img-about04 {
        max-width: 40%;
    }
    .page-about01 .img01 .img-about05 {
        max-width: 75%;
    }
    .page-about01 .p01 {
        margin-top: 15px;
    }
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:599px) {
}

.page-about02 {
    padding-bottom: 230px;
    position: relative;
}
.page-about02::before {
	content: "";
	display: block;
	position: absolute;
	top: -250px;
	left: 0;
	margin: 0;
	width: 100%;
	height: 1500px;
	background: url("../img/about/bg02.webp") no-repeat center top;
	background-size: auto;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: pixelated;
	z-index: -8;
}
.page-about02 .contents-inr {
    max-width: 1070px;
}
.page-about02 .ttl-cmn01 {
    max-width: 665px;
    margin-left: 30%;
}
.page-about02 .p01 {
    margin-left: 40%;
    margin-right: 3%;
	font-size: 22px;
	line-height: 1.7;
	letter-spacing: 3px;
	font-weight: 600;
    color: #ffffff;
    margin-bottom: 3px;
    position: relative;
}
.page-about02 .p01::before {
	content: "＊";
	display: block;
	position: absolute;
	top: 0px;
	right: calc(100% + 20px);
	margin: 0;
	font-size: 22px;
	line-height: 1.7;
	letter-spacing: 3px;
	font-weight: 600;
    color: #ffffff;
}
.page-about02 h4 {
    margin-left: 30%;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 30px;
	font-size: 29px;
	line-height: 1.4;
	letter-spacing: 5px;
	font-weight: 700;
    color: #ffffff;
    padding: 14px 10px 10px 10px;
	background: url("../img/about/img_about09@3x.png") no-repeat center center;
	background-size: contain;
}

.page-about02 .page-about02__list {
    max-width: 292px;
    position: absolute;
    top: 20px;
    left: 30px;
}
.page-about02 .page-about02__list li {
    width: 100%;
    margin-bottom: 2px;
}


@media screen and (max-width:959px) {
    .page-about02::before {
        background-size: 168vw;
    }
    .page-about02 {
        padding-bottom: 12vw;
    }
    .page-about02::before {
        top: -220px;
    }
    .page-about02 .ttl-cmn01 {
        margin-left: auto;
        margin-right: auto;
    }
    .page-about02 .p01 {
        margin-left: 10%;
        margin-right: 0%;
        font-size: 16px;
        letter-spacing: 3px;
        margin-bottom: 0px;
    }
    .page-about02 .p01::before {
        font-size: 16px;
        letter-spacing: 2px;
    }
    .page-about02 h4 {
        margin-left: 0%;
        text-align: center;
        margin-top: 3vw;
        margin-bottom: 3vw;
        font-size: 24px;
        letter-spacing: 3px;
    }

    .page-about02 .page-about02__list {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3vw;
        position: static;
        width: 100%;
    }
    .page-about02 .page-about02__list li {
        width: 50%;
        margin-bottom: 0px;
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media screen and (max-width:767px) {
    .page-about02::before {
        background-size: 182vw;
    }
}

@media screen and (max-width:599px) {
    .page-about02::before {
    }
    .page-about02 h4 {
        font-size: 5vw;
    }
    .page-about02 .p01 {
        font-size: 14px;
        letter-spacing: 2px;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    }
    .page-about02 .p01::before {
        font-size: 14px;
        letter-spacing: 2px;
        text-shadow: 0px 5px 5px rgba(0,0,0,0.5);
    }
    .page-about02 .p01.p02 {
        color: #403634;
        text-shadow: none;
    }
    .page-about02 .p01.p02::before {
        color: #403634;
        text-shadow: none;
    }
}

@media screen and (max-width:500px) {
    .page-about02::before {
        background-size: 210vw;
    }
}

.page-about03 {
    padding-bottom: 130px;
}
.page-about03 .contents-inr {
    max-width: 1050px;
}
.page-about03 .ttl-cmn01 {
    max-width: 665px;
    margin-bottom: 100px;
}
.page-about03 .page-about03-box {
    margin-bottom: 120px;
    width: 520px;
    position: relative;
}
.page-about03 .page-about03-box h4 {
	font-size: 29px;
	line-height: 1.7;
	letter-spacing: 3px;
	font-weight: 700;
    margin: 0px 0px 40px 135px;
    font-family: "Zen Kaku Gothic New", serif;
}
.page-about03 .page-about03-box p {
}
.page-about03 .page-about03-box.box01 {
    margin-left: 5%;
}
.page-about03 .page-about03-box.box01 .no {
    position: absolute;
    top: -70px;
    left: -15px;
    width: 106px;
}
.page-about03 .page-about03-box.box01 .photo {
    position: absolute;
    top: -25px;
    left: calc(100% + 60px);
    width: 388px;
}
.page-about03 .page-about03-box.box02 {
    margin-left: 40%;
}
.page-about03 .page-about03-box.box02 .no {
    position: absolute;
    top: -70px;
    left: -15px;
    width: 106px;
}
.page-about03 .page-about03-box.box02 .photo {
    position: absolute;
    top: -70px;
    right: calc(100% + 50px);
    width: 530px;
}
.page-about03 .page-about03-box.box03 {
    margin-left: 15%;
}
.page-about03 .page-about03-box.box03 .no {
    position: absolute;
    top: -70px;
    left: -15px;
    width: 106px;
}
.page-about03 .page-about03-box.box03 .photo {
    position: absolute;
    top: -40px;
    left: calc(100% + 60px);
    width: 422px;
}

@media screen and (max-width:959px) {
    .page-about03 {
        padding-bottom: 16vw;
    }
    .page-about03 .ttl-cmn01 {
        margin-bottom: 4vw;
    }
    .page-about03 .page-about03-box {
        margin-bottom: 6vw;
        width: 100%;
    }
    .page-about03 .page-about03-box h4 {
        font-size: 3vw;
        line-height: 1.6;
        letter-spacing: 2px;
        font-weight: 700;
        margin: 0px 0px 10px 0;
        font-family: "Zen Kaku Gothic New", serif;
    }
    .page-about03 .page-about03-box.box01 {
        margin-left: 0%;
        padding-top: 25vw;
    }
    .page-about03 .page-about03-box.box01 .no {
        top: -5px;
        left: 20px;
        width: 15vw;
    }
    .page-about03 .page-about03-box.box01 .photo {
        top: 10px;
        left: 52%;
        width: 32vw;
    }
    .page-about03 .page-about03-box.box02 {
        margin-left: 0%;
        padding-top: 25vw;
    }
    .page-about03 .page-about03-box.box02 .no {
        top: -5px;
        left: 80px;
        width: 15vw;
    }
    .page-about03 .page-about03-box.box02 .photo {
        top: -5px;
        left: 68%;
        width: 32vw;
    }
    .page-about03 .page-about03-box.box03 {
        margin-left: 0%;
        padding-top: 25vw;
    }
    .page-about03 .page-about03-box.box03 .no {
        top: -5px;
        left: 50px;
        width: 15vw;
    }
    .page-about03 .page-about03-box.box03 .photo {
        top: 10px;
        left: 58%;
        width: 32vw;
    }
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:599px) {
    .page-about03 .page-about03-box h4 {
        font-size: 5vw;
    }
}

.page-about04 {
    padding-bottom: 170px;
    position: relative;
}
.page-about04::before {
	content: "";
	display: block;
	position: absolute;
	top: -250px;
	left: 0;
	margin: 0;
	width: 100%;
	height: 1800px;
	background: url("../img/about/bg03.webp") no-repeat center top;
	background-size: auto;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: pixelated;
	z-index: -8;
}
.page-about04 .contents-inr {
    max-width: 1080px;
}
.page-about04 .ttl-cmn01 {
    max-width: 480px;
    margin-bottom: 40px;
}
.page-about04 .page-about04-box {
    margin-bottom: 110px;
    width: 500px;
    position: relative;
}
.page-about04 .page-about04-box h4 {
	font-size: 29px;
	line-height: 1.6;
	letter-spacing: 4px;
	font-weight: 700;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 4px 40px;
    font-family: "Zen Kaku Gothic New", serif;
	background: url("../img/about/img_about15@3x.png") no-repeat left center;
	background-size: 24px;
}
.page-about04 .page-about04-box .txt-box {
    margin: 0px 0px 0px 12px;
    padding: 0 0 0 30px;
    border-left: #403634 1px solid;
}
.page-about04 .page-about04-box .txt-box p {
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 1px;
	font-weight: 700;
    font-family: "Zen Kaku Gothic New", serif;
    margin-bottom: 30px;
}
.page-about04 .page-about04-box.box01 {
    margin-left: 11%;
}
.page-about04 .page-about04-box.box01 .photo {
    position: absolute;
    top: -110px;
    left: calc(100% - 60px);
    width: 448px;
}
.page-about04 .page-about04-box.box02 {
    margin-left: 50%;
}
.page-about04 .page-about04-box.box02 .photo {
    position: absolute;
    top: -110px;
    right: calc(100% + 70px);
    width: 450px;
}
.page-about04 .page-about04-box.box03 {
    margin-left: 8%;
}
.page-about04 .page-about04-box.box03 .photo {
    position: absolute;
    top: -130px;
    left: calc(100% - 60px);
    width: 541px;
}

@media screen and (max-width:1000px) {
    .page-about04 .page-about04-box {
        width: 460px;
    }
}

@media screen and (max-width:959px) {
    .page-about04::before {
        background-size: 168vw;
    }
    .page-about04 {
        padding-bottom: 12vw;
    }
    .page-about04::before {
        top: -24vw;
    }
    .page-about04 .ttl-cmn01 {
        margin-bottom: 4vw;
    }
    .page-about04 .page-about04-box {
        margin-bottom: 12vw;
        width: 100%;
    }
    .page-about04 .page-about04-box h4 {
        font-size: 3vw;
        letter-spacing: 3px;
        margin: 0px 0px 10px 0px;
        padding: 0 0px 0.2vw 6vw;
        background-size: 3vw;
    }
    .page-about04 .page-about04-box .txt-box {
        margin: 0px 0px 0px 5px;
        padding: 0 0 0 15px;
    }
    .page-about04 .page-about04-box .txt-box p {
        font-size: 2vw;
        line-height: 1.6;
        letter-spacing: 0px;
        margin-bottom: 20px;
    }
    .page-about04 .page-about04-box.box01 {
        margin-left: 0%;
    }
    .page-about04 .page-about04-box.box01 .photo {
        top: auto;
        left: auto;
        bottom: -130px;
        right: 30px;
        width: 30vw;
    }
    .page-about04 .page-about04-box.box02 {
        margin-left: 0%;
    }
    .page-about04 .page-about04-box.box02 .photo {
        top: auto;
        left: auto;
        bottom: -130px;
        right: 30px;
        width: 30vw;
    }
    .page-about04 .page-about04-box.box03 {
        margin-left: 0%;
    }
    .page-about04 .page-about04-box.box03 .photo {
        top: auto;
        left: auto;
        bottom: -130px;
        right: 30px;
        width: 30vw;
    }
}

@media screen and (max-width:767px) {
    .page-about04::before {
        background-size: 182vw;
    }
}

@media screen and (max-width:599px) {
    .page-about04::before {
    }
    .page-about04 .page-about04-box h4 {
        font-size: 5vw;
        padding: 0 0px 1vw 6vw;
        background-size: 3vw;
    }
    .page-about04 .page-about04-box .txt-box p {
        font-size: 4vw;
    }
    .page-about04 .page-about04-box.box01 .photo {
        top: auto;
        left: auto;
        bottom: -40px;
        right: -30px;
        width: 40vw;
    }
    .page-about04 .page-about04-box.box02 .photo {
        top: auto;
        left: auto;
        bottom: -40px;
        right: -30px;
        width: 40vw;
    }
    .page-about04 .page-about04-box.box03 .photo {
        top: auto;
        left: auto;
        bottom: -40px;
        right: -30px;
        width: 40vw;
    }
}

@media screen and (max-width:500px) {
    .page-about04::before {
        background-size: 210vw;
    }
}

.page-about05 {
}
.page-about05 .contents-inr {
}
.page-about05 .page-about05-bg {
    max-width: 718px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 200px;
    position: relative;
}
.page-about05 .page-about05-bg::before {
	content: "";
	display: block;
	position: absolute;
	top: 210px;
	left: 0px;
    border-radius: 34px 34px 0px 0px;
	margin: 0;
	width: 100%;
	height: calc(100% - 210px);
	background: #ffffff;
	z-index: -8;
}
.page-about05 .ttl-cmn01 {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
.page-about05 table {
    width: 100%;
    max-width: 710px;
    border-collapse:separate;
    border-spacing:0px;
    margin: 0 auto 0px auto;
}
.page-about05 table th {
    width: 28%;
    vertical-align: top;
    padding: 14px 0 12px 0;
    border-bottom: rgba(64,54,52,0.2) 1px solid;
}
.page-about05 table tr:last-of-type th {
    border-bottom: none;
}
.page-about05 table td {
    vertical-align: top;
    padding: 14px 0 12px 0;
    border-bottom: rgba(64,54,52,0.2) 1px solid;
}
.page-about05 table tr:last-of-type td {
    border-bottom: none;
}
.page-about05 .photo {
    margin: 60px auto 100px auto;
}
.page-about05 .page-about05__list {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.page-about05 .page-about05__list li {
    width: 50%;
}
.page-about05 .page-about05__list li:nth-of-type(1) {
    padding-right: 18px;
}
.page-about05 .page-about05__list li:nth-of-type(1) h4 {
	font-size: 29px;
	line-height: 1.6;
	letter-spacing: 4px;
	font-weight: 700;
    margin: 0px 0px 10px 0px;
    font-family: "Zen Kaku Gothic New", serif;
}
.page-about05 .page-about05__list li:nth-of-type(2) {
    padding-left: 18px;
}
.page-about05 .page-about05__list li:nth-of-type(2) h5 {
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 1px;
	font-weight: 600;
    margin: 20px 0px 35px 0px;
}
.page-about05 .page-about05__list li:nth-of-type(2) p {
    letter-spacing: 2px;
    line-height: 2.2;
}
.page-about05 .p01 {
    text-align: center;
}
.page-about05 iframe {
    width: 100%;
    height: 260px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

@media screen and (max-width:959px) {
    .page-about05 .page-about05-bg::before {
        top: 130px;
        height: calc(100% - 130px);
    }
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:599px) {
    .page-about05 .page-about05-bg {
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 18vw;
    }
    .page-about05 .page-about05-bg::before {
        top: 100px;
        height: calc(100% - 100px);
        border-radius: 20px 20px 0px 0px;
    }
    .page-about05 table th {
        width: 28%;
        padding: 14px 0 12px 0;
    }
    .page-about05 table td {
        padding: 14px 0 12px 0;
    }
    .page-about05 .photo {
        margin: 40px auto 60px auto;
    }
    .page-about05 .page-about05__list {
        margin-bottom: 40px;
    }
    .page-about05 .page-about05__list li {
        width: 100%;
    }
    .page-about05 .page-about05__list li:nth-of-type(1) {
        padding-right: 0px;
    }
    .page-about05 .page-about05__list li:nth-of-type(1) h4 {
        font-size: 24px;
        line-height: 1.6;
        letter-spacing: 3px;
        margin: 0px 0px 10px 0px;
    }
    .page-about05 .page-about05__list li:nth-of-type(2) {
        padding-left: 0px;
    }
    .page-about05 .page-about05__list li:nth-of-type(2) h5 {
        font-size: 12px;
        line-height: 1.6;
        letter-spacing: 1px;
        font-weight: 600;
        margin: 20px 0px 25px 0px;
    }
    .page-about05 .page-about05__list li:nth-of-type(2) p {
        letter-spacing: 1px;
        line-height: 1.8;
    }
    .page-about05 .p01 {
        text-align: left;
    }
    .page-about05 iframe {
        width: 100%;
        height: 260px;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
    }
}


/*	入園案内
---------------------------------*/
.page-information01 {
    padding-bottom: 163px;
}
.page-information01 .contents-inr {
}
.page-information01 .ttl-cmn01 {
    max-width: 839px;
    margin-left: auto;
    margin-right: auto;
}
.page-information01 table {
    width: 100%;
    max-width: 710px;
    border-collapse:separate;
    border-spacing:0px;
    margin: 0 auto 0 auto;
}
.page-information01 table th {
    width: 35%;
    vertical-align: top;
    padding: 14px 0 12px 0;
    border-bottom: rgba(226,224,214,0.5) 1px solid;
}
.page-information01 table tr:last-of-type th {
    border-bottom: none;
}
.page-information01 table td {
    vertical-align: top;
    padding: 14px 0 12px 0;
    border-bottom: rgba(226,224,214,0.5) 1px solid;
}
.page-information01 table tr:last-of-type td {
    border-bottom: none;
}
.page-information01 table p {
    color: #d0ccc2;
}

@media screen and (max-width:959px) {
    .page-information01 {
        padding-bottom: 12vw;
    }
    .page-information01 table th {
        width: 36%;
        padding: 14px 0 12px 0;
    }
    .page-information01 table td {
        padding: 14px 0 12px 0;
    }
    .page-information01 table p {
        color: #000000;
    }
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:599px) {
}

.page-information02 {
    padding-bottom: 130px;
    position: relative;
}
.page-information02::before {
	content: "";
	display: block;
	position: absolute;
	top: -220px;
	left: 0;
	margin: 0;
	width: 100%;
	height: 1400px;
	background: url("../img/information/bg02.webp") no-repeat center top;
	background-size: auto;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: pixelated;
	z-index: -10;
}
.page-information02 .contents-inr {
    max-width: 970px;
}
.page-information02 .ttl-cmn01 {
    max-width: 480px;
}
.page-information02 .p01 {
    position: absolute;
    top: 30px;
    left: 585px;
	font-size: 20px;
	line-height: 2;
	letter-spacing: 2.5px;
	font-weight: 600;
}
.page-information02 .p02 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: 2.5px;
	font-weight: 600;
    margin-top: 30px;
}
.page-information02 table {
    width: 100%;
    max-width: 710px;
    border-collapse:separate;
    border-spacing:0px;
    margin: 0 auto 0 auto;
}
.page-information02 table th {
    vertical-align: middle;
    padding: 14px 0 12px 0;
    border-bottom: rgba(64,54,52,0.5) 1px solid;
}
.page-information02 table tr:last-of-type th {
    border-bottom: none;
}
.page-information02 table td {
    width: 15%;
    vertical-align: middle;
    padding: 14px 0 12px 0;
    border-bottom: rgba(64,54,52,0.5) 1px solid;
}
.page-information02 table tr:last-of-type td {
    border-bottom: none;
}
.page-information02 table th p {
}
.page-information02 table td p {
    text-align: center;
}
.page-information02 table td p span {
    display: block;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 1px;
	font-weight: 700;
}

@media screen and (max-width:959px) {
    .page-information02::before {
        background-size: 168vw;
    }
    .page-information02 {
        padding-bottom: 20vw;
    }
    .page-information02 .ttl-cmn01 {
        margin-left: auto;
        margin-right: auto;
    }
    .page-information02 .p01 {
        position: static;
        font-size: 20px;
        line-height: 1.6;
        letter-spacing: 2px;
        margin-bottom: 15px;
        text-align: center;
    }
    .page-information02 .p01 br {
        display: none;
    }
    .page-information02 .p02 {
        font-size: 13px;
        letter-spacing: 2px;
        margin-top: 30px;
    }
}

@media screen and (max-width:767px) {
    .page-information02::before {
        background-size: 182vw;
    }
}

@media screen and (max-width:599px) {
    .page-information02::before {
    }
    .page-information02 .p01 {
        font-size: 14px;
    }
}

@media screen and (max-width:500px) {
    .page-information02::before {
        background-size: 210vw;
    }
}

.page-information03 {
    padding-bottom: 200px;
    position: relative;
}
.page-information03::before {
	content: "";
	display: block;
	position: absolute;
	top: 60px;
	left: 0;
	margin: 0;
	width: 100%;
	height: 700px;
	background: url("../img/information/bg03.webp") no-repeat center top;
	background-size: auto;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: pixelated;
	z-index: -8;
}
.page-information03::after {
	content: "";
	display: block;
	position: absolute;
	top: 350px;
	left: 0;
	margin: 0;
	width: 100%;
	height: calc(100% - 200px);
	background: #ffffff;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: pixelated;
	z-index: -9;
}
.page-information03 .contents-inr {
    max-width: 950px;
}
.page-information03 h3 {
    text-align: center;
    margin-bottom: 25px;
}
.page-information03 h3 span {
    max-width: 173px;
}
.page-information03 h4 {
	font-size: 27px;
	line-height: 1.4;
	letter-spacing: 3px;
	font-weight: 700;
    color: #ffffff;
    background: #403634;
    border-radius: 28px;
    font-family: "Zen Kaku Gothic New", serif;
    text-align: center;
    padding: 10px 10px 10px 10px;
}

.page-information03 .page-information03__list {
    margin-top: 40px;
}
.page-information03 .page-information03__list li {
    position: relative;
    padding-bottom: 30px;
}
.page-information03 .page-information03__list li:nth-of-type(1) {
    width: 37%;
}
.page-information03 .page-information03__list li:nth-of-type(2) {
    width: 35%;
}
.page-information03 .page-information03__list li:nth-of-type(2)::before {
	content: "";
	display: block;
	position: absolute;
	top: 30%;
	left: 0;
	margin: 0;
	width: 2px;
	height: 70%;
	background: #d0ccc2;
}
.page-information03 .page-information03__list li:nth-of-type(3) {
    width: 28%;
}
.page-information03 .page-information03__list li:nth-of-type(3)::before {
	content: "";
	display: block;
	position: absolute;
	top: 30%;
	left: 0;
	margin: 0;
	width: 2px;
	height: 70%;
	background: #d0ccc2;
}
.page-information03 .page-information03__list li h5 {
    text-align: center;
    margin-bottom: 25px;
}
.page-information03 .page-information03__list li h5 span {
    display: inline-block;
    max-width: 143px;
}
.page-information03 .page-information03__list li p {
    text-align: center;
	font-size: 19px;
	line-height: 1.6;
	letter-spacing: 2px;
	font-weight: 700;
}

.page-information03 .kin {
    margin-bottom: 30px;
    padding: 30px 0 30px 0;
    text-align: center;
	background: url("../img/information/img_information07_04@3x.webp") no-repeat center bottom;
	background-size: 100%;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: pixelated;
}
.page-information03 .kin .span01 {
    display: inline-block;
}
.page-information03 .kin .span01 .span02 {
	font-size: 40px;
	line-height: 1.4;
	letter-spacing: 2.5px;
	font-weight: 700;
    font-family: "Zen Kaku Gothic New", serif;
    margin-right: 30px;
}
.page-information03 .kin .span01 .span03 {
	font-size: 65px;
	line-height: 1.4;
	letter-spacing: 10px;
	font-weight: 700;
    font-family: "Zen Kaku Gothic New", serif;
}
.page-information03 .kin .span01 .span04 {
	font-size: 38px;
	line-height: 1.4;
	letter-spacing: 2px;
	font-weight: 700;
    font-family: "Zen Kaku Gothic New", serif;
    position: relative;
}
.page-information03 .kin .span01 .span04 .span05 {
    position: absolute;
    top: -8px;
    left: -10px;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 1px;
	font-weight: 700;
    font-family: "Zen Kaku Gothic New", serif;
    display: inline-block;
    width: 60px;
}

@media screen and (max-width:959px) {
    .page-information03::before {
        background-size: 168vw;
    }
    .page-information03 {
        padding-bottom: 30vw;
    }
    .page-information03::before {
        top: 10px;
    }
    .page-information03::after {
        top: 200px;
        height: calc(100% - 200px);
    }
}

@media screen and (max-width:767px) {
    .page-information03::before {
        background-size: 182vw;
    }
}

@media screen and (max-width:599px) {
    .page-information03::before {
    }
    .page-information03::after {
        top: 100px;
        height: calc(100% - 100px);
    }
    .page-information03 h3 {
        margin-bottom: 20px;
    }
    .page-information03 h3 span {
        max-width: 150px;
    }
    .page-information03 h4 {
        font-size: 20px;
        letter-spacing: 2px;
        border-radius: 20px;
    }
    .page-information03 .page-information03__list {
        margin-top: 0px;
    }
    .page-information03 .page-information03__list li {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .page-information03 .page-information03__list li:nth-of-type(1) {
        width: 100%;
    }
    .page-information03 .page-information03__list li:nth-of-type(2) {
        width: 100%;
    }
    .page-information03 .page-information03__list li:nth-of-type(2)::before {
        top: 0;
        width: 100%;
        height: 1px;
    }
    .page-information03 .page-information03__list li:nth-of-type(3) {
        width: 100%;
    }
    .page-information03 .page-information03__list li:nth-of-type(3)::before {
        top: 0;
        width: 100%;
        height: 1px;
    }
    .page-information03 .page-information03__list li h5 {
        margin-bottom: 15px;
    }
    .page-information03 .page-information03__list li h5 span {
        max-width: 120px;
    }
    .page-information03 .page-information03__list li p {
        font-size: 16px;
    }
    .page-information03 .kin {
        margin-bottom: 30px;
        padding: 20px 0 10px 0;
        text-align: center;
        background: url("../img/information/img_information07_04@3x.webp") no-repeat center bottom;
        background-size: 110%;
        -ms-interpolation-mode: nearest-neighbor;
        image-rendering: pixelated;
    }
    .page-information03 .kin .span01 {
        display: inline-block;
        margin-right: 10px;
    }
    .page-information03 .kin .span01 .span02 {
        font-size: 22px;
        letter-spacing: 1px;
        margin-right: 15px;
    }
    .page-information03 .kin .span01 .span03 {
        font-size: 36px;
        letter-spacing: 5px;
    }
    .page-information03 .kin .span01 .span04 {
        font-size: 22px;
        letter-spacing: 1px;
    }
    .page-information03 .kin .span01 .span04 .span05 {
        top: -10px;
        left: -18px;
    }
}

@media screen and (max-width:500px) {
    .page-information03::before {
        background-size: 210vw;
    }
}

@media screen and (max-width:320px) {
    .page-information03 .kin .span01 .span02 {
        font-size: 20px;
        letter-spacing: 1px;
        margin-right: 15px;
    }
    .page-information03 .kin .span01 .span03 {
        font-size: 30px;
        letter-spacing: 5px;
    }
    .page-information03 .kin .span01 .span04 {
        font-size: 20px;
        letter-spacing: 1px;
    }
    .page-information03 .kin .span01 .span04 .span05 {
        top: -10px;
        left: -19px;
    }
}

.page-information04 {
    padding-bottom: 180px;
    position: relative;
}
.page-information04::before {
	content: "";
	display: block;
	position: absolute;
	top: -70px;
	left: 0;
	margin: 0;
	width: 100%;
	height: 1300px;
	background: url("../img/information/bg04.webp") no-repeat center top;
	background-size: auto;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: pixelated;
	z-index: -8;
}
.page-information04 .contents-inr {
}
.page-information04 .ttl-cmn01 {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}
.page-information04 .page-information04-box {
    margin-bottom: 90px;
    width: 350px;
    position: relative;
}
.page-information04 .page-information04-box h4 {
	font-size: 22px;
	line-height: 1.4;
	letter-spacing: 2px;
	font-weight: 700;
    padding: 0 0 6px 0;
    margin-bottom: 12px;
    border-bottom: rgba(64,54,52,0.5) 1px solid;
}
.page-information04 .page-information04-box p {
}
.page-information04 .page-information04-box.box01 {
    margin-left: 19%;
}
.page-information04 .page-information04-box.box01 .no {
    position: absolute;
    top: -30px;
    right: calc(100% + 30px);
    width: 100px;
}
.page-information04 .page-information04-box.box01 .photo {
    position: absolute;
    top: -30px;
    left: calc(100% + 30px);
    width: 335px;
}
.page-information04 .page-information04-box.box02 {
    margin-left: 35%;
}
.page-information04 .page-information04-box.box02 .no {
    position: absolute;
    top: -20px;
    right: calc(100% + 30px);
    width: 100px;
}
.page-information04 .page-information04-box.box02 .photo {
    position: absolute;
    top: -50px;
    left: calc(100% + 30px);
    width: 322px;
}
.page-information04 .page-information04-box.box03 {
    margin-left: 19%;
}
.page-information04 .page-information04-box.box03 .no {
    position: absolute;
    top: -30px;
    right: calc(100% + 30px);
    width: 100px;
}
.page-information04 .page-information04-box.box03 .photo {
    position: absolute;
    top: -20px;
    left: calc(100% + 30px);
    width: 335px;
}
.page-information04 .page-information04-box.box04 {
    margin-left: 35%;
    margin-bottom: 130px;
}
.page-information04 .page-information04-box.box04 .no {
    position: absolute;
    top: -35px;
    right: calc(100% + 30px);
    width: 100px;
}
.page-information04 .page-information04-box.box04 .photo {
    position: absolute;
    top: -60px;
    left: calc(100% + 30px);
    width: 322px;
}
.page-information04 .page-information04-box.box05 {
    margin-left: 18%;
    margin-bottom: 130px;
}
.page-information04 .page-information04-box.box05 .no {
    position: absolute;
    top: -35px;
    right: calc(100% + 30px);
    width: 100px;
}
.page-information04 .page-information04-box.box05 .photo {
    position: absolute;
    top: -20px;
    left: calc(100% + 30px);
    width: 334px;
}
.page-information04 .page-information04-box.box06 {
    margin-left: 34%;
}
.page-information04 .page-information04-box.box06 .no {
    position: absolute;
    top: -20px;
    right: calc(100% + 30px);
    width: 100px;
}
.page-information04 .page-information04-box.box06 .photo {
    position: absolute;
    top: -55px;
    left: calc(100% + 40px);
    width: 322px;
}

@media screen and (max-width:959px) {
    .page-information04::before {
        background-size: 168vw;
    }
    .page-information04::before {
        top: -30px;
    }
}

@media screen and (max-width:767px) {
    .page-information04::before {
        background-size: 182vw;
    }
}

@media screen and (max-width:599px) {
    .page-information04::before {
    }
    .page-information04 {
        padding-bottom: 28vw;
    }
    .page-information04 .ttl-cmn01 {
        margin-bottom: 30px;
    }
    .page-information04 .page-information04-box {
        margin-bottom: 30px;
        width: 100%;
    }
    .page-information04 .page-information04-box h4 {
        font-size: 18px;
        line-height: 1.4;
        letter-spacing: 1px;
        padding: 0 0 4px 0;
        margin-bottom: 10px;
        margin-left: 80px;
    }
    .page-information04 .page-information04-box p {
        margin-left: 80px;
    }
    .page-information04 .page-information04-box.box01 {
        margin-left: 0;
    }
    .page-information04 .page-information04-box.box01 .no {
        position: absolute;
        top: auto;
        bottom: 30px;
        right: auto;
        left: -5px;
        width: 80px;
    }
    .page-information04 .page-information04-box.box01 .photo {
        position: static;
        margin-left: auto;
        margin-right: auto;
        width: 70%;
        text-align: center;
    }
    .page-information04 .page-information04-box.box02 {
        margin-left: 0;
    }
    .page-information04 .page-information04-box.box02 .no {
        position: absolute;
        top: auto;
        bottom: 30px;
        right: auto;
        left: -10px;
        width: 80px;
    }
    .page-information04 .page-information04-box.box02 .photo {
        position: static;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        text-align: center;
        margin-bottom: 10px;
    }
    .page-information04 .page-information04-box.box03 {
        margin-left: 0;
    }
    .page-information04 .page-information04-box.box03 .no {
        position: absolute;
        top: auto;
        bottom: 30px;
        right: auto;
        left: -10px;
        width: 80px;
    }
    .page-information04 .page-information04-box.box03 .photo {
        position: static;
        margin-left: auto;
        margin-right: auto;
        width: 70%;
        text-align: center;
    }
    .page-information04 .page-information04-box.box04 {
        margin-left: 0;
        margin-bottom: 30px;
    }
    .page-information04 .page-information04-box.box04 .no {
        position: absolute;
        top: auto;
        bottom: -5px;
        right: auto;
        left: -10px;
        width: 80px;
    }
    .page-information04 .page-information04-box.box04 .photo {
        position: static;
        margin-left: auto;
        margin-right: auto;
        width: 70%;
        text-align: center;
        margin-bottom: 15px;
    }
    .page-information04 .page-information04-box.box05 {
        margin-left: 0;
        margin-bottom: 30px;
    }
    .page-information04 .page-information04-box.box05 .no {
        position: absolute;
        top: auto;
        bottom: 30px;
        right: auto;
        left: -10px;
        width: 80px;
    }
    .page-information04 .page-information04-box.box05 .photo {
        position: static;
        margin-left: auto;
        margin-right: auto;
        width: 70%;
        text-align: center;
    }
    .page-information04 .page-information04-box.box06 {
        margin-left: 0;
    }
    .page-information04 .page-information04-box.box06 .no {
        position: absolute;
        top: auto;
        bottom: 30px;
        right: auto;
        left: -10px;
        width: 80px;
    }
    .page-information04 .page-information04-box.box06 .photo {
        position: static;
        margin-left: auto;
        margin-right: auto;
        width: 70%;
        text-align: center;
        margin-bottom: 15px;
    }
}

@media screen and (max-width:500px) {
    .page-information04::before {
        background-size: 210vw;
    }
}

.page-information05 {
    padding-bottom: 290px;
    position: relative;
}
.page-information05::before {
	content: "";
	display: block;
	position: absolute;
	top: -230px;
	left: 0;
	margin: 0;
	width: 100%;
	height: 1060px;
	background: url("../img/information/bg05.webp") no-repeat center top;
	background-size: auto;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: pixelated;
	z-index: -8;
}
.page-information05 .contents-inr {
}
.page-information05 .ttl-cmn01 {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
.page-information05 p {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 90px;
    color: #ffffff;
}

@media screen and (max-width:959px) {
    .page-information05::before {
        background-size: 168vw;
    }
}

@media screen and (max-width:767px) {
    .page-information05::before {
        background-size: 182vw;
    }
}

@media screen and (max-width:599px) {
    .page-information05::before {
        top: -110px;
    }
    .page-information05 {
        padding-bottom: 22vw;
    }
    .page-information05 .ttl-cmn01 {
        margin-bottom: 20px;
    }
    .page-information05 p {
        margin-bottom: 25px;
    }
}

@media screen and (max-width:500px) {
    .page-information05::before {
        background-size: 230vw;
    }
}

@media screen and (max-width:375px) {
    .page-information05::before {
        top: -90px;
    }
}

@media screen and (max-width:360px) {
    .page-information05::before {
        top: -80px;
    }
}

@media screen and (max-width:320px) {
    .page-information05::before {
        top: -60px;
    }
}

.page-information06 {
    padding-bottom: 170px;
}
.page-information06 .contents-inr {
    max-width: 760px;
}
.page-information06 .ttl-cmn01 {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.page-information06 .page-information06-q {
    margin-bottom: 20px;
}
.page-information06 .page-information06-q li:nth-of-type(1) {
    width: 66px;
    font-family: "Oswald", serif;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 1;
    color: #ffffff;
    background: #c09e49;
    text-align: center;
    padding: 11px 0 10px 8px;
}
.page-information06 .page-information06-q li:nth-of-type(2) {
    width: calc(100% - 66px);
    background: #ffffff;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.6;
    padding: 14px 20px 10px 20px;
}
.page-information06 .p01 {
    margin-left: 6%;
    margin-right: 6%;
    margin-bottom: 40px;
}

@media screen and (max-width:959px) {
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:599px) {
    .page-information06 {
        padding-bottom: 22vw;
    }
    .page-information06 .ttl-cmn01 {
        margin-bottom: 30px;
    }
    .page-information06 .page-information06-q {
        margin-bottom: 15px;
    }
    .page-information06 .page-information06-q li:nth-of-type(1) {
        width: 40px;
        font-size: 22px;
        letter-spacing: 1px;
        padding: 10px 0 10px 6px;
    }
    .page-information06 .page-information06-q li:nth-of-type(2) {
        width: calc(100% - 40px);
        font-size: 16px;
        letter-spacing: 2px;
        padding: 11px 15px 8px 15px;
    }
    .page-information06 .p01 {
        margin-left: 3%;
        margin-right: 3%;
        margin-bottom: 30px;
    }
}


/*	園での生活
---------------------------------*/
.page-life01 {
    padding-bottom: 170px;
    position: relative;
}
.page-life01::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
    background: #ffffff;
    z-index: -12;
}
.page-life01 .contents-inr {
}
.page-life01 .ttl-cmn01 {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}
.page-life01 .p01 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 110px;
    color: #000000;
}

.page-life01 .page-life01__list {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
}
.page-life01 .page-life01__list li {
    width: calc((100% - 12px) / 2);
    margin-right: 12px;
    position: relative;
}
.page-life01 .page-life01__list li:nth-of-type(1) {
	background-color: #ffffff;
	background-image: url("../img/life/img_life12.png");
	background-position: center bottom;
	background-repeat: no-repeat;
    background-size: auto;
    border-radius: 22px;
    border: #356889 7px solid;
}
.page-life01 .page-life01__list li:nth-of-type(2) {
    margin-right: 0px;
	background-color: #ffffff;
    border-radius: 22px;
    border: #538270 7px solid;
}
.page-life01 .page-life01__list li h4 {
    position: absolute;
    bottom: calc(100% + 6px);
    left: 0;
    width: 100%;
    text-align: center;
}
.page-life01 .page-life01__list li h4 img {
    max-width: 330px;
}
.page-life01 .page-life01__list li .img01 {
    text-align: center;
}
.page-life01 .page-life01__list li .img01 img {
    max-width: 60%;
}
.page-life01 .page-life01__list li table {
    width:70%;
    border-collapse:separate;
    border-spacing:0px;
    margin: 22px auto 20px auto;
}
.page-life01 .page-life01__list li table th {
    width: 40%;
    vertical-align: top;
    padding: 12px 0 10px 0;
    border-bottom: rgba(53,104,137,0.5) 1px solid;
	font-size: 21px;
	line-height: 1.4;
	letter-spacing: 2.5px;
	font-weight: 700;
}
.page-life01 .page-life01__list li:nth-of-type(2) table th {
    border-bottom: rgba(83,130,112,0.5) 1px solid;
}
.page-life01 .page-life01__list li table th span {
    margin-top: -5px;
    display: inline-block;
    vertical-align: top;
	font-size: 21px;
	line-height: 1.6;
	letter-spacing: 2.5px;
    font-family: "Kanit", serif;
    font-weight: 600;
}
.page-life01 .page-life01__list li table tr:last-of-type th {
    border-bottom: none;
}
.page-life01 .page-life01__list li table td {
    vertical-align: top;
    padding: 12px 0 10px 0;
    border-bottom: rgba(53,104,137,0.5) 1px solid;
}
.page-life01 .page-life01__list li:nth-of-type(2) table td {
    border-bottom: rgba(83,130,112,0.5) 1px solid;
}
.page-life01 .page-life01__list li table tr:last-of-type td {
    border-bottom: none;
}
.page-life01 .page-life01__list li table td h5 {
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 2.5px;
    font-weight: 700;
    color: #007081;
}
.page-life01 .page-life01__list li:nth-of-type(2) table td h5 {
    color: #00887c;
}
.page-life01 .page-life01__list li table td p {
	line-height: 1.6;
}

@media screen and (max-width:959px) {
    .page-life01 {
        padding-bottom: 120px;
    }
    .page-life01 .p01 {
        margin-bottom: 100px;
    }
    .page-life01 .page-life01__list li {
        width: 100%;
        margin-right: 0px;
    }
    .page-life01 .page-life01__list li:nth-of-type(1) {
        background-size: 100px;
        border-radius: 20px;
        margin-bottom: 100px;
        padding-bottom: 60px;
    }
    .page-life01 .page-life01__list li:nth-of-type(2) {
        border-radius: 20px;
    }
    .page-life01 .page-life01__list li h4 img {
        max-width: 200px;
    }
    .page-life01 .page-life01__list li table {
        width:90%;
    }
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:599px) {
    .page-life01 {
        padding-bottom: 80px;
    }
    .page-life01 .page-life01__list li:nth-of-type(1) {
        margin-bottom: 70px;
    }
    .page-life01 .p01 {
        margin-bottom: 80px;
    }
    .page-life01 .page-life01__list li table {
        margin: 16px auto 14px auto;
    }
    .page-life01 .page-life01__list li table th {
        width: 38%;
        padding: 12px 0 8px 0;
        font-size: 16px;
        line-height: 1.4;
        letter-spacing: 2px;
    }
    .page-life01 .page-life01__list li table th span {
        margin-top: -4px;
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 2px;
    }
    .page-life01 .page-life01__list li table td {
        padding: 10px 0 8px 0;
    }
    .page-life01 .page-life01__list li table td h5 {
        font-size: 16px;
        letter-spacing: 2;
    }
}

.page-life02 {
    padding-bottom: 255px;
}
.page-life02 .contents-inr {
	max-width: 1200px;
}
.page-life02 .ttl-cmn01 {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}

.page-life02 .page-life02__list {
}
.page-life02 .page-life02__list li {
    width: calc((100% - 40px) / 2);
    margin: 0px 40px 35px 0px;
    padding: 35px 10px 220px 16%;
    position: relative;
}
.page-life02 .page-life02__list li:nth-of-type(2n) {
    margin: 0px 0px 35px 0px;
}
.page-life02 .page-life02__list li:nth-of-type(1) {
	background-color: #ffffff;
	background-image: url("../img/life/img_life06_02@3x.webp");
	background-position: center calc(100% - 15px);
	background-repeat: no-repeat;
    background-size: 93%;
    border-radius: 22px;
    border: #b7665b 7px solid;
}
.page-life02 .page-life02__list li:nth-of-type(2) {
	background-color: #ffffff;
	background-image: url("../img/life/img_life07_02@3x.webp");
	background-position: center calc(100% - 15px);
	background-repeat: no-repeat;
    background-size: 93%;
    border-radius: 22px;
    border: #538270 7px solid;
}
.page-life02 .page-life02__list li:nth-of-type(3) {
	background-color: #ffffff;
	background-image: url("../img/life/img_life08_02@3x.webp");
	background-position: center calc(100% - 15px);
	background-repeat: no-repeat;
    background-size: 93%;
    border-radius: 22px;
    border: #c09e49 7px solid;
}
.page-life02 .page-life02__list li:nth-of-type(4) {
	background-color: #ffffff;
	background-image: url("../img/life/img_life09_02@3x.webp");
	background-position: center calc(100% - 15px);
	background-repeat: no-repeat;
    background-size: 93%;
    border-radius: 22px;
    border: #356889 7px solid;
}
.page-life02 .page-life02__list li:nth-of-type(1) h4 {
    position: absolute;
    top: -22px;
    left: -20px;
    width: 158px;
}
.page-life02 .page-life02__list li:nth-of-type(2) h4 {
    position: absolute;
    top: -36px;
    left: -26px;
    width: 153px;
}
.page-life02 .page-life02__list li:nth-of-type(3) h4 {
    position: absolute;
    top: -16px;
    left: -32px;
    width: 171px;
}
.page-life02 .page-life02__list li:nth-of-type(4) h4 {
    position: absolute;
    top: -24px;
    left: -33px;
    width: 163px;
}
.page-life02 .page-life02__list li p {
	font-size: 18px;
	line-height: 2;
	letter-spacing: 2.5px;
    font-weight: 600;
}

@media screen and (max-width:959px) {
    .page-life02 .ttl-cmn01 {
        margin-bottom: 60px;
    }
    .page-life02 .page-life02__list li {
        width: calc((100% - 30px) / 2);
        margin: 0px 30px 30px 0px;
        padding: 35px 10px 20vw 14%;
    }
    .page-life02 .page-life02__list li:nth-of-type(2n) {
        margin: 0px 0px 30px 0px;
    }
    .page-life02 .page-life02__list li:nth-of-type(1) h4 {
        width: 100px;
    }
    .page-life02 .page-life02__list li:nth-of-type(2) h4 {
        width: 100px;
    }
    .page-life02 .page-life02__list li:nth-of-type(3) h4 {
        width: 120px;
    }
    .page-life02 .page-life02__list li:nth-of-type(4) h4 {
        width: 110px;
    }
    .page-life02 .page-life02__list li p {
        letter-spacing: 2px;
    }
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:599px) {
    .page-life02 {
        padding-bottom: 100px;
    }
    .page-life02 .ttl-cmn01 {
        margin-bottom: 30px;
    }
    .page-life02 .page-life02__list li {
        width: 100%;
        margin: 0px 0px 30px 0px;
        padding: 20px 10px 38vw 20%;
    }
    .page-life02 .page-life02__list li:nth-of-type(2n) {
        margin: 0px 0px 30px 0px;
    }
    .page-life02 .page-life02__list li:nth-of-type(1) {
        background-size: 90%;
    }
    .page-life02 .page-life02__list li:nth-of-type(2) {
        background-size: 90%;
    }
    .page-life02 .page-life02__list li:nth-of-type(3) {
        background-size: 90%;
    }
    .page-life02 .page-life02__list li:nth-of-type(4) {
        background-size: 90%;
    }
    .page-life02 .page-life02__list li:nth-of-type(1) h4 {
        top: -22px;
        left: -20px;
        width: 70px;
    }
    .page-life02 .page-life02__list li:nth-of-type(2) h4 {
        top: -33px;
        left: -21px;
        width: 70px;
    }
    .page-life02 .page-life02__list li:nth-of-type(3) h4 {
        top: -20px;
        left: -26px;
        width: 80px;
    }
    .page-life02 .page-life02__list li:nth-of-type(4) h4 {
        top: -30px;
        left: -23px;
        width: 75px;
    }
    .page-life02 .page-life02__list li p {
        font-size: 16px;
        line-height: 1.8;
        letter-spacing: 1px;
    }
}

.page-life03 {
    padding-bottom: 380px;
    position: relative;
}
.page-life03::before {
	content: "";
	display: block;
	position: absolute;
	top: -200px;
	left: 0;
	margin: 0;
	width: 100%;
	height: calc(100% + 200px);
	background: url("../img/life/bg02.webp") no-repeat center top;
	background-size: auto;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: pixelated;
	z-index: -8;
}
.page-life03 .contents-inr {
}
.page-life03 .ttl-cmn01 {
    margin-bottom: 40px;
}

.page-life03 .page-life03-slider {
}
.page-life03 .page-life03-slider .slider-1-2 {
    max-width: 100%;
    height: 320px;
    margin-left: auto;
    margin-right: auto;
}
.page-life03 .page-life03-slider .slider-1-2 .slick-slide {
    width: 450px;
    height: 320px;
    margin: 0 10px 0 10px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page-life03 .page-life03-slider .slider-1-2 .slick-arrow {
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
}
.page-life03 .page-life03-slider .slider-1-2 .slick-next {
    background: url("../img/cmn/icon_slide_right.svg") no-repeat center center !important;
    background-size: contain !important;
    width: 48px !important;
    height: 48px !important;
    position: absolute;
    bottom: -80px;
    right: calc(50% - 57px);
    z-index: 1006;
}
.page-life03 .page-life03-slider .slider-1-2 .slick-prev {
    background: url("../img/cmn/icon_slide_left.svg") no-repeat center center !important;
    background-size: contain !important;
    width: 48px !important;
    height: 48px !important;
    position: absolute;
    bottom: -80px;
    left: calc(50% - 57px);
    z-index: 1006;
}

@media screen and (max-width:959px) {
    .page-life03 {
        padding-bottom: 28vw;
    }
    .page-life03::before {
        background-size: 170vw;
    }
    .page-life03 .ttl-cmn01 {
        margin-bottom: 30px;
    }
    .page-life03 .page-life03-slider .slider-1-2 {
        height: 35vw;
    }
    .page-life03 .page-life03-slider .slider-1-2 .slick-slide {
        width: 40vw;
        height: 35vw;
    }
    .page-life03 .page-life03-slider .slider-1-2 .slick-next {
        bottom: -3vw;
    }
    .page-life03 .page-life03-slider .slider-1-2 .slick-prev {
        bottom: -3vw;
    }
}

@media screen and (max-width:767px) {
    .page-life03::before {
        background-size: 195vw;
    }
    .page-life03 .page-life03-slider .slider-1-2 .slick-next {
        width: 7vw !important;
        height: 7vw !important;
        right: calc(50% - 8vw);
    }
    .page-life03 .page-life03-slider .slider-1-2 .slick-prev {
        width: 7vw !important;
        height: 7vw !important;
        left: calc(50% - 8vw);
    }
}

@media screen and (max-width:599px) {
    .page-life03::before {
        top: -80px;
        height: calc(100% + 80px);
    }
}

@media screen and (max-width:500px) {
    .page-life03::before {
        background-size: 220vw;
    }
}


/*	お問い合わせ
---------------------------------*/
.page-contact01 {
    padding-bottom: 280px;
    position: relative;
}
.page-contact01::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
    background: #ffffff;
    z-index: -12;
}
.page-contact01 .contents-inr {
}
.page-contact01 .ttl-cmn01 {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}
.page-contact01 .p01 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

@media screen and (max-width: 959px) {
    .page-contact01 {
        padding-bottom: 200px;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 599px) {
    .page-contact01 {
        padding-bottom: 100px;
    }
}

