.body {
	background: rgb(101, 151, 21);
  }

.top_content {
	width: 100%;
	height: 850px;
	background: linear-gradient(-45deg, rgba(173, 248, 129, 0.4),rgba(251, 255, 189, 0.4)), fixed, url(./test6.png) fixed;
	background-size: cover;

}
.content {
	margin: 0 auto;
	margin-bottom: 500px;
	width: 100%; 
	box-shadow: 0px 8px 8px -8px rgba(0,0,0,0.5);
}
.content2 {
	margin: 0 auto;
	margin-bottom: 500px;
	width: 100%; 
	background: white;
	box-shadow: 0px 8px 8px -8px rgba(0,0,0,0.5);
}
@media screen and (min-width: 921px) {
nav {
	width: 100%;
	margin: 5px auto;
	background: rgb(152, 228, 31,0.7);
	padding:0px 0;
	box-shadow: 0px 5px 0px #dedede;
	position: -webkit-sticky;
	position: fixed;
	top: 0px;
	z-index: 100;
  }
  
  /* By Dominik Biedebach @domobch */
  nav ul {
	list-style: none;
	text-align: center;
  }
  nav ul li {
	display: inline-block;
	margin-top: 7px;
  }
  nav ul li a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color: rgb(117, 117, 117);
	font-weight: 800;
	font-size: 24px;
	font-family: serif;
	text-transform: uppercase;
	margin: 0 10px;
  }
  nav ul li a,
  nav ul li a:after,
  nav ul li a:before {
	transition: all .5s;
  }
  nav ul li a:hover {
	color: #555;
  }

  nav.blend ul li a {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	z-index: 1;
  }
  nav.blend ul li a:hover {
	color: #fff;
  }
  nav.blend ul li a:before,
  nav.blend ul li a:after {
	position: absolute;
	width: 0px;
	height: 100%;
	top: 0;
	bottom: 0;
	background: rgb(101, 151, 21);
	transition: all .5s;
	margin: auto;
	content: '.';
	color: transparent;
	z-index: -1;
	opacity: 0.75;
  }
  nav.blend ul li a:before {
	left: 0;
  }
  nav.blend ul li a:after {
	right: 0;
  }
  
  nav.blend ul li a:hover:after,
  nav.blend ul li a:hover:before {
	width: 100%;
  }
}
@media screen and (max-width: 920px) {@import url(https://fonts.googleapis.com/css?family=Vollkorn|Roboto);
	.button_container {
	  position: fixed;
	  top: 5%;
	  right: 2%;
	  height: 27px;
	  width: 35px;
	  cursor: pointer;
	  z-index: 100;
	  transition: opacity 0.25s ease;
	}
	.button_container:hover {
	  opacity: 0.7;
	}
	.button_container.active .top {
	  transform: translateY(11px) translateX(0) rotate(45deg);
	  background: #FFF;
	}
	.button_container.active .middle {
	  opacity: 0;
	  background: #FFF;
	}
	.button_container.active .bottom {
	  transform: translateY(-11px) translateX(0) rotate(-45deg);
	  background: #FFF;
	}
	.button_container span {
	  background: rgb(152, 228, 31);
	  border: none;
	  height: 5px;
	  width: 100%;
	  position: absolute;
	  top: 0;
	  left: 0;
	  transition: all 0.35s ease;
	  cursor: pointer;
	}
	.button_container span:nth-of-type(2) {
	  top: 11px;
	}
	.button_container span:nth-of-type(3) {
	  top: 22px;
	}
	
	.overlay {
	  position: fixed;
	  background: rgb(152, 228, 31,0.7);
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 0%;
	  opacity: 0;
	  visibility: hidden;
	  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
	  overflow: hidden;
	  z-index: 90;
	}
	.overlay.open {
	  opacity: 0.9;
	  visibility: visible;
	  height: 100%;
	}
	.overlay.open li {
	  animation: fadeInRight 0.5s ease forwards;
	  animation-delay: 0.35s;
	}
	.overlay.open li:nth-of-type(2) {
	  animation-delay: 0.4s;
	}
	.overlay.open li:nth-of-type(3) {
	  animation-delay: 0.45s;
	}
	.overlay.open li:nth-of-type(4) {
	  animation-delay: 0.5s;
	}
	.overlay nav {
	  position: relative;
	  height: 70%;
	  top: 50%;
	  transform: translateY(-50%);
	  font-size: 50px;
	  font-family: "Vollkorn", serif;
	  font-weight: 400;
	  text-align: center;
	}
	.overlay ul {
	  list-style: none;
	  padding: 0;
	  margin: 0 auto;
	  display: inline-block;
	  position: relative;
	  height: 100%;
	}
	.overlay ul li {
	  display: block;
	  height: 25%;
	  height: calc(100% / 4);
	  min-height: 50px;
	  position: relative;
	  opacity: 0;
	}
	.overlay ul li a {
	  display: block;
	  position: relative;
	  color: #FFF;
	  text-decoration: none;
	  overflow: hidden;
	}
	.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
	  width: 100%;
	}
	.overlay ul li a:after {
	  content: "";
	  position: absolute;
	  bottom: 0;
	  left: 50%;
	  width: 0%;
	  transform: translateX(-50%);
	  height: 3px;
	  background: #FFF;
	  transition: 0.35s;
	  z-index: 99;
	}
	
	@keyframes fadeInRight {
	  0% {
		opacity: 0;
		left: 20%;
	  }
	  100% {
		opacity: 1;
		left: 0;
	  }
	}

}



*, *:before, *:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
footer {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -999;
	width: 95%;
	height: 500px;
	margin: 0 2.5%;
	background: #51773f;
}
footer p {
	font-size: 1em;
	font-weight: 100;
	color: #039BE5;
	-webkit-column-count: 6;
	        column-count: 6;
	-webkit-column-gap: 50px;
	        column-gap: 10px;
	margin-bottom: 2em;
}
.footer-menu {
	position: relative;
	width: 70%;
	height: 200px;
	font-size: 1px;
	font-weight: 70px;
	margin: 10px auto;
	border-radius: 10px;
	background: rgb(101, 151, 21);
}

.footer-p-box {
	width: 16.5%;
	text-align: center;
	color: white;
	float: left;
	border-right: 3px solid blue;
}
b.footer-menu-ue {
	text-shadow: 1px 1px 2px silver;
	color: white;
}
img.webcon-picture {
	width: 200px;
	height: auto;
}
footer .copyright-box {
	width: 100%;
	color: white;
	text-align: center;
}
footer .copyright-box:after {
	content: '';
	display: inline-block;
	width: 60px;
	height: 45px;
	background-image: url(../images/logo.jpg);
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
}
/* ボタンの装飾　*/
.btn-social-icon-twitter {
	text-decoration: none;
	display: inline-block;
	text-align: center;
	color: #1da1f3;
	font-size: 2.5vw;
	text-decoration: none;
  }
  
  .btn-social-icon-twitter:hover {
	color:#88daff;
	transition: .5s;
  }
  
  .btn-social-icon-twitter__square {
	border-radius: 10px;
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	font-size: 35px;
	line-height: 50px;
	color: #FFF;
	background: #1da1f3;
  }
  
  .btn-social-icon-twitter__square i {
	line-height: 50px;
  }

  .btn-social-icon-facebook {
	text-decoration: none;
	display: inline-block;
	text-align: center;
	color: #4966a0;;
	font-size: 2vw;
	text-decoration: none;
  }
  
  .btn-social-icon-facebook:hover {
	color:#668ad8;
	transition: .5s;
  }
  
  .btn-social-icon-facebook__square {
	border-radius: 10px;
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	font-size: 35px;
	line-height: 50px;
	color: #FFF;
	background: #4966a0;;
  }
  
  .btn-social-icon-facebook__square .fa-facebook {
	position: absolute;
	bottom: -3px;
	right: 6px;
	font-size: 42px;
  }

  .btn-social-icon-instagram {
	text-decoration: none;
	display: inline-block;
	text-align: center;
	color: #2e6ca5;
	font-size: 2vw;
	text-decoration: none;
  }
  
  .btn-social-icon-instagram:hover {
	color:#668ad8;
	transition: .5s;
  }
  
  .btn-social-icon-instagram__square {
	border-radius: 13px;
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	font-size: 35px;
	line-height: 50px;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	overflow: hidden
  }
  
  .btn-social-icon-instagram__square:before {
	content: '';
	position: absolute;
	top: 23px;
	left: -18px;
	width: 60px;
	height: 60px;
	background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
	background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  }
  
  .btn-social-icon-instagram__square .fa-instagram {
	color:white;
	line-height: 50px;
	position: relative;
	z-index: 2}
/*==================================================
スライダーのためのcss https://coco-factory.jp/ugokuweb/move01/6-1-7/
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:97%;
    margin:69px auto 220px;
	z-index: 80;
}

.slider img {
    width:50vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
    height:auto;
	box-shadow: 2px 4px 3px 1px rgba(71, 71, 71, 0.2);

}

.slider .slick-slide {
	transform: scale(0.8);/*左右の画像のサイズを80%に*/
	transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
	opacity: 0.5;/*透過50%*/
}

.slider .slick-slide.slick-center{
	transform: scale(1);/*中央の画像のサイズだけ等倍に*/
	opacity: 1;/*透過なし*/
}


/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 5px solid rgb(59, 59, 59);/*矢印の色*/
    border-right: 5px solid rgb(68, 68, 68);/*矢印の色*/
    height: 30px;
    width: 30px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
	margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:15px;/*ドットボタンのサイズ*/
    height:15px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
	border: 1px solid rgb(127, 231, 85);
    background:rgb(91, 190, 52);/*ドットボタンの色*/
	box-shadow: 2px 2px 2px 1px rgba(71, 71, 71, 0.2);
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
	border: 1px solid #333;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}





/*1.フェードインアニメーションの指定*/
.scrollanime {
	opacity: 0;
  }
  
  /*一瞬表示されるのを防ぐ*/
  .fadeInDown {
	-webkit-animation-name: fadeInDown;
			animation-name: fadeInDown;
	-webkit-animation-duration: 1s;
			animation-duration: 1s;
	-webkit-animation-delay: 0.0s;
			animation-delay: 0.0s;
	-webkit-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	gap: 1ch;
	font-size: 100%;
  }
  
  @-webkit-keyframes fadeInDown {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	  -webkit-transform: translate(0);
			  transform: translate(0);
	}
  }
  
  @keyframes fadeInDown {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	  -webkit-transform: translate(0);
			  transform: translate(0);
	}
  }
  
  /*2.上下の動きを指定*/
  .updown {
	-webkit-transform: translateY(-20px);
			transform: translateY(-20px);
  }
  
  .downup {
	-webkit-transform: translateY(20px);
			transform: translateY(20px);
  }
  .leftright {
	-webkit-transform: translatex(-10px);
		transform: translatex(-10px);
  }
  .rightleft {
	-webkit-transform: translatex(-10px);
		transform: translatex(-10px);
  }
  /*3.左右の動きを指定*/
  .sect02 {
	overflow: hidden;
  }
  
  /*横スクロールバーを隠す*/
  .slide-right {
	-webkit-transform: translateX(200px);
			transform: translateX(200px);
  }
  
  .slide-left {
	-webkit-transform: translateX(-200px);
			transform: translateX(-200px);
  }
  
  figure .banner-wrapper {
	background-position: center;
	background-size: 100% auto;
	/* 幅を100% */
  }
  
  figure .banner-img {
	width: 100%;
	vertical-align: bottom;
	opacity: 0;
	/* Javascriptでスクロール時にブラーをかけるため、初期状態はみえなくする */
	-webkit-backface-visibility: hidden;
	/* チラつき防止用 */
	-webkit-filter: blur(8px);
	filter: blur(8px);
  }
  
  /*固定する背景*/
  .div {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	color: #FFF;
	font-size: 5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	height: 50px;
	padding: 5%;
  }
  .parallax-bg {
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 1000px;
  }
  
  
  
  /*各背景の画像*/
  .img-bg-01 {
	background-image: url("./");
	
}
  
  .img-bg-02 {
	background-image: url("./a3.jpg");
  }
  
  .img-bg-03 {
	background-image: url("./a1.jpg");
	box-shadow: 0px 8px 8px -8px rgba(0,0,0,0.5);
  }
  
  .img-bg-04 {
	background-image: url("./a4.jpg");
  }
  
  .img-bg-05 {
	background-image: url("https://dl.dropbox.com/s/1710ifzvqqqagme/IMG_0002_2.jpg?dl=0");
  }
  
  /*スクロールするコンテンツ*/
  .scrollbox1 {
	background-color: #cf7c00;
  }
  
  .scrollbox2 {
	background-color: #cf7c00;
  }
  
  .scrollbox3 {
	background-color: #cf7c00;
  }
  
  .scrollbox4 {
	background-color: #444;
  }
  
  .scrollbox5 {
	background-color: #555;
  }
  
  .scrollbox6 {
	background-color: #666;
  }
  /*# sourceMappingURL=file.css.map */
  

.text_top {
	font-size: 50px;
	font-family: serif;
	text-shadow: 5px 5px 4px #030303;
	position: relative;
	top: -50px;
}

.wrap {
	width: 100%;
	height: 0;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
  }
  
  .wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
  }





  .balloon5 {
	width: 81%;
	position: relative;
	left: 19%;
	margin: 0 0;
	overflow: hidden;
  }
  
  .balloon5:after {
	content: "";
	display: inline-block;
	margin-right: 0px;
	width: 80px;
	height: 80px;
  }
  
  .balloon5 img{
	width: 90px;
	position: absolute;
	height: auto;
	border: solid 3px #e7fed7;
	border-radius: 50%;
  }
  
  .balloon5 .chatting {
	width: 100%;
  }
  
  .says {
	display: inline-block;
	position: relative; 
	margin: 5px 0 0 105px;
	padding: 17px 13px;
	border-radius: 12px;
	background: #e7fed7;
	max-width: 60%;
  }
  
  .says:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 18px; 
	left: -24px;
	border: 12px solid transparent;
	border-right: 12px solid #e7fed7;
  }
  .says p {
	margin: 0;
	padding: 0;
	font-size: 25px;
  }


.mozibox {
	position: relative;
	margin: 10px auto;
	text-align: center;
}
.moziboxsmall{
	position: relative;
	margin: 0 auto;
	text-align: center;
	width: 60%;
}

.moziboxsmall2{
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 60%;
}

a.mozi {
	font-family: serif;
	font-size: 30px;

}
a.mozi3 {
	font-family: serif;
	font-size: 15px;

}
a.mozilarge {
	font-family: serif;
	font-size: 70px;
	font-weight: bold;

}

h1 {
	position: relative;
	color: #158b2b;
	font-family: serif;
	font-size: 50px;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	margin: 1.5em 0;
  }
  h1:before {
	content: "";
	position: absolute;
	top: -20px;
	left: 50%;
	width: 300px;
	height: 116px;
	border-radius: 50%;
	border: 10px solid #a6ddb0;
	border-left-color: transparent;
	border-right-color: transparent;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
  }
a.mozi1 {
	color: red;
}

a.mozi2 {
	font-family: serif;
	font-size: 13px;
}

table.stamp {
	width: 60%;
	margin: 0 auto;
}
table.stamp td:first-child {
	width: 50%;
}
table.stamp td:nth-child(2) {
	width: 50%;
	padding: 40px;
}
table.stamp2 {
	width: 70%;
	margin: 0 auto;
}
table.stamp2 td:first-child {
	width: 50%;
}
table.stamp2 td:nth-child(2) {
	width: 50%;
	padding: 40px;
}

img.stdown {
	margin: 30px;
	width: 100%;
	height: auto;
}

.button_solid016 a {
    background: #97c760;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 400px;
    padding: 10px 25px;
    color: #414d41;
	text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    border: 2px solid #000;
    z-index: 1;
    border-radius: 5px;
	font-size: 35px;
}
.button_solid016 a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    border: 2px solid #000;
    border-radius: 5px;
    background: #eef8e2;
    background-image:
    linear-gradient(45deg, #b5d68f 25%, transparent 0),
    linear-gradient(45deg, transparent 75%, #b5d68f 0),
    linear-gradient(45deg, #b5d68f 25%, transparent 0),
    linear-gradient(45deg, transparent 75%, #b5d68f 0);
    background-position: 0 0, 15px 15px, 15px 15px, 30px 30px;
    background-size: 30px 30px;
}
.button_solid016 a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translate3d(0,0.40rem,-1rem);
    transform: translate3d(0,0.40rem,-1rem);
    border: 2px solid #000;
    border-radius: inherit;
    background: #7a9b55;
    -webkit-box-shadow: 0 0.6rem 0 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0.4rem 0 0 rgb(0 0 0 / 20%);
    z-index: -2;
}
.button_solid016 a i {
    position: absolute;
    right: 9px;
}
.button_solid016 a:hover {
    transform: translate3d(0,0.2rem,-1rem);
}
.button_solid016 a:hover:after {
    transform: translate3d(0,0.2rem,-1rem);
    box-shadow: 0 0.2rem 0 0 rgb(0 0 0 / 20%);
}


*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  left: 40%;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-flat {
  overflow: hidden;

  padding: 1.5rem 6rem;

  color: #fff;
  border-radius: 0;
  background: #000;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 150%;
  height: 500%;

  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-100%) translateY(-20%) rotate(50deg);

  background: #73ee00;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}
.sample {
	text-align:center;
	line-height:0.95em;
	font-weight:bold;
	color: rgb(218, 218, 218);
	text-shadow: 
		0 0 0.05em rgb(189, 245, 167),
		0 0 0.10em rgb(189, 245, 167),
		0 0 0.15em rgb(189, 245, 167),
		0 0 0.30em rgb(189, 245, 167);
	filter: saturate(80%);
	font-size: 4vw;
}

table.footer {
	width: 80%;
	position: relative;
	top: 50px;
	margin: 0 auto;
}
table.footer td:first-child {
	width: 33%;
}
table.footer td:nth-child(2) {
	width: 33%;
}
table.footer td:nth-child(3) {
	width: 33%;
}

img.character {
	position: relative;
	left: 20%;
}

table.character {
	width: 100%;
	position: relative;
	margin: 0 auto;
}
table.character td:first-child {
	width: 40%;
}
table.character td:nth-child(2) {
	width: 60%;
}

h2 {
	position: relative;
	top: -200px;
	padding: 1.5rem;
	text-align: center;
	font-size: 30px;
  }
  
  h2:before {
	position: absolute;
	bottom: 10px;
	left: calc(50% - 60px);
	width: 120px;
	height: 7px;
	content: '';
	border-radius: 3px;
	background: rgb(156, 223, 135);
  }

p.imfo {
	position: relative;
	top: -180px;
	text-align: center;
	line-height: 40px;

}
a.imfo {
	font-size: 23px;
}
.kyoutyou {
	color: #83df76;
	text-weight: bold;
	text-shadow: 1px 1px 2px silver;
	font-size: 23px;
  }/*黄緑色*/
 
  .footfont{
	font-size: 2vw;
  }
