<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* *******************************************************************************
-------------------------------------------------------------
â–&nbsp; PC
-------------------------------------------------------------
 1. link
 â”œ 1-1. content text link
 â”œ 1-2. tel link
 â”” 1-3. side link 
 2. title (h2,h3,h4)
 â”œ 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 
 7. news
 â”œ 7-1. default
 â”” 7-2. title change
 8. æ±Žç”¨ãƒ—ãƒ­ãƒ‘ãƒ†ã‚£
 â”œ 8-1. float
 â”œ 8-2. margin
 â”œ 8-3. text-align
 â”œ 8-4. ç”»åƒã®é…ç½®
 â”œ 8-5. ç”»åƒã®è£…é£¾
 â”œ 8-6. rolloverï¼ˆé€éŽï¼‰
 â”œ 8-7. pc sp change
 â”” 8-7. w960
 9. other
 â”œ 9-1. before-after
 â”œ 9-2. list
 â”œ 9-3. flow
 â”” 9-4. qa
 10. MAP
 11. full
 12. inquiry
 13. singlebox
 â”œ 13-1. 2 column
 â”œ 13-2. 3 column
 â”” 13-3. 4 column
 14. å‹•ç”»ãƒ†ãƒ³ãƒ—ãƒ¬ãƒ¼ãƒˆ
 15. ç®¡ç†ç”»é¢
 16. ä¸‹å±¤TPL
 17. ãŠå•ã„åˆã‚ã›ãƒãƒŠãƒ¼(ãƒ•ãƒƒã‚¿ãƒ¼ä¸‹éƒ¨å›ºå®š)

-------------------------------------------------------------  
â–&nbsp; @media screen and (max-width: 1000px)
-------------------------------------------------------------
 11. full

-------------------------------------------------------------  
â–&nbsp; @media screen and (max-width: 767px)
-------------------------------------------------------------
 1. link
 â”œ 1-2. tel link
 â”” 1-3. side link 
 3. bt
 4. base template
 6. table
 â”” 6-4. hours 
 9. other
 â”” 9-1. before-after
 10. MAP
 11. full
 13. singlebox
 â”” 13-4. common column

******************************************************************************* */
/* ----------------------------------------------------------
â–&nbsp; PC
----------------------------------------------------------- */
/* =====================================
 1. link
=====================================*/
/* 1-1. content text link -------------------------- */
.link a { text-decoration: underline; }

/* 1-2. tel link -------------------------- */
a[href^="tel:"] {
	cursor:text;
    vertical-align: baseline;
}

/* 1-3. side link -------------------------- */
#sidecontact{
  display: block;
  position: fixed;
  top: 5%;
  z-index: 1000;
}
#sidecontact.rightContent{
  right:0;
}

/* =====================================
 2. title (h2,h3,h4)
===================================== */
/* 2-1. h2 -------------------------- */
.gnv_tmp_h2_bg {
	border-bottom: 1px solid #ededed;
	border-top: 3px solid #000;
	width: 100%;
}
.gnv_tmp_h2_bg h2 {
	padding: 10px 15px;
	font-size: 120%;
}
.static #content h2.titleBg,
h2.titleBg {
    background: #5673b6;
    border-left: none !important;
    border-bottom: 1px solid #ededed;
    border-top: 0px;
    padding: 12px !important;
    font-size: 28px;
    color: #fff;
    font-family: "ç§€è‹±ä¸¸ã‚´ã‚·ãƒƒã‚¯ L","Shuei MaruGo L";
}

/* 2-2. h3 -------------------------- */

.gnv_tmp_h3_bg h3 {
    border-left: 0px;
    padding: 21px 10px 28px 28px;
    color: #fff;
    background: #7fb9dd;
    text-align: left;
    display: block;
    position: relative;
    font-size: 32px;
    line-height: 1.3;
    letter-spacing: 0.2em;
    font-family: "ãƒ•ã‚©ãƒ¼ã‚¯ M","Folk Medium";
    border-left: 3px solid #4c75a3;
}

.pink_txt .gnv_tmp_h3_bg h3 {
    background: #ecb9c9;
    border-left: 3px solid #ce6f8d;
}
/* 2-3. h4 -------------------------- */

.gnv_tmp_h4_bg h4 {
    font-size: 26px;
    color: #584a30;
    line-height: 1.3;
    letter-spacing: 0.2em;
    padding-bottom: 0;
    font-weight: normal;
    position: relative;
    padding-left: 57px;
    font-family: "ãƒ•ã‚©ãƒ¼ã‚¯ M","Folk Medium";

}
.gnv_tmp_h4_bg h4:before {
    position: absolute;
    content: "";
    display: block;
    height: 28px;
    width: 28px;
    background: none;
    box-sizing: border-box;
    border: 8px solid #6990ba;
    left:6px;
    top: 50%;
    border-radius: 50%;
    margin-top: -12px;
}
.pink_txt .gnv_tmp_h4_bg h4:before {
    border: 8px solid #de98ae;
}
/* h4 reset */
.b_01 .gnv_tmp_h4_bg,
.b_02 .gnv_tmp_h4_bg {
	margin-bottom: 0;
}
@media screen and (max-width: 767px){
.gnv_tmp_h3_bg h3 {
    font-size: 24px;
}
.gnv_tmp_h4_bg h4 {
    font-size: 20px;

}
}
/* =====================================
 3. bt
===================================== */


/* btã‚µã‚¤ã‚ºæŒ‡å®šã®å&nbsp;´åˆ */
.gnv_tmp_detail a {
	width: 20%;
	float: left;
}

/* =====================================
 4. base template
===================================== */
.text_box {
	float: left;
	width: 63%;
}
.b_11_2_in span img,
.b_11 .b_11_in span img {
	margin: 0 1em 1em 0;

}

/* =====================================
 6. table
===================================== */
/* 6-1. default -------------------------- */
.b_06 table td,
.b_06 table th {
        border: 1px solid #e3eaef;
}
.wid_th_table .b_06_item {
    width: 60%;
}
.wid_th .b_06_item {
    width: 50%;
}
.b_06_item {
  background: #7fb9dd;
    width: 30%;
    color: #fff;
}
/* column2 column margin */
.b_10.b_10_column2 div.column_l {
	padding-right: 10px;
}
.b_10.b_10_column2 div.column_r {
	padding-left: 10px;
}

/* 6-2. table01 -------------------------- */
table.gnv_tmp_table01 {
	margin-bottom: 9px;
    background: transparent;
	width: 100%;
}
table.gnv_tmp_table01 th,
table.gnv_tmp_table01 td {
   padding: 0px;
    text-align: left;
    color: #4f3000;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 1.5;
    padding: 11px 0 6px 0;
       background: transparent;
    font-size: 18px;
}
table.gnv_tmp_table01 thead th {
    border-top: 0px;
    color: #3f3c39;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0px;
    padding: 15px 0 30px 0;
    line-height: 1.2;
    border-bottom: 0px;
    background: transparent;
    border-bottom: 1px solid #51381e;
}
table.gnv_tmp_table01 th {
       background: #fff;
      border-top: 0px;
    border-bottom: 1px solid #e0e0e0;
    letter-spacing: 1px;
}
table.gnv_tmp_table01 td {
       background: #fff;
  border-top: 0px;
    border-bottom: 1px solid #e0e0e0;
}

/* 6-3. table02 -------------------------- */
table.gnv_tmp_table02 {
	margin-bottom: 1.5em;
	width: 100%;
}
table.gnv_tmp_table02 th,
table.gnv_tmp_table02 td {
    padding: 5px;
    text-align: left;
}
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;
}

/* 6-4. hours -------------------------- */
table.gnv_tmp_hours th,
table.gnv_tmp_hours td {
    color: #3f3c39;
    font-size: 17px;
    letter-spacing: 2.5px;
    line-height: 1.3;
    background: transparent;
    padding: 18px 0 16px 0;
    border-top: 0px;
    border-bottom: 1px solid #95897e;
}
table.gnv_tmp_hours tbody th {
text-align: left !important;
    width: 18.5%;
}
.time_table th.first_th {
width: 22% !important;
    text-align: left !important;
    letter-spacing: 4px;
}
td.purple_txt, td.blue_txt, td.brown_txt {
    font-size: 27px !important;
    letter-spacing: 0;
}
.purple_txt {
    color: #5673b6 !important;
}
.blue_txt {
    color: #52b2e4 !important;
}
.brown_txt {
    color: #63584c !important;
}
@media screen and (max-width: 1000px){
table.gnv_tmp_hours th, table.gnv_tmp_hours td {
    font-size: 14px;
}
td.purple_txt, td.blue_txt, td.brown_txt {
    font-size: 22px !important;
    letter-spacing: 0;
}
}
@media screen and (max-width: 767px){
.time_table th.first_th {
    width: 32% !important;
    letter-spacing: 0px;
}

td.purple_txt, td.blue_txt, td.brown_txt {
    font-size: 16px !important;
    letter-spacing: 0.5px;
}
}
/* =====================================
 7. news
===================================== */
/* 7-1. default -------------------------- */
#news h2 {
    display: block;
    background: none;
    font-size: 30px;
    margin: 0 0 21px !important;
    color: #3f3c39;
    text-align: left;
    font-family: "ãƒ•ã‚©ãƒ¼ã‚¯ M","Folk Medium";
    padding: 8px 10px 6px 42px !important;
    letter-spacing: 3px;
    position: relative;
    border-top: 6px solid #928982;
    border-bottom: 1px solid #a9a196;
}

.top h2.titleBg {
    display: block;
    background: none;
    font-size: 30px  !important;
    margin: 0 0 15px !important;
    color: #3f3c39;
    text-align: left;
    font-family: "ãƒ•ã‚©ãƒ¼ã‚¯ M","Folk Medium";
    padding: 37px 0px 45px 0px !important;
    letter-spacing: 4.5px;
    position: relative;
    border-top: 6px solid #928982;
    border-bottom: 2px solid #a9a196;
}
@media screen and (max-width: 767px){
.top h2.titleBg {
    font-size: 20px !important;
    letter-spacing: 3px;
    padding: 25px 0 28px 0 !important;
}
}
/* 7-2. title change -------------------------- */
.gnv_tmp_008_title_block h2.gnv_tmp_news_title {
	padding: 10px;
	font-size: 130%;
	border-bottom: 1px solid #ededed;
    margin-bottom: 1em;
}

/* =====================================
8. æ±Žç”¨ãƒ—ãƒ­ãƒ‘ãƒ†ã‚£
===================================== */
/* 8-1. float -------------------------- */
.fl { float: left;}
.fr { float: right;}

/* 8-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;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb45 { margin-bottom: 45px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb60 { margin-bottom: 60px !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;}

/* 8-3. text-align -------------------------- */
.tal { text-align:left;}
.tac { text-align:center;}
.tar { text-align:right;}

/* 8-4. ç”»åƒã®é…ç½® -------------------------- */
/* åŸºæœ¬è¨­å®š */
/* right */
.b_11_2_in span img,
.b_11 .b_11_in span img {
	float: right;
	margin: 0 0 20px 20px;
        width: 30%;
}

/* å€‹åˆ¥è¨­å®š */
/* 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;
}

/* 8-5. ç”»åƒã®è£…é£¾ -------------------------- */
/* è§’ä¸¸ */
.image img,
.text_image img,
.gnv_tmp_style img {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

/* 8-6. rolloverï¼ˆé€éŽï¼‰ -------------------------- */
.rollover a img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* 8-7. pc sp change -------------------------- */
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
@media screen and (max-width: 767px) {
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
}

/* 8-8. w960 -------------------------- */
.w960 {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 10px;
}
/*----- googlecalenderã€googleMapã€ã‚¤ãƒ³ãƒ‰ã‚¢ãƒ“ãƒ¥ãƒ¼ -----*/
.gMap, .calenderWrap, .indoorView {
	position: relative;
}
.gMap iframe, .calenderWrap iframe, .indoorView iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.gMap {
	padding-top: 33.25%;
}
.calenderWrap, .indoorView {
	padding-top: 56.25%
}
.calenderWrap iframe {
	min-height: 260px;
}
.indoorView iframe {
	min-height: 240px;
}
@media only screen and (max-width: 480px) {
	.gMap{
		padding-top: 220px;
	}
	.calenderWrap {
		padding-top: 300px;
	}
	.indoorView {
		padding-top: 240px;
	}
}
/*-------------------------------------------------------*/

/* =====================================
9. other
===================================== */
/* 9-1. before-after -------------------------- */
.ba_box {
	background: url(/asset/ba_ar.png) no-repeat center 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;
}

/* 9-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: 6px;
	left: -16px;
	height: 7px;
	width: 7px;
	border-radius: 50%;
	
}
/* ul */
.ic_01 ul {
	margin:0px;
}
.ic_01 li {
	position: relative;
	padding: 5px 5px 5px 16px;
}
.ic_01 li:before {
	content: "";
	position: absolute;
    background: #f3c64d;
	top: 16px;
	left: 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: 2px;
} 
.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: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


.cloumns_list .ic_01 {
    font-size: 0px;
    letter-spacing: 0px;
}
.cloumns_list .ic_01 li {
   font-size: 16px;
    letter-spacing: 3px;
    display: inline-block;
    padding-right: 20px;
    vertical-align: top;
    width: 30%;
    box-sizing: border-box;
}
.qa_list .ic_01 li:before {
   background: url(/asset/icon-faq.png);
    height: 24px;
    width: 24px;
    background-size: contain;
    top: 9px;
    left: 0;
}
.qa_list .ic_01 li {
        padding-left: 35px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.qa_list .ic_01 li a {
    color: #4c4031;
    vertical-align: top;
    font-weight: bold;
    text-decoration: underline;
    font-size: 18px;
}
.qa_list .ic_01 li a:hover {
    text-decoration: none;
}
 @media screen and (max-width: 767px){
.cloumns_list .ic_01 li {
    padding-right: 0px;
}
.cloumns_list .ic_01 li {
    display: block;
    width: 100%;
}
}
/* 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;	
}
.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: 14px;
    margin-top: 0;  
    -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: 5px;
	left: -15px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #000;
}
.ic_arrow_01 span:hover:before {
	left: -12px;
}
/* ul */
.ic_arrow_01 ul {
	margin: 0px;
}
.ic_arrow_01 li {
	position: relative;
	    padding: 5px 5px 5px 15px;;
}
.ic_arrow_01 li:before {
	    display: block;
    content: "";
    position: absolute;
    top: 14px;
    left: 0px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 5px solid #ffa239;
}

.ic_arrow_01 li:hover:before {
    left: 0px;
}
/* çŸ¢å°ãƒªã‚¹ãƒˆ 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: 2px;
	left: -25px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #999;
}
.ic_arrow_02 span:after {
	display: block;
	content: "";
	position: absolute;
    top: 5px;
	left: -19px;
	width: 0;
	height: 0;
	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;
	border-radius: 50%;
	background: #999;
}
.ic_arrow_02 li:after {
	display: block;
	content: "";
	position: absolute;
    top: 13px;
	left: -19px;
	width: 0;
	height: 0;
	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;
}
.cloums_arrow_list .ic_arrow_01 {
    font-size: 0px;
    letter-spacing: 0px;
}
.cloums_arrow_list .ic_arrow_01 li {
    font-size: 16px;
    letter-spacing: 3px;
    display: inline-block;
    box-sizing: border-box;
    padding-right: 20px;
    vertical-align: top;
}
.cloumns_arrow li {
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
}
 @media screen and (max-width: 767px){
.cloums_arrow_list .ic_arrow_01 li {
    padding-right: 10px;
}
.cloumns_arrow li {
    display: block;
    vertical-align: top;
    padding-right: 0px;
}
}
/* 9-3. flow -------------------------- */
img.gnv_tmp_flow_arrow_01 {
	margin: 0 auto;
}
img.gnv_tmp_flow_arrow_02 {
	margin: 10px auto 0;
}

/* 9-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;
}
 
/* =====================================
 10. 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;
}

/* =====================================
 11. full
===================================== */
.content_width_full .parts {
	background: #efefef;
}

/* =====================================
 12. inquiry
===================================== */
/*
â–&nbsp;å•åˆã›ã‚¿ã‚¤ãƒˆãƒ«ã‚’ä»˜ã‘ãŸã„å&nbsp;´åˆ
1ï¼‰ä¸‹è¨˜ã®ã‚³ãƒ¡ãƒ³ãƒˆã‚¢ã‚¦ãƒˆã‚’å‰Šé™¤ã™ã‚‹
2ï¼‰ãƒ‘ãƒ¼ãƒ„å†…ã®ã€Œãƒ†ã‚­ã‚¹ãƒˆã€ã§ã‚¿ã‚¤ãƒˆãƒ«ã‚’ã€Œãƒ†ã‚­ã‚¹ãƒˆã€ã«å…¥åŠ›ã™ã‚‹
 */ 
/*
.inquiry #content .contentArea {
	margin-top: 0;
}
.inquiry #content .contentArea {
	margin: 0 0 4em;
}
.inquiry #content .btBox {
	margin: 1em 0 0;
}
body#inquiryBody .message {
	display: none;
}
body#inquiryBody .inquiry_textbox {
	margin-bottom: 20px;
}
body#inquiryBody .inquiry_textbox:first-child {
    border-bottom: 1px solid #dedede;
	background: url(/asset/h2_bg.gif) no-repeat bottom left;
	font-size: 130%;
    line-height: 1.2;
    padding: 15px;
	border-radius: 0;
    position: relative;
}
.inquiryFormTable {
	border: none;
}
*/
/* =====================================
 13. singlebox
===================================== */
/* 2-1. 2 column -------------------------- */
.singlebox2 {
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    width: 47% !important;
}
/* 2-2. 3 column -------------------------- */
.singlebox3 {
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    width: 30% !important;
}
/* 2-3. 4 column -------------------------- */
.singlebox4 {
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    width: 22% !important;
}
/* =====================================
 14. å‹•ç”»ãƒ†ãƒ³ãƒ—ãƒ¬ãƒ¼ãƒˆ
===================================== */
/* å‹•ç”»æœ€å¤§å¹…
.viemo.b_09, .viemo.b_11_3.b_11_3_column2 {
	max-width: 700px;
	margin: 0 auto;
} 
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .viemo.b_11_3.b_11_3_column2 {
		width: 700px;
	}
}*/
/* youtubeã®ç¸¦æ¨ªæ¯” */
.viemo.b_09&gt;div, .viemo.b_11_3.b_11_3_column2 div.column_l&gt;p, .viemo.b_11_3.b_11_3_column2 div.column_r&gt;p {
	position: relative;
	padding-top: 56.25%;
}
/* çµ¶å¯¾è²»ã§å›ºå®š */
.viemo.b_09 iframe, .viemo.b_11_3.b_11_3_column2 div.column_l iframe, .viemo.b_11_3.b_11_3_column2 div.column_r iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 767px) {
	.viemo.b_11_3.b_11_3_column2 {
		width: 100%;
	}
}
@media screen and (min-width: 700px) and (max-width: 720px) {
	.viemo.b_11_3.b_11_3_column2 {
		width: 100%;
		max-width: 720px;
	}
}
@media screen and (max-width: 720px) {
	.viemo.b_09 {
		padding: 0 10px;
	}
	.viemo.b_11_3.b_11_3_column2 div.column_l {
		padding-left: 10px;
	}
	.viemo.b_11_3.b_11_3_column2 div.column_r {
		padding-right: 10px;
	}
}
@media screen and (max-width: 600px) {
	.viemo.b_11_3.b_11_3_column2 div.column_l, .viemo.b_11_3.b_11_3_column2 div.column_r {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	.viemo.b_11_3.b_11_3_column2 div.column_l, .viemo.b_11_3.b_11_3_column2 div.column_r {
		padding: 0 10px;
	}
}
/* =====================================
 15. ç®¡ç†ç”»é¢
===================================== */
/* TOPã®ã¿è§£é™¤ ä¸Šæ›¸ãï¼ˆè§£é™¤ã—ãªã„ï¼‰ */
.top .hikoukai {
    display: none !important;
}
.top #drag-temp-pre-content .parts.hikoukai {
    background: none repeat scroll 0 0 #555;
    border: 5px solid #777;
    display: block !important;
    padding: 20px 0;
}
/* ç®¡ç†ç”»é¢ã‚ºãƒ¬å¯¾å¿œ 
div[class*=#drag-temp-pre-content .parts.m] {
	margin: 0!important;
}*/
@media screen and (min-width: 768px) {
	#drag-temp-pre-content .sp {
		margin: 0;
		padding: 0;
		height: 0;
	}
}
/* æ–°ç€æƒ…å&nbsp;±ãƒ–ãƒ­ãƒƒã‚¯ */
#drag-temp-pre-content .news_list {
	position: relative;
	display: block;
	min-height: 50px;
	background: #777;
}
#drag-temp-pre-content .news_list:before {
	content: "æ–°ç€æƒ…å&nbsp;±";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -.75em;
	margin-left: -4.5em;
	font-size: 20px;
	color: #fff;
	z-index: 10;
}

/* ----------------------------------------------------------
â–&nbsp; @media screen and (max-width: 1000px)
----------------------------------------------------------- */
@media screen and (max-width: 1000px) {
/* =====================================
 11. full
===================================== */
.content_width_full.under .contents_block {
	margin: 0;
}

.content_width_full .parts {
	background: none;
}
}

/* ----------------------------------------------------------
â–&nbsp; @media screen and (max-width: 767px)
----------------------------------------------------------- */
@media screen and (max-width: 767px) {
/* =====================================
 1. link
=====================================*/
/* 1-2. tel link -------------------------- */
a[href^="tel:"] {
	cursor:pointer;
vertical-align: baseline;
}
/* 1-3. side link -------------------------- */
#sidecontact{
    display: none;
}

/* =====================================
 3. bt
===================================== */
.gnv_tmp_detail a {
	width: auto;
	margin: 0 auto;
	float: none;
}

/* =====================================
 4. base template
===================================== */
.text_box {
	float: none;
	width: 100%;
}
.b_11_2_in span img,
.b_11 .b_11_in span img {
	margin: 0 0em 1em 0;
float: none;
width: 100%;
}
.img_l span img {
    float: none !important;
    margin: 0 0em 1em 0;
}
/* =====================================
 6. table
===================================== */
/* 6-4. hours -------------------------- */
table.gnv_tmp_hours th,
table.gnv_tmp_hours td {
	font-size: 70%;
    letter-spacing: 0;
}
table.gnv_tmp_table01 thead th {
    font-size: 14px;
}
th.first {
    width: 35%;
}
/* =====================================
9. other
===================================== */
/* 9-1. before-after -------------------------- */
.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;
}

/* =====================================
 10. MAP
===================================== */
.gnv_tmp_map {
  padding-top: 70%;
}
.gnv_tmp_map iframe {
  right: 0%;
  width: 100% !important;
}
/* =====================================
 11. full
===================================== */
.content_width_full .b_10.b_10_column3 div.column_blank,
.content_width_full .b_11_2.b_11_2_column3 div.column_blank,
.content_width_full .b_11.b_11_column3 div.column_blank,
.content_width_full .b_11_3.b_11_3_column3 div.column_blank {
    display: block !important;
}

/* =====================================
 13. singlebox
===================================== */
/* 13-4. common column -------------------------- */
.singlebox2,
.singlebox3,
.singlebox4 {
    width: 100% !important;
    padding: 0;
}
.singlebox2 .b_11_2_in,
.singlebox3 .b_11_2_in,
.singlebox4 .b_11_2_in {
    padding: 5px;
}
.singlebox2 .b_11_2_in span img,
.singlebox3 .b_11_2_in span img,
.singlebox4 .b_11_2_in span img {
    margin: 0;
}

}
/* =====================================
	16. ä¸‹å±¤TPL
===================================== */
/*--------------------------------------
	List of Check Design
--------------------------------------*/
ul.listCheck li {
	position: relative;
	padding-left: 2em;
	margin-bottom: 10px;
	font-size: 16px;
}
ul.listCheck li:before {
    display: block;
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #dedbdb;
}
ul.listCheck li:after {
display: block;
    content: '';
    position: absolute;
    top: 11px;
    left: 4px;
    width: 7px;
    height: 3px;
    border-left: 2px solid #3a61b7;
    border-bottom: 2px solid #3a61b7;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*--------------------------------------
	æ‰‹é&nbsp;†çŸ¢å°(ä¸‹)
--------------------------------------*/
.stepArrow {
	position: relative;
	margin-bottom: 10px;
}

.stepArrow:before {
	content: "";
	position: absolute;
	bottom: -45px;
	left: 50%;
	margin-left: -8px;
	display: block;
	width: 0;
	height: 0;
	border: 25px solid transparent;
	border-top-color: #ffe8cf;
	border-right-width: 10px;
	border-left-width: 10px;
}

span.step_num {
	background: #d9a18d;
	color: #fff;
	border-radius: 5px;
	padding: 2px 5px;
	letter-spacing: 1.5px;
	font-size: 14px;
	vertical-align: middle;
	line-height: 1;
}

span.step_tle {
	text-shadow: 0.5px 0 0 #333;
	padding-left: 0px;
	vertical-align: bottom;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: 1.5px;
	margin-bottom: 12px;
	display: block;
}

.step_box {
	padding: 30px 25px;
	background: #ffe8cf;
	color: #5b4848;
}

/*--------------------------------------
	table01
--------------------------------------*/
table.table01,
table .table01 {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
.table01 th,
.table01 td {
	padding: 0.5em;
	text-align: center;
	vertical-align: middle;
}
.table01 thead th {
	background: #002e4e;
	color: #fff;
}
.table01 tbody th {
	background: #ddebf1;
}
.table01 th, .table01 td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
	table.table01,
	table .table01 {
		font-size: 85%;
	}
	.table01 th,
	.table01 td {
		padding: 0.2em;
	}
}
@media (max-width: 480px) {
	table.table01,
	table .table01 {
		font-size: 70%;
	}
}

/*--------------------------------------
	anchorlinks
--------------------------------------*/
.anchorlinks {
	border: 3px double #333;
	background: #ccc;
	padding: 2em 2em 1em 2em;
	list-style: none;
}
.anchorlinks:after {
	content: "";
	display: block;
	clear: both;
}
.anchorlinks li {
	position: relative;
	width: 33.33%;
	float: left;
	padding: 0 .5em 0 1.2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 1em;
}
.anchorlinks li:nth-child(3n) {
	padding-right: 0;
}
.anchorlinks li a {
	text-decoration: none;
}
.anchorlinks li a:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: .5em;
	border-top: .4em solid transparent;
	border-bottom: .4em solid transparent;
	border-left: .8em solid #333;
	-webkit-transition-duration: .6s;
	-ms-transition-duration: .6s;
	-moz-transition-duration: .6s;
	transition-duration: .6s;
}
.anchorlinks li a:hover:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.anchorlinks li a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	.anchorlinks {
		padding: 1em 1em .5em 1em;
	}
	.anchorlinks li {
		width: 50%;
		margin-bottom: .5em;
	}
	.anchorlinks li:nth-child(even) {
		padding-right: 0;
	}
	.anchorlinks li:nth-child(3n) {
		padding-right: 1em;
	}
}
@media screen and (max-width: 480px) {
	.anchorlinks li {
		width: 100%;
		padding-right: 0;
	}
}

/*--------------------------------------
	ç—‡ä¾‹å†™çœŸ (ã‚¯ãƒ©ã‚¹ã«ã€Œcase_photoã€ã‚’è¿½åŠ&nbsp;ã€‚ç”»åƒã‚µã‚¤ã‚ºãŒå¤§ãããªã‚ŠéŽãŽãªã„ã‚ˆã†ã«èª¿æ•´)
--------------------------------------*/
/*ã€Œãƒ†ã‚­ã‚¹ãƒˆ+ç”»åƒ+æ–‡ç«&nbsp;ã€ç”¨*/
.case_photo.b_11_2.b_11_2_column2 div.column_l span img,
.case_photo.b_11_2.b_11_2_column2 div.column_r span img,
.case_photo.b_11_2.b_11_2_column3 div.column_c span img,
.case_photo.b_11_2.b_11_2_column3 div.column_l span img,
.case_photo.b_11_2.b_11_2_column3 div.column_r span img{
	width:100%;
	max-width:240px;
	margin-left:auto;
	margin-right:auto;
}
.case_photo.b_11_2_in span img{
	width:100%;
	max-width:240px;
}
@media (max-width: 767px) {
	.case_photo .b_11_2_in span img{
		max-width:240px;
		float:none;
		margin-left:auto;
		margin-right:auto;
	}
}
/*ã€Œç”»åƒã€ãƒ‘ãƒ¼ãƒ„ç”¨*/
.case_photo.b_10.column_r span img,
.case_photo.column_c span img,
.case_photo.column_l span img{
	width:240px;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}
.case_photo.b_10 img{
	width:100%;
	max-width:240px;
}
@media (max-width: 767px) {
	.case_photo.b_10 img{
		max-width:240px;
	}
}


/* =====================================
	17. ãŠå•ã„åˆã‚ã›ãƒãƒŠãƒ¼(ãƒ•ãƒƒã‚¿ãƒ¼ä¸‹éƒ¨å›ºå®š)
===================================== */
/*--------------------------------------
	contact boxs
--------------------------------------*/
.contactBox {
	background: #9ec56b;
	padding: 50px 30px 40px;
}
.contactBox .wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	line-height: 2.5em;
	letter-spacing: .12em;
	font-size: 16px;
	color: #fff;
}
.contactBox .wrap h3 {
	margin: 0 0 .2em;
	line-height: 2.33em;
	letter-spacing: .2em;
	font-size: 30px;
	color: #fff;
}
.contactBox .wrap .bnr {
	margin-top: 28px;
	display: -ms-flexbox;
	-ms-flex-direction: row;
	display: -webkit-flex;
	display: flex;
}
.contactBox .wrap .bnr .box {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	margin-right: 5px;
}
.contactBox .wrap .bnr .box:last-child {
	margin-right: 0;
}
.contactBox .wrap .bnr .box img {
	width: 100%;
	max-width: 100%;
}
.contactBox .tb {
	display: none;
}
@media screen and (max-width: 1060px) {
	.contactBox .tb {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.contactBox {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background: none;
		padding: 0;
	}
	.contactBox .wrap h3, .contactBox .wrap h3+p {
		display: none;
	}
	.contactBox .wrap .bnr {
		margin-top: 0;
	}
	.contactBox .wrap .bnr .box {
		margin: 0 1px 0 0;
	}
}
/* =====================================
	top
===================================== */
/*--------------------------------------
	common
--------------------------------------*/
.h2_tle_bg{
text-align:center;
}
.h2_tle_bg  h2 {
    font-size: 31px;
    color: #1f9658;
    font-family: "ç§€è‹±ä¸¸ã‚´ã‚·ãƒƒã‚¯ B","Shuei MaruGo B";
    text-align: center;
    display: inline-block;
        position: relative;
    letter-spacing: 4px;
    line-height: 1.5;
    padding: 2px 45px 6px;
box-sizing: border-box;
}
.h2_tle_bg h2:before {
       position: absolute;
    content: "";
    display: block;
    height: 70px;
    width: 3px;
    left: 15px;
    top: 50%;
    margin-top: -35px;
    background: #7eb992;
    -webkit-transform: rotate(-22deg);
    -moz-transform: rotate(-22deg);
    -o-transform: rotate(-22deg);
    transform: rotate(-22deg);
}
.h2_tle_bg  h2:after {
  position: absolute;
    content: "";
    display: block;
    height: 70px;
    width: 3px;
    right:15px;
    top: 50%;
    margin-top: -35px;
    background: #7eb992;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
}
.top h2 {
color: #3f3c39;
    text-align: center;
    font-size: 38px;
    font-family: "ãƒ•ã‚©ãƒ¼ã‚¯ M","Folk Medium";
    letter-spacing: 0.2em;
    line-height: 1.2;
    margin-bottom: 65px;

}
span.sub_h2 {
    color: #ff952e;
    font-size: 17px;
    letter-spacing: 0.2em;
    display: block;
    margin-top: 20px;
}
.top h3 {
color: #3f3c39;
    text-align: center;
    font-size: 24px;
    font-family: "ãƒ•ã‚©ãƒ¼ã‚¯ M","Folk Medium";
    letter-spacing: 0.2em;
    line-height: 1.2;
    margin-bottom: 65px;

}
.green_btn {
    width:100%;
    max-width: 300px;
}
.green_btn a {
color: #fff;
    text-align: center;
    font-size: 21px;
    width: 100%;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    font-family: "ãƒ•ã‚©ãƒ¼ã‚¯ M","Folk Medium";
    padding-top: 15px;
    padding-bottom: 21px;
    letter-spacing: 3.5px;
    background: #5673b6;
    line-height: 1.4;
}
.green_btn a:before {
position: absolute;
    content: "";
    display: block;
    height: 0;
    width: 0;
    right: 17px;
    top: 50%;
    margin-top: -6px;
    border-width: 5.5px 0px 5.5px 8px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #fff;
}
.green_btn a:hover {
    text-decoration: none;
      opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}
.h3_tle_bg h3 {
    color: #333333;
    font-size: 29px;
    font-family: "ç§€è‹±ä¸¸ã‚´ã‚·ãƒƒã‚¯ B","Shuei MaruGo B";
    position: relative;
   
    line-height: 1.5;
    letter-spacing: 3.5px;
}
.txt {
    color: #3f3c39;
    font-size: 15px;
    letter-spacing: 2.3px;
    line-height: 2.3;
}
.green_txt {
    color: #75ca9f !important;
font-weight: bold;
}
.btns_group {
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
}
.btns_group .green_btn {
    margin-right: 3%;
    display: inline-block;
}
.btns_group .green_btn:last-child {
    margin-right: 0px;
}
.btns_group .green_btn a {
    margin-bottom: 0px;

}
a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
@media screen and (max-width:1000px) {
.gnv_tmp_width_1000 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}
}
@media screen and (max-width: 767px) {
.height_auto{
height:auto !important;
}
.gnv_tmp_width_1000 {
    width: 90%;
    padding-left: 0px;
    padding-right: 0px;
    box-sizing: border-box;
}
.h2_tle_bg h2 {
    font-size: 32px;
    letter-spacing: 3px;
    padding: 14px 32px 6px 32px;
}
.h3_tle_bg h3 {
    font-size: 24px;
}
.top h2 {
    font-size: 28px !important;
    margin-bottom: 30px !important;
}
.btns_group .green_btn {
    width: 100%;
    display:block;
    margin-right: auto;
    margin-left: auto;
}
.btns_group .green_btn:last-child {
    margin-right: auto;
    margin-top:20px;
}
.green_btn {
    margin-left: auto;
    margin-right: auto;
}
.green_btn a {
letter-spacing: 1px;
}
}

/*--------------------------------------
	info
--------------------------------------*/
.info_con {
    background: url(/asset/top_bg03.png);
    padding-top: 61px;
    padding-bottom: 75px;
    margin-bottom: 0;
}

.info_con .access_top {
    margin-bottom: 30px;
}
.info_con .map_box {
    width: 39%;
    float: left;
    box-sizing: border-box;
}
.info_con .table_box {
    width: 58%;
    float: right;
    box-sizing: border-box;
}

.info_con .table_txt {
  color: #333333;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 1.6;
    margin-top: 10px;
}
table.access_table {
    width: 100%;
  
}

table.access_table td, table.access_table th {
font-size: 17px;
    color: #3f3c39;
    font-weight: normal;
    vertical-align: top;
    letter-spacing: 2.5px;
    line-height: 1.8;
    border-bottom: 1px solid #412406;
    border-top: 1px solid #412406;
    padding: 15px 0 11px 0;
}

table.access_table th {
    text-align: left;
    width: 23%;
}
table.access_table td.tel_txt {
    font-weight: bold;
    font-size: 20px;
}

.info_con .map_box .gnv_tmp_map {
    padding-top: 0px;
          height: 100%;
    box-sizing: border-box;
}

table.gnv_tmp_table01.gnv_tmp_hours.time_table {
    margin-bottom: 18px;
}

.info_con .table_tip {
    font-size: 17px;
    color: #3f3c39;
    letter-spacing: 1.5px;
    line-height: 1.8;
    margin-bottom: 16px;
}
.info_con .b_txt {
    font-size: 26px;
    vertical-align: middle;
}
@media screen and (max-width:1000px) {

table.access_table td, table.access_table th {
    font-size: 15px;
}
table.access_table td.tel_txt {
    font-size: 18px;
}
.info_con .b_txt {
    font-size: 22px;
}
}
@media screen and (max-width:767px) {
.info_con {
    padding-top: 50px;
    padding-bottom: 50px;
}


.info_con .map_box {
    width: 100%;
    float: none;
    margin-top: 0px;
    margin-bottom: 30px;
 
}
.info_con .table_box {
   width: 100%;
    float: none;
}
.info_con .table_txt {
    margin-top: 15px;
margin-bottom: 25px;
}
.info_con .map_box .gnv_tmp_map {
    padding-top: 70%;
height: auto;
margin-bottom: 10px;
}

table.access_table td, table.access_table th {
    font-size: 15px;
}
table.access_table td.tel_txt {
    font-size: 16px;
}
.info_con .green_btn a {
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px;
}
.info_con .table_tip {
    font-size: 15px;
}
.info_con .b_txt {
    font-size: 16px;
}
}
@media screen and (max-width:479px) {
table.access_table th {
    width: 27%;
}
}
/*--------------------------------------
	clinic
--------------------------------------*/
.clinic_con {
    padding-top: 61px;
    padding-bottom: 56px;
    margin-bottom: 0;
}
.top .clinic_con h2 {
    margin-bottom: 53px;
}
.clinic_con ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
}
.clinic_con ul li:last-child {
    margin-right: 0;
}
.clinic_con .img_box {
    position: relative;
    margin-bottom: 29px;
}
.clinic_con .img_box a {
    display: block;
    border-radius: 50%;
    position: relative;
}
.clinic_con .img_box img {
    border-radius: 50% !important;
}

.clinic_con ul li .img_box a:before {
    position: absolute;
    content: "";
    display: block;
    height: 64px;
    width: 64px;
    background: url(/asset/arrow.png) no-repeat center center;
    background-size: contain;
    bottom: 12px;
    right: 24px;
    z-index: 0;
}

.clinic_con ul li .img_box a:hover{
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}
@media screen and (max-width:1000px) {
.clinic_con ul li .img_box a:before {
    bottom: 6.5%;
    right: 2%;
}
}
@media screen and (max-width:767px) {
.clinic_con ul li {
    width: 100%;
    float:none;
    margin-right: auto;
    margin-left: auto;
margin-bottom:35px;
}
.clinic_con ul li:last-child {
    margin-right:auto;
margin-bottom:0px;
}
.clinic_con .img_box {
    position: relative;
    margin-bottom: 0px;
    max-width: 411px;
    margin-left: auto;
    margin-right: auto;
    width: 72%;
}
.clinic_con ul li .img_box a:before {
    bottom: 8%;
    right: 5%;

}
}
@media screen and (max-width:479px) {
.clinic_con ul li .img_box a:before {
    bottom: 2.5%;
    right: 2.5%;
}

}
/*--------------------------------------
	woman,doctor
--------------------------------------*/
.woman_con {
    background: url(/asset/top_bg01.jpg) no-repeat center top;
    background-size: cover;
    padding-top: 81px;
    padding-bottom: 84px;
    margin-bottom: 0;
}
.doctor_con {
    background: url(/asset/top_bg02.jpg) no-repeat center top;
    background-size: cover;
    padding-top: 81px;
    padding-bottom: 84px;
    margin-bottom: 0;
}
.woman_con .inner {
    max-width: 440px;
}
.top .woman_con h2,.top .doctor_con h2 {
    text-align: left;
    margin-bottom: 50px;
}
.top .woman_con h3,.top .doctor_con h3 {
    text-align: left;
    margin-bottom: 30px;
letter-spacing: 3.5px;
}
.woman_con .txt,.doctor_con .txt {
    font-size: 15px;
    letter-spacing: 3.3px;
    margin-bottom: 21px;
}
.woman_con .inner,.doctor_con .inner {
    max-width: 440px;
    width: 100%;
}
.doctor_con .inner {
 max-width: 470px;
    margin-right: 0;
    margin-left: auto;

}
@media screen and (max-width:767px) {
.woman_con {
    background: url(/asset/top_bg01_sp.jpg) no-repeat center top;
    background-size: cover;
padding-top: 50px;
    padding-bottom: 50px;
}
.doctor_con {
    background: url(/asset/top_bg02_sp.jpg) no-repeat center top;
    background-size: cover;
padding-top: 50px;
    padding-bottom: 50px;
}
.woman_con .inner,.doctor_con .inner {
    max-width: 100%;
    text-align: center;
}
.top .woman_con h2, .top .doctor_con h2 {
    text-align: center;
}
.top .woman_con h3, .top .doctor_con h3 {
    text-align: center;
    margin-bottom: 25px;
  letter-spacing: 2.5px;
    font-size: 22px;
}
.woman_con .txt, .doctor_con .txt {
    letter-spacing: 2px;
}
}
/*--------------------------------------
	menu
--------------------------------------*/
.menu_con {
    padding-top: 53px;
    margin-bottom: 0;
}
.top .menu_con h2 {
    margin-bottom: 54px;
}
.menu_con .menu_top li {
    width: 31%;
    float: left;
    margin-right: 3.5%;
}
.menu_con .menu_top li:nth-child(3n) {
    margin-right: 0;
}
.menu_con .menu_bottom li {
    width: 49%;
    float: left;
    margin-right: 2%;
}
.menu_con .menu_bottom li:last-child {
    margin-right: 0;
}
.menu_con .img_box a {
    position: relative;
}
.menu_con a {
    display: block;
    text-decoration: none;
}
.menu_con a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}
.menu_con .btn_box {
display: inline-block;
    position: absolute;
    background: #fff;
    border-radius: 10px;
    left: 6.5%;
    bottom: 9%;
    padding: 0 13% 5px 6.5%;
    height: 80px;
    box-sizing: border-box;
}
.menu_con .btn_box:before {
    position: absolute;
    content: "";
    display: block;
    height: 0;
    width: 0;
    right: 17px;
    top: 50%;
    margin-top: -6px;
    border-width: 5.5px 0px 5.5px 8px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #5673b6;
}
.menu_con .inner_table {
    display: table;
    width: 100%;
    height: 100%;
}
.menu_con .inner_cell {
    display: table-cell;
    vertical-align: middle;
}
.menu_con .btn_txt {
    color: #3f3c39;
    font-size: 24px;
    font-family: "ãƒ•ã‚©ãƒ¼ã‚¯ M","Folk Medium";
    display: block;
    line-height: 1;
}
.menu_con span.btn_txt .small_txt {
    font-size: 16px;
    display: block;
    line-height: 1;
    margin-top: 9px;
}
.menu_con .menu_top .txt {
    letter-spacing: 3px;
    margin-bottom: 31px;
}
.menu_con .menu_top .img_box {
    box-shadow: 0px 2px 5px 2px rgba(204, 204, 204, 0.4);
    margin-bottom: 12px;
}
.menu_con .menu_bottom .img_box {
    margin-bottom: 12px;
}
@media screen and (max-width:1000px) {
.menu_con .btn_txt {
    font-size: 18px;
}
.menu_con span.btn_txt .small_txt {
    font-size: 12px;
    margin-top: 6px;
}
.menu_con .btn_box:before {
    right: 14px;
    border-width: 5px 0px 5px 8px;
}
.menu_con .btn_box {
    padding: 0 13% 3px 6.5%;
    height: 70px;
}
}
@media screen and (max-width:767px) {

.menu_con .menu_top li {
width: 100%;
    float: none;
    margin-right: auto;
    max-width: 540px;
    margin-left: auto;
}
.menu_con .menu_top li:nth-child(3n) {
    margin-right: auto;
}
.menu_con .menu_bottom li {
width: 100%;
    float: none;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    max-width: 540px;
}
.menu_con .menu_bottom li:last-child {
    margin-right: auto;
    margin-bottom: 0;
}
.menu_con .btn_box {
    padding: 0 13% 5px 6.5%;
    height: 80px;
}
.menu_con .btn_txt {
    font-size: 22px;
}
.menu_con span.btn_txt .small_txt {
    font-size: 15px;
    margin-top: 8px;
}
.menu_con .btn_box:before {
    right: 17px;
}
}
@media screen and (max-width:479px) {
.menu_con .btn_txt {
    font-size: 18px;
}
.menu_con .btn_box {
    height: 72px;
}
}
/*--------------------------------------
	news
--------------------------------------*/
.news_con {
padding-top: 58px;
    padding-bottom: 65px;
    margin-bottom: 0px;
}
@media screen and (max-width:767px) {
.news_con {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 0px;
}
}
/* =====================================
	under
===================================== */
/*--------------------------------------
	common
--------------------------------------*/
.gnv_tmp_h5_bg h5 {
    font-size: 16px;
    padding-left: 16px;
    position: relative;
    border-left: 3px solid #5674b7;
    line-height: 1.2;
    color: #5674b7;
       font-family: "ãƒ•ã‚©ãƒ¼ã‚¯ M","Folk Medium";
    letter-spacing: 2px;
}
.under p:last-child {
    margin-bottom: 0px;
}
.under p {
    margin-bottom: 20px;
}
/*--------------------------------------
	other
--------------------------------------*/
#newsList #mainimage, #websiteNewsDetail #mainimage, #notfoundBody #mainimage, #sitemapBody #mainimage {
    margin-top: 138px;
}
.inquiryFormTable dt {
    width: 35%;
    box-sizing: border-box;
}
.inquiryFormTable .formM {
    width: 100%;
    box-sizing: border-box;
}
.inquiryFormTable textarea {
    width: 100%;
    box-sizing: border-box;
}
.inquiry #content .backBt, .inquiry #content .confirmBt, .inquiry #content .submitBt, .inquiry #content .topBt {
    background: #ffa239;
    border: none;
}
input.searchInput {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
}
input.searchButton {
    width: 120px;
    background: #5673b6;
    border: none;
    color: #fff;
    margin: 0 auto !important;
}
 #pagenation .active a, #pagenation a.active:hover {
    background: none repeat scroll 0 0 #5674b7;
}
#websiteNewsDetail #content {
    min-height: 750px;
}
@media screen and (max-width:767px) {
#newsList #mainimage, #websiteNewsDetail #mainimage, #notfoundBody #mainimage, #sitemapBody #mainimage {
    margin-top: 0px;
}
.inquiryFormTable dt {
    width: 100%;
}
.inquiryFormTable dd {
    width: 100%;
 box-sizing: border-box;
}
#inquiryForm .formL, #inquiryForm .formM, #inquiryForm .formS {
    width: 100%;
}
#websiteNewsDetail #content {
    min-height: 350px;
}
}


/*--------------------------------------
	style
--------------------------------------*/
.border_box {
    border: 2px solid #6990ba;
    padding: 30px;
}


.border_box4{
    padding: 30px;
    border: 2px solid #ccc;
}
.border_box4 .gnv_tmp_h4_bg h4 {
    padding-left: 16px;
    position: relative;
    border-left: 4px solid #f3c64d;
    line-height: 1.2;
    color: #f3c64d;
    border-bottom: 0px;
    padding-bottom: 0px;
    font-size: 22px;
}
.border_box4 .gnv_tmp_h4_bg h4:before {
    height: 0;
}

.bg_box {
    padding: 35px 30px 30px 30px;
    background: #f3f7ff;
}
.bg_box .gnv_tmp_h5_bg h5 {
    padding-left: 0;
    border-left: 0;
    font-size: 22px;
}
.shadow_box {
    box-shadow: 3px 3px 0 0 #d3dceb;
    padding: 40px 45px;
    background: #f6f9ff;
}
.shadow_box .gnv_tmp_h4_bg h4 ,.shadow_box .gnv_tmp_h5_bg h5{
    padding-left: 0;
    border-bottom: 1px dashed #b9c9e2;
    padding-bottom: 10px;
    font-size: 20px;
    color: #46619c;
    letter-spacing: 3px;
    border-left: 0;
}
.shadow_box .gnv_tmp_h4_bg h4:before {
    height: 0;
    width: 0;
    border: 0;
}
.shadow_box .sub_tle {
     padding-left: 0px;
    border-bottom: 1px dashed #4873bf;
    padding: 8px 0;
    margin-bottom: 20px;
}
.widborder_box {
    border: 20px solid #ffd4a3;
}
.widborder_box .inner {
    padding: 45px 35px;
}
.widborder_box .gnv_tmp_h3_bg h3:before {
    height: 0;
}
.widborder_box .gnv_tmp_h3_bg h3 {
    padding: 25px 10px;
    border-bottom: 5px solid #ffd4a3;
    display: block;
    background: none;
    text-align: center;
    color: #ffab4b;
    padding-left: 0;
    border-left: 0px;
    padding-top: 22px;
    font-size: 24px;
    letter-spacing: 3px;
}
.widborder_box .gnv_tmp_h4_bg h4{
    background: #fdac4f;
    border: 0px;
    width: 12px;
    height: 12px;
    top: 10px;
    margin-top: 0;
    left: 0;
}
.widborder_box .gnv_tmp_h4_bg h4:before {
    background: #fdac4f;
}
.bordertop_box {
    background: #ecf2ff;
    padding: 30px;
    border-top: 3px solid #5674b7;
    border-radius: 5px;
}
.bordertop_box .gnv_tmp_h5_bg h5 {
    border-left: 0px;
    position: relative;
    padding-left: 26px;
    font-size: 20px;
}
.bordertop_box .gnv_tmp_h5_bg h5:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 9px;
    width: 12px;
    height: 12px;
    background: #5674b7;
    border-radius: 50%;
}
.widborder_box .gnv_tmp_h5_bg h5 {
  color: #4f4c49;
    border-left: 0px;
    position: relative;
    padding-left: 0;
    font-size: 18px;
padding-left: 24px;
}
.widborder_box .gnv_tmp_h5_bg h5:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 7px;
    width: 12px;
    height: 12px;
    background: #ffab4b;
    border-radius: 50%;
}
.cloumns_list .gnv_tmp_h5_bg h5{
    border-left: 0px;
    padding-left: 0px;
    text-align: center;
}
.border_box3 {
    padding: 30px;
    border: 2px solid #00b657;
}
.border_box3 .gnv_tmp_h4_bg h4 {
    padding-left: 16px;
    position: relative;
    border-left: 4px solid #00b657;
    line-height: 1.2;
    color: #00b657;
}
.border_box3 .gnv_tmp_h4_bg {
    border-bottom: 0px;
    text-align: left;
}
.border_box3 .gnv_tmp_h4_bg h4:before {
    height: 0;
}
.border_box2 {
    padding: 30px;
    border: 2px solid #5674b7;
}

.border_box2 .gnv_tmp_h5_bg h5 {
    border-left: 0px;
    font-size: 22px;
    padding-left: 0;
}
.sub_tle {
    font-weight: bold;
}
/* ç•ªå·ãƒªã‚¹ãƒˆ */
.num_list {
    counter-reset: li;
}
.num_list li:before {
       background: #7cc69f;
    color: #fff;
    content: counter(li, decimal);
    counter-increment: li;
    display: block;
    font-size: 18px;
    height: 26px;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 26px;
} 
.num_list li {
    margin-bottom: 12px;
    padding-left: 40px;
    position: relative;
}
.num_list li:last-child {
    margin-bottom: 0;
}
						
@media screen and (max-width:767px) {
.widborder_box {
    border: 12px solid #ffd4a3;
}
.widborder_box .inner {
    padding: 40px 25px;
}


}
@media screen and (max-width:479px) {
.shadow_box {
    padding: 40px 30px;
}
}</pre></body></html>