
body{
    font-family: "Zen Kaku Gothic New", serif;
	font-weight: 500;
    line-height: 2.8rem;
	background-color: #FFF6E9;
}
a {
	display: block;
}
a:hover,a:active {
opacity: 0.6;
transition: .3s all;
}
.container {
	width: 100%;
}
.main_container {
	padding-top: 80px;
	margin-left: auto;
	margin-right: auto;
}
.cont000 {
    max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}
.cont001 {
    max-width: 1580px;
    padding-left: 60px;
	padding-right: 60px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.cont002 {
    max-width: 1200px;
    padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}
label {
	z-index: 100;
}
  /* 画像の親要素のスタイル */
.kai{
	cursor: pointer;
	width: 200px;
	height: 200px;
	margin-inline: auto;
	margin-top: 20px;
	position: relative;
	transform-style: preserve-3d;
	transition: transform .7s;
	z-index: 50;
  }
  /* 画像のスタイル */
  .kai_hv img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: auto;
	left: 0;
	position: absolute;
	width: 100%;
  }
  /* 2枚目の画像は最初裏返し */
  .kai_hv img:last-of-type {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
  }
  /* hoverすると2枚とも回転 */
  .kai_hv:hover .kai {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
  }
  .illust_tree {
	position: absolute;
}
.p_a {
	position: absolute;
}
rt {
	translate: 0 0.5em;
}
@-moz-document url-prefix() {
	rt {
		position: relative;
		top: 0.5em;
	}
}
/*------------ポップアップウィンドウ共通デザイン------------*/
#popup01, #popup02, #popup03, #popup04, #popup05, #popup06, #popup07, #popup08 {
	display: none; /* label でコントロールするので input は非表示に */
}
.popup-overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
#popup01:checked ~ .popup-overlay,
#popup02:checked ~ .popup-overlay,
#popup03:checked ~ .popup-overlay,
#popup04:checked ~ .popup-overlay,
#popup05:checked ~ .popup-overlay,
#popup06:checked ~ .popup-overlay,
#popup07:checked ~ .popup-overlay,
#popup08:checked ~ .popup-overlay {
	display: block;
	z-index: 99999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.popup-window {
	width: 800px;
	padding: 40px;
	background-color: #ffffff;
	border: 8px solid #FFE176;
	border-radius: 20px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
:root {
	--pp-rgtt-wd: 400px;
  }
.popup-left {
	margin-right: 40px;
	letter-spacing: 0;
	width: calc(100% - 40px - var(--pp-rgtt-wd));
	position: relative;
}
.popttl,.popttl_pl03 {
	height: 34px;
	width: auto;
	margin-bottom: 40px;
}
.popttl_pl03 {
	height: 60px;
	margin-bottom: 20px;
}
.popttl img{
	height: 100%;
	width: auto;
}
.popttl_pl03 img {
	margin-left: auto;
	margin-right: auto;
}
.popup-right {
	width: var(--pp-rgtt-wd);
	aspect-ratio: 5 / 4;
}
.popup-right img{
	width: var(--pp-rgtt-wd);
	aspect-ratio: 5 / 4;
	object-fit: cover;
	border-radius: 20px;
}
.popup-close {
	cursor: pointer;
	position: absolute;
	top: -26px;
	right: 0;
}
.link01 {
	background-color: #408050;
	color: #fff;
	font-weight: 600;
	padding: 4px 30px;
	border-radius: 10px;
	display: block;
	width: fit-content;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.link02 {
	border-bottom: 1px solid #333;
	padding-bottom: 2px;
	display: inline;
}
/*------------タブレット＆スマホ------------*/
@media screen and (max-width: 1279px) {
	.cont001 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.kai{
		width: 110px;
		height: 110px;
	}
}
/*------------タブレット------------*/
@media (min-width: 1020px) and (max-width: 1279px) {
	.cont000 {
		padding-left: 40px;
		padding-right: 40px;
	}
	.cont002 {
		padding-left: 40px;
		padding-right: 40px;
	}
	.kai{
		width: 160px;
		height: 160px;
	}
  }
  /*------------スマホのみ------------*/
  @media (max-width: 1019px) {
	  .cont001 {
		max-width: 500px;
	  }
	  .cont002 {
		  padding-left: 40px;
		  padding-right: 40px;
	  }
	  .popup-window {
		  width: 90vw;
		  max-width: 500px;
		  padding: 30px;
	  }
	  .popup-left {
		  margin-right: 0;
		  width: 100%;
		  line-height: 2.5rem;
	  }
	  .popup-right {
		  width: 100%;
	  }
	  .popup-right img{
		  width: 100%;
	  }
	  .popttl {
		height: 25px;
		margin-bottom: 16px;
	  }
	  .popttl img {
		margin-left: auto;
		margin-right: auto;
	  }
	}
/*
-----------------------------------------------
GOOGLE FONT
----------------------------------------------- */

/*
-----------------------------------------------
top_main
----------------------------------------------- */
header {
	margin-top: 100px;
}
h1 {
	margin: 10px auto 0;
	font-size: 4rem;
}
.bk_wh {
	color: #753D00;
	background-color: #fff;
	padding: 20px 40px;
	width: fit-content;
}
h2 {
	text-align: center;
	font-size: 2.3rem;
	font-weight: 500;
}
.main_ttl_wpr {
	position: relative;
}
.img_mv_bird_white {
	position: absolute;
	width: 12%;
	top: 0;
	right: 5%;
}
.mv_mt {
	margin-top: 160px;
	position: relative;
	width: 102%;
	left: -1%;
    aspect-ratio: 2789 / 580;
}
.mv_mt > img {
	position: relative;
	z-index: 20;
}
.img_mv_hiker{
	position: absolute;
	width: 140px;
	left: 10%;
	z-index: 10;
	animation-name: mv_hiker;
	animation-duration: 3s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
@keyframes mv_hiker {
	0% { bottom: 20%;}
	100% { bottom: 47%;}
} 
.img_mv_ie01,.img_mv_ie02,.img_mv_ie03 {
	position: absolute;
	width: 200px;
	bottom: 0;
	z-index: 20;
}
.img_mv_ie01 {left: 10%;}
.img_mv_ie02 {right: 26%; bottom: 20px;}
.img_mv_ie03 {right: 10%;}
.fixed_link {
	position: fixed;
	left: 30px;
	bottom: 20px;
	z-index: 999;
	color: #753D00;
}
.fixed_link li:not(:last-child) {
	margin-bottom: 14px;
}
.fixed_link .fa-house {
	font-size: 2.4em;
}
.fixed_link .fa-instagram {
	font-size: 3em;
}
/*------------タブレット＆スマホ ------------*/
@media screen and (max-width: 1279px) {
	h2 {
		font-size: 2rem;
	}
	h1 {
		margin: 4px auto 0;
		font-size: 2.4rem;
		line-height: 2.4rem;
	}
	.img_mv_bird_white {
		width: 20%;
		right: 5%;
		top: -70px;
	}
	.bk_wh {
		padding: 10px 20px;
	}
	.img_mv_hiker{
		width: 120px;
	}
	.img_mv_ie01,.img_mv_ie02,.img_mv_ie03 {
		width: 100px;
	}
	.img_mv_ie01 {left: 2%;}
	.img_mv_ie02 {right: 56%; bottom: 10px;}
	.img_mv_ie03 {right: 35%; bottom: -30px;}
}
/*------------タブレット------------*/
@media screen and (min-width: 1020px) and (max-width: 1279px)  {
	.img_mv_bird_white {
		width: 16%;
	}
	.img_mv_hiker{
		width: 120px;
	} 
}
/*------------スマホ ------------*/
@media screen and (max-width: 1019px) {
	.mv_mt {
		margin-top: 80px;
		width: 100%;
		max-width: 500px;
		left: 50%;
		transform: translateX(-50%);
		aspect-ratio: 750 / 341;
	}
	.img_mv_hiker{
		width: 80px;
		left: 25%;
		bottom: 75%;
		animation-name: mv_hiker02;
		animation-duration: 3s;
		animation-iteration-count: 1;
		animation-fill-mode: forwards;
	}
	@keyframes mv_hiker02 {
		0% { bottom: 50%;}
		100% { bottom: 75%;}
	}
	.fixed_link {
		bottom: 0;
		left: 0;
		display: flex;
		width: 100%;
	}
	.fixed_link li:not(:last-child) {
		margin-bottom: 0;
	}
	.fixed_link li {
		display: block;
		background-color: #fff;
		width: 50%;
		padding :8px 8px 4px 8px;
	}
	.fixed_link li:not(:last-child) {
		position: relative;
	}
	.fixed_link li:not(:last-child):after {
		position: absolute;
		content: "";
		width: 2px;
		height: 60%;
		background-color: #753D00;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.fixed_link li a{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.fixed_link li a p{
		padding-bottom: 0;
		margin-left: 4px;
	}
	.fixed_link .fa-house {
		font-size: 2em;
	}
	.fixed_link .fa-instagram {
		font-size: 2.4em;
	}
}
/*
-----------------------------------------------
section#herbgarden
----------------------------------------------- */
#herbgarden {
	margin-top: 100px;
	position: relative;
	width: fit-content;
}
.place01 {
	position: relative;
	width: fit-content;
}
.img_place01_back {
	width: 800px;
}
.img_pl {
	position: absolute;
}
.img_pl01_people {
	top: -20px;
	left: 14%;
	width: 29%;
}
.img_pl01_flower {
	top: 44%;
	right: 20%;
	width: 20%;
}
.pl01_pop {
	position: absolute;
	top: -80px;
	left: calc(300px + 7%);
}
.fuki_pl01 img {
	width: 140px ;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.i_t01 {
	width: 22%;
	left: 85%;
	top: -20%;
}
.i_t02 {
	width: 20%;
	right: 88%;
	bottom: -31%;
}
.illust_charing {
	width: 20%;
	left: 105%;
	top: 0;
}
/*------------タブレット＆スマホ ------------*/
@media screen and (max-width: 1279px) {
	.pl01_pop {
		position: absolute;
		top: -80px;
		left: 40%;
	}
	.i_t01 {
		left: 50%;
		top: 90%;
	}
	.i_t02 {
		width: 29%;
		right: 76%;
		bottom: -70%;
	}
	.illust_charing {
		left: 70%;
		top: 100%;
	}
}
/*------------タブレット------------*/
@media screen and (min-width: 1020px) and (max-width: 1279px)  {
	.illust_charing {
		width: 15%;
		left: 87%;
		top: 86%;
	}
}

/*
-----------------------------------------------
section#pokapoka
----------------------------------------------- */
#pokapoka {
	margin-top: -60px;
	position: relative;
	width: fit-content;
	margin-left: auto;
	margin-right: 0;
}
.place02 {
	position: relative;
}
.img_place02_back {
	width: 760px;
}
.img_pl02_people01 {
	width: 17%;
	right: 12%;
	top: -20%;
}
.img_pl02_people02 {
	width: 40%;
	right: 23%;
	bottom: 20%;
}
.img_pl02_obj01 {
	width: 20%;
	left: 10%;
	bottom: 20%;
}
.img_pl02_obj02 {
	width: 28%;
	left: 5%;
	top: 10%;
}
.pl02_pop {
	position: absolute;
	top: -30px;
	left: 35%;
}
.i_t03 {
	width: 30%;
	left: -600px;
	top: 50%;
}
.i_t04 {
	width: 20%;
	right: -20px;
	top: 95%;
}
.illust_swing {
	width: 26%;
	right: 22%;
	top: 113%;
}
.pl02_popillust {
	width: 180px;
	margin-left: auto;
}
/*------------タブレット＆スマホ ------------*/
@media screen and (max-width: 1279px) {
	#pokapoka {
		margin-top: 140px;
	}
	.i_t03 {
		top: 104%;
		left: 0;
	}
	.i_t04 {
		right: 5%;
		top: 141%;
	}
	.illust_swing {
		width: 29%;
		right: 26%;
		top: 109%;
	}
}
/*------------タブレット------------*/
@media screen and (min-width: 1020px) and (max-width: 1279px)  {
	.i_t03 {
		width: 21%;
		left: -14%;
	}
	.illust_swing {
		width: 21%;
		right: 25%;
		top: 105%;
	}
}
/*------------タブレット------------*/
@media screen and (min-width: 1019px) {
	.i_t03 {
		width: 21%;
		left: -14%;
	}
	.pl02_popillust {
		margin-bottom: 20px;
	}
}
/*
-----------------------------------------------
section#farm
----------------------------------------------- */
#farm {
	margin-top: -20px;
	position: relative;
	width: fit-content;
}
.place03 {
	position: relative;
	width: fit-content;
	margin-left: 5%;
}
.img_place03_back {
	width: 780px;
}
.img_pl03_people01 {
	width: 15%;
	left: 20%;
	top: -40px;
}
.img_pl03_people02 {
	width: 15%;
	right: 13% ;
	top: 0;
}
.img_pl03_people03 {
	width: 30%;
	left: -9%;
	bottom: -10%;
}
.img_pl03_obj {
	width: 45%;
	left: 30%;
	top: 40%;
}
.pl03_pop {
	position: absolute;
	top: -30%;
	left: 40%;
}
.i_t05 {
	width: 24%;
	bottom: -11%;
	left: 101%;
}
.illust_onigiri {
	width: 24%;
	left: 130%;
	top: 90%;
}
.pl03_popillust {
	position: relative;
}
.pl03_popillust:after {
	position: absolute;
	content:"";
	background-image: url("../img/pl03_obj.png");
	background-size: contain;
	width: 160px;
	aspect-ratio: 619 / 236;
	top: calc(100% + 10px);
	right: 20px;
}
/*------------タブレット＆スマホ ------------*/
@media screen and (max-width: 1279px) {
	#farm {
		margin-top: 160px;
	}
	.i_t05 {
		width: 24%;
		bottom: -63%;
		left: 0;
		max-width: 100px;
	}
	.illust_onigiri {
		width: 26%;
		max-width: 120px;
		left: 62%;
		top: 115%;
	}
}
/*------------タブレット------------*/
@media screen and (min-width: 1020px) and (max-width: 1279px)  {

	.i_t05 {
		width: 15%;
		max-width: 150px;
	}
	.illust_onigiri {
		width: 17%;
		max-width: 150px;
		right: 21%;
		top: 121%;
	}
}
/*------------スマホのみ------------*/
@media screen and (max-width: 1019px)  {
	.pl03_popillust {
		margin-bottom: 20px;
	}
}

/*
-----------------------------------------------
section#cycling
----------------------------------------------- */
#cycling {
	margin-top: -340px;
	position: relative;
	width: fit-content;
}
.place04 {
	position: relative;
	width: 200px;
	height: 110px;
}
.img_pl04_obj {
	width: 100%;
	left: 40%;
	top: 50%;
}
.pl04_pop {
	position: absolute;
	bottom: 60%;
	left: 10%;
}
/*------------タブレット＆スマホ ------------*/
@media screen and (max-width: 1279px) {
	#cycling {
		margin-top: 40px;
		margin-left: auto;
	}
	.img_pl04_obj {
		width: 70%;
		left: 3%;
		top: 0;
	}
	.pl04_pop {
		bottom: 105%;
		left: 24%;
	}
}
/*------------タブレット------------*/
@media screen and (min-width: 1020px) and (max-width: 1279px)  {
	.img_pl04_obj {
		width: 100%;
	}
}
/*
-----------------------------------------------
section#shisetsu
----------------------------------------------- */
#shisetsu {
	margin-top: 10px;
	position: relative;
	width: fit-content;
}
.place05 {
	position: relative;
	width: fit-content;
	margin-left: 5%;
}
.img_place05_back {
	width: 900px;
}
.img_pl05_people {
	width: 27%;
	left: 8%;
	top: 60%;
}
.img_pl05_obj {
	width: 15%;
	left: 40%;
	top: 50%;
}
.pl05_pop {
	position: absolute;
	left: 35%;
	top: 8%;
}
.pl06_pop {
	position: absolute;
	top: -180px;
	left: 60%;
}
.i_t06 {
	width: 22%;
	left: 39%;
	bottom: 125%;
}
.i_t07 {
	width: 23%;
	left: 2%;
	top: 118%;
}
.pl05_popillust {
	width: 200px;
	margin: 10px 0 10px auto;
}
/*------------スマホ ------------*/
@media screen and (max-width: 1020px) {
	#shisetsu {
		margin-top: 100px;
	}
	.place05 {
		margin-left: 0;
	}
	.img_pl05_people {
		width: 32%;
		left: 46%;
		top: 74%;
	}
	.img_pl05_obj {
		width: 18%;
		left: 22%;
		top: 48%;
	}
	.pl05_pop {
		left: 16%;
		top: -19%;
	}
	.pl06_pop {
		top: -100px;
		left: 60%;
	}
	.i_t06 {
		width: 26%;
		left: 80%;
		bottom: 104%;
	}
	.i_t07 {
		width: 30%;
		left: 5%;
		top: -55%;
	}
}
/*------------タブレット------------*/
@media screen and (min-width: 1020px) and (max-width: 1279px)  {
	.pl06_pop {
		top: -99px;
		left: 69%;
	}
	.i_t06 {
		width: 17%;
		left: 79%;
		bottom: 162%;
	}
	.i_t07 {
		width: 17%;
		left: 40%;
		top: 108%;
	}
}
/*
-----------------------------------------------
section#workshop
----------------------------------------------- */
#workshop {
	margin-top: 400px;
	position: relative;
	z-index: 200;
	width: fit-content;
	margin-left: auto;
	margin-right: 10%;
}
.place07 {
	position: relative;
	width: 200px;
	height: 140px;
}
.img_pl07_people {
	width: 100%;
	left: 0;
	top: 0%;
}
.pl07_pop {
	position: absolute;
	bottom: 100%;
	left: 0;
}
/*------------タブレット＆スマホ ------------*/
@media screen and (max-width: 1279px) {
	#workshop {
		margin-top: 160px;
		margin-left: 5%;
	}
	.place07 {
		width: 140px;
		height: 100px;
	}
	.img_pl07_people {
		left: 14%;
		top: 0%;
	}
	.pl07_pop {
		left: 40%;
	}
}
/*------------タブレット------------*/
@media screen and (min-width: 1020px) and (max-width: 1279px)  {
	.img_pl07_people {
		width: 147%;
		left: 45%;
		top: 30%;
	}
	.pl07_pop {
		left: 70%;
		bottom: 55%;
	}
}
/*
-----------------------------------------------
section#nonbiri
----------------------------------------------- */
#nonbiri {
	margin-top: -100px;
	position: relative;
	width: fit-content;
	margin-left: auto;
	margin-right: 20px;
}
.place08 {
	position: relative;
	width: fit-content;
}
.img_place08_back {
	width: 600px;
}
.img_pl08_people {
	width: 37%;
	left: 20%;
	top: 20%;
}
.pl08_pop {
	position: absolute;
	top: -80px;
	right: 10%;
}
.i_t08 {
	width: 24%;
	top: 90%;
	right: -10%;
}
.illust_oyako {
	right: 111%;
	bottom: -5%;
	width: 31%;
}
.pl08_popillust {
	width: 180px;
}
/*------------タブレット＆スマホ ------------*/
@media screen and (max-width: 1279px) {
	.place08 {
		margin-right: 0;
	}
	#nonbiri {
		margin-top: 140px;
		position: relative;
	}
	.i_t08 {
		width: 31%;
		top: 105%;
		right: -5%;
	}
	.illust_oyako {
		right: 67%;
		bottom: 105%;
		width: 25%;
	}
}
/*------------タブレット------------*/
@media screen and (min-width: 1020px) and (max-width: 1279px)  {
	.illust_oyako {
		right: calc(500px + 20%);
		bottom: 71%;
		width: 25%;
	}
}
/*------------スマホのみ------------*/
@media screen and (min-width: 1020px) and (max-width: 1279px)  {
	.illust_oyako {
		margin-bottom: 20px;
	}
}
/*
-----------------------------------------------
section#about
----------------------------------------------- */
#about {
	margin-top: 100px;
}
#about h3 span{
	display: block;
	font-size: 3.5rem;
	line-height: 3.5rem;
	height: fit-content;
}
#about h3 span:first-child {
	margin-left: 30px;
}
#about h3 span.bk_wh{
	padding: 10px 10px 20px;
}
.tatega{
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.textbox01_wpr {
	position: relative;
	width: fit-content;
	margin: 30px auto;
}
.textbox01 {
	border: 1px solid #333;
	background-color: #fff;
	border-radius: 20px;
	padding: 60px 80px;
	max-width: 800px;
	width: 100%;
}
.textbox01 p{
	font-size: 130%;
	line-height: 5rem;
	letter-spacing: 0;
}
.illust_about {
	width: 58%;
	bottom: 62%;
	right: 80%;
	z-index: -1;
}
.moji_oide {
	width: 30%;
	bottom: 100%;
	right: -10%;
}
.illust_bird_brown {
	width: 12%;
	top: 90%;
	left: 110%;
}
.illust_oide {
	width: 31%;
	top: 100%;
	right: 100%;
}
/*------------タブレット＆スマホ ------------*/
@media screen and (max-width: 1279px) {
	#about h3 span{
		font-size: 2.4rem;
		line-height: 2.4rem;
		height: fit-content;
	}
	#about h3 span:first-child{
		margin-left: 20px;
	}
	.textbox01_wpr {
		margin: 240px auto;
	}
	.textbox01 {
		padding: 40px 20px;
	}
	.textbox01 p{
		font-size: 110%;
		line-height: 3.5rem;
		letter-spacing: 0;
	}
	.illust_about {
		width: 69%;
		bottom: 113%;
		right: 45%;
		z-index: -1;
	}
	.moji_oide {
		width: 50%;
		bottom: 100%;
		right: 12%;
		transform: rotate(-10deg);
	}
	.illust_bird_brown {
		width: 15%;
		top: 103%;
		left: 74%;
	}
	.illust_oide {
		width: 47%;
		top: 112%;
		right: 48%;
	}
}
/*------------タブレット------------*/
@media screen and (min-width: 1020px) and (max-width: 1279px)  {
	.textbox01 {
		padding: 60px 80px;
	}
	.illust_about {
		width: 57%;
		bottom: 113%;
		right: 59%;
	}
	.moji_oide {
		width: 33%;
	}
	.illust_bird_brown {
		width: 9%;
	}
	.illust_oide {
		width: 29%;
		top: 115%;
		right: 67%;
	}
}
/*
-----------------------------------------------
section#access
----------------------------------------------- */
#access {
	margin-top: 100px;
}
#access h3 {
	margin: 10px auto 0;
	font-size: 4rem;
}
#access h4 {
	text-align: center;
	font-size: 2.3rem;
	font-weight: 500;
}
.access_box {
	margin-top: 60px;
}
.access_box_left {
	margin-right: 40px;
	width: calc(40% - 40px);
}
.img_logo {
	width: 150px;
	margin: 0 auto 60px;
}
.access_box_left dl {
	display: flex;
	margin-bottom: 20px;
	font-size: 110%;
}
.access_box_left dl dt {
	width: 8em;
}
.access_box_right {
	width: 60%;
	text-align: center;
}
.access_box_right iframe {
	width: 100%;
	max-width: 500px;
	height: 400px;
}
/*------------タブレット＆スマホ ------------*/
@media screen and (max-width: 1279px) {
	#access h3 {
		margin: 0 auto;
		font-size: 2.4rem;
		line-height: 2.4rem;
	}
	#access h4 {
		text-align: center;
		font-size: 2rem;
		line-height: 2rem;
		font-weight: 500;
	}
	.access_box {
		margin-top: 40px;
	}
	.access_box_left {
		margin-right: 0;
		width: 100%;
	}
	.access_box_right {
		width: 100%;
	}
	.img_logo {
		width: 100px;
		margin: 0 auto 30px;
	}
	.access_box_dl_wpr {
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
	}
	.access_box_left dl {
		margin-bottom: 3px;
	}
	.access_box_left dl dt {
		width: 6em;
	}
	.access_box_right iframe {
		height: 200px;
		margin-top: 20px;
	}
}
/*
-----------------------------------------------
footer
----------------------------------------------- */
#footer {
	position: relative;
}
.illust_wallking {
	width: 160px;
	right: 10%;
	top: -140px;
}
footer h3{
	font-size: 3rem;
}
.footer_link li a{
	width: 300px;
	height: 70px;
	background-color: #fff;
	border-radius: 10px;
	color: #054E6D;
}
.footer_link li a p{
	line-height: 70px;
	text-align: center;
	font-size: 2rem;
}
.footer_link li:not(:last-child){
	margin-right: 40px;
}
.bg_nvy {
	background-color: #054E6D;
	width: 100%;
	color: #fff;
	margin-top: -20px;
}
/*------------タブレット------------*/
@media screen and (min-width: 1020px) and (max-width: 1279px)  {
}
/*------------タブレット＆スマホ ------------*/
@media screen and (max-width: 1019px) {
#footer {
	top: 10px;
}
footer h3{
	font-size: 2.4rem;
}
.illust_wallking {
	width: 110px;
	top: -15%;
}
.footer_link li a{
	margin: 20px auto;
}
.footer_link li:not(:last-child){
	margin-right: 0;
}
.bg_nvy.pb80 {
	padding-bottom: 60px;
}
.bg_nvy.pt80 {
	padding-top: 60px;
}
}
/*
-----------------------------------------------
アニメーション
----------------------------------------------- */
.poyo {
	opacity: 0;
	scale: 0;
	transition: all .5s ease;
}
.poyo.show {
	animation-name: poyo;
	animation-duration: 1s;
	animation-delay: .3s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}
@keyframes poyo {
	0% {
		scale: 1;
		opacity: 0;
	}
	8% {
		scale: 1.07;
		opacity: 1;
	}
	17% {
		scale: 1.12;
		opacity: 1;
	}
	34% {
		scale: 1;
		opacity: 1;
	}
	51% {
		scale: 1.02;
		opacity: 1;
	}
	68% {
		scale: 1;
		opacity: 1;
	}
	100% {
		scale: 1;
		opacity: 1;
	}
} 
.yoko {
	animation-name: yoko;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
@keyframes yoko {
	0% {transform: translateY(-5%) translateX(5%);}
	50% {transform: translateY(5%) translateX(-5%);}
	100% {transform: translateY(-5%) translateX(5%);}
} 

.yoko02 {
	animation-name: yoko02;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}
@keyframes yoko02 {
	0% {transform: translateY(-3%) translateX(-3%);}
	50% {transform: translateY(3%) translateX(3%);}
	100% {transform: translateY(-3%) translateX(-3%);}
} 
.yoko03 {
	animation-name: yoko03;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}
@keyframes yoko03 {
	0% {transform: translateX(-3%);}
	50% {transform: translateX(3%);}
	100% {transform: translateX(-3%);}
} 
.naname {
	animation-name: naname;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	transform: rotate(8deg);
	transform-origin:bottom right;
}
@keyframes naname {
	30% {transform: rotate(8deg); }
	60% {transform: rotate(0deg); }
	100% {transform: rotate(8deg); }
} 









/*css end*/