/* *******************************************************************************
-------------------------------------------------------------
■ PC
-------------------------------------------------------------
 1. top
 ├ 1-1. contents01 
 ├ 1-2. contents02
 └ 1-3. contents03 
 2. title
 ├ 2-1. h2
 ├ 2-2. h3
 └ 2-3. h4 
 3. bt
 4. base template
 5. SNS
 6. table
 ├ 6-1. default
 ├ 6-3. table01
 ├ 6-3. table02 
 └ 6-4. hours
 8. news
 9. 汎用プロパティ
 ├ 9-1. float
 ├ 9-2. margin
 ├ 9-3. text-align
 ├ 9-4. 画像の配置
 ├ 9-5. 画像の装飾
 └ 9-6. rollover（透過）
 10. その他テンプレート
 ├ 10-1. ビフォーアフター
 ├ 10-2. list
 ├ 10-3. flow
 └ 10-4. qa
 11. ページ別設定
 ├ 11-1. rich-A-01
 ├ 11-2. 

-------------------------------------------------------------
 ■ @media screen and (min-width: 960px)
-------------------------------------------------------------
 4. base template
 7. full_width
 
-------------------------------------------------------------
 ■ @media screen and (max-width: 10000px)
-------------------------------------------------------------
 1. top
 └ 1-3. contents03 
 
-------------------------------------------------------------
 ■ iPad（縦長）
-------------------------------------------------------------
 1. top

-------------------------------------------------------------  
■ @media screen and (max-width: 767px)
-------------------------------------------------------------
 1. top
 └ 1-2. contents02 
 3. bt
 4. base template
 7. full_width
 8. news
 
-------------------------------------------------------------  
■ @media screen and (max-width: 600px)
-------------------------------------------------------------
 10. その他テンプレート
 └ 10-1. ビフォーアフター

******************************************************************************* */
/* ----------------------------------------------------------
■ PC
----------------------------------------------------------- */

/* =====================================
 1. 
===================================== */


/* =====================================
 2. title (h2,h3,h4)
===================================== */
/* 2-1. h2 -------------------------- */

/*
.gnv_tmp_h2_bg:before {
	content:"";
	height: 25px;
	width: 24px;
	display: block;
	position: absolute;
	top: 25%;
	left: 10px;
	background:url(/asset/h2_bg.png) no-repeat 0 0;
	z-index: 1;
}
.gnv_tmp_h2_bg:after {
	content:"";
	height: 15px;
	width: 15px;
	display: block;
	position: absolute;
	top: 7px;
	left: 2px;
	background-color: #ffcdda;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
}
*/
.gnv_tmp_h2_bg h2 {
    position: relative;
    background: none repeat scroll 0% 0% #fff;
    font-size: 160%;
    padding: 20px 0px;
    color: #84531E;
    border-bottom: 1px solid #84531E;
	border-top: 1px solid #84531E;
	text-align:center;
}

/* 2-2. h3 -------------------------- */
.gnv_tmp_h3_bg {
	position: relative;
	background: #eee;
	background-image:url("/asset/h3_s.png");
	background-repeat:no-repeat;
	background-position:5px center;
}

.gnv_tmp_h3_bg h3 {
	font-size: 110%;
    padding: 12px 15px 12px 40px;
	-moz-box-shadow: 1px 1px 3px #fff;　/* Firefox用 */  
    -webkit-box-shadow: 1px 1px 3px #fff;　/* Safari,Google Chrome用 */  
	line-height: 1.2;
	text-shadow: 0 1px #ffffff;
}

/* h2 titleBg */
h2.titleBg,
#blogBody .contentArea h3,
.inquiry .inquiry_textbox:first-child {
	position: relative;
    background: url('/asset/h3_s.png') no-repeat scroll 5px center #EEE;
	font-size: 110%;
    padding: 14px 15px 10px 40px;
    text-shadow: 0px 1px #FFF;
    border-radius: 0px;
}
	

/* 2-3. h4 -------------------------- */
.gnv_tmp_h4_bg {
	position: relative;
	line-height: 1;
	padding: 10px 5px 10px 0px;
	border-bottom: 2px solid #ff9204;
	font-weight: bold;
}
.gnv_tmp_h4_bg h4 {
	line-height: 1.2;
}

/* h4 reset */
.b_01 .gnv_tmp_h4_bg,
.b_02 .gnv_tmp_h4_bg {
	margin-bottom: 0;
}






.b_04 .b_04_in div,
.b_04.b_04_column2 div.column_l div,
.b_04.b_04_column2 div.column_r div,
.b_04.b_04_column3 div.column_c div,
.b_04.b_04_column3 div.column_l div,
.b_04.b_04_column3 div.column_r div {
	margin: 0;
}

.gnv_tmp_h4_bg,
.b_04_3.b_04_3_column2 div.column_l div,
.b_04_3.b_04_3_column2 div.column_r div,
.b_04 .b_04_in .gnv_tmp_h4_bg,
.b_04.b_04_column2 div.column_l .gnv_tmp_h4_bg,
.b_04.b_04_column2 div.column_r .gnv_tmp_h4_bg,
.b_04.b_04_column3 div.column_c .gnv_tmp_h4_bg,
.b_04.b_04_column3 div.column_l .gnv_tmp_h4_bg,
.b_04.b_04_column3 div.column_r .gnv_tmp_h4_bg,
.b_04_3.b_04_3_column3 div.column_c div.gnv_tmp_h4_bg,
.b_04_3.b_04_3_column3 div.column_l div.gnv_tmp_h4_bg,
.b_04_3.b_04_3_column3 div.column_r div.gnv_tmp_h4_bg {
    margin: 0 0 1em;
}

/* =====================================
 3. bt
===================================== */
.gnv_tmp_bt a {
	line-height: 1.4;
	display: block;
	padding: 5px 20px;
	text-align: center;
	font-weight: bold;
	color:#5b5b5b;
	/* 背景色 */
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #f5f5f5, #f2f2f2);　/* Firefox用 */  
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f2f2f2));　/* Safari,Google Chrome用 */
	/* シャドウ */
	-webkit-box-shadow: 0 0 3px 0 #ccc; /* Safari, Chrome用 */
	-moz-box-shadow: 0 0 3px 0 #ccc; /* Firefox用 */
	box-shadow: 0 0 3px 0 #ccc; /* CSS3 */
	border-radius: 5px;
}

/* btサイズ指定の場合 */
.gnv_tmp_detail a {
	width: 20%;
}

/* bt reset */
.b_04_1 div.gnv_tmp_bt a,
.b_04_2 div.gnv_tmp_bt a,
.b_04_3 div.gnv_tmp_bt a,
.b_04_3.b_04_3_column2 div.column_l div.gnv_tmp_bt a,
.b_04_3.b_04_3_column2 div.column_r div.gnv_tmp_bt a,
.b_04_column1 div.column_l div.gnv_tmp_bt a,
.b_04_column2 div.column_r div.gnv_tmp_bt a,
.b_04_column2 div.column_r div.gnv_tmp_bt a,
.b_04 .b_04_in div.gnv_tmp_bt a,
.b_04.b_04_column2 div.column_l div.gnv_tmp_bt a,
.b_04.b_04_column2 div.column_r div.gnv_tmp_bt a,
.b_04.b_04_column3 div.column_c div.gnv_tmp_bt a,
.b_04.b_04_column3 div.column_l div.gnv_tmp_bt a,
.b_04.b_04_column3 div.column_r div.gnv_tmp_bt a {
    margin: 1em 0 0;
}

/* hoverアクション */
.gnv_tmp_bt a:hover {
	background:#aeaeae;
	color:#ffffff;
    /*background: -moz-linear-gradient(top, #74b713 , #74b713);　 Firefox用 */  
    /*background: -webkit-gradient(linear, left top, left bottom, from(#74b713), to(#97def5));　 Safari,Google Chrome用 */
}

.gnv_tmp_bt a, .gnv_tmp_bt a *:before, .gnv_tmp_bt a *:after {
    transition: all 0.8s ease 0s;
}


/* ボタン */
#page .b_04 .btn {
	margin-left: 180px;
}
#page .btn a {
    border-radius: 5px;
	background: -moz-linear-gradient(top, #ffa007 0%, #ff8003 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa007), color-stop(100%,#ff8003));
	background: -webkit-linear-gradient(top, #ffa007 0%,#ff8003 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa007', endColorstr='#ff8003', GradientType=0)";
	background: linear-gradient(to bottom, #ffa007, #ff8003) repeat scroll 0% 0% transparent;
    color: #FFF;
    max-width: 220px;
    display: block;
	font-size:120%;
    text-align: center;
    padding: 5px 10px;
    text-decoration: none;
    line-height: 1.4;
    overflow: hidden;
	margin-top:10px;
}
#page .btn a:hover {
    border-radius: 5px;
    background: linear-gradient(to bottom, #ffa007, #ff8003) repeat scroll 0% 0% transparent;
	background: -moz-linear-gradient(top, #ffa007 0%, #ff8003 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff800), color-stop(100%,#ffa007));
	background: -webkit-linear-gradient(top, #ff8003 0%,#ffa007 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8003', endColorstr='#ffa007', GradientType=0)";
	background: linear-gradient(to bottom, #ff8003, #ffa007);
	color: #FFF;
    max-width: 220px;
    display: block;
	font-size:120%;
    text-align: center;
    padding: 5px 10px;
    text-decoration: none;
    line-height: 1.4;
    overflow: hidden;
	margin-top:10px;
}

/* =====================================






 4. base template
===================================== */
/* テキスト・画像・文章 -------------------------- */
.b_03_column3 img {
	width: 95%;	
}
.b_04_column1 div.column_c,
.b_04_column1 div.column_l,
.b_04_column1 div.column_r,
.b_04_column3 div.column_c,
.b_04_column3 div.column_l,
.b_04_column3 div.column_r,
.b_04_column2 div.column_c,
.b_04_column2 div.column_l,
.b_04_column2 div.column_r {
    display: table-cell;
    vertical-align: top;
    width: 32%;
	position: relative;
}
  
.b_04.b_04_column3 {
    border: medium none;
    border-collapse: collapse;
    display: table;
    table-layout: auto;
    width: 100%;
}

.b_04_2.b_04_2_column3 div.column_c,
.b_04_2.b_04_2_column3 div.column_l,
.b_04_2.b_04_2_column3 div.column_r,
.b_04.b_04_column3 div.column_c,
.b_04.b_04_column3 div.column_l,
.b_04.b_04_column3 div.column_r {
    display: table-cell;
    vertical-align: top;
    width: 30%;
}

.text_box {
	float: left;
	width: 65%;
}

/* 3カラム */
.b_04_2.b_04_2_column3 div.column_blank,
.b_04.b_04_column3 div.column_blank {
	display: none;
}

.gnv_tmp_3columns {
	width: 98%;
}

/* =====================================
 5. SNS
===================================== */
#line,
#facebook,
.fb-like {
	margin-bottom: 5px;
}

/* =====================================
 6. table
===================================== */
/* 6-1. default -------------------------- */
.b_06 table td,
.b_06 table th {
    border: 1px solid #CCCCCC;
}
.b_06_item {
    background: none repeat scroll 0 0 #EEEEEE;
    width: 30%;
}

/* 6-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: #FFFFFF;
	width: 100%;
}
table.gnv_tmp_table01 thead th {
    background: #ffd253;
    border-top: 1px solid #ff9204;
}
table.gnv_tmp_table01 th {
    background: #fff1c1;
    border: 1px solid #ff9204;
}
table.gnv_tmp_table01 td {
    background: #FFFFFF;
	border: 1px solid #ff9204;
}

/* 6-3. table02 -------------------------- */
table.gnv_tmp_table02 {
	margin-bottom: 1.5em;
}

table.gnv_tmp_table02 th,
table.gnv_tmp_table02 td {
    padding: 5px;
    text-align: left;
}

table.gnv_tmp_table02 {
	width: 100%;
}
table.gnv_tmp_table02 thead th {
    background: #efefef;
    border-bottom: 1px solid #000;
}
table.gnv_tmp_table02 th {
    border-bottom: 1px solid #ff9204;
	width:30%;
	color:#ff9204;
}
table.gnv_tmp_table02 td {
    border-bottom: 1px solid #ccc;
	padding: 12px 5px 5px 10px;
    text-align: left;
}


/* 6-4. hours -------------------------- */
table.gnv_tmp_hours th,
table.gnv_tmp_hours td {
	text-align: center;
}

table.gnv_tmp_hours tbody th {
	width: 20%;
}

/* =====================================
 7. news
===================================== */
#news,
#newsDetail {
    position:relative;
}

#news .newsBt {
    top: 13px;
	right: 10px;
	font-size: 90%;
}

#news dl,
#newsDetail dl {
	margin-bottom: 0.6em;
    list-style:none;
}

#news dt,
#newsDetail dt {
	margin-bottom: 0.1em;
    color:#747474;
    display:block;
    float:left;
    font-weight: bold;
    width: auto;
    clear:both;
}

#news dd,
#newsDetail dd {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 0.6em;
    display:block;
    float:left;
    width: 100%;
	box-sizing:border-box;
}

#news .newsNew,
#newsDetail .newsNew {
    background: none #ff9204;
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 90%;
    line-height: 1;
    margin: 5px 0 0 10px;
    padding: 3px 5px;
    text-indent: 0;
	text-align: center;
}

#news dd a,
#newsDetail dd a {
	text-decoration: underline;
}

.newsDetailBody img {
	margin: 5px;
}

/* title　変更可用 */

.gnv_tmp_008_title_block {
	border-top: 3px solid #000;
}


.gnv_tmp_008_title_block .gnv_tmp_008_link {
	display: none;
}

.gnv_tmp_008_title_block #news h2 {
	display: none;
}

.gnv_tmp_008_title_block h2.gnv_tmp_news_title {
	padding: 10px 0 20px 10px;
	font-size: 130%;
}


.gnv_tmp_008_title_block #news .newsBt {
	top: -50px;
}
/* 一覧 */
#news #pagenation ul {
	text-align: center;
}

#news #pagenation ul li a {
	background: #ff9204;
	padding: 5px 20px 5px 10px;
	margin-right: 5px;
}


/* =====================================
9. 汎用プロパティ
===================================== */
/* 9-1. float -------------------------- */
.fl { float: left;}
.fr { float: right;}

/* 9-2. margin -------------------------- */
.mt05 { margin-top: 5px;}
.mt10 { margin-top: 10px;}
.mt15 { margin-top: 15px;}
.mt20 { margin-top: 20px;}
.mt25 { margin-top: 25px;}
.mt30 { margin-top: 30px;}
.mt35 { margin-top: 35px;}
.mt40 { margin-top: 40px;}
.mt45 { margin-top: 45px;}
.mt50 { margin-top: 50px;}

.mr05 { margin-right: 5px;}
.mr10 { margin-right: 10px;}
.mr15 { margin-right: 15px;}
.mr20 { margin-right: 20px;}
.mr25 { margin-right: 25px;}
.mr30 { margin-right: 30px;}
.mr35 { margin-right: 35px;}
.mr40 { margin-right: 40px;}
.mr45 { margin-right: 45px;}
.mr50 { margin-right: 50px;}

.mb05 { margin-bottom: 5px;}
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb20 { margin-bottom: 20px;}
.mb25 { margin-bottom: 25px;}
.mb30 { margin-bottom: 30px;}
.mb35 { margin-bottom: 35px;}
.mb40 { margin-bottom: 40px;}
.mb45 { margin-bottom: 45px;}
.mb50 { margin-bottom: 50px;}

.ml05 { margin-left: 5px;}
.ml10 { margin-left: 10px;}
.ml15 { margin-left: 15px;}
.ml20 { margin-left: 20px;}
.ml25 { margin-left: 25px;}
.ml30 { margin-left: 30px;}
.ml35 { margin-left: 35px;}
.ml40 { margin-left: 40px;}
.ml45 { margin-left: 45px;}
.ml50 { margin-left: 50px;}


/* 9-3. text-align -------------------------- */
.tal { text-align:left;}
.tac { text-align:center;}
.tar { text-align:right;}

/* 9-4. 画像の配置 -------------------------- */
/*.b_04 .b_04_in span img,
.b_04 .b_04_in .img_r img {
	float: none;
	width: 100%;
	margin: 0;
}*/

/* 基本設定 -------------------------- */
/* left */
.b_04_2_in span img { float: right; margin: 0 0px 20px 20px;}
.b_04 .b_04_in span img { float: left; margin: 0 20px 20px 0; width: 30%;}

/* right 
.b_04_2_in span img { float: right; margin: 0 0 20px 20px;}
.b_04 .b_04_in span img { float: right; margin: 0 0 20px 20px; width: 30%;}*/

/* 個別設定 -------------------------- */
/* left */
.b_04 .b_04_in .img_l span img {
    float: left;
	margin: 0 20px 20px 0;
}

/* right */
.b_04 .b_04_in .img_r span img {
    float: right;
	margin: 0 0 20px 20px;
}

/* 9-5. 画像の装飾 -------------------------- */
/* 角丸 */
.b_03 span img,
.b_03.b_03_column2 div.column_l span img,
.b_03.b_03_column2 div.column_r span img,
.b_03.b_03_column3 div.column_c span img,
.b_03.b_03_column3 div.column_l span img,
.b_03.b_03_column3 div.column_r span img,
.b_04_2_in span img,
.b_04 .b_04_in span img,
.b_04_column1 div.column_c span img,
.b_04_column1 div.column_l span img,
.b_04_column1 div.column_r span img,
.b_04_column3 div.column_c span img,
.b_04_column3 div.column_l span img,
.b_04_column3 div.column_r span img,
.b_04_column2 div.column_c span img,
.b_04_column2 div.column_l span img,
.b_04_column2 div.column_r span img,
.b_04_2_in span img,
.b_04 .b_04_in span img,
.b_04_2.b_04_2_column2 div.column_l span img,
.b_04_2.b_04_2_column2 div.column_r span img,
.b_04_2.b_04_2_column3 div.column_c span img,
.b_04_2.b_04_2_column3 div.column_l span img,
.b_04_2.b_04_2_column3 div.column_r span img,
.gnv_tmp_style img {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

/* 9-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 )";
}

/* =====================================
10. その他テンプレート
===================================== */
/* 10-1. ビフォーアフター -------------------------- */
.ba_box {
	background: url(/asset/ba_ar.png) no-repeat center 55%;
	display: table;
	width: 100%;
}

.b_04.b_04_column2 .ba_box div.column_l,
.b_04.b_04_column2 .ba_box div.column_r {
	display: table-cell;
	width: 30%;
}
.b_04.b_04_column2 .ba_box div.column_l span,
.b_04.b_04_column2 .ba_box div.column_r span {
	width: 100%;
}

.b_04.b_04_column2 .ba_box div.column_l p,
.b_04.b_04_column2 .ba_box div.column_r p,
.b_04.b_04_column2 .ba_box div.column_l span img,
.b_04.b_04_column2 .ba_box div.column_r span img {
	width: 95%;
	margin: 0 auto;
}

.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;
}

/* 10-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: #FF9204;
	top: 10px;
	left: -16px;
	margin-top :-4px;
	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);
}

/* 矢印リスト 01 */
.ic_arrow_01 .clearfix {
	padding: 5px 5px 5px 25px;
}

.ic_arrow_01 span {
	position: relative;
}

.ic_arrow_01 span:before {
	display: block;
	content: "";
	position: absolute;
    top: 10px;
	left: -15px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #000;
}

.ic_arrow_01 span:hover:before {
	left: -12px;
}

/* 矢印リスト 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;
}

/* 矢印リスト 03 */
.ic_arrow_03 {
}

.ic_arrow_03 li {
	position: relative;
	padding-left:10px;
}

.ic_arrow_03 li:before {
	display: block;
	content: "";
	position: absolute;
    top: 10px;
	left: 0px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #ff9204;
}


/* 10-3. flow -------------------------- */
.b_04_3 img.gnv_tmp_flow_arrow_01 {
	margin: 0 auto;
}
.b_04_3 img.gnv_tmp_flow_arrow_02 {
	margin: 10px auto 0;
}

/* 10-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;
	padding-top: 15px;
}

/* ----------------------------------------------------------
■ @media screen and (min-width: 960px)
----------------------------------------------------------- */

@media screen and (min-width: 960px) {

/* =====================================
 4. base template
===================================== */
.b_04_3.b_04_3_column3 div.column_c,
.b_04_3.b_04_3_column3 div.column_l,
.b_04_3.b_04_3_column3 div.column_r,
.b_04_2.b_04_2_column3 div.column_c,
.b_04_2.b_04_2_column3 div.column_l,
.b_04_2.b_04_2_column3 div.column_r,
.b_04.b_04_column3 div.column_c,
.b_04.b_04_column3 div.column_l,
.b_04.b_04_column3 div.column_r {
    width: 31%;
	padding: 0 10px 0 0;
}


}


/* ----------------------------------------------------------
■ @media screen and (max-width: 600px)
----------------------------------------------------------- */

@media screen and (max-width: 600px) {

/* =====================================
 2. title (h2,h3,h4)
===================================== */

/* =====================================
 3. bt
===================================== */
.gnv_tmp_detail a {
	width: auto;
	margin: 0 auto;
}

/* ボタン */
#page .b_04 .btn {
    margin: 0 ;
}
#page .btn a,#page .btn a:hover {
	max-width:none;
}

/* =====================================
 4. base template
===================================== */
.b_03,
.b_04,
.b_04_2 {
	margin: 0;
}
.b_04_3 {
	margin-bottom: 0;
}
.b_04_2_in span  {
	width: 100%;
}

.text_box {
	float: none;
	width: 100%;
}

.b_03.b_03_column2 div.column_l span img,
.b_03.b_03_column2 div.column_r span img,
.b_03.b_03_column3 div.column_c span img,
.b_03.b_03_column3 div.column_l span img,
.b_03.b_03_column3 div.column_r span img,
.b_04 .b_04_in span img,
.b_04_column1 div.column_c span img,
.b_04_column1 div.column_l span img,
.b_04_column1 div.column_r span img,
.b_04_column2 div.column_c span img,
.b_04_column2 div.column_l span img,
.b_04_column2 div.column_r span img,
.b_04_2_in span img,
.b_04 .b_04_in span img,
.b_04_2.b_04_2_column2 div.column_l span img,
.b_04_2.b_04_2_column2 div.column_r span img,
.b_04_2.b_04_2_column3 div.column_c span img,
.b_04_2.b_04_2_column3 div.column_l span img,
.b_04_2.b_04_2_column3 div.column_r span img {
    display: block;
    width: 100%;
	margin-bottom: 0.5em;
}

.b_03 span img,
.b_03.b_03_column2 div.column_l,
.b_03.b_03_column2 div.column_r,
.b_03.b_03_column2 div.column_c,
.b_04_3.b_04_3_column2,
.b_04_3.b_04_3_column2 div.column_l,
.b_04_3.b_04_3_column2 div.column_r,
.b_04_3.b_04_3_column2 div.column_c,
.b_04_2.b_04_2_column2 div.column_l,
.b_04_2.b_04_2_column2 div.column_r,
.b_04_2.b_04_2_column2 div.column_c,
.b_03.b_03_column3 div.column_c,
.b_03.b_03_column3 div.column_l,
.b_03.b_03_column3 div.column_r,
.b_04_3.b_04_3_column3,
.b_04_3.b_04_3_column3 div.column_c,
.b_04_3.b_04_3_column3 div.column_l,
.b_04_3.b_04_3_column3 div.column_r,
.b_04_2.b_04_2_column3 div.column_c,
.b_04_2.b_04_2_column3 div.column_l,
.b_04_2.b_04_2_column3 div.column_r,
.b_04.b_04_column2 div.column_l,
.b_04.b_04_column2 div.column_r,
.b_04.b_04_column2 div.column_c,
.b_04.b_04_column3 div.column_c,
.b_04.b_04_column3 div.column_l,
.b_04.b_04_column3 div.column_r,
.b_04_2_in:last-child,
.b_04_in:last-child {
    display: block;
    width: 100%;
	margin-bottom: 1em;
}

/* body.top .b_04.b_04_column2 div.column_r,
body.top .b_04.b_04_column2 div.column_l{

    display: table-cell;
    width: auto;
    padding-left: 5px;

    vertical-align: top;
}
 */

/* =====================================
 7. news
===================================== */
#news .newsNew,
#newsDetail .newsNew {
    background: none #ff9204;
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 80% !important;
    line-height: 1;
    margin: 5px 0 0 10px;
    padding: 3px 5px;
    text-indent: 0;
	text-align: center;
}

/* =====================================
 8. news
===================================== */
#news dt {
	padding: 0 10px;
}

/* =====================================
10. その他テンプレート
===================================== */
/* 10-1. ビフォーアフター -------------------------- */
.ba_box {
	background: url(/asset/ba_ar_sp.png) no-repeat center 49%;
	margin: 0 auto 5em !important;
}
.b_04.b_04_column2 .ba_box div.column_l,
.b_04.b_04_column2 .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 { display:block; }
.sp { display:none; }

.medicalrevision {
width:90%;
max-width:700px;
margin:40px auto 0;
}

@media screen and (max-width:767px) {

.pc { display:none; }
.sp { display:block; }

.medicalrevision {
width:90%;
 max-width:700px;
 margin:4.5vw auto 0;
}
}

/* バナー設置 */

.medicalrevision img {
margin: 0 auto; 
width:100%; 
max-width: 800px;
}
@media screen and (max-width: 767px) {
.medicalrevision img {
width: 100%;
}
}
.ai_popup_content li, .ai_popup, .ai_popup p,.popup_content0 li h2 p,.popup_content0 li h2 {
font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
.popup_content0 {
    text-align: left;
    }
    .popup_content0 h2 {
    color:#84531E;
    font-size:20px;
    font-weight:bold;
    margin-bottom: 5px;
    }
    .popup_content0 h2 p {
    font-size:14px;
    color:#333333;
    font-weight: bold;
    margin-bottom: 15px;
    }
.ai_bnr_wrapper {cursor: pointer;max-width:300px;text-align: right;}
        .mask {
            position:absolute;
            left:0;
            top:0;
            z-index:9999;
            background-color:#000;
            display:none;
        }
        .window {
            display: none;
            z-index:99999;
        }
.ai_popup {
                max-width: 400px;
                min-height: 400px;
                padding: 35px;
                padding-top:22px;
                padding-bottom: 31px;
                font-weight: 600;
                text-align: center;
}

.window p{
    font-size: 22px;
	color:#84531E;
    margin-bottom: 15px;
    line-height: 1.3;
	letter-spacing: 2px;
}
.windowp2{
    font-size:20px !important;
}
.popup_title {
	font-size: 21px;
color:#333333 !important;
}
.popup_title2 {
	font-size: 17px !important;
	/* font-weight: normal; */
	color: #333333 !important;
}
.ai_popup .popup_table p{
    text-align: left;
    font-size: 12px;
}
.ai_popup_content li{
    background-color:#FFFFFF;
    cursor: pointer;
    margin-bottom: 13px;
    max-height: 60px;
    position: relative;
    background:#FF4500;
    /* border-radius: 5px; */
}
.ai_popup_content li {font-size: 24px;padding-right: 60px;}

.ai_popup_content li:last-child {
    margin-bottom:0px;
}
.ai_popup_content li a{display:flex;text-decoration:none;}
.popup_icon_img {
        margin-top: 12px;
        margin-bottom: 7px;
        margin-left: 13px;
        max-width: 36px;
        max-height: 36px;
        margin-right: 10px;
}
.popup_arrow_img {
        margin-top: 2.5%;
        right: 17px;
        width: 10%;
        position: absolute;
}
.ai_popup_content li p{
    font-size: 20px;
    color:#FFF;
    margin-top: 5%;
    margin-bottom:6%;
}
/* .ai_popup_content li p:after{
    content:"";
    width:4px;
    height:7px;
    background-image:url("");
} */
.popup_underline {
    margin-top: 2.5px;
    margin-bottom: 15px;
    border: 1px solid #FF4500;
}
.topbnr1 {
  cursor: pointer;
  max-width: 300px;
  text-align: right;
  padding:0;
  position: unset;
  top: -109px;
  border: none;
  background: none;
}
.ai_bnr_wrapper img,#open-chatbot img {max-width:100%;}
.ai_bnr_wrapper img, #open-chatbot img {
    max-width: 300px;
}
.close {
position: absolute;
    right: -30px;
    top: -30px;
    cursor: pointer;
    width: 15%;
}
.ai_popup_wrapper {
        position: fixed;
        bottom: 0;
        z-index: 9999;
        right: 0%;
        display: flex;
}
#pagetop{
bottom:12%;
}
.popup_table {
margin-top:20px;
}
@media screen and (max-width: 767px) {
    .ai_popup_wrapper {
    display:flex;
}
.popup_content0 h2 p {
    font-size:13px;
    margin-bottom:8px;
}   
.popup_content0 h2 {
    font-size:18px;
}
    .ai_popup_content li {
    padding-right: 0px;
}
    .close {
    position: absolute;
    right: -18px;
    top: -21px;
    z-index: 99999;
    cursor: pointer;
    width: 15%;
}
    .popup_arrow_img {
    width: 9%;
    height: 52%;
    margin-right: -5px;
    margin-left: 0px;
    margin-top: 4%;
}
/*  .ai_bnr_wrapper{
            text-align: left;
    max-width: unset;
    width: 100%;
    right: -50%;
    } */
.topbnr1 {
/*  bottom: -20px;width: 100%;max-height: 100%;max-width: unset; */
    position: unset;
}
/* .topbnr1 img{
    width: 50%;
}
.ai_bnr_wrapper img {
width: 50%;
} */
    .popup_icon_img {
        max-height:32px;
        max-width:32px;
        margin-top: 15px;
        margin-bottom: 6px;
        margin-left: 11px;
}
    .ai_popup_content li p{
        font-size: 16px;
        margin-top: 19px;
}
    .ai_popup_content li{
    margin-bottom: 10px;
}
    .window p {
    font-size: 16px;
}
.windowp2{
    font-size:16px !important;
}
.popup_title2 {
	font-size: 15px !important;
}
    .ai_popup_content li{
    font-size:15px;
}
.ai_popup {
            min-width: 305px;
            max-width: 305px;
            /* overflow: scroll; */
            min-height: 350px;
            padding: 22px;
            padding-top:30px;
            padding-bottom:10px;
}
.ai_bnr_wrapper img, #open-chatbot img {
max-width:200px;
}
.popup_table .gnv_tmp_table01.gnv_tmp_hours tr,.popup_table .gnv_tmp_table01.gnv_tmp_hours th {
font-size:88%;
}
}
@media screen and (max-width: 389px) {
.ai_popup {
    min-width: 300px;
    max-width: 300px;
    padding: 20px;
    padding-top: 19px;
    padding-bottom: 25x;
}
}