﻿@charset "utf-8";
/* CSS Document */

html, body { 
	height: 100%;
}

body {
	 position:relative;
	 margin: 0;
	 padding: 0;
	 font:'Acme', sans-serif; font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

*, *:before, *:after {
	 -moz-box-sizing: border-box;
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
}

/* サイト名 */
.site h1 a{
	color: #000000;
	text-decoration: none;
}

.site h1{
	margin: 0;
	font-size: 30px;
}

.site img{
	margin-top:10px;
	border: none;
}


/* ヘッダー画像 */

.text-top {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.text-top h1{
    font-size: 2.5em;
    color: #fff;
  }
  .text-top h3 {
    font-size: 1.5em;
    color: #fff;
    margin-top: -10px;
  }
 
  .text-top > .btn{
    margin-bottom: 20px;
  }

  #home {
    background: url(../img/background_img001_1.jpg) no-repeat center center;
    display: table;
    width: 100%;
    height: 600px;
    position: relative;
    margin-top: 50px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
 

h3{
	clear:both;
	margin:0;
	max-width:100%;
}


a, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* box1 */

#Box_First img{
	max-width:100%;
}

#Box_First p{
	color:#FFF;
}

/* box2 */

.inner_left img{
	max-width:100%;
}

.box2_logo img{
	max-width:100%;
	margin-top:50px;
	margin-bottom:0px;
	margin-bottom:20px;
}

.box2_text{
	margin-left:100px;
	margin-right:100px;
	color:#FFF;
	font-size:130%;
	line-height:230%;
}

/* 注意表示 */
.warning{
	border:3px solid #FF0000;
	margin-top: 20px;
}

.warning > p{
	font-weight: bold;
	padding-left: 15px;
}


/* ポイント */
.inner{
	text-align:center;
}

/* box3 */

.inner img{
	max-width:100%;
	
}

/* こんな悩み */
.worry_logo{
	margin-top:20px;
}

/* ショップボタン */
.title2{
	font-size:120%;
	font-family:sans-serif;
	color:#FF6600;
	text-align:left;
	border-left:8px solid #FF6600;
	padding-left:10px;
	margin-left:5px;
	margin_right:5px;	
}



.tel{
	clear:both;
	text-align:center;
	padding-top:20px;
	padding-bottom:10px;
}


.section1{
	text-align : center ;
}

.table_01{
	width: 70%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.table_01 th{
	width:20%;
	padding:4px;
	text-align: left;
	vertical-align: middle;
	color: #444;
	background-color: #fafafa;
	border-left: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.table_01 td{
	width:50%;
	padding:4px;
	text-align: left;
	background-color: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.text_1{
	text-align: left;
	font-weight:bold;
	padding-left:10px
}

.Box_Fixed {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 20px;
	line-height: 160%;
	text-align: center;
	font-size:120%;
}


/* ページの上に戻る */

.pagetop {
    	display: none;
    	position: fixed;
    	bottom: 30px;
    	right: 30px;
}
.pagetop a {
   	display: block;
   	text-align: center;
    color: #222;
   	font-size: 12px;
   	text-decoration: none;
   	padding: 20px 10px;
}
 
.pagetop a:hover {
    display: block;
   	text-align: center;
   	color: #fff;
   	font-size: 12px;
    text-decoration: none;
    padding:20px 10px;
}


#footer p#top{
	position:absolute;
	top:-140px;
	right:0;
}

footer{
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#0082ca;
	text-align:center;
	color:#FFF
}


/* ########### 480px 以下 ########### */
@media (max-width: 480px) {
	
.site img{
	width:80%;
	height:auto;
}


h2,h3 img{
	width:80%;
}

.inner .worry_logo{
	text-align:center;
}

.inner_right{
	text-align:center;
	background:url(../img/background_img003_2.jpg) no-repeat;
}
	
.box2_logo img{
	margin-top:20px;
	margin-bottom:0px;
}

.box2_text{
	margin-left:10px;
	margin-right:10px;
	color:#FFF;
	font-size:100%;
}

#box4{
	background:none;
}

 /* 表示 */
.tel_img_2 {
	display: block;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

 /* 非表示 */
.tel_img  {
	 display: none;
} 

.table_01{
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.table_01 th{
	width:30%;
	font-size:80%;
	padding:4px;
	text-align: left;
	vertical-align: middle;
	color: #444;
	background-color: #fafafa;
	border-left: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.table_01 td{
	width:50%;
	font-size:80%;
	padding:4px;
	text-align: left;
	background-color: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* ページの上に戻る */

.pagetop {
    	display: none;
    	position: fixed;
    	bottom: -10px;
    	right: -10px;
}
.pagetop a {
   	display: block;
   	text-align: center;
    color: #222;
   	font-size: 12px;
   	text-decoration: none;
   	padding: 20px 10px;
}
 
.pagetop a:hover {
    display: block;
   	text-align: center;
   	color: #fff;
   	font-size: 12px;
    text-decoration: none;
    padding:20px 10px;
}

.pagetop img{
	max-width:60%;
}


}


/* ########### 800px 以下 ########### */
@media (max-width: 800px) {

/* トグルボタン */
#menubtn{

	padding: 6px 12px;
	border: solid 1px #aaaaaa;
	border-radius: 5px;
	background-color: #ffffff;
	position: absolute;
	top: 30px;
	right: 10px;
	cursor: pointer;
}

#menubtn:hover{
	background-color: #dddddd;
}

#menubtn:focus{
	outline: none;
}

#menubtn i{
	color: #888888;
	font-size: 18px;
}

#menubtn span{
	display: inline-block;
	text-indent: -9999px;
}

/* ナビゲーションメニュー（縦並び） */
.menu{
	display: none;
}

.menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li a{
	display: block;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:3px;
	padding: 5px;
	color: #000000;
	font-size: 13px;
	text-decoration: none;
}

.menu li a:hover{
	background-color: #eeeeee;
	margin-left:5px;
	margin-right:10px;
}


/* 背景画像 */



#box1{
	display:block;
	width:100%;
	height:0;
	margin:0 auto;
	padding-top:66.5%;
	background:url(../img/background_img001_2.jpg) no-repeat;
	background-size: cover;
}

#box2{
	background:url(../img/background_img003_2.jpg) no-repeat;
	background-size: cover;
}


#Box_First h2 img{
	display:none;
}

#Box_First p{
	display:none;
}

.inner_left{
	text-align:center;
}

.inner_left img{
	max-width:80%;
}

.inner_right{
	text-align:center;
	background:url(../img/background_img003_2.jpg) no-repeat;
}

 /* ショップバナー */
.banner ul{
	margin:0;
	padding:0;
	list-style:none;
}

.banner li a{
	display:block;
	width:80%;
	margin:5px auto;
	padding:10px;
	border-radius:4px;
	color:#FFF;
	font-size:14px;
	text-decoration:none;
}

.banner li a:hover{
	opacity:0.8;
}

.shop_001{
	background-color:#63bafb;
}

.shop_002{
	background-color:#5288f7;
}

.shop_003{
	background-color:#f65d4a;
}

.shop_004{
	background-color:#FC351F;
}

 /* 表示 */
.tel_img_2 {
	display: block;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

 /* 非表示 */
.tel_img  {
	 display: none;
} 

.table_01{
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.table_01 th{
	width:30%;
	font-size:80%;
	padding:4px;
	text-align: left;
	vertical-align: middle;
	color: #444;
	background-color: #fafafa;
	border-left: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.table_01 td{
	width:50%;
	font-size:80%;
	padding:4px;
	text-align: left;
	background-color: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* ページの上に戻る */

.pagetop {
    	display: none;
    	position: fixed;
    	bottom: -30px;
    	right: -10px;
}
.pagetop a {
   	display: block;
   	text-align: center;
    color: #222;
   	font-size: 12px;
   	text-decoration: none;
   	padding: 20px 10px;
}
 
.pagetop a:hover {
    display: block;
   	text-align: center;
   	color: #fff;
   	font-size: 12px;
    text-decoration: none;
    padding:20px 10px;
}

.pagetop img{
	max-width:80%;
}

/* 注意表示 */
.warning{
	border:2px solid #FF0000;
	margin: 10px;
}

.warning > p{
	font-weight: bold;
	padding:0 15px;
}


}

/* ########### 801px 以上 ########### */
@media (min-width: 801px) {

/* トグルボタン */
#menubtn{
	display: none;
}

/* ナビゲーション */
#menu{
	display: block !important;
}

.menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li a{
	display: block;
	margin-left:5px;
	margin-right:5px;
	margin-top:30px;
	padding: 10px 5px;
	color: #000000;
	font-size: 13px;
	text-decoration: none;
}

.menu li a:hover{
	background-color: #eeeeee;
	border-radius:4px;
}

.menu ul:after{
	content: "";
	display: block;
	clear: both;
}

.menu li{
	float: left;
	width: auto;
}
	

header:after{
	content: "";
	display: block;
	clear: both;
}

.site{
	float: left;
	width: auto;
}

.nav{
	float: right;
	width: auto;
}

.inner{
	margin:0;
}

/* 背景画像 */




#box1{
	display:block;
	width:100%;
	height:0;
	margin:0 auto;
	padding-top:66.5%;
	background:url(../img/background_img001.jpg) no-repeat;
	background-size: cover;
}

#box2{
	background:url(../img/background_img003_2.jpg) no-repeat;
	background-size: cover;
}


#box4{
	background:url(../img/background_img004.jpg) no-repeat;
	background-size:100%;
}

/* box1 */
#Box_First h2 img{
	max-width:100%;
}

/* box2 */
#box2:after;{
	content:"";
	display:block;
	clear:both;
}

.inner_left{
	float:left;
	width:50%;
	text-align:center;
}

.inner_right{
	float:left;
	width:50%;
	text-align:center;
	background:url(../img/background_img003_2.jpg) no-repeat;
}

 /* ショップバナー */
.banner ul{
	margin:0;
	padding:0;
	list-style:none;
}

.banner li a{
	display:block;
	float:left;
	width:23%;
	padding:10px;
	border-radius:4px;
	color:#FFF;
	font-size:14px;
	text-decoration:none;
}

.banner li a:first-of-type{
	margin-left:17px;
}


.banner li a:hover{
	opacity:0.8;
}

.shop_001{
	background-color:#63bafb;
}

.shop_002{
	background-color:#5288f7;
}

.shop_003{
	background-color:#f65d4a;
}

.shop_004{
	background-color:#FC351F;
}


 /* 表示 */
.tel_img {
	display: block;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}

 /* 非表示 */
.tel_img_2  {
	 display: none;
} 

 



}

/* ########### 1040px 以上 ########### */
@media (min-width: 1040px) {

/*全体の横幅を固定*/
.logo_inner,#menu_nav,.inner,.warning,.banner,.coryright{
	width:960px;
	margin-left:auto;
	margin-right:auto
}

}