/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #fff;
    font-size: 1em;
    line-height: 1.4;
    font-family: ten-mincho-text, sans-serif;
    font-weight: 400;
    font-style: normal;
}


body {
  font-family: ten-mincho-text, sans-serif;
    font-weight: 400;
    font-style: normal;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

a {
  font-family: ten-mincho-text, sans-serif;
  font-weight: 400;
    transition-property: color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    color: #D6006C;
}

a:hover {
    color: #6A1F1F;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {

    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " ("attr(href) ")";
    }

    abbr[title]::after {
        content: " ("attr(title) ")";
    }

    /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}




section {
    padding: 0;
    margin: 0 auto;
}

.container {
    padding: 0;
    background-position: center;
}

.row {
    padding: 0;
    margin: 0;
    text-align: center;
}

p {
    line-height: 1.7;
    letter-spacing: 0.2em;
}

.waku {
    padding: 1em;
    color: #666;
    background: #fff;
    border-radius: 1em;
    font-family: ten-mincho-text, sans-serif;
    letter-spacing: 3px;
    text-align: left;
}

.waku h3 {
    text-align: left;
}

.waku .h-100 {
    height: 100%;
}

.waku dt {
    margin-bottom: 10px;
}

.waku dd img {
    margin-bottom: 1em;
}

.icon-menu {
    background: #D6006C;
    padding: 3px;
    color: #fff;
    border-radius: 5px;
}

.icon-info {
    background: #FFC23C;
    padding: 3px;
    color: #fff;
    border-radius: 5px;
}


.f-l {
    float: left;
}

.f-r {
    float: right;
}

h1 {
    font-family: ten-mincho-text, sans-serif;
    font-weight: 400;
    font-size: 48px;
    text-align: center;
    letter-spacing: 10px;
    margin: 0 0 0 0;
}

h1 small {
    font-size: 32px;
    margin-left: 1em;
}



h2 {
    font-family: ten-mincho-text, sans-serif;
    font-weight: 400;
    font-size: 48px;
    text-align: center;
    letter-spacing: 10px;
    margin: 0 0 0 0;
}

h2 small {
    font-size: 32px;
}


h3 {
    font-family: ten-mincho-text, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
    text-align: center;
    letter-spacing: 10px;
}

h3 small {
    font-size: 14px;
    letter-spacing: 0px;
}

.ttl-white {
    color: #fff;
}

.ttl-black {
    color: #000;
}

.wrap {
    width: 100%;
    padding: 3em 0 5em 0;
    margin: 0;
}

.img200 {
    width: 200%;
    height: auto;
}

.img100 {
    width: 100%;
    height: auto;
}

.img90 {
    width: 90%;
    height: auto;
}

.img80 {
    width: 80%;
    height: auto;
}

.img70 {
    width: 70%;
    height: auto;
}

.img60 {
    width: 60%;
    height: auto;
}

.img50 {
    width: 50%;
    height: auto;
}

.img40 {
    width: 40%;
    height: auto;
    margin: 0 0 10px 10px;
}

.img30 {
    width: 30%;
    height: auto;
}

.img23 {
    width: 23%;
    height: auto;
}

.img20 {
    width: 20%;
    height: auto;
}

.img10 {
    width: 10%;
    height: auto;
}

@media(max-width:481px) {

    .img100,
        {
        width: 100%;
        height: auto;
    }
}

.mt-0 {
    margin-top: 0;
}

.mt-10 {
    margin-top: 1em;
}

.mt-20 {
    margin-top: 2em;
}

.mt-30 {
    margin-top: 3em;
}

.mt-40 {
    margin-top: 4em;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-10 {
    margin-bottom: 1em;
}

.mb-20 {
    margin-bottom: 2em;
}

.mb-30 {
    margin-bottom: 3em;
}

.mb-40 {
    margin-bottom: 4em;
}

.pt-10 {
    padding-top: 1em;
}

.pt-20 {
    padding-top: 2em;
}

.pt-30 {
    padding-top: 3em;
}

.pt-40 {
    padding-top: 4em;
}

.pb-10 {
    padding-bottom: 1em;
}

.pb-20 {
    padding-bottom: 2em;
}

.pb-30 {
    padding-bottom: 3em;
}

.pb-40 {
    padding-bottom: 4em;
}

.txt-center {
    text-align: center;
}

.btn {
    background: #6A1F1F;
    padding: 5px 10px;
    color: #fff;
    letter-spacing: 1px;
    text-decoration: none;
    font-family: ten-mincho-text, sans-serif;
    font-weight: 400;
    font-size: 0.9em;
}

.btn:hover {
    background: #D6006C;
}

.btn-red {
    background: #900;
}

.btn-red:hover {
    background: #600;
    color: #fff;
}


.br-cl {
    margin-bottom: 1em;
}

/************************************************* header  */
header {
    width: 100%;
    height: 60px;
    position: relative;
    z-index: 9999;
}

.header1 {
    /*background: #fff;*/
    position: absolute;
}

.header2 {
    background: rgba(0, 0, 0, 0.9);
}

.header3 {
    background: rgba(80, 80, 68, 0.6);
}

header .inner {
    /*display: flex;*/
    justify-content: flex-start;
}


h1 {
    margin: 50px 0 0 0;
    padding: 0;
}

header .logo {
    text-align: center;
}

.headlogo {
    width: 60px;
    height: auto;
    margin-top: 10px
}

.h3_subttl {
    width: 40%;
    transform: rotate(-20deg);
    position: absolute;
    top: 50%;
    right: 5%;
    text-align: center;
    width: 60%;
    color: #fff;
}

.footlogo {
    width: 60px;
    height: auto;
}


/************************************************* footer  */

#pagetop {
    position: fixed;
    bottom: 30px;
    right: 20px;
}

#pagetop a {
    background-color: #6A1F1F;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 20px 20px;
}

#pagetop a:hover {
    background-color: #6A1F1F;
    text-decoration: none;
}

footer .logo {
    max-width: 200px;
    height: auto;
}

footer ul {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
}

footer li {
    margin: 1em 1.5em 1em 0;
}

footer li a {
    color: #fff;
    text-decoration: none;
}

footer li a:hover {
    color: #6A1F1F;
    text-decoration: underline;
}

footer copy {
    font-size: 0.8em;
}

footer .container {
    background-repeat: no-repeat;
    background-size: cover;
}

footer .mt-10 {
    display: flex;
    flex-direction: column;
}

.btn-oubo {
    display: flex;
    justify-content: center;
    list-style: none;
}

.btn-oubo li {
    margin: 1em;
}

/************************************************* navigation  */
.nav {
    width: 100%;
}

.nav ul {
    width: 100%;
    list-style: none;
    margin: -3.5em 0 0 10px;
    padding: 0;
    display: flex;
    justify-content: flex-start;
}

.nav li {
    margin: 1em;
}

.nav li a {
    text-decoration: none;
    color: #D6006C;
    font-size: 16px;
    font-weight: 400;
}

.nav li a span {
    font-size: 10px;
}

.nav li a:hover {
    color: #6A1F1F;
}

.nav li:hover {
    border-bottom: #6A1F1F 3px solid;

}

@media(max-width:800px) {
    .nav {
        display: none;
    }

    .nav ul {
        display: block;

    }
}

/************************************************* カルーセル  */
.slider {
    position: relative;
}

#slider {
    position: relative;
    overflow: hidden;
    width: 100% !important;
}

#slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 99999px;
    overflow: hidden;
    list-style: none;
}

#slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    text-align: center;
}

#slider ul li .slide {
    background-size: cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#slider ul li .slide img {
    width: 85%;
    height: auto;
}

@media(max-width:480px) {
    #slider ul li .slide img {
        width: 95%;
        height: auto;
    }
}

.menu-ttl {
    margin: 100px 0 50px 0;
    text-shadow: 1px 0 0 #fff,
        0 1px 0 #fff,
        -1px 0 0 #fff,
        0 -1px 0 #fff;
}

.tofa-menu,
.tofa-normal,
.tofa-omiyage {
    display: flex;
    margin: 30px 0;
}

.tofa-setumei {
    background-size: 10px 100px;
}

.tofa-topping {
    background-size: 200%;
    background-repeat: no-repeat;
}

.syentoujan-menu {
    padding: 10px 0;
}

.syentoujan-menu h2 {
    font-size: 15px;
    letter-spacing: 0.1em;
}

.syentoujan-menu h3 {
    font-size: 13px;
    letter-spacing: 0.1em;
}

.syentoujan-menu p {
    font-size: 11px;
    letter-spacing: 0;
    margin: 0;
}

.rurohan-menu p {
    color: #fff;
}

.rurohan-yoyaku {
    display: block;
    float: right;
    margin: -150px 0 60px;
    margin-right: -30px;
}

.morihana-set h2,
.morihana-set p {
    color: #fff;
}

.morihana-set p {
    font-size: 12px;
    margin: 10px 20px 30px;
}

.butterflypeatea-bottle {
    display: block;
    float: right;
    padding: 10px 20px;
    margin: 0 0 60px;
    margin-right: -150px;
    transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
}

.butterflypeatea-cup {
    display: block;
    float: left;
}

.butterflypeatea-menu {
    display: flex;
}

.butterflypeatea-syurui {
    display: flex;
}

.reverse {
    flex-direction: row-reverse;
}

.vertical {
    writing-mode: vertical-rl;
}

.progress {
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    height: 0.5rem;
    width: 100%;
    bottom: 0;
    border-top: 1px rgba(0, 0, 0, 0.15) solid;
}

.progress .bar {
    height: 100%;
    width: 0%;
    background: #fff;
}

@media(max-width:1360px) {

    .h3_subttl {
        top: 50%;
    }
}

@media(max-width:1000px) {

    .h3_subttl {
        width: 50%;
        top: 60%;
    }
}

@media(max-width:800px) {

    .h3_subttl {
        width: 70%;
        top: 60%;
    }
}

@media(max-width:640px) {

    .h3_subttl {
        width: 80%;
        top: 60%;
    }
}

/************************************************* news  */
.news {
    color: #000;
    font-family: ten-mincho-text, sans-serif;
    font-weight: 400;
}

.news h3 span {
    font-size: 0.8em;
}

.news .c-10 p {
    font-weight: 200;
    line-height: 1.8;
    letter-spacing: 0.2em;
}

.ttl-h2 {
    font-size: 2em;
    font-weight: 400;
    padding: 8px;
    border-radius: 1em;
    background: #fff;
    color: rgba(80, 80, 68, 1);
    text-align: center;
}

.ttl-h3 {
    font-size: 1.5em;
    font-weight: 400;
}

.news a {
    color: #7cc900;
}

.news a:hover {
    color: #31c600;
}

/************************************************* access  */
.access {
    color: #000;
    font-family: ten-mincho-text, sans-serif;
    font-weight: 400;
}

.access h2 {
    background-repeat: no-repeat;
}


@media(max-width:800px) {}

/************************************************* font-size  */

.font-L {
    font-size: 2em;
    font-weight: 400;
}

.color-bk {
    color: #333;
}


@media(max-width: 640px) {

    h1.ttl,
    h2.ttl {
        letter-spacing: 6px;
        font-size: 24px;
    }

    .ttl-h2,
    h2 {
        font-size: 24px;
        font-weight: 400;
    }

    h3.ttl,
    h3 {
        font-size: 18px;
        font-weight: 400;
    }

    .font-L {
        font-size: 1.3em;
        font-weight: 400;
    }


}



/*----------------------------
* メニュー開閉ボタン
*----------------------------*/
.menu-btn {
    position: absolute;
    width: 24px;
    height: 24px;
    cursor: pointer;
    top: 28px;
    left: 40px;
    z-index: 998;

}

.menu-btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #D6006C;
    border-radius: 2px;
}

.menu-btn,
.menu-btn span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
}

.menu-btn span:nth-of-type(1) {
    top: 0;
}

.menu-btn span:nth-of-type(2) {
    top: 10px;
}

.menu-btn span:nth-of-type(3) {
    bottom: 0;
}

.menu-btn.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
    background-color: #fff;
}

.menu-btn.active span:nth-of-type(2) {
    opacity: 0;
}

.menu-btn.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
    background-color: #fff;
}

/*----------------------------navigation */
.menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #D6006C;
}

.menu img {
    max-width: 90px;
    height: auto;
    margin-bottom: 0.5em;
}

.menu__item {
    width: 100%;
    height: auto;
    padding: 0.7em 0.5em;
    text-align: center;
    color: #666;
    box-sizing: border-box;
}

.menu__item a {
    color: #fff;
    font-size: 1.0em;
    line-height: 0.8;
    letter-spacing: 0.2em;
}

.menu__item a span {
    font-size: 0.7em;
    letter-spacing: 0.4em;
}

.menu__item a:hover {
    color: #7fbc64;
}

.menu {
    pointer-events: none;
    opacity: 0;
    transform-origin: center;
    transform: scale(.5);
    transition: all .3s ease;
}

.menu.is-active {
    pointer-events: auto;
    opacity: 1;
    transform: scale(1.2);
    z-index: 997;
}

.tyuumon {

    position: absolute;
    top: 0;
    right: 10px;
}

.tyuumon img {
    margin-left: 8px;
}

.tele {
    width: 100px;
    height: auto;
}


#sec1 img {
    height: 120px;
    width: auto;
    margin: 15px auto;
}

#sec1 h3 {
    margin: 30px auto 0;
}

#sec1 h3,
#sec1 img {
    text-align: center;
}

#sec1 .row {
    padding-bottom: 50px;
}

#sec1 .container {
    padding: 0;
    background-position: center;
    background-size: cover;
}

#sec3 h2 {
    padding: 20px;
}

#sec4 h2 {
    padding: 0px;
    background-size: 100%;
    margin-bottom: 50px;
}

#sec4,
#sec4 .container {
    padding: 0 0;
    margin: 0 auto;
    padding-top: 0.5em;
}

#sec4 .container iframe {}

@media screen and (min-width:780px) {
    .menu-btn {
        display: none;
    }
}


/* sp slide img */
/*
.s-sp .s-0 {
    background: url(../images/);
}

.s-sp .s-1 {
    background: url(../images/slide-tofa-bg.jpg) center;
    background-size: 70% auto;
}

.s-sp .s-2 {
    background: url(../images/slide-shentojan-bg.jpg) 70% auto;
}

.s-sp .s-3 {
    background: url(../images/slide-rurohan-bg.jpg) center;
    background-size: 70% auto;
}

.s-sp .s-4 {
    background: url(../images/slide-buttefly-bg.jpg) center;
    background-size: 70% auto;
}
*/


/* pc slide img */
/*
.s-pc .s-0 {
    background-image: url(../images/slide-tofa.png);
    background-position: center;
    background-size: 20% 20%;
}

.s-pc .s-1 {
    background: url(../images/slide-tofa.png) center;
    background-size: 70% auto;
}

.s-pc .s-2 {
    background: url(../images/slide-shentojan.png) center;
    background-size: 70% auto;
}

.s-pc .s-3 {
    background: url(../images/slide-rurohan.png) center;
    background-size: 70% auto;
}

.s-pc .s-4 {
    background: url(../images/slide-buttefly.png) center;
    background-size: 70% auto;
}
*/


/* PC layout */
@media(min-width:781px) {}


.menus {
    display: flex;
    justify-content: flex-start;
    text-align: left;
}

/* menu.html */
#menus1 img,
#menus2 img,
#menus3 img,
#menus4 img {
    width: 120px;
    height: auto;
    margin: 15px auto;
}

.to-pdf {
    width: 100%;
}

.to-pdf a {
    margin: 0 1em 0 0;
    float: right;
    padding: 8px 10px;
    background: #D6006C;
    color: #fff;
    border-radius: 3px;
}

.to-pdf a:hover {
    background: #999;
}

.menus-title h2 {
    line-height: 1.0;
    width: 100%;
}

.menus h2 {
    text-align: left;
    font-size: 2.5em;
}

.menus h2 small {
    font-size: 0.5em;
    letter-spacing: 3px;
}



.menus dt {
    margin-right: 1em;
    padding: 0;
    text-align: center;
    width: 120px;
}

.menus dd {
    text-align: left;
    letter-spacing: 8px;
    width: 100%;
}



.menus dd small {
    font-size: 0.7em;
    letter-spacing: 2px;
}

.menus-ttl {
    font-size: 1.35em;
    line-height: 1.1;
    margin-bottom: 10px;
}

.menus dd p {
    font-size: 0.8em;
}

.menus dd .kakaku {
    font-size: 1.35em;
    text-align: right;
}

.btn-over:hover {
    opacity: 0.8;
}

.icons {
    width: 25px;
    height: auto;
    background: #D6006C;
    border-radius: 3px;
    padding: 3px;
}

.head-access {
    padding: 8em 0 4em 0;
    background: url(../images/head-access-bg.jpg);
    background-position: center center;
    background-size: cover;
    margin: 0 auto;
}

.head-menu {
    padding: 8em 0 4em 0;
    background: url(../images/head-menu-bg.jpg);
    background-position: center center;
    background-size: cover;
    margin: 0 auto;
}

.head-info {
    padding: 8em 0 4em 0;
    background: url(../images/head-info-bg.jpg);
    background-position: center center;
    background-size: cover;
    margin: 0 auto;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

.pc img {
    width: 80%;
    height: auto;
}

.first .pc img {
    width: 100%;
    height: auto;
}

.head-access p,
.head-menu p,
.head-info p {
    text-align: center;
}

.head-access img,
.head-info img,
.head-menu img {
    height: 60vh;
    width: auto;
}

@media(max-width:480px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .icons-pc {
        display: none;
    }

    .head-access p,
    .head-menu p,
    .head-info p {
        overflow: hidden;
    }

}
