@charset "UTF-8";
/* 
Theme Name: しげたこども歯科
Theme URI: https://shigeta-dental.com/
Author: Bee on
Author URI: bee-on.jp
Version: 1.1
Need: Blood, sweat, tears and a little courage.
*/
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  line-height: 1;
}

div, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, 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, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section, div, address, canvas, hr, textarea {
  display: block;
  line-height: 1;
}

a, label {
  cursor: pointer;
}

blockquote {
  padding: 0;
  margin: 0;
  display: block;
}

address, em {
  font-style: normal;
}

hr {
  border: 0;
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  resize: vertical;
  overflow: hidden;
  -webkit-appearance: none;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input, button {
  vertical-align: middle;
  border-radius: 0px;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

p.pt {
  position: fixed;
  right: 80px;
  bottom: 20px;
  z-index: 9;
}
@media only screen and (max-width:1200px) {
  p.pt {
    right: 0;
  }
  p.pt img {
    max-width: 70%;
    height: auto;
  }
}
@media only screen and (max-width:509px) {
  p.pt {
    right: 10px;
    text-align: right;
  }
  p.pt img {
    max-width: 50%;
    height: auto;
  }
}
p.pt a img {
  animation: sdl 1s infinite alternate;
}

@keyframes sdl {
  to {
    transform: rotate(10deg);
  }
}
.scroll_up {
  transition: all 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1;
}

.scroll_left {
  transition: all 0.8s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
}
.scroll_left.on {
  transform: translateY(0);
  opacity: 1;
}

.scroll_right {
  transition: all 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
}
.scroll_right.on {
  transform: translateY(0);
  opacity: 1;
}

.timing02 {
  transition-delay: 0.2s;
}

.timing03 {
  transition-delay: 0.4s;
}

.timing04 {
  transition-delay: 0.6s;
}

.timing05 {
  transition-delay: 0.8s;
}

.timing06 {
  transition-delay: 1s;
}

.openbtn {
  position: fixed;
  top: 50px;
  right: 50px;
  background: #00AFEB;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  z-index: 999;
  transition: all 0.5s;
  border: 1px solid #00AFEB;
  display: none;
}
@media only screen and (max-width:1200px) {
  .openbtn {
    display: block;
  }
}
@media only screen and (max-width:509px) {
  .openbtn {
    top: 20px;
    right: 20px;
  }
}
.openbtn span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 5px;
  background: #FFF;
  width: 45%;
  transition: all 0.5s;
}
.openbtn span:nth-of-type(1) {
  top: 15px;
}
.openbtn span:nth-of-type(2) {
  top: 23px;
}
.openbtn span:nth-of-type(3) {
  top: 31px;
}
.openbtn span:nth-of-type(3)::after {
  content: "Menu"; /*3つ目の要素のafterにMenu表示を指定*/
  position: absolute;
  top: 5px;
  left: -2px;
  color: #fff;
  font-size: 0.6em;
  text-transform: uppercase;
  transition: all 0.5s;
}
.openbtn.active {
  background: #FFF;
}
.openbtn.active span {
  background: #00AFEB;
}
.openbtn.active span:nth-of-type(1) {
  top: 14px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 26px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
.openbtn.active span:nth-of-type(3)::after {
  content: "Close"; /*3つ目の要素のafterにClose表示を指定*/
  transform: translateY(0) rotate(-45deg);
  top: 5px;
  left: 4px;
  color: #00AFEB;
}

.clearfix {
  *zoom: 1;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

body {
  color: #595757;
}

a {
  transition: all 0.5s;
  color: #595757;
}
a:hover {
  color: #595757;
}
a img {
  transition: all 0.5s;
}

.container {
  width: 100%;
  z-index: 4;
}
.container .inner_wrap {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width:1200px) {
  .container .inner_wrap {
    width: 100%;
  }
}
@media only screen and (max-width:1200px) {
  .container .inner_wrap .common .common_base {
    padding: 0 20px;
  }
}

.bg_yl {
  background: #FFFDEF url(img/bg_yl.jpg) repeat-x bottom center;
  padding-bottom: 100px;
}

header .header_inner {
  position: relative;
}
@media only screen and (max-width:1200px) {
  header .header_inner .header_wrap {
    text-align: center;
  }
}
header .header_inner .header_wrap h1 {
  padding: 7px 0;
}
@media only screen and (max-width:1200px) {
  header .header_inner .header_wrap h1 a img {
    width: 450px;
    height: auto;
  }
}
@media only screen and (max-width:767px) {
  header .header_inner .header_wrap h1 a img {
    width: 250px;
    height: auto;
  }
}
@media only screen and (max-width:509px) {
  header .header_inner .header_wrap h1 a img {
    width: 200px;
    height: auto;
  }
}
header .header_inner .header_wrap .header_info {
  position: absolute;
  top: 30px;
  right: 0;
}
@media only screen and (max-width:1200px) {
  header .header_inner .header_wrap .header_info {
    position: static;
    text-align: center;
    margin-top: 20px;
  }
}
header .header_inner .header_wrap .header_info address {
  font-family: "m-plus-rounded-2c", sans-serif;
  font-style: normal;
  font-weight: 700;
}
header .header_inner .header_wrap .header_info address span.title {
  font-size: 23px;
  color: #00AFEB;
}
@media only screen and (max-width:1200px) {
  header .header_inner .header_wrap .header_info address span.title {
    display: none;
  }
}
header .header_inner .header_wrap .header_info address span.tel {
  display: block;
  font-size: 25px;
  margin: 7px 0;
}
@media only screen and (max-width:1200px) {
  header .header_inner .header_wrap .header_info address span.tel {
    font-size: 15px;
  }
}
header .header_inner .header_wrap .header_info address span.tel a {
  text-decoration: none;
  font-size: 30px;
  color: #595757;
  letter-spacing: 0.15em;
}
@media only screen and (max-width:1200px) {
  header .header_inner .header_wrap .header_info address span.tel a {
    font-size: 20px;
  }
}
header .header_inner .header_wrap .header_info address span.adr {
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width:1200px) {
  header .header_inner .header_wrap .header_info address span.adr {
    display: none;
  }
}

nav .nav_inner .nav_wrap {
  margin-top: 40px;
}
@media only screen and (max-width:767px) {
  nav .nav_inner .nav_wrap {
    margin-top: 0;
  }
}
@media only screen and (max-width:1200px) {
  nav .nav_inner .nav_wrap .nav_container {
    position: fixed;
    background: rgba(255, 253, 239, 0.85);
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    padding: 130px 50px 0;
    transition: all 0.6s;
    z-index: 998;
  }
}
@media only screen and (max-width:1200px) and (max-width:509px) {
  nav .nav_inner .nav_wrap .nav_container {
    padding: 80px 30px 0;
  }
}
@media only screen and (max-width:1200px) {
  nav .nav_inner .nav_wrap .nav_container.panelactive {
    right: 0;
  }
  nav .nav_inner .nav_wrap .nav_container.panelactive .nav_wrapper {
    animation-name: open_anime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 0.3s;
    opacity: 0;
  }
}
nav .nav_inner .nav_wrap .nav_container ul {
  display: flex;
  gap: 84px;
  align-items: center;
}
@media only screen and (max-width:1200px) {
  nav .nav_inner .nav_wrap .nav_container ul {
    display: block;
  }
}
nav .nav_inner .nav_wrap .nav_container ul li a {
  text-decoration: none;
  text-align: center;
  display: block;
  font-family: "m-plus-rounded-2c", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.1em;
  position: relative;
  width: 130px;
  height: 130px;
  border-radius: 155px 15px 125px 15px/15px 125px 15px 155px;
  color: #FFF;
}
@media only screen and (max-width:1200px) {
  nav .nav_inner .nav_wrap .nav_container ul li a {
    width: 100% !important;
    height: 40px !important;
    margin: 20px 0;
  }
  nav .nav_inner .nav_wrap .nav_container ul li a br {
    display: none;
  }
}
nav .nav_inner .nav_wrap .nav_container ul li a span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  line-height: 1.2;
}
nav .nav_inner .nav_wrap .nav_container ul li a:hover {
  opacity: 0.7;
  color: #000;
  border-radius: 15px 125px 15px 155px/155px 15px 125px 15px;
}
nav .nav_inner .nav_wrap .nav_container ul li.nav_01 a {
  background: #F8D0D0;
}
nav .nav_inner .nav_wrap .nav_container ul li.nav_02 a {
  background: #FDDC78;
}
nav .nav_inner .nav_wrap .nav_container ul li.nav_03 a {
  background: #9ED8F5;
}
nav .nav_inner .nav_wrap .nav_container ul li.nav_04 a {
  background: #C0DDA8;
}
nav .nav_inner .nav_wrap .nav_container ul li.nav_05 a {
  background: #F5B49D;
}
nav .nav_inner .nav_wrap .nav_container ul li.nav_06 a {
  background: #DECFE5;
}
nav .nav_inner .nav_wrap .nav_container.nav_sub ul {
  gap: 24px;
}
nav .nav_inner .nav_wrap .nav_container.nav_sub ul li a {
  width: 180px;
  height: 50px;
}
nav .nav_inner .nav_wrap .nav_container.nav_sub ul li a span br {
  display: none;
}

@keyframes open_anime {
  0% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.line_area {
  padding: 50px 0;
  width: 100%;
  height: 50px;
  background: url(img/line.png) center center repeat-x;
}
@media only screen and (max-width:767px) {
  .line_area {
    margin: 15px 0;
    background-size: auto 25px;
    height: 25px;
  }
}

.img_slide {
  width: 100%;
}
.img_slide .img_slide_container img {
  max-width: 100%;
  height: auto;
}

.img_subpage {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width:1200px) {
  .img_subpage {
    width: 100%;
  }
}
.img_subpage .img_subpage_container img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 10px 6px -6px #CCC;
}

.news_container .news_inner {
  width: 90%;
  margin: 0 auto;
  padding-top: 40px;
}
.news_container .news_inner p.news_catch {
  text-align: center;
  font-size: 35px;
  font-family: "m-plus-rounded-2c", sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #87C13D;
  padding: 30px 0;
  line-height: 1.5;
}
@media only screen and (max-width:767px) {
  .news_container .news_inner p.news_catch {
    font-size: 27px;
  }
}
@media only screen and (max-width:509px) {
  .news_container .news_inner p.news_catch {
    font-size: 20px;
  }
}
.news_container .news_inner .news_bubble {
  position: relative;
  border: 3px solid #9FD9F6;
  border-radius: 20px;
  padding: 25px;
  background: #FFF;
}
.news_container .news_inner .news_bubble::before {
  content: "";
  position: absolute;
  top: -72px;
  right: 260px;
  border: 36px solid transparent;
  border-bottom: 36px solid #FFF;
  z-index: 2;
}
@media only screen and (max-width:767px) {
  .news_container .news_inner .news_bubble::before {
    right: 100px;
  }
}
@media only screen and (max-width:509px) {
  .news_container .news_inner .news_bubble::before {
    right: 60px;
  }
}
.news_container .news_inner .news_bubble::after {
  content: "";
  position: absolute;
  top: -78px;
  right: 258px;
  border: 38px solid transparent;
  border-bottom: 38px solid #9FD9F6;
  z-index: 1;
}
@media only screen and (max-width:767px) {
  .news_container .news_inner .news_bubble::after {
    right: 98px;
  }
}
@media only screen and (max-width:509px) {
  .news_container .news_inner .news_bubble::after {
    right: 58px;
  }
}
.news_container .news_inner .news_bubble ul li a {
  display: inline-block;
  text-decoration: none;
  font-family: "a-otf-jun-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  padding: 8px 0;
  line-height: 1.5;
}
.news_container .news_inner .news_bubble ul li a span {
  display: inline-block;
}
.news_container .news_inner .news_bubble ul li a span.news_category {
  margin: 0 8px;
  color: #87C13D;
}
@media only screen and (max-width:767px) {
  .news_container .news_inner .news_bubble ul li a span.news_title {
    display: block;
    margin-left: 10px;
  }
}
.news_container .news_inner .news_bubble ul li a:hover {
  color: #87C13D;
}

.conduct_container {
  margin: 30px auto 0;
  border: 5px dotted #43BFEF;
  border-radius: 20px;
  width: 90%;
  padding: 20px;
}
.conduct_container .conduct_title {
  text-align: center;
  margin: 0 0 20px;
}
.conduct_container .conduct_title h2 {
  font-size: 35px;
  font-family: "m-plus-rounded-2c", sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #43BFEF;
  position: relative;
  display: inline-block;
  padding: 0 0 0 75px;
}
@media only screen and (max-width:767px) {
  .conduct_container .conduct_title h2 {
    font-size: 25px;
    line-height: 1.5;
  }
}
.conduct_container .conduct_title h2::before {
  content: "";
  position: absolute;
  top: -55px;
  left: 0;
  width: 100px;
  height: 86px;
  background: url(img/table_deco.png);
  background-size: 100px 86px;
}
.conduct_container .conduct_product ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 40px;
}
@media only screen and (max-width:767px) {
  .conduct_container .conduct_product ul {
    gap: 20px;
  }
}
@media only screen and (max-width:509px) {
  .conduct_container .conduct_product ul {
    display: block;
  }
}
.conduct_container .conduct_product ul li {
  width: calc((100% - 120px) / 4);
  background: url(img/table_sales.png) top left no-repeat;
  background-size: 25px auto;
}
@media only screen and (max-width:1000px) {
  .conduct_container .conduct_product ul li {
    width: calc((100% - 40px) / 2);
  }
}
@media only screen and (max-width:767px) {
  .conduct_container .conduct_product ul li {
    width: calc((100% - 20px) / 2);
  }
}
@media only screen and (max-width:509px) {
  .conduct_container .conduct_product ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .conduct_container .conduct_product ul li:last-child {
    margin-bottom: 0;
  }
}
.conduct_container .conduct_product ul li a {
  display: block;
  text-align: center;
  font-family: "m-plus-rounded-2c", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
  display: block;
  text-decoration: none;
  color: #43BFEF;
  padding: 15px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  line-height: 1.5;
}
.conduct_container .conduct_product ul li a::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #43BFEF;
  transition: all 0.5s;
  opacity: 0;
}
.conduct_container .conduct_product ul li a:hover {
  color: #FFF;
}
.conduct_container .conduct_product ul li a:hover::after {
  height: 100%;
  opacity: 1;
}
.conduct_container .conduct_product ul li a:hover span {
  color: #FFF;
}
.conduct_container .conduct_product ul li a span {
  display: block;
  padding: 10px 0;
  font-family: "m-plus-rounded-2c", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  color: #000;
}

.eight_container .eight_wrap {
  margin: 50px 0;
}
.eight_container .eight_wrap h2 {
  font-family: "m-plus-rounded-2c", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width:509px) {
  .eight_container .eight_wrap h2 {
    font-size: 30px;
  }
}
.eight_container .eight_wrap h2 span {
  display: inline-block;
  background: #87C13D;
  color: #FFF;
  border-radius: 100vh;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 45px;
  margin-right: 5px;
}
@media only screen and (max-width:509px) {
  .eight_container .eight_wrap h2 span {
    font-size: 30px;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
.eight_container .eight_wrap .eight_flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 60px;
}
@media only screen and (max-width:509px) {
  .eight_container .eight_wrap .eight_flex {
    gap: 30px;
  }
}
.eight_container .eight_wrap .eight_flex .eight_box {
  width: calc((100% - 180px) / 4);
  text-align: center;
}
@media only screen and (max-width:1000px) {
  .eight_container .eight_wrap .eight_flex .eight_box {
    width: calc((100% - 120px) / 3);
  }
}
@media only screen and (max-width:767px) {
  .eight_container .eight_wrap .eight_flex .eight_box {
    width: calc((100% - 60px) / 2);
  }
}
@media only screen and (max-width:509px) {
  .eight_container .eight_wrap .eight_flex .eight_box {
    width: calc((100% - 30px) / 2);
  }
}
.eight_container .eight_wrap .eight_flex .eight_box a {
  display: block;
  border-radius: 155px 15px 125px 15px/15px 125px 15px 155px;
  height: 255px;
  position: relative;
  text-decoration: none;
}
@media only screen and (max-width:767px) {
  .eight_container .eight_wrap .eight_flex .eight_box a {
    height: 150px;
    padding: 15px 5px;
  }
}
.eight_container .eight_wrap .eight_flex .eight_box a:hover {
  color: #FFF;
  border-radius: 15px 125px 15px 155px/155px 15px 125px 15px;
  text-shadow: 0 0 5px #777;
}
.eight_container .eight_wrap .eight_flex .eight_box a span {
  position: absolute;
  display: inline-block;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.eight_container .eight_wrap .eight_flex .eight_box a span h3 {
  font-size: 35px;
  font-family: "m-plus-rounded-2c", sans-serif;
  font-style: normal;
  font-weight: 800;
  margin-bottom: 10px;
}
@media only screen and (max-width:1200px) {
  .eight_container .eight_wrap .eight_flex .eight_box a span h3 {
    font-size: 25px;
  }
}
.eight_container .eight_wrap .eight_flex .eight_box a span p {
  font-family: "a-otf-jun-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width:1200px) {
  .eight_container .eight_wrap .eight_flex .eight_box a span p {
    font-size: 14px;
  }
}
.eight_container .eight_wrap .eight_flex .eight_box a.box_pnk {
  background: #F5BDCF;
}
.eight_container .eight_wrap .eight_flex .eight_box a.box_yl1 {
  background: #FFEE7D;
}
.eight_container .eight_wrap .eight_flex .eight_box a.box_bl1 {
  background: #9ED8F5;
}
.eight_container .eight_wrap .eight_flex .eight_box a.box_gr {
  background: #9CCC7B;
}
.eight_container .eight_wrap .eight_flex .eight_box a.box_red {
  background: #EE8065;
}
.eight_container .eight_wrap .eight_flex .eight_box a.box_bl2 {
  background: #43BFEF;
}
.eight_container .eight_wrap .eight_flex .eight_box a.box_pp {
  background: #D0BAD9;
}
.eight_container .eight_wrap .eight_flex .eight_box a.box_yl2 {
  background: #FFE100;
}

.modaal .modaal_container {
  display: none;
}

.modaal-container {
  width: 500px !important;
  border: 3px solid #87C13D;
  border-radius: 30px !important;
}
@media only screen and (max-width:767px) {
  .modaal-container {
    width: 95% !important;
  }
}
.modaal-container .modaal-content .modaal-content-container .modaal_body h1 {
  font-family: "m-plus-rounded-2c", sans-serif;
  font-style: normal;
  font-weight: 800;
  text-align: center;
  margin: 0 0 20px;
  text-shadow: 0 3px 5px #777;
  font-size: 40px;
}
@media only screen and (max-width:509px) {
  .modaal-container .modaal-content .modaal-content-container .modaal_body h1 {
    font-size: 30px;
  }
}
.modaal-container .modaal-content .modaal-content-container .modaal_body h1.box_pnk {
  color: #F5BDCF;
}
.modaal-container .modaal-content .modaal-content-container .modaal_body h1.box_yl1 {
  color: #FFEE7D;
}
.modaal-container .modaal-content .modaal-content-container .modaal_body h1.box_bl1 {
  color: #9ED8F5;
}
.modaal-container .modaal-content .modaal-content-container .modaal_body h1.box_gr {
  color: #9CCC7B;
}
.modaal-container .modaal-content .modaal-content-container .modaal_body h1.box_red {
  color: #EE8065;
}
.modaal-container .modaal-content .modaal-content-container .modaal_body h1.box_bl2 {
  color: #43BFEF;
}
.modaal-container .modaal-content .modaal-content-container .modaal_body h1.box_pp {
  color: #D0BAD9;
}
.modaal-container .modaal-content .modaal-content-container .modaal_body h1.box_yl2 {
  color: #FFE100;
}
.modaal-container .modaal-content .modaal-content-container .modaal_body p {
  font-size: 20px;
  font-family: "m-plus-rounded-2c", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}

.seven_container .seven_wrap .seven_grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(4, auto);
  gap: 25px;
}
@media only screen and (max-width:1000px) {
  .seven_container .seven_wrap .seven_grid {
    display: block;
  }
}
.seven_container .seven_wrap .seven_grid .seven_01 {
  grid-area: 1/3/2/5;
  background: url(img/seven_img.png) no-repeat center bottom;
}
@media only screen and (max-width:1000px) {
  .seven_container .seven_wrap .seven_grid .seven_01 {
    background-size: 25%;
    background-position: bottom right;
  }
}
@media only screen and (max-width:509px) {
  .seven_container .seven_wrap .seven_grid .seven_01 {
    background-size: auto;
    background-position: bottom center;
  }
}
.seven_container .seven_wrap .seven_grid .seven_01 h2 {
  font-family: "m-plus-rounded-2c", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width:509px) {
  .seven_container .seven_wrap .seven_grid .seven_01 h2 {
    font-size: 30px;
  }
}
.seven_container .seven_wrap .seven_grid .seven_01 h2 span {
  display: inline-block;
  background: #F097A2;
  color: #FFF;
  border-radius: 100vh;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 45px;
  margin-right: 5px;
}
@media only screen and (max-width:509px) {
  .seven_container .seven_wrap .seven_grid .seven_01 h2 span {
    font-size: 30px;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
.seven_container .seven_wrap .seven_grid .seven_01 p {
  text-align: center;
  font-size: 25px;
  line-height: 1.5;
  color: #F097A2;
  font-family: "m-plus-rounded-2c", sans-serif;
  font-style: normal;
  font-weight: 800;
}
@media only screen and (max-width:1000px) {
  .seven_container .seven_wrap .seven_grid .seven_01 p {
    text-align: left;
    margin-right: 200px;
  }
  .seven_container .seven_wrap .seven_grid .seven_01 p br {
    display: none;
  }
}
@media only screen and (max-width:509px) {
  .seven_container .seven_wrap .seven_grid .seven_01 p {
    margin-right: 0;
    padding-bottom: 33px;
  }
}
.seven_container .seven_wrap .seven_grid .seven_02 {
  grid-area: 1/1/2/3;
}
.seven_container .seven_wrap .seven_grid .seven_03 {
  grid-area: 1/5/2/7;
}
.seven_container .seven_wrap .seven_grid .seven_04 {
  grid-area: 2/1/3/3;
}
.seven_container .seven_wrap .seven_grid .seven_05 {
  grid-area: 2/3/3/5;
}
.seven_container .seven_wrap .seven_grid .seven_06 {
  grid-area: 2/5/3/7;
}
.seven_container .seven_wrap .seven_grid .seven_07 {
  grid-area: 3/1/4/4;
}
.seven_container .seven_wrap .seven_grid .seven_08 {
  grid-area: 3/4/4/7;
}
.seven_container .seven_wrap .seven_grid .seven_02 h3,
.seven_container .seven_wrap .seven_grid .seven_03 h3,
.seven_container .seven_wrap .seven_grid .seven_04 h3,
.seven_container .seven_wrap .seven_grid .seven_05 h3,
.seven_container .seven_wrap .seven_grid .seven_06 h3,
.seven_container .seven_wrap .seven_grid .seven_07 h3,
.seven_container .seven_wrap .seven_grid .seven_08 h3 {
  text-align: center;
  margin-bottom: 30px;
}
.seven_container .seven_wrap .seven_grid .seven_02 h3 img,
.seven_container .seven_wrap .seven_grid .seven_03 h3 img,
.seven_container .seven_wrap .seven_grid .seven_04 h3 img,
.seven_container .seven_wrap .seven_grid .seven_05 h3 img,
.seven_container .seven_wrap .seven_grid .seven_06 h3 img,
.seven_container .seven_wrap .seven_grid .seven_07 h3 img,
.seven_container .seven_wrap .seven_grid .seven_08 h3 img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width:1000px) {
  .seven_container .seven_wrap .seven_grid .seven_02 h3,
  .seven_container .seven_wrap .seven_grid .seven_03 h3,
  .seven_container .seven_wrap .seven_grid .seven_04 h3,
  .seven_container .seven_wrap .seven_grid .seven_05 h3,
  .seven_container .seven_wrap .seven_grid .seven_06 h3,
  .seven_container .seven_wrap .seven_grid .seven_07 h3,
  .seven_container .seven_wrap .seven_grid .seven_08 h3 {
    grid-area: 1/1/2/2;
  }
}
.seven_container .seven_wrap .seven_grid .seven_02 p,
.seven_container .seven_wrap .seven_grid .seven_03 p,
.seven_container .seven_wrap .seven_grid .seven_04 p,
.seven_container .seven_wrap .seven_grid .seven_05 p,
.seven_container .seven_wrap .seven_grid .seven_06 p,
.seven_container .seven_wrap .seven_grid .seven_07 p,
.seven_container .seven_wrap .seven_grid .seven_08 p {
  font-size: 25px;
  line-height: 1.5;
}
@media only screen and (max-width:1000px) {
  .seven_container .seven_wrap .seven_grid .seven_02 p,
  .seven_container .seven_wrap .seven_grid .seven_03 p,
  .seven_container .seven_wrap .seven_grid .seven_04 p,
  .seven_container .seven_wrap .seven_grid .seven_05 p,
  .seven_container .seven_wrap .seven_grid .seven_06 p,
  .seven_container .seven_wrap .seven_grid .seven_07 p,
  .seven_container .seven_wrap .seven_grid .seven_08 p {
    grid-area: 1/2/2/3;
    font-size: 18px;
  }
}
@media only screen and (max-width:1000px) {
  .seven_container .seven_wrap .seven_grid .seven_02 ul,
  .seven_container .seven_wrap .seven_grid .seven_03 ul,
  .seven_container .seven_wrap .seven_grid .seven_04 ul,
  .seven_container .seven_wrap .seven_grid .seven_05 ul,
  .seven_container .seven_wrap .seven_grid .seven_06 ul,
  .seven_container .seven_wrap .seven_grid .seven_07 ul,
  .seven_container .seven_wrap .seven_grid .seven_08 ul {
    grid-area: 1/2/2/3;
  }
}
.seven_container .seven_wrap .seven_grid .seven_02 ul li,
.seven_container .seven_wrap .seven_grid .seven_03 ul li,
.seven_container .seven_wrap .seven_grid .seven_04 ul li,
.seven_container .seven_wrap .seven_grid .seven_05 ul li,
.seven_container .seven_wrap .seven_grid .seven_06 ul li,
.seven_container .seven_wrap .seven_grid .seven_07 ul li,
.seven_container .seven_wrap .seven_grid .seven_08 ul li {
  font-size: 25px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 10px;
}
.seven_container .seven_wrap .seven_grid .seven_02 ul li::before,
.seven_container .seven_wrap .seven_grid .seven_03 ul li::before,
.seven_container .seven_wrap .seven_grid .seven_04 ul li::before,
.seven_container .seven_wrap .seven_grid .seven_05 ul li::before,
.seven_container .seven_wrap .seven_grid .seven_06 ul li::before,
.seven_container .seven_wrap .seven_grid .seven_07 ul li::before,
.seven_container .seven_wrap .seven_grid .seven_08 ul li::before {
  content: "●";
  color: #F097A2;
  font-size: 0.6em;
  margin-right: 1em;
  margin-top: 10px;
}
@media only screen and (max-width:1000px) {
  .seven_container .seven_wrap .seven_grid .seven_02 ul li,
  .seven_container .seven_wrap .seven_grid .seven_03 ul li,
  .seven_container .seven_wrap .seven_grid .seven_04 ul li,
  .seven_container .seven_wrap .seven_grid .seven_05 ul li,
  .seven_container .seven_wrap .seven_grid .seven_06 ul li,
  .seven_container .seven_wrap .seven_grid .seven_07 ul li,
  .seven_container .seven_wrap .seven_grid .seven_08 ul li {
    font-size: 18px;
  }
}
.seven_container .seven_wrap .seven_grid .seven_02 strong,
.seven_container .seven_wrap .seven_grid .seven_03 strong,
.seven_container .seven_wrap .seven_grid .seven_04 strong,
.seven_container .seven_wrap .seven_grid .seven_05 strong,
.seven_container .seven_wrap .seven_grid .seven_06 strong,
.seven_container .seven_wrap .seven_grid .seven_07 strong,
.seven_container .seven_wrap .seven_grid .seven_08 strong {
  color: #F097A2;
}
@media only screen and (max-width:1000px) {
  .seven_container .seven_wrap .seven_grid .seven_02,
  .seven_container .seven_wrap .seven_grid .seven_03,
  .seven_container .seven_wrap .seven_grid .seven_04,
  .seven_container .seven_wrap .seven_grid .seven_05,
  .seven_container .seven_wrap .seven_grid .seven_06,
  .seven_container .seven_wrap .seven_grid .seven_07,
  .seven_container .seven_wrap .seven_grid .seven_08 {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 150px 1fr;
    grid-template-rows: 1fr;
    gap: 30px;
  }
}
@media only screen and (max-width:1000px) {
  .seven_container .seven_wrap .seven_grid .seven_02,
  .seven_container .seven_wrap .seven_grid .seven_03,
  .seven_container .seven_wrap .seven_grid .seven_04,
  .seven_container .seven_wrap .seven_grid .seven_05,
  .seven_container .seven_wrap .seven_grid .seven_06,
  .seven_container .seven_wrap .seven_grid .seven_07,
  .seven_container .seven_wrap .seven_grid .seven_08 {
    display: block;
    margin-top: 80px;
  }
}

.bna_wrap {
  margin: 60px 0 0;
  text-align: center;
}
.bna_wrap img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width:767px) {
  .bna_wrap img.bna_pc {
    display: none;
  }
}
.bna_wrap img.bna_mobile {
  display: none;
}
@media only screen and (max-width:767px) {
  .bna_wrap img.bna_mobile {
    display: inline;
  }
}

.time_map_wrap {
  margin: 60px 0;
}
.time_map_wrap .time_map_grid {
  display: grid;
  grid-template-columns: 780px 1fr;
  grid-template-rows: 1fr;
  gap: 30px;
  align-items: center;
}
@media only screen and (max-width:1200px) {
  .time_map_wrap .time_map_grid {
    grid-template-columns: 650px 1fr;
  }
}
@media only screen and (max-width:1000px) {
  .time_map_wrap .time_map_grid {
    display: block;
  }
}
.time_map_wrap .time_map_grid .time_map_time {
  grid-area: 1/1/2/2;
}
@media only screen and (max-width:1000px) {
  .time_map_wrap .time_map_grid .time_map_time {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width:509px) {
  .time_map_wrap .time_map_grid .time_map_time .table_slide {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 70px 0 20px;
  }
}
.time_map_wrap .time_map_grid .time_map_time .table_slide table {
  width: 100%;
  border-collapse: separate;
  position: relative;
}
@media only screen and (max-width:509px) {
  .time_map_wrap .time_map_grid .time_map_time .table_slide table {
    width: 750px;
  }
}
.time_map_wrap .time_map_grid .time_map_time .table_slide table caption {
  position: absolute;
  top: -50px;
}
@media only screen and (max-width:1200px) {
  .time_map_wrap .time_map_grid .time_map_time .table_slide table caption {
    top: -70px;
  }
}
.time_map_wrap .time_map_grid .time_map_time .table_slide table tr th,
.time_map_wrap .time_map_grid .time_map_time .table_slide table tr td {
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  font-size: 18px;
  font-family: "m-plus-rounded-2c", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.time_map_wrap .time_map_grid .time_map_time .table_slide table tr th {
  background: #C9E6D7;
  padding: 15px 5px;
}
.time_map_wrap .time_map_grid .time_map_time .table_slide table tr th.sat {
  background: #C7E8FA;
}
.time_map_wrap .time_map_grid .time_map_time .table_slide table tr th.sun {
  background: #FAD6CB;
}
.time_map_wrap .time_map_grid .time_map_time .table_slide table tr th.right {
  text-align: right;
}
.time_map_wrap .time_map_grid .time_map_time .table_slide table tr td {
  background: #FEEBC8;
}
.time_map_wrap .time_map_grid .time_map_time .table_slide table tr td.sat {
  background: #DFF2FC;
}
.time_map_wrap .time_map_grid .time_map_time .table_slide table tr td.sun {
  background: #FBE3E0;
}
.time_map_wrap .time_map_grid .time_map_time .table_slide table tr td.closed {
  background: #e6e6e6;
}
.time_map_wrap .time_map_grid .time_map_time .reserve {
  margin: 10px 0 0;
}
.time_map_wrap .time_map_grid .time_map_time .reserve .reserve_grid {
  display: grid;
  grid-template-columns: 170px 1fr;
  grid-template-rows: 1fr;
  gap: 25px;
  align-items: center;
}
@media only screen and (max-width:767px) {
  .time_map_wrap .time_map_grid .time_map_time .reserve .reserve_grid {
    display: block;
  }
}
.time_map_wrap .time_map_grid .time_map_time .reserve .reserve_grid .reserve_grid_title {
  grid-area: 1/1/2/2;
}
.time_map_wrap .time_map_grid .time_map_time .reserve .reserve_grid .reserve_grid_title h2 {
  background: #9CCC7B;
  border-radius: 100vh;
  color: #FFF;
  font-family: "m-plus-rounded-2c", sans-serif;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  font-size: 30px;
  padding: 10px 0;
  line-height: 1.2;
}
@media only screen and (max-width:767px) {
  .time_map_wrap .time_map_grid .time_map_time .reserve .reserve_grid .reserve_grid_title h2 br {
    display: none;
  }
}
.time_map_wrap .time_map_grid .time_map_time .reserve .reserve_grid .reserve_grid_adr {
  grid-area: 1/2/2/3;
}
.time_map_wrap .time_map_grid .time_map_time .reserve .reserve_grid .reserve_grid_adr p.tel {
  font-size: 50px;
  font-family: "m-plus-rounded-2c", sans-serif;
  font-style: normal;
  font-weight: 800;
  margin-bottom: 5px;
}
@media only screen and (max-width:767px) {
  .time_map_wrap .time_map_grid .time_map_time .reserve .reserve_grid .reserve_grid_adr p.tel {
    font-size: 35px;
    text-align: center;
  }
}
.time_map_wrap .time_map_grid .time_map_time .reserve .reserve_grid .reserve_grid_adr p.tel span {
  font-size: 30px;
}
.time_map_wrap .time_map_grid .time_map_time .reserve .reserve_grid .reserve_grid_adr p.tel a {
  text-decoration: none;
}
.time_map_wrap .time_map_grid .time_map_time .reserve .reserve_grid .reserve_grid_adr p.tel a:hover {
  text-decoration: underline;
}
.time_map_wrap .time_map_grid .time_map_time .reserve .reserve_grid .reserve_grid_adr address {
  font-family: "m-plus-rounded-2c", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
}
@media only screen and (max-width:767px) {
  .time_map_wrap .time_map_grid .time_map_time .reserve .reserve_grid .reserve_grid_adr address {
    font-size: 25px;
    text-align: center;
  }
}
.time_map_wrap .time_map_grid .time_map_map {
  grid-area: 1/2/2/3;
}
.time_map_wrap .time_map_grid .time_map_map a {
  text-decoration: none;
}
.time_map_wrap .time_map_grid .time_map_map a figure img {
  max-width: 100%;
  height: aito;
}
.time_map_wrap .time_map_grid .time_map_map a figure figcaption {
  text-align: center;
  font-size: 0.8em;
  color: #EE8065;
}

.breadcrumbs {
  padding: 20px 0;
  font-family: "m-plus-rounded-2c", sans-serif;
  font-style: normal;
  font-weight: 600;
}
.breadcrumbs a {
  text-decoration: none;
  position: relative;
  padding: 5px;
}
.breadcrumbs a::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #F5BDCF;
  transition: all 0.3s;
  opacity: 0;
}
.breadcrumbs a:hover {
  color: #FFF;
}
.breadcrumbs a:hover::after {
  width: 100%;
  opacity: 1;
}

.subpage_container .single_contents {
  width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width:800px) {
  .subpage_container .single_contents {
    width: 100%;
  }
}

.category_page .contents_details ul li {
  list-style: none !important;
  line-height: 1 !important;
}
.category_page .contents_details ul li a {
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid #FFF;
}
.category_page .contents_details ul li a span.date {
  display: inline-block;
  font-size: 0.75em;
  background: #00AFEB;
  border: 1px solid #00AFEB;
  padding: 8px 15px;
  border-radius: 5px;
  color: #FFF;
  margin-right: 20px;
  transition: all 0.4s;
}
.category_page .contents_details ul li a:hover {
  background: #00AFEB;
  border: 1px solid #00AFEB;
  color: #FFF;
}
.category_page .contents_details ul li a:hover span.date {
  background: #FFF;
  color: #00AFEB;
}

.page_container .page_contents {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width:1000px) {
  .page_container .page_contents {
    width: 100%;
  }
}
.page_container .page_contents .sigle_date {
  border-bottom: 1px dotted #EEE;
  padding: 0 10px 7px 0;
  text-align: right;
}
.page_container .page_contents .title_page {
  margin: 60px 0;
}
.page_container .page_contents .title_page h1 {
  font-size: 35px;
  text-align: center;
  font-family: "a-otf-jun-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #44AF35;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
.page_container .page_contents .content_page {
  margin: 0 0 120px;
}
.page_container .page_contents .content_page .contents_details h2 {
  font-size: 30px;
  line-height: 1.5;
  color: #E95541;
  margin: 60px 0 40px;
  position: relative;
  padding: 0 0 0 55px;
}
.page_container .page_contents .content_page .contents_details h2::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: url(img/ninyo.png) no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}
.page_container .page_contents .content_page .contents_details h3 {
  font-size: 24px;
  line-height: 1.5;
  margin: 30px 0 15px;
  display: inline-block;
  color: #44AF35;
}
.page_container .page_contents .content_page .contents_details h4 {
  font-family: "a-otf-jun-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  line-height: 1.5;
  margin: 20px 0;
  color: #44AF35;
  display: inline-block;
  font-weight: bold;
}
.page_container .page_contents .content_page .contents_details h5 {
  font-family: "a-otf-jun-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 1.5;
  margin: 15px 0;
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
}
.page_container .page_contents .content_page .contents_details hr {
  clear: both;
  border: none !important;
}
.page_container .page_contents .content_page .contents_details p {
  font-family: "a-otf-jun-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.6;
}
@media only screen and (max-width:767px) {
  .page_container .page_contents .content_page .contents_details figure.alignleft {
    float: none;
    text-align: center;
    display: block;
  }
}
@media only screen and (max-width:767px) {
  .page_container .page_contents .content_page .contents_details figure.alignright {
    float: none;
    text-align: center;
    display: block;
  }
}
.page_container .page_contents .content_page .contents_details ul {
  margin-bottom: 15px;
}
.page_container .page_contents .content_page .contents_details ul li {
  list-style: disc;
  line-height: 1.7;
  margin-left: 1.5em;
  font-family: "a-otf-jun-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
}
.page_container .page_contents .content_page .contents_details ul li ul {
  margin-bottom: 0;
}
.page_container .page_contents .content_page .contents_details ol {
  margin-bottom: 15px;
}
.page_container .page_contents .content_page .contents_details ol li {
  list-style: decimal;
  line-height: 1.7;
  margin-left: 1.5em;
  font-family: "a-otf-jun-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
}

.hi_container .hi_wrap p {
  font-family: "a-otf-jun-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.6;
}
.hi_container .hi_wrap .hi_flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 60px;
}
@media only screen and (max-width:767px) {
  .hi_container .hi_wrap .hi_flex {
    gap: 30px;
  }
}
@media only screen and (max-width:509px) {
  .hi_container .hi_wrap .hi_flex {
    display: block;
  }
}
.hi_container .hi_wrap .hi_flex .hi_flex_box {
  width: calc((100% - 120px) / 3);
}
@media only screen and (max-width:767px) {
  .hi_container .hi_wrap .hi_flex .hi_flex_box {
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (max-width:509px) {
  .hi_container .hi_wrap .hi_flex .hi_flex_box {
    width: 100%;
    margin-bottom: 40px;
  }
}
.hi_container .hi_wrap .hi_flex .hi_flex_box .hi_img {
  padding: 10px;
  border: 1px dashed #9DCD7C;
  border-radius: 10px;
  transition: all 0.4s;
}
.hi_container .hi_wrap .hi_flex .hi_flex_box .hi_img:hover {
  background: #9DCD7C;
}
.hi_container .hi_wrap .hi_flex .hi_flex_box .hi_img a {
  display: block;
  text-decoration: none;
}
.hi_container .hi_wrap .hi_flex .hi_flex_box .hi_img a h2 {
  font-size: 20px;
  font-family: "m-plus-rounded-2c", sans-serif;
  font-style: normal;
  font-weight: 700;
  padding: 7px 0;
  text-align: center;
  color: #44AF35;
  transition: all 0.4s;
}
.hi_container .hi_wrap .hi_flex .hi_flex_box .hi_img a figure img {
  max-width: 100%;
  height: auto;
}
.hi_container .hi_wrap .hi_flex .hi_flex_box .hi_img a figure figcaption p {
  padding: 7px 0;
}
.hi_container .hi_wrap .hi_flex .hi_flex_box .hi_img a:hover {
  color: #FFF;
}
.hi_container .hi_wrap .hi_flex .hi_flex_box .hi_img a:hover h2 {
  color: #FFF;
}

.char_container .char_wrap h2 {
  font-size: 30px;
  line-height: 1.5;
  color: #E95541;
  margin: 60px 0 40px;
  position: relative;
  padding: 0 0 0 55px;
}
.char_container .char_wrap h2::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: url(img/ninyo.png) no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}
.char_container .char_wrap .char_flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 100px;
}
@media only screen and (max-width:767px) {
  .char_container .char_wrap .char_flex {
    gap: 40px;
  }
}
@media only screen and (max-width:509px) {
  .char_container .char_wrap .char_flex {
    display: block;
  }
}
.char_container .char_wrap .char_flex .char_flex_box {
  width: calc((100% - 100px) / 2);
}
@media only screen and (max-width:767px) {
  .char_container .char_wrap .char_flex .char_flex_box {
    width: calc((100% - 40px) / 2);
  }
}
@media only screen and (max-width:509px) {
  .char_container .char_wrap .char_flex .char_flex_box {
    width: 100%;
    margin-bottom: 80px;
  }
}
.char_container .char_wrap .char_flex .char_flex_box h3 {
  font-size: 24px;
  color: #44AF35;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
  border-bottom: 2px solid #44AF35;
  padding-bottom: 7px;
}
@media only screen and (max-width:767px) {
  .char_container .char_wrap .char_flex .char_flex_box h3 {
    font-size: 18px;
  }
}
.char_container .char_wrap .char_flex .char_flex_box p {
  line-height: 1.7;
}
.char_container .char_wrap .char_flex .char_flex_box .char_img {
  text-align: center;
  margin-bottom: 40px;
}
.char_container .char_wrap .char_flex .char_flex_box .char_img img {
  max-width: 100%;
  height: auto;
}

.koku_container .koku_wrap p {
  font-family: "a-otf-jun-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.6;
}
.koku_container .koku_wrap ul li {
  font-family: "a-otf-jun-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  list-style: disc;
  line-height: 1.5;
  margin-left: 2em;
}
.koku_container .koku_wrap .koku01 .koku01_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
}
@media only screen and (max-width:767px) {
  .koku_container .koku_wrap .koku01 .koku01_grid {
    display: block;
  }
}
.koku_container .koku_wrap .koku01 .koku01_grid::before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 14px 0 14px 24px;
  border-color: transparent transparent transparent #82CEF3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width:767px) {
  .koku_container .koku_wrap .koku01 .koku01_grid::before {
    border-width: 24px 14px 0 14px;
    border-color: #82CEF3 transparent transparent transparent;
  }
}
@media only screen and (max-width:509px) {
  .koku_container .koku_wrap .koku01 .koku01_grid::before {
    top: 42%;
  }
}
.koku_container .koku_wrap .koku01 .koku01_grid .koku01_grid_left {
  grid-area: 1/1/2/2;
  margin-bottom: 70px;
}
.koku_container .koku_wrap .koku01 .koku01_grid .koku01_grid_left .koku_content {
  border: 1px solid #82CEF3;
  padding: 15px;
  background: #f0f8ff;
  border-radius: 10px;
}
.koku_container .koku_wrap .koku01 .koku01_grid .koku01_grid_right {
  grid-area: 1/2/2/3;
}
.koku_container .koku_wrap .koku01 .koku01_grid .koku01_grid_right .koku_content p {
  margin-bottom: 0;
}
.koku_container .koku_wrap .koku01 .koku01_div .koku01_div_inner .koku01_div_inner_img {
  text-align: center;
  margin: 35px 0 60px;
}
.koku_container .koku_wrap .koku01 .koku01_div .koku01_div_inner .koku01_div_inner_img img {
  max-width: 100%;
  height: auto;
}
.koku_container .koku_wrap .koku02 .koku02_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  gap: 45px;
}
@media only screen and (max-width:767px) {
  .koku_container .koku_wrap .koku02 .koku02_grid {
    display: block;
  }
}
.koku_container .koku_wrap .koku02 .koku02_grid .koku02_grid_left {
  grid-area: 1/1/2/2;
}
.koku_container .koku_wrap .koku02 .koku02_grid .koku02_grid_left .koku02_grid_left_text {
  margin: 0 0 30px;
}
.koku_container .koku_wrap .koku02 .koku02_grid .koku02_grid_left .koku02_grid_left_img img {
  max-width: 100%;
  height: auto;
}
.koku_container .koku_wrap .koku02 .koku02_grid .koku02_grid_right {
  grid-area: 1/2/2/3;
}
.koku_container .koku_wrap .koku02 .koku02_grid .koku02_grid_right .koku02_grid_right_img img {
  max-width: 100%;
  height: auto;
}
.koku_container .koku_wrap .koku02 .koku02_content .koku02_content__frame02 .koku02_content_frame02_text {
  position: relative;
}
.koku_container .koku_wrap .koku02 .koku02_content .koku02_content__frame02 .koku02_content_frame02_text img {
  position: absolute;
  top: 200px;
  right: 0;
}
.koku_container .koku_wrap .koku03 .koku03_frame04 .koku03_frame04_img {
  text-align: center;
}
.koku_container .koku_wrap .koku03 .koku03_frame04 .koku03_frame04_img img {
  max-width: 100%;
  height: auto;
}

.mft_container .mft .mft_content {
  margin-bottom: 60px;
}
.mft_container .mft .mft_content .mft_content_img img {
  max-width: 100%;
  height: auto;
}
.mft_container .mft p {
  font-family: "a-otf-jun-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.6;
}
.mft_container .mft01 .mft01_wrap .mft01_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  gap: 80px;
}
@media only screen and (max-width:767px) {
  .mft_container .mft01 .mft01_wrap .mft01_grid {
    display: block;
  }
}
.mft_container .mft01 .mft01_wrap .mft01_grid .mft01_grid_fukidashi {
  grid-area: 1/1/2/2;
}
@media only screen and (max-width:767px) {
  .mft_container .mft01 .mft01_wrap .mft01_grid .mft01_grid_fukidashi {
    margin-bottom: 30px;
  }
}
.mft_container .mft01 .mft01_wrap .mft01_grid .mft01_grid_fukidashi .balloon {
  position: relative;
  display: inline-block;
  padding: 10px;
  max-width: 100%;
  border: 3px solid #555;
  border-radius: 15px;
}
.mft_container .mft01 .mft01_wrap .mft01_grid .mft01_grid_fukidashi .balloon::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 10%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.mft_container .mft01 .mft01_wrap .mft01_grid .mft01_grid_fukidashi .balloon::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 10%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}
.mft_container .mft01 .mft01_wrap .mft01_grid .mft01_grid_fukidashi img {
  display: inline-block;
  margin: 5px auto 0;
}
.mft_container .mft01 .mft01_wrap .mft01_grid .mft01_grid_img {
  grid-area: 1/2/2/3;
}
.mft_container .mft01 .mft01_wrap .mft01_grid .mft01_grid_img img {
  max-width: 100%;
  height: auto;
}
.mft_container .mft02 .mft02_wrap .mtf02_grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-template-rows: 1fr;
  gap: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width:767px) {
  .mft_container .mft02 .mft02_wrap .mtf02_grid {
    display: block;
  }
}
.mft_container .mft02 .mft02_wrap .mtf02_grid .mft02_grid_left {
  grid-area: 1/1/2/2;
}
@media only screen and (max-width:767px) {
  .mft_container .mft02 .mft02_wrap .mtf02_grid .mft02_grid_left {
    margin-bottom: 40px;
  }
}
.mft_container .mft02 .mft02_wrap .mtf02_grid .mft02_grid_right {
  grid-area: 1/2/2/3;
}
.mft_container .mft03 .mft03_wrap .mtf03_flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 80px;
}
@media only screen and (max-width:767px) {
  .mft_container .mft03 .mft03_wrap .mtf03_flex {
    gap: 30px;
  }
}
@media only screen and (max-width:509px) {
  .mft_container .mft03 .mft03_wrap .mtf03_flex {
    display: block;
  }
}
.mft_container .mft03 .mft03_wrap .mtf03_flex .mft03_flex_box {
  width: calc((100% - 160px) / 3);
  aspect-ratio: 1/1;
}
@media only screen and (max-width:767px) {
  .mft_container .mft03 .mft03_wrap .mtf03_flex .mft03_flex_box {
    width: calc((100% - 60px) / 3);
  }
}
@media only screen and (max-width:509px) {
  .mft_container .mft03 .mft03_wrap .mtf03_flex .mft03_flex_box {
    width: 100%;
    aspect-ratio: initial;
    height: auto;
  }
}
.mft_container .mft03 .mft03_wrap .mtf03_flex .mft03_flex_box .box01,
.mft_container .mft03 .mft03_wrap .mtf03_flex .mft03_flex_box .box02,
.mft_container .mft03 .mft03_wrap .mtf03_flex .mft03_flex_box .box03 {
  text-align: center;
  border-radius: 100vh;
  width: 100%;
  height: 100%;
  position: relative;
}
@media only screen and (max-width:509px) {
  .mft_container .mft03 .mft03_wrap .mtf03_flex .mft03_flex_box .box01,
  .mft_container .mft03 .mft03_wrap .mtf03_flex .mft03_flex_box .box02,
  .mft_container .mft03 .mft03_wrap .mtf03_flex .mft03_flex_box .box03 {
    position: static;
  }
}
.mft_container .mft03 .mft03_wrap .mtf03_flex .mft03_flex_box .box01 p,
.mft_container .mft03 .mft03_wrap .mtf03_flex .mft03_flex_box .box02 p,
.mft_container .mft03 .mft03_wrap .mtf03_flex .mft03_flex_box .box03 p {
  display: inline-block;
  font-weight: 900;
  font-size: 1.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width:767px) {
  .mft_container .mft03 .mft03_wrap .mtf03_flex .mft03_flex_box .box01 p,
  .mft_container .mft03 .mft03_wrap .mtf03_flex .mft03_flex_box .box02 p,
  .mft_container .mft03 .mft03_wrap .mtf03_flex .mft03_flex_box .box03 p {
    font-size: 1em;
  }
}
@media only screen and (max-width:509px) {
  .mft_container .mft03 .mft03_wrap .mtf03_flex .mft03_flex_box .box01 p,
  .mft_container .mft03 .mft03_wrap .mtf03_flex .mft03_flex_box .box02 p,
  .mft_container .mft03 .mft03_wrap .mtf03_flex .mft03_flex_box .box03 p {
    position: static;
    transform: none;
    display: block;
    padding: 10px 0;
  }
}
.mft_container .mft03 .mft03_wrap .mtf03_flex .mft03_flex_box .box01 {
  background: #9CCC7B;
}
.mft_container .mft03 .mft03_wrap .mtf03_flex .mft03_flex_box .box02 {
  background: #FFEE7D;
}
.mft_container .mft03 .mft03_wrap .mtf03_flex .mft03_flex_box .box03 {
  background: #f0f8ff;
}
.mft_container .mft04 .mft04_wrap {
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  .mft_container .mft04 .mft04_wrap {
    width: 100%;
  }
}
.mft_container .mft04 .mft04_wrap .mft04_flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 80px;
}
@media only screen and (max-width:767px) {
  .mft_container .mft04 .mft04_wrap .mft04_flex {
    gap: 40px;
  }
}
.mft_container .mft04 .mft04_wrap .mft04_flex .mft04_flex_box {
  width: calc((100% - 80px) / 2);
}
@media only screen and (max-width:767px) {
  .mft_container .mft04 .mft04_wrap .mft04_flex .mft04_flex_box {
    width: calc((100% - 40px) / 2);
  }
}
.mft_container .mft04 .mft04_wrap .mft04_flex .left h3,
.mft_container .mft04 .mft04_wrap .mft04_flex .right h3 {
  display: block;
  padding: 5px;
  color: #FFF;
}
.mft_container .mft04 .mft04_wrap .mft04_flex .left h3 {
  background: #44AF35;
}
.mft_container .mft04 .mft04_wrap .mft04_flex .right h3 {
  background: #EE8065;
}
.mft_container .mft04 .mft04_wrap .gre h3 {
  display: block;
  padding: 5px;
  color: #FFF;
  background: #9CCC7B;
}
.mft_container .mft05 .mft05_wrap .mft05_flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 80px;
  position: relative;
}
@media only screen and (max-width:767px) {
  .mft_container .mft05 .mft05_wrap .mft05_flex {
    gap: 40px;
  }
}
.mft_container .mft05 .mft05_wrap .mft05_flex .mft05_flex_box {
  width: calc((100% - 80px) / 2);
}
@media only screen and (max-width:767px) {
  .mft_container .mft05 .mft05_wrap .mft05_flex .mft05_flex_box {
    width: calc((100% - 40px) / 2);
  }
}
.mft_container .mft05 .mft05_wrap .mft05_flex::before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 14px 0 14px 24px;
  border-color: transparent transparent transparent #82CEF3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about_container .about .about_content {
  margin-bottom: 30px;
}
.about_container .about .about_content .about_content_img img {
  max-width: 100%;
  height: auto;
}
.about_container .about p {
  font-family: "a-otf-jun-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.6;
}
.about_container .about01 .about01_wrap .about01_grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr;
  gap: 60px;
}
@media only screen and (max-width:767px) {
  .about_container .about01 .about01_wrap .about01_grid {
    gap: 30px;
  }
}
@media only screen and (max-width:509px) {
  .about_container .about01 .about01_wrap .about01_grid {
    display: block;
  }
}
.about_container .about01 .about01_wrap .about01_grid .about01_grid_img {
  grid-area: 1/1/2/2;
}
@media only screen and (max-width:509px) {
  .about_container .about01 .about01_wrap .about01_grid .about01_grid_img {
    text-align: center;
  }
}
.about_container .about01 .about01_wrap .about01_grid .about01_grid_text {
  grid-area: 1/2/2/3;
}
.about_container .about01 .about01_wrap .about_riyu .about_riyu_01 h3,
.about_container .about01 .about01_wrap .about_riyu .about_riyu_02 h3,
.about_container .about01 .about01_wrap .about_riyu .about_riyu_03 h3 {
  position: relative;
  display: inline-block;
  width: 100px;
  aspect-ratio: 1;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  border-radius: 50%;
}
.about_container .about01 .about01_wrap .about_riyu .about_riyu_01 h3::before,
.about_container .about01 .about01_wrap .about_riyu .about_riyu_02 h3::before,
.about_container .about01 .about01_wrap .about_riyu .about_riyu_03 h3::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  border: 15px solid transparent;
  z-index: 0;
}
.about_container .about01 .about01_wrap .about_riyu .about_riyu_01 h3 span,
.about_container .about01 .about01_wrap .about_riyu .about_riyu_02 h3 span,
.about_container .about01 .about01_wrap .about_riyu .about_riyu_03 h3 span {
  line-height: 1.1;
}
.about_container .about01 .about01_wrap .about_riyu .about_riyu_01 h3 span.cnt,
.about_container .about01 .about01_wrap .about_riyu .about_riyu_02 h3 span.cnt,
.about_container .about01 .about01_wrap .about_riyu .about_riyu_03 h3 span.cnt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about_container .about01 .about01_wrap .about_riyu .about_riyu_01 h3 span.cnt span.num,
.about_container .about01 .about01_wrap .about_riyu .about_riyu_02 h3 span.cnt span.num,
.about_container .about01 .about01_wrap .about_riyu .about_riyu_03 h3 span.cnt span.num {
  display: block;
  text-align: center;
  font-size: 1.3em;
  font-family: "peckham-press", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.about_container .about01 .about01_wrap .about_riyu .about_riyu_01 h3 {
  background: #82CEF3;
}
.about_container .about01 .about01_wrap .about_riyu .about_riyu_01 h3::before {
  border-top: 15px solid #82CEF3;
}
.about_container .about01 .about01_wrap .about_riyu .about_riyu_02 h3 {
  background: #E95541;
}
.about_container .about01 .about01_wrap .about_riyu .about_riyu_02 h3::before {
  border-top: 15px solid #E95541;
}
.about_container .about01 .about01_wrap .about_riyu .about_riyu_03 h3 {
  background: #44AF35;
}
.about_container .about01 .about01_wrap .about_riyu .about_riyu_03 h3::before {
  border-top: 15px solid #44AF35;
}
.about_container .about02 .about02_step .about02_step_box {
  border: 2px solid #44AF35;
  background: #C9E6D7;
  padding: 30px;
  border-radius: 20px;
}
.about_container .about02 .about02_step .about02_step_box h3 {
  margin: 0 0 20px;
  color: #44AF35;
}
.about_container .about02 .about02_step .about02_step_box .about_content {
  margin-bottom: 0;
}
.about_container .about02 .about02_step .about02_step_box .about_content p {
  margin-bottom: 0;
}
.about_container .about02 .about02_step .triangle {
  background: #44AF35;
  height: 25.9807621135px;
  width: 30px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 30px auto;
}
.about_container .about03 .about03_wrap .about03_mapwrap .about03_map {
  border: 3px solid #C7E8FA;
}
.about_container .about04 .about04_wrap p {
  margin-bottom: 30px !important;
}
.about_container .about04 .about04_wrap .about_img .about_flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 40px;
}
.about_container .about04 .about04_wrap .about_img .about_flex .about_flex_box {
  width: calc((100% - 120px) / 4);
}
@media only screen and (max-width:767px) {
  .about_container .about04 .about04_wrap .about_img .about_flex .about_flex_box {
    width: calc((100% - 40px) / 2);
  }
}
@media only screen and (max-width:509px) {
  .about_container .about04 .about04_wrap .about_img .about_flex .about_flex_box {
    width: 100%;
  }
}
.about_container .about04 .about04_wrap .about_img .about_flex .about_flex_box figure img {
  max-width: 100%;
  height: auto;
  box-shadow: 5px 5px 0 #00AFEB;
  border-radius: 20px;
  border: 1px solid #00AFEB;
}

.contact_form {
  width: 800px;
  margin: 60px auto 80px;
}
.contact_form dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.contact_form dl dt {
  width: 30%;
  background: #f0f8ff;
}
.contact_form dl dt span {
  display: inline-block;
  font-size: 0.8em;
  color: #E95541;
  margin-left: 10px;
}
.contact_form dl dd {
  width: 70%;
}
.contact_form dl dd input[type=text],
.contact_form dl dd input[type=email],
.contact_form dl dd textarea {
  width: 100%;
  border: 1px solid #777;
  padding: 10px;
  border-radius: 3px;
  font-size: 18px;
}
.contact_form dl dd input[type=text]:focus,
.contact_form dl dd input[type=email]:focus,
.contact_form dl dd textarea:focus {
  background: #f0f8ff;
  outline: none;
}
.contact_form dl dt,
.contact_form dl dd {
  font-family: "a-otf-jun-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px !important;
  line-height: 1.6;
  padding: 10px;
  border-bottom: 1px dotted #CCC;
}
.contact_form .form_btn {
  margin-top: 40px;
  text-align: center;
}
.contact_form .form_btn input[type=submit],
.contact_form .form_btn button {
  border: 2px solid #82CEF3;
  background: #f0f8ff;
  padding: 5px 15px;
  border-radius: 3px;
  color: #43BFEF;
  letter-spacing: 0.2em;
  transition: all 0.4s;
}
.contact_form .form_btn input[type=submit]:hover,
.contact_form .form_btn button:hover {
  background: #43BFEF;
  color: #FFF;
}

footer {
  background: url(img/footer_bg.jpg) repeat-x top center #9DCD7C;
  min-height: 350px;
}
footer .footer_inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width:1200px) {
  footer .footer_inner {
    width: 100%;
  }
}
footer .footer_inner .footer_wrap {
  padding: 100px 0 0;
}
footer .footer_inner .footer_wrap .footer_grid {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-template-rows: 1fr;
  align-items: center;
}
@media only screen and (max-width:1000px) {
  footer .footer_inner .footer_wrap .footer_grid {
    display: block;
  }
}
footer .footer_inner .footer_wrap .footer_grid .footer_grid_logo {
  grid-area: 1/1/2/2;
}
@media only screen and (max-width:767px) {
  footer .footer_inner .footer_wrap .footer_grid .footer_grid_logo {
    margin-top: 60px;
  }
}
footer .footer_inner .footer_wrap .footer_grid .footer_grid_logo address {
  font-family: "m-plus-rounded-2c", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: #FFF;
}
@media only screen and (max-width:1000px) {
  footer .footer_inner .footer_wrap .footer_grid .footer_grid_logo address {
    text-align: center;
  }
}
@media only screen and (max-width:767px) {
  footer .footer_inner .footer_wrap .footer_grid .footer_grid_logo address {
    font-size: 15px;
  }
}
footer .footer_inner .footer_wrap .footer_grid .footer_grid_logo address img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width:1000px) {
  footer .footer_inner .footer_wrap .footer_grid .footer_grid_logo address img {
    margin: 0 auto;
  }
}
footer .footer_inner .footer_wrap .footer_grid .footer_grid_logo address a {
  text-decoration: none;
  color: #FFF;
}
footer .footer_inner .footer_wrap .footer_grid .footer_grid_logo address a:hover {
  text-decoration: underline;
}
footer .footer_inner .footer_wrap .footer_grid .footer_grid_nav {
  grid-area: 1/2/2/3;
}
@media only screen and (max-width:1000px) {
  footer .footer_inner .footer_wrap .footer_grid .footer_grid_nav {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width:509px) {
  footer .footer_inner .footer_wrap .footer_grid .footer_grid_nav {
    display: none;
  }
}
footer .footer_inner .footer_wrap .footer_grid .footer_grid_nav .footer_nav_wrap .footer_nav_flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
footer .footer_inner .footer_wrap .footer_grid .footer_grid_nav .footer_nav_wrap .footer_nav_flex .footer_nav_box {
  width: 33.3333333333%;
  font-family: "m-plus-rounded-2c", sans-serif;
  font-style: normal;
  font-weight: 400;
}
footer .footer_inner .footer_wrap .footer_grid .footer_grid_nav .footer_nav_wrap .footer_nav_flex .footer_nav_box h3 {
  font-size: 24px;
  line-height: 1.5;
  color: #FFF;
}
@media only screen and (max-width:767px) {
  footer .footer_inner .footer_wrap .footer_grid .footer_grid_nav .footer_nav_wrap .footer_nav_flex .footer_nav_box h3 {
    font-size: 20px;
  }
}
footer .footer_inner .footer_wrap .footer_grid .footer_grid_nav .footer_nav_wrap .footer_nav_flex .footer_nav_box ul li a {
  color: #FFF;
  font-size: 18px;
  text-decoration: none;
  line-height: 1.5;
  border-bottom: 1px solid transparent;
}
@media only screen and (max-width:767px) {
  footer .footer_inner .footer_wrap .footer_grid .footer_grid_nav .footer_nav_wrap .footer_nav_flex .footer_nav_box ul li a {
    font-size: 16px;
  }
}
footer .footer_inner .footer_wrap .footer_grid .footer_grid_nav .footer_nav_wrap .footer_nav_flex .footer_nav_box ul li a::before {
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  content: "\f0da";
  text-rendering: auto;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  padding: 0 5px;
  font-weight: bold;
}
footer .footer_inner .footer_wrap .footer_grid .footer_grid_nav .footer_nav_wrap .footer_nav_flex .footer_nav_box ul li a:hover {
  color: #595757;
  border-bottom: 1px solid #595757;
}
footer .footer_inner .footer_wrap p.copy {
  padding: 30px 0;
  text-align: center;
  color: #FFF;
  font-family: "a-otf-jun-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.pagination {
  margin: 80px auto;
  width: 200px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
}
.pagination .prev {
  grid-area: 1/1/2/2;
}
.pagination .next {
  grid-area: 1/2/2/3;
}
.pagination .prev a {
  border-radius: 100vh 0 0 100vh;
}
.pagination .next a {
  border-radius: 0 100vh 100vh 0;
}
.pagination .prev a,
.pagination .next a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
  background: #DECFE5;
}
.pagination .prev a:hover,
.pagination .next a:hover {
  opacity: 0.8;
}/*# sourceMappingURL=style.css.map */