@charset "UTF-8";
/* CSS Document */

body,
div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,td {
	margin:0;
	padding:0;
}

table {
   border-collapse:collapse; 
   border-spacing:0; 
}

fieldset,img {
   border:0;
}

address,
caption,
cite,
code,
dfn,
em,strong,
th,
var {
   font-style:normal;
   font-weight:normal;
}

ol,ul {
   list-style:none;
}

caption,th {
   text-align:left; 
}

h1,h2,h3,h4,h5,h6 {
   font-size:100%;
   font-weight:normal;
}

q:before,
q:after {
   content:'';
}

abbr,acronym {
   border:0;
}



* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 100%;
}
body {
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	/*font-family: "游ゴシック Medium",YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Helvetica, Arial, "メイリオ", Meiryo, sans-serif;*/
	line-height: 1.8;
	background-color:#FFF;
	color: #333;
	position: relative;
}
a {
  text-decoration: none;
  color: #048545;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}
a:hover {
  text-decoration: underline;
}
h1, h2, h3, p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight:normal;
}
p {
  margin-bottom:16px;
}
img {
  border: 0;
}
table{
	margin: 1em 0 1.5em;
	}
table th {
	padding: 10px;
}
table td {
	padding: 10px;
}
hr{
	clear:both;
	text-decoration:none;
	border:none;
	border-bottom:1px solid #717071;
	margin-bottom:20px;
}

*[data-unlockdate] {
  display: none;
}

img {
	width:auto;
	max-width:100%;
	height:auto;
}
.container {
	margin: 0 auto 0 auto;
	padding: 0 20px;
	max-width: 1080px;
}
.pc{display :none;}
.clr{
	clear:both;
}
#wrap {
    width: 100%;
    margin: 0 auto;
}


@media only screen and (min-width: 768px) {
body {
	font-size: 18px;
}
.container {
	padding: 0;
}
.pc{display :block;}
.sp{display:none;}
#wrap {
    margin: 0 auto;
}
}


a[target="_blank"]{
    position: relative;
	background-image: url(../images/common/ic_window.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 20px;
	padding-right:30px;
	text-decoration:underline;
}
a[target="_blank"]:hover{
	opacity:0.7;
}


#header{
	width:100%;
	z-index: 99;
	background-color: rgba(255,255,255,0);
}
#header .container {
	padding: 0 10px;
}

@media only screen and (min-width: 768px) {
#header{
	padding:0;
	background-color: rgba(255,255,255,1);
	text-align:center;
}
#header .container {
	padding: 10px;
}
}
@media only screen and ( max-width : 767px ) {
#header{
	padding:10px 75px 10px 15px;
	z-index: 99;
	position: fixed;
	bottom: 0px;
	background-color: rgba(255,248,202,1);
}
#header .container {
	height:40px;
	padding: 0;
}
}

footer {
    letter-spacing: 0;
    padding: 20px 0 80px;
    clear: both;
	width:100%;
	text-align:center;
}
footer p {
	margin-bottom:0;
	margin:0 3px;
}
.add{
	font-size:10px;
}
@media only screen and (min-width: 768px) {
  footer {
    padding: 60px 0 140px;
  }
footer p {
	margin:0 10px;
}
.add{
	font-size:12px;
}
}

#mnavi{
	width:100%;
	padding:10px 0 10px;
	position: fixed;
	bottom: 0px;
	z-index: 99;
	background-color: rgba(255,248,202,0);
}
@media only screen and (min-width: 768px) {
#mnavi{
	background-color: rgba(255,248,202,1);
}
}

@media only screen and ( max-width : 767px ) {
  .overlay {
    width: 0;
    height: 0;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .5s;
   /* background: rgba(255,255,255,.7);*/
  }
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  #main {
    transition: all .5s;
    min-height: 100vh;
  }
  #main.open {
    position: fixed;
    width: 100%;
  }
  #menu_btn {
    bottom: 0px;
    right: 0px;
    transition: .3s;
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
	background-color:#FFF;
	border:2px solid #FFF8CA;
  }
  .menu-trigger {
    width: 18px;
    height: 16px;
    position: relative;
  }
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #018843;
    transition: all .5s;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    width: 70%;
    top: 7px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  #menu_btn.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
  }
  #nav {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 60px 30px;
    background-color: #FFF8CA;
	background-image: url(../images/common/bg.png);
    background-repeat: no-repeat;
    background-position: bottom 15px center;
    background-size: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 12;
    transform: translate(100%);
    transition: all .0s;
	text-align:center;
	
  }
  #nav.open {
    transform: translateZ(0);
     transition: all .5s;
 }
  #nav ul {
    padding: 0 0 30px;
  }
  #nav li {
    padding: 10px 20px;
  }
  #nav li a {
    position: relative;
	font-weight:bold;
    font-size: 18px;
  }
  #nav .menu-item-has-children .sub-menu {
    padding: 20px;
  }
  #nav .menu-item-has-children > a.open:first-of-type {
    color: #dad4ec;
  }
  #nav .menu-item-has-children .sub-menu li {
    padding: 0;
    margin-bottom: 20px;
  }
  #nav .menu-item-has-children .sub-menu li:last-child {
    margin-bottom: 0;
  }
  #nav .menu-item-has-children .sub-menu li a {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
#nav{
	padding:20px 0px;
}
#nav ul{
	width:100%;
	margin:0 auto;
	display: flex !important;
	align-items:center;
	justify-content: center;
}

#nav li {
  margin: 0;
  line-height:1.1;
	text-align: center;
}

#nav a {
  color: #656565;
  text-decoration: none;
  font-size:16px;
	display:block;
	padding:20px 40px;
	font-weight:bold;
	position: relative;
}
#nav a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #D0E3B5;
  transform: scale(1, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
#nav a:hover::after {
  background: #048545;
}
#nav a:hover {
  color: #048545;
}
#nav a:before {
content: "";
position: absolute;
width: 0;
height: 0;
top: -10px;/*三角をボタンの下のラインに合わせます*/
left: 50%;/*三角を横方向中央にします*/
margin-left: -10px;/*border-leftの10px分左にずらして完全な中央にします*/
border-left: solid 10px transparent;/*border-rightと同じ幅にします*/
border-right: solid 10px transparent;/*border-leftと同じ幅にします*/
}
/* マウスオーバー時にborderを使った三角マークを表示 */
#nav a:hover:before {
border-top: solid 10px #048545;
}
}

.bt{
	text-align:center;
}
.bt a{
    display: block;
    position: relative;
	background-color:#FFF;
	border:2px solid #008849;
	border-radius:10px;
	color:#008849;
	padding:1.3rem 0;
	margin:0 auto;
	text-decoration:none;
	font-weight:bold;
}
.bt a:hover{
	background-color:#008849;
	color:#FFF;
}
.bt a::after {
    content: '';
    position: absolute;
    top: 44%;
    right: 13px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #008849;
    border-right: 2px solid #008849;
    transform: rotate(45deg);
}

.bt a[target="_blank"]::after {
    border-top: none;
    border-right: none;
}
.bt a[target="_blank"] {
    background-position:center right 15px;
}
@media only screen and (min-width: 768px) {
.bt a{
    width:430px;
}
}

.bt2{
	text-align:center;
}
.bt2 a{
    display: block;
    position: relative;
	background-color:#E93F0C;
	border-radius:10px;
	color:#FFF;
	padding:1.3rem 0;
	margin:0 auto;
	text-decoration:none;
	font-weight:bold;
}
.bt2 a:hover{
	opacity:0.7;
}
.bt2 a::after {
    content: '';
    position: absolute;
    top: 44%;
    right: 13px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
}

@media only screen and (min-width: 768px) {
.bt2 a{
    width:430px;
}
}

.bt_insta{
	text-align:center;
}
.bt_insta a{
    display: block;
    position: relative;
	background: #FFF url(../images/common/ic_insta_b.png) no-repeat center right 20px;
	background-size:39px;
	border:2px solid #E93F0C;
	border-radius:10px;
	color:#E93F0C;
	padding:1.3rem 0;
	margin:0 auto;
	text-decoration:none;
	font-weight:bold;
}
.bt_insta a:hover{
	background: #E93F0C url(../images/common/ic_insta_2x.png) no-repeat center right 20px;
	background-size:39px;
	color:#FFF;
}
@media only screen and (min-width: 768px) {
.bt_insta a{
    width:430px;
}
}

.bt_pdf{
	text-align:center;
}
.bt_pdf a{
    display: block;
    position: relative;
	background: #E93F0C url(../images/common/ic_pdf.png) no-repeat center right 20px;
	background-size:47px;
	border-radius:10px;
	color:#FFF;
	padding:1.3rem 0;
	margin:0 auto;
	text-decoration:none;
	font-weight:bold;
}
.bt_pdf a:hover{
	opacity:0.7;
}
@media only screen and (min-width: 768px) {
.bt_pdf a{
    width:430px;
}
}

.yt {
  width: 100%;
  max-width:880px;
  margin:0 auto 60px;
  aspect-ratio: 16 / 9;
  line-height:0;
}
.yt iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px){/*768px以下 タブレット*/
.yt {
  margin:0 auto 30px;
}
}

.grecaptcha-badge {
   z-index:999 !important;
   bottom:70px !important;
}
@media only screen and (min-width: 768px) {
.grecaptcha-badge {
   bottom:130px !important;
}
}
