@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap");
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
}
html {
    font-size: 62.5%;
}
body,
table,
input,
textarea,
select,
option {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
        "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI",
        "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
a,
a:link {
    color: #553143;
    text-decoration: none;
}
a:visited {
    color: #553143;
}
a:hover {
    color: #553143;
    opacity: 0.7;
}
a:active {
    color: #553143;
}
.en {
    font-family: "Lato", sans-serif;
    font-weight: 400;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
    min-width: 1280px;
    color: #553143;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #f2ebdb;
}
body.fixed {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
}
#container {
    text-align: left;
    position: relative;
    padding-top: 60px;
}
#main {
}
a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
}
@media all and (min-width: 768px) {
    .sp {
        display: none !important;
    }
}
@media all and (max-width: 767px) {
    body {
        min-width: inherit;
        font-size: 1.4rem;
    }
    a:hover,
    a:hover img {
        opacity: 1 !important;
    }
    .pc {
        display: none !important;
    }
    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    height: 60px;
    position: absolute;
    z-index: 1000;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
}
#gHeader.fix {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
}
body.fix #container {
    padding-top: 60px;
}
#gHeader .hBox {
    margin: 0 auto;
    width: 1120px;
    position: relative;
}
#gHeader h1 {
    width: 116px;
    position: absolute;
    left: 0;
    top: 10px;
}
.shopBtn {
    font-size: 1.6rem;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}

.shopBtn a {
    width: 200px;
    height: 60px;
    line-height: 55px;
    display: block;
    color: #fff;
    box-sizing: border-box;
    border: 2px solid #f18c38;
    background-color: #f18c38;
}
.shopBtn a:hover {
    opacity: 1;
    color: #f18c38;
    background-color: #fff;
}

.shopBtn .en {
    padding-right: 30px;
    display: inline-block;
    font-weight: 400;
    background: url("../../images/common/sp_shop_white.png") no-repeat right
        center;
    background-size: 20px auto;
}
.shopBtn a:hover .en {
    background-image: url("../../images/common/sp_shop_orange.png");
}

.sp_logo {
    display: none;
}
@media all and (min-width: 768px) {
    #gHeader .menuBox {
        display: none !important;
    }
}

@media all and (max-width: 767px) {
    #gHeader {
        padding: 19px;
        width: 100%;
        margin-bottom: 0;
        height: auto;
        box-sizing: border-box;
        background: none;
    }
    #gHeader.fix {
        background: none;
    }
    body.fix #container {
        padding-top: 76px;
    }
    #gHeader .hBox {
        display: none;
    }
    .sp_logo {
        display: block;
        position: absolute;
        top: 20px;
        left: 20px;
    }
    #gHeader.fix .sp_logo {
        display: none;
    }

    .shopBtn {
        position: static;
        right: auto;
        top: auto;
        float: right;
    }
    .shopBtn a {
        width: auto;
        height: auto;
        line-height: inherit;
        border: none;
        background: none;
        border: 1px solid #f18c38;
    }
    .spBox .shopBtn a {
        border: 0;
    }
    .spBox .shopBtn a:hover {
        background-color: transparent;
    }
    .shopBtn a:hover {
        color: #f18c38;
        background: #fff;
    }

    .shopBtn a:hover .en {
        background-image: none;
    }

    .shopBtn .pcInline {
        display: none;
    }
    #gHeader .menu {
        margin-left: 20px;
        float: right;
    }
    #gHeader .menuBox {
        padding: 15px 0;
        width: 100%;
        height: 100vh;
        overflow-y: auto;
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        background-color: #fff;
    }
    #gHeader .menuBox .close {
        position: absolute;
        right: 24px;
        top: 24px;
    }
    #gHeader .menuBox .logo {
        margin-bottom: 15px;
        text-align: center;
    }
    #gHeader .menuBox .navi {
        margin-bottom: 6px;
        padding: 0 20px;
        border-top: 1px solid #cbb57b;
    }
    #gHeader .menuBox .navi li {
        position: relative;
        border-top: 2px solid #eee8d8;
    }
    #gHeader .menuBox .navi li ul {
        border-top: 2px solid #eee8d8;
    }
    #gHeader .menuBox .navi li li {
        border-width: 1px;
    }
    #gHeader .menuBox .navi li:first-of-type {
        border-top: none;
    }
    #gHeader .menuBox .navi li a {
        padding: 13px 20px;
        display: block;
        font-size: 1.6rem;
        font-weight: bold;
        position: relative;
        box-sizing: border-box;
        z-index: 1;
        background: url("../../images/common/sp_icon02.png") no-repeat right
            12px center;
        background-size: 16px auto;
    }
    #gHeader .menuBox .navi li li a {
        padding: 9px 40px 8px;
        font-size: 1.4rem;
        font-weight: 500;
    }
    #gHeader .menuBox .navi .liStyle01 {
        position: relative;
        z-index: 1;
    }
    #gHeader .menuBox .navi .liStyle01 a {
        background: none;
        width: calc(100% - 40px);
    }
    #gHeader .menuBox .navi .liStyle01 .ico {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0;
        top: 5px;
        background: url("../../images/common/sp_icon03.png") no-repeat center
            center;
        background-size: 14px 9px;
        content: "";
        z-index: 3;
    }
    #gHeader .menuBox .navi .liStyle01 .ttl.on .ico {
        background-image: url("../../images/common/sp_icon01.png");
    }
    #gHeader .menuBox .subNavi {
        display: none;
    }
    #gHeader .menuBox .shopBtn {
        margin-bottom: 25px;
        float: none;
    }
    #gHeader .menuBox .shopBtn a {
        padding: 18px 10px;
        font-size: 1.6rem;
        background-color: #cbb57b;
    }
    #gHeader .menuBox .snsList {
        padding-bottom: 150px;
        text-align: center;
    }
    #gHeader .menuBox .snsList li {
        margin: 0 4px;
        display: inline-block;
    }
    #gHeader .menuBox .snsList li img {
        width: 40px;
    }
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
    padding: 0 10px;
    text-align: center;
}
#gNavi li {
    margin-right: 25px;
    padding-left: 35px;
    display: inline-block;
    position: relative;
    background: url("../../images/common/icon07.png") no-repeat left center;
    background-size: 4px auto;
}
#gNavi li:last-of-type {
    margin-right: 0;
    padding-right: 25px;
    background: url("../../images/common/icon07.png") no-repeat left center,
        url("../../images/common/icon07.png") no-repeat right center;
    background-size: 4px auto;
}
#gNavi li a {
    padding: 18px 0;
    display: inline-block;
    font-weight: bold;
}
#gNavi li .subNavi {
    padding-bottom: 10px;
    width: 150px;
    display: none;
    position: absolute;
    left: -5px;
    top: 50px;
    background: rgba(255, 255, 255, 0.7);
}
#gNavi li:last-of-type .subNavi {
    left: 10px;
    width: 320px;
}
#gNavi li:last-of-type .subNavi li:first-child {
    padding-top: 1.2em;
}
#gNavi li:last-of-type .subNavi li {
    padding-left: 1.2em;
}
#gNavi li .subNavi li {
    margin: 0;
    padding: 0;
    display: block;
    text-align: left;
    background: none;
}
#gNavi li .subNavi li a {
    padding: 2px 10px;
    display: block;
    font-weight: 400;
}
@media all and (max-width: 767px) {
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    overflow: hidden;
}
#gFooter .pageTop {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10;
}
#gFooter .pageTop a,
#gFooter .pageTop a img {
    display: block;
}
#gFooter .pageTop a:hover img {
    opacity: 0;
}
#gFooter .pageTop a:hover {
    background: url("../../images/common/page_top.png") no-repeat center center;
    background-size: 38px auto;
}
#gFooter .fBox01 {
    padding: 60px 0;
    background-color: #af7d66;
}
#gFooter .inner {
    margin: 0 auto;
    width: 960px;
}
#gFooter .lBox {
    margin-top: 15px;
    width: 340px;
    float: left;
    color: #fff;
}
#gFooter .lBox .fTtl {
    margin-bottom: 28px;
    font-size: 1.8rem;
    font-weight: 700;
}
#gFooter .map {
    width: 620px;
    height: 400px;
    float: right;
    background-color: #ccc;
}
#gFooter table {
    margin-bottom: 23px;
    width: 100%;
    border-collapse: collapse;
}
#gFooter th,
#gFooter td {
    padding: 2px 0;
    text-align: left;
    vertical-align: top;
    line-height: 1.8;
    box-sizing: border-box;
}
#gFooter th {
    width: 22%;
}
#gFooter .trStyle01 td {
    text-decoration: underline;
}
#gFooter .tel .text {
    margin-bottom: 7px;
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
}
#gFooter .tel .en {
    font-size: 1.6rem;
    font-weight: 400;
}
#gFooter .tel a {
    margin-left: 10px;
    display: inline-block;
    color: #fff;
    font-size: 2.6rem;
    font-weight: 400;
    letter-spacing: 1px;
}
#gFooter .fBox02 {
    padding: 36px 0 20px;
    background-color: #fff;
}
#gFooter .fNavi {
    width: 620px;
    float: left;
}
#gFooter .fNavi > li {
    float: left;
}
#gFooter .fNavi > li:not(:last-child) {
    padding-right: 40px;
}
#gFooter .fNavi > li > a {
    font-weight: 700;
}
#gFooter .fNavi li a {
    padding-left: 10px;
    background: url("../../images/common/icon07.png") no-repeat left center;
    background-size: 4px auto;
}
#gFooter .fNavi li ul {
    margin: 8px 0 0 20px;
}
#gFooter .fNavi li li {
    margin-bottom: 3px;
}
#gFooter .fNavi li li:last-of-type {
    margin-bottom: 0;
}
#gFooter .fNavi .navi {
    margin: 0;
    max-width: 285px;
}
#gFooter .fNavi .navi li {
    margin-bottom: 12px;
}
#gFooter .fNavi .navi li:last-of-type {
    margin-bottom: 0;
}
#gFooter .fNavi .navi > li > a {
    font-weight: 700;
}
#gFooter .fNavi .navi li li {
    margin-bottom: 3px;
}
#gFooter .rBox {
    margin-top: 5px;
    width: 310px;
    float: right;
}
#gFooter .shopBtn {
    margin-bottom: 30px;
    float: right;
    clear: right;
    position: static;
    right: auto;
    top: auto;
}
#gFooter .rBox ul {
    margin-bottom: 8px;
    clear: both;
    -webkit-align-items: center;
    align-items: center;
}
#gFooter .rBox li {
    margin-right: 10px;
}
#gFooter .rBox li:first-of-type {
    margin-right: 72px;
}
#gFooter .rBox li:last-of-type {
    margin-right: 0;
}
#gFooter .copyright {
    font-size: 1.2rem;
}

@media all and (max-width: 767px) {
    #gFooter .fBox01 {
        padding: 25px 20px 20px;
    }
    #gFooter .inner {
        width: auto;
    }
    #gFooter .lBox {
        margin: 0 0 20px;
        width: auto;
        float: none;
    }
    #gFooter .lBox .fTtl {
        margin-bottom: 15px;
        font-size: 1.6rem;
    }
    #gFooter .map {
        width: auto;
        height: 240px;
        float: none;
    }
    #gFooter table {
        margin-bottom: 15px;
    }
    #gFooter th,
    #gFooter td {
        padding: 3px 0 2px;
    }
    #gFooter .fBox02 {
        padding: 10px 0 12px;
        text-align: center;
    }
    #gFooter .fNavi {
        display: none;
    }
    #gFooter .rBox {
        margin-top: 0;
        width: auto;
        float: none;
    }
    #gFooter .rBox ul {
        margin-bottom: 6px;
        display: block;
    }
    #gFooter .rBox li:first-of-type {
        margin: 0;
    }
    #gFooter .shopBtn {
        display: none;
    }
}
