/*
Theme Name: 髪床ワタナベ
Description: 髪床ワタナベのテーマ
Author: Mika Obata
Version: 1.0

2017.04
*/


/*
有限会社インフォテック　1カラムスタイル
2017 小畑


☆優先順位☆

[1位(スマホ)]・・・739px以下のスタイル
[2位(タブレット)]・740px以上～1023px以内のスタイル
[3位(パソコン)]・・1024px以上のスタイル


・3種類でフレキシブル対応をしているので今後さらに分ける場合は追加出来ます
・全てに対応させたい場合は[1位]のみに記述しておけばOKです
*/





/* ---スマホ(739px以下の時のスタイル)--- */

body{
	font-family:"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background-image: url(../image/back.jpg);
	margin:0;
	font-size:15px;
}

p{
	margin:0;
	padding:0;
	line-height:140%;
	font-size:15px;
}

.body-main{
	margin:20px 5px 0 5px;
}

/*クリア用*/
.clear{
	clear:both;
}
.br-phone{
	display: inline;
}
.br-pc{
	display: none;
}


/*ヘッダーライン*/
.header-line{
	border-bottom: 7px solid #F9EA5F;
}
/*ヘッダー*/
.header-back{
	background-color:#fff;
	padding-bottom:10px;
}
.header-left{
	float:none;
}
.header-right{
	float:none;
}
.header-logo{
	padding-top:5px;
	padding-left:0;
	padding-bottom:5px;
}
.header-logo img{
    	display: block;
    	width:auto;
    	height:auto;
    	max-width:100%;
    	max-height:100%;
	margin-left:auto;
	margin-right:auto;
}
.header-contact{
	margin-bottom:-7px;
	border-top:1px solid #888;
    	padding:10px 0 10px 0;
    	text-align:center;
}
.header-tell1{
	font-size:17px;
	color:#4b7904;
	font-weight: bold;
}
.header-tell2{
	font-size:25px;
	color:#42210B;
	font-weight: bold;
}
.header-text1{
    	text-align:center;
	font-size:15px;
	color:#42210B;
	margin-bottom:0;
}


/*メニュー*/
.nav-back{
  background-image: url(../image/menu.jpg);
  margin:0 0 5px 0;
}
.global-nav {
  padding: 0;
  margin:0;
  background-image: url(../image/menu.jpg);
  font-size: 18px;
  list-style-type: none;
}
.global-nav:after {
  content: "";
  clear: both;
  display: block;
}
.global-nav li {
  background-image: url(../image/menu.jpg);
  float: left;
  width: 50%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.global-nav li:nth-child(odd) {
  border-right: 1px solid #234404;
}
.global-nav li:nth-child(1) {
  border-bottom: 1px solid #234404;
}
.global-nav li:nth-child(2) {
  border-bottom: 1px solid #234404;
}

.global-nav a {
  display: block;
  line-height: 58px;
  color: #000;
  background-image: url(../image/menu.jpg);
  background-size:auto;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif,"heisei-mincho-std";
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 0 5px #fff;
}
.global-nav a:hover {
  background-image: url(../image/menu_on.jpg);
  background-size:auto;
}


/*フッター*/
.footer{
	margin-top:30px;
}
.copy{
	font-size:13px;
	background-color:#C6B19D;
	color:#000;
	padding:3px 0;
    	text-align:center;
}


/*トップへ戻る*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 5%;
    font-size: 15px;
}
#page-top a {
    background-color: #ffe402;
    background-image: url(../image/top.png);  
    background-repeat: no-repeat;
    background-position: 50% 20%;
    text-decoration: none;
    color: #42210b;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 90px;
    display: block;
    border-radius: 100px;
}
#page-top a:hover {
    background-color: #ffc202;
    color: #42210b;
}


/*トップ画像*/
.one-block img{
    	display: block;
	width:100%;
	margin:0;
}


/*トップメッセージ*/
.top-message-red{
	text-align:center;
	color:#FF0000;
	border:1px solid #FF0000;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
}
.top-message{
	text-align:center;
	color:#666666;
	margin:10px 0;

}


/*メインフレーム*/
.main-left{
	width:100%;
	float:none;
	margin:10px 0;
}
.main-right{
	width:100%;
	float:none;
	margin:20px 0 10px 0;
}

.oneblock{
	font-size:17px;
	color:#42210B;
	text-align:center;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif,"heisei-mincho-std";
  	font-weight: bold;
}
.oneblock img{
	display: block;
    	max-width: 100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:20px;
}



/* レイアウト*/
.h2-menu1-back{
	background-color:#F4D7D0;
	padding:2px 0;
	margin:30px 0;
}
.h2-menu2-back{
	background-color:#D1F2F2;
	padding:2px 0;
	margin:50px 0 30px 0;
}
.h2-menu3-back{
	background-color:#F4E7A6;
	padding:2px 0;
	margin:50px 0 30px 0;
}
.h2-menu4-back{
	background-color:#F7CBA1;
	padding:2px 0;
	margin:50px 0 30px 0;
}
.h2-menu{
	width:100%;
	font-size:20px;
	color:#301300;
	text-align:center;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif,"heisei-mincho-std";
  	font-weight: bold;
  	text-shadow: 0 0 5px #fff;
	margin:0;
	padding:0;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
       	-o-box-sizing: border-box;
      	-ms-box-sizing: border-box;
         box-sizing: border-box;
}
.h2-left{
	margin-top:-10px;
	margin-bottom:-20px;
	padding-right:10px;
}
.h2-right{
	margin-top:-10px;
	margin-bottom:-20px;
	padding-left:10px;
}
.h2-left2{
	margin-top:-10px;
	margin-bottom:-15px;
	padding-right:15px;
}
.h2-right2{
	margin-top:-10px;
	margin-bottom:-15px;
	padding-left:10px;
}
.h2-left3{
	margin-top:-20px;
	margin-bottom:-25px;
	padding-right:10px;
}
.h2-right3{
	margin-top:-20px;
	margin-bottom:-25px;
	padding-left:10px;
}


/*おすすめメニュー*/
.osusume-subtitle{
	background-image: url(../image/ico1.png);
    	background-repeat: no-repeat;
    	background-position:left 20px top 12px;
	border-top:1px solid #F2D783;
	border-bottom:1px solid #F2D783;
	color:#603813;
	font-size:17px;
  	font-weight: bold;
	margin:0;
	padding:5px 0 3px 45px;
}
.osusume-subtitle-left{
	float:none;
	background-image: url(../image/ico1.png);
    	background-repeat: no-repeat;
    	background-position:left 20px top 12px;
	border-top:1px solid #F2D783;
	border-bottom:1px solid #F2D783;
	color:#603813;
	font-size:17px;
  	font-weight: bold;
	margin:20px 0 10px 0;
	padding:5px 0 3px 45px;
}
.osusume-subtitle-right{
	float:none;
	background-image: url(../image/ico1.png);
    	background-repeat: no-repeat;
    	background-position:left 20px top 12px;
	border-top:1px solid #F2D783;
	border-bottom:1px solid #F2D783;
	color:#603813;
	font-size:17px;
  	font-weight: bold;
	margin:0;
	padding:5px 0 3px 45px;
}

.premium-left{
	width:100%;
	float:none;
	background-image: url(../image/premium-left.jpg),url(../image/premium-right.jpg),url(../image/premium-center.jpg);
	background-position: left,right,center;
	background-repeat: no-repeat,no-repeat,repeat-x;
	margin:4px 0;
	padding:15px 0;
	font-size:14px;
	text-align:center;
}
.premium-left2{
	width:100%;
	float:none;
	background-image: url(../image/premium-left.jpg),url(../image/premium-right.jpg),url(../image/premium-center.jpg);
	background-position: left,right,center;
	background-repeat: no-repeat,no-repeat,repeat-x;
	margin:4px 0;
	padding:15px 0;
	font-size:14px;
	text-align:center;
}
.premium-right{
	width:100%;
	float:none;
	margin:0 5px 20px 5px;
}


/*癒しのエステ*/
.h4-iyashi1{
	width:100%;
	background-image: url(../image/iyashi3.jpg);
	font-size:18px;
	color:#42210B;
	text-align:center;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif,"heisei-mincho-std";
  	font-weight: bold;
	border-radius: 5px;
	margin:20px 0 15px 0;
	padding:0;
	-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
       	-o-box-sizing: border-box;
      	-ms-box-sizing: border-box;
         box-sizing: border-box;
}
.h4-iyashi2{
	width:100%;
	background-image: url(../image/iyashi4.jpg);
	font-size:18px;
	color:#42210B;
	text-align:center;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif,"heisei-mincho-std";
  	font-weight: bold;
	border-radius: 5px;
	margin:20px 0 15px 0;
	padding:0;
	-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
       	-o-box-sizing: border-box;
      	-ms-box-sizing: border-box;
         box-sizing: border-box;
}
.h4-iyashi3{
	width:100%;
	background-image: url(../image/iyashi5.jpg);
	font-size:18px;
	color:#42210B;
	text-align:center;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif,"heisei-mincho-std";
  	font-weight: bold;
	border-radius: 5px;
	margin:20px 0 15px 0;
	padding:0;
	-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
       	-o-box-sizing: border-box;
      	-ms-box-sizing: border-box;
         box-sizing: border-box;
}
.h4-iyashi4{
	width:100%;
	background-image: url(../image/iyashi6.jpg);
	font-size:18px;
	color:#42210B;
	text-align:center;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif,"heisei-mincho-std";
  	font-weight: bold;
	border-radius: 5px;
	margin:20px 0 15px 0;
	padding:0;
	-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
       	-o-box-sizing: border-box;
      	-ms-box-sizing: border-box;
         box-sizing: border-box;
}
.iyashi-left2{
	float:none;
	font-size:18px;
  	font-weight: bold;
	background-image: url(../image/ico2.png);
    	background-repeat: no-repeat;
    	background-position:left 20px top 12px;
	padding:5px 0 0 45px;
}
.iyashi-left3{
	float:none;
	font-size:18px;
  	font-weight: bold;
	background-image: url(../image/ico3.png);
    	background-repeat: no-repeat;
    	background-position:left 20px top 12px;
	padding:5px 0 0 45px;
}
.iyashi-left3-big{
	float:none;
	font-size:18px;
  	font-weight: bold;
	background-image: url(../image/ico3.png);
    	background-repeat: no-repeat;
    	background-position:left 20px top 12px;
	padding:5px 0 0 45px;
}
.iyashi-left4{
	float:none;
	font-size:15px;
	background-image: url(../image/ico4.png);
    	background-repeat: no-repeat;
    	background-position:left 20px top 12px;
	padding:5px 0 0 45px;
	margin:0;
}
.iyashi-left5{
	float:none;
	font-size:15px;
	background-image: url(../image/ico5.png);
    	background-repeat: no-repeat;
    	background-position:left 20px top 12px;
	padding:5px 0 0 45px;
	margin:0;
}
.iyashi-center{
	float:none;
	font-size:13px;
	line-height:140%;
	text-align:left;
	padding:0 20px;
	color:#666666;
}
.iyashi-center4{
	float:none;
	font-size:13px;
	line-height:140%;
	text-align:left;
	padding:0 20px;
	color:#666666;
}
.iyashi-right{
	float:none;
	font-size:17px;
	text-align:right;
	padding:5px 10px 0 0;
	margin:0 0 10px 0;
}
.iyashi-right2{
	float:none;
	font-size:17px;
	text-align:right;
	padding:2px 10px 0 0;
	margin:0 0 10px 0;
}
.iyashi-border{
	border-top:2px dotted #F2D783;
	border-bottom:0;
	border-left:0;
	border-right:0;
}
.iyashi-left-img{
	float:none;
}
.iyashi-left-img img{
    	display: block;
	max-width: 100%;
	margin-left:auto;
	margin-right:auto;
}


/*料金*/
.h4-ryokin1{
	width:100%;
	background-color:#AACAE5;
	font-size:18px;
	color:#42210B;
	text-align:left;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif,"heisei-mincho-std";
  	font-weight: bold;
	border-radius: 5px;
	margin:20px 0 15px 0;
	padding:0 0 0 30px;
	-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
       	-o-box-sizing: border-box;
      	-ms-box-sizing: border-box;
         box-sizing: border-box;
}
.h4-ryokin2{
	width:100%;
	background-color:#FFB0A8;
	font-size:18px;
	color:#42210B;
	text-align:left;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif,"heisei-mincho-std";
  	font-weight: bold;
	border-radius: 5px;
	margin:20px 0 15px 0;
	padding:0 0 0 30px;
	-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
       	-o-box-sizing: border-box;
      	-ms-box-sizing: border-box;
         box-sizing: border-box;
}
.h4-ryokin3{
	width:100%;
	background-color:#B3E6B5;
	font-size:18px;
	color:#42210B;
	text-align:left;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif,"heisei-mincho-std";
  	font-weight: bold;
	border-radius: 5px;
	margin:20px 0 15px 0;
	padding:0 0 0 30px;
	-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
       	-o-box-sizing: border-box;
      	-ms-box-sizing: border-box;
         box-sizing: border-box;
}
.h4-ryokin4{
	width:100%;
	background-color:#FAE3A8;
	font-size:18px;
	color:#42210B;
	text-align:left;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif,"heisei-mincho-std";
  	font-weight: bold;
	border-radius: 5px;
	margin:20px 0 10px 0;
	padding:0 0 0 30px;
	-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
       	-o-box-sizing: border-box;
      	-ms-box-sizing: border-box;
         box-sizing: border-box;
}
.h4-ryokin5{
	width:100%;
	float:none;
	background-image: url(../image/ryokin9.jpg);
	font-size:15px;
	color:#42210B;
	text-align:left;
	margin:10px 0 5px 0;
	padding:3px 0 3px 30px;
	-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
       	-o-box-sizing: border-box;
      	-ms-box-sizing: border-box;
         box-sizing: border-box;
}
.h4-ryokin6{
	width:100%;
	float:none;
	background-image: url(../image/ico10.png), url(../image/ryokin10.jpg);
    	background-repeat: no-repeat, repeat;
    	background-position:left 20px top 8px;
	font-size:15px;
	color:#000;
	text-align:left;
	margin:10px 0 5px 0;
	padding:3px 0 3px 45px;
	-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
       	-o-box-sizing: border-box;
      	-ms-box-sizing: border-box;
         box-sizing: border-box;
}

.ryokin-left-big{
	float:none;
	font-size:15px;
	background-image: url(../image/ico6.png);
    	background-repeat: no-repeat;
    	background-position:left 20px top 12px;
	padding:5px 0 0 45px;
	margin:0;
}
.ryokin-left7{
	float:none;
	font-size:15px;
	background-image: url(../image/ico7.png);
    	background-repeat: no-repeat;
    	background-position:left 20px top 12px;
	padding:6px 0 0 45px;
	margin:0;
}
.ryokin-left8{
	float:none;
	font-size:15px;
	background-image: url(../image/ico8.png);
    	background-repeat: no-repeat;
    	background-position:left 20px top 12px;
	padding:6px 0 0 45px;
	margin:0;
}
.ryokin-left9{
	float:none;
	font-size:15px;
	background-image: url(../image/ico9.png);
    	background-repeat: no-repeat;
    	background-position:left 20px top 12px;
	padding:6px 0 0 45px;
	margin:0;
}

.ryokin-left5{
	width:100%;
	background-image: url(../image/ryokin5.jpg);
	font-size:18px;
  	font-weight: bold;
	text-align:center;
	border-radius: 5px;
	margin:0 0 10px 0;
	padding:10px 0;
	-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
       	-o-box-sizing: border-box;
      	-ms-box-sizing: border-box;
         box-sizing: border-box;
}
.ryokin-left5-B{
	width:100%;
	background-image: url(../image/ryokin5.jpg);
	font-size:18px;
  	font-weight: bold;
	text-align:center;
	border-radius: 5px;
	margin:0 0 10px 0;
	padding:10px 0;
	-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
       	-o-box-sizing: border-box;
      	-ms-box-sizing: border-box;
         box-sizing: border-box;
}
.ryokin-center5{
	float:none;
	font-size:15px;
	line-height:140%;
	text-align:left;
	padding:0 20px;
}
.ryokin-border{
	display:none;
}




/*アクセス*/
.access-left{
	width:100%;
	float:none;
	margin:10px 0;
}
.access-right{
	float:none;
	margin:20px 5px 10px 5px;
}
.access-right p{
	font-size:16px;
}
.access-left img{
    	display: block;
	max-width: 100%;
	margin-left:auto;
	margin-right:auto;
}
.access-right iframe{
    	width: 100%;
	margin:40px 0 0 0;
}


/* クリックで画像切り替わるスクリプト */
.wrap {
    margin: 0;
    padding: 0;
}
.wrap img{
    width:100%;
}
.wrap ul {
    display: block;
    margin-top: 10px;
    margin-bottom:0;
    margin-left:auto;
    margin-right:auto;
    overflow: hidden;
    padding: 0;
}
.wrap li {
    display: block;
    float: left;
    width: 19.2%;
    margin: 0 1% 0 0;
    padding: 0;
}
.wrap li img {
    cursor: pointer;
}




/*冷やしシャンプー（おすすめメニュー）*/
.cool{
	border:5px solid #C5EDEF;
	background-color:#fff;
	padding:10px 20px;
	margin:0 0 30px 0;
}
.cool-left{
	float:none;
}
.cool-right{
	float:none;
}
.cool-text{
	border-bottom:2px solid #C5EDEF;
	padding:0 5px;
}
.cool-bottom{
    background-color: #C5EDEF;
    border-radius: 5px;
    color: #0071BC;
    display: block;
    font-size: 16px;
    margin: 5px 0 0 0 ;
    padding: 3px 0 3px 15px;
    text-align: left;
    text-decoration: none;
}
.cool-bottom:hover{
    background-color: #0071BC;
    color: #C5EDEF;
}
.cool-left img{
    	display: block;
	max-width: 100%;
	margin-left:auto;
	margin-right:auto;
}


/*イヤーリフレサービス（おすすめメニュー）*/
.rihure{
	border:5px solid #CBEDC5;
	background-color:#fff;
	padding:15px 20px 10px 20px;
	margin:0 0 30px 0;
}
.rihure-left{
	float:none;
}
.rihure-right{
	float:none;
}
.rihure-text{
	border-bottom:2px solid #CBEDC5;
	padding:0 5px;
}
.rihure-text2{
	color:#ED1C24;
    	text-indent:-1em;
    	margin-left:1em;
	margin-top:5px;
}
.rihure-left img{
    	display: block;
	max-width: 100%;
	margin-left:auto;
	margin-right:auto;
}


/*ザクロペインター（おすすめメニュー）*/
.zakuro{
	border:5px solid #FCB9BA;
	background-color:#fff;
	padding:10px 20px;
	margin:0 0 15px 0;
}
.zakuro-left{
	float: none;
}
.zakuro-right{
	float: none;
}
.zakuro-titleimg{
	margin:0 0 -10px 0;
}
.zakuro-title{
	font-size: 19px;
	font-weight: bold;
	color: #420000;
}
.zakuro-red-title{
	color: #ED1C24;
}
.zakuro-bottom{
	display: block;
	background-color: #FFABBD;
	font-size: 16px;
	color: #000;
	margin: 5px 0 0 0;
	padding: 3px 0 3px 15px;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
}


/*ザクロペインター*/
.h4-zakuro{
	width:100%;
	background-color:#F9C7C5;
	background-image: url(../image/zakuro2.png);
	background-repeat: no-repeat;
	background-position: right 15px top 1px;
	font-size:16px;
	color:#AB0029;
	text-align:left;
  	font-weight: bold;
	border-radius: 5px;
	margin:20px 0 10px 0;
	padding:5px 0 5px 15px;
	-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
       	-o-box-sizing: border-box;
      	-ms-box-sizing: border-box;
         box-sizing: border-box;
}
.zakuro-yoyaku{
	color:#000;
	font-size:15px;
  	font-weight: normal;
}
.zakuro-check-left,
.zakuro-check-right{
	float:none;
	font-size:15px;
	background-image: url(../image/zakuro4.png);
    	background-repeat: no-repeat;
    	background-position:left 10px top 5px;
	color:#42210B;
	padding:6px 0 0 35px;
	margin:0;
}
.zakuro-img{
	float:none;
	margin:5px 0 0 2%;
}
.ryokin-zakuro{
	float:none;
	font-size:15px;
	background-image: url(../image/zakuro3.png);
    	background-repeat: no-repeat;
    	background-position:left 20px top 12px;
	padding:6px 0 0 45px;
	margin:0;
}
.zakuro-other{
	padding: 15px 0 0 20px;
}



/* ---スマホここまで--- */




@media screen and (min-width: 740px) {

/* ---タブレット(740px～1023pxの時のスタイル)--- */


/*ヘッダー*/
.header-tell2{
	font-size:32px;
}


/*おすすめメニュー*/
.osusume-subtitle-left{
	float:left;
	width:41%;
	margin:0;
}
.osusume-subtitle-right{
	float:right;
	width:41%;
}
.premium-left{
	width:30%;
	float:left;
}
.premium-left2{
	width:30%;
	float:left;
	padding:15px 0;
}
.premium-right{
	width:65%;
	float:right;
	margin:7px 0 0 0;
}


/* ---タブレットここまで--- */
}




@media screen and (min-width: 1024px) {

/* ---パソコン(1024px以上の時のスタイル)--- */

body{
	margin:0;
}
.body-main{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}
.br-phone{
	display:none;
}
.br-pc{
	display:inline;
}


/*ヘッダーライン*/

/*ヘッダー*/
.header{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}
.header-left{
	float:left;
}
.header-right{
	float:right;
}
.header-logo{
	width:345px;
	padding-top:15px;
	padding-left: 15px;
	padding-bottom:0;
}
.header-contact{
	border:none;
    	padding:0;
	margin-top:15px;
    	text-align:right;
}
.header-text1{
    	text-align:right;
}


/*メニュー*/
.nav-back{
  margin:0 0 20px 0;
}
.global-nav li:nth-child(odd) {
  border-right: none;
}
.global-nav {
  display: table;
  table-layout: fixed;
  width:1024px;
  font-size: 20px;
  margin: 0 auto;
  overflow: hidden;
  border-top: none;
}
.global-nav li {
  float: none;
  display: table-cell;
  width: 100%;
  border-left: 1px solid #234404;

}
.global-nav li:nth-child(1){
  border-bottom: none;
}
.global-nav li:nth-child(2){
  border-bottom: none;
}
.global-nav li:nth-child(4){
  border-right: 1px solid #234404;
}


/*フッター*/


/*トップへ戻る*/
#page-top {
    bottom: 20px;
    right: 10%;
}
#page-top a {
    text-decoration: none;
    width: 80px;
    height: 80px;
    text-align: center;
    display: block;
}


/*トップ画像*/
.one-block{
	width: 100%;
}
.one-block img{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}


/*トップメッセージ*/
.top-message-red{
	width: 1000px;
}


/*メインフレーム*/
.main-left{
	width:500px;
	float:left;
}
.main-right{
	width:500px;
	float:right;
	margin:10px 0;
}


/* レイアウト*/
.h2-menu1-back{
	margin:30px 0;
}
.h2-menu2-back{
	margin:30px 0;
}
.h2-menu3-back{
	margin:30px 0;
}
.h2-menu4-back{
	margin:30px 0;
}


/*おすすめメニュー*/
.premium-left2{
	width:30%;
	float:left;
	padding:3px 0;
}



/*癒しのエステ*/
.iyashi-left2{
	width:35%;
	float:left;
}
.iyashi-left3{
	width:35%;
	float:left;
}
.iyashi-left3-big{
	width:70%;
	float:left;
}
.iyashi-left4{
	width:40%;
	float:left;
}
.iyashi-left5{
	width:40%;
	float:left;
}
.iyashi-center{
	width:33%;
	float:left;
	text-align:left;
	padding:0;
}
.iyashi-center4{
	width:50%;
	float:left;
	text-align:left;
	padding:5px 45px 0 45px;
}
.iyashi-right{
	width:15%;
	float:right;
	margin:0;
}
.iyashi-right2{
	width:16%;
	float:right;
	margin:0;
}
.iyashi-left-img{
	float:left;
	width:30%;
}


/*料金*/
.h4-ryokin5{
	width:70%;
	float:right;
	margin:0 0 5px 0;
}
.h4-ryokin6{
	width:70%;
	float:right;
	margin:0 0 5px 0;
}
.ryokin-left-big{
	width:70%;
	float:left;
}
.ryokin-left7{
	width:40%;
	float:left;
}
.ryokin-left8{
	width:40%;
	float:left;
}
.ryokin-left9{
	width:40%;
	float:left;
}
.ryokin-left5{
	width:30%;
	float:left;
}
.ryokin-left5-B{
	width:30%;
	float:left;
	padding:20px 0;
}
.ryokin-center5{
	width:45%;
	float:left;
	text-align:left;
	padding:5px 0 0 15px;
}
.ryokin-border{
	display:inline;
	width:68%;
	float:right;
	border-top:2px dotted #F2D783;
	border-bottom:0;
	border-left:0;
	border-right:0;
	margin:-5px 0 10px 0;
}



/*アクセス*/
.access-left{
	width:330px;
	float:left;
}
.access-right{
	width:650px;
	float:right;
	margin:10px 0;
}


/*冷やしシャンプー（おすすめメニュー）*/
.cool-left{
	float:left;
	width:45%;
}
.cool-right{
	float:left;
	width:50%;
}
.cool-bottom{
	width:50%;
}


/*イヤーリフレサービス（おすすめメニュー）*/
.rihure-left{
	float:left;
	width:45%;
}
.rihure-right{
	float:left;
	width:52%;
}


/*ザクロペインター（おすすめメニュー）*/
.zakuro-left{
	float: left;
	width: 70%;
}
.zakuro-right{
	float: left;
	width: 30%;
}


/*ザクロペインター*/
.zakuro-check-left{
	float:left;
	width:43%;
}
.zakuro-check-right{
	float:right;
	width:43%;
}
.zakuro-img{
	width:48%;
	float:left;
}
.ryokin-zakuro{
	width:60%;
	float:left;
}




/* ---パソコンここまで--- */
}




@media print {

/* --印刷時のスタイル(パソコンと同じ)--- */



body{
	margin:0;
}
.body-main{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}
.br-phone{
	display:none;
}
.br-pc{
	display:inline;
}


/*ヘッダーライン*/

/*ヘッダー*/
.header{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}
.header-left{
	float:left;
}
.header-right{
	float:right;
}
.header-logo{
	width:345px;
	padding-top:15px;
	padding-left: 15px;
	padding-bottom:0;
}
.header-contact{
	border:none;
    	padding:0;
	margin-top:15px;
    	text-align:right;
}
.header-text1{
    	text-align:right;
}


/*メニュー*/
.nav-back{
  margin:0 0 20px 0;
}
.global-nav li:nth-child(odd) {
  border-right: none;
}
.global-nav {
  display: table;
  table-layout: fixed;
  width:1024px;
  font-size: 20px;
  margin: 0 auto;
  overflow: hidden;
  border-top: none;
}
.global-nav li {
  float: none;
  display: table-cell;
  width: 100%;
  border-left: 1px solid #234404;

}
.global-nav li:nth-child(1){
  border-bottom: none;
}
.global-nav li:nth-child(2){
  border-bottom: none;
}
.global-nav li:nth-child(4){
  border-right: 1px solid #234404;
}


/*フッター*/


/*トップへ戻る*/
#page-top {
    bottom: 20px;
    right: 10%;
}
#page-top a {
    text-decoration: none;
    width: 80px;
    height: 80px;
    text-align: center;
    display: block;
}


/*トップ画像*/
.one-block{
	width: 100%;
}
.one-block img{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}


/*トップメッセージ*/
.top-message-red{
	width: 1000px;
}


/*メインフレーム*/
.main-left{
	width:500px;
	float:left;
}
.main-right{
	width:500px;
	float:right;
	margin:10px 0;
}


/* レイアウト*/
.h2-menu1-back{
	margin:30px 0;
}
.h2-menu2-back{
	margin:30px 0;
}
.h2-menu3-back{
	margin:30px 0;
}
.h2-menu4-back{
	margin:30px 0;
}


/*おすすめメニュー*/
.premium-left2{
	width:30%;
	float:left;
	padding:3px 0;
}



/*癒しのエステ*/
.iyashi-left2{
	width:35%;
	float:left;
}
.iyashi-left3{
	width:35%;
	float:left;
}
.iyashi-left3-big{
	width:70%;
	float:left;
}
.iyashi-left4{
	width:40%;
	float:left;
}
.iyashi-left5{
	width:40%;
	float:left;
}
.iyashi-center{
	width:33%;
	float:left;
	text-align:left;
	padding:0;
}
.iyashi-center4{
	width:50%;
	float:left;
	text-align:left;
	padding:5px 45px 0 45px;
}
.iyashi-right{
	width:15%;
	float:right;
	margin:0;
}
.iyashi-right2{
	width:16%;
	float:right;
	margin:0;
}
.iyashi-left-img{
	float:left;
	width:30%;
}


/*料金*/
.h4-ryokin5{
	width:70%;
	float:right;
	margin:0 0 5px 0;
}
.h4-ryokin6{
	width:70%;
	float:right;
	margin:0 0 5px 0;
}
.ryokin-left-big{
	width:70%;
	float:left;
}
.ryokin-left7{
	width:40%;
	float:left;
}
.ryokin-left8{
	width:40%;
	float:left;
}
.ryokin-left9{
	width:40%;
	float:left;
}
.ryokin-left5{
	width:30%;
	float:left;
}
.ryokin-left5-B{
	width:30%;
	float:left;
	padding:20px 0;
}
.ryokin-center5{
	width:45%;
	float:left;
	text-align:left;
	padding:5px 0 0 15px;
}
.ryokin-border{
	display:inline;
	width:68%;
	float:right;
	border-top:2px dotted #F2D783;
	border-bottom:0;
	border-left:0;
	border-right:0;
	margin:-5px 0 10px 0;
}



/*アクセス*/
.access-left{
	width:330px;
	float:left;
}
.access-right{
	width:650px;
	float:right;
	margin:10px 0;
}


/*冷やしシャンプー（おすすめメニュー）*/
.cool-left{
	float:left;
	width:45%;
}
.cool-right{
	float:left;
	width:50%;
}
.cool-bottom{
	width:50%;
}


/*ザクロペインター（おすすめメニュー）*/
.zakuro-left{
	float: left;
	width: 70%;
}
.zakuro-right{
	float: left;
	width: 30%;
}


/*ザクロペインター*/
.zakuro-check-left{
	float:left;
	width:43%;
}
.zakuro-check-right{
	float:right;
	width:43%;
}
.zakuro-img{
	width:48%;
	float:left;
}
.ryokin-zakuro{
	width:60%;
	float:left;
}



}