/* *******************************************************************************
-------------------------------------------------------------
■ 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
 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. コンテンツ非表示

-------------------------------------------------------------  
■ @media screen and (max-width: 1000px)
-------------------------------------------------------------
 11. full

-------------------------------------------------------------  
■ @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

******************************************************************************* */
.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 0;
    line-height: 0;
    clear: both;
}

.inquiry #mainimage,
.inquiry #content-bottom,
.inquiry .header_right .inquiryLink {
        display: none;
}
#inquiryBody #content {
        margin-top: 160px;
        padding-top: 0;
}

@media screen and (max-width: 767px) {
.inquiry .header_right_box {
        width: 40%;
}
#inquiryBody #content {
        margin-top: 0;
}
}
#footer p {
        margin-bottom: 0;
}
/* ----------------------------------------------------------
            common
----------------------------------------------------------- */
body {
	font-size: 16px;
	color: #555555;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	background: #fff;
	line-height: 1.6;
}
body.top {
	color: #5a5a5a;
}
a:hover, ul.footer_nav li a:hover,
ul.footer_guide li a:hover,
#news dd a:hover, #news .ov span:hover {
	color: #329f59;
}

@media screen and (max-width: 767px) {
ul.footer_guide li a:hover {
	color: #ccc;
}
}

.btn_style {
        width: auto;
}
.btn_style a {
	font-family: "ソフトゴシック DB", "Soft Gothic DemiBold", sans-serif;
	font-size: 18px;
        font-weight: bold;
	color: #fff;
	border-radius: 8px;
	letter-spacing: 3px;
	border: 3px solid #97ddb0;
	background: #87c99f;
        filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#87c99f', endColorstr='#87c99f',GradientType=0 );
	box-shadow: 0 5px 0 #329f59;
	box-sizing: border-box;
	max-width: 275px;
	width: 100% !important;
	height: auto !important;
	line-height: 1.6 !important;
	padding: 10px !important;
  margin: 0 auto 5px !important;
}
.top .btn_style a {
  font-size: 20px;
}
.btn_style a:hover {
	background: #6ebc8a;
	box-shadow: 0 3px 0 #329f59;
        margin: 2px auto 3px !important;
}
.btn_style a.a1 {
	background: #f58418;
        filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f58418', endColorstr='#f58418',GradientType=0 );
	border: 3px solid #fff2df;
	box-shadow: 0 5px 0 #f58418;
        padding: 13px 10px !important;
}
.btn_style a.a1:hover {
	background: #fa9300;
	box-shadow: 0 3px 0 #f58418;
}
.btn_style a.a2 {
	background: #fd7272;
        filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7272', endColorstr='#fd7272',GradientType=0 );
	border: 3px solid #ffc9c9;
	box-shadow: 0 5px 0 #e75f5f;
	padding: 20px 10px !important;
	max-width: 600px;
}
.btn_style a.a2:hover {
	background: #FD8A8A;
        box-shadow: 0 3px 0 #e75f5f;
}

.top h2 {
	font-size: 30px;
	color: #5a5a5a;
	font-family: "ソフトゴシック DB", "Soft Gothic DemiBold", sans-serif;
	line-height: 35px;
}
.top h2.heart {
	background: url(//www.takahashi-ah.biz/asset/box3_title_bg.png) no-repeat left center;
	padding-left: 50px;
	background-size: 39px 32px;
	margin-bottom: 27px;
}
.top h3 {
	font-size: 20px;
	font-family: "ソフトゴシック DB", "Soft Gothic DemiBold", sans-serif;
	border-bottom: 2px dotted #d4d4d4;
	padding-bottom: 13px;
	margin-bottom: 15px;
	text-align: center;
	font-weight: normal;
}
.top h4 {
	font-size: 20px;
	font-family: "ソフトゴシック DB", "Soft Gothic DemiBold", sans-serif;
	margin: 24px 0 9px 0;
}
.btn_pageTop {
	bottom: 15px;
}
a.btn_pageTop :hover {
	opacity: 0.8;
}

@media screen and (max-width:767px) {
.btn_style a,
.top .btn_style a {
        font-size: 14px;
        letter-spacing: 0;
        padding: 10px !important;
}
.top .gnv_tmp_width_1000 {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
}
}

@media screen and (max-width:420px) {
.top h2.heart {
	font-size: 24px;
	text-align: left;
}
}

/* =====================================
 header
=====================================*/
/* header -------------------------- */
#header {
	background: #fff;
}
.header_block {
	margin: 16px auto 0;
}
.header_block h1 {
	width: 42.6%;
	margin-top: 5px;
}
.header_right_box {
	width: 45%;
}
.header_right {
        position: relative;
}
.header_right_box img {
	margin-left: 0;
	margin-bottom: 0;
}
.header_right .inquiryLink {
        bottom: 0;
        display: block;
        position: absolute;
        right: 0;
}
.header_right .clinicLink {
        top: 0;
        display: block;
        position: absolute;
        right: 0;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
.header_block h1 {
	width: 40%;
}
.header_right_box {
	width: 54%;
}
.header_right_box img {
    margin-bottom: 0;
    margin-left: 0;
    max-width: 449px;
    width: 100%;
}
.header_right_box img.pc_inq {
    margin-bottom: 0;
    max-width: 210px;
    width: auto;
}
}

@media screen and (max-width: 767px) {
#header {
	padding: 15px 0 25px;
}
.header_block {
	margin: 0 auto;
}
.header_block h1 {
	width: 51%;
}
.header_block h1 img {
	max-width: 396px;
}
.header_right_box {
	width: 40%;
}
.header_right_box img {
	margin: 0;
	float: none;
}
.header_right_box li.btn_tell a,
.header_right_box li.btn_menu a,
.header_right_box li.btn_inq a {
	height: auto;
}
.header_right_box .btn_tell,
.header_right_box .btn_inq,
.header_right_box .btn_menu {
	width: 30% !important;
	margin-right: 3% !important;
        float: right !important;
}
.header_right_box .btn_tell img,
.header_right_box .btn_inq img,
.header_right_box .btn_menu img {
	max-width: 85px;
	width: 100%;
}
}

/* nav -------------------------- */
#header_menu_block {
	background: #fff;
}
.header_menu {
	padding: 12px 0 21px;
        height: auto;
}
/*.header_menu .g_nav {
	background: url(//www.takahashi-ah.biz/asset/nav_bg.png) no-repeat right top;
	padding-right: 1px;
        box-sizing: border-box;
}
#inquiryBody .header_menu .g_nav {
	background: url(//cms.plimo.com/www.takahashi-ah.biz/asset/nav_bg.png) no-repeat right top;
}*/
.header_menu .g_nav li {
	background: url(//www.takahashi-ah.biz/asset/nav_bg.png) no-repeat left top;
	box-sizing: border-box;
	padding-left: 2px !important;
        height: 35px !important;
}
.header_menu .g_nav li.nav06 {
	background: url(//www.takahashi-ah.biz/asset/nav_bg.png) no-repeat right top, url(//www.takahashi-ah.biz/asset/nav_bg.png) no-repeat left top;
        padding-left: 2px !important;
        padding-right: 2px !important;
}
#inquiryBody .header_menu .g_nav li {
	background: url(//cms.plimo.com//www.takahashi-ah.biz/asset/nav_bg.png) no-repeat left top;
}
#inquiryBody .header_menu .g_nav li.nav06 {
	background: url(//cms.plimo.com/www.takahashi-ah.biz/asset/nav_bg.png) no-repeat right top, url(//cms.plimo.com/www.takahashi-ah.biz/asset/nav_bg.png) no-repeat left top;
        padding-left: 2px !important;
        padding-right: 2px !important;
}
.header_menu .g_nav li a,
.header_menu .g_nav li span {
	color: #636363;
	padding: 6px 0;
}
.header_menu .g_nav li .submenu {
	background: #9dd05b;
}
.header_sub_menu {
	margin: -5px 0 0 0;
	background: #9dd05b;
	width: 100%;
	float: none;
	position: inherit;
}
.header_menu .g_nav li.g_nav_sub_row {
	float: none;
	background: none;
	padding: 0 !important;
        height: auto !important;
}
.header_menu .g_nav .submenu li.g_nav_sub_row a {
	padding: 7px 0;
	margin: 0;
	background: #9dd05b;
	color: #fff;
	width: 100%;
}
.header_menu .g_nav .submenu li.g_nav_sub_row a:hover,
.header_menu .g_nav li a:hover,
.header_menu .g_nav li span:hover {
	background: #329f59;
	color: #fff;
}


@media screen and (max-width: 767px) {
.header_menu {
	padding: 0;
	background: #329f59;
        margin-top: 10px;
}
.header_menu .g_nav,
.header_menu .g_nav li,
.header_menu .g_nav li.nav06,
#inquiryBody .header_menu .g_nav,
#inquiryBody .header_menu .g_nav li,
#inquiryBody .header_menu .g_nav li.nav06 {
	background: none;
	padding: 0 !important;
}
.header_menu .g_nav li {
        height: auto !important;
}
.header_menu .g_nav li a,
.header_menu .g_nav li span {
	color: #fff;
	padding: 10px 10px 10px 30px;
	border-bottom: 1px solid #fff;
	font-size: 16px;
	line-height: 20px;
}
.header_menu .g_nav li a:hover,
.header_menu .g_nav li span:hover {
	color: #9dd05b;
}
.header_menu .g_nav li a:before {
	background: #fff;
	margin-top: -6px;
}
.header_menu .g_nav li a:after {
	background: #329f59;
	margin-top: -6px;
}
.header_menu .g_nav li span:before {
        top: 14px;
}
.header_menu .g_nav li span:after {
	background: #329f59;
        top: 11px;
}
.header_menu .g_nav li .submenu {
	border-bottom: 1px solid #fff;
}
.header_menu .g_nav .submenu li.g_nav_sub_row a {
	padding: 7px 7px 7px 30px;
	border-bottom: 1px solid #fff;
}
.header_menu .g_nav .submenu li.g_nav_sub_row a:hover {
	background: #9dd05b;
        color: #298738;
}
.header_menu .g_nav li .g_nav_sub_row a:before {
	background: #fff;
}
.header_menu .g_nav li .g_nav_sub_row a:after {
	background: #9dd05b;
}
}

/* =====================================
 footer
=====================================*/
#footer {
	background: #fef8e9;
	padding-top: 12px;
	padding-bottom: 27px;
}
.footer_nav_box.first,
.footer_nav_box.second,
.footer_access_box {
	min-height: 405px;
}
ul.footer_guide li.copyright {
	font-size: 13px;
	color: #333;
	line-height: 24px;
}
p.footer_title, .footer_access_box .footer_ttl {
	color: #329f59;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 13px !important;
        font-family: "ソフトゴシック DB", "Soft Gothic DemiBold";
}
.footer_access_box .footer_ttl {
	padding: 0;
        line-height: 1.6;
}
.footer_access_box p.access_txt {
	padding: 0 20px 15px 0;
}
ul.footer_nav li {
	margin-bottom: 10px;
	background: url(//www.takahashi-ah.biz/asset/footer_nav_bg.png) no-repeat left center;
	padding-left: 15px;
}
#inquiryBody ul.footer_nav li {
	background: url(//cms.plimo.com/www.takahashi-ah.biz/asset/footer_nav_bg.png) no-repeat left center;
}
ul.footer_guide li a {
	background: url(//www.takahashi-ah.biz/asset/footer_bg.png) no-repeat left center;
        background-size: 8px auto;
	font-size: 16px;
	color: #383838;
	margin: 25px 20px 0 5px;
}
#inquiryBody ul.footer_guide li a {
	background: url(//cms.plimo.com/www.takahashi-ah.biz/asset/footer_bg.png) no-repeat left center;
        background-size: 8px auto;
}
ul.footer_guide li {
	clear: right;
}
.footer_block_in {
	margin: 0 0 6px 0;
}
ul.footer_nav li a.inner_nav_head {
	margin-bottom: 0;
}
.footer_nav_box.second {
	border-right: none;
	width: 27%;
}
.footer_access_box {
	border-left: none;
	width: 44%;
	padding: 0;
}
.footer_nav_box.first {
	width: 29%;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
p.footer_title,
.footer_access_box .footer_ttl {
	padding-left: 20px;
        text-align: left !important;
}
}

@media screen and (max-width: 1000px) {
.footer_access_box p.access_txt {
	color: #333;
        padding-left: 20px;
        text-align: left !important;
}
.footer_access_box p.access_txt a {
	color: #333;
	text-decoration: none;
}
.footer_access_box {
	width: 43%;
	float: left;
	clear: none;
	background: #fef8e9;
}
}


@media screen and (max-width:767px) {
p.footer_title,
.footer_access_box p.access_txt {
	text-align: center !important;
}
.footer_access_box p.access_txt {
        margin-bottom: 0;
}
ul.footer_nav li,
#inquiryBody ul.footer_nav li {
	background: #fff;
	width: 80%;
	margin: 0 auto 2px;
        padding-left: 0;
}
ul.footer_guide li a {
	background: url(//www.takahashi-ah.biz/asset/footer_bg_sp.png) no-repeat left center;
	color: #fff;
}
#inquiryBody ul.footer_guide li a {
	background: url(//cms.plimo.com/www.takahashi-ah.biz/asset/footer_bg_sp.png) no-repeat scroll left center;
}
.footer_nav_box.second {
	padding-bottom: 0;
}
.footer_access_box {
	padding: 0;
	background: #fef8e9;
}
.footer_nav_box.first, .footer_nav_box.second, .footer_access_box {
	width: 100%;
        min-height: auto;
}
#footer {
	padding-bottom: 0;
}
.footer_block {
	padding: 20px 0 0;
	overflow: hidden;
}
.footer_bottom {
	background: #329f59;
	padding: 20px 0;
}
ul.footer_guide li.copyright {
	color: #fff;
}
}


/* ----------------------------------------------------------
            top
----------------------------------------------------------- */
/* mainimage -------------------------- */
.top .main_contents {
	background: url(//www.takahashi-ah.biz/asset/mainimage_bg.png) repeat center top;
	height: auto !important;
	padding-bottom: 49px;
}
.top .main_contents .tab {
        display: none;
}
.top .link_box01 {
	background: none;
}
.top .link_box01 .link_box01_in {
	height: auto !important;
	margin-top: 10px;
}
.top .link_box01 .link_box01_in .lead_txt {
	line-height: 1.5;
	margin: 0;
	width: 54%;
	height: auto;

}
.top .link_box01 .link_box01_in .lead_txt p {
	margin-top: 18px;
}
.top .link_box01 .btn_style {
	float: right;
	width: 28%;
	height: auto;
	padding-top: 15px;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
.top .main_contents .tab {
        display: block;
}
.top .main_contents .pc {
        display: none !important;
}
}
@media screen and (max-width: 1000px) {
.top .link_box01 .link_box01_in .lead_txt {
	width: 100%;
        padding: 0;
}
.top .link_box01 .btn_style {
        width: 100%;
        float: none;
}
}


/* box1 -------------------------- */
.box1.b_09 {
	margin: 75px 0 80px;
	overflow: hidden;
}

@media screen and (max-width:1000px) {
.box1.b_09 {
	margin: 20px 0;
}
}

/* box2 -------------------------- */
.top .box2 .contents01_in {
	height: 550px;
}
.top .box2 .contents01_inner_box {
	top: 150px;
}
.top .box2.b_09 {
	background: url(//www.takahashi-ah.biz/asset/box2_bg.png) no-repeat center top;
	background-size: cover;
	margin-bottom: 0;
	padding: 47px 0 0;
}
.top .contents01 {
	height: auto;
	background: none;
}
.top .contents01 .col_box {
	margin: 0 0 68px 0;
}
.top .contents01 .col_box .col_img {
	width: 22%;
	margin-right: 0;
	max-width: 216px;
}
.top .contents01 img {
	border: 7px solid #fff;
  box-shadow: 1px 1px 8px #b6b5b1;
  box-sizing: border-box;
}
.top .contents01 .col_box .col_content {
	width: 75%;
	float: right;
}
.top .box2 .contents01 .col_box .col_content p {
	line-height: 1.6;
}
.top .box2 p.lead_txt {
	font-size: 30px !important;
	font-weight: bold;
	font-family: "ソフトゴシック DB", "Soft Gothic DemiBold", sans-serif;
	margin-bottom: 0;
	padding-bottom: 5px !important;
	letter-spacing: 5px;
}
.top .contents01 .col_box .btn_style {
        padding: 0 !important;
}
.top .contents01 .col_box .btn_style a {
        max-width: 430px;
        float: none;
        background: #6ebc8a;
        filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ebc8a', endColorstr='#6ebc8a',GradientType=0 );
        border: 3px solid #97ddb0;
        padding: 10px 0 !important;
}
.top .contents01 .col_box .btn_style a:hover {
        background: #87c99f;
        margin-top: 2px !important;
}

@media screen and (max-width: 1017px) {
.top .box2 .contents01_in {
        height: auto;
}
.top .box2 .contents01_inner_box {
        top: initial;
        position: initial;
        height: auto;
}
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
.top .contents02 .menu_box li {
	width: 31.3%;
	margin: 1%;
}
}

@media screen and (max-width: 767px) {
.top .box2.b_09 {
	background: url(//www.takahashi-ah.biz/asset/box2_bg_sp.png) no-repeat center top;
	background-size: cover;
}
.top .contents01 .col_box .col_img {
	width: 47%;
	margin: 0 auto;
	float: none;
}
.top .contents01 img {
	float: none;
	max-width: 346px;
	margin-left: 0px;
	margin-bottom: 20px;
}
.top .contents01 .col_box .col_content {
	width: 100%;
}
.top .contents02 .menu_box {
	overflow: hidden;
}
.top .contents02 .menu_box li {
	width: 70%;
	margin: 15px auto;
	float: none;
}
.top .box2 .btn_style a.a2 {
	width: 100%;
	box-sizing: border-box;
}
.top .contents02 .menu_box li .space_box img {
	max-width: 536px;
}
}

/* box3 -------------------------- */
.box3.b_11 {
	background: url(//www.takahashi-ah.biz/asset/box3_bg.png) no-repeat center top;
	background-size: cover;
	padding: 81px 0 60px;
}
.box3 p {
        padding-bottom: 20px;
}
.box3 p:last-child {
        padding-bottom: 0;
}
.box3 p.red {
	color: #ff8726;
	font-size: 23px;
	font-weight: bold;
	padding-bottom: 11px;
}
.box3.b_11 .b_11_in span img {
	width: 37%;
	border-radius: 0;
        margin: 0;
}
.box3 .box3_txt {
	width: 61%;
        float: left;
        margin: 0 !important;
}

@media screen and (max-width: 767px) {
.box3.b_11 {
	background: url(//www.takahashi-ah.biz/asset/box3_bg_sp.png) no-repeat center top;
	background-size: 100% 100%;
        padding: 60px 0;
}
.box3.b_11 .b_11_in span img {
	width: 100%;
	max-width: 370px;
	border-radius: 0;
	margin: 0 auto 20px !important;
	float: none;
}
.box3 .box3_txt, .box3 p.btn_style {
	width: 100%;
	float: none;
}
}

/* box4 -------------------------- */
.top .box4.b_09 {
	line-height: 25px;
	margin: 64px 0 55px;
}
.box4_inner {
	width: 93.4%;
	margin: 0 auto;
}
.box4_inner_list {
	width: 46%;
	float: left;
	margin-right: 8%;
}
.box4_inner_list:last-child {
	margin-right: 0;
}
.box4 p {
	font-size: 14px;
}
.box4_inner_list table {
	font-size: 14px;
}
.box4 th {
	font-weight: normal;
	width: 22%;
	text-align: left;
	vertical-align: top;
}

@media screen and (max-width: 767px) {
.heightLine-a1 {
        height: auto !important;
}
.box4_inner {
	width: 100%;
}
.box4_inner_list {
	width: 100%;
	float: none;
	margin-right: 0;
	margin-bottom: 35px;
}
}

/* content-bottom -------------------------- */
div#content-bottom {
	margin: 62px 0 73px;
}
#content-bottom li {
	width: 32%;
	float: left;
	margin-right: 2%;
}
#content-bottom li:last-child {
	margin-right: 0;
}

@media screen and (max-width: 767px) {
div#content-bottom {
	margin: 10px 0;
}
#content-bottom ul {
        width: 80%;
        max-width: 535px;
        margin: 0 auto;
}
#content-bottom li {
	width: 100%;
	float: none;
	margin-bottom: 15px;
        margin-right: 0;
}

#content-bottom ul.sp {
	width: 100%;
        max-width: 100%;
}
#content-bottom ul.sp li {
        float: left;
        width: 48%;
	margin-right: 4%;
        margin-bottom: 20px;
}
#content-bottom ul.sp li:last-child {
        margin-right: 0;
}
#content-bottom li img {
	width: 100%;
	max-width: 535px;
}
}
/* ----------------------------------------------------------
            under
----------------------------------------------------------- */
.b_10.b_10_column3 div.column_c,
.b_10.b_10_column3 div.column_l,
.b_11_3.b_11_3_column2 div.column_c,
.b_11_3.b_11_3_column2 div.column_l,
.b_11_2.b_11_2_column3 div.column_c,
.b_11_2.b_11_2_column3 div.column_l,
.b_11.b_11_column2 div.column_c,
.b_11.b_11_column2 div.column_l,
.b_11.b_11_column3 div.column_c,
.b_11.b_11_column3 div.column_l {
        margin: 0 0 2em;

}
p.bold {
        font-weight: bold;
        font-size: 18px;
        color: #298738;
        margin-bottom: 5px !important;
}
.under p {
        margin-bottom: 1em;
}
.under p:last-child {
        margin-bottom: 0;
}
.under h5 {
	font-size: 20px;
	margin-bottom: 20px;
        color: #8bc33f;
        border-left: 5px solid #8bc33f;
        padding-left: 10px;
}

/* under mainimage-------------------------- */

.under #mainimage {
	margin-top: 165px;
	height: auto;
}
.under #mainimage .under_mainimage {
	background: url(//www.takahashi-ah.biz/asset/h2_bg.png) repeat-x;
	height: 120px;
}
.under #mainimage .under_mainimage .gnv_tmp_width_1000 {
        height: 100%;
}
.under #mainimage h2 {
	font-size: 32px;
	font-family: "ソフトゴシック DB", " Soft Gothic DemiBold";
	color: #4baa6d;
	letter-spacing: 8px;
	text-align: center;
	padding: 0 10px;
        display: table-cell;
        vertical-align: middle;
}
@media screen and (max-width: 767px) {
.under #mainimage {
	margin-top: 10px;
}
.under #mainimage h2 {
	letter-spacing: 3px;
	font-size: 25px;
}
}

/* under_list -------------------------- */
.under_list {
	background: #f8f8f8;
	padding: 15px 20px 15px 20px;
}
.under .under_list li:before {
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 10px solid #329f59;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	top: 9px;
	left: 0px;
}
.under_list li {
	display: inline-block;
        width: auto;
        vertical-align: top;
	position: relative;
        padding: 2px 20px 2px 15px;
        box-sizing: border-box;
}

@media screen and (max-width: 767px) {
.under_list li {
	width: 48%;
        padding-right: 2%;
}
}
@media screen and (max-width: 600px) {
.under_list li {
        display: block;
	width: 100%;
        padding-right: 0;
}
}
/* clinic-------------------------- */
.green_list {
	padding: 5px 5px 15px 25px;
}
.green_list li {
	color: #329f59;
	position: relative;
	line-height: 1;
	display: inline-block;
	width: 13%;
	vertical-align: top;
}
.green_list li:before {
	content: "";
	position: absolute;
	background: #63C787;
	top: 6px;
	left: -16px;
	height: 7px;
	width: 7px;
	border-radius: 50%;
}
@media screen and (max-width: 767px) {
.green_list li {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
}
/* doctor-------------------------- */
p.bigger {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 15px 0;
        color: #ffc734;
}
/* type-------------------------- */
.under_list p {
	font-size: 23px;
	text-align: center;
	margin-bottom: 10px;
	color: #fa9300;
	font-weight: bold;
}
.type_box {
	width: 100%;
	border: 1px solid #8bc33f;
        box-sizing: border-box;
}
.type_box p.title {
	font-size: 20px;
	padding: 10px 0;
	text-align: center;
	background: #8bc33f;
	color: #fff;
        font-weight: bold;
        margin-bottom: 0 !important;
}
.type_box dl {
	width: 50%;
        float: left;
        padding-bottom: 10px;
}
.type_box dl dt {
        font-size: 18px;
	padding: 5px;
	border-bottom: 1px solid #8bc33f;
        margin-bottom: 15px;
	text-align: center;
        color: #8bc33f;
        font-weight: bold;
}
.type_box dl dd {
	padding: 0 0 0 30px;
	line-height: 2;
	vertical-align: top;
        position: relative;
}
.type_box dl dd.nado:before {
        display: none;        
}
.type_box dl dd:before {
        position: absolute;
        display: block;
        content: "";
        width: 4px;
        height: 4px;
        background: #8bc33f;
        left: 20px;
        top: 12px;
        border-radius: 50%;
}
@media screen and (max-width: 767px) {
.type_box dl {
	width: 100%;
        float: none;
}
.type_box dl:first-child {
        border-bottom: 1px solid #8bc33f;
} 
}

/* sitemap-------------------------- */
ul.sitemap_ic li a {
        color: #555;
}
ul.sitemap_ic li a:hover {
        color: #329f59;
}
ul.sitemap_ic li a:before {
	background: #329f59;
}

/* not-found-------------------------- */
#notfoundBody p.footer_title,
#notfoundBody .footer_access_box .footer_ttl {
	text-align: left;
        padding-bottom: 0;
}
#notfoundBody .footer_access_box p.access_txt {
	text-align: left;
        padding: 0 20px 27px 0;
}
#notfoundBody form input {
        font-family: sans-serif;
}

@media screen and (max-width: 767px) {
#notfoundBody p.footer_title,
#notfoundBody .footer_access_box .footer_ttl,
#notfoundBody .footer_access_box p.access_txt {
	text-align: center !important;
}
#notfoundBody .footer_access_box p.access_txt {
        margin-bottom: 0;
}
}

/* newsList -------------------------- */
#pagenation .active a,
#pagenation a.active:hover {
	background: #329f59;
}

/* blogBody -------------------------- */
#pagenation .active a,
#pagenation a.active:hover {
	background: #329f59;
}
.blog #content .contentArea h3 {
        background: #fefbf4;
        border: 3px solid #ece6d9;
        border-radius: 8px;
        padding: 12px 20px;
        font-size: 25px;
        color: #5a5a5a;
}
.blog #content .contentArea h3 a {
        border-left: 6px solid #9dd05b;
        color: #5a5a5a;
        font-size: 25px;
        padding: 0 0 0 10px;
        display: inline-block;
}
.blog #content .contentArea h3 a:hover {
        text-decoration: none;
        color: #9dd05b;
}
.blogside h3 {
	border-top: 1px solid #329f59;
	color: #329f59;
        padding-top: 10px;
}

/* inquiryBody -------------------------- */
.inquiry #content .backBt,
.inquiry #content .confirmBt,
.inquiry #content .submitBt,
.inquiry #content .topBt {
	background: linear-gradient(to bottom, #298738 0px, #329f59 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#298738', endColorstr='#329f59',GradientType=0 );
	border: thin solid #298738;
}

/* ----------------------------------------------------------
■ PC
----------------------------------------------------------- */
/* =====================================
 1. link
=====================================*/
/* 1-1. content text link -------------------------- */
.link a {
	text-decoration: underline;
}
/* 1-2. tel link -------------------------- */
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}
/* 1-3. side link -------------------------- */
#sidecontact {
	display: block;
	position: fixed;
	bottom: 40%;
	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: none;
	border-left: none !important;
	border-bottom: none;
	border-top: 3px solid #329f59;
	padding: 8px 0 0 0 !important;
        margin-bottom: 20px;
	font-size: 28px;
	color: #329f59;
	font-family: "ソフトゴシック DB", "Soft Gothic DemiBold", sans-serif;
}
.top #news h2, .top h2.titleBg {
	padding: 2px 0 !important;
}
/* 2-2. h3 -------------------------- */
.gnv_tmp_h3_bg {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background: #fefbf4;
	border: 3px solid #ece6d9;
	padding: 12px 11px;
}
.gnv_tmp_h3_bg h3 {
	color: #5a5a5a;
	border-left: 6px solid #9dd05b;
	padding: 0 0 0 10px;
	font-size: 25px;
	font-family: "ソフトゴシック DB", " Soft Gothic DemiBold";
}
/* 2-3. h4 -------------------------- */
.gnv_tmp_h4_bg h4 {
	font-size: 23px;
	color: #555555;
	font-family: "ソフトゴシック DB", " Soft Gothic DemiBold";
}
.gnv_tmp_h4_bg {
	position: relative;

	padding: 10px 5px 10px 45px;
	background: url(//www.takahashi-ah.biz/asset/h4_bg.png) no-repeat left center;
	background-size: 36px 36px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
.gnv_tmp_h4_bg.special {
	background: url(//www.takahashi-ah.biz/asset/h4_bg.png) no-repeat left 97%;
}
}
@media screen and (max-width: 460px) {
.gnv_tmp_h4_bg.special {
	background: url(//www.takahashi-ah.biz/asset/h4_bg.png) no-repeat left 95%;
}
}
.gnv_tmp_h4_bg:before {
	display: none;
	content: "";
	position: absolute;
	background: #555;
	top: 50%;
	left: 10px;
	margin-top : -5px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	box-shadow: 1px 1px 1px #000 inset;
}
.text_image .gnv_tmp_h4_bg {
	margin-bottom: 1em !important;
}
/* h4 reset */
.b_01 .gnv_tmp_h4_bg, .b_02 .gnv_tmp_h4_bg {
	margin-bottom: 0;
}
/* =====================================
 3. bt
===================================== */
.gnv_tmp_bt a {
	line-height: 1.4;
	display: block;
	padding: 10px 20px;
	text-align: center;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: none #ededed;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ededed), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #ededed 100%);
	background: -moz-linear-gradient(top, #fff 0%, #ededed 100%);
	background: -o-linear-gradient(top, #fff 0%, #ededed 100%);
	background: -ms-linear-gradient(top, #fff 0%, #ededed 100%);
	background: linear-gradient(top, #fff 0%, #ededed 100%);
	-webkit-box-shadow: 3px 3px 5px 0 #ccc;
	-moz-box-shadow: 3px 3px 5px 0 #ccc;
	box-shadow: 3px 3px 5px 0 #ccc;
}
/* btサイズ指定の場合 */
.gnv_tmp_detail a {
	width: 20%;
	float: left;
}
/* =====================================
 4. base template
===================================== */
.text_box {
	float: right;
	width: 67%;
}

/* =====================================
 6. table
===================================== */
/* 6-1. default -------------------------- */
.b_06 table td, .b_06 table th {
	border: none;
}
.b_06_item {
	background: none;
	width: 30%;
	border-bottom: 1px solid #6ebc8a !important;
	color: #6ebc8a;
}
.b_06_content {
	border-bottom: 1px solid #9dd05b !important;
}
/* 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: 1.5em;
	background: #FFFFFF;
	width: 100%;
}
table.gnv_tmp_table01 th,
table.gnv_tmp_table01 td {
	padding: 5px;
	text-align: left;
}
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: #FFFFFF;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
}
/* 6-3. table02 -------------------------- */
table.gnv_tmp_table02 {
	margin-bottom: 10px;
	width: 100%;
}
table.gnv_tmp_table02 th,
table.gnv_tmp_table02 td {
	padding: 5px;
	text-align: left;
	border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
table.gnv_tmp_table02 th,
table.gnv_tmp_table02 td {
	padding: 3px 0;
}
}
table.gnv_tmp_table02 thead th {
	background: #9dd05b;
	padding: 10px 0;
        color: #fff;
}
/* 6-4. hours -------------------------- */
table.gnv_tmp_hours th,
table.gnv_tmp_hours td {
	text-align: center !important;
}
table.gnv_tmp_hours tbody th {
	font-weight: normal;
}
/* =====================================
 7. news
===================================== */
/* 7-1. default -------------------------- */
#news h2 {
	display: block;
	padding: 10px;
	border-top: none;
	background: none;
	font-size: 20px;
	margin: 0 0 19px !important;
	color: #329f59;
	background: url(//www.takahashi-ah.biz/asset/news_bg.png) no-repeat bottom center;
	background-size: 100%;
	font-family: "ソフトゴシック DB", "Soft Gothic DemiBold", sans-serif;
}
#news dl {
	background: none;
	border-bottom: none;
	line-height: 27px;
}
#news dt {
	background: url(//www.takahashi-ah.biz/asset/dl_bg.png) repeat-x top center;
	padding-top: 14px;
	font-size: 16px;
	color: #898989;
	padding-left: 10px;
}
#news {
	background: url(//www.takahashi-ah.biz/asset/dl_bg.png) repeat-x bottom center;
	padding-bottom: 10px;
}
#news dt .newsNew {
	background: #ff3000;
	color: #fff;
	font-size: 10px;
	padding: 0 5px;
	border-radius: 0;
}
#news .newsBt {
	font-size: 14px;
	color: #121212;
	top: 10px;
}
/* 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;}

.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: 35%;
}
/* 個別設定 */
/* 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: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
/* 8-6. rollover（透過） -------------------------- */
.rollover: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;
}
}
/* =====================================
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%;
        box-sizing: border-box;
}
.ic_01 .clearfix {
	padding: 5px 5px 5px 25px;
	display: inline-block;
	width: 49%;
	vertical-align: top;
        box-sizing: border-box;
}
.ic_01 span {
	position: relative;
	line-height: 1;
}
.ic_01 span:before {
	content: "";
	position: absolute;
	background: #63C787;
	top: 7px;
	left: -16px;
	height: 7px;
	width: 7px;
	border-radius: 50%;
}
.clinic .ic_01 {
        background: #87c99f;
        padding: 20px;
}
.clinic .ic_01 .clearfix {
	padding: 5px 15px 5px 25px;
	display: inline-block;
	width: auto;
	vertical-align: top;
        color: #fff;
}
.clinic .ic_01 span:before {
        background: #fff;
}
.clinic .ic_01 p {
        color: #fff;
}

@media screen and (max-width: 767px) {
.clinic .ic_01 .clearfix,
.ic_01 .clearfix {
	width: 100%;
	display: block;
}
}

/* ul */
.ic_01 li {
	position: relative;
	padding: 5px 5px 5px 25px;
	vertical-align: top;
        box-sizing: border-box;
}
.ic_01 li:before {
	content: "";
	position: absolute;
	background: #63C787;
	top: 12px;
	left: 10px;
	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);
}
/* 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: 25px;
}
.ic_arrow_01 li {
	position: relative;
	padding: 5px 5px 5px 0;
}
.ic_arrow_01 li:before {
	display: block;
	content: "";
	position: absolute;
	top: 13px;
	left: -15px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #000;
}
.ic_arrow_01 li: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: 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;
}
/* 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%;
}
.top .gnv_tmp_map {
        padding-top: 56%;
}
.gnv_tmp_map iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border: none;
}
/* =====================================
 11. full
===================================== */
.content_width_full .parts {
	background: #efefef;
}
/* =====================================
 12. inquiry
===================================== */
/*
■問合せタイトルを付けたい場合
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. コンテンツ非表示

===================================== */
/* 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;
}

/* ----------------------------------------------------------
■ @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;
}
}

/* ----------------------------------------------------------
■ @media screen and (max-width: 767px)
----------------------------------------------------------- */
@media screen and (max-width: 767px) {
/* =====================================
 1. link
=====================================*/
/* 1-2. tel link -------------------------- */
a[href^="tel:"] {
	pointer-events: auto;
	cursor: pointer;
}
/* 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: right;
	width: 67%;
}
.b_11_2_in span img,
.b_11 .b_11_in span img {
	margin: 0 0 1em 0 !important;
        float: none !important;
        width: 100%;
}
/* =====================================
 6. table
===================================== */
/* 6-4. hours -------------------------- */
table.gnv_tmp_hours th, table.gnv_tmp_hours td {
	font-size: 70%;
}
/* =====================================
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: 56%;
}
.gnv_tmp_map iframe {
	right: 0 !important;
	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;
}
}
