@charset "utf-8";

@import url("base.css");

/***************************************************************************
 *
 * COMMON STYLE
 *
 ***************************************************************************/

 body {
    background-color: #F5F1E6;
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
    font-family: 'Noto Sans JP', sans-serif;
}

@font-face {
    font-family: 'yu gothic';
    src: url(../fonts/YuGothR.ttc);
    font-weight: normal;
}

@font-face {
    font-family: 'yu gothic';
    src: url(../fonts/YuGothB.ttc);
    font-weight: bold;
}

.yuGothic{
    font-family: 'yu gothic';
}

.inner {
    width: 1100px;
    margin: 0 auto;
}


/*VALIDATE CONTACT*/
.error {
    display: block;
    font-size: 12px;
    color: red;
}

/*LINK HOVER EFFECT*/
.linkHover a{
    position: relative;
}

.linkHover a:after{
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0;
    transition: 300ms;
    z-index: -1;
}

.linkHover a:hover:after{
    opacity: 1;
    top: 100%;
    left: -1px;
    width: calc(100% + 2px);
    height: 2px;
}

/* HEADER */
#header {
    width: 100%;
    background: #F5F1E6 url(../img/common/header_shadow.png) no-repeat right -255px bottom 7px/contain;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 0 0 1px 0 #333;
}

#header .headerBar{
    overflow: hidden;
    padding: 5px 0 15px;
}

#header .headerBar .logo{
    width: 230px;
    float: left;
    margin-bottom: 8px;
}

#header .headerBar .headerContent{
    float: right;
    font-size: 16px;
    margin-top: 4px;
}

#header .headerBar .headerInfo{
    text-align: right;
    margin-bottom: 5px;
}

#header .headerBar .headerInfo .phone{
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    background: url('../img/common/handset.svg') no-repeat left center;
    padding-left: 25px;
    margin-right: 20px;
}

#header .headerBar .headerInfo .map{
    display: inline-block;
    vertical-align: middle;
    background: url('../img/common/map.svg') no-repeat left center;
    padding-left: 25px;
}

#header .headerBar .headerContent .mainMenu .menu{
    overflow: hidden;
    padding-bottom: 2px;
}

#header .headerBar .headerContent .mainMenu .menu li{
    float: left;   
}

#header .headerBar .headerContent .mainMenu .menu li a{
    border-right: 1px solid #959595;
    display: block;
    padding: 0 20px;
    line-height: 1.3;
}

#header .headerBar .headerContent .mainMenu .menu li:last-child{
    margin-right: 0;
}

#header .headerBar .headerContent .mainMenu .menu li:last-child a{
    border-right: none;
    padding-right: 0;
}

/* CONTENT */
#content {
    width: 100%;
}
#main {
    position: relative;
}
#main .mainPhoto img {
    width: 100%;
}
#main .mainTitle {
    position: absolute;
    width: 350px;
    top: 50%;
    margin-left: 55px;
    transform: translateY(-50%);
}

/*.areaFaq*/
.areaFaq .areaTitle {
    margin-bottom: 29px;
}

.areaFaq .listQuestion li {
    padding: 60px 17px 28px;
    width: 340px;
    float: left;
    background: #eef7fa;
    position: relative;
    margin:30px 40px 30px 0;
}

.areaFaq .listQuestion li:nth-child(3n) {
    margin-right: 0;
}

.areaFaq .listQuestion li .questTitle {
    font-size: 18px;
    text-align: center;
    margin-bottom: 32px;

}
.areaFaq .listQuestion li .text{
    padding: 0 17px;
    min-height: 63px;
}

.areaFaq .listQuestion li .iconQ {
    position: absolute;
    width: 82px;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

/*areaFaq*/

/* FOOTER */
#footer {
    width: 100%;
    position: relative;
    padding: 82px 0 23px;
    background: url('../img/common/footer_bg.png') no-repeat bottom center/100% 100%;
}

#footer .footerWrapper{
    overflow: hidden;
}

#footer .footerWrapper .footerBg img{
    width: 100%;
}

#footer .footerWrapper .footerLeft{
    float: left;
    font-size: 18px;
}

#footer .footerWrapper .footerLeft .text{
    margin-bottom: 25px;
}

#footer .footerWrapper .footerLeft .address{
    color: #000;
}

#footer .footerWrapper .footerLeft .tel{
    color: #000;
}

#footer .footerWrapper .footerRight{
    float: right;
    text-align: right;
}

#footer .footerWrapper .footerRight .logo{
    margin-bottom: 15px;
}

#footer .footerWrapper .footerRight .sub{
    font-size: 16px;
}

#copyright{
    text-align: center;
    padding: 24px;
}
.areaTitle {
    font-size: 28px;
    text-align: center;
}

.sp {
    display: none;
}

.breadcrumbs{
    padding: 13px 0;
}

.breadcrumbs ul li{
    display: inline-block;
    vertical-align: middle;
}

.breadcrumbs ul li:not(:last-child){
    position: relative;
    margin-right: 5px;
}

.breadcrumbs ul li:not(:last-child):after{
    content: ">";
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin-left: 9px;
}

.breadcrumbs ul li a{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #4790BB;
}

.infoWrap {
    margin-top: 44px;
}
.infoFrame {
    float: left;
    width: 528px;
}
.infoTable {
    float: right;
    width: 528px;
}
.tableWrap {
    width: 357px;
    margin-left: 53px;
    font-size: 16px;
}
.tableWrap th,
.tableWrap td {
    padding: 13px 0 0;
}
.tableWrap th {
    width: 64px;
    vertical-align: top;
}
@media all and (-ms-high-contrast:none) {
    .tableWrap th {
        width: 66px;
        vertical-align: top;
    }
    /* IE10 */
    *::-ms-backdrop, .tableWrap th {
        width: 66px;
        vertical-align: top;
    }
    /* IE11 */
}
.tableWrap td {
    padding-left: 21px;
}
.tableWrap td a{
    color: #333;
}
.tableWrap td a:hover {
    text-decoration: underline;
}
.cmBtn {
    width: 528px;
    margin: 13px auto 0;
}
.cmBtn a {
    display: block;
    position: relative;
    font-size: 16px;
    background: #003555;
    color: #fff;
    text-align: center;
    padding: 28px 0;
}
.cmBtn span {
    display: block;
    position: relative;
    font-size: 25px;
    font-weight: bold;
}
.cmBtn span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: -18px;
    margin-right: 8px;
    width: 17px;
    height: 23px;
    background: url(../img/common/phone.svg) no-repeat left center;
    background-size: 100%;
}
.btnPhone a {
    padding: 9.5px 0;
}
.btnLocation a:before {
    content: '';
    position: absolute;
    width: 26px;
    height: 39px;
    top: 50%;
    left: 97px;
    transform: translateY(-50%);
    background: url(../img/common/location.svg) no-repeat left center;
    background-size: 100%;
}
.btnCart a:before {
    content: '';
    position: absolute;
    width: 41px;
    height: 42px;
    top: 50%;
    left: 87px;
    transform: translateY(-50%);
    background: url(../img/common/cart.svg) no-repeat left center;
    background-size: 100%;
}

.btnAsahi a:before {
    content: '';
    position: absolute;
    width: 51px;
    height: 49px;
    top: 50%;
    left: 82px;
    transform: translateY(-50%);
    background: url(../img/common/fish.svg) no-repeat left center;
    background-size: 100%;
}

/*areaAccess*/
.areaAccess {
    margin-bottom: 78px;
}
.areaAccess .infoFrame {
    float: right;
    width: 551px;
}
.areaAccess .infoFrame iframe {
    width: 100%;
    height: 466px;
}
.areaAccess .infoTable {
    float: left;
}
.areaAccess .tableWrap {
    width: 376px;
}
.areaAccess .btnPhone {
    margin-top: 24px;
}
.areaAccess .tableWrap td p {
    margin-top: 12px;
}
.areaAccess .tableWrap td p span {
    display: block;
    margin-left: 17px;
}
.areaAccess .accessLogo {
    margin-top: 20px;
}
.areaAccess .accessLogo .areaTitle {
    font-size: 16px;
}
.areaAccess .accessList {
    margin-top: 20px;
    text-align: center;
}
.areaAccess .accessList li {
    display: inline-block;
    vertical-align: top;
    width: 180px;
    margin: 0 5px;
}
/*areaAccess*/


/* FIX TABLET */
@media (max-width: 1350px) and (min-width: 769px) {
    body {
        width: 1350px;
    }
}


/* STYLE MOBILE */
@media (max-width: 768px) {

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .inner {
        width: 100%;
        padding: 0 3%;
    }
    /*#main*/

    #main .mainTitle {
        width: 200px;
        margin-left: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    /*#main*/
    #header{
        background-image: none;
    }

    #header .headerBar{
        padding: 10px 0;
    }

    #header .headerBar .logo,
    #header .headerBar .headerContent{
        float: none;
    }

    #header .headerBar{
        position: relative;
        overflow: visible;
    }

    #header .headerBar .logo{
        width: 165px;
        margin: 0;
    }

    #header .headerBar .headerContent{
        margin: 0 auto;
        display: none;
    }

    #header .headerBar .headerContent .mainMenu{
        padding: 20px 0 0;
    }

    #header .headerBar .headerContent .mainMenu .menu li{
        width: 100%;
        margin-bottom: 4px;
    }

    #header .headerBar .headerContent .mainMenu .menu li a{
        border-right: none;
        border-left: 5px solid #333;
        padding: 8px 0 8px 20px;
    }

    #header .headerBar .headerInfo{
        text-align: left;
    }

    #header .headerBar .headerInfo .phone{
        margin-right: 0;
        display: block;
    }

    #header .headerBar .headerInfo .map{
        display: block;
    }

    #header .headerBar .hamburger{
        position: absolute;
        right: -15px;
        top: 5px;
    }

    #header .headerBar .hamburger span{
        display: block;
        background: #333;
        height: 4px;
        margin-bottom: 4px;
    }

    #header .headerBar .hamburger span:nth-child(3){
        margin-bottom: 0;
    }

    /*areaFaq*/
    .areaFaq .listQuestion li {
        width: 100%;
        margin-right: 0;
        padding: 50px 17px 28px;
        margin-bottom: 0;
    }
    .areaFaq .listQuestion li + li {
        margin-top: 60px;
    }
    .areaFaq .listQuestion li .questTitle{
        font-size: 17px;
        margin-bottom: 20px;
    }
    /*areaFaq*/
    .areaTitle {
        font-size: 20px;
    }


    .infoWrap {
        margin-top: 30px;
    }
    .tableWrap td {
        padding-left: 18px;
    }
    .areaInfomation .btnPhone {
        margin-top: 15px;
    }
    .cmBtn.btnPhone a {
        padding: 6.5px 0 2.5px;
    }
    .cmBtn.btnLocation a {
        padding: 15.5px 0;
    }
    .btnLocation a:before {
        display: inline-block;
        vertical-align: middle;
        position: static;
        top: auto;
        left: auto;
        transform: none;
        margin-right: 3%;
    }
    .cmBtn.btnCart a {
        padding: 16px 0 12px;
    }
    .cmBtn.btnAsahi a {
        padding: 11px 0 10px;
    }
    .btnCart a:before,
    .btnAsahi a:before {
        display: inline-block;
        vertical-align: middle;
        position: static;
        top: auto;
        left: auto;
        transform: none;
        margin-right: 3%;
    }
    /*areaAccess*/
    .areaAccess {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .areaAccess .infoFrame {
        width: 100%;
    }
    .areaAccess .infoFrame iframe {
        height: 300px;
    }
    .areaAccess .tableWrap {
        width: 100%;
    }
    .infoFrame,
    .infoTable {
        width: 100%;
    }
    .tableWrap {
        width: 100%;
        margin: 0;
    }
    .areaAccess .btnPhone {
        margin-top: 15px;
    }
    .cmBtn {
        width: 100%;
    }
    .cmBtn a {
        padding: 23px 0;
    }
    .areaAccess .accessList li {
        width: calc(50% - 15px);
        margin-bottom: 15px;
    }
    /*areaAccess*/

    #footer{
        background-image: url(../img/common/footer_bg_sp.png);
    }

    #footer .footerWrapper .footerLeft{
        width: 100%;
    }

    #footer .footerWrapper .footerLeft .text{
        width: 300px;
    }

    #footer .footerWrapper .footerRight{
        width: 100%;
        text-align: left;
        margin-top: 30px;
    }

    #footer .footerWrapper .footerRight .logo{
        width: 215px;
    }
}