/*
    Name: OAK
    Version: 1.1
    Author: EliteFingers
    Author URI: http://www.elitefingers.com
*/

/*-----------------------------------------------------------------------------
basic
-----------------------------------------------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
}


/* =Common Styles
-------------------------------------------------------------- */

@font-face {
    font-family: 'gabriola';
    src: url('../fonts/gabriola.ttf');
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
    font-family: "Sawarabi Mincho";
    letter-spacing: 0.03em;
    line-height: 1.8;
    background: #000;
    color: #fff;
    background-image: url(../images/bg_all.jpg);
    background-position: center;
}

::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    background-color: #eee;
    -webkit-border-radius: 0;
}

::-webkit-scrollbar:hover {
    width: 7px;
}

::-webkit-scrollbar-thumb {
    background: #867d63;
    -webkit-border-radius: 0;
}

::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active {
    background: #82713d;
    cursor: pointer;
}

::-moz-selection {
    background: #060606;
    color: #fff;
}

::selection {
    background: #060606;
    color: #fff;
}

::-moz-selection {
    background: #060606;
    color: #fff;
}

::-webkit-input-placeholder {
    color: #787878;
    font-size: 14px;
    letter-spacing: 1pt;
    font-family: 'Ubuntu', sans-serif;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #787878;
    font-size: 14px;
    letter-spacing: 1pt;
    font-family: 'Ubuntu', sans-serif;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #787878;
    font-size: 14px;
    letter-spacing: 1pt;
    font-family: 'Ubuntu', sans-serif;
}

:-ms-input-placeholder {
    color: #787878;
    font-size: 14px;
    letter-spacing: 1pt;
    font-family: 'Ubuntu', sans-serif;
}

/* =Typography
-------------------------------------------------------------- */

a {
    color: #383838;
    transition: all 0.5s;
}

a:focus {
    outline: 0;
}

a:hover,
a:focus {
    color: #7beec7;
    text-decoration: none;
}

a,
a:visited {
    font-weight: 400;
    text-decoration: none;
}

em {
    font-style: italic;
}

strong {
    font-weight: 500;
}

small {
    font-size: 0.8em;
}

.gold-txt {
    background: #c93;
    background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.lh {
    line-height: 1.4;
}

.small {
    font-size: 13px;
}

.middle {
    font-size: 20px;
}

.large {
    font-size: 24px;
}

.deg {
    font-style: italic;
}

@media (max-width: 768px) {
    .large {
        font-size: 20px;
    }
    .middle {
        font-size: 15px;
    }

}


/* =General
-------------------------------------------------------------- */

.clearfix {
    clear: both;
}

.seperate {
    clear: both;
    height: 35px;
}

.img-center {
    display: block;
    margin: auto;
}

.image-cover {
    background-size: cover !important;
}

a.opacity {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.opacity:hover {
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
}

a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.row-nopadding {
    margin-left: 0;
    margin-right: 0;
}

.row-nopadding > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.row-gutter-10 {
    margin-left: -5px;
    margin-right: -5px;
}

.row-gutter-10 > [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
}

.red {
    color: #F90004;
}

.blue {
    color: #BD9629;
}

.scroll-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    width: 57px;
    height: 57px;
    text-align: center;
    z-index: 9;
}

.fluid {
    max-width: 1140px;
    margin: 0 auto;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb-pc50sp30 {
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .mb-pc50sp30 {
        margin-bottom: 50px
    }
}

.mb-pc100sp60 {
    margin-bottom: 60px
}

@media (min-width: 768px) {
    .mb-pc100sp60 {
        margin-bottom: 100px
    }
}




/*Parallax Move*/

.parallax-move {
    overflow: hidden;
}

.parallax-move img {
    position: relative;
    z-index: 4;
    max-width: 100%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.2s ease-out;
    -moz-transition: opacity 0.3s ease-out, -moz-transform 0.2s ease-out;
    -o-transition: opacity 0.3s ease-out, -o-transform 0.2s ease-out;
    transition: opacity 0.3s ease-out, transform 0.2s ease-out;
}

/* =Buttons
-------------------------------------------------------------- */

.btn {
    letter-spacing: 1.5pt;
    border-radius: 0;
    font-weight: 400;
}

a.btn-gold {
    clear: both;
    color: #000;
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.05em;
    background: radial-gradient(#f0c86f, #ca9626);
}

a.btn-gold:hover {
    color: #999;
}

.btn-gold {
    clear: both;
    color: #000;
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.05em;
    background: radial-gradient(#f0c86f, #ca9626);
}

.btn-gold:hover {
    color: #999;
}



/* =Header
-------------------------------------------------------------- */

.header {
    height: 90px;
    width: 100%;
    background-image: url(../images/bg_all.jpg);
    z-index: 9;
    position: relative;
}

.header .logo {
    float: left;
    padding-top: 8px;
}

.header .logo h1 {
    margin: 0px 0px;
}

@media (max-width: 768px) {
    .header .logo {
        float: left;
    }
    .header .logo h1 {
        margin: 14px 0px;
    }
    .header .logo h1 img {
        width: 200px;
        height: auto;
    }
}




/* =Footer
-------------------------------------------------------------- */

.gold-line {
    background-image: url(../images/footer-gold.jpg);
    background-repeat: repeat-y;
    height: 10px;
}

footer {
    background-image: url(../images/bg-footer.jpg);
    background-position: center bottom;
    padding: 70px 0px 50px 0px;
}

footer .logo {
    text-align: center;
}

#footer_menu-list {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

#footer_menu-list li {
    display: inline;
    letter-spacing: 0;
}

#footer_menu-list li a {
    position: relative;
    display: inline-block;
    padding: 0 18px;
    letter-spacing: 0.04em;
    color: #e1b860;
    font-family: 'Vollkorn', serif;
    font-size: 14px;
    text-decoration: none;
    background-image: url(../images/footer-tate.png);
    background-position: center right;
    background-repeat: no-repeat;
}

#footer_menu-list li:last-child a {
    background-image: none;
}

#footer_menu-list a:hover {
    color: #FF9900;
}

footer p.address {
    font-size: 14px;
    line-height: 24px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    text-align: center;
    letter-spacing: 0.03em;
}

ul.sns {
    text-align: center;
    margin-top: 20px;
}

ul.sns li {
    display: inline-block;
    margin: 3px;
}

@media (max-width: 767px) {
    footer {
        padding: 50px 0px 30px 0px;
    }

    #footer_menu {
        padding-top: 0px;
        margin: 0px;
        text-align: left;
    }
    #footer_menu #footer_menu-list {}
    #footer_menu #footer_menu-list li {
        display: block;
        border-bottom: 1px solid #333;
    }
    #footer_menu #footer_menu-list li:first-child {
        display: block;
        border-bottom: 1px solid #333;
        border-top: 1px solid #333;
    }

    #footer_menu #footer_menu-list li a {
        display: block;
        padding: 13px;
        color: #e1b860;
        font-size: 16px;
        background-image: none;

    }
    #footer_menu #footer_menu-list li a i {
        float: left;
        color: #b03226;
        font-size: 14px;
    }
    footer p.address {
        font-size: 13px;
        line-height: 24px;
        font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
        text-align: center;
        letter-spacing: 0.03em;
        padding: 0px 15px;
    }

}



#copy {
    background-color: #000;
    line-height: 40px;
    color: #896a24;
    font-size: 12px;
    text-align: center;
}

/*-----------------------------------------------------------------------------
keyvisual & page main title
-----------------------------------------------------------------------------*/

#top_scroll {
    height: 650px;
    z-index: 1;
    clear: both;
    background: #000;
}

#top_scroll .top_scroll_txt {
    padding-top: 280px;
}

#h2area {
    padding: 50px 0px;
    text-align: center;
    background-image: url(../images/bg-h2.jpg);
    background-repeat: no-repeat;
    background-position: center;
}




.headline01 {
    color: #d3a502;
    background: -webkit-linear-gradient(top, #846800 0%, #d3a502 50%, #846800 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 46px;
    text-align: center;
    font-family: 'Libre Baskerville', serif;
    letter-spacing: 0.03em;
    margin-bottom: 40px;
    line-height: normal;
}

.headline02 {
    color: #d3a502;
    font-size: 36px;
    font-family: 'Libre Baskerville', serif;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.headline02:before,
.headline02:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    display: block;
}

.headline02:before {
    margin-right: .4em;
    background: linear-gradient(-90deg, #fceabb, transparent);
}

.headline02:after {
    margin-left: .4em;
    background: linear-gradient(90deg, #fceabb, transparent);
}


@media (max-width: 991px) {
    #top_scroll {
        height: 500px;
        z-index: 1;
        clear: both;
    }
    #top_scroll .top_scroll_txt {
        padding-top: 240px;
    }
    .headline01 {
        margin-bottom: 30px;
        font-size: 36px;
    }
    .headline02 {
        margin-bottom: 30px;
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    #top_scroll {
        height: 350px;
        z-index: 1;
        clear: both;
        position: relative;
    }

    #top_scroll .top_scroll_txt {
        position: absolute;
        top: 25%;
        left: 0;
        margin: auto;
        height: auto;
        padding-top: 80px;
    }

    #h2area {
        padding: 30px 0px;
        text-align: center;
        background-size: cover;
    }
    .headline01 {
        margin-bottom: 30px;
        font-size: 30px;
    }
    .headline02 {
        margin-bottom: 30px;
        font-size: 22px;
    }

}



/*pankuzu
---------------------------------------------------------*/

#pan {
    width: 100%;
    margin: 0px auto;
    padding: 15px 0px;
}

ul.pankuzu {
    margin: 0px;
    float: left;
    margin-top: 2px;
    margin-left: 3px;
}

.pankuzu li {
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 18px;
    list-style-type: none;
    background-image: url(../images/pankuzu.gif);
    background-repeat: no-repeat;
    line-height: 1;
    color: #fff;
    font-size: 13px;
}

.pankuzu li a:link {
    float: left;
    margin: 0px;
    list-style-type: none;
    line-height: 1;
    font-size: 13px;
    color: #fff;
}

.pankuzu li a:visited {
    float: left;
    margin: 0px;
    list-style-type: none;
    line-height: 1;
    font-size: 13px;
    color: #fff;
}

.pankuzu li a:hover {
    color: #7b6109;
}

.pankuzu li.home {
    float: left;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    background-image: url(../images/pan_no.gif);
    line-height: 13px;
    font-weight: 600;
}




/* =Menu 右から出てくる
-------------------------------------------------------------- */

.navigation {
    display: block;
    position: absolute;
    top: 30px;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
}

.close-menu {
    color: #fff;
    font-size: 60px;
    cursor: pointer;
    line-height: 49px;
}

.close-menu:hover {
    color: #ebc05f;
}

.menu-wrap a {
    color: #fff;
}

.menu-wrap a:hover,
.menu-wrap a:focus {
    color: #cdc033;
}

.content-wrap {
    -webkit-overflow-scrolling: touch;
}

/* Menu Button */

.menu-button {
    position: fixed;
    right: 15px;
    z-index: 1000;
    margin: 1em;
    padding: 0;
    width: 2.5em;
    height: 2.25em;
    border: none;
    text-indent: 2.5em;
    font-size: 1.5em;
    color: transparent;
    background: transparent;
    outline: 0;
}

.menu-button::before {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    bottom: 0.5em;
    left: 0.5em;
    background: linear-gradient(#373a47 20%, transparent 20%, transparent 40%, #373a47 40%, #373a47 60%, transparent 60%, transparent 80%, #373a47 80%);
    content: '';
}

.menu-button:hover {
    opacity: 0.6;
}

/* Close Button */

.close-button {
    width: 1em;
    height: 1em;
    position: absolute;
    right: 0.5em;
    top: 0.5em;
    overflow: hidden;
    text-indent: 1em;
    font-size: 34px;
    border: none;
    background: transparent;
    color: transparent;
    outline: 0;
}

.close-button::before,
.close-button::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #bdc3c7;
}

.close-button::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-button::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.indicator-name {
    position: absolute;
    right: 30px;
    top: 0;
    line-height: 50px;
    color: #111111;
}

.content-menu {
    position: relative;
}

.menu-wrap {
    position: fixed;
    z-index: 9999;
    width: 25%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #111;
    background-position: center center;
    background-size: cover;
    font-size: 1.15em;
    display: table;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.menu,
.menu-list {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px
}

.menu-contact-information {
    clear: both;
}

.menu-contact-information span {
    padding-top: 10px;
    padding-bottom: 50px;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 2.5px;
    text-align: right;
}

.menu-content {
    padding-top: 30%;
}

.menu-list ul {
    padding: 0;
}

.menu-list ul li {
    display: block;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0);
}

.menu-list,
.menu-list ul li {
    transition: -webkit-transform 0s 0.4s;
    transition: transform 0s 0.4s;
    transition-timing-function: cubic-bezier(0.8, 0, 0.3, 1);
}

.menu-list ul li:nth-child(1) {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
}

.menu-list ul li:nth-child(2) {
    -webkit-transform: translate3d(500px, 0, 0);
    transform: translate3d(500px, 0, 0);
}

.menu-list ul li:nth-child(3) {
    -webkit-transform: translate3d(1000px, 0, 0);
    transform: translate3d(1000px, 0, 0);
}

.menu-list ul li:nth-child(4) {
    -webkit-transform: translate3d(1500px, 0, 0);
    transform: translate3d(1500px, 0, 0);
}

.menu-list ul li:nth-child(5) {
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}

.menu-list ul li:nth-child(6) {
    -webkit-transform: translate3d(2500px, 0, 0);
    transform: translate3d(2500px, 0, 0);
}

.menu-list ul li:nth-child(7) {
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
}

.menu-list ul li a {
    font-weight: 600;
    font-size: 22px;
    font-family: 'Gabriola', sans-serif;
    letter-spacing: 0.05em;
    transition: all 350ms cubic-bezier(0.215, .61, .215, 1);
    -webkit-transition: all 350ms cubic-bezier(0.215, .61, .215, 1);
    -moz-transition: all 350ms cubic-bezier(0.215, .61, .215, 1);
    -o-transition: all 350ms cubic-bezier(0.215, .61, .215, 1);
    display: block;
}

.menu-list ul li a span.en {
    display: inline;
}

.menu-list ul li a:hover span.en {
    display: none;
}

.menu-list ul li a span.jp {
    display: none;
}

.menu-list ul li a:hover span.jp {
    display: inline;
    font-family: YuKyo-Medium, "游教科書体 M", serif;
    font-size: 18px;
    font-weight: normal;
}

.gold {
    background: -webkit-linear-gradient(#C28C04, #f7e385, #C28C04);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Shown menu */

.show-menu .menu-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.show-menu .menu-list,
.show-menu .menu-list ul li {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.show-menu .menu-list ul li {
    transition-duration: 0.9s;
    text-decoration: none;
    line-height: 42px;
}

.show-menu .content::before {
    opacity: 1;
    transition: opacity 0.8s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.main-menu-indicator {
    display: block;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 1000;
    height: 62px;
    width: 25px;
    background: transparent;
    outline: 0;
    float: right;
    position: relative;
    margin: 14px 0 14px 0;
}

.main-menu-indicator:hover {
    border: 0;
    box-shadow: none;
}

.main-menu-indicator > span {
    transition: all 0.1s ease 0s;
    display: block;
    position: absolute;
    width: 25px;
    height: 2px;
    top: 32px;
    left: 0;
    right: 0;
    margin: auto;
    background: #ebc05f;
}

.main-menu-indicator > span:before,
.main-menu-indicator > span:after {
    transition: all 0.2s ease 0s;
    position: absolute;
    content: '';
    width: 25px;
    height: 2px;
    background: #ebc05f;
    left: 0;
}

.main-menu-indicator > span:after {
    top: -5px;
}

.main-menu-indicator > span:before {
    bottom: -5px;
}

.main-menu-indicator.active > span {
    background: transparent;
}

.main-menu-indicator.active > span:after {
    top: 0;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.main-menu-indicator.active > span:before {
    bottom: 0;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

/* Social Menu */

.menu-social-media {
    position: absolute;
    bottom: 90px;
}

.menu-social-media ul {
    padding: 0;
    padding-left: 20px;
}

.menu-social-media ul li {
    display: inline;
}

/* Menu Information */

.menu-information {
    position: absolute;
    bottom: 18px;
}

.menu-information p {
    color: #fff;
    padding-left: 20px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}

.menu-information ul {
    padding: 0;
    padding-left: 20px;
}

.menu-information ul li {
    display: block;
    list-style: none;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.05em;
    font-family: 'Lekton', sans-serif;
}

.menu-information ul li span {
    padding-right: 5px;
}


.scroll-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #333;
    text-align: center;
    color: #fff;
    z-index: 9;
}

.scroll-top i {
    color: #fff;
    font-size: 48px;
}



.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

footer .back-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    margin: 0;
}

footer .back-top img {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

body.pc footer .back-top img:hover {
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
}


/*-------------------------------------------
index.html */

.home #section01 {
    background-image: url(../images/bg_all.jpg);
    background-attachment: fixed;
    background-position: center;
    padding: 70px 0px;
    text-align: center;
    width: 100%;
}

.home #section01 .ti {
    margin-bottom: 30px;
}

.home #section01 .topnav {
    text-align: center;
}

.home #section01 .topnav li {
    width: 20%;
    float: left;
    text-align: center;
}

.home #section01 .topnav li img {
    width: 94%;
    height: auto;
}

.home #section02 {
    background: #000;
    width: 100%;
}

.home #section02 .info {
    padding: 70px 15px;
    float: right;
}

.home #section02 .info .ti {
    margin-bottom: 50px;
}

.home #section02 .info p {
    font-size: 18px;
    line-height: 48px;
}

.home #section02 .info p.tel {}

.home #section03 {
    background: #000;
    width: 100%;
}

.home #section03 .flower {
    background-image: url(../images/bg-news.jpg);
    background-position: center;
    height: 450px;
}

.home #section03 .news {
    padding: 70px 15px 0px 25px;
    float: none;
}

.pre-scrollable {
    max-height: 230px;
    margin: 30px 0px;
}

.news_box {
    text-align: left;
    border-left: 4px solid #d6ae34;
    margin-bottom: 15px;
    padding-left: 10px;
}

.news_box .news_date {
    text-align: left;
    font-size: 14px;
    margin-bottom: 8px;
}

.news_box .news_date span {
    padding-left: 5px;
    vertical-align: middle;
}

.news_box .news_text {
    font-size: 14px;
    line-height: 1.4;
}

.news_box .news_text a {
    color: #F0CB70;
}

.news_box .news_text a:hover {
    color: #Fff;
}

iframe {
    vertical-align: bottom;
}



@media (max-width: 1565px) {
    .home #section02 .info p {
        font-size: 15px;
        line-height: 36px;
    }

}

@media (max-width: 991px) {
    .home #section01 {
        padding: 50px 0px;
        text-align: center;
        width: 100%;
    }
    .home #section02 {
        width: 100%;
    }
    .home #section02 .info p {
        font-size: 14px;
        line-height: 36px;
    }

}

@media (max-width: 767px) {
    .home #section01 .topnav {
        margin: 0px 10px;
        text-align: center;
    }
    .home #section02 .info {
        padding: 40px 15px;
        float: none;
    }
    .home #section02 .info .ti {
        margin-bottom: 30px;
        text-align: center;
    }
    .home #section02 .info p {
        font-size: 13px;
        line-height: 36px;
        text-align: center;
    }
    .home #section03 .flower {
        background-image: url(../images/bg-news.jpg);
        background-position: center;
        height: 250px;
        background-size: cover;
    }
    .home #section03 .news {
        padding: 70px 15px 0px 15px;
        float: none;
    }
    .news_box {
        text-align: left;
        border-left: 4px solid #d6ae34;
        margin-bottom: 15px;
        padding-left: 10px;
    }
    .news_box .news_date {
        text-align: left;
        font-size: 14px;
        margin-bottom: 8px;
    }
    .news_box .news_date span {
        padding-left: 5px;
        vertical-align: middle;
    }
    .news_box .news_text {
        font-size: 14px;
        line-height: 1.4;
    }

}

@media (max-width: 568px) {
    .home #section01 {
        padding: 40px 0px;
        text-align: center;
        width: 100%;
    }
    .home #section01 .topnav li {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 15px;
    }
    .home #section01 .topnav li:last-child {
        margin-bottom: 0px;
    }
    .home #section01 .topnav li img {
        width: 100%;
        height: auto;
    }
    .home #section02 {
        width: 100%;
    }

}





/*-------------------------------------------
concept.html */

.concept #section01 {
    padding: 70px 0px;
}

.concept #section01 p {
    text-align: center;
}

.concept #section02 {
    padding: 70px 0px;
    background-image: url(../images/bg-jamu.jpg);
    background-position: center bottom;
    background-size: cover;
    background-attachment: fixed;
}

.concept #section02 p {
    text-align: center;
}

.concept #section02 li {
    text-align: left;
}

.concept #section02 li.kono {
    text-align: right;
}

.concept #section03 {
    padding: 70px 0px;
}

.concept #section03 p {
    text-align: center;
    line-height: 2.6;
}

.concept #section03 p.name {
    text-align: right;
    line-height: 1.8;
}

@media (max-width: 834px) {
    .concept {
        font-size: 13px;
    }
    .concept #section01 {
        padding: 50px 0px;
    }
    .concept #section02 {
        padding: 50px 0px;
        background-image: url(../images/bg-jamu.jpg);
        background-position: 83% 0%;
        background-size: cover;
        background-attachment: inherit;
    }
    .concept #section03 {
        padding: 50px 0px;
    }

}

@media (max-width: 767px) {
    .concept #section02 li.kono {
        text-align: left;
    }

}

@media (max-width: 734px) {
    .concept #section01 p {
        text-align: left;
    }
    .concept #section02 p {
        text-align: left;
    }
    .concept #section03 p {
        text-align: left;
    }

}

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






/*-------------------------------------------
menu.html */

.menupage #section01 {
    padding: 70px 0px;
}

.menupage #section01 .table-price {
    width: 100%;
    color: #f8b500;
}

.menupage #section01 .table-price th {
    border-bottom: 1px solid #333;
    padding: 15px;
    color: #fff;
}

.menupage #section01 .table-price td {
    border-bottom: 1px solid #333;
    padding: 15px;
}

.menupage li.dot {
    list-style: disc;
    margin-left: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.treatment {}

.price dl,
dt,
dd {
    color: #f8b500
}

.price dl {
    background: #000;
    padding: 15px;
}

.price dt,
dd {
    padding: 15px 15px 10px 15px;
    vertical-align: bottom;
}

.price dt {
    width: 40%;
    float: left;
}

.price dd {
    padding-left: 40%;
    text-align: right;
    border-bottom: 1px solid #333;
}

dd:after {
    content: '';
    display: block;
    clear: both;
}

.table-s {
    width: auto;
    float: none;
    border-top: none;
}

.table-s td {
    border-top: 1px solid #000;
    vertical-align: middle;
}


@media (max-width: 767px) {
    .menupage li.dot {
        list-style: disc;
        margin-left: 20px;
        line-height: 1.4;
        margin-bottom: 10px;
        font-size: 13px;
    }
    .menupage #section01 .table-price th {
        border-bottom: 2px solid #333;
        color: #fff;
        display: block;
        width: 100%;
        text-align: center;
        font-size: 13px;
    }
    .menupage #section01 .table-price td {
        border-bottom: 1px solid #333;
        padding: 15px;
        display: block;
        width: 100%;
        text-align: center;
    }
    .table-s {
        width: 100%;
        margin: 0px auto;
    }
    .table-s td {
        width: 100%;
        margin: 0px auto;
        display: block;
    }

}






/*-------------------------------------------
impotant.html */

.important #section01 {
    padding: 70px 0px;
}

.important #section01 p {
    text-align: center;
}

.important #section01 li {
    list-style: disc;
    margin-bottom: 15px;
    line-height: 1.5;
    margin-left: 20px;
}

.important #section01 p.attention {
    text-align: left;
}

@media (max-width: 834px) {
    .important #section01 p {
        text-align: left;
    }

}




/*-------------------------------------------
reservation.html */

.contact #section01 {
    padding: 70px 0px;
}

.contact #section01 table {
    width: 100%;
    margin-bottom: 20px;
}

.contact #section01 th {
    border-bottom: 1px solid #333;
    padding: 15px;
    vertical-align: middle;
}

.contact #section01 td {
    border-bottom: 1px solid #333;
    padding: 15px;
}

.form-s {
    width: 35px
}

.form-m {
    width: 96px;
}

.form100 {
    width: 100%;
}

.form-h {
    height: 80px;
}

.needinput {
    background-color: #fee;
    border: 1px solid #ccc
}

input,
select {
    position: relative;
    top: -3px;
    color: #111;
    font-size: 12px;
}

input[type="checkbox"],
input[type="radio"] {
    vertical-align: middle;
    margin-right: 3px;
}

input {
    font-size: 100%;
    vertical-align: middle;
    padding: 2px;
    margin: 3px;
}

input[type="text"],
select {
    border: 1px solid #ccc;
}

input:focus[type="text"] {
    border: 1px solid #c00
}

input {
    outline: 0;
}

textarea {
    border: 1px solid #ccc;
    width: 99%;
    color: #111;
}

.contact_privacy {
    height: 450px;
    overflow: auto;
    border: 1px solid #333;
    padding: 25px;
    line-height: 1.43333;
    margin-bottom: 15px;
}

.contact_privacy h3 {
    color: #fff;
    font-size: 18px;
    padding: 7px;
    margin-bottom: 18px;
    font-weight: bold;
    border-bottom: 2px solid #666;
}

.contact_privacy h4 {
    font-size: 16px;
    line-height: normal;
    padding-bottom: 3px;
    border-bottom: 1px dotted #aaa;
    margin-bottom: 15px;
    font-weight: bold;
}

.contact_privacy ol {
    margin-left: 20px;
    margin-bottom: 25px;
}

.contact_privacy li {
    margin-bottom: 20px;
    list-style-type: decimal;
}

.contact_privacy p.indent {
    padding-left: 1em;
}


@media (max-width: 834px) {
    .contact #section01 table {
        width: 100%;
        margin-bottom: 20px;
        font-size: 13px;
    }
    .contact #section01 th {
        border-bottom: 2px solid #333;
        padding: 15px 0px;
        vertical-align: middle;
        display: block;
        width: 100%;
        background-color: #222;
        text-align: center;
    }
    .contact #section01 td {
        border-bottom: 1px solid #333;
        padding: 15px 0px;
        display: block;
        width: 100%;
    }
    select {
        width: 100%;
    }
    .contact_privacy {
        font-size: 14px;
        padding: 10px;
    }

}

/*20200423*/
.news_text h3,.news_text span{color: #F0CB70;}