@charset "utf-8";

@media screen and (min-width:641px) {
    .sp_only,
    .pc-hide {
        display: none !important;
    }
    
    .global_nav {
	    display: block !important;
    }
}


/* ########## スマホ版 ########## */

@media screen and (max-width:640px) {

	.pc_only,
	.sp-hide {
		display: none !important;
	}
	
	/* FONT SIZE STYLE */
	html {
		font-size: 15px;
	}
	body { 
		min-width: initial;
		font-size:1rem;
	}
	table			{ font-size:0.9rem;}
	h1,h2,h4		{ font-size:1rem}
	h3		{ font-size:1rem;}

    
    /* MAIN LAYOUT */
    
    #wrapper		{ 
	    width:100%;
	    padding: 0 10px;
	    -webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
	}
	#header			{ 
		width:100%; 
		-webkit-box-sizing: border-box; 
		   -moz-box-sizing: border-box; 
		        box-sizing: border-box;
	}
	#main			{ 
		width:100%;
	}
	#cont			{ 
		width:100%; 
		float:none;
	}
	#side			{ 
		width:100%; 
		float:none;
	}
	#footer			{ 
		margin-top: 25px;
		width:100%; 
	}
	#foot1			{ width:100%;}
	#foot2			{ width:100%;}


	/* ########## STYLE ########## */ 
 
	 /* BOX */
	.dotBox	{
		padding: 20px 15px;
	}
	 .dotBox .section_short {

	}
	.dotBox h3 { 
		padding-left: 0.5rem; 
		line-height:1.3; 
		font-size: 1rem;
	}
	.dotBox p {

	}
    
    
    /* ナビゲーション */
    
    #header {
	    position: relative;
    }
    
    #logo_nav {
	    height: 80px;
    }
    
    #menubtn {
	    display: block !important;
	    padding: 10px;
	    border: solid 1px #aaa;
	    -webkit-border-radius: 3px;
	       -moz-border-radius: 3px;
	            border-radius: 3px;
	    background: #fff;
	    position: absolute;
	    top: 15px;
	    right: 0;
	    cursor: pointer;
    	line-height: 1;
    }
    
    #menubtn:hover {
	    background: #ddd;
    }
    
    #menubtn:focus {
	    outline: none;
    }
    
    #menubtn i {
	    display: block;
	    width: 28px;
	    height: 28px;
	    text-indent: -9999px;
	    overflow: hidden;
	    -webkit-transition: 0.5s;
	    -moz-transition: 0.5s;
	    -o-transition: 0.5s;
	    transition: 0.5s;
    }

    #menubtn .bars {
	    background-image: url("/img/menubtn_bars.svg");
	    background-size: 28px 28px;
	    background-position: center center;
	    background-repeat: no-repeat;
    }

    #menubtn .close {
	    background-image: url("/img/menubtn_close.svg");
	    background-size: 28px 28px;
	    background-position: center center;
	    background-repeat: no-repeat;
    }
    
    body:not(.open) #menubtn .close {
	    display: none;
    }

    body.open #menubtn .bars {
	    display: none;
    }
    
    #global_nav {
	    display: none;
	    margin: 0 -10px;
	    width: auto;
	    height: auto;
	    position: static;
    }
    
    #global_nav ul {
	    position: static;
	    width: 100%;
	    height: auto;
    }
    
    body.open #global_nav > ul {
	    margin-bottom: 25px
	}
    
    #global_nav li {
	    height: auto;
	    margin: 0;
	    padding: 0;
	    float: none !important;
	    
    }
    
    #global_nav li a {
	    width: 100% !important;
	    height: auto;
	    padding: 15px 0;
	    background-image: none !important;
	    text-indent: 0 !important;
	    background: #2d2d2d;
	    color: #fff;
	    border-bottom: 1px solid #fff;
	    font-size: 0.9rem !important;
    }
    
    #global_nav li a:hover {
	    background: #333;
    }
    
	.acd_navi button {
		display: block;
		width: 100%;
		border: none;
		cursor: pointer;
		height: auto;
		padding: 15px 0;
		background: #2d2d2d;
		color: #fff;
		border-bottom: 1px solid #fff;
		font-size: 0.9rem !important;
		background-image:url("/img/icon_link_arrow_white_down.svg");
		background-position: 1rem 1rem;
		background-repeat: no-repeat;
		-webkit-background-size: 1.5rem auto;
		   -moz-background-size: 1.5rem auto;
		     -o-background-size: 1.5rem auto;
		        background-size: 1.5rem auto;

	}

	body.is-open .acd_navi button#acd_navi_button,
	body.is-open2 .acd_navi button#acd_navi_button2,
	body.is-open3 .acd_navi button#acd_navi_button3 {
		background-image:url("/img/icon_link_arrow_white_up.svg") !important;

	}

	
	#acd_navi_list, #acd_navi_list2, #acd_navi_list3 {
		display: none;
	}

	.acd_navi ul > li, 
	.acd_navi ul > li {
	  padding:13px 0;
	  line-height: 1.6;

	}
	.acd_navi ul > li > a, 
	.acd_navi ul > li > a {
	  line-height: 1.5;
	  opacity: 1;
	  visibility: visible;
	  display: block;
	  padding: 15px 0 !important;
	  background: #efefef !important;
	  color: #000 !important;
	  border-bottom: 1px solid #999 !important;
	}

	.acd_navi ul > li:last-child > a, 
	.acd_navi ul > li:last-child > a {
	  border-bottom: 1px solid #fff !important;
	}
    
    #logo_area {
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -webkit-flex-direction: column;
	       -moz-box-orient: vertical;
	       -moz-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	    -webkit-box-align: start;
	    -webkit-align-items: flex-start;
	       -moz-box-align: start;
	        -ms-flex-align: start;
	                -ms-grid-row-align: flex-start;
	            align-items: flex-start;
    }

	#logo_area p {
		margin: 6px 0 0;
		font-size: 0.8rem;
		line-height: 1;
	}

    
    /* HOME */
    
    #homeVisual {
	    width: 100%;
	    height: 200px;
    }
    
    #homeVisual .main_img {
	    height: 200px;
    }
    
    #homeVisual .main_img img {
	    width: 100%;
	    height: 200px;
    }


	#homeCont { 
		width:100%; 
		float:none;
	}
	#homeCont .clearfix { 
		width:100%; 
		margin: 0;
	}
	#homeCont .clearfix > li { 
		width: calc(100% - 4px);
		margin-left: 1px;
		margin-bottom: 2rem;
		float:none;
		padding: 0;
	}

	#homeCont .clearfix > li h2 { 
		font-size: 1rem;
		line-height: 1;
	}
	
	#homeCont .clearfix > li img {
	width: 100%;
	}
	
	#homeSide-box { 
	width:100%; 
	float:none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	}
	#homeSide { 
		width:100%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	
	#homeTylo { 
		width:100%; 
		padding: 10px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#homeTylo > img {
		width: 100%;
	}
	#homeTylo h2 img {
		width: 200px;
		height: auto;
	}

	#homeTylo h3 { 
		font-size: 1rem;
		line-height: 1.5;
	}
    
	#homeSide-banner, #homeSide-banner_2 { 
		width: 100%;
	}
	
	#homeSide-banner a img, #homeSide-banner_2 a img {
		width: 100%;
		height: auto;
		outline: solid 1px #c4c4c4;    /* 外側の線になる一本線の枠線をひく*/
	}
	
	/* FOOTER */

	#foot1 li		{ 
		font-size: 0.8rem; 
		margin-bottom: 10px;
	}
	#foot1 #fnav02, #foot1 #fnav04, #foot1 #fnav05, #foot1 #fnav06, #foot1 #fnav09, #foot1 #fnav11	{ 
		border-right: none;
	}

	#foot2 { 
		overflow: hidden;
		display: block;
		
	}
	
	#foot21 a {
		display: block;
		text-align: center;
	}
	#foot21 a img {
		width: 30%;
		height: auto;
		padding: 0 0 8px;
	}
	#foot21 a p {
		padding: 0 0 15px;
		text-align: center;
	}
	#foot22	{ 
		display: block;
		padding:1px 0 15px 0; 
		text-align: center;
	}
	#foot23	{ 
		display: block;
		width: 100%;
		margin-left: 0;
		text-align: center;
	}

	/* CONT FOOTER */
	
	#cfootInfo		{ 
		display: block;
	}
	#cfootInfo div {
		width: 100%;
	}
	#cfootInfo .cfootInfo_message {
		width:  100%;
		margin-right: 0;
	}
	#cfootInfo .cfootInfo_message h4 {
		margin-bottom: 0.2rem;
		font-size: 0.9rem;
		font-weight: bold;
		color: #0c4d9c;
	}
	#cfootInfo .cfootInfo_photo {
		width:  100px;
		margin: 20px auto;
	}
	#cfootInfo .cfootInfo_photo img {
		width:  55px;
	}
	#cfootInfo .cfootInfo_contact {
		text-align: center;
	}
	
	#cfootInfo .cfootInfo_contact h4 {
		font-size: 0.8rem;
	}
	#cfootInfo .cfootInfo_contact p {
		font-size: 0.8rem;
		line-height: 2.1;
	}
	#cfootInfo .cfootInfo_contact p a {
		padding:0 0 0 1rem; 
		background-image:url("/img/icon_link_circle_arrow.svg");
		background-position: 0 0;
		background-repeat: no-repeat;
		-webkit-background-size: 0.9rem 0.9rem;
		   -moz-background-size: 0.9rem 0.9rem;
		     -o-background-size: 0.9rem 0.9rem;
		        background-size: 0.9rem 0.9rem;
		color: #000;
	}
	#cfootInfo .cfootInfo_contact p a:hover {
		color: #0c4d9c;
	}
	
	#cfootInfo .cfootInfo_contact p.cfootInfo_contact_tel {
		margin: 0.6rem 0;
		font-size: 1.8rem;
		font-weight: bold;
		font-family: 'Source Sans Pro', sans-serif;
		line-height: 1;
	}


	/* ### 全ページ共通項目 ### */

	/* TEXT LINK */
	ul.link li { 
		background:url("/img/icon_link.svg") -0.2rem 0.2rem no-repeat;
		-webkit-background-size: 16px auto;
		   -moz-background-size: 16px auto;
		     -o-background-size: 16px auto;
		        background-size: 16px auto;
	}
	
	/* HOME 見出しh1 */
	h1.new_style {
		letter-spacing: 0;
		line-height: 1.5;
	}
	
	h1.new_style span {
		padding-left: 0;
		letter-spacing: 0;
	}

	/* 全ページ共通 見出しh2 */
	h2.title_new {
		letter-spacing: 0;
		line-height: 1.5;
	}
	
	h2.title_new span {
		padding-left: 0;
		letter-spacing: 0
	}

	/* 全ページ共通：テーブルの横スクロール */
	.scroll-table {
	  overflow: auto;
	  white-space: nowrap;
	  border: solid 1px #ddd;
	  table {
	    margin: 0;
	    border: none;
	  }
	}

	/* 全ページ共通：PDFリンクにPDFアイコンを付ける */
	a[href$=".pdf"] {
	  background-position: 0 3px;
	}

	/* PDFリンクのリスト形式の際に余白をとる */
	ul.pdf_list {
		display: block;
	}
	
	ul.pdf_list li:not(last-child) {
		margin-bottom: 0.5rem;
	}
	
	/* パンくず非表示 */
	
	#pan {
		display: none;
	}

	/* PAGE TOP VISUAL */
	.top_visual {
		margin:0 -10px 18px -10px;
		padding: 20px 10px;	
		width: 100%;
		height: auto;
		background-image: none !important;
		background: #000;
	}
	
	.top_visual #chead_new { 
		width: 100%;
		height: auto;
		position: static;
		color: #fff;
		font-size: 1.1rem;
		letter-spacing: 0;
	}

	#chead_new .chead_new_headline {
		letter-spacing: 0;
	}

	#chead_new .chead_new_subtitle {
		display: none;
		margin-top: 5px;
		font-size: 0.7rem;
	}

	/* PAGETOP */
	
	.ptopBox a { 
		font-size: 0.9rem;
	}


	/* SIDE MENU */

	#sidemenu {
		margin: -30px 0 20px;
	}
	#sidemenu li { 
		padding:0 0 2px 0;
	}
	#sidemenu a		{ 
		display:block; 
		width:100%; 
		-webkit-box-sizing: border-box; 
		   -moz-box-sizing: border-box; 
		        box-sizing: border-box;
		padding:15px 6px 15px 24px; 
		font-size: 0.9rem;
		background-position: 0.45rem 1.15rem;
	}
	
	

	
	/* SIDE BANNER */

	#sidebana1 {
		width: 100%;
	}
	
	#sidebana1 li	{ 
		padding:0 0 10px 0;
	}

	#sidebana1 a img {
		width: 100%;
		height: auto;
		outline: solid 1px #c4c4c4;    /* 外側の線になる一本線の枠線をひく*/
	}

	
    .pc_only {
        display: none !important;
    }


	/* STEAM and DRY
	 --------------------------------------------------------------------*/
	#productsTop {
		
	}
	#productsTop > p {
		width: 100%;
		text-align: center;
	}
	#productsTop img {
		width: 100%;
		height: auto;
		margin-bottom: 15px;
	}
	
	#productsTop div { 
		width:100%; 
		padding:10px 0 0 0; 
		float:none;
	}

	#productsVid {
		margin: 30px 0 30px;
		padding: 56.25% 0 0;
		position: relative;
		width: 100%;
		height: 0;
	}

	#productsVid iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}

	#productsInfo {
		width:100%; 
		overflow:hidden;
	}
	#productsInfo div.clearfix		{ width:100%; margin:0 0 0 0;}
	#productsInfo dl { 
		width:100%; 
		padding:0 0 25px 0; 
		float:none;
	}
	#productsInfo dl:last-child { 
		padding-bottom: 0
	}
	#productsInfo dl dt img {
		width: 100%;
		height: auto;
	}

	#productsInfo dd				{ padding:10px 0 0 0;}


	#recommendBox { 
		width:100%; 
		background-image: none;
	}
	#recommendBox .clearfix { 
		width:100%; 
		margin:0 0 0 -18px;
	}
	#recommendBox li.li0 { 
		width:100%; 
		padding:0 0 0 18px; 
		float:none;
	}
	#recommendBox li.li0 p { 
		width:100%;
	}
	#recommendBox li.li0 p.image { 
		text-align: center;
	}
	#recommendBox li.li0 .link li { 
	
	}
	#recommendBox1 { 
		padding:0 0 0 0;
		background-image: none;
	}
	#recommendBox2 { 
		padding:0 0 0 0;
	}
	
	#recommendBox h3 {
		margin-bottom: 0.5rem;
		font-size: 1rem;
	}
	#recommendBox h3 span {
		margin-bottom: 0;
	}
	
	#recommendBox h3 span.recommendBox1_point {
		font-size: 0.7rem;
	}
	#recommendBox h3 span.recommendBox1_number {
		padding-left: 0.3rem;
		padding-right: 0.5rem;
		font-size: 1.5rem;
	}
	
	/* スチームサウナの特徴 */
	body.steam-sauna-feature #recommendBox1 li:nth-child(1) p.image img {
		padding: 15px 0 25px;
		width: 150px;
	}
	body.steam-sauna-feature #recommendBox1 li:nth-child(2) p.image img {
		padding: 15px 0 25px;
		width: 160px;
	}
	body.steam-sauna-feature #recommendBox1 li:nth-child(3) p.image img {
		padding: 15px 0 25px;
		width: 200px;
	}
	body.steam-sauna-feature #recommendBox2 li:nth-child(1) p.image img {
		padding: 15px 0 25px;
		width: 200px;
	}
	body.steam-sauna-feature #recommendBox2 li:nth-child(2) p.image img {
		padding: 15px 0 25px;
		width: 220px;
	}
	body.steam-sauna-feature #recommendBox2 li:nth-child(3) p.image img {
		padding: 15px 0 25px;
		width: 150px;
	}


	/* ドライサウナの特徴 */
	body.dry-sauna-feature #recommendBox1 li:nth-child(1) p.image img {
		padding: 15px 0 0;
		width: 230px;
	}
	body.dry-sauna-feature #recommendBox1 li:nth-child(2) p.image img {
		padding: 15px 0 15px;
		width: 190px;
	}
	body.dry-sauna-feature #recommendBox1 li:nth-child(3) p.image img {
		padding: 5px 0 25px;
		width: 220px;
	}
	body.dry-sauna-feature #recommendBox2 li:nth-child(1) p.image img {
		padding: 15px 0 25px;
		width: 220px;
	}
	body.dry-sauna-feature #recommendBox2 li:nth-child(2) p.image img {
		padding: 5px 0 25px;
		width: 220px;
	}
	body.dry-sauna-feature #recommendBox2 li:nth-child(3) p.image img {
		padding: 5px 0 25px;
		width: 220px;
	}

	
	#compareTb {
		font-size: 0.8rem;
	}

	.bathBox						{ 
		margin:0 0 20px 0; 
		padding:15px 25px;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
		        border-radius: 3px;
		border: solid 2px #f1f1f1 !important;    	/* 内側の線になる一本線の枠線をひく*/
		outline: solid 1px #d7d7d7;    /* 外側の線になる一本線の枠線をひく*/
		outline-offset: 0;        /* 外側の線と内側の線の空き具合を調整*/
	}	

	.bathBox .bathBox_left { width:100%; padding:0; float:none;}
	.bathBox .bathBox_left h3 { 
		margin-bottom: 0.5rem;
	}
	.bathBox .bathBox_left p { margin:0 0 0.5rem 0;}
	.bathBox .bathBox_right { 
		margin:5px 15px 0 0;
		width: 100%;
		float: none;
	}
	.bathBox .bathBox_right p {
		text-align: center;
	}
	
	.bathBox .bathBox_right img {
		padding-top: 0;
		width: 70%;
		height: auto;
	}

	body.dry-sauna-feature .bathBox .bathBox_right img {
		padding-bottom: 20px;
	}


	li.productsList { 
		padding:7px 0 50px 0;
		clear:both;
		zoom:1;
	}
	.productsList .product { 
		width:100%; 
		float:none;
	}
	.productsList .product h3 {
		margin-bottom: 0.8rem;
		font-size: 1.2rem;
	}
	.productsList .product h4 { 
		margin-bottom: 0.5rem;
		font-size: 1rem;
	}
	.productsList .product p { 
		margin-bottom: 0.5rem;
	}
	
	/*
	.productsList .product #right   { text-align : right; margin-top : -20px;}
	.productsList .product .cau     { font-weight : bold; font-size : 105%;}
	.productsList .product .intro   { font-size : 110%; font-weight : bold;}
	*/
	
	.productsList .product table { 
		margin-top: 20px;
		margin-bottom: 20px;
		width:100%; 
		border-top:solid 1px #cccccc;
	}
	.productsList .product thead th,
	.productsList .product thead td	{ font-weight:bold;}
	.productsList .product th.gen	{ width : 104px; height : 18px;}
	.productsList .product th,
	.productsList .product td		{ padding:4px 0 2px 12px; border-bottom:solid 1px #cccccc;}
	.productsList .image { 
		width:100%;
		float:none;
	}
	.productsList .image p img {
		width: 100%;
	}
	/*
	.productsList .image li	 { 
		padding:12px 6px 0 0; 
		float:left;
	}
	.productsList .image li img	{ 
		width: 52px;
		border: 1px solid #cccccc;
		cursor:pointer
	}
	*/
	
	.productsList ul.catalog {
		margin: 12px 0 20px 7px;
	}
	.productsList ul.catalog li {
		margin-bottom: 0.4rem;
		font-size: 1rem;
		font-weight: bold;
	}
	.productsList ul.catalog li:last-child {
		margin-bottom: 0;
	}

	/* SITEMAP
	 --------------------------------------------------------------------*/
	ul.sitemap01 {
		margin-bottom: 30px; 
		padding:0;
	}
	ul.sitemap01 .clearfix { 
		background-image: none;
	}
	ul.sitemap01 .clearfix div { 
		width:100%; 
		margin:0 0 20px;
		padding:0 0 0 8px; 
		float:none;
		line-height:1.1; 
		font-weight:bold; 
		border-left:solid 3px #b2b2b2;
	}
/*
	ul.sitemap01 .clearfix div a { 
		padding:0 5px 0 0; 
		background-color:#ffffff;
	}
*/
	
	ul.sitemap02 { 
		background-image: none;
		float:none;
	}
	ul.sitemap02 .clearfix { 
		background-image: none;
	}
	ul.sitemap02 .clearfix div { 
		width:100%; 
		margin:0 0 20px;
		padding:0 0 0 8px; 
		float:none;
		line-height:1.1; 
		font-weight:bold; 
		border-left:solid 3px #b2b2b2;
	}
	
	li.first { 
		padding:0 0 20px 0; 
		background-image: none;
	}
	li.midd { 
		padding:0 0 20px 0; 
		background-image: none;
	}
	li.last { 
		padding:0 0 20px 0; 
		background-image: none;
	}

	.sitemap02 > li.first { 
		margin-bottom: 20px;
		padding:0 0 0 8px; 
		line-height:1.1; 
		font-weight:bold; 
		border-left:solid 3px #b2b2b2;
		background-image: none;
	}
	.sitemap02 > li.midd { 
		margin-bottom: 20px;
		padding:0 0 0 8px; 
		line-height:1.1; 
		font-weight:bold; 
		border-left:solid 3px #b2b2b2;
		background-image: none;
	}
	.sitemap02 > li.last { 
		margin-bottom: 20px;
		padding:0 0 0 8px; 
		line-height:1.1; 
		font-weight:bold; 
		border-left:solid 3px #b2b2b2;
		background-image: none;
	}

	
	ul.sitemap03 { 
		width:100%; 
		margin:0 0 20px;
		padding: 0;
		background-image: none; 
		float:none;
	}
	
	ul.sitemap03 > li {
		padding:0 0 5px 1rem; 
		background:url("/img/icon_link.svg") -0.2rem 0 no-repeat;
		-webkit-background-size: 15px auto;
		   -moz-background-size: 15px auto;
		     -o-background-size: 15px auto;
		        background-size: 15px auto;
	}
	
/*
	ul.sitemap01 a					{ font-weight:bold;}
	ul.sitemap01 a:link,
	ul.sitemap01 a:visited			{ color:#000000; text-decoration:none;}
	ul.sitemap01 a:hover			{ color:#0c4d9c; text-decoration:underline;}
*/

	/* ### 全ページ共通：カタログPDFダウンロード ### */
	

	body.home #cagalog_banner {
		margin-top: 2rem;
	}

}