@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&family=Quicksand:wght@300..700&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	overflow-x: hidden;
	overflow-y: auto;
}
body {
	width: 100%;
	font-size: 16px;
	line-height: 1.5em;
	position: relative;
	color: #3A281B;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	overflow: hidden;
	overflow-y: auto;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 0.5px;
	background: #f9f7f2;
}
img {
	max-width:100%;
	 -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
}
.container {
	padding-right: 0;
	padding-left: 0;
}
body,
li,
address {
	line-height: 1.5em;
}
input,
button,
select,
textarea {
	font-size: 16px;
	/* -webkit-appearance: none;*/
}
p {
	font-size: 16px;
	margin: 0 0 10px;
}
a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: inherit;
}
a:hover {
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 10px 0 10px 0;
	line-height: 1.5em;
	color: #111;
}

a[href^="tel"] {
	color: inherit;
	text-decoration: none;
}
input[type=text],
input[type=email],
input[type=password],
textarea {
	-webkit-appearance: none;
}
.center {
	text-align: center;
}
.container {
	width: 1100px;
	max-width: 1100px;
}
.show-tb {
	display: none;
}
.show-sp {
	display: none;
}
.animate__animated {
	visibility: hidden;
}

/****************/
.feature-section {
	padding-top: 100px;
	position: relative;
	z-index: 2;
}
.title-h {
	font-weight: bold;
	font-size: 35px;
	text-align: center;
	margin: 0 0 30px 0;
	color: #000;
}
.feature-blk h3 {
	font-size: 27px;
	font-weight: bold;
	color: #0B786B;
	margin: 35px 0 20px 0;
	text-align: center;
}
.feature-blk p {
	line-height: 2em;
	font-weight: 500;
}
.center {
	text-align: center;
}
.feature-blk img {
	max-width: 200px;
}
.feature-section .row {
	margin-left: -30px;
	margin-right: -30px;
}
.feature-section [class*="col-"]{
	padding-left: 30px;
	padding-right: 30px;
}
.feature-section .title-h {
	margin-bottom: 50px;
}
.btn-a {
	text-align: center;
	margin-top: 25px;
}
.btn1 {
	width:  260px;
	height: 60px;
	border-radius: 30px;
	background: #fff;
	border: solid 2px #0B786B;
	text-align: center;
	color: #0B786B;
	font-size: 16px;
	font-weight: 900;
	display: inline-block;
	line-height: 56px;
	padding-right: 18px;
}
.btn1 span {
	position: relative;
	display: inline-block;
}
.btn1 span:after {
	content: '';
	display: block;
	background: url("../img/open_in_new.png") no-repeat;
	width: 18px;
	height: 18px;
	background-size: 18px 18px;
	position: absolute;
	right: -28px;
	top: 50%;
	margin-top: -9px;
}
.btn1:hover {
	background: #0B786B;
	color: #fff;
}
.btn1:hover span:after {
	background: url("../img/open_in_new2.png") no-repeat;
	background-size: 18px 18px;
}
.info-section {
	padding-top: 70px;
	position: relative;
	z-index: 2;
}
.info-bg {
	background: #fff;
	border-radius: 50px;
	overflow: hidden;
}
.flex-r {
	display: flex;
}
.info-bg h3 {
	font-size: 27px;
	font-weight: 900;
	color: #0B786B;
	margin-bottom: 30px;
	margin-top: 0;
}
.info-bg p {
	font-weight: 500;
	line-height: 2em;
	font-size: 18px;
	margin-bottom: 30px;
}
.info-txt {
	padding: 65px 70px 0 70px;
}
.info-img {
	width: 360px;
}
.info-img img {
	width: 360px;
}
.info-txt {
	flex: 1;
}
.left1 {
	width: 250px;
	overflow: hidden;
}
.left1 div {
	float: right;
	font-size: 16px;
}
.left1 span {
	font-size: 18px;
}
.left1 label {
	font-size: 23px;
	font-weight: 900;
	display: block;
	margin: 3px 0;
}
.right1 {
	flex: 1;
	padding: 0 70px;
	font-size: 15px;
	line-height: 2em;
}
.info-1 {
	margin-top: 30px;
	margin-bottom: 60px;
}
.price-section {
	padding-top: 110px;
	position: relative;
	z-index: 2;
}
.price-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -30px;
	margin-right: -30px;
}
.price-list .item {
	padding: 0 30px;
	width: 50%;
	margin-bottom: 40px;
}
.price-blk {
	background: #fff;
	border-radius: 20px;
	padding: 30px 50px 40px 50px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.price-blk .no-image {
	display: flex;
	align-items: center;
	vertical-align: middle;
	width: 100%;
	height: 223px;
	background: #EEE5D8;
	padding: 40px;
}
.price-blk h3 {
	font-weight: 900;
	font-size: 33px;
	color: #0B786B;
	margin: 20px 0;
}
.price-blk p {
	font-weight: 500;
	line-height: 2em;
}
.price-info {
	margin-top: 20px;
	padding-top: 25px;
	border-top: solid 1px #645B5B;
	font-size: 19px;
	height: 85px;
}
.price-info span {
	font-size: 16px;
}
.location-section {
	padding-top: 110px;
	position: relative;
	z-index: 2;
}
.location-section .title-h {
	margin-bottom: 50px;
}
.location-bg {
	background: #fff;
	position: relative;
	border-radius: 50px;
}
.location-bg > div {
	display: flex;
	overflow: hidden;
	border-radius: 50px;
}
.location-bg:before {
	content: '';
	background: url("../img/location-img.png") no-repeat;
	width: 170px;
	height: 215px;
	background-size: 170px auto;
	position: absolute;
	top: -175px;
	left: -10px;
}
.location-map {
	width: 560px;
	height: 100%;
	line-height: 1.8em;
}
.location-desc {
	flex: 1;
	padding: 70px 50px 70px 70px;
	line-height: 1.8em;
}
.working-hours {
	margin-top: 22px;
	padding-top: 22px;
	border-top: solid 1px #645B5B;
}
.working-hours span {
	font-size: 20px;
	font-weight: 700;
}
.wh-bg {
	display: block;
	color: #000;
	background: #EEE5D8;
	border-radius: 15px;
	width: 100%;
	height: 60px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height:  60px;
	margin-top: 20px;
}
.location-desc strong {
	margin-bottom: 20px;
	display: block;
}
.location-map iframe {
	width: 560px;
	height: 410px;
}
.outfit-font {
	font-family: "Outfit", sans-serif;
}
.contact-bg {
	background: #0B786B;
	margin-left: -50px;
	margin-right: -50px;
	border-radius: 50px;
	display: flex;
	padding: 60px 0;
}
.contact-intro {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	width: 50%;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
	border-right: 1px #fff solid;
	position: relative;
	padding-left: 45px;
}
.contact-intro:before {
	content: '';
	background: url("../img/contact-img.png") no-repeat;
	width: 290px;
	height: 115px;
	background-size: 290px auto;
	position: absolute;
	display: block;
	top: -70px;
	left: 50%;
	margin-left: -115px;
}
.contact-section {
	padding-top: 140px;
}
.contact-btn-blk {
	width: 50%;
	padding: 0 75px;
}
.contact-btn {
	display: inline-block;
	height: 80px;
	width: 350px;
	background: #0B786B;
	padding: 0 20px;
	line-height: 80px;
	border-radius: 15px;
	color: #fff !important;
	font-size: 25px;
	font-weight: 700;
}
.contact-btn:hover {
	background: #159E8E;
	color: #fff;
}
.contact-btn img {
	width: 60px;
	margin-right: 15px;
	margin-top: -5px;
}
.banner {
	display: inline-block;
}
.banner img {
	width: 500px;
}
.banner:hover {
	opacity: 0.7;
}
.banner-section {
	padding-top: 100px;
}
.banner-section .row {
	margin-left: -40px;
	margin-right: -40px;
}
.banner-section [class*="col-"]{
	padding: 0 40px;
}
.banner-section .row > div:first-child {
	text-align: right;
}
.banner-section .row > div:last-child {
	text-align: left;
}
.copyright {
	text-align: center;
	padding: 90px 20px;
	font-size: 16px;
	font-weight: 700;
}
.deco1-bg {
	position: relative;
}
.deco1-bg:after {
	content: '';
	display: block;
	background: #EEE5D8;
	height: 1160px;
	position: absolute;
	right: 0;
	top: 120px;
	width: calc((100% - 1200px)/2 + 184px);
	z-index: 0;
	border-radius: 50px 0 0 50px;
}
.deco2-bg {
	position: relative;
}
.deco2-bg:after {
	content: '';
	display: block;
	background: #EEE5D8;
	height: calc(100% - 80px);
	position: absolute;
	top: 144px;
	left: calc((100% - 1200px)/2/2);
	width: calc(100% - (100% - 1200px)/2);
	z-index: 1;
	border-radius: 50px;
}
.header {
	width: 1400px;
	margin: 0 auto;
	height: 100px;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	background: #f9f7f1;
}
.header-wrap.fixed {
	box-shadow: 0 0 8px rgba(0,0,0,0.15);
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(255,255,255,0.4);
}
.header-wrap.fixed .header {
	background: none;
}
.logo img {
	width: 252px;
}
.logo {
	padding-top: 24px;
}
.menu-blk {
	flex: 1;
	text-align: right;
}
.menu-blk ul {
	margin: 35px 60px 0 0;
	padding: 0;
	overflow: hidden;
	display: inline-block;
}
.menu-blk ul li {
	list-style: none;
	float: left;
	margin: 0 20px;
}
.menu-blk ul li a {
	font-size: 17px;
	font-weight: 700;
	color: #3A281B;
	position: relative;
}	
.menu-blk ul li a:hover {
	color: #0B786B;
}
.menu-blk ul li a:hover:after {
	content: '';
	display: inline-block;
	background: url("../img/ar-down.png") no-repeat;
	width: 14px;
	height: 6px;
	right: -18px;
	top: 11px;
	position: absolute;
}
.menu-scroll li a.active {
	color: #0B786B;
}
.header-phone {
	width: 260px;
	height: 100px;
	padding: 0 20px;
	line-height: 100px;
	color: #0B786B;
	font-size: 23px;
	font-weight: 700;
	font-family: "Outfit", sans-serif;
}	
.header-phone img {
	width: 24px;
	margin-right: 5px;
	margin-top: -3px;
}
.main-visual {
	width: calc(100% - 100px);
	border-radius: 0 50px 50px 0;
	height: 650px;
	background: url("../img/key-visual.jpg") no-repeat bottom left;
	background-size: cover;
	position: relative;
}	
.right-fix-blk {
	position: fixed;
	right: 50px;
	top: 50%;
	margin-top: -130px;
	width: 100px;
	text-align: center;
	z-index: 9999;
}
.right-line {
	width: 90px;
	height: 250px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 26px;
	border-radius: 15px;
	background: #0B786B;
	padding: 30px 0;
	display: inline-block;
	line-height: 40px;
}
.right-line:before {
	content: '';
	background: url("../img/deco0.png") no-repeat;
	width: 116px;
	height: 115px;
	background-size: 116px auto;
	display: block;
	position: absolute;
	top: -95px;
	left: -12px;
}
.right-line img {
	width: 60px;
	margin-top: 10px;
}
.right-line:hover {
	color: #fff;
	background: #159E8E;
}
.right-fb {
	width: 90px;
	height: 90px;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	background: #fff;
	padding: 15px 0;
	margin-top: 20px;
}
.right-fb img {
	width: 60px;
}
.right-fb:hover {
	background: #0866ff;
}
.working-hours-top {
	width: 600px;
	height: 80px;
	border-radius: 15px;
	background: #EEE5D8;
	line-height: 80px;
	font-size: 18px;
	font-weight: 700;
	position: absolute;
	bottom: -40px;
	right: 130px;
	text-align: center;
}
.working-hours-top span {
	display: inline-block;
	margin: 0 5px;
}
.main-txt h1 {
	font-size: 70px;
	font-family: "Outfit", sans-serif;
	color: #fff;
	font-weight: 700;
	margin: 0 0 20px 0;
	line-height: 1em;
	text-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.main-txt span {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	display: block;
	margin: 0 0 20px 0;
}
.list-fe {
	display: flex;
}
.list-fe label {
	color: #3A281B;
	font-size: 30px;
	font-weight: 900;
	background: rgba(255,255,255,0.75);
	border-radius: 10px;
	padding: 0 20px;
	height: 80px;
	line-height: 80px;
	margin-right: 20px;
}
.main-visual {
	padding-left: 100px;
	padding-top: 180px;
}
.fix-menu-sp {
	display: none;
}
.btn-sp {
	cursor: pointer;
}
.blk-txt {
    color: #111;
}
.flex-row {
	display: flex;
}
.flex-row .item-2 {
	width: 50%;
}
.flex-r.info-1 {
	flex-direction: column;
	justify-content: center;
}
.info-img {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.left1 {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-bottom: 20px;
}
.left1 div {
	float: none;
}
.right1 {
	padding: 0 70px;
}
.info-bg .flex-row {
	padding-right: 50px;
	padding-left: 50px;
}

