@charset "shift_jis";


/*===============================================

画面の横幅が1024px以上（パソコン用）

===============================================*/

@media all and (min-width: 1024px),
print {

    html {
        height: 100%;
        min-height: 100vh;
        font-size: 14px;
        line-height: 14px;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
    }

    body {
        height: 100%;
        min-height: 100vh;
        font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
        line-height: 2;
        color: #666;
        margin: 0;
        padding: 0;
        max-height: 100%;
        text-align: center;
        background-color: transparent;
        -webkit-text-size-adjust: 100%;
    }

    a {
        color: #002b55;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    a:hover {
        color: #A51A91;
        text-decoration: none;
    }


    /*コンテナー
---------------------------------------------------------------------------*/
    #container {
        width: 100%;
        margin: 0;
        padding: 0;
        border: none;
        background-color: #fff;
        text-align: left;
    }


    /*ヘッダー
---------------------------------------------------------------------------*/
    header {
        width: 100%;
        height: 8rem;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        background: #fff;
        -webkit-transition: 1s ease-in-out;
        -moz-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
        transition: 1s ease-in-out;
    }

    header h1 {
        width: 40%;
        height: 6rem;
        margin: 0 0 0 2.5%;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-end;
        position: relative;
        color: #666;
        text-align: left;
        -webkit-transition: 1s ease-in-out;
        -moz-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
        transition: 1s ease-in-out;
    }

    header h1 span.text {
        width: 100%;
        margin: 0 0 0.5rem 0;
        display: block;
        position: relative;
        font-size: 1rem;
        line-height: 1.25rem;
        font-weight: normal;
        -webkit-transition: 1s ease-in-out;
        -moz-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
        transition: 1s ease-in-out;
    }

    header h1 span.llc {
        font-size: 1.1rem;
        line-height: 2.5rem;
        font-weight: normal;
        margin: 0 1rem 0 0;
        -webkit-transition: 1s ease-in-out;
        -moz-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
        transition: 1s ease-in-out;
    }

    header h1 span.name {
        font-size: 2rem;
        line-height: 3.5rem;
        font-family: "Playwrite AU NSW", cursive;
        font-optical-sizing: auto;
        font-weight: <weight>;
        font-style: normal;
        -webkit-transition: 1s ease-in-out;
        -moz-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
        transition: 1s ease-in-out;
    }
    header h1 span.name [data-ruby] {
    position: relative;
}
    header h1 span.name [data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1.6rem;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0.9rem;
        letter-spacing: 0.1rem;
        font-weight: normal;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        font-family: "Shippori Mincho", serif;
        font-style: italic;
}
rt {
    display: none;
}
    header .contact {
        width: calc((100% - 43.5%) - 5rem);
        height: 6rem;
        margin: 0 5rem 0 0;
        padding: 0 0 0 1%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: center;
        position: relative;
    }

    header .contact p.tel {
        width: 22rem;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        font-size: 2.3rem;
        line-height: 3rem;
        color: #666;
        -webkit-transition: 1s ease-in-out;
        -moz-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
        transition: 1s ease-in-out;
    }

    header .contact p.tel::before {
        content: "\f095";
        font-weight: 800;
        font-family: "Font Awesome 5 Free";
        margin: 0 0.5rem 0 0;
        font-size: 2rem;
    }

    header .contact p.tel span {
        display: block;
        font-size: 1rem;
        line-height: 1rem;
        text-align: center;
        color: #88B04B;
    }

    header .contact p.info {
        width: 15rem;
        margin: 0 1rem;
        padding: 0;
        display: block;
        position: relative;
        font-size: 1.1rem;
        line-height: 3rem;
        text-align: center;
        color: #666;
    }

    @media all and (max-width: 1400px){
            header .contact p.info{
            display: none;
        }
    }
    header .contact p.info span {
        display: block;
        font-size: 1rem;
        line-height: 1rem;
        color: #88B04B;
    }

    header .contact a.contact_btn {
        width: 12rem;
        margin: 0;
        padding: 0.5rem;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        position: relative;
        font-size: 1.1rem;
        line-height: 2.5rem;
        text-decoration: none;
        color: #fff;
        background: #88B04B;
        border-radius: 0.5rem;
    }
    header .contact a.contact_btn i{
        display: none;
    }

    header .contact a.contact_btn::before {
        content: "\f0e0";
        font-weight: 400;
        font-family: "Font Awesome 5 Free";
        margin: 0 0.5rem 0 0;
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    header .contact a.contact_btn::after {
        content: "\f054";
        font-weight: 800;
        font-family: "Font Awesome 5 Free";
        margin: 0 0 0 0.5rem;
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    #header.smaller {
        height: 5rem;
    }

    #header.smaller h1 {
        height: 5rem;
    }

    #header.smaller h1 span.text {
        transform: translateY(-50rem);
        opacity: 0;
        font-size: 0;
    }

    #header.smaller h1 span.name {
        font-size: 2rem;
    }

    #header.smaller .contact p.tel {
        transform: translateX(0rem);
    }

    #header .fadeout {
        transition: opacity 0.5s ease, margin 0.5s ease;
    }

    #header.smaller .fadeout {
        opacity: 0;
    }
    #header .fadeout-hidden {
        display: none;
    }

    #wrapper {
        overflow: hidden;
        height: auto;
        padding: 0;
        display: block;
        -webkit-transition: 1s ease-in-out;
        -moz-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
        transition: 1s ease-in-out;
        opacity: 1;
    }

    .topnav {
        display: none !important;
    }

    #wrapper.openmenu {
        display: block;
    }

    #navTgl:checked ~ .contents {
        -webkit-transform: translateX(250px);
        transform: translateX(250px);
    }

    /* :::::: toggle button :::::: */
    #navTgl {
        display: none;
        overflow: hidden;
    }

    label {
        cursor: pointer;
        position: fixed;
        top: 0;
        right: 0;
        text-align: center;
    }

    label span {
        display: block;
        font-size: 0.8rem;
    }

    .open {
        z-index: 5000;
        width: 4rem;
        height: 3rem;
        color: #999;
        font-size: 2rem;
        line-height: 1rem;
        padding: 1.25rem 0;
        text-align: center;
        -webkit-transition: background-color .6s, -webkit-transform .6s;
        transition: background-color .6s, transform .6s;
        background: none;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 0;
    }

    #wrapper.openmenu .open {
        opacity: 1;
    }

    #navTgl:checked + .open {
        color: #000;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }


    .close {
        pointer-events: none;
        z-index: 100;
        width: calc(100% + 4rem);
        height: 100%;
        transition: .6s;
    }

    #navTgl:checked ~ .close {
        pointer-events: auto;
        background-color: rgba(0, 0, 0, 0.5);
    }

    /* :::::: drawer menu :::::: */
    #wrapper .menu {
        z-index: 1;
        position: fixed;
        overflow: auto;
        top: 0;
        left: 80%;
        right: 0;
        width: 20%;
        height: 100%;
        margin: 0;
        padding: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform .6s;
        transition: transform .6s;
        background: rgba(255, 255, 255, 1);
        z-index: 1000;
        text-align: center;
    }

    #navTgl:checked ~ .menu {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        margin: 0;
    }

    #wrapper nav ul {
        width: 100%;
        list-style-type: none;
        margin: 5rem 0 0 0;
        padding: 0;
        display: block;
        position: relative;
    }

    #wrapper .menu li {
        width: 100%;
        list-style-type: none;
        margin: 0;
        padding: 0;
        text-align: center;
        border-bottom: 1px solid #999;
    }

    #wrapper .menu li a {
        width: calc(100% - 2rem);
        margin: 0;
        padding: 1rem 1rem;
        display: block;
        position: relative;
        text-decoration: none;
        transition: .6s;
        font-size: 1.2rem;
        line-height: 2rem;
        color: #333;
        font-weight: normal;
        position: relative;
        text-align: left;
    }

    #wrapper .menu li a:hover {
        color: #fff;
        background: #88B04B;
        font-weight: bold;
    }

    .modal_wrap input {
        display: none;
    }

    .modal_overlay {
        display: none;
    }

    .modal_trigger {
        display: none;
    }

    .modal_content {
        display: none;
    }

    .close_button {
        display: none;
    }

    .modal_wrap input:checked ~ .modal_overlay {
        display: none;
    }

    .modal_wrap input:checked ~ .modal_overlay .modal_content {
        display: none;
    }

    #wrapper .menu #logo {
        width: 40%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: absolute;
        bottom: 3rem;
        left: 0;
        right: 0;
    }


    /*全体を囲むボックス
---------------------------------------------------------------------------*/
    #contents {
        width: 100%;
        position: relative;
        margin: 0;
        padding: 0;
        display: block;
    }


    /*メインコンテンツ1
---------------------------------------------------------------------------*/

    #top {
        width: 100%;
        height: 100vh;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        position: relative;
        background-image: url(images/top.jpg);
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }

    #top p {
        width: 60%;
        margin: 0;
        padding: 2rem 10%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-flow: column;
        position: relative;
        font-size: 2rem;
        line-height: 5rem;
        font-family: "Shippori Mincho", serif;
        font-weight: 400;
        font-style: normal;
        color: #000;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8),
        0 0 5px rgba(255, 255, 255, 0.8),
        0 0 5px rgba(255, 255, 255, 0.8),
        0 0 5px rgba(255, 255, 255, 0.8),
        0 0 5px rgba(255, 255, 255, 0.8),
        0 0 5px rgba(255, 255, 255, 0.8),
        0 0 5px rgba(255, 255, 255, 0.8),
        0 0 5px rgba(255, 255, 255, 0.8);
    }
    #top p .title{
        font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
        font-size: 4rem;
        line-height: 4rem;
        font-weight: bold;
        display: flex;
        flex-wrap: nowrap;
        text-shadow: none;
    }
    #top p .title span{
    background: #88B04B;
    margin: 0 0.25rem;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5.5rem;
    height: 5.5rem;
    box-sizing: border-box;
    border-radius: 0.5rem;
    color: #fff;
    font-size: 4rem;
    line-height: 4rem;
    }
    #top p .title span:first-of-type{
        margin: 0 0.25rem 0 0;
    }


    #top ul.pcmenu {
        width: 95%;
        margin: 0;
        padding: 0 2.5%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #88B04B;
    }

    #top ul.spmenu{
        display: none;
    }
    #top ul li {
        width: calc(80% / 7);
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        position: relative;
    }

    #top ul li a {
        width: calc(100% - 1rem);
        margin: 0;
        padding: 1rem 0.5rem;
        display: block;
        position: relative;
        text-decoration: none;
        text-align: center;
        color: #fff;
        font-size: 1.2rem;
        line-height: 2rem;
    }

    #top ul li a:hover {
        background: rgba(255, 255, 255, 0.3);
    }


    #message {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        background-image: url(images/bg_message.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    #message .br_cover {
        width: 60%;
        margin: 0;
        padding: 10rem 20%;
        display: block;
        position: relative;
        background-color: rgba(255, 255, 255, 0.2);
    }

    #message .br_cover .text_inner {
        width: 90%;
        margin: 0;
        padding: 3rem 5%;
        display: block;
        position: relative;
        background-color: rgba(255, 255, 255, 0.8);
    }

    #message h2 {
        width: 100%;
        margin: 2rem 0 6rem 0;
        padding: 1rem 0 0 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 2rem;
        line-height: 4rem;
        font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        color: #000;
    }
    #message h2 span{
        position: absolute;
        top: -2rem;
        left: 0;
        right: 0;
        color: #88B04B;
        font-size: 1.5rem;
        line-height: 1.5rem;
  font-family: "Playwrite BE VLG", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
    }

    #message h2::after {
	content: '';
	position: absolute;
	bottom: -4rem;
	left: 50%;
	transform: translate(-50%) rotate(0deg);
	width: 2px;
	height: 3rem;
	background-color: #88B04B;
    }

    #message h3 {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: left;
        font-size: 1.5rem;
        line-height: 3rem;
    }

    #message p {
        width: 100%;
        margin: 0 0 4rem 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: left;
        font-size: 1.2rem;
        line-height: 2.5rem;
    }

    #service {
        width: 90%;
        margin: 0;
        padding: 10rem 5%;
        display: block;
        position: relative;
        background-color: #E0F7FA;
    }

    #service h2 {
        width: 100%;
        margin: 2rem 0 6rem 0;
        padding: 1rem 0 0 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 2rem;
        line-height: 4rem;
        font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        color: #000;
    }
    #service h2 span{
        position: absolute;
        top: -2rem;
        left: 0;
        right: 0;
        color: #88B04B;
        font-size: 1.5rem;
        line-height: 1.5rem;
  font-family: "Playwrite BE VLG", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
    }


    #service h2::after {
	content: '';
	position: absolute;
	bottom: -4rem;
	left: 50%;
	transform: translate(-50%) rotate(0deg);
	width: 2px;
	height: 3rem;
	background-color: #88B04B;
    }

    #service .service_outer {
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        position: relative;
    }

    #service .service_outer .service_inner {
        width: 19%;
        margin: 0 1% 5rem 1%;
        padding: 2rem 2%;
        display: block;
        position: relative;
        background: #fff;
        border-radius: 1rem;
    }

    #service .service_outer .service_inner h3 {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 2rem;
        line-height: 3rem;
    }

    #service .service_outer .service_inner img {
        width: 100%;
        margin: 3rem 0;
        padding: 0;
        display: block;
        position: relative;
    }

    #service .service_outer .service_inner p.title {
        width: 100%;
        margin: 0 0 2rem 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.2rem;
        line-height: 2rem;
        font-weight: bold;
    }

    #service .service_outer .service_inner .accordion input {
        display: none;
    }

    #service .service_outer .service_inner .accordion label {
        cursor: pointer;
        position: relative;
        color: #fff;
        background-color: #88B04B;
        font-weight: bold;
        padding: 1rem 0;
        width: 100%;
        display: block;
        border-radius: 1rem;
        font-size: 1.2rem;
        line-height: 2rem;
    }

    #service .service_outer .service_inner .accordion label::after {
        content: "\f107";
        font-weight: 800;
        font-family: "Font Awesome 5 Free";
        position: absolute;
        right: 1rem;
    }

    #service .service_outer .service_inner .accordion p {
        max-height: 0;
        overflow: hidden;
        transition: max-height 1s;
        margin: 2rem 0 0 0;
        font-size: 1.2rem;
        line-height: 2rem;
    }

    #service .service_outer .service_inner input:checked ~ p {
        max-height: 100vh;
    }


    #price {
        width: 90%;
        margin: 0;
        padding: 10rem 5%;
        display: block;
        position: relative;
        background-color: #fff;
        overflow: hidden;
    }

    #price h2 {
        width: 100%;
        margin: 2rem 0 6rem 0;
        padding: 1rem 0 0 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 2rem;
        line-height: 4rem;
        font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        color: #000;
    }
    #price h2 span{
        position: absolute;
        top: -2rem;
        left: 0;
        right: 0;
        color: #88B04B;
        font-size: 1.5rem;
        line-height: 1.5rem;
  font-family: "Playwrite BE VLG", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
    }

    #price h2::after {
	content: '';
	position: absolute;
	bottom: -4rem;
	left: 50%;
	transform: translate(-50%) rotate(0deg);
	width: 2px;
	height: 3rem;
	background-color: #88B04B;
    }

.slider_outer{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
    }
    
    .slider{
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        overflow: hidden;
    }
    
.slider .slick-slide {
  margin: 0 2rem;
  padding: 0;
  position: relative;
}
.slider .slick-slide .work_inner{
        width: calc(100vw - 7rem)!important;
    margin: 0;
    padding: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border: 0.5rem solid #88B04B;
    border-radius: 1rem;
    transform: scale(0.88);
    }
    .slider .slick-slide .work_inner h3{
        width: 100%;
        margin: 0 0 5rem 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 2.2rem;
        line-height: 3rem;
    }
    .slider .slick-slide .work_inner dl{
        width: 65%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .slider .slick-slide .work_inner dl dt{
        width: 14%;
        margin: 0 0 0.5rem 0;
        padding: 0.5rem 1%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        font-size: 1.5rem;
        line-height: 2.5rem;
        background-color: #E0F7FA;
        border-bottom: 1px solid #333;
    }
    .slider .slick-slide .work_inner dl dd{
        width: 32%;
        margin: 0 0 0.5rem 0;
        padding: 0.5rem 1%;
        display: block;
        position: relative;
        text-align: left;
        font-size: 1.5rem;
        line-height: 2.5rem;
        background-color: #fff;
        border-bottom: 1px solid #333;
    }
    .slider .slick-slide .work_inner dl dd.wide{
        width: 82%;
    }
    .slider .slick-slide .work_inner p.price{
        width: 33%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: right;
        font-size: 5rem;
        line-height: 6rem;
        font-weight: bold;
        color: #c00;
    }
    .slider .slick-slide .work_inner p.price::before{
        content: "\4F5C\696D\8CBB\7528";
        font-size: 2rem;
        display: block;
        text-align: right;
        color: #333;
    }
    .slider .slick-slide .work_inner p.price::after{
        content: "\5186";
        margin: 0 0 0 1rem;
        font-size: 2rem;
        color: #333;
    }
    .slider .slick-slide .work_inner .img_outer{
        width: 100%;
        margin: 5rem 0;
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }
    .slider .slick-slide .work_inner .img_outer .img_inner{
        width: 45%;
        height: 35rem;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        overflow: hidden;
    }
    .slider .slick-slide .work_inner .img_outer .img_inner .img_scroll{
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        overflow-y: scroll;
    }
    .slider .slick-slide .work_inner .img_outer .img_inner .img_scroll::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
    .slider .slick-slide .work_inner .img_outer .img_inner .img_scroll::-webkit-scrollbar-track {
        background: #eee;
    }
    .slider .slick-slide .work_inner .img_outer .img_inner .img_scroll::-webkit-scrollbar-thumb {
        background: rgba(200, 200, 200, 1);
        border-radius: 2.5px;
    }
    .slider .slick-slide .work_inner .img_outer .img_inner .img_scroll a{
        width: 100%;
        margin: 0 0 0.5rem 0;
        padding: 0;
        display: block;
        position: relative;
    }
    .slider .slick-slide .work_inner .img_outer .img_inner a:hover{
        opacity: 0.6;
    }
    .slider .slick-slide .work_inner .img_outer .img_inner .img_scroll a img{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        object-fit: cover;
    }
    .slider .slick-slide .work_inner .img_outer .img_inner p{
        margin: 0;
        padding: 0.5rem 1rem;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: bold;
        color: #fff;
        z-index: 100;
    }
    .slider .slick-slide .work_inner .img_outer .before p{
        background: #333;
    }
    .slider .slick-slide .work_inner .img_outer .after p{
        background: #88B04B;
    }.slider .slick-slide .work_inner .img_outer .img_inner i {
    font-size: 3rem;
    line-height: 3rem;
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    bottom: 0.5rem;
    left: calc(50% - 1.5rem);
    color: #fff;
    text-shadow: 2px 2px 4px #333;
    -webkit-animation: move 2s linear infinite;
    -moz-animation: move 2s linear infinite;
    animation: move 2s linear infinite;
}

@-webkit-keyframes move {
	0%{
        bottom: 3.5rem;
		opacity: 0;
	}
	50%{
		opacity: 1;
	}
	100%{
        bottom: 0.5rem;
		opacity: 0;
	}
}

@-moz-keyframes move {
	0%{
        bottom: 3.5rem;
		opacity: 0;
	}
	50%{
		opacity: 1;
	}
	100%{
        bottom: 0.5rem;
		opacity: 0;
	}
}

@keyframes move {
	0%{
        bottom: 3.5rem;
		opacity: 0;
	}
	50%{
		opacity: 1;
	}
	100%{
        bottom: 0.5rem;
		opacity: 0;
	}
}


    .slider .slick-slide .work_inner .img_outer i{
        font-size: 5rem;
        line-height: 5rem;
        color: #88B04B;
    }
    .slider .slick-slide .work_inner .img_outer .fa-caret-down{
        display: none;
    }
    .slider .slick-slide .work_inner p.comment{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        font-size: 1.5rem;
        line-height: 2.5rem;
    }
    
.slider .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.slider .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}
.slider .slick-next {
  right: 0;
}
.slider .slick-prev {
  left: 0;
}
.slider .slick-next::before {
  left: 20px;
}
.slider .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}
    .dots-3{
        width: 100%;
        margin: 0 auto;;
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }
.dots-3 .slick-dots {
        width: 80%;
    margin: 0 auto;
  text-align: center;
    position: absolute;
    bottom: 0;
}
.dots-3 .slick-dots li {
  display: inline-block;
}
.dots-3 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.dots-3 .slick-dots .slick-active button {
  background: #88B04B;
}
    .reference{
        width: 98%;
        margin: 5rem auto 0 auto;
        padding: 0;
    display: block;
    position: relative;
    }
    .reference p{
        width: 100%;
        margin: 0;
        padding: 0.25rem 0;
        display: block;
        position: relative;
        font-size: 1.2rem;
        line-height: 2rem;
        font-weight: bold;
        text-align: center;
        background-color: #E0F7FA;
    }
    .reference dl{
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        position: relative;
    }
    .reference dl dt{
        width: 23%;
        margin: 0;
        padding: 0.5rem 1%;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.2rem;
        line-height: 2rem;
        font-weight: bold;
        border-bottom: 1px solid #ccc;
    }
    .reference dl dt:nth-of-type(even){
        margin: 0 0 0 1%;
    }
    .reference dl dd{
        width: 22%;
        margin: 0;
        padding: 0.5rem 1%;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.2rem;
        line-height: 2rem;
        font-weight: normal;
        border-bottom: 1px solid #ccc;
    }
    
    #price h3.item{
        width: 100%;
        margin: 10rem 0 8rem 0;
        padding: 0;
        display: block;
        position: relative;
        font-size: 2rem;
        line-height: 3rem;
        text-align: center;
    }
    #price h3.item::before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #88B04B;
  border-radius: 2px;
}
    #price ul.item_list{
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        position: relative;
    }
    #price ul.item_list li{
        width: calc(20% - 0.5rem);
        margin: 0 4% 1rem 0;
        padding: 1rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        font-size: 1.3rem;
        line-height: 2rem;
        background-color: #E0F7FA;
        border-radius: 1rem;
    }
    #price ul.item_list li:nth-of-type(4),
    #price ul.item_list li:nth-of-type(8),
    #price ul.item_list li:nth-of-type(12),
    #price ul.item_list li:nth-of-type(16),
    #price ul.item_list li:nth-of-type(20),
    #price ul.item_list li:nth-of-type(24),
    #price ul.item_list li:nth-of-type(28),
    #price ul.item_list li:nth-of-type(32),
    #price ul.item_list li:nth-of-type(36),
    #price ul.item_list li:nth-of-type(40){
        margin: 0 0 1rem 0;
    }
    #price ul.item_list li span{
        width: calc(100% - 4.5rem);
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
            
    }
    #price ul.item_list li img{
        width: 4rem;
        margin: 0 0 0 0.5rem;
        padding: 0;
        display: block;
        position: relative;
    }
    #price p.notes{
        width: 100%;
        margin: 3rem 0 0 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1rem;
        line-height: 2rem;
    }

    

    #flow {
        width: 90%;
        margin: 0;
        padding: 10rem 5%;
        display: block;
        position: relative;
        background-color: #E0F7FA;
    }

    #flow h2 {
        width: 100%;
        margin: 2rem 0 6rem 0;
        padding: 1rem 0 0 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 2rem;
        line-height: 4rem;
        font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        color: #000;
    }
    #flow h2 span{
        position: absolute;
        top: -2rem;
        left: 0;
        right: 0;
        color: #88B04B;
        font-size: 1.5rem;
        line-height: 1.5rem;
  font-family: "Playwrite BE VLG", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
    }


    #flow h2::after {
	content: '';
	position: absolute;
	bottom: -4rem;
	left: 50%;
	transform: translate(-50%) rotate(0deg);
	width: 2px;
	height: 3rem;
	background-color: #88B04B;
    }

    #flow .flow_outer {
        width: 100%;
        margin: 5rem 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
    }
    
    #flow .flow_outer .flow_inner{
        width: 45%;
        margin: 0 0 4rem 0;
        padding: 1rem 1%;
        display: block;
        position: relative;
        background: #fff;
        border-radius: 1rem;
    }
    #flow .flow_outer .flow_inner .title_inner{
        width: 100%;
        margin: 0 0 3rem 0;
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }
    #flow .flow_outer .flow_inner .title_inner h3{
        width: 50%;
        margin: 0;
        padding: 0;
        display: block;
        flex-wrap: nowrap;
        justify-content: center;
        position: relative;
        font-size: 1.7rem;
        line-height: 3.5rem;
    }
    #flow .flow_outer .flow_inner .title_inner h3 .step{
        width: 50%;
        margin: 0 0 1rem 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
	background-color: #88B04B;
        color: #fff;
        border-radius: 1rem 0 1rem 0;
        font-family: "Playwrite AU NSW", cursive;
        font-optical-sizing: auto;
        font-weight: <weight>;
        font-style: normal;
        font-size: 1.5rem;
    }
    #flow .flow_outer .flow_inner .title_inner h3 .title{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        color: #333;
    }
    #flow .flow_outer .flow_inner .title_inner img{
        width: 50%;
        margin: 0rem 0;
        padding: 0;
        display: block;
        position: relative;
        object-fit: contain;
    }
    #flow .flow_outer .flow_inner p{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        font-size: 1.2rem;
        line-height: 2.5rem;
        font-weight: normal;
    }
    #flow .flow_outer .flow_inner p strong{
        color: #CC8500;
    }
    
    
    #faq {
        width: 90%;
        margin: 0;
        padding: 10rem 5%;
        display: block;
        position: relative;
        background-color: #fff;
    }

    #faq h2 {
        width: 100%;
        margin: 2rem 0 6rem 0;
        padding: 1rem 0 0 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 2rem;
        line-height: 4rem;
        font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        color: #000;
    }
    #faq h2 span{
        position: absolute;
        top: -2rem;
        left: 0;
        right: 0;
        color: #88B04B;
        font-size: 1.5rem;
        line-height: 1.5rem;
  font-family: "Playwrite BE VLG", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
    }


    #faq h2::after {
	content: '';
	position: absolute;
	bottom: -4rem;
	left: 50%;
	transform: translate(-50%) rotate(0deg);
	width: 2px;
	height: 3rem;
	background-color: #88B04B;
    }
    #faq .faq_outer{
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
    }
    #faq .faq_outer::after{
        width: 50%;
        content: "";
        margin: 0;
        padding: 0;
        display: block;
    }
    #faq details{
        width: 48%;
    margin: 1rem 0;
    padding: 0;
    display: block;
    position: relative;
    }
    
    #faq details summary {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    background-color: #E0F7FA;
}
    #faq details summary::-webkit-details-marker {
  display: none;
}

#faq details summary .summary_inner{
    width: calc(100% - 2rem);
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
    position: relative;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  font-weight: bold;
  color: #333;
    font-size: 1.1rem;
    line-height: 2rem;
}
#faq details summary .summary_inner::before {
    content: "Q.";
    font-size: 1.5rem;
    line-height: 2rem;
    color: #88B04B;
    margin: 0 0.5rem 0 0;
}
#faq details summary .summary_inner .icon {
  display: block;
  position: absolute;
right: 0.5rem;
    width: 24px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.4s;
}

/* is-openedクラスが付与されたときのスタイル */
#faq details.is-opened .icon {
  transform: rotate(180deg);
}

/* アイコンのバーのスタイル */
#faq details summary .summary_inner .icon::before,
#faq details summary .summary_inner .icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  background-color: #88B04B;
}

#faq details summary .summary_inner .icon::before {
  left: 0;
  transform: rotate(45deg);
}

#faq details summary .summary_inner .icon::after {
  right: 0;
  transform: rotate(-45deg);
}

/* --------アコーディオンの中身のスタイル-------- */
.content {
  overflow: hidden;
  background-color: #fafafa;

  /* details直下のタグにpaddingを設定すると挙動がおかしくなるので、ここには指定しない */
}

#faq details .content_inner {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#faq details .content_inner p{
        width: calc(100% - 2.1rem);
        margin: 0;
        padding: 0 0 0 2.1rem;
        display: block;
        position: relative;
        font-size: 1.1rem;
        line-height: 2rem;
        text-indent: -2.1rem;
    }
#faq details .content_inner p::before {
    content: "A.";
    font-size: 1.5rem;
    line-height: 2rem;
    color: #CC8500;
    margin: 0 0.5rem 0 0;
    font-weight: bold;
}
    
    
    #contact {
        width: 90%;
        margin: 0;
        padding: 10rem 5%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        background-color: #E0F7FA;
    }

    #contact h2 {
        width: 100%;
        margin: 2rem 0 6rem 0;
        padding: 1rem 0 0 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 2rem;
        line-height: 4rem;
        font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        color: #000;
    }
    #contact h2 span{
        position: absolute;
        top: -2rem;
        left: 0;
        right: 0;
        color: #88B04B;
        font-size: 1.5rem;
        line-height: 1.5rem;
  font-family: "Playwrite BE VLG", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
    }


    #contact h2::after {
	content: '';
	position: absolute;
	bottom: -4rem;
	left: 50%;
	transform: translate(-50%) rotate(0deg);
	width: 2px;
	height: 3rem;
	background-color: #88B04B;
    }
    #contact .contact_outer{
        width: calc(48% - 4rem);
        margin: 0;
        padding: 2rem 2rem;
        display: block;
        position: relative;
        background: #fff;
    }
    #contact .contact_outer p{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        font-size: 1.2rem;
        line-height: 2rem;
    }
    #contact .contact_outer img{
        width: 80%;
        margin: 4rem auto;
        padding: 0;
        display: block;
        position: relative;
    }
    #contact .contact_outer dl.tel_info{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
    }
    #contact .contact_outer dl.tel_info dt{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        font-size: 1.2rem;
        line-height: 2rem;
        text-align: center;
        font-weight: bold;
    }
    #contact .contact_outer dl.tel_info dd{
        width: 100%;
        margin: 2rem 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
    }
    #contact .contact_outer dl.tel_info dd a{
        text-decoration: none;
    }
    #contact .contact_outer dl.tel_info dd a.tel{
        margin: 0;
        padding: 0;
        font-size: 2.5rem;
        line-height: 3rem;
        font-weight: bold;
        pointer-events: none;
    }
    #contact .contact_outer dl.tel_info dd a.tel::before{
        content: "\f095";
        font-weight: 800;
        font-family: "Font Awesome 5 Free";
        margin: 0 0.5rem 0 0;
        font-size: 2rem;
    }
    #contact .contact_outer dl.tel_info dd a.line{
        margin: 0;
        padding: 0.5rem 2rem;
        font-size: 1.5rem;
        line-height: 3rem;
        font-weight: bold;
        background: #06c755;
        color: #fff;
        border-radius: 0.5rem;
    }
    #contact .contact_outer dl.tel_info dd a.line::before{
        content: "\f4ad";
        font-weight: 800;
        font-family: "Font Awesome 5 Free";
        margin: 0 1rem 0 0;
    }
    #contact .contact_outer dl.tel_info dd a.line:hover{
        opacity: 0.6;
    }
    
    #contact .contact_outer dl.tel_info dd p{
        font-size: 1rem;
    }
    #contact .contact_outer form,
    #contact .contact_outer .form_outer{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
    }
    #contact .contact_outer .form_outer dl{
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        position: relative;
    }
    #contact .contact_outer .form_outer dl dt{
        width: 13rem;
        margin: 0 0 2rem 0;
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        font-size: 1.15rem;
        line-height: 2rem;
    }
    
    #contact .contact_outer .form_outer dl dt.check::before{
        content: "\f00c";
        font-weight: 800;
        font-family: "Font Awesome 5 Free";
        margin: 0 0.5rem 0 0;
        color: #f00;
    }
    #contact .contact_outer .form_outer dl dd{
        width: calc(100% - 13rem);
        margin: 0 0 2rem 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        position: relative;
        font-size: 1.15rem;
        line-height: 2rem;
    }
    #contact .contact_outer .form_outer dl dd .checkbox_outer{
        margin: 0 2rem 0.5rem 0;
        padding: 0;
        display: block;
        position: relative;
    }
    #contact .contact_outer .form_outer .formbutton{
        width: 100%;
        margin: 2rem 0 0 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
    }
    


    input[type=text],
    input[type=tel] {
        width: calc(100% - 1rem - 2px);
        margin: 0;
        padding: 0 0.5rem;
        line-height: 2rem;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
        -ms-border-radius: 0;
        border: 1px solid #ddd;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: rgba(255, 255, 255, 1);
        border-radius: 0.5rem;
    }
    select {
        width: calc(100% - 1rem - 2px);
        margin: 0;
        padding: 0.3rem 0.5rem;
        line-height: 2rem;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
        -ms-border-radius: 0;
        border: 1px solid #ddd;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: rgba(255, 255, 255, 1);
        border-radius: 0.5rem;
    }

    textarea {
        width: calc(100% - 1rem - 2px);
        height: 8rem;
        margin: 0;
        padding: 0.5rem;
        line-height: 2rem;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
        -ms-border-radius: 0;
        border: none;
        border: 1px solid #ddd;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: rgba(255, 255, 255, 1);
        border-radius: 0.5rem;
    }

    input[type=text]:focus,
    input[type=tel]:focus,
    textarea:focus {
        border: 1px solid #000;
outline: 1px solid #000;
    }
    

    input[type=checkbox] {
        margin: 0 0.5rem 0 0;
        position: relative;
        top: 0.1rem;
    }

    input[type=radio] {
        margin: 0.5rem 0.5rem 0 0;
        position: relative;
        top: 0.1rem;
    }


    input[type=file] {
        width: 100%;
        display: block;
        overflow: hidden;
        position: relative;
        padding: 0;
        margin-bottom: 0;
    }


    input[type=submit] {
        font-size: 1rem;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        border: #a9a9a9 1px solid;
        -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
        width: 10rem;
        height: 2rem;
        padding: 0 1% 0 1%;
        margin: 0em;
    }

    input[type=reset] {
        font-size: 1rem;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        border: #a9a9a9 1px solid;
        -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
        width: 10rem;
        height: 2rem;
        padding: 0 1% 0 1%;
        margin: 0em;
    }

    input[type=button] {
        font-size: 1rem;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        border: #a9a9a9 1px solid;
        -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
        width: 10rem;
        height: 2rem;
        padding: 0 1% 0 1%;
        margin: 0em;
    }


    
    #about {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        background-image: url(images/bg_road.jpg);
        background-size: cover;
        background-attachment: fixed;
        background-position: center center;
        background-repeat: no-repeat;
    }
    #about .about_bg{
        width: 90%;
        margin: 0;
        padding: 10rem 5%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        background-color: rgba(255,255,255,0.8);
    }
    #about h2 {
        width: 100%;
        margin: 2rem 0 6rem 0;
        padding: 1rem 0 0 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 2rem;
        line-height: 4rem;
        font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        color: #000;
    }
    #about h2 span{
        position: absolute;
        top: -2rem;
        left: 0;
        right: 0;
        color: #88B04B;
        font-size: 1.5rem;
        line-height: 1.5rem;
  font-family: "Playwrite BE VLG", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
    }


    #about h2::after {
	content: '';
	position: absolute;
	bottom: -4rem;
	left: 50%;
	transform: translate(-50%) rotate(0deg);
	width: 2px;
	height: 3rem;
	background-color: #88B04B;
    }
    
    #about .about_outer{
        width: calc(48% - 4rem);
        margin: 0;
        padding: 2rem 2rem;
        display: block;
        position: relative;
        background: #fff;
    }
    #about .about_outer h3{
        width: 100%;
        margin: 0 0 3rem 0;
        padding: 0;
        display: block;
        position: relative;
        font-size: 1.5rem;
        line-height: 3rem;
        text-align: center;
    }
    #about .about_outer h3::before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #88B04B;
  border-radius: 1px;
}
    #about .about_outer dl{
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        position: relative;
        border-bottom: 1px solid #ccc
    }
    #about .about_outer dl dt{
        width: 10rem;
        margin: 0;
        padding: 0.5rem 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        position: relative;
        font-weight: bold;
        font-size: 1.1rem;
        line-height: 2rem;
    }
    #about .about_outer dl dd{
        width: calc(100% - 10rem);
        margin: 0;
        padding: 0.5rem 0;
        display: block;
        position: relative;
        font-size: 1.1rem;
        line-height: 2rem;
    }
    #about .about_outer dl dd a{
        text-decoration: none;
        color: #666;
    }
    #about .about_outer dl dd a:hover{
        color: #1579BD;
    }
    #about .about_outer dl dd span.ruby{
        font-size: 0.9rem;
    }
    #about .about_outer dl dd ul{
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #about .about_outer dl dd ul li{
        width: calc(49% - 1rem);
        margin: 0;
        padding: 0 0 0 1rem;
        display: block;
        position: relative;
        text-indent: -1rem;
    }
    #about .about_outer dl dd ul li.wide{
        width: calc(100% - 1rem);
    }
    #about .about_outer dl dd ul li.tel,
    #about .about_outer dl dd ul li.fax{
        width: 49%;
        padding: 0;
        text-indent: 0;
    }
    #about .about_outer dl dd ul li::before{
        content: "\f0da";
        font-weight: 800;
        font-family: "Font Awesome 5 Free";
        margin: 0 0.5rem 0 0;
    }
    #about .about_outer dl dd ul li.tel::before,
    #about .about_outer dl dd ul li.fax::before{
        margin: 0;
        content: "";
    }
    #about .about_outer p{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        font-size: 1.1rem;
        line-height: 2rem;
    }
    #about .about_outer img{
        width: 10rem;
        margin: 1rem 0 0 auto;
        padding: 0;
        display: block;
        position: relative;
    }
    

    #success {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        background-image: url(images/top.jpg);
        background-size: cover;
        background-attachment: fixed;
        background-position: center center;
        background-repeat: no-repeat;
    }
    #success .success_bg{
        width: 90%;
        min-height: calc(100vh - 3.4rem - 8rem);
        margin: 0;
        padding: 10rem 5%;
        display: block;
        position: relative;
        background-color: rgba(255,255,255,0.8);
    }
    #success h2 {
        width: 100%;
        margin: 2rem 0 6rem 0;
        padding: 1rem 0 0 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 2rem;
        line-height: 4rem;
        font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        color: #000;
    }
    #success h2 span{
        position: absolute;
        top: -2rem;
        left: 0;
        right: 0;
        color: #88B04B;
        font-size: 1.5rem;
        line-height: 1.5rem;
  font-family: "Playwrite BE VLG", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
    }


    #success h2::after {
	content: '';
	position: absolute;
	bottom: -4rem;
	left: 50%;
	transform: translate(-50%) rotate(0deg);
	width: 2px;
	height: 3rem;
	background-color: #88B04B;
    }
    #success p{
        width: 60%;
        margin: 3rem auto;
        padding: 0;
        display: block;
        position: relative;
        font-size: 1.2rem;
        line-height: 2rem;
        color: #333;
    }
    #success dl{
        width: 60%;
        margin: 6rem auto 0 auto;
        padding: 0;
        display: block;
        position: relative;
        color: #333;
    }
    #success dl dt{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        font-size: 1.5rem;
        font-weight: bold;
        text-align: right;
    }
    #success dl dd{
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-end;
        position: relative;
        text-align: right;
    }
    #success dl dd span{
        margin: 0 0 0 1rem;
        padding: 0;
        display: block;
        position: relative;
        font-size: 1.2rem;
        line-height: 2rem;
    }
    #success a.btn {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 8rem;
	margin: 8rem auto 0 auto;
	padding: 1rem 2rem;
	font-weight: bold;
	border: 2px solid #88B04B;
	color: #88B04B;
	transition: 0.5s;
}
    #success a.btn:hover {
	color: #fff;
	background: #88B04B;
}
    
    
#success #formWrap {
    width:60%;
    margin:10rem auto;
    padding: 0;
    display: block;
    position: relative;
}

    #success dl.formTable{
        width: 100%;
        margin: 2rem 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        position: relative;
    }
    #success dl.formTable dt{
        width: 13rem;
        margin: 0;
        padding: 0.25rem 0.5rem;
        display: block;
        position: relative;
        text-align: left;
        font-size: 1.1rem;
        line-height: 2rem;
        font-weight: normal;
        border: 1px solid #ccc;
    background: #efefef;
    }
    #success dl.formTable dd{
        width: calc(100% - 15rem - 4px);
        margin: 0;
        padding: 0.25rem 0.5rem;
        display: block;
        position: relative;
        text-align: left;
        font-size: 1.1rem;
        line-height: 2rem;
        font-weight: normal;
        border: 1px solid #ccc;
    background: #fff;
    }
#success p.error_messe{
    margin:5px 0;
    color:red;
}
#success #formWrap a{
        color: #fcfcfc!important;
    }
    
    
    
    /*フッター
---------------------------------------------------------------------------*/
    footer {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        background: #88B04B;
        z-index: 100;
    }

    footer p.copyright {
        width: 100%;
        margin: 0;
        padding: 0.7rem 0;
        display: block;
        position: relative;
        font-size: 1rem;
        line-height: 2rem;
        text-align: center;
        color: #fff;
    }


    
    .ggmap {
        width: 100%;
        position: relative;
        margin: 0;
        padding-bottom: 30%;
        padding-top: 0;
        height: 0;
        overflow: hidden;
        border: none !important;
    }

    .ggmap iframe,
    .ggmap object,
    .ggmap embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none !important;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .ggmap iframe:hover,
    .ggmap object:hover,
    .ggmap embed:hover {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: grayscale(0%);
    }


    /*その他
---------------------------------------------------------------------------*/
    .pcnone {
        display: none !important;
    }

    .color1 {
        color: #FF0000;
    }

    .color2 {
        color: #0000FF;
    }

    .color3 {
        color: darkorange;
        font-weight: bold;
    }

    .color4 {
        color: #336699;
    }

    .color5 {
        color: #009edc;
        font-weight: bold;
    }

    .color6 {
        color: #FFFF00;
        font-weight: normal;
    }

    .strong {
        font-weight: bold;
    }

    .br:before {
        content: "\A";
        white-space: pre;
    }

    .pccounter {
        display: none;
    }


    /*戻るボタン
---------------------------------------------------------------------------*/

    .pagetop {
        display: none;
        position: fixed;
        right: 0;
        bottom: 0;
        z-index: 1000;
        margin: 0;
    }

    .pagetop a {
        display: block;
        background-color: #88B04B;
        text-align: center;
        color: #fff;
        font-size: 1.5rem;
        text-decoration: none;
        padding: 0.8rem;
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5;
        margin: 0;
        line-height: 0rem;
    }

    .pagetop a:hover {
        opacity: 0.85;
    }

    .pagetop span {
        font-size: 1rem;
        margin: 0;
    }

    .pagetop span::before {
        white-space: pre;
        content: "\a";
    }


}


/*===============================================

スマホ横型対策

===============================================*/

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

    html {
        height: 100%;
        min-height: 100vh;
        font-size: 14px;
        line-height: 14px;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
    }

    body {
        height: 100%;
        min-height: 100vh;
        font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
        line-height: 2;
        color: #666;
        margin: 0;
        padding: 0;
        max-height: 100%;
        text-align: center;
        background-color: transparent;
        -webkit-text-size-adjust: 100%;
    }

    a {
        color: #002b55;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    a:hover {
        color: #A51A91;
        text-decoration: none;
    }


    /*コンテナー
---------------------------------------------------------------------------*/
    #container {
        width: 100%;
        margin: 0;
        padding: 0;
        border: none;
        background-color: #fff;
        text-align: left;
    }


    /*ヘッダー
---------------------------------------------------------------------------*/
    header {
        width: 100%;
        height: 8rem;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        background: #fff;
        -webkit-transition: 1s ease-in-out;
        -moz-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
        transition: 1s ease-in-out;
    }

    header h1 {
        width: 40%;
        height: 6rem;
        margin: 0 0 0 2.5%;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-end;
        position: relative;
        color: #666;
        text-align: left;
        -webkit-transition: 1s ease-in-out;
        -moz-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
        transition: 1s ease-in-out;
    }

    header h1 span.text {
        width: 100%;
        display: block;
        position: relative;
        font-size: 1rem;
        line-height: 1.25rem;
        font-weight: normal;
        -webkit-transition: 1s ease-in-out;
        -moz-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
        transition: 1s ease-in-out;
    }

    header h1 span.llc {
        font-size: 1.1rem;
        line-height: 2.5rem;
        font-weight: normal;
        margin: 0 1rem 0 0;
        -webkit-transition: 1s ease-in-out;
        -moz-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
        transition: 1s ease-in-out;
    }

    header h1 span.name {
        font-size: 2rem;
        line-height: 3.5rem;
        font-family: "Playwrite AU NSW", cursive;
        font-optical-sizing: auto;
        font-weight: <weight>;
        font-style: normal;
        -webkit-transition: 1s ease-in-out;
        -moz-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
        transition: 1s ease-in-out;
    }
    header h1 span.name [data-ruby] {
    position: relative;
}
    header h1 span.name [data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1.6rem;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0.9rem;
        letter-spacing: 0.1rem;
        font-weight: normal;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        font-family: "Shippori Mincho", serif;
        font-style: italic;
}
rt {
    display: none;
}

    header .contact {
        width: calc((100% - 43.5%) - 5rem);
        height: 6rem;
        margin: 0 5rem 0 0;
        padding: 0 0 0 1%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        position: relative;
    }

    header .contact p.tel {
        width: calc(100% - 5rem);
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        font-size: 2rem;
        line-height: 2.5rem;
        color: #666;
        -webkit-transition: 1s ease-in-out;
        -moz-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
        transition: 1s ease-in-out;
    }

    header .contact p.tel::before {
        content: "\f095";
        font-weight: 800;
        font-family: "Font Awesome 5 Free";
        margin: 0 0.5rem 0 0;
        font-size: 1.5rem;
    }

    header .contact p.tel span {
        display: block;
        font-size: 1rem;
        line-height: 1rem;
        text-align: center;
        color: #88B04B;
        margin: 0 0 0 0.5rem;
    }

    header .contact p.info {
        width: calc(100% - 5rem);
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        font-size: 1.1rem;
        line-height: 3rem;
        color: #666;
    }

    header .contact p.info span {
        display: block;
        font-size: 1rem;
        line-height: 1rem;
        color: #88B04B;
        margin: 0 0 0 0.5rem;
    }

    header .contact a.contact_btn {
    margin: 0;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: calc(50% - 1.5rem);
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-decoration: none;
    color: #fff;
    background: #88B04B;
    border-radius: 50%;
    }
    header .contact a.contact_btn span{
        display: none;
    }
    header .contact a.contact_btn i{
        display: block;
    }

    header .contact a.contact_btn::before {
        content: "";
        margin: 0;
    }

    header .contact a.contact_btn::after {
        content: "";
        margin: 0;
    }

    #header.smaller {
        height: 5rem;
    }

    #header.smaller h1 {
        height: 5rem;
    }

    #header.smaller h1 span.text {
        transform: translateY(-50rem);
        opacity: 0;
        font-size: 0;
    }

    #header.smaller h1 span.name {
        font-size: 2rem;
    }

    header.smaller .contact p.tel {
        display: block;
    }
    header.smaller .contact p.tel span{
        text-align: left;
        margin: 0 0 0 3rem;
    }

    header.smaller .contact a {
        bottom: calc(50% - 0);
    }
    
    #header .fadeout {
        transition: opacity 0.5s ease, margin 0.5s ease;
    }

    #header.smaller .fadeout {
        opacity: 0;
    }

    #header .fadeout-hidden {
        display: none;
    }

    #wrapper {
        overflow: hidden;
        height: auto;
        padding: 0;
        display: block;
        -webkit-transition: 1s ease-in-out;
        -moz-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
        transition: 1s ease-in-out;
        opacity: 1;
    }

    .topnav {
        display: none !important;
    }

    #wrapper.openmenu {
        display: block;
    }

    #navTgl:checked ~ .contents {
        -webkit-transform: translateX(250px);
        transform: translateX(250px);
    }

    /* :::::: toggle button :::::: */
    #navTgl {
        display: none;
        overflow: hidden;
    }

    label {
        cursor: pointer;
        position: fixed;
        top: 0;
        right: 0;
        text-align: center;
    }

    label span {
        display: block;
        font-size: 0.8rem;
    }

    .open {
        z-index: 5000;
        width: 4rem;
        height: 3rem;
        color: #999;
        font-size: 2rem;
        line-height: 1rem;
        padding: 1.25rem 0;
        text-align: center;
        -webkit-transition: background-color .6s, -webkit-transform .6s;
        transition: background-color .6s, transform .6s;
        background: none;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 0;
    }

    #wrapper.openmenu .open {
        opacity: 1;
    }

    #navTgl:checked + .open {
        color: #000;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }


    .close {
        pointer-events: none;
        z-index: 100;
        width: calc(100% + 4rem);
        height: 100%;
        transition: .6s;
    }

    #navTgl:checked ~ .close {
        pointer-events: auto;
        background-color: rgba(0, 0, 0, 0.5);
    }

    /* :::::: drawer menu :::::: */
    #wrapper .menu {
        z-index: 1;
        position: fixed;
        overflow: auto;
        top: 0;
        left: 70%;
        right: 0;
        width: 30%;
        height: 100%;
        margin: 0;
        padding: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform .6s;
        transition: transform .6s;
        background: rgba(255, 255, 255, 1);
        z-index: 1000;
        text-align: center;
    }

    #navTgl:checked ~ .menu {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        margin: 0;
    }

    #wrapper nav ul {
        width: 100%;
        list-style-type: none;
        margin: 5rem 0 0 0;
        padding: 0;
        display: block;
        position: relative;
    }

    #wrapper .menu li {
        width: 100%;
        list-style-type: none;
        margin: 0;
        padding: 0;
        text-align: center;
        border-bottom: 1px solid #999;
    }

    #wrapper .menu li a {
        width: calc(100% - 2rem);
        margin: 0;
        padding: 1rem 1rem;
        display: block;
        position: relative;
        text-decoration: none;
        transition: .6s;
        font-size: 1.2rem;
        line-height: 2rem;
        color: #333;
        font-weight: normal;
        position: relative;
        text-align: left;
    }

    #wrapper .menu li a:hover {
        color: #fff;
        background: #88B04B;
        font-weight: bold;
    }

    .modal_wrap input {
        display: none;
    }

    .modal_overlay {
        display: none;
    }

    .modal_trigger {
        display: none;
    }

    .modal_content {
        display: none;
    }

    .close_button {
        display: none;
    }

    .modal_wrap input:checked ~ .modal_overlay {
        display: none;
    }

    .modal_wrap input:checked ~ .modal_overlay .modal_content {
        display: none;
    }

    #wrapper .menu #logo {
        width: 40%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: absolute;
        bottom: 3rem;
        left: 0;
        right: 0;
    }


    /*全体を囲むボックス
---------------------------------------------------------------------------*/
    #contents {
        width: 100%;
        position: relative;
        margin: 0;
        padding: 0;
        display: block;
    }


    /*メインコンテンツ1
---------------------------------------------------------------------------*/

    #top {
        width: 100%;
        height: 100vh;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 1;
    }

    #top p {
        width: 60%;
        margin: 0;
        padding: 2rem 10%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-flow: column;
        position: relative;
        font-size: 2rem;
        line-height: 5rem;
        font-family: "Shippori Mincho", serif;
        font-weight: 400;
        font-style: normal;
        color: #000;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8),
        0 0 5px rgba(255, 255, 255, 0.8),
        0 0 5px rgba(255, 255, 255, 0.8),
        0 0 5px rgba(255, 255, 255, 0.8),
        0 0 5px rgba(255, 255, 255, 0.8),
        0 0 5px rgba(255, 255, 255, 0.8),
        0 0 5px rgba(255, 255, 255, 0.8),
        0 0 5px rgba(255, 255, 255, 0.8);
    }

    #top p .title{
        font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
        font-weight: bold;
        display: flex;
        flex-wrap: nowrap;
        text-shadow: none;
    }
    #top p .title span{
    background: #88B04B;
    margin: 0 0.25rem;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.5rem;
    height: 4.5rem;
    box-sizing: border-box;
    border-radius: 0.5rem;
    color: #fff;
    font-size: 3.5rem;
    line-height: 3.5rem;
    }
    #top p .title span:first-of-type{
        margin: 0 0.25rem 0 0;
    }



    #top ul.pcmenu {
        width: 95%;
        margin: 0;
        padding: 0 2.5%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #88B04B;
    }
    #top ul.spmenu{
        display: none;
    }

    #top ul li {
        width: calc(100% / 7);
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        position: relative;
    }

    #top ul li a {
        width: calc(100% - 0.5rem);
        margin: 0;
        padding: 1rem 0.25rem;
        display: block;
        position: relative;
        text-decoration: none;
        text-align: center;
        color: #fff;
        font-size: 1.2rem;
        line-height: 2rem;
    }

    #top ul li a:hover {
        background: rgba(255, 255, 255, 0.3);
    }


    #message {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        z-index: 1;
    }

    #message .br_cover {
        width: 80%;
        margin: 0;
        padding: 10rem 10%;
        display: block;
        position: relative;
        background-color: rgba(255, 255, 255, 0.2);
    }

    #message .br_cover .text_inner {
        width: 90%;
        margin: 0;
        padding: 3rem 5%;
        display: block;
        position: relative;
        background-color: rgba(255, 255, 255, 0.8);
    }

    #message h2 {
        width: 100%;
        margin: 2rem 0 6rem 0;
        padding: 1rem 0 0 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 2rem;
        line-height: 4rem;
        font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        color: #000;
    }
    #message h2 span{
        position: absolute;
        top: -2rem;
        left: 0;
        right: 0;
        color: #88B04B;
        font-size: 1.5rem;
        line-height: 1.5rem;
  font-family: "Playwrite BE VLG", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
    }

    #message h2::after {
	content: '';
	position: absolute;
	bottom: -4rem;
	left: 50%;
	transform: translate(-50%) rotate(0deg);
	width: 2px;
	height: 3rem;
	background-color: #88B04B;
    }

    #message h3 {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: left;
        font-size: 1.5rem;
        line-height: 3rem;
    }

    #message p {
        width: 100%;
        margin: 0 0 4rem 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: left;
        font-size: 1.2rem;
        line-height: 2rem;
    }

    #service {
        width: 90%;
        margin: 0;
        padding: 10rem 5%;
        display: block;
        position: relative;
        background-color: #E0F7FA;
    }

    #service h2 {
        width: 100%;
        margin: 2rem 0 6rem 0;
        padding: 1rem 0 0 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 2rem;
        line-height: 4rem;
        font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        color: #000;
    }
    #service h2 span{
        position: absolute;
        top: -2rem;
        left: 0;
        right: 0;
        color: #88B04B;
        font-size: 1.5rem;
        line-height: 1.5rem;
  font-family: "Playwrite BE VLG", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
    }


    #service h2::after {
	content: '';
	position: absolute;
	bottom: -4rem;
	left: 50%;
	transform: translate(-50%) rotate(0deg);
	width: 2px;
	height: 3rem;
	background-color: #88B04B;
    }

    #service .service_outer {
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        position: relative;
    }

    #service .service_outer .service_inner {
        width: 44%;
        margin: 0 1% 3rem 1%;
        padding: 2rem 2%;
        display: block;
        position: relative;
        background: #fff;
        border-radius: 1rem;
    }

    #service .service_outer .service_inner h3 {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 2rem;
        line-height: 3rem;
    }

    #service .service_outer .service_inner img {
        width: 100%;
        margin: 3rem 0;
        padding: 0;
        display: block;
        position: relative;
    }

    #service .service_outer .service_inner p.title {
        width: 100%;
        margin: 0 0 2rem 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.2rem;
        line-height: 2rem;
        font-weight: bold;
    }

    #service .service_outer .service_inner .accordion input {
        display: none;
    }

    #service .service_outer .service_inner .accordion label {
        cursor: pointer;
        position: relative;
        color: #fff;
        background-color: #88B04B;
        font-weight: bold;
        padding: 1rem 0;
        width: 100%;
        display: block;
        border-radius: 1rem;
        font-size: 1.2rem;
        line-height: 2rem;
    }

    #service .service_outer .service_inner .accordion label::after {
        content: "\f107";
        font-weight: 800;
        font-family: "Font Awesome 5 Free";
        position: absolute;
        right: 1rem;
    }

    #service .service_outer .service_inner .accordion p {
        max-height: 0;
        overflow: hidden;
        transition: max-height 1s;
        margin: 2rem 0 0 0;
        font-size: 1.2rem;
        line-height: 2rem;
    }

    #service .service_outer .service_inner input:checked ~ p {
        max-height: 100vh;
    }


    #price {
        width: 90%;
        margin: 0;
        padding: 10rem 5%;
        display: block;
        position: relative;
        background-color: #fff;
        overflow: hidden;
    }

    #price h2 {
        width: 100%;
        margin: 2rem 0 6rem 0;
        padding: 1rem 0 0 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 2rem;
        line-height: 4rem;
        font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        color: #000;
    }
    #price h2 span{
        position: absolute;
        top: -2rem;
        left: 0;
        right: 0;
        color: #88B04B;
        font-size: 1.5rem;
        line-height: 1.5rem;
  font-family: "Playwrite BE VLG", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
    }

    #price h2::after {
	content: '';
	position: absolute;
	bottom: -4rem;
	left: 50%;
	transform: translate(-50%) rotate(0deg);
	width: 2px;
	height: 3rem;
	background-color: #88B04B;
    }

.slider_outer{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
    }
    
    .slider{
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        overflow: hidden;
    }
    
.slider .slick-slide {
  margin: 0 2rem;
  padding: 0;
  position: relative;
}
.slider .slick-slide .work_inner{
        width: calc(100vw - 7rem)!important;
    margin: 0;
    padding: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border: 0.5rem solid #88B04B;
    border-radius: 1rem;
    transform: scale(0.88);
    }
    .slider .slick-slide .work_inner h3{
        width: 100%;
        margin: 0 0 3rem 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 2.2rem;
        line-height: 3rem;
        order: 1;
    }
    .slider .slick-slide .work_inner dl{
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        order: 3;
    }
    .slider .slick-slide .work_inner dl dt{
        width: 14%;
        margin: 0 0 0.5rem 0;
        padding: 0.5rem 1%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        font-size: 1.5rem;
        line-height: 2.5rem;
        background-color: #E0F7FA;
        border-bottom: 1px solid #333;
    }
    .slider .slick-slide .work_inner dl dd{
        width: 32%;
        margin: 0 0 0.5rem 0;
        padding: 0.5rem 1%;
        display: block;
        position: relative;
        text-align: left;
        font-size: 1.5rem;
        line-height: 2.5rem;
        background-color: #fff;
        border-bottom: 1px solid #333;
    }
    .slider .slick-slide .work_inner dl dd.wide{
        width: 82%;
    }
    .slider .slick-slide .work_inner p.price{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 4rem;
        line-height: 5rem;
        font-weight: bold;
        color: #c00;
        order: 2;
    }
    .slider .slick-slide .work_inner p.price::before{
        content: "\4F5C\696D\8CBB\7528";
        font-size: 2rem;
        color: #333;
        margin: 0 1rem 0 0;
    }
    .slider .slick-slide .work_inner p.price::after{
        content: "\5186";
        margin: 0 0 0 1rem;
        font-size: 2rem;
        color: #333;
    }
    .slider .slick-slide .work_inner .img_outer{
        width: 100%;
        margin: 3rem 0;
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        order: 4;
    }
    .slider .slick-slide .work_inner .img_outer .img_inner{
        width: 45%;
        height: 20rem;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        overflow: hidden;
    }
    .slider .slick-slide .work_inner .img_outer .img_inner .img_scroll{
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        overflow-y: scroll;
    }
    .slider .slick-slide .work_inner .img_outer .img_inner .img_scroll::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
    .slider .slick-slide .work_inner .img_outer .img_inner .img_scroll::-webkit-scrollbar-track {
        background: #eee;
    }
    .slider .slick-slide .work_inner .img_outer .img_inner .img_scroll::-webkit-scrollbar-thumb {
        background: rgba(200, 200, 200, 1);
        border-radius: 2.5px;
    }
    .slider .slick-slide .work_inner .img_outer .img_inner .img_scroll a{
        width: 100%;
        margin: 0 0 0.5rem 0;
        padding: 0;
        display: block;
        position: relative;
    }
    .slider .slick-slide .work_inner .img_outer .img_inner a:hover{
        opacity: 0.6;
    }
    .slider .slick-slide .work_inner .img_outer .img_inner .img_scroll a img{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        object-fit: cover;
    }
    .slider .slick-slide .work_inner .img_outer .img_inner p{
        margin: 0;
        padding: 0.5rem 1rem;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: bold;
        color: #fff;
        z-index: 100;
    }
    .slider .slick-slide .work_inner .img_outer .before p{
        background: #333;
    }
    .slider .slick-slide .work_inner .img_outer .after p{
        background: #88B04B;
    }.slider .slick-slide .work_inner .img_outer .img_inner i {
    font-size: 3rem;
    line-height: 3rem;
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    bottom: 0.5rem;
    left: calc(50% - 1.5rem);
    color: #fff;
    text-shadow: 2px 2px 4px #333;
    -webkit-animation: move 2s linear infinite;
    -moz-animation: move 2s linear infinite;
    animation: move 2s linear infinite;
}

@-webkit-keyframes move {
	0%{
        bottom: 3.5rem;
		opacity: 0;
	}
	50%{
		opacity: 1;
	}
	100%{
        bottom: 0.5rem;
		opacity: 0;
	}
}

@-moz-keyframes move {
	0%{
        bottom: 3.5rem;
		opacity: 0;
	}
	50%{
		opacity: 1;
	}
	100%{
        bottom: 0.5rem;
		opacity: 0;
	}
}

@keyframes move {
	0%{
        bottom: 3.5rem;
		opacity: 0;
	}
	50%{
		opacity: 1;
	}
	100%{
        bottom: 0.5rem;
		opacity: 0;
	}
}


    .slider .slick-slide .work_inner .img_outer i{
        font-size: 5rem;
        line-height: 5rem;
        color: #88B04B;
    }
    .slider .slick-slide .work_inner .img_outer .fa-caret-down{
        display: none;
    }
    .slider .slick-slide .work_inner p.comment{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        font-size: 1.5rem;
        line-height: 2.5rem;
        order: 5;
    }
    
.slider .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.slider .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}
.slider .slick-next {
  right: 0;
}
.slider .slick-prev {
  left: 0;
}
.slider .slick-next::before {
  left: 20px;
}
.slider .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}
    .dots-3{
        width: 100%;
        margin: 0 auto;;
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }
.dots-3 .slick-dots {
        width: 80%;
    margin: 0 auto;
  text-align: center;
    position: absolute;
    bottom: 0;
}
.dots-3 .slick-dots li {
  display: inline-block;
}
.dots-3 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.dots-3 .slick-dots .slick-active button {
  background: #88B04B;
}

    .reference{
        width: 98%;
        margin: 5rem auto 0 auto;
        padding: 0;
    display: block;
    position: relative;
    }
    .reference p{
        width: 100%;
        margin: 0;
        padding: 0.25rem 0;
        display: block;
        position: relative;
        font-size: 1.2rem;
        line-height: 2rem;
        font-weight: bold;
        text-align: center;
        background-color: #E0F7FA;
    }
    .reference dl{
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        position: relative;
    }
    .reference dl dt{
        width: 23%;
        margin: 0;
        padding: 0.5rem 1%;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.2rem;
        line-height: 2rem;
        font-weight: bold;
        border-bottom: 1px solid #ccc;
    }
    .reference dl dt:nth-of-type(even){
        margin: 0 0 0 1%;
    }
    .reference dl dd{
        width: 22%;
        margin: 0;
        padding: 0.5rem 1%;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.2rem;
        line-height: 2rem;
        font-weight: normal;
        border-bottom: 1px solid #ccc;
    }
    #price h3.item{
        width: 100%;
        margin: 8rem 0 5rem 0;
        padding: 0;
        display: block;
        position: relative;
        font-size: 2rem;
        line-height: 3rem;
        text-align: center;
    }
    #price h3.item::before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #88B04B;
  border-radius: 2px;
}
    #price ul.item_list{
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        position: relative;
    }
    #price ul.item_list li{
        width: calc(23% - 1rem);
        margin: 0 2% 1rem 0;
        padding: 0.5rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        font-size: 1.2rem;
        line-height: 2rem;
        background-color: #E0F7FA;
        border-radius: 1rem;
    }
    #price ul.item_list li:nth-of-type(4),
    #price ul.item_list li:nth-of-type(8),
    #price ul.item_list li:nth-of-type(12),
    #price ul.item_list li:nth-of-type(16),
    #price ul.item_list li:nth-of-type(20),
    #price ul.item_list li:nth-of-type(24),
    #price ul.item_list li:nth-of-type(28),
    #price ul.item_list li:nth-of-type(32),
    #price ul.item_list li:nth-of-type(36),
    #price ul.item_list li:nth-of-type(40){
        margin: 0 0 1rem 0;
    }
    #price ul.item_list li span{
        width: calc(100% - 3.5rem);
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
            
    }
    #price ul.item_list li img{
        width: 3rem;
        margin: 0 0 0 0.5rem;
        padding: 0;
        display: block;
        position: relative;
    }
    #price p.notes{
        width: 100%;
        margin: 3rem 0 0 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1rem;
        line-height: 2rem;
    }

    

    #flow {
        width: 90%;
        margin: 0;
        padding: 10rem 5%;
        display: block;
        position: relative;
        background-color: #E0F7FA;
    }

    #flow h2 {
        width: 100%;
        margin: 2rem 0 6rem 0;
        padding: 1rem 0 0 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 2rem;
        line-height: 4rem;
        font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        color: #000;
    }
    #flow h2 span{
        position: absolute;
        top: -2rem;
        left: 0;
        right: 0;
        color: #88B04B;
        font-size: 1.5rem;
        line-height: 1.5rem;
  font-family: "Playwrite BE VLG", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
    }


    #flow h2::after {
	content: '';
	position: absolute;
	bottom: -4rem;
	left: 50%;
	transform: translate(-50%) rotate(0deg);
	width: 2px;
	height: 3rem;
	background-color: #88B04B;
    }

    #flow .flow_outer {
        width: 100%;
        margin: 5rem 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
    }
    
    #flow .flow_outer .flow_inner{
        width: 100%;
        margin: 0 0 4rem 0;
        padding: 1rem 1%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        position: relative;
        background: #fff;
        border-radius: 1rem;
    }
    #flow .flow_outer .flow_inner .title_inner{
        width: 40%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }
    #flow .flow_outer .flow_inner .title_inner h3{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        flex-wrap: nowrap;
        justify-content: center;
        position: relative;
        font-size: 1.7rem;
        line-height: 3.5rem;
    }
    #flow .flow_outer .flow_inner .title_inner h3 .step{
        width: 50%;
        margin: 0 0 1rem 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
	background-color: #88B04B;
        color: #fff;
        border-radius: 1rem 0 1rem 0;
        font-family: "Playwrite AU NSW", cursive;
        font-optical-sizing: auto;
        font-weight: <weight>;
        font-style: normal;
        font-size: 1.5rem;
    }
    #flow .flow_outer .flow_inner .title_inner h3 .title{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        color: #333;
    }
    #flow .flow_outer .flow_inner .title_inner img{
        width: 80%;
        margin: 0rem auto;
        padding: 0;
        display: block;
        position: relative;
        object-fit: contain;
    }
    #flow .flow_outer .flow_inner p{
        width: 60%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        font-size: 1.2rem;
        line-height: 2.5rem;
        font-weight: normal;
    }
    #flow .flow_outer .flow_inner p strong{
        color: #CC8500;
    }
    
    
    #faq {
        width: 90%;
        margin: 0;
        padding: 10rem 5%;
        display: block;
        position: relative;
        background-color: #fff;
    }

    #faq h2 {
        width: 100%;
        margin: 2rem 0 6rem 0;
        padding: 1rem 0 0 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 2rem;
        line-height: 4rem;
        font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        color: #000;
    }
    #faq h2 span{
        position: absolute;
        top: -2rem;
        left: 0;
        right: 0;
        color: #88B04B;
        font-size: 1.5rem;
        line-height: 1.5rem;
  font-family: "Playwrite BE VLG", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
    }


    #faq h2::after {
	content: '';
	position: absolute;
	bottom: -4rem;
	left: 50%;
	transform: translate(-50%) rotate(0deg);
	width: 2px;
	height: 3rem;
	background-color: #88B04B;
    }
    #faq .faq_outer{
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
    }
    #faq .faq_outer::after{
        width: 50%;
        content: "";
        margin: 0;
        padding: 0;
        display: block;
    }
    #faq details{
        width: 48%;
    margin: 1rem 0;
    padding: 0;
    display: block;
    position: relative;
    }
    
    #faq details summary {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    background-color: #E0F7FA;
}
    #faq details summary::-webkit-details-marker {
  display: none;
}

#faq details summary .summary_inner{
    width: calc(100% - 2rem);
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
    position: relative;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  font-weight: bold;
  color: #333;
    font-size: 1.1rem;
    line-height: 2rem;
}
#faq details summary .summary_inner::before {
    content: "Q.";
    font-size: 1.5rem;
    line-height: 2rem;
    color: #88B04B;
    margin: 0 0.5rem 0 0;
}
#faq details summary .summary_inner .icon {
  display: block;
  position: absolute;
right: 0.5rem;
    width: 24px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.4s;
}

/* is-openedクラスが付与されたときのスタイル */
#faq details.is-opened .icon {
  transform: rotate(180deg);
}

/* アイコンのバーのスタイル */
#faq details summary .summary_inner .icon::before,
#faq details summary .summary_inner .icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  background-color: #88B04B;
}

#faq details summary .summary_inner .icon::before {
  left: 0;
  transform: rotate(45deg);
}

#faq details summary .summary_inner .icon::after {
  right: 0;
  transform: rotate(-45deg);
}

/* --------アコーディオンの中身のスタイル-------- */
.content {
  overflow: hidden;
  background-color: #fafafa;

  /* details直下のタグにpaddingを設定すると挙動がおかしくなるので、ここには指定しない */
}

#faq details .content_inner {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#faq details .content_inner p{
        width: calc(100% - 2.1rem);
        margin: 0;
        padding: 0 0 0 2.1rem;
        display: block;
        position: relative;
        font-size: 1.1rem;
        line-height: 2rem;
        text-indent: -2.1rem;
    }
#faq details .content_inner p::before {
    content: "A.";
    font-size: 1.5rem;
    line-height: 2rem;
    color: #CC8500;
    margin: 0 0.5rem 0 0;
    font-weight: bold;
}
    
    
    #contact {
        width: 90%;
        margin: 0;
        padding: 10rem 5%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        background-color: #E0F7FA;
    }

    #contact h2 {
        width: 100%;
        margin: 2rem 0 6rem 0;
        padding: 1rem 0 0 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 2rem;
        line-height: 4rem;
        font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        color: #000;
    }
    #contact h2 span{
        position: absolute;
        top: -2rem;
        left: 0;
        right: 0;
        color: #88B04B;
        font-size: 1.5rem;
        line-height: 1.5rem;
  font-family: "Playwrite BE VLG", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
    }


    #contact h2::after {
	content: '';
	position: absolute;
	bottom: -4rem;
	left: 50%;
	transform: translate(-50%) rotate(0deg);
	width: 2px;
	height: 3rem;
	background-color: #88B04B;
    }
    #contact .contact_outer{
        width: calc(100% - 4rem);
        margin: 0 0 2rem 0;
        padding: 2rem 2rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        position: relative;
        background: #fff;
    }
    #contact .contact_outer p{
        width: 73%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        font-size: 1.2rem;
        line-height: 2rem;
    }
    #contact .contact_outer img{
        width: 25%;
        margin: 0rem 0;
        padding: 0;
        display: block;
        position: relative;
    }
    #contact .contact_outer dl.tel_info{
        width: 100%;
        margin: 3rem 0 0 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
    }
    #contact .contact_outer dl.tel_info dt{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        font-size: 1.2rem;
        line-height: 2rem;
        text-align: center;
        font-weight: bold;
    }
    #contact .contact_outer dl.tel_info dd{
        width: 50%;
        margin: 1rem 0 0 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
    }
    #contact .contact_outer dl.tel_info dd.text{
        width: 100%;
    }
    #contact .contact_outer dl.tel_info dd a{
        text-decoration: none;
    }
    #contact .contact_outer dl.tel_info dd a.tel{
        margin: 0;
        padding: 0;
        font-size: 2.5rem;
        line-height: 3rem;
        font-weight: bold;
        pointer-events: none;
    }
    #contact .contact_outer dl.tel_info dd a.tel::before{
        content: "\f095";
        font-weight: 800;
        font-family: "Font Awesome 5 Free";
        margin: 0 0.5rem 0 0;
        font-size: 2rem;
    }
    #contact .contact_outer dl.tel_info dd a.line{
        margin: 0;
        padding: 0.5rem 2rem;
        font-size: 1.5rem;
        line-height: 3rem;
        font-weight: bold;
        background: #06c755;
        color: #fff;
        border-radius: 0.5rem;
    }
    #contact .contact_outer dl.tel_info dd a.line::before{
        content: "\f4ad";
        font-weight: 800;
        font-family: "Font Awesome 5 Free";
        margin: 0 1rem 0 0;
    }
    #contact .contact_outer dl.tel_info dd a.line:hover{
        opacity: 0.6;
    }
    
    #contact .contact_outer dl.tel_info dd p{
        width: 100%;
        font-size: 1rem;
    }
    #contact .contact_outer form,
    #contact .contact_outer .form_outer{
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
    }
    #contact .contact_outer .form_outer dl{
        width: 49%;
        margin: 0 0 1rem 0;
        padding: 0;
        display: block;
        position: relative;
    }
    #contact .contact_outer .form_outer dl.name{
        order: 1;
    }
    #contact .contact_outer .form_outer dl.tel{
        order: 2;
    }
    #contact .contact_outer .form_outer dl.address{
        order: 3;
    }
    #contact .contact_outer .form_outer dl.type{
        order: 4;
    }
    #contact .contact_outer .form_outer dl.irai{
        order: 5;
    }
    #contact .contact_outer .form_outer dl.room{
        order: 6;
    }
    #contact .contact_outer .form_outer dl.text{
        width: 100%;
        order: 7;
    }
    #contact .contact_outer .form_outer dl.mail01{
        order: 8;
    }
    #contact .contact_outer .form_outer dl.mail02{
        order: 9;
    }
    #contact .contact_outer .form_outer dl dt{
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        font-size: 1.15rem;
        line-height: 2rem;
    }
    
    #contact .contact_outer .form_outer dl dt.check::before{
        content: "\f00c";
        font-weight: 800;
        font-family: "Font Awesome 5 Free";
        margin: 0 0.5rem 0 0;
        color: #f00;
    }
    #contact .contact_outer .form_outer dl dd{
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        position: relative;
        font-size: 1.15rem;
        line-height: 2rem;
    }
    #contact .contact_outer .form_outer dl dd .checkbox_outer{
        margin: 0 1rem 0.25rem 0;
        padding: 0;
        display: block;
        position: relative;
    }
    #contact .contact_outer .form_outer .formbutton{
        width: 100%;
        margin: 2rem 0 0 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        order: 10;
    }
    


    input[type=text],
    input[type=tel] {
  -webkit-appearance: none;
  appearance: none;
        width: calc(100% - 1rem - 2px);
        margin: 0;
        padding: 0 0.5rem;
        line-height: 2rem;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
        -ms-border-radius: 0;
        border: none;
        border: 1px solid #ddd;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: rgba(255, 255, 255, 1);
        border-radius: 0.5rem;
    }
    select {
  -webkit-appearance: none;
  appearance: none;
        width: calc(100% - 1rem - 2px);
        margin: 0;
        padding: 0rem 0.5rem;
        line-height: 2rem;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
        -ms-border-radius: 0;
        border: none;
        border: 1px solid #ddd;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: rgba(255, 255, 255, 1);
        border-radius: 0.5rem;
    }

    textarea {
  -webkit-appearance: none;
  appearance: none;
        width: calc(100% - 1rem - 2px);
        height: 8rem;
        margin: 0;
        padding: 0.5rem;
        line-height: 2rem;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
        -ms-border-radius: 0;
        border: none;
        border: 1px solid #ddd;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: rgba(255, 255, 255, 1);
        border-radius: 0.5rem;
    }

    input[type=text]:focus,
    input[type=tel]:focus,
    textarea:focus {
        border: 1px solid #000;
outline: 1px solid #000;
    }
    

    input[type=checkbox] {
        margin: 0 0.5rem 0 0;
        position: relative;
        top: 0.1rem;
    }

    input[type=radio] {
        margin: 0.5rem 0.5rem 0 0;
        position: relative;
        top: 0.1rem;
    }


    input[type=file] {
        width: 100%;
        display: block;
        overflow: hidden;
        position: relative;
        padding: 0;
        margin-bottom: 0;
    }


    input[type=submit] {
        font-size: 1rem;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        border: #a9a9a9 1px solid;
        -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
        width: 10rem;
        height: 2rem;
        padding: 0 1% 0 1%;
        margin: 0em;
    }

    input[type=reset] {
        font-size: 1rem;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        border: #a9a9a9 1px solid;
        -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
        width: 10rem;
        height: 2rem;
        padding: 0 1% 0 1%;
        margin: 0em;
    }

    input[type=button] {
        font-size: 1rem;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        border: #a9a9a9 1px solid;
        -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
        width: 10rem;
        height: 2rem;
        padding: 0 1% 0 1%;
        margin: 0em;
    }


    
    #about {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        z-index: 1;
    }
    #about .about_bg{
        width: 90%;
        margin: 0;
        padding: 10rem 5%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        background-color: rgba(255,255,255,0.8);
    }
    #about h2 {
        width: 100%;
        margin: 2rem 0 6rem 0;
        padding: 1rem 0 0 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 2rem;
        line-height: 4rem;
        font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        color: #000;
    }
    #about h2 span{
        position: absolute;
        top: -2rem;
        left: 0;
        right: 0;
        color: #88B04B;
        font-size: 1.5rem;
        line-height: 1.5rem;
  font-family: "Playwrite BE VLG", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
    }


    #about h2::after {
	content: '';
	position: absolute;
	bottom: -4rem;
	left: 50%;
	transform: translate(-50%) rotate(0deg);
	width: 2px;
	height: 3rem;
	background-color: #88B04B;
    }
    
    #about .about_outer{
        width: calc(100% - 4rem);
        margin: 0 0 2rem 0;
        padding: 2rem 2rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        background: #fff;
    }
    #about .about_outer h3{
        width: 100%;
        margin: 0 0 3rem 0;
        padding: 0;
        display: block;
        position: relative;
        font-size: 1.5rem;
        line-height: 3rem;
        text-align: center;
    }
    #about .about_outer h3::before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #88B04B;
  border-radius: 1px;
}
    #about .about_outer dl{
        width: 49%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        border-bottom: 1px solid #ccc
    }
    #about .about_outer dl dt{
        width: 100%;
        margin: 0;
        padding: 0.5rem 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        position: relative;
        font-weight: bold;
        font-size: 1.1rem;
        line-height: 2rem;
    }
    #about .about_outer dl dd{
        width: 100%;
        margin: 0;
        padding: 0.5rem 0;
        display: block;
        position: relative;
        font-size: 1.1rem;
        line-height: 2rem;
        text-align: center;
    }
    #about .about_outer dl dd a{
        text-decoration: none;
        color: #666;
    }
    #about .about_outer dl dd a:hover{
        color: #1579BD;
    }
    #about .about_outer dl dd span.ruby{
        display: block;
    }
    #about .about_outer dl dd ul{
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #about .about_outer dl dd ul li{
        width: calc(49% - 1rem);
        margin: 0;
        padding: 0 0 0 1rem;
        display: block;
        position: relative;
        text-indent: -1rem;
        text-align: left;
    }
    #about .about_outer dl dd ul li.wide{
        width: calc(100% - 1rem);
    }
    #about .about_outer dl dd ul li.tel,
    #about .about_outer dl dd ul li.fax{
        width: 49%;
        padding: 0;
        text-indent: 0;
    }
    #about .about_outer dl dd ul li::before{
        content: "\f0da";
        font-weight: 800;
        font-family: "Font Awesome 5 Free";
        margin: 0 0.5rem 0 0;
    }
    #about .about_outer dl dd ul li.tel::before,
    #about .about_outer dl dd ul li.fax::before{
        margin: 0;
        content: "";
    }
    #about .about_outer p{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        font-size: 1.1rem;
        line-height: 2rem;
    }
    #about .about_outer img{
        width: 10rem;
        margin: 1rem 0 0 auto;
        padding: 0;
        display: block;
        position: relative;
    }
    
    

    #success {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        z-index: 1;
    }
    #success .success_bg{
        width: 90%;
        min-height: calc(100vh - 3.4rem - 8rem);
        margin: 0;
        padding: 10rem 5%;
        display: block;
        position: relative;
        background-color: rgba(255,255,255,0.8);
    }
    #success h2 {
        width: 100%;
        margin: 2rem 0 6rem 0;
        padding: 1rem 0 0 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 2rem;
        line-height: 4rem;
        font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        color: #000;
    }
    #success h2 span{
        position: absolute;
        top: -2rem;
        left: 0;
        right: 0;
        color: #88B04B;
        font-size: 1.5rem;
        line-height: 1.5rem;
  font-family: "Playwrite BE VLG", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
    }


    #success h2::after {
	content: '';
	position: absolute;
	bottom: -4rem;
	left: 50%;
	transform: translate(-50%) rotate(0deg);
	width: 2px;
	height: 3rem;
	background-color: #88B04B;
    }
    #success p{
        width: 60%;
        margin: 3rem auto;
        padding: 0;
        display: block;
        position: relative;
        font-size: 1.2rem;
        line-height: 2rem;
        color: #333;
    }
    #success dl{
        width: 60%;
        margin: 6rem auto 0 auto;
        padding: 0;
        display: block;
        position: relative;
        color: #333;
    }
    #success dl dt{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        font-size: 1.5rem;
        font-weight: bold;
        text-align: right;
    }
    #success dl dd{
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-end;
        position: relative;
        text-align: right;
    }
    #success dl dd span{
        margin: 0 0 0 1rem;
        padding: 0;
        display: block;
        position: relative;
        font-size: 1.2rem;
        line-height: 2rem;
    }
    #success a.btn {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 8rem;
	margin: 8rem auto 0 auto;
	padding: 1rem 2rem;
	font-weight: bold;
	border: 2px solid #88B04B;
	color: #88B04B;
	transition: 0.5s;
}
    #success a.btn:hover {
	color: #fff;
	background: #88B04B;
}

    @media all and (max-width: 1000px){
        
    header h1 {
        width: 50%;
        height: 6rem;
        margin: 0 0 0 2.5%;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-end;
        position: relative;
        color: #666;
        text-align: left;
        -webkit-transition: 1s ease-in-out;
        -moz-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
        transition: 1s ease-in-out;
    }

    header .contact {
        width: calc((100% - 53.5%) - 5rem);
        height: 6rem;
        margin: 0 5rem 0 0;
        padding: 0 0 0 1%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        position: relative;
    }
    header .contact p.tel {
        width: 100%;
    }


    header .contact p.tel span {
        display: none;
    }

    header .contact p.info {
        width: 100%;
            display: none;
    }
        

    #top p {
        width: 80%;
        margin: 0;
        padding: 2rem 10%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-flow: column;
        position: relative;
        font-size: 1.8rem;
        line-height: 4rem;
        font-family: "Shippori Mincho", serif;
        font-weight: 400;
        font-style: normal;
        color: #000;
    }
    }
    @media all and (max-width: 768px){
        
    header {
        height: 5rem;
    }
    header h1 {
        width: 38%;
        height: 5rem;
        margin: 0 0 0 2.5%;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        color: #666;
        text-align: left;
        -webkit-transition: 1s ease-in-out;
        -moz-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
        transition: 1s ease-in-out;
    }

    header h1 span.text {
        display: none;
    }
        header h1 span.llc{
            display: none;
        }
    header h1 span.name {
        font-size: 1.5rem;
        line-height: 3rem;
        margin: 0.5rem 0 0 0;
    }
    header h1 span.name [data-ruby] {
    position: relative;
}
    header h1 span.name [data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1.6rem;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0.9rem;
        letter-spacing: 0.1rem;
        font-weight: normal;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        font-family: "Shippori Mincho", serif;
        font-style: italic;
}
rt {
    display: none;
}



    header .contact {
        width: calc((100% - 40.5%) - 5rem);
        height: 6rem;
        margin: 0 5rem 0 0;
        padding: 0 0 0 1%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        position: relative;
    }
    header .contact p.tel {
        width: 100%;
    }


    header .contact p.tel span {
        display: none;
    }

    header .contact p.info {
        width: 100%;
            display: none;
    }
        
    #header.smaller {
        height: 5rem;
    }
    #header.smaller h1 span.name {
        font-size: 1.5rem;
    }
        
    #contact .contact_outer dl.tel_info dd{
        width: 100%;
        margin: 1rem 0 0 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
    }
        
    #contact .contact_outer .form_outer dl{
        width: 100%;
        margin: 0 0 1rem 0;
        padding: 0;
        display: block;
        position: relative;
    }
     
    #about .about_outer dl{
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        position: relative;
        border-bottom: 1px solid #ccc
    }
    #about .about_outer dl dt{
        width: 10rem;
        margin: 0;
        padding: 0.5rem 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        position: relative;
        font-weight: bold;
        font-size: 1.1rem;
        line-height: 2rem;
    }
    #about .about_outer dl dd{
        width: calc(100% - 10rem);
        margin: 0;
        padding: 0.5rem 0;
        display: block;
        position: relative;
        font-size: 1.1rem;
        line-height: 2rem;
        text-align: left;
    }
    #about .about_outer dl dd a{
        text-decoration: none;
        color: #666;
    }
    #about .about_outer dl dd a:hover{
        color: #1579BD;
    }
    #about .about_outer dl dd span.ruby{
        font-size: 0.9rem;
    }
    }
    
    
.parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.parallax-bg .bg {
  background: no-repeat center center/cover;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: -1;
}
#top .parallax-bg .bg {
  background-image: url("images/top.jpg");
}
#message .parallax-bg .bg {
  background-image: url("images/bg_message.jpg");
}
#about .parallax-bg .bg {
  background-image: url("images/bg_road.jpg");
}
#success .parallax-bg .bg {
  background-image: url("images/top.jpg");
}
    
#success #formWrap {
    width:80%;
    margin:10rem auto;
    padding: 0;
    display: block;
    position: relative;
}

    #success dl.formTable{
        width: 100%;
        margin: 2rem 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        position: relative;
    }
    #success dl.formTable dt{
        width: 13rem;
        margin: 0;
        padding: 0.25rem 0.5rem;
        display: block;
        position: relative;
        text-align: left;
        font-size: 1.1rem;
        line-height: 2rem;
        font-weight: normal;
        border: 1px solid #ccc;
    background: #efefef;
    }
    #success dl.formTable dd{
        width: calc(100% - 15rem - 4px);
        margin: 0;
        padding: 0.25rem 0.5rem;
        display: block;
        position: relative;
        text-align: left;
        font-size: 1.1rem;
        line-height: 2rem;
        font-weight: normal;
        border: 1px solid #ccc;
    background: #fff;
    }

#success p.error_messe{
    margin:5px 0;
    color:red;
}
#success #formWrap a{
        color: #fcfcfc!important;
    }
    
    
    
    /*フッター
---------------------------------------------------------------------------*/
    footer {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        background: #88B04B;
        z-index: 100;
    }

    footer p.copyright {
        width: 100%;
        margin: 0;
        padding: 0.7rem 0;
        display: block;
        position: relative;
        font-size: 1rem;
        line-height: 2rem;
        text-align: center;
        color: #fff;
    }


    
    .ggmap {
        width: 100%;
        position: relative;
        margin: 0;
        padding-bottom: 30%;
        padding-top: 0;
        height: 0;
        overflow: hidden;
        border: none !important;
    }

    .ggmap iframe,
    .ggmap object,
    .ggmap embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none !important;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .ggmap iframe:hover,
    .ggmap object:hover,
    .ggmap embed:hover {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: grayscale(0%);
    }


    /*その他
---------------------------------------------------------------------------*/
    .pcnone {
        display: none !important;
    }

    .color1 {
        color: #FF0000;
    }

    .color2 {
        color: #0000FF;
    }

    .color3 {
        color: darkorange;
        font-weight: bold;
    }

    .color4 {
        color: #336699;
    }

    .color5 {
        color: #009edc;
        font-weight: bold;
    }

    .color6 {
        color: #FFFF00;
        font-weight: normal;
    }

    .strong {
        font-weight: bold;
    }

    .br:before {
        content: "\A";
        white-space: pre;
    }

    .pccounter {
        display: none;
    }


    /*戻るボタン
---------------------------------------------------------------------------*/

    .pagetop {
        display: none;
        position: fixed;
        right: 0;
        bottom: 0;
        z-index: 1000;
        margin: 0;
    }

    .pagetop a {
        display: block;
        background-color: #88B04B;
        text-align: center;
        color: #fff;
        font-size: 1.5rem;
        text-decoration: none;
        padding: 0.8rem;
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5;
        margin: 0;
        line-height: 0rem;
    }

    .pagetop a:hover {
        opacity: 0.85;
    }

    .pagetop span {
        font-size: 1rem;
        margin: 0;
    }

    .pagetop span::before {
        white-space: pre;
        content: "\a";
    }


}



/*===============================================

画面の横幅が600pxまで（スマホ用）

===============================================*/

@media screen and (max-width: 600px) 
{

    html {
        height: 100%;
        min-height: 100vh;
        font-size: 14px;
        line-height: 14px;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
    }

    body {
        height: 100%;
        min-height: 100vh;
        font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
        line-height: 2;
        color: #666;
        margin: 0;
        padding: 0;
        max-height: 100%;
        text-align: center;
        background-color: transparent;
        -webkit-text-size-adjust: 100%;
    }

    a {
        color: #002b55;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    a:hover {
        color: #A51A91;
        text-decoration: none;
    }


    /*コンテナー
---------------------------------------------------------------------------*/
    #container {
        width: 100%;
        margin: 0;
        padding: 0;
        border: none;
        background-color: #fff;
        text-align: left;
    }


    /*ヘッダー
---------------------------------------------------------------------------*/
    header {
        width: 100%;
        height: 6rem;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        background: #fff;
        -webkit-transition: 1s ease-in-out;
        -moz-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
        transition: 1s ease-in-out;
    }

    header h1 {
        width: calc(100% - 5.25rem);
        height: 6rem;
        margin: 0 0 0 2.5%;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-end;
        position: relative;
        color: #666;
        text-align: left;
        -webkit-transition: 1s ease-in-out;
        -moz-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
        transition: 1s ease-in-out;
    }

    header h1 span.text {
        width: 100%;
        display: block;
        position: relative;
        font-size: 0.9rem;
        line-height: 1.25rem;
        font-weight: normal;
        -webkit-transition: 1s ease-in-out;
        -moz-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
        transition: 1s ease-in-out;
    }

    header h1 span.llc {
        font-size: 1rem;
        line-height: 2rem;
        font-weight: normal;
        margin: 0 0.5rem 0 0;
        -webkit-transition: 1s ease-in-out;
        -moz-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
        transition: 1s ease-in-out;
    }

    header h1 span.name {
        font-size: 1.5rem;
        line-height: 3rem;
        font-family: "Playwrite AU NSW", cursive;
        font-optical-sizing: auto;
        font-weight: <weight>;
        font-style: normal;
        -webkit-transition: 1s ease-in-out;
        -moz-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
        transition: 1s ease-in-out;
    }
    header h1 span.name [data-ruby] {
    position: relative;
}
    header h1 span.name [data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1.6rem;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0.9rem;
        letter-spacing: 0.1rem;
        font-weight: normal;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        font-family: "Shippori Mincho", serif;
        font-style: italic;
}
rt {
    display: none;
}

    header .contact {
        display: none;
    }

    header .contact p.tel {
        display: none;
    }


    header .contact p.tel span {
        display: none;
    }

    header .contact p.info {
        display: none;
    }

    header .contact p.info span {
        display: none;
    }

    header .contact a.contact_btn {
        display: none;
    }
    header .contact a.contact_btn span{
        display: none;
    }
    header .contact a.contact_btn i{
        display: block;
    }

    header .contact a.contact_btn::before {
        content: "";
        margin: 0;
    }

    header .contact a.contact_btn::after {
        content: "";
        margin: 0;
    }

    #header.smaller {
        height: 4.5rem;
    }

    #header.smaller h1 {
        height: 4.5rem;
    }

    #header.smaller h1 span.text {
        transform: translateY(-50rem);
        opacity: 0;
        font-size: 0;
    }

    #header.smaller h1 span.llc {
        opacity: 0;
        font-size: 0;
    }

    #header.smaller h1 span.name {
        font-size: 1.5rem;
        transform: translateY(-0.5rem);
    }

    header.smaller .contact p.tel {
        display: block;
    }
    header.smaller .contact p.tel span{
        text-align: left;
        margin: 0 0 0 3rem;
    }

    header.smaller .contact a {
        bottom: calc(50% - 1.75rem);
    }
    
    #header .fadeout {
        transition: opacity 0.5s ease, margin 0.5s ease;
    }

    #header.smaller .fadeout {
        opacity: 0;
    }

    #header .fadeout-hidden {
        display: none;
    }

    #wrapper {
        overflow: hidden;
        height: auto;
        padding: 0;
        display: block;
        -webkit-transition: 1s ease-in-out;
        -moz-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
        transition: 1s ease-in-out;
        opacity: 1;
    }

    .topnav {
        display: none !important;
    }

    #navTgl:checked ~ .contents {
        -webkit-transform: translateX(250px);
        transform: translateX(250px);
    }

    /* :::::: toggle button :::::: */
    #navTgl {
        display: none;
        overflow: hidden;
    }

    label {
        cursor: pointer;
        position: fixed;
        top: 0;
        right: 0;
        text-align: center;
    }

    label span {
        display: block;
        font-size: 0.8rem;
    }

    .open {
        z-index: 5000;
        width: 4rem;
        height: 3rem;
        color: #999;
        font-size: 2rem;
        line-height: 1rem;
        padding: 1.25rem 0;
        text-align: center;
        -webkit-transition: background-color .6s, -webkit-transform .6s;
        transition: background-color .6s, transform .6s;
        background: none;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 1;
    }


    .close {
        pointer-events: none;
        z-index: 100;
        width: calc(100% + 4rem);
        height: 100%;
        transition: .6s;
    }

    #navTgl:checked ~ .close {
        pointer-events: auto;
        background-color: rgba(0, 0, 0, 0.5);
    }

    /* :::::: drawer menu :::::: */
    #wrapper .menu {
        z-index: 1;
        position: fixed;
        overflow: auto;
        top: 0;
        left: 30%;
        right: 0;
        width: 70%;
        height: 100%;
        margin: 0;
        padding: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform .6s;
        transition: transform .6s;
        background: rgba(255, 255, 255, 1);
        z-index: 1000;
        text-align: center;
    }

    #navTgl:checked ~ .menu {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        margin: 0;
    }

    #wrapper nav ul {
        width: 100%;
        list-style-type: none;
        margin: 5rem 0 0 0;
        padding: 0;
        display: block;
        position: relative;
    }

    #wrapper .menu li {
        width: 100%;
        list-style-type: none;
        margin: 0;
        padding: 0;
        text-align: center;
        border-bottom: 1px solid #999;
    }

    #wrapper .menu li a {
        width: calc(100% - 2rem);
        margin: 0;
        padding: 1rem 1rem;
        display: block;
        position: relative;
        text-decoration: none;
        transition: .6s;
        font-size: 1.2rem;
        line-height: 2rem;
        color: #333;
        font-weight: normal;
        position: relative;
        text-align: left;
    }

    #wrapper .menu li a:hover {
        color: #fff;
        background: #88B04B;
        font-weight: bold;
    }

    .modal_wrap input {
        display: none;
    }

    .modal_overlay {
        display: none;
    }

    .modal_trigger {
        display: none;
    }

    .modal_content {
        display: none;
    }

    .close_button {
        display: none;
    }

    .modal_wrap input:checked ~ .modal_overlay {
        display: none;
    }

    .modal_wrap input:checked ~ .modal_overlay .modal_content {
        display: none;
    }

    #wrapper .menu #logo {
        width: 40%;
        margin: 0 auto;
        padding: 0;
        display: block;
        position: absolute;
        bottom: 3rem;
        left: 0;
        right: 0;
    }


    /*全体を囲むボックス
---------------------------------------------------------------------------*/
    #contents {
        width: 100%;
        position: relative;
        margin: 0;
        padding: 0;
        display: block;
    }


    /*メインコンテンツ1
---------------------------------------------------------------------------*/

    #top {
        width: 100%;
        height: 100vh;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 10;
    }
    
    #top p {
        width: 80%;
        margin: 0;
        padding: 2rem 10%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-flow: column;
        position: relative;
        font-size: 1.7rem;
        line-height: 3.5rem;
        font-family: "Shippori Mincho", serif;
        font-weight: 400;
        font-style: normal;
        color: #000;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8),
        0 0 5px rgba(255, 255, 255, 0.8),
        0 0 5px rgba(255, 255, 255, 0.8),
        0 0 5px rgba(255, 255, 255, 0.8),
        0 0 5px rgba(255, 255, 255, 0.8),
        0 0 5px rgba(255, 255, 255, 0.8),
        0 0 5px rgba(255, 255, 255, 0.8),
        0 0 5px rgba(255, 255, 255, 0.8);
    }

    #top p .title{
        font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
        font-weight: bold;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        text-shadow: none;
    }
    #top p .title span{
    background: #88B04B;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    box-sizing: border-box;
    border-radius: 0.5rem;
    color: #fff;
    font-size: 3rem;
    line-height: 3rem;
    }


    #top ul.spmenu {
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex!important;
        flex-wrap: wrap;
        justify-content: center;
        position: fixed;
        left: 0;
        bottom: 0;
        background: #5F7D36;
        z-index: 100;
    }
    #top ul.pcmenu{
        display: none;
    }

    #top ul li {
        width: calc((100% / 3) - 1px);
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        position: relative;
        border-left: 1px solid #fff;
    }
    #top ul li:first-of-type{
        width: calc(100% / 3);
        border: none;
    }

    #top ul li a {
        width: 100%;
        margin: 0;
        padding: 0.25rem 0 0 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
        text-decoration: none;
        text-align: center;
        color: #fff;
        font-size: 1.7rem;
        line-height: 1.7rem;
    }

    #top ul li a:hover {
        background: rgba(255, 255, 255, 0.3);
    }
    #top ul li a span{
        width: 100%;
        display: block;
        font-size: 0.9rem;
        line-height: 1.5rem;
    }


    #message {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        z-index: 1;
    }

    #message .br_cover {
        width: 90%;
        margin: 0;
        padding: 5rem 5%;
        display: block;
        position: relative;
        background-color: rgba(255, 255, 255, 0.2);
    }

    #message .br_cover .text_inner {
        width: 90%;
        margin: 0;
        padding: 2rem 5%;
        display: block;
        position: relative;
        background-color: rgba(255, 255, 255, 0.8);
    }

    #message h2 {
        width: 100%;
        margin: 2rem 0 3rem 0;
        padding: 0.5rem 0 0 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.5rem;
        line-height: 2.5rem;
        font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        color: #000;
    }
    #message h2 span{
        position: absolute;
        top: -2rem;
        left: 0;
        right: 0;
        color: #88B04B;
        font-size: 1rem;
        line-height: 1rem;
  font-family: "Playwrite BE VLG", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
    }

    #message h2::after {
	content: '';
	position: absolute;
	bottom: -2rem;
	left: 50%;
	transform: translate(-50%) rotate(0deg);
	width: 2px;
	height: 2rem;
	background-color: #88B04B;
    }

    #message h3 {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: left;
        font-size: 1.5rem;
        line-height: 3rem;
    }

    #message p {
        width: 100%;
        margin: 0 0 4rem 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: left;
        font-size: 1.2rem;
        line-height: 2rem;
    }

    #service {
        width: 90%;
        margin: 0;
        padding: 5rem 5%;
        display: block;
        position: relative;
        background-color: #E0F7FA;
    }

    #service h2 {
        width: 100%;
        margin: 2rem 0 3rem 0;
        padding: 0.5rem 0 0 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.5rem;
        line-height: 2.5rem;
        font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        color: #000;
    }
    #service h2 span{
        position: absolute;
        top: -2rem;
        left: 0;
        right: 0;
        color: #88B04B;
        font-size: 1rem;
        line-height: 1rem;
  font-family: "Playwrite BE VLG", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
    }

    #service h2::after {
	content: '';
	position: absolute;
	bottom: -2rem;
	left: 50%;
	transform: translate(-50%) rotate(0deg);
	width: 2px;
	height: 2rem;
	background-color: #88B04B;
    }

    #service .service_outer {
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        position: relative;
    }

    #service .service_outer .service_inner {
        width: 96%;
        margin: 0 0 2rem 0;
        padding: 1rem 2%;
        display: block;
        position: relative;
        background: #fff;
        border-radius: 1rem;
    }

    #service .service_outer .service_inner h3 {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.5rem;
        line-height: 2.5rem;
    }

    #service .service_outer .service_inner img {
        width: 80%;
        margin: 1rem  auto;
        padding: 0;
        display: block;
        position: relative;
    }

    #service .service_outer .service_inner p.title {
        width: 100%;
        margin: 0 0 1rem 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.1rem;
        line-height: 2rem;
        font-weight: bold;
    }

    #service .service_outer .service_inner .accordion input {
        display: none;
    }

    #service .service_outer .service_inner .accordion label {
        cursor: pointer;
        position: relative;
        color: #fff;
        background-color: #88B04B;
        font-weight: bold;
        padding: 0.5rem 0;
        width: 100%;
        display: block;
        border-radius: 1rem;
        font-size: 1.1rem;
        line-height: 2rem;
    }

    #service .service_outer .service_inner .accordion label::after {
        content: "\f107";
        font-weight: 800;
        font-family: "Font Awesome 5 Free";
        position: absolute;
        right: 1rem;
    }

    #service .service_outer .service_inner .accordion p {
        max-height: 0;
        overflow: hidden;
        transition: max-height 1s;
        margin: 2rem 0 0 0;
        font-size: 1.2rem;
        line-height: 2rem;
    }

    #service .service_outer .service_inner input:checked ~ p {
        max-height: 100vh;
    }


    #price {
        width: 90%;
        margin: 0;
        padding: 5rem 5%;
        display: block;
        position: relative;
        background-color: #fff;
        overflow: hidden;
    }

    #price h2 {
        width: 100%;
        margin: 2rem 0 3rem 0;
        padding: 0.5rem 0 0 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.5rem;
        line-height: 2.5rem;
        font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        color: #000;
    }
    #price h2 span{
        position: absolute;
        top: -2rem;
        left: 0;
        right: 0;
        color: #88B04B;
        font-size: 1rem;
        line-height: 1rem;
  font-family: "Playwrite BE VLG", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
    }

    #price h2::after {
	content: '';
	position: absolute;
	bottom: -2rem;
	left: 50%;
	transform: translate(-50%) rotate(0deg);
	width: 2px;
	height: 2rem;
	background-color: #88B04B;
    }

.slider_outer{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
    }
    
    .slider{
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        overflow: hidden;
    }
    
.slider .slick-slide {
  margin: 0;
  padding: 0;
  position: relative;
}
.slider .slick-slide .work_inner{
        width: calc(100vw - 5rem)!important;
    margin: 0;
    padding: 1rem 0.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border: 0.5rem solid #88B04B;
    border-radius: 1rem;
    transform: scale(0.93);
    }
    .slider .slick-slide .work_inner h3{
        width: 100%;
        margin: 0 0 3rem 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.5rem;
        line-height: 2.5rem;
        order: 1;
    }
    .slider .slick-slide .work_inner dl{
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        order: 3;
    }
    .slider .slick-slide .work_inner dl dt{
        width: 24%;
        margin: 0;
        padding: 0.25rem 1%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        font-size: 1rem;
        line-height: 2rem;
        background-color: #E0F7FA;
        border-bottom: 1px solid #333;
    }
    .slider .slick-slide .work_inner dl dd,
    .slider .slick-slide .work_inner dl dd.wide{
        width: 72%;
        margin: 0;
        padding: 0.25rem 1%;
        display: block;
        position: relative;
        text-align: left;
        font-size: 1rem;
        line-height: 2rem;
        background-color: #fff;
        border-bottom: 1px solid #333;
    }
    .slider .slick-slide .work_inner p.price{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 3rem;
        line-height: 4rem;
        font-weight: bold;
        color: #c00;
        order: 2;
    }
    .slider .slick-slide .work_inner p.price::before{
        content: "\4F5C\696D\8CBB\7528";
        font-size: 1.2rem;
        line-height: 2rem;
        color: #333;
        margin: 0;
        display: block;
    }
    .slider .slick-slide .work_inner p.price::after{
        content: "\5186";
        margin: 0 0 0 1rem;
        font-size: 1.2rem;
        color: #333;
    }
    .slider .slick-slide .work_inner .img_outer{
        width: 100%;
        margin: 3rem 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        order: 4;
    }
    .slider .slick-slide .work_inner .img_outer .img_inner{
        width: 100%;
        height: 20rem;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        overflow: hidden;
    }
    .slider .slick-slide .work_inner .img_outer .img_inner .img_scroll{
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        overflow-y: scroll;
    }
    .slider .slick-slide .work_inner .img_outer .img_inner .img_scroll::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
    .slider .slick-slide .work_inner .img_outer .img_inner .img_scroll::-webkit-scrollbar-track {
        background: #eee;
    }
    .slider .slick-slide .work_inner .img_outer .img_inner .img_scroll::-webkit-scrollbar-thumb {
        background: rgba(200, 200, 200, 1);
        border-radius: 2.5px;
    }
    .slider .slick-slide .work_inner .img_outer .img_inner .img_scroll a{
        width: 100%;
        margin: 0 0 0.5rem 0;
        padding: 0;
        display: block;
        position: relative;
    }
    .slider .slick-slide .work_inner .img_outer .img_inner a:hover{
        opacity: 0.6;
    }
    .slider .slick-slide .work_inner .img_outer .img_inner .img_scroll a img{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        object-fit: cover;
    }
    .slider .slick-slide .work_inner .img_outer .img_inner p{
        margin: 0;
        padding: 0.25rem 1rem;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 1.2rem;
        line-height: 1.8rem;
        font-weight: bold;
        color: #fff;
        z-index: 100;
    }
    .slider .slick-slide .work_inner .img_outer .before p{
        background: #333;
    }
    .slider .slick-slide .work_inner .img_outer .after p{
        background: #88B04B;
    }.slider .slick-slide .work_inner .img_outer .img_inner i {
    font-size: 3rem;
    line-height: 3rem;
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    bottom: 0.5rem;
    left: calc(50% - 1.5rem);
    color: #fff;
    text-shadow: 2px 2px 4px #333;
    -webkit-animation: move 2s linear infinite;
    -moz-animation: move 2s linear infinite;
    animation: move 2s linear infinite;
}

@-webkit-keyframes move {
	0%{
        bottom: 3.5rem;
		opacity: 0;
	}
	50%{
		opacity: 1;
	}
	100%{
        bottom: 0.5rem;
		opacity: 0;
	}
}

@-moz-keyframes move {
	0%{
        bottom: 3.5rem;
		opacity: 0;
	}
	50%{
		opacity: 1;
	}
	100%{
        bottom: 0.5rem;
		opacity: 0;
	}
}

@keyframes move {
	0%{
        bottom: 3.5rem;
		opacity: 0;
	}
	50%{
		opacity: 1;
	}
	100%{
        bottom: 0.5rem;
		opacity: 0;
	}
}


    .slider .slick-slide .work_inner .img_outer i{
        font-size: 4rem;
        line-height: 4rem;
        color: #88B04B;
    }
    .slider .slick-slide .work_inner .img_outer .fa-caret-down{
        display: block;
    }
    .slider .slick-slide .work_inner .img_outer .fa-caret-right{
        display: none;
    }
    .slider .slick-slide .work_inner p.comment{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        font-size: 1.2rem;
        line-height: 2rem;
        order: 5;
    }
    
.slider .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.8);
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.slider .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}
.slider .slick-next {
  right: 0;
}
.slider .slick-prev {
  left: 0;
}
.slider .slick-next::before {
  left: 20px;
}
.slider .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}
    .dots-3{
        width: 100%;
        margin: 0 auto;;
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }
.dots-3 .slick-dots {
        width: 80%;
    margin: 0 auto;
  text-align: center;
    position: absolute;
    bottom: 0;
}
.dots-3 .slick-dots li {
  display: inline-block;
}
.dots-3 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.dots-3 .slick-dots .slick-active button {
  background: #88B04B;
}


    .reference{
        width: 98%;
        margin: 3rem auto 0 auto;
        padding: 0;
    display: block;
    position: relative;
    }
    .reference p{
        width: 100%;
        margin: 0;
        padding: 0.25rem 0;
        display: block;
        position: relative;
        font-size: 1.1rem;
        line-height: 2rem;
        font-weight: bold;
        text-align: center;
        background-color: #E0F7FA;
    }
    .reference dl{
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        position: relative;
    }
    .reference dl dt{
        width: 58%;
        margin: 0;
        padding: 0.25rem 1%;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1rem;
        line-height: 2rem;
        font-weight: bold;
        border-bottom: 1px solid #ccc;
    }
    .reference dl dt:nth-of-type(even){
        margin: 0;
    }
    .reference dl dd{
        width: 38%;
        margin: 0;
        padding: 0.25rem 1%;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1rem;
        line-height: 2rem;
        font-weight: normal;
        border-bottom: 1px solid #ccc;
    }
    #price h3.item{
        width: 100%;
        margin: 4rem 0 2rem 0;
        padding: 0;
        display: block;
        position: relative;
        font-size: 1.5rem;
        line-height: 2.5rem;
        text-align: center;
    }
    #price h3.item::before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #88B04B;
  border-radius: 2px;
}
    #price ul.item_list{
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        position: relative;
    }
    #price ul.item_list li{
        width: calc(49% - 0.5rem);
        margin: 0 0 0.5rem 0;
        padding: 0.25rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        font-size: 1rem;
        line-height: 2rem;
        background-color: #E0F7FA;
        border-radius: 1rem;
    }
    #price ul.item_list li:nth-of-type(4),
    #price ul.item_list li:nth-of-type(8),
    #price ul.item_list li:nth-of-type(12),
    #price ul.item_list li:nth-of-type(16),
    #price ul.item_list li:nth-of-type(20),
    #price ul.item_list li:nth-of-type(24),
    #price ul.item_list li:nth-of-type(28),
    #price ul.item_list li:nth-of-type(32),
    #price ul.item_list li:nth-of-type(36),
    #price ul.item_list li:nth-of-type(40){
        margin: 0 0 0.5rem 0;
    }
    #price ul.item_list li span{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
    }
    #price ul.item_list li img{
        width: 2rem;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
    }
    #price p.notes{
        width: 100%;
        margin: 1rem 0 0 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: left;
        font-size: 1rem;
        line-height: 2rem;
    }

    

    #flow {
        width: 90%;
        margin: 0;
        padding: 5rem 5%;
        display: block;
        position: relative;
        background-color: #E0F7FA;
    }

    #flow h2 {
        width: 100%;
        margin: 2rem 0 3rem 0;
        padding: 0.5rem 0 0 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.5rem;
        line-height: 2.5rem;
        font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        color: #000;
    }
    #flow h2 span{
        position: absolute;
        top: -2rem;
        left: 0;
        right: 0;
        color: #88B04B;
        font-size: 1rem;
        line-height: 1rem;
  font-family: "Playwrite BE VLG", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
    }
    #flow h2::after {
	content: '';
	position: absolute;
	bottom: -2rem;
	left: 50%;
	transform: translate(-50%) rotate(0deg);
	width: 2px;
	height: 2rem;
	background-color: #88B04B;
    }

    #flow .flow_outer {
        width: 100%;
        margin: 4rem 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
    }
    
    #flow .flow_outer .flow_inner{
        width: 100%;
        margin: 0 0 2rem 0;
        padding: 1rem 1%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        position: relative;
        background: #fff;
        border-radius: 1rem;
    }
    #flow .flow_outer .flow_inner .title_inner{
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }
    #flow .flow_outer .flow_inner .title_inner h3{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        flex-wrap: nowrap;
        justify-content: center;
        position: relative;
        font-size: 1.3rem;
        line-height: 2.5rem;
    }
    #flow .flow_outer .flow_inner .title_inner h3 .step{
        margin: 0 1rem 0 0;
        padding: 0.25rem 1rem;
        display: inline;
        position: relative;
        text-align: center;
	background-color: #88B04B;
        color: #fff;
        border-radius: 1rem 0 1rem 0;
        font-family: "Playwrite AU NSW", cursive;
        font-optical-sizing: auto;
        font-weight: <weight>;
        font-style: normal;
        font-size: 1rem;
        line-height: 1.5remrem;
    }
    #flow .flow_outer .flow_inner .title_inner h3 .title{
        margin: 0;
        padding: 0;
        display: inline;
        position: relative;
        text-align: center;
        color: #333;
    }
    #flow .flow_outer .flow_inner .title_inner img{
        width: 80%;
        margin: 2rem auto;
        padding: 0;
        display: block;
        position: relative;
        object-fit: contain;
    }
    #flow .flow_outer .flow_inner p{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        font-size: 1.1rem;
        line-height: 2rem;
        font-weight: normal;
    }
    #flow .flow_outer .flow_inner p strong{
        color: #CC8500;
    }
    
    
    #faq {
        width: 90%;
        margin: 0;
        padding: 5rem 5%;
        display: block;
        position: relative;
        background-color: #fff;
    }

    #faq h2 {
        width: 100%;
        margin: 2rem 0 3rem 0;
        padding: 0.5rem 0 0 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.5rem;
        line-height: 2.5rem;
        font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        color: #000;
    }
    #faq h2 span{
        position: absolute;
        top: -2rem;
        left: 0;
        right: 0;
        color: #88B04B;
        font-size: 1rem;
        line-height: 1rem;
  font-family: "Playwrite BE VLG", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
    }
    #faq h2::after {
	content: '';
	position: absolute;
	bottom: -2rem;
	left: 50%;
	transform: translate(-50%) rotate(0deg);
	width: 2px;
	height: 2rem;
	background-color: #88B04B;
    }
    #faq .faq_outer{
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
    }
    #faq .faq_outer::after{
        width: 50%;
        content: "";
        margin: 0;
        padding: 0;
        display: block;
    }
    #faq details{
        width: 100%;
    margin: 0.5rem 0;
    padding: 0;
    display: block;
    position: relative;
    }
    
    #faq details summary {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    background-color: #E0F7FA;
}
    #faq details summary::-webkit-details-marker {
  display: none;
}

#faq details summary .summary_inner{
    width: calc(100% - 2rem);
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
    position: relative;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  font-weight: bold;
  color: #333;
    font-size: 1rem;
    line-height: 1.8rem;
}
#faq details summary .summary_inner::before {
    content: "Q.";
    font-size: 1.5rem;
    line-height: 2rem;
    color: #88B04B;
    margin: 0 0.5rem 0 0;
}
#faq details summary .summary_inner .icon {
  display: block;
  position: absolute;
right: 0.5rem;
    width: 24px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.4s;
}

/* is-openedクラスが付与されたときのスタイル */
#faq details.is-opened .icon {
  transform: rotate(180deg);
}

/* アイコンのバーのスタイル */
#faq details summary .summary_inner .icon::before,
#faq details summary .summary_inner .icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  background-color: #88B04B;
}

#faq details summary .summary_inner .icon::before {
  left: 0;
  transform: rotate(45deg);
}

#faq details summary .summary_inner .icon::after {
  right: 0;
  transform: rotate(-45deg);
}

/* --------アコーディオンの中身のスタイル-------- */
.content {
  overflow: hidden;
  background-color: #fafafa;

  /* details直下のタグにpaddingを設定すると挙動がおかしくなるので、ここには指定しない */
}

#faq details .content_inner {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#faq details .content_inner p{
        width: calc(100% - 2.1rem);
        margin: 0;
        padding: 0 0 0 2.1rem;
        display: block;
        position: relative;
        font-size: 1rem;
        line-height: 1.8rem;
        text-indent: -2.1rem;
    }
#faq details .content_inner p::before {
    content: "A.";
    font-size: 1.5rem;
    line-height: 2rem;
    color: #CC8500;
    margin: 0 0.5rem 0 0;
    font-weight: bold;
}
    
    
    #contact {
        width: 90%;
        margin: 0;
        padding: 5rem 5%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        background-color: #E0F7FA;
    }

    #contact h2 {
        width: 100%;
        margin: 2rem 0 3rem 0;
        padding: 0.5rem 0 0 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.5rem;
        line-height: 2.5rem;
        font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        color: #000;
    }
    #contact h2 span{
        position: absolute;
        top: -2rem;
        left: 0;
        right: 0;
        color: #88B04B;
        font-size: 1rem;
        line-height: 1rem;
  font-family: "Playwrite BE VLG", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
    }
    #contact h2::after {
	content: '';
	position: absolute;
	bottom: -2rem;
	left: 50%;
	transform: translate(-50%) rotate(0deg);
	width: 2px;
	height: 2rem;
	background-color: #88B04B;
    }
    #contact .contact_outer{
        width: calc(100% - 2rem);
        margin: 0 0 2rem 0;
        padding: 1rem 1rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        position: relative;
        background: #fff;
    }
    #contact .contact_outer p{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        font-size: 1.2rem;
        line-height: 2rem;
    }
    #contact .contact_outer img{
        width: 80%;
        margin: 3rem auto;
        padding: 0;
        display: block;
        position: relative;
    }
    #contact .contact_outer dl.tel_info{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
    }
    #contact .contact_outer dl.tel_info dt{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        font-size: 1.2rem;
        line-height: 2rem;
        text-align: center;
        font-weight: bold;
    }
    #contact .contact_outer dl.tel_info dd{
        width: 100%;
        margin: 1rem 0 0 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
    }
    #contact .contact_outer dl.tel_info dd.text{
        width: 100%;
    }
    #contact .contact_outer dl.tel_info dd a{
        text-decoration: none;
    }
    #contact .contact_outer dl.tel_info dd a.tel{
        margin: 0;
        padding: 0;
        font-size: 2rem;
        line-height: 3rem;
        font-weight: bold;
        pointer-events: auto;
    }
    #contact .contact_outer dl.tel_info dd a.tel::before{
        content: "\f095";
        font-weight: 800;
        font-family: "Font Awesome 5 Free";
        margin: 0 0.5rem 0 0;
        font-size: 1.5rem;
    }
    #contact .contact_outer dl.tel_info dd a.line{
        margin: 0;
        padding: 0.5rem 2rem;
        font-size: 1.5rem;
        line-height: 3rem;
        font-weight: bold;
        background: #06c755;
        color: #fff;
        border-radius: 0.5rem;
    }
    #contact .contact_outer dl.tel_info dd a.line::before{
        content: "\f4ad";
        font-weight: 800;
        font-family: "Font Awesome 5 Free";
        margin: 0 1rem 0 0;
    }
    #contact .contact_outer dl.tel_info dd a.line:hover{
        opacity: 0.6;
    }
    
    #contact .contact_outer dl.tel_info dd p{
        width: 100%;
        font-size: 1rem;
    }
    #contact .contact_outer form,
    #contact .contact_outer .form_outer{
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
    }
    #contact .contact_outer .form_outer dl{
        width: 100%;
        margin: 0 0 1rem 0;
        padding: 0;
        display: block;
        position: relative;
    }
    #contact .contact_outer .form_outer dl.name{
        order: 1;
    }
    #contact .contact_outer .form_outer dl.tel{
        order: 2;
    }
    #contact .contact_outer .form_outer dl.address{
        order: 3;
    }
    #contact .contact_outer .form_outer dl.type{
        order: 4;
    }
    #contact .contact_outer .form_outer dl.irai{
        order: 5;
    }
    #contact .contact_outer .form_outer dl.room{
        order: 6;
    }
    #contact .contact_outer .form_outer dl.text{
        width: 100%;
        order: 7;
    }
    #contact .contact_outer .form_outer dl.mail01{
        order: 8;
    }
    #contact .contact_outer .form_outer dl.mail02{
        order: 9;
    }
    #contact .contact_outer .form_outer dl dt{
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        font-size: 1.15rem;
        line-height: 2rem;
    }
    
    #contact .contact_outer .form_outer dl dt.check::before{
        content: "\f00c";
        font-weight: 800;
        font-family: "Font Awesome 5 Free";
        margin: 0 0.5rem 0 0;
        color: #f00;
    }
    #contact .contact_outer .form_outer dl dd{
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        position: relative;
        font-size: 1.15rem;
        line-height: 2rem;
    }
    #contact .contact_outer .form_outer dl dd .checkbox_outer{
        margin: 0 1rem 0.25rem 0;
        padding: 0;
        display: block;
        position: relative;
    }
    #contact .contact_outer .form_outer .formbutton{
        width: 100%;
        margin: 2rem 0 0 0;
        padding: 0;
        display: block;
        position: relative;
        text-align: center;
        order: 10;
    }
    


    input[type=text],
    input[type=tel] {
  -webkit-appearance: none;
  appearance: none;
        width: calc(100% - 1rem - 2px);
        margin: 0;
        padding: 0 0.5rem;
        line-height: 2rem;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
        -ms-border-radius: 0;
        border: none;
        border: 1px solid #ddd;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: rgba(255, 255, 255, 1);
        border-radius: 0.5rem;
    }
    select {
  -webkit-appearance: none;
  appearance: none;
        width: 100%;
        margin: 0;
        padding: 0rem 0.5rem;
        line-height: 2rem;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
        -ms-border-radius: 0;
        border: none;
        border: 1px solid #ddd;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: rgba(255, 255, 255, 1);
        border-radius: 0.5rem;
    }

    textarea {
  -webkit-appearance: none;
  appearance: none;
        width: calc(100% - 1rem - 2px);
        height: 8rem;
        margin: 0;
        padding: 0.5rem;
        line-height: 2rem;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
        -ms-border-radius: 0;
        border: none;
        border: 1px solid #ddd;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: rgba(255, 255, 255, 1);
        border-radius: 0.5rem;
    }

    input[type=text]:focus,
    input[type=tel]:focus,
    textarea:focus {
        border: 1px solid #000;
outline: 1px solid #000;
    }
    

    input[type=checkbox] {
        margin: 0 0.5rem 0 0;
        position: relative;
        top: 0.1rem;
    }

    input[type=radio] {
        margin: 0.5rem 0.5rem 0 0;
        position: relative;
        top: 0.1rem;
    }


    input[type=file] {
        width: 100%;
        display: block;
        overflow: hidden;
        position: relative;
        padding: 0;
        margin-bottom: 0;
    }


    input[type=submit] {
        font-size: 1rem;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        border: #a9a9a9 1px solid;
        -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
        width: 10rem;
        height: 2rem;
        padding: 0 1% 0 1%;
        margin: 0em;
    }

    input[type=reset] {
        font-size: 1rem;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        border: #a9a9a9 1px solid;
        -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
        width: 10rem;
        height: 2rem;
        padding: 0 1% 0 1%;
        margin: 0em;
    }

    input[type=button] {
        font-size: 1rem;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        border: #a9a9a9 1px solid;
        -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
        width: 10rem;
        height: 2rem;
        padding: 0 1% 0 1%;
        margin: 0em;
    }


    
    #about {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        z-index: 1;
    }
    #about .about_bg{
        width: 90%;
        margin: 0;
        padding: 5rem 5%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        background-color: rgba(255,255,255,0.8);
    }
    #about h2 {
        width: 100%;
        margin: 2rem 0 3rem 0;
        padding: 0.5rem 0 0 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.5rem;
        line-height: 2.5rem;
        font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        color: #000;
    }
    #about h2 span{
        position: absolute;
        top: -2rem;
        left: 0;
        right: 0;
        color: #88B04B;
        font-size: 1rem;
        line-height: 1rem;
  font-family: "Playwrite BE VLG", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
    }
    #about h2::after {
	content: '';
	position: absolute;
	bottom: -2rem;
	left: 50%;
	transform: translate(-50%) rotate(0deg);
	width: 2px;
	height: 2rem;
	background-color: #88B04B;
    }
    #about .about_outer{
        width: calc(100% - 2rem);
        margin: 0 0 2rem 0;
        padding: 1rem 1rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        background: #fff;
    }
    #about .about_outer h3{
        width: 100%;
        margin: 0 0 2rem 0;
        padding: 0;
        display: block;
        position: relative;
        font-size: 1.3rem;
        line-height: 2.5rem;
        text-align: center;
    }
    #about .about_outer h3::before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #88B04B;
  border-radius: 1px;
}
    #about .about_outer dl{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        border-bottom: 1px solid #ccc
    }
    #about .about_outer dl dt{
        width: 100%;
        margin: 0;
        padding: 0.25rem 0 0 0;
        display: block;
        position: relative;
        font-weight: bold;
        font-size: 1rem;
        line-height: 1.8rem;
        text-align: left;
    }
    #about .about_outer dl dd{
        width: 100%;
        margin: 0;
        padding: 0 0 0.25rem 0;
        display: block;
        position: relative;
        font-size: 1rem;
        line-height: 1.8rem;
        text-align: left;
    }
    #about .about_outer dl dd a{
        text-decoration: none;
        color: #666;
    }
    #about .about_outer dl dd a:hover{
        color: #1579BD;
    }
    #about .about_outer dl dd span.ruby{
        display: inline;
        font-size: 0.9rem;
    }
    #about .about_outer dl dd ul{
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #about .about_outer dl dd ul li{
        width: calc(49% - 1rem);
        margin: 0;
        padding: 0 0 0 1rem;
        display: block;
        position: relative;
        text-indent: -1rem;
        text-align: left;
    }
    #about .about_outer dl dd ul li.wide{
        width: calc(100% - 1rem);
    }
    #about .about_outer dl dd ul li.tel,
    #about .about_outer dl dd ul li.fax{
        width: 49%;
        padding: 0;
        text-indent: 0;
    }
    #about .about_outer dl dd ul li::before{
        content: "\f0da";
        font-weight: 800;
        font-family: "Font Awesome 5 Free";
        margin: 0 0.5rem 0 0;
    }
    #about .about_outer dl dd ul li.tel::before,
    #about .about_outer dl dd ul li.fax::before{
        margin: 0;
        content: "";
    }
    #about .about_outer p{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        font-size: 1.1rem;
        line-height: 2rem;
    }
    #about .about_outer img{
        width: 10rem;
        margin: 1rem 0 0 auto;
        padding: 0;
        display: block;
        position: relative;
    }
    
    #success {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        z-index: 1;
    }
    #success .success_bg{
        width: 90%;
        min-height: calc(100vh - 3.4rem - 8rem);
        margin: 0;
        padding: 10rem 5% 5rem 5%;
        display: block;
        position: relative;
        background-color: rgba(255,255,255,0.8);
    }
    #success h2 {
        width: 100%;
        margin: 2rem 0 6rem 0;
        padding: 1rem 0 0 0;
        display: block;
        position: relative;
        text-align: center;
        font-size: 1.5rem;
        line-height: 2.5rem;
        font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        color: #000;
    }
    #success h2 span{
        position: absolute;
        top: -2rem;
        left: 0;
        right: 0;
        color: #88B04B;
        font-size: 1.5rem;
        line-height: 1.5rem;
  font-family: "Playwrite BE VLG", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
    }


    #success h2::after {
	content: '';
	position: absolute;
	bottom: -4rem;
	left: 50%;
	transform: translate(-50%) rotate(0deg);
	width: 2px;
	height: 3rem;
	background-color: #88B04B;
    }
    #success p{
        width: 90%;
        margin: 3rem auto;
        padding: 0;
        display: block;
        position: relative;
        font-size: 1.1rem;
        line-height: 2rem;
        color: #333;
    }
    #success dl{
        width: 90%;
        margin: 6rem auto 0 auto;
        padding: 0;
        display: block;
        position: relative;
        color: #333;
    }
    #success dl dt{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        font-size: 1.5rem;
        font-weight: bold;
        text-align: center;
    }
    #success dl dd{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        flex-wrap: nowrap;
        justify-content: flex-end;
        position: relative;
        text-align: center;
    }
    #success dl dd span{
        width: 100%;
        margin: 0 0 0 1rem;
        padding: 0;
        display: block;
        position: relative;
        font-size: 1.2rem;
        line-height: 2rem;
    }
    #success a.btn {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 8rem;
	margin: 8rem auto 0 auto;
	padding: 1rem 2rem;
	font-weight: bold;
	border: 2px solid #88B04B;
	color: #88B04B;
	transition: 0.5s;
}
    #success a.btn:hover {
	color: #fff;
	background: #88B04B;
}


    
.parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.parallax-bg .bg {
  background: no-repeat center center/cover;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: -1;
}
#top .parallax-bg .bg {
  background-image: url("images/top.jpg");
}
#message .parallax-bg .bg {
  background-image: url("images/bg_message.jpg");
    background-position: 60% center;
}
#about .parallax-bg .bg {
  background-image: url("images/bg_road.jpg");
}
#success .parallax-bg .bg {
  background-image: url("images/top.jpg");
}
    
    
#success #formWrap {
    width: 100%;
    margin: 5rem auto;
    padding: 0;
    position: relative;
    overflow: hidden; /* 要素のはみ出しを防ぐために追加 */
}

    #success dl.formTable{
        width: 100%;
        margin: 2rem 0;
        padding: 0;
        display: block;
        position: relative;
    }
    #success dl.formTable dt{
        width: calc(98% - 2px);
        margin: 0;
        padding: 0.25rem 1%;
        display: block;
        position: relative;
        text-align: left;
        font-size: 1.1rem;
        line-height: 2rem;
        font-weight: normal;
        border: 1px solid #ccc;
    background: #efefef;
    }
    #success dl.formTable dd{
        width: calc(98% - 2px);
        margin: 0 0 0.5rem 0;
        padding: 0.25rem 1%;
        display: block;
        position: relative;
        text-align: left;
        font-size: 1.1rem;
        line-height: 2rem;
        font-weight: normal;
        border: 1px solid #ccc;
    background: #fff;
    }

#success p.error_messe{
    margin:5px 0;
    color:red;
}
#success #formWrap a{
        color: #fcfcfc!important;
    }
    
    
    /*フッター
---------------------------------------------------------------------------*/
    footer {
        width: 100%;
        margin: 0;
        padding: 0 0 3.5rem 0;
        display: block;
        position: relative;
        background: #88B04B;
        z-index: 10;
    }

    footer p.copyright {
        width: 100%;
        margin: 0;
        padding: 0.7rem 0;
        display: block;
        position: relative;
        font-size: 1rem;
        line-height: 2rem;
        text-align: center;
        color: #fff;
    }


    
    .ggmap {
        width: 100%;
        position: relative;
        margin: 0;
        padding-bottom: 30%;
        padding-top: 0;
        height: 0;
        overflow: hidden;
        border: none !important;
    }

    .ggmap iframe,
    .ggmap object,
    .ggmap embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none !important;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .ggmap iframe:hover,
    .ggmap object:hover,
    .ggmap embed:hover {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: grayscale(0%);
    }


    /*その他
---------------------------------------------------------------------------*/
    .spnone {
        display: none !important;
    }

    .color1 {
        color: #FF0000;
    }

    .color2 {
        color: #0000FF;
    }

    .color3 {
        color: darkorange;
        font-weight: bold;
    }

    .color4 {
        color: #336699;
    }

    .color5 {
        color: #009edc;
        font-weight: bold;
    }

    .color6 {
        color: #FFFF00;
        font-weight: normal;
    }

    .strong {
        font-weight: bold;
    }

    .br:before {
        content: "\A";
        white-space: pre;
    }

    .pccounter {
        display: none;
    }


    /*戻るボタン
---------------------------------------------------------------------------*/

    .pagetop {
        display: none;
        position: fixed;
        right: 0;
        bottom: 3.5rem;
        z-index: 1000;
        margin: 0;
    }

    .pagetop a {
        display: block;
        background-color: #88B04B;
        text-align: center;
        color: #fff;
        font-size: 1.5rem;
        text-decoration: none;
        padding: 0.8rem;
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5;
        margin: 0;
        line-height: 0rem;
    }

    .pagetop a:hover {
        opacity: 0.85;
    }

    .pagetop span {
        font-size: 1rem;
        margin: 0;
    }

    .pagetop span::before {
        white-space: pre;
        content: "\a";
    }


}
