﻿@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:300,400,500,600,700,800,900|Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Clicker+Script|Cookie|Dancing+Script:400,500,600,700&display=swap");

.innerA {
    display: table;
    width: 100%;
    table-layout: fixed
}

.innerA .left_s {
    width: 30%;
    float: left
}

.innerA .right_l {
    width: 66%;
    float: left;
    margin-left: 4%
}

.innerB {
    display: table;
    width: 100%;
    table-layout: fixed
}

@media all and (max-width: 639px) {
    .innerB {
        display: block
    }
}

.innerB .left,
.innerB .right {
    width: 48%;
    float: left
}

@media all and (max-width: 639px) {

    .innerB .left,
    .innerB .right {
        width: 100%;
        float: none
    }
}

.innerB .right {
    margin-left: 4%
}

@media all and (max-width: 639px) {
    .innerB .right {
        margin-left: 0;
        margin-top: 15px
    }
}

.innerB .left_s {
    width: 30%;
    float: left
}

@media all and (max-width: 639px) {
    .innerB .left_s {
        width: 100%;
        float: none
    }
}

.innerB .right_l {
    width: 66%;
    float: left;
    margin-left: 4%
}

@media all and (max-width: 639px) {
    .innerB .right_l {
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
        float: none
    }
}

.innerC {
    display: table;
    width: 100%;
    table-layout: fixed
}

.innerC .left,
.innerC .right {
    width: 48%;
    float: left
}

.innerC .right {
    margin-left: 4%
}

.innerC .left_s {
    width: 30%;
    float: left
}

.innerC .right_l {
    width: 66%;
    float: left;
    margin-left: 4%
}

#entry {
    padding-bottom: 80px
}

#entry .entry__cotent {
    background: #fff;
    padding: 30px;
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif
}

@media all and (max-width: 769px) {
    #entry .entry__cotent {
        padding: 15px
    }
}

#entry .entry__cotent .data span {
    background: #f2f2f1;
    padding: .3em .5em
}

#entry .entry__cotent .page_sec_title {
    margin: 10px 0;
    border-bottom: 1px solid #faf7f2
}

@media all and (max-width: 769px) {
    #entry .entry__cotent .entry__cotent__text {
        font-size: 14px
    }
}

body {
    color: #2b2b2b;
    font-family: "YakuHanJP", Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: .1rem
}

a {
    color: #f09819;
    text-decoration: none;
    transition: all 0.3s ease
}

a:hover {
    color: #f6c379
}

img {
    max-width: 100%;
    height: auto
}

.logo {
    width: 90%;
    margin: 0 auto
}

.logo:first-letter {
    color: #f09819
}

.logo a {
    display: block
}

.logo a img {
    width: 100%;
    display: block
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 220px;
    height: 100vh;
    background-color: #fff;
    border-right: 1px solid #CCCCCC
}

#header .inner {
    width: 100%;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#header #logo {
    margin-bottom: 50px
}

#header #navi {
    text-align: center
}

#header #navi>li>a {
    display: block;
    position: relative;
    padding: 15px 0 15px 10px;
    color: #2b2b2b;
    font-size: 1.4rem;
    letter-spacing: .3em;
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: .1em
}

#header #navi>li>a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff2f2;
    position: absolute;
    top: 0;
    left: -220px;
    z-index: -1;
    transition: .2s
}

#header #navi>li>a:hover {
    color: #f09819
}

#header #navi>li>a:hover:before {
    left: 0
}

#header ul.sns_links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center
}

#header ul.sns_links li {
    margin: 0 10px
}

#header ul.sns_links li a {
    display: block;
    font-size: 30px;
    color: #666
}

#main {
    width: calc(100% - 220px);
    margin-left: auto
}

#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999
}

#footer {
    border-top: 1px solid #CCCCCC
}

#footer .inner {
    width: 876px;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

#footer .inner .flogo {
    width: 350px
}

#footer .inner .foot_navi {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 600px;
    font-size: 1.4rem
}

#footer .inner .foot_navi li {
    width: 25%
}

#footer .inner .foot_navi li a {
    color: #2b2b2b
}

#footer .inner .foot_navi li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    margin-right: 10px;
    color: #CCCCCC
}

#footer .inner .foot_navi li a:hover {
    color: #f09819
}

#footer .copyright {
    background: #2b2b2b;
    color: #FFFFFF;
    padding: 10px 0;
    text-align: center;
    font-size: 1.2rem
}

#sp_navi,
#humberger,
#drawernav {
    display: none
}

.slideshow {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    max-height: 100vh
}

.slideshow .next_contents {
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 3%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 60px
}

.slideshow .next_contents span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box
}

.slideshow .next_contents span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box
}

@-webkit-keyframes sdb {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes sdb {
    0% {
        transform: translate(0, 0);
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
    animation: zoom-out 10s linear 0s 1 normal both
}

.swiper-slide {
    overflow: hidden
}

.slide-img {
    overflow: hidden;
    height: 100vh
}

.slide-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

@keyframes zoom-out {
    0% {
        transform: scale(1.4)
    }

    100% {
        transform: scale(1)
    }
}

.contact_btn {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 30px
}

.contact_btn li {
    width: 40%;
    margin: 0 2%
}

.contact_btn li a {
    display: block;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    padding: .7em 0;
    color: #2b2b2b;
    text-align: center;
    font-size: 2rem
}

.contact_btn li a:before {
    margin-right: 10px
}

.contact_btn li a.tel_btn:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: 900;
    color: #f09819
}

.contact_btn li a.mail_btn:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-weight: 900;
    color: #f09819
}

.contact_btn.contact_btn_02 li {
    width: 100%
}

.contact_btn.contact_btn_03 li a {
    font-size: 1.5rem
}

.single {
    margin: 0 auto;
    width: 1160px;
    padding-bottom: 70px
}

@media all and (max-width: 1414px) {
    .single {
        width: 100%
    }
}

.single_02 {
    margin: 0 auto;
    width: 876px;
    padding-bottom: 70px
}

.mbox {
    background: #FFFFFF;
    padding: 30px
}

.mbox_02 {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 20px;
    box-sizing: border-box
}

.bg_common {
    padding-top: 70px
}

.bg_b {
    margin-bottom: 70px
}

.bg_01 {
    background-color: #faf7f2
}

.bg_02 {
    background-image: url(../img/bg_02.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.half {
    display: flex;
    justify-content: space-between
}

.half .child {
    width: 50%
}

.triple {
    display: flex;
    justify-content: space-between
}

.triple .child {
    width: 33.3%
}

.column2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -3%
}

.column2 .child {
    width: 48.44%;
    margin: 0 3% 3% 0
}

.column2 .child:nth-child(2n) {
    margin: 0 0 3% 0
}

.column3 {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: -3%
}

.column3 .child {
    width: 31.3%;
    margin: 0 3% 3% 0
}

.column3 .child:nth-child(3n) {
    margin: 0 0 3% 0
}

.column4 {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: -3%
}

.column4 .child {
    width: 22.7%;
    margin: 0 3% 3% 0
}

.column4 .child:nth-child(4n) {
    margin: 0 0 3% 0
}

.column5 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: -2%
}

.column5 .child {
    width: 18.4%;
    margin: 0 2% 2% 0
}

.column5 .child:nth-child(5n) {
    margin: 0 0 2% 0
}

.mtitle_big {
    position: relative;
    margin-bottom: 20px;
    color: #f09819;
    font-family: "YakuHanJP", "Roboto", sans-serif;
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: .3em;
    line-height: 1.2
}

.mtitle_big span {
    display: block;
    color: #2b2b2b;
    font-family: "YakuHanJP", Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    font-weight: initial;
    letter-spacing: .2em
}

.mtitle_big.mtitle_big_white {
    color: #FFFFFF
}

.mtitle_big.mtitle_big_white span {
    color: #FFFFFF
}

.mtitle {
    font-size: 2rem;
    font-weight: 500;
    color: #f09819;
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: center
}

.mtitle span {
    display: block;
    font-size: 3.6rem
}

.mtitle.mtitle_white {
    color: #FFFFFF
}

.mtitle_middle {
    width: 100%;
    font-family: "YakuHanMP", "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: .1em;
    font-weight: 300;
    box-sizing: border-box
}

.mtitle_small {
    position: relative;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 30px
}

.mtitle_small:before {
    content: '';
    width: 30px;
    height: 1px;
    background-color: #f6807f;
    position: absolute;
    left: 0;
    bottom: -15px
}

.mtitle_sub {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 1.8rem;
    font-weight: 500
}

.mtitle_sub:before {
    content: "";
    background-color: #f09819;
    width: 10px;
    height: 4px;
    position: absolute;
    top: .6em;
    left: 0
}

.mtitle_border {
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
    font-size: 2rem;
    font-weight: 500
}

.mtitle_border span {
    position: relative;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    text-align: left
}

.mtitle_border span::before,
.mtitle_border span::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 400%;
    height: 1px;
    background-color: #ccc
}

.mtitle_border span::before {
    right: 100%
}

.mtitle_border span::after {
    left: 100%
}

.mtitle_top {
    margin-bottom: 30px;
    color: #FFFFFF;
    font-weight: 500;
    letter-spacing: .2em
}

.mtitle_top em {
    font-style: normal;
    font-size: 2em
}

.mtitle_top span {
    display: block;
    font-family: "YakuHanJP", "Roboto", sans-serif;
    font-size: 2.5em;
    font-weight: 700
}

.mtitle_blog {
    margin-bottom: 10px
}

.mtitle_recruit {
    position: relative;
    background: #f09819;
    color: #FFFFFF;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    line-height: 180px;
    text-align: center
}

.mtitle_recruit h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1.2;
    font-family: "YakuHanJP", "Roboto", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: .3em
}

.mtitle_recruit h3 span {
    display: block;
    font-size: 1.6rem;
    font-weight: initial
}

.cbtn {
    margin-top: 30px
}

.cbtn a,
.cbtn button {
    display: block;
    position: relative;
    width: 320px;
    max-width: 100%;
    background: #2b2b2b;
    color: #FFFFFF;
    padding: 20px 0;
    text-align: center;
    font-weight: 500;
    letter-spacing: .3em
}

.cbtn a:after,
.cbtn button:after {
    position: absolute;
    right: 15px;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    transition: .2s
}

.cbtn a:hover:after,
.cbtn button:hover:after {
    right: 10px
}

.cbtn.cbtn_01 {
    position: absolute;
    bottom: -8%
}

.cbtn.cbtn_02 a,
.cbtn.cbtn_02 button {
    margin: 0 auto
}

.news {
    font-size: 1.4rem
}

.news dt {
    float: left;
    width: 5em;
    margin-bottom: 10px
}

.news dd {
    padding: 0 0 10px 7em;
    border-bottom: 1px dotted #CCCCCC;
    margin: 0 0 10px
}

.news dd:last-child {
    margin: 0;
    border-bottom: none
}

.news-top {
    font-size: 1.4rem
}

.news-top dt {
    float: left;
    width: 5em;
    margin-bottom: 10px;
    padding: 3px 5px;
    background: #f09819;
    color: #FFFFFF;
    text-align: center
}

.news-top dd {
    padding: 0 0 10px 7em;
    line-height: 1.6;
    border-bottom: 1px dotted #CCCCCC;
    margin: 0 0 10px
}

.news-top dd:last-child {
    margin: 0;
    border-bottom: none
}

.news-bl dt {
    float: left;
    width: 7em;
    margin-bottom: 10px;
    padding: 3px 5px;
    background: #f09819;
    color: #FFFFFF;
    text-align: center
}

.news-bl dd {
    padding: 0 0 10px 9em;
    line-height: 1.6;
    border-bottom: 1px dotted #CCCCCC;
    margin: 0 0 10px
}

.news-bl dd:last-child {
    margin: 0;
    border-bottom: none
}

.tbl {
    width: 100%;
    background-color: #FFFFFF
}

.tbl th,
.tbl td {
    vertical-align: middle;
    border: 1px solid #CCCCCC;
    padding: 10px
}

.tbl th {
    background: #eef6f3;
    font-weight: normal
}

.tbl_new {
    width: 100%;
    background-color: #FFFFFF
}

.tbl_new tr th,
.tbl_new tr td {
    vertical-align: middle;
    padding: 10px
}

.tbl_new tr th {
    width: 20%;
    text-align: left;
    font-weight: normal
}

.tbl_new tr:nth-child(odd) th,
.tbl_new tr:nth-child(odd) td {
    background: #faf7f2
}

.company {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px
}

.company th,
.company td {
    padding: 10px;
    vertical-align: middle
}

.company th {
    text-align: left;
    width: 20%;
    position: relative;
    background: #f09819;
    color: #FFFFFF;
    font-weight: normal
}

.company th::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #FFFFFF;
    border-width: 10px;
    border-left-color: #f09819;
    margin-top: -10px
}

.company td {
    background: #FFFFFF;
    padding-left: 20px
}

.tbl_01 th {
    width: 30%
}

.list_common li {
    padding-bottom: 10px;
    padding-left: 1rem;
    margin-bottom: 10px;
    border-bottom: 1px dotted #CCCCCC
}

.list_common li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.list_check li {
    padding-left: 1.5em
}

.list_check li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-weight: 900;
    content: "\f058";
    color: #f09819;
    margin: 0 5px 0 -1.5em;
    padding: 1px
}

.list_note li {
    margin-bottom: 5px;
    padding-left: 1.5em
}

.list_note li:last-child {
    margin-bottom: 0
}

.list_note li:before {
    content: "※";
    margin: 0 5px 0 -1.5em;
    color: #FF0000
}

.list_disc li {
    margin-bottom: 5px;
    padding-left: 1.5em
}

.list_disc li:last-child {
    margin-bottom: 0
}

.list_disc li:before {
    content: "・";
    margin: 0 5px 0 -1.5em;
    color: #f09819
}

.list_line li {
    position: relative;
    display: inline-block;
    padding: 0 10px
}

.list_line li:after {
    position: absolute;
    right: 0;
    content: "/"
}

.list_line li:last-child:after {
    display: none
}

.list_macker {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold
}

.list_macker li {
    width: 18.4%;
    margin: 0 2% 1% 0
}

.list_macker li:nth-child(5n) {
    margin: 0 0 1% 0
}

.rounded-list {
    counter-reset: li;
    padding-left: 1em;
    list-style: none
}

.rounded-list li {
    position: relative;
    padding: .4em .4em .4em 2em;
    margin: .5em 0;
    background: #fafafa;
    border-radius: .3em;
    transition: all .3s ease-out;
    box-sizing: border-box
}

.rounded-list li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #f09819;
    color: #FFFFFF;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out
}

.ggmap {
    position: relative;
    padding-bottom: 30.25%;
    height: 0;
    overflow: hidden
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.fb_iframe_widget {
    width: 100% !important
}

.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
    width: 100% !important
}

.box_style {
    overflow: hidden;
    padding: 40px;
    background: #FFFFFF;
    margin-bottom: 40px
}

.box_style:last-child {
    margin-bottom: 0
}

.article {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #faf7f2
}

.article .article_image {
    width: 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.article .article_detail {
    position: relative;
    width: 40%;
    box-sizing: border-box;
    padding: 130px 0 80px
}

.article .article_detail .article_title {
    position: absolute;
    top: -80px;
    right: 80px
}

.article .article_detail .inner {
    margin: 0 auto;
    width: 80%
}

.article.article_b {
    margin-bottom: 50px
}

.article.article_01 .article_image {
    background-image: url(../img/article_01.jpg)
}

.article.article_02 .article_image {
    background-image: url(../img/article_02.jpg)
}

.article.article_03 .article_image {
    background-image: url(../img/article_03.jpg)
}

.article.article_04 .article_image {
    background-image: url(../img/article_04.jpg)
}

.article.article_05 .article_image {
    background-image: url(../img/article_05.jpg)
}

.article.article_06 .article_image {
    background-image: url(../img/article_06.jpg)
}

.blog {
    display: block;
    overflow: hidden;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    color: #2b2b2b;
    border-radius: 6px
}

.blog .inner {
    padding: 20px
}

.blog .thumb_image {
    position: relative;
    overflow: hidden;
    background: #FFFFFF
}

.blog .thumb_image img {
    object-fit: contain;
    font-family: "object-fit: contain;";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}

.blog .thumb_image:before {
    display: block;
    content: '';
    padding-top: 76%
}

.blog:hover {
    box-shadow: initial;
    color: #2b2b2b
}

.blog:hover .thumb_image img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.date {
    display: block;
    margin-bottom: 10px
}

.date:before {
    font-family: "Font Awesome 5 Free";
    content: "\f017";
    font-weight: 900;
    margin-right: 5px
}

.pages {
    text-align: center;
    margin-top: 30px
}

.pages .page_next,
.pages .page_prev {
    display: inline;
    margin: 0 20px
}

.category_nav {
    border: 1px solid #CCCCCC
}

.category_nav li a {
    display: block;
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 1px dotted #CCCCCC
}

.category_nav li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    margin-right: 5px
}

.category_nav li a:hover {
    background: #FFFFFF
}

.category_nav li:last-child a {
    border-bottom: none
}

.blog_article {
    margin-bottom: 40px
}

.blog_article:last-child {
    margin-bottom: 0
}

.gallery_ul {
    display: flex;
    justify-content: start;
    flex-wrap: wrap
}

.gallery_ul li {
    width: 31.3%;
    margin: 0 3% 3% 0;
    text-align: center
}

.gallery_ul li:nth-child(3n) {
    margin: 0 0 3% 0
}

.gallery_ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    background: #FFFFFF
}

.gallery_ul li a img {
    object-fit: contain;
    font-family: "object-fit: contain;";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}

.gallery_ul li a:before {
    display: block;
    content: '';
    padding-top: 66%
}

.gallery_ul li a:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.gallery_ul li span {
    display: block;
    margin-top: 5px
}

.item_flow {
    padding: 20px
}

.item_flow:last-child {
    margin-bottom: 0
}

.item_flow:nth-child(even) {
    background: #FFFFFF
}

.item_flow:nth-child(odd) {
    background: #faf7f2
}

.item_flow .cut {
    position: relative
}

.item_flow .item_flow_num {
    position: absolute;
    top: 20px;
    left: 20px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    background-color: #f09819;
    color: #FFFFFF;
    text-align: center;
    transform: rotate(-45deg);
    text-align: center
}

.item_flow .item_flow_num span {
    display: block;
    font-size: 2.5rem;
    transform: rotate(45deg)
}

.item_flow .item_flow_ttl {
    margin: 20px 0;
    font-size: 2.5rem;
    font-weight: 500;
    padding-left: 90px
}

#rss li {
    border-bottom: 1px solid #CCCCCC
}

#rss li a {
    display: block;
    padding: 10px 0;
    color: #2b2b2b;
    position: relative
}

#rss li a:after {
    position: absolute;
    top: 50%;
    right: 3%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    color: #f09819
}

#rss li a:hover {
    background: #eef6f3
}

.sns_list {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-top: 30px
}

.sns_list li {
    width: 31.3%;
    margin-right: 3%
}

.sns_list li:last-child {
    margin: 0
}

.sns_btn {
    overflow: hidden;
    color: #FFFFFF;
    position: relative;
    display: block;
    border-radius: 100px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    vertical-align: middle
}

.sns_btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.sns_btn i {
    font-size: 2rem;
    position: relative;
    top: 3px;
    margin-right: 10px
}

.sns_btn span {
    display: inline-block;
    position: relative;
    transition: .5s
}

.sns_btn:hover {
    color: #FFFFFF
}

.sns_btn:hover span {
    -webkit-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    transform: rotateX(360deg)
}

.facebook_btn {
    background: #4267b2
}

.insta_btn {
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat
}

.insta_btn:before {
    background: -webkit-linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
    background: linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat
}

.line_btn {
    background: #00b82b
}

.page_bnr {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: -2%
}

.page_bnr li {
    margin: 0 2% 2% 0
}

.page_bnr li a {
    display: block;
    color: #2b2b2b;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    padding: 10px
}

.page_bnr li a:hover {
    color: #f09819
}

.page_bnr li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    margin-right: 10px;
    color: #f09819
}

.page_bnr.page_bnr_01 li {
    width: 49%
}

.page_bnr.page_bnr_01 li:nth-child(2n) {
    margin: 0 0 2% 0
}

.page_bnr.page_bnr_02 li {
    width: 32%
}

.page_bnr.page_bnr_02 li:nth-child(3n) {
    margin: 0 0 2% 0
}

.form {
    margin: 10px 0 10px
}

.form dt span {
    color: #fff;
    background: #FF4F4F;
    padding: 0 5px 0;
    margin-right: 5px;
    font-size: 1.1rem;
    border-radius: 2px;
    position: relative;
    top: -2px
}

.form dl {
    margin: 10px 0;
    font-size: 1.6rem
}

.form dt {
    float: left;
    width: 280px;
    padding-top: 20px
}

.form dd {
    padding-left: 280px;
    padding-bottom: 20px;
    padding-top: 23px;
    line-height: 1.5;
    border-bottom: 1px solid #eee
}

.form dd p {
    padding-top: 5px;
    color: #888
}

.form dd:last-child {
    border-bottom: 0px;
    margin-bottom: 0px
}

.textarea,
textarea,
.dropdown {
    border-radius: 2px;
    border: 1px solid #ddd
}

.textarea {
    border-radius: 2px;
    border: 1px solid #ddd;
    height: 30px;
    padding: 0 5px
}

.form .form-contents {
    padding: 0 0 10px;
    background: transparent;
}

.form .form-contents dl {
    margin-bottom: 0;
}

.form-button {
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    margin: 10px 0
}

#mailform button,
.form .form-pattern-1 .submit-btn {
    cursor: pointer;
    display: block;
    margin: 0 auto 5px;
    padding: 10px 0 10px;
    color: #fff;
    text-align: center;
    width: 250px;
    border-radius: 30px;
    background: #f09819;
    font-weight: bold;
    border: 2px solid #f09819
}

#mailform button:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e0";
    margin-right: 6px
}

#mailform button:hover,
.form .form-pattern-1 .submit-btn:hover {
    background: #fff;
    color: #f09819
}

.form .form-pattern-1 .submit-btn::before {
    transition: all .2s ease-in-out 0s;
}

.form .form-pattern-1 .submit-btn:hover::before {
    background: #f09819;
}

#mailform button * {
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

.form-button * {
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

.top_main {
    overflow: hidden;
    margin-bottom: 130px
}

.top_main .inner {
    position: relative;
    margin: 40px 0 60px
}

.top_main .inner:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    z-index: -2;
    width: 1227px;
    height: 350px;
    max-width: 100%;
    background: #f09819
}

.top_main .inner .top_main_contents {
    position: relative;
    width: 1160px;
    max-width: 100%;
    margin: 0 auto
}

.top_main .inner .top_main_contents .top_main_txt {
    position: relative;
    width: 475px;
    max-width: 100%;
    height: 250px;
    background: #faf7f2;
    padding: 35px 50px 0 50px
}

.top_main .inner .top_main_contents .top_main_img {
    overflow: hidden;
    position: absolute;
    left: 500px;
    top: 0;
    width: 900px;
    max-width: 100%
}

.macker {
    background-image: -webkit-linear-gradient(left, transparent 50%, #fbff00 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, #fbff00 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, #fbff00 50%);
    background-image: -o-linear-gradient(left, transparent 50%, #fbff00 50%);
    background-image: linear-gradient(left, transparent 50%, #fbff00 50%);
    background-repeat: repeat-x;
    background-size: 200% .3em;
    background-position: 0 1em;
    transition: all 3.5s ease;
    font-style: normal;
    font-weight: bold;
    padding: 0 5px
}

.macker.active {
    background-position: -100% .8em
}

.policy {
    padding: 30px;
    border: 1px solid #EEEEEE;
    border-radius: 5px
}

.cut {
    overflow: hidden;
    zoom: 1
}

@-webkit-keyframes animation-bar {
    0% {
        left: 0;
        right: auto;
        width: 0
    }

    50% {
        left: 0;
        right: auto;
        width: 100%
    }

    51% {
        left: auto;
        right: 0;
        width: 100%
    }

    100% {
        left: auto;
        right: 0;
        width: 101%
    }
}

@keyframes animation-bar {
    0% {
        left: 0;
        width: 0
    }

    50% {
        left: 0;
        width: 100%
    }

    51% {
        left: 0;
        width: 100%
    }

    100% {
        left: 101%;
        width: 0
    }
}

@-webkit-keyframes animation-txt {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes animation-txt {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.animation.move .animation-bar:before {
    -webkit-animation: animation-bar 1s ease 0s 1 normal forwards;
    animation: animation-bar 1s ease 0s 1 normal forwards
}

.animation.move .animation-txt {
    -webkit-animation: animation-txt 0s ease .5s 1 normal forwards;
    animation: animation-txt 0s ease .5s 1 normal forwards
}

.animation .animation-box {
    display: block;
    text-align: center
}

.animation .animation-bar {
    position: relative;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.animation .animation-bar:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #06382c
}

.animation .animation-txt {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.effect_fade {
    opacity: 0;
    transform: translate(0, 45px);
    transition: all 2s
}

.effect_fade.effect_scroll {
    opacity: 1;
    transform: translate(0, 0)
}

.follower {
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 5000;
    transition: transform ease .3s;
    text-align: center
}

.follower.is-active {
    transform: scale(2)
}

.page_title_box .inner {
    background-image: url(../img/bg_slide_01.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 18rem 0
}

.page_title_box .inner.abou_page {
    background-image: url(../img/abou_page.jpg)
}

.page_title_box .inner.access_page {
    background-image: url(../img/access_page.jpg)
}

.page_title_box .inner.course_page {
    background-image: url(../img/course_page.jpg)
}

.page_title_box .inner.drink_page {
    background-image: url(../img/drink_page.jpg)
}

.page_title_box .inner.news_page {
    background-image: url(../img/news_page.jpg)
}

.page_title_box .inner.food_page {
    background-image: url(../img/food_page.jpg)
}

.page_title_box .page_title {
    display: inline-block;
    padding: 35px 0 45px 80px;
    letter-spacing: .3em;
    position: relative;
    top: -90px;
    left: 0;
    background: #06382c;
    font-family: "YakuHanMP", "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 40px;
    letter-spacing: .1em;
    color: #FFFFFF;
    width: 30%
}

.page_title_box .page_title span {
    display: block;
    font-family: "YakuHanMP", "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: .1em
}

.form .required {
    background: #FF4F4F;
    color: #FFFFFF;
    padding: 0 5px 0;
    margin-right: 5px;
    font-size: 1.1rem;
    border-radius: 2px;
    position: relative;
    top: -2px
}

.form .textarea,
.form textarea {
    border: 1px solid #CCCCCC;
    padding: 5px;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    box-sizing: border-box
}

.form .textarea {
    height: 30px
}

.form .selectarea {
    border: 1px solid #CCCCCC;
    padding: 5px;
    width: 100%;
    border-radius: 0;
    box-sizing: border-box;
    height: 30px
}

.form .textarea02 {
    width: 48.5%;
    margin-right: 3%
}

.form .textarea02:last-child {
    margin-right: 0
}

.form .textarea03 {
    width: 20%;
    margin-right: 1%
}

.form button {
    display: block;
    cursor: pointer;
    transition: all 0.2s ease-in-out 0s;
    border: none;
    font-family: "YakuHanJP", Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.5rem;
    line-height: 1.6
}

.form label.radio_text {
    cursor: pointer;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    padding: 2px 0 2px 20px;
    display: inline-block
}

.form label.radio_text:before {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
    left: 0;
    top: 5px;
    content: '';
    z-index: 3
}

.form label.radio_text:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    left: 3px;
    top: 8px;
    background-color: #f09819;
    z-index: 1
}

.form label.radio_text input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    left: -23px;
    top: 0px;
    margin: 0px;
    box-shadow: 20px -1px #FFFFFF
}

.form label.radio_text input[type="radio"]:checked {
    box-shadow: none
}

.form label.radio_text input[type="radio"]:focus {
    opacity: 0.2;
    box-shadow: 20px -1px #eeebda
}

.form label.checkbox_text {
    cursor: pointer;
    position: relative;
    padding: 2px 20px 2px 25px;
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box
}

.form label.checkbox_text:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 3px;
    border: 1px solid #ccc;
    z-index: 3
}

.form label.checkbox_text:after {
    content: '';
    position: absolute;
    top: 40%;
    left: 5px;
    display: block;
    margin-top: -9px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #f09819;
    border-bottom: 3px solid #f09819;
    transform: rotate(45deg);
    z-index: 1
}

.form label.checkbox_text input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    left: -40px;
    width: 20px;
    height: 20px;
    display: block;
    box-shadow: 41px 0px #FFF;
    z-index: 2;
    margin: 0px;
    padding: 0px
}

.form label.checkbox_text input[type="checkbox"]:checked {
    box-shadow: none
}

.form label.checkbox_text input[type="checkbox"]:checked:focus {
    box-shadow: 40px 0px #666;
    opacity: 0.1
}

.form label.checkbox_text input[type="checkbox"]:focus {
    box-shadow: 41px 0px #EEE
}

#top_main {
    width: 100%;
    position: relative;
    height: 100vh
}

#top_main ul.slider li.slider_item {
    width: 100%;
    height: 100vh;
    background-image: url(../img/slid-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    box-sizing: border-box
}

#top_main ul.slider li.slider_item:nth-child(2) {
    background-image: url(../img/slid-2.jpg)
}

#top_main ul.slider li.slider_item:nth-child(3) {
    background-image: url(../img/slid-3.jpg)
}

#top_main .top_main_box {
    background: #f09819
}

#top_main .top_main_box img {
    width: 250px;
    display: block;
    margin: auto;
    position: absolute;
    z-index: 3;
    bottom: 220px;
    left: 60px
}

#top_main .top_main_box .main {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: .1em;
    font-weight: 300;
    padding: 0 50px;
    letter-spacing: .15em;
    line-height: 1.9em;
    position: absolute;
    color: #fff;
    bottom: 50px
}

#top_main .slick-dots {
    bottom: 25px
}

#top_main .slick-dots li button:before {
    font-size: 36px;
    color: #fff
}

#top_main img._sp {
    display: none;
    width: 100%
}

@media all and (max-width: 639px) {
    #top_main {
        height: auto;
        margin-top: 0
    }
}

@media all and (max-width: 639px) {
    #top_main ul.slider li.slider_item {
        background-attachment: initial;
        height: 50vh
    }
}

@media all and (max-width: 639px) {
    #top_main .top_main_box img {
        width: 96%;
        margin-top: -105px;
        z-index: 333;
        position: relative;
        left: 0;
        top: 0
    }
}

@media all and (max-width: 639px) {
    #top_main .top_main_box .main {
        position: initial;
        padding: 50px 30px;
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-weight: 300;
        font-size: 15px;
        letter-spacing: .1em;
        font-weight: 300
    }

    #top_main .top_main_box .main br {
        display: none
    }
}

#top_1 {
    padding: 80px 50px;
    background: #faf7f2
}

#top_1 .top_6__inner {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#top_1 .top_6__inner .left {
    width: 30%
}

#top_1 .top_6__inner .left .title .read {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: .1em;
    margin-bottom: 35px
}

#top_1 .top_6__inner .left .title .read span {
    font-family: "Dancing Script", cursive;
    font-size: 50px;
    letter-spacing: .1em;
    display: block;
    margin-bottom: 5px;
    line-height: 1em
}

#top_1 .top_6__inner .left .title a {
    display: table;
    padding: 1.2em 0;
    text-align: center;
    border: 1px solid #7c7d84;
    margin-top: 30px;
    width: 300px;
    color: #7c7d84
}

#top_1 .top_6__inner .left .title a span {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: .1em
}

#top_1 .top_6__inner .left .title a span:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900
}

#top_1 .top_6__inner .right {
    width: 70%
}

#top_1 .top_6__inner .right ul {
    width: 95%;
    margin-left: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#top_1 .top_6__inner .right ul li {
    width: 19.6%;
    margin-right: .5%
}

#top_1 .top_6__inner .right ul li:nth-child(5n) {
    margin-right: 0
}

#top_1 .top_6__inner .right ul li .thams {
    display: block;
    width: 100%;
    height: 168px;
    line-height: 168px;
    overflow: hidden;
    background: #f2f2f4
}

#top_1 .top_6__inner .right ul li .thams img {
    width: 100%;
    height: auto;
    object-fit: cover;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    font-family: "object-fit: contain;"
}

#top_1 .top_6__inner .right ul li .data {
    font-family: "YakuHanJP", "Josefin Sans", "sans-serif";
    font-weight: 500;
    font-size: 12px;
    letter-spacing: .1em;
    margin-top: 10px;
    display: table;
    border-bottom: 2px solid #f2f2f4;
    margin-bottom: 8px
}

#top_1 .top_6__inner .right ul li .title {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 1.4em;
    display: block
}

#top_1 .top_6__inner .right a._sp {
    display: none;
    padding: 1.2em 0;
    text-align: center;
    border: 1px solid #7c7d84;
    margin: 30px auto 0;
    width: 300px;
    color: #7c7d84
}

#top_1 .top_6__inner .right a._sp span {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: .1em
}

#top_1 .top_6__inner .right a._sp span:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900
}

@media all and (max-width: 639px) {
    #top_1 .top_6__inner {
        display: block
    }
}

@media all and (max-width: 639px) {
    #top_1 .top_6__inner .left {
        width: 100%
    }
}

@media all and (max-width: 639px) {
    #top_1 .top_6__inner .left .title .read {
        width: 100%
    }
}

@media all and (max-width: 639px) {
    #top_1 .top_6__inner .left .title a {
        display: none
    }
}

@media all and (max-width: 639px) {
    #top_1 .top_6__inner .right {
        width: 100%
    }
}

@media all and (max-width: 639px) {
    #top_1 .top_6__inner .right ul {
        width: 100%;
        display: block
    }
}

@media all and (max-width: 639px) {
    #top_1 .top_6__inner .right ul li {
        width: 100%;
        margin-right: 0;
        padding: 30px 0;
        border-bottom: 1px solid #f2f2f4
    }
}

@media all and (max-width: 639px) {
    #top_1 .top_6__inner .right ul li .thams {
        width: 90%;
        margin: auto
    }
}

@media all and (max-width: 639px) {
    #top_1 .top_6__inner .right ul li .data {
        margin-left: 5%
    }
}

@media all and (max-width: 639px) {
    #top_1 .top_6__inner .right ul li .title {
        width: 90%;
        margin: auto
    }
}

@media all and (max-width: 639px) {
    #top_1 .top_6__inner .right a._sp {
        display: table
    }
}

#top_2 {
    padding: 80px 50px
}

#top_2 .read {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 33px;
    letter-spacing: .1em;
    letter-spacing: 0.1em;
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 30px
}

#top_2 .read:after {
    content: "";
    position: absolute;
    display: block;
    width: 140px;
    height: 3px;
    bottom: 0px;
    left: 0px;
    background-image: linear-gradient(120deg, #ff5858 0%, #f09819 100%);
    margin: auto
}

#top_2 .read span {
    font-family: "Dancing Script", cursive;
    font-size: 150px;
    letter-spacing: .1em;
    letter-spacing: 0.1em;
    display: block;
    margin-bottom: 5px;
    line-height: 1em
}

#top_2 .main {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: .1em;
    letter-spacing: 0.1em;
    line-height: 2.2em
}

#top_2 img {
    display: block;
    width: 100%
}

@media all and (max-width: 639px) {
    #top_2 {
        padding: 50px 30px
    }
}

@media all and (max-width: 639px) {
    #top_2 .read span {
        font-family: "Dancing Script", cursive;
        font-size: 89px;
        letter-spacing: .1em;
        line-height: 1em
    }
}

#top_3 {
    padding: 80px 50px;
    background: #faf7f2;
    position: relative;
    overflow: hidden
}

#top_3:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 350px 920px;
    border-color: transparent transparent #f09819 transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: .2
}

#top_3 .read {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 33px;
    letter-spacing: .1em;
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 30px;
    text-align: center
}

#top_3 .read:after {
    content: "";
    position: absolute;
    display: block;
    width: 140px;
    height: 3px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-image: linear-gradient(120deg, #ff5858 0%, #f09819 100%);
    margin: auto
}

#top_3 ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
    width: 100%;
    z-index: 2;
    position: relative
}

#top_3 ul li {
    width: 32%;
    position: relative;
    margin-right: 2%
}

#top_3 ul li:nth-child(3) {
    margin-right: 0
}

#top_3 ul li .item_sub_rea {
    font-family: "Dancing Script", cursive;
    font-size: 62px;
    letter-spacing: .1em;
    letter-spacing: 0.1em;
    transform: rotate(-10deg);
    left: -20px;
    top: -30px;
    opacity: 0.3;
    position: absolute;
    color: #ff5858
}

#top_3 ul li img {
    width: 90%;
    display: block;
    margin: 0px auto 20px
}

#top_3 ul li .item_read {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 22px;
    letter-spacing: .1em;
    letter-spacing: 0.1em;
    margin-bottom: 15px
}

#top_3 ul li .main {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: .1em;
    letter-spacing: 0.1em
}

@media all and (max-width: 639px) {
    #top_3 {
        padding: 50px 30px
    }
}

@media all and (max-width: 639px) {
    #top_3 ul {
        display: block
    }
}

@media all and (max-width: 639px) {
    #top_3 ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px
    }
}

@media all and (max-width: 639px) {
    #top_3 ul li:nth-child(3) {
        margin-bottom: 0
    }
}

#top_4 {
    padding: 80px 50px
}

#top_4 ul {
    width: 80%;
    display: table;
    table-layout: fixed;
    margin: auto
}

#top_4 ul li {
    width: 33.3333%;
    position: relative;
    float: left;
    overflow: hidden
}

#top_4 ul li:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    opacity: 1;
    background-image: url(../img/top_4-1.jpg);
    background-size: cover;
    transition: all 0.3s ease-out 0s;
    background-repeat: no-repeat
}

#top_4 ul li:nth-child(2) {
    margin-top: 80px
}

#top_4 ul li:nth-child(2):after {
    background-image: url(../img/top_4-2.jpg)
}

#top_4 ul li:nth-child(3):after {
    background-image: url(../img/top_4-3.jpg)
}

#top_4 ul li:hover:after {
    opacity: 1;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

#top_4 ul li a {
    display: block;
    z-index: 1;
    position: relative;
    padding: 90px 0px
}

#top_4 ul li .sub_read {
    font-family: "Dancing Script", cursive;
    font-size: 27px;
    letter-spacing: .1em;
    line-height: 1;
    transform: rotate(-5deg);
    margin-left: 20px;
    margin-bottom: 10px;
    color: #fff
}

#top_4 ul li .main {
    text-align: center;
    display: block;
    width: 80%;
    margin: auto;
    padding: 0px 0px 1.8em
}

#top_4 ul li .main span {
    display: table;
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 33px;
    letter-spacing: .1em;
    color: #fff;
    margin: auto;
    border-bottom: 3px solid #fff
}

@media all and (max-width: 639px) {
    #top_4 {
        padding: 50px 30px
    }
}

@media all and (max-width: 639px) {
    #top_4 ul {
        width: 100%
    }
}

@media all and (max-width: 639px) {
    #top_4 ul li:nth-child(2) {
        margin-top: 0
    }
}

@media all and (max-width: 639px) {
    #top_4 ul li {
        width: 100%;
        float: none;
        margin-bottom: 20px
    }
}

#top_5 {
    padding: 80px 50px;
    background: #faf7f2
}

#top_5 .read {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 33px;
    letter-spacing: .1em;
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 30px;
    text-align: center
}

#top_5 .read:after {
    content: "";
    position: absolute;
    display: block;
    width: 140px;
    height: 3px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-image: linear-gradient(120deg, #fbc2eb 0%, #a6c1ee 100%);
    margin: auto
}

#top_5 .innerB {
    width: 948px;
    margin: 30px auto 0
}

#top_5 .innerB .gggmap {
    line-height: 0
}

#top_5 ul li {
    position: relative;
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 17px;
    letter-spacing: .1em;
    padding-left: 120px;
    padding: 10px 0 10px 120px
}

#top_5 ul li span {
    display: block;
    background: #f09819;
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: .1em;
    color: #fff;
    width: 100px;
    position: absolute;
    left: 0;
    text-align: center;
    padding: .2em;
    border-radius: 7px
}

#top_5 a {
    display: block;
    padding: 1.2em 0;
    text-align: center;
    border: 1px solid #7c7d84;
    margin-top: 30px;
    width: 100%;
    color: #7c7d84
}

#top_5 a span {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: .1em
}

#top_5 a span:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900
}

@media all and (max-width: 639px) {
    #top_5 {
        padding: 50px 30px
    }
}

@media all and (max-width: 639px) {
    #top_5 .innerB {
        width: 100%
    }
}

@media all and (max-width: 639px) {
    #top_5 a {
        display: none
    }
}

#top_insta {
    position: relative;
    height: 200px
}

#top_insta:before {
    content: "";
    display: block;
    background-image: url(../img/insta_title.png);
    background-size: contain;
    width: 226px;
    height: 117px;
    position: absolute;
    top: -74px;
    left: 50px;
    z-index: 33
}

#top_insta ul {
    height: 200px
}

#top_insta ul li a {
    width: 350px;
    display: block;
    text-align: center;
    height: 200px;
    vertical-align: middle
}

#top_insta ul li a img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#footer .logo_fo {
    display: block;
    margin: auto
}

#footer .foot_main {
    text-align: center;
    font-family: "YakuHanMP", "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: 300;
    margin-bottom: 50px
}

#footer .foot_main span {
    display: block;
    margin: 15px auto;
    font-family: "YakuHanMP", "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: .1em;
    font-weight: 300
}

#contents #page_top_under {
    background-image: url(../img/page_top_under.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px
}

#contents #page_top_under.new-customers {
    background-image: url(../img/new-customers.jpg)
}

#contents #page_top_under.staff {
    background-image: url(../img/staff.jpg)
}

#contents #page_top_under.menu {
    background-image: url(../img/menu.jpg)
}

#contents #page_top_under.gallery {
    background-image: url(../img/gallery.jpg)
}

#contents #page_top_under.access {
    background-image: url(../img/access.jpg)
}

#contents #page_top_under.blogg {
    background-image: url(../img/blogg.jpg)
}

#contents #page_top_under .read {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: .1em;
    margin-bottom: 35px;
    color: #fff
}

#contents #page_top_under .read span {
    font-family: "Dancing Script", cursive;
    font-size: 50px;
    letter-spacing: .1em;
    display: block;
    margin-bottom: 5px;
    line-height: 1em
}

@media all and (max-width: 639px) {
    #contents #page_top_under .read {
        width: 100%
    }
}

.kasou_page {
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%)
}

#new-customers_1 {
    padding: 80px 50px
}

#new-customers_1 .read {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 33px;
    letter-spacing: .1em;
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 30px;
    text-align: center
}

#new-customers_1 .read:after {
    content: "";
    position: absolute;
    display: block;
    width: 140px;
    height: 3px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-image: linear-gradient(120deg, #ff5858 0%, #f09819 100%);
    margin: auto
}

#new-customers_1 ul {
    width: 90%;
    margin: auto
}

#new-customers_1 ul li {
    width: 80%;
    position: relative;
    margin-bottom: 50px
}

#new-customers_1 ul li:nth-child(1) {
    margin-left: 4%
}

#new-customers_1 ul li:nth-child(2) {
    margin-left: 8%
}

#new-customers_1 ul li:nth-child(3) {
    margin-left: 12%
}

#new-customers_1 ul li:nth-child(4) {
    margin-left: 16%
}

#new-customers_1 ul li:nth-child(5) {
    margin-left: 20%
}

#new-customers_1 ul li .new-customers_1_item {
    position: relative;
    padding-left: 230px
}

#new-customers_1 ul li .new-customers_1_item img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    width: 185px;
    display: block
}

#new-customers_1 ul li .new-customers_1_item .item_read {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: .1em
}

#new-customers_1 ul li .new-customers_1_item .item_read span {
    font-family: "Dancing Script", cursive;
    font-size: 40px;
    letter-spacing: .1em;
    margin-right: 10px;
    display: block;
    opacity: .5
}

#new-customers_1 ul li .new-customers_1_item .item_main {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: .1em;
    line-height: 2em;
    margin-top: 15px
}

@media all and (max-width: 639px) {
    #new-customers_1 ul {
        width: 100%
    }
}

@media all and (max-width: 639px) {
    #new-customers_1 ul li:nth-child(1) {
        margin-left: 0
    }
}

@media all and (max-width: 639px) {
    #new-customers_1 ul li:nth-child(2) {
        margin-left: 0
    }
}

@media all and (max-width: 639px) {
    #new-customers_1 ul li:nth-child(3) {
        margin-left: 0
    }
}

@media all and (max-width: 639px) {
    #new-customers_1 ul li:nth-child(4) {
        margin-left: 0
    }
}

@media all and (max-width: 639px) {
    #new-customers_1 ul li:nth-child(5) {
        margin-left: 0
    }
}

@media all and (max-width: 639px) {
    #new-customers_1 ul li {
        width: 100%
    }
}

@media all and (max-width: 639px) {
    #new-customers_1 ul li .new-customers_1_item {
        padding: 0
    }
}

@media all and (max-width: 639px) {
    #new-customers_1 ul li .new-customers_1_item img {
        position: inherit
    }
}

#new-customers_2 {
    padding: 80px 50px;
    background: #faf7f2
}

#new-customers_2 .read {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 33px;
    letter-spacing: .1em;
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 30px;
    text-align: center
}

#new-customers_2 .read:after {
    content: "";
    position: absolute;
    display: block;
    width: 140px;
    height: 3px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-image: linear-gradient(120deg, #ff5858 0%, #f09819 100%);
    margin: auto
}

#new-customers_2 ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#new-customers_2 ul li {
    width: 48%;
    margin-right: 4%;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.06);
    margin-top: 50px
}

#new-customers_2 ul li:nth-child(even) {
    margin-right: 0
}

#new-customers_2 ul li .name {
    background: #ff5858;
    border-radius: 100px;
    text-align: center;
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: .1em;
    padding: .5em 0;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    color: #fff
}

#new-customers_2 ul li .name:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #ff5858 transparent transparent transparent;
    bottom: -10px;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute
}

#new-customers_2 ul li .main {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: .1em
}

#new-customers_2 ul li .main span {
    display: block;
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: .1em;
    color: #f09819;
    margin-bottom: 5px
}

#new-customers_2 ul li .main.sec {
    margin-top: 10px
}

#new-customers_2 ul li img {
    display: block;
    width: 100%
}

@media all and (max-width: 639px) {
    #new-customers_2 {
        padding: 50px 30px
    }
}

@media all and (max-width: 639px) {
    #new-customers_2 ul {
        display: block
    }
}

@media all and (max-width: 639px) {
    #new-customers_2 ul li {
        width: 100%
    }
}

#new-customers_3 {
    padding: 80px 50px
}

#new-customers_3 .read {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 33px;
    letter-spacing: .1em;
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 30px;
    text-align: center
}

#new-customers_3 .read:after {
    content: "";
    position: absolute;
    display: block;
    width: 140px;
    height: 3px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-image: linear-gradient(120deg, #ff5858 0%, #f09819 100%);
    margin: auto
}

#new-customers_3 ul {
    width: 90%;
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#new-customers_3 ul li {
    position: relative;
    box-sizing: border-box;
    background: #eee;
    padding: 40px;
    border-radius: 10px 40px;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px
}

#new-customers_3 ul li:nth-child(even) {
    margin-right: 0
}

#new-customers_3 ul li .noe {
    position: absolute;
    margin: auto;
    left: 30px;
    display: block;
    text-align: center;
    top: 30px
}

#new-customers_3 ul li .noe span {
    font-family: "Dancing Script", cursive;
    font-size: 30px;
    letter-spacing: .1em;
    color: #06382c;
    line-height: 34px;
    letter-spacing: 0
}

#new-customers_3 ul li .main_read {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 1.5em;
    color: #333;
    padding-left: 120px
}

#new-customers_3 ul li .main_text {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 17px;
    letter-spacing: .1em;
    line-height: 1.5em;
    color: #333;
    margin-top: 20px
}

@media all and (max-width: 639px) {
    #new-customers_3 {
        padding: 50px 30px
    }
}

@media all and (max-width: 639px) {
    #new-customers_3 ul {
        width: 90%;
        margin: auto
    }
}

@media all and (max-width: 639px) {
    #new-customers_3 ul li {
        width: 100%;
        padding: 70px 15px 30px
    }
}

@media all and (max-width: 639px) {
    #new-customers_3 ul li .noe {
        left: 0;
        right: 0
    }
}

@media all and (max-width: 639px) {
    #new-customers_3 ul li .main_read {
        text-align: center;
        padding-left: 0
    }
}

#staff_1 {
    padding: 80px 50px
}

#staff_1 .read {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 33px;
    letter-spacing: .1em;
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 30px;
    text-align: center
}

#staff_1 .read:after {
    content: "";
    position: absolute;
    display: block;
    width: 140px;
    height: 3px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-image: linear-gradient(120deg, #ff5858 0%, #f09819 100%);
    margin: auto
}

#staff_1 ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px
}

#staff_1 ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #eee
}

#staff_1 ul li:nth-child(even) {
    margin-right: 0
}

#staff_1 ul li img {
    width: 100%;
    display: block
}

#staff_1 ul li .neme_top {
    display: table;
    background: #faf7f2;
    padding: .2em 1em;
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: .1em
}

#staff_1 ul li .name {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 29px;
    letter-spacing: .1em
}

#staff_1 ul li .name span {
    font-family: "Dancing Script", cursive;
    font-size: 24px;
    letter-spacing: .1em
}

#staff_1 ul li .data {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: .1em
}

#staff_1 ul li .main {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: .1em;
    line-height: 1.7em;
    margin-top: 30px
}

@media all and (max-width: 639px) {
    #staff_1 {
        padding: 50px 30px
    }
}

@media all and (max-width: 639px) {
    #staff_1 ul {
        display: block
    }
}

@media all and (max-width: 639px) {
    #staff_1 ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        padding-bottom: 30px
    }
}

@media all and (max-width: 639px) {
    #staff_1 ul li .name span {
        display: block
    }
}

#menu_1 {
    padding: 80px 50px
}

#menu_1 .read {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 33px;
    letter-spacing: .1em;
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 30px;
    text-align: center
}

#menu_1 .read:after {
    content: "";
    position: absolute;
    display: block;
    width: 140px;
    height: 3px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-image: linear-gradient(120deg, #ff5858 0%, #f09819 100%);
    margin: auto
}

#menu_1 ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#menu_1 ul li {
    width: 32%;
    margin-right: 2%
}

#menu_1 ul li:nth-child(3) {
    margin-right: 0
}

#menu_1 ul li img {
    width: 100%;
    display: block
}

#menu_1 ul li .menu_1__item {
    background: #fff;
    width: 90%;
    margin: -30px auto 0;
    box-sizing: border-box;
    padding: 30px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.06);
    z-index: 1;
    position: relative
}

#menu_1 ul li .menu_1__item .item_top {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: .1em;
    border-bottom: 1px solid #eee;
    margin-bottom: 8px;
    padding-bottom: 8px
}

#menu_1 ul li .menu_1__item .item_top span {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: .1em
}

#menu_1 ul li .menu_1__item table {
    width: 100%
}

#menu_1 ul li .menu_1__item table th,
#menu_1 ul li .menu_1__item table td {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: .1em;
    padding: .3em .8em;
    border-bottom: 1px dashed #eee
}

#menu_1 ul li .menu_1__item table th {
    font-weight: bold;
    white-space: nowrap
}

#menu_1 ul li .menu_1__item table th p:before {
    font-family: "Font Awesome 5 Free";
    margin-right: 5px;
    font-weight: 900
}

#menu_1 ul li .menu_1__item table th p.en:before {
    content: "\f157"
}

#menu_1 ul li .menu_1__item table th p.time:before {
    content: "\f017"
}

#menu_1 ul li .menu_1__item table th p.naiyo:before {
    content: "\f0c4"
}

#menu_1 .bottom {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: .1em;
    margin-top: 15px
}

@media all and (max-width: 639px) {
    #menu_1 {
        padding: 50px 30px
    }
}

@media all and (max-width: 639px) {
    #menu_1 ul {
        display: block
    }
}

@media all and (max-width: 639px) {
    #menu_1 ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px
    }
}

@media all and (max-width: 639px) {
    #menu_1 ul li:nth-child(3) {
        margin-bottom: 0
    }
}

@media all and (max-width: 639px) {
    #menu_1 ul li .menu_1__item {
        padding: 20px 15px
    }
}

#menu_2 {
    padding: 80px 50px;
    background: #faf7f2
}

#menu_2 .read {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 33px;
    letter-spacing: .1em;
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 30px;
    text-align: center
}

#menu_2 .read:after {
    content: "";
    position: absolute;
    display: block;
    width: 140px;
    height: 3px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-image: linear-gradient(120deg, #ff5858 0%, #f09819 100%);
    margin: auto
}

#menu_2 ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#menu_2 ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 50px
}

#menu_2 ul li:nth-child(3n) {
    margin-right: 0
}

#menu_2 .item_read {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 17px;
    letter-spacing: .1em
}

#menu_2 .item_read span {
    font-size: 42px;
    letter-spacing: .1em;
    margin-right: 15px
}

#menu_2 .item_read.sec {
    margin-top: 30px
}

#menu_2 table {
    width: 100%;
    border-top: 6px solid #fff
}

#menu_2 table th,
#menu_2 table td {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: .1em;
    border-bottom: 4px solid #fff;
    padding: .5em 0
}

#menu_2 table th span,
#menu_2 table td span {
    display: block;
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: .1em
}

#menu_2 table th {
    text-align: left
}

#menu_2 table td {
    text-align: right;
    white-space: nowrap
}

@media all and (max-width: 639px) {
    #menu_2 {
        padding: 50px 30px
    }
}

@media all and (max-width: 639px) {
    #menu_2 ul {
        display: block
    }
}

@media all and (max-width: 639px) {
    #menu_2 ul li {
        width: 100%;
        margin-right: 0
    }
}

#menu_3 {
    padding: 80px 50px
}

#menu_3 .read {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 33px;
    letter-spacing: .1em;
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 30px;
    text-align: center
}

#menu_3 .read:after {
    content: "";
    position: absolute;
    display: block;
    width: 140px;
    height: 3px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-image: linear-gradient(120deg, #ff5858 0%, #f09819 100%);
    margin: auto
}

#menu_3 .menu_3__main {
    position: relative;
    margin-top: 30px
}

#menu_3 .menu_3__main.sec {
    margin-top: 100px
}

#menu_3 .menu_3__main .item_read {
    position: absolute;
    font-family: "Dancing Script", cursive;
    font-size: 100px;
    letter-spacing: .1em;
    top: -110px;
    opacity: .3;
    transform: rotate(-4deg);
    letter-spacing: 0
}

#menu_3 .menu_3__main ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#menu_3 .menu_3__main ul li {
    width: 32%;
    margin-right: 2%
}

#menu_3 .menu_3__main ul li:nth-child(3) {
    margin-right: 0
}

#menu_3 .menu_3__main ul li img {
    width: 100%;
    display: block
}

#menu_3 .menu_3__main ul li .menu_1__item {
    background: #fff;
    width: 90%;
    margin: -30px auto 0;
    box-sizing: border-box;
    padding: 30px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.06);
    z-index: 1;
    position: relative
}

#menu_3 .menu_3__main ul li .menu_1__item .item_top {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: .1em;
    border-bottom: 1px solid #eee;
    margin-bottom: 8px;
    padding-bottom: 8px
}

#menu_3 .menu_3__main ul li .menu_1__item .item_top span {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: .1em
}

#menu_3 .bottom {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: .1em;
    margin-top: 15px;
    line-height: 1.7em
}

@media all and (max-width: 639px) {
    #menu_3 {
        padding: 50px 30px
    }
}

@media all and (max-width: 639px) {
    #menu_3 .menu_3__main .item_read {
        font-family: "Dancing Script", cursive;
        font-size: 40px;
        letter-spacing: .1em;
        top: -40px
    }
}

@media all and (max-width: 639px) {
    #menu_3 .menu_3__main ul {
        display: block
    }
}

@media all and (max-width: 639px) {
    #menu_3 .menu_3__main ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px
    }
}

@media all and (max-width: 639px) {
    #menu_3 .menu_3__main ul li:nth-child(3) {
        margin-bottom: 0
    }
}

#gallery_1 {
    padding: 80px 50px
}

#gallery_1 .read {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 33px;
    letter-spacing: .1em;
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 30px;
    text-align: center
}

#gallery_1 .read:after {
    content: "";
    position: absolute;
    display: block;
    width: 140px;
    height: 3px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-image: linear-gradient(120deg, #fbc2eb 0%, #a6c1ee 100%);
    background-image: linear-gradient(120deg, #ff5858 0%, #f09819 100%);
    margin: auto
}

#gallery_1 ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px
}

#gallery_1 ul li {
    width: 16.25%;
    margin-right: .5%;
    margin-bottom: 8px
}

#gallery_1 ul li:nth-child(6n) {
    margin-right: 0
}

#gallery_1 ul li a {
    width: 100%;
    display: block;
    text-align: center;
    height: 150px;
    vertical-align: middle;
    overflow: hidden;
    background: #fff
}

#gallery_1 ul li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: contain;"
}

@media all and (max-width: 639px) {
    #gallery_1 {
        padding: 50px 30px
    }
}

@media all and (max-width: 639px) {
    #gallery_1 ul li {
        width: 32%;
        margin-right: 2%
    }

    #gallery_1 ul li:nth-child(3n) {
        margin-right: 0
    }
}

#access_1 {
    padding: 80px 50px
}

#access_1 .read {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 33px;
    letter-spacing: .1em;
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 30px;
    text-align: center
}

#access_1 .read:after {
    content: "";
    position: absolute;
    display: block;
    width: 140px;
    height: 3px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-image: linear-gradient(120deg, #fbc2eb 0%, #a6c1ee 100%);
    background-image: linear-gradient(120deg, #ff5858 0%, #f09819 100%);
    margin: auto
}

#access_1 .innerB {
    margin: auto;
    width: 80%
}

#access_1 img {
    display: block;
    width: 100%
}

#access_1 table {
    width: 100%;
    border-top: 1px solid #666
}

#access_1 table th,
#access_1 table td {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: .1em;
    font-weight: 300;
    line-height: 1.5em;
    border-bottom: 1px solid #666;
    padding: .8em 0
}

#access_1 .gggmap {
    margin: 30px 0;
    line-height: 0
}

@media all and (max-width: 639px) {
    #access_1 {
        padding: 50px 30px
    }
}

@media all and (max-width: 639px) {
    #access_1 .innerB {
        width: 100%
    }
}

#access_2 {
    padding: 80px 50px;
    background: #faf7f2
}

#access_2 .read {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 33px;
    letter-spacing: .1em;
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 30px;
    text-align: center
}

#access_2 .read.sec {
    margin-top: 100px
}

#access_2 .read:after {
    content: "";
    position: absolute;
    display: block;
    width: 140px;
    height: 3px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-image: linear-gradient(120deg, #fbc2eb 0%, #a6c1ee 100%);
    background-image: linear-gradient(120deg, #ff5858 0%, #f09819 100%);
    margin: auto
}

#access_2 .access_2_main {
    width: 70%;
    margin: auto
}

#access_2 .access_2_main .form {
    box-sizing: border-box
}

#access_2 .access_2_main dl {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    /* margin-bottom: 30px */
}

#access_2 .access_2_main dt,
#access_2 .access_2_main dd {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: 400
}

#access_2 .access_2_main dt .textarea,
#access_2 .access_2_main dt textarea,
#access_2 .access_2_main dt .dropdown {
    width: 98%;
    border-radius: 5px;
    border: none
}

#access_2 .access_2_main dd {
    border-color: #fff
}

#access_2 .access_2_main dd .textarea,
#access_2 .access_2_main dd textarea,
#access_2 .access_2_main dd .dropdown {
    width: 98%;
    border-radius: 5px;
    border: none
}

#access_2 .access_2_main .fm-text p {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: .1em
}

#access_2 .access_2_main .bottom {
    background: #fff;
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
    margin: 20px auto 0
}

#access_2 .access_2_main .bottom .play {
    padding: 10px;
    margin: 8px 0
}

#access_2 .access_2_main .bottom .play .top {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 1.5em;
    font-weight: 200
}

#access_2 .access_2_main .bottom .play .item {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: .1em;
    margin: 15px auto 15px;
    line-height: 1.5em;
    font-weight: 200
}

#access_2 .access_2_main .bottom .play .item span {
    display: block;
    font-size: 14px;
    font-weight: blod;
    margin-bottom: 10px
}

#access_2 .access_2_main .bottom .play .item span:before {
    content: "■";
    margin-right: 3px
}

#access_2 .access_2_main .thanks {
    background: #fff;
    padding: 50px
}

#access_2 .access_2_main .thanks p {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: .1em
}

@media all and (max-width: 639px) {
    #access_2 {
        padding: 50px 30px
    }
}

@media all and (max-width: 639px) {
    #access_2 .access_2_main {
        width: 100%
    }
}

@media all and (max-width: 639px) {
    #access_2 .access_2_main .form {
        padding: 30px 15px
    }
}

@media all and (max-width: 639px) {
    #access_2 .access_2_main .bottom {
        width: 100%;
        padding: 15px
    }
}

@media all and (max-width: 639px) {
    #access_2 .access_2_main .bottom .play .item {
        width: 100%
    }
}

#entry {
    padding: 80px 50px;
    background: #faf7f2
}

#entry .main_contents {
    background: #fff;
    padding: 30px;
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 17px;
    letter-spacing: .1em;
    font-weight: 300;
    line-height: 1.9em;
    margin-top: 30px
}

#entry .pages a {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: 300
}

#entry .cbtn a,
#entry .cbtn button {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: 300;
    background: none;
    border: 1px solid #333;
    color: #333
}

#entry .cbtn a {
    margin: auto
}

#entry.entry_list .read {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 33px;
    letter-spacing: .1em;
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 30px;
    text-align: center
}

#entry.entry_list .read:after {
    content: "";
    position: absolute;
    display: block;
    width: 140px;
    height: 3px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-image: linear-gradient(120deg, #fbc2eb 0%, #a6c1ee 100%);
    margin: auto
}

#entry.entry_list ul {
    width: 95%;
    margin-left: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#entry.entry_list ul li {
    width: 19.6%;
    margin-right: .5%;
    margin-bottom: 30px
}

#entry.entry_list ul li:nth-child(5n) {
    margin-right: 0
}

#entry.entry_list ul li .thams {
    display: block;
    width: 100%;
    height: 168px;
    line-height: 168px;
    overflow: hidden;
    background: #f2f2f4
}

#entry.entry_list ul li .thams img {
    width: 100%;
    height: auto;
    object-fit: cover;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    font-family: "object-fit: contain;"
}

#entry.entry_list ul li .data {
    font-family: "YakuHanJP", "Josefin Sans", "sans-serif";
    font-weight: 500;
    font-size: 12px;
    letter-spacing: .1em;
    margin-top: 10px;
    display: table;
    border-bottom: 2px solid #f2f2f4;
    margin-bottom: 8px
}

#entry.entry_list ul li .title {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 1.4em;
    display: block
}

@media all and (max-width: 639px) {
    #entry {
        padding: 50px 30px
    }
}

@media all and (max-width: 639px) {
    #entry.entry_list ul {
        width: 100%;
        display: block
    }
}

@media all and (max-width: 639px) {
    #entry.entry_list ul li {
        width: 100%;
        margin-right: 0;
        padding: 30px 0;
        border-bottom: 1px solid #f2f2f4
    }
}

@media all and (max-width: 639px) {
    #entry.entry_list ul li .thams {
        width: 90%;
        margin: auto
    }
}

@media all and (max-width: 639px) {
    #entry.entry_list ul li .data {
        margin-left: 5%
    }
}

@media all and (max-width: 639px) {
    #entry.entry_list ul li .title {
        width: 90%;
        margin: auto
    }
}

/*# sourceMappingURL=basis.css.map */