@charset "utf-8";
/* page setting
--------------------------------------------------------- */
@import "_cnskin/311a/css/style.css";

#L01 #area-header.noskin,#L02 #area-header.noskin,#L03 #area-header.noskin,#L07 #area-header.noskin,#L08 #area-header.noskin	{ width:825px;}
#L01 #area-header,#L02 #area-header,#L03 #area-header,#L07 #area-header,#L08 #area-header	{ width:841px;}
#L01 #area-billboard.noskin,#L02 #area-billboard.noskin,#L03 #area-billboard.noskin,#L07 #area-billboard.noskin,#L08 #area-billboard.noskin	{ width:825px;}
#L01 #area-billboard,#L02 #area-billboard,#L03 #area-billboard,#L07 #area-billboard,#L08 #area-billboard	{ width:841px;}
#L01 #area-contents.noskin,#L02 #area-contents.noskin,#L03 #area-contents.noskin,#L07 #area-contents.noskin,#L08 #area-contents.noskin	{ width:825px;}
#L01 #area-contents,#L02 #area-contents,#L03 #area-contents,#L07 #area-contents,#L08 #area-contents	{ width:841px;}
#L02 #area-main,#L03 #area-main,#L07 #area-main,#L08 #area-main	{ width:70%;}
#L02 #area-side-a,#L03 #area-side-a,#L07 #area-side-a,#L08 #area-side-a	{ width:29%;}
#L01 #area-footer.noskin,#L02 #area-footer.noskin,#L03 #area-footer.noskin,#L07 #area-footer.noskin,#L08 #area-footer.noskin	{ width:825px;}
#L01 #area-footer,#L02 #area-footer,#L03 #area-footer,#L07 #area-footer,#L08 #area-footer	{ width:841px;}

#L04	{ width:auto; margin:0 auto;}
#L04 #area-contents	{ width:auto;}
#L04 #main-group	{ width:100%; margin-left:-240px;}
#L04 #area-main	{ margin-left:250px;}
#L04 #area-side-a	{ width:240px;}

#L05	{ width:auto; margin:0 auto;}
#L05 #area-contents	{ width:auto;}
#L05 #main-group	{ width:100%; margin-left:-240px;}
#L05 #main-group .core	{ width:100%; margin-right:-240px;}
#L05 #area-main	{ margin-left:250px; margin-right:250px;}
#L05 #area-side-a	{ width:240px;}
#L05 #area-side-b	{ width:240px;}

#L06	{ width:auto; margin:0 auto;}
#L06 #area-contents	{ width:auto;}
#L06 #main-group	{ width:100%; margin-right:-240px;}
#L06 #area-main { margin-right:250px;}
#L06 #area-side-a	{ width:240px;}

body { background: #FFFFFF; }
#area-main { background: #FFFFFF; }

/* #map {
  width: 100%;
  height: 325px;
  overflow: hidden;
}
#map iframe {
  width: 100%;
  height: 370px;
  margin-top: -70px;
} */


/*ボタン 
---------------------------------------------------------------------------*/
.u-align-center {
  text-align: center;
  font-size: 140%;
}

.c-button {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  min-width: 290px;
  max-width: 450px;
  padding: 0.8em 1.6em;
  padding-right: 2.4em;
  border-bottom: solid 0px #659e26;
  border-radius: 50px;
  background-color: #77bb2d;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;  
}

.c-button::before {
  -webkit-transform: rotate(45deg);
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 1.2em;
  bottom: 0;
  width: 0.6em;
  height: 0.6em;
  margin: auto;
  transform: rotate(45deg);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  content: '';
}

.c-button:hover {
  margin-top: 0px;
  border-bottom: none;
  background-color: #659e26;
  color: #fff;
}


/* 003 */
.button003 a {
  background: #77bb2d;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 240px;
  padding: 0.8em 1.6em;
  color: #FFF;
  transition: 0.3s ease-in-out;
  font-weight: bold;
  text-decoration: none;
  font-size: 150%;
}
.button003 a:hover {
  background: #659e26;
  color: #FFF;
}
.button003 a:after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 46%;
  right: 30px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button003 a:hover:after {
  border-color: #FFF;
}

a{
  color:inherit;
  text-decoration: none;
}

.btn {
  margin: auto;
	border: 1px solid #666;
	text-align: center;
	max-width: 500px;
  display: flex;
  align-items:center;
  justify-content: space-around;
  border-radius: 10px;
  padding: 20px;
  font-size: 30px;
}