@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. コンテンツ非表示
 10. pc sp change

------------------------------------------------------------- 
■ Tablet
-------------------------------------------------------------
 3. base template
 └ 3-1. top bn
 
------------------------------------------------------------- 
■ SmartPhone
-------------------------------------------------------------
 2. bt
 3. base template
 └ 3-1.画像横並び
 5. table
 └ 5-4. hours
 7. その他テンプレート
 └ 7-1. ビフォーアフター
 8. MAP
 10. pc sp change

******************************************************************************* */
/* ----------------------------------------------------------
■ PC
----------------------------------------------------------- */
body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    color: #2e383b;
}
#bread span {
    max-width: none;
}

/* ----------------------------------------------------------
■ top
----------------------------------------------------------- */
/* =====================================
    お問い合わせ
===================================== */
#inquiryBody #content {
    min-height: inherit;
}
@media screen and (max-width: 600px) {
.inquiryFormTable dd,
.inquiryFormTable dt {
    box-sizing: border-box;
}
#inquiryForm textarea,
#inquiryForm .formL,
#inquiryForm .formM, #inquiryForm .formS {
    box-sizing: border-box;
    width: 100% !important;
}
}

/* =====================================
    notfound
===================================== */
#notfoundBody form input {
    font-family: sans-serif;
}

/* =====================================
    blog
===================================== */
.type1 #mainimage .gnv_tmp_h2_bg:after {
    display: none;
}
.type1 #mainimage .gnv_tmp_h2_bg {
    background: none;
    border-bottom: 2px solid #69b0c8;
    border-top: 2px solid #69b0c8;
    line-height: 1.2 !important;
    margin-bottom: 20px;
    padding: 0;
    position: relative;
    text-align: center;
}
#pagenation .active a {
    background: #72b4ca !important;
}

#pagenation .active a:hover {
   opacity:0.8;
}
#blogside h3 {
    background: #72b4ca;
    border-bottom: none;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
#blogside li {
    line-height: 1.4;
}
#blogside li:before {
    background: #72b4ca;
    border-radius: 50%;
    top: 10px;
    margin-top: 0;
}
.blog_search_input input {
    width: 100%;
    box-sizing: border-box;
}


/* =====================================
    block
===================================== */

/* 1-1. block03 -------------------------- */
.block03_txt {
    float: right;
    width: 58%;
    letter-spacing: 0px;
}
.txt_h3 {
    font-size: 22px;
    padding-bottom: 22px;
    border-bottom: 2px solid #A2CAD6;
    font-family: "秀英角ゴシック銀 L","Shuei KakuGo Gin L";
    margin-bottom: 21px;
    letter-spacing: 3px;
    text-align: center;
    color: #2e383b;
}
.block03 {
    width: 100%;
}
@media screen and (min-width: 601px) and (max-width: 774px) {
.txt_h3 {
    font-size: 21px;
    padding-bottom: 7px;
    margin-bottom: 4px;
    display:block;
}
.block03 img {
    width: 35%;
}
.block03_txt {
    width: 62%;
}
}
@media screen and (max-width: 600px) {
.block03_txt {
    float: none;
    width: 100%;
    margin-top:20px;
}
.txt_h3 {
    text-align: center;
}
.box_a {
    width: 90% !important;
    margin-left:5% !important;
}
.top .box_a .btn {
    float: none;
    width: 100%;
    padding: 8.5px 0px;
    display: block;
}
.block03 img {
    width: 100%;
}
}
/* 1-1. block_box -------------------------- */
.case_area {
    background: #cadee3;
    padding: 7px;
}
.case_area .inner {
    background: #fff;
    padding: 46px 44px;
}
.case_area h3 {
    color: #2e383b;
    font-family: "秀英角ゴシック銀 L","Shuei KakuGo Gin L";
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 1.4;
    margin-bottom: 28px;
    text-align: center;
}
.case_area dt:before {
    background: #85c2d6;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 3px;
    position: absolute;
    top: 8px;
    width: 6px;
}
.case_area dl dt:first-child {
    margin-top: 0;
}
.case_area dl dt {
    font-family: "秀英角ゴシック銀 L","Shuei KakuGo Gin L";
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.4;
    margin-top: 17px;
    padding-left: 17px;
    position: relative;
}
.case_area dl dd {
    line-height: 1.9;
    margin-top: 6px;
    word-wrap: break-word;
}
.case_area .point {
    padding: 35px 44px 29px;
}
.case_area .point:after {
    clear: both;
    content: "";
    display: block;
    line-height: 0;
}
.case_area .point img {
    float: left;
    margin-top: 6px;
}
.case_area .point p {
    line-height: 1.9;
    padding-left: 80px;
}

.box_a .btn {
    width: 44%;
    float: right;
}
.box_a .btn a {
    background: #46a6c3;
    color: #fff;
    letter-spacing: 2px;
    font-size: 15px;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    padding: 10px;
    text-align: center;
    display: block;
}
.box_a .btn a:hover {
    background: #84bfc1;
}


@media screen and (max-width: 600px) {
.case_area .inner {
    padding: 35px 20px;
}
.case_area .point {
    padding: 27px 20px 20px;
}
.case_area .point img {
    margin-right: 20px;
    margin-bottom: 10px;
}
.case_area .point p {
    padding-left: 0;
}
}


/* 1-1. inner01 -------------------------- */
.rel_area li {
    float: left;
    max-width: 340px;
    width: 49%;
}
.rel_area img {
    width: 100%;
    max-width: 340px;
}
.rel_area li:last-child {
    float: right;
}
a[href^="tel:"] {
    pointer-events: none;
    cursor: text;
}

@media screen and (max-width: 600px) {
.rel_area img {
    max-width: 560px;
}
a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
}
.rel_area {
    max-width: 650px;
    margin: 0px auto;
}
.rel_area li {
    margin-bottom: 20px;
}
.rel_area li:last-child {
    margin-bottom: 0;
}
.rel_area li, 
.rel_area li:last-child {
    float: none;
    width: auto;
    max-width: 100%;
}
.top .block_tel {
    width: 90%;
    margin: 0 auto 40px !important;
}
}
/* 1-1. block01 -------------------------- */
.block01 .gnv_tmp_h4_bg {
    border: none;
    text-align: center;
    background: #eeeeee;
    margin-bottom: 2px !important;
}

.block01 .gnv_tmp_h4_bg:before {
   display:none;
}
.block01 .gnv_tmp_h4_bg h4 {
   font-size: 18px;
   color:#2e383b;
   font-family:"秀英角ゴシック銀 L", "Shuei KakuGo Gin L";
   font-weight: normal;
   padding: 10px 0px;
}
.block01 h4 a:link {
    color: #2e383b;
}
.block01 span img {
    margin-bottom: 14px !important;
}
.block01 .btn a {
    background: #46a6c3 url(//www.kamakura-law.net/asset/block01_btn_bg.png) no-repeat 97% center;
    background-size: 9px 9px;
    border: none;
    border-radius: 0;
    color: #fff;
    display: block;
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
    font-size: 13px;
    padding: 2px 16px 2px 5px;
    text-align: center;
}
.btn a:hover{
    background: #84bfc1 url(//www.kamakura-law.net/asset/block01_btn_bg.png) no-repeat 97% center;
    background-size: 9px 9px;
    text-decoration: none;
}

@media screen and (min-width: 640px) and (max-width: 959px) {
.block01 .btn a {
    font-size: 11px
}
}

@media screen and (min-width: 601px) and (max-width: 639px) {
.block01 .btn a {
    font-size: 10px
}
}

@media screen and (max-width: 600px) {
.top .block01,
.top .block {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.block01 .btn a {
    padding: 2px 25px;
}
.block01 span img {
    max-width: 712px;
}
}
/* =====================================
   content
===================================== */
#content {
    min-height: 850px;
}
.bottom_img01 {
    margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
.top #content {
    padding: 1em 0 0px !important;
    width: 100%;
}
.b_11.b_11_column3 div.column_c, 
.b_11.b_11_column3 div.column_l, 
.b_11.b_11_column3 div.column_r {

      width:100% !important;
}
}
.gnv_tmp_h3_bg {
    position: relative;
	
    background: #eeeeee;
    border-top: 2px solid #819499;
    margin-bottom: 15px !important;
}
.gnv_tmp_h3_bg:after{
   display:none;
}
a img:hover {
   opacity:0.8;
}
.b_11.b_11_column3 div.column_c, 
.b_11.b_11_column3 div.column_l, 
.b_11.b_11_column3 div.column_r {

      width:31.5%;
}

/* 1-1. under -------------------------- */
.strong_txt {
   font-size: 16px;
   text-align:right;
}
/* =====================================
    header
===================================== */
#header h1 {
    width: 25%;
}
#header h1 img {
    max-width: 219px;
    width:100%;
    margin: 0px;
    opacity:1;
}
#header .inner {
    padding: 20px 0;
}
#header .rightBox {
    padding-top: 5px;
    width: 60%;
}
#header {
    margin-bottom: 9px;
}
@media screen and (min-width: 601px) and (max-width: 959px) {
#header .pc img.pc_tel {
    width: 100%;
    max-width:448px;
}
}
@media screen and (max-width: 600px) {
#header h1 {
    width: 50%;
}
#header .rightBox {
    padding-top: 0;
    width: 40%;
}
#header #mail_button img,
#header #menu_button img,
#header #tel_button img {
    max-width: 76px;
    width: 42%;
    margin-left: 3px;
}
#header h1 img {
    max-width: 219px;
}
#header .inner {
    width: 96%;
}
}
/* 1-1. nav -------------------------- */
.nav {
    border-left: 1px solid #c0c9ce;
}

.nav li {
    border-right: 1px solid #c0c9ce;
    width: 16.5%;
}
.nav li.first {
    width: 16%;
}
.nav li.last {
    width: 18%;
}
.nav .sub li {
    padding: 0px;
    width: 100%;
    border-right: none;
}
.sub {
    width: 100%;
}
.sub li a {
    display: block;
    background: #a9dde1;
    padding: 8px 5px;
    line-height: 1.4;
    color:#fff;
    text-decoration: none;
}
.nav a, .nav span {
    padding: 8px 9px;
    font-size:15px;
}
.nav a:visited,
.nav span:visited {
   color:#3A352D;
}
.nav a:link,
.nav span:link {
   color:#3A352D;
}
.nav li a:hover,
.nav li span:hover {
   background:#73b9d1;
   color:#fff;
   text-decoration: none;
}

@media screen and (min-width: 601px) and (max-width: 775px) {
.nav a, .nav span {
    padding: 8px 3px;
    font-size: 12px;
}
}
@media screen and (max-width: 600px) {
.nav li, .sub li {
    width: 100% !important;
    background:#68b1cb;
    color:#fff;
}
.nav li a {
    color:#fff !important;
}
.sub li a {
    padding: 8px 10px;
    color: #2e383b !important;
}
.nav li a:hover,
.nav li span:hover,
.sub li a:hover {
    color:#4bdde0 !important;
    background:none;
}
.nav li span:before {
    background: #fff;
    top: 17px;
}
.nav li span:after {
    background: #68b1cb;
    top: 14px;

}
}
/* =====================================
    side
===================================== */
#side .inner {
    padding: 0px 20px 50px 0;
}
.top #base {
    margin-top: 48px;
}
#side .bn {
    margin-bottom: 13px;
}
#side .bn01{
   margin-bottom:28px;
}
@media screen and (max-width: 959px) {
#side .inner {
    padding: 0px !important;
    max-width: 456px;
}
#side .bn01{
   display: none;
}
#side .bn {
    display: block;
    float: left;
    margin: 0 0 15px 0;
    max-width: 220px;
    width: 48%;
}
#side .side_a .bn {
    float: right;
}
}

@media screen and (max-width: 600px) {
.top #base {
    margin-top: 20px;
}
}

/* =====================================
    footer
===================================== */
#pagetop img:hover {
   opacity:0.8;
}
#footer {
    border-top: none;
}
.footer_inner01 {
    border-bottom: 1px solid #FFF;
}
.footer_inner01,
.footer_inner02 {
    background: #72b4ca;
}
#footer .footerLink li {
    color: #fffefa;
    display: inline-block;
}
#footer .footerLink a {
    color:#fffefa;
    font-size:13px;
    dispaly:inline-block;
}
#footer .inner {
    padding: 4px 0px 0px;
}
#footer .footerLink {
    margin-bottom: 0;
}

#footer .footerLink02 li {
    display: inline;
    color:#fffefa;
}
#footer .footerLink02 a {
    color:#fffefa;
    font-size:13px;
}
address {
    font-weight: normal;
    color: #3a352d;
    text-align: center;
    padding: 3px 0px;
}
@media screen and (max-width: 600px) {
#footer .inner {
    width:96%;
}
}
/* =====================================
 1. title (h2,h3,h4)
===================================== */
/* 1-1. h2 -------------------------- */
.gnv_tmp_h2_bg {
    border-bottom: 2px solid #69b0c8;
    border-top: 2px solid #69b0c8;
    position: relative;
    text-align: center;
}
.gnv_tmp_h2_bg h2 {
    color: #2e383b;
    font-family: "秀英角ゴシック銀 L","Shuei KakuGo Gin L";
    font-size: 28px;
    letter-spacing: 2px;
    line-height: 1.2;
    padding: 25px 15px;
}
/* h2 titleBg */
h2.titleBg,
#blogBody .contentArea h3 {
    border-bottom: 2px solid #a2cad6;
	background: none;
	font-size: 24px;
    line-height: 1.2;
    padding: 15px 0;
	border-radius: 0;
    position: relative;
}
/* 1-2. h3 -------------------------- */
.gnv_tmp_h3_bg {
    background: #eeeeee;
    border-top: 2px solid #4d6970;
    position: relative;
    text-align: center;
}
/*.gnv_tmp_h3_bg:after {
	content: "";
	position: absolute;
	background: #aeaeae;
	top: 50%;
	left: 10px;
	margin-top: -3px;
	height: 8px;
	width: 8px;
	border-radius: 30%;
        display:none;
}*/
.gnv_tmp_h3_bg h3 {
    color: #2e383b;
    font-family: "秀英角ゴシック銀 L","Shuei KakuGo Gin L";
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 1.4;
    padding: 22px 15px 23px;
}
/* 1-3. h4 -------------------------- */
.gnv_tmp_h4_bg {
	position: relative;
	line-height: 1;
	border-bottom: 2px solid #a2cad6;
	font-weight: bold;
}
/*.gnv_tmp_h4_bg:before {
	content: "";
	position: absolute;
	background: #aeaeae;
	top: 50%;
	left: 10px;
	margin-top: -3px;
	height: 8px;
	width: 8px;
	border-radius: 50%;
}*/
.gnv_tmp_h4_bg h4 {
	line-height: 1.4;
	padding: 0 15px 5px;
	color: #2e383b;
        letter-spacing: 2px;
        font-family: "秀英角ゴシック銀 L","Shuei KakuGo Gin L";
        font-size: 22px;
        text-align: center;
}

/* =====================================
 2. bt
===================================== */
.gnv_tmp_bt a {
	line-height: 1.4;
	display: block;
	padding: 5px 20px;
	text-align: center;
	font-weight: bold;
	color:#000;
  background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f5f5f5), color-stop(0.00, #f2f2f2));
	background: -webkit-linear-gradient(top, #f5f5f5 0%, #f2f2f2 100%);
	background: -moz-linear-gradient(top, #f5f5f5 0%, #f2f2f2 100%);
	background: -o-linear-gradient(top, #f5f5f5 0%, #f2f2f2 100%);
	background: -ms-linear-gradient(top, #f5f5f5 0%, #f2f2f2 100%);
	background: linear-gradient(top, #f5f5f5 0%, #f2f2f2 100%);
	-webkit-box-shadow: 0 3px 0 0 #cdcdcd;
	-moz-box-shadow: 0 3px 0 0 #cdcdcd;
	box-shadow: 0 3px 0 0 #cdcdcd;
	border-radius: 5px;
}
.text_image .gnv_tmp_bt a {
	margin-top: 0.5em;
}
.gnv_tmp_bt a:hover,
.gnv_tmp_detail a:hover {
	text-decoration: none;
	background: #fafafa;
}
/* btサイズ指定の場合 */
.gnv_tmp_detail a {
	width: 20%;
	float: left;
}

/* =====================================
 3. base template
===================================== */
.text_box {
	float: right;
	width: 58%;
    /*-letter-spacing: 0;-*/
}
.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: none;
    padding: 5px !important;
}
.b_06_item {
    background: none;
    border-bottom: 1px solid #7ec1c3 !important;
    width: 40%;
}
.b_06_content {
    border-bottom: 1px solid #ddd !important;
}

.office_table tr {
    background: #cadee3;
}
.office_table tr:nth-child(2n) {
    background: #eeeeee;
}
.office_table .b_06_item,
.office_table .b_06_content {
    border-bottom: none !important;
    padding: 5px 15px !important;
}
.office_table .b_06_content {
    border-left: 1px solid #fff;
}

/* 5-2. table01 -------------------------- */
table.gnv_tmp_table01 {
	margin-bottom: 1.5em;
}
table.gnv_tmp_table01 th,
table.gnv_tmp_table01 td {
    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;
}
table.gnv_tmp_table02 th,
table.gnv_tmp_table02 td {
    text-align: left;
}
table.gnv_tmp_table02 {
	width: 100%;
}
table.gnv_tmp_table02 thead th {
    background: #efefef;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
table.gnv_tmp_table02 th {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
table.gnv_tmp_table02 td {
    border-bottom: 1px solid #ccc;
    border-top: 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%;
}

/* =====================================
 6. 汎用プロパティ
===================================== */
/* 6-1. float -------------------------- */
.fl { float: left;}
.fr { float: right;}
/* 6-2. margin -------------------------- */
.m00 { margin: 0 !important;}
.m05 { margin: 5px !important;}
.m10 { margin: 10px !important;}
.m15 { margin: 15px !important;}
.m20 { margin: 20px !important;}
.m25 { margin: 25px !important;}
.m30 { margin: 30px !important;}
.m35 { margin: 35px !important;}
.m40 { margin: 40px !important;}
.m45 { margin: 45px !important;}
.m50 { margin: 50px !important;}

.mt00 { margin-top: 0 !important;}
.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;}

.mr00 { margin-right: 0 !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;}

.mb00 { margin-bottom: 0 !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;}
.mb33 { margin-bottom: 33px !important;}

.mb32 { margin-bottom: 32px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb45 { margin-bottom: 45px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb55 { margin-bottom: 55px !important; }
.mb67 { margin-bottom: 67px !important;}
.mb79 { margin-bottom: 79px !important;}

.ml00 { margin-left: 0 !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;
        width: 38%;
}
/** 個別設定 **/
/* left */
.img_l span img {
    float: left !important;
	margin: 0 20px 20px 0 !important;
    width: 37%;
}
/* 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 {

}
/* 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: 8px 10px 8px 48px;
}
.ic_01 span {
	position: relative;
	line-height: 1;
}
.ic_01 span:before {
    background: url(/asset/bg_comment.png) no-repeat scroll left top;
    background-size: 20px 21px;
    content: "";
    height: 21px;
    left: -32px;
    position: absolute;
    top: -3px;
    width: 20px;
}
/* ul */
.ic_01 ul {
    background: #e5ebed;
    padding: 26px 25px;
}
.ic_01 li {
    padding: 8px 5px 8px 20px;
    position: relative;
}
.ic_01 li:before {
    background: url(/asset/bg_merit.png) no-repeat scroll left top;
    background-size: 9px 9px;
    content: "";
    height: 9px;
    left: 0;
    position: absolute;
    top: 15px;
    width: 9px;
}
/* 通常リスト 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 0;
}
.ic_02 li:before {
    content:"\00a0";
    display: block;
    border: solid 9px #000;
    height: 0;
    width: 0;
    position: absolute;
    left: -29px;
    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: -23px;
    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 #69b0c8;
	margin-bottom: 10px;
	padding: 10px;
	display: table;
}
.gnv_tmp_qa_q span.tit {
	font-size: 200%;
	font-weight: bold;
	color: #69b0c8;
	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: 40%;
}
.gnv_tmp_map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  border: none;
}

/* =====================================
 9. コンテンツ非表示
===================================== */
.hikoukai {
	display: none !important;
}
#drag-temp-pre-content .parts.hikoukai {
	display: block !important;
	border: 5px solid #777;
	background: #555;
	padding: 20px 0;
}

/* =====================================
 10. pc sp change
===================================== */
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}

/* ----------------------------------------------------------
■ 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,
.img_l span img {
	margin: 0 0 20px !important;
	width: 100%;
        float: none !important;
}
/* 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: 10px;
    vertical-align: top;
    width: auto;
}
.img_list.b_10.b_10_column2 div.column_r {
    display: table-cell;
    line-height: 1px;
    padding-left: 10px;
    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;
}

/* =====================================
 5. table
===================================== */
/* 5-4. hours -------------------------- */
table.gnv_tmp_hours th,
table.gnv_tmp_hours td {
	font-size: 70%;
}

/* =====================================
 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;
}

/* =====================================
 8. MAP
===================================== */
.gnv_tmp_map {
  padding-top: 70%;
}
.gnv_tmp_map iframe {
  right: 0%;
  width: 100% !important;
}

/* =====================================
 10. pc sp change
===================================== */
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}

}

/* =====================================
北原追記_20150623
===================================== */
.b_10.b_10_column2 div.column_r ,.b_11_2.b_11_2_column2 div.column_r {
    padding-left: 10px;
}
.b_10.b_10_column2 div.column_l ,.b_11_2.b_11_2_column2 div.column_l {
    padding-right: 10px;
}
.b_11 .b_11_in span img {
    width: 36%;
}
#content {
    padding-top: 0;
}

@media screen and (max-width: 600px) {
.b_10.b_10_column2 div.column_r ,.b_11_2.b_11_2_column2 div.column_r {
    padding-left: 0;
}
.b_10.b_10_column2 div.column_l ,.b_11_2.b_11_2_column2 div.column_l {
    padding-right: 0;
}
.b_11 .b_11_in span img {
    width: 100%;
}
}

