﻿@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Roboto:100,300,400,500&display=swap");
@import url("https://fonts.googleapis.com/css?family=Cinzel:400,700,900|Spectral+SC&display=swap");
@import url("https://fonts.googleapis.com/css?family=Fredericka+the+Great&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 #111
}

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

html {
    font-size: 62.5%
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    background: #fff;
    width: 100%;
    color: #111;
    font-size: 1rem;
    line-height: 1.8
}

a {
    text-decoration: none
}

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

header {
    width: 100%;
    position: relative
}

header #head {
    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: space-between;
    padding-top: 15px
}

@media all and (max-width: 769px) {
    header #head {
        padding: 19px 0;
        width: 100%
    }
}

header #head .logo {
    width: 50%
}

@media all and (max-width: 769px) {
    header #head .logo {
        width: 100%;
        margin-left: 15px
    }
}

header #head .logo a {
    display: block;
    position: relative
}

@media all and (max-width: 639px) {
    header #head .logo a {
        width: 70%
    }
}

@media all and (max-width: 769px) {
    header #head .sns_list {
        display: none
    }
}

header nav {
    padding: 20px 0 30px
}

@media all and (max-width: 769px) {
    header nav {
        display: none
    }
}

header nav 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;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-left: auto
}

header nav ul li {
    width: 16.66666%;
    text-align: center;
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 14px;
    letter-spacing: .1em;
    letter-spacing: .2rem;
    box-sizing: border-box
}

header nav ul li a {
    display: block;
    position: relative;
    width: 100%;
    padding: 16px 0;
    line-height: 1.3;
    border-left: 1px dashed #333;
    text-align: center;
    letter-spacing: 1px;
    color: #333;
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 15px;
    letter-spacing: .1em;
    font-weight: bold
}

header nav ul li a:hover {
    color: #003e88;
    opacity: .8
}

header nav ul li:last-child a {
    border-right: 1px dashed #333
}

#footer {
    padding: 41px 0 10px;
    border-top: 1px solid #eee;
    margin-top: 150px
}

@media all and (max-width: 639px) {
    #footer {
        margin-top: 0;
        border-top: none
    }
}

#footer .innerB {
    width: 90%;
    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: auto
}

#footer .innerB a {
    display: block
}

@media all and (max-width: 639px) {
    #footer .innerB a {
        text-align: center
    }
}

#footer .innerB .main {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 12px;
    letter-spacing: .1em;
    font-weight: bold;
    text-align: left;
    line-height: 1.5em;
    margin-top: 30px
}

#footer .innerB .right {
    position: relative
}

#footer .innerB .right .copy {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 12px;
    letter-spacing: .1em;
    font-weight: bold;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0
}

@media all and (max-width: 639px) {
    #footer .innerB .right .copy {
        position: inherit;
        text-align: center;
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-size: 10px;
        letter-spacing: .1em
    }
}

#sp_icon,
#humberger {
    display: none
}

#page {
    padding: 0;
    position: relative;
    z-index: 2;
    left: 0;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1)
}

#drawernav {
    background: #003e88;
    overflow: auto;
    position: fixed;
    top: 0;
    right: -240px;
    width: 240px;
    height: 100%;
    color: #fff;
    z-index: 99998;
    box-shadow: rgba(0, 0, 0, 0.2) -3px 0 2px 0;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1)
}

#drawernav ul {
    list-style: none;
    padding: 0
}

#drawernav ul:first-child {
    margin-top: 60px
}

#drawernav ul li a {
    color: #fff;
    font-size: 1.3rem;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

#drawernav ul li a span {
    font-size: 1rem;
    margin-left: 5px
}

#drawernav ul li a:hover {
    color: #fff
}

#drawernav ul li a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    margin-right: 10px
}

.icon-menu {
    padding: 0;
    margin: 0 auto;
    height: 7px;
    text-align: center;
    width: 35px
}

.icon-bar {
    height: 2px;
    background: #fff;
    display: block;
    margin-bottom: 6px;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1)
}

.fixed-content {
    right: inherit;
    width: 100%;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1)
}

#overlay {
    z-index: -1;
    opacity: 0;
    background: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1)
}

@media all and (max-width: 769px) {
    #sp_icon {
        background: #003e88;
        position: fixed;
        top: 2px;
        right: 62px;
        z-index: 999999;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start
    }

    #sp_icon li {
        font-size: 2.2rem;
        display: block;
        width: 30px;
        height: 30px;
        padding: 13px 15px 17px;
        cursor: pointer;
        color: #111;
        text-align: center;
        line-height: 1.2;
        margin-right: 2px;
        position: relative;
        border-radius: 100%
    }

    #sp_icon li span {
        font-size: 1.3rem;
        display: block
    }

    #sp_icon li a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        text-indent: -999px
    }

    #humberger {
        display: block;
        position: fixed;
        top: 0px;
        right: 0px;
        width: 60px;
        height: 60px;
        padding: 15px;
        cursor: pointer;
        z-index: 99999;
        color: #fff;
        font-size: 1.3rem;
        text-align: center;
        background: #003e88
    }

    .drawer-opened #page {
        left: -240px;
        box-shadow: 1px 0 2px #000
    }

    .drawer-opened .fixed-content {
        left: -240px
    }

    .drawer-opened #drawernav {
        right: 0
    }

    .drawer-opened #humberger {
        background: none
    }

    .drawer-opened #humberger .icon-bar {
        background: #fff
    }

    .drawer-opened #humberger :nth-child(1) {
        transform: translate(0, 8px) rotate(45deg)
    }

    .drawer-opened #humberger :nth-child(2) {
        transform: translate(-20px, 0);
        opacity: 0
    }

    .drawer-opened #humberger :nth-child(3) {
        transform: translate(0, -8px) rotate(-45deg)
    }

    #humberger :nth-child(3) {
        margin-bottom: 0px
    }

    .drawer-opened #humberger .icon-menu {
        opacity: 0
    }

    .icon-menu {
        padding: 0 1px;
        margin: 0 auto;
        height: 10px;
        text-align: center !important;
        width: 50px;
        font-size: 1.1rem
    }

    .drawer-opened #humberger .icon-menu {
        opacity: 0
    }

    .drawer-opened #overlay {
        opacity: 0.5;
        left: -240px;
        position: fixed;
        z-index: 9999999;
        width: 100%;
        height: 100%
    }

    .fixed {
        position: fixed;
        width: 100%;
        height: 100%;
        overflow: hidden
    }
}

.single_new {
    width: 90%;
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    margin: auto
}

@media all and (max-width: 769px) {
    .single_new {
        width: -webkit-calc(100% - 50px);
        width: calc(100% - 50px)
    }
}

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

div,
section {
    box-sizing: border-box
}

.single {
    position: relative;
    width: 1160px;
    margin: 0 auto;
    padding: 80px 0
}

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

@media all and (max-width: 769px) {
    .single {
        width: 93%;
        padding: 50px 0
    }
}

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

#top_main .top_main_vis {
    width: 100%;
    height: 60vh
}

#top_main ul.slider li {
    width: 100%;
    height: 60vh;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../img/slider-3.jpg)
}

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

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

#top_main ul.slider li img {
    display: block;
    width: 100%
}

#top_main .top_main_box {
    width: 960px;
    height: 264px;
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -80px
}

@media all and (max-width: 769px) {
    #top_main .top_main_box {
        width: 600px;
        height: 206px;
        top: 0;
        bottom: 0
    }
}

@media all and (max-width: 639px) {
    #top_main .top_main_box {
        width: 350px;
        height: 120px
    }
}

#top_main .top_main_box img {
    width: 100%;
    display: block
}

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

#top_main.unnder {
    height: 50vh;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media all and (max-width: 769px) {
    #top_main.unnder {
        height: 22vh
    }
}

@media all and (max-width: 639px) {
    #top_main.unnder {
        height: 30vh
    }
}

#top_main.unnder .read {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 30px;
    letter-spacing: .1em;
    margin-bottom: 70px;
    color: #fff;
    line-height: 1em;
    text-align: center;
    height: 172px;
    position: absolute;
    width: 100%;
    margin: auto;
    top: 0;
    bottom: 0
}

@media all and (max-width: 769px) {
    #top_main.unnder .read {
        height: 90px;
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-size: 20px;
        letter-spacing: .1em
    }
}

#top_main.unnder .read span.en {
    font-family: "YakuHanJP", "Josefin Sans", "sans-serif";
    font-weight: 500;
    font-size: 60px;
    letter-spacing: .1em;
    line-height: 1em;
    display: table;
    border-bottom: 2px solid #003e88;
    margin: 10px auto 0;
    color: #003e88
}

@media all and (max-width: 769px) {
    #top_main.unnder .read span.en {
        font-family: "YakuHanJP", "Josefin Sans", "sans-serif";
        font-weight: 500;
        font-size: 40px;
        letter-spacing: .1em;
        line-height: 1em
    }
}

#top_main.unnder .read span.cooo {
    background: #003e88;
    padding: .1em .8em 0;
    color: #fff
}

@media all and (max-width: 639px) {
    #top_main.unnder .read {
        font-size: 24px
    }
}

#top_main.under1 {
    background-image: url(../img/slider-5.jpg);
    background-position: center 80%
}

#top_main.under2 {
    background-image: url(../img/slider-3.jpg)
}

#top_main.under3 {
    background-image: url(../img/top_3-2.jpg)
}

#top_main.under4 {
    background-image: url(../img/slider-1.jpg)
}

#top_main.under5 {
    background-image: url(../img/slider-2.jpg)
}

#sp_top_sec {
    display: none
}

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

#sp_top_sec .top_news {
    width: 95%;
    margin: 50px auto 0
}

#sp_top_sec .left {
    background: #bcb596;
    border-radius: 100px;
    margin-bottom: 20px
}

#sp_top_sec .left .read {
    text-align: center;
    color: #fff;
    font-family: "YakuHanJP", "Josefin Sans", "sans-serif";
    font-weight: 500;
    font-size: 35px;
    letter-spacing: .1em
}

#sp_top_sec .right ul {
    overflow-y: scroll;
    height: 270px
}

#sp_top_sec .right ul li {
    border-bottom: 1px solid #ccc;
    padding: 15px 0
}

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

#sp_top_sec .right ul li p span {
    display: table;
    font-family: "YakuHanJP", "Josefin Sans", "sans-serif";
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .1em;
    color: #666;
    line-height: 1em;
    margin-bottom: 3px;
    background: #f2f2f2;
    padding: 5px 15px
}

#top_1 {
    margin: 80px auto 0;
    background-image: url(../img/mask.png);
    padding: 80px 0 150px
}

@media all and (max-width: 639px) {
    #top_1 {
        width: 93%;
        margin: 50px auto 0;
        padding: 50px 15px
    }
}

#top_1 .read_img {
    display: block;
    margin: 0 auto 50px;
    width: auto;
    height: 150px
}

@media all and (max-width: 639px) {
    #top_1 .read_img {
        height: auto;
        width: 100%
    }
}

#top_1 .read {
    text-align: center;
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 32px;
    letter-spacing: .1em;
    font-weight: bold;
    color: #00a73b
}

@media all and (max-width: 639px) {
    #top_1 .read {
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-size: 25px;
        letter-spacing: .1em;
        font-weight: bold;
        line-height: 1.5em
    }

    #top_1 .read br {
        display: none
    }
}

#top_1 .main {
    text-align: center;
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 19px;
    letter-spacing: .1em;
    font-weight: bold;
    margin-top: 30px;
    color: #333
}

@media all and (max-width: 769px) {
    #top_1 .main {
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-size: 16px;
        letter-spacing: .1em;
        font-weight: bold;
        line-height: 1.5em
    }
}

@media all and (max-width: 639px) {
    #top_1 .main {
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-size: 14px;
        letter-spacing: .1em;
        text-align: left
    }

    #top_1 .main br {
        display: none
    }
}

#top_2 {
    margin: -150px auto 0
}

@media all and (max-width: 639px) {
    #top_2 {
        width: 93%;
        margin: 50px auto 0
    }
}

#top_2 .main {
    text-align: center;
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    letter-spacing: .1em;
    font-weight: bold;
    width: 90%;
    margin: 20px auto;
    color: #333;
    line-height: 1.5em
}

@media all and (max-width: 769px) {
    #top_2 .main {
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-size: 14px;
        letter-spacing: .1em;
        font-weight: bold;
        line-height: 1.5em
    }
}

#top_2 ul.mainnn {
    width: 90%;
    margin: 50px 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;
    padding-bottom: 80px;
    border-bottom: 1px solid #fff
}

@media all and (max-width: 639px) {
    #top_2 ul.mainnn {
        display: block;
        padding-bottom: 0
    }
}

#top_2 ul.mainnn li {
    width: 32%;
    margin-right: 2%
}

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

@media all and (max-width: 769px) {
    #top_2 ul.mainnn li {
        width: 49%;
        margin-bottom: 30px
    }

    #top_2 ul.mainnn li:nth-child(2) {
        margin-right: 0
    }

    #top_2 ul.mainnn li:nth-child(3) {
        margin-right: 0;
        margin-bottom: 0
    }
}

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

#top_2 ul.mainnn li img {
    width: 60%;
    display: block;
    margin: auto;
    border-radius: 50%
}

#top_2 ul.mainnn li a {
    border: 1px solid #00a73b;
    display: block;
    width: 100%;
    padding: .8em 0;
    text-align: center;
    color: #00a73b;
    transition: .4s;
    margin-top: 15px
}

#top_2 ul.mainnn li a span {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: bold;
    color: #00a73b;
    transition: .4s
}

#top_2 ul.mainnn li a span:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    margin-left: 10px
}

#top_2 ul.mainnn li a:hover {
    background: #00a73b;
    transition: .4s
}

#top_2 ul.mainnn li a:hover span {
    color: #fff;
    transition: .4s
}

#top_3 {
    background: #fff
}

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

#top_3 .innerB {
    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
}

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

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

#top_3 .innerB .item-photo {
    background-image: url(../img/top_3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 60%
}

@media all and (max-width: 769px) {
    #top_3 .innerB .item-photo {
        width: 45%
    }
}

@media all and (max-width: 639px) {
    #top_3 .innerB .item-photo {
        display: none
    }
}

#top_3 .innerB .item-text {
    width: 40%;
    padding: 100px 0;
    background: #003e88
}

@media all and (max-width: 769px) {
    #top_3 .innerB .item-text {
        padding: 50px 0;
        width: 55%
    }
}

@media all and (max-width: 639px) {
    #top_3 .innerB .item-text {
        width: 100%;
        padding: 0 0 50px
    }
}

#top_3 .innerB .item-text ._sp {
    display: none
}

@media all and (max-width: 639px) {
    #top_3 .innerB .item-text ._sp {
        display: block;
        margin-bottom: 15px
    }
}

#top_3 .innerB .item-text .item-text__inner {
    width: 80%;
    margin: auto
}

#top_3 .innerB .item-text .item-text__inner .read {
    color: #fff;
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 30px;
    letter-spacing: .1em
}

@media all and (max-width: 639px) {
    #top_3 .innerB .item-text .item-text__inner .read {
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-size: 20px;
        letter-spacing: .1em;
        text-align: center
    }
}

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

@media all and (max-width: 639px) {
    #top_3 .innerB .item-text .item-text__inner .main {
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-size: 14px;
        letter-spacing: .1em
    }
}

#top_3 .innerB .item-text .item-text__inner a {
    border: 1px solid #fff;
    display: block;
    width: 300px;
    padding: .8em 0;
    text-align: center;
    color: #fff;
    transition: .4s;
    margin-top: 20px
}

@media all and (max-width: 639px) {
    #top_3 .innerB .item-text .item-text__inner a {
        width: 100%
    }
}

#top_3 .innerB .item-text .item-text__inner a span {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: bold;
    color: #fff;
    transition: .4s
}

#top_3 .innerB .item-text .item-text__inner a span:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    margin-left: 10px
}

#top_3 .innerB .item-text .item-text__inner a:hover {
    background: #fff;
    transition: .4s
}

#top_3 .innerB .item-text .item-text__inner a:hover span {
    color: #003e88;
    transition: .4s
}

#top_3-2 {
    background: #fff;
    padding: 50px 0 0
}

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

#top_3-2 .innerB {
    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
}

@media all and (max-width: 769px) {
    #top_3-2 .innerB {
        width: 100%
    }
}

@media all and (max-width: 639px) {
    #top_3-2 .innerB {
        width: 90%
    }
}

#top_3-2 .innerB .item-photo {
    background-image: url(../img/top_3-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 60%
}

@media all and (max-width: 769px) {
    #top_3-2 .innerB .item-photo {
        width: 45%
    }
}

@media all and (max-width: 639px) {
    #top_3-2 .innerB .item-photo {
        display: none
    }
}

#top_3-2 .innerB .item-text {
    width: 40%;
    padding: 100px 0;
    background: #003e88
}

@media all and (max-width: 769px) {
    #top_3-2 .innerB .item-text {
        width: 55%;
        padding: 50px 0
    }
}

@media all and (max-width: 639px) {
    #top_3-2 .innerB .item-text {
        width: 100%;
        padding: 0 0 30px
    }
}

#top_3-2 .innerB .item-text ._sp {
    display: none
}

@media all and (max-width: 639px) {
    #top_3-2 .innerB .item-text ._sp {
        display: block;
        margin-bottom: 15px
    }
}

#top_3-2 .innerB .item-text .item-text__inner {
    width: 80%;
    margin: auto
}

#top_3-2 .innerB .item-text .item-text__inner .read {
    color: #fff;
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 30px;
    letter-spacing: .1em
}

@media all and (max-width: 639px) {
    #top_3-2 .innerB .item-text .item-text__inner .read {
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-size: 20px;
        letter-spacing: .1em;
        text-align: center
    }
}

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

@media all and (max-width: 639px) {
    #top_3-2 .innerB .item-text .item-text__inner .main {
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-size: 14px;
        letter-spacing: .1em
    }
}

#top_3-2 .innerB .item-text .item-text__inner a {
    border: 1px solid #fff;
    display: block;
    width: 300px;
    padding: .8em 0;
    text-align: center;
    color: #fff;
    transition: .4s;
    margin-top: 20px
}

@media all and (max-width: 639px) {
    #top_3-2 .innerB .item-text .item-text__inner a {
        width: 100%
    }
}

#top_3-2 .innerB .item-text .item-text__inner a span {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: bold;
    color: #fff;
    transition: .4s
}

#top_3-2 .innerB .item-text .item-text__inner a span:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    margin-left: 10px
}

#top_3-2 .innerB .item-text .item-text__inner a:hover {
    background: #fff;
    transition: .4s
}

#top_3-2 .innerB .item-text .item-text__inner a:hover span {
    color: #003e88;
    transition: .4s
}

#shop_1 img {
    width: 100%
}

@media all and (max-width: 639px) {
    #shop_1 img {
        width: 80%;
        margin: 30px auto;
        display: block
    }
}

#shop_1 .ggmap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
    overflow: hidden
}

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

#shop_1 table {
    width: 100%;
    border-top: 1px solid #eee;
    margin: 0
}

#shop_1 table th,
#shop_1 table td {
    border: none;
    border-bottom: 1px solid #eee;
    font-weight: 400;
    padding: .5em .8em;
    color: #666;
    background: #fff;
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 15px;
    letter-spacing: .1em;
    font-weight: bold
}

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

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

#shop_1 table th {
    width: 20%
}

@media all and (max-width: 639px) {
    #shop_1 table th {
        white-space: nowrap
    }
}

#shop_1 table td span {
    display: block;
    margin-top: 15px
}

#shop_1 .innerB.sec {
    margin-top: 50px;
    margin-top: 50px
}

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

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

@media all and (max-width: 769px) {
    #shop_1 .innerB .left {
        margin-bottom: 50px
    }
}

#shop_1 .innerB .right {
    margin-left: 0
}

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

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

#shop_1 .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-size: 25px;
    letter-spacing: .1em;
    font-weight: bold
}

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

#shop_2 {
    background-image: url(../img/mask.png);
    padding: 50px 0
}

#shop_2 .single {
    padding: 0
}

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

@media all and (max-width: 639px) {
    #shop_2 .name {
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-size: 20px;
        letter-spacing: .1em
    }
}

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

#shop_2 img {
    display: block;
    margin: auto
}

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

@media all and (max-width: 769px) {
    #shop_2 .read {
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-size: 30px;
        letter-spacing: .1em
    }
}

@media all and (max-width: 639px) {
    #shop_2 .read {
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-size: 25px;
        letter-spacing: .1em
    }
}

#shop_2 .read_suc {
    display: table;
    margin: 0 auto 20px;
    background: #003e88;
    color: #fff;
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 25px;
    letter-spacing: .1em;
    font-weight: bold;
    padding: .3em 1.8em
}

@media all and (max-width: 769px) {
    #shop_2 .read_suc {
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-size: 20px;
        letter-spacing: .1em
    }
}

@media all and (max-width: 639px) {
    #shop_2 .read_suc {
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-size: 16px;
        letter-spacing: .1em
    }
}

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

#shop_2 .main.sec {
    margin-top: .8em
}

@media all and (max-width: 769px) {
    #shop_2 .main {
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-size: 14px;
        letter-spacing: .1em
    }
}

#shop_3 {
    padding: 80px 0 0
}

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

#shop_3 .single {
    padding: 0
}

@media all and (max-width: 639px) {
    #shop_3 .single {
        padding: 0 0 50px
    }
}

#shop_3 img {
    width: 100%
}

@media all and (max-width: 639px) {
    #shop_3 img {
        width: 80%;
        margin: 30px auto;
        display: block
    }
}

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

@media all and (max-width: 769px) {
    #shop_3 .read {
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-size: 30px;
        letter-spacing: .1em
    }
}

#shop_3 table {
    width: 100%;
    border-top: 1px solid #eee;
    margin: 0
}

#shop_3 table th,
#shop_3 table td {
    border: none;
    border-bottom: 1px solid #eee;
    font-weight: 400;
    padding: .5em .8em;
    color: #666;
    background: #fff;
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 15px;
    letter-spacing: .1em;
    font-weight: bold
}

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

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

@media all and (max-width: 639px) {
    #shop_3 table th {
        white-space: nowrap
    }
}

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

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

@media all and (max-width: 769px) {
    #shop_3 .innerB .left {
        margin-bottom: 50px
    }
}

#shop_3 .innerB .right {
    margin-left: 0
}

#service_1,
#service_2 {
    padding: 80px 0
}

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

    #service_1,
    #service_2 {
        padding: 50px 0
    }
}

#service_1 .service_1__main,
#service_2 .service_1__main {
    position: relative
}

#service_1 .service_1__main:before,
#service_2 .service_1__main:before {
    content: "";
    width: 60%;
    height: 100%;
    display: block;
    background-image: url(../img/service_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 1
}

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

    #service_1 .service_1__main:before,
    #service_2 .service_1__main:before {
        display: none
    }
}

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

    #service_1 .single,
    #service_2 .single {
        padding: 0 15px
    }
}

#service_1 .inner,
#service_2 .inner {
    width: 100%
}

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

    #service_1 .inner,
    #service_2 .inner {
        display: block;
        width: 93%;
        margin: 0 auto
    }
}

#service_1 .inner .read,
#service_2 .inner .read {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 31px;
    letter-spacing: .1em;
    display: table;
    width: 37%;
    margin: 0 0 50px;
    color: #003e88;
    line-height: 1.7em;
    font-weight: bold;
    padding: 20px 0 0;
    position: relative
}

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

    #service_1 .inner .read,
    #service_2 .inner .read {
        display: block;
        width: auto;
        padding: 0;
        text-align: center
    }
}

#service_1 .inner .read span,
#service_2 .inner .read span {
    display: table;
    margin: auto;
    border-bottom: 2px dashed #003e88
}

#service_1 .inner .read img,
#service_2 .inner .read img {
    width: 100px;
    position: absolute;
    opacity: .3;
    display: block;
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    top: 0
}

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

    #service_1 .inner .read,
    #service_2 .inner .read {
        text-align: center;
        margin: 30px 15px 30px;
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-size: 25px;
        letter-spacing: .1em;
        line-height: 1.7em;
        font-weight: bold
    }
}

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

    #service_1 .inner .read,
    #service_2 .inner .read {
        font-size: 24px
    }
}

#service_1 .inner .main,
#service_2 .inner .main {
    width: 37%;
    margin: 0;
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 17px;
    letter-spacing: .1em;
    line-height: 1.9em;
    color: #333;
    font-weight: bold
}

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

    #service_1 .inner .main,
    #service_2 .inner .main {
        width: 90%;
        margin: auto
    }
}

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

    #service_1 .inner .main,
    #service_2 .inner .main {
        text-align: left;
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-size: 14px;
        letter-spacing: .1em;
        font-weight: bold;
        line-height: 1.9em
    }
}

#service_1 .inner img._sp,
#service_2 .inner img._sp {
    display: none
}

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

    #service_1 .inner img._sp,
    #service_2 .inner img._sp {
        display: block;
        opacity: 1;
        width: 100%;
        height: auto;
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0)
    }
}

#service_1 .inner .bottom,
#service_2 .inner .bottom {
    margin-top: 30px;
    width: 37%
}

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

    #service_1 .inner .bottom,
    #service_2 .inner .bottom {
        width: 90%;
        margin: 30px auto 0
    }
}

#service_1 .inner .bottom .bottom_read,
#service_2 .inner .bottom .bottom_read {
    background: #00a73b;
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 19px;
    letter-spacing: .1em;
    font-weight: bold;
    color: #fff;
    padding: .3em .5em
}

#service_1 .inner .bottom ul,
#service_2 .inner .bottom ul {
    background: rgba(244, 237, 227, 0.4);
    padding: 20px
}

#service_1 .inner .bottom ul li,
#service_2 .inner .bottom ul li {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: bold;
    border-bottom: 1px solid #00a73b;
    padding: .5em 0 .5em 20px;
    line-height: 1.5em;
    position: relative
}

#service_1 .inner .bottom ul li:first-child,
#service_2 .inner .bottom ul li:first-child {
    border-top: 1px solid #00a73b
}

#service_1 .inner .bottom ul li:before,
#service_2 .inner .bottom ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    margin-right: 5px;
    color: #00a73b;
    position: absolute;
    left: 0
}

#service_1 .service_1__flow,
#service_2 .service_1__flow {
    margin-top: 30px
}

#service_1 .service_1__flow .read,
#service_2 .service_1__flow .read {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 31px;
    letter-spacing: .1em;
    display: table;
    margin: 0 auto 50px;
    color: #00a0e9;
    line-height: 1.7em;
    font-weight: bold;
    padding: 20px 0 0;
    position: relative
}

#service_1 .service_1__flow .read span,
#service_2 .service_1__flow .read span {
    display: table;
    margin: auto;
    border-bottom: 2px solid #00a0e9;
    border-top: 2px solid #00a0e9
}

#service_1 .service_1__flow .read ._sp,
#service_2 .service_1__flow .read ._sp {
    display: none
}

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

    #service_1 .service_1__flow .read,
    #service_2 .service_1__flow .read {
        text-align: center;
        margin: 30px auto 30px;
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-size: 25px;
        letter-spacing: .1em;
        line-height: 1.7em;
        font-weight: bold
    }
}

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

    #service_1 .service_1__flow .read,
    #service_2 .service_1__flow .read {
        font-size: 24px
    }

    #service_1 .service_1__flow .read ._sp,
    #service_2 .service_1__flow .read ._sp {
        display: block
    }
}

#service_1 .service_1__flow .read.sec,
#service_2 .service_1__flow .read.sec {
    margin-top: 50px
}

#service_1 .service_1__flow ul,
#service_2 .service_1__flow ul {
    width: 80%;
    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: auto;
    justify-content: center
}

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

    #service_1 .service_1__flow ul,
    #service_2 .service_1__flow ul {
        margin-bottom: -30px
    }
}

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

    #service_1 .service_1__flow ul,
    #service_2 .service_1__flow ul {
        display: block
    }
}

#service_1 .service_1__flow ul li,
#service_2 .service_1__flow ul li {
    width: 22.7%;
    margin-right: 3%
}

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

    #service_1 .service_1__flow ul li,
    #service_2 .service_1__flow ul li {
        width: 48.5%;
        margin-bottom: 30px
    }

    #service_1 .service_1__flow ul li:nth-child(2),
    #service_2 .service_1__flow ul li:nth-child(2) {
        margin-right: 0
    }
}

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

    #service_1 .service_1__flow ul li,
    #service_2 .service_1__flow ul li {
        width: 100%
    }
}

#service_1 .service_1__flow ul li:nth-child(4),
#service_2 .service_1__flow ul li:nth-child(4) {
    margin-right: 0
}

#service_1 .service_1__flow ul li img,
#service_2 .service_1__flow ul li img {
    display: block;
    width: 80%;
    margin: auto;
    border-radius: 50%
}

#service_1 .service_1__flow ul li .cap,
#service_2 .service_1__flow ul li .cap {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 1.7em;
    font-weight: bold;
    text-align: center;
    margin-top: 10px
}

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

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

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

#service_2 {
    padding: 0
}

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

#plant_1,
#plant_2 {
    padding: 80px 0 0
}

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

    #plant_1,
    #plant_2 {
        padding: 50px 0
    }
}

#plant_1 .plant_1__main,
#plant_2 .plant_1__main {
    position: relative
}

#plant_1 .plant_1__main:before,
#plant_2 .plant_1__main:before {
    content: "";
    width: 60%;
    height: 100%;
    display: block;
    background-image: url(../img/plant_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 1
}

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

    #plant_1 .plant_1__main:before,
    #plant_2 .plant_1__main:before {
        display: none
    }
}

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

    #plant_1 .single,
    #plant_2 .single {
        padding: 0 15px
    }
}

#plant_1 .inner,
#plant_2 .inner {
    width: 100%
}

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

    #plant_1 .inner,
    #plant_2 .inner {
        display: block;
        width: 93%;
        margin: 0 auto
    }
}

#plant_1 .inner .read,
#plant_2 .inner .read {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 31px;
    letter-spacing: .1em;
    display: table;
    width: 37%;
    margin: 0 0 50px;
    color: #003e88;
    line-height: 1.7em;
    font-weight: bold;
    padding: 20px 0 0;
    position: relative
}

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

    #plant_1 .inner .read,
    #plant_2 .inner .read {
        display: block;
        width: auto;
        padding: 0;
        text-align: center
    }
}

#plant_1 .inner .read span,
#plant_2 .inner .read span {
    display: table;
    margin: auto;
    border-bottom: 2px dashed #003e88
}

#plant_1 .inner .read img,
#plant_2 .inner .read img {
    width: 100px;
    position: absolute;
    opacity: .3;
    display: block;
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    top: 0
}

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

    #plant_1 .inner .read,
    #plant_2 .inner .read {
        text-align: center;
        margin: 30px 15px 30px;
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-size: 25px;
        letter-spacing: .1em;
        line-height: 1.7em;
        font-weight: bold
    }
}

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

    #plant_1 .inner .read,
    #plant_2 .inner .read {
        font-size: 24px
    }
}

#plant_1 .inner .main,
#plant_2 .inner .main {
    width: 37%;
    margin: 0;
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 17px;
    letter-spacing: .1em;
    line-height: 1.9em;
    color: #333;
    font-weight: bold
}

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

    #plant_1 .inner .main,
    #plant_2 .inner .main {
        width: 90%;
        margin: auto
    }
}

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

    #plant_1 .inner .main,
    #plant_2 .inner .main {
        text-align: left;
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-size: 14px;
        letter-spacing: .1em;
        font-weight: bold;
        line-height: 1.9em
    }
}

#plant_1 .inner img._sp,
#plant_2 .inner img._sp {
    display: none
}

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

    #plant_1 .inner img._sp,
    #plant_2 .inner img._sp {
        display: block;
        opacity: 1;
        width: 100%;
        height: auto;
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0)
    }
}

#plant_1 .inner .bottom,
#plant_2 .inner .bottom {
    margin-top: 30px;
    width: 37%
}

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

    #plant_1 .inner .bottom,
    #plant_2 .inner .bottom {
        width: 90%;
        margin: 30px auto 0
    }
}

#plant_1 .inner .bottom .bottom_read,
#plant_2 .inner .bottom .bottom_read {
    background: #00a73b;
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 19px;
    letter-spacing: .1em;
    font-weight: bold;
    color: #fff;
    padding: .3em .5em
}

#plant_1 .inner .bottom ul,
#plant_2 .inner .bottom ul {
    background: rgba(244, 237, 227, 0.4);
    padding: 20px
}

#plant_1 .inner .bottom ul li,
#plant_2 .inner .bottom ul li {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: bold;
    border-bottom: 1px solid #00a73b;
    padding: .5em 0 .5em 20px;
    line-height: 1.5em;
    position: relative
}

#plant_1 .inner .bottom ul li:first-child,
#plant_2 .inner .bottom ul li:first-child {
    border-top: 1px solid #00a73b
}

#plant_1 .inner .bottom ul li:before,
#plant_2 .inner .bottom ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    margin-right: 5px;
    color: #00a73b;
    position: absolute;
    left: 0
}

#plant_1 .plant_1__flow,
#plant_2 .plant_1__flow {
    margin-top: 30px
}

#plant_1 .plant_1__flow .read,
#plant_2 .plant_1__flow .read {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 31px;
    letter-spacing: .1em;
    display: table;
    margin: 0 auto 50px;
    color: #00a0e9;
    line-height: 1.7em;
    font-weight: bold;
    padding: 20px 0 0;
    position: relative
}

#plant_1 .plant_1__flow .read span,
#plant_2 .plant_1__flow .read span {
    display: table;
    margin: auto;
    border-bottom: 2px solid #00a0e9;
    border-top: 2px solid #00a0e9
}

#plant_1 .plant_1__flow .read ._sp,
#plant_2 .plant_1__flow .read ._sp {
    display: none
}

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

    #plant_1 .plant_1__flow .read,
    #plant_2 .plant_1__flow .read {
        text-align: center;
        margin: 0 auto 30px;
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-size: 25px;
        letter-spacing: .1em;
        line-height: 1.7em;
        font-weight: bold
    }
}

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

    #plant_1 .plant_1__flow .read,
    #plant_2 .plant_1__flow .read {
        font-size: 24px
    }

    #plant_1 .plant_1__flow .read ._sp,
    #plant_2 .plant_1__flow .read ._sp {
        display: block
    }
}

#plant_1 .plant_1__flow .read.sec,
#plant_2 .plant_1__flow .read.sec {
    margin-top: 50px
}

#plant_1 .plant_1__flow ul,
#plant_2 .plant_1__flow ul {
    width: 80%;
    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: auto
}

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

    #plant_1 .plant_1__flow ul,
    #plant_2 .plant_1__flow ul {
        margin-bottom: -30px
    }
}

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

    #plant_1 .plant_1__flow ul,
    #plant_2 .plant_1__flow ul {
        display: block
    }
}

#plant_1 .plant_1__flow ul li,
#plant_2 .plant_1__flow ul li {
    width: 22.7%;
    margin-right: 3%
}

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

    #plant_1 .plant_1__flow ul li,
    #plant_2 .plant_1__flow ul li {
        width: 48.5%;
        margin-bottom: 30px
    }

    #plant_1 .plant_1__flow ul li:nth-child(2),
    #plant_2 .plant_1__flow ul li:nth-child(2) {
        margin-right: 0
    }
}

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

    #plant_1 .plant_1__flow ul li,
    #plant_2 .plant_1__flow ul li {
        width: 100%
    }
}

#plant_1 .plant_1__flow ul li:nth-child(4),
#plant_2 .plant_1__flow ul li:nth-child(4) {
    margin-right: 0
}

#plant_1 .plant_1__flow ul li img,
#plant_2 .plant_1__flow ul li img {
    display: block;
    width: 80%;
    margin: auto;
    border-radius: 50%
}

#plant_1 .plant_1__flow ul li .cap,
#plant_2 .plant_1__flow ul li .cap {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 1.7em;
    font-weight: bold;
    text-align: center;
    margin-top: 10px
}

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

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

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

#item_5 {
    padding: 80px 0
}

@media all and (max-width: 769px) {
    #item_5 {
        padding: 50px 0
    }
}

#item_5 .innerB {
    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
}

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

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

#item_5 .innerB .item-photo {
    background-image: url(../img/item_5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 60%
}

@media all and (max-width: 769px) {
    #item_5 .innerB .item-photo {
        width: 45%
    }
}

@media all and (max-width: 639px) {
    #item_5 .innerB .item-photo {
        display: none
    }
}

#item_5 .innerB .item-text {
    width: 40%;
    padding: 100px 0;
    background: #003e88
}

@media all and (max-width: 769px) {
    #item_5 .innerB .item-text {
        padding: 50px 0;
        width: 55%
    }
}

@media all and (max-width: 639px) {
    #item_5 .innerB .item-text {
        width: 100%;
        padding: 0 0 50px
    }
}

#item_5 .innerB .item-text ._sp {
    display: none
}

@media all and (max-width: 639px) {
    #item_5 .innerB .item-text ._sp {
        display: block;
        margin-bottom: 15px
    }
}

#item_5 .innerB .item-text .item-text__inner {
    width: 80%;
    margin: auto
}

#item_5 .innerB .item-text .item-text__inner .read {
    color: #fff;
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 30px;
    letter-spacing: .1em
}

@media all and (max-width: 639px) {
    #item_5 .innerB .item-text .item-text__inner .read {
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-size: 20px;
        letter-spacing: .1em;
        text-align: center
    }
}

#item_5 .innerB .item-text .item-text__inner .main {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    letter-spacing: .1em;
    font-weight: bold;
    color: #fff
}

@media all and (max-width: 639px) {
    #item_5 .innerB .item-text .item-text__inner .main {
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-size: 14px;
        letter-spacing: .1em
    }
}

#item_5 .innerB .item-text .item-text__inner a {
    border: 1px solid #fff;
    display: block;
    width: 300px;
    padding: .8em 0;
    text-align: center;
    color: #fff;
    transition: .4s;
    margin-top: 20px
}

@media all and (max-width: 639px) {
    #item_5 .innerB .item-text .item-text__inner a {
        width: 100%
    }
}

#item_5 .innerB .item-text .item-text__inner a span {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: bold;
    color: #fff;
    transition: .4s
}

#item_5 .innerB .item-text .item-text__inner a span:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    margin-left: 10px
}

#item_5 .innerB .item-text .item-text__inner a:hover {
    background: #fff;
    transition: .4s
}

#item_5 .innerB .item-text .item-text__inner a:hover span {
    color: #003e88;
    transition: .4s
}

#item_1,
#item_2,
#item_3,
#item_4 {
    padding-top: 0
}

#item_1 .read_item,
#item_2 .read_item,
#item_3 .read_item,
#item_4 .read_item {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 31px;
    letter-spacing: .1em;
    display: table;
    margin: 0 auto 50px;
    color: #00a0e9;
    line-height: 1.7em;
    font-weight: bold;
    padding: 20px 0 0;
    position: relative
}

#item_1 .read_item span,
#item_2 .read_item span,
#item_3 .read_item span,
#item_4 .read_item span {
    display: table;
    margin: auto;
    border-bottom: 2px solid #00a0e9;
    border-top: 2px solid #00a0e9
}

#item_1 .read_item ._sp,
#item_2 .read_item ._sp,
#item_3 .read_item ._sp,
#item_4 .read_item ._sp {
    display: none
}

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

    #item_1 .read_item,
    #item_2 .read_item,
    #item_3 .read_item,
    #item_4 .read_item {
        text-align: center;
        margin: 0 auto 30px;
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-size: 25px;
        letter-spacing: .1em;
        line-height: 1.7em;
        font-weight: bold
    }
}

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

    #item_1 .read_item,
    #item_2 .read_item,
    #item_3 .read_item,
    #item_4 .read_item {
        font-size: 24px
    }

    #item_1 .read_item ._sp,
    #item_2 .read_item ._sp,
    #item_3 .read_item ._sp,
    #item_4 .read_item ._sp {
        display: block
    }
}

#item_1 .read_item.sec,
#item_2 .read_item.sec,
#item_3 .read_item.sec,
#item_4 .read_item.sec {
    margin-top: 50px
}

#item_1 .left_s img,
#item_2 .left_s img,
#item_3 .left_s img,
#item_4 .left_s img {
    width: 100%;
    display: block;
    margin-left: auto
}

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

    #item_1 .left_s img,
    #item_2 .left_s img,
    #item_3 .left_s img,
    #item_4 .left_s img {
        width: 80%;
        margin: 30px auto;
        display: block
    }
}

#item_1 .right_l .read,
#item_2 .right_l .read,
#item_3 .right_l .read,
#item_4 .right_l .read {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 31px;
    letter-spacing: .1em;
    display: table;
    margin: 0 0 50px;
    color: #003e88;
    line-height: 1.7em;
    font-weight: bold;
    padding: 50px 0 0;
    position: relative
}

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

    #item_1 .right_l .read,
    #item_2 .right_l .read,
    #item_3 .right_l .read,
    #item_4 .right_l .read {
        padding-top: 0;
        margin: 0 0 20px;
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-size: 25px;
        letter-spacing: .1em
    }
}

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

    #item_1 .right_l .read,
    #item_2 .right_l .read,
    #item_3 .right_l .read,
    #item_4 .right_l .read {
        display: block;
        text-align: center;
        line-height: 1.7em
    }
}

#item_1 .right_l .read span,
#item_2 .right_l .read span,
#item_3 .right_l .read span,
#item_4 .right_l .read span {
    display: table;
    margin: auto;
    border-bottom: 2px dashed #003e88
}

#item_1 .right_l .main,
#item_2 .right_l .main,
#item_3 .right_l .main,
#item_4 .right_l .main {
    margin: 0;
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 17px;
    letter-spacing: .1em;
    line-height: 1.9em;
    color: #333;
    font-weight: bold
}

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

    #item_1 .right_l .main,
    #item_2 .right_l .main,
    #item_3 .right_l .main,
    #item_4 .right_l .main {
        text-align: left;
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-size: 16px;
        letter-spacing: .1em;
        font-weight: bold;
        line-height: 1.9em
    }
}

#item_4 {
    padding-bottom: 0
}

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

#goods_1,
#goods_2 {
    padding: 80px 0
}

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

    #goods_1,
    #goods_2 {
        padding: 50px 0
    }
}

#goods_1 .goods_1__main {
    position: relative
}

#goods_1 .goods_1__main:before {
    content: "";
    width: 60%;
    height: 100%;
    display: block;
    background-image: url(../img/goods_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 1
}

@media all and (max-width: 769px) {
    #goods_1 .goods_1__main:before {
        display: none
    }
}

@media all and (max-width: 639px) {
    #goods_1 .single {
        padding: 0 15px
    }
}

#goods_1 .inner {
    width: 100%
}

@media all and (max-width: 769px) {
    #goods_1 .inner {
        display: block;
        width: 93%;
        margin: 0 auto
    }
}

#goods_1 .inner .read {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 31px;
    letter-spacing: .1em;
    display: table;
    width: 37%;
    margin: 0 0 50px;
    color: #003e88;
    line-height: 1.7em;
    font-weight: bold;
    padding: 20px 0 0;
    position: relative
}

@media all and (max-width: 769px) {
    #goods_1 .inner .read {
        display: block;
        width: auto;
        padding: 0;
        text-align: center
    }
}

#goods_1 .inner .read span {
    display: table;
    margin: auto;
    border-bottom: 2px dashed #003e88
}

#goods_1 .inner .read img {
    width: 100px;
    position: absolute;
    opacity: .3;
    display: block;
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    top: 0
}

@media all and (max-width: 769px) {
    #goods_1 .inner .read {
        text-align: center;
        margin: 30px 15px 30px;
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-size: 25px;
        letter-spacing: .1em;
        line-height: 1.7em;
        font-weight: bold
    }
}

@media all and (max-width: 639px) {
    #goods_1 .inner .read {
        font-size: 24px
    }
}

#goods_1 .inner .main {
    width: 37%;
    margin: 0;
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 17px;
    letter-spacing: .1em;
    line-height: 1.9em;
    color: #333;
    font-weight: bold
}

@media all and (max-width: 769px) {
    #goods_1 .inner .main {
        width: 90%;
        margin: auto
    }
}

@media all and (max-width: 639px) {
    #goods_1 .inner .main {
        text-align: left;
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-size: 14px;
        letter-spacing: .1em;
        font-weight: bold;
        line-height: 1.9em
    }
}

#goods_1 .inner img._sp {
    display: none
}

@media all and (max-width: 769px) {
    #goods_1 .inner img._sp {
        display: block;
        opacity: 1;
        width: 100%;
        height: auto;
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0)
    }
}

#goods_1 .inner .bottom {
    margin-top: 30px;
    width: 37%
}

@media all and (max-width: 769px) {
    #goods_1 .inner .bottom {
        width: 90%;
        margin: 30px auto 0
    }
}

#goods_1 .inner .bottom .bottom_read {
    background: #00a73b;
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 19px;
    letter-spacing: .1em;
    font-weight: bold;
    color: #fff;
    padding: .3em .5em
}

#goods_1 .inner .bottom ul {
    background: rgba(244, 237, 227, 0.4);
    padding: 20px
}

#goods_1 .inner .bottom ul li {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: bold;
    border-bottom: 1px solid #00a73b;
    padding: .5em 0 .5em 20px;
    line-height: 1.5em;
    position: relative
}

#goods_1 .inner .bottom ul li:first-child {
    border-top: 1px solid #00a73b
}

#goods_1 .inner .bottom ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    margin-right: 5px;
    color: #00a73b;
    position: absolute;
    left: 0
}

#goods_1 .goods_1__flow {
    margin-top: 30px
}

#goods_1 .goods_1__flow .read {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 31px;
    letter-spacing: .1em;
    display: table;
    margin: 0 auto 50px;
    color: #00a0e9;
    line-height: 1.7em;
    font-weight: bold;
    padding: 20px 0 0;
    position: relative
}

#goods_1 .goods_1__flow .read span {
    display: table;
    margin: auto;
    border-bottom: 2px solid #00a0e9;
    border-top: 2px solid #00a0e9
}

#goods_1 .goods_1__flow .read ._sp {
    display: none
}

@media all and (max-width: 639px) {
    #goods_1 .goods_1__flow .read {
        text-align: center;
        margin: 30px auto 30px;
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-size: 25px;
        letter-spacing: .1em;
        line-height: 1.7em;
        font-weight: bold
    }
}

@media all and (max-width: 639px) {
    #goods_1 .goods_1__flow .read {
        font-size: 24px
    }

    #goods_1 .goods_1__flow .read ._sp {
        display: block
    }
}

#goods_1 .goods_1__flow .read.sec {
    margin-top: 50px
}

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

@media all and (max-width: 639px) {
    #goods_1 .goods_1__flow p {
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-size: 14px;
        letter-spacing: .1em
    }
}

#goods_1 .goods_1__flow ul {
    width: 80%;
    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: 0 auto;
    justify-content: center
}

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

#goods_1 .goods_1__flow ul li {
    width: 31.3%;
    margin-right: 3%;
    margin-bottom: 30px
}

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

@media all and (max-width: 769px) {
    #goods_1 .goods_1__flow ul li {
        width: 48.5%;
        margin-bottom: 30px
    }

    #goods_1 .goods_1__flow ul li:nth-child(3n) {
        margin-right: 3%
    }

    #goods_1 .goods_1__flow ul li:nth-child(2n) {
        margin-right: 0
    }
}

@media all and (max-width: 639px) {
    #goods_1 .goods_1__flow ul li {
        width: 100%
    }
}

#goods_1 .goods_1__flow ul li img {
    display: block;
    width: 60%;
    margin: auto;
    border-radius: 50%
}

@media all and (max-width: 769px) {
    #goods_1 .goods_1__flow ul li img {
        width: 80%
    }
}

#goods_1 .goods_1__flow ul li .cap {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 1.7em;
    font-weight: bold;
    text-align: center;
    margin-top: 10px
}

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

@media all and (max-width: 639px) {
    #goods_1 .goods_1__flow ul li p {
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-size: 14px;
        letter-spacing: .1em
    }
}

#goods_2 {
    padding: 0 0 80px
}

@media all and (max-width: 769px) {
    #goods_2 {
        padding: 50px 0
    }
}

#goods_2 .goods_1__flow {
    margin-top: 30px
}

#goods_2 .goods_1__flow .read {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 31px;
    letter-spacing: .1em;
    display: table;
    margin: 0 auto 50px;
    color: #00a0e9;
    line-height: 1.7em;
    font-weight: bold;
    padding: 20px 0 0;
    position: relative
}

#goods_2 .goods_1__flow .read span {
    display: table;
    margin: auto;
    border-bottom: 2px solid #00a0e9;
    border-top: 2px solid #00a0e9
}

#goods_2 .goods_1__flow .read ._sp {
    display: none
}

@media all and (max-width: 639px) {
    #goods_2 .goods_1__flow .read {
        text-align: center;
        margin: 30px auto 30px;
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-size: 25px;
        letter-spacing: .1em;
        line-height: 1.7em;
        font-weight: bold
    }
}

@media all and (max-width: 639px) {
    #goods_2 .goods_1__flow .read {
        font-size: 24px
    }

    #goods_2 .goods_1__flow .read ._sp {
        display: block
    }
}

#goods_2 .goods_1__flow .read.sec {
    margin-top: 50px
}

#goods_2 .goods_1__flow ul {
    width: 80%;
    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: auto;
    margin-bottom: -30px;
    justify-content: center
}

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

#goods_2 .goods_1__flow ul li {
    width: 22.7%;
    margin-right: 3%;
    margin-bottom: 30px
}

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

@media all and (max-width: 769px) {
    #goods_2 .goods_1__flow ul li {
        width: 48.5%;
        margin-bottom: 30px
    }

    #goods_2 .goods_1__flow ul li:nth-child(3n) {
        margin-right: 3%
    }

    #goods_2 .goods_1__flow ul li:nth-child(2n) {
        margin-right: 0
    }
}

@media all and (max-width: 639px) {
    #goods_2 .goods_1__flow ul li {
        width: 100%
    }
}

#goods_2 .goods_1__flow ul li img {
    display: block;
    width: 82%;
    margin: auto;
    border-radius: 50%
}

@media all and (max-width: 769px) {
    #goods_2 .goods_1__flow ul li img {
        width: 80%
    }
}

#goods_2 .goods_1__flow ul li .cap {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 1.7em;
    font-weight: bold;
    text-align: center;
    margin-top: 10px
}

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

@media all and (max-width: 639px) {
    #goods_2 .goods_1__flow ul li p {
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-size: 14px;
        letter-spacing: .1em
    }
}

#goods_2 .innerB {
    width: 90%;
    margin: 0 auto 50px;
    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
}

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

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

#goods_2 .innerB .item-photo {
    background-image: url(../img/top_3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 60%
}

@media all and (max-width: 769px) {
    #goods_2 .innerB .item-photo {
        width: 45%
    }
}

@media all and (max-width: 639px) {
    #goods_2 .innerB .item-photo {
        display: none
    }
}

#goods_2 .innerB .item-text {
    width: 40%;
    padding: 100px 0;
    background: #003e88
}

@media all and (max-width: 769px) {
    #goods_2 .innerB .item-text {
        padding: 50px 0;
        width: 55%
    }
}

@media all and (max-width: 639px) {
    #goods_2 .innerB .item-text {
        width: 100%;
        padding: 0 0 50px
    }
}

#goods_2 .innerB .item-text ._sp {
    display: none
}

@media all and (max-width: 639px) {
    #goods_2 .innerB .item-text ._sp {
        display: block;
        margin-bottom: 15px
    }
}

#goods_2 .innerB .item-text .item-text__inner {
    width: 80%;
    margin: auto
}

#goods_2 .innerB .item-text .item-text__inner .read {
    color: #fff;
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 30px;
    letter-spacing: .1em
}

@media all and (max-width: 639px) {
    #goods_2 .innerB .item-text .item-text__inner .read {
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-size: 20px;
        letter-spacing: .1em;
        text-align: center
    }
}

#goods_2 .innerB .item-text .item-text__inner .main {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    letter-spacing: .1em;
    font-weight: bold;
    color: #fff
}

@media all and (max-width: 639px) {
    #goods_2 .innerB .item-text .item-text__inner .main {
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-size: 14px;
        letter-spacing: .1em
    }
}

#goods_2 .innerB .item-text .item-text__inner a {
    border: 1px solid #fff;
    display: block;
    width: 300px;
    padding: .8em 0;
    text-align: center;
    color: #fff;
    transition: .4s;
    margin-top: 20px
}

@media all and (max-width: 639px) {
    #goods_2 .innerB .item-text .item-text__inner a {
        width: 100%
    }
}

#goods_2 .innerB .item-text .item-text__inner a span {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: bold;
    color: #fff;
    transition: .4s
}

#goods_2 .innerB .item-text .item-text__inner a span:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    margin-left: 10px
}

#goods_2 .innerB .item-text .item-text__inner a:hover {
    background: #fff;
    transition: .4s
}

#goods_2 .innerB .item-text .item-text__inner a:hover span {
    color: #003e88;
    transition: .4s
}

#goods_2 {
    padding: 0
}

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

#entry_1 .title {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 30px;
    letter-spacing: .1em;
    font-weight: 700;
    color: #003e88;
    font-style: italic;
    display: table;
    margin: auto
}

#entry_1 .entry__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
}

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

#entry_1 .entry__inner #entry {
    background: #fff;
    width: 70%
}

@media all and (max-width: 769px) {
    #entry_1 .entry__inner #entry {
        width: 100%
    }
}

#entry_1 .entry__inner #entry .entry__cotent {
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto 50px;
    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_1 .entry__inner #entry .entry__cotent {
        padding: 15px
    }
}

#entry_1 .entry__inner #entry .entry__cotent .data span {
    border-bottom: 2px solid #111;
    padding: .3em .5em;
    font-family: "YakuHanJP", "Josefin Sans", "sans-serif";
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .1em;
    color: #111
}

#entry_1 .entry__inner #entry .entry__cotent .entry__title {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 22px;
    letter-spacing: .1em;
    margin-bottom: 15px;
    font-weight: bold;
    margin-top: 15px;
    line-height: 1.6em;
    color: #003e88;
    border-bottom: 2px dashed #003e88;
    padding-bottom: .8em;
    margin-bottom: 15px
}

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

#entry_1 .entry__inner #entry .entry__cotent .entry__cotent__text img {
    max-width: 100%
}

@media all and (max-width: 769px) {
    #entry_1 .entry__inner #entry .entry__cotent .entry__cotent__text {
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-size: 14px;
        letter-spacing: .1em
    }
}

#entry_1 .entry__inner #entry .page_links {
    padding: 0;
    margin: 30px 0
}

#entry_1 .entry__inner #entry .page_links .pages {
    border-top: 1px solid #f2f2f1;
    padding-top: 30px;
    display: table;
    width: 100%
}

#entry_1 .entry__inner #entry .page_links .pages .page_prev a,
#entry_1 .entry__inner #entry .page_links .pages .page_next a {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 14px;
    letter-spacing: .1em;
    border: 1px solid #666;
    border-radius: 5px;
    color: #666;
    padding: .5em .8em
}

#entry_1 .entry__inner #entry .page_links .pages .page_prev a:hover,
#entry_1 .entry__inner #entry .page_links .pages .page_next a:hover {
    background: #666;
    transition: .4s;
    color: #fff
}

#entry_1 .entry__inner #entry .page_links .pages .page_prev {
    float: right
}

#entry_1 .entry__inner #entry .page_links .pages .page_next {
    float: left
}

#entry_1 .entry__inner #entry_side {
    width: 25%;
    margin-left: 5%;
    background: #00a0e9
}

@media all and (max-width: 769px) {
    #entry_1 .entry__inner #entry_side {
        margin-left: 0;
        width: 100%;
        margin-top: 30px
    }
}

#entry_1 .entry__inner #entry_side .entry_side__contents {
    padding: 30px
}

#entry_1 .entry__inner #entry_side .entry_side__contents .read {
    background: #bcb596;
    color: #fff;
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    letter-spacing: .1em;
    padding: .3em .5em
}

#entry_1 .entry__inner #entry_side .entry_side__contents ul {
    margin-top: 15px;
    border-top: 1px solid #bcb596
}

#entry_1 .entry__inner #entry_side .entry_side__contents ul li {
    border-bottom: 1px solid #bcb596;
    padding: .8em .5em
}

#entry_1 .entry__inner #entry_side .entry_side__contents ul li a {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 14px;
    letter-spacing: .1em;
    color: #bcb596
}

#entry_1 .entry__inner #entry_side .entry_side__contents ul li a:hover {
    font-weight: bold;
    transition: .4s
}

.sns_btn {
    overflow: hidden;
    color: #fff;
    position: relative;
    display: block;
    border-radius: 5px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 14px;
    letter-spacing: .1em;
    padding: 0 50px
}

@media all and (max-width: 769px) {
    .sns_btn {
        padding: 0 30px;
        margin: 15px
    }
}

.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: #fff
}

.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
}

.sp {
    display: none
}

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

.ceo {
    width: 200px
}

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