﻿/** font **/

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&family=Montserrat&family=Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/earlyaccess/hannari.css');

:root{
    --font-jp: 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    --font-jp2: "Hannari", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
    --font-en: 'Montserrat', 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    --font-en2: 'Dancing Script', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
body, .font_sans-serif{
    font-family: var(--font-jp);
}
.font_en, a[href^="tel:"]{
    font-family: var(--font-en);
}

.font_bold{
    font-weight: normal;
}

/** color **/

:root{
    --color1: #fcc695;
    --color1s: #f78e48;
    --color2: #f4eb9d;
    --color2s: #d8c541;
    --color3: #219b4a;
    --color4: #d3cfb4;
    --color5: #f7f5eb;
    --black: #4c391f
}

/** other **/

.normal_img img, .rectangle_img, .square_img{
    border-radius: 10px;
    box-shadow: 10px 10px 0 rgba(76,57,31,0.05);
}

#fakeloader{
    background-color: #fff;
}
#fakeloader .fl{
    max-width: 300px;
}

.menu_btn span{
    background-color: var(--color1);
}

.header .logo1{
    padding-right: 50px;
    max-width: 160px;
}
#sp_nav{
    background-image: url('./Dup/img/bg_img.jpg');
    background-size: 1000px;
}
.pc_nav span.font_16{
    color: var(--black);
}
.pc_nav span.font_15{
    font-size: 12px;
    letter-spacing: 3px;
    opacity: 0.5;
    font-family: var(--font-en);
}

.topTxt1{
    font-family: var(--font-en);
}

#main_img{
    padding-top: 0;
    clip-path: ellipse(120% 100% at 50% 0%);
    margin-bottom: -7vw;
    position: relative;
    z-index: 1;
}
#main_img .catch{
    top: calc(50px + 20%);
    left: 10%;
}
#main_img .catch .catch_title{
    width: 20vw;
}
.catch_txt{
    letter-spacing: 2px!important;
    line-height: 1.7!important;
}

#con1{
    background-image: url('./Dup/img/bg_img11.png'), url('./Dup/img/bg_img12.png'), url('./Dup/img/bg_img2.png'), url('./Dup/img/bg_img2.jpg');
    background-repeat: no-repeat, no-repeat, repeat-x, repeat;
    background-position: left top, right top, left calc(50% - 300px) bottom, top left;
    background-size: 500px, 500px, auto, 1000px;
    padding-top: calc(6vw + 100px);
}
#con1::before, #con1::after{
    position: absolute;
    content: "";
    width: 300px;
    height: 300px;
    bottom: -130px;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}
#con1::before{
    background-image: url('./Dup/img/bg_img4.png');
    left: 0;
}
#con1::after{
    background-image: url('./Dup/img/bg_img5.png');
    right: 0;
}
.con1_squ{
    display: none;
}
#con1 .con1_inner p{
    line-height: 2.5;
    font-size: 14px;
    position: relative;
    z-index: 1;
}
#con1 h2{
    font-family: var(--font-jp2);
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
    padding-bottom: 50px;
    background-image: url('./Dup/img/bg_img10.png');
    background-size: 300px;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.topTxt1 .arrow{
    border-top: 15px solid var(--color1);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#con2 p.font_22 {
    font-family: var(--font-jp2);
    color: var(--black);
    font-size: 26px;
    margin-bottom: 30px;
    display: inline-block;
    border-bottom: solid 1px;
}

#con3{
    background-image: url('./Dup/img/bg_img2.png'), url('./Dup/img/bg_img3.png'), url('./Dup/img/bg_img.jpg');
    background-size: auto, auto, 1000px;
    background-repeat: repeat-x, repeat-x, repeat;
    background-position: bottom left calc(50% - 300px), top left calc(50% - 300px), top left;
    position: relative;
}
#con3::before, #con3::after{
    position: absolute;
    content: "";
    width: 300px;
    height: 300px;
    top: -150px;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
}
#con3::before{
    background-image: url('./Dup/img/bg_img6.png');
    left: 0;
}
#con3::after{
    background-image: url('./Dup/img/bg_img7.png');
    right: 0;
}
#con3 .title h3 .sl{
    display: none;
}
#con3 .box .icon{
    margin-top: -40px;
    background-image: url('./Dup/img/bg_img.png');
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: bottom center;
}
#con3 .box .icon img{
    display: none;
}
#con3 .box .icon::before{
    font-family: var(--font-en2);
    font-size: 80px;
    line-height: 1;
    color: var(--color1s);
}
#con3 .box:nth-of-type(1) .icon::before{
    content: "01";
}
#con3 .box:nth-of-type(2) .icon::before{
    content: "02";
}
#con3 .box:nth-of-type(3) .icon::before{
    content: "03";
}
#con3 h3{
    color: var(--black);
    font-family: var(--font-jp2);
    padding-bottom: 50px;
    background-image: url(./Dup/img/bg_img10.png);
    background-size: 300px;
    background-position: bottom center;
    background-repeat: no-repeat;
}

#topCms{
    padding-top: 100px;
}
#topCms::before, #topCms::after{
    position: absolute;
    content: "";
    width: 300px;
    height: 300px;
    top: -100px;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
}
#topCms::before{
    background-image: url('./Dup/img/bg_img8.png');
    left: 0;
}
#topCms::after{
    background-image: url('./Dup/img/bg_img9.png');
    right: 0;
}
#topCms .topCms{
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 100px;
}
#topCms .cmstitle h3{
    line-height: 1.0;
    font-size: 18px;
}
#topCms .cmstitle p{
    font-family: var(--font-en);
    font-size: 40px;
    color: var(--color1s);
    line-height: 1.7;
}
#topCms .cmstitle p span{
    color: var(--color2);
}

.pagetitle {
    padding-top: 200px;
    padding-bottom: 100px;
    background-color: var(--color5);
}
.pagetitle_img{
    mix-blend-mode: normal;
    background-size: cover;
    opacity: 0.15;
}
.pagetitle h2{
    font-family: var(--font-jp2);
}
.pagetitle p{
    font-family: var(--font-en);
    color: var(--color3);
}
.pagetitle::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: url('./Dup/img/bg_img2.png');
    background-repeat: repeat-x;
    background-position: bottom left calc(50% - 300px);
    z-index: 1;
}

.all_contents{
    background-color: transparent;
    position: relative;
}
.all_contents::before, .all_contents::after{
    position: absolute;
    content: "";
    width: 300px;
    height: 300px;
    top: -200px;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
}
.all_contents::before{
    background-image: url('./Dup/img/bg_img6.png');
    left: 0;
}
.all_contents::after{
    background-image: url('./Dup/img/bg_img7.png');
    right: 0;
}
.all_contents .content{
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}

#page9 .box .no{
    background-color: var(--color2s);
}

#page10 .sitemap li a{
    background-color: var(--color1s);
}

.date, .pager{
    font-family: var(--font-en);
}

.footer{
    background-color: var(--color1s);
}

.footer_contact::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: url('./Dup/img/bg_img3.png');
    background-repeat: repeat-x;
    background-position: top left calc(50% - 300px);
    z-index: 1;
}
.footer_contact h4{
    line-height: 1;
    font-size: 18px;
    color: var(--color1s);
}
.footer_contact p.txt_color1{
    margin-top: 0;
    font-family: var(--font-en);
    font-size: 40px;
    line-height: 1.5;
}
.footer_contact .f_contact_btn{
    display: none;
}

.footer_sns, .menu_sns{
    font-family: var(--font-en);
}

.pagetop{
    z-index: 1;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
#main_img{
    margin-bottom: -8vw;
}
#main_img .catch {
    top: 110px;
    left: 5%;
}
#main_img .catch .catch_title {
    width: 40vw;
}
#con1{
    background-size: calc(100px + 20vw), calc(100px + 20vw), auto, 1000px;
}
#con1::before, #con1::after {
    width: calc(80px + 18vw);
    height: calc(80px + 18vw);
    bottom: calc(-40px - 10vw);
}
#con3::before, #con3::after, #topCms::before, #topCms::after, .all_contents::before, .all_contents::after {
    width: calc(80px + 18vw);
    height: calc(80px + 18vw);
    top: calc(-40px - 10vw);
}
.pagetitle {
    padding-top: 150px;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
#fakeloader .fl{
    max-width: 160px;
}
.header .logo1{
    max-width: 140px;
    padding-left: 0;
}
#main_img .catch {
    top: 80px;
    left: 10%;
    transform: rotate(-5deg);
}
#con1 {
    background-position: top left, top right, left calc(50% - 100px) bottom, top left;
    background-size: calc(100px + 20vw), calc(100px + 20vw), 400px, 1000px;
    padding-top: 100px;
    padding-bottom: 100px;
}
#con2{
    padding-top: 100px;
    padding-bottom: 100px;
}
#con3 {
    background-size: 400px, 400px, 1000px;
    background-position: bottom left calc(50% - 100px), top left calc(50% - 100px), top left;
    padding-top: 100px;
    padding-bottom: 100px;
}
.pagetitle {
    padding-top: 120px;
    padding-bottom: 80px;
}
.pagetitle::before {
    background-position: bottom left calc(50% - 100px);
    background-size: 400px;
}
.all_contents{
    padding-top: 100px;
}
.footer_contact::before {
    background-position: top left calc(50% - 100px);
    background-size: 400px;
}
}