@charset "utf-8";
/* CSS Document */
.top_img {
	width: 100vw;
	height: 35vw;
	background: url("../images/top_nangoku.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}
@media (max-width: 1000px) {
	.top_img {
		height: 50vw;
	}
}
@media (max-width: 500px) {
	.top_img {
		height: 55vh;
		background: url("../images/top_nangoku_sp.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top;
	}
}
.nangoku_top {
	position: relative;
	text-align: center;
}
.dots_img {
	position: absolute;
	bottom: -30%;
	left: -10%;
	width: 28vw;
	z-index: 99;
}
.nangoku_top h2 {
	margin: 100px auto 50px;
	color: #f98f41;
}
.nangoku_top h2 span {
	font-size: clamp(18px, 1.625vw, 26px);
	padding-right: 20px;
}
.logo {
	display: flex;
	justify-content: center;
	align-items: center;
}
.logo img {
	width: 80px;
	height: auto;
	margin-right: 10px;
}
.nangoku_top p {
	font-size: clamp(18px, 1.625vw, 26px);
}
.img_inner {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.nangoku_img {
	width: 35vw;
	height: 25vw;
	border-radius: 1vw;
	margin-bottom: 200px;
}
.nangoku_img {
	background: url("../images/nangoku_ai_img.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
    filter: saturate(98%);
}
.nangoku_img2 ul {
	list-style: none;
}
.nangoku_img2 ul li {
	width: 12vw;
	height: 12vw;
	border-radius: 1vw;
	margin: 0 15px 15px;
}
.img_list {
	background-repeat: no-repeat;
	background-position: center;
}
.list_item1 {
	background: url("../images/list_img1.jpg");
	background-size: cover;
}
.list_item2 {
	background: url("../images/list_img2.jpg");
	background-size: cover;
}
@media (max-width: 1280px) {
	.dots_img {
		bottom: -25%;
		width: 35vw;
	}
	.nangoku_top h2 {
		margin: 50px auto 20px;
	}
	.logo img {
		width: 8%;
	}
	.img_inner {
		display: flex;
		justify-content: center;
		margin-top: 30px;
	}
	.nangoku_img {
		width: 45vw;
		height: 35vw;
		margin-bottom: 150px;
	}
	.nangoku_img2 ul {
		list-style: none;
	}
	.nangoku_img2 ul li {
		width: 16.5vw;
		height: 16.5vw;
		border-radius: 1vw;
		margin: 0 15px 15px;
	}
}
@media (max-width: 700px) {
	.nangoku_top {
		padding-bottom: 30%;
		position: relative;
	}
	.dots_img {
		display: none;
	}
	.nangoku_top h2 {
		margin: 50px auto 20px;
	}
	.nangoku_top p {
		font-size: clamp(16px, 1vw, 18px);
		text-align: left;
		line-height: 1.4em;
	}
	.logo {
		width: 80vw;
		margin: 0 auto;
	}
	.logo img {
		width: 15%;
	}
	.img_inner {
		display: block;
		margin-top: 30px;
	}
	.nangoku_img {
		width: 80vw;
		height: 55vw;
		margin: 0 auto 20px;
	}
	.nangoku_img2 {
		width: 80vw;
		margin: 0 auto;
		padding-bottom: 100px;
	}
	.nangoku_img2 ul {
		list-style: none;
		display: flex;
		justify-content: space-between;
	}
	.nangoku_img2 ul li {
		width: 38vw;
		height: 38vw;
		border-radius: 1vw;
		margin: 0;
	}
}
.services {
	text-align: center;
	padding: 8% 0 15%;
	position: relative;
	background-color: #fff7db;
}
.services h2 {
	margin: 0 auto;
	width: 6em;
	border-bottom: dotted 4px #ffcb97;
	padding-bottom: 10px;
	margin-bottom: 5%;
}
.p {
	width: 47vw;
	text-align: left;
	margin: 0 auto 2%;
}
.services_inner {
	display: flex;
	justify-content: center;
	width: 47vw;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 2vw;
	padding: 3% 1%;
}
.services_inner p {
	text-align: left;
	padding-bottom: 5px;
}
.services_inner ul {
	text-align: left;
	list-style: none;
	width: 80%;
	margin: 15px auto;
	font-size: clamp(14px, 1vw, 18px);
}
.p1 {
	font-size: clamp(20px, 1.625vw, 26px);
	font-weight: 500;
	padding-bottom: 5px;
}
.p8 {
	font-size: clamp(18px, 1.625vw, 24px);
	text-indent: 1em;
	line-height: 1;
	padding-bottom: 5px;
}
.p9 {
	font-size: clamp(18px, 1.625vw, 24px);
	text-indent: 2.5em;
	line-height: 2.4rem;
}
.services_inner span {
	font-size: clamp(30px, 2.5vw, 40px);
}
.left,
.right {
	width: 100%;
}
.left {
	order: 1;
}
.left ul li {
	text-indent: 1em;
}
.left ul li:first-child {
	text-indent: 0;
}
.right {
	order: 2;
}
.left img {
	width: 18vw;
	margin-bottom: 30px;
}
.left p {
	width: 80%;
	margin: 0 auto;
}
.right_inner {
	width: 90%;
	margin: 0 auto;
}
.p5 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.p6,
.p7 {
	text-align: right;
	font-weight: 500;
	font-size: 18px;
}
.p6 span {
	font-size: clamp(40px, 3vw, 50px);
}
.services_massage {
	margin-bottom: 15%;
}
.services_massage p {
	font-size: clamp(12px, 1vw, 16px);
	line-height: 2rem;
}
.p4 {
	text-indent: 1em;
}
.p10 {
	font-size: clamp(12px, 1vw, 16px);
	line-height: 2rem;
	/* text-indent: 1em; */
	text-indent: -1em;
	padding-left: 1em;
}
.p11 {
	font-size: clamp(12px, 1vw, 16px);
	line-height: 2rem;
	text-indent: 2em;
}
.table_inner {
	background-color: #fff7db;
	width: 100%;
	border-radius: 1vw;
	margin: 5% auto 8% 0;
	text-align: left;
	font-size: clamp(14px, 1vw, 18px);
	padding: 6% 8%;
	line-height: 1.8em;
}
.table_inner p {
	text-align: center;
}
.table_inner table {
	width: 70%;
	margin: 0 auto;
}
.table_inner th {
	font-weight: 500;
}
.table_inner td {
	text-align: right;
}
.right_ul ul {
	width: 90%;
	line-height: 3em;
}
.right_ul li {
	position: relative;
	padding-left: 25px;
}
.right_ul li::before {
	content: "";
	position: absolute;
	top: 1em;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: #ffcb97;
	border-radius: 50%;
}
@media (max-width: 1280px) {
	.p {
		width: 55vw;
		text-align: left;
		margin: 0 auto 5%;
	}
	.services_inner {
		width: 55vw;
		padding: 3% 0;
	}
}
@media (max-width: 1000px) {
	.services {
		padding: 5% 0 18%;
	}
	.services h2 {
		width: 6em;
		padding-bottom: 6px;
		margin-bottom: 4%;
	}
	.p {
		width: 65vw;
		text-align: left;
		margin: 0 auto 5%;
	}
	.services_inner {
		width: 65vw;
		padding: 4% 0;
	}
	.services_inner p {
		padding-bottom: 3px;
	}
	.services_inner ul {
		width: 80%;
		margin: 8px auto;
		font-size: clamp(14px, 1vw, 16px);
	}
	.p1 {
		font-size: clamp(20px, 1.625vw, 24px);
	}
	.services_inner span {
		font-size: clamp(28px, 2vw, 34px);
	}
	.left {
		width: 90%;
	}
	.right {
		width: 100%;
	}
	.left img {
		width: 18vw;
		margin-bottom: 20px;
	}
	.left p {
		width: 80%;
	}
	.right_inner {
		width: 90%;
	}
	.p6,
	.p7 {
		text-align: right;
		font-weight: 500;
		font-size: 16px;
	}
	.p6 span {
		font-size: clamp(34px, 2.8vw, 38px);
	}
	.services_massage {
		margin-bottom: 15%;
	}
	.services_massage p {
		font-size: clamp(12px, 1vw, 16px);
		line-height: 1.8rem;
	}
	.table_inner {
		padding: 4% 6%;
	}
	.table_inner table {
		width: 70%;
	}
	.right_ul ul {
		line-height: 2.4em;
		margin: 0 3%;
		width: 100%;
	}
	.right_ul li::before {
		top: 0.6em;
		width: 16px;
		height: 16px;
	}
}
@media (max-width: 800px) {
	.p {
		width: 80vw;
		text-align: left;
		margin: 0 auto 5%;
	}
	.services_inner {
		width: 80vw;
		padding: 5% 0;
	}
}
@media (max-width: 600px) {
	.services {
		padding: 8% 0 20%;
	}
	.services h2 {
		margin-bottom: 6%;
	}
	.p {
		width: 80vw;
	}
	.services_inner {
		display: block;
		width: 80vw;
		padding: 8% 0;
	}
	.left {
		width: 90%;
		margin: 0 auto;
		padding-bottom: 5px;
	}
	.right {
		width: 90%;
		margin: 0 auto 40px;
	}
	.left img {
		width: 50vw;
	}
	.left p {
		width: 90%;
	}
	.left ul {
		margin-left: 5%;
	}
	.right_inner {
		width: 90%;
		margin-bottom: 30px;
	}
	.table_inner table {
		width: 80%;
	}
	.right_ul ul {
		margin: 0 4%;
		width: 100%;
	}
}
@media (max-width: 500px) {
	.services {
		padding: 8% 0 22%;
	}
}
#inquiry {
	padding: 300px 0 100px;
	margin-top: -150px;
}
#inquiry h2 {
	border-bottom: dotted 4px #ffcb97;
	padding-bottom: 10px;
	margin: 0 auto 30px;
	text-align: left;
	width: 50vw;
}
.inquiry_img {
	display: flex;
	width: 50vw;
	height: auto;
	margin: 0 auto 20px;
	align-items: center;
}
.address_inner {
	display: flex;
	align-items: center;
}
.address_inner img {
    width: 13vw;
    max-width: 200px;
    min-width: 120px;
    height: auto;
    border-radius: 0.3vw;
}
.address {
	padding: 0 2vw 0 1vw;
}
.address span {
	display: block;
	font-weight: 500;
	padding-bottom: 15px;
}
.phone span {
	display: block;
	font-size: clamp(30px, 3vw, 35px);
	font-weight: 500;
}
.phone_img {
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: dotted 4px #ffcb97;
	padding-bottom: 10px;
}
.phone_img img {
    width: 3vw;
    max-width: 60px;
    min-width: 50px;
    height: 3vw;
    max-height: 60px;
    min-height: 50px;
    margin-right: 15px;
}
.phone_img p {
	font-size: clamp(16px, 1.6vw, 22px);
	font-weight: 500;
}
.p3 {
	text-align: center;
	font-size: clamp(16px, 1.5vw, 20px);
	font-weight: 500;
}
.map {
	width: 50vw;
	margin: 0 auto;
}
.map img {
	width: 50vw;
	margin: 20px 0 30px;
}
.map p:nth-child(4) {
	padding-bottom: 40px;
}
.map a {
	color: #f98f41;
	font-size: clamp(14px, 1vw, 18px);
	padding-top: 40px;
	display: block;
	font-weight: 500;
}
.map span {
	font-weight: 500;
}
@media (max-width: 1280px) {
	#inquiry {
		padding: 200px 0 40px;
	}
	#inquiry h2 {
		padding-bottom: 6px;
		margin: 0 auto 15px;
		width: 70vw;
	}
	.inquiry_img {
		width: 70vw;
		margin: 0 auto 20px;
        border-radius: 8px;
	}
    .address_inner img {
        border-radius: 8px;
    }
	.address {
		width: 65%;
		padding: 0 2vw 0 1vw;
	}
	.address span {
		padding-bottom: 5px;
	}
	.phone span {
		display: block;
		font-size: clamp(30px, 3vw, 40px);
		font-weight: 500;
	}
	.phone_img {
		display: flex;
		justify-content: center;
		align-items: center;
		border-bottom: dotted 4px #ffcb97;
		padding-bottom: 10px;
	}
	.phone_img p {
		font-size: clamp(16px, 1.6vw, 22px);
		font-weight: 500;
	}
	.p3 {
		text-align: center;
		font-size: clamp(16px, 1.5vw, 20px);
		font-weight: 500;
	}
	.map {
		width: 70vw;
		margin: 0 auto;
	}
	.map img {
		width: 100%;
		margin: 20px 0 30px;
	}
}
@media (max-width: 800px) {
    #inquiry {
        padding: 200px 0 40px;
    }
    #inquiry h2 {
        width: 80vw;
    }
    .p2 {
        width: 80vw;
        margin: 0 auto 15px;
    }
    .inquiry_img {
        width: 80vw;
    }
	.p3 {
		text-align: center;
		font-size: clamp(16px, 1.5vw, 20px);
		font-weight: 500;
	}
	.map {
        width: 80vw;
        margin: 0 auto;
    }
	.map img {
		width: 100%;
		margin: 20px 0 30px;
	}
}
@media (max-width: 680px) {
	.inquiry_img {
		width: 80vw;
		display: block;
		margin-bottom: 50px;
	}
    .phone_img {
		display: flex;
        justify-content: flex-start;
		align-items: center;
		border-bottom: dotted 4px #ffcb97;
		padding-bottom: 10px;
		width: 70%;
	}
    .address_inner {
		margin-bottom: 10px;
	}
    .address {
		padding: 0 2vw;
	}
    .p3 {
		text-align: center;
		width: 70%;
	}
    .map {
		width: 100vw;
		margin: 0 auto;
	}
	.map img {
		width: 100%;
		margin: 0 0 30px;
	}
	.map p {
		width: 90%;
		margin: 0 auto;
	}
	.map a {
		color: #f98f41;
		font-size: clamp(14px, 1vw, 18px);
		padding-top: 40px;
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	.map span {
		font-weight: 500;
	}
}
@media (max-width: 430px) {
	#inquiry {
		padding: 100px 0 40px;
		margin-top: -60px;
	}
	#inquiry h2 {
		padding-bottom: 6px;
		margin: 0 auto 15px;
		width: 80vw;
	}
	.p2 {
		width: 80vw;
		margin: 0 auto 20px;
	}
	.inquiry_img {
		width: 80vw;
		display: block;
		margin-bottom: 50px;
	}
	.address {
		width: 100%;
		padding: 0 2vw 0 3vw;
	}
	.address span {
		display: block;
		font-weight: 500;
		padding-bottom: 5px;
	}
	.phone span {
		display: block;
		font-size: clamp(30px, 3vw, 40px);
		font-weight: 500;
	}
	.phone_img {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 90%;
	}
    .phone_img img {
	width: 2vw;
    min-width: 50px;
	height: 2vw;
    min-height: 50px;
	margin-right: 15px;
}
	.phone_img p {
		width: 80%;
	}
	.p3 {
		text-align: center;
		width: 80%;
	}
}