@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSans/NotoSansR.woff") format("woff");
}

@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSans/NotoSansM.woff") format("woff");
}

@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSans/NotoSansB.woff") format("woff");
}

* {
  -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: "notoSans", "游ゴシック 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;
  background: url(../images/contents/pat02.jpg);
}

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: #f18e00;
  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;
  }
}

.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;
}

@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: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "notoSans", "游ゴシック 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: #fff;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #fff;
  text-indent: 0;
}

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

.annot {
  display: none;
}

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

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

#header {
  width: 100%;
}

#header_inner_wrap {
  background: url(../images/contents/pat02.jpg);
  padding: 15px 0;
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#header_inner_wrap #header_inner {
  max-width: 1200px;
  margin: 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;
}

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

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

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

#header_right {
  max-width: 740px;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  #header_right {
    max-width: 600px;
  }
}

@media screen and (max-width: 834px) {
  #header_right {
    max-width: auto;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#header_right .h_contact {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header_right .h_contact .call {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #88cc00;
}

@media screen and (max-width: 640px) {
  #header_right .h_contact .call {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #88cc00;
    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;
  }
}

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

#header_right .h_contact .call a {
  font-weight: bold;
  color: #88cc00;
}

@media screen and (max-width: 640px) {
  #header_right .h_contact .call a {
    color: #fff;
  }
}

#header_right .h_contact .call i {
  margin-right: 6px;
  font-size: 2.2rem;
}

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

#header_right .h_contact .h_btn {
  margin-left: 15px;
}

@media screen and (max-width: 640px) {
  #header_right .h_contact .h_btn {
    margin-left: 8px;
  }
}

#header_right .h_contact .h_btn a {
  font-family: fot-tsukuardgothic-std, sans-serif;
  background: #f18e00;
  color: #fff;
  font-weight: bold;
  padding: 5px 20px 7px;
  line-height: 1;
  border-radius: 25px;
  letter-spacing: 0.075em;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#header_right .h_contact .h_btn a:hover {
  background: #88cc00;
}

@media screen and (max-width: 834px) {
  #header_right .h_contact .h_btn a {
    padding: 0;
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
  }
}

@media screen and (max-width: 834px) {
  #header_right .h_contact .h_btn a span {
    display: none;
  }
}

#header_right .h_contact .h_btn a i {
  font-size: 2rem;
  margin-right: 8px;
  position: relative;
  top: 2px;
}

@media screen and (max-width: 834px) {
  #header_right .h_contact .h_btn a i {
    font-size: 2.4rem;
    margin-right: 0;
    top: 0;
  }
}

#nav_global {
  width: 100%;
  margin-top: 15px;
}

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

#nav_global > ul {
  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 dotted #7d4900;
  position: relative;
}

#nav_global > ul > li:last-child {
  border-right: 1px dotted #7d4900;
}

#nav_global > ul > li > a {
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #7d4900;
  font-weight: bold;
  display: block;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

#nav_global > ul > li > a::after {
  position: absolute;
  bottom: 0.3em;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 90%;
  height: 2px;
  background-color: #f18e00;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

#nav_global > ul > li > a:hover::after {
  bottom: 0;
  opacity: 1;
}

#nav_global > ul > li ul {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: url(../images/contents/pat02.jpg);
  padding: 5px 0;
}

#nav_global > ul > li ul li:not(:last-child) {
  border-bottom: 1px dotted #7d4900;
}

#nav_global > ul > li ul li a {
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #7d4900;
  font-weight: bold;
  display: block;
  padding: 3px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

.spBtn {
  display: none;
}

@media screen and (max-width: 834px) {
  .spBtn {
    display: block;
    position: absolute;
    font-size: 1.8em;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2000;
    color: #7d4900;
    width: 45px;
  }
}

#mainArea {
  width: 100% !important;
  position: relative;
}

#mainArea > img {
  position: absolute;
  top: 50%;
  left: 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 37.08333vw !important;
}

@media screen and (max-width: 1200px) {
  #mainArea > img {
    left: 20px;
    width: 40vw !important;
  }
}

@media screen and (max-width: 834px) {
  #mainArea > img {
    width: 52.75779vw !important;
  }
}

@media screen and (max-width: 640px) {
  #mainArea > img {
    left: 10px;
  }
}

@media screen and (max-width: 1000px) {
  #mainArea {
    width: auto !important;
  }
}

#subArea {
  background: rgba(247, 214, 143, 0.25);
  position: relative;
  height: 180px;
}

@media screen and (max-width: 480px) {
  #subArea {
    height: 150px;
  }
}

@media screen and (max-width: 375px) {
  #subArea {
    height: 120px;
  }
}

#subArea::after {
  content: "";
  background: url(../images/contents/pat03.png) center top repeat-x;
  width: 100%;
  height: 10px;
  left: 0;
  position: absolute;
  bottom: -10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#subArea h1 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 4.8rem;
  font-weight: bold;
  color: #f26500;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  letter-spacing: 0em;
}

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

#sp {
  display: none;
}

@media screen and (max-width: 834px) {
  #sp {
    display: block;
    width: 44px;
    height: 44px;
    background: #7d4900;
    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;
    margin-left: 8px;
    z-index: 300;
    position: relative;
  }
}

#nav_sp {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: url(../images/contents/pat02.jpg);
  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;
  position: relative;
  border-bottom: 1px dotted #7d4900;
}

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

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

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

@media screen and (max-width: 834px) {
  .nav_wrap > ul > li .drop {
    position: relative !important;
    width: 100% !important;
    z-index: 1000 !important;
    background: rgba(255, 255, 255, 0.1);
    margin-top: 15px;
    padding: 10px;
  }
  .nav_wrap > ul > li .drop li {
    opacity: 1;
  }
  .nav_wrap > ul > li .drop li a {
    font-size: 1.8rem !important;
  }
}

.nav_wrap > ul > li a {
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #7d4900;
  font-weight: bold;
  display: block;
}

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

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

.sp_menu {
  width: 24px;
  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_inner {
  max-width: 1000px;
  margin: auto;
  font-size: 1.4rem;
  padding: 40px 0;
}

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

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

.flogo {
  margin-bottom: 25px;
}

@media screen and (max-width: 640px) {
  .subnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.subnav ul li {
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 640px) {
  .subnav ul li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 2%;
  }
}

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

.subnav ul li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 640px) {
  .subnav ul li a {
    background: #7d4900;
    color: #fff;
    display: block;
    padding: 5px 0;
    border-radius: 20px;
  }
}

@media screen and (max-width: 375px) {
  .subnav ul li a {
    font-size: 1.2rem;
  }
}

.f_copy {
  background: #f18e00;
  padding: 4px 0;
}

.f_copy a {
  font-size: 1.4rem;
  color: #fff;
}

#contents_wrap {
  padding: 80px 0 0;
}

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

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

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

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

.btn a {
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #fff;
  font-weight: bold;
  background: #88cc00;
  font-size: 2rem;
  display: block;
  padding: 10px 0;
  border-radius: 30px;
  position: relative;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

@media screen and (max-width: 640px) {
  .btn a {
    padding: 5px 0;
  }
}

.btn a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn.btn01 a {
  max-width: 320px;
}

.btn.center a {
  margin: auto;
}

.title01 h2 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 4.4rem;
  font-weight: bold;
  color: #f26500;
  line-height: 1.4;
  position: relative;
  letter-spacing: 0em;
}

@media screen and (max-width: 1000px) {
  .title01 h2 {
    font-size: calc(2.6rem + ((1vw - 0.32rem) * 2.6471));
  }
}

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

.title01 h2::before {
  content: url(../images/contents/icon01.png);
  position: absolute;
  top: -40px;
  left: -60px;
}

@media screen and (max-width: 834px) {
  .title01 h2::before {
    display: none;
  }
}

.title01 h2::after {
  content: url(../images/contents/icon02.png);
  position: absolute;
  top: -20px;
  right: -60px;
}

@media screen and (max-width: 834px) {
  .title01 h2::after {
    display: none;
  }
}

.title01 h3 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #7d4900;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .title01 h3 {
    font-size: calc(2rem + ((1vw - 0.32rem) * 1.25));
  }
}

.title02 h2 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 3.8rem;
  font-weight: bold;
  color: #f26500;
  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;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

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

.title02 h2 span {
  padding: 0 30px;
}

.title02 h2::before, .title02 h2::after {
  content: "";
  background: url(../images/contents/dot01.png) left top repeat-x;
  height: 6px;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.title03 h2 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 3.8rem;
  color: #f26500;
  font-weight: bold;
  line-height: 1.4;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
}

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

.title03 h2::after {
  content: "";
  background: url(../images/contents/dot01.png) left top repeat-x;
  width: 55px;
  height: 6px;
  display: block;
  margin: 15px auto 0;
}

.title03.dot_border h2::after {
  content: "";
  background: url(../images/contents/dot01.png) left top repeat-x;
  width: 100%;
  height: 6px;
  display: block;
  margin: 10px auto 0;
}

.title03 h3 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 2.8rem;
  color: #7d4900;
  font-weight: bold;
  line-height: 1.4;
}

.title03 h3 span {
  display: inline-block;
  margin-right: 20px;
  color: #fff;
  background: url(../images/contents/pat01.jpg);
  border-radius: 5px;
  line-height: 1;
  padding: 3px 5px 5px 8px;
}

@media screen and (max-width: 375px) {
  .title03 h3 span {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
  }
}

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

.title04 h2 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  background: url(../images/contents/pat01.jpg);
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  border-radius: 10px;
  padding: 5px 15px;
  line-height: 1.4;
}

@media screen and (max-width: 1000px) {
  .title04 h2 {
    font-size: calc(2.4rem + ((1vw - 0.32rem) * 1.7647));
  }
}

.bg01 {
  background: rgba(247, 214, 143, 0.25);
  position: relative;
  padding: 60px 0 80px;
}

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

.bg01::before {
  content: "";
  background: url(../images/contents/pat03.png) center top repeat-x;
  width: 100%;
  height: 10px;
  position: absolute;
  top: -10px;
}

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

@media screen and (max-width: 834px) {
  .bg02 {
    padding: 45px 20px 60px;
  }
}

@media screen and (max-width: 640px) {
  .bg02 {
    padding: 30px 10px 45px;
  }
}

.bg02 h2 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 4.8rem;
  color: #7d4900;
  font-weight: bold;
  line-height: 1.4;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
}

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

.bg02 h2::after {
  content: "";
  background: url(../images/contents/dot02.png) left top repeat-x;
  width: 55px;
  height: 6px;
  display: block;
  margin: 15px auto 0;
}

.contactWrap {
  background: #fff;
  border-radius: 10px;
  padding: 35px 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 834px) {
  .contactWrap {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    padding: 35px 10px;
    text-align: center;
  }
}

@media screen and (max-width: 375px) {
  .contactWrap {
    padding: 20px 10px;
  }
}

.contactWrap::after {
  content: "";
  width: 1px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  border-right: 1px solid #ddd;
}

@media screen and (max-width: 834px) {
  .contactWrap::after {
    display: none;
  }
}

.contactWrap .box {
  max-width: 320px;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .contactWrap .box {
    max-width: 300px;
  }
}

.contactWrap .box:first-child {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 3.7rem;
  font-weight: bold;
  color: #88cc00;
  line-height: 1;
}

@media screen and (max-width: 834px) {
  .contactWrap .box:first-child {
    margin-bottom: 20px;
    font-size: calc(2.8rem + ((1vw - 0.32rem) * 1.751));
  }
}

.contactWrap .box:first-child i {
  font-size: 2.8rem;
  margin-right: 6px;
  position: relative;
  top: -2px;
}

@media screen and (max-width: 834px) {
  .contactWrap .box:first-child i {
    font-size: calc(2.2rem + ((1vw - 0.32rem) * 1.1673));
  }
}

.contactWrap .box:first-child .call a {
  color: #88cc00;
}

.contactWrap .box:first-child span {
  font-weight: bold;
}

.contactWrap .box:first-child p {
  font-size: 1.4rem;
  color: #333;
  font-family: "notoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 10px;
}

.contactWrap .box:last-child a {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 2.4rem;
  background: #f18e00;
  color: #fff;
  font-weight: bold;
  padding: 20px 5px 22px;
  line-height: 1;
  border-radius: 40px;
  letter-spacing: 0.075em;
  display: block;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contactWrap .box:last-child a:hover {
  background: #88cc00;
}

@media screen and (max-width: 834px) {
  .contactWrap .box:last-child a {
    font-size: calc(2rem + ((1vw - 0.32rem) * 0.7782));
  }
}

@media screen and (max-width: 640px) {
  .contactWrap .box:last-child a {
    padding: 15px 5px 17px;
  }
}

.contactWrap .box:last-child a i {
  margin-right: 8px;
  position: relative;
  top: 2px;
}

.news {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 15px rgba(92, 73, 43, 0.08);
          box-shadow: 0 3px 15px rgba(92, 73, 43, 0.08);
  padding: 40px;
}

@media screen and (max-width: 640px) {
  .news {
    padding: 25px;
  }
}

@media screen and (max-width: 480px) {
  .news {
    padding: 15px;
  }
}

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

@media screen and (max-width: 480px) {
  .news .news_inner {
    max-height: 300px;
  }
}

.news dl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px dashed #ddd;
  padding: 20px 0;
}

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

@media screen and (max-width: 480px) {
  .news dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news dl dt {
  border: none !important;
  padding: 0 !important;
  width: 120px !important;
  background: url(../images/contents/pat01.jpg) !important;
  border-radius: 5px;
  color: #fff;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.news dl dd {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  width: auto !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 15px !important;
}

@media screen and (max-width: 480px) {
  .news dl dd {
    width: 100% !important;
    padding-left: 0 !important;
  }
}

.flexBox01 {
  max-width: 800px;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 480px) {
  .flexBox01 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.flexBox01 .box {
  width: 47.5%;
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  position: relative;
}

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

@media screen and (max-width: 480px) {
  .flexBox01 .box {
    width: 100%;
  }
  .flexBox01 .box:not(:last-child) {
    margin-bottom: 30px;
  }
  .flexBox01 .box img {
    width: 100% !important;
  }
}

.flexBox01 .box::before {
  content: "";
  width: 100%;
  height: 8px;
  background: #f18e00;
  position: absolute;
  left: 0;
  top: 0;
}

.flexBox01 .box article {
  height: 100%;
}

.flexBox01 .box article h3 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 2.2rem;
  color: #7d4900;
  font-weight: bold;
  line-height: 1.4;
  margin: 10px 0 5px;
}

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

.flexBox01 .box article > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.7;
}

.flexBox01 .box .btn {
  margin-top: 20px;
}

.flexBox01 .box .call,
.flexBox01 .box .call2 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #88cc00;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

.flexBox01 .box .call i,
.flexBox01 .box .call2 i {
  font-size: 2rem;
  margin-right: 6px;
}

.flexBox01 .box .call a,
.flexBox01 .box .call2 a {
  color: #88cc00;
  font-weight: bold;
}

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

.bnr01 .box {
  width: 32%;
}

@media screen and (max-width: 480px) {
  .bnr01 .box {
    width: 100%;
    text-align: center;
  }
  .bnr01 .box:not(:last-child) {
    margin-bottom: 20px;
  }
}

.flexBox02 .box {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.flexBox02 .box:not(:last-child) {
  margin-bottom: 30px;
}

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

.flexBox02 .box article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 640px) {
  .flexBox02 .box article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flexBox02 .box article img {
  width: 41.05263% !important;
}

@media screen and (max-width: 640px) {
  .flexBox02 .box article img {
    width: 100% !important;
  }
}

.flexBox02 .box article h3 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #7d4900;
  font-size: 2.6rem;
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  .flexBox02 .box article h3 {
    font-size: calc(2.2rem + ((1vw - 0.32rem) * 0.7782));
  }
}

.flexBox02 .box article > div {
  width: 56.84211%;
}

.flexBox02 .box article > div .call {
  color: #88cc00;
  font-size: 3.4rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 1000px) {
  .flexBox02 .box article > div .call {
    font-size: calc(2.6rem + ((1vw - 0.32rem) * 1.1765));
  }
}

.flexBox02 .box article > div .call i {
  margin-right: 6px;
  font-size: 2.6rem;
  position: relative;
  top: -2px;
}

@media screen and (max-width: 1000px) {
  .flexBox02 .box article > div .call i {
    font-size: calc(2.2rem + ((1vw - 0.32rem) * 0.5882));
  }
}

.flexBox02 .box article > div .call a {
  color: #88cc00;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .flexBox02 .box article > div {
    width: 100% !important;
    margin-top: 20px;
  }
}

.flexBox02 .box article > div .btn {
  margin-top: 15px;
}

@media screen and (max-width: 480px) {
  .flexBox02 .box article > div .btn a {
    max-width: 100%;
  }
}

.flexBox02 .box:nth-child(1) h3::before {
  content: "POINT1";
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  background: url(../images/contents/pat01.jpg);
  border-radius: 5px;
  line-height: 1;
  padding: 3px 5px 5px 8px;
}

@media screen and (max-width: 834px) {
  .flexBox02 .box:nth-child(1) h3::before {
    font-size: calc(2.2rem + ((1vw - 0.32rem) * 0.7782));
  }
}

@media screen and (max-width: 375px) {
  .flexBox02 .box:nth-child(1) h3::before {
    display: block;
    max-width: 95px;
  }
}

.flexBox02 .box:nth-child(2) h3::before {
  content: "POINT2";
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  background: url(../images/contents/pat01.jpg);
  border-radius: 5px;
  line-height: 1;
  padding: 3px 5px 5px 8px;
}

@media screen and (max-width: 834px) {
  .flexBox02 .box:nth-child(2) h3::before {
    font-size: calc(2.2rem + ((1vw - 0.32rem) * 0.7782));
  }
}

@media screen and (max-width: 375px) {
  .flexBox02 .box:nth-child(2) h3::before {
    display: block;
    max-width: 95px;
  }
}

.flexBox02 .box:nth-child(3) h3::before {
  content: "POINT3";
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  background: url(../images/contents/pat01.jpg);
  border-radius: 5px;
  line-height: 1;
  padding: 3px 5px 5px 8px;
}

@media screen and (max-width: 834px) {
  .flexBox02 .box:nth-child(3) h3::before {
    font-size: calc(2.2rem + ((1vw - 0.32rem) * 0.7782));
  }
}

@media screen and (max-width: 375px) {
  .flexBox02 .box:nth-child(3) h3::before {
    display: block;
    max-width: 95px;
  }
}

.flexBox02.reverse .box article {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 640px) {
  .flexBox02.reverse .box article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flexBox02.reverse .box:nth-child(1) h3::before {
  content: "STEP1";
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  background: url(../images/contents/pat01.jpg);
  border-radius: 5px;
  line-height: 1;
  padding: 3px 5px 5px 8px;
}

@media screen and (max-width: 834px) {
  .flexBox02.reverse .box:nth-child(1) h3::before {
    font-size: calc(2.2rem + ((1vw - 0.32rem) * 0.7782));
  }
}

@media screen and (max-width: 375px) {
  .flexBox02.reverse .box:nth-child(1) h3::before {
    display: block;
    max-width: 95px;
  }
}

.flexBox02.reverse .box:nth-child(2) h3::before {
  content: "STEP2";
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  background: url(../images/contents/pat01.jpg);
  border-radius: 5px;
  line-height: 1;
  padding: 3px 5px 5px 8px;
}

@media screen and (max-width: 834px) {
  .flexBox02.reverse .box:nth-child(2) h3::before {
    font-size: calc(2.2rem + ((1vw - 0.32rem) * 0.7782));
  }
}

@media screen and (max-width: 375px) {
  .flexBox02.reverse .box:nth-child(2) h3::before {
    display: block;
    max-width: 95px;
  }
}

.flexBox02.reverse .box:nth-child(3) h3::before {
  content: "STEP3";
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  background: url(../images/contents/pat01.jpg);
  border-radius: 5px;
  line-height: 1;
  padding: 3px 5px 5px 8px;
}

@media screen and (max-width: 834px) {
  .flexBox02.reverse .box:nth-child(3) h3::before {
    font-size: calc(2.2rem + ((1vw - 0.32rem) * 0.7782));
  }
}

@media screen and (max-width: 375px) {
  .flexBox02.reverse .box:nth-child(3) h3::before {
    display: block;
    max-width: 95px;
  }
}

.flexBox02.reverse .box:nth-child(4) h3::before {
  content: "STEP4";
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  background: url(../images/contents/pat01.jpg);
  border-radius: 5px;
  line-height: 1;
  padding: 3px 5px 5px 8px;
}

@media screen and (max-width: 834px) {
  .flexBox02.reverse .box:nth-child(4) h3::before {
    font-size: calc(2.2rem + ((1vw - 0.32rem) * 0.7782));
  }
}

@media screen and (max-width: 375px) {
  .flexBox02.reverse .box:nth-child(4) h3::before {
    display: block;
    max-width: 95px;
  }
}

.flexBox02.reverse .box:nth-child(5) h3::before {
  content: "STEP5";
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  background: url(../images/contents/pat01.jpg);
  border-radius: 5px;
  line-height: 1;
  padding: 3px 5px 5px 8px;
}

@media screen and (max-width: 834px) {
  .flexBox02.reverse .box:nth-child(5) h3::before {
    font-size: calc(2.2rem + ((1vw - 0.32rem) * 0.7782));
  }
}

@media screen and (max-width: 375px) {
  .flexBox02.reverse .box:nth-child(5) h3::before {
    display: block;
    max-width: 95px;
  }
}

.flexBox03 .box {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.flexBox03 .box:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
  .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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 640px) {
  .flexBox03 .box article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flexBox03 .box article > a {
  width: 41.05263% !important;
}

@media screen and (max-width: 640px) {
  .flexBox03 .box article > a {
    width: 100% !important;
  }
}

.flexBox03 .box article > a img {
  width: 100% !important;
}

.flexBox03 .box article > img {
  width: 41.05263% !important;
}

@media screen and (max-width: 640px) {
  .flexBox03 .box article > img {
    width: 100% !important;
  }
}

.flexBox03 .box article h3 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #7d4900;
  font-size: 2.6rem;
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  .flexBox03 .box article h3 {
    font-size: calc(2.2rem + ((1vw - 0.32rem) * 0.7782));
  }
}

.flexBox03 .box article > div {
  width: 56.84211%;
}

@media screen and (max-width: 640px) {
  .flexBox03 .box article > div {
    width: 100% !important;
    margin-top: 20px;
  }
}

.flexBox03 .box article > div .btn {
  margin-top: 15px;
}

@media screen and (max-width: 480px) {
  .flexBox03 .box article > div .btn a {
    max-width: 100%;
  }
}

.pankuzu {
  font-size: 1.4rem;
}

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

.frame {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.frame .call {
  color: #88cc00;
  font-size: 3.4rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 1000px) {
  .frame .call {
    font-size: calc(2.6rem + ((1vw - 0.32rem) * 1.1765));
  }
}

.frame .call i {
  margin-right: 6px;
  font-size: 2.6rem;
  position: relative;
  top: -2px;
}

@media screen and (max-width: 1000px) {
  .frame .call i {
    font-size: calc(2.2rem + ((1vw - 0.32rem) * 0.5882));
  }
}

.frame .call a {
  color: #88cc00;
  font-weight: bold;
}

.frame h3 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #7d4900;
  line-height: 1.4;
  margin-bottom: 15px;
}

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

.frame01 {
  background: #fff;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.no_title article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 480px) {
  .no_title article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.no_title article img {
  width: 39% !important;
}

@media screen and (max-width: 480px) {
  .no_title article img {
    width: 100% !important;
  }
}

.no_title article > div {
  width: 57%;
}

@media screen and (max-width: 480px) {
  .no_title article > div {
    width: 100%;
    margin-top: 10px;
  }
}

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

@media screen and (max-width: 640px) {
  .flex01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex01 .leftArea {
  width: 52%;
}

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

.flex01 .rightArea {
  width: 44%;
}

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

.dl_layout dl {
  border-bottom: 1px dotted #7d4900;
  padding: 8px 0;
}

@media screen and (max-width: 480px) {
  .dl_layout dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: none;
  }
}

.dl_layout dl dt {
  border: none !important;
  padding: 0 !important;
  width: 80px !important;
  background: url(../images/contents/pat01.jpg) !important;
  border-radius: 5px;
  color: #fff;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

@media screen and (max-width: 480px) {
  .dl_layout dl dt {
    width: 100% !important;
  }
}

.dl_layout dl dd {
  background: none !important;
  border: none !important;
  padding: 0 0 0 15px !important;
  width: auto !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 480px) {
  .dl_layout dl dd {
    width: 100% !important;
  }
}

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

.gallery::after {
  content: "";
  width: 32%;
  display: block;
}

.gallery .box {
  width: 32%;
  margin-bottom: 2%;
}

@media screen and (max-width: 480px) {
  .gallery .box {
    width: 48.5%;
    margin-bottom: 3%;
  }
}

.gallery .box img {
  width: 100% !important;
  height: 240px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1000px) {
  .gallery .box img {
    height: 23.025vw !important;
  }
}

@media screen and (max-width: 480px) {
  .gallery .box img {
    height: 34.84375vw !important;
  }
}

@media screen and (max-width: 480px) {
  .gmap iframe {
    height: 300px;
  }
}

.result {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  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;
}

@media screen and (max-width: 640px) {
  .result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.result dl {
  width: 48.5%;
  border-bottom: 1px dashed #ccc;
  padding: 5px 0;
}

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

.result dl dt {
  border: none !important;
  padding: 0 !important;
  background: none !important;
}

.result dl dd {
  border: none !important;
  padding: 0 !important;
  background: none !important;
  text-align: right;
}

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

.btnWrap .box {
  width: 24%;
}

.btnWrap .box:nth-child(n + 5) {
  margin-top: 1.33%;
}

.btnWrap .box a::after {
  right: 12px;
}

@media screen and (max-width: 640px) {
  .btnWrap .box {
    width: 49%;
  }
  .btnWrap .box:nth-child(n + 3) {
    margin-top: 2%;
  }
}

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

.anchor {
  padding-top: 120px;
  margin-top: -120px;
}

.question, .answer {
  position: relative;
  background: #fff;
  padding: 8px 5px 8px 50px;
  color: #f26500;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

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

.question::before, .answer::before {
  content: "Q";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #f26500;
  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%;
}

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

.answer::before {
  content: "A";
  background: #88cc00;
}
/*# sourceMappingURL=common_style.css.map */