@charset "UTF-8";

/*--------------------------------------------------------
IPAD用レイアウト（768px以下の解像度のスクリーン含む）
--------------------------------------------------------*/

@media
only screen and (min-width: 768px) and (max-width : 1024px) and (orientation:portrait){






/*--------------------------------------------------------
サイト全体の共通設定
-------------------------------------------------------*/

html{
	overflow-y: scroll;
	overflow-x: hidden;
}

html,body{
	width: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

textarea,input{ max-width: 95%; }

input[type="submit"],input[type="image"],
input[type="reset"],input[type="button"],
input[type="file"]{ max-width: none; }





/*--------------------------------------------------------
1カラムレイアウト
--------------------------------------------------------*/

.col1 #container,
.col1 #top,
.col1 #header,
.col1 #global-nav,
.col1 #main,
.col1 #main-image,
.col1 #footer,
.col1 .copyright{
	width: 100%;
	min-width: 768px;
}

.col1 #top-in,
.col1 #header-in,
.col1 #global-nav-in,
.col1 #main-in,
.col1 #main-image-in,
.col1 #footer-in,
.col1 .copyright p{
	width: 768px;
	margin: auto;
}

.col1 #main-contents{ width: 100%; }












.setumei01 {

}

.setumei01a{
float : left; 
	width: 40%;
}

.setumei01b{
float : left; 
	width: 40%;
  font-size:150%;
}

.setumei01c{
width:90%;
  font-size:100%;
 text-align:left;
}

.setumei01d{
  font-size:100%;
}

.ans4{
  font-size:100%;
}

/*●画像サイズの調整*/
img {
	height: auto;
	max-width: 100%;


}

a{
	color: #00b2d5;
	-webkit-tap-highlight-color: #bcd764;
}


/*--------------------------------------------------------
エリアの設定
--------------------------------------------------------*/

#container{
	padding-top: 0px;
	padding-bottom: 1.5em;
}




/*--------------------------------------------------------
トップ
--------------------------------------------------------*/

#top{ 
	position: relative;
	top: 0;
	height: auto;
	font-size: 1.2em;
}

#top-menu{
	float: none;
}

#top-menu li{
	text-align: left;
	display: block;
}


/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/

#header{
	background: url(https://dr-sauna.com/wp-content/uploads/2015/09/bg-header3.jpg) center top repeat-x #fff;
	font-size: 1.2em;

position: fixed;  //位置を固定
  top: 0px;   //縦の位置を指定
  left: 0;  //横の位置をして
  z-index: 999; //オブジェクトが重なった場合の表示順
  width: 100%; //横幅を全面に設定



}

#header-in{ padding: 1em 0 1.3em 0; }

/*●ヘッダーロゴ（メインタイトル）*/
#header #header-title{

width: 100%; 
}

#header .header-logo{

	margin-bottom: 0em;
	font-size: 2.25em;
	font-weight: bold;

}

#header .header-logo2{
        float:left;
        width: 38%;
}

#header .header-logo3{
        float:left;
        width: 30%;
        margin:1% 1% 0 1%;
}

#header .header-logo4{
        float:left;
        width: 28%;
}



/*●ヘッダーロゴテキスト*/
.header-logo a{ text-decoration: none; }

.header-logo a:link,
.header-logo a:visited{ color: #060;}
.header-logo a:hover,
.header-logo a:active{ color: #9c3; }


/*●ヘッダーテキスト・右上の文章*/
#header-in #header-text{
	float: right;
	width: 40%; /*・1行の幅はwidthの値を変更*/
	color: #333;
}

#header h1{
	margin-bottom: 1em;
	font-size: 1.167em;
}




/*--------------------------------------------------------
グローバルナビ
--------------------------------------------------------*/

#global-nav{
	
background: url(https://dr-sauna.com/wp-content/uploads/2015/08/bghead.jpg) left bottom repeat-x #660000;


}


* html #global-nav{
	background: #660000;/*IE6*/

}

#global-nav dl{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;

}

#global-nav dt{

	margin: 0;
	padding: 0%　0%　0%　0%;


}
#global-nav dd{ 
	margin: 0;
	padding: 0px　0px　0px　0px;
	border-right: 1px solid #321819; /*右側のボーダーの色*/
	border-left: 1px solid #845c5c;   /*左側のボーダーの色*/
}


/*●メニューボタンを非表示*/
#global-nav .btn-gnav{ display:none; }


/*●グローバルメニュー*/
#global-nav .menu-wrap{ display: block;   
}

#menu{
	font-size: 1.1em;

}

#global-nav #menu li{
	position: relative;
	float: left;
	margin: 0;
	border-right: 1px solid #845c5c; /*右側のボーダーの色*/
	border-left: 1px solid #321819;   /*左側のボーダーの色*/
	list-style: none;
	font-weight: bold;

}

#global-nav #menu li{ white-space: nowrap; 

}

/*メニューのデザイン*/
#global-nav #menu li a{
	display: block;
	padding: 1.4em 0.70em;
	padding: 1.4em 0.95em\9;
	color: #fff; /* メニューのフォントの色  */
	text-decoration: none;

}

#global-nav #menu li a:link {color:#fff; text-decoration:none;} 
#global-nav #menu li a:visited{ background-color:transparent; } /*すでに訪れたリンクの背景色*/
#global-nav #menu li a:hover {color:#fff; background:url("https://dr-sauna.com/wp-content/uploads/2015/08/bghead02.jpg") #777 repeat-x top left;} 
#global-nav #menu li a:active{color:#fff; background:url("https://dr-sauna.com/wp-content/uploads/2015/08/bghead02.jpg") #777 repeat-x top left;} /*マウスカーソルを乗せた時の背景色*/

#global-nav #menu li ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 12em;

}

/*ドロップダウンメニューのデザイン*/
#global-nav #menu li ul li{
	margin: 0;
	padding: 0;
	width: 12em;
	background-color: #eaeaea;
	border-top: 0;
	border-right: 0;
	white-space: normal;
}

#global-nav #menu li ul li a{
	display: block;
	padding: 0.8em 2em;
}

#global-nav #menu li li a:hover,
#global-nav #menu li li a:active{ background-color: #fff; }

#global-nav #menu li ul ul{
	top: 0;
	left: 100%;
}

#global-nav .showMenu{ display: block!important; }


/*--------------------------------------------------------
コンテンツ全体
--------------------------------------------------------*/

#main-image .catch-copy{font-size: 1.4em; }



/*--------------------------------------------------------
コンテンツ全体
--------------------------------------------------------*/

#main-in{  padding-top: 220px; }








/*--------------------------------------------------------
メインコンテンツ（本文）
--------------------------------------------------------*/

/*●最新情報の回り込みを解除*/
#main-contents dl.news dt,
#main-contents dl.news dd.cat,
#main-contents dl.dl-style01 dt{ float: none; }

#main-contents dl.news dt{ margin-bottom: 0.4em; }

#main-contents dl.news dt,
#main-contents dl.dl-style01 dt{
	padding-right: 1em;
	padding-left: 1em;
}

#main-contents dl.news dd.cat{
	display: inline-block;
	width: auto;
	margin: 0 1em 0.5em;
	padding: 0.3em 1em;
}

#main-contents dl.news dd,
#main-contents dl.dl-style01 dd{ 
	margin: 0 0 10px 0;
	padding: 0 1em 0.8em 1em;
}

/*●Tableをブロック表示に*/
#main-contents .table-style01,
#main-contents .table-style01 thead,
#main-contents .table-style01 tbody,
#main-contents .table-style01 tfoot,
#main-contents .table-style01 tr,
#main-contents .table-style01 th,
#main-contents .table-style01 td{ display: block; }

#main-contents .table-style01 th,
#main-contents .table-style01 td{
	float: left;
	width: 100%!important;
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
}

#main-contents .table-style01{ /zoom : 1; }
#main-contents .table-style01:after{ content : ''; display : block; clear : both; height:0; }

.box-wrap .box-l,
.box-wrap .box-r{
	float: none;
	width: 100%;
}


/*Youtube動画*/
#main-contents .v-wrap{
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
	padding-top: 30px;
}

#main-contents .v-wrap iframe,
#main-contents .v-wrap object,
#main-contents .v-wrap embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*--------------------------------------------------------
サブコンテンツ / サイドバー
--------------------------------------------------------*/

/*折り畳み*/
#sub-contents .sub-contents-btn,
#sidebar .sidebar-btn{
	display: block;
	margin-bottom: 1em;
	padding: 0.5em;
	padding-left: 2.5em!important;
	border-bottom: 2px solid #660000;
	background: url(./images/icon/icon-arrow07.png) 1em center no-repeat #660000;
	color: #fff;
	cursor: pointer;
}

.sub-column #sub-contents-in,
.sub-column #sidebar-in{ display: none; }

.sub-column .showSubConts,
.sub-column .showSidebar{
	display: block!important;
}

.col1 .sub-column .ranking .item-img,
.col2 #sub-contents .ranking .item-img,
.col2r #sub-contents .ranking .item-img,
.col1 .sub-column .profile-img,
.col2 #sub-contents .profile-img,
.col2r #sub-contents .profile-img{
	float: none;
	padding-right: 0;
}

.col1 .sub-column .banner li,
.col2 #sub-contents .banner li,
.col2r #sub-contents .banner li{
	display: block;
	margin-right: 0;
}

.sub-column dl.search-box{ width: 100%; }

.sub-column dl.search-box dt{
	margin-right: 0;
	margin-bottom: 0.4em;;
	width: 100%;
}

.sub-column dl.search-box dt,
.sub-column dl.search-box dd{ float: none; }


/*--------------------------------------------------------
フッター
--------------------------------------------------------*/

#footer .footer-menu ul{
	float: none;
	width: 70%;
}

#footer .area01,
#footer .area02{
	float: none;
	width: 100%;
	margin-bottom: 2em;
}

.copyright{ padding-bottom: 40px; }

.copyright span{ display: block; }


/*------------------------------------------------------------
WordPress用
-------------------------------------------------------------*/

#main-contents .sb{
	text-align: left;
}

#main-contents .reply a{
	padding-left: 17px;
	background: url(./images/icon/icon-arrow_r_gray.png) 0 3px no-repeat;
}

img.alignleft,
img.alignright{
	float: none;
	display: block;
	padding: 0;
	margin: auto;
}

.wp-caption{
	max-width: 100%;
}

/*--------------------------------------------------------
ページトップ
--------------------------------------------------------*/

.page-top{
	right: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.page-top a{
	display: block;
	border: 0;
	border-top: 1px solid #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.page-top a:link,
.page-top a:visited,
.page-top a:hover,
.page-top a:active{
	background: url(./images/common/bg-pagetop.gif) 14px center no-repeat #59493f;
	color: #fff;
}

.page-top:not(\*|*){ position: static; }/* Opera9以下 */

}

@media not screen and (1) { .page-top { position: static; } }/* Opera10以上 */


/*------------------------------------------------------------
　template created by web-rider
-------------------------------------------------------------*/



.tpm01{
	float: left;
        width:46%;
margin:0 3% 3% 3%;
font-size:140%;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-o-text-size-adjust: 100%;
text-size-adjust: 100%;
}


.tpm02{
	float: left;
        width:46%;
font-size:120%;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-o-text-size-adjust: 100%;
text-size-adjust: 100%;
}

.ipad{

        width:100%;

}

.obi_bi{
        width:100%;


}