<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*** Common ***/

body {
    line-height: 1.8;
    letter-spacing: 0;
    font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

html {
    position: relative;
    width: 100%;
}

h2,
h3 {
    line-height: 1.3;
}

div {
    outline: none;
}

#outer_wrapper {
    max-width: 2000px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: url(../images/common/gold_dotted_pc.png) top center / 30% repeat;
}

#header_wrapper {
    background: url(../images/common/header_back.png) center -160px no-repeat;
    height: 255px;
}

@media (max-width:1700px) {
    #outer_wrapper {
        width: 1700px;
    }
}

.content_wrapper {
    width: 1400px;
    margin: 0 auto;
}

.inner_wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.flex_base {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flex_base_between,
.flex_base_sf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex_base_both {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.section_title {
    text-align: center;
    line-height: 1;
}

.section_title h2,
.section_title h3,
.section_title h4 {
    font-size: 2.2em;
    font-family: 'Poiret One', cursive;
    color: #746d54;
    font-weight: bold;
    margin-bottom: 1rem;
}

#main_nav {
    padding: 35px 0 25px 0;
}

#main_nav ul {
    width: 45%;
}

#main_nav li {
    line-height: 95px;
}

#main_nav a {
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    position: relative;
    font-family: 'Poiret One', cursive;
    letter-spacing: 2px;
}

#main_nav li a.current {
    border-bottom: 4px dotted #fff;
}

#main_nav a:not(.no_deco)::after,
#main_nav a:not(.no_deco)::before {
    display: block;
    content: "";
    position: absolute;
    top: -12px;
    width: 8px;
    height: 2px;
    background-color: #fff;
    transition: all 0.5s ease;
}

#main_nav li a.current::after,
#main_nav a:not(.no_deco)::after {
    left: -5px;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

#main_nav a:not(.no_deco)::before {
    right: -5px;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

#main_nav li a.current::after,
#main_nav li a.current::before,
#main_nav a:not(.no_deco):hover::after,
#main_nav a:not(.no_deco):hover::before {
    top: -20px;
}

#top_logo_pc {
    width: 100px;
}

.brown_area {
    /*background-color: #FFFEF5;*/
    border-radius: 10px;
    padding: 3rem 0;
}

.text_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3rem 3rem 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.text_area_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#back_to_top_btn {
    position: fixed;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    font-weight: 700;
    border: 1px solid #fff;
    z-index: 9999;
    padding: 0;
    -webkit-transition: bottom 0.5s;
    transition: bottom 0.5s;
    opacity: 1;
    background-color: #B0A682;
    color: #fff;
    text-align: center;
    font-size: 10px;
    bottom: -80px;
    border-radius: 50%;
}

#back_to_top_btn.set_as_sf {
    bottom: 30px;
}

p {
    margin-bottom: 1rem;
}

.gf {
    font-family: 'Poiret One', cursive;
}

.solid_deco_left {
    position: relative;
}

.solid_deco_left::after {
    display: block;
    position: absolute;
    content: " ";
    z-index: -9;
    width: 1125px;
    height: 540px;
    background-color: #d7d2c0;
    top: 59px;
    left: 300px;
    border-radius: 25px;
}

.solid_deco_right {
    position: relative;
}

.solid_deco_right::after {
    display: block;
    position: absolute;
    content: " ";
    z-index: -9;
    width: 935px;
    height: 680px;
    background-color: #d7d2c0;
    top: 63px;
    right: 0;
    right: 280px;
    border-radius: 25px;
}

.inquiry_btn {
    font-size: 16px !important;
    background-color: white;
    color: #B0A682 !important;
    padding: 21px 45px 21px 75px;
    border-radius: 10px;
    background: white url(../images/common/envelope-solid.svg) 30px center/30px 30px no-repeat;
}

.inquiry_btn.current span {
    border-bottom: 4px dotted #d7d2c0;
}

.btn01 {
    font-size: 16px;
    background-color: #efdd6f;
    color: #746d54;
    padding: 20px;
    line-height: 1;
    display: block;
    width: 200px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    text-align: center;
    /*-webkit-box-shadow: 5px 5px 0px #4abaa7;*/
    /*box-shadow: 5px 5px 0px #4abaa7;*/
    margin: 0 auto;
}

.lead {
    font-weight: bold;
    text-align: center;
}

.show_as_sf {
    display: none;
}

.clearfix::after {
    display: table;
    content: " ";
    clear: both;
}

hr {
    border-top: 1px dashed #8c8b8b;
    border-bottom: 1px dashed #fff;
    margin: 3rem 0;
}

a,
a img {
    transition: opacity 0.5s ease;
}

a:hover,
a img:hover {
    opacity: 0.7 !important;
    transition: opacity 0.5s ease;
}

.one_third figure {
    width: 30%;
}

.one_third figure img {
    width: 100%;
    border-radius: 50%;
}

.base_link {
    color: inherit;
}


/*** fl img ***/

.fl_img {
    float: left;
    margin-right: 2rem;
}

.fr_img {
    float: right;
    margin-left: 2rem;
}


/*** margin ***/

.mb-1 {
    margin-bottom: 1rem !important;
}

.mb-2 {
    margin-bottom: 2rem !important;
}

.mb-5 {
    margin-bottom: 5rem;
}

.mt-2 {
    margin-top: 2rem;
}

.mt-3 {
    margin-top: 3rem;
}

.basemg {
    margin: 3rem auto;
}


/*** padding ***/

.basepd {
    padding: 5rem 0;
}

.pdl-3 {
    padding-left: 2rem;
}


/*** font-size ***/

.fs-14 {
    font-size: 0.875rem;
}

.fs-18 {
    font-size: 1.125rem;
}

.fs-22 {
    font-size: 1.375rem;
}

.fs-30 {
    font-size: 1.875rem;
}


/*** slider ***/

#top_slider {
    position: relative;
    width: 2000px;
    margin: -100px auto -50px auto;
    overflow: hidden;
    z-index: 1;
}

@media (max-width:1700px) {
    #top_slider {
        width: 1700px;
    }
}

#top_slider .add_deco {
    position: absolute;
    top: 20px;
    left: 10%;
}

.center {
    width: 75%;
    min-width: 100px;
    height: 850px;
    left: 200px;
    position: relative;
}

.center div:not(.main_copy) {
    position: relative;
    height: 100% !important;
    /* z-index: -9; */
}

.top_main_img {
    position: absolute;
    right: 50px;
    width: 57%;
}

.top_sub_img {
    position: absolute;
    left: 150px;
    top: 60px;
    width: 30%;
}

.main_copy {
    position: absolute;
    left: 170px;
    top: 550px;
    z-index: 99 !important;
    background-color: rgba(255, 255, 255, 0.85);
    width: auto;
    display: inline-block;
    height: auto;
    padding: 1.5rem;
    border-radius: 20px;
}

.main_copy h1,
.main_copy strong {
    color: #B0A682;
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.main_copy h1 {
    font-size: 25px;
}

.main_copy strong {
    font-size: 28px;
}

.main_copy p {
    font-size: 14px;
    margin-bottom: 0;
}


/** greeting **/

.profile_name {
    float: right;
    margin-top: 2rem;
}

.profile_name a {
    text-decoration: none;
    color: #746d54;
}

#greeting {
    background: url(../images/top/greeting_back.jpg) top center / 100% no-repeat;
}


/*** Line UP ***/

ul.line-up-list li {
    width: 30%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 0px #B0A682;
    box-shadow: 2px 2px 0px #B0A682;
    border: 1px solid #d7d2c0;
}

ul.line-up-list li::after {
    position: absolute;
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

ul.line-up-list li figure {
    height: 300px;
    overflow: hidden;
}

ul.line-up-list li img {
    width: 100%;
}

ul.line-up-list dl,
ul.line-up-list a {
    position: relative;
    z-index: 1;
}

ul.line-up-list dt {
    font-size: 22px;
    font-weight: bold;
    color: #746d54;
    line-height: 1.2;
}

ul.line-up-list dt small {
    font-size: 12px;
    color: #B0A682;
}

ul.line-up-list dd {
    font-size: 14px;
    margin: 1rem 0;
}

ul.line-up-list .btn01 {
    width: auto;
}

.line-up-list__text {
    background-color: #fff;
    padding: 1.5rem;
}


/*** movie ***/

#movie video {
    width: 80%;
    border-radius: 15px;
}


/** insta **/

#instafeed {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
}

.insta_elm {
    width: 225.22px;
    height: 225.22px;
    margin: 5px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}

.insta_elm img {
    min-width: 235.22px;
    width: auto;
    min-height: 235.22px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.insta_elm img.vert {
    top: 50%;
    transform: translate(-50%, -50%);
}

#instafeed img {
    border-radius: 50% !important;
}

#insta_link {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    transition: opacity 1s ease;
    background: #fff;
    opacity: 0;
}

#insta_link:hover {
    opacity: 0.5;
    transition: opacity 1s ease;
}

#instafeed_icon {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1 !important;
}


/**** blog ****/

#blog {
    margin-top: 3rem;
}

#blog_list div {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 1rem;
}

#blog_list img {
    width: 150px;
    float: left;
    margin-right: 2rem;
    margin-right: 1rem;
    border-radius: 50%;
    height: auto;
}

#blog_list div::after {
    display: table;
    content: " ";
    clear: both;
}

#blog_list dt {
    font-weight: 700;
}

#blog_list dd a {
    font-weight: 700;
    color: #746d54;
}


/*** inquiry ***/

.cta_area {
    background: url(../images/common/inquiry_back.jpg) no-repeat;
    height: 400px;
    border-radius: 20px;
    border: 3px solid #B0A682;
}

.cta_area div {
    width: 450px;
    margin-left: auto;
    padding: 0 20px;
}

.cta_area strong {
    font-size: 22px;
    border-bottom: 2px dotted #d7d2c0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: block;
}

.cta_area .btn01 {
    margin: 0;
    padding: 20px 30px;
    display: block;
    line-height: 30px;
}

.cta_area .btn01::before {
    display: inline-block;
    content: " ";
    width: 30px;
    height: 30px;
    background: #efdd6f url(../images/common/envelope-solid-white.svg) top center/30px 30px no-repeat;
    float: left;
}


/*** footer ***/

#footer_wrapper {
    overflow: hidden;
    max-width: 2000px;
    margin: 0 auto;
    background: url(../images/common/footer_back.png) center bottom/120% auto no-repeat;
    height: 465px;
    /* 2019_10_11
  background: url(../images/common/footer_back.png) center bottom/100% auto no-repeat;
  height: 410px;
  */
}

#footer_wrapper small#copy {
    display: block;
    text-align: center;
    color: #fff;
}

#footer_nav {
    width: 500px;
    position: relative;
    margin-top: 170px;
    margin-bottom: 0px;
    justify-content: start;
}

#footer_nav ul li {
    margin: 0.3rem 0;
}

#footer_nav a {
    color: #fff;
    font-size: 14px;
}

#footer_logo_pc,
#footer_insta_pc {
    width: 60px;
    display: block;
}

#footer_nav ul {
    margin-left: 2rem;
}</pre></body></html>