﻿@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');

@font-face {
	font-family: 'HuiFontP29';
	src: url(./Dup/img/HuiFontP29.eot);
	src: url(./Dup/img/HuiFontP29.eot?#iefix) format('embedded-opentype'),
		url(./Dup/img/HuiFontP29.woff) format('woff'),
		url(./Dup/img/HuiFontP29.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}

.hannari {
    font-family: "Josefin Sans",'Noto Sans JP', sans-serif;
}
.caveat{
    font-family: 'Caveat';
}

body{
    font-family: 'Noto Sans JP',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: #f5f1ed;
}

#intro_wrap .intro_title h3, #contents1_wrap .con_title h3, #contents2_wrap .con_title h3, #contents3_wrap .con_title h3, #info_contact_wrap .con_title  .hannari, #page8 .mail_contact_tel a{
    font-family: 'HuiFontP29','Noto Sans JP',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#fakeloader{background-color: #f5f1ed;}
#fakeloader:before {
    background-color: rgba(255,255,255,0.3);
}

#nav_menu .right .mg_b-50px .nav_menu_more:last-of-type{display:none;}

.overlay{
/*
    background: none!important;
    background-color: rgba(229,119,119,0.8)!important;
*/
}

.more_btn{color: #3b344a;background-color: rgba(227,227,227,0.5);border-radius: 7px;}

#pc_nav li,#top_pc_nav li{
    width: 110px;
    margin-right: 0;
}
#top_pc_nav{
    display: none;
}

#main_img .menu p{
    background-color: rgba(255,255,255,0.0);
    border-radius: 10px;
}
#main_img:before {
    background-color: rgba(64,33,15,0.15);
}

#main_img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(./Dup/img/dott.png);
    background-position: left top;
    background-repeat: repeat;
    background-size: 3px auto;
    z-index: 1;
}
#main_img::before {
    display: none;
    content: "--- ここに動画が入ります ---";
    position: absolute;
    width: auto;
    height: auto;
    top: 90%;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 2;
    color: #fff;
    font-size: 16px;
    letter-spacing: 5px;
    padding: 5px 10px;
}


#intro_wrap h4{
    color:#a2a2a2;
}
#intro_wrap h4::first-letter{
    color:#fdb458;
    font-weight: bold;
}

.intro_txt{
    max-width: 840px;
    margin: 0 auto;
} 

#point1{
    position: absolute;
    top: -50px;
    right: -50px;
    width: 160px;
}
#point2{
    position: absolute;
    bottom: -36px;
    left: -54px;
    width: 140px;
}
#point3{
    position: absolute;
    top: -52px;
    left: 50%;
    width: 160px;
    transform: translate(-50%,0);
    animation: marginanime 1s ease-in-out infinite alternate;
}

#point1, #point2{
    animation: horizontal 2s ease-in-out infinite alternate;
}
#point1 img, #point2 img{
    animation: vertical 1.5s ease-in-out infinite alternate;
}

#contents1 .con_box {
    margin-top: 10%;
}
#contents2 .con_box {
    margin-top: 10%;
}
main span.num{
    display:none;
}
main p.num2{
    font-family: Caveat;
    font-size: 26px;
    font-style: italic;
    font-weight: bold;
    color: #457480;
}
main p.num2::first-letter{
    font-size: 36px;
    font-weight: bold;
}
main p.num2 span{
    font-size: 36px;
}

#contents1 .con_img_wrap{
    position:relative;
}
#contents1 .con_img_wrap::before{
    content: "";
    border:2px solid  #fdb458;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: rotate(-5deg);
    animation: border-animation 30s infinite linear;
    border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
}
#contents1 .con_img_wrap .con_img::before{
    content: "";
    border:2px solid  #fdb458;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: rotate(-5deg);
    animation: border-animation 30s infinite linear;
    border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
}
#contents1 .con_img_wrap .con_img{
    border-radius: 49% 40% 30% 40%/30% 38% 44% 46%;
}
#contents2 .con_img_wrap{
    position:relative;
}
#contents2 .con_img_wrap::before{
    content: "";
    border:2px solid  #f1c3cf;
    position: absolute;
    top: 6px;
    right: 6px;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: rotate(5deg);
    animation: border-animation 20s infinite linear;
    border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
}
#contents2 .con_img_wrap .con_img::before{
    content: "";
    border:2px solid  #f1c3cf;
    position: absolute;
    top: 6px;
    right: 6px;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: rotate(5deg);
    animation: border-animation 20s infinite linear;
    border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
}
#contents2 .con_img_wrap .con_img{
    border-radius: 49% 40% 30% 40%/30% 38% 44% 46%;
}
#contents2 .con_img{margin-bottom: 0;}

@keyframes border-animation {
  to { transform: rotate(360deg); }
}


#contents3 .con_box {
    box-shadow: 0px 0px 50px 20px rgba(253,197,167,0.2);
    border-radius: 10px;
}

.line:before {background-color: #d3d8eb!important;}

#top_cms .cms_title p{color: #a2a2a2;}
#top_cms .cms_title h3{font-family: 'Caveat';}
#top_cms .cms_title .line-l:before{
    display: none;
}

#top_cms .cms_wrap {
    background-color: #fcfbfa;
    border-radius: 10px;
}

#info_contact .con_img {border-radius: 8px;}
#info_contact .con_img:before {background-color: rgba(175,175,175,0.5);}

.back1:before, .back2:before{
    z-index: -1;
}
.back1:before {
    background-color: #f2ede0;
/*
    background-color: rgba(247,237,234,0.3);
    background-image: repeating-linear-gradient(-45deg,#fff, #fff 7px,transparent 0, transparent 14px);
*/
}
.back2:before {
    background-color: #f2ede0;
/*
    background-color: rgba(247,237,234,0.3);
    background-image: repeating-linear-gradient(-45deg,#fff, #fff 7px,transparent 0, transparent 14px);
*/
}

.page .back1:before {
    opacity: 0.5;
}

#footer {
    background-image: url("./Dup/img/f_bg.png");
}
#footer_con h2{
    display: none;
}

#page_title .page_title_box{border-radius: 7px;}
.cate_list li a {border-radius: 7px;}

#page9 .more{padding-top: 1px;}

.fuwa1 {
    position: absolute;
    top: 2%;
    right: 2%;
    width:300px;
    height: 300px;
    background:#f5e2c5;
    animation: fuwafuwa 20s infinite linear;
}
.fuwa1 {
    position: absolute;
    top: 2%;
    right: 2%;
    width:300px;
    height: 300px;
    background:#f5e2c5;
    z-index: -1;
    animation: fuwafuwa 20s infinite linear;
}
.fuwa2 {
    position: absolute;
    top: 36%;
    left: 2%;
    width: 300px;
    height: 300px;
    background: #d8dada;
    z-index: -1;
    animation: fuwafuwa 20s infinite linear;
}
.fuwa3 {
    position: absolute;
    bottom: -11%;
    right: 2%;
    width:300px;
    height: 300px;
    background:#f5e2e7;
    z-index: -1;
    animation: fuwafuwa 20s infinite linear;
}

@keyframes fuwafuwa {  
	  
0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
}
14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
}
28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
}
42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
}
56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
}
70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
}
84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
}
	  
}

@media screen and (min-width:769px){

}

@media screen and (max-width: 768px){
    #main_img {
        height: 60vw!important;
    }
    #point1 {
        top: -50px;
        right: -25px;
        width: 140px;
    }
    #point2 {
        bottom: -50px;
        left: -40px;
        width: 125px;
    }
    #point3 {
        width: 140px;
    }
}

@media screen and (max-width: 667px){
    header{
        background-color: #40210f;
    }
    header.scr_header {
        background-color: rgba(64,33,15,0.5);
    }
    #main_img {
        margin-top: 80px;
    }
    #main_img .menu p {
        display: none;
    }
    #main_img::before {
        display: none;
    }
    #intro_wrap {
        padding-top: 50px;
        padding-bottom: 100px;
    }
    #point1 {
        top: -50px;
        right: -15px;
        width: 120px;
    }
    #point2 {
        bottom: -45px;
        left: -19px;
        width: 105px;
    }
    #point3 {
        top: -45px;
        width: 120px;
    }
    .fuwa1 {
        top: 5%;
        right: 2%;
        width: 150px;
        height: 125px;
    }
    .fuwa2 {
        top: 41%;
        left: 2%;
        width: 150px;
        height: 125px;
        background: #d8dada;
    }
    .fuwa3 {
        bottom: -4%;
        right: 1%;
        width: 150px;
        height: 125px;
        background: #f5e2e7;
    }
    #page_title{
        margin-top: 80px;
    }
    .page_title_box{width: 60%;}
    .page_title_box h2{font-size: 26px;}
    
    #contents1 .con_img_wrap::before {
        width: calc(100% + 8px);height: calc(100% + 8px);
        transform: rotate(0);
        top: -6px;
        left: -6px;
        animation-play-state: paused;
        border-radius: 49% 40% 30% 40%/30% 38% 44% 46%;
    }
    #contents1 .con_img_wrap .con_img::before {
        display:none;
    }
    #contents2 .con_img_wrap::before {
        width: calc(100% + 8px);height: calc(100% + 8px);
        transform: rotate(0);
        top: -6px;
        left: -6px;
        animation-play-state: paused;
        border-radius: 49% 40% 30% 40%/30% 38% 44% 46%;
    }
    #contents2 .con_img_wrap .con_img::before {
        display:none;
    }
}

@media all and (-ms-high-contrast:none){
    .page10 .page_title_box h2{
        margin-top: 0;
    }
    #cms_6-b .cate .box_txt1{
        padding: 10px 10px 10px!important;
    }
    #cms_6-b .cate .box_txt2{
        padding: 10px 10px 10px!important;
    }
}


@keyframes horizontal {
    0% { transform:translateX( -3px); }
  100% { transform:translateX(  0px); }
}
@keyframes vertical {
    0% { transform:translateY(-10px); }
  100% { transform:translateY(  0px); }
}
@keyframes marginanime {
    0% { margin-top: -10px; }
  100% { margin-top: 0; }
}