﻿@import url('https://fonts.googleapis.com/css2?family=Zen+Antique&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@400;500;700&display=swap');
.font_en, body {
    font-family: 'Zen Antique', serif;
    font-family: 'Sawarabi Gothic', sans-serif;
}
.txt1 {
    width: 90%;
    font-size: 2.8vw;
    color: #6a2c00;
text-shadow: 0 2px 4px rgba(255, 255, 255, 0.63), 0px -1px 5px rgba(255, 255, 255, 0.92);
}

.head_banner {
    bottom: 0;
    z-index: 16;
    width: 100%;
}


#contents_box h2, #contents_box h3 {
     font-weight: normal;
 }
#cms_2-a .cate_box {
border-bottom: 4px dotted #dcc45c;
}
#cms_2-a h3 {
    display: block;
    text-align: center;
    border: none;
    font-weight: bold;
}
#cms_2-a .box_wrap {
padding: 10px 15px;background: #fff;margin-top: 14px;
}


.cms_title {
    text-align: center;
    padding-left: 0;
    position: relative;
    z-index: 0;
}
.cms_title::before {
    display: none;
}
.fat-nav ul {
background: #eee9e6;
}
#top_cms .box:first-child .cms_title:after {
    content: "";
    display: block;
    width: 45%;
    height: 190px;
    position: absolute;
    top: -81px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    border-radius: 50%;
    z-index: -1;
}
#page_title .page_box h2 {
    /*color: #fff;*/
    font-size: 21px;
    line-height: 1;text-shadow: none;
}
#page_title .page_box p {
   font-size: 49px; padding-right: 30px;
   line-height: 1;color: #fff;
   font-family: 'Kaisei Opti', serif;text-shadow: none;
}

/* ----------------HEADERMENU-----------------------*/
#main_menu ul li a::before {
top: inherit;
bottom: 3px;
left: 0;
width: 15px;
background-color: #603813;
}
#main_menu ul li a::after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(Dup/img/flower2.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: -25px;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.2;
    background-position: 50% 50%;
    transition: all 0.5s;
}
#main_menu ul li a:hover::before {
width: 100%;
}
#main_menu ul li a:hover::after {
-webkit-animation: CURRENT_ROTATE 1.5s ease infinite;
animation: CURRENT_ROTATE 1.5s ease infinite;
animation-delay: 0.3s;
opacity: 1;
}
#main_menu ul li a {
    margin-bottom: 15px;
}
#main_menu ul li a, #main_menu ul li a:hover {
    display: inline-block;
    padding: 6px 7px;
}
@-webkit-keyframes CURRENT_ROTATE{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes CURRENT_ROTATE{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
/* -----------------------------------------------------------*/
body {
    background: #eee9e6;
    line-height: 1.7;
}
main {
    overflow: hidden;
}
.topcmsWrap:before {
    content: "";
    display: block;
    position: absolute;
    top: -39px;
    left: 0px;
    width: 100%;
    height: 40px;
    background-image: url(Dup/img/wave.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
/* ------------------------------------------------------------------ */






#top_cms {
    position: relative;
    padding-top: 60px;
}
.top_cms_box {
    position: relative;
}
.top_cms_box:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 24px;
    left: 0;
    right: 0;
    margin: auto;
    top: -1px;
    background-image: -webkit-linear-gradient(left,#3fb86a,#3fb86a 2px,transparent 2px,transparent 4px);
    background-image: linear-gradient(to right,#3fb86a,#3fb86a 2px,transparent 2px,transparent 4px);
    background-size: 6px 1px;
    background-repeat: repeat-x;
    position: absolute;
}


.img5, .img6, .img7 {
    position: relative;
}

.img5:before, .img6:before, .img7:before {
   content: "";
    height: 78px;
    display: block;
    bottom: -42px;
    background-image: url(Dup/img/num1.png);
    background-size: contain;
    right: -18px;
    width: 144px;
    height: 145px;
    position: absolute;
    z-index: 14;
    background-repeat: no-repeat;
}
.img6:before {
    background-image: url(Dup/img/num2.png); 
}
.img7:before {
    background-image: url(Dup/img/num3.png); 
}
#main_menu li {
    text-align: center;
    letter-spacing: 2px;
}
#contents2, #contents3 {
    position: relative;
}
/* -----------------------------------------------------------------------------------------*/
.button, .button2 {
    background: #fff;
    font-size: 14px;
    border-radius: 30px;
    border: none;
}
#top_cms .box:nth-child(1) .button, footer .button {
    background-color: #eee9e6;
}
.button {
    transition: all 0.3s;
}
.button:hover, .button2:hover, .banner_bt a:hover {
    /* transform: scale(1.05,1.05); */
    transform: translateY(-5px);
    box-shadow: none;
}
.button:hover::after {
    display: none;
}
.button:hover {
    color: #212121;
}
/* -----------------------------------------------------------------------------------------*/
@media(min-width: 769px) {
    #page_title .page_box::before {
    top: 74%;
}
    #logo {
        max-width: 200px;
    }
header.bg_color4 {
    border-right: 1px solid #d9d9d9;  
}
.topHeader header.bg_color4 li a {
    color: #fff;
}
.topHeader header.bg_color4.is-animation li a, header.bg_color4 li a {
    color: #212121;
}
.topHeader header.bg_color4 #main_menu ul li a::before {
    background: #fff;
}
.topHeader header.bg_color4.is-animation #main_menu ul li a::before {
    background: #212121;
}
}

@media screen and (min-width:667px) and ( max-width:768px) {
#page_title .page_box {
    padding-bottom: 45px;
}  
#page_title .page_box::before {
top: 46%; 
}
}


@media(max-width: 768px) {
    header.bg_color4 {
        background-color: #fff;
    }
#logo {
    width: 300px;
    padding: 3px 0;
}
.catch img {
    height: 45vh;
}
.dot_line {
    width: 308px;
}
.txt1 {
    width: 95%;
    font-size: 4.3vw;
}
}





















article > .width_1280-max, footer.width_1280-max {
    max-width: inherit;
}
article > .width_1280-max {
    padding-left: 0;
    padding-right: 0;
}
.txt2, .txt4, .txt5, .txt7 {
    font-weight: bold;
    font-size: 28px;
}
.txt5, .txt7 {
    font-weight: bold;
    font-size: 23px;   
}
#top_cms .box {
    padding-left: 10px;
    padding-right: 10px;
}
#top_cms .box .cms_title, .cms_wrap, footer > div {
    max-width: 1280px;
    margin: 0 auto 35px;
}
.cms_wrap {
    position: relative;
}
#top_cms .box:nth-child(1) {
      background: #fff;  
}
#contents3 {
    padding-left: 0;
    padding-right: 0;
    max-width: inherit;
}
#contents3 > .d_flex {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}
#cms_3-a .cate > .d_flex {
   background: #fff;
    padding-right: 11px;
}
#cms_5-c .box_txt1 {
    background: #fff;
    padding-bottom: 15px;
    padding-right: 10px;
    padding-top: 18px;
}
#cms_5-c .box_txt1::before {
    top: 4px;
    left: 14px;
}
footer {
   background: #fff;   
}

.link_box ul {
    justify-content: center;
}
.link_box ul li {
       width: 30px!important;
    margin-left: 10px;
    margin-right: 10px; 
}
#page10 {
    padding: 20px 5%;
}
@media(max-width: 768px) {
.fat-nav li a {
    font-size: 18px;
}
#page_title .page_box h2 {
font-size: 16px;
}

}
@media(max-width: 667px) {
    #page_title .page_box p {
        font-size: 26px;
    }
    #cms_2-a h3 {
        margin-bottom: 5px;
    }
    #cms_2-a .cate_box {
     margin-top: 22px;
    }
#top_cms .box:first-child .cms_title:after {
    width: 50%;
    height: 109px;
    top: -71px;
    }
.width_1000-max.pd_l-r5per_sp {
    padding: 0;
}
#page7.width_1000-max, #page9.width_1000-max.pd_l-r5per_sp {
    padding: 20px 5%;
}
article.width_1280-max {
    /*padding-left: 0;*/
    /*padding-right: 0;*/
}
.fat-nav li {
    padding: 9px;
}
.fat-nav li a {
    font-size: 13px;
}
.txt2, .txt4 {
    font-size: 5.6vw;
}
.txt5, .txt7 {
    font-size: 6.5vw;   
}

footer .logo {
    text-align: center;
}
footer .logo img {
    max-width: 135px!important;
margin: 0 auto;
}
#logo {
    width: 141px;
    padding: 3px 0;
}
.catch img {
    height: auto;
    width: 67px;
    object-fit: inherit;
}
#top_cms:before {
    left: calc( 50% - 168px);
    max-width: 350px;
}
.img5:after, .img6:after, .img7:after {
    font-size: 11vw;
}
#cms_3-a .cate > .d_flex {
    padding-left: 11px;
}
#cms_5-c .box_txt1 {
    padding-left: 32px;
}
#cms_5-c .box_txt1::before {
left: 6px; top: 11px;
}
}
/* --------------------------------------------↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑-------------------------------------------------------- */






.faq1, .faq2 {
    padding: 0 80px;
}
.faq1{
    background-image: url(Dup/img/q1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 66px;
    margin-top: 14px;
    min-height: 68px;
}
.faq2{
    background-image: url(Dup/img/a1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 66px;
    text-align: right;
    text-align: right;
    min-height: 68px;background-position: 100% 0;
}

p.que:after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(193, 255, 18, 0);
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 10px;
    border-right-width: 15px;
    margin-top: -10px;
    border-right-color: #3fb86a;
    right: 100%;
    top: 27px;
}
p.que {
    position: relative;
    background: #3fb86a;
    padding: 13px;
    text-align: left;
    color: #FFFFFF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
p.ans:after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(193, 255, 18, 0);
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 15px;
    border-right-width: 10px;
    margin-top: -10px;
    border-left-color: #fef9f1;
    left: 100%;
    top: 32px;
}
p.ans {
   margin-left: auto;
    padding-right: 50px;
    position: relative;
    background: #fef9f1;
    padding: 10px;
    text-align: left;
    color: #FFFFFF;
    color: black;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

@media(max-width:667px) {
  .faq1 {
       padding: 0 0 0 58px;
   }
      .faq2 {
       padding: 0 58px 0 0px;
   }
   .faq1, .faq2 {
       background-size: 43px;
   }
   .faq1 p, .faq2 p {
       padding: 10px 10px;
   }

}
