@charset "utf-8";
/* *******************************************************************************
-------------------------------------------------------------
■ PC
-------------------------------------------------------------
 1. title
 ├ 1-1. h2
 ├ 1-2. h3
 └ 1-3. h4 
 2. bt
 3. base template
 4. SNS
 5. table
 ├ 5-1. default
 ├ 5-3. table01
 ├ 5-3. table02 
 └ 5-4. hours
 6. 汎用プロパティ
 ├ 6-1. float
 ├ 6-2. margin
 ├ 6-3. text-align
 ├ 6-4. 画像の配置
 ├ 6-5. 画像の装飾
 └ 6-6. rollover（透過）
 7. その他テンプレート
 ├ 7-1. ビフォーアフター
 ├ 7-2. list
 ├ 7-3. flow
 └ 7-4. qa
 8. MAP
 9. コンテンツ非表示

------------------------------------------------------------- 
■ Tablet
-------------------------------------------------------------
 3. base template
 └ 3-1. top bn
 
------------------------------------------------------------- 
■ SmartPhone
-------------------------------------------------------------
 2. bt
 3. base template
 └ 3-1.画像横並び
 7. その他テンプレート
 └ 7-1. ビフォーアフター

******************************************************************************* */
/* ----------------------------------------------------------
■ PC
----------------------------------------------------------- */
/* =====================================
 1. title (h2,h3,h4)
===================================== */
/* 1-1. h2 -------------------------- */
.gnv_tmp_h2_bg {
  position: relative;
  border-top: 1px solid #F26286;
  border-bottom: 1px solid #F26286;
}
.gnv_tmp_h2_bg:before {
}

.gnv_tmp_h2_bg h2 {
  padding: 12px 15px 13px 30px;
  line-height: 1.2;
  /*background-image: url(../asset/h2_bg.png);*/
  background-repeat: repeat-x;
  background-position: bottom;
  border-top: 2px solid #FFCDD9;
  border-bottom: 2px solid #FFCDD9;
  text-align: center;
  font-size: 180%;
  font-family: 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3','ＭＳ Ｐ明朝','MS PMincho', Georgia, Times, Baskerville, Palatino, serif;
  color: #736A62;
}
.gnv_tmp_h2_bg h2:before {
	content:"";
	width:100%;
	height:100%;
	display: block;
	position: absolute;
	top:50%;
	left: 0;
	margin-top:-8px;
	/*background:url(../asset/h2_icon.png) no-repeat;*/
}
/* h2 titleBg */
h2.titleBg,
#blogBody .contentArea h3 {
  font-size: 130%;
  font-weight: normal;
  padding: 15px 15px 12px 10px;
  line-height: 1.2;
  background: url(../asset/h3.png);
  border-radius: inherit;
  border-left: 5px solid #FFCDD9;
}
h2.titleBg:before,
#blogBody .contentArea h3:before {
	content:"";
	width:100%;
	height:17px;
	display:block;
	top:0.8em;
	left:0;
	/*background:url(../asset/h2_icon.png) no-repeat;*/
	position:absolute;
	display:block;
}
#blogBody .contentArea h3 a{
	color:#747474;
}

/* 1-2. h3 -------------------------- */
.gnv_tmp_h3_bg {
	/*position: relative;
	line-height: 1;
	border-bottom: 3px solid #f89eb4;
	font-weight: bold;
	margin-bottom: 1em !important;*/
  position: relative;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 1em !important;
  background: url(../asset/h3.png);
  border-left: 5px solid #FFCDD9;
}
/*.gnv_tmp_h3_bg:before {
	content: "";
	position: absolute;
	background: #f89eb4;
	top: 48%;
	left: 8px;
	margin-top: -3px;
	height: 8px;
	width: 8px;
}*/

.gnv_tmp_h3_bg h3 {
  font-size: 125%;
  font-weight: normal;
  padding: 15px 15px 12px 25px;
  color: #434343;
  color: #434343;
  text-shadow: 0 1px #fff;
  /* border-bottom: 1px solid #fff; */
  /* background: #ffdde6; */
  /* background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffcdda), color-stop(0.00, #fff1f5)); */
  /* background: -webkit-linear-gradient(top, #ffcdda 0%, #fff1f5 100%); */
  /* background: -moz-linear-gradient(top, #ffcdda 0%, #fff1f5 100%);*/
  /* background: -o-linear-gradient(top, #ffcdda 0%, #fff1f5 100%);*/
  /* background: -ms-linear-gradient(top, #ffcdda 0%, #fff1f5 100%);*/
  /* background: linear-gradient(top, #ffcdda 0%, #fff1f5 100%);*/
}
/* 1-3. h4 -------------------------- */
.gnv_tmp_h4_bg {
  position: relative;
  line-height: 1;
  border-bottom: 1px dotted #ccc;
  font-weight: normal;
  margin-bottom: 1em !important;
    clear: both;
}
/*.gnv_tmp_h4_bg:before {
	content: "";
	position: absolute;
	background: #f89eb4;
	top: 50%;
	left: 10px;
	margin-top: -3px;
	height: 7px;
	width: 7px;
	border-radius:7px
}*/
.gnv_tmp_h4_bg:after {
position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -5px;
  border-top: 2px solid #F26286;
  border-right: 2px solid #F26286;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.gnv_tmp_h4_bg h4 {
  line-height: 1.4;
  padding: 5px 5px 5px 20px;
  color: #747474;
  font-weight: normal;
  font-size: 110%;
}

/* =====================================
 2. bt
===================================== */
.gnv_tmp_bt {
  width: 32%;
  float: right;
}
.gnv_tmp_bt a {
  line-height: 1.4;
  display: block;
  padding: 6px 20px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  border-radius: 2px;
  background: #F26286;
  /* background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fff), color-stop(0.00, #e3e3e3)); 
  background: -webkit-linear-gradient(top, #fff 0%, #e3e3e3 100%); 
  background: -moz-linear-gradient(top, #fff 0%, #e3e3e3 100%);
  background: -o-linear-gradient(top, #fff 0%, #e3e3e3 100%);
  background: -ms-linear-gradient(top, #fff 0%, #e3e3e3 100%);
  background: linear-gradient(top, #fff 0%, #e3e3e3 100%);
  -webkit-box-shadow: 0 0 2px 1px #c9c9c9;
  -moz-box-shadow: 0 0 2px 1px #c9c9c9;
  box-shadow: 0 0 2px 1px #c9c9c9;*/
}
.text_image .gnv_tmp_bt a {
	margin-top: 0.5em;
}
.gnv_tmp_bt a:hover,
.gnv_tmp_detail a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";	
	/*text-decoration: none;
  background: #ffe1e9;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffeff4), color-stop(0.00, #ffcfdb));
	background: -webkit-linear-gradient(top, #ffeff4 0%, #ffcfdb 100%);
	background: -moz-linear-gradient(top, #ffeff4 0%, #ffcfdb 100%);
	background: -o-linear-gradient(top, #ffeff4 0%, #ffcfdb 100%);
	background: -ms-linear-gradient(top, #ffeff4 0%, #ffcfdb 100%);
	background: linear-gradient(top, #ffeff4 0%, #ffcfdb 100%);*/
}
/* btサイズ指定の場合 */
/*.gnv_tmp_detail a {
	width: 32%;
	float: right;
}*/

/* =====================================
 3. base template
===================================== */
.text_box {
	float: right;
	width: 67%;
}
.b_11_2_in span img,
.b_11 .b_11_in span img {
	margin: 0 1em 1em 0;
}
.b_01, .b_02 {
	margin: 0 0 1em;
}

/* =====================================
 4. SNS
===================================== */
#line,
#facebook,
.fb-like {
	margin-bottom: 5px;
}

/* =====================================
 5. table
===================================== */
/* 5-1. default -------------------------- */
.b_06 table td,
.b_06 table th {
    border: 1px solid #ccc;
}
.b_06_item {
  background: none repeat scroll 0 0 #fff1f6;
  width: 30%;
  font-weight: normal;
}
/* 5-2. table01 -------------------------- */
table.gnv_tmp_table01 {
	margin-bottom: 1.5em;
}
table.gnv_tmp_table01 th,
table.gnv_tmp_table01 td {
    padding: 5px;
    text-align: left;
}
table.gnv_tmp_table01 {
    background: #fff;
	width: 100%;
}
table.gnv_tmp_table01 thead th {
    background: #ddd;
    border-top: 1px dotted #ccc;
}
table.gnv_tmp_table01 th {
    background: #efefef;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
table.gnv_tmp_table01 td {
    background: #fff;
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
}
/* 5-3. table02 -------------------------- */
table.gnv_tmp_table02 {
	margin-bottom: 1.5em;
	border:1px solid #ccc;
}
table.gnv_tmp_table02 th,
table.gnv_tmp_table02 td {
    padding: 5px 2px;
    text-align: left;
}
table.gnv_tmp_table02 {
	width: 100%;
}
table.gnv_tmp_table02 thead th {
    background: #FFF1F6;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table.gnv_tmp_table02 th {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table.gnv_tmp_table02 td {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
/* 5-4. hours -------------------------- */
table.gnv_tmp_hours th,
table.gnv_tmp_hours td {
	text-align: center;
}
table.gnv_tmp_hours tbody th {
	width: 20%;
	font-weight: normal;
}

/* =====================================
 6. 汎用プロパティ
===================================== */
/* 6-1. float -------------------------- */
.fl { float: left;}
.fr { float: right;}
/* 6-2. margin -------------------------- */
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt15 { margin-top: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mt25 { margin-top: 25px !important;}
.mt30 { margin-top: 30px !important;}
.mt35 { margin-top: 35px !important;}
.mt40 { margin-top: 40px !important;}
.mt45 { margin-top: 45px !important;}
.mt50 { margin-top: 50px !important;}

.mr05 { margin-right: 5px !important;}
.mr10 { margin-right: 10px !important;}
.mr15 { margin-right: 15px !important;}
.mr20 { margin-right: 20px !important;}
.mr25 { margin-right: 25px !important;}
.mr30 { margin-right: 30px !important;}
.mr35 { margin-right: 35px !important;}
.mr40 { margin-right: 40px !important;}
.mr45 { margin-right: 45px !important;}
.mr50 { margin-right: 50px !important;}

.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb45 { margin-bottom: 45px !important;}
.mb50 { margin-bottom: 50px !important;}

.ml05 { margin-left: 5px !important;}
.ml10 { margin-left: 10px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 { margin-left: 30px !important;}
.ml35 { margin-left: 35px !important;}
.ml40 { margin-left: 40px !important;}
.ml45 { margin-left: 45px !important;}
.ml50 { margin-left: 50px !important;}

/* 6-3. text-align -------------------------- */
.tal { text-align:left;}
.tac { text-align:center;}
.tar { text-align:right;}
/* 6-4. 画像の配置 -------------------------- */
/** 基本設定 **/
/* right 
.b_11_2_in span img,
.b_11 .b_11_in span img {
	float: right;
	margin: 0 0 20px 20px;
}*/
/** 個別設定 **/
/* left */
.img_l span img {
    float: left !important;
	margin: 0 20px 20px 0 !important;
}
/* right */
.img_r span img {
    float: right !important;
	margin: 0 0 20px 20px !important;
}
/* 6-5. 画像の装飾 -------------------------- */
/* 角丸 */
.image img,
.text_image img,
.gnv_tmp_style img {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
/* 6-6. rollover（透過） -------------------------- */
.rollover a img:hover,
.rollover span a img:hover,
.rollover .img_r span a img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* =====================================
 7. その他テンプレート
===================================== */
/* 7-1. ビフォーアフター -------------------------- */
.ba_box {
	background: url(../asset/ba_ar.png) no-repeat 49% 55%;
	display: table;
	width: 100%;
}
.ba_box div.column_l,
.ba_box div.column_r {
	display: table-cell;
	width: 30%;
}
.ba_box div.column_l span,
.ba_box div.column_r span {
	width: 100%;
}
.ba_box div.column_l p,
.ba_box div.column_r p,
.ba_box div.column_l span img,
.ba_box div.column_r span img {
	width: 95% !important;
	margin: 0 auto !important;
}
.ba_box .column_r, .ba_box .column_l {
	text-align: center;
	color: #B69440;
    font-size: 120%;
    font-weight: bold;
}
.ba_box .column_r span {
	text-align: right;
}
/* 7-2. list -------------------------- */
/* 通常リスト 01 */
.ic_01 {
	width: 100%;
}
.ic_01 .clearfix {
	padding: 5px 5px 5px 25px;
}
.ic_01 span {
	position: relative;
	line-height: 1;
}
.ic_01 span:before {
	content: "";
	position: absolute;
	background: #000;
	top: 10px;
	left: -16px;
	margin-top: -4px;
	height: 7px;
	width: 7px;
	border-radius: 50%;
	
}
/* ul */
.ic_01 ul {
	margin: 25px;
}
.ic_01 li {
	position: relative;
	padding: 4px 5px 5px 30px;
}
.ic_01 li:before {
content: "";
  position: absolute;
  background: #736A62;
  top: 10px;
  left: 10px;
  margin-top: 0px;
  height: 7px;
  width: 7px;
  border-radius: 50%;
}
/* 通常リスト 02 */
.ic_02 .clearfix {
	padding: 5px 5px 5px 35px;
}
.ic_02 .clearfix span {
	position: relative;
	line-height: 1;
}
.ic_02 span:before{
    content:"\00a0";
    display: block;
    border: solid 9px #000;
    height: 0;
    width: 0;
    position: absolute;
    left: -29px;
    top: 10px;
    margin-top: -8px;
} 
.ic_02 span:after{
    content:"\00a0";
    display:block;
    width: 4px;
    height: 7px; 
    border: solid #fff;
    border-width: 0 2px 2px 0;
    position:absolute;
    left: -23px;
    top: 10px;
    margin-top: -4px;  
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* ul */
.ic_02 ul {
	margin: 35px;
}
.ic_02 li {
	position: relative;
	padding: 5px 5px 5px 40px;
}
.ic_02 li:before {
content: "\00a0";
  display: block;
  border: solid 9px #F588A3;
  height: 0;
  width: 0;
  position: absolute;
  left: 10px;
  top: 10px;
  margin-top: -4px;
}
.ic_02 li:after{
content: "\00a0";
  display: block;
  width: 4px;
  height: 7px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  position: absolute;
  left: 16px;
  top: 10px;
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* 矢印リスト 01 */
.ic_arrow_01 div {
	padding: 5px 5px 5px 25px;
}
.ic_arrow_01 span {
	position: relative;
}
.ic_arrow_01 span:before {
	display: block;
	content: "";
	position: absolute;
	left: -15px;
	width: 0;
	height: 0;
	margin-top: 6px;
	border: 5px solid transparent;
	border-left: 5px solid #000;
}
.ic_arrow_01 span:hover:before {
	left: -12px;
}
/* ul */
.ic_arrow_01 ul {
	margin: 25px;
}
.ic_arrow_01 li {
	position: relative;
	padding: 5px 5px 5px 0;
}
.ic_arrow_01 li:before {
	display: block;
	content: "";
	position: absolute;
    top: 10px;
	left: -15px;
	width: 0;
	height: 0;
	margin-top: -1px;
	border: 5px solid transparent;
	border-left: 5px solid #000;
}
/* 矢印リスト 02 */
.ic_arrow_02 .clearfix {
	padding: 5px 5px 5px 30px;
}
.ic_arrow_02 span {
	position: relative;
}
.ic_arrow_02 span:before {
	display: block;
	content: "";
	position: absolute;
    top: 10px;
	left: -25px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%;
	background: #999;
}
.ic_arrow_02 span:after {
	display: block;
	content: "";
	position: absolute;
    top: 10px;
	left: -19px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}
.ic_arrow_02 span:hover:before {
	left: -22px;
}
.ic_arrow_02 span:hover:after {
	left: -16px;
}
/* ul */
.ic_arrow_02 ul {
	margin: 30px;
}
.ic_arrow_02 li {
	position: relative;
	padding: 5px 5px 5px 0;
}
.ic_arrow_02 li:before {
	display: block;
	content: "";
	position: absolute;
    top: 10px;
	left: -25px;
	width: 16px;
	height: 16px;
	margin-top: -4px;
	border-radius: 50%;
	background: #999;
}
.ic_arrow_02 li:after {
	display: block;
	content: "";
	position: absolute;
    top: 10px;
	left: -19px;
	width: 0;
	height: 0;
	margin-top: -1px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}
.ic_arrow_02 li:hover:before {
	left: -22px;
}
.ic_arrow_02 li:hover:after {
	left: -16px;
}
/* 7-3. flow -------------------------- */
img.gnv_tmp_flow_arrow_01,
img.gnv_tmp_flow_arrow_02 {
	margin: 10px auto 0;
}
/* 7-4. qa -------------------------- */
.gnv_tmp_qa_q {
	border-left: 3px solid #333;
	margin-bottom: 10px;
	padding: 10px;
	display: table;
}
.gnv_tmp_qa_q span.tit {
	font-size: 200%;
	font-weight: bold;
	color: #333;
	padding-right: 20px;
	display: table-cell;
	width: 30px;
}
.gnv_tmp_qa_a {
	border-left: 3px solid #ccc;
	margin-bottom: 10px;
	padding: 10px;
	display: table;
}
.gnv_tmp_qa_a span.tit {
	font-size: 200%;
	font-weight: bold;
	color: #ccc;
	padding-right: 20px;
	display: table-cell;
	width: 30px;
}
.gnv_tmp_qa_a p,
.gnv_tmp_qa_q p {
	display: table-cell;
	width: 100%;
	vertical-align: top;
}

/* =====================================
 8. MAP
===================================== */
.gnv_tmp_map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.gnv_tmp_map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* =====================================
 9. コンテンツ非表示
===================================== */
.hikoukai {
	display: none !important;
}
#drag-temp-pre-content .parts.hikoukai {
	display: block !important;
	border: 5px solid #777;
	background: #555;
	padding: 20px 0;
}

/* ----------------------------------------------------------
■ Tablet
----------------------------------------------------------- */
@media screen and (min-width: 601px) and (max-width: 959px) {
/* =====================================
 3. base template
===================================== */
/* 3-1. top bn -------------------------- */
/* 700px bn (1column) */
.b_10.bn01 img {
    width: 75% !important;
}
/* 345px bn (2column) */
.b_10.b_10_column2.bn02 {
    width: 75% !important;
	margin: 0 auto 2em;
}
.b_10.bn02 img {
    width: 100% !important;
}
/* 224px bn (3column) */
.b_10.b_10_column3.bn03 {
    width: 75% !important;
	margin: 0 auto 2em;
}
.b_10.bn03 img {
    width: 100% !important;
}
}

/* ----------------------------------------------------------
■ SmartPhone
----------------------------------------------------------- */
@media screen and (max-width: 600px) {
/* =====================================
 2. bt
===================================== */
.gnv_tmp_detail a {
	width: auto;
	float: none;
}

/* =====================================
 3. base template
===================================== */
.text_box {
	float: none;
	width: 100%;
}
.b_11_3.b_11_3_column3,
.b_11_3.b_11_3_column3 div.column_c,
.b_11_3.b_11_3_column3 div.column_l,
.b_11_3.b_11_3_column3 div.column_r {
	margin: 0 0 1.0em !important;
}
.b_11 .b_11_in span img,
.b_11_2_in span img {
	margin: 0 0 0.5em;
	width: 100%;
}
/* 3-1.画像横並び -------------------------- */
.b_10.b_10_column2.img_list {
    border: medium none;
    border-collapse: collapse;
    display: table;
    line-height: 1px;
    table-layout: fixed;
    width: 100%;
}
.b_10.b_10_column3.img_list {
	display: table;
}
/* 2列 */
.img_list.b_10.b_10_column2 div.column_l {
	display: table-cell;
    line-height: 1px;
    padding-right: 5px;
    vertical-align: top;
    width: auto;
}
.img_list.b_10.b_10_column2 div.column_r {
	display: table-cell;
    line-height: 1px;
    padding-left: 5px;
    vertical-align: top;
    width: auto;
}
/* 3列 */
.b_10.b_10_column3 div.column_blank {
    display: table-cell !important;
    vertical-align: top;
    width: auto;
}
.img_list.b_10_column3 div.column_c,
.img_list.b_10_column3 div.column_l {
    display: table-cell;
    width: 32%;
	margin-right: 1%;
}
.img_list.b_10_column3 div.column_r {
    display: table-cell;
    width: 32%;
	margin-right: 0;
}

/* =====================================
 7. その他テンプレート
===================================== */
/* 7-1. ビフォーアフター -------------------------- */
.ba_box {
	background: url(../asset/ba_ar_sp.png) no-repeat center 50%;
	margin: 0 auto 5em !important;
}
.ba_box div.column_l,
.ba_box div.column_r {
	width: 100%;
	display: block;
}
.ba_box .column_l {
	margin-bottom: 2em!important;
}
.ba_box .column_r span {
	text-align: center;
}

}


/* ----------------------------------------------------------
■ PC追記
----------------------------------------------------------- */
/* 汎用CSS */
.clearfix:after {
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
}
.mb0em { margin-bottom: 0em!important;}
.mb05em { margin-bottom: 0.5em!important;}
.mb1em { margin-bottom: 1em!important;}
.mb15em { margin-bottom: 1.5em!important;}
.mb2em { margin-bottom: 2em!important;}
.mb3em { margin-bottom: 3em!important;}
.mb4em { margin-bottom: 4em!important;}
.mb_h3{
margin-bottom:0px!important;
}
.mb_h4{
	margin:0 0 13px 0!important;
}
.mb_h5{
margin-bottom:10px!important;
}
.mb_01{
margin-bottom:30px!important;
}
.mb_02{
margin-bottom:50px!important;
}
.mb_03{
margin-bottom:65px!important;
}
.number_p{
  display: table-cell;
  vertical-align: middle;
  height: auto;
  float:none;
}
.number {
padding: 0px 10px 0px 10px;
  border-radius: 5px;
  background: #242683;
  float: left;
  display: block;
  width: 25px;
  padding-top: 2px;
  margin-right: 10px;
  line-height: 35px;
  text-align: center;
  color: #FFF;
  font-size: 2em;
 
}
.iframe_box iframe{
	width: 100%;
	height: 210px;
}
.border_box01{
padding: 10px;
border:dotted 1px #ccc;
background-color:#FDFDFD;
}
.border_box02{
  padding: 10px;
  border: dotted 1px #987A03;
  background-color: #F4F4F4;
}
.w100 {
	width:100%;
}
/* 汎用CSS ここまで */

.b_11 .b_11_in span img {
  display: block;
  float: right;
  width: 40%;
  margin: 0 .0 .5em .5em!important;
}
.b_11_2_in span img {
  display: block;
  float: left;
  width: 40%;
  margin: 0 .5em .5em 0;
  line-height: 1px;
}
.contentArea {
  padding-bottom: 0px;
}
.catch {
  font-size: 140%;
  text-align: center;
  color: #F26286;
  margin-bottom: 25px;
}
/* inqBlock*/
.inqBlock{
max-width:700px;
width:auto;
margin: 3em auto;
text-align: center;
}
.inqBlock .con_l {
float:left;
width: 48.5%;
}
.inqBlock .con_r {
float:right;
width:48.5%;
}
.inqBlock .gnv_tmp_detail a {
float:none;
width:auto;
}
.br_block {
	display:none;
}
.txt_01 {
  font-family: 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3','ＭＳ Ｐ明朝','MS PMincho', Georgia, Times, Baskerville, Palatino, serif;
  font-size: 130%;
    color: #736A62;
}
/* ----------------------------------------------------------
■ Tablet
----------------------------------------------------------- */
@media screen and (min-width: 601px) and (max-width: 959px) {
.br_block {
	display:none;
}	
}

/*
-------------------------------------------------------------
■ スマホ 追記
-------------------------------------------------------------
*/
@media screen and (max-width: 600px) {
.con_l img,.con_r img {
  width: 98%!important;
  max-width: 340px!important;
  margin: 0 auto;
}	
.inqBlock .con_r {
float: right;
width: 100%;
}
.inqBlock .con_l {
float: right;
width: 100%;
padding-bottom: 3%;
}
.b_11.b_11_column3, .b_11.b_11_column3 div.column_c, .b_11.b_11_column3 div.column_l, .b_11.b_11_column3 div.column_r {
  display: block;
  width: 100%;
  display: table;
}
.gnv_tmp_bt {
  width: 50%;
  margin: 0 auto!important;
  float: none;
}
.top_box p {
  text-align: center;
  margin-bottom: 15px;
}
.top_box .w100 {
  width: 50%;
  margin: 0 auto!important;
  float: none;
}
.b_11 .b_11_in span img {
  width: 100%;
}
.top_box .w100 {
  width: 100%;
}
.gnv_tmp_bt {
  width: 100%;
}
}
/* =====================================
tel link
===================================== */
a[href^="tel:"] {
pointer-events: none;
cursor:text;
}

@media screen and (max-width: 960px) {
a[href^="tel:"] {
pointer-events: auto;
cursor:pointer;
}
}
/* =====================================
tel link
===================================== */
a[href^="tel:"] {
    pointer-events: none;
}
@media screen and (max-width: 960px) {
    a[href^="tel:"] {
        pointer-events: auto;
    }
}
