/* *******************************************************************************
-------------------------------------------------------------
■ 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: 0.24em;
    color: #272727;
}
.clearfix:after {
    height: 0;
    content: "";
}
table {
    width: 100%;
}
p {
    margin-bottom: 20px;
}
p:last-child {
    margin-bottom: 0;
}
.half {
    display: inline-block;
    vertical-align: top;
}
.bold {
    font-weight:bold;
}
a {
    color: #1f1f1f;
}
a:link {
    color: #1f1f1f;
}
a:hover {
    color: #c2a7ac;
}
a.txt_link {
    color: #c2a7ac;
    text-decoration: underline;
}
a.txt_link:hover {
    text-decoration: none;
}
.btn_pageTop {
    width: 66px;
    height: 66px;
}

@media screen and (max-width: 767px) {
.btn_pageTop {
    bottom: 30%;
}
.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%;
}
}
/* =====================================
　■　pagenation
===================================== */
#pagenation li a {
    letter-spacing: 0;
}
#pagenation .active a,
#pagenation a.active:hover,
#pagenation li a:hover {
    background: #c2a7ac;
    color: #ffffff;
}


/* =====================================
　■　NotFound
===================================== */
#notfoundBody form input {
    font-family: sans-serif;
}
/* =====================================
　■ under common
===================================== */
.border_box {
    border: 2px solid #c2a7ac;
    padding: 25px 20px;
}
.border_box_bold {
    border: 15px solid #c2a7ac;
    padding: 25px 20px;
}
.border_box_bold .pic {
    float: right;
    width: 25%;
    margin-left: 20px;
}
.bg_box {
    padding: 25px 20px;
    background: #f7eeef;
}
.table03 th, .table03 td {
    border: 1px solid #ccc;
    padding: 8px 2px;
    text-align: center;
}
.table03 th {
    background: #b1937e;
    color: #fff;
    font-weight: normal;
}
.table03 thead th {
    background: #aa7c5c;
    color: #fff;
}

/* 2 column2� */
.column2_list div.clearfix,
.column2_list li {
    display: inline-block;
    width: 48%;
    box-sizing: border-box;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
.column2_list div.clearfix,
.column2_list li {
    display: block;
    width: 100%;
}
.table03 th, .table03 td {
    letter-spacing: 0;
}
.border_box_bold .pic {
    float: none;
    width: 100%;
    margin-left: 0;
}
}

/* 3  column3 */
.column3_list div.clearfix,
.column3_list li {
    display: inline-block;
    width: 32.5%;
    box-sizing: border-box;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
.column3_list div.clearfix,
.column3_list li {
    display: block;
    width: 100%;
}
}
/* =====================================
　■　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: 130px;
        z-index: 100;
}
#newsList #mainimage,
#websiteNewsDetail #mainimage,
#notfoundBody #mainimage,
#sitemapBody #mainimage,
#inquiry #mainimage {
        display: none;
}

@media screen and (max-width: 1000px) {
#mainimage,
.under #mainimage {
	margin-top: 135px;
}
}

@media screen and (max-width: 767px) {
#mainimage,
.under #mainimage {
	margin-top: 0;
}
}
/*--------------------------------------
　　　　　　　topMain
--------------------------------------*/
.top .main_contents {
	background: url(http://www.yu-ganka.com/asset/mainimages.jpg) no-repeat center top;
        background-size: auto 100%;
	width: 100%;
	height: 632px;
	min-height: inherit;
}
@media screen and (max-width: 1000px) {
.top .main_contents {
	height: 500px;
}
}
@media screen and (max-width: 767px) {
.top .main_contents {
	background: none;
	height: auto;
}
}
/*--------------------------------------
　　　　　　　underMain
--------------------------------------*/
.under #mainimage {
	height: auto;
}
.under #mainimage .under_mainimage {
	background: url(/asset/titlebg_h2.png) no-repeat center top;
        background-size: cover;
	height: auto;
        padding: 3px;
}
.under #mainimage .under_mainimage .main_inner {
        border: 1px solid #c6b9bb;
}
.under #mainimage .under_mainimage .gnv_tmp_width_1000 {
	height: 174px;
	padding: 10px 0;
	box-sizing: border-box;
}
.under #mainimage .under_mainimage h2 {
	display: table-cell;
        font-family: "秀英丸ゴシック L","Shuei MaruGo L";
	font-size: 42px;
	line-height: 1.2;
	letter-spacing: 0.18em;
	color: #fff;
	text-align: center;
	padding: 0;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
.under #mainimage .under_mainimage .gnv_tmp_width_1000 {
	height: 140px;
}
.under #mainimage .under_mainimage h2 {
	font-size: 30px;
        letter-spacing: 0.1em;
}
}
/*--------------------------------------
　　　　　　column margin
--------------------------------------*/
.b_11_3.b_11_3_column2 div.column_l {
    padding-right: 10px;
}
.b_11_3.b_11_3_column2 div.column_r {
    padding-left: 10px;
}

@media screen and (max-width: 767px) {
.b_11_3.b_11_3_column2 div.column_l,
.b_11_3.b_11_3_column2 div.column_r {
    display: block;
    width: 100%;
    padding: 0;
}
.b_11_3.b_11_3_column2 div.column_l {
    margin-bottom: 2em;
}
}

/* 2列リスト */
.column2_list div.clearfix,
.column2_list li {
    display: inline-block;
    width: 48%;
    box-sizing: border-box;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
.column2_list div.clearfix,
.column2_list li {
    display: block;
    width: 100%;
}
}

/* 3列リスト */
.column3_list div.clearfix,
.column3_list li {
    display: inline-block;
    width: 32.5%;
    box-sizing: border-box;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
.column3_list div.clearfix,
.column3_list li {
    display: block;
    width: 100%;
}
}


/* -------------------------------------
　　　　　　　番号リスト
------------------------------------- */
.num_list {
	counter-reset: li;
}
.num_list li:before {
	background: #650721;
	color: #fff;
	content: counter(li, decimal);
	counter-increment: li;
	display: block;
	font-size: 18px;
	height: 26px;
	left: 0;
	line-height: 26px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 26px;
	padding-top: 2px;
	letter-spacing: 0;
}
.num_list li {
	margin-bottom: 10px;
	padding-left: 35px;
	position: relative;
}
.num_list li:last-child {
	margin-bottom: 0;
}


/*--------------------------------------
　　　　　　　　流れ
--------------------------------------*/
.flowList {
    background: #f4f2fd;
    position: relative;
    padding: 30px;
}
.flowList:after {
    content: "";
    display: block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 18px solid #f4f2fd;
    position: absolute;
    left: 50%;
    bottom: -18px;
    margin-left: -7px;
}
.flowList.last:after {
    display: none;
}
.flowList .title {
    font-family: 秀英角ゴシック金 B, "Shuei KakuGo Kin B", sans-serif;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.2em;
    color: #464672;
    position: relative;
    margin-bottom: 15px;
}
.flowList .title span {
    vertical-align: top;
    background: #464672;
    color: #fff;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    letter-spacing: 0;
    font-size: 18px;
    margin-right: 10px;
}
/* =====================================
　■　Top
===================================== */
.title_block {
     margin-bottom: 0;
}
.btn a {
     font-family: "秀英丸ゴシック L","Shuei MaruGo L";
     font-size: 20px;
     display: block;
     background: #c2a7ac;
     padding: 19px 50px 19px 40px;
     color: #fff;
     line-height: 1.5;
     text-align: center;
     border-radius: 50px;
     box-shadow: 1px 4px 0 #b5959b;
     position: relative;
     box-sizing: border-box;
}
.btn a:after {
     position: absolute;
     content:"";
     border-left: 8px solid #fff;
     border-bottom: 5px solid transparent;
     border-top: 5px solid transparent;
     right: 40px;
     top: 50%;
     margin-top: -5px;
}
.btn a.grey {
     background: #bea08b;
     box-shadow: 1px 4px 0 #b0917c;
}
.btn a:hover {
     text-decoration: none;
     opacity: 0.8;
}
@media screen and (max-width: 1000px) {
.btn a {
     letter-spacing: 0;
     font-size: 18px;
}
}
@media screen and (max-width: 767px) {
.btn a {
     padding: 19px 30px 19px 20px;
}
.btn a:after {
     right: 20px;
}
}
/*--------------------------------------
　　新着情報
--------------------------------------*/
.news_section {
    padding: 0 0 75px;
    margin: 0;
}
@media screen and (max-width: 767px) {
.news_section {
    padding: 0 0 50px;
}
}
/*--------------------------------------
　　医院情報
--------------------------------------*/
.block_content05 {
    padding: 16px 0 50px;
    margin: 0;
}
.block_content05 .gnv_top_h2_bg {
    padding-bottom: 55px;
}
.block_content05 .map_box,
.block_content05 .addr_box {
    float: left;
    width: 48.5%;
}
.block_content05 .info_box,
.block_content05 .time_box {
    float: right;
    width: 48.5%;
}
.block_content05 .map_box .gnv_tmp_map {
    padding-top: 0;
}
.block_content05 .time_box p {
    line-height: 1.5;
    letter-spacing: 0.14em;
    margin-bottom: 16px;
}
.clinic_table .b_06_item {
    width: 80px;
}
.clinic_table .b_06_item,
.clinic_table .b_06_content {
    letter-spacing: 0.14em;
    line-height: 1.5;
}
@media screen and (max-width: 767px) {
.block_content05 .gnv_top_h2_bg {
    padding-bottom: 30px;
}
.block_content05 .info_box,
.block_content05 .addr_box {
    float: none;
    width: 100%;
    margin-bottom: 30px;
}
.block_content05 .map_box,
.block_content05 .time_box {
    float: none;
    width: 100%;
}
.block_content05 .map_box .gnv_tmp_map {
    padding-top: 290px;
}
}



/*--------------------------------------
　　ごあいさつ
--------------------------------------*/
.block_content04 {
    background: url(/asset/bg-content04.jpg) no-repeat center top;
    background-size: auto 624px;
    padding: 75px 0 89px;
    margin: 0;
}
.block_content04 .box_inner {
    width: 65%;
    max-width: 570px;
}
.block_content04 h2 {
    font-size: 34px;
    color: #272727;
    font-family: "秀英丸ゴシック L","Shuei MaruGo L";
    line-height: 1.3;
    margin-bottom: 23px;
}
.block_content04 h2 span {
    display: inline-block;
    font-size: 15px;
    color: #996169;
    vertical-align: top;
    margin-left: 25px;
    margin-top: 10px;
}
.block_content04 .lead {
    font-size: 30px;
    color: #946b73;
    font-family: "秀英丸ゴシック L","Shuei MaruGo L";
    line-height: 1.5;
    margin-bottom: 30px;
}
.block_content04 .txt {
    margin-bottom: 25px;
}
.block_content04 .btn a {
    max-width: 460px;
}
@media screen and (max-width: 1000px) {
.block_content04 {
    background: url(/asset/bg-content04.jpg) no-repeat 65% top #faf8f8;
    background-size: cover;
    margin: 0;
}
}
@media screen and (max-width: 767px) {
.block_content04 {
    background: #faf8f8;
    padding: 50px 0;
}
.block_content04 .box_inner {
    max-width: none;
    width: 100%;
}
.block_content04 h2 {
    text-align: center;
}
.block_content04 h2 span {
    display: block;
    margin-left: 0;
    margin-top: 6px;
}
.block_content04 .lead {
    font-size: 25px;
    margin-bottom: 20px;
}
.block_content04 .btn a {
    margin: 0 auto;  
}
}


/*--------------------------------------
　　こんな症状はありませんか？
--------------------------------------*/
.block_content03 {
    margin: 0;
    padding: 28px 0 25px;
}
.block_content03 .gnv_top_h2_bg {
    padding-bottom: 57px;
}
.symptoms_list li {
    width: 32%;
    float: left;
    margin-left: 2%; 
    margin-bottom: 5.4%;
}
.symptoms_list li:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
}
.symptoms_list li .icon_box img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
}
.symptoms_list li .title_box {
    display: table;
    width: 100%;
    margin: 3px 0 0;
}
.symptoms_list li .title_box .box_inner {
    display: table-cell;
    text-align: center;
    width: 100%;
    vertical-align: middle;
}
.symptoms_list li .title_box a {
    position: relative;
    font-size: 24px;
    color: #272727;
    padding: 14px 0;
    line-height: 1.4;
    letter-spacing: 0.16em;
    text-align: center;
    font-family: "秀英丸ゴシック L","Shuei MaruGo L";
    display: inline-block;
    padding-right: 25px;
}
.symptoms_list li .title_box a:after {
    background: url(/asset/icon-link.png) no-repeat center center; 
    content:"";
    display: block;
    width: 18px;
    height: 18px;
    top: 50%;
    margin-top: -9px;
    position: absolute;
    right: 0;
}
@media screen and (max-width: 767px) {
.block_content03 {
    padding-bottom: 50px;
}
.block_content03 .gnv_top_h2_bg {
    padding-bottom: 35px;
}
.symptoms_list li {
    width: 100%;
    float: none;
    margin-left: 0; 
}
.symptoms_list li:last-child {
    margin-bottom: 0;
}
.symptoms_list li .title_box {
    display: block;
}
.symptoms_list li .title_box .box_inner {
    display: block;
}
}
/*--------------------------------------
　　　　当院の特徴
--------------------------------------*/
.block_content02 {
    background: url(/asset/bg-content02.jpg) no-repeat center top;
    background-size: cover;
    padding: 15px 0 64px;
    margin: 0;
}
ul.feature_list {
    margin-bottom: 50px;
}
ul.feature_list li {
    width: 31.4%;
    float: left;
    margin-left: 2.9%;
    box-shadow: 0 0 18px rgba(168, 168, 168, 0.10);
}
ul.feature_list li:first-child {
    margin-left: 0;
}
ul.feature_list li .bg_inner {
    padding: 18px 15px 15px 15px;
    background: #fff;
}
ul.feature_list li .bg_inner .title {
    text-align: center;
    color: #8b4c56;
    line-height: 1.5;
    letter-spacing: 0.14em;
    font-family: "秀英丸ゴシック L","Shuei MaruGo L";
    font-size: 22px;
    margin-bottom: 10px;
}
.block_content02 .btn_group {
    width: 100%;
    margin: 0 auto;
}
.block_content02 .btn_group li {
    width: 49%;
    float: left;
}
.block_content02 .btn_group li:last-child {
    width: 49%;
    float: right;
}
@media screen and (max-width: 767px) {
ul.feature_list li {
    width: 100%;
    float: none;
    margin-left: 0%;
    margin-top: 30px;
}
ul.feature_list li:first-child {
    margin-top: 0;
}
.block_content02 .btn_group li {
    width: 100%;
    float: none;
    margin-bottom: 20px;
}
.block_content02 .btn_group li:last-child {
    width: 100%;
    float: none;
    margin-bottom: 0;
}
}
/*--------------------------------------
　　　　当院の手術治療
--------------------------------------*/
.block_content01 {
    background: url(/asset/bg-content01.jpg) repeat-y center top;
    background-size: 100% 1px;
    padding: 42px 0 47px;
    margin: 0;
}
.block_content01 .left_box {
    float: left;
    width: 46%;
    max-width: 460px;
}
.block_content01 .right_box {
    float: right;
    width: 46%;
    max-width: 460px;
}
.block_content01 p.pic {
    margin-bottom: 15px;
}
.block_content01 p.txt {
    margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
.block_content01 {
    background: none;
    padding: 0;
}
.block_content01 .gnv_tmp_width_1000 {
    width: 100%;
}
.block_content01 .left_box,
.block_content01 .right_box {
    float: none;
    width: 100%;
    max-width: none;
    padding: 42px 0;
}
.block_content01 .left_box {
    background: #f7f0f1;
}
.block_content01 .right_box {
    background: #fff5ee;
}
.block_content01 .left_box .box_inner,
.block_content01 .right_box .box_inner {
    width: 94%;
    margin: 0 auto;
}
}
/* =====================================
　■　Header
===================================== */
#header {
    background: #fff;
}
.header_block {
    margin: 17px auto 0;
}
.header_block h1 {
    width: 20.6%;
}
.header_right_box {
    margin-top: 4px;
}
.header_right_box img {
    margin: 0;
}
@media screen and (max-width: 1060px) {
.header_block {
    width: 96%;
}
.header_block h1 {
    margin-left: 0;
    width: 34%;
    max-width: 206px;
}
.header_right_box {
    margin-right: 0;
    width: 35%;
    max-width: 270px;
}
.header_right_box img.pc_tel {
    margin: 0;
    width: 100%;
}
}

@media screen and (max-width: 767px) {
#header {
	padding: 0;
}
.header_block {
        width: 94%;
	margin: 10px auto;
}
.header_block h1 {
        margin: 0;
        width: 50%;
        max-width: 285px;
}
.header_right_box {
        margin: 0;
        max-width: 86px;
        width: 15%;
}
.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;
}
.header_menu {
	height: auto;
	padding: 9px 0 6px;
}
.header_menu .g_nav {
	border-left: 1px solid #dbdbdb;
}
.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: 38px;
	border-right: 1px solid #dbdbdb;
	box-sizing: border-box;
}
.header_menu .g_nav li.nav01 {
        width: 12%;
}
.header_menu .g_nav li.nav02,
.header_menu .g_nav li.nav04 {
        width: 14%;
}
.header_menu .g_nav li.nav03 {
        width: 18%;
}
.header_menu .g_nav li.nav05 {
        width: 19%;
}
.header_menu .g_nav li.nav06 {
        width: 23%;
}
.header_menu .g_nav li a,
.header_menu .g_nav li span {
	font-size: 16px;
	line-height: 1.4;
        color: #2c2c2c;
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
}
.header_menu .g_nav > li > a,
.header_menu .g_nav > li > span {
	height: 38px;
	line-height: 38px;
	padding: 0;
}
.header_menu .g_nav > li > a:hover,
.header_menu .g_nav > li > span:hover {
	background: #604d3f;
        color: #fff;
}
.tablet .header_menu .g_nav li a.hover,
.tablet .header_menu .g_nav li span.hover {
	background: #604d3f;
        color: #fff;
}
.submenu {
	margin: 0 auto;
	background: #b1937e;
}
.header_sub_menu {
	float: none;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	background: #b1937e;
}
.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: #b1937e;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.4;
	color: #fff;
	padding: 7px 5px;
	width: 100%;
}
.header_menu .g_nav .submenu li.g_nav_sub_row a:hover {
	background: #604d3f;
	color: #fff;
}

@media screen and (max-width: 1020px) and (min-width: 768px) {
.header_menu {
	padding: 10px;
}
.header_menu .g_nav li a, .header_menu .g_nav li span {
        font-size: 15px;
        letter-spacing: 0.1em;
}
}

@media screen and (max-width: 767px) {
#header_menu_block {
        border-top: 0;
}
.header_menu {
	padding: 0;
	background: #b0927e;
}
.header_menu .g_nav {
	border-left: none;
        border-top: 1px solid #fff;
	background: #b0927e;
}
.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: #b0917c;
        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 li .submenu {
        border-bottom: none;
        background: #c2a7ac;
}
.header_menu .g_nav .submenu li.g_nav_sub_row a {
	background: #c2a7ac;
	color: #2c2c2c;
	line-height: 1.4;
	padding: 10px 10px 10px 50px;
        border-bottom: 1px solid #fff;
}
.header_menu .g_nav .submenu li.g_nav_sub_row a:hover {
	background: #b5959b;
}
.header_menu .g_nav li .g_nav_sub_row a:before {
	background: none;
        border-top: 2px solid #232323;
        border-right: 2px solid #232323;
        width: 7px;
        height: 7px;
        left: 30px;
        margin-top: -5px;
}
.header_menu .g_nav li .g_nav_sub_row a:after {
	display: none;
}
}

/* =====================================
　■　Footer
===================================== */
#footer {
    background: #c2a7ac;
}
#footer .footer_bg {
    background: #fff7f8;
    padding: 50px 0 37px;
}
.footer_block {
    padding: 0;
}
.footer_block_in {
    margin: 0;
}
.footer_nav_box.first,
.footer_nav_box.second,
.footer_access_box {
    box-sizing: border-box;
    min-height: inherit;
    padding: 0 10px 0 0;
}
.footer_nav_box.first {
    width: 23%;
}
.footer_nav_box.second {
    width: 30%;
    border-right: 0;
}
.footer_access_box {
    width: 47%;
    border-left: 0;
}
#footer .footer_title {
    font-size: 24px;
    color: #af8188;
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    max-width: 185px;
    padding-bottom: 10px;
    font-family: "秀英丸ゴシック L","Shuei MaruGo L";
    line-height: 1;
    text-align: left!important;
    margin-bottom: 18px;
    letter-spacing: 0.32em;
}
ul.footer_nav {
    padding: 0;
}
ul.footer_nav li {
    padding-left: 1.1em;
    box-sizing: border-box;
    margin-bottom: 5px;
    position: relative;
}
ul.footer_nav li:after {
    position:absolute;
    top: 0;
    left: 0;
    content: "・";
    color: #af8188;
}
ul.footer_nav li a {
    letter-spacing: 0.14em;
    color: #1f1f1f;
}
ul.footer_nav li a:hover {
    color: #af8188;
}
.footer_access_box table th {
    width: 85px;
}
.footer_access_box table th,
.footer_access_box table td {
    color: #1f1f1f;
    letter-spacing: 0.14em;
    line-height: 1.7;
    vertical-align: top;
    text-align: left;
    padding: 0 5px 15px 0;
}
.footer_box_bottom {
    background: #c2a7ac;
    padding: 11px 0 6px;
}
ul.footer_guide li a {
    padding: 0;
    background: none;
    color: #fff;
    letter-spacing: 0.14em;
    font-size: 15px;
}
ul.footer_guide li.copyright{
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.14em;
}
@media screen and (max-width: 1060px) {
.footer_block {
    width: 96%;
}
.footer_access_box {
    clear: none;
    float: left;
    background: none;
}
}
@media screen and (max-width: 767px) {
#footer {
    padding: 0 0 17%;
}
.footer_block {
    width: 94%;
}
.footer_nav_box.first, .footer_nav_box.second, .footer_access_box {
    float: none;
    width: 100%;
    padding: 0;
}
.footer_nav_box.second, .footer_access_box {
    margin-top: 40px;
}
#footer .footer_title {
    max-width: none;
}
ul.footer_nav li a {
    display: inline-block;
    padding: 0;
    background: none;
}
.fixed_box {
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
}
.fixed_box ul {
    width: 100%;
}
.fixed_box ul li {
    float: left;
    width: 50%;
    box-sizing: border-box;
}
.fixed_box ul li:first-child {
    border-right: 1px solid #fff;
}
.fixed_box ul li:last-child {
    border-left: 1px solid #fff;
}
}
/* ----------------------------------------------------------
■ 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)
===================================== */
.gnv_top_h2_bg {
     padding-top: 39px;
     padding-bottom: 40px;
}
.gnv_top_h2_bg h2 {
     font-size: 34px;
     color: #272727;
     text-align: center;
     font-family: "秀英丸ゴシック L","Shuei MaruGo L";
     position:relative;
     line-height: 1.3;
     padding-bottom: 7px;
}
.gnv_top_h2_bg h2:after{
     background: url(http://www.yu-ganka.com/asset/top_h2_bg.png) no-repeat center;
     position: absolute;
     content: "";
     width: 19px;
     height: 2px;
     bottom: 0;
     left: 50%;
     margin-left: -9.5px; 
}
.sub_title {
     font-size: 15px;
     color: #996169;
     font-family: "秀英丸ゴシック L","Shuei MaruGo L";
     text-align: center;
     letter-spacing: 3px;
}
/* 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: 1px solid #ededed;
	border-top: 3px solid #c2a7ac;
	padding: 10px 15px;
	font-size: 24px;
        font-weight: normal;
}

/* 2-2. h3 -------------------------- */
.gnv_tmp_h3_bg {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: #c2a7ac;
	padding: 22px 10px;
        box-shadow: 0 2px 0 #b5959b;
}
.gnv_tmp_h3_bg h3 {
	color: #fff;
        font-family: "秀英丸ゴシック L","Shuei MaruGo L";
        font-size: 35px;
        text-align: center;
        letter-spacing: 0.18em;
        line-height: 1.2;
}

/* 2-3. h4 -------------------------- */
.gnv_tmp_h4_bg {
	position: relative;
        font-size: 28px;
        color: #252525;
        font-family: "秀英丸ゴシック L","Shuei MaruGo L";
        border-bottom: 3px solid #bea08b;
        box-shadow: 0 2px 0 #aa7c5c;
        padding-bottom: 10px;
        letter-spacing: 0.18em;
        line-height: 1.2;
}
/*.gnv_tmp_h4_bg:before {
	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;
}

/* 2-4. h5 -------------------------- */
.gnv_tmp_h5_bg {
	position: relative;
        font-size: 25px;
        color: #252525;
        font-family: "秀英丸ゴシック L","Shuei MaruGo L";
        letter-spacing: 0.18em;
        line-height: 1.2;
        padding-left: 25px;
}
.gnv_tmp_h5_bg:before {
	content: "";
	position: absolute;
	background: #fff;
	top: 50%;
	left: 0;
	margin-top :-7px;
	height: 15px;
	width: 15px;
	border-radius: 50%;
        border: 3px solid #bea08b;
        box-sizing: border-box;
}
.text_image .gnv_tmp_h5_bg {
	margin-bottom: 15px !important;
}
/* 2-5. h6 -------------------------- */
h6 {
	position: relative;
        font-size: 20px;
        color: #252525;
        font-family: "秀英丸ゴシック L","Shuei MaruGo L";
        letter-spacing: 0.18em;
        line-height: 1.2;
        padding-bottom: 15px;
        border-bottom: 2px dotted #bea08b;
}
.text_image h6 {
	margin-bottom: 15px !important;
}
@media screen and (max-width: 767px) {
.gnv_top_h2_bg h2 {
        font-size: 30px;
}
.gnv_tmp_h3_bg h3 {
        font-size: 27px;
}
.gnv_tmp_h4_bg {
        font-size: 25px; 
}
.gnv_tmp_h5_bg {
        font-size: 22px;
}
}




/* =====================================
 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: 100%;
}
.b_11_2_in span img,
.b_11 .b_11_in span img {
	margin: 0 1em 1em 0;
}

/* =====================================
 6. table
===================================== */
/* 6-1. default -------------------------- */
.b_06 table td,
.b_06 table th {
    border: none;
}
.b_06_item {
    background: none;
    width: 30%;
    border-bottom: 1px solid #af8188 !important;
    text-align: left;
    padding: 9px 0 7px;
    box-sizing: border-box;
    line-height: 1.8;
    font-weight: normal;
}
table tr:first-child .b_06_item {
    border-top: 1px solid #af8188 !important;
}
.b_06_content {
    border-bottom: 1px solid #e1e1e1 !important;
    padding: 9px 0 7px 20px;
    box-sizing: border-box;
    line-height: 1.8;
}
table tr:first-child .b_06_content {
    border-top: 1px solid #e1e1e1 !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: 7px;
	width: 100%;
}
table.gnv_tmp_table02 th,
table.gnv_tmp_table02 td {
    padding: 5px 0;
    text-align: left;
}
table.gnv_tmp_table02 thead th {
    background: #fdf4f5;
    border-bottom: none;
}
table.gnv_tmp_table02 th {
    border-bottom: 1px solid #ccc;
}
table.gnv_tmp_table02 td {
    border-bottom: 1px solid #ccc;
    color: #d5b9a5;
}
.txt_color.red {
    color: #af8188;
    vertical-align: top;
}
.gnv_tmp_table02.gnv_tmp_hours th {
   font-weight: normal;
}
/* 6-4. hours -------------------------- */
table.gnv_tmp_hours th,
table.gnv_tmp_hours td {
    text-align: center !important;
    letter-spacing: normal;
}
.table_box_02 th {
  border-bottom: 1px solid #af8188;
  font-weight: normal;
}
.table_box_03 {
  margin-top: 19px;
}
.table_box_02 td {
  border-bottom: 1px solid #e1e1e1;
}
.table_box_02{
  width: 100%;
  margin-top:10px;
}
/* =====================================
 7. news
===================================== */
/* 7-1. default -------------------------- */
#news h2 {
	display: block;
   	padding: 0 0 11px !important;
	border-bottom: 2px solid #c2a7ac;
	background: none;
	font-size: 28px;
        color: #262626;
        border-top: none;
        font-weight: normal;
	margin: 0 0 0em !important;
        font-family: "秀英丸ゴシック L","Shuei MaruGo L";
        line-height: 1.3;
        letter-spacing: 0.32em;
}
#news .newsBt {
    top: 6px;
    right: 0;
}
#news dl,
#news_list dl {
    border-bottom: 1px solid #dcdcdc;
    padding: 17px 0 16px;
    margin: 0;
}
#news dt,
#news_list dt {
    padding: 0;
    float: left;
    width: 254px;
    margin: 0;
    color: #af8188;
    font-weight: bold;
}
#news dt .newsNew,
#news_list dt .newsNew {
    display: inline-block;
    background: #c2a7ac;
    border-radius: 4px;
    color: #fff;
    width: 39px;
    height: 19px;
    line-height: 20px;
    font-size: 11px;
    letter-spacing: 0;
    color: #fff;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
    margin: 0 0 0 14px;
    vertical-align: middle;
}
#news dd,
#news_list dd {
    padding: 0 0 0 254px;
}
#news dd a,
#news_list dd a {
    text-decoration: none;
    color: #161616;
}
#news dd a:hover{
    color: #996169!important;
}
@media screen and (max-width: 767px) {
#news dt,
#news_list dt {
    width: 200px;
}
#news dd,
#news_list dd {
    padding: 0 0 0 200px;
}
}
@media screen and (max-width: 479px) {
#news dt,
#news_list dt {
    float: none;
    width: 100%;
}
#news dd,
#news_list dd {
    padding: 0;
}
}
/* 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;
}
@media screen and (max-width: 767px) {
.b_11_2_in span img, .b_11 .b_11_in span img {
    margin: 0 auto 20px !important;
    float: none !important;
    width: 100% !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;
}
}

/* 8-8. w960 -------------------------- */
.w960 {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 10px;
}
/*----- googlecalender、googleMap、インドアビュー -----*/
.gMap, .calenderWrap, .indoorView {
	position: relative;
}
.gMap iframe, .calenderWrap iframe, .indoorView iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.gMap {
	padding-top: 33.25%;
}
.calenderWrap, .indoorView {
	padding-top: 56.25%
}
.calenderWrap iframe {
	min-height: 260px;
}
.indoorView iframe {
	min-height: 240px;
}
@media only screen and (max-width: 480px) {
	.gMap{
		padding-top: 220px;
	}
	.calenderWrap {
		padding-top: 300px;
	}
	.indoorView {
		padding-top: 240px;
	}
}
/*-------------------------------------------------------*/

/* =====================================
9. other
===================================== */
/* 9-1. before-after -------------------------- */
.ba_box {
	background: url(/asset/ba_ar.png) no-repeat center 55%;
	display: table;
	width: 100%;
}
.ba_box div.column_l,
.ba_box div.column_r {
	display: table-cell;
	width: 30%;
}
.ba_box div.column_l span,
.ba_box div.column_r span {
	width: 100%;
}
.ba_box div.column_l p,
.ba_box div.column_r p,
.ba_box div.column_l span img,
.ba_box div.column_r span img {
	width: 95% !important;
	margin: 0 auto !important;
}
.ba_box .column_r, .ba_box .column_l {
	text-align: center;
	color: #B69440;
    font-size: 120%;
    font-weight: bold;
}
.ba_box .column_r span {
	text-align: right;
}

/* 9-2. list -------------------------- */
/* 通常リスト 01 */
.ic_01 {
	width: 100%;
}
.ic_01 .clearfix {
	padding: 5px 5px 5px 15px;
}
.ic_01 span {
	position: relative;
	line-height: 1;
}
.ic_01 span:before {
	content: "";
	position: absolute;
	background: rgb(194, 167, 172);
	top: 6px;
	left: -16px;
	height: 7px;
	width: 7px;
	border-radius: 50%;
	
}
/* ul */
.ic_01 ul {
	margin: 25px;
}
.ic_01 li {
	position: relative;
	padding: 5px 5px 5px 15px;
}
.ic_01 li:before {
	content: "";
	position: absolute;
	background: rgb(194, 167, 172);
	top: 14px;
	left: 0px;
	height: 7px;
	width: 7px;
	border-radius: 50%;
	
}

/* 通常リスト 02 */
.ic_02 .clearfix {
	padding: 5px 5px 5px 35px;
}
.ic_02 .clearfix span {
	position: relative;
	line-height: 1;
}
.ic_02 span:before{
    content:"\00a0";
    display: block;
    border: solid 9px #000;
    height: 0;
    width: 0;
    position: absolute;
    left: -29px;
    top: 2px;
} 
.ic_02 span:after{
    content:"\00a0";
    display:block;
    width: 4px;
    height: 7px; 
    border: solid #fff;
    border-width: 0 2px 2px 0;
    position:absolute;
    left: -23px;
    top: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* 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: 34.2%;
}
.gnv_tmp_map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* =====================================
 11. full
===================================== */
.content_width_full .parts {
	background: #efefef;
}

/* =====================================
 12. inquiry
===================================== */
/*
■問合せタイトルを付けたい場合
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: right;
	width: 100%;
}
.b_11_2_in span img,
.b_11 .b_11_in span img {
	margin: 0 0 15px;
        float: none;
}

/* =====================================
 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: 70%;
}
.gnv_tmp_map iframe {
  right: 0%;
  width: 100% !important;
}
/* =====================================
 11. full
===================================== */
.content_width_full .b_10.b_10_column3 div.column_blank,
.content_width_full .b_11_2.b_11_2_column3 div.column_blank,
.content_width_full .b_11.b_11_column3 div.column_blank,
.content_width_full .b_11_3.b_11_3_column3 div.column_blank {
    display: block !important;
}

/* =====================================
 13. singlebox
===================================== */
/* 13-4. common column -------------------------- */
.singlebox2,
.singlebox3,
.singlebox4 {
    width: 100% !important;
    padding: 0;
}
.singlebox2 .b_11_2_in,
.singlebox3 .b_11_2_in,
.singlebox4 .b_11_2_in {
    padding: 5px;
}
.singlebox2 .b_11_2_in span img,
.singlebox3 .b_11_2_in span img,
.singlebox4 .b_11_2_in span img {
    margin: 0;
}

}
/* =====================================
	16. 下層TPL
===================================== */
/*--------------------------------------
	List of Check Design
--------------------------------------*/
ul.listCheck li {
	position: relative;
	padding-left: 2em;
	margin-bottom: 10px;
	font-size: 16px;
}
ul.listCheck li:before {
	display: block;
	content: '';
	position: absolute;
	top: 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 #c2a7ac;
	background: #f6f0f0;
	padding: 2em 2em 1em 2em;
	list-style: none;
}
.anchorlinks:after {
	content: "";
	display: block;
	clear: both;
}
.anchorlinks li {
	position: relative;
	width: 25%;
	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: 7px;
	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 #bea08b;
	-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;
}
.anchorlinks_txt {
    position: relative;
}
.anchorlinks_txt:before {
    content: "";
    position: absolute;
    top: 4px;
    left: -18px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .5em;
    border-top: .4em solid transparent;
    border-bottom: .4em solid transparent;
    border-left: .8em solid #bea08b;
}

@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;
	}
}

.parts.free.news_section.b_09 {
    background: #fdf4f5;
    padding-top: 65px;
}

.parts.text_image.sgflw.b_11_2.clearfix img {
    width: 59%;
}