/* *******************************************************************************
 1. common
 ├ 1-1. float
 ├ 1-2. margin
 ├ 1-3. padding
 ├ 1-4. text-align
 ├ 1-5. bold
 ├ 1-6. ph
 ├ 1-7. pc sp change
 ├ 1-8. image layout
 ├ 1-9. image decoration
 ├ 1-10. rollover(Transmission)
 ├ 1-11. other
 │ ├ 1-11-1. before after
 │ ├ 1-11-2. list
 │ ├ 1-11-3. flow
 │ └ 1-11-4. qa
 └ 1-12. table
    ├ 1-12-1. default
    ├ 1-12-2. table01
    ├ 1-12-3. table02 
    └ 1-12-4. hours 
 2. header
 3. nav
 4. mainimage
 ├ 4-1. top 
 └ 4-2. under
 5. footer
 6. content
 ├ 6-1. title
 ├ 6-2. table
 ├ 6-3. parts 
 ├ 6-4. map 
 ├ 6-5. tel
 └ 6-6. other
 7. full content
 8. blog
 ├ 8-1. sns
 └ 8-2. input
 9. tel link
 ├ 9-1. content text link
 ├ 9-2. tel link
 └ 9-3. side link
 10. 動画テンプレート
 11. 管理画面
 12. 下層TPL
 13. お問い合わせバナー(フッター下部固定)
******************************************************************************* */
body {
    background: #fff;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    letter-spacing: normal;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
* {
    box-sizing: border-box;
}
b, strong {
    font-weight: bold;
}




/* -----------------------------------------
  サイト検索
------------------------------------------- */
ul.sitemap_ic li a:after {
    background: #fff;
}
#notfoundBody .contentArea {
    margin: 0 auto 2em;
}
#notfoundBody .copy_box p.logo,
#notfoundBody p.footer_contact,
#notfoundBody .copy_box p.addr,
#notfoundBody #content-bottom .inner .text_area p.lead {
    text-align: left;
}
@media (max-width: 979px) and (min-width: 768px) {
#notfoundBody .contentArea {
    margin: 0 auto 2em;
    width: 748px;
    float: none;
}
}


/* -----------------------------------------
  ブログ
------------------------------------------- */

.blog #content h3.entry-title {
    font-size: 26px;
    margin-bottom: 20px;
}
.blog h3.entry-title a {
    text-decoration: none;
}
.blog h3.entry-title a:hover {
    color: #333;
}
#blogBody .blogArea:after {
    display: none;
}
.autor span, .contributor span {
    color: #000;
}
.autor, .contributor {
    color: #000;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
    margin-top: 20px;
}
.blog #content .blogside h3 {
    border-left: none;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
}
.blogside .list li {
    line-height: 1.3;
}
#pagenation .active a {
    background: #f4bc41;
}




/* =====================================
  下層
===================================== */
.w500 img {
    max-width: 500px;
}
span.txt_red {
    color: #ff0000;
    vertical-align: top;
}


/* 診療内容 */
.pink_box.menu_box {
    padding: 20px;
}
.under #content .menu_box h3 {
    font-size: 20px;
    letter-spacing: normal;
    padding: 15px;
    margin-bottom: 20px;
    box-sizing: content-box;
}


/* price */
table.vitamin-price {
    border: 3px double #cccccc;
    margin: 0 auto;
    width: 100%;
}
table.vitamin-price td {
    background-color: #ffffff;
    font-weight: bold;
    padding: 10px 10px;
    width: 50%;
}
table.vitamin-price th {
    background-color: #daf4fc;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    color: #1c87a9;
    padding: 10px;
    text-align: center;
    width: 50%;
}
.bdright {
    border-right: 1px solid #cccccc;
}
.bdtop {
    border-top: 1px solid #cccccc;
}
.pink {
    color: #ed80b0;
}


/* 番号リスト */
.num_list {
    counter-reset: li;
}
.num_list li:before {
    background: #ef92bb;
    color: #fff;
    content: counter(li, decimal);
    counter-increment: li;
    display: block;
    font-size: 20px;
    height: 30px;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px;
} 
.num_list li {
    margin-bottom: 10px;
    padding-left: 40px;
    position: relative;
}
.num_list li:last-child {
    margin-bottom: 0;
}
.txt_link {
    vertical-align: top;
}
.pink_box {
    background: url(http://www.hikida-lc.com/asset/pink-bg.jpg) repeat center center;
    padding: 50px;
}
.blue_box {
    background: rgba(41, 157, 230, 0.2);
    padding: 50px;
}
.border_box {
    border: 3px solid #f7c2d9;
    padding: 25px;
}
#content {
    min-height: 850px;
}
#content p:last-child {
    margin-bottom: 0;
}
@media (max-width: 979px) and (min-width: 768px) {
.singlebox2.border_box {
    padding: 25px;
}
}
@media screen and (max-width: 767px) {
#content {
    min-height: 450px;
}
.height_auto {
    height: auto !important;
}
.pink_box,
.blue_box,
.border_box {
    padding: 25px;
}
}


/* =====================================
  共通
===================================== */

h2.block_title {
    font-family: "丸フォーク M", "Maru Folk Medium";
    color: #ec74a9;
    font-size: 36px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    background: url(http://www.hikida-lc.com/asset/icon-block_title.png) no-repeat center bottom;
    background-size: 60px 10px;
    padding-bottom: 37px;
}
table.info {
    width: 100%;
}
table.info th,
table.info td {
    padding: 7px 5px;
}
table.info th {
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #f5bdd5;
    width: 140px;
    color: #ec74a9;
}
table.info td {
    border-bottom: 1px solid #e1e1dc;
}
.btn_more a {
    display: block;
    background: #f7b520;
    padding: 16px 30px;
    text-align: center;
    color: #fff;
    position: relative;
    border-radius: 2px;
    line-height: 1.6;
    font-size: 18px;
    letter-spacing: 0.1em;
    max-width: 340px;
    margin: 0 auto;
}
.btn_more a:after {
    position: absolute;
    content:'';
    display: block;
    height: 14px;
    width: 7px;
    right: 20px;
    top: 50%;
    margin-top: -7px;
    background: url(http://www.hikida-lc.com/asset/arrow_btn.png) no-repeat center top;
    background-size: 7px 14px;
}
.btn_more a:hover {
    text-decoration: none;
    background: #e8ac24;
}
@media screen and (max-width: 767px) {
h2.block_title {
    font-size: 28px;
    margin-bottom: 35px;
    padding-bottom: 30px;
}
table.info th {
    width: 120px;
}
}

/* =====================================
 コンテンツ top
===================================== */
.top #content-top {
    display: none;
}
@media screen and (max-width: 767px) {
.top #content-top {
    display: block;
    padding: 50px 0 22px;
}
#content-top .btn_tel {
    margin-bottom: 25px;
}
}
/* =====================================
 ご挨拶
===================================== */
.full #content .b_09.greeting_section {
    padding: 88px 0 104px;
    background: url(http://www.hikida-lc.com/asset/bg-greeting.jpg) no-repeat center top;
    background-size: cover;
}
.greeting_section .inner_box {
    background: rgba(255, 255, 255, 0.60);
    padding: 40px 20px 65px;
}
.greeting_section h2.block_title {
    margin-bottom: 40px;
}
.greeting_section p {
    line-height: 2.25;
    text-align: center;
    margin-bottom: 35px;
}
/* =====================================
 menu
===================================== */
.full #content .b_09.menu_section {
    padding: 84px 0 73px;
}
ul.menu_list li {
    float: left;
    width: 32.5%;
    margin-left: 1.25%;
    margin-bottom: 1.25%;
}
ul.menu_list li:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
}
ul.menu_list li img {
    width: 100%;
    max-width: 380px;
}
@media screen and (max-width: 767px) {
.full #content .b_09.menu_section {
    padding: 0 0 50px;
}
ul.menu_list {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
}
ul.menu_list li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
}
ul.menu_list li:last-child {
    margin-bottom: 0;
}
}
/* =====================================
 クリニック紹介
===================================== */
.full #content .b_09.clinic_section {
    background: url(http://www.hikida-lc.com/asset/bg-clinic.jpg) no-repeat center top;
    background-size: cover;
    padding: 90px 0 100px;
}
.left_box {
    width: 56%;
    float: left;
    max-width: 650px;
}
.right_box {
    width: 41%;
    float: right;
    max-width: 470px;
}
.clinic_section table.gnv_tmp_hours th,
.clinic_section table.gnv_tmp_hours td {
    font-size: 18px;
    line-height: 1.7;
}
.clinic_section .map_box iframe {
    width: 100% !important;
}
@media (max-width: 979px) and (min-width: 768px) {
.clinic_section table.gnv_tmp_hours th,
.clinic_section table.gnv_tmp_hours td {
    font-size: 15px;
}
}
@media screen and (max-width: 767px) {
.full #content .b_09.clinic_section {
    background: #fff;
    padding: 50px 0 50px;
}
.left_box,
.right_box {
    width: 100%;
    float: none;
    max-width: none;
}
.left_box {
    margin-bottom: 50px;
}
.left_box div.photo {
    margin-bottom: 25px;
}
.clinic_section .map_box iframe {
    height: 350px !important;
}
}

/* =====================================
 クリニックからのお知らせ
===================================== */

.full #content .b_09.news_section {
    padding: 67px 0 75px;
}
.news_section {
    background: url(http://www.hikida-lc.com/asset/bg-pink.jpg) no-repeat center top;
    background-size: cover;
}
.gnv_tmp_008_title_block h2 {
    margin-bottom: 24px;
}
.gnv_tmp_008_title_block h2 span {
    display: inline-block;
    vertical-align: top;
}
.gnv_tmp_008_title_block #news .ov {
    top: -70px;
}
#news .ov {
    display: inline-block;
    width: auto;
    float: right;
    color: #333;
}
#news dl {
    border-bottom: 1px solid #dfd9dc;
    padding-bottom: 22px;
    margin-bottom: 24px;
}
#news dt {
    padding: 0;
    margin-bottom: 7px;
    color: #f7b520;
    font-weight: normal;
}
#news dt .newsNew {
    background: #f7c2d9;
    border-radius: 0;
    color: #333;
    display: inline-block;
    font-size: 10px;
    height: 18px;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0 0 0 10px;
    padding: 0;
    text-align: center;
    width: 35px;
}
#news dd {
    padding: 0;
}
#news dd a {
    color: #333;
    text-decoration: none;
}
#news dd a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
.full #content .b_09.news_section {
    padding: 50px 0;
}
/*.gnv_tmp_008_title_block h2 {
    padding: 14px 70px 14px 0 !important;
    text-align: left !important;
    font-size: 26px !important;
}*/
.gnv_tmp_008_title_block h2 span {
    display: block;
}
}
/* =====================================
 content-bottom
===================================== */
#content-bottom {
    background: url(http://www.hikida-lc.com/asset/bg-content_bottom.jpg) no-repeat center top;
    background-size: cover;
    padding: 44px 0 22px;
    text-align: center;
}
#content-bottom .inq_box {
    max-width: 1000px;
    margin: 0 auto;
}
#content-bottom p.lead {
    font-size: 30px;
    color: #299de5;
    letter-spacing: 0.15em;
    font-family: "丸フォーク M", "Maru Folk Medium";
    line-height: 1.4;
    margin-bottom: 17px;
}
#content-bottom p.txt {
    letter-spacing: 0.1em;
    line-height: 2.25;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
#content-bottom {
    display: none;
}
}
/* =====================================
 1. common
===================================== */
/* 1-1. float -------------------------- */
.fl { float: left;}
.fr { float: right;}
.cb {
	clear: both;
	padding: 0;
}

/* 1-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;}
.mb80 { margin-bottom: 80px !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;}

/* 1-3. padding -------------------------- */
.pa00 { padding: 0 !important;}
.pa05 { padding: 5px !important;}
.pa10 { padding: 10px !important;}
.pa15 { padding: 15px !important;}
.pa20 { padding: 20px !important;}
.pa25 { padding: 25px !important;}
.pa30 { padding: 30px !important;}
.pa35 { padding: 35px !important;}
.pa40 { padding: 40px !important;}
.pa45 { padding: 45px !important;}
.pa50 { padding: 50px !important;}

.pt00 { padding-top: 0 !important;}
.pt05 { padding-top: 5px !important;}
.pt10 { padding-top: 10px !important;}
.pt15 { padding-top: 15px !important;}
.pt20 { padding-top: 20px !important;}
.pt25 { padding-top: 25px !important;}
.pt30 { padding-top: 30px !important;}
.pt35 { padding-top: 35px !important;}
.pt40 { padding-top: 40px !important;}
.pt45 { padding-top: 45px !important;}
.pt50 { padding-top: 50px !important;}

.pr00 { padding-right: 0 !important;}
.pr05 { padding-right: 5px !important;}
.pr10 { padding-right: 10px !important;}
.pr15 { padding-right: 15px !important;}
.pr20 { padding-right: 20px !important;}
.pr25 { padding-right: 25px !important;}
.pr30 { padding-right: 30px !important;}
.pr35 { padding-right: 35px !important;}
.pr40 { padding-right: 40px !important;}
.pr45 { padding-right: 45px !important;}
.pr50 { padding-right: 50px !important;}

.pb00 { padding-bottom: 0 !important;}
.pb05 { padding-bottom: 5px !important;}
.pb10 { padding-bottom: 10px !important;}
.pb15 { padding-bottom: 15px !important;}
.pb20 { padding-bottom: 20px !important;}
.pb25 { padding-bottom: 25px !important;}
.pb30 { padding-bottom: 30px !important;}
.pb35 { padding-bottom: 35px !important;}
.pb40 { padding-bottom: 40px !important;}
.pb45 { padding-bottom: 45px !important;}
.pb50 { padding-bottom: 50px !important;}

.pl00 { padding-left: 0 !important;}
.pl05 { padding-left: 5px !important;}
.pl10 { padding-left: 10px !important;}
.pl15 { padding-left: 15px !important;}
.pl20 { padding-left: 20px !important;}
.pl25 { padding-left: 25px !important;}
.pl30 { padding-left: 30px !important;}
.pl35 { padding-left: 35px !important;}
.pl40 { padding-left: 40px !important;}
.pl45 { padding-left: 45px !important;}
.pl50 { padding-left: 50px !important;}

/* 1-4. text-align -------------------------- */
.tal { text-align:left;}
.tac { text-align:center;}
.tar { text-align:right;}

/* 1-5. bold -------------------------- */
.bold {
    font-weight: bold;
}
/* 1-6. ph -------------------------- */
.ph {
    display: inline-block;
    border: 1px solid #e3e3e3;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.ph img {
	width: 100%;
}

/* 1-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;
}
}
/* 1-8. image layout -------------------------- */
/** 基本設定 **/
/* 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 {
	float: none !important;
	margin: 0 auto 20px !important;
        width: 100% !important;
}
}
/* 1-9. image decoration -------------------------- */
/* Round 
.image img,
.text_image img,
.gnv_tmp_style img {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}*/
/* 1-10. rollover(Transmission) -------------------------- */
.rollover a img:hover,
.rollover span a img:hover,
.rollover .img_r span a img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* =====================================
 1-11. other
===================================== */
/* 1-11-1. before after -------------------------- */
.ba_box {
	background: url(/asset/ba_ar.png) no-repeat 49% 55%;
	display: table;
	width: 100%;
}
.ba_box div.column_l,
.ba_box div.column_r {
	display: table-cell;
	width: 30%;
}
.ba_box div.column_l span,
.ba_box div.column_r span {
	width: 100%;
}
.ba_box div.column_l p,
.ba_box div.column_r p,
.ba_box div.column_l span img,
.ba_box div.column_r span img {
	width: 95% !important;
	margin: 0 auto !important;
}
.ba_box .column_r, .ba_box .column_l {
	text-align: center;
	color: #B69440;
    font-size: 120%;
    font-weight: bold;
}
.ba_box .column_r span {
	text-align: right;
}
@media screen and (max-width: 767px) {
.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% !important;
	display: block !important;
}
.ba_box .column_l {
	margin-bottom: 2em!important;
}
.ba_box .column_r span {
	text-align: center;
}
}
/* 1-11-2. list -------------------------- */
/* list 01 */
.ic_01 {
	width: 100%;
	margin: 0;
}
.ic_01 .clearfix {
	padding: 5px 0;
}
.ic_01 span {
	position: relative;
        display: block;
        padding-left: 20px;
}
.ic_01 span:before {
	content: "";
	position: absolute;
	background: #ef92bb;
	top: 10px;
	left: 0;
	margin-top: 0;
	height: 7px;
	width: 7px;
	border-radius: 50%;
}
/* ul */
.ic_01 ul {
	margin: 0;
}
.ic_01 li {
	position: relative;
	padding: 5px 0 5px 20px;
}
.ic_01 li:before {
	content: "";
	position: absolute;
	background: #ef92bb;
	top: 13px;
	left: 0;
	margin-top :0px;
	height: 7px;
	width: 7px;
	border-radius: 50%;
}
.ic_01 li span.Red {
    padding: 0;
    display: inline-block;
    color: #ff0000;
    vertical-align: top;
}
.ic_01 li span.Red:before {
    display: none;
}
/* list 02 */
.ic_02 {
	margin: 0 15px;
}
.ic_02 .clearfix {
	padding: 5px 5px 5px 35px;
}
.ic_02 .clearfix span {
	position: relative;
	line-height: 1;
}
.ic_02 span:before{
    content:"\00a0";
    display: block;
    border: solid 9px #000;
    height: 0;
    width: 0;
    position: absolute;
    left: -29px;
    top: 10px;
    margin-top: -8px;
}
.ic_02 span:after{
    content:"\00a0";
    display:block;
    width: 4px;
    height: 7px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    position:absolute;
    left: -23px;
    top: 10px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* ul */
.ic_02 ul {
	margin: 35px;
}
.ic_02 li {
	position: relative;
	padding: 5px 5px 5px 0;
}
.ic_02 li:before {
    content:"\00a0";
    display: block;
    border: solid 9px #000;
    height: 0;
    width: 0;
    position: absolute;
    left: -29px;
    top: 10px;
	margin-top: -4px;
}
.ic_02 li:after{
    content:"\00a0";
    display:block;
    width: 4px;
    height: 7px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    position:absolute;
    left: -23px;
    top: 10px;
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* arrow list 01 */
.ic_arrow_01 {
	margin: 0;
}
.ic_arrow_01 div {
	padding: 5px 5px 5px 25px;
}
.ic_arrow_01 span {
	position: relative;
}
.ic_arrow_01 span:before {
	display: block;
	content: "";
	position: absolute;
	left: -15px;
	width: 0;
	height: 0;
	margin-top: 6px;
	border: 5px solid transparent;
	border-left: 5px solid #000;
}
.ic_arrow_01 span:hover:before {
	left: -12px;
}
/* ul */
.ic_arrow_01 ul {
	margin: 0;
}
.ic_arrow_01 li {
	position: relative;
	padding: 5px 5px 5px 15px;
}
.ic_arrow_01 li:before {
	display: block;
	content: "";
	position: absolute;
        top: 10px;
	left: 0;
	width: 0;
	height: 0;
	margin-top: 4px;
	border: 5px solid transparent;
	border-left: 5px solid #ef92bb;
}
.ic_arrow_01 li a {
        color: #333;
}
.ic_arrow_01 li a:hover {
        color: #ef92bb;
}
/* arrow list 02 */
.ic_arrow_02 {
	margin: 0 15px;
}
.ic_arrow_02 .clearfix {
	padding: 5px 5px 5px 30px;
}
.ic_arrow_02 span {
	position: relative;
}
.ic_arrow_02 span:before {
	display: block;
	content: "";
	position: absolute;
    top: 10px;
	left: -25px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%;
	background: #999;
}
.ic_arrow_02 span:after {
	display: block;
	content: "";
	position: absolute;
    top: 10px;
	left: -19px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}
.ic_arrow_02 span:hover:before {
	left: -22px;
}
.ic_arrow_02 span:hover:after {
	left: -16px;
}
/* ul */
.ic_arrow_02 ul {
	margin: 30px;
}
.ic_arrow_02 li {
	position: relative;
	padding: 5px 5px 5px 0;
}
.ic_arrow_02 li:before {
	display: block;
	content: "";
	position: absolute;
    top: 10px;
	left: -25px;
	width: 16px;
	height: 16px;
	margin-top: -4px;
	border-radius: 50%;
	background: #999;
}
.ic_arrow_02 li:after {
	display: block;
	content: "";
	position: absolute;
    top: 10px;
	left: -19px;
	width: 0;
	height: 0;
	margin-top: -1px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}
.ic_arrow_02 li:hover:before {
	left: -22px;
}
.ic_arrow_02 li:hover:after {
	left: -16px;
}
/* 1-11-3. flow -------------------------- */
.flow {
	margin: 0 15px;
}
img.gnv_tmp_flow_arrow_01,
img.gnv_tmp_flow_arrow_02 {
	margin: 10px auto 0;
}
.flow.b_11 .b_11_in span img {
    width: 30% !important;
    float: left !important;
}
@media screen and (max-width: 767px) {
.flow.b_11 .b_11_in span img {
    width: 100% !important;
    float: none !important;
}
}
/* 1-11-4. qa -------------------------- */
.gnv_tmp_qa_q {
	border-left: 3px solid #333;
	padding: 10px;
	display: table;
	margin: 0 15px 10px;
}
.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;
	padding: 10px;
	display: table;
	margin: 0 15px 10px;
}
.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;
}

/* =====================================
 1-12. table
===================================== */
/* 1-12-1. default -------------------------- */
.b_06 table th {
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #f5bdd5;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #ec74a9;
    padding: 5px !important;
}
.b_06 table td {
    border-bottom: 1px solid #e1e1dc;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 5px !important;
}
.b_06_item {
    background: none;
    width: 30%;
}
/* 1-12-2. table01 -------------------------- */
table.gnv_tmp_table01 {
	margin-bottom: 1.5em;
}
table.gnv_tmp_table01 th,
table.gnv_tmp_table01 td {
    text-align: left;
}
table.gnv_tmp_table01 {
    background: #fff;
	width: 100%;
}
table.gnv_tmp_table01 thead th {
    background: #ddd;
    border-top: 1px dotted #ccc;
}
table.gnv_tmp_table01 th {
    background: #efefef;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
table.gnv_tmp_table01 td {
    background: #fff;
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
}
/* 1-12-3. table02 -------------------------- */
table.gnv_tmp_table02 {
    margin-bottom: 15px;
}
table.gnv_tmp_table02 th,
table.gnv_tmp_table02 td {
    text-align: left;
}
table.gnv_tmp_table02 {
	width: 100%;
}
table.gnv_tmp_table02 thead th {
    background: #ebb6ce;
    border-top: 1px solid #ebb6ce;
    border-bottom: 1px solid #ebb6ce;
    color: #fff;
    width: 10%;
}
table.gnv_tmp_table02 th {
    border-bottom: 1px solid #e1e1dc;
    border-top: 1px solid #e1e1dc;
}
table.gnv_tmp_table02 td {
    border-bottom: 1px solid #e1e1dc;
    border-top: 1px solid #e1e1dc;
    color: #f7b520;
}
p.time_tip {
    margin-bottom: 28px;
}
p.time_tip span {
    vertical-align: top;
}
/* 1-12-4. hours -------------------------- */
table.gnv_tmp_hours th,
table.gnv_tmp_hours td {
    text-align: center;
    padding: 5px 0;
}
table.gnv_tmp_hours tbody th {
    width: 20%;
}

/*th {
    padding: 0px !important;
}*/
@media screen and (max-width: 767px) {
table.gnv_tmp_hours th,
table.gnv_tmp_hours td {
	font-size: 70%;
}
}

/* =====================================
 2. header
===================================== */
#header {
    position: relative;
    z-index: 2;
}
/* top_box -------------------------- */
.top_box {
    background: #f7c2d9;
    padding: 7px 0;
}
.head_contact_list li {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 14px;
    color: #595656;
    line-height: 16px;
}
.head_contact_list li,
.head_contact_list li span,
.head_contact_list li a {
    vertical-align: top;
}
.head_contact_list li.icon1 {
    padding: 0 0 0 20px;
    margin-right: 20px;
}
.head_contact_list li.icon1:after {
    left: 0;
    top: 0;
    width: 12px;
    height: 16px;
    content: '';
    background: url(http://www.hikida-lc.com/asset/soc_icon1.png) no-repeat 0px 0px;
    background-size: 12px 16px;
}
.head_contact_list li.icon2 {
    padding: 0 0 0 25px;
    margin-right: 15px;
}
.head_contact_list li.icon2 a {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 14px;
    color: #595656;
    line-height: 16px;
}
.head_contact_list li.icon2:after {
    left: 0;
    top: 2px;
    width: 16px;
    height: 11px;
    content: '';
    background: url(http://www.hikida-lc.com/asset/soc_icon2.png) no-repeat 0px 0px;
    background-size: 16px 11px;
}
.head_contact_list li.icon3 {
    padding: 0 0 0 23px;
}
.head_contact_list li.icon3:after {
    left: 0;
    top: 0;
    width: 17px;
    height: 16px;
    content: '';
    background: url(http://www.hikida-lc.com/asset/soc_icon3.png) no-repeat 0px 0px;
    background-size: 17px 16px;
}
.head_contact_list li.icon3 span.txt {
    color: #ec74a9;
}

/* header_box  -------------------------- */
.type6 .header_box {
    background: none;
}
.header_box {
    padding-top: 23px;
}

@media (max-width: 1199px) and (min-width: 980px) {
h1 {
    width: 30%;
}
}

@media (min-width: 768px) and (max-width: 768px) {
#header .container {
    width: 768px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.header_box .row {
    margin-left: 0 !important;
}
.header_box .grid_12 {
    width: 748px;
    margin: 0 auto !important;
    float: none;
}
h1 {
    width: auto;
    float: none;
    text-align: center;
    margin-bottom: 10px;
}
}
@media only screen and (max-width: 767px) {
#header {
    border-top: 10px solid #f7c2d9;
}
h1 {
    text-align: center;
}
}
/* =====================================
 3. nav
===================================== */
#inquiryBody nav {
	display:none;
}
/* グローバル nav-------------------------- */
.sf-menu {
    padding-top: 10px;
}
.sf-menu > li {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 16px;
    color: #666;
    line-height: 1.2;
    margin-left: 25px;
}
.sf-menu > li > a {
     font-weight: normal;
     color: #666;
}
.sf-menu > li:hover span, .sf-menu > li.sfHover span, .sf-menu > li.current:hover span {
     background: #f7c2d9;
}
.sf-menu > li.current span {
     background: none;
}
.sf-menu > li.current > a {
     color: #666;
}
.sf-menu > li.current:hover > a {
     color: #fff;
}
.sf-menu > li > a.sf-with-ul:after {
    width: 9px;
    height: 4px;
    top: 36px;
    margin-left: -4px;
    background: url(http://www.hikida-lc.com/asset/menu_arrow.png) no-repeat 0 0;
    background-size: 9px 4px;
}
@media (max-width: 1199px) and (min-width: 980px) {
.sf-menu > li {
    margin-left: 5px;
}
}
@media (max-width: 979px) and (min-width: 768px) {
nav {
    float: none;
    text-align: center;
}
.sf-menu {
    display: inline-block !important;
    padding: 0;
}
.sf-menu > li {
    float: none;
    display: inline-block;
    margin-left: 8px;
}
}
@media only screen and (max-width: 767px) {
#mm0 {
    border: 1px solid #b5b5b5;
}
}
/* sub nav-------------------------- */
.sf-menu ul {
    background: #f7c2d9;
    width: 160px;
    margin-left: -80px;
    left: 50%;
    top: 45px;
    padding: 20px 5px;
}
.sf-menu ul li {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
}
.sf-menu ul li a {
    color: #666;
}
.sf-menu ul li a:hover {
    color: #fff;
}

/* =====================================
 4. mainimage
===================================== */
/* 4-1. top -------------------------- */
/* slider default hidden */
#slider.camera_wrap {
	display:none!important;
}
/* image size fixed */
#mainimage .main_content {
    background: url(/asset/main_pcimg.jpg) no-repeat top center;
    background-size: auto 100%;
    height: 786px;
    position: relative;
    margin-top: -162px;
}
@media (max-width: 1199px) and (min-width: 980px) {
#mainimage .main_content {
    height: 580px;
    position: relative;
    margin-top: -113px;
}
}
@media (max-width: 979px) and (min-width: 768px) {
#mainimage .main_content {
    height: 450px;
    margin-top: -100px;
}
}
@media screen and (max-width: 767px) {
#mainimage .main_content {
    background: none;
    height: auto;
    margin-top: 0;
}
}
/* 4-2. under -------------------------- */
#notfoundBody #mainimage,
#sitemapBody #mainimage,
#newsList #mainimage,
#websiteNewsDetail #mainimage,
#inquiryBody #mainimage {
	display: none;
}
.under #mainimage {
    background: url(http://www.hikida-lc.com/asset/bg-under_main.jpg) no-repeat center top;
    background-size: cover;
    height: 180px;
}
.under #mainimage .gnv_tmp_h2_bg {
    height: 180px;
    display: table;
    width: 100%;
}
.under #mainimage h2 {
    display: table-cell;
    line-height: 1.2;
    text-align: center;
    font-size: 40px;
    color: #595656;
    margin: 0;
    padding: 15px;
    font-family: "丸フォーク M", "Maru Folk Medium";
    vertical-align: middle;
    letter-spacing: 0.3em;
}
.under h2 span {
	color: #999;
	font-size: 70%;
	padding-left: 20px;
}
h2.titleBg {
	text-align: left;
}
@media screen and (max-width: 767px) {
.under #mainimage,
.under #mainimage .gnv_tmp_h2_bg {
    height: 140px;
}
.under #mainimage h2 {
    font-size: 32px;
    letter-spacing: 0.1em;
}
}

/* =====================================
 5. footer
===================================== */
#footer {
    margin-top: 3px;
    background: url(http://www.hikida-lc.com/asset/bg-footer.jpg) no-repeat center top;
    background-size: cover;
    border-top: 5px solid #f7c2d9;
    padding-top: 52px;
}
#footer img {
    width:auto;
}
.footer_sitemap {
    margin: 27px 0 31px;
}
.footer_sitemap a {
    position: relative;
    padding-left: 18px;
    color: #333;
    text-decoration: none;
}
.footer_sitemap a:hover {
    color: #ec74a9;
}
.footer_sitemap a:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .5em;
    border-top: .4em solid transparent;
    border-bottom: .4em solid transparent;
    border-left: .4em solid #ec74a9;
}
.copy_box,
.menu_item,
.other_item {
    float: left;
    padding-right: 10px;
}
.copy_box {
    width: 31.5%;
}
.menu_item {
    width: 49.5%;
}
.other_item {
    width: 19%;
}
h4.footer_title {
    font-family: "丸フォーク M", "Maru Folk Medium";
    color: #ec74a9;
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    word-wrap: break-word;
    letter-spacing: 0.2em;
    line-height: 1.2em;
}
.copyright {
    color: #333;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.footer_contact {
    color: #333;
    font-size: 16px;
    vertical-align: baseline;
    margin-bottom: 14px;
    font-weight: normal;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.footer_contact span,
.footer_contact a {
    vertical-align: baseline;
}
.footerLink ul.list {
    float: left;
    width: 47%;
    padding-right: 10px;
}
#footer .list li {
    background: none;
    padding: 0;
    line-height: 1.4;
    margin-top: 13px;
}
.type6 ul.list li a {
    color: #333;
}
.type6 ul.list li a:hover {
    color: #ec74a9;
}
@media screen and (max-width: 767px) {
#footer {
    position: relative;
    padding-bottom: 20%;
}
.copy_box, .menu_item, .other_item {
    float: none;
    padding: 0;
    width: 100%;
}
.copy_box, .menu_item {
    margin-bottom: 35px;
}
.footerLink ul.list {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 13px;
}
.footerLink ul.list:last-child {
    margin-bottom: 0;
}
ul.fixed_button {
    height: auto;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    left: 0;
    width: 100%;
}
ul.fixed_button li {
    float: left;
    width: 50%;
}
ul.fixed_button li.btn_tell {
    border-right: 1px solid #fff;
}
ul.fixed_button li.btn_mail {
    border-left: 1px solid #fff;
}
ul.fixed_button li a:hover img {
    opacity: 0.9;
}
ul.fixed_button li img {
    width: 100%;
}
#toTop {
    bottom: 36% !important;
}
}

/* =====================================
 6. content
===================================== */
@media (min-width: 768px) and (max-width: 768px) {
.container {
	width: 748px;
}
}
/* 6-1. title -------------------------- */
.static #content h2.titleBg, h2.titleBg {
    border-bottom: 2px solid #f2d5e1;
    border-top: none;
    color: #ec74a9;
    font-size: 36px;
    letter-spacing: 0.1em;
    font-family: "丸フォーク M", "Maru Folk Medium";
    line-height: 1.4;
    padding: 14px 15px;
    text-align: center;
}
#websiteNewsDetail #content newsDetail h2.titleBg {
    text-align: left;
    font-size: 28px;
}
h3 {
    color: rgb(84, 94, 96);
    font-size: 220%;
    font-weight: bold;
    line-height: 1.2em;
    margin: 1.5em 0;
    word-wrap: break-word;
}
.under #content h3 {
    background: #f4bc41;
    color: #fff;
    font-size: 30px;
    letter-spacing: 0.3em;
    font-family: "丸フォーク M", "Maru Folk Medium";
    line-height: 1.4;
    padding: 19px 27px;
    margin: 0;
}
.gnv_tmp_h4_bg {
    padding: 0 10px 20px;
    background: url(/asset/bg-h4.png) repeat-x left bottom;
    background-size: 25px 6px;
    box-sizing: content-box;
}
.gnv_tmp_h4_bg h4:before {
    content: "";
    position: absolute;
    background: #fcd176;
    top: 50%;
    left: 0;
    margin-top :-4px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
}
.gnv_tmp_h4_bg h4 {
    position: relative;
    color: #333;
    font-size: 26px;
    letter-spacing: 0.3em;
    font-family: "丸フォーク M", "Maru Folk Medium";
    line-height: 1.4;
    padding-left: 30px;
    margin: 0;
}

.text_image .gnv_tmp_h4_bg {
    margin-bottom: 1em !important;
}
h4 {
    color: rgb(84, 94, 96);
    font-size: 120%;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 0.5em;
    text-transform: none;
    word-wrap: break-word;
}
h5 {
    font-family: "丸フォーク M", "Maru Folk Medium";
    word-wrap: break-word;
    color: #ef92bb;
    line-height: 1.2;
    letter-spacing: 0.2em;
    margin: 0;
    position:relative;
    padding-left: 25px;
    font-size: 20px;
}
h5:before{
	content:''; 
	height:12px; 
	width:12px; 
	display:block; 
	background:#ef92bb; 
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset; 
	position:absolute; 
	top:-0px; 
	left:5px;
	transform:rotate(-50deg);
	-webkit-transform:rotate(-50deg);
	-moz-transform:rotate(-50deg);
	-o-transform:rotate(-50deg);
	-ms-transform:rotate(-50deg);
}
h5:after{
	content:''; 
	height:8px; 
	width:6px; 
	display:block; 
	background:#ef92bb; 
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset; 
	position:absolute; 
	top:16px; 
	left:2px;
	transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	-ms-transform:rotate(-75deg);
}

@media (max-width: 979px) and (min-width: 768px) {
.singlebox3 .gnv_tmp_h4_bg h4 {
    font-size: 24px;
    letter-spacing: 0.1em;
}
}
@media screen and (max-width: 767px) {
.under #content h3 {
    font-size: 26px;
    letter-spacing: 0.1em;
    padding: 15px;
}
.static #content h2.titleBg, h2.titleBg {
    font-size: 28px;
}
.gnv_tmp_h4_bg h4 {
    font-size: 22px;
    letter-spacing: 0.1em;
}
}
/* 6-2. table -------------------------- */
.table_num {
	width: 100%;
}
.table_num th {
	font-size: 300%;
	font-color: #333;
	vertical-align: top;
	font-weight: bold;
	padding-right: 0.5em;
}
.table_num td {
	padding-bottom: 1em;
}
/* 6-3. parts -------------------------- */
.b_11 .b_11_in span img {
    margin: 0 2em 1em 0;
    width: 35%;
}
.grid_3 .b_11_in span img,
.grid_4 .b_11_in span img,
.llebox3 .b_11_in span img,
.singlebox3 .b_11_in span img,
.singlebox4 .b_11_in span img {
	float: none;
	width: 100%;
}
@media (max-width: 767px) {
/* 6-3. parts -------------------------- */
.b_11 .b_11_in span img {
	float: none;
	width: 100%;
	margin: 0 0 2em;
}
}
/* 6-4. map -------------------------- */
.gnv_tmp_map {
  position: relative;
  width: 100%;
  padding-top: 55%;
}
.gnv_tmp_map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 767px) {
.gnv_tmp_map {
  padding-top: 70%;
}
}
/* 6-5. tel -------------------------- */
.tel_txt a {
    cursor: text;
}
.tel_txt a:hover {
    text-decoration: none;
}

@media screen and (max-width: 767px) {
.tel_txt a,
.tel_txt a:hover {
    text-decoration: underline;
}
}
/* 6-6. other-------------------------- */
/* 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;
}
/* box color */
.bc01 {
	background: #e8daca;
	padding: 20px 15px;
}
.bc02 {
	background: #cf9e64;
	padding: 20px 15px;
}
.bc03 {
	background: #b09371;
	padding: 20px 15px;
}
.bc04 {
	background: #635545;
	padding: 20px 15px;
}
/* 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: 767px) {
.gMap {
	padding-top: 50%;
}
}

@media only screen and (max-width: 480px) {
	.gMap{
		padding-top: 220px;
	}
	.calenderWrap {
		padding-top: 300px;
	}
	.indoorView {
		padding-top: 240px;
	}
}
/*-------------------------------------------------------*/

/* =====================================
 7. full content
===================================== */
.full #content .container {
    width: 100%;
}
.full #content .container12 {
	width: 100%!important;
}
.full #content .b_09 {
	margin-bottom: 0;
	padding-bottom: 1.5em;
}
.full #content {
	padding-top: 0;
	padding-bottom: 0;
}
.full #content .grid_12 {
    margin-left: auto;
    margin-right: auto;
    width: 1170px;
    float: none;
}
@media (min-width: 980px) and (max-width: 1199px) {
    .full #content .grid_12 {
        width: 940px;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .full #content .grid_12 {
        width: 748px;
    }
}
@media (max-width: 767px) {
	.full #content .grid_12 {
        width: 420px;
    }
    .full .header_box .grid_12 {
        width: 100%;
    }
}
@media (max-width: 479px) {
    .full #content .grid_12 {
        width: 300px;
        padding: 0;
    }
}

/* =====================================
 8. blog
===================================== */
.blog .grid_8 {
	margin-left: 0;
}
.blog .entry {
	border-bottom: 1px solid #ccc;
    margin-bottom: 60px;
    padding-bottom: 60px;
}
/* 8-1. sns -------------------------- */
.blog #content .shareBt {
    text-align: right;
}
.blog .shareBt .fb_iframe_widget {
    margin-right: 5px;
}
.blog .shareBt .twitter-tweet-button {
    text-align: right;
    vertical-align: middle;
    width: 90px !important;
}
.lineBt img {
	margin-top: 5px;
}
/* 8-2. input -------------------------- */
input[type="text"]{
    border: 1px solid rgb(204, 204, 204);
    border-radius: 3px;
    padding: 2px;
    width: 100%;
    margin-bottom: 5px;
}
.blog_search_submit {
	text-align: center;
	width: 98%;
	display: block;
}
.blog_search_submit input {
	padding: 0 5px;
}

/* =====================================
 9. link
===================================== */
/* 9-1. content text link -------------------------- */
.link a:link    { text-decoration: underline; }

/* 9-2. tel link -------------------------- */
a[href^="tel:"] {
	pointer-events: none;
	cursor:text;
}

@media screen and (max-width: 767px) {
a[href^="tel:"] {
	pointer-events: auto;
	cursor:pointer;
}
}

/* 9-3. side link -------------------------- */
#sidecontact{
  display: block;
  position: fixed;
  top: 20%;
  z-index: 1000;
}
#sidecontact.rightContent{
  right:0;
}
@media screen and (max-width: 767px) {
  #sidecontact{
    display: none;
  }
}

/* =====================================
 10. 動画テンプレート
===================================== */
/* 動画最大幅 */
.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;
	}
}

/* =====================================
 11. 管理画面
===================================== */
/* 非公開 */
.hikoukai {
	display: none !important;
}
#drag-temp-pre-content .parts.hikoukai {
	display: block !important;
	border: 5px solid #777;
	background: #555;
	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;
}


/* =====================================
	12. 下層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;
	}
}


/* =====================================
	13. お問い合わせバナー(フッター下部固定)
===================================== */
/*--------------------------------------
	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;
	}
}


/* ビフォーアフター (画像サイズが大きくなり過ぎないように調整)--------------- */
 
.case_ba .ba_box {
     background: url(/asset/ba_ar.png) no-repeat 50% 40%;
     display: table;
     width: 100%;
}
.case_ba .ba_box div.column_l,
.case_ba .ba_box div.column_r {
display: table-cell;
width: 30%;
}
.case_ba .ba_box div.column_l span,
.case_ba .ba_box div.column_r span {
width: 100%;
}
.case_ba .ba_box div.column_l p,
.case_ba .ba_box div.column_r p,
.case_ba .ba_box div.column_l span img,
.case_ba .ba_box div.column_r span img {
width: auto !important;
margin: 0 auto 10px !important;
max-width: 80%;
max-height: 280px;
}
.case_ba .ba_box div.column_l p,
.case_ba .ba_box div.column_r p {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    text-align: left;
}
.case_ba .ba_box .column_r, .case_ba .ba_box .column_l,
table.case th {
text-align: center;
color: #B69440;
font-size: 120%;
font-weight: bold;
}
.case_ba .ba_box .column_r span {
text-align: right;
}
@media (max-width: 767px) {
.case_ba .ba_box {
background: url(/asset/ba_ar_sp.png) no-repeat center 50%;
margin: 0 auto 2em !important;
}
.case_ba .ba_box div.column_l,
.case_ba .ba_box div.column_r {
width: 100% !important;
display: block !important;
padding: 0 !important;
}
.case_ba .ba_box .column_l {
margin-bottom: 2em!important;
}
.case_ba .ba_box .column_r span {
text-align: center;
}
}

.b_11 .b_11_in span img {
    max-height: 248px;
}


/* NOMOCa バナー設置 */
.nomoca_bn img {
    margin: 0 auto;
    width: auto;
}
@media screen and (max-width: 767px) {
.nomoca_bn img {
    width: 90%;
}
}


/* NOMOCa バナー設置 */
.nomoca_bn img {
    margin: 0 auto;
    width: auto;
}
@media screen and (max-width: 767px) {
.nomoca_bn img {
    width: 90%;
}
}
