@charset "utf-8"; 

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ＞カルーセルスライダー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.editorOnly div#home_carousel {
    display:none;
}
div#home_carousel {
    position: relative;
    overflow: hidden;
	height:250px;
}

div#home_carousel .inner {
    /* position: absolute; */
    /* top: -400px; */
    width: 100%;
}

.simply-scroll-container {
    position: relative;
}

.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}

.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

div#home_carousel li,.simply-scroll-list li {
    float: left;
	list-style:none;
}

.simply-scroll-list li img {
    display: block;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダー（右）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#header_frame p.description {
    display: none;
}

#header_frame .logo {
    width: 140px;
    padding-top: 20px;
}

div#header_right_section .txt{
    width: 335px;
}

div#header_right_section .tel_area{
    padding-right:20px
}

div#header_right_section .tel{
    font-size: 30px;
    font-family:  "Roboto";
    line-height: 1.1;
    text-align:  center;
    margin-top: -5px;
}

div#header_right_section .tel:before{
    content: "";
    background: url(https://cinqile.com/wordpress/wp-content/themes/cyber-child/images/freedial.svg);
    width: 44px;
    height: 25px;
    background-size: 100%;
    -webkit-text-stroke: #82552f;
    display: inline-block;
    margin-right: 3px;
    vertical-align: -2px;
}

div#header_right_section .hour{
    font-size:12px;
    font-family:  "Noto Sans Japanese";
}

div#header_right_section .hour th{
    padding-right:1em;
    vertical-align: top;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
グローバルナビ（下段）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#h_navi_sub {
    display: none;
}

#h_navi_main {
    background: #ffffff;
    font-family: "Noto Sans Japanese";
    font-weight: bold;
    border: 0;
    border-top: solid 2px;
    border-bottom: solid 2px;
    border-image: url("https://cinqile.com/wordpress/wp-content/themes/cyber-child/images/common_hr.jpg") 2 repeat;
}

#h_navi_main ul {
    border: 0;
    border-left: solid 2px;
    border-image: url("https://cinqile.com/wordpress/wp-content/themes/cyber-child/images/common_hr.jpg") 2 repeat;
}

/* 親メニューのみ(アクティブ状態)（display:table-cellを使用するためAではなくLIに変化をつける） */
#h_navi_main ul > li[class*='current'], #h_navi_main ul > li:hover {
    background: #ffffff;
}

#h_navi_main ul > li[class*='current'] a {
    color: #9e7023;
}

#h_navi_main ul > li {
    min-width: 90px;
    border: 0;
    border-right: solid 2px;
    border-image: url("https://cinqile.com/wordpress/wp-content/themes/cyber-child/images/common_hr.jpg") 2 repeat;
}

#h_navi_main ul > li:first-child {
    min-width: 40px;
}

#h_navi_main ul > li > a {
    font-size: 15px;
    padding: 14px 5px;
    min-width: 105px;
    color: #3c1e12;
}

#h_navi_main ul > li > a:hover {
    color: #9d6f22;
}

#h_navi_main ul > li:first-child a {
    padding: 14px 10px;
    min-width: 40px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダー(プロモ)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#promo_frame {
	/*fv_変更(2026-07-22)m.i
	background: url(https://cinqile.com/wordpress/wp-content/themes/cyber-child/images/promo01.jpg) no-repeat 50%;*/
	background: url(https://cinqile.com/wordpress/wp-content/themes/cyber-child/images/fv_pc.jpg) no-repeat 50%;
    height: 592px;
}

#promo_frame img {
    display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
サイド固定
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#side_fixed_zone {
    right: 0;
}

#side_fixed_zone ul.sns_side li{
    border-bottom:1px solid #e2cda8;
    border-left:1px solid #e2cda8;
    border-right: 1px solid #e2cda8;
}

#side_fixed_zone a:hover{
    opacity:0.8;    
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#f_navi_sub ul:not(.sub-menu) {
    margin-left:40px;
}

body #contents_area2{
    margin-bottom:0;
}

div#f_navi_wrap,div#footer{
    background: #27110a;
}

div#f_navi_wrap a{
    color:#fff;
}

div#f_navi_wrap ul:not(.sub-menu) > li:not(.home) > a:before{
    background:#82552f; 
}

div#f_navi_other > *{
    border-bottom: 1px solid #53413b;
    border-top:  navajowhite;
    padding-bottom: 15px;
    margin-top: 0;
    padding-top: 10px;
}

#f_navi_other p.copy_link{
    padding-top: 16px;
    color:#fff
    }

div#f_navi_wrap .icons{
    float: right;
    margin-left: 20px;
}

div#f_navi_wrap .icons a:hover{
    opacity:0.8;
}

div#f_navi_wrap .icons a .fa{
    background: #5f4545;
    border-radius:5px;    
    font-size:  23px;
}

div#f_navi_wrap .icons a .fa-instagram{
    padding: 8px 10px;
    margin-right: 5px;
    }

div#f_navi_wrap .icons a .fa-facebook-f{
    padding: 8px 13px;
    }

div#footer_bottom_section .textwidget {
    text-align:  center;
    color:  #cbb2ab;
    width: 770px;
    margin: 0 auto 20px;
}

div#footer_license_section{
    padding: 5px 0;
}

div#footer_license_section .copy{
    color:#fff;
    display:  none;
}

div#copy_area{
    padding:20px 0;
}
