@charset "UTF-8";

@media screen and (max-width: 1199px){

body {
	font-family: "Zen Maru Gothic", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #724b41;
	font-size: 16px;
	line-height: 1.6;
	background: #ece2d8;
	background-image: url("../../common/bg_01_sp.svg");
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

img{
max-width: 100%;
height: auto;
width /***/:auto;
}

.pc{display:none !important;}
.sp{display:block !important;}



/****************************************

	ヘッダー

*****************************************/
header {}
#header {
	width: 100%;
	margin: 0 auto;
}

.header__inner {
	position: relative;
}

.header__logo {
	text-align: center;
	padding: 24px 0 30px 0;
}
.header__logo img {
	width: 280px;
}



/****************************************

	フッター

*****************************************/
#pagetop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	font-size: 77%;
	z-index: 9999;
}
#pagetop a {
	background-image: url("../pagetop.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
	display: block;
	width: 40px;
	height: 40px;
}



footer{}
#footer {}

.footer__contents {
	background: #724b41;
	background-image: url("../../common/footer_bg01.png");
	background-repeat: repeat-x;
	background-position: center bottom;
}

.footer__inner {
	padding: 50px 0 0 0;
	margin: 0 15px;
}


.footer__link01 {
	padding: 0 0 20px 0;
	width: fit-content;
	margin: 0 auto;
}
.footer__link01 a {
	text-align: center;
	width: 280px;
	background: #ffffff;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-ms-border-radius: 40px;
	border-radius: 40px;
	color: #5a4e49;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	padding: 15px 5px 15px 20px;
	/*アニメーションの起点とするためrelativeを指定*/
	position: relative;
	overflow: hidden;
	/*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
	outline: none;
	/*アニメーションの指定*/
	transition: ease .2s;
}
.footer__link01 a:after {
	position: absolute;
	content: '';
    transform: translateY(-50%);
	top: 50%;
	left: 13px;
	width: 10px;
	height: 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	z-index: 999;
}
.footer__link01 a:after {
	background: #8c5822;
}
/*ボタン内spanの形状*/
.footer__link01 span {
	position: relative;
	z-index: 999;
	color: #5a4e49;
}
.footer__link01:hover span{
	color: #5a4e49;
}


.footer__link02 {
	width: 280px;
	margin: 0 auto;
	padding: 0 0 30px 0;
}
.footer__link02 ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.footer__link02 ul li {}
.footer__link02 ul li a {
	text-align: center;
	width: 130px;
	background: #ffffff;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-ms-border-radius: 40px;
	border-radius: 40px;
	color: #5a4e49;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	padding: 15px 5px 15px 10px;
	margin: 0 20px 0 0;
	/*アニメーションの起点とするためrelativeを指定*/
	position: relative;
	overflow: hidden;
	/*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
	outline: none;
	/*アニメーションの指定*/
	transition: ease .2s;
}
.footer__link02 ul li:nth-of-type(7) a,
.footer__link02 ul li:nth-of-type(6) a {
	text-align: left;
	padding: 8px 5px 8px 35px;
	line-height: 1.1;
}
.footer__link02 ul li:nth-of-type(2n) a {
	margin: 0 0 20px 0;
}

.footer__link02 ul li a:after {
	position: absolute;
	content: '';
    transform: translateY(-50%);
	top: 50%;
	left: 13px;
	width: 10px;
	height: 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	z-index: 999;
}
.footer__link02 ul li:nth-of-type(1) a:after {
	background: #d1a6cb;
}
.footer__link02 ul li:nth-of-type(2) a:after {
	background: #edb965;
}
.footer__link02 ul li:nth-of-type(3) a:after {
	background: #ffb7b6;
}
.footer__link02 ul li:nth-of-type(4) a:after {
	background: #c5a682;
}
.footer__link02 ul li:nth-of-type(5) a:after {
	background: #6bb9d4;
}
.footer__link02 ul li:nth-of-type(6) a:after {
	background: #7ca25e;
}
.footer__link02 ul li:nth-of-type(7) a:after {
	background: #ef8db0;
}

/*ボタン内spanの形状*/
.footer__link02 ul li span {
	position: relative;
	z-index: 999;
	color: #5a4e49;
}
.footer__link02 ul li:hover span{
	color: #5a4e49;
}



/*== 背景が流れる（左から右） */
.bgleft:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #FFF78D;
	width: 100%;
	height: 100%;
	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: right top;
}
.bgleft:hover:before{
	transform-origin: left top;
	transform: scale(1, 1);
}



.footer__copyright {
	text-align: center;
}
.footer__copyright p {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0 0 50px 0;
}



/****************************************

	スクロールをしたら要素を動かす系

*****************************************/
/* fadeUp */
.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration:2s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeUpAnime{
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* ふわっ（上から）*/
.fadeDown{
	animation-name: fadeDownAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeDownAnime{
	from {
		opacity: 0;
		transform: translateY(-100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger,
.fadeDownAnime{
	opacity: 0;
}



/****************************************

	nyukai

*****************************************/
#nyukai {}


.nyukai-visual {
	position: relative;
}


.nyukai-visual__inner {
	margin: 0 auto;
	width: 90%;
	position: relative;
}
.nyukai-visual__inner img {
	height: auto;
	width: 100%;
}


.nyukai-visual__tree01 {
	position: absolute;
	top: -15px;
	left: 4%;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1s;
	animation-name: nyukai-visual__tree01-move;
}
.nyukai-visual__tree01 img {
	width: 9vw;
	height: auto;
}
@keyframes nyukai-visual__tree01-move {
	0% { transform: translateY(0); opacity: 1; }
	100% { transform: translateY(-10px); opacity: 1; }
}

.nyukai-visual__tree02 {
	position: absolute;
	top: -10px;
	left: 20%;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1s;
	animation-name: nyukai-visual__tree02-move;
	animation-delay: 2.5s;
}
.nyukai-visual__tree02 img {
	width: 6vw;
	height: auto;
}
@keyframes nyukai-visual__tree02-move {
	0% { transform: translateY(0); opacity: 1; }
	100% { transform: translateY(-10px); opacity: 1; }
}

.nyukai-visual__tree03 {
	position: absolute;
	top: -15px;
	left: 34%;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1s;
	animation-name: nyukai-visual__tree03-move;
	animation-delay: 5s;
}
.nyukai-visual__tree03 img {
	width: 7vw;
	height: auto;
}
@keyframes nyukai-visual__tree03-move {
	0% { transform: translateY(0); opacity: 1; }
	100% { transform: translateY(-10px); opacity: 1; }
}



.nyukai-contents {
	margin: 58px 15px 85px 15px;
	position: relative;
}


.nyukai-contents__inner {
	background: #ffffff;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
	-ms-border-radius: 45px;
	border-radius: 45px;
	padding: 0 20px 90px 20px;
	position: relative;
}
.nyukai-contents__inner::after {
	content: '';
	display: inline-block;
	width: 75px;
	height: 77px;
	background-image: url("../../img/contents-prt04.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	bottom: -40px;
	right: 30px;
}



.nyukai-contents__back {
	padding: 25px 0 25px 0;
}

.nyukai-contents__title {
	text-align: center;
	padding: 0 0 25px 0;
}

.nyukai-contents__txt {
	width: fit-content;
	margin: 0 auto;
	color: #724b41;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	padding: 0 0 25px 0;
}

.nyukai-contents__arrow {
	text-align: center;
	padding: 0 0 30px 0;
}

.nyukai-contents__btn {
	text-align: center;
	padding: 0 0 25px 0;
}



/****************************************

	以下レスポンシブ　記述終了用　削除禁止

*****************************************/
}
