@charset "utf-8";
/*■■■■■■■■■■■■■■■■■■■■■■
　　共通設定
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
■ CSS初期設定
------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
img {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
th, td {
	/*border: 1px solid #000;*/
	padding: 0.7em;
	margin-left: 5px;
}
.table01 .white {
	background: #fff;
}
ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
.panel {
	vertical-align: top;
	display: inline-block;
}
/*------------------------------------------
■ リンク設定
------------------------------------------*/
a img {
	border: none;
}
a {
	color: #0066cc;
	text-decoration: none;
}
a:hover {
}
a:visited {
	color: #993399;
	text-decoration: underline;
}
/*------------------------------------------
■ リンク画像のhover半透明化設定
------------------------------------------*/
a:hover img {
}
/*------------------------------------------
■ float対策
------------------------------------------*/
.fcl {
	zoom: 100%;
}
.fcl:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
/*------------------------------------------
■ 画像回り込み
------------------------------------------*/
.img_left {
	display: block;
	margin: 10px auto;
	text-align: center;
}
.img_lef {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}
.img_right {
	display: block;
	margin: 10px auto;
	text-align: center;
}
.img_center {
	display: block;
	margin: 0 auto;
	clear: both;
	text-align: center;
}
.center {
	text-align: center;
}
/*------------------------------------------
■ テキスト装飾
------------------------------------------*/
.txt_bold {
	font-weight: bold;
}
.txt_normal {
	font-weight: normal;
}
.txt_small {
	font-size: 75%;
}
.txt_big {
	font-size: 120%;
}
.txt_right {
	text-align: right;
}
.txt_gray {
	color: #999;
}
.txt_red {
	color: #DE4E25;
}
.txt_orange {
	color: #F8BC2F;
}
.txt_blue {
	color: #0066cc;
}
.txt_keycolor {
	color: #f88905;
}
.txt_marker {
	background-color: #FFFF00;
}
.txt_underline {
	border-bottom: #cccccc 1px dotted;
	margin-bottom: 2px;
}
.f18 {
	font-weight: bold;
}
.f20 {
	font-weight: bold;
}
.f24 {
	font-weight: bold;
}
.f28 {
	font-weight: bold;
	font-size: 110%;
}
.f38 {
	font-weight: bold;
	font-size: 115%;
}
.f40 {
	font-weight: bold;
	font-size: 120%;
}
.f48 {
	font-weight: bold;
	font-size: 125%;
}
.room_title {
	background-color: #f88905;
	padding: 5px;
	margin: 5px auto;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
/*------------------------------------------
■ リスト
------------------------------------------*/
ul.list01 {
	margin: 0;
	padding: 0;
}
ul.list01 li {
	list-style: disc;
	margin-left: 1em;
}
/*------------------------------------------
■ margin padding
------------------------------------------*/
.m-t10 {
	margin-top: 10px;
}
.m-t20 {
	margin-top: 20px;
}
.m-t30 {
	margin-top: 30px;
}
.m-t50 {
	margin-top: 50px;
}
.m-t-50 {
	margin-top: -50px !important;
}
.m-b30 {
	margin-bottom: 30px;
}
.m-0 {
	margin: 0 !important;
}
.m-lr0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.m10{
	margin: 0 10px!important;
}
/*------------------------------------------
■ PC・スマホ切り替え用
------------------------------------------*/
.pc_none {
}
.sp_none {
	display: none !important;
}
.size_s {
	width: 120px;
}
.size_m {
	width: 180px;
}
.size_l {
	width: 220px;
}
.max_w {
	max-width: 100%;
}
div.title{
	margin: 20px 0 10px; 
}
.wd_80{
	    display: block;
    margin: 0 auto;
	width: 80%;
}

/*■■■■■■■■■■■■■■■■■■■■■■
　　各コンテンツ　【　基本設定　】
■■■■■■■■■■■■■■■■■■■■■■*/
/*------------------------------------------
■ メイン設定
------------------------------------------*/
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Geneva, Arial, Verdana, sans-serif;
	background-color: #fff;
	color: #425066;
	font-size: 14px;
}
#wrap {
/*スマホメニュー初期は一様の余白調整
position: relative;
top: 50px;
*/

}
.element  {
   margin: 0px 10px;
}
#frame {
}
#header {
	display: none;
}
#main {
	width: 96%;
	margin: 0 auto;
}
/*------------------------------------------
■　box
------------------------------------------*/
div.title{
	margin-bottom: 0 auto;
}
.pink_box {
	background-color: #ffeae5;
}
.box {
	margin: 0px auto 20px;
	clear: both;
}
.box_bg {
	width: 90%;
	background: #e9f7ff;
	margin: 0 auto;
	padding: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px dotted #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.box_border {
	background-color: #ffffff;
	border: 2px solid #f88905;
	margin: 10px auto;
	padding: 15px;
}
.box_01 {
	/*background: #ffffff url("../img/9.png") no-repeat scroll center 0;*/
	background: #fff;
	border: 3px solid #4ba0dd;
	border-radius: 5px;
	/*box-shadow: 3px 3px 3px #cccccc;*/
	margin: 10px auto;
	padding: 5px 10px;
}
.box_01 img {
	max-width: 100%;
}
.box_02 {
	background: url("../img/frame_bottom.jpg"), url("../img/frame_bg.jpg");
	background-position: bottom, top;
	background-repeat: no-repeat, repeat-y;
	background-size: 100% auto;
	margin: 0 auto 30px auto;
	padding: 20px 12px 40px;
}
.box_02 img {
	max-width: 100%;
}

/*------------------------------------------
■　box_a
------------------------------------------*/
.box_a {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #cccccc;
	border-radius: 5px;
	padding: 10px;
}
.box_a_in {
}
.box_a_bottom {
}
/*------------------------------------------
■　txt_area
------------------------------------------*/
.txt_area {
	margin: 0px auto;
	clear: both;
}
.txt_area_bg {
	border: 1px solid #e3e3e3;
	border-radius: 10px;
	margin: 10px auto;
	padding: 10px 15px;
}
.txt_area_border {
	background: #FDFBE2 url("../img/bg01.gif") repeat scroll center 0;
	border: 1px dashed #f88905;
	margin: 10px auto;
	padding: 15px;
}
.p_pointTitle {
	width: 90%;
	padding: 4px 8px;
	border-left: 8px solid #0084a5;
	font-weight: bold;
	margin: 0 auto
}
.p_pointTitle span {
	font-size: 16px;
	font-weight: bold;
}

/*------------------------------------------
■ h1
------------------------------------------*/
h1 {
    background-color: #40cb1b;
    color: #fff;
    display: block;
	border-bottom: 3px solid #40cb1b;
    font-size: 10px;
    margin: 0 auto;
    padding: 0;
	height: 20px;
}	

.h1_txt {
	display: block;
	margin: 0;
	height: 20px;
	font-size: 9px;
	line-height: 20px;
	text-align: center;
}
.privacypolicy h1 {
    background-color: #40cb1b;
    color: #fff;
    display: block;
    border-bottom: 3px solid #40cb1b;
    font-size: 12px;
    margin: 0 auto 10px;
    padding: 2px;
    height: 24px;
    text-align: center;
}
/*------------------------------------------
■ ヘッダーエリア
------------------------------------------*/
#header {
	display: block;
}
#header {
    height: 90px;
	position: relative;
	
}

#header #header_in {
        position: absolute;
    width: 100%;
   background: #fff;
height: 90px;
	border-bottom: 3px solid #40cb1b;	
}

#header.fixed #header_in {
    position: fixed;
    top: 0px;
    background: #fff;
    /* height: 93px; */
    height:90px;
    z-index: 9999;
}
#header_in {
    padding:0 10px;
}

     #header_in .header_tel_number {
    background: transparent url(../img/tel.png) no-repeat;
    /* color: #333; */
    cursor: default;
    display: block;
    font-size: 28px;
    line-height: 26px;
    margin-bottom: 4px;
    text-indent: 37px;
    white-space: nowrap;
    background-size: 32px;
    text-align: left;
    /* margin-top: 7px; */
    /* padding-bottom: 2px; */
    color: #ff6600;
}
.header_logo {
    width: 233px;
    text-align: left;
    margin-bottom: 1px;
    margin-top: 5px;

}

.header_tel {
    clear: both;
    font-size: 11px;
    padding: 0 10px;
    margin-top: -10px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.header_txt {
	display: none;
}
.header_tel_number {
	font-size: 26px;
	line-height: 28px;
}
.header_btn {
    width: 146px;
    position: absolute;
    top: 20%;
    right: 10px;
    overflow: hidden;
    text-align: center;
}
.header_btn a {
    color: #FFF;
    padding: 4px;
    font-size: 13px;
    display: block;
    margin: auto 0;
    background-color: #40cb1b;
	border-radius: 5px;
	
}
@media screen and (max-width: 450px) {
#header {
    height: 90px;
	position: relative;
	
}
.header_logo {
    width: 200px;
    text-align: left;
    margin-bottom: 1px;
    margin-top: 5px;

}
#header_in .header_tel_number {
    background: transparent url(../img/tel.png) no-repeat;
    /* color: #333; */
    cursor: default;
    display: block;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 4px;
    text-indent: 37px;
    white-space: nowrap;
    background-size: 32px;
    text-align: left;
    /* margin-top: 7px; */
    /* padding-bottom: 2px; */
    color: #ff6600;
}
	.header_btn {
    width: 110px;
    overflow: hidden;
    text-align: center;
		position: absolute;
		bottom:0;
		right: 0;
}
}
@media screen and (max-width: 350px) {
.header_btn {
    width: 110px;
    overflow: hidden;
    text-align: center;
position: absolute;
    top: 55px;
    right: 5px;
}
	.header_tel {
    clear: both;
    font-size: 8px;
    padding: 0 10px;
    margin-top: -10px;
    position: absolute;
    bottom: 0;
    left: 0;
}
	#header_in .header_tel_number {
    background: none;
    display: block;
    font-size: 21px;
    line-height: 19px;
    text-indent: 0;
	}
}
/*------------------------------------------
■TOP
------------------------------------------*/
#top_bg {
}
#top {
	margin: 0 auto;
	padding: 0px 0 0;
	text-align: left;
}
.top01,.top02 {
	background-color: #e8eef6;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}


.mainvis01,
.mainvis02{
	display: none;
}
/*------------------------------------------
■order
------------------------------------------*/
.order {
	background: #ffffff;
	background-position: center center;
	background-size: cover;
	border-bottom:3px solid #b62525;
	border-top:3px solid #b62525;
	margin-bottom: 20px;
}
.order_in {
	margin: 0 auto;
	padding: 10px;
}



/*　▼テキスト▼　*/
/*.order p.txt_cap {
	font-size: 12px;
	margin-top: 5px;
}
.order p.order_time {
	font-size: 12px;
	line-height: 140%;
}*/
/*　▼TEL番号エリア▼　*/
.order a.txt_tel {


}
/*　▼ボタンエリア▼　*/

.order_mail a {
	border-radius: 10px;
	color: #ffffff;
	display: block;
	font-size: 18px;
	letter-spacing: 0.04em;
	margin: 10px auto;
	padding: 0;
	text-shadow: 1px 1px 1px #7f7f7f;
	width: 96%;
}
.plain {
	white-space: nowrap;
}
.order_logo {
	width: 16%;
	position: absolute;
	left: 5px;
	top: 42%;
}
.order_logo img {
	width: 90%;
}
/*------------------------------------------
■ h4タイトル
（※スマートフォンでは、背景画像を消してテキストタイトルを表示させてください）
------------------------------------------*/
h4.title {
	/*
background-color: #80bd1a;
border-radius: 5px;
*/
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
	margin: 20px auto 15px;
}
h4.title.line img.max_w.img_center {
    padding-bottom: 3px;
    background: url(../img/title_bg.png) repeat-x bottom 0px left 0;
    background-size: 1px 7px;
}
/*------------------------------------------
■ CONTENT（基本値）
------------------------------------------*/
img.max_w.img_cener.cont {
    padding: 0 10px;
    margin-bottom: 25px;
}
.sub_title_a {
	border-left: 10px solid #80bd1a;
	font-weight: bold;
	line-height: 130%;
	margin: 10px auto 10px;
	padding-left: 10px;
}
.sub_title_b {
	border-bottom: 3px solid #f88905;
	font-weight: bold;
	margin: 10px auto 10px;
	padding: 10px 0;
}
.sub_title_c {
	border-bottom: 1px solid #80bd1a;
	border-left: 10px solid #80bd1a;
	line-height: 130%;
	font-weight: bold;
	margin: 10px auto 10px;
	padding: 0 15px 5px;
}
.sub_title_d {
	background: #80bd1a;
	border-radius: 5px;
	color: #ffffff;
	line-height: 130%;
	margin: 10px auto 10px;
	padding: 10px;
	text-align: center;
}
.sub_title_e {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.09em;
	line-height: 130%;
	margin: 10px auto 10px;
	padding: 5px 0 6px;
}
.sub_title_f {
	background-color: #e8e4bb;
	border-left: 10px solid #80bd1a;
	letter-spacing: 0.09em;
	margin: 10px auto 10px;
	padding: 10px;
}
.sub_title_g {
	background-color: #e3e0d2;
	border-left: 10px solid #7b4c3a;
	letter-spacing: 0.09em;
	margin: 10px auto 10px;
	padding: 10px;
}
.sub_title_h {
	border-bottom: 2px dashed #634609;
	color: #987C31;
	font-size: 16px;
	font-weight: bold;
	line-height: 130%;
	margin: 10px auto 10px;
	padding: 5px 0;
	text-align: center;
}
/*■■■■■■■■■■■■■■■■■■■■■■
　　流用コンテンツ　【　良く使うカテゴリ　】
■■■■■■■■■■■■■■■■■■■■■■*/
img.max_w.img_cener.cont{
	display: block;
	margin: 0 auto 25px;
}
.section.greeting {
    background:url(../img/bg_01.jpg);
	background-size: cover;
}
.greeting div.title{
	padding: 20px 0 5px;
}
/*------------------------------------------
■ アクセス
------------------------------------------*/
.map_area {
	font-size: 12px;
	margin: 15px auto;
}
.map_in {
	display: block;
	height: 300px;
	margin: 0 auto;
	width: 100%;
}
.store_img{
    width: 80%;
    /* margin: 0 auto; */
    /* text-align: center; */
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}
/*------------------------------------------
■ テーブル
------------------------------------------*/
.table01 {
	font-size: 70%;
	margin: 10px auto;
	width: 95%;
}
.shop th {
	background-color: #fc9701;
	padding: 5px 5px;
	text-align: left;
	width: 20%;
	border: 1px solid #fff;
	color: #fff;
}
.table01 th.chigai {
	background-color: #EFEFEF;
	padding: 5px 5px;
	text-align: left;
	width: 5%;
	border: 1px solid #cccccc;
}
.table01 td {
	padding: 5px 5px;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
}
.table01 td.hb {
	background: #e9f7ff;
	width: 20%;
}
.table02 {
	margin: 20px auto;
	width: 100%;
}
.table02 th {
	background-color: #40cb1b;
	border: 1px solid #cccccc;
	color: #fff;
	padding: 5px;
	text-align: center;
}
.table02 td {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
	font-size: 85%;
}
.table02 td.td_c {
	text-align: center;
}
.table02 td.td_r {
	text-align: right;
}
.table03 {
	font-size: 70%;
	margin: 10px auto;
	width: 100%;
}
.table03 th {
	background-color: #EFEFEF;
	padding: 5px 5px;
	text-align: left;
	width: 30%;
	border: 1px solid #cccccc;
}
.table03 td {
	padding: 5px 5px;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
}
/*------------------------------------------
■ フォーム部分
------------------------------------------*/
.form_area {
	margin: 40px auto;
}
/* --フォームテーブルの部分-- */
.table_box {

	margin: 10px auto;
}
.inq_box {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 20px 0;
	
	overflow: hidden;
}
.inq_box_title {
	border-left: 8px solid #40cb1b;
	display: block;
	font-weight: bold;
	margin: 10px auto 0;
	padding-left: 5px;
}
.inq_box_txt {
	display: block;
	float: left;
	line-height: 140%;
	margin: 0 auto;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 10px;
}
input, textarea, select {
	font-size: 14px;
	margin: 5px auto;
	padding: 5px;
	width: 95%;
}
input[type=text]:focus, textarea:focus, select:focus {
	outline: 0;
	background-color: #FFFFDD;
}
/*------------------------------------------
■ フッター
------------------------------------------*/
#footer {
	background: #ff8484;
	display: block;
	text-align: center;
	margin: 10px auto 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.8;
}
.footer_btn {
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top, #fcfcfc 0%, #dbdbdb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #dbdbdb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcfcfc 0%, #dbdbdb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcfcfc 0%, #dbdbdb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcfcfc 0%, #dbdbdb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fcfcfc 0%, #dbdbdb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#dbdbdb', GradientType=0 ); /* IE6-9 */
	border: 1px solid #E6E6E6;
	box-shadow: 0 1px 2px #CCCCCC;
	text-shadow: 0 1px 0 #EEEEEE;
	color: #000000;
	display: block;
	font-weight: bold;
	padding: 8px 10px;
	text-align: left;
}
#footer a {
	font-size: 12px;
}
.copyright {
	background-color:#40cb1b;
	color: #fff;
	font-size: 10px;
	padding: 5px;
}
/*■■■■■■■■■■■■■■■■■■■■■■
　　サブページ設定
■■■■■■■■■■■■■■■■■■■■■■*/


/*------------------------------------------------*/
.order_bg {
    /*background-color: #40cb1b;*/
    padding: 5px 0;
	margin-bottom: 20px;
}

.free_area {
	background-color: #ffffff;
	margin-bottom: 20px;
}
.free {
    text-align: center;
    color: #53392e;
    padding: 10px 0 10px;
    font-weight: bold;
}


.free_area_bg {
    background: url(../img/order.jpg) no-repeat;
    min-height: 140px;
    padding-top: 53%;
    background-size: contain;
    background-size: 100% auto;
    position: relative;
    background-repeat: no-repeat;
}
.order_btn {
    width: 180px;
    position: absolute;
    right: 50px;
    bottom: 34px;
    overflow: hidden;
}

.order_btn img {
	width: 100%;
}

.order_box {
	padding-bottom: 10px;
	margin-top: -5%;
}
.txt_tel_read {
	display: none;
	font-size: 10px;
	color: #53392e;
}

.txt_tel img {
	vertical-align: middle;
	width: 6%;
}

	.order_btn {
      width: 32%;
    position: absolute;
    right: 15%;
    bottom: 10%;
    overflow: hidden;
}
.order_left_t {
text-align: left;
    position: absolute;
    left: 22%;
    bottom: 23%;
}
.order_left_t .txt_tel {
    background: url(../img/tel.png) no-repeat 1px 2px;
    background-position: 2px 10px;
    background-size: 35px;
    padding-left: 41px;
    color: #ff6600;
    font-size: 36px;
    letter-spacing: -2px;
}
ruby {
  position: relative;
}

ruby rt {
  position: relative;
  top: 1.6ex;
	font-size: 35%;
	color: #333333;
}

@-moz-document url-prefix() {
.order_left_t {
text-align: left;
    position: absolute;
    left: 22%;
    bottom: 24%;
}
}

@media all and (-ms-high-contrast: none){
	.order_left_t {
text-align: left;
    position: absolute;
    left: 22%;
    bottom: 24%;
}
ruby rt {
  position: relative;
  top: 0.6ex;
	font-size: 35%;
	color: #333333;
}
}
@media screen and (max-width: 550px) {
.order_left_t .txt_tel {
   background: none;
    background-position: 7px 35%;
    background-size: 44px;
    padding-left: 7px;
    color: #ff6600;
    font-size: 30px;
    letter-spacing: -1px;
}
}
@media screen and (max-width: 450px) {
.order_left_t .txt_tel {
   background: none;
    background-position: 7px 35%;
    background-size: 44px;
    padding-left: 7px;
    color: #ff6600;
    font-size: 24px;
    letter-spacing: -1px;
}
}
@media screen and (max-width: 350px) {
.order_left_t .txt_tel {
   background: none;
    background-position: 7px 35%;
    background-size: 44px;
    padding-left: 7px;
    color: #ff6600;
    font-size: 19px;
    letter-spacing: -1px;
}
}
/*------------------------------------------
■ 理由
------------------------------------------*/
.point{
	background: url(../img/bg_01.jpg);
	background-size: contain;
}
.pr{
	background: url(../img/bg_03.jpg);
	background-size: cover;
}
.campaign{
	background: url(../img/campaign_bg.jpg);
	background-size: cover;
}
.beforeAfter{
	background-color: #eeeeee;
	margin-bottom: 10px;
}
.service{
	padding-bottom: 20px;
}

/*-------------------------------------------
リセット
-------------------------------------------*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
