﻿#main_img:before{
        content: "";
    display: block;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    position: absolute;
    top: 50%;
    left: 50%;
    border: 10px solid white;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 60%;
    pointer-events: none;
    border-radius: 20px;
    z-index: 1;
}

.triangle01{
    display: none;
}

#main_img:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/roku.jpg), url(./Dup/img/taiyo.png), url(./Dup/img/hana.png);
    background-position: bottom left, top left, bottom right;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 230px, 220px , 40%;
    pointer-events: none;
    z-index: 3;
}

.bg_color3 {
    /*background-color: #efe7c3;*/
        background-color: #fdf6d6;
            background-color: #f3edd1;
}

#top_contents1{
    background-image: url(./Dup/img/tyu.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    background-size: 50%;
}

#attach{
    height: 500px;
}

.bg_color2 {
    background-color: #d8f0ff;
}

#attach:before{
        content: "";
    display: block;
    width: 100%;
    height: calc(100% - 40px);
    position: absolute;
    top: 50%;
    left: 50%;
    border: 8px solid white;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 60%;
    pointer-events: none;
    /* border-radius: 20px; */
    z-index: 1;
}

#top_contents1 .con1_img2 {
    z-index: 2;
}

#top_contents1 .con1_img2 div {
    padding-bottom: 60%;
}

/*.bg_white {*/
/*    background-color: #fff9f1;*/
/*}*/

#top_contents3{
    background-image: url(./Dup/img/ryu.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 35%;
    background-attachment: fixed;
    background-color: #fffbf4;
        position: relative;
    z-index: 1;
}

#top_contents1:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    right: 0%;
    background-image: url(./Dup/img/sora3.png);
    background-position: 130% 0%;
    background-repeat: no-repeat;
    /* -webkit-transform: translate(-50% , -50%); */
    /* transform: translate(-50% , -50%); */
    background-size: 60%;
    pointer-events: none;
}

#top_contents1 h3.con_title{
        font-size: -webkit-calc(1rem + 18px);
    font-size: calc(1rem + 18px);
        text-align: center;
}

.catch {
    z-index: 4;
    bottom: 13%;
    right: 1%;
    width: 40%;
    max-width: 500px;
    filter: drop-shadow(3px 3px 3px rgba(243,237,209,0.9)) drop-shadow(-3px -3px 3px rgba(243,237,209,0.9)) drop-shadow(-3px 3px 3px rgba(243,237,209,0.9)) drop-shadow(3px -3px 3px rgba(243,237,209,0.9));
}

#con_nav ul {
    background-color: white;
}

.fixbnr {
    right: 50px;
}

#top_contents1:after {
    content: "";
    display: block;
    width: 300px;
    height: 400px;
    position: absolute;
    top: -10%;
    right: 0%;
    background-image: url(./Dup/img/bird2.png);
    background-position: 100% 0%;
    background-repeat: no-repeat;
    /* -webkit-transform: translate(-50% , -50%); */
    /* transform: translate(-50% , -50%); */
    background-size: contain;
    pointer-events: none;
}

.v_type3 .cate_box {
    border: 1px solid #cdcdcd;
    background-color: white;
}
.v_type3 .box_title1 {
    color: #e86368;
}

#cms_3-c .cate{
        background-color: white;
    padding: 20px;
    box-sizing: border-box;
        border-radius: 10px;
}

.border_color3 {
    border-color: #dfdfdf;
}

#page07{
    background-color: white;
    padding: 70px 0;
}

.privacy_box{
    background-color: white;
    padding: 30px 20px;
    border-radius: 20px;
}

p.con_sub_title{
    text-align: center;
    font-size: 20px;
}

.fixbnr{
    display: none;
}

.tyu{
        margin: auto;
    margin-bottom: 50px;
    border-bottom: 4px solid white;
    padding-left: 30px;
    box-sizing: border-box;
    font-size: 16px;
    padding-bottom: 40px;
}

#footer_info .info_txt_wrap{
        padding: 30px 50px;
}

#footer > div.d_flex{
    max-width: 1280px;
    margin: auto;
}

.footer_h1{
    text-align: center;
}

#footer_info > div{
    background-image: url(./Dup/img/foot.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto;
    padding-bottom: 120px;
}

p.sub_title{
        color: black;
}

.linkStyle{
    color: #11c95b;
font-weight: bold;
}

.loader_icon {
    width: 150px;
}

.hvr_bg_color2:hover {
    background-color: #cacbca;
}

.dec{

    display: block;
    font-size: 14px;
letter-spacing: 0.01em;
}

.dec2{

    display: block;
    font-size: 16px;
letter-spacing: 0.01em;
}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

#main_img:after {
        background-image: url(./Dup/img/roku.jpg), url(./Dup/img/hana.png);
    background-position: top left, bottom right;
    background-size: 180px, 250px;
}

#top_contents1:after {
    width: 200px;
    height: 200px;
    top: 0%;
}

#top_contents1:before {
    top: 20%;
    background-size: 80%;
}

#top_contents1 .con1_img2 div {
    padding-bottom: 80%;
}

#footer_info .info_txt_wrap {
        padding: 30px 30px;
    margin-bottom: 0;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

#footer_info .info_txt_wrap {
    margin-bottom: 0;
}

#footer_info > div {
    padding-bottom: 0px;
    padding-top: 7px;
}

#main_img:before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 2px solid white;
}

.catch {
    bottom: 5%;
    width: 65%;
}

.mainwrap-r h1 {
    width: 90px;
}

#main_img {
    height: 150vw;
    height: 83svh;
}

#top_contents1 .con1_img2 div {
    padding-bottom: 110%;
        min-width: 150px;
}

#attach {
    height: 300px;
}

.tyu {
    padding-left: 10px;
    padding-right: 10px;
}

#cms_3-c .cate_box .box_txt1{
        line-height: 1.6em;
    margin: 20px auto;
}

#cms_3-c .box_title1, #cms_3-c .box_txt1{
    padding: 0 !important;
}

}