﻿
/* all page */
body,.txt_color_nomal{color: #777777;}
.txt_color1{color: #ffb4b5;} /* メインカラー */
.txt_color2{color: #ffd6d8;} /* サブカラー */
.txt_color3{color: #f59899;} /* アクセントカラー1 */
.txt_color4{color: #56383a;} /* アクセントカラー2 */

.bg_color1{background-color: #ffb4b5;} /* メインカラー */
.bg_color2{background-color: #ffd6d8;} /* サブカラー */
.bg_color3{background-color: #f59899;} /* アクセントカラー1 */
.bg_color4{background-color: #56383a;} /* アクセントカラー2 */

.border_color1{border-color: #ffb4b5;}
.border_color2{border-color: #ffd6d8;}
.border_color3{border-color: #f59899;}
.border_color4{border-color: #56383a;}

#fakeloader .fl{
	max-width: 350px;
}

h2,h3{
	font-family: 'Kiwi Maru', serif !important;
	font-weight: 500;
}
h4{
	font-family: 'Kiwi Maru', serif;
	font-weight: 400;
}


.nav_menu_more:first-of-type a .icon:before {
    content: "\f075";
}

.linkStyle{
    color: #777;
    text-decoration: underline;
}


/* top */

/* header */
header.scr_header {
    background-color: rgba(255,229,223,0.7) !important;
	padding-top: 10px;
    padding-bottom: 10px;
}
header.scr_header #logo {
    max-width: 300px;
}


/* main img */
#top_pc_nav{
	margin-top: 0;
}
#pc_nav li a, #top_pc_nav li a, #footer_nav li a{
	transition: transform 0.4s ease 0.1s;
	font-weight: bold;
}
#pc_nav li:first-of-type a, #top_pc_nav li:first-of-type a, #footer_nav li:first-of-type a{
	background-color: #f3c2c3;
	border-radius: 5px;
	padding: 5px 10px;
}
#pc_nav li:nth-of-type(2) a, #top_pc_nav li:nth-of-type(2) a, #footer_nav li:nth-of-type(2) a{
	background-color: #f5c7ab;
	border-radius: 5px;
	padding: 5px 10px;
}
#pc_nav li:nth-of-type(3) a, #top_pc_nav li:nth-of-type(3) a, #footer_nav li:nth-of-type(3) a{
	background-color: #fadfb8;
	border-radius: 5px;
	padding: 5px 10px;
}
#pc_nav li:nth-of-type(4) a, #top_pc_nav li:nth-of-type(4) a, #footer_nav li:nth-of-type(4) a{
	background-color: #b9d4bf;
	border-radius: 5px;
	padding: 5px 10px;
}
#pc_nav li:nth-of-type(5) a, #top_pc_nav li:nth-of-type(5) a, #footer_nav li:nth-of-type(5) a{
	background-color: #babfde;
	border-radius: 5px;
	padding: 5px 10px;
}
#pc_nav li a:hover, #top_pc_nav li a:hover, #footer_nav li a:hover{
	transform: translateY(-6px);
}
#pc_nav li a::after, #top_pc_nav li a::after, #footer_nav li a::after {
    display: none;
}

#video{
	width: 100%;
	margin-bottom:-9px;
}

#main_img:before {
    background-color: rgba(255,255,255 ,0.5);
}

.menu p{
	background-color: rgba(255,255,255,0.8);
	height: 100px !important;
	max-width: none;
	width: 100vw;
	margin-bottom: 50px;
}
.menu p a{
	max-width: 350px;
}



/* main */

.back1:before, .back2:before {
    display: none;
}


/* intro */
#intro::before{
	content: "";
	background-image: url("./Dup/img/con_bg1a.png");
	background-repeat: no-repeat;
	background-size: 580px;
	width: 580px;
	height: 700px;
	position: absolute;
	top: -130px;
	left: -100px;
	z-index: -1;
}
#intro::after{
	content: "";
	background-image: url("./Dup/img/con_bg2.png");
	background-repeat: no-repeat;
	background-size: 600px;
	width: 600px;
	height: 630px;
	position: absolute;
	top: 110px;
	right: -180px;
	z-index: -1;
}

#intro_wrap{
	background: none;
}

#intro .num{
	display: none;
}

.intro__top p span {
    font-size: 25px;
	font-family: 'Kiwi Maru', serif;
}



/*-------------------------------------------------------
				ページタイトルアニメーション
-------------------------------------------------------*/
p > span > span{
     display: inline-block;
     -webkit-transform: translateY(20px);
     transform: translateY(20px);
     -webkit-animation: .35s cubic-bezier(.175,.885,.32,1.275) both;
     animation: .35s cubic-bezier(.175,.885,.32,1.275) both;
     opacity: 0;
}
p > span > span:nth-child(1){
-webkit-transition-delay: 200ms;transition-delay: 200ms;
-webkit-animation-delay: 200ms;animation-delay: 200ms;
	color: #f3c2c3;
}
p > span > span:nth-child(2){
-webkit-transition-delay: 250ms;transition-delay: 250ms;
-webkit-animation-delay: 250ms;animation-delay: 250ms;
	color: #b9d4bf;
}
p > span > span:nth-child(3){
-webkit-transition-delay: 300ms;transition-delay: 300ms;
-webkit-animation-delay: 300ms;animation-delay: 300ms;
	color: #f5c7ab;
}
p > span > span:nth-child(4){
-webkit-transition-delay: 350ms;transition-delay: 350ms;
-webkit-animation-delay: 350ms;animation-delay: 350ms;
	color: #c9b4d7;
}
p > span > span:nth-child(5){
-webkit-transition-delay: 400ms;transition-delay: 400ms;
-webkit-animation-delay: 400ms;animation-delay: 400ms;
	color: #babfde;
}
p > span > span:nth-child(6){
-webkit-transition-delay: 450ms;transition-delay: 450ms;
-webkit-animation-delay: 450ms;animation-delay: 450ms;
	color: #fadeb7;
}
p > span > span:nth-child(7){
-webkit-transition-delay: 500ms;transition-delay: 500ms;
-webkit-animation-delay: 500ms;animation-delay: 500ms;
	color: #b9c4b3;
}
p > span > span:nth-child(8){
-webkit-transition-delay: 550ms;transition-delay: 550ms;
-webkit-animation-delay: 550ms;animation-delay: 550ms;
	color: #c9b4d7;
}
p > span > span:nth-child(9){
-webkit-transition-delay: 600ms;transition-delay: 600ms;
-webkit-animation-delay: 600ms;animation-delay: 600ms;
	color: #f5c7ab;
}
p > span > span:nth-child(10){
-webkit-transition-delay: 650ms;transition-delay: 650ms;
-webkit-animation-delay: 650ms;animation-delay: 650ms;
	color: #f3c2c3;
}
p > span > span:nth-child(11){
-webkit-transition-delay: 700ms;transition-delay: 700ms;
-webkit-animation-delay: 700ms;animation-delay: 700ms;
	color: #babfde;
}
p > span > span:nth-child(12){
-webkit-transition-delay: 750ms;transition-delay: 750ms;
-webkit-animation-delay: 750ms;animation-delay: 750ms;
	color: #b9d4bf;
}
p > span > span:nth-child(13){
-webkit-transition-delay: 800ms;transition-delay: 800ms;
-webkit-animation-delay: 800ms;animation-delay: 800ms;
}
p > span > span:nth-child(14){
-webkit-transition-delay: 850ms;transition-delay: 850ms;
-webkit-animation-delay: 850ms;animation-delay: 850ms;
}
p > span > span:nth-child(15){
-webkit-transition-delay: 900ms;transition-delay: 900ms;
-webkit-animation-delay: 900ms;animation-delay: 900ms;
}

p.is-show > span > span
{
     -webkit-animation-name: slide-bs;
     animation-name: slide-bs;
     opacity: 1;
}
@keyframes slide-bs{
     0%{-webkit-transform: translateY(20px);transform: translateY(20px);}
     100%{-webkit-transform: translateY(0);transform: translateY(0);}
}




/* contents */
#contents2{
    margin-top: 50px;
}

#contents1 #contents1_wrap figure{
	border-radius: 30px;
}
#contents2 #contents2_wrap figure{
	border-radius: 30px;
}

#contents1::before{
	content: "";
	background-image: url("./Dup/img/con_bg4.png");
	background-repeat: no-repeat;
	background-size: 60px;
	width: 60px;
	height: 320px;
	position: absolute;
	top: 110px;
	right: 30px;
	z-index: -1;
}
#contents1::after{
	content: "";
	background-image: url("./Dup/img/con_bg7.png");
	background-repeat: no-repeat;
	background-size: 380px;
	width: 380px;
	height: 370px;
	position: absolute;
	top: 610px;
	right: -100px;
	z-index: -1;
}
#contents2::before{
	content: "";
	background-image: url("./Dup/img/con_bg6.png");
	background-repeat: no-repeat;
	background-size: 50px;
	width: 50px;
	height: 150px;
	position: absolute;
	top: -30px;
	left: 30px;
	z-index: -1;
}
#contents2::after{
	content: "";
	background-image: url("./Dup/img/con_bg5.png");
	background-repeat: no-repeat;
	background-size: 440px;
	width: 440px;
	height: 300px;
	position: absolute;
	top: 420px;
	left: -30px;
	z-index: -1;
}

#contents1 .num{
	display: none;
}
#contents2 .num{
	display: none;
}


#contents1 #contents1_wrap .ico-svg-03{
	top: 0px;
	left: 43.5%;
	transform: translate(-50%,0);
	font-size: 70px;
	z-index: 3;
}



#contents3 .con_box{
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

#contents3_wrap:after {
    background-color: rgba(255,225,225,0.5) !important;
}
#contents3 #contents3_wrap .con_box span.num{
	color: transparent;
	background-image: url("./Dup/img/heart_con3.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	top: -90px;
	font-size: 90px;
}




/* topcms */
#top_cms{
	background-color: #f7f5f2;
}
#top_cms .top_cms_box::before{
	content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 50px;
    left: 0;
    top: -50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-image: url(./Dup/img/topcms1.png);
}

.more_btn{
	background-color: #ffd6d8;
	border-radius: 30px;
	color: #fff;
	transition: transform 0.5s ease 0.1s;
}
.more_btn:hover:before, .more_btn:hover:after {
    display: none;
}
.more_btn:hover{
	box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
	transform: translateY(-6px);
	transition-delay: 0s;
}


#top_cms .cms_title{
	text-align: center;
}
#top_cms .cms_title h3{
	position: relative;
}
#top_cms .cms_title h3::before{
	content: "";
	border-bottom: dotted 8px #bcbcbc;
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
}
.line-l:before{
	display: none;
}

#top_cms figure{
	border-radius: 10px;
}

#top_cms .top_cms_box .cms_1-a{
	background-color: #fff;
	padding: 15px 20px;
	border-radius: 10px;
}
#top_cms .top_cms_box .cms_3-e{
	background-color: #fff;
	padding: 15px 20px;
	border-radius: 10px;
}
#top_cms .top_cms_box .cms_5-a{
	background-color: #fff;
	padding: 15px 20px;
	border-radius: 10px;
}
#top_cms .top_cms_box .cms_5-a .box_wrap{
	border: none;
}


/* footer */
#info_contact_wrap figure{
	border-radius: 20px;
}
#info_contact_wrap .con_wrap .con_title .hannari{
	font-family: 'Kiwi Maru', serif;
}

footer{
	background-color: #ffe6e8 !important;
	margin-top: 80px;
}
#footer{
	background: none;
	position: relative;
}
#footer::before{
	content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100px;
    left: 0;
    top: -100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-image: url(./Dup/img/footer.png);
}

#footer #footer_con .con_box h2{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" !important;
	font-weight: normal;
}

#logo2 a{
    max-width: 350px;
}


#return_top .return a{
	font-weight: bold;
}


/* under page */
#page_title:before {
    background-color: rgba(255,255,255 ,0.5);
}

#page_title .page_title_box {
    border-radius: 10px;
}

.page figure{
    border-radius: 10px;
}
.page figure img{
    border-radius: 10px;
}

.cate_list li a {
    background-color: #ffd6d8 !important;
    border-radius: 10px;
}
.cate_list li a:hover {
    opacity: 0.5;
}

.cate_title{
    margin-left: 0;
    border-radius: 10px;
}


/* cms1 */
.pager li a{
    border-radius: 10px;
}


/* cms2 */
#cms_2-c .cate_title{
    border-radius: 0;
}


/* cms3 */

/* cms4 */

/* cms5 */

/* page7 */

/* page8 */
#page8 h3{
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
#contact_tel a{
    border-radius: 10px;
}


/* page9 */

/* page10 */


/* IE */
@media all and (-ms-high-contrast: none){
    #pc_nav li:first-of-type a, #top_pc_nav li:first-of-type a, #footer_nav li:first-of-type a{
        padding-bottom: 0;
    }
    #pc_nav li:nth-of-type(2) a, #top_pc_nav li:nth-of-type(2) a, #footer_nav li:nth-of-type(2) a{
        padding-bottom: 0;
    }
    #pc_nav li:nth-of-type(3) a, #top_pc_nav li:nth-of-type(3) a, #footer_nav li:nth-of-type(3) a{
        padding-bottom: 0;
    }
    #pc_nav li:nth-of-type(4) a, #top_pc_nav li:nth-of-type(4) a, #footer_nav li:nth-of-type(4) a{
        padding-bottom: 0;
    }
    #pc_nav li:nth-of-type(5) a, #top_pc_nav li:nth-of-type(5) a, #footer_nav li:nth-of-type(5) a{
        padding-bottom: 0;
    }
    
    #page_title .page_title_box{
        padding-bottom: 25px;
    }
    #cms_5-a .cate .cate_title{
        padding-top: 5px;
    }
    #cms_5-a .cate .cate_title span:last-of-type{
        padding-top: 0px !important;
    }
    
    #contact_tel a{
        padding-bottom: 25px;
    }
}


.overlay.open {
    background-color: rgba(245,152,153,0.6);
}

@media screen and (max-width: 1280px){
	header {
		padding: 10px 0;
	}
	#main_img .menu {
		display: none;
	}
	.nav_menu_more a{
		background-color: #f59899;
	}
	.button_container {
		background-color: rgba(245,152,153,0.5);
		border-radius: 10px;
	}
	
	#footer::before {
		height: 90px;
		top: -80px;
	}
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
	
	#intro::before {
		background-size: 410px;
		width: 410px;
		height: 600px;
	}
	#intro::after {
		background-size: 500px;
		width: 500px;
		height: 430px;
	}
	
	#contents2{
        margin-top: 0;
    }
	#contents1::before {
		background-size: 50px;
		width: 50px;
		height: 250px;
	}
	#contents1::after {
		background-size: 300px;
		width: 300px;
		height: 330px;
	}
	#contents2::after {
		background-size: 380px;
		width: 380px;
		height: 300px;
	}
	
	#top_cms .top_cms_box::before {
		top: -30px;
	}
	.top_cms_box:first-of-type {
		padding-top: 50px;
	}
	
	
	#cms_2-c .cate_box .box_description1{
	    width: 100% !important;
	    order: 1;
	}
	#cms_2-c .cate_box .box_description2{
	    width: 100% !important;
	    order: 2;
	}
	
	
	
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
	header.scr_header #logo {
		max-width: 180px;
	}
	
	
	#intro::before {
		background-size: 300px;
		width: 300px;
		height: 500px;
	}
	#intro::after {
		background-size: 330px;
		width: 330px;
		height: 300px;
		right: -120px;
	}
	#contents1::before {
		top: -130px;
	}
	#contents1::after {
		background-size: 230px;
		width: 230px;
		top: 520px;
	}
	#contents2::after {
		background-size: 320px;
		width: 320px;
		top: 690px;
	}
	
	
	#page_title .page_title_box h2{
        font-size: 16px;
        letter-spacing: 1px;
    }
	
	#cms_3-e .cate_box .box_description .box_txt1{
	    letter-spacing: 1px;
	    padding: 0 10px !important;
	}
	
	#contact_tel a{
	    padding: 20px;
	}
	
}


/* 公開後修正20210726 ------- */
.radio-input{
  display: none;
}
.radio-input + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio-input:checked + label{
  color: #f59899;
}
.radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #f59899;
  border-radius: 50%;
}

#page8 #form_box input, #page8 #form_box textarea {
    background-color: rgba(255,180,181,0.1);
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
	.radio-input + label{
		margin-right: 0;
		letter-spacing: 1px;
		box-sizing: unset;
	}
	
}


