@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:400,700|Noto+Sans+JP:400,700&display=swap&subset=japanese");
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: #333333;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  word-wrap: break-word;
}

a {
  text-decoration: none;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 1000px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bg100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

@media screen and (max-width: 1000px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

.link1 a {
  color: #104480;
  font-weight: bold;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#contents {
  padding: 0;
  max-width: 100%;
}

#main {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  #main {
    width: 100%;
  }
}

#main #col_main {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 1000px) {
  #side aside {
    width: 100% !important;
  }
}

.map {
  margin: 0 auto;
  max-width: 1000px;
}

.map li {
  border-left: 3px solid #cccccc;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

.map li:last-child {
  display: none;
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
  padding: 15px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1000px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#contents {
  max-width: 1000px;
  width: 100%;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

.imgR, .imgL {
  margin-left: 15px;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

footer#global_footer {
  min-width: 100% !important;
}

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}

.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  width: auto;
  text-indent: 0;
  min-width: 150px;
}

.bt_send {
  background: #eee;
  width: auto;
  text-indent: 0;
}

@media screen and (max-width: 640px) {
  .price_list dl {
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
  .price_list dl dt {
    width: 100% !important;
    border-right: 1px solid #ccc !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .price_list dl dt:last-of-type {
    border-bottom: none !important;
  }
}

@media screen and (max-width: 640px) {
  .price_list dl dd {
    width: 100% !important;
    text-align: center;
  }
}

header#global_header {
  max-width: 100%;
}

#header {
  width: 100%;
}

#header_inner_wrap {
  background: #f8f6ef;
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  padding: 0 0 20px;
}

@media screen and (max-width: 834px) {
  #header_inner_wrap {
    padding: 0;
  }
}

#header_inner_wrap.hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

#header_inner_wrap #header_inner {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}

@media screen and (max-width: 1000px) {
  #header_inner_wrap #header_inner {
    padding: 20px;
  }
}

@media screen and (max-width: 834px) {
  #header_inner_wrap #header_inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 640px) {
  #header_inner_wrap #header_inner {
    padding: 15px 10px;
  }
}

@media screen and (max-width: 834px) {
  #header_inner_wrap #header_inner #siteID {
    margin-right: auto;
  }
}

@media screen and (max-width: 480px) {
  #header_inner_wrap #header_inner #siteID {
    width: 50%;
  }
}

#header_inner_wrap #header_inner .h_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 834px) {
  #header_inner_wrap #header_inner .h_contact {
    margin-right: 10px;
  }
}

#header_inner_wrap #header_inner .h_contact .call {
  margin-right: 15px;
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
  color: #6d4724;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 5px;
}

#header_inner_wrap #header_inner .h_contact .call p {
  font-size: 1.4rem;
  text-align: right;
  font-weight: 700;
  position: relative;
  top: -5px;
  color: #278400;
}

@media screen and (max-width: 640px) {
  #header_inner_wrap #header_inner .h_contact .call p {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #header_inner_wrap #header_inner .h_contact .call {
    font-size: 2.4rem;
    margin-right: 10px;
  }
}

@media screen and (max-width: 640px) {
  #header_inner_wrap #header_inner .h_contact .call span {
    display: none;
  }
}

#header_inner_wrap #header_inner .h_contact .call i {
  margin-right: 5px;
  color: #fff;
  background: #038412;
  font-size: 1.4rem;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  top: -5px;
  line-height: 30px;
}

@media screen and (max-width: 834px) {
  #header_inner_wrap #header_inner .h_contact .call i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.8rem;
    top: -2px;
  }
}

@media screen and (max-width: 640px) {
  #header_inner_wrap #header_inner .h_contact .call i {
    margin-right: 0;
  }
}

#header_inner_wrap #header_inner .h_contact .call a {
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
  color: #6d4724;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  display: block;
}

@media screen and (max-width: 768px) {
  #header_inner_wrap #header_inner .h_contact .call a {
    font-size: 2.4rem;
  }
}

#header_inner_wrap #header_inner .h_contact .h_btn a {
  color: #fff;
  background: #6d4724;
  border-radius: 3px;
  line-height: 1;
  display: block;
  padding: 12px 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#header_inner_wrap #header_inner .h_contact .h_btn a:hover {
  background: #946c47;
}

@media screen and (max-width: 834px) {
  #header_inner_wrap #header_inner .h_contact .h_btn a {
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    font-size: 1.8rem;
  }
  #header_inner_wrap #header_inner .h_contact .h_btn a span {
    display: none;
  }
}

#header_inner_wrap #header_inner .h_contact .h_btn a i {
  margin-right: 6px;
}

@media screen and (max-width: 834px) {
  #header_inner_wrap #header_inner .h_contact .h_btn a i {
    margin-right: 0;
  }
}

#nav_global {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  #nav_global {
    padding: 0 20px;
  }
}

@media screen and (max-width: 834px) {
  #nav_global {
    width: auto;
    padding: 0;
  }
}

#nav_global > ul {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 834px) {
  #nav_global > ul {
    display: none;
  }
}

#nav_global > ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-left: 1px dashed #038412;
}

#nav_global > ul li:last-child {
  border-right: 1px dashed #038412;
}

#nav_global > ul li a {
  color: #038412;
  line-height: 1;
  display: block;
  padding: 5px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  position: relative;
}

#nav_global > ul li a::after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  content: "";
  width: 0;
  height: 1px;
  background-color: #fa8e1b;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#nav_global > ul li a:hover {
  color: #fa8e1b;
}

#nav_global > ul li a:hover::after {
  width: 100%;
}

#mainArea {
  width: 100% !important;
  background: url(../images/contents/bgmain.jpg) center top;
  padding: 30px 0;
}

@media screen and (max-width: 1000px) {
  #mainArea {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 640px) {
  #mainArea {
    padding: 20px 10px;
  }
}

#subArea {
  background: url(../images/contents/bgmain.jpg) center top;
  height: 240px;
  position: relative;
}

@media screen and (max-width: 834px) {
  #subArea {
    height: calc(160px + ((1vw - 3.2px) * 15.5642));
  }
}

#subArea h1 {
  font-size: 4.2rem;
  font-weight: bold;
  color: #6d4724;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 834px) {
  #subArea h1 {
    font-size: calc(2.4rem + ((1vw - 0.32rem) * 3.5019));
  }
}

#sp {
  display: none;
}

@media screen and (max-width: 834px) {
  #sp {
    display: block;
    background: #6d4724;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 300;
  }
}

#nav_sp {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  z-index: 210;
}

.nav_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: absolute;
  width: 100%;
}

.nav_wrap ul {
  width: 100%;
  padding: 0 20px;
}

.nav_wrap ul li {
  opacity: 0;
  border-bottom: 1px dashed #038412;
  padding: 10px 0;
}

@media screen and (max-width: 834px) {
  .nav_wrap ul li {
    padding: 20px 0;
  }
}

@media screen and (max-width: 480px) {
  .nav_wrap ul li {
    padding: 15px 0;
  }
}

.nav_wrap ul li a {
  color: #038412;
  line-height: 1;
  display: block;
}

@media screen and (max-width: 834px) {
  .nav_wrap ul li a {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 480px) {
  .nav_wrap ul li a {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 320px) {
  .nav_wrap ul li a {
    font-size: 1.6rem;
  }
}

.sp_menu {
  width: 18px;
  height: 18px;
  display: block;
  z-index: 300;
  position: relative;
  display: none;
}

@media screen and (max-width: 834px) {
  .sp_menu {
    display: block;
  }
}

.sp_menu div {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #fff;
}

.sp_menu div:nth-of-type(1) {
  top: 0;
}

.sp_menu div:nth-of-type(2) {
  top: 8px;
  opacity: 1;
}

.sp_menu div:nth-of-type(3) {
  bottom: 0;
}

.sp_menu.off div:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  -webkit-transition: all 0.25s 0.25s;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}

.sp_menu.on div:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}

.sp_menu.on div:nth-of-type(2) {
  opacity: 0;
}

.sp_menu.on div:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
  animation: active-menu-bar03 0.75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}

#footer {
  font-size: 1.4rem;
  line-height: 1.7;
  background: #fffefa;
  border-top: 1px solid #e5e1cf;
}

#footer_inner {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
}

@media screen and (max-width: 1000px) {
  #footer_inner {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 834px) {
  #footer_inner {
    display: block;
  }
}

#footer_inner .flogo {
  text-align: left;
}

@media screen and (max-width: 834px) {
  #footer_inner .flogo {
    text-align: center;
  }
}

#footer_inner .flogo p {
  margin-top: 15px;
}

#footer_inner .flogo p a {
  color: #333;
}

#footer_inner .subnav {
  width: 445px;
  text-align: right;
  margin-top: 10px;
}

@media screen and (max-width: 834px) {
  #footer_inner .subnav {
    width: 100%;
    text-align: center;
  }
}

#footer_inner .subnav ul li {
  display: inline-block;
}

#footer_inner .subnav ul li:not(:last-child) {
  margin-right: 10px;
}

#footer_inner .subnav ul li a {
  color: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#footer_inner .subnav ul li a:hover {
  color: #fa8e1b;
}

.f_copy {
  background: #038412;
  padding: 5px 0;
}

.f_copy a {
  color: #fff;
}

#contents_wrap {
  padding: 100px 0 100px;
}

@media screen and (max-width: 1000px) {
  #contents_wrap {
    padding: 100px 20px 100px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding: 60px 10px 50px;
  }
}

.inner2 {
  max-width: 820px;
  margin: 0 auto;
}

.bg01 {
  background: url(../images/contents/bg01.jpg) center top no-repeat;
  background-size: cover;
  padding: 90px 0 120px;
}

@media screen and (max-width: 834px) {
  .bg01 {
    padding: 60px 0 90px;
  }
}

@media screen and (max-width: 640px) {
  .bg01 {
    padding: 40px 0 60px;
  }
}

.btn a {
  color: #fff;
  background: #fea444;
  border-radius: 3px;
  display: block;
  padding: 12px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn a:hover {
  background: #fcc244;
}

.btn.btn01 div {
  width: 260px;
}

.btn.center div {
  margin: 0 auto;
}

.title01 h1 {
  font-size: 3rem;
  color: #038412;
  line-height: 1.6;
}

.title01 h1::before {
  content: "\f06c";
  font-family: "Font Awesome 5 Pro";
  display: block;
  font-weight: 900;
}

@media screen and (max-width: 834px) {
  .title01 h1 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 640px) {
  .title01 h1 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 480px) {
  .title01 h1 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 414px) {
  .title01 h1 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 375px) {
  .title01 h1 {
    font-size: 1.6rem;
  }
}

.title01 h2 {
  font-size: 2.8rem;
  color: #038412;
  line-height: 1.6;
}

.title01 h2::before {
  content: "\f4be";
  font-family: "Font Awesome 5 Pro";
  display: block;
  font-weight: 900;
}

@media screen and (max-width: 834px) {
  .title01 h2 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 640px) {
  .title01 h2 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 480px) {
  .title01 h2 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 414px) {
  .title01 h2 {
    font-size: 2rem;
  }
}

.title01.bgLR article {
  position: relative;
  text-align: center;
  z-index: 1;
}

.title01.bgLR article::before {
  content: "";
  width: 35%;
  height: 10px;
  background: url(../images/contents/bg02.png) left top;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.title01.bgLR article::after {
  content: "";
  width: 35%;
  height: 10px;
  background: url(../images/contents/bg02.png) left top;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.title01.bgLR h2 {
  position: relative;
  display: inline-block;
  background: #f8f6ef;
  padding: 0 30px;
  z-index: 2;
}

.title01.bgLR h2::before {
  content: "\f06c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
  font-size: 2.6rem;
}

.title01.schedule h2 {
  font-size: 2.8rem;
  color: #038412;
  line-height: 1.6;
  position: relative;
  display: inline-block;
  background: #f8f6ef;
  padding: 0 30px;
  z-index: 2;
}

.title01.schedule h2::before {
  content: "\f073";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
  font-size: 2.6rem;
}

@media screen and (max-width: 834px) {
  .title01.schedule h2::before {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 640px) {
  .title01.schedule h2::before {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 480px) {
  .title01.schedule h2::before {
    font-size: 2rem;
  }
}

@media screen and (max-width: 414px) {
  .title01.schedule h2::before {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 834px) {
  .title01.schedule h2 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 640px) {
  .title01.schedule h2 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 480px) {
  .title01.schedule h2 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 414px) {
  .title01.schedule h2 {
    font-size: 2rem;
  }
}

.title02 h2 {
  font-size: 2.4rem;
  color: #038412;
  line-height: 1.6;
  border-bottom: 3px solid #ddd;
  position: relative;
}

.title02 h2::after {
  content: "";
  width: 25%;
  height: 3px;
  background: #038412;
  position: absolute;
  left: 0;
  bottom: -3px;
}

@media screen and (max-width: 640px) {
  .title02 h2 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 480px) {
  .title02 h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 414px) {
  .title02 h2 {
    font-size: 1.8rem;
  }
}

.title02.icon01 h2::before {
  content: "\f276";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block;
  margin-right: 5px;
}

.title02.icon02 h2::before {
  content: "\f4a6";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block;
  margin-right: 5px;
}

.title03 h2 {
  font-size: 2.4rem;
  color: #fff;
  line-height: 1.6;
  background: #038412;
  padding: 5px 10px;
  border-radius: 3px;
}

@media screen and (max-width: 834px) {
  .title03 h2 {
    font-size: calc(2rem + ((1vw - 0.32rem) * 0.7782));
  }
}

.title03 h3 {
  font-size: 2rem;
  color: #f17d00;
  line-height: 1.6;
  border-bottom: 3px solid #ddd;
  position: relative;
  margin-bottom: 5px;
}

@media screen and (max-width: 834px) {
  .title03 h3 {
    font-size: calc(1.8rem + ((1vw - 0.32px) * 0.3891));
  }
}

.flexbox01 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flexbox01 .box {
  width: 32%;
  background: #fffefa;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  padding: 25px;
}

@media screen and (max-width: 834px) {
  .flexbox01 .box {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .flexbox01 .box {
    width: 49%;
    margin-bottom: 2%;
  }
  .flexbox01 .box img {
    width: 100% !important;
  }
}

@media screen and (max-width: 480px) {
  .flexbox01 .box {
    width: 100%;
    padding: 15px;
  }
  .flexbox01 .box:not(:last-child) {
    margin-bottom: 6%;
  }
}

.flexbox01 .box h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #6d4724;
  line-height: 1.6;
  margin-top: 8px;
}

@media screen and (max-width: 640px) {
  .flexbox01 .box h3 {
    font-size: 1.8rem;
  }
}

.schedulehyo td {
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .schedulehyo td {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .schedulehyo td {
    font-size: 1.6rem;
    padding: 15px 10px !important;
  }
}

@media screen and (max-width: 480px) {
  .schedulehyo td {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 414px) {
  .schedulehyo td {
    font-size: 1rem;
    padding: 8px !important;
  }
}

@media screen and (max-width: 320px) {
  .schedulehyo td {
    letter-spacing: 0.025em;
  }
}

.flexbox02 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flexbox02 .box01 {
  width: 48%;
  background: #fffefa;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  padding: 15px 25px 25px;
}

@media screen and (max-width: 640px) {
  .flexbox02 .box01 {
    width: 100%;
    padding: 15px 20px 20px;
  }
  .flexbox02 .box01:not(:last-child) {
    margin-bottom: 6%;
  }
}

.news {
  max-height: 320px;
  overflow-y: auto;
}

.news dl {
  display: block !important;
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
}

.news dl:first-child {
  padding-top: 0;
}

.news dl dt {
  background: none !important;
  padding: 0 !important;
  border: none !important;
  width: 100% !important;
}

.news dl dd {
  background: none !important;
  padding: 0 !important;
  border: none !important;
  width: 100% !important;
}

.pankuzu {
  font-size: 1.3rem;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .pankuzu {
    display: none;
  }
}

.question, .answer {
  position: relative;
  background: #fffefa;
  padding: 8px 10px 8px 50px;
  color: #6d4724;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 480px) {
  .question, .answer {
    font-size: 1.4rem;
  }
}

.question::before, .answer::before {
  content: "Q";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #6d4724;
  font-weight: normal;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white;
  border-radius: 50%;
}

.question div::after, .answer div::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  color: #21a937;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 414px) {
  .question div::after, .answer div::after {
    display: none;
  }
}

.question.arrow div::after, .arrow.answer div::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  color: #21a937;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 414px) {
  .question.arrow div::after, .arrow.answer div::after {
    display: none;
  }
}

.answer {
  background: #fffefa;
  color: #333;
}

.answer::before {
  content: "A";
  background: #21a937;
}

.answer div::after {
  display: none;
}

.flexbox03 .box {
  width: 100%;
  margin-bottom: 30px;
  background: #fffefa;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  padding: 25px;
}

@media screen and (max-width: 640px) {
  .flexbox03 .box {
    padding: 15px;
  }
}

.flexbox03 .box article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flexbox03 .box article img {
  width: 20.42% !important;
}

@media screen and (max-width: 640px) {
  .flexbox03 .box article img {
    height: 17.5vw !important;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}

.flexbox03 .box article div {
  width: 75.58%;
}

.flexbox03 .box article div h3 {
  font-size: 2rem;
  color: #161616;
  line-height: 1.6;
  border-bottom: 3px solid #ddd;
  position: relative;
}

@media screen and (max-width: 640px) {
  .flexbox03 .box article div h3 {
    line-height: 1.4;
    font-size: calc(1.8rem + ((1vw - 0.32rem) * 0.625));
  }
}

.flexbox03 .box article div h3::after {
  content: "";
  width: 20%;
  height: 3px;
  background: #038412;
  position: absolute;
  left: 0;
  bottom: -3px;
}

@media screen and (max-width: 640px) {
  .flexbox04 {
    display: block;
  }
}

.flexbox04 .leftArea {
  width: 72%;
}

@media screen and (max-width: 640px) {
  .flexbox04 .leftArea {
    width: 100%;
  }
}

.flexbox04 .rightArea {
  width: 24%;
}

.flexbox04 .rightArea img {
  width: 100% !important;
  margin: 0 !important;
}

@media screen and (max-width: 640px) {
  .flexbox04 .rightArea {
    width: 100%;
    margin-top: 30px;
  }
}

.kyocho {
  font-size: 2.8rem;
  font-weight: bold;
  color: #038412;
  line-height: 1.6;
}

@media screen and (max-width: 1000px) {
  .kyocho {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 834px) {
  .kyocho {
    font-size: calc(2rem + ((1vw - 0.32rem) * 0.5882));
  }
}

@media screen and (max-width: 640px) {
  .kyocho div {
    text-align: left !important;
  }
}

.kyocho02 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #333;
  line-height: 1.6;
}

@media screen and (max-width: 834px) {
  .kyocho02 {
    font-size: calc(2rem + ((1vw - 0.32rem) * 0.5882));
  }
}

@media screen and (max-width: 640px) {
  .kyocho02 div {
    text-align: left !important;
  }
}

@media screen and (max-width: 480px) {
  .gallery {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.frame {
  background: #fffefa;
  border: 1px solid #eee;
  padding: 10px;
}

.list li {
  background: #fffefa;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 5px;
  margin-bottom: 5px;
}

.bnr img {
  -webkit-filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.08));
}
/*# sourceMappingURL=common_style.css.map */