﻿@import url('https://fonts.googleapis.com/css2?family=Sunshiney&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Beth+Ellen&display=swap');
#body {
    background: #fcfdf3;
    background-image: url(Dup/img/dotted_bg2.png);
    background-size: 8px;
}

#main_menu ul li a, h2, h3, h4 {
    font-family: 'Kosugi Maru', sans-serif;
}
.font_en, .date, a[href^="tel:"], a[href^="mailto:"], .cms_title p {
    font-family: 'Outfit', 'Kosugi Maru', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.intro_title, .con_no, .cms_title p, #page_title p {
    /*font-family: 'Beth Ellen', cursive;*/
}
body {
    line-height: 1.9;
    font-family: 'Outfit', 'Kosugi Maru', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    overflow: hidden;
}
.txt2 img {
    height: 93px;
    width: auto;
}
.txt4 img {
    height: 89px;
    width: auto;
}

.img5, .img6, .img7 {
    box-shadow: 0 0 26px rgb(183 172 140 / 16%);
}

.youtube_box {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube_box iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}


@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}



#attach {
    height: 542px;
}
#attach:before {
    content: "";
    display: block;
    width: 100%;
    height: 542px;
    background-size: 1715px auto;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(Dup/img/sf.png);
}
.bnr_about {
    z-index: 11;
    position: absolute;
    max-width: 390px;
    right: 12%;
    top: 38%;
    filter: drop-shadow(0px 0px 25px rgba(0,0,0,0.07));
}
/* ---------------------------------------------------------------------------------------------- */
.cms_1-a .date {
    background: #fcfdf3;
    border-radius: 0 0 18px 0;
    padding: 14px;
    font-size: 16px;
    color: #87bb00;
}
.cms_1-a .date:before, .cms_1-a .date:after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(Dup/img/date_kazari.png);
    background-size: cover;
}
.cms_1-a .date:before {
    right: -15px;
    top: 0;
}
.cms_1-a .date:after {
    left: 0px;
    bottom: -15px;
}

.cms_1-a a:hover figure img {
    width: 110%!important;
}
.cms_1-a.cms_wrap {
    padding: 3%;
    background: #fff;
    border-radius: 23px;
    box-shadow: 0 0 26px rgb(183 172 140 / 16%);
}
/* ---------------------------------------------------------------------------------------------- */
#contents1, #contents2, .img5, #page_title .page_box, #top_cms, #contents3, #contents4 {
    position: relative;
}
#contents3 {
	background-color: #9cc63a;
}
.illust1 {
    max-width: 473px;
    right: 7%;
    bottom: -79px;
    z-index: 2;
    width: 43%;
}
.illust2 {
    width: 200px;
    right: 32%;
    bottom: -219px;
    z-index: 2;
}
.illust3 {
    width: 80%;
    left: calc(50% - 613px);
    z-index: 2;
    top: 53px;
    max-width: 399px;
}
.illust4 {
    width: 120px;
    right: 3%;
    bottom: -306px;
    z-index: 2;
}
.illust5 {
    width: 97px;
    right: 21%;
    bottom: 4%;
    z-index: 2;
}
.illust6 {
    width: 200px;
    right: 4%;
    bottom: 3%;
    z-index: 2;
}
.intro {
	width: 300px;
	left: -45px;
	top: -80px;
	z-index: -1;
}
.txt2 {
    text-shadow: 1px 1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff,
 -1px -1px 1px #ffffff, 1px 0px 1px #ffffff, 0px 1px 1px #ffffff, -1px 0px 1px #ffffff,
 0px -1px 1px #ffffff;
}

#cms_2-c .box_txt1 {
    border-bottom: 1px dashed;
    padding-bottom: 0;
    margin-bottom: 10px;
}
.marker {
    background: linear-gradient(transparent 90%, rgb(255 127 80) 0%) 0px 0px repeat scroll rgba(0, 0, 0, 0);
    padding: 3px 6px;
}

footer {
    background-image: url(Dup/img/foot_bg.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50% 100%;
}
/* ------------------------------------------------------------------------ */
figure, #map .ggmap {
    box-sizing: border-box;
    border: 7px solid #fff;
    box-shadow: 0 0 26px rgb(183 172 140 / 16%);
}
#cms_2-d figure {
    box-shadow: none;
}
figure {
    border-radius: 45px;
    overflow: hidden;
}
figure.shadow {
     box-shadow: none;   
}
.font_14 {
    font-size: 15px;
}
.txt5, .txt7 {
    /* background-image: url(Dup/img/kazari1.png); */
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size: 350px;
    margin-bottom: 17px;
    padding-bottom: 15px;
    font-size: 27px;
}
.bnr_menu a, .head_banner a {
    display: block;
}
.catch {
    width: 41%;
    max-width: 551px;
    filter: drop-shadow(-1px 0px 5px rgba(0,0,0,0.1));
    z-index: 1;
    top: 49%;
    left: 3%;
    opacity: 0;
}
.catch.trans {
    -webkit-animation: bounceIn 1.5s ease forwards;
animation: bounceIn 1.5s ease forwards;
}


.cms_title h2 {
    color: #4c4c4c;
    font-size: 28px;
}
.scroll_bt {
    /*color: #212121;*/
    bottom: 30px;
}
/*.scroll_bt span {*/
/*    border: 2px solid #3e3e3e;*/
/*}*/
/*.scroll_bt span::before {*/
/*    background-color: #5c5c5c;*/
/*}*/

/* ------------------------------------------------------------------------ */
footer.border_so1-t {
    border-top: 0;
}
span.border {
    /*border-bottom: 2px solid #9cc63a;*/
    font-size: 17px;
    position: relative;
    line-height: 2.1;
}
span.border:before {
   	content: "";
	display: block;
	width: 0%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
background-color: #9cc63a;
transition-duration: 2s;
}
span.border.active:before {
	width: 100%;
}
.kazari {
    position: relative;
}
.kazari::before {
    content: "";
    display: block;
    width: 318px;
    height: 146px;
    position: absolute;
    right: -93px;
    top: -123px;
    z-index: -1;
    background-image: url(Dup/img/kousen.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
}
.kazari::after {
	content: "";
	display: block;
	width: 167px;
	height: 146px;
	position: absolute;
	right: -193px;
	bottom: -123px;
	z-index: -1;
	background-image: url(Dup/img/kousen2.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: contain;
}
#contents2::before {
    content: "";
    display: block;
    width: 200px;
    height: 400px;
    position: absolute;
    left: -59px;
    top: -147px;
    z-index: 1;
    background-image: url(Dup/img/kazari_maru2.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
}
.page_box {
    background-image: url(Dup/img/rainbow.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 50% 50%;
}
.cms_title {
	background-image: url(Dup/img/kazari_maru2.png);
	background-repeat: no-repeat;
	background-size: 93px;
	background-position: 44% 0%;
	padding-top: 24px;
}
#page_title .page_box {
	background-image: url(Dup/img/kazari_maru2.png);
	background-repeat: no-repeat;
	background-size: 93px;
	background-position: 44% 69%;
	
}
#top_cms .box:nth-of-type(4) .cms_title {
	background-image: url(Dup/img/kazari_maru3.png);
}
.more a, .foot_tel_bt a {
    border-radius: 34px;
}
.intro1 {
    width: 29%;
    top: -57px;
    right: -1%;
    z-index: 1;filter: drop-shadow(0px 9px 16px rgba(0,0,0,0.05));
}
.intro2 {
    width: 12%;
    bottom: -46px;
    left: 4%;
    z-index: 2;filter: drop-shadow(0px 9px 16px rgba(0,0,0,0.05));
}
.check {
    background: #fffded;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #efe6cb;
}
.check li {
    background: url(Dup/img/check.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
    background-size: 28px;
    padding: 5px 5px 5px 38px;
    font-size: 16px;
}

#contents1 {
   z-index: 1;
    text-align: center;
    padding: 110px 10% 80px;
}
#contents1 .intro_title {
    color: #f585b6;
}
.hamburger__icon.bg_color1 {
    background-color: #01971a;
}
header.bg_color4 {
    background: #fff;
    /* border-right: 1px solid #009719; */
    box-shadow: -1px 0px 23px rgb(153 153 153 / 12%);
}
header .head_box .link_box li {
    width: 11%!important;
}
#main_menu ul li {
    text-align: center;
}
#main_menu ul li a {
    color: #363636;
    display: inline-block;
}
#contents_box:before, #contents4:before {
    content: "";
    display: block;
    width: 100%;
    height: 68px;
    background-image: url(Dup/img/wave2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left 0 bottom 0;
    position: absolute;
    top: -66px;
    /* transform: rotate(180deg); */
    left: 0;
    z-index: 5;
}
#contents1:after {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
 /*background-image: url(Dup/img/wave.png);*/
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left 0 bottom 0;
    position: absolute;
    bottom: -48px;
    transform: rotate(180deg);
    left: 0;z-index: 1;
}
#contents1:before {
    content: "";
    display: block;
    width: 100%;
    height: 548px;
    background-image: url(Dup/img/maru_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    position: absolute;
    top: 64px;
    /* transform: rotate(180deg); */
    left: 0;
    z-index: -1;
    filter: drop-shadow(6px 1px 10px rgba(0,0,0,0.02));
}
#contents3:before {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
 /*background-image: url(Dup/img/wave.png);*/
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left 0 bottom 0;
    position: absolute;
    top: -1px;
    left: 0;
    transform: rotate(180deg);
}
#contents2:after {
    /*content: "";*/
    /*display: block;*/
    /*width: 100%;*/
    /*height: 50px;*/
 /*background-image: url(Dup/img/wave.png);*/
    /*background-repeat: no-repeat;*/
    /*background-size: 100% auto;*/
    /*background-position: left 0 bottom 0;*/
    /*position: absolute;*/
    /*top: -48px;*/
    /*left: 0;*/
}
#page_title .page_box:after {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
 /*background-image: url(Dup/img/wave.png);*/
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left 0 bottom 0;
    position: absolute;
    top: -48px;
    left: 0;
}

#top_cms .box:nth-of-type(3) {
    /*background-color: #fff;*/
}
#cms_3-b .cate_box, .cms_3-b .cate_box {
background: #f9f9f1;
border: 0;
}
.cms_3-d .cate_box .border_rad10 {
    padding: 4%;
    box-shadow: 0 0 26px rgb(183 172 140 / 16%);
}



@media(max-width: 768px) {
.catch {
    top: 43%;
}
header #logo {
    max-width: 213px;
    padding: 3px;
}
.kazari::before {
    display: none;
}
.fat-nav li {
	font-size: 16px;
}
#page_title .page_box {
    background-position: 39% 53%;
}

.cms_title {
    background-position: 37% 0%;
}
#contents1:before {
    top: 86px;
    left: 50%;
    transform: translateX(-50%);
    background-size: 100% 100%;
}

}


@media screen and (min-width:668px) and ( max-width:768px) {
footer {
    padding: 100px 4%;
}   

}


@media(max-width: 667px) {
    #page_title .page_box {
    background-position: 24% 40%;
}

.fat-nav li {
	font-size: 15px;
}
.font_14 {
    font-size: 14px;
}
header #logo {
    max-width: 163px;
}
.hamburger {
    top: 10px;
}
#contents1 {
	background-size: 85%;
	background-position: right 10% bottom 20px;
	padding: 78px 10% 108px;
}
#contents2::before {
    width: 144px;
    top: -107px;
}

#contents2 {
	padding: 100px 5% 150px;
}
#contents3 {
	padding: 0 5% 100px;
}
#contents_box:before, #top_cms:before {
    width: 700px;
}
#top_cms > .box {
	padding: 50px 3%;
}
#top_cms > .box:first-of-type {
    padding-top: 30px;
}
.cms_title {
    background-size: 80px;
    background-position: 28% 0%;
    padding-top: 10px;
}
.cms_6-c h3 {
    background-size: 300px;
}
}





/* contents anim */
#contents .fadein_up {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    transition: transform 1.5s ease,opacity 2s ease;
}
#contents .fadein_up.scrollin {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
#contents .fadein_up2 {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    transition: transform 2s ease,opacity 2s ease;
}
#contents .fadein_up2.scrollin {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
/* contents */
#contents .txt_wrap .con_box {
    width: calc(20% - 16px);
    margin-right: 20px;
    box-sizing: border-box;
}
#contents .txt_wrap .con_box:last-of-type {
    margin-right: 0;
}
#contents .fadeIn_box .con_box {
    opacity: 0;
}
#contents .con_img {
    border-radius: 30px;
}
#contents .con_title h3:before {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    position: absolute;
    bottom: -25px;
	left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
	background-color: #3e3e3e;
}
#contents .con_txt{
	font-size: 13px;
}

@media screen and (max-width: 1250px){
#attach:before {
    background-size: 1100px auto;
}
#attach {
    height: 365px;
}

.illust2 {
    width: 140px;
}
.illust4 {
    width: 70px;
}
}

@media screen and (max-width: 768px){
#contents .txt_wrap .con_box {
    width: calc(23% - 12px);
}
.illust2 {
    right: 22%;
    bottom: -153px;
}
.illust4 {
    width: 73px;
    right: 4%;
    bottom: -250px;
}
.kazari::after {
    right: -130px;
}
.bnr_about {
    max-width: 255px;
    right: 6%;
}
#contents2 {
    padding: 140px 10% 150px;
}
#top_cms > .box {
    padding: 50px 3%;
}
.cms_1-a .date {
    
    border-radius: 0 0 16px 0;
    padding: 9px;
    font-size: 14px;
  
}
figure, figure img {
    border-radius: 30px;
}
.illust5 {
    right: 81%;
   
}
.illust1 {
    right: 2%;
    bottom: -63px;
}
.illust3 {
    left: 3%;
    z-index: 2;
    top: 8px;
    max-width: 325px;
}
#contents_box:before {
    height: 43px;
    top: -42px;
}
}
@media screen and (max-width: 667px){
 #contents4:before {
    height: 28px;
    top: -27px;
}
#contents .txt_wrap .con_box {
    width: 80%;
    margin-right: 0;
    margin-bottom: 30px;
}
#contents .con_title h3:before {
    bottom: -15px;
}
#contents .con_img {
    width: 53%;
    margin: 0 auto 21px;
}
#contents_box:before {
    height: 21px;
    top: -20px;
}
.txt2 img, .txt4 img {
    height: auto;
    width: 100%;
}
.txt5, .txt7 {
    font-size: 20px;
}
#attach {
    height: 303px;
}
#attach:before {
    background-size: 900px auto;
    background-position: -57px 0;
}
.illust1 {
    width: 221px;
    bottom: 26px;
}
.illust2 {
    width: 90px;right: 67%;bottom: 3px;
}
.illust3 {
    width: 202px;
}
.illust4 {
    width: 59px;
    right: 3%;
    bottom: -193px;
    width: 54px;
}
.illust6 {
    width: 165px;
    right: -4%;
    bottom: 4%;
}
.bnr_about {
    right: 0;
    left: 0;
    margin: auto;
    top: 80%;
}
#contents1:before {
    width: 209%;
    top: 19%;
    left: 50%;
    transform: translateX(-50%) rotate(-31deg);
    background-size: 87% 100%;
}
}