@charset "utf-8";
/******************************************************

        PCサイト用

******************************************************/
@media screen and (min-width: 768px) {


/******************************************************/
/* elements  */
/******************************************************/
* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 10px;
}
body {
    color: #6e6e6e;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.05em;
    text-align: center;
    font-family:
        "Noto Sans JP",
        "游ゴシック体",
        "Yu Gothic",
        "游ゴシック",
        YuGothic,
        sans-serif;
    -webkit-text-size-adjust: 100%;
}
* html body {
    font-size: 62.5%;
    line-height: 1.6;
}
*:first-child+html body {
    font-size: 62.5%;
    line-height: 1.6;
}
p {
    font-size: 1.6rem;
    text-align: justify;
}
dt {
    font-size: 1.6rem;
}
dd {
    font-size: 1.6rem;
}
strong, th {
    font-weight: 700;
}
ul, ol {
}
li {
    font-size: 1.6rem;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}
td p, td li, td dt, td dd, dd li, dd p, li p, li li {
}
table {
    font-size: 100%;
    line-height: 1.6;
    border-top: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;
    border-right-style: none;
    border-bottom-style: none;
}
tr {
    text-align: left;
    vertical-align: top;
}
td, th {
    font-size: 1.6rem;
    padding: 20px;
    border-right: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
    border-top-style: none;
    border-left-style: none;
    outline-style: none;
}
hr {
    text-align:        left;
    vertical-align:    top;
    height: 1px;
    border-top-style:  none;
    border-bottom:     1px solid #bbbbbb;
    border-right-style: none;
    border-left-style: none;
    outline-style:     none;
}
a {
    color: #117434;
    text-decoration:none;
    filter: Alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a:visited {
    color: #284d35;
    text-decoration:none;
}
a:hover {
    filter: Alpha(opacity=50);
    opacity: 0.5;
}
a:active {
}
a[href^="tel:"] {
    pointer-events: none;
}
img {
    border-style: none;
    border-width: 0;
    vertical-align: top;
}
#main a:hover img {
    opacity:0.7;
    filter: alpha(opacity=70);
}
.none {
    display: none !important;
}
.sp,
.tb {
    display: none !important;
}
.pc {
    display: inline-block !important;
}
.sup {
    vertical-align: top;
    font-size: 75%;
    position: relative;
    top: -0.1em
}
.red {
    color: #ff0000;
}


/******************************************************/
/* base  */
/******************************************************/
#wrapper {
    min-width: 1100px;
}
#main {
    display: block;
    position: relative;
}
#main .inbox {
    position: relative;
    width: 980px;
    margin: auto;
}
#main.sub {
    padding-top: 70px;
}


/******************************************************/
/* header  */
/******************************************************/
header {
    position: relative;
}
header .logo {
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
}
header #topmain img {
    min-width: 1100px;
    width: 100%;
    height: auto;
}
header .mapbtn {
    position: absolute;
    right: 30px;
    bottom: 30px;
}


/******************************************************/
/* footer */
/******************************************************/
footer {
    border-top: 3px solid #bdaf80;
    position: relative;
    z-index: 1;
    text-align: center;
}
footer .pagetop {
    width: 60px;
    height: 60px;
    position: absolute;
    top: -32px;
    right: 50px;
}
footer .inbox {
    padding: 40px 0 20px;
}
footer .f_logo {
    text-align: center;
}
footer .f_insta {
    text-align: center;
    margin-top: 35px;
    height: 32px;
}
footer .copyright {
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
    margin-top: 40px;
}
footer .copyright small {
    color: #999999;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.12em;
}


/******************************************************/
/* whatis  */
/******************************************************/
#whatis {
    background: #fef9ef;
    position: relative;
    padding: 90px 0 80px;
}
#whatis::before {
    content: "";
    background: url(../images/top/deco_l.png) no-repeat left bottom;
    display: block;
    width: 58px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
#whatis::after {
    content: "";
    background: url(../images/top/deco_r.png) no-repeat right bottom;
    display: block;
    width: 58px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
#whatis h2 {
    margin-bottom: 80px;
    font-size: 2rem;
    line-height: 1;
}
#whatis h2 span {
    display: block;
    margin-bottom: 20px;
    font-size: 4.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
}
#whatis h2 strong {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.12em;
    display: inline-block;
    position: relative;
    padding: 0 62px;
}
#whatis h2 strong::before {
    content: "";
    display: block;
    background: #6e6e6e;
    width: 42px;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
}
#whatis h2 strong::after {
    content: "";
    display: block;
    background: #6e6e6e;
    width: 42px;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
}
#whatis dl {
    display: flex;
}
#whatis dt {
    padding: 0 85px 40px;
    flex-shrink: 0;
    align-self: center;
}
#whatis dd {
    border-left: 1px solid #ece6d2;
    padding-left: 80px;
    text-align: left;
    line-height: 1.85;
    letter-spacing: 0.1em;
}
#whatis dd p + p {
    margin-top: 1em;
}


/******************************************************/
/* recommended  */
/******************************************************/
#recommended {
    position: relative;
    padding: 95px 0 100px;
}
#recommended h2 {
    margin-bottom: 64px;
    font-size: 2rem;
    line-height: 1;
}
#recommended h2 span {
    display: block;
    margin-bottom: 20px;
    font-size: 4.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
}
#recommended h2 strong {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.12em;
    display: inline-block;
    position: relative;
    padding: 0 62px;
}
#recommended h2 strong::before {
    content: "";
    display: block;
    background: #6e6e6e;
    width: 42px;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
}
#recommended h2 strong::after {
    content: "";
    display: block;
    background: #6e6e6e;
    width: 42px;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
}
#recommended .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#recommended .list dl {
    width: 450px;
    margin-bottom: 50px;
}
#recommended .list dt {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.1em;
    padding-bottom: 20px;
}
#recommended .list dt strong {
    margin-top: 28px;
    display: inline-block;
}
#recommended .list dl:nth-of-type(1) dt strong span {
    background: linear-gradient(transparent 60%, #fbe5e2 60%);
}
#recommended .list dl:nth-of-type(2) dt strong span {
    background: linear-gradient(transparent 60%, #e0eedf 60%);
}
#recommended .list dl:nth-of-type(3) dt strong span {
    background: linear-gradient(transparent 60%, #fef0d1 60%);
}
#recommended .list dl:nth-of-type(4) dt strong span {
    background: linear-gradient(transparent 60%, #e4dcff 60%);
}
#recommended .list dd {
    border-top: 2px solid #999999;
    padding-top: 20px;
    text-align: justify;
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
}
#recommended .others {
    margin-top: 40px;
    background: #fceae2;
    padding: 75px 50px 60px;
    text-align: center;
    position: relative;
}
#recommended .others p {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.85;
    letter-spacing: 0.1em;
}
#recommended .others h3 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}


/******************************************************/
/* store  */
/******************************************************/
#store {
    background: #fef9ef;
    position: relative;
    padding: 85px 0 95px;
}
#store h2 {
    margin-bottom: 80px;
    font-size: 2rem;
    line-height: 1;
}
#store h2 span {
    display: block;
    margin-bottom: 20px;
    font-size: 4.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
}
#store h2 strong {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.12em;
    display: inline-block;
    position: relative;
    padding: 0 62px;
}
#store h2 strong::before {
    content: "";
    display: block;
    background: #6e6e6e;
    width: 42px;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
}
#store h2 strong::after {
    content: "";
    display: block;
    background: #6e6e6e;
    width: 42px;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
}
#store .photo {
    text-align: center;
    margin-bottom: 50px;
}
#store .info {
    width: 800px;
    margin: 50px auto 65px;
}
#store .info dl {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #b6b3ae;
}
#store .info dt {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.1em;
    flex-shrink: 0;
    width: 10em;
}
#store .info dd {
    font-size: 1.8rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
    text-align: left;
    border-left: 1px solid #b6b3ae;
    padding-left: 32px;
}
#store .info dd a[href^="tel"] {
    color: inherit !important;
    display: flex;
    align-items: center;
    font-size: 2rem;
}
#store .info dd a[href^="tel"] img {
    margin-right: 8px;
}
#store .flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
#store .map {
    width: 490px;
}
#store .map dt {
    background: #bdaf80;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.1em;
    padding: 6px;
}
#store .map dd {
    border: 1px solid #cccccc;
    height: 368px;
}
#store .parking {
    width: 444px;
}
#store .parking dt {
    background: #bdaf80;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.1em;
    padding: 6px;
}
#store .parking dd.img {
    border: 1px solid #cccccc;
    background: #fff;
    height: 368px;
    margin-bottom: 6px;
    overflow: hidden;
}
#store .parking dd {
    font-size: 1.5rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
}











}