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

* {
  box-sizing: border-box;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}
body {
  line-height: 1；
  font-family: 'Hiragino Maru Gothic Pro','ヒラギノ丸ゴ Pro W4', sans-serif;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block
}
header {
	 background-color: antiquewhite!important;
}
.container{
	padding:0 2rem;
}
ul {
  list-style: none
}
ul.disc li {
	list-style-type: disc;
	margin-left: 2rem;
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold
}
del {
  text-decoration: line-through
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0
}
input, select {
  vertical-align: middle
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative
}
html {
  font-size: 62.5%;
  position: relative;
  overflow-x: hidden
}
@media screen and (max-width: 1143px) {
  html {
    font-size: 0.969932105vw
  }
}
@media screen and (max-width: 959px) {
  html {
    font-size: 10px
  }
}
body {
  font-size: 1.6rem;
  line-height: 2;
  font-family: 'Hiragino Maru Gothic Pro','ヒラギノ丸ゴ Pro W4', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #525050;
}
@media screen and (max-width: 959px) {
  body {
    font-size: 1.4rem
  }
}
@media screen and (max-width: 599px) {
  body {
    font-size: 1.4rem!important;
  }
}
a {
  color: #111
}
h1, h2, h3, h4, h5, h6 {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: normal
}
img {
	max-width: 100%;
  vertical-align: bottom;
  height: auto
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.navbar{
    padding: 0!important;
}


.bl_nav {
  position: absolute;
  left: 50%;
  top: calc(100vw * 675 / 1440);
  z-index: 9;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 114.4rem;
  padding: 0 6rem
}
.bl_navBtn {
  display: none
}
.bl_nav_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
  padding: 2.5rem 4rem;
  min-height: 8rem;
  border-radius: 4rem;
  border: #fff 3px solid
}
.bl_nav_item + .bl_nav_item {
  margin-left: 2rem;
  padding-left: 2rem;
  border-left: #fff 1px solid
}
.bl_nav_link {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  white-space: nowrap
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1)!important;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
    color: #EFFA03!important;
}
@media screen and (max-width: 767px) {
  #el_anchor001, #el_anchor002, #el_anchor003, #el_anchor004, #el_anchor005 {
    margin-top: 5rem;
    padding-top: 5rem
  }
  .bl_nav {
    position: fixed;
    top: 0;
    left: inherit;
    right: 0;
    z-index: 9999;
    width: auto;
    max-width: 0;
    padding: 0
  }
  .bl_navBtn {
    position: fixed;
    top: 1rem;
    right: 1rem;
    display: block;
    background-color: #238759;
    border: 0;
    color: transparent;
    cursor: pointer;
    font-size: 0;
    height: 4rem;
    width: 4rem;
    border-radius: 100%;
    margin: 0;
    padding: 0;
    z-index: 9999;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out
  }
 .bl_navBtn span.ear1 {
    height: 1.8rem;
    width: 1.8rem;
    border-radius: 100%;
    background-color: #238759;
    position: fixed;
    top: .5rem;
    right: .5rem;
    z-index: 9999;
	}

 .bl_navBtn span.ear2 {
    height: 1.8rem;
    width: 1.8rem;
    border-radius: 100%;
    background-color: #238759;
    position: fixed;
    top: .5rem;
    right: 3.8rem;
    z-index: 9999;
	}
  .bl_navBtn span.burger {
    width: 2rem;
    height: 100%;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff, #fff);
    background-image: linear-gradient(to right, #fff, #fff);
    background-position: center;
    background-repeat: repeat-x;
    background-size: auto 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
  .bl_navBtn::before, .bl_navBtn::after {
    background: #fff;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    left: 50%;
    width: 2rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
  .bl_navBtn::before {
    top: 15px
  }
  .bl_navBtn::after {
    bottom: 15px;
    width: 2rem
  }
  .bl_navBtn:focus {
    outline: none
  }
  /*.bl_navBtn.open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }*/
  .bl_navBtn.open span.burger {
    background: none
  }
  .bl_navBtn.open::before, .bl_navBtn.open::after {
    background: #fff
  }
  .bl_navBtn.open::before {
    top: auto;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg)
  }
  .bl_navBtn.open::after {
    bottom: auto;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg)
  }
	
  .bl_navWrap {
    display: block;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100vw;
    background-color: #000;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    z-index: +9;
    overflow-y: scroll;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform
  }
  .bl_navWrap.open {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  .bl_nav_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    padding: 4rem 0 4rem 0;
    min-height: 0;
    border-radius: 10px;
    background-color: transparent
  }
  .bl_nav_item + .bl_nav_item {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    margin-top: 4rem
  }
}


/*--------------------------------------------------------------
# Sticky
--------------------------------------------------------------*/
.sticky-container {
  height: auto;
  width: 100%;
}

section:last-of-type .sticky-container {
    margin-bottom: 100px;
}

.sticky-item {
  margin: 0px 0;
  padding: 0px;
  position: sticky;
  top: -70px;
  width: 100%;
   z-index: 10; 
}



.main {
	padding-top: 150px;
	text-align: center;
	background-color: transparent;
}
.logo-name {
	max-width: 400px;
	height: auto;
	margin-bottom: 50px;
}
.logo-bare {
	max-width: 400px;
	height: auto;
	margin-top: 50px;
}

.main-bg {
	margin-top: -70px;
}
.delay-time{
  animation-delay: 2.5s;/*この数字を指定したい遅延時間に変更*/
}

.bl_mainCopy_txt {
font-family: iroha-21popura-stdn, sans-serif;
  font-size: 2.7rem;
  line-height: 1.36em;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 3;
	  color:#238759;
}

@media screen and (max-width: 599px) {
	.sticky-item {
  margin: 0px 0;
  padding: 0px;
  position: sticky;
  top: -40px;
  width: 100%;
   z-index: 10; 
}

	
	.main {
	height:auto;
	padding-top: 80px;
}
	.logo-name {
	max-width: 70%;
	height: auto;
	margin-bottom: 30px;
}
.logo-bare {
	max-width: 50%;
	height: auto;
	margin-top: 30px;
}
.main-bg2 {
	margin-top: -40px;
}
	

  .bl_mainCopy_txt {
    font-size: 1.4rem
  }
}

/*--------------------------------------------------------------
# Sction
--------------------------------------------------------------*/
section{
	padding: 5rem 0;
}
#el_anchor001, #el_anchor002, #el_anchor003, #el_anchor004, #el_anchor005, #el_anchor006, #el_anchor007 {
  margin-top: -15rem;
  padding-top: 15rem
}

  .ly_section {
    margin-top: 0;
	  background-color:#fff;
  }
  .ly_inner {
    padding: 0 3rem
  }

h3.bl_section_Ttl {
  position: relative;
    font-size: 5rem;
    line-height: 1.5;
	font-family: ab-kirigirisu, sans-serif;
font-style: normal;
font-weight: 400;
	  color: #238759;
	padding-left: 5rem;
	margin-bottom: 50px;
  }
h3.bl_section_Ttl::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: url(../img/flower1.png);
	
  }
h3.bl_section_Ttl2 {
  position: relative;
    font-size: 5rem;
    line-height: 1.5;
	font-family: ab-kirigirisu, sans-serif;
font-style: normal;
font-weight: 400;
	  color: #238759;
	padding-left: 5rem;
	margin-bottom: 50px;
  }
h3.bl_section_Ttl2::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: url(../img/flower2.png);
	
  }
@media screen and (max-width: 640px) {
h3.bl_section_Ttl {
  position: relative;
    font-size: 4rem;
	padding-left: 5rem;
  }
h3.bl_section_Ttl::before {
  top: 2px;
  }
h3.bl_section_Ttl2 {
  position: relative;
    font-size: 4rem;
	padding-left: 5rem;
  }
h3.bl_section_Ttl2::before {
  top: 2px;
  }
}

.bl_section001 {
  position: relative;
	background: url("../img/bare-bg.png") no-repeat;
	background-position: top 60px left 0px;
	background-size:auto;
}
.bl_section002 {
  position: relative;
	background: url("../img/bare-bg2.png") no-repeat;
	background-position: top 60px right 0px;
	background-size:auto;
}
.bl_section004 {
  position: relative;
	background: url("../img/bare-bg.png") no-repeat;
	background-position: top 60px left 0px;
	background-size:auto;
}
.bl_section005 {
  position: relative;
	background: url("../img/bare-bg2.png") no-repeat;
	background-position: top 60px right 0px;
	background-size:auto;
}
.bl_section001_imgWrap {
  position: relative;
  margin-top: 5rem;
  height: 20rem
}
.bl_section001_img001 {
  position: absolute;
  max-width: 600px;
  top: 2.3rem;
  left: 3rem
}
.bl_section001_img002 {
  position: absolute;
  max-width: 80px;
  top: 15rem;
  left: 29rem;
	z-index: 4;
}

h3.bl_class_Ttl {
  position: relative;
  display: inline-block;
  padding: 0 55px;
font-family: iroha-21popura-stdn, sans-serif;
	font-size: 1.8rem;
font-style: normal;
font-weight: 600;
	  color: #238759;
	margin-bottom: 20px;
}

h3.bl_class_Ttl:before, h3.bl_class_Ttl:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #238759;
}

h3.bl_class_Ttl:before {
  left:0;
}
h3.bl_class_Ttl:after {
  right: 0;
}

.bl_class_subTtl {
    font-size: 2rem;
    line-height: 1.5;
font-family: iroha-21popura-stdn, sans-serif;
font-weight: 400;
font-style: normal;
  }

.bl_section_subTtl {
    font-size: 2rem;
    line-height: 1.5;
font-family: iroha-21popura-stdn, sans-serif;
font-weight: 600;
font-style: normal;
	  color: #238759;
  }

@media screen and (max-width: 599px) {
	.bl_section001 {
	background-size:85%;
}
	.bl_section002 {
	background-size:85%;
}
	.bl_section004 {
	background-size:85%;
}
	.bl_section005 {
	background-size:85%;
}
.bl_section001_imgWrap {
  margin-top: 2rem;
  height: 12rem
}
.bl_section001_img001 {
  position: absolute;
  max-width: 300px;
  top: 3.2rem;
  left: 1rem
}
.bl_section001_img002 {
  position: absolute;
  max-width: 40px;
  top: 10rem;
  left: 14rem;
	z-index: 4;
}
}
/*--------------------------------------------------------------
# Stich
--------------------------------------------------------------*/
.stitch {
   color: #fff;
   padding: 20px;
   background: #FEA993;
   border: 2px dashed #F7F9CC;
   border-radius: 10px;
   box-shadow: 0 0 0 7px #FD8E72;
}
.stitch2 {
   color: #fff;
   padding: 20px;
   background: #fff;
   border: 2px dashed #F7Fs9CC;
   border-radius: 10px;
   box-shadow: 0 0 0 5px #40A93F;
}
.stitch3 {
   color: #fff;
   padding: 20px;
   background: #fff;
   border: 2px dashed #F7F9CC;
   border-radius: 10px;
   box-shadow: 0 0 0 5px #d3dc1f;
	margin: 1rem;
}

.table_design06 {
  border-collapse: collapse;
  width: 100%;
}
.table_design06 th, .table_design06 td {
  padding: 1em 1em;
}
.table_design06 td {
	line-height: 1.4em;
	color: #575353;
}
.table_design06 th {
font-family: iroha-21popura-stdn, sans-serif;
	font-size: 1.8rem;
font-style: normal;
font-weight: 600;
  color: #238759;
  font-weight: bold;
  text-align: left;
  width: 20%;
  min-width: 4em;
  position: relative;
white-space: nowrap;
}
.table_design06 th::after {
  content: '';
  background-color: #238759;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 4px;
  height: 80%;
}

.table_design05 {
  border-collapse: collapse;
  width: 100%;
}
.table_design05 th, .table_design05 td {
  padding: 1em;
}
.table_design05 th {
font-family: iroha-21popura-stdn, sans-serif;
	font-size: 1.8rem;
font-style: normal;
font-weight: 600;
  color: #238759;
  font-weight: bold;
  text-align: left;
  width: 25%;
  min-width: 4em;
  position: relative;
white-space: nowrap;
}
.table_design05 th::after {
  content: '';
  background-color: #fab123;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 4px;
  height: 60%;
}

.table_design03 {
  border-collapse: collapse;
  width: 100%;
}
.table_design03 th, .table_design03 td {
  border-bottom: 2px solid #c1c7c6;
  padding: 1em;
  text-align: left;
}
.table_design03 th {
  border-bottom: 2px solid #238759;
font-family: iroha-21popura-stdn, sans-serif;
	font-size: 1.8rem;
font-style: normal;
font-weight: 600;
  color: #238759;
  width: 30%;
  min-width: 4em;
	white-space: nowrap;
}
@media screen and (max-width: 599px) {
	
.table_design05 th::after {
  width: 2px;
}
	
.table_design06 th::after {
  width: 2px;
}
	
}
/*--------------------------------------------------------------
# Slide
--------------------------------------------------------------*/
.bl_section_slide {
  margin-top: 5rem
}
.bl_section_slide_imgWrap {
  padding: 0 2rem
}
.slick-arrow {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #d3dc1f;
  width: 7rem;
  height: 7rem;
  border-radius: 100%;
  color: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 8;
  cursor: pointer
}
.slick-arrow::before, .slick-arrow::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #238759;
  position: absolute;
  top: 48%;
  left: 40%;
  -webkit-transition: left 0.3s ease-out;
  transition: left 0.3s ease-out
}
.slick-arrow::before {
  -webkit-transform: translateY(-325%) rotate(45deg);
  transform: translateY(-325%) rotate(45deg)
}
.slick-arrow::after {
  -webkit-transform: translateY(325%) rotate(-45deg);
  transform: translateY(325%) rotate(-45deg)
}
.slick-next {
  right: 11.5vw
}
.slick-next:hover::before, .slick-next:hover::after {
  left: 50%
}
.slick-prev {
  left: 11.5vw
}
.slick-prev::before, .slick-prev::after {
  left: 35%
}
.slick-prev::before {
  -webkit-transform: translateY(325%) rotate(45deg);
  transform: translateY(325%) rotate(45deg)
}
.slick-prev::after {
  -webkit-transform: translateY(-325%) rotate(-45deg);
  transform: translateY(-325%) rotate(-45deg)
}
.slick-prev:hover::before, .slick-prev:hover::after {
  left: 25%
}
.slick-dots {
  margin-left: -1rem;
  margin-top: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.slick-dots li {
  width: 20px;
  height: 20px;
  margin-left: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.slick-dots button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 3px #a7a7a7 solid;
  font-size: 0;
  line-height: 1;
  color: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-property: background-color, border;
  transition-property: background-color, border
}
.slick-dots button:hover {
  background-color: #d3dc1f;
  border: 3px #238759 solid
}
.slick-dots .slick-active button {
  background-color: #238759;
  border: 3px #d3dc1f solid
}


@media screen and (max-width: 599px) {
	.slick-dots li {
  width: 10px;
  height: 10px;
}
.slick-dots button {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 1px #a7a7a7 solid;
}
.slick-dots button:hover {
  background-color: #d3dc1f;
  border: 1px #238759 solid
}
.slick-dots .slick-active button {
  background-color: #238759;
  border: 1px #d3dc1f solid
}
.slick-next {
  right: 3.5vw
}
.slick-prev {
  left: 3.5vw
}
.slick-arrow {
  width: 5rem;
  height: 5rem;
}
.slick-arrow::before, .slick-arrow::after {
  top: 48%;
  left: 40%;
  -webkit-transition: none;
  transition: none;
}
}
/*--------------------------------------------------------------
# Access
--------------------------------------------------------------*/
.iframe_wrapper {
  aspect-ratio: 16/9;
  border-radius: 20px;
  overflow: hidden;
  transform: translateY(0px);
	border: solid 5px #b7b7b7;
  iframe {
    width: 100%;
    height: 100%;
    vertical-align: bottom;//隙間対策
  }
}
.circle {
    width: 80px;
    height: 80px; 
    border-radius: 50%; 
    margin: 0 auto;
    text-align: center;
    line-height: 80px;
	margin-bottom: 2em;
}
.circle  i {
		font-size:2em;
		color:#fff;
		line-height: 80px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
}
.circle.bg-1{
    background-color: #f8bf28;
}
.circle.bg-2{
    background-color: #50b349;
}
.circle.bg-3{
    background-color: #00869a;
}

.form-control, .form-select {
	font-size: 100%;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.badge {
font-family: iroha-21popura-stdn, sans-serif;
	color: #fff;
}
.bg-danger {
	background-color: #D93448!important;
}

table.tb01 {
  table-layout: fixed;
  width: 100%;
  overflow: hidden;
  text-align: left;
}
.tb01 th,
.tb01 td{
  padding: 10px;
  box-sizing:border-box;
}
.tb01 td{
	text-align: left;
}
.tb01 th {
	text-align: left;
font-family: iroha-21popura-stdn, sans-serif;
	font-size: 1.8rem;
font-style: normal;
font-weight: 600;
	  color: #238759;
	width: 30%;
	white-space: nowrap;
  
}

::placeholder {
  color: #E5E5E5!important;
}
[type="submit"] {
font-family: iroha-21popura-stdn, sans-serif;
  max-width: 30%;
  background:#238759;
  border-radius:25px;
  border:0;
  cursor:pointer;
  color:white;
  font-size:18px;
	padding:10px 4rem;
  transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}
[type="submit"]:hover { background:#50b349; }

[type="reset"] {
font-family: iroha-21popura-stdn, sans-serif;
  max-width: 30%;
  background:#d3dd1f;
  border-radius:25px;
  border:0;
  cursor:pointer;
  color:white;
  font-size:18px;
  transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
	padding:10px 4rem;
}
[type="reset"]:hover { background:#f8bf28; }

@media screen and (max-width: 640px) {
  .tb01 {
    width: 100%;
  }
  table.tb01 th,
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
	[type="submit"] {
  max-width: 35%;
  border-radius:25px;
  font-size:16px;
	padding:10px 2rem;
  margin-top:-4px;
  font-weight:700;
}
	[type="reset"] {
font-family: iroha-21popura-stdn, sans-serif;
  max-width: 30%;
  border-radius:25px;
  font-size:16px;
  margin-top:-4px;
  font-weight:700;
	padding:10px 2rem;
}
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 996;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: #DC3F46;
}



#btn-back-to-top i {
  font-size: 38px;
  color: #fff;
  line-height: 0;
}

#btn-back-to-top:hover {
  background: #F59394;
  color: #fff;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.foot-logo-name{
	max-width: 345px;
	height: auto;
	margin-bottom: 25px;
}
.foot-logo{
	max-width: 285px;
	height: auto;
	margin-top: 25px;
}
.footer-bg{
	background-color: #d3dd1f;
	color: #238759;
	padding: 2rem;
	line-height: 1.2em;
	font-weight: 400;
	text-align: center;
}
address{
	line-height: 1.2em;
}
.copy {
	background-color: #238759;
	min-height: 20px;
}
@media screen and (max-width: 640px) {
.footer-bg{
	text-align: left;
	font-size: 1.2rem;
}
}