* {
outline: none;

}

html, body, header {
margin: 0;
padding: 0;

}

body {
font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "メイリオ", "Meiryo", sans-serif;

}

h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "メイリオ", "Meiryo", sans-serif;

}

a, a:active, a:focus {
transition: background-color .25s ease-out, color .25s ease-out, border-color .25s ease-out, opacity .25s ease-out;
color: #000;

}

a:hover {
/*opacity: .7;*/
color: #000;

}

p {
margin: 0;
padding: 0;
}

ul, ol {
margin: 0;
padding: 0;
list-style: none inside;

}

em {
font-style: normal;

}

.center {
text-align: center;

}


/* base class */

.f11 {font-size: 0.6875rem;}
.f12 {font-size: 0.75rem;}
.f13 {font-size: 0.8125rem;}
.f14 {font-size: 0.875rem;}
.f15 {font-size: 0.9375rem;}
.f16 {font-size: 1rem;}
.f17 {font-size: 1.0625rem;}
.f18 {font-size: 1.125rem;}
.f19 {font-size: 1.1875rem;}
.f20 {font-size: 1.25rem;}
.f21 {font-size: 1.3125rem;}
.f22 {font-size: 1.375rem;}
.f23 {font-size: 1.4375rem;}
.f24 {font-size: 1.5rem;}
.f26 {font-size: 1.625rem;}
.f28 {font-size: 1.75rem;}
.f30 {font-size: 1.875rem;}

.mincyo {
font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;

}

.gothic {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;

}

.br_before::before,
.br-before::before {
content: "\A";
white-space: pre;

}

.hide_text,
.hide-text {
margin: 0 !important;
padding: 0 !important;
height: 10px !important;
overflow: hidden !important;
text-indent: 100% !important;
white-space: nowrap !important;

}

.no_indent,
.no-indent {
text-indent: 0 !important;

}

.underline {
text-decoration: underline !important;

}

.no_underline,
.no-underline {
text-decoration: none !important;

}

.no_padding,
.no-padding {
padding: 0 !important;

}

.ic_before,
.ic-before {
margin-right: .5rem !important;

}

.ic_after,
.ic-after {
margin-left: .5rem !important;

}

.btn-arrow {
border: 1px solid #000;
background: #fff;
position: relative;
width: 280px;
}
.btn-arrow a {
display: block;
padding: 16px;
}
.btn-arrow::before {
content: "";
position: absolute;
top: 50%;
right: 20px;
width: 40px;
border-top: 1px solid #000;
}
.btn-arrow::after {
content: "";
position: absolute;
top: 43%;
right: 18px;
width: 20px;
border-top: 1px solid #000;
-webkit-transform: rotate(30deg);
transform: rotate(30deg);
}
.btn-arrow :hover {
background: #f6f6f4;
}



/* header */

#nav-top {
position: fixed;
width: 100%;
height: 55px;
background: url('../img/bg_hdr.gif') 0 0;
line-height: 55px;

}

.logo-lp {
width: 128px;
height: 20px;

}

#spmode .logo-lp {
width: 110px;
height: 18px;

}

.link-logo {
display: inline-block;

}

#site-header-title {
margin: 7% 10%;

}

#spmode #site-header-title {
margin: 10% auto 20%;
width: 80%;

}

#icon-main {
vertical-align: top;
max-width: 220px;
width: 24%;
margin: 0 3% 4% 0;
}
#spmode #icon-main {
display: block;
width: 40%;
margin: 0 auto 7%;
}
#catch-main {

}

#nav-page {
height: 240px;
background: url('../img/bg_fog.png') repeat-x 0 bottom;

}

#nav-page a {
display: block;
box-sizing: border-box;
padding: 0 20px;
min-width: 200px;
height: 50px;
border: 1px solid #aaa;
background: rgba(255, 255, 255, 0.7);
/*text-shadow: 1px 1px 3px #000;*/
text-align: center;
line-height: 50px;
white-space: nowrap;

}

#nav-page li {
margin-bottom: .5rem;

}

#ipmmode #nav-page a {
padding: 0 10px;
min-width: 160px;

}


/* main */

h1.hide-text{
position: absolute;
top: 0;
left: 0;
width: 100%;

}

#sect-site-header {
margin-bottom: -1px; /* for render fix */
background: url('../img/bg_main.jpg') no-repeat center center;
background-size: cover;
background-attachment: fixed;
overflow: hidden;

}

#spmode #sect-site-header {
background: #f8cde1 url('../img/sp_bg_main.jpg') no-repeat top center;
background-size: cover;
min-height: 480px;

}

.section {
padding: 4rem 0;

}

#sect-cartbtn .btn-arrow {
margin: 0 auto;
}

#spmode #sect-intro.section {
padding-top: 0;

}

.section-inner {
padding: 0 6rem;

}

#ipmmode .section-inner{
margin: 0 auto;
padding: 0;

}

#spmode .section-inner {
margin: 0 auto;
padding: 0;

}

h2.vertical {
writing-mode: vertical-rl;
line-height: 1.7em;
text-align: justify;
display: inline-block;
}

.sect-hl {
margin: 0 0 2rem;
text-align: center;

}

.section-inner p {
margin: 2rem 0;
text-indent: 1em;
line-height: 2;

}

#sect-about {
width: 100%;
background: #f7d9cd url('../img/bg_momo01.jpg') no-repeat center center;
background-size: cover;
}

#spmode #sect-about {
width: 100%;
background: #f7d9cd url('../img/sp_bg_momo01.jpg') no-repeat top center;
background-size: contain;
}

#sect-about .herf {
margin-top: 2rem;

}
#sect-about .herf img {
display: inline-block;
width: 50%;

}
#sect-about .herf small {
display: inline-block;
width: 45%;
margin-left: 3%;
vertical-align: bottom;

}

#sect-place .section-inner {
margin-bottom: 4rem;
}
#sect-place {
width: 100%;
background: url('../img/bg_wenshan.jpg') no-repeat top center;
background-size: cover;
}

#sect-place .herf img {
display: inline-block;
width: 20%;

}
#spmode #sect-place .herf img {
display: block;
width: 40%;
margin: 0 auto;

}

#sect-place .herf small {
display: inline-block;
width: 75%;
margin-left: 3%;
vertical-align: bottom;

}
#spmode #sect-place .herf small {
display: block;
width: 90%;
margin: 1rem auto 0;

}
#sect-place .circle {
border-radius: 50%;

}

#sect-place #wen-leaf {
background: #f3f5f4;
padding: 2rem;

}
#sect-place #wen-leaf span {
display: block;
margin-bottom: .5rem;

}

#sect-lineup .btn-arrow {
margin: 1rem auto 0;
}
#spmode #sect-lineup .column {
margin-bottom: 2rem;
}

#spmode #sect-design p {
text-align: left;
}

#sect-voice .section-inner {
margin-bottom: 4rem;
}
#spmode #sect-voice .section-inner {
margin-bottom: 2rem;
}
#sect-voice {
width: 100%;
background: #f7d9ce url('../img/bg_momo02.jpg') no-repeat top center;
background-size: auto;
}

#sect-voice p {
margin: 1rem;
}
#sect-voice .right {
text-align: right;
}
#spmode #sect-voice .name {
margin-top: .5rem;
text-indent: 0;
font-size: .9rem;
}

#sect-more .section-inner {
margin-bottom: 1.5rem;
}

#sect-more ul li {
position: relative;
margin-bottom: .5rem;
}
#sect-more ul li a {
color: #fff;
display: block;
}
#sect-more ul li a span {
text-shadow: 0px 0px 5px black;
position: absolute;
bottom: 25px;
left: 10px;
}
#sect-more ul li::before {
content: "";
position: absolute;
left: 10px;
bottom: 25px;
width: 205px;
border-top: 1px solid #fff;
}
#sect-more ul li::after {
content: "";
position: absolute;
left: 190px;
bottom: 32px;
width: 30px;
border-top: 1px solid #fff;
-webkit-transform: rotate(30deg);
transform: rotate(30deg);
}

#sect-momo-s  {
margin-top: -4rem;
}
#sect-momo-s .bgbox {
margin-top: 1.5rem;
background: #EBECDD;
max-width: 1000px;
padding: 3rem;
}
#spmode #sect-momo-s .bgbox {
padding: 2rem 1rem;
}
#sect-momo-s .bgbox h3 {
text-align: left;
}
#spmode #sect-momo-s .bgbox h3 {
text-align: center;
}
#sect-momo-s .bgbox small {
color: #0a0a0a;
}
#sect-momo-s .btn-arrow {
margin: 2rem auto 0;
}
#spmode #sect-momo-s .btn-arrow {
margin-top: -.5rem;
}


/* footer */

#footer {
margin: 2rem 0 0;
background: url('../img/bg_hdr.gif') 0 0;

}

.list-tea .list-tea-each a {
display: block;
text-align: center;
color: #a58c55;

}

#link-pagetop {
display: none;
position: fixed;
bottom: 0;
right: 0;
padding: 1rem;
font-size: 1.5rem;

}

#link-pagetop a {
display: block;
width: 3rem;
height: 3rem;
border-radius: 5px;
background: #1f1515;
line-height: 3rem;
text-align: center;
color: #fff;

}

#spmode #link-pagetop a {
display: none;
border-radius: 50%;

}

#copyright {
background: #f7f0ea;
padding: .5rem 0;
text-align: center;

}


/* offcanvas */


.js-offcanvas-sidebar {
width: 30%;

}
.js-offcanvas-body.js-offcanvas-body-right {
margin-left: -30%;

}

.js-offcanvas-sidebar.js-offcanvas-sidebar-right {
margin-right: -30%;

}

.js-offcanvas-sidebar.js-offcanvas-sidebar-right.active {
margin-right: 0;

}

.js-offcanvas-body.js-offcanvas-body-right .js-header-fixed {
margin-left: -30%;

}

#spmode .js-offcanvas-sidebar {
width: 80%;

}
#spmode.js-offcanvas-body.js-offcanvas-body-right {
margin-left: -80%;

}

#spmode .js-offcanvas-sidebar.js-offcanvas-sidebar-right {
margin-right: -80%;

}

#spmode .js-offcanvas-sidebar.js-offcanvas-sidebar-right.active {
margin-right: 0;

}

#spmode.js-offcanvas-body.js-offcanvas-body-right .js-header-fixed {
margin-left: -80%;

}

#bar-offcanvas {
padding: .8rem 1rem;
background: url('../img/bg_hdr.gif') 0 0;
z-index: 100;

}

#spmode #bar-offcanvas {
padding: .5rem;

}

.bar-offcanvas-inner {
position: relative;
z-index: 10003;

}

#btn-offcanvas {
cursor: pointer;

}

#nav-offcanvas {
display: none;

}

.menu-icon::after {
background: #000;
box-shadow: 0 7px 0 #000, 0 14px 0 #000;

}

#nav-offcanvas {
display: block;
padding: 0;
background: #fff;

}

#menu-sp {
color: #000;

}

#menu-sp li {
border-bottom: 1px dotted #dbdbdb;
background: #fff;
font-size: 0.9375rem;

}

#menu-sp li.menu-sp-contact {
padding: .8rem 1rem;

}

#menu-sp li a {
display: block;
padding: .8rem 1rem;

}

#menu-sp li.menu-sp-title {
border-bottom: none;
background: #f4f4f1;
font-weight: bold;
font-size: .875rem;

}

#menu-sp li.menu-sp-title:first-child {

}

.menu-sp-contact address {
font-size: 1rem;
font-style: normal;
font-weight: bold;

}

#menu-sp li a img {
margin: 0 .5rem 0 0;
padding: .2rem;
width: 3em;
height: 3em;
border-radius: 3px;

}

#menu-sp li a img.ic-lp {
background: #66aa00;

}

#menu-sp li a img.ic-gr {
background: #c42219;

}

#menu-sp li.menu-sp-sns a {
display: inline-block;

}

#menu-sp li.menu-sp-sns a img {
width: 2em;
height: 2em;

}

.btn-close-offcanvas {
display: none;
position: absolute;
top: 5rem;
right: -.5rem;
width: 3rem;
height: 3rem;
border-radius: 5px 0 0 5px;
background: #090909;
line-height: 3rem;
text-align: center;
color: #fff;
cursor: pointer;

}

.js-offcanvas-body-right .btn-close-offcanvas {
display: block;

}


/* page */

h1 {
margin: 1rem 0;
text-align: center;
letter-spacing: .25rem;
color: #fff;

}

#spmode h1 {
font-size: 1.5rem;

}

.page-subtitle {
margin: 1rem 0;
text-align: center;
letter-spacing: .1rem;
color: #fff;

}

#spmode .page-subtitle {
font-size: 1rem;
letter-spacing: 0;

}

#sect-page-header {
width: 100%;
padding: 55px 0 2rem;
background: url('../img/bg_page.jpg') no-repeat center center;
background-size: cover;
overflow: hidden;

}

#aside_sitemap {
margin: 1rem auto;
color: #d3c9b1;

}

#aside_sitemap i {
padding: 0 .5em;

}

#aside_sitemap a {
color: #d3c9b1;

}

#spmode #report.section {
padding: 0 0 4rem;

}

#report .section-inner {
padding: 0 12rem;

}

#spmode #report .section-inner {
padding: 0 .625rem;

}

#report h3 {
margin: 4rem 0;
text-align: center;

}

#spmode #report h3 {
margin: 4rem 0 2rem;

}

.section .btn-store {
margin: 4rem 0 0;
padding: 1rem;
line-height: 2;
background: #f6f6f4;

}

.section .btn-store span {
display: block;

}

#report img {
display: block;
margin: 4rem auto;

}


#report .hl_season {
margin: 1rem auto 3rem!important;
}
#report .hl_season img {
display: inline!important;
margin: 0!important;
max-width: 318px;
width: 34%;
}

#report .historyContents {
background: #ede8dc;
margin-top: 2rem;
}

#report .hl_history {
margin: -4rem auto 0!important;
}

#spmode #report  .hl_season img {
width: 56%;
}
#spmode #report  .hl_history {
margin: -5rem 1rem -1rem!important;
}