/*
Theme Name: yasuragi Child
Template: yasuragi
Version: 20170614
*/

* {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    box-sizing: border-box;
    min-height: 0vw;
    /* Safari clamp関数対策 */
}

body {
    background: #fff;
}

.st-main {
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: none;
}

.st-main2 {
    margin: 60px 0 0 0;
    padding: 0;
    border-radius: 0;
    background: none;
}

#content {
    max-width: 100%;
    margin: 0;
}

p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.7;
    letter-spacing: .1em;
    text-align: justify;
}

.align_center {
    text-align: center !important;
}

.align_right {
    text-align: right;
}

h5.irregular {
    text-align: center;
    font-size: 20px;
    margin: 0;
}

a {
    color: #00acc1;
    -webkit-transition: .5s;
    transition: .5s !important;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #00acc1;
    opacity: 0.6;
}

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

.wrap1000 {
    max-width: 1000px;
    margin: 0 auto;
}

.m100 {
    padding: 100px 0;
}

.mt100 {
    padding-top: 100px;
}

.mb100 {
    padding-bottom: 100px;
}

.m50 {
    padding: 50px 0;
}

.mt50 {
    padding-top: 50px;
}

.mb50 {
    padding-bottom: 50px;
}

.mb60 {
    padding-bottom: 60px;
}

.m40 {
    padding: 40px 0;
}

.mt40 {
    padding-top: 40px;
}

.mb40 {
    padding-bottom: 40px;
}


.m30 {
    padding: 30px 0;
}

.mt30 {
    padding-top: 30px;
}

.mb30 {
    padding-bottom: 30px;
}

.m20 {
    padding: 20px 0;
}

.mt20 {
    padding-top: 20px;
}

.mb20 {
    padding-bottom: 20px;
}

.m10 {
    padding: 10px 0;
}

.mt10 {
    padding-top: 10px;
}

.mb10 {
    padding-bottom: 10px;
}

#color_area {
    background: #f2f1ec;
    padding: 100px 0;
    margin: 0;
}

/*ANIMATION -----------*/

.sa {
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.sa.show {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.sa--lr {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.sa--rl {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.sa--up {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.sa--down {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
}

.sa--scaleUp {
    -webkit-transform: scale(.5);
    transform: scale(.5);
}


.sp_only {
    display: none;
}

.pc_only {
    display: block;
}

section {
    margin: 0;
}

/*button--------------------------------*/

.btn_box {
    max-width: 400px;
    margin: auto;
    text-align: center;
}

.btn_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 960px;
    margin: 0 auto;
}

.btn_flex .btn_box {
    width: calc(100% / 2 - 20px);
}

.btn_main,
.submit-btn input {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #2E8B57;
    border: 2px solid #2E8B57;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    padding: 20px 15px;
    -webkit-transition: .5s;
    transition: .5s;
    letter-spacing: 0.1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-radius: 100px;
    transition: ease .3s;
}

.btn_main:after,
.submit-btn input:after {
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    top: 38%;
    right: 25px;
    /*矢印の形状*/
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

.btn_main:hover,
.submit-btn input:hover {
    background-color: transparent;
    border-color: #2E8B57;
    color: #2E8B57;
    opacity: 1;
}

.btn_main:hover:after,
.submit-btn input:hover:after {
    right: 20px;
    border-top: 1px solid #2E8B57;
    border-right: 1px solid #2E8B57;
}

.btn_main2 {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: transparent;
    border: 2px solid #fff;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    padding: 20px 15px;
    -webkit-transition: .5s;
    transition: .5s;
    letter-spacing: 0.1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-radius: 100px;
    transition: ease .3s;
}

.btn_main2:after {
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    top: 38%;
    right: 25px;
    /*矢印の形状*/
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

.btn_main2:hover {
    background-color: #fff;
    border-color: #fff;
    color: #333;
}

.btn_main2:hover:after {
    right: 20px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
}

.btn_main3,
input[type=submit] {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: transparent;
    border: 2px solid #2E8B57;
    font-size: 18px;
    color: #2E8B57;
    text-decoration: none;
    font-weight: 600;
    padding: 20px 15px;
    -webkit-transition: .5s;
    transition: .5s;
    letter-spacing: 0.1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-radius: 100px;
    transition: ease .3s;
}

.btn_main3:after,
input[type=submit]:after {
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    top: 38%;
    right: 25px;
    /*矢印の形状*/
    width: 12px;
    height: 12px;
    border-top: 1px solid #2E8B57;
    border-right: 1px solid #2E8B57;
    transform: rotate(45deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

.btn_main3:hover,
input[type=submit]:hover {
    background-color: #2E8B57;
    border-color: #2E8B57;
    color: #fff;
}

.btn_main3:hover:after,
input[type=submit]:hover:after {
    right: 20px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.btn_main4 {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #fff;
    border: 2px solid #2E8B57;
    font-size: 18px;
    color: #2E8B57;
    text-decoration: none;
    font-weight: 600;
    padding: 20px 15px;
    -webkit-transition: .5s;
    transition: .5s;
    letter-spacing: 0.1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-radius: 100px;
    transition: ease .3s;
}

.btn_main4:after {
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    top: 38%;
    right: 25px;
    /*矢印の形状*/
    width: 12px;
    height: 12px;
    border-top: 1px solid #2E8B57;
    border-right: 1px solid #2E8B57;
    transform: rotate(45deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

.btn_main4:hover {
    background-color: #2E8B57;
    border-color: #2E8B57;
    color: #fff;
}

.btn_main4:hover:after {
    right: 20px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.btn_red {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #de0000;
    border: 2px solid #de0000;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    padding: 20px 15px;
    -webkit-transition: .5s;
    transition: .5s;
    letter-spacing: 0.1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-radius: 100px;
    transition: ease .3s;
}

.btn_red:after {
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    top: 38%;
    right: 25px;
    /*矢印の形状*/
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

.btn_red:hover {
    background-color: transparent;
    border-color: #de0000;
    color: #de0000;
}

.btn_red:hover:after {
    right: 20px;
    border-top: 1px solid #de0000;
    border-right: 1px solid #de0000;
}

/*-----------------------HEAD↓-----------------------*/

/* header */
#nav-toggle {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 60px;
    cursor: pointer;
    background: #2E8B57;
    padding: 12px;
}

#nav-toggle > div {
    position: relative;
    width: 36px;
}

div#nav-toggle p {
    color: #fff;
    font-size: 10px;
    text-align: center;
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#nav-toggle span {
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    background: #fff;
    position: absolute;
    -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-in-out;
    transition: top 0.3s ease, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease;
    transition: transform 0.3s ease-in-out, top 0.3s ease, -webkit-transform 0.3s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 0px;
}

#nav-toggle span:nth-child(2) {
    top: 12px;
}

#nav-toggle span:nth-child(3) {
    top: 25px;
}

#nav-toggle:hover span:nth-child(1) {
    top: 4px;
}

#nav-toggle:hover span:nth-child(3) {
    top: 20px;
}

.open #nav-toggle span {
    background: #fff;
}

.open #nav-toggle span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
    top: 10px;
    width: 0;
    left: 50%;
}

.open #nav-toggle span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-toggle {
    z-index: 1000;
}

#container {
    z-index: 900;
}

#gloval-nav {
    background: rgba(46, 139, 87, .9);
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 29px;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

#gloval-nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 16px 0;
    -webkit-transition: color 0.6s ease;
    transition: color 0.6s ease;
    font-weight: 300;
    letter-spacing: 0.1em;
}

#gloval-nav a:hover {
    color: #666;
}

#gloval-nav ul {
    list-style: none;
}

#gloval-nav ul li {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
    transition: transform 0.6s ease, opacity 0.2s ease;
    transition: transform 0.6s ease, opacity 0.2s ease, -webkit-transform 0.6s ease;
}

#gloval-nav ul li:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

#gloval-nav ul li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

#gloval-nav ul li:nth-child(4) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

#gloval-nav ul li:nth-child(5) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

#gloval-nav ul li:nth-child(6) {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
}

#gloval-nav ul li:nth-child(7) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.open {
    overflow: hidden;
}

.open #gloval-nav {
    visibility: visible;
    opacity: 1;
    overflow: scroll;
}

.open #gloval-nav li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
    transition: opacity 0.9s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity 0.9s ease;
    transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
}

#top-head {
    top: -100px;
    margin-top: 100px;
    position: absolute;
    width: 100%;
    padding: 0 15px;
    line-height: 1;
    z-index: 999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
}

#top-head a,
#top-head {
    text-decoration: none;
}

#top-head .inner {
    position: relative;
}

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    height: 60px;
    background: #cdefde;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}

#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}

#top-head.fixed .head_logo svg path {
    fill: #2e8b57 !important;
}

#top-head2.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    height: 60px;
    background: #cdefde;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}

#top-head2.fixed .logo {
    font-size: 24px;
    color: #333;
}

#top-head2.fixed .head_logo svg path {
    fill: #2e8b57;
}


#top-head2 {
    top: -100px;
    margin-top: 100px;
    position: absolute;
    width: 100%;
    padding: 0 15px;
    line-height: 1;
    z-index: 999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
    background: #fff;
}

#top-head2 a,
#top-head2 {
    text-decoration: none;
}

#top-head2 .inner {
    position: relative;
}

#top-head2 .head_logo svg path {
    fill: #2e8b57;
}

/* Fixed */
#top-head2.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    height: 60px;
    background: #fff;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}

#top-head2.fixed .logo {
    font-size: 24px;
    color: #333;
}



#top-head2.fixed .head_logo svg {
    fill: #2e8b57;
}

#top-head2 .head_logo svg {
    width: 100%;
    fill: #2e8b57;
}

.head_logo {
    max-width: 250px;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin: 0;
}

.head_logo svg {
    width: 100%;
    fill: #fff;
}

.footer_navi_wrapper {
    width: 100%;
    background: #3CB371;
    position: fixed;
    bottom: 0;
    z-index: 989;
    padding: 0.5em 0;
}

.footer_navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer_navi li {
    width: calc(100% / 4);
    border-left: 1px solid #fff;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.footer_navi li:last-child {
    border-right: 1px solid #fff;
}

.footer_navi li a {
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
    transition: all .3s;
}

.footer_navi li a:hover .arrow_down::before {
    top: 0.8px;
    transition: all .3s;
}

.footer_navi li a p {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #fff;
}

.footer_navi li a p span {
    font-size: 0.5em;
}

.arrow_down {
    position: relative;
}

.arrow_down::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translateX(-50%) rotate(135deg);
    transform: translateX(-50%) rotate(135deg);
    transition: all .3s;
}

ul.head_btn_box {
    display: flex;
    position: absolute;
    right: 60px;
    list-style: none;
}

.head_btn_box li a {
    line-height: 60px;
    padding: 0 15px;
    color: #fff;
    display: inline-block;
    letter-spacing: .1em;
}

.head_btn_box li:nth-child(1) a {
    background: #EE5253;
}

.head_btn_box li:nth-child(2) a {
    background: #3CB371;
}

.head_btn_box li:nth-child(3) a {
    background: #3C8EB3;
}

.head_btn_box li a i.fas {
    color: #fff;
}

.info_rec_btn {
    width: 100%;
    max-width: 50%;
    margin: 50px auto 0 auto;
}

.info_rec_btn li {
    width: 100%;
    display: block;
}

.info_rec_btn li:nth-child(1) a {
    background: #3CB371;
    font-size: 16px;
}

.info_rec_btn li:nth-child(2) a {
    background: #3C8EB3;
    font-size: 16px;
    margin-top: 20px;
}

ul.nav_bnr li {
    width: calc(100% / 1);
}

ul.nav_bnr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 50%;
    margin: 0 auto;
}

/*------------------------------------------↑HEAD END*/

/*-----------------------MAIN↓-----------------------*/

/*==================================================
スライダーのためのcss
===================================*/
.slider {
    position: relative;
    z-index: 1;
    /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
    height: 100vh;
    /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}


/*　背景画像設定　*/

.slider-item01 {
    background: url(images/slide01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.slider-item01:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(46, 139, 87);
    background: linear-gradient(45deg, rgba(46, 139, 87, 1) 0%, rgba(60, 179, 113, 1) 100%);
    opacity: .4;
}

.slider-item01 h2 {
    font-weight: 300;
    background: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border: none;
    color: #fff;
    z-index: 1;
    letter-spacing: .05em;
    font-size: clamp(45px, 10vw, 110px);
    line-height: 1.2em;
}

.slider-item02 {
    background: rgb(46, 139, 87);
    background: linear-gradient(45deg, rgba(46, 139, 87, 1) 0%, rgba(60, 179, 113, 1) 100%);
    position: relative;

}

.slide2_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 90%;
}

.slider-item02 h2 {
    font-weight: 300;
    border: none;
    color: #fff;
    background: none;
    padding: 0;
    margin: 0;
    letter-spacing: .05em;
    font-size: clamp(30px, 7vw, 80px);
    line-height: 1.2em;
}

.slider-item03 {
    background: url(images/slide01.jpg);
}

.slider-item {
    width: 100%;
    /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height: 100vh !important;
    /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;
    /*背景画像をリピートしない*/
    background-position: center;
    /*背景画像の位置を中央に*/
    background-size: cover;
    /*背景画像が.slider-item全体を覆い表示*/
    position: relative;
}

/*矢印の設定*/

.slick-prev,
.slick-next {
    position: absolute;
    z-index: 3;
    top: 50%;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #fff;
    /*矢印の色*/
    border-right: 2px solid #fff;
    /*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {
    /*戻る矢印の位置と形状*/
    left: 2.5%;
    transform: rotate(-135deg);
}

.slick-next {
    /*次へ矢印の位置と形状*/
    right: 2.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: -50px 0 0 0;
    /*ドットの位置*/
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width: 8px;
    /*ドットボタンのサイズ*/
    height: 8px;
    /*ドットボタンのサイズ*/
    display: block;
    border-radius: 50%;
    background: #fff;
    /*ドットボタンの色*/
}

.slick-dots .slick-active button {
    background: #333;
    /*ドットボタンの現在地表示の色*/
}

.lt_grn {
    padding: 100px 0;
    background: #F2F8F5;
}

.area_ttl {
    text-align: center;
}

.area_ttl p {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: center !important;
    line-height: 1em;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 400;
    color: #2E8B57;
}

.area_ttl h3 {
    color: #2E8B57;
    font-weight: 400;
    font-size: clamp(28px, 3vw, 30px);
    letter-spacing: .1em;
}

.undr_bar {
    height: 1px;
    width: 80px;
    background: #2E8B57;
    margin: 20px auto 0;
}

#hall_info {
    background: url(images/slide02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

#hall_info:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    z-index: -1;
}

.bg_wht {
    background: #fff;
}

.color_wht {
    color: #fff !important;
}

.hall_contain {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hall_contain h4 {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    letter-spacing: .1em;
    margin-bottom: 20px;
}

.hall_contain li {
    width: calc(100% / 3 - 20px);
    display: flex;
    flex-direction: column;
}

.hall_btn {
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}

.hall_btn li {
    width: 100%;
}


.hall_btn li:nth-child(n+2) {
    margin-top: 20px !important;
}

.color_area {
    background: rgb(217, 240, 227);
    background: linear-gradient(45deg, rgba(217, 240, 227, 1) 0%, rgba(241, 247, 243, 1) 35%);
    padding: 100px 0;
}

.plan_contain {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.plan_contain li {
    width: calc(100% / 3 - 20px)
}

.price,
.gene_price p,
.list_mem_price p {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 45px;
    letter-spacing: 0em;
    line-height: 1em;
    margin-top: 15px;
}

.price {
    text-align: center;
}

.price,
.list_mem_price p {
    color: #2e8b57;
}

.price span,
.list_mem_price p span,
.gene_price p span {
    font-size: 0.5em;
}

.gene_price p {
    color: #707070;
}


.s_tex {
    font-size: 0.25em !important;
}

.mem_price,
.nom_price,
.gene_price h4,
.list_mem_price h4 {
    text-align: center;
    border: 1px solid #2e8b57;
    padding: 5px 20px;
    display: block;
    border-radius: 100px;
    width: 150px;
    font-weight: 600;
    color: #2e8b57;
}

.mem_price,
.nom_price {
    margin: 0 auto;
}

.mem_price,
.list_mem_price h4 {
    background: #2e8b57;
    color: #fff;
}

.nom_price {
    color: #2e8b57;
}

.gene_price,
.list_mem_price {
    display: flex;
}

.gene_price,
.list_mem_price {
    display: flex;
    align-items: center;
}

.gene_price h4,
.list_mem_price h4 {
    margin-right: 1em;
}

.planlist_r h2 {
    background: none;
    border: none;
    padding: 0;
    font-size: 30px;
    color: #2e8b57;
    margin: 0 0 20px 0;
}

.planlist_price_contain {
    border-top: 1px solid #2e8b57;
    margin-top: 20px;
}

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

.planlist_l {
    width: 57%;
}

.planlist_l img {
    width: 100%;
}

.planlist_r {
    width: 40%;
    display: flex;
    flex-direction: column;
}

.planlist_r a {
    margin-top: auto;
}

.color_area .planlist_box {
    flex-direction: row-reverse;
}

.plan_contain li h3 {
    background: rgb(60, 179, 113);
    background: linear-gradient(0deg, rgba(60, 179, 113, 1) 0%, rgba(46, 139, 87, 1) 50%);
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 25px;
    letter-spacing: .1em;
    padding: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.plan_inner {
    padding: 30px;
    background: rgb(238, 238, 238);
    background: linear-gradient(0deg, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 30%);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.top_content_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.content_flex_box_l,
.content_flex_box_r {
    width: calc(100% / 2 - 20px);
}

#member_ship .content_flex_box_l {
    position: relative;
}

#member_ship .content_flex_box_l .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 90%;
}

#member_ship .content_flex_box_l .inner p,
.big_p {
    font-size: 26px !important;
    font-weight: 300;
}


.bnr_contain {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bnr_contain li {
    width: calc(100% / 2 - 20px);
}

.grn_bg_textbox {
    background: #2e8b57;
    display: block;
    padding: 20px;
    border-radius: 10px;
    margin: 20px auto 0 auto;
}

.grn_bg_textbox p {
    font-size: 18px;
}

/*news*/
.news_list:first-child {
    border-top: 1px dashed #000;
}

.news_list dl {
    display: flex;
    border-bottom: 1px dashed #000;
    padding: 20px 0;
}

.news_list dl dd a {
    color: #000;
}

span.new {
    background: red;
}

span.date {
    margin-right: 10px;
    font-weight: 600;
}

span.new,
span.kengakukai,
span.other,
span.event,
.pt-cv-tax-other,
.pt-cv-tax-event,
.pt-cv-tax-kengakukai {
    margin-right: 10px;
    color: #fff !important;
    font-weight: 600;
    font-size: 13px;
    padding: 0 5px;
    line-height: 1em;
}

span.kengakukai,
span.other,
span.event,
.pt-cv-tax-other,
.pt-cv-tax-event,
.pt-cv-tax-kengakukai {
    min-width: 80px;
    display: inline-block;
    text-align: center;
    padding: 3px !important;
}

span.kengakukai,
.pt-cv-tax-kengakukai {
    background: #ff9a00 !important;
}

span.other,
.pt-cv-tax-other {
    background: #2E8B57 !important;
}

span.event,
.pt-cv-tax-event {
    background: #3490de !important;
}

a._self.pt-cv-href-thumbnail.pt-cv-thumb-left:hover {
    opacity: 1 !important;
}

/*------------------------------------------↑MAIN END*/

/*モーダル*/
/*infoエリアをはじめは非表示*/
#info {
    display: none;
}

/*モーダルの横幅を変更したい場合*/
.modaal-container {
    max-width: 600px;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
    background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
    background: #666;
}

/*-----------------------PAGE↓-----------------------*/

.page_ttl {
    background: rgb(46, 139, 87);
    background: linear-gradient(45deg, rgba(46, 139, 87, 1) 0%, rgba(60, 179, 113, 1) 100%);
    padding: 80px 0;
}

.tel_num {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: clamp(18px, 3vw, 30px);
}

.tel_num {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: clamp(20px, 8vw, 80px);
    text-align: center;
    color: #de0000;
}

.modaal-content-container h2 {
    text-align: center;
    background: #de0000;
    border: none;
    color: #fff;
    margin-top: 0;
}

.modaal-content-container h4 {
    text-align: center;

}

.modaal-content-container h4 {
    text-align: center;
    margin: 20px 0 0 0;
    background: #de0000;
    padding: 20px;
    color: #fff;
    font-size: 28px;
}

.contact_tel .tel_num {
    color: #2e8b57;
}

.telbtn {
    display: none;
}

/*レノン記述*/
/*ホール*/
.bg_light_green {
    background-color: #F2F8F5;
}

.bg_green {
    background-color: #66BB6A;
}

.bg_white {
    background-color: #fff;
}

.hall_flex_box,
.hall_small_img,
.hall_area_flex_box {
    display: flex;
    justify-content: space-between;
}

.hall_l_inner,
.hall_r_inner,
.hall_area_l_inner,
.hall_area_r_inner {
    width: calc(100% / 2 - 40px);
}

.hall_big_img {
    padding-bottom: 30px;
}

.hall_small_img img {
    width: calc(100% / 2 - 20px);
}

.hall_r_inner ul,
.access_r_inner ul {
    list-style: none;
}

.hall_r_inner li {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.hall_r_inner li:last-child {
    margin-bottom: 0px;
}

.hall_r_inner h3 {
    background-color: #2E8B57;
    color: #333;
    height: auto;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-right: 20px;
    width: 110px;
    text-align: center;
}

li.facilities_detail h3 {
    height: 250px;
    line-height: 210px;
    min-width: 105px;
}

.facilities_detail li {
    margin-bottom: 5px;
}

/*アクセス*/
.access_flex_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.access_r_inner h4 {
    border: 1px solid #2E8B57;
    width: 150px;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    font-weight: normal;
    color: #2E8B57;
    margin-bottom: 15px;
}

.access_r_inner li:first-child {
    margin-bottom: 30px;
}


span.f_green {
    color: #2e8b57;
}

.tel_box {
    text-align: center;
}

.tel_flex_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.tel_box p {
    text-align: center;
    color: #fff;
    font-size: 25px;
}

.tel_l_inner h5 {
    border: 1px solid #fff;
    color: #fff;
    padding: 38px;
    width: 337px;
    border-radius: 5px;
    font-size: 25px;
    font-weight: normal;
}

/*代表挨拶*/
.area_ttl_long h2 {
    font-size: 40px;
    color: #2E8B57;
    font-weight: normal;
    background-color: #fff;
    padding: 0 0 30px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #2E8B57;
    border-top: none;
}

.area_ttl_long p {
    margin-bottom: 20px;
}

.area_ttl_long p:last-child {
    margin-bottom: 0px;
}

.greeting_flex_box {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: right;
}

.greeting_l_inner {
    margin-right: 10px;
}

/*会社概要*/
table.table_history {
    width: 100%;
}

table tr td,
table th {
    border-bottom-color: #333333 !important;
    border-left-color: #333333 !important;
}

.table_history th,
.table_history td {
    text-align: left;
    vertical-align: middle;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    border-left: none;
    border-top: 1px solid #333333;
    padding: 20px 0;
}

p.date_inform {
    text-align: right;
    margin-top: 20px;
}

.access_dtl_info {
    margin-top: 50px;
}

.access_dtl_info_flex h4 {
    border: 1px solid #2E8B57;
    width: 150px;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    font-weight: normal;
    color: #2E8B57;
    margin-right: 15px;
}

.access_dtl_info_flex {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.access_dtl_info_flex:last-child {
    margin-bottom: 0px;
}

.area_ttl_2colors h2 {
    position: relative;
    font-size: 40px;
    overflow: hidden;
    background-color: transparent;
    border: 0px;
    color: #2E8B57;
    margin: 0;
    padding: 0;
}

/*ホール一覧*/
.area_ttl_2colors h2 {
    padding: 0 0 20px 0;
    margin-bottom: 50px;
    /*background-image: linear-gradient(90deg, #2E8B57 0 16%, #A5D6A7 16%);*/
    /*background: linear-gradient(0deg, rgba(60, 179, 113, 1) 0%, rgba(46, 139, 87, 1) 50% 0 20%);*/
    background: linear-gradient(to right, #3BB270 5%, #309361 16%, #A5D6A5 -26%);
    background-repeat: no-repeat;
    background-size: 100% 10%;
    background-position: bottom;
    color: #2E8B57;
    font-weight: normal;
    /*#3BB270*/
    font-size: 40px;
}

.hall_area_flex_box {
    padding-bottom: 50px;
}

.hall_area_flex_box:last-child {
    padding-bottom: 0px;
}

.hall_area_l_inner h3,
.hall_area_r_inner h3 {
    font-size: 35px;
    color: #2E8B57;
    font-weight: normal;
    border-bottom: 1px solid #2E8B57;
    padding: 10px 0 5px 0;
}

.hall_area_l_inner li,
.hall_area_r_inner li {
    display: flex;
    margin: 20px 0;
    align-items: center;
}

.hall_area_l_inner li h4,
.hall_area_r_inner li h4 {
    height: auto;
    padding: 10px;
    background-color: #2E8B57;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-right: 20px;
    width: 105px;
    text-align: center;
}

/*0620 供花・供物*/
.wrap1000 {
    max-width: 1000px;
    margin: 0 auto;
}

.page_biggest_text p {
    font-size: 40px;
    color: #2E8B57;
    font-weight: bold;
    text-align: center;
}

span.asterisk {
    position: absolute;
    bottom: 5px;
    font-size: 12px;
    right: 0;
    color: #000;
}

.ryotan h2 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

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

.offering_flexbox:after {
    display: block;
    content: "";
    width: calc(100% / 3 - 20px);
}

.offering_inner {
    width: calc(100% / 3 - 20px);
    text-align: center;
}

.offering_inner p {
    text-align: center;
}

.offering_inner:nth-child(n+4) {
    margin-top: 50px;
}

.flower_detail {
    margin-top: 20px;
    font-weight: bold;
}

/*0621 家族Aセット*/
.set_biggest_img img {
    width: 100%;
}

.family_set_saidan {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.family_set_saidan h3 {
    padding: 20px;
    min-width: 200px;
    border: 1px solid #000;
    text-align: center;
    border-radius: 5px;
    margin-right: 20px;
}

.set_price_flexbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.set_price_l_inner,
.set_price_r_inner {
    display: flex;
    align-items: center;
}

.set_price_l_inner h3,
.set_price_r_inner h3 {
    padding: 28px;
    font-weight: 700;
    font-size: 25px;
    border-radius: 5px;
    margin-right: 20px;
    width: 200px;
    text-align: center;
}

.set_price_l_inner h3 {
    border: 1px solid #2e8b57;
    color: #2e8b57;
}

.set_price_r_inner h3 {
    background-color: #2e8b57;
    color: #fff;
}

.set_price_l_inner p,
.set_price_r_inner p {
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    letter-spacing: 0em;
    text-align: center;
    line-height: 1em;
    margin-top: 15px;
}

.set_price_l_inner p {
    color: #2e8b57;
}

.set_price_r_inner p {
    color: #2e8b57;
}

.s_yen {
    font-size: 20px;
}

.s_tax {
    font-size: 20px;
}

.set_dtl_icon_flexbox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px
}

.set_dtl_icon_l_inner {
    width: 50%;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #000;
}


.set_dtl_icon_r_inner {
    width: 50%;
}

.set_dtl_icon_flexbox ul {
    display: flex;
    text-align: center;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    grid-row-gap: 15px;
}

.set_dtl_icon_flexbox ul li {
    width: calc(100% / 7 - 5px)
}

.set_dtl_icon_r_inner ul li img,
.set_common_icon_wrap ul li img {
    width: 100%;
}

.set_dtl_icon_flexbox ul li p,
.set_common_icon_wrap ul li p {
    text-align: center;
    font-size: 12px;
    line-height: 1.3em;
    margin-top: 5px;
}

/*0621 家族セット　全プラン共通アイコン*/
.set_common_icon_wrap ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    flex-wrap: wrap;
    column-gap: 10px;
    grid-row-gap: 15px;
}

.set_common_icon_wrap ul:before {
    display: block;
    content: "";
    width: calc(100% / 12 - 10px);
    order: 1;
}

.set_common_icon_wrap ul:after {
    display: block;
    content: "";
    width: calc(100% / 12 - 10px);
}

.set_common_icon_wrap ul li {
    width: calc(100% / 12 - 10px);
}

ul.common_dtl_note {
    margin: 30px 0 50px 0;
    padding-left: 22px;
}

ul.common_dtl_note li:nth-child(n+2) {
    margin-top: 10px;
}

span.f_red {
    color: red;
}

.ichi_logobox {
    max-width: 580px;
    margin: 0 auto;
}

ul.ichi_service p {
    margin-top: 20px;
}

ul.ichi_service li {
    width: calc(100% / 4 - 20px);
}

ul.ichi_service {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
}

.hall_big_img img {
    width: 100%;
}

/*0623 花楽*/
.karaku_flex_box {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.karaku_l_inner {
    width: 40%
}

.karaku_l_inner img {
    width: 100%;
}

.karaku_r_inner h2 {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    font-size: 25px;
    color: #2e8b57;
    padding-bottom: 20px;
    line-height: 1.5em;
}

.karaku_r_inner {
    width: 55%;
}

.mt20 {
    padding-top: 20px;
}

/*0623お取り扱い商品　タブ*/
p.karaku_content_lead {
    font-size: 25px;
    font-weight: bold;
}

.tab-wrap {
    display: flex;
    flex-wrap: wrap;
}

.tab-wrap:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #2e8b57;
    display: block;
    order: -1;
}

.tab-label {
    color: #fff;
    font-size: 20px;
    background: LightGray;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    white-space: nowrap;
    text-align: center;
    padding: 15px .5em;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    flex: 1;
}

.tab-label:not(:last-of-type) {
    margin-right: 5px;
}

.tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

/* アクティブなタブ */
.tab-switch:checked + .tab-label {
    background: #2e8b57;
}

.tab-switch:checked + .tab-label + .tab-content {
    height: auto;
    overflow: auto;
    opacity: 1;
    transition: .5s opacity;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}

/*0628　family set修正追加分*/
p.coffin_name {
    border: 1px solid;
    margin-top: 20px;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 30px;
}

ul.set_explanation li {
    display: flex;
    width: 100%;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;

}

/*0628　family set修正追加分*/
p.coffin_name {
    border: 1px solid;
    margin-top: 20px;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 30px;
}

ul.set_explanation li {
    display: flex;
    width: 100%;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;

}


/*0629 やすらぎ会員追加*/
span.f_bold,
p.f_bold {
    font-weight: bold;
}

h2.member_top {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 30px;
    line-height: 1.5em;
    margin-bottom: 30px;
}

p.member_fee {
    background-color: #2E8B57;
    padding: 15px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px;
}

.deposit_flex {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

h3.member_deposit {
    font-size: 30px;
    margin-right: 15px;
}

p.member_price {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #2E8B57;
}

.member_youtube {
    position: relative;
    padding-bottom: 56.25%;
    /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
}

.member_youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*0629 やすらぎ会員追加*/
.accordion {
    width: 100%;
}

/* inputのチェックボックスを非表示 */
.accordion-hidden {
    display: none;
}

/* 見出しボタン部分 */
.accordion-open {
    display: block;
    color: #2E8B57;
    padding: 20px 0px 18px 15px;
    border: 1px solid #2E8B57;
    cursor: pointer;
    margin: 0 0 15px 0;
    position: relative;
}

.accordion-open:last-child {
    margin-bottom: 0px !important;
}

/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
    content: '';
    width: 20px;
    height: 3px;
    background: #2E8B57;
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
}

/* アイコンのー */
.accordion-open::after {
    transform: translateY(-50%) rotate(90deg);
    transition: .5s;
}

/* アコーディオンが開いたらーに */
.accordion-hidden:checked + .accordion-open:after {
    transform: translateY(-50%) rotate(0);
}

/* アコーディオン中身部分 */
.accordion-inner {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    transition: 0.5s;
    /* 表示速度の設定 */
    cursor: pointer;
}

/* チェックボックスにチェックが入ったら中身部分を表示する */
.accordion-hidden:checked + .accordion-open + .accordion-inner {
    height: auto;
    opacity: 1;
    padding: 10px;
}

/* ↑ここまで共通 */

/* Q&A追加 */
.accordion_qa .Q,
.accordion_qa .A {
    position: relative;
}

.accordion_qa .Q::before,
.accordion_qa .A::before {
    font-size: 1.5em;
    display: block;
    position: absolute;
}

.accordion_qa .Q::before {
    content: 'Q.';
    color: #2E8B57;
    top: -0.4em;
    left: -1.3em;
}

.accordion_qa .A::before {
    content: 'A.';
    color: #2E8B57;
    top: -0.4em;
    left: -1.3em;
}

.accordion_qa .accordion-open {
    padding-left: 2.5em;
}

.accordion_qa .accordion-hidden:checked + .accordion-open + .accordion-inner {
    height: auto;
    opacity: 1;
    padding: 10px 10px 10px 2.5em;
}

/* Q&A追加ここまで */

.consul_merit h4 {
    font-size: 23px;
    margin-bottom: 5px;
    color: #2E8B57;
}

.item-center {
    align-items: center;
}

.second_menu_box {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.second_menu_box li {
    width: calc(100% / 2 - 20px);
}

.second_menu_box li:nth-child(n+3) {
    margin-top: 40px;
}

ul.howtoresist li h3 {
    color: #fff;
    background: #3e8b57;
    text-align: center;
    padding: 15px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

ul.howtoresist li {
    width: calc(100% / 2 - 20px);
    border: 2px solid #2e8b57;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.howtoresist {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.howtoresist_in {
    padding: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

ol.funeral-list-item {
    padding-left: 1.5em;
}

ol.funeral-list-item p {
    margin-bottom: 20px;
}

.table.table-bordered {
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid;
    border-right: 1px solid;
}

ul.wsp-pages-list {
    list-style: none;
}

ul.wsp-pages-list li:nth-child(n+2) {
    margin-top: 30px;
}

h2.wsp-pages-title,
li.page_item.page-item-150,
li.page_item.page-item-148,
li.page_item.page-item-137,
li.page_item.page-item-141,
li.page_item.page-item-143 {
    display: none;
}

ul.wsp-pages-list li {
    background: rgb(232 242 237);
    padding: 15px;
}

ul.wsp-pages-list li a {
    color: #5aa871;
}

/*------------------------------------------↑PAGE END*/


/*-----------------------SINGLE↓---------------------*/

h1.post_entry-title {
    color: #2e8b57;
    border-bottom: 1px solid #2e8b57;
}

.single_page_navi {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.single_page_navi_in a {
    color: #fff;
    background: #2e8b57;
    padding: 15px;
    display: inline-block;
}


p.pt-cv-title a {
    color: #2e8b58;
    font-size: 25px;
}

.originalpost img {
    width: 100%;
}

.originalpost p {
    font-size: 17px;
    line-height: 2.3em;
    font-weight: 500;
}

ol.funeral-list-item li {
    margin-top: 20px;
}

.block-title h2 {
    border: none;
    margin-top: 80px;
}

/*----------------------------------------↑SINGLE END*/

/*-----------------------FORM↓-----------------------*/

/*wpフォーム*/
.cform th {
    font-size: 14px;
    width: 30%;
    /*変なところで改行される場合はここの数字を変更します。*/
    border-bottom: solid 1px #d6d6d6;
    padding: 10px 0 10px 15px;
    font-weight: 600;
    text-align: left;
}

.cform td {
    font-size: 14px;
    line-height: 150%;
    border-bottom: solid 1px #d6d6d6;
    padding: 10px 5px;
}

.cform {
    width: 100%;
    margin: auto;
}

.cform [type=submit] {
    display: inline-block;
    font-size: 20px;
    padding: 10px 30px;
    text-decoration: none;
    background: #ff8f00;
    color: #FFF;
    border-bottom: solid 4px #B17C00;
    border-radius: 3px;
}

.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
    width: 100%;
}

.required-srt {
    font-size: 8pt;
    padding: 5px;
    background: #ce0000;
    color: #fff;
    border-radius: 3px;
    margin-left: 10px;
    vertical-align: middle;
}

table.cform th,
table.cform td,
table.cform tr {
    border: none;
}

.form_flex {
    display: flex;
}

.form_in {
    display: flex;
    align-items: center;
    width: 30%;
}

.form_in p {
    font-size: 14px;
    font-weight: 600;
}

p.form_ph {
    width: 3em;
}

input.zipnum {
    width: 15% !important;
}

.pref select {
    width: 25% !important;
}

.submit-btn input,
input[type=submit] {
    max-width: 400px;
    margin: 50px auto;
    display: block;
}

.mem_birth {
    display: flex;
    align-items: baseline;
}

.mem_birth select {
    width: 15% !important;
}


h2.thankyou {
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
    font-weight: 500;
    background: none;
    border: none;
    font-size: 28px;
    color: #3aaa6c;
}

/*0629 やすらぎ会員追加*/
span.f_bold,
p.f_bold {
    font-weight: bold;
}

h2.member_top {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 30px;
    line-height: 1.5em;
    margin-bottom: 30px;
}

p.member_fee {
    background-color: #2E8B57;
    padding: 15px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px;
}

.deposit_flex {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

h3.member_deposit {
    font-size: 30px;
    margin-right: 15px;
}

p.member_price {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #2E8B57;
}

.member_youtube {
    position: relative;
    padding-bottom: 56.25%;
    /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
}

.member_youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*0629 やすらぎ会員追加*/
.accordion {
    width: 100%;
}

/* inputのチェックボックスを非表示 */
.accordion-hidden {
    display: none;
}

/* 見出しボタン部分 */
.accordion-open {
    display: block;
    color: #2E8B57;
    padding: 20px 0px 18px 15px;
    border: 1px solid #2E8B57;
    cursor: pointer;
    margin: 0 0 15px 0;
    position: relative;
}

.accordion-open:last-child {
    margin-bottom: 0px !important;
}

/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
    content: '';
    width: 20px;
    height: 3px;
    background: #2E8B57;
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
}

/* アイコンのー */
.accordion-open::after {
    transform: translateY(-50%) rotate(90deg);
    transition: .5s;
}

/* アコーディオンが開いたらーに */
.accordion-hidden:checked + .accordion-open:after {
    transform: translateY(-50%) rotate(0);
}

/* アコーディオン中身部分 */
.accordion-inner {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    transition: 0.5s;
    /* 表示速度の設定 */
    cursor: pointer;
}

/* チェックボックスにチェックが入ったら中身部分を表示する */
.accordion-hidden:checked + .accordion-open + .accordion-inner {
    height: auto;
    opacity: 1;
    padding: 10px;
}

/* ↑ここまで共通 */

/* Q&A追加 */
.accordion_qa .Q,
.accordion_qa .A {
    position: relative;
}

.accordion_qa .Q::before,
.accordion_qa .A::before {
    font-size: 1.5em;
    display: block;
    position: absolute;
}

.accordion_qa .Q::before {
    content: 'Q.';
    color: #2E8B57;
    top: -0.4em;
    left: -1.3em;
}

.accordion_qa .A::before {
    content: 'A.';
    color: #2E8B57;
    top: -0.4em;
    left: -1.3em;
}

.accordion_qa .accordion-open {
    padding-left: 2.5em;
}

.accordion_qa .accordion-hidden:checked + .accordion-open + .accordion-inner {
    height: auto;
    opacity: 1;
    padding: 10px 10px 10px 2.5em;
}

/* Q&A追加ここまで */

/*------------------------------------------↑FORM END*/

/*-----------------------FOOT↓-----------------------*/

#footer {
    padding: 0;
    background: #F7F7F7;
}

#footer-in {
    max-width: 100%;
}

.footer_top_in {
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer_logo {
    margin-bottom: 10px;
    max-width: 350px;
}

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

.footer_btn_box2 {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sns_box {
    width: 41%;
}

.sns_box a {
    margin-left: 10px;
}

.recruit_btn_box {
    width: 58%;
}

p.copy {
    padding: 0 !important;
    margin: 0;
    font-size: 12px !important;
    color: #fff !important;
}

.footer_btm {
    background: #2e8b57;
    padding-bottom: 71px;
}

.footer_sitemap_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_sm_in {
    width: calc(20% - 150px / 5)
}

.footer_sm_in ul {
    list-style: none;
    text-align: left;
    padding: 0;
}

.footer_sm_h5 {
    font-size: 14px !important;
    border-bottom: 1px solid;
    text-align: left;
    color: #2E8B57 !important;
    font-weight: 600;
}

.footer_sm_h5 a {
    color: #2E8B57 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.footer_sm_in li a {
    font-size: 12px;
}

a.footer_sm_a {
    color: #2E8B57 !important;
    font-weight: 300;
}

.footer_sm_in li:last-child {
    margin-bottom: 0;
}

.footer_sm_in li {
    margin-bottom: 5px;
}

.gmap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

ul.footer_sm_inin {
    padding-left: 0.8em;
}

ul.footer_sm_inin a {
    color: #fff !important;
    font-weight: normal;
}

ul.footer_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

ul.footer_menu a {
    color: #fff !important;
}

ul.footer_menu2 {
    list-style: none;
    margin: 0;
    padding: 0;

}

ul.footer_menu2 li:after {
    content: "\f105";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    padding-left: 5px;
    color: #74B9FF !important;
}

ul.footer_menu2 a {
    color: #74B9FF !important;
    font-size: 12px;
    font-weight: normal;
}

ul.footer_menu2 li:last-child {
    margin-bottom: 0;
}

ul.footer_menu2 li {
    width: calc(100% / 2);
    margin-bottom: 15px;
}

ul.footer_menu2 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.footer_menu li:after {
    content: "/";
    color: #fff;
    margin: 0 5px;
}

.footer_btm_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 0;
    align-items: flex-end;
}

.footer_btm_in p {
    font-size: 12px !important;
    color: #fff;
}

.footer_btm_inin {
    width: calc(100% / 2 - 20px);
}

li.manner {
    padding-left: 0.8em;
}

/*------------------------------------------↑FOOT END*/


/*media Queries タブレットサイズ（1200px以下）
----------------------------------------------------*/
@media only screen and (max-width: 1200px) {
    .wrap1200 {
        padding: 0 15px;
    }
}

/*media Queries タブレットサイズ（1024px以下）
----------------------------------------------------*/
@media only screen and (max-width: 1024px) {

    .pc_only {
        display: none;
    }

    .sp_only {
        display: block;
    }

    /*-----------------------HEAD↓-----------------------*/

    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
        background: transparent;
    }

    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: rgba(255, 255, 255, .7);
        transition: top 0.65s ease-in;
        -webkit-transition: top 0.65s ease-in;
        -moz-transition: top 0.65s ease-in;
    }

    .plan_contain li {
        width: calc(100% / 1);
    }

    /*------------------------------------------↑HEAD END*/

    /*-----------------------MAIN↓-----------------------*/
    /*------------------------------------------↑MAIN END*/

    /*-----------------------PAGE↓-----------------------*/
    .tel_box p {
        font-size: 20px;
    }

    .tel_flex_box,
    .hall_flex_box,
    .access_flex_box,
    .greeting_flex_box,
    .family_set_saidan {
        flex-direction: column;
    }

    .hall_big_img img,
    .hall_l_inner,
    .hall_r_inner,
    .tel_l_inner,
    .hall_r_inner h3,
    .access_r_inner h4,
    .tel_l_inner h5 {
        width: 100%;
    }

    .hall_big_img {
        padding-bottom: 15px;
    }

    .tel_l_inner,
    .hall_l_inner {
        margin-bottom: 20px;
    }

    .access_l_inner {
        margin-bottom: 30px;
    }

    .hall_r_inner li {
        display: block;
    }

    .hall_r_inner h3 {
        padding: 10px;
    }

    .area_ttl_long h2 {
        font-size: 30px;
        line-height: 1.2em;
    }

    li.facilities_detail h3 {
        width: 100%;
        height: auto;
        line-height: inherit;
    }

    /*0620 供花・供物*/
    .offering_inner {
        width: calc(100% / 2 - 20px);
    }

    .offering_inner:last-child {
        margin-bottom: 0px;
    }

    /*0621 家族Aセット*/
    .set_price_flexbox,
    .set_price_flexbox,
    .set_dtl_icon_flexbox {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .family_set_saidan {
        flex-wrap: wrap;

    }

    .family_set_saidan h3 {
        padding: 10px;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .set_price_l_inner,
    .set_price_r_inner {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .set_price_l_inner h3,
    .set_price_r_inner h3 {
        margin-right: 0px;
        padding: 15px;
        width: 100%;
        font-size: 18px;
    }

    .set_dtl_icon_r_inner {
        width: 100%;
        margin-left: 0px;
    }

    .set_dtl_icon_l_inner {
        width: 100%;
        margin-bottom: 30px;
    }

    .set_dtl_icon_l_inner img,
    .planlist_l,
    .planlist_r {
        width: 100%;
    }

    .set_common_icon_wrap ul li {
        width: calc(100% / 7 - 10px);
    }

    ul.howtoresist li {
        width: calc(100% / 1);
    }

    .howtoresist li {
        margin-top: 20px;
    }

    /*------------------------------------------↑PAGE END*/

    /*-----------------------SINGLE↓---------------------*/
    /*----------------------------------------↑SINGLE END*/

    /*-----------------------FORM↓-----------------------*/
    /*------------------------------------------↑FORM END*/

    /*-----------------------FOOT↓-----------------------*/
    /*------------------------------------------↑FOOT END*/


    /*-- ここまで --*/
}

/*media Queries SPサイズ（599px以下）
----------------------------------------------------*/
@media only screen and (max-width: 599px) {


    .wrap1200 {
        padding: 0 15px;
    }

    /*-----------------------HEAD↓-----------------------*/

    ul.head_btn_box li {
        font-size: 12px;
    }


    .footer_navi_wrapper {
        padding: 0;
    }

    .head_logo {
        max-width: 165px;
    }


    .head_btn_box li a {
        font-size: 14px;
    }

    ul.nav_bnr,
    .info_rec_btn {
        max-width: 90%;
    }

    #gloval-nav a {
        font-size: 18px;
        padding: 14px;
    }

    .info_rec_btn {
        margin-top: 22px;
    }

    /*------------------------------------------↑HEAD END*/

    /*-----------------------MAIN↓-----------------------*/

    .footer_navi li {
        width: calc(100% / 2);
        border-left: none;
    }

    .footer_navi li:last-child {
        border-right: none;
    }

    .footer_navi li a p {
        font-size: 12px;
    }

    .footer_navi li {
        height: 50px;
    }

    .hall_contain li,
    .btn_flex .btn_box,
    .content_flex_box_l,
    .content_flex_box_r,
    .bnr_contain li,
    .footer_sm_in {
        width: 100%;
    }

    .hall_contain li:nth-child(n+2),
    .plan_contain li:nth-child(n+2),
    .bnr_contain li:nth-child(n+2) {
        margin-top: 50px;
    }

    .btn_flex .btn_box:nth-child(n+2),
    .footer_sm_in:nth-child(n+2) {
        margin-top: 20px;
    }

    #member_ship .content_flex_box_l .inner {
        position: static;
        top: auto;
        left: auto;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        width: 100%;
        margin-top: 20px;
    }

    #member_ship .content_flex_box_l .inner p,
    .big_p {
        font-size: 18px !important;
        text-align: center;
    }

    .top_content_flex {
        flex-direction: column-reverse;
    }

    /*------------------------------------------↑MAIN END*/

    /*-----------------------PAGE↓-----------------------*/

    .table_history th,
    .table_history td {
        font-size: 14px;
    }

    tbody p {
        font-size: 14px;
    }

    .access_dtl_info_flex,
    .hall_area_l_inner li,
    .hall_area_r_inner li {
        display: flex;
        flex-direction: column;
    }

    .access_dtl_info_flex h4 {
        width: 100%;
        margin-right: 0px;
    }

    .tel_l_inner h5 {
        padding: 15px
    }

    .tel_box p {
        font-size: 19px;
    }

    .hall_area_flex_box,
    .planlist_box,
    .color_area .planlist_box {
        flex-direction: column;
    }

    .hall_area_l_inner,
    .hall_area_r_inner,
    .howtoresist li {
        width: 100%;
    }


    .planlist_r {
        margin-top: 20px;
    }

    .hall_area_l_inner {
        margin-bottom: 50px;
    }

    .planlist_r a {
        margin-top: 50px;
    }

    .area_ttl_2colors h2 {
        background: linear-gradient(to right, #3BB270 8%, #309361 57%, #A5D6A5 -26%);
        background-size: 100% 10%;
        padding: 5px 0 20px 0;
        margin-bottom: 50px;
        background-repeat: no-repeat;
        background-position: bottom;
        color: #2E8B57;
        font-weight: normal;
        /*#3BB270*/
        font-size: 40px;
    }

    .hall_area_l_inner li h4,
    .hall_area_r_inner li h4 {
        margin: 0px 0 15px 0;
        width: 100%;
    }

    /*0620 供花・供物*/
    .page_biggest_text p {
        font-size: 29px;
    }

    /*0620 2色エリア タイトル*/
    .area_ttl_2colors h2 {
        font-size: 30px;
    }

    /*0621 家族Aセット*/
    /*
	.set_common_icon_wrap ul li,
    .set_dtl_icon_flexbox ul li{
		width: calc(100% / 4 - 10px);
	}*/

    .set_dtl_icon_l_inner {
        width: 100%;
        border-right: none;
        margin-right: 0;
        padding-right: 0;
    }

    .set_dtl_icon_r_inner ul li {
        width: calc(100% / 4 - 10px);
    }

    .set_dtl_icon_flexbox ul li p,
    .set_common_icon_wrap ul li p {
        font-size: 10px;
    }

    .set_dtl_icon_flexbox ul:before {
        display: block;
        content: "";
        width: calc(100% / 4 - 10px);
        order: 1;
    }

    .set_dtl_icon_flexbox ul:after {
        display: block;
        content: "";
        width: calc(100% / 4 - 10px);
    }


    ul.ichi_service li {
        width: calc(100% / 1);
    }

    ul.ichi_service li:nth-child(n+2) {
        margin-top: 50px;
    }



    /*0623　花楽追加*/
    .karaku_flex_box {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .karaku_l_inner,
    .karaku_r_inner {
        width: 100%;
    }

    .karaku_p15 {
        padding: 0 15px;
    }

    .tab-label {
        width: 20px;
        font-size: 16px;
        padding: 5px;
    }

    p.karaku_content_lead {
        font-size: 18px;
    }

    .offering_inner:nth-child(n+3) {
        margin-top: 50px;
    }

    .offering_inner p {
        font-size: 12px;
    }

    /*0629 やすらぎ会員追加*/
    h2.member_top {
        margin: 30px 0 0 0;
        margin-bottom: 20px;
    }

    p.member_fee {
        margin-bottom: 0px;
    }

    h2.member_top,
    p.member_fee {
        font-size: 25px;
    }

    .member_youtube {
        margin-top: 50px;
    }

    /*0630 FAQ*/

    .accordion-open {
        padding: 15px 0px 18px 13px;
    }

    .accordion-open {
        margin-bottom: 0px;
    }

    span.Q {
        font-size: 13px;
    }

    .accordion_qa .Q::before {
        content: 'Q.';
        top: -0.2em;
        left: -1.3em;
    }

    label.accordion-inner {
        font-size: 13px;
        padding: 10px 0px 20px 3.0em !important;
    }

    /*0629 やすらぎ会員追加*/
    h2.member_top {
        margin: 30px 0 0 0;
        margin-bottom: 20px;
    }

    p.member_fee {
        margin-bottom: 0px;
    }

    h2.member_top,
    p.member_fee {
        font-size: 25px;
    }

    .member_youtube {
        margin-top: 50px;
    }

    /*0630 FAQ*/

    .accordion-open {
        padding: 15px 0px 18px 13px;
    }

    .accordion-open {
        margin-bottom: 0px;
    }

    span.Q {
        font-size: 13px;
    }

    .accordion_qa .Q::before {
        content: 'Q.';
        top: -0.2em;
        left: -1.3em;
    }

    label.accordion-inner {
        font-size: 13px;
        padding: 10px 0px 20px 3.0em !important;
    }

    .telbtn {
        display: block;
    }

    /*------------------------------------------↑PAGE END*/



    /*-----------------------SINGLE↓---------------------*/
    /*----------------------------------------↑SINGLE END*/

    /*-----------------------FORM↓-----------------------*/

    /*wpフォーム*/
    .cform th,
    .cform td {
        width: 100%;
        display: block;
        border-top: none;
    }

    .form_in {
        width: 49%;
    }

    input.zipnum {
        width: 25% !important;
    }

    .pref select {
        width: 50% !important;
    }

    /*------------------------------------------↑FORM END*/

    /*-----------------------FOOT↓-----------------------*/

    .footer_btm_in {
        flex-direction: column;
        text-align: center;
    }

    .footer_btm_inin {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }

    /*------------------------------------------↑FOOT END*/


    /*-- ここまで --*/
}
