/* *******************************************************************************
-------------------------------------------------------------
■ 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. お問い合わせバナー(フッター下部固定)

-------------------------------------------------------------  
■ @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

******************************************************************************* */
/* =====================================
　■　共通
=====================================*/
body {
    background: #fff;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 1px;
    color: #666666;
}
.clearfix:after {
    height: 0;
}
table {
    width: 100%;
}
p {
    margin-bottom: 20px;
}
p:last-child {
    margin-bottom: 0;
}
.half {
    display: inline-block;
    vertical-align: top;
}
a {
    color: #666666;
}
a:link {
    color: #666666;
}
a:hover {
    color: #f4822c;
}
a.txt_link {
    color: #f4822c;
    text-decoration: underline;
}
a.txt_link:hover {
    text-decoration: none;
}
.btn_pageTop {
    width: 54px;
    height: 54px;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 767px) {
.btn_pageTop {
    bottom: 0;
}
.auto_height {
    height: auto !important;
}
}

/*--------------------------------------
　　　　　　　　width
--------------------------------------*/
@media screen and (max-width: 1000px) {
.gnv_tmp_width_1000 {
    width: 96%;
}
}

@media screen and (max-width: 767px) {
.gnv_tmp_width_1000 {
    width: 94%;
}
}

/*--------------------------------------
　　　　　　pc tab sp change
--------------------------------------*/
.pc_tab {
    display: block;
}
.tab_sp {
    display: none;
}

@media screen and (max-width: 1000px) {
.pc_tab {
    display: none;
}
.tab_sp {
    display: block;
}
}

/*--------------------------------------
　　　　　　　　　btn
--------------------------------------*/
.btn a {
    display: block;
    background: #fff;
    color: #666666;
    border: 1px solid #666666;
    font-family: ヒラギノ角ゴ W5 JIS2004, "Hiragino Kaku Gothic W5 JIS2004";
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 2px;
    padding: 16px 30px 15px;
    position: relative;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.6s ease 0s;
}
.btn a:after {
    position: absolute;
    content: "";
    display: block;
    background: url(/asset/icon_arrow02.png) no-repeat left top;
    background-size: 8px 10px;
    width: 8px;
    height: 10px;
    top: 50%;
    right: 18px;
    margin-top: -5px;
}
.btn a:hover {
    background: #f5f2ee;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
.btn a {
    max-width: 100%;
}
}


/* =====================================
　■　お問い合わせ
===================================== */
.inquiry .header_menu .g_nav li a,
.inquiry .header_menu .g_nav li span,
.inquiry .title_area h2, #content-bottom .title_area .contact_tit,
.inquiry .title_area .small_tit,
.inquiry #content-bottom .txt,
.inquiry #footer {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.inquiry #content-bottom {
    background: url(//cms.plimo.com/www.tamura-dc.org/asset/contact_bg.jpg) no-repeat left top;
    background-size: cover;
}
.inquiry #footer {
    background: url(//cms.plimo.com/www.tamura-dc.org/asset/footer_bg.jpg) no-repeat left center;
    background-size: cover;
}
.inquiry ul.footer_guide li:before {
    position: absolute;
    content: "";
    display: block;
    background: url(//cms.plimo.com/www.tamura-dc.org/asset/icon_arrow01.png) no-repeat left top;
    background-size: 8px 8px;
    width: 8px;
    height: 8px;
    top: 8px;
    left: 3px;
}
.inquiry ul.footer_nav li:before {
    position: absolute;
    content: "";
    display: block;
    background: url(//cms.plimo.com/www.tamura-dc.org/asset/icon_arrow01.png) no-repeat left top;
    background-size: 8px 8px;
    width: 8px;
    height: 8px;
    top: 11px;
    left: 3px;
}
.inquiry #content .contentArea {
    margin: 1em 0 10em;
}
.inquiry #content .backBt,
.inquiry #content .confirmBt,
.inquiry #content .submitBt,
.inquiry #content .topBt {
    background: #ff8428;
    border: none;
    width: auto;
    padding: 7px 10px;
}
.inquiryFormTable textarea {
    width: 100%;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
.inquiry .header_right_box {
    width: 17%;
    margin-right: 0;
}
.inquiry #content-bottom {
    background: url(//cms.plimo.com/www.tamura-dc.org/asset/contact_bg_sp.jpg) no-repeat left top;
    background-size: cover;
}
.inquiry #footer {
    background: #eeeae7;
}
#inquiryForm .formL,
#inquiryForm .formM,
#inquiryForm .formS {
    width: 100%;
    box-sizing: border-box;
}
}


/* =====================================
　■　サイトマップ
===================================== */
ul.sitemap_ic li a {
    font-weight: normal;
}


/* =====================================
　■　BLOG
===================================== */
.blog #content .contentArea .date {
    color: #f4822c;
}
.blog #content .contributor {
    color: #918a87;
}
.blog_search_input input {
    width: 100%;
    box-sizing: border-box;
}
.blog #content h3.entry-title {
    font-family: ヒラギノ角ゴ W2 JIS2004, "Hiragino Kaku Gothic W2 JIS2004";
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 3px;
    color: #666666;
    position: relative;
    border-left: 3px solid #918a87;
    background: #f5f2ee;
    padding: 7px 10px;
}
.blog #content h3.entry-title a {
    color: #666;
}
.blog #content h3.entry-title a:hover {
    color: #f4822c;
    text-decoration: none;
}
#blogBody .blogArea:after {
    clear: both;
    content: "";
    display: block;
}


/* =====================================
　■　pagenation
===================================== */
#pagenation li a {
    letter-spacing: 0;
}
#pagenation .active a,
#pagenation a.active:hover,
#pagenation li a:hover {
    background: #f4822c;
    color: #ffffff;
}


/* =====================================
　■　NotFound
===================================== */
#notfoundBody form input {
    font-family: sans-serif;
}


/* =====================================
　■　Content
===================================== */
#content,
#websiteNewsDetail #content {
    min-height: 870px;
}
#newsList #content,
#websiteNewsDetail #content,
#notfoundBody #content,
#sitemapBody #content,
#inquiry #content {
	margin-top: 175px;
}

@media screen and (max-width: 1000px) {
#newsList #content,
#websiteNewsDetail #content,
#notfoundBody #content,
#sitemapBody #content,
#inquiry #content {
	margin-top: 165px;
}
}

@media screen and (max-width: 767px) {
#newsList #content,
#websiteNewsDetail #content,
#notfoundBody #content,
#sitemapBody #content,
#inquiry #content {
        margin-top: 0;
}
}


/* =====================================
　■　メイン
===================================== */
#mainimage,
.under #mainimage {
	margin-top: 194px;
}
#newsList #mainimage,
#websiteNewsDetail #mainimage,
#notfoundBody #mainimage,
#sitemapBody #mainimage,
#inquiry #mainimage {
        display: none;
}

/*--------------------------------------
　　　　　　　underMain
--------------------------------------*/
.under #mainimage {
	height: auto;
}
.under #mainimage .under_mainimage {
	background: url(/asset/titlebg_h2.jpg) no-repeat center top;
	height: auto;
}
.under #mainimage .under_mainimage .gnv_tmp_width_1000 {
	height: 172px;
	padding: 10px 0;
	box-sizing: border-box;
}
.under #mainimage .under_mainimage h2 {
	display: table-cell;
	font-family: ヒラギノ角ゴ W1 JIS2004, "Hiragino Kaku Gothic W1 JIS2004";
	font-size: 36px;
	line-height: 1.2;
	letter-spacing: 5px;
	color: #666;
	text-align: center;
	padding: 0;
	vertical-align: middle;
}

@media screen and (max-width: 1000px) {
#mainimage,
.under #mainimage {
	margin-top: 165px;
}
}

@media screen and (max-width: 767px) {
#mainimage,
.under #mainimage {
	margin-top: 0;
}


/*--------------------------------------
　　　　　　　underMain
--------------------------------------*/
.under #mainimage .under_mainimage .gnv_tmp_width_1000 {
	height: 140px;
}
.under #mainimage .under_mainimage h2 {
	font-size: 32px;
}
}


/* =====================================
　■　UNDER
===================================== */
/*--------------------------------------
　　　　　　　　共通
--------------------------------------*/
.bg_box {
    background: #eeeae7;
    padding: 35px;
}
.border_box {
    border: 5px solid #d4d0cd;
    padding: 35px;
}
.box_title {
    font-family: ヒラギノ角ゴ W6 JIS2004, "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
    font-size: 20px;
    line-height: 1.4;
    color: #3d91af;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}
.box_title:before {
    display: block;
    content: "";
    position: absolute;
    background: #dbb883;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    left: 2px;
    top: 50%;
    margin-top: -4px;
}
.box_list > ul > li {
    margin-top: 30px;
}
.box_list > ul > li:first-child {
    margin: 0;
}

.column_list div.clearfix,
.column_list li {
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
}

.column3_list div.clearfix,
.column3_list li {
    display: inline-block;
    width: 32%;
    vertical-align: top;
}

.b_11_3.b_11_3_column2 div.column_l,
.b_11.b_11_column2 div.column_l {
    padding-right: 10px;
}
.b_11_3.b_11_3_column2 div.column_r,
.b_11.b_11_column2 div.column_r {
    padding-left: 10px;
}
.b_11.b_11_column2 div.column_l span img,
.b_11.b_11_column2 div.column_r span img {
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
.bg_box {
    padding: 25px;
}
.border_box {
    padding: 25px;
}
.web_font {
    font-size: 22px;
}
.box_title {
    font-size: 20px;
}

.column_list div.clearfix,
.column_list li {
    display: block;
    margin-right: 0;
}

.column3_list div.clearfix,
.column3_list li {
    display: block;
    width: 100%;
}
.b_11_3.b_11_3_column2 div.column_l,
.b_11_3.b_11_3_column2 div.column_r,
.b_11.b_11_column2 div.column_l,
.b_11.b_11_column2 div.column_r {
    padding: 0;
}
.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;
}
}


/*--------------------------------------
　　　　　　　　　流れ
--------------------------------------*/
.flowList {
    background: #f5f2ee;
    padding: 35px;
    position: relative;
}
.flowList:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 20px solid #f5f2ee;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-left: -10px;
}
.flowList.last:after {
    display: none;
}


/*--------------------------------------
　　　　　　　インプラント
--------------------------------------*/
.particulars_list {
    border: 1px solid #918a87;
    padding: 13px 20px;
}
.particulars_list .item {
    color: #ff8428;
    font-weight: bold;
    vertical-align: top;
}



/* =====================================
　■　TOP
===================================== */
.title_area {
        text-align: center;
}
.title_area h2,
#content-bottom .title_area .contact_tit {
        font-family: ヒラギノ角ゴ W1 JIS2004, "Hiragino Kaku Gothic W1 JIS2004";
        font-size: 38px;
        line-height: 1;
        letter-spacing: 4.5px;
        margin: 0;
}
.title_area .small_tit {
        font-family: ヒラギノ角ゴ W3 JIS2004, "Hiragino Kaku Gothic W3 JIS2004";
        font-size: 15px;
        line-height: 1;
        letter-spacing: 2px;
        margin-top: 12px;
}


/*--------------------------------------
　　　　　　　　PROMISE
--------------------------------------*/
.promise_section {
    margin: 0 !important;
    padding: 134px 0 129px;
}
.promise_section .txt {
    font-family: ヒラギノ角ゴ W1 JIS2004, "Hiragino Kaku Gothic W1 JIS2004";
    font-size: 20px;
    line-height: 2.4;
    letter-spacing: 2.5px;
    text-align: center;
    margin-top: 53px;
}

@media screen and (max-width: 767px) {
.promise_section {
    padding: 80px 0;
}
}


/*--------------------------------------
　　　　　　　　　MENU
--------------------------------------*/
.menu_section {
    background: url(/asset/top_bg01.jpg) no-repeat center;
    background-size: cover;
    padding: 117px 0 121px;
    margin: 0 !important;
}
.menu_section .title_area {
    color: #fff;
}
.menu_section .menu_list {
    margin-top: 62px;
}
.menu_section .menu_list li {
    float: left;
    width: 32.5%;
    margin-left: 1.25%;
    margin-top: 1.25%;
}
.menu_section .menu_list li:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
}
.menu_section .menu_list li:nth-child(-n+3) {
    margin-top: 0;
}
.menu_section .menu_list li:first-child {
    margin: 0 !important;
}

@media screen and (max-width: 767px) {
.menu_section {
    background: url(/asset/top_bg01_sp.jpg) no-repeat center;
    background-size: cover;
    padding: 80px 0;
}
.menu_section .menu_list li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
}
.menu_section .menu_list li:nth-child(-n+3) {
    margin-top: 20px;
}
}


/*--------------------------------------
　　　　　　　　GREETING
--------------------------------------*/
.greeting_section {
    padding: 144px 0 170px;
    margin: 0 !important;
}
.greeting_area {
    background: url(/asset/top_img10.jpg) no-repeat top right;
    background-size: 100% auto;
    margin-top: 86px;
    padding-top: 24px;
    position: relative;
}
.greeting_area .txt_box {
    width: 340px;
    font-family: ヒラギノ角ゴ W1 JIS2004, "Hiragino Kaku Gothic W1 JIS2004";
}
.greeting_area .txt_box h3 {
    font-size: 28px;
    line-height: 2.5;
    letter-spacing: 3px;
    margin-bottom: 39px;
}
.greeting_area .txt_box p {
    line-height: 2.3;
    letter-spacing: 2px;
}
.greeting_area .img_box {
    float: right;
}
.greeting_section .btn_list {
    margin-top: 85px;
}
.greeting_section .btn_list li {
    float: left;
    width: 24%;
    margin-left: 1.25%;
}
.greeting_section .btn_list li:first-child {
    margin: 0;
}

@media screen and (max-width: 767px) {
.greeting_section {
    padding: 80px 0;
}
.greeting_section .img_box {
    margin-top: 40px;
}
.greeting_area {
    background: none;
    margin-top: 40px;
    padding-top: 0;
}
.greeting_area .txt_box {
    width: 100%;
}
.greeting_area .txt_box h3 {
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.greeting_section .btn_list {
    margin-top: 40px;
}
.greeting_section .btn_list li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
}
}


/*--------------------------------------
　　　　　　　　CLINIC
--------------------------------------*/
.clinic_section {
    background: url(/asset/top_bg02.jpg) no-repeat center;
    background-size: cover;
    padding: 172px 0;
    margin: 0 !important;
}
.clinic_area {
    width: 65%;
    max-width: 642px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    padding: 65px 66px 57px;
    box-sizing: border-box;
}
.clinic_area .b_06.table2 {
    margin: 45px 0 39px;
}
.clinic_area  p {
    font-family: ヒラギノ角ゴ W1 JIS2004, "Hiragino Kaku Gothic W1 JIS2004";
    font-size: 16px;
}

@media screen and (max-width: 767px) {
.clinic_section {
    background: url(/asset/top_bg02_sp.jpg) no-repeat center;
    background-size: cover;
    padding: 80px 0;
}
.clinic_area {
    width: 100%;
    max-width: 100%;
    padding: 65px 30px 57px;
}
}

@media screen and (max-width: 479px) {
.clinic_area {
    padding: 65px 20px 57px;
}
}


/*--------------------------------------
　　　　　　　　　MAP
--------------------------------------*/
.map_section {
    margin: 0 !important;
}
.map_section .gnv_tmp_map {
    padding-top: 324px;
    margin-bottom: 0;
}
.google_link {
    background: #f5f2ee;
    padding: 16px 0;
    text-align: center;
}
.google_link a {
    font-family: ヒラギノ角ゴ W5 JIS2004, "Hiragino Kaku Gothic W5 JIS2004";
    font-size: 16px;
    line-height: 1;
    color: #666;
    vertical-align: middle;
    text-decoration: none;
}
.google_link a:hover {
    color: #f4822c;
}


/*--------------------------------------
　　　　　　　　　NEWS
--------------------------------------*/
.news_section {
    margin: 0 !important;
    padding: 119px 0 169px;
}
.news_section .title_area {
    border-bottom: 1px solid #747474;
    padding-bottom: 33px;
    margin-bottom: 47px;
}
.news_section #news {
    border-bottom: 1px solid #747474;
    padding-bottom: 39px;
}
.gnv_tmp_008_title_block #news .newsBt {
    display: inline-block;
    float: none;
    top: inherit;
    width: auto;
    bottom: -71px;
    position: absolute;
    right: 50%;
    margin-right: -33px;
    color: #666;
}
.gnv_tmp_008_title_block #news .newsBt:hover {
    color: #f4822c;
}
#news dl {
    font-family: ヒラギノ角ゴ W3 JIS2004, "Hiragino Kaku Gothic W3 JIS2004";
    border-bottom: none;
    margin: 0;
    font-size: 14px;
    margin-top: 16px;
}
#news dt {
    padding: 0;
    float: left;
    width: 172px;
    margin: 0;
}
#news dt .newsNew {
    background: #000;
    color: #fff;
    display: inline-block;
    width: 41px;
    background: #fff;
    border: 1px solid #666;
    height: 19px;
    border-radius: 0;
    padding: 0;
    line-height: 19px;
    color: #666;
    text-align: center;
    font-size: 10px;
    box-sizing: border-box;
}
#news dd {
    padding: 0 0 0 172px;
}
#news dd a {
    text-decoration: none;
}

@media screen and (max-width: 479px) {
#news dt {
    float: none;
    width: 100%;
}
#news dd {
    padding: 0;
}
}


/* =====================================
　■　Header
===================================== */
#header {
    background: #fff;
}
.header_block {
    margin: 31px auto 22px;
}
.header_block h1 {
    width: 35.5%;
}
.header_right_box {
    width: 46.5%;
    max-width: 462px;
	margin-top: 0px;
}
.header_right_box img {
    display: block;
    float: right;
    margin: 0;
}
.header_right_box img.pc_inq {
    width: 204px;
}
.header_right_box img.pc_tel {
    margin: 0 16px 0 0;
    width: 242px;
}

@media screen and (max-width: 1060px) {
.header_block {
	width: 96%;
}
.header_block h1 {
	margin-left: 0;
}
.header_right_box {
	margin-right: 0;
}
.header_right_box img.pc_inq {
	width: 44%;
}
.header_right_box img.pc_tel {
	margin: 0 4% 0 0;
	width: 52%;

}
}

@media screen and (max-width: 767px) {
#header {
	padding: 0;
}
.header_block {
        width: 100%;
	margin: 0 auto;
}
.header_block h1 {
	width: 62%;
        margin: 4% 0 0 20px;
}
.header_right_box {
	width: 17%;
	margin: 0;
}
.header_right_box li.btn_menu {
	width: 100%;
	float: none;
	margin: 0;
}
.header_right_box li.btn_menu a {
        width: 100%;
	height: auto;
}
.header_right_box img {
	float: none;
	width: 100%;
}
}


/*--------------------------------------
　　　　　　　　Nav
--------------------------------------*/
#header_menu_block {
	background: #fff;
        border-top: 1px solid #e5e5e5;
}
.header_menu {
	height: auto;
	padding: 20px 0;
}
.header_menu .g_nav {
	border-left: 1px solid #e5e5e5;
}
.header_menu .g_nav li.nav01,
.header_menu .g_nav li.nav02,
.header_menu .g_nav li.nav03,
.header_menu .g_nav li.nav04,
.header_menu .g_nav li.nav05,
.header_menu .g_nav li.nav06 {
	height: 26px;
	border-right: 1px solid #e5e5e5;
	box-sizing: border-box;
}
.header_menu .g_nav li.nav01,
.header_menu .g_nav li.nav02,
.header_menu .g_nav li.nav03,
.header_menu .g_nav li.nav05,
.header_menu .g_nav li.nav06 {
        width: 15.5%;
}
.header_menu .g_nav li.nav04 {
        width: 22.5%;
}
.header_menu .g_nav li a,
.header_menu .g_nav li span {
        font-family: ヒラギノ角ゴ W1 JIS2004, "Hiragino Kaku Gothic W1 JIS2004";
	font-size: 14px;
	line-height: 1.4;
        color: #666;
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
}
.header_menu .g_nav > li > a,
.header_menu .g_nav > li > span {
	height: 26px;
	line-height: 26px;
	padding: 0;
}
.header_menu .g_nav > li > a:hover,
.header_menu .g_nav > li > span:hover {
	background: #f5f2ee;
        color: #666;
}
.tablet .header_menu .g_nav li a.hover,
.tablet .header_menu .g_nav li span.hover {
	background: #f5f2ee;
        color: #666;
}
.submenu {
	margin: 0 auto;
	background: #918a87;
}
.header_sub_menu {
	float: none;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	background: #918a87;
}
.header_menu .g_nav li.g_nav_sub_row {
	float: none;
	width: 100%;
}
.header_menu .g_nav .submenu li.g_nav_sub_row a {
	background: #918a87;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.4;
	color: #fff;
	padding: 7px 10px;
	width: 100%;
}
.header_menu .g_nav .submenu li.g_nav_sub_row a:hover {
	background: #f5f2ee;
	color: #666;
}

@media screen and (max-width: 1020px) and (min-width: 768px) {
.header_menu {
	padding: 20px 10px;
}
}

@media screen and (max-width: 767px) {
#header_menu_block {
        border-top: 0;
}
.header_menu {
	padding: 0;
	background: #666666;
}
.header_menu .g_nav {
	border-left: none;
        border-top: 1px solid #fff;
	background: #666666;
}
.header_menu .g_nav li {
	float: none;
}
.header_menu .g_nav li.nav01,
.header_menu .g_nav li.nav02,
.header_menu .g_nav li.nav03,
.header_menu .g_nav li.nav04,
.header_menu .g_nav li.nav05,
.header_menu .g_nav li.nav06 {
        width: 100%;
	height: auto;
	border-right: none;
}
.header_menu .g_nav > li > a,
.header_menu .g_nav > li > span {
	height: auto;
	line-height: 1.4;
	padding: 10px 40px 10px 30px;
	border-bottom: 1px solid #fff;
        color: #fff;
}
.header_menu .g_nav > li > a:hover,
.header_menu .g_nav > li > span:hover {
	background: #918a87;
        color: #fff;
}
.header_menu .g_nav li a:before {
	background: none;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        width: 7px;
        height: 7px;
        left: 10px;
        margin-top: -5px;
}
.header_menu .g_nav li a:after {
	display: none;
}
.header_menu .g_nav li span:before {
	display: none;
}
.header_menu .g_nav li span:after {
	background: none;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 12px;
	height: 12px;
	top: 50%;
	right: 15px;
	margin-top: -10px;
}
.header_menu .g_nav .submenu li.g_nav_sub_row a {
	background: #f5f2ee;
	color: #666;

	line-height: 1.4;
	padding: 10px 10px 10px 50px;
        border-bottom: 1px solid #666;
}
.header_menu .g_nav .submenu li.g_nav_sub_row a:hover {
	background: #e1ded9;
}
.header_menu .g_nav li .g_nav_sub_row a:before {
	background: none;
        border-top: 2px solid #666;
        border-right: 2px solid #666;
        width: 7px;
        height: 7px;
        left: 30px;
        margin-top: -5px;
}
.header_menu .g_nav li .g_nav_sub_row a:after {
	display: none;
}
}


/* =====================================
　■　コンテンツ下部
===================================== */
#content-bottom {
    background: url(/asset/contact_bg.jpg) no-repeat left top;
    background-size: cover;
    padding: 61px 0 60px;
    text-align: center;
    color: #fff;
}
#content-bottom .contents_block {
    width: 100%;
    margin: 0 auto;
}
#content-bottom .txt {
    font-family: こぶりなゴシック W3 JIS2004, "koburina Gothic W3 JIS2004";
    font-size: 26px;
    line-height: 1.6;
    letter-spacing: 4.5px;
    color: #fff;
    margin-top: 33px;
    margin-bottom: 22px;
}
#content-bottom .contact_list li {
    float: left;
    width: 49.5%;
    margin-left: 1%;
}
#content-bottom .contact_list li:first-child {
    margin: 0;
}

@media screen and (max-width: 767px) {
#content-bottom {
    background: url(/asset/contact_bg_sp.jpg) no-repeat left top;
    background-size: cover;
}
#content-bottom .contact_list li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
}
#content-bottom .contact_list li:first-child {
    margin: 0;
}
}

@media screen and (max-width: 479px) {
#content-bottom .txt {
    font-size: 24px;
    letter-spacing: 1px;
}
}


/* =====================================
　■　Footer
===================================== */
#footer {
    font-family: ヒラギノ角ゴ W3 JIS2004, "Hiragino Kaku Gothic W3 JIS2004";
    background: url(/asset/footer_bg.jpg) no-repeat left center;
    background-size: cover;
    padding: 80px 0 127px;
}
.footer_block {
    padding: 0;
}
.footerLink li {
    float: left;
    width: 32.5%;
    margin-left: 1.25%;
}
.footerLink li:first-child {
    margin: 0;
}
.footer_block_in {
    margin: 72px 0 0 ;
}
.footer_access_box {
    display: block;
    float: left;
    width: 50%;
    min-height: inherit;
    padding: 0;
    border-left: none;
    background: none;
}
.footer_access_box p.footer_logo {
    width: 85%;
    max-width: 406px;
    margin-bottom: 10px;
    margin-top: 2px;
    text-align: left !important;
}
.footer_access_box p.copyright {
    line-height: 1.7;
    margin-bottom: 28px;
    text-align: left !important;
}
.footer_access_box p.access_txt {
    padding: 0;
    line-height: 1.7;
    margin-bottom: 25px;
    color: #666;
    text-align: left !important;
}
ul.footer_guide {
    padding: 0;
}
ul.footer_guide li {
    float: none;
    padding-left: 20px;
    position: relative;
    line-height: 1.8;
}
ul.footer_guide li:before {
    position: absolute;
    content: "";
    display: block;
    background: url(/asset/icon_arrow01.png) no-repeat left top;
    background-size: 8px 8px;
    width: 8px;
    height: 8px;
    top: 9px;
    left: 3px;
}
ul.footer_guide li a {
    display: inline-block;
    padding: 0;
    background: none;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    vertical-align: top;
}
ul.footer_guide li a:hover {
    color: #ff8428;
}
.footer_nav_box {
    float: left;
    width: 22%;
    margin: 0 0 0 3%;
}
.footer_nav_box .footer_tit {
    font-size: 28px;
    line-height: 1;
    letter-spacing: 3px;
    text-align: left !important;
    margin-bottom: 39px;
}
ul.footer_nav {
    padding: 0;
}
ul.footer_nav li {
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
    background: none;
}
ul.footer_nav li:before {
    position: absolute;
    content: "";
    display: block;
    background: url(/asset/icon_arrow01.png) no-repeat left top;
    background-size: 8px 8px;
    width: 8px;
    height: 8px;
    top: 11px;
    left: 3px;
}
ul.footer_nav li a {
    display: inline-block;
    color: #666;
    text-decoration: none;
    vertical-align: top;
    padding: 0;
    background: none;
}
ul.footer_nav li a:hover {
    color: #ff8428;
}
.fixed_box {
    display: none;
}

@media screen and (max-width: 1060px) {
.footer_block {
    width: 96%;
}
}

@media screen and (max-width: 767px) {
#footer {
    background: #eeeae7;
    padding: 60px 0 30%;
}
.footer_block {
    width: 94%;
}
.footerLink li {
    float: none;
    width: 100%;
    margin: 20px 0 0;
}
.footer_access_box {
    float: none;
    width: 100%;
}
.footer_access_box p.footer_logo {
    width: 100%;
    margin-top: 0;
}
.footer_nav_box {
    float: none;
    width: 100%;
    margin: 40px 0 0;
}
.fixed_box {
	background: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: auto;
}
.fixed_box > ul > li {
	float: left;
	width: 84%;
}
.fixed_box > ul > li:last-child {
	width: 16%;
}
.fixed_box li li {
        float: left;
        width: 50%;
}
.fixed_box .btn_pageTop {
    display: block !important;
    width: 100%;
    height: auto;
    position: relative;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
}
}


/* ----------------------------------------------------------
■ 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;
  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 {
    font-family: ヒラギノ角ゴ W2 JIS2004, "Hiragino Kaku Gothic W2 JIS2004";
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 3px;
    color: #666666;
    position: relative;
    border-left: 3px solid #918a87;
    background: #f5f2ee;
    padding: 7px 10px !important;
    margin-bottom: 20px;
}


/* 2-2. h3 -------------------------- */
.gnv_tmp_h3_bg {
    background: url(/asset/titlebg_h3.jpg) repeat left top;
    padding: 10px 20px 9px;
    text-align: center;
}
.gnv_tmp_h3_bg h3 {
    font-family: ヒラギノ角ゴ W1 JIS2004, "Hiragino Kaku Gothic W1 JIS2004";
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: 5px;
    color: #fff;
}

@media screen and (max-width: 767px) {
.gnv_tmp_h3_bg h3 {
    font-size: 26px;
    letter-spacing: 2px;
}
}

/* 2-3. h4 -------------------------- */
.gnv_tmp_h4_bg {
	padding-bottom: 8px;
	border-bottom: 1px solid #d6d6d6;
}
.gnv_tmp_h4_bg h4 {
    font-family: ヒラギノ角ゴ W2 JIS2004, "Hiragino Kaku Gothic W2 JIS2004";
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 5px;
    color: #666666;
    position: relative;
    padding-left: 46px;
}
.gnv_tmp_h4_bg h4:before {
	content: "";
	position: absolute;
        background: url(/asset/titlebg_h4.png) no-repeat left top;
	top: 50%;
	left: 12px;
	margin-top: -10px;
	height: 19px;
	width: 19px;
}
.text_image .gnv_tmp_h4_bg {
	margin-bottom: 20px !important;
}

@media screen and (max-width: 767px) {
.gnv_tmp_h4_bg h4 {
    font-size: 20px;
    letter-spacing: 2px;
}
}

/* 2-3. h5 -------------------------- */
.gnv_tmp_h5_bg h5 {
    font-family: ヒラギノ角ゴ W2 JIS2004, "Hiragino Kaku Gothic W2 JIS2004";
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 3px;
    color: #666666;
    position: relative;
    border-left: 3px solid #918a87;
    background: #f5f2ee;
    padding: 7px 10px;
}
.text_image .gnv_tmp_h5_bg {
	margin-bottom: 20px !important;
}

@media screen and (max-width: 767px) {
.gnv_tmp_h5_bg h5 {
    font-size: 18px;
    letter-spacing: 2px;
}
}


/* =====================================
 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: none;
	width: 65%;
}

/* =====================================
 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 #666666 !important;
    text-align: center;
    padding: 17px 5px 12px;
    box-sizing: border-box;
    line-height: 1.7;
}
table tr:first-child .b_06_item {
    border-top: 1px solid #666666 !important;
}
.b_06_content {
    border-bottom: 1px solid #e0dad4 !important;
    padding: 17px 5px 12px 38px;
    box-sizing: border-box;
    line-height: 1.7;
}
table tr:first-child .b_06_content {
    border-top: 1px solid #e0dad4 !important;
}
.clinic_table .b_06_item {
    width: 124px;
    font-family: ヒラギノ角ゴ W4 JIS2004, "Hiragino Kaku Gothic W4 JIS2004";
    font-size: 16px;
    line-height: 1.6;
    padding: 16px 5px 15px;
}
.clinic_table .b_06_content {
    font-family: ヒラギノ角ゴ W1 JIS2004, "Hiragino Kaku Gothic W1 JIS2004";
    font-size: 16px;
    line-height: 1.6;
    padding: 16px 5px 15px 38px;
}
.color_table .b_06_item,
.color_table .b_06_content,
.color_table tr:first-child .b_06_item,
.color_table tr:first-child .b_06_content {
    border: 1px solid #666666 !important;
}
.color_table .b_06_item {
    background: #f5f2ee;
    padding: 17px 10px 12px;
}
.color_table .b_06_content {
    padding: 17px 20px 12px;
}

/* 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: 8px;
    width: 100%;
    border-bottom: 1px solid #e0dad4;
}
table.gnv_tmp_table02 th,
table.gnv_tmp_table02 td {
    padding: 3px 5px;
    text-align: left;
}
table.gnv_tmp_table02 th {
    font-family: ヒラギノ角ゴ W3 JIS2004, "Hiragino Kaku Gothic W3 JIS2004";
}
table.gnv_tmp_table02 thead th {
    padding: 8px 5px;
    border-bottom: 1px solid #e0dad4;
}
table.gnv_tmp_table02 tbody tr:first-child th,
table.gnv_tmp_table02 tbody tr:first-child td {
    padding: 13px 5px 3px;
}
table.gnv_tmp_table02 tbody tr:last-child th,
table.gnv_tmp_table02 tbody tr:last-child td {
    padding: 3px 5px 12px;
}

/* 6-4. hours -------------------------- */
table.gnv_tmp_hours th,
table.gnv_tmp_hours td {
    text-align: center !important;
}

/* =====================================
 7. news
===================================== */
/* 7-1. default -------------------------- */

/* 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;
}

/* 個別設定 */
/* 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 a: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 > div.clearfix {
	padding: 2px 0 2px 15px;
        box-sizing: border-box;
}
.ic_01 > div.clearfix > span {
	position: relative;
	display: block;
}
.ic_01 > div.clearfix > span:before {
	content: "";
	position: absolute;
	background: #ff8428;
	top: 10px;
	left: -16px;
	height: 9px;
	width: 9px;
	border-radius: 50%;
}
/* ul */
.ic_01 > ul > li {
	position: relative;
	padding: 2px 0 2px 15px;
        box-sizing: border-box;
}
.ic_01 > ul > li:before {
	content: "";
	position: absolute;
	background: #ff8428;
	top: 12px;
	left: 1px;
	height: 9px;
	width: 9px;
	border-radius: 50%;
}
/* 通常リスト 02 */
.ic_02 .clearfix {
	padding: 2px 0 2px 30px;
        box-sizing: border-box;
}
.ic_02 .clearfix span {
	position: relative;
	display: block;
}
.ic_02 span:before{
    content:"\00a0";
    display: block;
    border: 2px solid #ff8428;
    height: 16px;
    width: 16px;
    position: absolute;
    left: -28px;
    top: 4px;
} 
.ic_02 span:after{
    content:"\00a0";
    display:block;
    width: 4px;
    height: 8px; 
    border: solid #918a87;
    border-width: 0 2px 2px 0;
    position:absolute;
    left: -21px;
    top: 8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* ul */
.ic_02 li {
	position: relative;
	padding: 2px 0 2px 30px;
        box-sizing: border-box;
}
.ic_02 li:before {
    content:"\00a0";
    display: block;
    border: 2px solid #ff8428;
    height: 16px;
    width: 16px;
    position: absolute;
    left: 2px;
    top: 6px;
}
.ic_02 li:after{
    content:"\00a0";
    display:block;
    width: 4px;
    height: 8px; 
    border: solid #918a87;
    border-width: 0 2px 2px 0;
    position: absolute;
    left: 9px;
    top: 10px;
    -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 {
        padding: 10px 0;
	margin-bottom: 20px;
	display: table;
}
.gnv_tmp_qa_q .tit {
	display: table-cell;
        padding-right: 20px;
}
.gnv_tmp_qa_q .tit span {
        font-family: ヒラギノ角ゴ W1 JIS2004, "Hiragino Kaku Gothic W1 JIS2004";
	font-size: 200%;
	display: block;
	width: 40px;
        height: 40px;
        line-height: 40px;
        background: #ff8428;
        border-radius: 50%;
        text-align: center;
        color: #fff;
        letter-spacing: 0;
}
.gnv_tmp_qa_a {
        padding: 10px 0;
	display: table;
}
.gnv_tmp_qa_a .tit {
	display: table-cell;
        padding-right: 20px;
        vertical-align: top;
}
.gnv_tmp_qa_a .tit span {
        font-family: ヒラギノ角ゴ W1 JIS2004, "Hiragino Kaku Gothic W1 JIS2004";
	font-size: 200%;
        display: block;
	width: 40px;
        height: 40px;
        line-height: 40px;
        background: #f5f2ee;
        border-radius: 50%;
        color: #ff8428;
        text-align: center;
        letter-spacing: 0;
}
.gnv_tmp_qa_a .txt,
.gnv_tmp_qa_q .txt {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.gnv_tmp_qa_q .txt {
        font-family: ヒラギノ角ゴ W4 JIS2004, "Hiragino Kaku Gothic W4 JIS2004";
        font-weight: bold;
        font-size: 20px;
        color: #585858;
}
 
/* =====================================
 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;
  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. 動画テンプレート
===================================== */
/* 動画最大幅 */
.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>div, .viemo.b_11_3.b_11_3_column2 div.column_l>p, .viemo.b_11_3.b_11_3_column2 div.column_r>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;
	}
}
/* 新着情報ブロック */
#drag-temp-pre-content .news_list {
	position: relative;
	display: block;
	min-height: 50px;
	background: #777;
}
#drag-temp-pre-content .news_list:before {
	content: "新着情報";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -.75em;
	margin-left: -4.5em;
	font-size: 20px;
	color: #fff;
	z-index: 10;
}

/* ----------------------------------------------------------
■ @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: none;
	width: 100%;
}
.b_11_2_in span img,
.b_11 .b_11_in span img {
	margin: 0 0 20px;
        flaot: none;
        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: 75%;
}
.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: 1px;
	left: 0;
	width: 12px;
	height: 12px;
	background: #fff;
	border: 2px solid #bfbfbf;
}
ul.listCheck li:after {
	display: block;
	content: '';
	position: absolute;
	top: 5px;
	left: 4px;
	width: 7px;
	height: 3px;
	border-left: 2px solid #0061a5;
	border-bottom: 2px solid #0061a5;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*--------------------------------------
	手順矢印(下)
--------------------------------------*/
.stepArrow {
	position: relative;
	margin-bottom: 3em;
}
.stepArrow:before {
	content: "";
	position: absolute;
	bottom: -70px;
	left: 50%;
	margin-left: -45px;
	display: block;
	width: 0;
	height: 0;
	border: 25px solid transparent;
	border-top-color: #6FBA2C;
	border-right-width: 45px;
	border-left-width: 45px;
}

/*--------------------------------------
	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」を追加。画像サイズが大きくなり過ぎないように調整)
--------------------------------------*/
/*「テキスト+画像+文章」用*/
.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;
	}
}

.bnr_center {
  margin: 10px auto;
  width:33%;
}
@media screen and (max-width: 767px){
.bnr_center {
  margin: 10px auto;
  width:100%;
}
}

/* NOMOCa バナー設置 */
.nomoca_bn img {
    margin: 0 auto;
    width: auto;
}
@media screen and (max-width: 767px) {
.nomoca_bn img {
    width: 90%;
}
}