@charset "utf-8";
/*==================================================
	タブレットのみ適応
==================================================*/
@media only screen and (max-width: 768px) and (min-width: 641px){
	.dsp_smt { display: none; }
}
#page_title .ttl_txt_box {
	padding: 10px 0;
}
/*==================================================
	タブレット・スマホに適応
==================================================*/
@media only screen and (max-width: 768px) {
	.dsp_hp { display: none; }

	#switchBtnArea #switchBtn {
		top: 5px;
		right: 5px
	}
	/* ヘッダ */
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		padding: 0;
		z-index: 9997;
	}
	#header h1.title {
		height: 50px;
		padding-left: 10px;
	}
	#header h1.title img {
		width: auto;
		max-height: 25px;
	}
	/* お問い合わせ */
	#header .contact .img a {
		width: 40px;
		height: 40px;
		padding: 0 5px;
		box-sizing: border-box;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#header .contact .img:last-of-type {
		padding-right: 55px;
		padding-left: 2px;
	}
	#header .contact .txt,
	#header .contact .tel span,
	#header .contact .btn span {
		display: none;
	}
	/* コンテナ */
	#container {
		padding-top: 50px;
	}
	#container h3.sub {
		margin-bottom: 15px;
		font-size: 23px;
	}
	#container h3.sub02 {
		font-size: 25px;
	}
	#container h3.line::before {
		background-size: contain;
		width: 60%;
	}
	#container h4.sub {
		font-size: 18px;
		text-align: center;
	}
	.main {
		padding-left: 15px;
		padding-right: 15px;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 20px;
	}
	/* フッター */
	#footer .box {
		align-items: flex-start;
		margin-bottom: 30px;
	}
	#footer .box .ttl {
		width: 30%;
	}
	#footer .box .txt_box {
		width: 65%;
		margin-bottom: 30px;
	}
	#footer .txt_in dt {
		width: 20%;
	}
	#footer .sns {
		width: 100%;
		display: flex;
		justify-content: space-around;
	}
	#footer .sns .img {
		margin-bottom: 0;
	}
	#copyright {
		height: 30px;
		line-height: 30px;
		font-size: 10px;
	}
	/* パンくずリスト */
	#page_navi {
		margin-bottom: 20px;
		padding-top: 15px;
		font-size: 11px;
	}
	/* 枠のマージン・パディング */
	.mb { margin-bottom: 60px; }
	.pt { padding-top: 60px; }
	.pb { padding-bottom: 60px; }
	/* アンカーリンク用上部スペース */
	.pad_anchor {
		margin-top: -50px;
		padding-top: 50px;
	}
	.more a {
		width: 90px;
		height: 90px;
		font-size: 12px;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	#page_title .ttl_txt_box .waku {
		width: 80%;
		min-height: 25px;
		font-size: 12px;
		margin: 10px auto 5px;
	}
	#page_title .sns_box {
		width: 100%;
		justify-content: space-evenly;
	}
	#page_title .sns_box img {
		width: 40px;
	}
	#page_title .ttl_txt_box .arrow_img {
		bottom: 0;
	}
	#page_title .ttl_txt_box .arrow_img img {
		width: 10px;
	}
	#top_msg .msg_box {
		width: 100%;
		padding: 30px 0 60px;
	}
	#top_msg .msg_box .more a {
		bottom: -45px;
	}
	.bg_img {
		height: 200px;
		background-attachment: unset;
	}
	#top_contents .contents_box .box.reverse_sp {
		flex-direction: column-reverse;
	}
	#top_contents .contents_box .txt_box {
		width: 100%;
	}
	#top_contents .contents_box .txt_box .price_box {
		width: 100%;
		justify-content: space-around;
	}
	#top_contents .contents_box .img_box {
		width: 80%;
		margin: 0 auto 30px;
	}
	#top_access .top_map {
		width: 80%;
	}
	#top_access .top_map iframe {
		height: 300px;
	}
	#top_contact .box {
		margin: 15px 0;
	}
	#top_contact .box .waku {
		font-size: 14px;
		min-height: 25px;
	}
	#top_contact .box .tel a {
		font-size: 30px;
	}
	#top_contact .box .in {
		width: 100%;
		display: block;
	}
	#top_contact .box .in dl {
		width: 80%;
		margin: 20px auto;
		justify-content: center;
	}
	#top_contact .box .in dl:first-of-type {
		margin-bottom: 50px;
	}
	#top_contact .box .in dt {
		width: 200px;
		padding-right: 20px;
	}
	#top_contact .box .in dd {
		width: 150px;
	}
	#top_contact .box .in dl:last-of-type dd img {
		top: 0;
	}
	@media only screen and (max-width: 650px) {
		#top_ttl_txt img {
			width: 22vw;
		}
	}
	/*--------------------------------------------------
		私たちについて
	--------------------------------------------------*/
	#about .concept .box:not(:last-of-type) {
		margin-bottom: 40px;
	}
	#about .concept .box .img {
		margin: 0 auto 30px;
	}
	#about .concept .box .info {
		width: 100%;
	}
	#about .concept .box .info dl:not(:last-of-type) {
		margin-bottom: 20px;
	}
	#about .concept .box .info dl dt {
		font-size: 18px;
		margin-bottom: 10px;
	}
	#about .concept .box .img:nth-of-type(even) {
		text-align: right;
		margin-top: 40px;
	}
	#about .concept .box .img:nth-of-type(even) img:first-of-type {
		position: absolute;
		top: 0;
		left: 0;
	}
	#about .concept .box .img:nth-of-type(even) img:nth-of-type(2) {
		position: relative;
	}
	#about .concept .box:nth-of-type(3) .info {
		order: 1;
		margin-bottom: 40px;
	}
	#about .concept .box:nth-of-type(3) .img {
		order: 2;
		margin-bottom: 0;
	}
	/*--------------------------------------------------
		PiDD’s Bath（天香石サンドバス・砂風呂）
	--------------------------------------------------*/
	#bath .box .info {
		width: 100%;
	}
	#bath .box .info h4 {
		font-size: 18px;
	}
	#bath .box .info dl {
		margin-bottom: 20px;
	}
	#bath .box .info dl dt {
		font-size: 18px;
		margin-bottom: 15px;
	}
	#bath .box .img {
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin-top: 30px;
	}
	#bath .box .img span {
		width: 49.5%;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	#bath .box .img span:first-of-type img:last-of-type, #bath .box .img span:nth-of-type(2) img {
		top: auto;
		margin-bottom: 0;
	}
	#bath .box .img span img {
		width: 49%;
		height: 150px;
		object-fit: cover;
	}
	#bath .box .img span img:last-of-type {
		display: inline-block;
	}
	#bath #rocks .img_full {
		margin-bottom: 30px;
	}
	#bath #rocks .box .img {
		margin: 0 auto 30px;
		display: block;
	}
	#bath #rocks .box dl{
		width: 100%;
	}
	#bath #rocks .box dl dt {
		font-size: 18px;
		margin-bottom: 15px;
	}
	#bath #procedure .box_flex {
		width: 100%;
	}
	#bath #procedure .info {
		width: 100%;
	}
	#bath #procedure .box {
		margin-bottom: 20px;
	}
	#bath #procedure .box .ttl {
		margin-bottom: 10px;
	}
	#bath #procedure .img {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	#bath #procedure .img img {
		width: 24.5%;
	}
	/*--------------------------------------------------
		高濃度酸素カプセル・ヘルスケア
	--------------------------------------------------*/
	#oxygen-capsule .box {
		margin-top: 30px;
	}
	#oxygen-capsule .box .info {
		order: 1;
		margin-bottom: 30px;
	}
	#oxygen-capsule .box .info dl dt {
		font-size: 18px;
	}
	#oxygen-capsule .box .img {
		order: 2;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		align-items: flex-start;
	}
	#oxygen-capsule .box .img img {
		width: 49%;
	}
	#oxygen-capsule .box .img img:not(:last-of-type) {
		margin-bottom: 0;
	}
	/*--------------------------------------------------
		お問い合せ
	--------------------------------------------------*/
	#mailform .tbl {
		border-bottom: 1px solid #BBB;
	}
	#mailform .tbl th,
	#mailform .tbl td {
		display: block;
		width: auto;
		border-bottom: none;
	}
	#mailform .tbl input[type="text"],
	#mailform .tbl textarea {
		font-size: 120%;
	}
	#mailform .btn input {
		width: 120px;
	}

/*------------------------------------------------*/
}