@charset "utf-8";
/*==================================================
	スマホのみに適用
==================================================*/
@media only screen and (max-width: 640px){
	body { font-size: 85%; }
	.dsp_hp, .dsp_hpt { display: none; }

	#header h1.title img {
		max-height: 18px;
	}
	/* コンテナ */
	#wrap, #footer {
		min-width: 320px;
	}
	#container h3.sub {
		margin-bottom: 20px;
		font-size: 18px;
	}
	#container h3.sub02 {
		font-size: 20px;
	}
	#container h3.line::before {
		width: 100%;
		top: -30px;
	}
	#container h4.sub {
		font-size: 16px;
	}
	/* フッター */
	#footer .box {
		margin-bottom: 0;
	}
	#footer .box .ttl {
		width: 100%;
		margin: 0 auto;
	}
	#footer .box .ttl img {
		max-width: 180px;
	}
	#footer .box .txt_box {
		width: 100%;
	}
	#footer .txt_in dt {
		width: 25%;
		margin-right: 0;
	}
	#footer .sns {
		display: block;
	}
	#footer .sns .img {
		width: 150px;
		margin: 0 auto 20px;
	}
	#copyright {
		height: auto;
		line-height: 1.6;
		padding: 5px 0;
	}
	/* 枠のマージン・パディング */
	.mb { margin-bottom: 40px; }
	.pt { padding-top: 40px; }
	.pb { padding-bottom: 40px; }
	.links ul {
		width: 100%;
	}
	.links ul li {
		width: 100px;
	}
	.links ul li a {
		height: 100px;
	}
	@media only screen and (max-width: 320px){ 
		.links ul li {
			width: 90px;
		}
		.links ul li a {
			height: 90px;
		}
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	#slider img {
		object-fit: cover;
		width: 100%;
		height: 50vw;
		object-position: left;
	}
	#page_title .ttl_txt_box {
		padding: 10px 0;
		box-sizing: border-box;
	}
	#page_title .ttl_txt_box .waku {
		margin: 5px auto 15px;
		width: 80%;
		min-height: auto;
		font-size: 8px;
	}
	#page_title .sns_box img {
		width: 30px;
	}
	#page_title .ttl_txt_box .arrow_img {
		display: none;
	}
	#top_msg {
		padding-bottom: 70px;
	}
	#top_msg .msg_box {
		padding: 15px 15px 60px;
	}
	.bg_img {
		height: 100px;
		background-position: top 34% center;
		background-size: 100% auto;
	}
	.bg_img.sub {
		margin-bottom: 100px !important;
	}
	#top_contents .contents_box .img_box {
		margin-bottom: 15px;
	}
	#top_contents .contents_box .txt_box .price_box {
		flex-direction: column;
		align-items: center;
	}
	#top_contents .contents_box .txt_box .price_box .price_txt {
		width: 100%;
	}
	#top_contents .contents_box .txt_box .price_box .more a {
		margin-top: 20px;
	}
	#top_contents .contents_box .txt_box .price_box .price_txt dl, #top_contents .contents_box .txt_box .price_box .price_txt dd {
		justify-content: center;
	}
	#top_contents .contents_box .txt_box .price_box .price_txt dd .price {
		font-size: 20px;
	}
	#top_contents .contents_box .txt_box .price_box .price_txt dd .tax.fs {
		font-size: 90%;
	}
	#top_access .top_map {
		width: 100%;
	}
	#top_contact {
		padding-bottom: 0;
	}
	#top_contact .box .tel {
		margin: -15px 0;
	}
	#top_contact .box .tel a {
		font-size: 24px;
	}
	@media only screen and (max-width: 320px) {
		#slider img {
			height: 160px;
		}
		#page_title .ttl_txt_box .waku {
			width: 80%;
			min-height: auto;
			font-size: 6px;
			margin: 10px auto 5px;
		}
		#page_title .sns_box img {
			width: 20px;
		}
		#top_ttl_txt img {
			width: 25vw;
		}
		#top_msg .msg_box .txt {
			font-size: 12px;
		}
	}
	/*--------------------------------------------------
		私たちについて
	--------------------------------------------------*/
	@media only screen and (max-width: 320px){
		#about .about .txt {
			font-size: 12.5px;
		}
	}
	#about .concept .list {
		margin-top: 25px;
	}
	#about .concept .box:not(:last-of-type) {
		margin-bottom: 20px;
	}
	#about .concept .box .img {
		width: 100%;
		padding-bottom: 0;
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;
		align-items: flex-start;
	}
	#about .concept .box .img img {
		width: 49%;
		height: 42vw;
		object-fit: cover;
	}
	#about .concept .box .img img:last-of-type {
		position: relative;
	}
	#about .concept .box .img:nth-of-type(even) img:nth-of-type(2) {
		top: auto;
	}
	#about .concept .box .img:nth-of-type(even) img:first-of-type {
		position: relative;
	}
	/*--------------------------------------------------
		PiDD’s Bath（天香石サンドバス・砂風呂）
	--------------------------------------------------*/
	#bath h3.line {
		margin-bottom: 30px;
	}
	#bath #bath, #bath #sand_bath, #bath #rocks {
		padding-bottom: 0;
	}
	#bath .box .img {
		flex-wrap: wrap;
	}
	#bath .box .img span {
		width: 100%;
		margin-bottom: 10px;
	}
	#bath #rocks .img_full {
		margin-bottom: 10px;
	}
	#bath #rocks .box .img {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		padding-top: 0;
	}
	#bath #rocks .box .img img {
		width: 49% !important;
	}
	#bath #rocks .box .img img:first-child {
		position: relative;
	}
	#bath #procedure .img {
		flex-wrap: wrap;
	}
	#bath #procedure .img img {
		width: 49%;
		margin-bottom: 10px;
	}
	@media only screen and (max-width: 320px){
		#bath .last_msg {
			font-size: 12px;
		}
	}
	/*--------------------------------------------------
		高濃度酸素カプセル・ヘルスケア
	--------------------------------------------------*/
	#oxygen-capsule #capsule, #oxygen-capsule #hydrogen {
		padding-bottom: 0;
	}
	#oxygen-capsule .box .info {
		width: 100%;
	}
	#oxygen-capsule .box .info .detail .sec ul li, #oxygen-capsule .box .info .detail .sec ul li:nth-of-type(even) {
		width: 100%;
	}
	#oxygen-capsule .box .img {
		width: 100%;
	}
	#oxygen-capsule .box .info table tr th, #oxygen-capsule .box .info table tr td {
		width: 100%;
		display: block;
	}
	#oxygen-capsule .box .info table tr th {
		padding-bottom: 0;
		padding-right: 0;
	}
	#oxygen-capsule .box .info table tr td {
		padding-top: 5px;
	}
/*------------------------------------------------*/
}
