@charset "UTF-8";

/* RESET */
/* ----------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0 ;}
fieldset, img { border:0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal; }
ol, ul, li { list-style:none; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 {
    font-family: "Noto Serif JP","Times New Roman","Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro",serif;
	font-weight: 500;
    clear: both;
}
q:before, q:after { content:''}
strong { font-weight:bold; }
em { font-style:italic; }
a img { border:none; } /* Gets rid of IE's blue borders */
hr {
    height:0;
    margin:5px 0;
    border:none;
    border-top:1px solid #ccc;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
html { height: 100%; }

:root {
    --this-site-bold: 600;
}
.element {
    font-weight: var(--this-site-bold);
}

/* clearfix
------------------------------------------ */
.clearfix:after, #footer .copy_main:after, .voice_float:after
{content:" ";display:block;height:0;clear:both;visibility:hidden;}
/*IE7*/
.clearfix {min-height: 1px;}
/*IE6 MacIE*/
* html .clearfix {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}
.clearfix{display:block;}
.clear{clear:both;}


/* BASE */
/* ----------------------------------------- */
body {
    font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro',"メイリオ","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","Osaka", "Helvetica","Verdana","Arial",sans-serif;
	font-size: 11pt;
    line-height: 1.6;
    font-weight: 300;
    color: #2e2e2e;
    margin: 0;
    padding: 0;
    width: 100%;
}
img {
    border:0;
    vertical-align: top;
}
table {
    border-spacing: 0;
    empty-cells: show;
}
div, span {
    word-wrap: break-word;
}
h1, h2, h3, h4, h5 {
    margin:0;
    padding:0;
    border: 0;
    font-weight: normal;
    text-decoration:none;
}
a {
    color: #777;
    text-decoration: none;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.6s;
}
.nav a {
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.6s;
}
a:visited {
    color: #777777;
}
a:hover {
    opacity: 0.7;
}
button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
.red {
    color: #d94700 !important;
}
.container {
    position: relative;
    margin: 0 auto;
    width: 1200px;
}
#contents {
    position: relative;
    width: 100%;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sp_none {
    display: block !important;
}
.pc_none {
    display: none !important;
}
.tnone {
    opacity: 0;
}

.anim-box.zoomin.is-animated {
    animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes zoomIn {
0% {
    transform: scale(0.8);
    opacity: 0;
}
100% {
    opacity: 1;
    transform: scale(1);
}
}

/* HEADER */
/* ----------------------------------------- */
header {
    background: url("../images/navi_bg.png") 0 0 repeat;
    border-top: 5px solid #a39556;
    width: 100%;
    height: 125px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
header h2 {
    font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro',"メイリオ","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","Osaka", "Helvetica","Verdana","Arial",sans-serif;
    font-size: 0.95em;
    line-height: 1.0;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #2e2e2e;
    margin: 0;
    padding: 14px 0 8px 17px;
}
header h1 {
    background: url("../images/logo.png") 0 0 no-repeat;
    background-size: contain;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin-left: 15px;
    width: 268px;
    height: 64px;
}
header h1 a {
    width: 268px;
    height: 64px;
    display: block;
}
#header {
    padding-top: 5px;
    height: 120px;
    width: 100%;
}
.header, .header2 {
    width: 100%;
}
.header_area {
    width: 100%;
    min-height: 112px;
}
.header_logos {
    margin-right: 15px;
    width: 45%;
}


/* NAVI */
/* ----------------------------------------- */
.navi {
    flex: 1;
    margin-right: 15px;
}

#gNav a:hover {
    color: #a19552;
}
#gNav li a {
    color: #3e3a39;
}
#header #gNav li a {
    color: #555;
}
#header #gNav li a:hover {
    color: #fff;
}

@media print, screen and ( min-width : 769px ) {
    #gNav ul {
        position: relative;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    #gNav li {
        position: relative;
        text-align: center;
        white-space: nowrap;
        margin-top : 15px;
        border-right: 1px dashed #7c7c7c;
        width: 100%;
        min-height: 80px;
    }
    #gNav ul li.navi1 a {
        background: url("../images/navi_icon1.png") center top 3px no-repeat;
        padding: 62px 0 3px;
        border-left: 1px dashed #7c7c7c;
        width: 100%;
        display: block;
    }
    #gNav ul li.navi2 a {
        background: url("../images/navi_icon2.png") center top 3px no-repeat;
        padding: 62px 0 3px;
        width: 100%;
        display: block;
    }
    #gNav ul li.navi3 a {
        background: url("../images/navi_icon3.png") center top 3px no-repeat;
        padding: 62px 0 3px;
        width: 100%;
        display: block;
    }
    #gNav ul li.navi4 a {
        background: url("../images/navi_icon4.png") center top 3px no-repeat;
        padding: 62px 0 3px;
        width: 100%;
        display: block;
    }
    #gNav ul li.navi5 a {
        background: url("../images/navi_icon5.png") center top 3px no-repeat;
        padding: 62px 0 3px;
        width: 100%;
        display: block;


}
    #gNav ul li.navi7 a {
        background: url("../images/navi_icon7.png") center top 3px no-repeat;
        padding: 62px 0 3px;
        border-left: 1px dashed #7c7c7c;
        width: 100%;
        display: block;


    }
    #gNav ul li.navi6 {
        margin-top: 0;
        padding-top: 0;
    }
    #gNav ul li.navi6 a {
        padding: 0;
    }
    #gNav ul li:last-child {
        border-right: 0;
    }
    #gNav li a {
        font-size: 0.85em !important;
        line-height: 1.0;
        text-align: center;
        font-weight: 500;
    }
    #gNav ul > li:hover {
        -webkit-transition: all .5s;
        transition: all .5s;
    }
    #gNav li ul li:after {
        content: none;
    }
    #gNav ul li ul {
        border-left: 0;
    }
    .navi_contact {
        margin-left: 15px;
        border: 0;
        width: 220px;
    }
    .navi_contact .contact_bot {
        background: #ffba00;
        border:2px solid #ffba00;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
        width: 100%;
    }
    #gNav li .navi_contact .contact_bot a {
        background: url("../images/navi_conact_icon.png") left 6px center no-repeat;
        font-size: 1.0em !important;
        line-height: 1.0;
        text-indent: 12px;
        color: #fff !important;
        font-weight: 400 !important;
        border-left: 1px dotted #fff;
        border-right: 1px dotted #fff;
        border-bottom: 1px dotted #fff;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
        padding: 10px 0 12px;
        width: 100%;
        display: block;
    }
    .navi_contact .contact_bot:hover {
        background: #bfae66;
        border:2px solid #bfae66;
        -webkit-transition-property: all;
        -webkit-transition-duration: 0.6s;
    }
    #gNav li .navi_contact .navi_tel {
        background: url("../images/tel_icon.png") left 0 top 9px no-repeat;
        font-weight: 400 !important;
        padding: 8px 0 3px;
        width: 100%;
    }
    #gNav li .navi_contact .navi_tel a {
        font-size: 1.7em !important;
        line-height: 26px;
        text-indent: 30px;
        color: #333 !important;
        height: 26px;
        display: block;
    }
    .navi_contact span {
        font-size: 0.8em;
        line-height: 1.0;
        font-weight: 500;
    }
}

@media only screen and ( max-width : 768px ) {
    #bismile-header {
        position: relative;
        width: 100%;
        height: 75px;
    }
    .header_logos {
        margin-right: 0;
        width: 75%;
    }
    #bismile-header h2 {
        font-size: 0.6em;
        line-height: 18px;
        letter-spacing: 0;
        margin: 0;
        padding: 5px 0 6px 10px;
    }
    header .header  {
        padding: 0;
        width: 25%;
        height: 1px;
        min-height: 1px;
        z-index: 99998;
    }
    header .header_area  {
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
        width: 100%;
        height: 1px;
        min-height: 1px;
        z-index: 99998;
    }
    #bismile-header h1 {
        background: url("../images/logo.png") 0 0 no-repeat;
        background-size: contain;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        margin-left: 10px;
        width: 134px;
        height: 32px;
        z-index: 998;
    }
    #bismile-header h1 a {
        width: 134px;
        height: 32px;
        z-index: 998;
        display: block;
    }
    .navi {
        position: relative;
        background: none;
        top: 0;
        left: 0;
        border: 0;
        width: 100%;
        overflow-x: hidden !important;
    }
    #gNav {
        background: url("../images/footer_bg.png") 0 0 repeat;
        width: 100%;
        height: 100vh;
        overflow-x: hidden !important;
        display: none;
        opacity: 0;
    }
    #gNav.zoomin {
        animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
    }
    @keyframes zoomIn {
        0% {
        transform: scale(0.8);
        opacity: 0;
        }
        100% {
        opacity: 1;
        transform: scale(1);
        }
    }
    #gNav.active {
        display: block;
    }
    #gNav li a {
        font-size: 1.05em;
        line-height: 1.8;
        letter-spacing: 0.2em;
        text-align: center;
        border-bottom: 1px dashed #999;
        border-right: 0;
        padding: 11px 0;
        display: block;
    }
    #gNav ul {
        border-left: 0;
    }
    #gNav ul h3 {
        font-size: 1.35em;
        line-height: 1.2;
        letter-spacing: 0.1em;
        text-align: center;
        font-weight: 700;
        color: #2e2e2e;
        margin: 0;
        padding-bottom: 11px;
        border-bottom: 1px solid #a39556;
    }
    #gNav li a .aov {
        display: inline !important;
    }
    .mean-container .mean-nav ul li a span {
        display: none !important;
    }
    #gNav .nav {
        padding: 75px 6% 0;
        overflow-y: auto;
        height: 100vh;
    }
    #gNav li a span {
        display: none;
    }
    #gNav .navi_tel a span {
        display: inline !important;
    }
    #gNav .navi_contact p span {
        display: none;
    }

    /* ハンバーガー*/
    .humbot {
        position: absolute;
        top: 12px;
        right: 3px;
        width: 60px;
        height: 60px;
        z-index: 99999;
    }
    .openbtn {
        position: relative;
        cursor: pointer;
        width: 60px;
        height: 60px;
    }
    .openbtn .openbtn-area{
        transition: all .6s;
        width: 60px;
        height: 60px;
    }
    .openbtn span{
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 10px;
        height: 3px;
        border-radius: 2px;
        background: #a39556;
        width:70%;
    }
    .openbtn span:nth-of-type(1) {
        top:12px;
    }
    .openbtn span:nth-of-type(2) {
        top:24px;
    }
    .openbtn span:nth-of-type(3) {
        top:36px;
    }
    .openbtn.active .openbtn-area{
        transform: rotate(360deg);
    }
    .openbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-40deg);
        width: 60%;
        background:#a39556;
    }
    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }
    .openbtn.active span:nth-of-type(3){
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(40deg);
        width: 60%;
        background:#a39556;
    }
}

/* Breadcrump */
/* ----------------------------------------- */

#breadcrumb {
    background: #f4f5ef;
    border-bottom: 1px solid #ded8bc;
    width: 100%;
    height: 38px;
}
#breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 auto;
    width: 98%;
}
#breadcrumb li {
    font-size: 0.9em;
    line-height: 38px;
    font-weight: 300;
    letter-spacing: 0.1em;
    color: #333;
}
#breadcrumb li
#breadcrumb li a {
    color: #333;
}
#breadcrumb li a:hover {
    color: #d35600;
}
#breadcrumb li:not(:last-of-type)::after {
    content: "»";
    margin: 0.8em;
    color: #555;
}

@media only screen and ( max-width : 768px ) {

    #breadcrumb {
        background: #fff;
        height: auto;
    }
    #breadcrumb li {
        line-height: 1.8;
    }
}

/* FOOTER */
/* ----------------------------------------- */
#bismile-footer {
    background: #222 url("../images/footer_bg.png") 0 0 repeat;
    width: 100%;
}
.footer {
    padding: 35px 0;
    width: 1260px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_logo {
    margin-right: 25px;
}
.footer h2 {
    width: 268px;
    height: 64px;
}
.footer h2 img {
    width: 100%;
}
footer h3 {
    font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro',"メイリオ","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","Osaka", "Helvetica","Verdana","Arial",sans-serif;
    font-size: 0.95em;
    line-height: 1.0;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #2e2e2e;
    margin: 0;
    padding: 12px 0 15px ;
}
.footer p {
    font-size: 0.9em;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #2e2e2e;
    margin: 0;
}
.footer p a {
    color: #2e2e2e;
    text-decoration: none;
}
.footer_navi {
    flex: 1;
    text-align: center;
}
.footer_navi ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.footer_navi ul li:first-child {
    border-left: 1px solid #2e2e2e;
}
.footer_navi ul li {
    padding: 0 2em;
    border-right: 1px solid #2e2e2e;
    display: block;
}
.footer_navi li a {
    font-size: 0.9em;
    font-weight: 500;
    color: #2e2e2e;
}
.footer_navi li a:hover {
    color: #a19552;
}
.footer-copyright {
    background: #848279;
    font-size: 0.8em;
    text-align: center;
    color: #fff;
    letter-spacing: 0.1em;
    padding: 9px 0;
    width: 100%;
}

@media only screen and ( max-width : 768px ) {
    .footer {
        padding: 30px 0;
        width: 98%;
        margin: 0 1%;
        display: block;
    }
    .footer_logo {
        margin-right: 0;
    }
    .footer h2 {
        margin: 0 auto;
        width: 50%;
        height: auto;
    }
    footer h3 {
        font-size: 0.9em;
        line-height: 1.0;
        letter-spacing: 0;
        text-align: center;
        padding: 10px 0 12px ;
    }
    .footer p {
        font-size: 0.85em;
        line-height: 1.6;
        letter-spacing: 0;
        text-align: center;
    }
    .footer_navi {
        display: none;
    }
    .footer-copyright {
        font-size: 0.7em;
        letter-spacing: 0;
    }
}

/* GO TOP */
/* ----------------------------------------- */

.pagetop {
    position: fixed;
    bottom: -50px;
    right: 20px;
}
.pagetop a {
    display: block;
    width: 44px;
    height: 44px;
}
.pagetop a:hover {
    opacity: 0.5;
}


/* COLOR */
/* ----------------------------------------- */

.gold { color: #a09255 }
.red { color: #b70404 }
.red2 { color: #a22e2c }
.gry { color: #333 }
.green1 { color: #608f2e; }
.white { color: #fff !important; }
.aqua { color: #e9f0f5; }

.bgwhite { background: #fff !important; }

/* Boreder */
/* ----------------------------------------- */

.bdt1 {
    border-top: 1px solid #777;
}

/* Margin */
/* ----------------------------------------- */
.mgb0 { margin-bottom: 0 !important; }
.mgr10 { margin-right: 10px !important;}
.mgr20 { margin-right: 20px !important;}
.mgb15 { margin-bottom: 15px !important; }
.mgb40 { margin-bottom: 40px !important; }
.mgb60 { margin-bottom: 60px !important; }
.mgt50 { margin-top: 50px !important; }
.mgtm10 { margin-top: -10px !important; }
.mgtm30 { margin-top: -30px !important; }

.pdtb80 { padding: 80px 0; }