@charset "UTF-8";
@media all and (max-width: 1000px) {
/*headerはここから*/
.pc{
	display:none;
}
.sp{
	display:block;
}
header{
	width: 100%;
	height: 70px;
	transition: .3s;
	overflow: visible;
	position:relative;
	position: fixed;
	z-index:100;
}
.is-animation{
	width: 100%;
	transition: .3s;
	background-color:white;
}
.logo{
	overflow: hidden;
	width:95px;
	display: inline-block;
	float:left;
	transition: .3s;
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	left:5%;
}

.logo img{
	width:100%;
}
.is-animation .logo-img {
  content: url("image/logo-b.png");
}
header ul{
	list-style: none;
	padding-inline-start:0px;
	padding:150px 0 0 0;
	display: block;
	width:70%;
	text-align:left;
}
.menu li {
	 text-transform: uppercase;
	 transition: .3s;
	 margin: 15px 0;
	 padding:0 0 0 40px;
}
.is-animation .menu li{
	 padding:0 0 0 30px;
	 margin: 5% 0;
}

li a{
	 color:white;
	 font-size:16px;
	 font-weight: 600;
}
.menu li a span:nth-child(2){
	display:none;
}
.ham {
	display:none;
	position: relative;
/*クリックできる範囲*/
	width: 1.5rem;
	height:1rem;
	cursor: pointer;
	z-index: 9999;
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	right:5%;
	margin:0;
}
.ham_line {
	position: absolute;
	left: 0;
/*	線の長さと太さ*/
	width: 100%;
	height: 2px;
	background-color: black;
	transition: all 0.3s;
}
/*線と線の間*/
.ham_line1 {
	top: 0;
}
.ham_line2 {
	top:0.5rem;
}
.ham_line3 {
	top: 1rem;
}
/*クリック後の動作*/
.clicked .ham_line1 {
	transform: rotate(45deg);
	top: 0.5rem;
	background-color: white;
}
.clicked .ham_line2 {
	width: 0px;
}
.clicked .ham_line3 {
	transform: rotate(-45deg);
	top: 0.5rem;
	background-color: white;
}
.menu {
	position: fixed;
	width: 60%;
	height: 100%;
	right: -100%;
	background-color:#FF6A47;
	transition: all 0.4s;
	z-index: 100;
	/* filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6)); */
	margin:0 0 0 0;
	display: block;
}
.clicked .menu {
	right:0;
	z-index: 100;
}
.main-2{
	 width:100%;
	 height: 100vh;
	 background-color: black;
	 opacity: 0;
	 z-index: 0;
	 position: absolute;
	 top:0;
	 left:0;
	 transition: all 0.4s;
}
.clicked .main-2{
	 opacity: .6;
}
.blackback{
	background-color: black;
	opacity: .3;
	height:100vh;
	width:100%;
	transition:.3s;
	display:none;
}
.clicked .blackback{
	height:100vh;
	width:100%;
	display:block;
	z-index: 10;
}
.shop-btn{
	width:100px;
	display:block;
	position: absolute;
	top: 50%;
  	transform: translateY(-50%);
	right:17px;
}
.shop-btn-img{
	transition: .3s;
}
.is-animation .shop-btn-img {
  content: url("image/shop-btn-b.png");
}
/* 共通 */
.common-width-b{
	max-width:1150px;
	width:86%;
	margin:0 auto;
}
.common-width-m{
	max-width:1024px;
	width:86%;
	margin:0 auto;
}
.common-width-s{
	max-width:840px;
	width:86%;
	margin:0 auto;
}
.common-title-parts{
    display: flex;
    align-items: center;
    gap:10px; /* 線と文字の間隔 */
    font-family: serif;
    font-size: 2rem;
    color: #000;
	width:auto !important;
}
.line {
    flex: 0 0 20px; /* 線の長さを調整 */
    height: 1px;
    background-color: #000;
}
.common-title-parts h3{
	font-size:16px;
	font-weight:400;
	font-family: "Lusitana", serif;
	letter-spacing: 0.075em;
}
.common-title-h2{
	margin-top:15px;
	color:#002742;
	font-size:24px;
	font-weight:400;
	letter-spacing: 0.095em;
}
/* メインはここから */
.top{
	position: relative;
}
.top-info{
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	background-color: rgba(0, 39, 66, 0.9);
	padding:14px 0;
}
.top-info p{
	font-size:10px;
	color:white;
}
.about{
	background-color: #ccdadd;
	padding:60px 0 60px;
	position: relative;
}
.about-content{
	margin-top:20px;
}
.about-content h4{
	color:#002742;
	font-size:26px;
	font-weight:500;
	letter-spacing: 0.045em;
}
.about-content h2{
	font-size:14px;
	font-weight:400;
	letter-spacing: 0.095em;
	margin:50px 0 40px 0;
}
.about-content p{
	font-size:11px;
	font-weight:400;
	text-align: justify;
	line-height: 1.9;
	letter-spacing: -0.04em;
}
.about-back{
	width:170px;
	mix-blend-mode: multiply;
	position: absolute;
	right:0;
	top:0;
}
.dcp{
	padding:60px 0;
}
.dcp-read{
	font-size:13px;
	font-weight:400;
	letter-spacing: 0.095em;
	margin-top:20px;
}
.dcp-main-img{
	margin:40px 0 60px 0;
}
.dcp-main-img img{
	height:250px;
	object-fit: cover;
}
.dcp-point-list{
	display:flex;
	flex-direction: column;
	gap:70px;
}
.dcp-point-list-detail:nth-child(2){
	padding-top:47px;
	border-top:solid 1px #002742;
	width:88%;
	margin:0 auto;
}
.dcp-point-list-detail:nth-child(3){
	padding-top:47px;
	border-top:solid 1px #002742;
	width:88%;
	margin:0 auto;
}
.dcp-point-list-detail:nth-child(2) .common-width-m{
	width:100%;
}
.dcp-point-list-detail:nth-child(3) .common-width-m{
	width:100%;
}
.dcp-point-list-detail h3{
	font-size:24px;
	color:#002742;
	font-weight:400;
	letter-spacing: 0.095em;
}
.dcp-point-list-detail-left{
	margin-top:25px;
	position: relative;
}
.dcp-left-1{
	display:flex;
	flex-direction: column;
	gap:45px;
	/* padding:0 0 0 80px; */
}
.dcp-point-list-detail-1-content{
	/* display:flex; */
	align-items: center;
}
.dcp-point-list-detail-1-content-img{
	/* width:515px; */
	margin: 0 calc(50% - 50vw);
}
.dcp-point-list-detail-1-content-img img{
	height:250px;
	object-fit: cover;
}
.dcp-point-list-detail-1-content-txt{
	max-width:405px;
	/* right:-90px; */
	position: relative;
}
.dcp-point-list-detail-1-content-txt h4{
	font-size:18px;
	font-weight:400;
	margin-top:20px;
}
.dcp-line {
    height: 1px;
	width:34px;
    background-color: #000;
	margin:20px 0;
}
.dcp-point-list-detail-1-content-txt p{
	text-align: justify;
	font-size:12px;
	font-weight:400;
	line-height: 1.8;
}
.dcp-point-2-flex{
	display:flex;
	flex-direction:column;
	gap:40px;
}
.dcp-point-2-img{
	width: 100%;
	height:200px; 
    margin:0 auto;
}
.dcp-point-2-img img{
	height:100%;
	object-fit: cover;
}
.dcp-point-2-txt{
	display:flex;
	flex-direction: column;
	gap:35px;
}
.dcp-point-2-txt>div{
	display:flex;
	align-items: start;
	gap:20px;
}
.dcp-point-2-txt .no{
	font-size:19px;
	line-height: 1;
	padding:0 0 5px 0;
	border-bottom:1px solid;
}
.dcp-point-2-txt-detail{
	/* width:360px; */
	margin-top:-3px;
}
.dcp-point-2-txt-detail h4{
	font-size:18px;
	font-weight:400;
}
.dcp-point-2-txt-detail h5{
	font-size:16px;
	font-weight:500;
	color: #002742;
	margin:15px 0 10px;
}
.dcp-point-2-txt-detail p{
	font-size:12px;
	font-weight:400;
	letter-spacing: 0.08em;
}
.dcp-left-3{
	/* padding:0 0 0 80px; */
}
.dcp-3-read{
	font-size:12px;
	letter-spacing: 0.075em;
}
.dcp-map{
	margin:25px 0 45px;
}
.dcp-left-3 h5{
	font-size:15px;
	border:1px solid black;
	border-radius: 3px;
	display:inline-block;
	padding:7px 45px;
}
.dcp-info-list{
	margin-top:30px;
	display:flex;
	flex-direction: column;
	gap:15px;
}
.dcp-info-list-detail{
	display:flex;
	flex-direction: column;
	gap:8px;
}
.dcp-info-list-detail-no{
	display:flex;
	align-items: center;
	gap:30px;
	width:305px;
}
.dcp-info-list-detail-txt{
	display:flex;
	gap:20px;
	/* margin-top:30px; */
	width:100%;
}
.dcp-info-list-detail-no p:nth-child(1){
	font-size:18px;
}
.dcp-info-list-detail-no p:nth-child(2){
	font-size:14px;
}
.dcp-info-list-detail-txt p:nth-child(1){
	display:none;
}
.dcp-info-list-detail-txt p:nth-child(2){
	font-size:10px;
	padding:0 0 0 50px;
}
.dcp-caution{
	margin-top:28px;
	padding:9px 12px;
	background-color: rgba(204, 218, 221, 0.3);
}
.dcp-caution-content {
	display:flex;
	flex-direction: column;
	gap:15px;
}
.dcp-caution-content p:nth-child(1){
	font-size:13px;
}
.dcp-caution-content p:nth-child(2){
	font-size:9px;
	line-height: 1.7;
}
.three-spot-list{
	display:flex;
	flex-direction: column;
	gap:55px;
}
.three-spot-list-detail .common-width-b{
	width:100%;
}
.three-spot-list-detail .common-width-b h3{
	font-size:16px;
	font-weight:500;
}
.three-spot-list-detail-sub-title{
	display:flex;
	align-items: center;
	gap:16px;
}
.tsl-line {
    flex: 0 0 20px; /* 線の長さを調整 */
    height: 1px;
    background-color: #000;
}
.tsl-title{
	margin-top:30px;
}
.tsl-title h2{
	font-size:24px;
	font-weight:500;
	letter-spacing: 0.095em;
	margin-bottom:20px;
	color:#002742;
}
.tsl-title p{
	font-size:12px;
	letter-spacing: 0.08em;
	line-height: 1.6;
}
.tsl-img{
	width: 100vw;
    margin: 25px calc(50% - 50vw) 0;
}
.spa-price{
	margin-top:70px;
}
.spa-price .common-width-b{
	width:100%;
}
.spa-price .common-width-b h3{
	font-size:16px;
	font-weight:500;
}
.spa-price-content{
	margin-top:20px;
	width:100%;
}
.spa-price-content h3{
	font-size:24px;
	font-weight:500;
	color: #002742;
	letter-spacing: 0.095em;
	width:88%;
	margin:0 auto;
}
.spa-price-content-group-detail{
	border-top:1px solid black;
	padding:20px 25px;
}
.spa-price-content-group-detail:last-child{
	border-bottom:1px solid black;
}
.spa-price-content-group{
	margin-top:32px;
}
.spa-price-content-group-detail-info{
	display:flex;
	flex-direction: column;
	gap:20px;
}
.spa-price-content-group-detail-info>div{
	display:flex;
	flex-direction: column;
	gap:10px;
}
.spa-price-content-group-detail-info div p{
	font-size:12px;
	line-height: 1.8;
}
.spa-price-content-group-detail-info div p:nth-child(2){
	width:60%;
}
.spa-price-content-group-detail-info div p .ca{
	font-size:9px;
	display:none;
}
.ca-sp{
	font-size:9px;
	margin-top:-30px;
	line-height: 1.8;
}
.spc-title{
	width:60px;
	display: block;
	text-align: justify;
	text-align-last: justify;
	text-justify: inter-ideograph;
	position: relative;
}
.spc-title::after{
	content: ":";
	position: absolute;
	right:-10px;
	top:-1px;
}
.spc-tel-flex{
	align-items: center;
}
.spc-tel-flex .spc-title{
	width:85px;
}
.spc-tel{
	font-size:16px !important;
}
.spa-rental{
	padding-right:0 !important;
}
.rental-flex{
	display:flex;
	flex-direction: column;
	gap:10px !important;
	padding:0 25px 0 0;
}
.rental-block{
	/* width:650px; */
}
.rental-read{
	font-size:10px !important;
}
.rental-block-table{
	margin-top:20px;
	display:grid;
	grid-template-columns: repeat(2, 1fr);
}
.rental-block-table div{
	border:solid 1px black;
	padding:5px 5px;
	margin-bottom: -1px;
	margin-right: -1px;
}
.rental-block-table p{
	font-size:9px !important;
	display:flex;
	justify-content: space-between;
}
.spa-info-content{
	gap:50px;
}
.spa-info-content>p{
	width:88px;
}
.spa-info-content ul{
	padding-left:15px;
}
.spa-info-content li{
	font-size:9px;
	list-style: none;
	margin:10px 0;
	position: relative;
}
.spa-info-content ul>li::before{
	content: "○";
	position:absolute;
	left:-15px;
}
.spa-info-content .no1::before{
	content: "①";
	position:absolute;
	left:-15px;
}
.spa-info-content .no2::before{
	content: "②";
	position:absolute;
	left:-15px;
}
.spa-access-info{
	margin-top:60px;
	/* background-color: rgba(0, 39, 66, 0.2); */
	/* padding:110px 0 0 0; */
	overflow: hidden;
}
.spa-access-info-title{
	display:flex;
	justify-content: space-between;
	align-items: baseline;
}
.spa-access-info-title .pc{
	display:none !important;
}
.spa-access-info-title h2{
	font-size:24px;
	font-weight:500;
	color: #002742;
	margin-top:22px;
}
.spa-access-info-title p{
	display:flex;
	align-items: center;
	font-size:18px;
	font-weight:300;
}
.arrow-img{
	width:14px;
	margin:0 0 0 10px;
}
.arrow-img img{
	vertical-align: middle;
}
.spa-access-info-width{
	margin-top:50px;
}
.spa-access-info-content{
	background-color: #cccccc;
    margin-right: calc(50% - 50vw);
	display:grid;
	grid-template-columns: repeat(1, 1fr);
}
.spa-access-info-content>div{
	border:solid 1px white;
	margin-right: -1px;
	position: relative;
	height:86px;
}
.spa-access-info-content>div p{
	/* writing-mode: vertical-rl; */
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left:20px;
	/* height:285px; */
	font-size:13px;
	color:white;
}
.spa-access-map{
	margin-top:50px;
	display:flex;
	flex-direction: column-reverse;
}
.spa-access-map-info-back{
	padding:20px 0 40px;
	/* margin-bottom:-170px; */
	position: relative;
	z-index: 1;
}
.spa-access-map-info-back h3{
	font-size:12px;
	font-weight:500;
	margin:0 0 15px 0;
}
.spa-access-map-info-back h3 span{
	font-size:12px;
	margin:0 5px 0 0;
}
.spa-access-map-info-back p{
	font-size:12px;
	font-weight:400;
	line-height: 1.6;
}


footer{
	background-color: #002742;
	padding:50px 0 14px 0;
}
small{
	font-size:9px;
	color:white;
	width:88%;
	margin:0 auto;
	display:block;
}
small p{
	/* text-align: center; */
}
.footer-top{
	display:flex;
	flex-direction: column;
	/* justify-content: space-between; */
}
.footer-top>div{
	padding:20px 0;
	/* border-right:1px solid white;
	border-left:1px solid white; */
}
.footer-top>div:nth-child(1){
	padding:20px 30px 20px 0;
	border:none;
	border-bottom:1px solid white;
}
.footer-top>div:nth-child(3){
	border-left:none;
}
.footer-top>div:nth-child(4){
	padding:0 0 0 0;
	border:none;
}
.sp-border{
	border-bottom:1px solid white;
	padding:0 0 20px 0;
}
.footer-top p{
	color:white;
}
.footer-top a{
	color:white;
}
.f-title{
	font-size:14px;
}
.footer-top-column{
	display:flex;
	flex-direction: column;
	gap:7px;
}
.ffc-bottom-border{
	border-bottom:1px solid white;
	padding:0 0 20px 0;
}
.footer-top-column a{
	font-size:11px;
	font-weight:400;
	padding:0 0 0 110px;
}
.footer-top-column p>a{
	font-size:14px;
	margin-bottom:2px;
	font-weight:400;
}
.ffc-fc-sp{
	width:65%;
}
.ft-flex{
	display:flex;
	justify-content: space-between;
	gap:45px;
	/* padding:0 0 !important; */
	border-bottom:1px solid white;
}
.ft-flex a{
	padding-left:0 !important;
}
.ft-flex-title{
	font-size:14px;
}
.ft-flex-column{
	display:flex;
	flex-direction: column;
	gap:20px;
}
.ffc-sp-flex{
	flex-direction: row;
}
.ffc-sp-flex a{
	padding:0 0 0 50px;
}
.footer-bottom{
	border-top:1px solid white;
	margin-top:30px;
	margin-bottom:40px;
	padding:40px 0 0 0;
}
.footer-bottom-content{
	display:flex;
	flex-direction: column;
	/* align-items: center; */
	width:100%;
}
.fb-line {
    height: 120px;
	width:1px;
    background-color:white;
	display:none;
}
.footer-bottom a{
	color:white;
}
.footer-bottom p{
	color:white;
}
.fb-tel-title{
	font-size:13px;
}
.fb-tel{
	/* text-align: center; */
	padding:0 0 30px 0;
	border-bottom:1px solid white;
	margin-bottom:40px;
}
.fb-tel a{
	font-size:26px;
	padding:10px 0;
	display:block;
}
.fb-tel a span{
	font-size:16px;
}
.fb-tel-info{
	font-size:12px;
}
.fb-plan{
	margin-bottom:10px;
}
.fb-plan div{
	display:flex;
	justify-content: space-between;
	/* text-align: center; */
	padding:12px;
	border:solid 1px white;
	align-items: center;
}
.fb-plan p{
	font-size:14px;
}
.fb-plan div a{
	display:flex;
	text-align: center;
	gap:10px;
	font-size:10px;
}
.fb-arrow img{
	width:6px;
	vertical-align: middle;
}
.fb-l-title{
	font-size:14px;
	padding:12px;
	border:solid 1px white;
}
}