@charset "UTF-8";

/* ----------------------------------------
* レスポンシブ
---------------------------------------- */

/* ----------------------------------------
* all
---------------------------------------- */
html {
}
body {
  color: #000;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS PゴシックＭＳ Ｐゴシック",sans-serif;
  font-weight: 400;
  width: 100%;
  letter-spacing: 0.025em;
}

a {
  color: #222222;
  text-decoration: none;
  transition-duration: 0.3s;
}
a:hover {
  text-decoration: underline;
}
a img {
  opacity: 1;
  transition-duration: 0.5s;
}
a img:hover {
  opacity: 0.75;
}

/* all display サイトチューニング
-------------------------------------------------- */
.wrap {
  width: 100%;
  padding: 0 4%;
  box-sizing: border-box;
  margin: 0 auto;
  *zoom: 1;
}
.tel a {
  pointer-events: none;
}

/* ----------------------------------------
* header
---------------------------------------- */
#header {
  background: #0a4836;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
#header .inner {
  display: flex;
  justify-content: space-between;
}
#header .logo {
  width: 50%;
}
#header .btns {
  width: 49%;
  display: flex;
  justify-content: flex-end;
}


/* ----------------------------------------
* footer
---------------------------------------- */

#footer {
  background: #005f44;
  width: 100%;
  padding: 0 0 15px;
  text-align: center;
  color: #fff;
}
#footer a {
  color: #fff;
}
#footer .logo {
  margin-bottom: 0;
}
#footer .address {
  font-size: 12px;
  margin-bottom: 80px;
}
#footer .copy {
  font-size: 10px;
  line-height: 1;
}

/* ----------------------------------------
* content
---------------------------------------- */
#contents {
  width: 100%;
  max-width: 750px;
  overflow: hidden;
  margin: 0 auto;
}
section {
  width: 100%;
}
section .ttl_img {
  margin-bottom: 5px;
}
section h2 {
  color: #296131;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
section h2 .main {
  font-family: "Times New Roman", Times, serif;
  font-size: 32px;

}
section h2 .sub {
  font-size: 12px;
}
section p {
  text-align: left;
}

/* ----------------------------------------
* CV
---------------------------------------- */
.cv_area {
  background: #e6ebea;
}
.cv_box .box {
  position:relative;
}
.cv_box .box .text1 {
}
.cv_box .box .mark {
  position: absolute;
  top: -10px;
  right: 0;
  width: 100%;
  transform: translateY(-40%);
}
.cv_area .cv_box .box .mark {
  top: -15px;
  transform: translateY(0);
}


/* ----------------------------------------
* mv
---------------------------------------- */
#mv {
  background: #005f44;
  padding: 0;
  text-align: center;
}
#mv .mv_area {
}
#mv .cv_box .box {
}
/* ----------------------------------------
* CONCEPT
---------------------------------------- */
#concept {
  background: #e6ebea;
  padding: 50px 0 0;
}
#concept p {
  color: #296131;
}
#concept p.midashi {
  text-align: center;
  margin: 0 5.6% 25px;
}
#concept p.desc {
  font-size: 1.3rem;
  width: 88%;
  margin: 0 6% 30px 6%;
}
#concept .images {
  width: 100%;
}
#concept .images img {
  width: 100%;
}

/* ----------------------------------------
* three_point
---------------------------------------- */
#three_point {
  background: #fff;
  padding: 45px 0 40px;
}
#three_point .ttl_img {
  margin-bottom: 40px;
  text-align: center;
}
#three_point .row {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #eaf0eb;
}
#three_point .row.last {
  padding-bottom: 0;
  margin-bottom: 50px;
  border-bottom: none;
}
#three_point .row .img {
  width: 100%;
}
#three_point .row .text {
  width: 100%;
}

/* ----------------------------------------
* price
---------------------------------------- */
#price {
  background: #e6ebea;
  padding: 45px 0 45px;
}
#price p.desc {
  color: #296131;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 30px;
}
#price table {
  margin: 0 auto 15px;
  width: 1000px;
}
#price table span.s {
  font-size: 1.1rem;
}
#price table span.m {
  font-size: 1.3rem;
}
#price table span.l {
  font-size: 1.5rem;
  font-weight: bold;
}
#price thead tr {
  background: #296131;
}
#price table th,
#price table td {
  vertical-align: middle;
  height: 66px;
  border: solid 1px  #c8d0ce;
  font-size: 1.5rem;
  padding: 0.5em 1em;
}
#price thead th {
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}
#price tbody td {
}
#price tbody tr {
  line-height: 1.25;
}
#price tbody tr:nth-child(odd) {
 background: #fff;
}
#price tbody tr:nth-child(even) {
 background: #f8f6ee;
}
#price tbody td.f_g {
  color: #296131;
}
#price tbody td.b {
  font-size: 1.8rem;
  font-weight: bold;
}
#price tbody td.l {
  text-align: left;
}
#price tbody td.r {
  text-align: right;
}
#price tbody td .normal {
  font-weight: normal;
}
#price .other {
  margin-top: 30px;
}
#price .other .left {
  width: 15em;
}
#price .other .left .fle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#price .other .left .l {
  font-weight: bold;
}
#price .other .left .r {
  color: #296131;
}
#price .other .left .r span {
  font-weight: bold;
  font-size: 1.4rem;
}
#price .other .right {
  color: #296131;
  font-size: 1.1rem;
  margin-bottom: 2em;
}
#price .other .right .space {
  width: 1em;
  display:inline-block;
}

/* ----------------------------------------
* access
---------------------------------------- */
#access {
  background: #fff;
  padding: 50px 0 43px;
}
#access p.midashi {
  color: #296131;
  font-size: 1.9rem;
  text-align: center;
  margin: 40px auto 25px;
}
#access .map {
  padding: 0px 0 15px;
}
#access .map iframe {
  height: 250px;
}
#access dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
  margin-bottom: 5px;
  font-size: 1.2rem;
}
#access dt {
  font-weight: bold;
}
#access dd {

}

/* ----------------------------------------
* #links_popup
---------------------------------------- */
#links_popup .link_area {
  width: 100%;
}
#links_popup .link_area .box {
  width: 100%;
  padding: 0 11.8%;
  text-align: center;
  margin-bottom: 18px;
}
#links_popup .link_area .box p {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
#links_popup .link_area .box a {
  background: url(../img/arrow_w.png)no-repeat center right 30px #e7784b;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  height: 3.5em;
}
#links_popup .link_area .box a:hover {
  text-decoration: none;
  opacity: 0.7;
}


/* ----------------------------------------
popup main
---------------------------------------- */
.modal_window {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  justify-content: center;
  padding: 10px 0 50px;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.5s;
}
.modal_window.modal_push {
  opacity: 1;
  visibility: visible;
  display: flex;
}
.modal_window .wrap {
  background: #fff;
  width: 1000px;
  height: auto;
  padding: 50px 0 30px;
  position: relative;
}
.modal_window iframe {
  top: 0;
  left: 0;
}
.modal_window .modal_close_btn {
  display:inline-block;
  position: absolute;
  width: 15px;
  right: 15px;
  top: 15px;
}
.modal_window .modal_close_btn:hover {
  cursor: pointer;
}
.modal_window .modal_close_btn:hover {
  cursor: pointer;
}

/* ----------------------------------------
popup_overlay
---------------------------------------- */
.popup_overlay {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.5s;
}
.modal_window.modal_push .popup_overlay {
  opacity: 1;
  visibility: visible;
}
