@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');







/*
  font-family: "Noto Serif JP", serif;
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Zen Kaku Gothic New", sans-serif;

	Thin 100
  ExtraLight 200
	Light 300
	Regular 400
	Medium 500
	Semi-bold 600
	Bold 700
	Extra-bold 800
	Black 900
*/




/* CSS Document */

html {
  font-size: 10px;
}
body {
  position: relative;
  font-size: 1rem;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  color: #000000;
  background: url(../img/common/bg.jpg) repeat center center;
  background-size: cover;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -ms-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  font-feature-settings: "palt";
  /*-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;*/
}
@media screen and (max-width: 940px) {
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(1.282vw * 2);/*10px*/
  }
  body {
  }
}
@media screen and (max-width: 600px) {
  html {
    /*font-size: calc(1.667vw * 1.5);*//*10px*/
  }

}
@media screen and (max-width: 400px) {
  html {
    /*font-size: calc(2.5vw * 1);*//*10px*/
  }
}
@media screen and (max-width: 360px) {
  html {
    /*font-size: calc(2.7777vw * 1);*//*10px*/
  }
}

* {
  font-style: normal;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #000000;
  text-decoration: none;
  transition: .5s;
}
a:hover {
  color: #666666;
  text-decoration: none;
  transition: .5s;
  opacity: 0.65;
}
main a {
  color: #000000;
  text-decoration: none;
  transition: .5s;
}
main a:hover {
  color: #666666;
  text-decoration: none;
  transition: .5s;
  opacity: 0.65;
}
a:hover img,
a.opacity:hover,
footer footer_in .f_contents section dl a:hover {
  text-decoration: none;
  opacity: 0.65;
  zoom: 1;
}
header h2 a:hover img,
footer dl dt a:hover img {
  opacity: 1.0;
  zoom: 1;
}
a:before,
a:after,
a:hover:before,
a:hover:after {
  text-decoration: none !important;
  display: inline-block;
}
img {
  width: 100%;
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}
/*共通*/
.sp,
.sp_img {
  display: none;
}
@media screen and (max-width: 767px) {
  img {
    max-width: none;
    width: 100%;
    height: auto;
  }

  .pc {
    display: none;
  }

  .sp,
  .sp_img {
    display: block;
  }
}






/*	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	behavior: url("/css/PIE.htc");*/

/*
:after {
	content: " ";
	font-size: 0.1rem;
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
span:before {
	font-family: "FontAwesome";
	content: "\f090";
}
span:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0c8";
}
span:before {
  font-family: "Font Awesome 6 Brands";
	font-family: "Font Awesome 6 Free";
	content: "\f0c8";
  font-weight: 400;
  font-weight: 900（Solid）
  font-weight: 400（Regular、Brands）
}
.child {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.child {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.child {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
左から
.vertical-rl {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
右から
.vertical-rl {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-lr;
	-o-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
}
.vertical-tb {
	-ms-writing-mode: lr-tb;
	-webkit-writing-mode: horizontal-tb;
	-o-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
}
body {
  counter-reset: number;
}
h1:before {
  counter-increment: number;
  content: counter(number)'';
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
<p><picture>
  <source media="(max-width: 767px)" srcset="">
  <img src="" alt="">
</picture></p>

*/






/*header*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100px;
  background: rgba(0, 116, 87, .84);
}
header .header_in {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
}
header .header_in .header_l {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}
header .header_in .header_l * {
  line-height: 1em;
  color: #FFF;
}
header .header_in .header_l h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: .05em;
  margin-bottom: .3em;
}
header .header_in .header_l h2 {
  width: 245px;
}
header .header_in nav {
  margin-left: auto;
  height: 100px;
  display: flex;
  align-items: flex-end;
}
header .header_in nav > ul {
  display: flex;
}
header .header_in nav > ul > li {
  position: relative;
  font-size: 1.5rem;
  height: 100%;
}
header .header_in nav > ul > li:not(:last-of-type) {
  margin-right: 40px;
}
header .header_in nav > ul > li.trigger.active::before {
	position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100px;
  display: block;
  content: '';
}
header .header_in nav > ul > li > a {
  position: relative;
  color: #FFF;
  font-weight: 700;
  letter-spacing: .05em;
  height: 100%;
  padding-bottom: 25px;
  display: flex;
  align-items: flex-end;
}
header .header_in nav > ul > li > a::before {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 0;
  height: 1px;
  background: #FFF;
  display: block;
  transition: all .3s ease-in-out;
  content: '';
}
header .header_in nav > ul > li > a:hover::before ,
header .header_in nav > ul > li.trigger.active > a::before {
  left: 0;
  width: 100%;
}
header .header_in nav > ul > li.trigger > a {
  padding-right: 1.5em;
}
header .header_in nav > ul > li.trigger > a::after {
  position: absolute;
  top: .8em;
  right: 0;
  width: 1.0666em;
  height: .4em;
  background: url(../img/common/nav_arrow.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
header .header_in nav > ul > li.trigger > a + .sub_menu {
  position: absolute;
  top: calc((1em * 1.7) + 10px);
  left: 0;
  z-index: 10;
  background: #FFF;
  border-radius: 0 0 0 10px;
  display: none;
  white-space: nowrap;
  padding: 10px 15px;
  filter: drop-shadow(2px 2px 5px rgba(201,202,202,1));
}
header .header_in nav > ul > li.trigger > a + .sub_menu ul li a {
  font-size: 1.5rem;
  font-weight: 800;
  color: #007457;
}
@media screen and (max-width: 1040px) {
  header {
    height: 80px;
  }
  header .header_in .header_l h2 {
    width: 200px;
  }
  header .header_in nav > ul > li:not(:last-of-type) {
    margin-right: 20px;
  }
  header .header_in nav {
    height: 80px;
  }
  header .header_in nav > ul > li.trigger.active::before {
    height: 80px;
  }
}
@media screen and (max-width: 940px) {
  header .header_in {
    height: 80px;
  }
  header .header_in nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header {
    height: 16vw;
  }
  header .header_in {
    height: 16vw;
  }
  header .header_in .header_l h2 {
    width: 40vw;
  }
  header .header_in nav > ul > li:not(:last-of-type) {
    margin-right: 0;
  }
}





/*footer*/
footer {
  padding: 100px 20px 200px;
  display: flex;
  justify-content: center;
}
footer .box_l {
  position: relative;
  padding-right: 40px;
  border-right: solid 1px #007457;
}
footer .box_l .logo {
  width: 300px;
  margin-bottom: 15px;
}
footer .box_l address {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.2em;
  letter-spacing: .15em;
  color: #007457;
}
footer .box_l dl {
  font-size: 1.6rem;
  letter-spacing: .05em;
}
footer .box_l dl dt {
  color: #b5983d;
  font-weight: 700;
}
footer .box_l dl dd {
  color: #007457;
  font-weight: 700;
}
footer .box_l dl dd em {
  font-size: 1.4rem;
  font-weight: 700;
}
footer .box_r {
  padding-left: 40px;
}
footer .box_r .f_nav {
  margin-bottom: 60px;
  padding-right: 20px;
  display: flex;
}
footer .box_r .f_nav ul:not(:last-of-type) {
  margin-right: 80px;
}
footer .box_r .f_nav ul li {
  font-size: 1.6rem;
}
footer .box_r .f_nav ul li:not(:last-of-type) {
  margin-bottom: 1.2em;
}
footer .box_r .f_nav ul li.mb01 {
  margin-bottom: .2em;
}
footer .box_r .f_nav ul li.green {
  margin-bottom: 0;
}
footer .box_r .f_nav ul li a {
  color: #b5983d;
  font-weight: 700;
  letter-spacing: .05em;
}
footer .box_r .f_nav ul li.green a {
  color: #007457;
}
footer .box_r .sns {
  display: flex;
  justify-content: flex-end;
}
footer .box_r .sns ul {
  display: flex;
}
footer .box_r .sns ul li {
  width: 40px;
}
footer .box_r .sns ul li:not(:last-of-type) {
  margin-right: 5px;
}
footer + .copy {
  position: relative;
  display: block;
  text-align: center;
  padding-bottom: 50px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #FFF;
}
footer + .copy::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 330px;
  background: linear-gradient(0deg,rgba(0, 116, 87, 1) 0%, rgba(0, 116, 87, 1) 10%, rgba(255, 255, 255, 0) 40%);
  mix-blend-mode: multiply;
  content: '';
}
.side_btn {
  position: fixed;
	top: 50%;
	transform: translateY(-50%);
  right: 0;
  z-index: 5;
  width: 48px;
}
.side_btn ul {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.side_btn ul li {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 5px 10px rgba(137,137,137,1));
}
.side_btn ul li a {
  position: relative;
  z-index: 1;
  display: block;
}
.side_btn ul li:nth-of-type(1) a {
  background: #FFF;
  overflow: hidden;
  border-radius: 15px 0 0 0;
}
.side_btn ul li:nth-of-type(2) a {
  background: #FFF;
}
.side_btn ul li:nth-of-type(3) a {
  background: #FFF;
  overflow: hidden;
  border-radius: 0 0 0 15px;
}
.side_btn ul li a picture {
  position: relative;
  z-index: 1;
  display: block;
}
.side_btn ul li:nth-of-type(1) a picture {
  overflow: hidden;
  border-radius: 15px 0 0 0;
}
.side_btn ul li:nth-of-type(3) a picture {
  overflow: hidden;
  border-radius: 0 0 0 15px;
}
@media screen and (max-width: 1240px) {
  footer .box_l {
    padding-right: 20px;
  }
  footer .box_l .logo {
    width: 250px;
  }
  footer .box_r {
    padding-left: 20px;
  }
  footer .box_r .f_nav ul:not(:last-of-type) {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1040px) {
  footer .box_r .f_nav {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  footer .box_r .f_nav ul {
    width: 50%;
    margin-bottom: 20px;
  }
  footer .box_r .f_nav ul:not(:last-of-type) {
    margin-right: 0;
  }
  footer .box_r .sns {
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 20vw 4vw 20vw;
    display: flex;
    justify-content: inherit;
    flex-direction: column;
  }
  footer .box_l {
    padding-right: 0;
    padding-bottom: 6vw;
    border-right: none;
    border-bottom: solid 1px #007457;
  }
  footer .box_l .logo {
    width: 50vw;
    margin: 0 auto;
    margin-bottom: 5vw;
  }
  footer .box_l address {
    font-size: 1.6rem;
    margin-bottom: 1.2em;
  }
  footer .box_l dl {
    font-size: 1.6rem;
    letter-spacing: .05em;
  }
  footer .box_l dl dd em {
    font-size: 1.4rem;
  }
  footer .box_r {
    padding-left: 0;
    padding-top: 6vw;
  }
  footer .box_r .f_nav {
    margin-bottom: 2vw;
    padding-right: 0;
    display: flex;
  }
  footer .box_r .f_nav ul {
    width: 50%;
    margin-bottom: 2vw;
  }
  footer .box_r .f_nav ul li {
    font-size: 1.4rem;
  }
  footer .box_r .sns {
    display: flex;
    justify-content: center;
    padding-right: 0;
  }
  footer .box_r .sns ul {
    display: flex;
  }
  footer .box_r .sns ul li {
    width: 8vw;
  }
  footer .box_r .sns ul li:not(:last-of-type) {
    margin-right: 5vw;
  }
  footer + .copy {
    padding-bottom: 15vw;
    font-size: 1.3rem;
    font-weight: 400;
  }
  footer + .copy::before {
    height: 70vw;
  }
  .side_btn {
    position: fixed;
    top: inherit;
    transform: inherit;
    right: inherit;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
  }
  .side_btn ul {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
  }
  .side_btn ul li {
    width: calc((100% / 3));
  }
  .side_btn ul li:nth-of-type(1) a {
    border-radius: 10px 0 0 0;
  }
  .side_btn ul li:nth-of-type(3) a {
    border-radius: 0 10px 0 0;
  }
  .side_btn ul li:nth-of-type(1) a picture {
    border-radius: 10px 0 0 0;
  }
  .side_btn ul li:nth-of-type(3) a picture {
    border-radius: 0 10px 0 0;
  }
}






/*h_menu*/
.h_menu {
  display: none;
}
@media screen and (max-width: 940px) {
  .h_menu {
    display: block;
  }
  .h_menu * {
    min-height: inherit;
    max-height: inherit;
  }
  .h_menu > button {
    position: fixed;
    top: calc((80px - 50px) / 2);
    right: 25px;
    z-index: 50;
    height: 50px;
    box-sizing: border-box;
    border-color: transparent;
    background: transparent;
    appearance: none;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .h_menu > button > span {
    position: relative;
    display: block;
    height: calc((5px * 3) + (6px * 2));
    width: 45px;
  }
  .h_menu > button > span > span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 5px;
    background: #FFF;
    transition: top 0.24s, transform 0.24s, opacity 0.24s;
  }
  .h_menu > button > span > span:nth-of-type(1) {
    top: 0;
  }
  .h_menu > button > span > span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .h_menu > button > span > span:nth-of-type(3) {
    top: 100%;
    transform: translateY(-100%);
  }
  .h_menu > button > span.is_active > span:nth-of-type(1) {
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    background: #000;
  }
  .h_menu > button > span.is_active > span:nth-of-type(2) {
    transform: translate(50%, -50%);
    opacity: 0;
  }
  .h_menu > button > span.is_active > span:nth-of-type(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
    background: #000;
  }
  .h_menu > button > em {
    display: block;
    margin-top: auto;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1em;
    transition: .5s;
    color: #FFF !important;
  }
  .h_menu > button > span.is_active + em {
    opacity: 0;
  }
  
  .h_menu .h_menu_box {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    margin: 0;
    padding: 80px 30px 30px;
    width: 400px;
    height: 100vh;
    overflow: auto;
    display: flex;
    flex-direction: column;
    transform: translateX(400px);
    transition: transform 500ms ease-in-out;
    background: rgba(242, 242, 242, 1);
  }
  .h_menu .h_menu_box.is_active {
    transform: translateX(0);
  }
  
  .h_menu .h_menu_box .nav {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
  }
  .h_menu .h_menu_box .nav * {
    letter-spacing: .05em;
  }
  .h_menu .h_menu_box .nav ul {
    width: 50%;
  }
  .h_menu .h_menu_box .nav ul li {
    font-size: 1.5rem;
  }
  .h_menu .h_menu_box .nav ul li:not(:last-of-type) {
    margin-bottom: .8em;
  }
  .h_menu .h_menu_box .nav ul li.mb01 {
    margin-bottom: .2em;
  }
  .h_menu .h_menu_box .nav ul li.green {
    margin-bottom: 0;
  }
  .h_menu .h_menu_box .nav ul li a {
    color: #b5983d;
    font-weight: 700;
    letter-spacing: .05em;
  }
  .h_menu .h_menu_box .nav ul li.green a {
    color: #007457;
  }

  .h_menu .h_menu_box .sns {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 100px;
  }
  .h_menu .h_menu_box .sns ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .h_menu .h_menu_box .sns ul li {
    width: 40px;
  }
  .h_menu .h_menu_box .sns ul li:not(:last-of-type) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .h_menu > button {
    top: 4vw;
    right: 3vw;
    height: auto;
  }
  .h_menu > button > span {
    position: relative;
    display: block;
    height: calc((.65vw * 3) + (1vw * 2));
    width: 8vw;
  }
  .h_menu > button > span > span {
    height: .65vw;
  }
  .h_menu > button > em {
    margin-top: 2vw;
    font-size: 1.2rem;
  }
  
  .h_menu .h_menu_box {
    padding: 10vw 5vw 5vw;
    width: 80vw;
    transform: translateX(80vw);
  }
  
  .h_menu .h_menu_box .nav {
    margin-bottom: 10vw;
    display: flex;
    flex-wrap: wrap;
  }
  .h_menu .h_menu_box .nav * {
    letter-spacing: .05em;
  }
  .h_menu .h_menu_box .nav ul {
    width: 100%;
  }
  .h_menu .h_menu_box .nav ul li {
    font-size: 1.5rem;
  }
  .h_menu .h_menu_box .nav ul:not(:last-of-type) {
    margin-bottom: .5em;
  }
  .h_menu .h_menu_box .nav ul li:not(:last-of-type) {
    margin-bottom: .5em;
  }
  .h_menu .h_menu_box .nav ul li.mb01 {
    margin-bottom: .2em;
  }
  .h_menu .h_menu_box .nav ul li.green {
    margin-bottom: 0;
  }
  .h_menu .h_menu_box .nav ul li a {
    letter-spacing: .05em;
  }

  .h_menu .h_menu_box .sns {
    margin-bottom: 6vw;
  }
  .h_menu .h_menu_box .sns ul li {
    width: 10vw;
  }
  .h_menu .h_menu_box .sns ul li:not(:last-of-type) {
    margin-right: 5vw;
  }
}






/*ずれ*/
.anc:before {
  position: relative;
  z-index: -1;
  padding-top: 150px;
  margin-top: -150px;
  display: block;
  content: '';
}
@media screen and (max-width: 767px) {
  .anc:before {
    padding-top: 30vw;
    margin-top: -30vw;
    content: '';
  }
}



/*main*/
main {
  position: relative;
  font-size: 1.6rem;
  overflow-x: hidden;
}
body:not(.top) main {
  padding-top: 130px;
  padding-bottom: 150px;
  letter-spacing: .1em;
}
@media screen and (max-width: 767px) {
  main {
    overflow: hidden;
  }
  body:not(.top) main {
    padding-top: 15vw;
    padding-bottom: 25vw;
  }
}

/*共通*/
.title01 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 40px;
}
.title01 span ,
.title01 em {
  display: block;
  font-weight: 700;
  letter-spacing: .2em;
}
.title01 span {
  font-size: 2.5rem;
  color: #007457;
}
.title01 em {
  font-size: 1.4rem;
  color: #80baab;
}
.title02 {
  display: flex;
  font-size: 2.0rem;
  margin-bottom: 1.5em;
}
.title02 span {
  position: relative;
  display: block;
  color: #007457;
  font-weight: 700;
  letter-spacing: .2em;
}
.title02 span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #007457;
  content: '';
}
.title03 {
  display: flex;
  font-size: 1.8rem;
  margin-bottom: 1.2em;
}
.title03 span {
  display: block;
  background: #007457;
  color: #FFF;
  font-weight: 700;
  letter-spacing: .2em;
  text-indent: .2em;
  padding: .1em .4em .2em;
}
.title04 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.title04.mb100 {
  margin-bottom: 100px;
}
.title04 span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: solid 1px #007457;
  border-radius: 50%;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-lr;
	-o-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-indent: .2em;
  line-height: 1em;
  padding: .6em;
  aspect-ratio: 1 / 1;
  color: #007457;
  margin-bottom: .6em;
}
.title04 em {
  display: block;
  font-weight: 700;
  color: #b5983d;
  letter-spacing: .2em;
  text-indent: .2em;
}
.btn01 ,
.btn01-reverse {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn01 a ,
.btn01-reverse a {
  position: relative;
  display: block;
}
.btn01 a::before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background: #FFF;
  border: solid 1px #007457;
  width: 100%;
  height: 100%;
  transition: .5s;
  content: '';
}
.btn01 a::after {
  position: absolute;
  right: -4px;
  bottom: -4px;
  display: block;
  border: solid 1px #007457;
  border-top: none;
  border-left: none;
  width: 100%;
  height: 100%;
  content: '';
}
.btn01 a:hover::before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background: #007457;
  border: solid 1px #007457;
  width: 100%;
  height: 100%;
  transform: translate(4px,4px);
  transition: .5s;
  content: '';
}
.btn01 a span {
  position: relative;
  z-index: 1;
  display: block;
  padding: .8em 3.125em;
  font-weight: 700;
  letter-spacing: .2em;
  color: #007457;
  transition: .5s;
}
.btn01 a:hover span {
  color: #FFF;
  transform: translate(4px,4px);
}
.btn01-reverse a::before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background: #007457;
  border: solid 1px #007457;
  width: 100%;
  height: 100%;
  transition: .5s;
  content: '';
}
.btn01-reverse a::after {
  position: absolute;
  right: -4px;
  bottom: -4px;
  display: block;
  border: solid 1px #007457;
  border-top: none;
  border-left: none;
  width: 100%;
  height: 100%;
  content: '';
}
.btn01-reverse a:hover::before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background: #FFF;
  border: solid 1px #007457;
  width: 100%;
  height: 100%;
  transform: translate(4px,4px);
  transition: .5s;
  content: '';
}
.btn01-reverse a span {
  position: relative;
  z-index: 1;
  display: block;
  padding: .8em 3.125em;
  font-weight: 700;
  letter-spacing: .2em;
  color: #FFF;
  transition: .5s;
}
.btn01-reverse a:hover span {
  color: #007457;
  transform: translate(4px,4px);
}
.common_gmap {
  height: 450px;
}
.common_gmap iframe {
  width: 100%;
  height: 100%;
}
.common_access_info {
  padding-bottom: 100px;
}
.common_gmap + .common_access_info {
  padding-top: 60px;
}
.common_access_info h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.common_access_info h3 * {
  display: block;
  letter-spacing: .2em;
  line-height: 1em;
  font-weight: 700;
}
.common_access_info h3 span {
  font-size: 2.5rem;
  color: #007457;
  margin-bottom: 1.2em;
}
.common_access_info h3 em {
  font-size: 1.4rem;
  color: #80baab;
}
.common_access_info .list > section:not(:last-of-type) {
  margin-bottom: 100px;
}
.common_access_info .list > section h4 {
  display: flex;
  margin-bottom: 40px;
}
.common_access_info .list > section h4 span {
  position: relative;
  display: block;
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: .2em;
  color: #007457;
}
.common_access_info .list > section h4 span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #007457;
  content: '';
}
.common_access_info .list > section .car section ,
.common_access_info .list > section .train section {
  display: flex;
  align-items: baseline;
}
.common_access_info .list > section .car section:not(:last-of-type) ,
.common_access_info .list > section .train section:not(:last-of-type) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: dotted 2px #007457;
}
.common_access_info .list > section .car section h5 ,
.common_access_info .list > section .train section h5 {
  position: relative;
  background: #007457;
  text-align: center;
  width: calc(300px - 15px);
  color: #FFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .1em;
  padding: .4em 0;
  margin-right: 50px;
}
.common_access_info .list > section .car section h5.fs17 ,
.common_access_info .list > section .train section h5.fs17 {
  font-size: 1.7rem;
  letter-spacing: 0;
}
.common_access_info .list > section .car section h5::after ,
.common_access_info .list > section .train section h5::after {
  position: absolute;
  top: 0;
  right: -15px;
  height: 100%;
  width: 15px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #007457;
  content: '';
}
.common_access_info .list > section .car section p ,
.common_access_info .list > section .train section p {
  width: calc(100% - (300px - 15px + 50px));
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .1em;
}
.common_access_info .list > section .car section p span ,
.common_access_info .list > section .train section p span {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.common_access_info .list > section .bus {
  display: flex;
  align-items: center;
  justify-content: center;
}
.common_access_info .list > section .bus section {
  background: #FFF;
  border: solid 1px #007457;
}
.common_access_info .list > section .bus section h5 {
  background: #007457;
  color: #FFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-align: center;
  padding: .6em 0;
}
.common_access_info .list > section .bus section .box {
  position: relative;
  padding: 20px 40px;
}
.common_access_info .list > section .bus section .box .box_in {
  position: relative;
  padding-left: 35px;
  font-size: 1.6rem;
}
.common_access_info .list > section .bus section .box .box_in::before {
  position: absolute;
  top: .5em;
  left: calc((.9375em / 2) + (1px / 2));
  height: calc(100% - (.5em * 2));
  width: 1px;
  background: #595757;
  content: '';
}
.common_access_info .list > section .bus section .box h6 {
  position: relative;
  display: flex;
  align-items: baseline;
  font-size: 1.6rem;
  padding: 0 .6em;
  width: calc(420px - 10px);
}
.common_access_info .list > section .bus section .box h6::before {
  position: absolute;
  top: calc((1em * .9) / 2);
  left: -35px;
  width: .9375em;
  height: .9375em;
  font-size: 1.6rem;
  background: url(../img/common/common_access_info_bus.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
.common_access_info .list > section .bus section .box h6:nth-of-type(1) {
  background: #dcdddd;
}
.common_access_info .list > section .bus section .box h6:nth-of-type(1)::after {
  position: absolute;
  top: 0;
  left: -10px;
  height: 100%;
  width: 10px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  background: #dcdddd;
  content: '';
}
.common_access_info .list > section .bus section .box h6:nth-of-type(1) span ,
.common_access_info .list > section .bus section .box h6:nth-of-type(1) em {
  display: block;
  font-weight: 500;
}
.common_access_info .list > section .bus section .box h6:nth-of-type(1) span {
  margin-right: 1em;
}
.common_access_info .list > section .bus section .box h6:nth-of-type(1) em {
  font-size: 1.4rem;
}
.common_access_info .list > section .bus section .box h6:not(:nth-of-type(1)) {
  background: #b5983d;
  color: #FFF;
}
.common_access_info .list > section .bus section .box h6:not(:nth-of-type(1))::after {
  position: absolute;
  top: 0;
  left: -10px;
  height: 100%;
  width: 10px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  background: #b5983d;
  content: '';
}
.common_access_info .list > section .bus section .box dl {
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
.common_access_info .list > section .bus section .box dl dt {
  font-size: 1.4rem;
  font-weight: 700;
  width: 100px;
}
.common_access_info .list > section .bus section .box dl dd {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  color: #007457;
}
.main_vi {
  position: relative;
  height: 530px;
  overflow: hidden;
}
.main_vi .mw1000 {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.main_vi .mw1000 h3 {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  padding-bottom: 35px;
}
.main_vi .mw1000 h3 span ,
.main_vi .mw1000 h3 em ,
.main_vi .mw1000 h3 i {
  display: block;
  line-height: 1em;
  color: #FFF;
  letter-spacing: .2em;
  font-weight: 700;
}
.main_vi .mw1000 h3 span {
  font-size: 4.6rem;
  margin-bottom: .4em;
}
.main_vi .mw1000 h3 em {
  font-size: 2.0rem;
}
.main_vi .mw1000 h3 i {
  font-size: 1.6rem;
  margin-bottom: .4em;
}
.main_vi p {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;;
  justify-content: center;
}
.main_vi p::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(201, 188, 156, .42);
  mix-blend-mode: multiply;
  content: '';
}
.main_vi p picture {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;;
  justify-content: center;
}
.main_vi p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body:not(.top) main .comment p {
  font-family: "Noto Sans JP", sans-serif;
}
body:not(.top) main .comment-serif p {
  font-family: "Noto Serif JP", serif;
}
body:not(.top) main .comment p:not(:last-of-type) ,
body:not(.top) main .comment-serif p:not(:last-of-type) {
  margin-bottom: 1.2em;
}
main .number01 {
  counter-reset: number;
}
main .number01 li {
  position: relative;
  padding-left: 1.2em;
}
main .number01 li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: counter(number)'.';
}
#gt_float_wrapper {
  z-index: 5 !important;
}
@media screen and (max-width: 767px) {
  .title01 {
    margin-bottom: 15vw;
  }
  .title01 span ,
  .title01 em {
    letter-spacing: .2em;
  }
  .title01 span {
    font-size: 2.0rem;
  }
  .title01 em {
    font-size: 1.4rem;
  }
  .title02 {
    font-size: 1.8rem;
    margin-bottom: 1.5em;
  }
  .title02 span {
    letter-spacing: .2em;
  }
  .title03 {
    font-size: 1.8rem;
    margin-bottom: 1.2em;
  }
  .title03 span {
    letter-spacing: .2em;
    text-indent: .2em;
    padding: .1em .4em .2em;
  }
  .title04 {
    margin-bottom: 10vw;
  }
  .title04.mb100 {
    margin-bottom: 20vw;
  }
  .title04 span {
    font-size: 2.0rem;
    letter-spacing: .2em;
    text-indent: .2em;
    line-height: 1em;
    padding: .6em;
    aspect-ratio: 1 / 1;
    margin-bottom: .6em;
  }
  .title04 em {
    letter-spacing: .2em;
    text-indent: .2em;
  }
  .btn01 a span {
    padding: .8em 2.5em;
    letter-spacing: .2em;
  }
  .btn01-reverse a span {
    padding: .8em 2.5em;
    letter-spacing: .2em;
  }
  .common_gmap {
    height: 60vh;
  }
  .common_access_info {
    padding-bottom: 15vw;
  }
  .common_gmap + .common_access_info {
    padding-top: 10vw;
  }
  .common_access_info h3 {
    margin-bottom: 5vw;
  }
  .common_access_info h3 * {
    letter-spacing: .2em;
    line-height: 1em;
  }
  .common_access_info h3 span {
    font-size: 2.0rem;
    margin-bottom: 1.2em;
  }
  .common_access_info h3 em {
    font-size: 1.4rem;
  }
  .common_access_info .list > section:not(:last-of-type) {
    margin-bottom: 10vw;
  }
  .common_access_info .list > section h4 {
    display: flex;
    flex-direction: column;
    margin-bottom: 6vw;
  }
  .common_access_info .list > section h4 span {
    font-size: 1.8rem;
    letter-spacing: .2em;
  }
  .common_access_info .list > section .car section ,
  .common_access_info .list > section .train section {
    display: flex;
    align-items: inherit;
    flex-direction: column;
  }
  .common_access_info .list > section .car section:not(:last-of-type) ,
  .common_access_info .list > section .train section:not(:last-of-type) {
    padding-bottom: 5vw;
    margin-bottom: 5vw;
    border-bottom: dotted 2px #007457;
  }
  .common_access_info .list > section .car section h5 ,
  .common_access_info .list > section .train section h5 {
    width: 80vw;
    font-size: 1.6rem;
    padding: .2em 0;
    margin-right: 0;
    margin-bottom: 3vw;
  }
  .common_access_info .list > section .car section h5.fs17 ,
  .common_access_info .list > section .train section h5.fs17 {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .common_access_info .list > section .car section h5::after ,
  .common_access_info .list > section .train section h5::after {
    right: -5vw;
    width: 5vw;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    content: '';
  }
  .common_access_info .list > section .car section p ,
  .common_access_info .list > section .train section p {
    width: 100%;
    font-size: 1.6rem;
    letter-spacing: .1em;
  }
  .common_access_info .list > section .bus {
    padding: 0;
  }
  .common_access_info .list > section .bus section h5 {
    font-size: 1.6rem;
    letter-spacing: .1em;
    padding: .6em 0;
  }
  .common_access_info .list > section .bus section .box {
    padding: 3vw 4vw;
  }
  .common_access_info .list > section .bus section .box .box_in {
    padding-left: 35px;
    font-size: 1.5rem;
  }
  .common_access_info .list > section .bus section .box .box_in::before {
    position: absolute;
    top: .5em;
    left: calc((.9375em / 2) + (1px / 2));
    height: calc(100% - (.5em * 2));
    width: 1px;
    background: #595757;
    content: '';
  }
  .common_access_info .list > section .bus section .box h6 {
    position: relative;
    display: flex;
    align-items: baseline;
    font-size: 1.5rem;
    padding: 0 .6em;
    width: calc(100% - 10px);
  }
  .common_access_info .list > section .bus section .box h6::before {
    position: absolute;
    top: calc((1em * .9) / 2);
    left: -35px;
    width: .9375em;
    height: .9375em;
    font-size: 1.6rem;
    background: url(../img/common/common_access_info_bus.svg) no-repeat center center;
    background-size: cover;
    content: '';
  }
  .common_access_info .list > section .bus section .box h6:nth-of-type(1)::after {
    position: absolute;
    top: 0;
    left: -10px;
    height: 100%;
    width: 10px;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    background: #dcdddd;
    content: '';
  }
  .common_access_info .list > section .bus section .box h6:nth-of-type(1) em {
    font-size: 1.4rem;
  }
  .common_access_info .list > section .bus section .box h6:not(:nth-of-type(1))::after {
    position: absolute;
    top: 0;
    left: -10px;
    height: 100%;
    width: 10px;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    background: #b5983d;
    content: '';
  }
  .common_access_info .list > section .bus section .box dl {
    padding: 2vw 3vw;
  }
  .common_access_info .list > section .bus section .box dl dt {
    font-size: 1.4rem;
    width: 20vw;
  }
  .common_access_info .list > section .bus section .box dl dd {
    font-size: 1.5rem;
  }
  .main_vi {
    height: 80vw;
  }
  .main_vi .mw1000 h3 {
    padding-left: 4vw;
    padding-bottom: 5vw;
  }
  .main_vi .mw1000 h3 span {
    font-size: 2.4rem;
  }
  .main_vi .mw1000 h3 em {
    font-size: 1.8rem;
  }
  .main_vi .mw1000 h3 i {
    font-size: 1.4rem;
  }
}










/*width*/
.mw1200 {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.mw1100 {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.mw1000 {
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.mw920 {
  max-width: 960px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 1240px) {
  .mw1200 {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 1140px) {
  .mw1100 {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 1040px) {
  .mw1000 {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 960px) {
  .mw920 {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .mw1200 {
    max-width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
  .mw1100 {
    max-width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
  .mw1000 {
    max-width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
  .mw920 {
    max-width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
}




/*pagination*/
.pagination {
	padding-top: 50px;
}
.pagination .pagination-box {
	text-align:center;
	font-size:0;
}
.pagination .pagination-box a ,
.pagination .pagination-box span {
	position: relative;
	display:inline-block;
	font-size:1.6rem;
	font-weight: 300;
	width:32px;
	height:32px;
  font-family: "Quicksand", sans-serif;
	line-height:32px;
	text-align:center;
	margin-right:10px;
	color:#675e5f;
	background:#FFF;
	text-decoration:none;
}
.pagination .pagination-box a:not(.inactive) em {
	display: inline-block;
  font-family: "Quicksand", sans-serif;
	line-height:32px;
	font-size:1.6rem;
}
.pagination .pagination-box a:last-child ,
.pagination .pagination-box span:last-child {
	margin-right:0;
}
.pagination .pagination-box span.current {
	background:#947f7e;
	color:#FFF;
}
.pagination .pagination-box a:hover {
	text-decoration:none;
	opacity:0.65;
	filter: alpha(opacity=65);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=65)";  /* ie 8 */
	-moz-opacity:0.65;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.65;              /* Safari 1.x */
	zoom:1;
}
@media screen and (max-width: 768px) {
  .pagination {
    padding:10vw 0 0;
  }
  .pagination .pagination-box a ,
  .pagination .pagination-box span {
    font-size:1.6rem;
    width:6vw;
    height:6vw;
    line-height:6vw;
    margin-right:2vw;
  }
}



.form input[type="text"] ,
.form input[type="tel"] ,
.form input[type="email"] ,
.form input[type="date"] ,
.form input[type="number"] ,
.form textarea {
	width:100%;
	padding:.4em .4em;
	font-size:1.6rem;
	background:#FFFFFF;
	border: solid 1px #a3a3a3;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.form input[type="text"]:focus ,
.form input[type="tel"]:focus ,
.form input[type="email"]:focus ,
.form input[type="number"]:focus ,
.form input[type="date"]:focus ,
.form textarea:focus {
	outline: 0;
	border: solid 1px #000;
}
.form input[type="number"] {
	text-align:center;
}
.form textarea {
	/*width:400px;*/
	height:350px;
}
.form input.input01 {
  width: 100%;
}
.form input.input02 {
	width:50%;
}
.form input.input03 {
	width:180px;
}
.form input.input04 {
	width:120px;
}
.form .select_box01 {
	position:relative;
	overflow:hidden;
	display:inline-block;
	min-width:360px;
	min-width:20em;
	background:#FFFFFF;
	border: solid 1px #a3a3a3;
	color:#333;
	margin:0;
	padding:0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.form .select_box01 select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	position:relative;
	z-index:2;
	display:block;
	min-width:360px;
	min-width:20em;
	margin:0;
	padding:1.2em .4em;
	background:transparent;
	border:0;
	outline:none;
	font-size:1.6rem;
	text-align:left;
}
.form .select_box01:before {
	font-family: "Font Awesome 6 Free";
	content: "\f0d7";
	position:absolute;
	z-index:2;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	right:20px;
	font-size:2.2rem;
  font-weight: 700;
	line-height:1;
	color:#4d4d4d;
	display: block;
}
.form .mwform-radio-field ,
.form .mwform-checkbox-field {
	display:inline-block;
	margin:0 80px 0 0;
}
.form .mwform-radio-field:last-of-type ,
.form .mwform-checkbox-field:last-of-type {
	margin:0 ;
}
input[type=checkbox] {
	appearance: none;
	display: none;
}
input[type=checkbox] + span {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
}
input[type=checkbox] + span:before {
	font-family: "Font Awesome 6 Free";
	content: "\f096";
	display: inline-block;
	margin-right: 0.5em;
	font-weight: 400;
	color: #aaaaaa;
}
input[type=checkbox]:checked + span:before {
	content: "\f14a";
	font-weight: 400;
	color: #c71e1e;
}
input[type=radio] {
	appearance: none;
	display: none;
}
input[type=radio] + span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
input[type=radio] + span:before {
	font-family: "Font Awesome 6 Free";
	content: "\f111";
	display: inline-block;
	margin-right: 0.5em;
	font-weight: 400;
	color: #aaaaaa;
}
input[type=radio]:checked + span:before {
	content: "\f192";
	font-weight: 400;
	color: #c71e1e;
}
:-moz-placeholder {
  color: rgba(50, 51, 51, .5);
  opacity: 1;
  font-size: 1.1rem;
}
::-moz-placeholder {
  color: rgba(50, 51, 51, .5);
  opacity: 1;
  font-size: 1.1rem;
}
:-ms-input-placeholder {
  color: rgba(50, 51, 51, .5);
  font-size: 1.1rem;
}
::-ms-input-placeholder {
  color: rgba(50, 51, 51, .5);
  font-size: 1.1rem;
}
::-webkit-input-placeholder {
  color: rgba(50, 51, 51, .5);
  font-size: 1.1rem;
}
::placeholder {
  color: rgba(50, 51, 51, .5);
  font-size: 1.1rem;
}
.form .btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	padding-top: 50px;
}
.form .btn dl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.form .btn dl dt ,
.form .btn dl dd {	
	width: 380px;
}
.form .btn dl dt span ,
.form .btn dl dd span {
  display: none;
}
.form .btn dl dt {
  margin-right: 10px;
}
.form .btn > p {
	width: 380px;
}
.form .btn input ,
.form .btn button {
	position:relative;
	background: #007457;
	border: solid 1px #007457;
	display:block;
	cursor:pointer;
	color:#FFFFFF;
	padding:.8em 0;
	text-decoration:none;
	width:100%;
	text-align:center;
	font-size:2.0rem;
	line-height:1.1;
	margin:0;
	text-decoration:none;
	border-radius: 0;
  appearance: none;
	outline: 0;
}
.form .btn dl dt input {
	background: #FFF;
	border: solid 1px #007457;
	color:#007457;
}
.form .btn input:hover ,
.form .btn button:hover ,
.form .btn input:focus ,
.form .btn button:focus {
	text-decoration:none;
	opacity:0.65;
	filter: alpha(opacity=65);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=65)";  /* ie 8 */
	-moz-opacity:0.65;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.65;              /* Safari 1.x */
	zoom:1;
}
.form .wpcf7-form-control-wrap {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .form input[type="text"] ,
  .form input[type="tel"] ,
  .form input[type="email"] ,
  .form input[type="date"] ,
  .form input[type="number"] ,
  .form textarea {
    padding:3vw 1vw;
    font-size:1.4rem;
  }
  .form textarea {
    height:50vw;
  }
  .form input.input02 {
    width:100%;
  }
  .form input.input03 {
    width:100%;
  }
  .form input.input04 {
    width:100%;
  }
  .form .btn dl {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 5%;
  }
  .form .btn dl dt ,
  .form .btn dl dd {
    width:45%;
  }
  .form .btn dl dt {
    margin-right: 10%;
  }
  .form .btn > p {
    width:70vw;
  }
  .form .btn input ,
  .form .btn button {
    padding:4vw 0;
    font-size:1.6rem;
  }
  .confirm .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview th ,
  .confirm .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview td {
    padding-top:1.5rem;
    padding-bottom:1.5rem;
    font-size:1.6rem;
  }
  .mw_wp_form.mw_wp_form_input span.error {
    font-size:1.6rem;
  }
}




/*detail contents*/
.contents {
  font-size: 1.6rem;
  letter-spacing: .02em;
}
.contents:after {
	content: " ";
	font-size: 0.1rem;
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
.contents * {
  letter-spacing: .02em;
}
.contents a {
  color: #007457;
  text-decoration: underline;
}
.contents a:hover {
  color: #80baac;
  text-decoration: none;
}
.contents p:not(:last-of-type) {
  margin-bottom: 1.2em;
}
.contents img {
	width:auto;
	max-width:100%;
	height:auto;
}
.contents .thum_img {
	text-align:left;
	margin:0 auto;
	margin-bottom:50px;
}
.contents h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.contents figcaption,
.contents figure,
.contents main {
  display: block;
}
.contents figure {
  margin: 1em 0;
}
.contents hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.contents pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
.contents abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none;
}
.contents b,
.contents strong {
  font-weight: inherit;
}
.contents b,
.contents strong {
  font-weight: 700;
}
.contents code,
.contents kbd,
.contents samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.contents dfn {
  font-style: italic;
}
.contents mark {
  background-color: #eee;
  color: #222;
}
.contents small {
  font-size: 80%;
}
.contents sub,
.contents sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.contents sub {
  bottom: -0.25em;
}
.contents sup {
  top: -0.5em;
}
.contents audio,
.contents video {
  display: inline-block;
}
.contents audio:not([controls]) {
  display: none;
  height: 0;
}
.contents button,
.contents input,
.contents optgroup,
.contents select,
.contents textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.contents button,
.contents input {
  overflow: visible;
}
.contents button,
.contents select {
  text-transform: none;
}
.contents button,
.contents html [type="button"],
.contents [type="reset"],
.contents [type="submit"] {
  -webkit-appearance: button;
}
.contents button::-moz-focus-inner,
.contents [type="button"]::-moz-focus-inner,
.contents [type="reset"]::-moz-focus-inner,
.contents [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.contents button:-moz-focusring,
.contents [type="button"]:-moz-focusring,
.contents [type="reset"]:-moz-focusring,
.contents [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.contents fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.contents legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
.contents progress {
  display: inline-block;
  vertical-align: baseline;
}
.contents textarea {
  overflow: auto;
}
.contents [type="checkbox"],
.contents [type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.contents [type="number"]::-webkit-inner-spin-button,
.contents [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.contents [type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.contents [type="search"]::-webkit-search-cancel-button,
.contents [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.contents ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.contents details,
.contents menu {
  display: block;
}
.contents summary {
  display: list-item;
}
.contents canvas {
  display: inline-block;
}
.contents template {
  display: none;
}
.contents [hidden] {
  display: none;
}
.contents .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.contents .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.contents .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.contents .clear:before,
.contents .clear:after,
.contents .entry-content:before,
.contents .entry-content:after,
.contents .entry-footer:before,
.contents .entry-footer:after,
.contents .comment-content:before,
.contents .comment-content:after,
.contents .site-header:before,
.contents .site-header:after,
.contents .site-content:before,
.contents .site-content:after,
.contents .site-footer:before,
.contents .site-footer:after,
.contents .nav-links:before,
.contents .nav-links:after,
.contents .pagination:before,
.contents .pagination:after,
.contents .comment-author:before,
.contents .comment-author:after,
.contents .widget-area:before,
.contents .widget-area:after,
.contents .widget:before,
.contents .widget:after,
.contents .comment-meta:before,
.contents .comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.contents .clear:after,
.contents .entry-content:after,
.contents .entry-footer:after,
.contents .comment-content:after,
.contents .site-header:after,
.contents .site-content:after,
.contents .site-footer:after,
.contents .nav-links:after,
.contents .pagination:after,
.contents .comment-author:after,
.contents .widget-area:after,
.contents .widget:after,
.contents .comment-meta:after {
  clear: both;
}
.contents button,
.contents input,
.contents select,
.contents textarea {
  color: #333;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375em;
  font-weight: 400;
  line-height: 1.66;
}
.contents h1,
.contents h2,
.contents h3,
.contents h4,
.contents h5,
.contents h6 {
  clear: both;
  line-height: 1.4;
  margin: 0 0 0.75em;
  padding: .5em .1em;
}
.contents h1:first-child,
.contents h2:first-child,
.contents h3:first-child,
.contents h4:first-child,
.contents h5:first-child,
.contents h6:first-child {
  padding-top: 0;
}
.contents h1 {
  font-size: 24px;
  font-size: 1.5em;
  font-weight: 300;
}
.contents h2,
.contents .home.blog .entry-title {
  color: #666;
  font-size: 20px;
  font-size: 1.25em;
  font-weight: 300;
}
.contents h3 {
  color: #333;
  font-size: 18px;
  font-size: 1.125em;
  font-weight: 300;
}
.contents h4 {
  color: #333;
  font-size: 16px;
  font-size: 1em;
  font-weight: 800;
}
.contents h5 {
  color: #767676;
  font-size: 13px;
  font-size: 0.8125em;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.contents h6 {
  color: #333;
  font-size: 15px;
  font-size: 0.9375em;
  font-weight: 800;
}
.contents p {
  margin: 0 0 1.5em;
  padding: 0;
}
.contents p:last-child {
  margin: 0;
  padding: 0;
}
.contents dfn,
.contents cite,
.contents em,
.contents i {
  font-style: italic;
}
.contents blockquote {
  color: #666;
  font-size: 18px;
  font-size: 1.125em;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.contents blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
}
.contents address {
  margin: 0 0 1.5em;
}
.contents pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375em;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
.contents code,
.contents kbd,
.contents tt,
.contents var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375em;
}
.contents abbr,
.contents acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.contents mark,
.contents ins {
  background: #eee;
  text-decoration: none;
}
.contents big {
  font-size: 125%;
}
.contents blockquote {
  quotes: "" "";
}
.contents q {
  quotes: "“" "”" "‘" "’";
}
.contents blockquote:before,
.contents blockquote:after {
  content: "";
}
.contents :focus {
  outline: none;
}
.contents h1,
.contents h2,
.contents h3,
.contents h4,
.contents h5,
.contents h6 {
  font-weight: 700;
}
.contents hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
.contents ul,
.contents ol {
  margin: 20px 0 1.5em 40px;
  padding: 0;
}
.contents ul {
  list-style: disc;
}
.contents ol {
  list-style: decimal;
}
.contents li > ul,
.contents li > ol {
  margin-bottom: 20px;
  margin-left: 1.5em;
}
.contents dt {
  font-weight: 700;
}
.contents dd {
  margin: 0 1.5em 1.5em;
}
.contents table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}
.contents thead th {
  /*border-bottom: 2px solid #bbb;*/
  padding-bottom: 0.5em;
}
.contents th {
  padding: 0.4em;
  text-align: left;
}
.contents tr {
  /*border-bottom: 1px solid #eee;*/
}
.contents td {
  padding: 0.4em;
}
.contents th:first-child,
.contents td:first-child {
  padding-left: 0;
}
.contents th:last-child,
.contents td:last-child {
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  /* Typography */
  .contents {
    /* Fix image alignment */
  }
  .contents button,
  .contents input,
  .contents select,
  .contents textarea {
    font-size: 18px;
    font-size: 1.125em;
  }
  .contents h1 {
    font-size: 30px;
    font-size:calc( 1.875em * 0.9);
  }
  .contents h2,
  .contents .home.blog .entry-title,
  .contents .page .panel-content .recent-posts .entry-title {
    font-size: 26px;
    font-size:calc( 1.625em * 0.9);
  }
  .contents h3 {
    font-size: 22px;
    font-size:calc( 1.375rem * 0.9);
  }
  .contents h4 {
    font-size: 18px;
    font-size:calc( 1.125em * 0.9);
  }
  .contents h5 {
    font-size: 13px;
    font-size:calc( 0.8125em * 0.9);
  }
  .contents h6 {
    font-size: 16px;
    font-size:calc( 1em * 0.9);
  }
  .contents .entry-content blockquote.alignleft,
  .contents .entry-content blockquote.alignright {
    font-size: 14px;
    font-size: 0.875em;
  }
  .contents img.alignleft {
    float: left;
    margin-right: 1.5em;
  }
  .contents img.alignright {
    float: right;
    margin-left: 1.5em;
  }
  .contents th {
	  /*display:block;*/
  }
  .contents tr {
    /*border-bottom: 1px solid #eee;*/
  }
  .contents td {
	  /*display:block;*/
  }
}


.contents h1 {
border-bottom: solid 3px #3391e2;
position: relative;
display:block !important;
margin:0 0 1.2em 0;
padding: 0 .2em .5em;
font-size: 2.2rem;
font-weight:700;
color:#000000;
}

.contents h1:after {
position: absolute;
left:0;
content: " ";
display: block;
border-bottom: solid 3px #083478;
bottom: -3px;
width: 20%;
}
.contents h2 {
position: relative;
margin:0 0 1.2em ;
padding: 0 0 0 1em;
font-size: 2.0rem;
font-weight:500;
border: none;
line-height: 1.7;
color:#000000;
}
.contents h2:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 100%;
	background: #3391e2;
	display: block;
	border-radius: 3px;
	content: '';
}
.contents h3 {
	position: relative;
	z-index: 2;
	margin:0 0 1.2em 0;
	padding:0;
	font-size: 1.8rem;
	font-weight:500;
	border: none;
	line-height: 1.7;
	color:#000;
	/*background:linear-gradient(transparent 50%, #f5e9fa 50%);*/
}
.contents h3 span {
	position: relative;
	font-weight:500;
	background:linear-gradient(transparent 50%, #e4eff8 50%);
}
.contents h4{ 
border: none;
border-bottom: solid 1px #728199;
margin:0 0 1.2em 0;
padding: 0 .2em .6em;
font-size: 1.6rem;
font-weight:500;
color:#000;
}
 
.contents h5{ 
border: none;
margin:0 0 1.2em 0;
padding: 0 .2em;
font-size: 1.5rem;
font-weight:500;
color:#000000;
}
 
.contents h6{ 
border: none;
margin:0 0 1.2em 0;
padding: 0 .2em .6em;
font-size: 1.4rem;
font-weight:500;
color:#000000;
border-bottom: dotted 1px #666666;
}

