/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
#layerslider_14{ margin: 50px auto -50px !important; }
@media screen and (max-width: 768px) { #layerslider_14{ margin: -50px auto -50px !important; height: auto; } }
.widget_media_image{ padding: 0; margin-bottom: 4px; text-align: center; }
.phone-info{ padding: 6px 0 4px; font-size: 1.2em; }
.idx-fb-plugin{ width: 100%;}
#header .logo{ margin: 14px 0 0 0; }
#idx-fb-plugin
, .fb-page
,#idx-fb-plugin span
,#idx-fb-plugin iframe[style]
{ width: 100% !important; }

.facebook-wrapper { max-width: 500px; margin: 0 auto; }
.facebook-wrapper > .fb-page { width: 100%; }
.facebook-wrapper > .fb-page > span
, .facebook-wrapper iframe { width: 100% !important; }


td{ font-size: 16px; }


.av-magazine-content-wrap h3.av-magazine-title{ font-size: 1.2em !important; font-weight: normal; padding-top: .2em; }
.av-magazine-content-wrap div.slide-meta-comments{ display: none !important; }

.l-btn{ display: block; background: #EEE; border-radius: 4px; width: 100%; padding: 10px 0; margin: 0 auto -10px; }

#footer div.flex_column section.widget div.textwidget{  height: 160px; }



/* pc-nonpc_switch  */
.pc {}/*pcのみ表示*/
.tablet { display:none; }/* tabletのみ表示*/
.nonpc { display: none; }/*pc非表示、tablet,smartphoneで表示*/
.nonpc-inline { display: none; }/*pc非表示、tablet,smartphoneで表示*/
.pc-tablet {}/* PC,tabletで表示 */
.pc-tablet-inline { display: inline; }/* PC,tabletで表示 */
.nonpc-small { display: none; }/* smartphoneのみ表示*/
.nonpc-small-inline { display: none; }/* smartphoneのみ表示*/
@media screen and (max-width: 768px) {
.pc { display:none; }/*pcのみ表示*/
.tablet { display:block; }/* tabletのみ表示*/
.nonpc { display:block; }/*pc非表示、tablet,smartphoneで表示*/
.nonpc-inline { display: inline; }/*pc非表示、tablet,smartphoneで表示*/
}
@media screen and (max-width: 480px) {
.tablet { display:none; }/* tabletのみ表示*/
.pc-tablet { display: none; }/* PC,tabletで表示 */
.pc-tablet-inline { display: none; }/* PC,tabletで表示 */
.nonpc-small { display: block; }/* smartphoneのみ表示*/
.nonpc-small-inline { display: inline; }/* smartphoneのみ表示*/
}
body { /*color:#333; */ font: 62.5%/1.4 Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; margin: 0 auto; -webkit-text-size-adjust: 100%; }

body{ font-size: 1em; }
a:hover img{ opacity:0.6; filter: alpha(opacity=60); }

/* -------------------------------------------------- */
/* FONTS -------------------------------------------- */
/* -------------------------------------------------- */

/* font-size */
/* bodyの指定：62.5%（10px）、#mainの指定：1.4em（14px）からの相対サイズです。 
　各クラスの最後の（）内のpx数は、大体の数値です。　*/
.fs-xsmall { font-size : .64em !important; /*9px*/ }
.fs-small { font-size : .85em !important; /*12px*/ }
.fs-medium { font-size : 1em !important; /*14px*/ }
.fs-large { font-size : 1.14em !important; /*16px*/ }
.fs-xlarge { font-size : 1.57em !important; /*22px*/ line-height: 1.2; }
.fs-xxlarge { font-size : 1.86em !important; /*26px*/ }
@media screen and (max-width: 480px) { 
.fs-mobile{ font-size: .8em !important; }
th{ padding: .1em .2em; line-height: 1.2; vertical-align: middle; }
}
.fb { font-weight: bold !important; }
.fwNormal{ font-weight: normal !important; }

.u-line{text-decoration: underline;}


/* -------------------------------------------------- */
/* POSITION ----------------------------------------- */
/* -------------------------------------------------- */

.left-align { text-align: left !important; }
.center-align { text-align: center !important; }
.right-align { text-align: right !important; }

.tc { text-align: center !important; }
.tl { text-align: left !important; }
.tr { text-align: right !important; }
.va { vertical-align: middle; }
.float-l{ float: left; }
.float-r{ float: right; }

.right-img { float: right; margin-left: 10px; }
.left-img { float: left; margin-right: 10px; }
@media screen and (max-width: 480px) { 
.left-img, .right-img { float: none; margin: 0 auto 10px auto; display: block; }
}

.right-img-300 { float: right; margin-left: 10px; }
.left-img-300 { float: left; margin-right: 10px; }
@media screen and (max-width: 600px) { 
.left-img-300, .right-img-300 { width: 300px; float: none; margin: 0 auto 10px auto; display: block; }
.cmn-box .left-img-300
, .cmn-box .right-img-300 { width: 260px; }
}

/*layout-left, layout-right */
.layout-right, .layout-left { width: 315px; margin-bottom: .5em; }
.layout-left { float: left; }
.layout-right { float: right; }
@media screen and (max-width: 768px) {
.layout-right, .layout-left { width: 49%; }
}
@media screen and (max-width: 480px) {
.layout-right, .layout-left { width: 100%; float: none; }
}


/* -------------------------------------------------- */
/* SPACE -------------------------------------------- */
/* -------------------------------------------------- */
.overf-hidden { overflow: hidden; }
.margin-auto{ margin-right: auto; margin-left: auto; }

.mt0 {margin-top: 0 !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt40 {margin-top: 40px !important;}
.mt55 {margin-top: 55px !important;}
.mt60 {margin-top: 60px !important;}
.mt80 {margin-top: 80px !important;}
.mb0 {margin-bottom: 0 !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb1em {margin-bottom: 1.2em !important;}
.mb2em {margin-bottom: 2em !important;}
.ml25 {margin-left: 25px !important;}
.ml45 {margin-left: 45px !important;}
.ml1em {margin-left: 1em !important;}
.ml2em {margin-left: 2em !important;}
.mr10 {margin-right: 10px !important;}
.pr3 {padding-right: 3px !important;}
.pt15 {padding-top: 15px !important;}
.p-20{ padding: 20px; }
.p-40{ padding: 40px; }
.sp_R1em {padding: 0 1em 0 0;}
.sp_L1em {padding: 0 0 0 1em;}
.sp_L2em {padding: 0 0 0 2em;}

.clear { clear: both; }
.noline { text-decoration:none; }

.line-marker { position: relative; padding: 0 .2em .1em; }
.line-marker::after { position: absolute; bottom: 0; left: 0; z-index: -1; content: ''; width: 100%; height: 10px; background-color: #c3e650; }

.head-marker:before{ content: "■"; color: #999; }



/* -------------------------------------------------- */
/* COMMON ------------------------------------------- */
/* -------------------------------------------------- */

/* COMMON - ul ---------------- */
.ul-cmn{ list-style: none outside !important; margin: 0; }
.ul-cmn li { position: relative; margin: 0 0 .6em 1.6em; text-indent: -1.4em !important;}
.ul-cmn li:before{ color: #999; content: "\f138"; font-weight:normal; font-family: "FontAwesome",sans-serif; margin-right: 5px;}

.ul-cmn-orange li { list-style: none !important; }
.ul-cmn-orange li { position: relative; margin: 0 0 .6em 0; text-indent: -1em;}
.ul-cmn-orange li:before{color: #D96523; content: "\f138"; font-weight:normal; font-family: "FontAwesome",sans-serif; margin-right: 5px;}

.ul-cmn ol { list-style: decimal; }
.ul-cmn ol li{ background: none; }

.ul-cmn-inline{ display: flex; flex-wrap: wrap; clear: both; list-style: none outside !important; margin: 1em 0 1em 0; padding: 0; overflow: hidden; } 
.ul-cmn-inline li{ margin: 0 .5em .6em; display: inline-block !important; }
.ul-cmn-inline li a{ display: block; padding: .4em 1em .2em; margin: 0; color: #eee; border-radius: 6px; text-decoration: none; background: #01274e; }
.ul-cmn-inline li a:hover{  background: #ddd; color: #01274e; }

.ul-nml{ margin-left: 1.2em; }
.ul-nml li{ background: none; margin-bottom: .4em; list-style: disc !important; }

.ul-check li { position: relative; margin: 0 0 .6em 1.6em; text-indent: -1.4em;}
.ul-check li:before{ color: #900; content: "\f00c"; font-weight: normal; font-family: "FontAwesome",sans-serif; margin-right: 5px;}


/* COMMON - ol ---------------- */
.ol-number { margin: 0 0 0 1.2em; list-style: decimal outside; }
.ol-number li{ margin-bottom: .1em; }
@media screen and (max-width: 768px) {
.ol-number div { float: none; margin: 0 auto 1em auto; width: 230px; }
}

.ol-bold{ color:#900; font: italic normal bold 1em/1 Georgia, sans-serif; list-style: decimal outside; }
.ol-bold li{ margin: 0 0 1em 1.4em; }
.ol-bold li .li-ttl{ color: #333; font: normal normal bold 1em/160% Avenir , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "Meiryo UI" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; border-bottom: 1px solid #C00; }
.ol-bold li p{ color: #333; font: normal normal normal 1em/160% Avenir , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "Meiryo UI" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; margin: 0; padding: 0; }
.ol-bold li span{ color: #333; font: normal normal bold 1em/1 Avenir , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "Meiryo UI" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; }


/* COMMON - dl ---------------- */
.dl-cmn { border-bottom: 1px dotted #999 !important; width: 100%; padding: 0; background: #F0EFEB; overflow: hidden; }
.dl-cmn dt, .dl-cmn dd { padding: .6em 1%; margin: 0; border-top: 1px dotted #999; display: inline-block; }
.dl-cmn dt { width: 30%; float: left; clear: both; }
.dl-cmn dd { width: 70%; background: #FFF; float: right; }
@media screen and (max-width: 480px) { .dl-cmn dt,.dl-cmn dd { width: 100%; } }

.dl-cmn-half { border-right: 1px solid #000; border-bottom: 1px solid #000; border-left: 1px solid #000; display: inline-block; width: 338px; background: #E7E7E7; }
/* 468px_100px_328px */
.dl-cmn-half dt, .dl-cmn-half dd { padding: .6em 10px; border-top: 1px solid #000; display: block; float: left; }
.dl-cmn-half dt { width: 120px; clear: both; color: #444; }/* 100 */
.dl-cmn-half dd { width: 178px; background: #FFF; }/* 238 */
@media screen and (max-width: 768px) {
.dl-cmn-half { width: 49%; }
.dl-cmn-half dt, .dl-cmn-half dd { padding: .6em 2%; }
.dl-cmn-half dt { width: 24%; }
.dl-cmn-half dd { width: 68%; }
}
@media screen and (max-width: 480px) {
.dl-cmn-half { width: 300px; }
.dl-cmn-half dt, .dl-cmn-half dd { padding: .6em 10px; }
.dl-cmn-half dt { width: 60px; }
.dl-cmn-half dd { width: 200px; }
}



/* width : PCの半幅px値に固定版 */
.dl-cmn-half-fix { border-right: 1px solid #999; border-bottom: 1px solid #999; border-left: 1px solid #999; display: inline-block; width: 468px; background: #E7E7E7; }
.dl-cmn-half-fix dt, .dl-cmn-half-fix dd { padding: .6em 10px; border-top: 1px solid #999; display: block; }
.dl-cmn-half-fix dt { width: 100px; clear: both; float: left; }
.dl-cmn-half-fix dd { margin-left: 100px; background: #FFF; }
.dl-cmn-half-fix-box{ width: 468px; border: 1px solid #999; border-top: none; margin-top: -5px; padding: 14px 14px 1px 14px; background: #fff; }
@media screen and (max-width: 768px) {
.dl-cmn-half-fix { width: 100%; }
.dl-cmn-half-fix dt, .dl-cmn-half-fix dd { padding: .6em 2%; }
.dl-cmn-half-fix dt { width: 30%; }
.dl-cmn-half-fix dd { margin-left: 30%; }
.dl-cmn-half-fix-box{ width: 100%; padding: 1px 2% 1px 2%; }
}
@media screen and (max-width: 580px) {
}

.dl-cmn-border { width: 100%; }
.dl-cmn-border dt { margin: 2em 0 0 0; padding: 0; border-bottom: 1px solid #999; font-weight: bold; }
.dl-cmn-border dd { margin: 0.5em 0; }


/* table */
.cmn-table{	background: #FFF !important; width: 100%; }
.cmn-table th {	font-weight: bold; text-align: center; background: #CCC !important; }
.cmn-table img { vertical-align: middle; }
.cmn-table td {	background: #FFF; vertical-align: middle; }
.cmn-table tr .cmn-table-row { background-color:#FDF7D2 !important;}
.cmn-table th[scope="row"] { background-color:#F7F7F7 !important; text-align:left !important; }
.cmn-table tr:nth-child(2n) td{ background-color:#f9f9f9 !important;}

@media screen and (max-width: 480px) { 
.cmn-table th{ font-size: 11px; }
.cmn-table td{ font-size: 13px; }
.cmn-table th, .cmn-table td{ padding: .2em .1em; }
}


.row-head {
  border-collapse: collapse;
  vertical-align: middle;
  width: 100%;
}
 
.row-head th,
.row-head td {
  border: 1px solid #dbe1e8;  
  padding: 8px;
  vertical-align: middle;
}
 
.row-head th {
/*  background: #f9fafc;*/
  background: #ccc;
}
 
.row-head label {
  line-height: 34px;
  margin: 0;
}
 
@media only screen and (max-width: 800px) {
	.row-head { background: none !important;
	}
	
	.row-head thead {
    display: none;
  }
  
  .row-head tr,
  .row-head td {
    display: block;
    width: auto;
  }
  
  .row-head tr:first-child th 
, .row-head tr:first-child td 
, .row-head tr th:first-child th 
, .row-head tr td:first-child td 
, .row-head tr th:first-child 
, .row-head tr td:first-child 
{ border-top: none; border-right: none; border-bottom: 1px solid #dbe1e8; border-left: none; }

  .row-head tr {
    border: 1px solid #dbe1e8;
    border-radius: 5px;
    box-shadow: 3px 3px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    padding: 8px 8px 0;
  }

  .row-head td {
    border: none;
    border-bottom: 1px solid #dbe1e8;
    display: flex;
    justify-content: space-between;
    text-align: right;
  }
  .row-head td:last-child {
    border-bottom: none;
  }
  .row-head td::before {
    content: attr(aria-label);
    display: inline-block;
    font-weight: bold;
    float: left;
    text-align: left;
    padding-right: 20px;
    white-space: nowrap;
  }

}



/* COMMON - box ---------------- */
.cmn-box{ background: #EEE; border: 1px dotted #999; padding: 1em; }
.box-radius{ border-radius: 6px; }

.box-200{ width: 200px; }
.box-300{ width: 300px; }
.box-half{ width: 450px; }
.box-980{ width: 980px; }
.box-bg-fff{ background: #FFF;}
.box-bg-eee{ background: #EEE;}
.box-bg-17{ background: #171719;}
.box-bg-333{ background: #333;}
@media screen and (max-width: 768px) {
.box-980{ width: 660px; }
}
@media screen and (max-width: 480px) {
.box-half{ width: 100%; }
.cmn-box{ width: 90%; padding: 4%; }
.box-980{ width: 300px; }
}

.youtubePcTab{ display: block; }
@media screen and (max-width: 480px) {
.youtubePcTab{ display: none; }
}





/* -------------------------------------------------- */
/* PAGES -------------------------------------------- */
/* -------------------------------------------------- */

#page-ttl{ clear:both; border-bottom: 2px solid #01274E; padding: 0 0 4px 2px; margin: 0; font-size: 1.8em; font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; font-weight: bold; color: #111; }

.h2-txt { position: relative; padding-top: 1.2em; padding-bottom: .1em; border-bottom: 4px solid #01274E !important; margin-bottom: .4em !important; font-size: 1.4em; color: #01274E !important; clear: both; }
.h2-txt::after { position: absolute; bottom: -4px; left: 0; z-index: 2; content: ''; width: 20%; height: 4px; background-color: #D6B357 !important; }

.h3-txt { padding: 0 .4em 0 6px; margin-bottom: .1em; font-size: 1.2em; border-left: 6px solid #01274E !important; color: #01274E !important; }
.h3-txt-green { padding: 0 .4em 0 6px; margin-bottom: .1em; font-size: 1.2em; border-left: 6px solid #01274E !important; color: #328349 !important; }


.h4-txt { position: relative; padding: 0 .2em .1em; margin-bottom: .4em; display: inline-block; clear: both; }
.h4-txt::after { position: absolute; bottom: 0; left: 0; z-index: -1; content: ''; width: 100%; height: 10px; background-color: #DDD; }





/* PAGES - INDEX ---------------- */

#idx-plan-search{ width: 100%; }
#idx-plan-search form{ width: 100%; height: 52px; display: flex; justify-content: space-between; align-items: stretch; }
#idx-plan-search input[type="text"]{ width: 30% !important; height: 52px !important; }
#idx-plan-search input[type="image"]{ width: 18% !important; /*height: 52px !important;*/ }
#idx-plan-search select{ width: 30% !important; height: 52px !important; }
#idx-plan-search input[type="button"]{ width: 20% !important; /*height: 52px !important;*/ }


/* -------------------------------------------------- */
/* PAGES - OTHERS ----------------------------------- */
/* -------------------------------------------------- */

/* COLORs */
/*
Red : #B50000
*/




/* PAGES - VOICE ---------------- */
.voice-ttl{ font-weight: bold; font-size: 1.2em; }
.voice-name{ margin: 0 0 2em 0; padding: 0 0 0 14px; font-weight: bold; background: url(../images/voice/voice_name_bg.gif) no-repeat 0 6px; }


/* PAGES - FAQ ---------------- */
.faq-q{ background: url(http://www.hyogocc.com/img/faq/faq_q.gif) no-repeat top left; padding: 7px 0 15px 50px; min-height: 32px; font-size: 1.2em; color: #000; text-align: left; }
.faq-a{ background: url(http://www.hyogocc.com/img/faq/faq_a.gif) no-repeat; padding: 0 0 20px 50px; min-height: 32px; margin-bottom: 2em; text-align: left; }



/* PAGES - ACCESS ---------------- */
.map-box{ width: 100%; height: 450px; }
@media screen and (max-width: 768px) { .map-box{ width: 84%; margin: 0 8%; } }
@media screen and (max-width: 480px) { .map-box{ width: 300px; height: 300px; } }


/* PAGES - FACILITY ---------------- */
.menu-item-name{ width: 65%; padding-left: 2%; }
.menu-item-price{ width: 26%; text-align: right; padding-right: 2%; }
.menu-item-box{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
	margin: 10px 0 30px;
}