@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
@import url(https://use.typekit.net/wgd6zip.css); /*Balboa*/
@import url(https://use.typekit.net/vig5vke.css); /*open sans*/
@import url(https://use.typekit.net/cen4ble.css); /*droid-sans*/
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,800,900|Noto+Serif+JP:300,400,500,600,700,800,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap);
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  counter-reset: number 0;
  line-height: 2em;
  font-weight: 300;
  letter-spacing: 1px;
  color: #7b674d;
  font-family: "YakuHanJP", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow: hidden;
  animation: fadeIn 3s ease 0s 1 normal;
  font-size: 0.9375rem;
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 0.9375rem;
    line-height: 1.8em;
    letter-spacing: normal;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.inner6 {
  width: 95%;
  max-width: 600px;
  margin: 0 auto;
}

.inner7 {
  width: 95%;
  max-width: 700px;
  margin: 0 auto;
}

.inner8 {
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
}

.inner_8 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.inner9 {
  width: 95%;
  max-width: 900px;
  margin: 0 auto;
}

.inner_9 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

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

.inner_ {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.inner11 {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}

.inner_11 {
  width: 100% !important;
  max-width: 1100px;
  margin: 0 auto;
}

.inner12 {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

.inner_12 {
  width: 100% !important;
  max-width: 1200px;
  margin: 0 auto;
}

.inner14 {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
}

.inner_14 {
  width: 100% !important;
  max-width: 1400px;
  margin: 0 auto;
}

.inner15 {
  width: 95%;
  max-width: 1500px;
  margin: 0 auto;
}

.inner_15 {
  width: 100% !important;
  max-width: 1500px;
  margin: 0 auto;
}

.inner16 {
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
}

.inner_16 {
  width: 100% !important;
  max-width: 1600px;
  margin: 0 auto;
}

.inner17 {
  width: 95%;
  max-width: 1700px;
  margin: 0 auto;
}

.inner18 {
  width: 95%;
  max-width: 1850px;
  margin: 0 auto;
}

.top_page #contents {
  max-width: 100% !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  position: relative;
  z-index: 0;
}

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

#contents {
  background: none;
  font-size: 100%;
  width: 100%;
  max-width: 1200px;
}
@media only screen and (max-width: 1200px) {
  #contents {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  #contents {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #contents {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

/*
#side {
	width: 18.75000%;
}
*/
.map {
  margin: 56px 20px 0;
}

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

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

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfixed table {
  table-layout: fixed;
}

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

small {
  font-size: 80%;
}

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

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: 500;
}

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

select, input, label {
  height: auto !important;
}

a {
  text-decoration: none;
}

a {
  transition: 0.5s;
}
a:hover {
  opacity: 0.6;
}

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

.mincho {
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
}

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

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
}
@media only screen and (max-width: 835px) {
  header#global_header {
    border: none;
  }
}

#header {
  background: #feebe4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 0 10px;
  position: relative;
}
@media only screen and (max-width: 835px) {
  #header {
    padding: 0 10px;
    height: 60px;
  }
}

.header_logo {
  max-width: 200px;
  min-width: 120px;
  width: 15%;
}
.header_logo a {
  display: flex;
  width: 100%;
}
.header_logo a img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1500px) {
  .header_logo {
    width: 15%;
  }
}
@media only screen and (max-width: 835px) {
  .header_logo {
    min-width: 120px;
  }
}

.header_right {
  width: calc(100% - 20px);
}
@media only screen and (max-width: 835px) {
  .header_right {
    display: none;
  }
}

.header_info {
  max-width: 600px;
  width: 100%;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: 400px;
}
.header_info li {
  width: 48%;
  margin: 0 1%;
}
@media only screen and (max-width: 1024px) {
  .header_info {
    display: none;
  }
}

.header_tel {
  display: flex;
}
.header_tel a, .header_tel p {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 0 0 auto;
  color: #7b674d !important;
  font-family: "YakuHanMP", "Lora", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-weight: 500;
  font-size: 1.5rem;
}
.header_tel a i, .header_tel p i {
  color: #c37542;
  margin-right: 5px;
  font-size: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .header_tel a i, .header_tel p i {
    font-size: calc(1.3rem + 0.6vw);
  }
}
@media (max-width: 1200px) {
  .header_tel a, .header_tel p {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media only screen and (max-width: 1600px) {
  .header_tel a i, .header_tel p i {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 1500px) {
  .header_tel {
    display: none;
  }
}

.header_cont {
  max-width: 220px;
  min-width: 180px;
}
.header_cont a {
  background: #fff;
  border: 1px solid #06C755;
  padding: 12px 30px;
  width: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.header_cont a i {
  font-size: 1.5rem;
  color: #06C755;
  margin-right: 8px;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .header_cont a i {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.header_cont a p {
  color: #755d47;
  font-family: "YakuHanMP", "Cormorant Infant", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
}
.header_cont a:hover {
  opacity: 1;
  background: #06C755;
}
.header_cont a:hover i, .header_cont a:hover p {
  color: #fff;
}
@media only screen and (max-width: 1500px) {
  .header_cont a p {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 1024px) {
  .header_cont {
    min-width: auto;
  }
  .header_cont a {
    padding: 16px;
  }
  .header_cont a i {
    margin-right: 0;
  }
  .header_cont p {
    display: none;
  }
}

@media only screen and (max-width: 835px) {
  .local_tel {
    display: block !important;
  }
}

.mean-bar {
  display: none;
}

.mean-container .mean-push {
  display: none !important;
}

#nav-wrap {
  width: 98%;
  max-width: 1200px;
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 835px) {
  #nav-wrap {
    display: none;
  }
}

#nav_global {
  width: 98%;
  max-width: 1000px;
  position: relative;
  z-index: 100;
}
#nav_global > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
#nav_global > ul > li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
}
#nav_global > ul > li:before {
  content: "|";
  font-size: 15px;
  font-weight: 100;
  color: #ccc;
  padding-right: 0;
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  display: flex;
  align-items: center;
}
#nav_global > ul > li:first-child::after {
  content: "|";
  font-size: 15px;
  font-weight: 100;
  color: #ccc;
  padding-right: 0;
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;
  display: flex;
  align-items: center;
}
#nav_global > ul > li a {
  color: #35332e;
  text-align: center;
  padding: 15px 0;
  display: block;
  text-align: center;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  color: #35332e;
  font-family: "YakuHanMP", "Cormorant Infant", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.125rem;
  line-height: 1;
}
#nav_global > ul > li a .en {
  font-size: 0.8125rem;
  font-family: "YakuHanMP", "Cormorant Infant", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-weight: 600;
  color: #755d47;
  display: block;
  margin-top: 10px;
  transition: 0.5s;
}
#nav_global > ul > li a:hover {
  transform: scale(1.2);
}
@media only screen and (max-width: 1200px) {
  #nav_global > ul > li a {
    font-size: 0.875rem;
  }
}
#nav_global > ul > li ul {
  position: absolute;
  margin: auto;
  display: block;
  width: 100%;
  z-index: 10;
}
#nav_global > ul > li ul li {
  background: rgba(254, 235, 228, 0.9);
  background-size: cover;
}
#nav_global > ul > li ul li:before {
  content: none !important;
}
#nav_global > ul > li ul li a {
  padding: 12px 5px;
  font-size: 1rem;
  line-height: 1.2em;
  display: block;
}
#nav_global > ul > li ul li a:hover {
  transform: scale(1.2);
}
@media only screen and (max-width: 1024px) {
  #nav_global > ul > li ul li a {
    font-size: 0.8125rem;
  }
}
#nav_global > ul > li ul li:last-child:after {
  content: none;
}
@media only screen and (max-width: 835px) {
  #nav_global > ul {
    display: none;
  }
}
@media only screen and (max-width: 835px) {
  #nav_global {
    margin: 0 auto;
    padding: 0;
  }
}

#nav-toggle p {
  color: #e5a378 !important;
}

.main {
  margin: 0 0 0 auto;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 835px) {
  .main {
    width: 100%;
    height: auto !important;
  }
}
.main-item img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  font-family: "object-fit:cover;";
}
@media only screen and (max-width: 640px) {
  .main-item img {
    height: 50vh !important;
  }
}
.main-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
}
.main .main_txt {
  position: absolute;
  width: 60%;
  max-width: 1200px;
  bottom: 10%;
  left: 50px;
}
@media only screen and (max-width: 1024px) {
  .main .main_txt {
    width: 70%;
    bottom: 5%;
    left: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .main .main_txt {
    width: 95%;
    left: 0;
  }
}

.anchor {
  display: block;
  transform: translateY(-100px);
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .anchor {
    transform: translateY(-50px);
  }
}
@media only screen and (max-width: 640px) {
  .anchor {
    transform: translateY(-30px);
  }
}

.anchor2 {
  display: block;
  transform: translateY(-150px);
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .anchor2 {
    transform: translateY(-100px);
  }
}
@media only screen and (max-width: 640px) {
  .anchor2 {
    transform: translateY(-100px);
  }
}

/*
飛ばしたいところの前に以下のような記述
<span id="map" class="anchor"></span>
*/
.clone--nav {
  width: 100% !important;
  max-width: 100% !important;
  position: fixed !important;
  background: rgba(254, 235, 228, 0.9);
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.05);
  background-size: auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: 0.3s;
  transform: translateY(-100%);
  margin: 0 !important;
}
@media only screen and (max-width: 835px) {
  .clone--nav {
    display: none !important;
  }
}
.clone--nav ul {
  max-width: 1200px;
  margin: 0 auto;
}
.clone--nav ul li a {
  padding: 24px 0 !important;
}
.clone--nav ul li > ul li a {
  padding: 16px 0 !important;
}

.is-show {
  transform: translateY(0);
}

.toggleMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  height: 80px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  transition: 0.5s ease-in-out;
  background: #755d47;
}
@media only screen and (max-width: 835px) {
  .toggleMenu {
    height: 49px;
    width: 49px;
    right: 5px;
    top: 5px;
  }
}

.toggleMenu .bars {
  margin: 0 auto;
  height: 22px;
  width: 100%;
  position: relative;
}

.toggleMenu a:hover {
  opacity: 1;
}

.toggleMenu .bars span {
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  left: 0;
  right: 0;
}

.toggleMenu .bars span:nth-of-type(1) {
  width: 50%;
  margin: 0 auto;
  top: 0;
}

.toggleMenu .bars span:nth-of-type(2) {
  width: 50%;
  margin: 0 auto;
  top: 10px;
}

.toggleMenu .bars span:nth-of-type(3) {
  width: 50%;
  margin: 0 auto;
  top: 20px;
}

.toggleMenu.isActive .bars span {
  right: 0;
}

.toggleMenu.isActive .bars span:nth-of-type(1), .toggleMenu.isActive .bars span:nth-of-type(3) {
  width: 30px;
  top: 10px;
}

.toggleMenu.isActive .bars span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.toggleMenu.isActive .bars span:nth-of-type(2) {
  opacity: 0;
}

.toggleMenu.isActive .bars span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.overlayMenu {
  width: 60%;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 1000px;
  min-width: 300px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@media only screen and (max-width: 640px) {
  .overlayMenu {
    width: 80%;
    min-width: 300px;
  }
}

.overlayMenu.isOpened {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.overlayMenu > .outer {
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  background: #f5eddd;
  background-size: auto;
  padding: 150px 10px !important;
}
.overlayMenu > .outer li {
  position: relative;
}
.overlayMenu > .outer li a {
  height: auto !important;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-weight: 500;
  color: #35332e;
  padding: 16px 10px;
  display: block;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  font-size: 18px;
  letter-spacing: 0.1rem;
}
.overlayMenu > .outer li a .en {
  display: block;
  font-family: "YakuHanMP", "Cormorant Infant", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 14px;
  color: #755d47;
}
@media only screen and (max-width: 835px) {
  .overlayMenu > .outer li a {
    letter-spacing: 1px;
  }
}
.overlayMenu > .outer .toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  display: flex;
  padding: 33px 15px;
}
.overlayMenu > .outer .sp_btn {
  position: absolute;
  right: 10px;
}
.overlayMenu > .outer .sp_btn:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 16px;
  height: 2px;
  background-color: #755d47;
  content: "";
}
.overlayMenu > .outer .sp_btn:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 16px;
  height: 2px;
  background-color: #755d47;
  content: "";
  transition: transform 0.3s;
  transform: rotate(-90deg);
}
.overlayMenu > .outer .on_click:after {
  transform: rotate(0);
}

.overlayMenu:before, .overlayMenu:after {
  content: "";
  height: 20px;
  background-size: cover;
  position: absolute;
  left: 10px;
  right: 10px;
}

.overlayMenu:before {
  top: 0;
}

.overlayMenu:after {
  bottom: 0;
}

@media (max-width: 836px) {
  .pcOnly {
    display: none !important;
  }
}
@media (min-width: 836px) {
  .smOnly {
    display: none !important;
  }
}
.dropdown li a {
  font-size: 16px !important;
  padding: 20px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.dropdown li a img {
  width: 30px;
  margin-right: 10px;
}

/*====== 9-1-1 縦線が動いてスクロールを促す =======*/
/*スクロールダウン全体の場所*/
.scrolldown {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  z-index: 10;
  right: 20px;
  bottom: 40%;
  /*全体の高さ*/
  height: 80px;
}
@media only screen and (max-width: 1500px) {
  .scrolldown {
    bottom: 50%;
    right: 10px;
  }
}
@media only screen and (max-width: 1500px) {
  .scrolldown {
    bottom: 60%;
  }
}
@media only screen and (max-width: 835px) {
  .scrolldown {
    display: none;
  }
}

/*Scrollテキストの描写*/
.scrolldown span {
  /*描画位置*/
  position: absolute;
  left: -15px;
  top: -50px;
  /*テキストの形状*/
  color: #fff;
  font-family: "YakuHanMP", "Cormorant Infant", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.scrolldown span a {
  font-size: 1rem;
  color: #fff;
  opacity: 1 !important;
}
@media only screen and (max-width: 1200px) {
  .scrolldown span a {
    font-size: 1rem;
  }
}

/* 線の描写 */
.scrolldown::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 10px;
  left: 0px;
  right: 0;
  /*線の形状*/
  width: 1px;
  height: 30px;
  background: #fff;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
#global_footer {
  position: relative;
  margin-top: 80px !important;
  background: url(../images/top/bg05.jpg) no-repeat center;
  background-size: cover;
  min-width: auto !important;
}
@media only screen and (max-width: 1500px) {
  #global_footer {
    margin-top: 70px !important;
  }
}
@media only screen and (max-width: 1024px) {
  #global_footer {
    margin-top: 60px !important;
  }
}

.top_page footer#global_footer {
  margin-top: 0 !important;
}

.side_info_wrap {
  position: fixed;
  z-index: 10000000;
  right: 0;
  bottom: 10%;
}

.side_info_wrap {
  position: fixed;
  z-index: 10000000;
  right: 0;
  bottom: 20%;
}
@media only screen and (max-width: 1500px) {
  .side_info_wrap {
    left: 0;
    bottom: 0;
    top: auto;
    margin: 0 auto;
  }
}

.side_info_wrap {
  position: fixed;
  z-index: 10000000;
  right: 0;
  bottom: 20%;
}
@media only screen and (max-width: 1500px) {
  .side_info_wrap {
    left: 0;
    bottom: 0;
    top: auto;
    margin: 0 auto;
  }
}

.side_info .s_tel, .side_info .s_cont2, .side_info .s_cont {
  width: 50px;
  height: 220px;
}
.side_info .s_tel a, .side_info .s_cont2 a, .side_info .s_cont a {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: #e5a378;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 1.125rem;
}
.side_info .s_tel a i, .side_info .s_cont2 a i, .side_info .s_cont a i {
  margin-bottom: 10px;
}
.side_info .s_tel a img, .side_info .s_cont2 a img, .side_info .s_cont a img {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}
.side_info .s_tel a p, .side_info .s_cont2 a p, .side_info .s_cont a p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "YakuHanMP", "Lora", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 20px;
  width: 16px;
  line-height: 1;
}
.side_info .s_cont {
  height: 220px;
  margin-top: 10px;
}
.side_info .s_cont a {
  background: #c37542;
}
.side_info .s_cont a img {
  width: 20px;
  height: 20px;
}
.side_info .s_cont a p {
  font-weight: 600;
  font-size: 1rem;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
}
.side_info .s_cont2 {
  height: 220px;
}
.side_info .s_cont2 a {
  background: #06C755;
}
.side_info .s_cont2 a p {
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1rem;
  display: block;
}
@media only screen and (max-width: 1500px) {
  .side_info {
    display: flex;
    max-width: 600px;
    width: 100%;
    margin: 0 0 0 auto;
    justify-content: flex-end;
  }
  .side_info .s_tel, .side_info .s_cont, .side_info .s_cont2 {
    width: 50%;
    height: 50px;
  }
  .side_info .s_tel a, .side_info .s_cont a, .side_info .s_cont2 a {
    flex-direction: row;
  }
  .side_info .s_tel a img, .side_info .s_cont a img, .side_info .s_cont2 a img, .side_info .s_tel a i, .side_info .s_cont a i, .side_info .s_cont2 a i {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .side_info .s_tel a p, .side_info .s_cont a p, .side_info .s_cont2 a p {
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    width: auto;
  }
  .side_info .s_cont {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 835px) {
  .side_info {
    max-width: 100%;
  }
  .side_info .s_cont {
    margin: 0;
  }
}

@media only screen and (max-width: 640px) {
  .s_tel, .side_info .s_cont, .side_info .s_cont2 {
    height: 50px;
  }
}
.footer_wrap {
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.footer_wrap .L_box .footer_logo a {
  color: #35332e;
  font-size: 1.875rem;
  font-weight: 500;
  font-family: "YakuHanMP", "Cormorant Infant", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
}
@media (max-width: 1200px) {
  .footer_wrap .L_box .footer_logo a {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
.footer_wrap .L_box .footer_logo a .jp {
  display: block;
  font-size: 1.125rem;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
}
@media only screen and (max-width: 1024px) {
  .footer_wrap .L_box .footer_logo a {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1200px) {
  .footer_wrap .L_box .footer_logo a {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media only screen and (max-width: 1024px) {
  .footer_wrap .L_box .footer_logo a .jp {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 835px) {
  .footer_wrap .L_box .footer_logo a {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 835px) and (max-width: 1200px) {
  .footer_wrap .L_box .footer_logo a {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media only screen and (max-width: 835px) {
  .footer_wrap .L_box .footer_logo a .jp {
    font-size: 0.875rem;
  }
}
.footer_wrap .R_box {
  width: 100%;
  max-width: 600px;
}
.footer_wrap .R_box .footer_title h2 {
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  color: #755d47;
  font-size: 1.25rem;
  font-weight: 500;
  padding-bottom: 4px;
  border-bottom: 1px solid #755d47;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1024px) {
  .footer_wrap .R_box .footer_title h2 {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 1024px) {
  .footer_wrap {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 835px) {
  .footer_wrap {
    flex-direction: column;
  }
  .footer_wrap .L_box {
    margin-bottom: 20px;
  }
}

.footer_info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-width: 430px;
}
.footer_info li:not(:last-child) {
  margin-right: 16px;
}
@media only screen and (max-width: 640px) {
  .footer_info li:not(:last-child) {
    margin-right: 8px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer_info {
    min-width: auto;
  }
}
@media only screen and (max-width: 835px) {
  .footer_info {
    min-width: auto;
  }
}

.footer_tel {
  display: flex;
  min-width: 230px;
}
.footer_tel a, .footer_tel p {
  display: flex;
  align-items: center;
  color: #35332e;
  font-family: "YakuHanMP", "Lora", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-weight: 400;
  font-size: 1.5rem;
}
.footer_tel a i, .footer_tel p i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #e5a378;
  color: #fff;
  margin-right: 5px;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .footer_tel a i, .footer_tel p i {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .footer_tel a i, .footer_tel p i {
    width: 44px;
    height: 44px;
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 640px) {
  .footer_tel a i, .footer_tel p i {
    width: 36px;
    height: 36px;
    font-size: 1.125rem;
  }
}
@media (max-width: 1200px) {
  .footer_tel a, .footer_tel p {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .footer_tel a, .footer_tel p {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 640px) {
  .footer_tel a, .footer_tel p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .footer_tel {
    min-width: 190px;
  }
}
@media only screen and (max-width: 640px) {
  .footer_tel {
    min-width: 150px;
  }
}

.footer_cont {
  max-width: 400px;
  min-width: 220px;
}
.footer_cont a {
  border: 1px solid #c37542;
  background-size: auto;
  padding: 16px 60px;
  width: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.footer_cont a i {
  font-size: 1.125rem;
  color: #c37542;
  margin-right: 8px;
  font-weight: 600;
}
.footer_cont a p {
  color: #c37542;
  font-family: "YakuHanMP", "Cormorant Infant", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1;
}
.footer_cont a:hover {
  opacity: 1;
  background: #c37542;
}
.footer_cont a:hover i, .footer_cont a:hover p {
  color: #fff;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .footer_cont {
    min-width: auto;
  }
  .footer_cont a {
    padding: 15px 40px;
  }
  .footer_cont a p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .footer_cont {
    min-width: 130px;
  }
  .footer_cont a {
    padding: 12px 20px;
  }
  .footer_cont a p {
    font-size: 1rem;
  }
}

.footer_sns a i {
  color: #c37542;
  font-size: 2.25rem;
}
@media (max-width: 1200px) {
  .footer_sns a i {
    font-size: calc(1.35rem + 1.2vw);
  }
}

.footer_map iframe {
  vertical-align: bottom;
}

#copy {
  color: #35332e;
  padding: 16px 0;
}
#copy a {
  color: #35332e !important;
  font-size: 0.875rem;
}
@media only screen and (max-width: 1500px) {
  #copy {
    padding: 16px 0 80px 0;
  }
}
@media only screen and (max-width: 835px) {
  #copy {
    padding: 16px 0 70px 0;
  }
}

.mean-container .mean-push {
  display: none !important;
}

/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
.pulasu_01 .price {
  margin: 0 0 0 auto;
  font-family: "YakuHanMP", "Lora", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.125rem;
  color: #755d47;
}

.item_01 .box {
  text-align: center;
}

/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
.title_01 {
  position: relative;
  padding-bottom: 30px;
}
.title_01:before {
  position: absolute;
  content: "";
  background: #e5a378;
  width: 120px;
  height: 1px;
  left: 0;
  bottom: 0;
}
.title_01 h2 {
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  color: #755d47;
  font-size: 2.625rem;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .title_01 h2 {
    font-size: calc(1.3875rem + 1.65vw);
  }
}
@media only screen and (max-width: 1200px) {
  .title_01 h2 {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1200px) {
  .title_01 h2 {
    font-size: calc(1.35rem + 1.2vw);
  }
}
@media only screen and (max-width: 1024px) {
  .title_01 h2 {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1200px) {
  .title_01 h2 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media only screen and (max-width: 835px) {
  .title_01 h2 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 1024px) {
  .title_01 {
    padding-bottom: 20px;
  }
  .title_01::before {
    width: 80px;
  }
}
@media only screen and (max-width: 835px) {
  .title_01 {
    padding-bottom: 16px;
  }
  .title_01::before {
    width: 60px;
  }
}

.title_02 h2 .jp, .title_02 h3 .jp, .title_02 h4 .jp {
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  color: #e5a378;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
}
.title_02 h2 .en, .title_02 h2 .cont_05 > a .box > div .txt .en2, .title_02 h2 .cont_05b > a .box > div .txt .en2, .cont_05 > a .box > div .txt .title_02 h2 .en2, .cont_05b > a .box > div .txt .title_02 h2 .en2, .title_02 h3 .en, .title_02 h3 .cont_05 > a .box > div .txt .en2, .title_02 h3 .cont_05b > a .box > div .txt .en2, .cont_05 > a .box > div .txt .title_02 h3 .en2, .cont_05b > a .box > div .txt .title_02 h3 .en2, .title_02 h4 .en, .title_02 h4 .cont_05 > a .box > div .txt .en2, .title_02 h4 .cont_05b > a .box > div .txt .en2, .cont_05 > a .box > div .txt .title_02 h4 .en2, .cont_05b > a .box > div .txt .title_02 h4 .en2 {
  margin-top: 30px;
  display: block;
  font-size: 4.375rem;
  color: #755d47;
  font-weight: 500;
  font-family: "YakuHanMP", "Cormorant Infant", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
}
@media (max-width: 1200px) {
  .title_02 h2 .en, .title_02 h2 .cont_05 > a .box > div .txt .en2, .title_02 h2 .cont_05b > a .box > div .txt .en2, .cont_05 > a .box > div .txt .title_02 h2 .en2, .cont_05b > a .box > div .txt .title_02 h2 .en2, .title_02 h3 .en, .title_02 h3 .cont_05 > a .box > div .txt .en2, .title_02 h3 .cont_05b > a .box > div .txt .en2, .cont_05 > a .box > div .txt .title_02 h3 .en2, .cont_05b > a .box > div .txt .title_02 h3 .en2, .title_02 h4 .en, .title_02 h4 .cont_05 > a .box > div .txt .en2, .title_02 h4 .cont_05b > a .box > div .txt .en2, .cont_05 > a .box > div .txt .title_02 h4 .en2, .cont_05b > a .box > div .txt .title_02 h4 .en2 {
    font-size: calc(1.5625rem + 3.75vw);
  }
}
@media only screen and (max-width: 1024px) {
  .title_02 h2 .jp, .title_02 h3 .jp, .title_02 h4 .jp {
    font-size: 1rem;
  }
  .title_02 h2 .en, .title_02 h2 .cont_05 > a .box > div .txt .en2, .title_02 h2 .cont_05b > a .box > div .txt .en2, .cont_05 > a .box > div .txt .title_02 h2 .en2, .cont_05b > a .box > div .txt .title_02 h2 .en2, .title_02 h3 .en, .title_02 h3 .cont_05 > a .box > div .txt .en2, .title_02 h3 .cont_05b > a .box > div .txt .en2, .cont_05 > a .box > div .txt .title_02 h3 .en2, .cont_05b > a .box > div .txt .title_02 h3 .en2, .title_02 h4 .en, .title_02 h4 .cont_05 > a .box > div .txt .en2, .title_02 h4 .cont_05b > a .box > div .txt .en2, .cont_05 > a .box > div .txt .title_02 h4 .en2, .cont_05b > a .box > div .txt .title_02 h4 .en2 {
    margin-top: 16px;
    font-size: 3.125rem;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1200px) {
  .title_02 h2 .en, .title_02 h2 .cont_05 > a .box > div .txt .en2, .title_02 h2 .cont_05b > a .box > div .txt .en2, .cont_05 > a .box > div .txt .title_02 h2 .en2, .cont_05b > a .box > div .txt .title_02 h2 .en2, .title_02 h3 .en, .title_02 h3 .cont_05 > a .box > div .txt .en2, .title_02 h3 .cont_05b > a .box > div .txt .en2, .cont_05 > a .box > div .txt .title_02 h3 .en2, .cont_05b > a .box > div .txt .title_02 h3 .en2, .title_02 h4 .en, .title_02 h4 .cont_05 > a .box > div .txt .en2, .title_02 h4 .cont_05b > a .box > div .txt .en2, .cont_05 > a .box > div .txt .title_02 h4 .en2, .cont_05b > a .box > div .txt .title_02 h4 .en2 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}

.title_03 h2, .title_03 h3, .title_03 h4 {
  display: flex;
  align-items: baseline;
}
.title_03 h2 .en, .title_03 h2 .cont_05 > a .box > div .txt .en2, .title_03 h2 .cont_05b > a .box > div .txt .en2, .cont_05 > a .box > div .txt .title_03 h2 .en2, .cont_05b > a .box > div .txt .title_03 h2 .en2, .title_03 h3 .en, .title_03 h3 .cont_05 > a .box > div .txt .en2, .title_03 h3 .cont_05b > a .box > div .txt .en2, .cont_05 > a .box > div .txt .title_03 h3 .en2, .cont_05b > a .box > div .txt .title_03 h3 .en2, .title_03 h4 .en, .title_03 h4 .cont_05 > a .box > div .txt .en2, .title_03 h4 .cont_05b > a .box > div .txt .en2, .cont_05 > a .box > div .txt .title_03 h4 .en2, .cont_05b > a .box > div .txt .title_03 h4 .en2 {
  margin-right: 30px;
  display: block;
  font-size: 4.375rem;
  color: #755d47;
  font-weight: 500;
  font-family: "YakuHanMP", "Cormorant Infant", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
}
@media (max-width: 1200px) {
  .title_03 h2 .en, .title_03 h2 .cont_05 > a .box > div .txt .en2, .title_03 h2 .cont_05b > a .box > div .txt .en2, .cont_05 > a .box > div .txt .title_03 h2 .en2, .cont_05b > a .box > div .txt .title_03 h2 .en2, .title_03 h3 .en, .title_03 h3 .cont_05 > a .box > div .txt .en2, .title_03 h3 .cont_05b > a .box > div .txt .en2, .cont_05 > a .box > div .txt .title_03 h3 .en2, .cont_05b > a .box > div .txt .title_03 h3 .en2, .title_03 h4 .en, .title_03 h4 .cont_05 > a .box > div .txt .en2, .title_03 h4 .cont_05b > a .box > div .txt .en2, .cont_05 > a .box > div .txt .title_03 h4 .en2, .cont_05b > a .box > div .txt .title_03 h4 .en2 {
    font-size: calc(1.5625rem + 3.75vw);
  }
}
.title_03 h2 .jp, .title_03 h3 .jp, .title_03 h4 .jp {
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  color: #e5a378;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .title_03 h2 .jp, .title_03 h3 .jp, .title_03 h4 .jp {
    font-size: 1rem;
  }
  .title_03 h2 .en, .title_03 h2 .cont_05 > a .box > div .txt .en2, .title_03 h2 .cont_05b > a .box > div .txt .en2, .cont_05 > a .box > div .txt .title_03 h2 .en2, .cont_05b > a .box > div .txt .title_03 h2 .en2, .title_03 h3 .en, .title_03 h3 .cont_05 > a .box > div .txt .en2, .title_03 h3 .cont_05b > a .box > div .txt .en2, .cont_05 > a .box > div .txt .title_03 h3 .en2, .cont_05b > a .box > div .txt .title_03 h3 .en2, .title_03 h4 .en, .title_03 h4 .cont_05 > a .box > div .txt .en2, .title_03 h4 .cont_05b > a .box > div .txt .en2, .cont_05 > a .box > div .txt .title_03 h4 .en2, .cont_05b > a .box > div .txt .title_03 h4 .en2 {
    margin-right: 16px;
    font-size: 3.125rem;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1200px) {
  .title_03 h2 .en, .title_03 h2 .cont_05 > a .box > div .txt .en2, .title_03 h2 .cont_05b > a .box > div .txt .en2, .cont_05 > a .box > div .txt .title_03 h2 .en2, .cont_05b > a .box > div .txt .title_03 h2 .en2, .title_03 h3 .en, .title_03 h3 .cont_05 > a .box > div .txt .en2, .title_03 h3 .cont_05b > a .box > div .txt .en2, .cont_05 > a .box > div .txt .title_03 h3 .en2, .cont_05b > a .box > div .txt .title_03 h3 .en2, .title_03 h4 .en, .title_03 h4 .cont_05 > a .box > div .txt .en2, .title_03 h4 .cont_05b > a .box > div .txt .en2, .cont_05 > a .box > div .txt .title_03 h4 .en2, .cont_05b > a .box > div .txt .title_03 h4 .en2 {
    font-size: calc(1.4375rem + 2.25vw);
  }
}

.bg_img_wrap1 {
  position: relative;
  padding: 200px 0 !important;
}
@media only screen and (max-width: 1500px) {
  .bg_img_wrap1 {
    padding: 150px 0 !important;
  }
}
@media only screen and (max-width: 1200px) {
  .bg_img_wrap1 {
    padding: 120px 0 !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .bg_img_wrap1 {
    padding: 80px 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  .bg_img_wrap1 {
    padding: 60px 0 !important;
  }
}
.bg_img_wrap1:before {
  position: absolute;
  content: "OUR POLICY";
  font-family: "YakuHanMP", "Cormorant Infant", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 10rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
  right: 5%;
  top: 0;
  bottom: 0;
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  display: flex;
  justify-content: center;
  height: 100%;
}
@media (max-width: 1200px) {
  .bg_img_wrap1:before {
    font-size: calc(2.125rem + 10.5vw);
  }
}
@media only screen and (max-width: 1024px) {
  .bg_img_wrap1:before {
    justify-content: flex-start;
    margin-top: 20px;
    font-size: 8.75rem;
    right: 0;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1200px) {
  .bg_img_wrap1:before {
    font-size: calc(2rem + 9vw);
  }
}
@media only screen and (max-width: 835px) {
  .bg_img_wrap1:before {
    font-size: 6.25rem;
  }
}
@media only screen and (max-width: 835px) and (max-width: 1200px) {
  .bg_img_wrap1:before {
    font-size: calc(1.75rem + 6vw);
  }
}

.bg_img_inr1 {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  background: url(../images/top/bg06.jpg) no-repeat top;
  background-size: cover;
  z-index: -1;
}

.cont_01 {
  position: relative;
}
.cont_01 .sub_title {
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  color: #c37542;
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  .cont_01 .sub_title {
    font-size: calc(1.3rem + 0.6vw);
  }
}
@media only screen and (max-width: 1500px) {
  .cont_01 .sub_title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1500px) and (max-width: 1200px) {
  .cont_01 .sub_title {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media only screen and (max-width: 1200px) {
  .cont_01 .sub_title {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 835px) {
  .cont_01 .sub_title {
    font-size: 1.125rem;
  }
}

.bg_img_wrap2 {
  position: relative;
  padding: 150px 0 !important;
}
@media only screen and (max-width: 1200px) {
  .bg_img_wrap2 {
    padding: 120px 0 !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .bg_img_wrap2 {
    padding: 60px 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  .bg_img_wrap2 {
    padding: 40px 0 !important;
  }
}

.bg_img_inr2 {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  background: url(../images/top/bg01.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
  background-color: rgba(245, 237, 221, 0.3);
  background-blend-mode: color;
  -webkit-background-blend-mode: color;
}
@media only screen and (max-width: 835px) {
  .bg_img_inr2 {
    background-attachment: inherit;
  }
}

.cont_02_wrap {
  display: flex;
  justify-content: space-between;
}
.cont_02_wrap .cont_02_txt {
  width: 100%;
  padding: 0 40px;
}
@media only screen and (max-width: 835px) {
  .cont_02_wrap {
    flex-direction: column;
  }
  .cont_02_wrap .cont_02_txt {
    padding: 0;
    margin: 20px auto;
  }
}

.bg_img_wrap3 {
  position: relative;
  padding: 160px 0 !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
@media only screen and (max-width: 1200px) {
  .bg_img_wrap3 {
    padding: 120px 0 !important;
  }
}
@media only screen and (max-width: 835px) {
  .bg_img_wrap3 {
    padding: 100px 0 !important;
  }
}

.bg_img_wrap4 {
  position: relative;
  padding: 50px 0 120px 0 !important;
}
@media only screen and (max-width: 1200px) {
  .bg_img_wrap4 {
    padding: 40px 0 100px 0 !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .bg_img_wrap4 {
    padding: 30px 0 50px 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  .bg_img_wrap4 {
    padding: 20px 0 40px !important;
  }
}

.bg_img_inr4 {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  background: url(../images/top/bg03.jpg) no-repeat top;
  background-size: cover;
  z-index: -1;
}

.cont_04_wrap {
  display: flex;
  justify-content: space-between;
}
.cont_04_wrap .box:first-child {
  width: 59%;
  margin: 0 1% 0 0;
}
.cont_04_wrap .box:first-child .title_02 h2 .en, .cont_04_wrap .box:first-child .title_02 h2 .cont_05 > a .box > div .txt .en2, .cont_04_wrap .box:first-child .title_02 h2 .cont_05b > a .box > div .txt .en2, .cont_05 > a .box > div .txt .cont_04_wrap .box:first-child .title_02 h2 .en2, .cont_05b > a .box > div .txt .cont_04_wrap .box:first-child .title_02 h2 .en2 {
  line-height: 1.2em;
}
.cont_04_wrap .box:nth-child(2) {
  width: 39%;
  margin: -8% 0 0 1%;
}
.cont_04_wrap .box:nth-child(2) .img_box ul {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 45%;
}
.cont_04_wrap .box:nth-child(2) .img_box ul li img {
  display: block;
  width: 100% !important;
}
.cont_04_wrap .box:nth-child(2) .img_box ul li:first-child {
  width: 70%;
}
.cont_04_wrap .box:nth-child(2) .img_box ul li:nth-child(2) {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-left: -20%;
  z-index: -1;
}
@media only screen and (max-width: 640px) {
  .cont_04_wrap {
    flex-direction: column-reverse !important;
  }
  .cont_04_wrap .box:first-child {
    width: 100%;
    margin: 0 auto;
  }
  .cont_04_wrap .box:nth-child(2) {
    width: 80%;
    margin: -10% auto 16px auto;
  }
}

.cont_05, .cont_05b {
  display: flex;
  justify-content: center;
}
.cont_05 > a, .cont_05b > a {
  max-height: 380px;
  width: 23.5%;
  border: 1px solid rgba(218, 172, 74, 0.3);
  margin: 0 1%;
  position: relative;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
}
.cont_05 > a:nth-child(4n+1), .cont_05b > a:nth-child(4n+1) {
  margin: 0 1% 0 0;
}
.cont_05 > a:nth-child(4n+4), .cont_05b > a:nth-child(4n+4) {
  margin: 0 0 0 1%;
}
.cont_05 > a .box, .cont_05b > a .box {
  opacity: 1;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto !important;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
}
.cont_05 > a .box img, .cont_05b > a .box img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  transition: 1s all;
  opacity: 0.9;
}
@media only screen and (max-width: 835px) {
  .cont_05 > a .box img, .cont_05b > a .box img {
    opacity: 1;
  }
}
.cont_05 > a .box > div, .cont_05b > a .box > div {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
}
.cont_05 > a .box > div .txt, .cont_05b > a .box > div .txt {
  text-align: center;
  position: relative;
  width: 100%;
}
.cont_05 > a .box > div .txt .jp, .cont_05b > a .box > div .txt .jp {
  color: #755d47;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.875rem;
  font-weight: 500;
  z-index: 1;
  position: relative;
}
@media (max-width: 1200px) {
  .cont_05 > a .box > div .txt .jp, .cont_05b > a .box > div .txt .jp {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
.cont_05 > a .box > div .txt .en, .cont_05b > a .box > div .txt .en, .cont_05 > a .box > div .txt .en2, .cont_05b > a .box > div .txt .en2 {
  height: 100%;
  position: absolute;
  font-size: 3.75rem;
  font-family: "YakuHanMP", "Cormorant Infant", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  color: rgba(255, 255, 255, 0.4);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .cont_05 > a .box > div .txt .en, .cont_05b > a .box > div .txt .en, .cont_05 > a .box > div .txt .en2, .cont_05b > a .box > div .txt .en2 {
    font-size: calc(1.5rem + 3vw);
  }
}
.cont_05 > a .box > div .txt .en2, .cont_05b > a .box > div .txt .en2 {
  font-size: 2.5rem;
  line-height: 1em;
}
@media (max-width: 1200px) {
  .cont_05 > a .box > div .txt .en2, .cont_05b > a .box > div .txt .en2 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media only screen and (max-width: 1200px) {
  .cont_05 > a .box > div .txt .jp, .cont_05b > a .box > div .txt .jp {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1200px) {
  .cont_05 > a .box > div .txt .jp, .cont_05b > a .box > div .txt .jp {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media only screen and (max-width: 1200px) {
  .cont_05 > a .box > div .txt .en, .cont_05b > a .box > div .txt .en, .cont_05 > a .box > div .txt .en2, .cont_05b > a .box > div .txt .en2 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1200px) {
  .cont_05 > a .box > div .txt .en, .cont_05b > a .box > div .txt .en, .cont_05 > a .box > div .txt .en2, .cont_05b > a .box > div .txt .en2 {
    font-size: calc(1.425rem + 2.1vw);
  }
}
@media only screen and (max-width: 1200px) {
  .cont_05 > a .box > div .txt .en2, .cont_05b > a .box > div .txt .en2 {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1200px) {
  .cont_05 > a .box > div .txt .en2, .cont_05b > a .box > div .txt .en2 {
    font-size: calc(1.35rem + 1.2vw);
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .cont_05 > a .box > div .txt .jp, .cont_05b > a .box > div .txt .jp {
    font-size: 1.125rem;
  }
  .cont_05 > a .box > div .txt .en, .cont_05b > a .box > div .txt .en, .cont_05 > a .box > div .txt .en2, .cont_05b > a .box > div .txt .en2 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) and (max-width: 1200px) {
  .cont_05 > a .box > div .txt .en, .cont_05b > a .box > div .txt .en, .cont_05 > a .box > div .txt .en2, .cont_05b > a .box > div .txt .en2 {
    font-size: calc(1.35rem + 1.2vw);
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .cont_05 > a .box > div .txt .en2, .cont_05b > a .box > div .txt .en2 {
    font-size: 1.25rem;
  }
}
.cont_05 > a:hover, .cont_05b > a:hover {
  opacity: 0.8;
  transition: 0.5s all;
}
.cont_05 > a:hover .box, .cont_05b > a:hover .box {
  opacity: 1;
  transition: 0.5s all;
}
.cont_05 > a:hover .box img, .cont_05b > a:hover .box img {
  transform: scale(1.15, 1.15);
  transition: 0.5s all;
}
.cont_05 > a:after, .cont_05b > a:after {
  content: "";
  background: url(../images/top/icon_link_arrow2.png) no-repeat center;
  background-size: contain;
  width: 100px;
  height: 13px;
  position: absolute; /*絶対位置*/
  right: 20px; /*アイコンの位置*/
  bottom: 20px;
  transition: 0.5s;
}
.cont_05 > a:hover, .cont_05b > a:hover {
  background-color: #c37542;
}
.cont_05 > a:hover:after, .cont_05b > a:hover:after {
  transform: translate(7px, 0);
}
@media only screen and (max-width: 835px) {
  .cont_05 a .box, .cont_05b a .box {
    opacity: 1;
  }
}
@media only screen and (max-width: 640px) {
  .cont_05 a, .cont_05b a {
    width: 49%;
  }
  .cont_05 a:nth-child(2n+1), .cont_05b a:nth-child(2n+1) {
    margin: 0 1% 2% 0;
  }
  .cont_05 a:nth-child(2n), .cont_05b a:nth-child(2n) {
    margin: 0 0 2% 1%;
  }
}

.cont_05b a {
  width: 46%;
  margin: 0 2%;
}

.bg_img_wrap5 {
  position: relative;
  padding: 120px 0 !important;
}
@media only screen and (max-width: 1200px) {
  .bg_img_wrap5 {
    padding: 100px 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .bg_img_wrap5 {
    padding: 80px 0 !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .bg_img_wrap5 {
    padding: 60px 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  .bg_img_wrap5 {
    padding: 40px 0 !important;
  }
}

.bg_img_inr5 {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  background: url(../images/top/bg04.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
}

.news_wrap {
  background: #fff;
  padding: 50px 30px;
}
@media only screen and (max-width: 835px) {
  .news_wrap {
    padding: 20px 15px;
  }
}

.news {
  height: 300px;
  overflow-y: auto;
}
.news dl {
  border: none !important;
  border-bottom: 1px dashed #ccc !important;
  padding: 15px 0;
  line-height: 1.5em;
  color: #755d47;
}
.news dl dt {
  background: none !important;
  border: none !important;
  display: block !important;
  color: #c37542;
  min-width: 110px;
  height: 30px;
  line-height: 1;
  font-weight: 500;
  font-family: "YakuHanMP", "Lora", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.125rem;
}
.news dl dd {
  border: none !important;
  width: 100% !important;
  background: none !important;
  font-weight: 500;
}
@media only screen and (max-width: 835px) {
  .news {
    height: 240px;
  }
  .news dl {
    flex-direction: column;
  }
  .news dl dt, .news dl dd {
    width: 100% !important;
    text-align: left !important;
  }
  .news dl dt {
    font-size: 1rem;
  }
}

.scl_box, .scl_box2 {
  background: #e5a378;
  position: relative;
}
.scl_box img, .scl_box2 img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.scl_box:before, .scl_box2:before {
  transition: all 1.5s ease 0.5s;
  content: "";
  background: #e5a378;
  width: 100%;
  position: absolute;
  height: 100%;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
.scl_box.scl_bg:before, .scl_bg.scl_box2:before {
  overflow: hidden;
  width: 0;
}

.scl_box2 {
  background: none !important;
}
.scl_box2:before {
  background: #ae9c4b;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background: #cccccc !important;
  width: 3px !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(195, 117, 66, 0.75) !important;
  height: 60px !important;
  width: 8px !important;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(195, 117, 66, 0.8) !important;
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(195, 117, 66, 0.9) !important;
}

.mCSB_scrollTools .mCSB_dragger {
  height: 60px !important;
  top: auto;
  bottom: 0;
}

.bg_ptn_wrap {
  position: relative;
  padding: 70px 0 !important;
}
@media only screen and (max-width: 1200px) {
  .bg_ptn_wrap {
    padding: 60px 0 !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .bg_ptn_wrap {
    padding: 50px 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  .bg_ptn_wrap {
    padding: 40px 0 !important;
  }
}

.bg_ptn_inr {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  background: url(../images/top/ptn02.png) repeat center;
  background-size: auto;
  z-index: -1;
}
@media only screen and (max-width: 1200px) {
  .bg_ptn_inr {
    background-size: 50%;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .bg_ptn_inr {
    background-size: 75%;
  }
}
@media only screen and (max-width: 640px) {
  .bg_ptn_inr {
    background-size: 100%;
  }
}

.bg_color_wrap {
  position: relative;
  padding: 80px 0 !important;
}
@media only screen and (max-width: 1200px) {
  .bg_color_wrap {
    padding: 70px 0 !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .bg_color_wrap {
    padding: 60px 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  .bg_color_wrap {
    padding: 40px 0 !important;
  }
}

.bg_color_inr {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  background: #f5eddd;
  z-index: -1;
}

.bg_img_wrap {
  position: relative;
  padding: 80px 0 !important;
}
@media only screen and (max-width: 1200px) {
  .bg_img_wrap {
    padding: 70px 0 !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .bg_img_wrap {
    padding: 60px 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  .bg_img_wrap {
    padding: 40px 0 !important;
  }
}

.bg_img_inr {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  background: url(../images/top/bg02.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
}

.anime-left {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}

.anime-left.move {
  -webkit-animation: clip-path-left 2s forwards;
  animation: clip-path-left 2s forwards;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

@-webkit-keyframes clip-path-left {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}
@keyframes clip-path-left {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}
.btn0 a, .btn0_L a {
  text-align: center;
  position: relative;
  z-index: 2;
  background-image: -moz-linear-gradient(102deg, rgb(115, 101, 43) 0%, rgb(231, 191, 120) 16%, rgb(255, 244, 220) 27%, rgb(218, 173, 95) 37%, rgb(255, 243, 219) 49%, rgb(199, 159, 73) 62%, rgb(255, 244, 220) 73%, rgb(194, 154, 67) 86%, rgb(122, 88, 48) 100%);
  background-image: -webkit-linear-gradient(102deg, rgb(115, 101, 43) 0%, rgb(231, 191, 120) 16%, rgb(255, 244, 220) 27%, rgb(218, 173, 95) 37%, rgb(255, 243, 219) 49%, rgb(199, 159, 73) 62%, rgb(255, 244, 220) 73%, rgb(194, 154, 67) 86%, rgb(122, 88, 48) 100%);
  background-image: -ms-linear-gradient(102deg, rgb(115, 101, 43) 0%, rgb(231, 191, 120) 16%, rgb(255, 244, 220) 27%, rgb(218, 173, 95) 37%, rgb(255, 243, 219) 49%, rgb(199, 159, 73) 62%, rgb(255, 244, 220) 73%, rgb(194, 154, 67) 86%, rgb(122, 88, 48) 100%);
  border-radius: 25px;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 280px;
  min-width: 250px;
  padding: 18px 0;
  line-height: 1;
  color: #755d47;
  font-family: "YakuHanMP", "Cormorant Infant", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.125rem;
  font-weight: 500;
  transition: 0.5s;
}
.btn0 a::before, .btn0_L a::before {
  position: absolute;
  content: "";
  background: #fff;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 23px;
  margin: auto;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  z-index: -1;
}
.btn0 a:after, .btn0_L a:after {
  content: "";
  background: url(../images/top/icon_link_arrow.png) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 100%;
  position: absolute; /*絶対位置*/
  right: 10px; /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  transition: 0.5s;
}
.btn0 a:hover, .btn0_L a:hover {
  background-color: #c37542;
}
.btn0 a:hover:after, .btn0_L a:hover:after {
  transform: translate(7px, 0);
}
@media only screen and (max-width: 1024px) {
  .btn0 a, .btn0_L a {
    font-size: 1rem;
    min-width: 200px;
  }
}
@media screen and (min-width: 640px) {
  .btn0_L a {
    margin: 0 auto 0 0;
  }
}

/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
.page_title {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(229, 163, 120, 0.3);
  background-blend-mode: normal;
  -webkit-background-blend-mode: normal;
}
.page_title article {
  padding: 120px 0;
}
.page_title article h1, .page_title article .blog_page_ttl {
  color: #755d47;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 2.625rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .page_title article h1, .page_title article .blog_page_ttl {
    font-size: calc(1.3875rem + 1.65vw);
  }
}
@media only screen and (max-width: 1200px) {
  .page_title article h1, .page_title article .blog_page_ttl {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1200px) {
  .page_title article h1, .page_title article .blog_page_ttl {
    font-size: calc(1.35rem + 1.2vw);
  }
}
@media only screen and (max-width: 1024px) {
  .page_title article h1, .page_title article .blog_page_ttl {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 835px) {
  .page_title article h1, .page_title article .blog_page_ttl {
    font-size: 1.875rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 835px) and (max-width: 1200px) {
  .page_title article h1, .page_title article .blog_page_ttl {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
.page_title article > div .en {
  font-weight: 500;
  font-family: "YakuHanMP", "Cormorant Infant", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.25rem;
  color: #c37542;
  position: relative;
}
.page_title article > div .en:before {
  content: "|";
  position: absolute;
  left: -20px;
  top: -3px;
  color: rgba(229, 163, 120, 0.8);
  font-size: 1.25rem;
}
.page_title article > div .en:after {
  content: "|";
  position: absolute;
  right: -20px;
  top: -3px;
  color: rgba(229, 163, 120, 0.8);
  font-size: 1.25rem;
}
@media only screen and (max-width: 835px) {
  .page_title article > div .en {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 1024px) {
  .page_title article {
    padding: 100px 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .page_title article {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 640px) {
  .page_title article {
    padding: 60px 0;
  }
}

.contact_title {
  background-image: url(../images/contents/title_bg01.jpg);
  background-size: cover !important;
}

.blog_title {
  background-image: url(../images/contents/title_bg01.jpg);
  background-size: cover !important;
}

.bg_color_wrap00 {
  position: relative;
  padding: 60px 0 !important;
}
@media only screen and (max-width: 1200px) {
  .bg_color_wrap00 {
    padding: 50px 0 !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .bg_color_wrap00 {
    padding: 40px 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  .bg_color_wrap00 {
    padding: 40px 0 !important;
  }
}

.bg_color_inr00 {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  background: #f5eddd;
  z-index: -1;
}

.bg_wrap {
  position: relative;
  padding: 160px 0 !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  z-index: 0;
}
.bg_wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 1200px) {
  .bg_wrap {
    padding: 120px 0 !important;
  }
}
@media only screen and (max-width: 835px) {
  .bg_wrap {
    padding: 80px 0 !important;
    background-attachment: initial;
  }
}
.bg_wrap h2 {
  color: #755d47;
  font-weight: 600;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.875rem;
}
@media (max-width: 1200px) {
  .bg_wrap h2 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media only screen and (max-width: 1024px) {
  .bg_wrap h2 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1200px) {
  .bg_wrap h2 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media only screen and (max-width: 835px) {
  .bg_wrap h2 {
    font-size: 1.25rem;
  }
}

.title_a {
  margin: 40px auto 20px;
}
.title_a h2, .title_a h3, .title_a h4 {
  font-size: 1.5rem;
  color: #755d47;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  background: rgba(245, 237, 221, 0.5);
  border-left: 5px solid #e5a378;
  border-bottom: 3px solid rgba(204, 204, 204, 0.7);
  padding: 8px 0 8px 10px;
}
@media (max-width: 1200px) {
  .title_a h2, .title_a h3, .title_a h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .title_a {
    margin: 30px auto 15px;
  }
  .title_a h2, .title_a h3, .title_a h4 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 640px) {
  .title_a {
    margin: 30px auto 15px;
  }
  .title_a h2, .title_a h3, .title_a h4 {
    font-size: 1.125rem;
    font-weight: 500;
  }
}

.title_b {
  margin: 30px auto 15px;
}
.title_b h2, .title_b h3, .title_b h4 {
  position: relative;
  padding-left: 25px;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #35332e;
  padding-bottom: 5px;
  border-bottom: dashed 1px #cccccc;
  display: flex;
  align-items: center;
}
.title_b h2:after, .title_b h3:after, .title_b h4:after {
  font-family: "Font Awesome 5 pro";
  content: "\f219"; /*アイコンのユニコード*/
  font-weight: bold;
  color: #e5a378;
  font-size: 1.25rem;
  position: absolute; /*絶対位置*/
  left: 0px; /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: flex;
}
.title_b h3, .title_b h4 {
  font-size: 1.25rem;
}
@media only screen and (max-width: 835px) {
  .title_b h3, .title_b h4 {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 835px) {
  .title_b {
    margin: 20px auto 10px;
  }
}
.title_b .prof {
  position: absolute;
  top: -10px;
  right: 0;
  font-size: 1.1em;
  background: #a79154;
  padding: 5px 10px;
  color: #fff;
  line-height: 1;
  font-size: 0.8125rem;
}

.title_c {
  margin: 40px auto 20px;
}
.title_c h2, .title_c h3, .title_c h4 {
  background: rgba(245, 245, 245, 0.5);
  padding: 8px 0 8px 44px;
  font-weight: 600;
  font-size: 1.5rem;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  color: #35332e;
  position: relative;
}
@media (max-width: 1200px) {
  .title_c h2, .title_c h3, .title_c h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.title_c h2:before, .title_c h3:before, .title_c h4:before {
  content: "□";
  position: absolute;
  left: 5px;
  bottom: 3px;
  color: rgba(229, 163, 120, 0.8);
}
.title_c h2:after, .title_c h3:after, .title_c h4:after {
  content: "□";
  position: absolute;
  left: 15px;
  top: 3px;
  color: rgba(195, 117, 66, 0.8);
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .title_c {
    margin: 30px auto 15px;
  }
  .title_c h2, .title_c h3, .title_c h4 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 640px) {
  .title_c {
    margin: 30px auto 15px;
  }
  .title_c h2, .title_c h3, .title_c h4 {
    font-size: 1.125rem;
  }
}

.title_d {
  margin: 40px auto 20px auto;
}
.title_d h2, .title_d h3, .title_d h4 {
  font-size: 1.25rem;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  color: #35332e;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1em;
  padding-bottom: 15px;
  position: relative;
}
.title_d h2:after, .title_d h3:after, .title_d h4:after {
  position: absolute;
  content: "";
  display: block;
  background: #e5a378;
  bottom: 0;
  width: 60px;
  height: 1px;
  left: 0;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .title_d h2, .title_d h3, .title_d h4 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .title_d h2, .title_d h3, .title_d h4 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 835px) {
  .title_d {
    margin: 30px auto 15px;
  }
}

.title_e {
  margin: 40px auto 20px;
}
.title_e h2, .title_e h3, .title_e h4 {
  font-size: 1.25rem;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  color: #35332e;
  font-weight: 500;
  padding-bottom: 8px;
  border-bottom: solid 3px #ccc;
  position: relative;
}
.title_e h2:after, .title_e h3:after, .title_e h4:after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: solid 3px rgba(229, 163, 120, 0.7);
  bottom: -3px;
  width: 20%;
  left: 0;
}
@media only screen and (max-width: 835px) {
  .title_e h2, .title_e h3, .title_e h4 {
    font-size: 1.125rem;
  }
}
.title_e h3, .title_e h4 {
  font-size: 1.25rem;
}
@media only screen and (max-width: 835px) {
  .title_e {
    margin: 30px auto 15px;
  }
  .title_e h2, .title_e h3, .title_e h4 {
    font-size: 1.125rem;
  }
}

.title_f {
  margin: 40px auto 20px;
  border-bottom: 2px dotted rgba(204, 204, 204, 0.7);
}
.title_f h2, .title_f h3, .title_f h4 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #35332e;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  background: rgba(204, 204, 204, 0.5);
  border-left: 3px solid #e5a378;
  padding: 8px 0 8px 10px;
  margin-bottom: 5px;
  line-height: 1em;
}
@media (max-width: 1200px) {
  .title_f h2, .title_f h3, .title_f h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media only screen and (max-width: 640px) {
  .title_f h2, .title_f h3, .title_f h4 {
    line-height: 1.3em;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .title_f {
    margin: 30px auto 15px;
  }
  .title_f h2, .title_f h3, .title_f h4 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 640px) {
  .title_f {
    margin: 30px auto 15px;
  }
  .title_f h2, .title_f h3, .title_f h4 {
    font-size: 1.125rem;
    font-weight: 600;
  }
}

.title_g {
  margin: 40px auto 20px;
}
.title_g article > div {
  text-align: right !important;
}
.title_g h2, .title_g h3, .title_g h4 {
  background: #c37542;
  background-size: auto;
  padding: 8px 10px 8px 20px;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  color: #fff;
  position: relative;
}
@media (max-width: 1200px) {
  .title_g h2, .title_g h3, .title_g h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.title_g h2 .prof, .title_g h3 .prof, .title_g h4 .prof {
  position: absolute;
  top: -10px;
  right: 0;
  font-size: 1.1em;
  background: #a79154;
  padding: 5px 10px;
  color: #fff;
  line-height: 1;
  font-size: 0.9375rem;
}
@media only screen and (max-width: 835px) {
  .title_g h2 .prof, .title_g h3 .prof, .title_g h4 .prof {
    top: -20px;
  }
}
.title_g h2:before, .title_g h3:before, .title_g h4:before {
  content: "";
  position: absolute;
  background: white;
  width: 4px;
  height: 80%;
  left: 7px;
  top: 10%;
}
.title_g h2 .sub, .title_g h2 .en, .title_g h3 .sub, .title_g h3 .en, .title_g h4 .sub, .title_g h4 .en {
  font-size: 1rem;
}
.title_g h3, .title_g h4 {
  font-size: 1.375rem;
}
@media (max-width: 1200px) {
  .title_g h3, .title_g h4 {
    font-size: calc(1.2625rem + 0.15vw);
  }
}
@media only screen and (max-width: 835px) {
  .title_g {
    margin: 30px auto 15px;
  }
  .title_g h2, .title_g h3, .title_g h4 {
    font-size: 1.25rem;
  }
}

.title_gw {
  margin: 40px auto 20px;
}
.title_gw h2, .title_gw h3, .title_gw h4 {
  background: #e5a378;
  background-size: auto;
  padding: 10px 10px 10px 20px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  color: #fff;
  position: relative;
}
@media (max-width: 1200px) {
  .title_gw h2, .title_gw h3, .title_gw h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.title_gw h2:before, .title_gw h3:before, .title_gw h4:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 4px;
  height: 60%;
  left: 7px;
  top: 20%;
}
.title_gw h2 .sub, .title_gw h3 .sub, .title_gw h4 .sub {
  font-size: 1rem;
}
@media only screen and (max-width: 835px) {
  .title_gw {
    margin: 30px auto 15px;
  }
  .title_gw h2, .title_gw h3, .title_gw h4 {
    font-size: 1.25rem;
  }
}

.title_h {
  margin: 20px auto 15px auto;
}
.title_h h2, .title_h h3, .title_h h4 {
  font-size: 1.25rem;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  color: #755d47;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1em;
  padding-bottom: 15px;
  position: relative;
}
.title_h h2:after, .title_h h3:after, .title_h h4:after {
  position: absolute;
  content: "";
  display: block;
  background: rgba(167, 145, 84, 0.5);
  bottom: 0;
  width: 60px;
  height: 2px;
  left: 0;
}
@media only screen and (max-width: 835px) {
  .title_h {
    margin: 20px auto 10px;
  }
  .title_h h2, .title_h h3, .title_h h4 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 835px) {
  .title_h {
    margin: 20px auto 10px;
  }
  .title_h h2, .title_h h3, .title_h h4 {
    font-size: 1rem;
  }
}

.title_i {
  margin: 30px auto 20px auto;
}
.title_i h2, .title_i h3, .title_i h4 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #35332e;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  border-left: 5px solid #e5a378;
  border-bottom: 3px dotted rgba(195, 117, 66, 0.8);
  padding: 5px 0 5px 10px;
}
@media (max-width: 1200px) {
  .title_i h2, .title_i h3, .title_i h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.title_i h3, .title_i h4 {
  font-size: 1.3125rem;
}
@media (max-width: 1200px) {
  .title_i h3, .title_i h4 {
    font-size: calc(1.25625rem + 0.075vw);
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .title_i {
    margin: 30px auto 15px;
  }
}
@media only screen and (max-width: 640px) {
  .title_i {
    margin: 30px auto 15px;
  }
  .title_i h2, .title_i h3, .title_i h4 {
    font-size: 1.25rem;
    font-weight: 500;
  }
  .title_i h3, .title_i h4 {
    font-size: 1.125rem;
  }
}

.title_j {
  margin: 40px auto 20px;
}
.title_j h2, .title_j h3, .title_j h4 {
  background: whitesmoke;
  background-size: auto;
  padding: 10px 10px 10px 20px;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  color: #35332e;
  position: relative;
}
@media (max-width: 1200px) {
  .title_j h2, .title_j h3, .title_j h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.title_j h2:before, .title_j h3:before, .title_j h4:before {
  content: "";
  position: absolute;
  background: #755d47;
  width: 4px;
  height: 60%;
  left: 7px;
  top: 20%;
}
@media only screen and (max-width: 835px) {
  .title_j h2, .title_j h3, .title_j h4 {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 835px) {
  .title_j {
    margin: 30px auto 15px;
  }
}

.title_k {
  margin: 40px auto 20px;
}
.title_k h2, .title_k h3, .title_k h4 {
  border-top: 2px solid rgba(229, 163, 120, 0.5);
  border-bottom: 2px solid rgba(229, 163, 120, 0.5);
  background-size: auto;
  padding: 7px 10px 7px 20px;
  margin-bottom: 12px;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  color: #755d47;
  position: relative;
}
@media (max-width: 1200px) {
  .title_k h2, .title_k h3, .title_k h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.title_k h2:before, .title_k h3:before, .title_k h4:before {
  content: "";
  position: absolute;
  background: #c37542;
  width: 10%;
  height: 2px;
  left: 0;
  top: -2px;
}
.title_k .sub {
  font-size: 1rem;
  display: block;
  text-align: right;
}
@media only screen and (max-width: 835px) {
  .title_k .sub {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 835px) {
  .title_k {
    margin: 30px auto 15px;
  }
  .title_k h2, .title_k h3, .title_k h4 {
    margin-bottom: 8px;
    font-size: 1.25rem;
  }
  .title_k h2:before, .title_k h3:before, .title_k h4:before {
    width: 20%;
  }
}

.title_line {
  margin: 70px auto 30px auto;
  border-top: 3px solid rgba(117, 93, 71, 0.6);
  border-bottom: 3px solid rgba(117, 93, 71, 0.6);
  padding: 20px 0;
}
.title_line article {
  display: flex;
  flex-direction: column;
}
.title_line article > div .en {
  color: #c37542;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.title_line article h2 {
  color: #35332e;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5em;
}
@media (max-width: 1200px) {
  .title_line article h2 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.title_line article h3 {
  color: #35332e;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1.5em;
}
@media (max-width: 1200px) {
  .title_line article h3 {
    font-size: calc(1.25625rem + 0.075vw);
  }
}
@media only screen and (max-width: 835px) {
  .title_line {
    margin: 40px auto 20px auto;
    padding: 15px 0;
  }
  .title_line article h2 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 835px) and (max-width: 1200px) {
  .title_line article h2 {
    font-size: calc(1.275rem + 0.3vw);
  }
}

.title_line2 {
  margin: 70px auto 30px auto;
  border-top: 2px solid #666;
  border-image: linear-gradient(90deg, #004090 0%, #02cedb 25%, #004090 75%, #fe638b 100%);
  border-image-slice: 1;
  border-bottom: 2px solid #666;
  border-image: linear-gradient(90deg, #004090 0%, #02cedb 25%, #004090 75%, #fe638b 100%);
  border-image-slice: 1;
  padding: 20px 0;
}
.title_line2 article {
  display: flex;
  flex-direction: column;
}
.title_line2 article .en {
  color: #755d47;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 10px;
  display: block;
}
.title_line2 article h2 {
  color: #c37542;
  line-height: 1.5em;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.875rem;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .title_line2 article h2 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media only screen and (max-width: 835px) {
  .title_line2 article h2 {
    font-size: 1.125rem;
  }
}
.title_line2 article h3 {
  color: #35332e;
  font-size: 1.3125rem;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .title_line2 article h3 {
    font-size: calc(1.25625rem + 0.075vw);
  }
}
@media only screen and (max-width: 835px) {
  .title_line2 {
    margin: 40px auto 20px auto;
  }
}

.title_box01 {
  border: #ccc 1px solid;
  background: whitesmoke;
  padding: 20px;
  margin-bottom: 30px;
}
.title_box01 h2, .title_box01 h3, .title_box01 > div {
  font-size: 1.25rem;
  color: #35332e;
}
@media only screen and (max-width: 1024px) {
  .title_box01 h2, .title_box01 h3, .title_box01 > div {
    font-size: 1.125rem;
  }
}
.title_box01 .txt {
  font-weight: 500;
  border-bottom: 1px solid #565656;
}
@media only screen and (max-width: 1024px) {
  .title_box01 {
    padding: 10px;
  }
}
@media only screen and (max-width: 835px) {
  .title_box01 {
    margin-bottom: 15px;
  }
}

.title_box02 {
  margin: 30px auto 20px auto;
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  background: whitesmoke;
  padding: 10px;
  margin-bottom: 30px;
}
.title_box02 h2, .title_box02 h3, .title_box02 > div {
  font-size: 1.25rem;
  color: #35332e;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .title_box02 h2, .title_box02 h3, .title_box02 > div {
    font-size: 1.125rem;
  }
}
.title_box02 .txt {
  font-weight: 500;
  border-bottom: 1px solid #565656;
}
@media only screen and (max-width: 1024px) {
  .title_box02 {
    padding: 10px;
  }
}
@media only screen and (max-width: 835px) {
  .title_box02 {
    margin: 30px auto 15px auto;
  }
}

.title_icon {
  margin: 40px auto 20px;
}
.title_icon h2, .title_icon h3, .title_icon h4 {
  position: relative;
  padding-left: 30px;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #35332e;
  border-bottom: dotted 2px rgba(204, 204, 204, 0.5);
  display: flex;
  align-items: center;
}
.title_icon h2:after, .title_icon h3:after, .title_icon h4:after {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/top/mark01.png) no-repeat left;
  background-size: contain;
  bottom: 5px;
  left: 0;
}
.title_icon h2 .name, .title_icon h3 .name, .title_icon h4 .name {
  font-size: 1.125rem;
  margin-left: 10px;
}
.title_icon2 {
  margin: 40px auto 20px;
}
.title_icon2 h2, .title_icon2 h3, .title_icon2 h4 {
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  transform: rotateZ(0.03deg);
  font-size: 1.5rem;
  font-weight: 500;
  color: #35332e;
  align-items: center;
  display: flex;
  padding-bottom: 5px;
  border-bottom: dotted 2px rgba(204, 204, 204, 0.5);
}
@media (max-width: 1200px) {
  .title_icon2 h2, .title_icon2 h3, .title_icon2 h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.title_icon2 h2 i, .title_icon2 h3 i, .title_icon2 h4 i {
  font-size: 1.875rem;
  color: #755d47;
  margin-right: 8px;
}
@media (max-width: 1200px) {
  .title_icon2 h2 i, .title_icon2 h3 i, .title_icon2 h4 i {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media only screen and (max-width: 835px) {
  .title_icon2 h2, .title_icon2 h3, .title_icon2 h4 {
    font-size: 1.125rem;
  }
}
.title_icon2 h3, .title_icon2 h4 {
  font-size: 1.125rem;
}
.title_icon2 h3 i, .title_icon2 h4 i {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  .title_icon2 h3 i, .title_icon2 h4 i {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media only screen and (max-width: 835px) {
  .title_icon2 h3, .title_icon2 h4 {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 835px) {
  .title_icon2 {
    margin: 30px auto 15px;
  }
}

.title_center_01 {
  margin: 80px auto 40px auto;
}
.title_center_01 h2, .title_center_01 h3, .title_center_01 h4 {
  font-size: 1.75rem;
  color: #755d47;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-weight: 500;
  position: relative;
  padding-bottom: 20px;
  text-align: center;
  line-height: 1.5em;
}
@media (max-width: 1200px) {
  .title_center_01 h2, .title_center_01 h3, .title_center_01 h4 {
    font-size: calc(1.3rem + 0.6vw);
  }
}
.title_center_01 h2:after, .title_center_01 h3:after, .title_center_01 h4:after {
  position: absolute;
  content: "";
  background: rgba(195, 117, 66, 0.5);
  width: 60px;
  height: 2px;
  border-radius: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
@media only screen and (max-width: 835px) {
  .title_center_01 h2:after, .title_center_01 h3:after, .title_center_01 h4:after {
    width: 60px;
    height: 1px;
  }
}
.title_center_01 h2 br, .title_center_01 h3 br, .title_center_01 h4 br {
  display: block !important;
}
@media only screen and (max-width: 1200px) {
  .title_center_01 {
    margin: 60px auto 30px auto;
  }
}
@media only screen and (max-width: 835px) {
  .title_center_01 {
    margin: 50px auto 20px auto;
  }
  .title_center_01 h2, .title_center_01 h3, .title_center_01 h4 {
    font-size: 1.25rem;
    padding-bottom: 15px;
  }
}

.title_center_bg {
  margin: 0 auto 30px auto;
}
.title_center_bg h2, .title_center_bg h3, .title_center_bg h4 {
  background: #e5a378;
  padding: 8px 10px;
  font-size: 1.5rem;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-weight: 500;
  color: white;
  line-height: 1.5em;
  text-align: center;
}
@media (max-width: 1200px) {
  .title_center_bg h2, .title_center_bg h3, .title_center_bg h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.title_center_bg h2 .sub, .title_center_bg h3 .sub, .title_center_bg h4 .sub {
  width: 100%;
  max-width: 500px;
  margin: 5px auto 0 auto;
  color: rgba(229, 163, 120, 0.8);
  display: block;
  background: #fff;
  font-size: 1rem;
  line-height: 1;
  padding: 5px;
}
@media only screen and (max-width: 835px) {
  .title_center_bg {
    margin: 0 auto 15px auto;
  }
  .title_center_bg h2, .title_center_bg h3, .title_center_bg h4 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 835px) and (max-width: 1200px) {
  .title_center_bg h2, .title_center_bg h3, .title_center_bg h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}

.title_center_bg_s {
  margin: 40px auto 20px auto;
}
.title_center_bg_s h2, .title_center_bg_s h3, .title_center_bg_s h4 {
  background: rgba(167, 145, 84, 0.9);
  padding: 8px 10px;
  font-weight: 500;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.5em;
  text-align: center;
}
.title_center_bg_s h2 span, .title_center_bg_s h3 span, .title_center_bg_s h4 span {
  color: rgba(229, 163, 120, 0.8);
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .title_center_bg_s {
    margin: 30px auto 15px auto;
  }
  .title_center_bg_s h2, .title_center_bg_s h3, .title_center_bg_s h4 {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 640px) {
  .title_center_bg_s {
    margin: 30px auto 15px auto;
  }
  .title_center_bg_s h2, .title_center_bg_s h3, .title_center_bg_s h4 {
    font-size: 1rem;
  }
}

.title_center_bg_ans {
  margin: 40px auto 20px auto;
}
.title_center_bg_ans div {
  background: #c37542;
  padding: 8px 10px;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.75rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}
@media (max-width: 1200px) {
  .title_center_bg_ans div {
    font-size: calc(1.3rem + 0.6vw);
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .title_center_bg_ans {
    margin: 30px auto 15px auto;
  }
  .title_center_bg_ans div {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 640px) {
  .title_center_bg_ans {
    margin: 30px auto 15px auto;
  }
  .title_center_bg_ans div {
    font-size: 1.125rem;
  }
}

.title_center_bg_ans2 {
  margin: 40px auto 20px auto;
}
.title_center_bg_ans2 div {
  background: rgba(192, 179, 122, 0.7);
  padding: 8px 10px;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  color: #fff;
  text-align: center;
  font-size: 1rem;
}
.title_center_bg_ans2 div b {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5em;
}
@media (max-width: 1200px) {
  .title_center_bg_ans2 div b {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media only screen and (max-width: 835px) {
  .title_center_bg_ans2 {
    margin: 30px auto 15px auto;
  }
  .title_center_bg_ans2 div {
    font-size: 0.9375rem;
  }
  .title_center_bg_ans2 div b {
    font-size: 1.125rem;
  }
}

.title_half {
  margin: 40px auto 15px;
}
.title_half h2, .title_half h3, .title_half h4 {
  max-width: 550px;
  width: 100%;
  font-size: 1.3125rem;
  font-weight: 500;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  text-align: center !important;
  background: rgba(195, 117, 66, 0.8);
  padding: 8px 10px;
  color: #fff;
}
@media (max-width: 1200px) {
  .title_half h2, .title_half h3, .title_half h4 {
    font-size: calc(1.25625rem + 0.075vw);
  }
}
@media only screen and (max-width: 835px) {
  .title_half {
    margin: 30px auto 15px;
  }
  .title_half h2, .title_half h3, .title_half h4 {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 640px) {
  .title_half {
    max-width: 100%;
  }
}

.title_center_dot {
  margin: 30px auto 20px auto;
}
.title_center_dot h2, .title_center_dot h3, .title_center_dot h4 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
.title_center_dot h2 div, .title_center_dot h3 div, .title_center_dot h4 div {
  min-width: 20px;
  flex-grow: 1;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
.title_center_dot h2 div:after, .title_center_dot h3 div:after, .title_center_dot h4 div:after {
  content: "";
  width: 100%;
  height: 5px;
  top: 5px;
  border-bottom: 5px dotted #c37542;
  position: absolute;
  left: 0;
  z-index: -1;
  display: block;
  visibility: initial;
}
.title_center_dot h2 span, .title_center_dot h3 span, .title_center_dot h4 span {
  position: relative;
  font-size: 1.5rem;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  transform: rotateZ(0.03deg);
  color: #35332e;
  background: transpatent;
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .title_center_dot h2 span, .title_center_dot h3 span, .title_center_dot h4 span {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .title_center_dot h2 span, .title_center_dot h3 span, .title_center_dot h4 span {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 640px) {
  .title_center_dot h2 span, .title_center_dot h3 span, .title_center_dot h4 span {
    padding: 0 10px;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 835px) {
  .title_center_dot {
    margin: 20px auto 15px auto;
  }
}

.title_cute {
  margin: 40px auto 20px;
}
.title_cute h2, .title_cute h3, .title_cute h4 {
  background: #e5a378;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  font-size: 1.3125rem;
  font-weight: 400;
  color: #fff;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  position: relative;
  box-shadow: 0px 0px 0px 5px #e5a378;
}
@media (max-width: 1200px) {
  .title_cute h2, .title_cute h3, .title_cute h4 {
    font-size: calc(1.25625rem + 0.075vw);
  }
}
.title_cute h2:before, .title_cute h3:before, .title_cute h4:before {
  position: absolute;
  content: "";
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #c37542;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.title_cute h2 .sub, .title_cute h3 .sub, .title_cute h4 .sub {
  font-size: 1rem;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .title_cute {
    margin: 30px auto 15px;
  }
  .title_cute h2, .title_cute h3, .title_cute h4 {
    font-size: 1.25rem;
  }
  .title_cute h2 .sub, .title_cute h3 .sub, .title_cute h4 .sub {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 640px) {
  .title_cute {
    margin: 30px auto 15px;
  }
  .title_cute h2, .title_cute h3, .title_cute h4 {
    font-size: 1.125rem;
  }
  .title_cute h2 .sub, .title_cute h3 .sub, .title_cute h4 .sub {
    font-size: 0.8125rem;
  }
}

.title_cute2 {
  margin: 40px auto 20px;
  background: rgba(192, 179, 122, 0.9);
  border-radius: 10px;
}
.title_cute2 h2, .title_cute2 h3, .title_cute2 h4 {
  font-size: 1.5rem;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  padding: 0.6em 1em 0.6em 1.8em;
  position: relative;
  color: white;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .title_cute2 h2, .title_cute2 h3, .title_cute2 h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.title_cute2 h2:before, .title_cute2 h3:before, .title_cute2 h4:before {
  content: "";
  background: #fff;
  width: 4px;
  height: 20px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.title_cute2 h2:after, .title_cute2 h3:after, .title_cute2 h4:after {
  content: "";
  border: 1px dotted #fff;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 7px;
}
@media only screen and (max-width: 835px) {
  .title_cute2 {
    margin: 30px auto 15px auto;
  }
  .title_cute2 h2, .title_cute2 h3, .title_cute2 h4 {
    font-size: 1.25rem;
  }
}

.title_cute3 {
  margin: 40px auto 20px;
}
.title_cute3 h2, .title_cute3 h3, .title_cute3 h4 {
  font-size: 1.5rem;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  background: #755d47;
  background-size: auto;
  padding: 0.5em 1em 0.5em 1.8em;
  position: relative;
  border-radius: 25px 0 0 25px;
  color: white;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .title_cute3 h2, .title_cute3 h3, .title_cute3 h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.title_cute3 h2:before, .title_cute3 h3:before, .title_cute3 h4:before {
  content: "●";
  color: #e5a378;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 835px) {
  .title_cute3 {
    margin: 30px auto 15px auto;
  }
  .title_cute3 h2, .title_cute3 h3, .title_cute3 h4 {
    font-size: 1.25rem;
  }
}

.title_num {
  margin: 40px auto 30px auto;
}
.title_num h2, .title_num h3 {
  line-height: 1;
  font-size: 1.5rem;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-weight: 600;
}
.title_num h2 .num, .title_num h3 .num {
  font-family: "YakuHanMP", "Lora", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  color: #755d47;
  font-size: 6.25rem;
  font-weight: 800;
  display: block;
  border-bottom: 2px solid #111;
  padding-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .title_num h2 .num, .title_num h3 .num {
    font-size: calc(1.75rem + 6vw);
  }
}
@media only screen and (max-width: 1500px) {
  .title_num h2 .num, .title_num h3 .num {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 1500px) and (max-width: 1200px) {
  .title_num h2 .num, .title_num h3 .num {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (max-width: 1200px) {
  .title_num h2, .title_num h3 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media only screen and (max-width: 835px) {
  .title_num {
    margin: 30px auto 20px auto;
  }
}

.title_num2 {
  margin: 40px auto 30px auto;
}
.title_num2 h2, .title_num2 h3 {
  line-height: 1;
  font-size: 1.25rem;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 3px dotted white;
}
.title_num2 h2 .num, .title_num2 h3 .num {
  font-family: "YakuHanMP", "Lora", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  color: #c37542;
  font-size: 3.125rem;
  font-style: oblique;
  margin-right: 5px;
}
@media (max-width: 1200px) {
  .title_num2 h2 .num, .title_num2 h3 .num {
    font-size: calc(1.4375rem + 2.25vw);
  }
}
@media only screen and (max-width: 835px) {
  .title_num2 {
    margin: 30px auto 20px auto;
  }
  .title_num2 h2, .title_num2 h3 {
    font-size: 1.125rem;
  }
  .title_num2 h2 .num, .title_num2 h3 .num {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 835px) and (max-width: 1200px) {
  .title_num2 h2 .num, .title_num2 h3 .num {
    font-size: calc(1.3125rem + 0.75vw);
  }
}

.title_num3 {
  margin: 40px auto 30px auto;
}
.title_num3 h2, .title_num3 h3 {
  line-height: 1;
  font-size: 1.25rem;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-weight: 600;
}
.title_num3 h2 .num, .title_num3 h3 .num {
  display: inline-block;
  text-align: center;
  background: #c37542;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  font-family: "YakuHanMP", "Lora", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  color: white;
  font-size: 1.875rem;
  margin-right: 5px;
}
@media (max-width: 1200px) {
  .title_num3 h2 .num, .title_num3 h3 .num {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media only screen and (max-width: 835px) {
  .title_num3 {
    margin: 30px auto 20px auto;
  }
  .title_num3 h2, .title_num3 h3 {
    font-size: 1.125rem;
  }
}

.list_UL ul li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
}
.list_UL ul li:after {
  font-family: "Font Awesome 5 pro";
  content: "\f111"; /*アイコンのユニコード*/
  font-weight: 600;
  color: #a79154;
  font-size: 0.875rem;
  position: absolute; /*絶対位置*/
  left: 0px; /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: flex;
}

.list_UL2 ul li {
  overflow: visible !important;
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 1px dashed #ccc;
}
.list_UL2 ul li:after {
  font-family: "Font Awesome 5 pro";
  content: "\f276"; /*アイコンのユニコード*/
  font-weight: 600;
  color: #c37542;
  font-size: 1.5rem;
  position: absolute; /*絶対位置*/
  height: 30px;
  left: 0px; /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: flex;
  transform: rotate(-20deg);
}
@media (max-width: 1200px) {
  .list_UL2 ul li:after {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media only screen and (max-width: 835px) {
  .list_UL2 ul li {
    padding-left: 20px;
    font-size: 0.875rem;
  }
}

.check_UL ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
  font-size: 1.125rem;
}
.check_UL ul li:after {
  content: "";
  position: absolute; /*絶対位置*/
  background: url(../images/top/check.png) no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  left: 0px; /*アイコンの位置*/
  top: 0px;
}
@media only screen and (max-width: 835px) {
  .check_UL ul li {
    font-size: 0.9375rem;
    line-height: 1.5em;
  }
  .check_UL ul li:after {
    width: 25px;
    height: 23px;
  }
}
@media only screen and (max-width: 640px) {
  .check_UL ul li {
    padding-left: 25px;
  }
  .check_UL ul li:after {
    width: 20px;
    height: 20px;
    top: 0;
  }
}

.check_UL2 ul li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2em;
  border-bottom: 1px dashed #ccc;
}
.check_UL2 ul li:after {
  content: "";
  position: absolute; /*絶対位置*/
  background: url(../images/top/check.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 27px;
  left: 0px; /*アイコンの位置*/
  top: 5px;
}
@media only screen and (max-width: 835px) {
  .check_UL2 ul li {
    font-size: 0.9375rem;
  }
  .check_UL2 ul li:after {
    width: 25px;
    height: 23px;
  }
}
@media only screen and (max-width: 640px) {
  .check_UL2 ul li {
    padding-left: 30px;
  }
  .check_UL2 ul li:after {
    top: 0;
  }
}

.check_UL3 ul li {
  width: 100% !important;
  overflow: visible !important;
  padding-left: 30px;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 1px dashed #ccc;
}
.check_UL3 ul li:after {
  font-family: "Font Awesome 5 pro";
  content: "\f14a"; /*アイコンのユニコード*/
  font-weight: 600;
  color: #e5a378;
  font-size: 1.25rem;
  position: absolute; /*絶対位置*/
  left: 0px; /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: flex;
}
@media only screen and (max-width: 835px) {
  .check_UL3 ul li {
    margin-bottom: 10px;
    padding-left: 24px;
    font-size: 1rem;
  }
}

.pin_UL ul li {
  width: 100% !important;
  overflow: visible !important;
  padding-left: 24px;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 400;
  border-bottom: 1px dashed #ccc;
}
.pin_UL ul li:after {
  font-family: "Font Awesome 5 pro";
  content: "\f276"; /*アイコンのユニコード*/
  transform: rotate(-20deg);
  font-weight: 600;
  color: #e5a378;
  font-size: 1.25rem;
  position: absolute; /*絶対位置*/
  left: 0px; /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: flex;
}
@media only screen and (max-width: 835px) {
  .pin_UL ul li {
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 1rem;
  }
}

.info_01 {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0;
}
@media only screen and (max-width: 835px) {
  .info_01 {
    padding: 20px 0;
  }
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 100px solid transparent;
  border-left: 100px solid transparent;
  border-top: 50px solid rgba(229, 163, 120, 0.5);
}

.pick01, .pick02 {
  background: rgba(245, 245, 245, 0.7);
  padding: 30px;
}
.pick01 .profile, .pick02 .profile {
  font-size: 1rem;
  color: #35332e;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: right !important;
}
@media only screen and (max-width: 835px) {
  .pick01, .pick02 {
    padding: 30px 15px;
  }
}

.pick02 {
  border: 3px solid #f0f0f0;
  background: rgba(245, 237, 221, 0.5) !important;
}

.pick03 {
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
}

.pick_rd {
  background: rgba(245, 237, 221, 0.5);
  padding: 20px;
  border-radius: 10px;
  border: rgba(167, 145, 84, 0.3) 1px solid;
}
.pick_rd .profile {
  font-size: 1rem;
  color: #35332e;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: right !important;
}
@media only screen and (max-width: 835px) {
  .pick_rd {
    padding: 30px 15px;
  }
}

.contact_contents #contents_wrap {
  margin-top: 50px;
}
@media only screen and (max-width: 835px) {
  .contact_contents #contents_wrap {
    margin-top: 50px;
  }
}

.picktxt_w {
  color: #fff;
}

.picktxt08 {
  font-size: 0.8em;
  line-height: 1.5em;
}
@media only screen and (max-width: 835px) {
  .picktxt08 {
    font-size: 0.9em;
  }
}

.picktxt08_w {
  font-size: 0.8em;
  line-height: 1.5em;
  color: #fff;
}
@media only screen and (max-width: 835px) {
  .picktxt08_w {
    font-size: 0.9em;
  }
}

.picktxt09 {
  font-size: 0.9em;
  line-height: 1.8em;
}
.picktxt09_w {
  color: #fff;
  font-size: 0.9em;
  line-height: 1.5em;
}
.picktxt105 {
  font-size: 1.05em;
  line-height: 2em;
}
@media only screen and (max-width: 835px) {
  .picktxt105 {
    line-height: 1.8em;
  }
}

.picktxt105_w {
  color: #fff;
  font-size: 1.05em;
  line-height: 2em;
}
@media only screen and (max-width: 835px) {
  .picktxt105_w {
    line-height: 1.8em;
  }
}

.picktxt11 {
  font-size: 1.1em;
  line-height: 2em;
}
@media only screen and (max-width: 835px) {
  .picktxt11 {
    line-height: 1.8em;
    font-size: 1.05em;
  }
}

.picktxt11_w {
  color: #fff;
  font-size: 1.1em;
  line-height: 2em;
}
@media only screen and (max-width: 835px) {
  .picktxt11_w {
    line-height: 1.8em;
    font-size: 1.05em;
  }
}

.picktxt12 {
  font-size: 1.2em;
  line-height: 2em;
}
@media only screen and (max-width: 1200px) {
  .picktxt12 {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 1024px) {
  .picktxt12 {
    font-size: 16px;
    line-height: 1.8em;
  }
}

.picktxt12_w {
  color: #fff;
  font-size: 1.2em;
  line-height: 2em;
}
@media only screen and (max-width: 1000px) {
  .picktxt12_w {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 835px) {
  .picktxt12_w {
    font-size: 16px;
    line-height: 1.8em;
  }
}

.fs_16 {
  font-size: 1rem;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .fs_16 {
    font-size: 0.9375rem;
  }
}

.fs_18 {
  font-size: 1.125rem;
}
@media only screen and (max-width: 835px) {
  .fs_18 {
    font-size: 1rem;
  }
}

.fs_20 {
  font-size: 1.25rem;
}
@media only screen and (max-width: 835px) {
  .fs_20 {
    font-size: 1.125rem;
  }
}

.fs_24 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8em;
}
@media (max-width: 1200px) {
  .fs_24 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media only screen and (max-width: 835px) {
  .fs_24 {
    font-size: 1.125rem;
  }
}

.fs_30 {
  font-size: 1.875rem;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .fs_30 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media only screen and (max-width: 835px) {
  .fs_30 {
    font-size: 1.25rem;
  }
}

.hosoku {
  background: rgba(204, 204, 204, 0.4);
  padding: 10px;
  font-size: 0.95em;
}
.hosoku h2, .hosoku h3, .hosoku h4 {
  font-size: 1rem;
  color: #35332e;
  font-weight: 600;
}
@media only screen and (max-width: 835px) {
  .hosoku {
    padding: 10px;
  }
}

.ls100 {
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 835px) {
  .ls100 {
    letter-spacing: 1px;
  }
}

.ls50 {
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 835px) {
  .ls50 {
    letter-spacing: 1px;
  }
}

.lh3 {
  line-height: 2.4em;
}
@media only screen and (max-width: 835px) {
  .lh3 {
    line-height: 2em;
  }
}

.lh2 {
  line-height: 2em;
}
@media only screen and (max-width: 835px) {
  .lh2 {
    line-height: 2em;
  }
}

.tate {
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}

.marker01 {
  background: linear-gradient(transparent 40%, rgba(195, 117, 66, 0.2) 0%);
}

.marker02 {
  background: linear-gradient(transparent 70%, rgba(195, 117, 66, 0.3) 0%);
}

.marker03 {
  background: linear-gradient(transparent 40%, rgba(229, 163, 120, 0.2) 0%);
}

.marker04 {
  background: linear-gradient(transparent 70%, rgba(229, 163, 120, 0.3) 0%);
}

.btn1 a, .btn1_L a {
  max-width: 240px;
  min-width: 180px;
  margin: 0 auto;
  width: 100%;
  background: #c37542;
  background-size: auto;
  padding: 16px 30px;
  line-height: 1;
  display: block;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  font-family: "YakuHanMP", "Cormorant Infant", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  position: relative;
  color: 　rgba(＃fff, 1) 　 !important;
}
.btn1 a:after, .btn1_L a:after {
  transition: 0.5s;
  font-family: "Font Awesome 5 pro";
  content: "\f054"; /*アイコンのユニコード*/
  font-weight: 400;
  font-size: 0.9375rem;
  position: absolute; /*絶対位置*/
  right: 8px; /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.btn1 a i, .btn1_L a i {
  color: #fff;
  margin-right: 5px;
}
@media only screen and (max-width: 640px) {
  .btn1 a, .btn1_L a {
    margin: 0 auto;
  }
}
.btn1 a:hover, .btn1_L a:hover {
  opacity: 1;
  background: #c0b37a;
}
.btn1 a:hover:after, .btn1_L a:hover:after {
  transform: translate(5px, 0);
}

.btn1_rad20 a, .btn1_rad20_L a {
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 2;
  background: white;
  border: 1px solid #e5a378;
  transition: 0.5s;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  min-width: 220px;
  padding: 12px;
  color: #e5a378;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1rem;
  font-weight: 500;
  transform: rotateZ(0.03deg);
}
.btn1_rad20 a:before, .btn1_rad20_L a:before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: #ae9c4b;
  transition: 0.5s;
}
.btn1_rad20 a:after, .btn1_rad20_L a:after {
  transition: 0.5s;
  font-family: "Font Awesome 5 pro";
  content: "\f061"; /*アイコンのユニコード*/
  font-weight: 400;
  font-size: 1rem;
  position: absolute; /*絶対位置*/
  right: 10px; /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.btn1_rad20 a:hover, .btn1_rad20_L a:hover {
  opacity: 1 !important;
  color: #fff;
}
.btn1_rad20 a:hover:before, .btn1_rad20_L a:hover:before {
  left: 0;
}
.btn1_rad20 a:hover:after, .btn1_rad20_L a:hover:after {
  color: #fff;
}
.btn1_rad20 a, .btn1_rad20_L a {
  border-radius: 40px;
}

@media screen and (min-width: 640px) {
  .btn1_rad20_L a {
    margin: 0 auto 0 0;
  }
}

@media screen and (min-width: 640px) {
  .btn1_L a {
    margin: 0 auto 0 0;
  }
}

.btn2 a, .btn2_L a {
  text-align: center;
  position: relative;
  z-index: 2;
  border: 1px solid #c37542;
  background: white;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 240px;
  min-width: 150px;
  padding: 16px 0;
  line-height: 1;
  color: #c37542;
  font-family: "YakuHanMP", "Cormorant Infant", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1rem;
  font-weight: 500;
  transition: 0.5s;
}
.btn2 a:after, .btn2_L a:after {
  font-family: "Font Awesome 5 pro";
  content: "\f054"; /*アイコンのユニコード*/
  font-weight: 600;
  font-size: 0.875rem;
  position: absolute; /*絶対位置*/
  right: 10px; /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.btn2 a:hover, .btn2_L a:hover {
  opacity: 1 !important;
  background-color: #c37542;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .btn2 a, .btn2_L a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 640px) {
  .btn2_L a {
    margin: 0 auto 0 0;
  }
}

.btn3, .btn3_L {
  width: 100%;
  max-width: 240px;
  min-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 2;
  font-weight: 500;
  font-size: 1.25rem;
  font-family: "YakuHanMP", "Cormorant Infant", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  background: #c37542;
  border-radius: 30px;
  color: #fff !important;
  text-align: center;
}
.btn3:before, .btn3_L:before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn3:after, .btn3_L:after {
  font-family: "Font Awesome 5 pro";
  content: "\f054"; /*アイコンのユニコード*/
  font-size: 16px;
  font-weight: 400;
  position: absolute; /*絶対位置*/
  right: 10px; /*アイコンの位置*/
  top: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center !important;
  justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: visible;
}
.btn3:hover, .btn3_L:hover {
  opacity: 1;
  color: #fff;
}
.btn3:hover:before, .btn3_L:hover:before {
  left: 0;
}
.btn3:hover:after, .btn3_L:hover:after {
  transform: translate(5px, 0);
}
@media only screen and (max-width: 835px) {
  .btn3, .btn3_L {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .btn3, .btn3_L {
    margin: 0 auto;
    min-width: auto;
    width: 95%;
  }
}

@media screen and (min-width: 640px) {
  .btn3_L {
    margin: 0 auto 0 0;
  }
}

.btn4, .btn4_L {
  text-align: center !important;
  width: 95%;
  margin: 0 auto;
}
.btn4 a, .btn4_L a {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
  min-width: 250px;
  height: 55px;
  line-height: 55px;
  display: flex;
  text-align: center !important;
  background: #e5a378;
  overflow: hidden;
  color: #35332e;
  transition: 0.5s;
}
.btn4 a i, .btn4_L a i {
  margin-right: 5px;
}
.btn4 a span, .btn4_L a span {
  width: 100%;
  height: 100%;
  color: rgba(229, 163, 120, 0.8);
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  z-index: 10;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 500;
}
.btn4 a span div, .btn4_L a span div {
  text-align: center !important;
}
.btn4 a span:after, .btn4_L a span:after {
  font-family: "Font Awesome 5 pro";
  content: "\f054"; /*アイコンのユニコード*/
  font-size: 14px;
  position: absolute; /*絶対位置*/
  right: 10px; /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  text-align: center !important;
  justify-content: center;
  font-weight: 600;
}
.btn4 a span:before, .btn4_L a span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: rgba(229, 163, 120, 0.8);
  z-index: -1;
  transition: 0.5s;
}
.btn4 a span:hover:before, .btn4_L a span:hover:before {
  width: 100%;
}
.btn4 a span:hover:after, .btn4_L a span:hover:after {
  transform: translate(3px, 0);
  transition: 0.5s;
}
@media only screen and (max-width: 835px) {
  .btn4 a span, .btn4_L a span {
    font-size: 1rem;
  }
}
.btn4 a:hover, .btn4_L a:hover {
  opacity: 1;
}
@media only screen and (max-width: 640px) {
  .btn4 a, .btn4_L a {
    height: 50px;
    line-height: 50px;
  }
}
.btn4 div, .btn4_L div {
  text-align: center !important;
}

.btn4_L {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .btn4_L a {
    margin: 0 auto 0 0;
  }
}

.btn5, .btn5_L {
  width: 100%;
}
.btn5 a, .btn5_L a {
  border: 1px solid #e5a378;
  display: block;
  width: 90%;
  max-width: 250px;
  margin: 0 auto;
  padding: 10px 5px;
  text-align: center;
  color: #35332e;
  font-size: 1.25rem;
  font-family: "YakuHanMP", "Cormorant Infant", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  position: relative;
}
.btn5 a:after, .btn5_L a:after {
  position: absolute;
  top: 50%;
  right: -25px;
  content: "";
  width: 50px;
  height: 1px;
  background: #c37542;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.btn5 a:hover, .btn5_L a:hover {
  background: rgba(229, 163, 120, 0.8);
  color: #fff;
  opacity: 1;
  transition: 0.5s;
}
.btn5 a:hover:after, .btn5_L a:hover:after {
  transform: scale(1, 1);
}
@media only screen and (max-width: 640px) {
  .btn5 a, .btn5_L a {
    font-size: 1.125rem;
  }
}

.btn5_L {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .btn5_L a {
    margin: 0 auto 0 0;
  }
}

.btn5_jp, .btn5_jp_L {
  width: 100%;
}
.btn5_jp a, .btn5_jp_L a {
  border: 1px solid #e5a378;
  display: block;
  width: 90%;
  max-width: 250px;
  margin: 0 auto;
  padding: 10px 5px;
  text-align: center;
  color: #35332e;
  font-size: 1.125rem;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  position: relative;
}
.btn5_jp a:after, .btn5_jp_L a:after {
  position: absolute;
  top: 50%;
  right: -25px;
  content: "";
  width: 50px;
  height: 1px;
  background: #c37542;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.btn5_jp a:hover, .btn5_jp_L a:hover {
  background: rgba(229, 163, 120, 0.8);
  color: #fff;
  opacity: 1;
  transition: 0.5s;
}
.btn5_jp a:hover:after, .btn5_jp_L a:hover:after {
  transform: scale(1, 1);
}
@media only screen and (max-width: 640px) {
  .btn5_jp a, .btn5_jp_L a {
    font-size: 1.125rem;
  }
}

.btn5_jp_L {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .btn5_jp_L a {
    margin: 0 auto 0 0;
  }
}

.btn_cute {
  width: 100%;
  max-width: 230px;
  min-width: 150px;
  position: relative;
  overflow: visible;
  margin-bottom: 10px;
}
.btn_cute a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
  font-size: 1.125rem;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  background: #c37542;
  border-radius: 30px;
  color: #fff !important;
  text-align: center;
}
.btn_cute:before {
  content: "";
  z-index: -1;
  position: absolute;
  background: url(../images/top/pt04.png) repeat center bottom;
  background-size: auto;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  bottom: -4px;
  right: -4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_cute:after {
  color: #fff;
  font-family: "Font Awesome 5 pro";
  content: "\f0da"; /*アイコンのユニコード*/
  font-size: 18px;
  font-weight: bold;
  position: absolute; /*絶対位置*/
  right: 10px; /*アイコンの位置*/
  top: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center !important;
  justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: visible;
}
.btn_cute:hover a, .btn_cute:hover:after {
  opacity: 1;
  -webkit-transform: translate(4px, 4px);
  -ms-transform: translate(4px, 4px);
  transform: translate(4px, 4px);
}
@media only screen and (max-width: 835px) {
  .btn_cute a {
    font-size: 1rem;
    padding: 12px 0;
  }
}
@media only screen and (max-width: 640px) {
  .btn_cute {
    margin: 0 auto;
    min-width: auto;
    width: 95%;
  }
}

.bg_color_wrap {
  position: relative;
  padding: 3% 0 !important;
}
@media screen and (max-width: 1500px) {
  .bg_color_wrap {
    padding: 7% 0 !important;
  }
}
@media only screen and (max-width: 835px) {
  .bg_color_wrap {
    padding: 10% 0 !important;
  }
}

.bg_color_inr {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%;
  background: rgba(229, 163, 120, 0.15);
  z-index: -1;
}
.bg_img_wrap {
  position: relative;
  padding: 4% 0 !important;
}
@media screen and (max-width: 1300px) {
  .bg_img_wrap {
    padding: 6% 0 !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .bg_img_wrap {
    padding: 8% 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  .bg_img_wrap {
    padding: 10% 0 !important;
  }
}

.bg_img_inr {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  background: url(../images/common/top_bg1.png) repeat top;
  background-size: cover;
  z-index: -1;
}
@media only screen and (max-width: 640px) {
  .bg_img_inr {
    background-position: right bottom;
  }
}

.bg_ptn_wrap {
  position: relative;
  padding: 80px 0 !important;
}
@media screen and (max-width: 1300px) {
  .bg_ptn_wrap {
    padding: 70px 0 !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .bg_ptn_wrap {
    padding: 60px 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  .bg_ptn_wrap {
    padding: 40px 0 !important;
  }
}

.bg_ptn_inr {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  background: url(../images/top/ptn1.png) repeat center;
  background-size: auto;
  z-index: -1;
}
@media only screen and (max-width: 1200px) {
  .bg_ptn_inr {
    background-size: 50%;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .bg_ptn_inr {
    background-size: 75%;
  }
}
@media only screen and (max-width: 640px) {
  .bg_ptn_inr {
    background-size: 100%;
  }
}

.flx_inr01 div {
  text-align: center;
}

.flx_inr02 .box {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
}
.flx_inr02 .box article {
  display: flex !important;
  flex-direction: column;
  background: #f2f2f2;
  border: 5px solid #f2f2f2;
}
.flx_inr02 .box article h3 {
  order: 1;
  background: #c37542;
  padding: 5px 10px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
}
@media only screen and (max-width: 835px) {
  .flx_inr02 .box article h3 {
    font-size: 1rem;
  }
}
.flx_inr02 .box article img {
  order: 2;
  width: 100% !important;
  border-bottom: 5px solid #f2f2f2;
}
.flx_inr02 .box article div {
  order: 3;
  padding: 0 5px 5px 5px;
}

.flx_inr03 .box article h3 {
  text-align: center;
  font-size: 1.2em;
  font-weight: 500;
  margin: 5px auto;
  background: rgba(195, 117, 66, 0.8);
  color: #fff;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .flx_inr03 .box article h3 {
    font-size: 1em;
  }
}
@media only screen and (max-width: 640px) {
  .flx_inr03 .box article h3 {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 640px) {
  .flx_inr03 .box:not(:last-child) {
    margin-bottom: 20px !important;
  }
}

.flx_inr04 .box h3 {
  text-align: center;
  font-size: 1.2em;
  color: #e5a378;
  font-weight: 500;
}
.flx_inr04 .box div {
  text-align: center;
  font-size: 1.125rem;
  color: #35332e;
}
@media only screen and (max-width: 835px) {
  .flx_inr04 .box div {
    font-size: 1rem;
  }
}

.img_txt_flx {
  display: flex;
  justify-content: space-between;
}
.img_txt_flx .box {
  overflow: inherit !important;
}
.img_txt_flx .box:first-child {
  width: 39%;
  margin: 0 1% 0 0;
}
.img_txt_flx .box:first-child img {
  display: block;
  margin: 0 auto;
  width: 100% !important;
}
.img_txt_flx .box:nth-child(2) {
  width: 59%;
  margin: 0 0 0 1%;
}
@media only screen and (max-width: 640px) {
  .img_txt_flx {
    flex-direction: column;
  }
  .img_txt_flx .box:first-child {
    width: 100%;
    margin: 0 auto 15px auto !important;
  }
  .img_txt_flx .box:nth-child(2) {
    width: 100%;
    margin: 0 auto !important;
  }
}

.img_txt_flx2 {
  display: flex;
  justify-content: space-between;
}
.img_txt_flx2 .box {
  overflow: inherit !important;
}
.img_txt_flx2 .box:first-child {
  width: 29%;
  margin: 0 1% 0 0;
}
.img_txt_flx2 .box:first-child img {
  display: block;
  margin: 0 auto;
  width: 100% !important;
}
.img_txt_flx2 .box:nth-child(2) {
  width: 69%;
  margin: 0 0 0 1%;
}
@media only screen and (max-width: 640px) {
  .img_txt_flx2 {
    flex-direction: column;
  }
  .img_txt_flx2 .box:first-child {
    width: 100%;
    margin: 0 auto 15px auto !important;
  }
  .img_txt_flx2 .box:nth-child(2) {
    width: 100%;
    margin: 0 auto !important;
  }
}

.img_txt_flx3 {
  display: flex;
  justify-content: space-between;
}
.img_txt_flx3 .box {
  overflow: inherit !important;
}
.img_txt_flx3 .box:first-child {
  width: 19%;
  margin: 0 1% 0 0;
}
.img_txt_flx3 .box:first-child img {
  margin: 0 auto;
  display: block;
  float: none;
}
.img_txt_flx3 .box:nth-child(2) {
  width: 79%;
  margin: 0 0 0 1%;
}
@media only screen and (max-width: 640px) {
  .img_txt_flx3 {
    flex-direction: column;
  }
  .img_txt_flx3 .box:first-child {
    width: 100%;
    margin: 0 auto 15px auto !important;
  }
  .img_txt_flx3 .box:nth-child(2) {
    width: 100%;
    margin: 0 auto !important;
  }
}

.img_txt_flx0 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.img_txt_flx0 .box {
  overflow: inherit !important;
}
.img_txt_flx0 .box:first-child {
  width: 14%;
  margin: 0 1% 0 0;
  padding: 10px;
  background: #fff;
}
.img_txt_flx0 .box:first-child img {
  margin: 0 auto;
  display: block;
  float: none;
}
.img_txt_flx0 .box:nth-child(2) {
  width: 84%;
  margin: 0 0 0 1%;
}
@media only screen and (max-width: 835px) {
  .img_txt_flx0 .box:first-child {
    width: 24%;
  }
}
@media only screen and (max-width: 835px) {
  .img_txt_flx0 .box:nth-child(2) {
    width: 74%;
  }
}

.txt_img_flx {
  display: flex;
  justify-content: space-between;
}
.txt_img_flx .box {
  overflow: inherit !important;
}
.txt_img_flx .box:first-child {
  width: 59%;
  margin: 0 1% 0 0;
}
.txt_img_flx .box:nth-child(2) {
  width: 39%;
  margin: 0 0 0 1%;
}
.txt_img_flx .box:nth-child(2) img {
  display: block;
  margin: 0 auto;
  width: 100% !important;
}
@media only screen and (max-width: 640px) {
  .txt_img_flx {
    flex-direction: column-reverse !important;
  }
  .txt_img_flx .box:first-child {
    width: 100%;
    margin: 0 auto;
  }
  .txt_img_flx .box:nth-child(2) {
    width: 100%;
    margin: 0 auto 15px auto;
  }
}

.txt_img_flx2 {
  display: flex;
  justify-content: space-between;
}
.txt_img_flx2 .box {
  overflow: inherit !important;
}
.txt_img_flx2 .box:first-child {
  width: 69%;
  margin: 0 1% 0 0;
}
.txt_img_flx2 .box:nth-child(2) {
  width: 29%;
  margin: 0 0 0 1%;
}
.txt_img_flx2 .box:nth-child(2) img {
  display: block;
  margin: 0 auto;
  width: 100% !important;
}
@media only screen and (max-width: 640px) {
  .txt_img_flx2 {
    flex-direction: column-reverse !important;
  }
  .txt_img_flx2 .box:first-child {
    width: 100%;
    margin: 0 auto;
  }
  .txt_img_flx2 .box:nth-child(2) {
    width: 100%;
    margin: 0 auto 15px auto;
  }
}

.txt_img_flx3 {
  display: flex;
  justify-content: space-between;
}
.txt_img_flx3 .box {
  overflow: inherit !important;
}
.txt_img_flx3 .box:first-child {
  width: 79%;
  margin: 0 1% 0 0;
}
.txt_img_flx3 .box:nth-child(2) {
  width: 19%;
  margin: 0 0 0 1%;
}
.txt_img_flx3 .box:nth-child(2) img {
  display: block;
  margin: 0 auto;
  width: 100% !important;
}
@media only screen and (max-width: 640px) {
  .txt_img_flx3 {
    flex-direction: column-reverse !important;
  }
  .txt_img_flx3 .box:first-child {
    width: 100%;
    margin: 0 auto;
  }
  .txt_img_flx3 .box:nth-child(2) {
    width: 100%;
    margin: 0 auto 15px auto;
  }
}

.img_txt_flx4, .txt_img_flx4 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap !important;
  margin-top: 60px;
  padding-bottom: 50px;
}
.img_txt_flx4 .box, .txt_img_flx4 .box {
  width: 50%;
  align-self: stretch;
}
.img_txt_flx4 .box:nth-child(2), .txt_img_flx4 .box:nth-child(2) {
  background: #f5eddd;
  width: 55%;
  margin: 50px 0 -30px -5%;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
}
.img_txt_flx4 .box:nth-child(2) > div, .txt_img_flx4 .box:nth-child(2) > div {
  height: 100%;
  padding: 50px 30px;
}
.img_txt_flx4 .box:nth-child(2) > div p, .txt_img_flx4 .box:nth-child(2) > div p {
  color: #35332e;
  font-size: 1rem;
  line-height: 2.5rem;
}
@media only screen and (max-width: 1024px) {
  .img_txt_flx4 .box:nth-child(2) > div p, .txt_img_flx4 .box:nth-child(2) > div p {
    font-size: 0.9375rem;
    line-height: 2rem;
  }
  .img_txt_flx4 .box:nth-child(2) > div p br, .txt_img_flx4 .box:nth-child(2) > div p br {
    display: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .img_txt_flx4 .box:nth-child(2) > div, .txt_img_flx4 .box:nth-child(2) > div {
    padding: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .img_txt_flx4 .box:nth-child(2) > div, .txt_img_flx4 .box:nth-child(2) > div {
    padding: 30px 16px;
    width: 100%;
  }
}
.img_txt_flx4 .box:nth-child(2) img, .txt_img_flx4 .box:nth-child(2) img {
  display: block;
  height: 100% !important;
  object-fit: cover;
}
@media only screen and (max-width: 640px) {
  .img_txt_flx4, .txt_img_flx4 {
    flex-direction: column !important;
  }
  .img_txt_flx4 .box:first-child, .txt_img_flx4 .box:first-child {
    width: 90%;
    margin: 0 auto 0 0;
    position: relative;
  }
  .img_txt_flx4 .box:nth-child(2), .txt_img_flx4 .box:nth-child(2) {
    position: relative;
    width: 90%;
    margin: -20px 0 0 auto;
  }
}
@media only screen and (max-width: 1200px) {
  .img_txt_flx4, .txt_img_flx4 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .img_txt_flx4, .txt_img_flx4 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .img_txt_flx4, .txt_img_flx4 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .img_txt_flx4, .txt_img_flx4 {
    padding-bottom: 0;
  }
}

.txt_img_flx4 {
  flex-direction: row-reverse !important;
}
.txt_img_flx4 .box:nth-child(2) {
  margin: 50px -5% -30px 0;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .txt_img_flx4 {
    flex-direction: column !important;
  }
  .txt_img_flx4 .box:first-child {
    width: 90%;
    margin: 0 0 0 auto !important;
    position: relative;
  }
  .txt_img_flx4 .box:nth-child(2) {
    position: relative;
    width: 90%;
    margin: -20px auto 0 0 !important;
  }
}

.flx2, .flx2_r {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.flx2 .box, .flx2_r .box {
  width: 49%;
}
.flx2 .box:nth-child(2n+1), .flx2_r .box:nth-child(2n+1) {
  margin: 0 1% 0 0;
}
.flx2 .box:nth-child(2n), .flx2_r .box:nth-child(2n) {
  margin: 0 0 0 1%;
}
@media only screen and (max-width: 640px) {
  .flx2, .flx2_r {
    flex-direction: column;
  }
  .flx2 .box, .flx2_r .box {
    width: 100%;
  }
  .flx2 .box:nth-child(2n+1), .flx2_r .box:nth-child(2n+1) {
    margin: 0 auto 15px auto;
  }
  .flx2 .box:nth-child(2n), .flx2_r .box:nth-child(2n) {
    margin: 0 auto;
  }
}

.flx2_r .box {
  width: 49%;
}
.flx2_r .box:nth-child(2n+1) {
  margin: 0 1% 2% 0;
}
.flx2_r .box:nth-child(2n) {
  margin: 0 0 2% 1%;
}
@media only screen and (max-width: 640px) {
  .flx2_r {
    flex-direction: column;
  }
  .flx2_r .box {
    width: 100%;
    margin: 0 auto;
  }
  .flx2_r .box:nth-child(2n+1) {
    margin: 0 auto 20px auto;
  }
  .flx2_r .box:nth-child(2n) {
    margin: 0 auto 20px auto;
  }
  .flx2_r .box:last-child {
    margin-bottom: 0 !important;
  }
}

.flx2_ {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.flx2_ .box {
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .flx2_ {
    flex-direction: column;
  }
  .flx2_ .box {
    width: 100%;
  }
}

.flx2_sp {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.flx2_sp .box {
  width: 49%;
}
.flx2_sp .box:nth-child(2n+1) {
  margin: 0 1% 0 0;
}
.flx2_sp .box:nth-child(2n) {
  margin: 0 0 0 1%;
}
.flx2_sp .box img {
  margin: 0 auto;
}

.flx3 {
  position: relative;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.flx3 .box {
  width: 32%;
  margin: 0 1%;
}
.flx3 .box:nth-child(3n+1) {
  margin: 0 1% 1% 0;
}
.flx3 .box:nth-child(3n+2) {
  margin: 0 1% 1% 1%;
}
.flx3 .box:nth-child(3n+3) {
  margin: 0 0 1% 1%;
}
.flx3 .box a {
  display: block;
}
.flx3 .box img {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .flx3 {
    flex-direction: column;
    justify-content: center;
  }
  .flx3 .box {
    width: 100%;
    margin: 0 auto;
  }
  .flx3 .box:not(:last-child) {
    margin-bottom: 20px;
  }
}

.flx3_r {
  position: relative;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media only screen and (max-width: 835px) {
  .flx3_r {
    justify-content: space-between;
  }
}
.flx3_r .box {
  width: 32%;
  margin: 0 1%;
}
.flx3_r .box:nth-child(3n+1) {
  margin: 0 1% 2% 0;
}
.flx3_r .box:nth-child(3n+2) {
  margin: 0 1% 2% 1%;
}
.flx3_r .box:nth-child(3n+3) {
  margin: 0 0 2% 1%;
}
.flx3_r .box img {
  width: 100%;
}
.flx3_r .box tr td {
  padding: 0 !important;
  border: 0 !important;
}
@media only screen and (max-width: 640px) {
  .flx3_r {
    flex-direction: column;
  }
  .flx3_r .box {
    width: 100%;
    margin: 0 auto !important;
  }
  .flx3_r .box:not(:last-child) {
    margin-bottom: 20px !important;
  }
}

.flx3_sp {
  position: relative;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.flx3_sp .box {
  width: 32%;
  margin: 0 1%;
}
.flx3_sp .box:nth-child(3n+1) {
  margin: 0 1% 2% 0;
}
.flx3_sp .box:nth-child(3n+2) {
  margin: 0 1% 2% 1%;
}
.flx3_sp .box:nth-child(3n+3) {
  margin: 0 0 2% 1%;
}
.flx3_sp .box a {
  display: block;
}
.flx3_sp .box img {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .flx3_sp .box {
    width: 49%;
  }
  .flx3_sp .box:nth-child(2n+1) {
    margin: 0 1% 2% 0;
  }
  .flx3_sp .box:nth-child(2n) {
    margin: 0 0 2% 1%;
  }
  .flx3_sp .box img {
    margin: 0 auto;
  }
}

.flx3_3 {
  position: relative;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.flx3_3 .box {
  width: 32%;
  margin: 0 1%;
}
.flx3_3 .box:nth-child(3n+1) {
  margin: 0 1% 1% 0;
}
.flx3_3 .box:nth-child(3n+2) {
  margin: 0 1% 1% 1%;
}
.flx3_3 .box:nth-child(3n+3) {
  margin: 0 0 1% 1%;
}
.flx3_3 .box a {
  display: block;
}
.flx3_3 .box img {
  display: block;
  margin: 0 auto;
}

.flx4, .flx4_r {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
.flx4 .box, .flx4_r .box {
  width: 23.5%;
  margin: 0 1%;
}
.flx4 .box:nth-child(4n+1), .flx4_r .box:nth-child(4n+1) {
  margin: 0 1% 2% 0;
}
.flx4 .box:nth-child(4n+4), .flx4_r .box:nth-child(4n+4) {
  margin: 0 0 2% 1%;
}
.flx4 .box img, .flx4_r .box img {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .flx4 .box, .flx4_r .box {
    width: 49%;
  }
  .flx4 .box:nth-child(2n+1), .flx4_r .box:nth-child(2n+1) {
    margin: 0 1% 2% 0;
  }
  .flx4 .box:nth-child(2n), .flx4_r .box:nth-child(2n) {
    margin: 0 0 2% 1%;
  }
}
@media screen and (max-width: 350px) {
  .flx4, .flx4_r {
    flex-direction: column;
  }
  .flx4 .box, .flx4_r .box {
    width: 100%;
    margin-bottom: 20px;
  }
  .flx4 .box:not(:last-child), .flx4_r .box:not(:last-child) {
    margin-bottom: 20px;
  }
}

.flx4_r .box {
  margin: 0 1% 2% 1%;
}
@media only screen and (max-width: 640px) {
  .flx4_r .box {
    width: 49%;
  }
  .flx4_r .box:nth-child(2n+1) {
    margin: 0 1% 2% 0;
  }
  .flx4_r .box:nth-child(2n) {
    margin: 0 0 2% 1%;
  }
}

.flx5 {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
.flx5 .box {
  width: 18.4%;
  margin: 0 1%;
}
.flx5 .box:nth-child(5n+1) {
  margin: 0 1% 1% 0;
}
.flx5 .box:nth-child(5n+5) {
  margin: 0 0 1% 1%;
}
.flx5 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .flx5 .box {
    width: 32%;
    margin: 0 1%;
  }
  .flx5 .box:nth-child(3n+1) {
    margin: 0 1% 1% 0;
  }
  .flx5 .box:nth-child(3n+2) {
    margin: 0 1% 1% 1%;
  }
  .flx5 .box:nth-child(3n+3) {
    margin: 0 0 1% 1%;
  }
  .flx5 .box tr td {
    padding: 0 !important;
    border: 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  .flx5 .box {
    width: 49%;
  }
  .flx5 .box:nth-child(2n+1) {
    margin: 0 1% 2% 0;
  }
  .flx5 .box:nth-child(2n) {
    margin: 0 0 2% 1%;
  }
}
@media screen and (max-width: 350px) {
  .flx5 {
    flex-direction: column;
  }
  .flx5 .box {
    width: 100%;
    margin-bottom: 20px;
  }
  .flx5 .box:not(:last-child) {
    margin-bottom: 20px;
  }
}

.flx6 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
.flx6 .box {
  width: 15%;
  margin: 0 1%;
}
.flx6 .box:nth-child(6n+1) {
  margin: 0 1% 1% 0;
}
.flx6 .box:nth-child(6n+6) {
  margin: 0 0 1% 1%;
}
.flx6 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}
.flx6 .box img {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 835px) {
  .flx6 .box {
    width: 32%;
    margin: 0 1%;
  }
  .flx6 .box:nth-child(3n+1) {
    margin: 0 1% 2% 0;
  }
  .flx6 .box:nth-child(3n+2) {
    margin: 0 1% 2% 1%;
  }
  .flx6 .box:nth-child(3n+3) {
    margin: 0 0 2% 1%;
  }
}
@media screen and (max-width: 350px) {
  .flx6 .box {
    width: 49%;
  }
  .flx6 .box:nth-child(2n+1) {
    margin: 0 1% 2% 0;
  }
  .flx6 .box:nth-child(2n) {
    margin: 0 0 2% 1%;
  }
}

.greeting_box .box:nth-child(2) {
  width: 100%;
}
.greeting_box .box:nth-child(2) h3 {
  color: #c37542;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-weight: 600;
  font-size: 1.25rem;
}
@media only screen and (max-width: 835px) {
  .greeting_box .box:nth-child(2) h3 {
    font-size: 1.125rem;
  }
}
.greeting_box .box:nth-child(2) .name {
  font-weight: 600;
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .greeting_box {
    flex-direction: column;
  }
  .greeting_box .box:first-child {
    width: 100%;
  }
  .greeting_box .box:nth-child(2) {
    width: 100%;
    margin-top: 20px;
  }
}

._top_sns li {
  padding: 0 10px;
}
._top_sns .sns_text {
  display: none !important;
}

.top_sns .sns_text > ul {
  display: none;
}
.top_sns .square-inner {
  position: relative;
  display: block;
}
.top_sns .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.top_sns .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.top_sns .sns_photo {
  padding: 0 10px;
}

.top_insta .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.top_insta .sns_list .sns_text {
  width: 100%;
}
.top_insta .sns_list .sns_text ul {
  display: none;
}
.top_insta .sns_list .sns_text .sns_date {
  color: #35332e;
  font-family: "YakuHanMP", "Lora", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.2em;
}
.top_insta .sns_list .sns_text .caption {
  font-size: 0.875rem;
  line-height: 1.5em;
}
.top_insta .sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}
.top_insta .sns_list .sns_photo img {
  width: 100%;
}
.top_insta .sns_list > div {
  border: none !important;
  display: block;
  flex-direction: column;
  width: 23%;
  margin: 1%;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .top_insta .sns_list > div {
    width: 48%;
  }
}
@media only screen and (max-width: 640px) {
  .top_insta .sns_list > div {
    width: 48%;
  }
}
@media screen and (max-width: 350px) {
  .top_insta .sns_list > div {
    width: 100%;
    margin: 0 auto 20px auto;
  }
}

.top_insta_6 .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.top_insta_6 .sns_list .sns_text {
  display: none;
}
.top_insta_6 .sns_list .sns_photo {
  width: 100% !important;
  height: 100%;
  padding: 0 !important;
}
.top_insta_6 .sns_list .sns_photo img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.top_insta_6 .sns_list > div {
  border: none !important;
  width: 16.666%;
  margin: 0;
}
@media only screen and (max-width: 1000px) {
  .top_insta_6 .sns_list > div {
    width: 25%;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .top_insta_6 .sns_list > div {
    width: 33.333%;
  }
}
@media only screen and (max-width: 640px) {
  .top_insta_6 .sns_list > div {
    width: 50%;
  }
}
@media screen and (max-width: 350px) {
  .top_insta_6 .sns_list > div {
    width: 100%;
  }
}

.top_insta_4 {
  width: 100%;
  margin: 0 auto;
}
.top_insta_4 .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.top_insta_4 .sns_list .sns_text {
  display: none;
}
.top_insta_4 .sns_list .square-inner {
  position: relative;
  display: block;
}
.top_insta_4 .sns_list .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.top_insta_4 .sns_list .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.top_insta_4 .sns_list .sns_photo {
  width: 100% !important;
  height: 100%;
}
.top_insta_4 .sns_list .sns_photo img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.top_insta_4 .sns_list > div {
  border: none !important;
  width: 25%;
  margin: 0;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .top_insta_4 .sns_list > div {
    width: 33.333%;
  }
}
@media only screen and (max-width: 640px) {
  .top_insta_4 .sns_list > div {
    width: 50%;
  }
}
@media screen and (max-width: 350px) {
  .top_insta_4 .sns_list > div {
    width: 100%;
  }
}

.top_insta_t_4 .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.top_insta_t_4 .sns_list > div {
  flex-direction: column;
  border: none !important;
  width: 23.5%;
  margin: 0 1% 2% 1%;
}
.top_insta_t_4 .sns_list > div:nth-child(4n+1) {
  margin: 0 1% 2% 0;
}
.top_insta_t_4 .sns_list > div:nth-child(4n+4) {
  margin: 0 0 2% 1%;
}
.top_insta_t_4 .sns_list > div .sns_text {
  width: 100%;
}
.top_insta_t_4 .sns_list > div .sns_text ul {
  display: none;
}
.top_insta_t_4 .sns_list > div .sns_text .sns_date {
  color: #fff;
  font-family: "YakuHanMP", "Lora", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.2em;
  line-height: 1;
  margin-bottom: 10px;
}
.top_insta_t_4 .sns_list > div .sns_text .caption {
  color: #565656;
  line-height: 1.5em;
}
.top_insta_t_4 .sns_list > div .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}
.top_insta_t_4 .sns_list > div .sns_photo img {
  width: 100%;
}
@media only screen and (max-width: 835px) {
  .top_insta_t_4 .sns_list > div {
    width: 49%;
  }
  .top_insta_t_4 .sns_list > div:nth-child(2n+1) {
    margin: 0 1% 2% 0;
  }
  .top_insta_t_4 .sns_list > div:nth-child(2n) {
    margin: 0 0 2% 1%;
  }
}

.top_insta_3 {
  width: 100%;
  margin: 0 auto;
}
.top_insta_3 .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.top_insta_3 .sns_list .sns_text {
  display: none;
}
.top_insta_3 .sns_list .square-inner {
  position: relative;
  display: block;
}
.top_insta_3 .sns_list .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.top_insta_3 .sns_list .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.top_insta_3 .sns_list .sns_photo {
  width: 100% !important;
  height: 100%;
  padding: 0 !important;
}
.top_insta_3 .sns_list .sns_photo img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.top_insta_3 .sns_list > div {
  border: none !important;
  width: 32.333%;
  margin: 0.5%;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .top_insta_3 .sns_list > div {
    width: 49%;
  }
}
@media only screen and (max-width: 640px) {
  .top_insta_3 .sns_list > div {
    width: 49%;
  }
}
@media screen and (max-width: 350px) {
  .top_insta_3 .sns_list > div {
    width: 99%;
  }
}

.local_insta .sns_list {
  border: none;
}
.local_insta .sns_list .sns_photo {
  width: 20%;
}
.local_insta .sns_list .sns_photo a {
  display: block;
}
.local_insta .sns_list .sns_photo .square-inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.local_insta .sns_list .sns_photo .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.local_insta .sns_list .sns_photo .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.local_insta .sns_list .sns_text {
  width: 80%;
  font-size: 0.9375rem;
}
.local_insta .sns_list .sns_text .sns_date {
  width: 110px;
  text-align: center;
  background: #c37542;
  color: #fff;
  font-family: "YakuHanMP", "Lora", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  margin-bottom: 10px;
}
.local_insta .sns_list .sns_text ul li {
  background: rgba(204, 204, 204, 0.3);
  margin: 3px;
}
.local_insta .sns_list .sns_text ul li a {
  padding: 3px;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 0.8125rem;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .local_insta .sns_list > div {
    flex-direction: row !important;
  }
}
@media only screen and (max-width: 640px) {
  .local_insta .sns_list .sns_photo {
    width: 100%;
  }
  .local_insta .sns_list .sns_photo img {
    width: 100%;
  }
  .local_insta .sns_list .sns_text {
    width: 100%;
  }
}

.top_insta_scl .sns_list {
  border: none;
}
.top_insta_scl .sns_list .sns_photo {
  width: 25%;
}
.top_insta_scl .sns_list .sns_text {
  width: 75%;
  font-size: 0.9375rem;
}
.top_insta_scl .sns_list .sns_text .sns_date {
  width: 110px;
  text-align: center;
  background: #e5a378;
  color: #fff;
  padding: 5px 5px 5px 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 835px) {
  .top_insta_scl .sns_list .sns_photo {
    width: 100%;
  }
  .top_insta_scl .sns_list .sns_photo img {
    width: 100%;
  }
  .top_insta_scl .sns_list .sns_text {
    width: 100%;
  }
}

.top_insta_5 .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.top_insta_5 .sns_list .sns_text {
  display: none;
}
.top_insta_5 .sns_list .sns_photo {
  width: 100% !important;
  height: 100%;
  padding: 0 !important;
}
.top_insta_5 .sns_list .sns_photo img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.top_insta_5 .sns_list > div {
  border: none !important;
  display: block;
  flex-direction: column;
  width: 18%;
  margin: 1%;
}
@media only screen and (max-width: 640px) {
  .top_insta_5 .sns_list > div {
    width: 48%;
  }
}
@media screen and (max-width: 350px) {
  .top_insta_5 .sns_list > div {
    width: 100%;
    margin: 0 auto 15px auto;
  }
}

.top_insta_t_5 .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.top_insta_t_5 .sns_list .sns_text {
  width: 100%;
}
.top_insta_t_5 .sns_list .sns_text ul {
  display: none;
}
.top_insta_t_5 .sns_list .sns_text .sns_date {
  font-family: "YakuHanMP", "Lora", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.2em;
}
.top_insta_t_5 .sns_list .sns_text .caption {
  line-height: 1.5em;
}
.top_insta_t_5 .sns_list .square-inner {
  position: relative;
  display: block;
}
.top_insta_t_5 .sns_list .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.top_insta_t_5 .sns_list .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.top_insta_t_5 .sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}
.top_insta_t_5 .sns_list .sns_photo img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.top_insta_t_5 .sns_list > div {
  border: none !important;
  display: block;
  flex-direction: column;
  width: 18%;
  margin: 1%;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .top_insta_t_5 .sns_list > div {
    width: 31.333%;
  }
}
@media only screen and (max-width: 640px) {
  .top_insta_t_5 .sns_list > div {
    width: 48%;
  }
}
@media screen and (max-width: 350px) {
  .top_insta_t_5 .sns_list > div {
    width: 100%;
    margin: 0 auto 15px auto;
  }
}

.local_insta2 .sns_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row !important;
  border: none;
}
.local_insta2 .sns_list > div {
  width: 31.333%;
  margin: 1%;
  flex-direction: column;
  border: none;
}
.local_insta2 .sns_list > div .sns_photo {
  width: 100%;
}
.local_insta2 .sns_list > div .sns_photo a {
  display: block;
}
.local_insta2 .sns_list > div .sns_photo .square-inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.local_insta2 .sns_list > div .sns_photo .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.local_insta2 .sns_list > div .sns_photo .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.local_insta2 .sns_list > div .sns_text {
  width: 100%;
  padding: 0 !important;
}
.local_insta2 .sns_list > div .sns_text .sns_date {
  color: #e5a378 !important;
  font-size: 1rem;
}
.local_insta2 .sns_list > div .sns_text ul {
  display: none;
}
.local_insta2 .sns_list > div .sns_text .caption {
  font-size: 15px;
}
@media only screen and (max-width: 640px) {
  .local_insta2 .sns_list > div {
    width: 48%;
  }
}

section div.form_wrap dl dt {
  background: transration !important;
}

.panbtm {
  margin-top: 80px !important;
}
@media only screen and (max-width: 1024px) {
  .panbtm {
    margin-top: 60px !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .panbtm {
    margin-top: 50px !important;
  }
}
@media only screen and (max-width: 640px) {
  .panbtm {
    margin-top: 50px !important;
  }
}

.sp150 {
  margin: 150px auto;
}
@media only screen and (max-width: 1500px) {
  .sp150 {
    margin: 120px auto;
  }
}
@media only screen and (max-width: 1200px) {
  .sp150 {
    margin: 100px auto;
  }
}
@media only screen and (max-width: 1024px) {
  .sp150 {
    margin: 80px auto;
  }
}
@media only screen and (max-width: 835px) {
  .sp150 {
    margin: 50px auto;
  }
}

.sp120 {
  margin: 120px auto;
}
@media only screen and (max-width: 1500px) {
  .sp120 {
    margin: 100px auto;
  }
}
@media only screen and (max-width: 1200px) {
  .sp120 {
    margin: 80px auto;
  }
}
@media only screen and (max-width: 1000px) {
  .sp120 {
    margin: 60px auto;
  }
}
@media only screen and (max-width: 835px) {
  .sp120 {
    margin: 40px auto;
  }
}

.sp100 {
  margin: 100px auto;
}
@media only screen and (max-width: 1500px) {
  .sp100 {
    margin: 70px auto;
  }
}
@media only screen and (max-width: 835px) {
  .sp100 {
    margin: 40px auto;
  }
}

.sp80 {
  margin: 80px auto;
}
@media only screen and (max-width: 1200px) {
  .sp80 {
    margin: 60px auto;
  }
}
@media only screen and (max-width: 1000px) {
  .sp80 {
    margin: 50px auto;
  }
}
@media only screen and (max-width: 835px) {
  .sp80 {
    margin: 40px auto;
  }
}

.sp70 {
  margin: 70px auto;
}
@media only screen and (max-width: 1200px) {
  .sp70 {
    margin: 50px auto;
  }
}
@media only screen and (max-width: 1000px) {
  .sp70 {
    margin: 40px auto;
  }
}
@media only screen and (max-width: 835px) {
  .sp70 {
    margin: 40px auto;
  }
}

.sp60 {
  margin: 60px auto;
}
@media only screen and (max-width: 1200px) {
  .sp60 {
    margin: 50px auto;
  }
}
@media only screen and (max-width: 1000px) {
  .sp60 {
    margin: 40px auto;
  }
}
@media only screen and (max-width: 835px) {
  .sp60 {
    margin: 40px auto;
  }
}

.sp50 {
  margin: 50px auto;
}
@media only screen and (max-width: 1200px) {
  .sp50 {
    margin: 40px auto;
  }
}
@media only screen and (max-width: 1000px) {
  .sp50 {
    margin: 40px auto;
  }
}
@media only screen and (max-width: 835px) {
  .sp50 {
    margin: 30px auto;
  }
}

.sp40 {
  margin: 40px auto;
}
@media only screen and (max-width: 1000px) {
  .sp40 {
    margin: 30px auto;
  }
}
@media only screen and (max-width: 835px) {
  .sp40 {
    margin: 20px auto;
  }
}

.sp30 {
  margin: 30px auto;
}
@media only screen and (max-width: 1200px) {
  .sp30 {
    margin: 30px auto;
  }
}
@media only screen and (max-width: 1000px) {
  .sp30 {
    margin: 20px auto;
  }
}
@media only screen and (max-width: 835px) {
  .sp30 {
    margin: 15px auto;
  }
}

.sp20 {
  margin: 20px auto;
}
@media only screen and (max-width: 835px) {
  .sp20 {
    margin: 15px auto;
  }
}

.sp15 {
  margin: 15px auto;
}
@media only screen and (max-width: 835px) {
  .sp15 {
    margin: 10px auto;
  }
}

.tp20 {
  margin-top: 20px;
}
@media only screen and (max-width: 835px) {
  .tp20 {
    margin-top: 15px;
  }
}

.tp15 {
  margin-top: 15px;
}

.tp10 {
  margin-top: 10px;
}

.tp30 {
  margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .tp30 {
    margin-top: 20px;
  }
}

.tp40 {
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .tp40 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 835px) {
  .tp40 {
    margin-top: 30px;
  }
}

.tp50 {
  margin-top: 50px;
}
@media only screen and (max-width: 1024px) {
  .tp50 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 835px) {
  .tp50 {
    margin-top: 30px;
  }
}

.tp60 {
  margin-top: 60px;
}
@media only screen and (max-width: 1200px) {
  .tp60 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .tp60 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 835px) {
  .tp60 {
    margin-top: 30px;
  }
}

.tp70 {
  margin-top: 70px;
}
@media only screen and (max-width: 1200px) {
  .tp70 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .tp70 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 835px) {
  .tp70 {
    margin-top: 30px;
  }
}

.tp80 {
  margin-top: 80px;
}
@media only screen and (max-width: 1200px) {
  .tp80 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .tp80 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 835px) {
  .tp80 {
    margin-top: 40px;
  }
}

.tp100 {
  margin-top: 100px;
}
@media only screen and (max-width: 1500px) {
  .tp100 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1200px) {
  .tp100 {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 1024px) {
  .tp100 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 835px) {
  .tp100 {
    margin-top: 40px;
  }
}

.tp120 {
  margin-top: 120px;
}
@media only screen and (max-width: 1500px) {
  .tp120 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .tp120 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1000px) {
  .tp120 {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 835px) {
  .tp120 {
    margin-top: 40px;
  }
}

.tp150 {
  margin-top: 150px;
}
@media only screen and (max-width: 1500px) {
  .tp150 {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 1200px) {
  .tp150 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .tp150 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 835px) {
  .tp150 {
    margin-top: 50px;
  }
}

.bt10 {
  margin-bottom: 10px;
}

.bt15 {
  margin-bottom: 15px;
}

.bt20 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 835px) {
  .bt20 {
    margin-bottom: 15px;
  }
}

.bt30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .bt30 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 835px) {
  .bt30 {
    margin-bottom: 15px;
  }
}

.bt40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 835px) {
  .bt40 {
    margin-bottom: 30px;
  }
}

.bt50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .bt50 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 835px) {
  .bt50 {
    margin-bottom: 30px;
  }
}

.bt60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1200px) {
  .bt60 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .bt60 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 835px) {
  .bt60 {
    margin-bottom: 30px;
  }
}

.bt70 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1200px) {
  .bt70 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .bt70 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 835px) {
  .bt70 {
    margin-bottom: 30px;
  }
}

.bt80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1200px) {
  .bt80 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .bt80 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 835px) {
  .bt80 {
    margin-bottom: 30px;
  }
}

.bt100 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1200px) {
  .bt100 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .bt100 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 835px) {
  .bt100 {
    margin-bottom: 30px;
  }
}

.bt120 {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1500px) {
  .bt120 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .bt120 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .bt120 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 835px) {
  .bt120 {
    margin-bottom: 30px;
  }
}

.bt150 {
  margin-bottom: 150px;
}
@media only screen and (max-width: 1500px) {
  .bt150 {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 1200px) {
  .bt150 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .bt150 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 835px) {
  .bt150 {
    margin-bottom: 50px;
  }
}

.ctsp {
  margin: 40px auto;
}
@media only screen and (max-width: 640px) {
  .ctsp {
    margin: 30px auto;
  }
}

.ctsp2 {
  margin: 30px auto;
}
@media only screen and (max-width: 640px) {
  .ctsp2 {
    margin: 20px auto;
  }
}

.bssp {
  margin: 20px auto;
}
@media only screen and (max-width: 640px) {
  .bssp {
    margin: 15px auto;
  }
}

.spsp {
  margin-top: 0 !important;
}
@media only screen and (max-width: 835px) {
  .spsp {
    margin-top: 0 !important;
  }
}

.pd70 {
  padding: 70px 0;
}
@media only screen and (max-width: 1000px) {
  .pd70 {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 835px) {
  .pd70 {
    padding: 30px 0;
  }
}

a.tel_link {
  color: #7b674d;
  opacity: 1;
}

.local_tel {
  margin: 1%;
  text-align: left;
}
.local_tel a {
  display: flex;
  align-items: center;
}
.local_tel a:hover {
  opacity: 1 !important;
}
.local_tel i {
  margin-right: 5px;
  color: #fff;
  font-size: 1.5rem;
  background: #e5a378;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
@media (max-width: 1200px) {
  .local_tel i {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.local_tel img {
  width: 50px;
  margin-right: 8px;
}
.local_tel .txt {
  font-family: "YakuHanMP", "Lora", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.875rem;
  font-weight: 500;
  color: #35332e;
}
@media (max-width: 1200px) {
  .local_tel .txt {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
.local_tel span {
  font-size: 0.875rem;
  letter-spacing: normal;
  margin-top: 5px;
  line-height: 1.5em !important;
  display: block;
}

@media only screen and (max-width: 835px) {
  .brdnt {
    text-align: left !important;
  }
  .brdnt br {
    display: none;
  }
  .brdnt div {
    text-align: left !important;
  }
  .brdnt div br {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .brdn {
    text-align: left !important;
  }
  .brdn br {
    display: none;
  }
  .brdn div, .brdn article, .brdn h2, .brdn h3 {
    text-align: left !important;
  }
  .brdn div br, .brdn article br, .brdn h2 br, .brdn h3 br {
    display: none;
  }
}

@media screen and (min-width: 836px) {
  .brdnpc br {
    display: none;
  }
}

@media screen and (min-width: 641px) {
  .brdnpct br {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .CLS table tr {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 640px) {
  .tblscr table {
    table-layout: auto !important;
  }
}
.tblscr table .ttl {
  min-width: 100px;
  background: #f3f3f3;
  background: #f5eddd;
}
.tblscr table .ttl div {
  font-weight: 500;
}
.tblscr table .price {
  font-family: "YakuHanMP", "Lora", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  color: #35332e;
}
.tblscr table .price div {
  font-weight: 600;
}

.box_line {
  border-bottom: 2px solid #ccc;
}

.company_DL dl {
  line-height: 1.8em !important;
}
.company_DL dt {
  align-items: center !important;
  background: #f5f5f5;
  font-weight: 500;
  min-width: 95px;
}
@media only screen and (max-width: 640px) {
  .company_DL dl {
    display: block !important;
  }
  .company_DL dl dt {
    width: 100% !important;
    border-right: 1px solid #ccc !important;
  }
  .company_DL dl:last-child dt {
    border-bottom: none !important;
  }
  .company_DL dl dd {
    width: 100% !important;
  }
}

.company_DL2 {
  background: none !important;
}
.company_DL2 dl {
  line-height: 2.5em;
}
.company_DL2 dl dt {
  align-items: center !important;
  background: none !important;
  border-bottom: 1px solid #7b674d !important;
  min-width: 80px;
}
.company_DL2 dl dd {
  background: none !important;
  border-bottom: 1px solid rgba(204, 204, 204, 0.8) !important;
}
.company_DL2 dl:last-of-type dt {
  border-bottom: 1px solid #35332e !important;
}
@media only screen and (max-width: 835px) {
  .company_DL2 dl {
    line-height: 2em;
  }
}

.company_DL3 dl {
  display: block !important;
  border-bottom: 1px dashed rgba(204, 204, 204, 0.5);
}
.company_DL3 dl:not(.last-child) {
  margin-bottom: 10px !important;
}
.company_DL3 dl dt {
  width: 100% !important;
  color: #755d47;
  font-weight: bold;
  padding: 0 8px !important;
}
.company_DL3 dl dd {
  width: 100% !important;
  padding: 0 8px !important;
}

.company_DL4 dl {
  line-height: 1.8em !important;
  margin-bottom: 10px;
}
.company_DL4 dt {
  align-items: center !important;
  background: rgba(229, 163, 120, 0.2) !important;
  font-weight: 500;
  min-width: 95px;
  color: #755d47;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-weight: 600;
}
.company_DL4 dd {
  background: #f2f2f2 !important;
}
@media only screen and (max-width: 640px) {
  .company_DL4 dl {
    display: block !important;
  }
  .company_DL4 dl dt {
    width: 100% !important;
  }
  .company_DL4 dl:last-child dt {
    border-bottom: none !important;
  }
  .company_DL4 dl dd {
    width: 100% !important;
  }
}

.form_wrap dl dd > div {
  display: block;
}

@media only screen and (max-width: 835px) {
  .fancybox-toolbar {
    top: 50px !important;
  }
}

@media screen and (min-width: 1501px) {
  .fancybox-navigation .fancybox-button--arrow_right {
    right: 60px !important;
  }
}
@media only screen and (max-width: 1500px) {
  .fancybox-outer,
  .fancybox-inner,
  .fancybox-bg,
  .fancybox-stage {
    bottom: 50px !important;
  }
}
.company_01 h3 {
  font-size: 1.3125rem;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .company_01 h3 {
    font-size: calc(1.25625rem + 0.075vw);
  }
}
@media only screen and (max-width: 835px) {
  .company_01 h3 {
    margin-bottom: 10px;
  }
}
.company_01 .name {
  font-size: 1.05em;
  text-align: right !important;
}
.enkaku_box {
  margin-top: 50px;
  position: relative;
  padding-bottom: 20px;
  padding-left: 60px;
}
.enkaku_box:after {
  position: absolute;
  top: 0;
  left: 15px;
  width: 3px;
  height: 100%;
  content: "";
  background: #e5a378;
}
.enkaku_box dl {
  margin-bottom: 10px;
  padding-bottom: 10px !important;
  border-bottom: 1px dotted #999 !important;
}
.enkaku_box dl dt {
  min-width: 120px !important;
  display: flex;
  flex-direction: column;
  align-items: flex-end !important;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  color: #e5a378;
  font-size: 1rem;
  font-family: "YakuHanMP", "Lora", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-weight: 500;
}
.enkaku_box dl dt:before {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: -52px;
  display: block;
  width: 15px;
  height: 15px;
  margin: auto;
  content: "";
  border-radius: 10px;
  background: #e5a378;
}
.enkaku_box dl dt:after {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: -40px;
  display: block;
  width: 15%;
  height: 1px;
  margin: auto;
  content: "";
  background: #666;
}
@media only screen and (max-width: 640px) {
  .enkaku_box dl dt {
    min-width: 110px !important;
  }
  .enkaku_box dl dt:before {
    left: -32px;
  }
  .enkaku_box dl dt:after {
    left: -20px;
  }
}
@media only screen and (max-width: 640px) {
  .enkaku_box {
    padding-left: 40px;
  }
}

.pan1 ol {
  margin: 20px auto 0 auto;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.pan1 ol .kasou {
  padding-left: 30px;
  position: relative;
}
.pan1 ol .kasou a {
  color: #7b674d !important;
  pointer-events: none;
}
.pan1 ol .kasou:after {
  font-family: "Font Awesome 5 pro";
  content: "\f054"; /*アイコンのユニコード*/
  font-weight: 600;
  font-size: 0.875rem;
  position: absolute; /*絶対位置*/
  left: 10px; /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  transition: 0.5s;
}
@media only screen and (max-width: 835px) {
  .pan1 ol {
    display: none;
  }
}

.pan2 ol {
  color: #565656;
}
.pan2 ol a {
  color: #565656;
}

.imgL {
  max-width: 100% !important;
}

.error2 {
  margin-top: 100px;
}
.error2 h2 {
  font-size: 40px;
  font-weight: bold;
}
.error2 a {
  border: 1px solid #ccc;
  padding: 3px 20px;
  display: inline-block;
}
@media only screen and (max-width: 835px) {
  .error2 {
    margin-top: 50px;
  }
}

.img100 img {
  display: block !important;
  width: 100% !important;
}

section form h2.mail.title {
  display: none;
}

.fitcon {
  width: fit-content;
  text-align: left;
  margin-inline: auto;
}

.step_title {
  margin: 50px auto 20px auto;
}
.step_title h2, .step_title h3, .step_title h4 {
  font-size: 1.3125rem;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-weight: 500;
  border-bottom: 1px dashed #aaa;
  padding-bottom: 5px;
}
@media (max-width: 1200px) {
  .step_title h2, .step_title h3, .step_title h4 {
    font-size: calc(1.25625rem + 0.075vw);
  }
}
.step_title h2 .num, .step_title h3 .num, .step_title h4 .num {
  font-size: 1.5rem;
  background: #e5a378;
  border-radius: 5px;
  font-family: balboa, sans-serif;
  font-family: "Open Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: "YakuHanMP", "Cormorant Infant", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  color: #fff;
  padding: 0 5px;
  margin-right: 12px;
}
@media (max-width: 1200px) {
  .step_title h2 .num, .step_title h3 .num, .step_title h4 .num {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media only screen and (max-width: 835px) {
  .step_title {
    margin: 30px auto 15px auto;
  }
  .step_title h2, .step_title h3, .step_title h4 {
    font-size: 1.25rem;
  }
  .step_title h2 .num, .step_title h3 .num, .step_title h4 .num {
    font-size: 1.125rem;
  }
}

.step_title2, .step_title3 {
  margin: 40px auto 20px auto;
  border-bottom: 1px dashed rgba(53, 51, 46, 0.2);
}
.step_title2 h2, .step_title3 h2 {
  color: #35332e;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.step_title2 h2 .num, .step_title3 h2 .num {
  margin-right: 15px;
  font-size: 2.25rem;
  font-style: italic;
  font-family: "YakuHanMP", "Cormorant Infant", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  color: #c37542;
  line-height: 1;
}
@media (max-width: 1200px) {
  .step_title2 h2 .num, .step_title3 h2 .num {
    font-size: calc(1.35rem + 1.2vw);
  }
}
@media only screen and (max-width: 835px) {
  .step_title2 h2 .num, .step_title3 h2 .num {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 835px) {
  .step_title2, .step_title3 {
    margin: 30px auto 15px auto;
  }
  .step_title2 h2, .step_title3 h2 {
    font-size: 1.125rem;
  }
}

.step_title3 h3:after {
  content: "\f4b6  voice";
}

.step_title4 {
  margin: 40px auto 20px auto;
}
.step_title4 h2, .step_title4 h3, .step_title4 h4 {
  color: #35332e;
  font-size: 1.5rem;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: dotted 2px rgba(204, 204, 204, 0.5);
}
@media (max-width: 1200px) {
  .step_title4 h2, .step_title4 h3, .step_title4 h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.step_title4 h2 .num, .step_title4 h3 .num, .step_title4 h4 .num {
  font-family: "YakuHanMP", "Lora", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-weight: normal;
  font-size: 2em;
  color: #e5a378;
  font-style: oblique;
  margin-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .step_title4 h2, .step_title4 h3, .step_title4 h4 {
    font-size: 1.125rem;
  }
  .step_title4 h2 .num, .step_title4 h3 .num, .step_title4 h4 .num {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 835px) {
  .step_title4 {
    margin: 30px auto 20px auto;
  }
  .step_title4 h2 {
    font-size: 1.3125rem;
  }
}
@media only screen and (max-width: 835px) and (max-width: 1200px) {
  .step_title4 h2 {
    font-size: calc(1.25625rem + 0.075vw);
  }
}

.step_arrow {
  margin-top: 60px;
  position: relative;
}
.step_arrow:after {
  content: "";
  width: 48px;
  height: 48px;
  background: url(../images/common/arrow_hover.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  display: block;
  visibility: inherit;
  transform: rotate(90deg);
}
@media only screen and (max-width: 835px) {
  .step_arrow:after {
    width: 30px;
    height: 30px;
    top: -40px;
  }
}
@media only screen and (max-width: 835px) {
  .step_arrow {
    margin-top: 50px;
  }
}

.flow_arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 60px 0 60px;
  border-color: #e5a378 transparent transparent transparent;
  margin: 20px auto;
}
@media only screen and (max-width: 835px) {
  .flow_arrow {
    margin: 10px auto 15px auto;
  }
}

.step_box01 ul li {
  width: 100%;
}
.step_box01 ul li:not(:last-child) {
  margin-bottom: 30px;
}
.step_box01 ul li article {
  width: 100%;
  display: flex;
}
.step_box01 ul li article h5 {
  display: block;
  background: #35332e;
  background-image: -moz-linear-gradient(-76deg, #a79154 0%, #e5a378 100%);
  background-image: -webkit-linear-gradient(-76deg, #a79154 0%, #e5a378 100%);
  background-image: -ms-linear-gradient(-76deg, #a79154 0%, #e5a378 100%);
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 1.25rem;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .step_box01 ul li article h5 {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .step_box01 ul li article h5 {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 1rem;
    margin-right: 10px;
  }
}
.step_box01 ul li article > div {
  width: calc(100% - 120px);
  display: flex;
  align-items: flex-start;
}
.step_box01 ul li article > div .box {
  width: 68%;
  margin-right: 2%;
}
.step_box01 ul li article > div .box .ttl {
  font-size: 1.25rem;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-weight: 600;
  border-bottom: 2px solid rgba(53, 51, 46, 0.2);
}
@media only screen and (max-width: 640px) {
  .step_box01 ul li article > div .box .ttl {
    margin: 10px auto;
  }
}
.step_box01 ul li article > div > img {
  width: 30% !important;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .step_box01 ul li article > div {
    width: calc(100% - 110px);
  }
}
@media only screen and (max-width: 640px) {
  .step_box01 ul li article > div {
    width: calc(100% - 70px);
    flex-direction: column-reverse;
  }
  .step_box01 ul li article > div .box {
    width: 100%;
  }
  .step_box01 ul li article > div > img {
    width: 100% !important;
  }
}

.staff-title h2, .staff-title h3, .staff-title h4 {
  font-size: 1.25rem;
  color: #565656;
  position: relative;
  border-top: solid 2px rgba(174, 156, 75, 0.3);
  border-bottom: solid 2px rgba(174, 156, 75, 0.3);
  background: rgba(195, 117, 66, 0.1);
  line-height: 1.4;
  padding: 0.2em;
}
.staff-title h2:after, .staff-title h3:after, .staff-title h4:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 pro";
  content: "\f7f3  STAFF";
  background: #ae9c4b;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 3px 3px 0 0;
  padding: 5px 10px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 835px) {
  .staff-title h2, .staff-title h3, .staff-title h4 {
    font-size: 1.125rem;
  }
}

.list01 dl, .list02 dl {
  border-bottom: 1px dashed #ccc;
  font-size: 1rem;
  flex-direction: row-reverse !important;
}
.list01 dl dd, .list02 dl dd {
  border: none !important;
  background: none !important;
  color: #35332e;
  padding: 10px 0 !important;
  font-weight: 500;
}
.list01 dl dd .red, .list02 dl dd .red {
  color: #c37542;
}
.list01 dl dd .small, .list02 dl dd .small {
  font-size: 0.8em;
}
.list01 dl dd .bold, .list02 dl dd .bold {
  font-weight: bold;
}
.list01 dl dt, .list02 dl dt {
  border: none !important;
  background: none !important;
  text-align: right !important;
  justify-content: flex-end !important;
  padding: 10px 0 !important;
  min-width: 100px;
  font-weight: 500;
  color: #7b674d;
  font-family: "YakuHanMP", "Lora", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  align-items: flex-end !important;
  flex-direction: row !important;
}
@media only screen and (max-width: 640px) {
  .list01 dl, .list02 dl {
    flex-direction: column-reverse !important;
  }
  .list01 dl dd, .list02 dl dd, .list01 dl dt, .list02 dl dt {
    width: 100% !important;
  }
  .list01 dl dd, .list02 dl dd {
    padding: 5px !important;
  }
  .list01 dl dt, .list02 dl dt {
    flex-direction: column !important;
    padding: 0 !important;
    font-size: 0.9375rem;
  }
}

.list_a dl {
  border-bottom: 1px dashed #aaa;
  font-size: 1.1em;
  padding-bottom: 5px;
}
.list_a dl:not(:last-child) {
  margin-bottom: 10px;
}
.list_a dl dt {
  border: none !important;
  background: #e5a378 !important;
  align-items: center !important;
  color: #fff;
  border-radius: 3px;
  min-width: 250px;
}
.list_a dl dd {
  border: none !important;
  background: none !important;
  text-align: right !important;
  padding: 0 !important;
  min-width: 180px;
  color: #35332e;
  margin-left: 5px;
}
.list_a dl dd .price {
  display: block;
  font-weight: 600;
  color: #35332e;
  font-family: "YakuHanMP", "Lora", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .list_a dl dd {
    font-size: 1em;
  }
  .list_a dl dd br {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .list_a dl {
    display: block !important;
  }
  .list_a dl dd, .list_a dl dt {
    width: 100% !important;
  }
  .list_a dl dd {
    font-size: 1em;
    margin-left: 0;
    margin-top: 5px;
    text-align: center !important;
  }
  .list_a dl dd br {
    display: none;
  }
}

.list02 dl dd {
  min-width: 300px;
}
@media only screen and (max-width: 640px) {
  .list02 dl {
    display: block !important;
  }
  .list02 dl dd, .list02 dl dt {
    width: 100% !important;
  }
}

.list03 dl {
  border-bottom: 1px dashed #ccc;
  align-items: flex-start;
}
.list03 dl dt {
  border: none !important;
  background: none !important;
  font-weight: bold;
}
.list03 dl dd {
  border: none !important;
  background: none !important;
  text-align: right !important;
  min-width: 150px;
}
.list03 dl dd .price {
  color: #e5a378;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  .list03 dl {
    display: block !important;
  }
  .list03 dl dd, .list03 dl dt {
    width: 100% !important;
  }
  .list03 dl dt {
    padding: 5px !important;
  }
  .list03 dl dd {
    padding: 0 !important;
  }
}

.list04 dl {
  border-bottom: 1px dashed rgba(195, 117, 66, 0.3);
  align-items: flex-start;
}
.list04 dl dt {
  border: none !important;
  background: none !important;
  color: #c0b37a;
  font-weight: bold;
  min-width: 360px;
}
.list04 dl dd {
  border: none !important;
  background: none !important;
  text-align: right !important;
}
.list04 dl dd .price {
  color: #e5a378;
  font-weight: 600;
}
@media only screen and (max-width: 835px) {
  .list04 dl {
    display: block !important;
  }
  .list04 dl dd, .list04 dl dt {
    width: 100% !important;
    min-width: auto;
  }
  .list04 dl dd {
    text-align: left !important;
  }
  .list04 dl dd br {
    display: none;
  }
  .list04 dl dd .price {
    display: block;
    width: 100%;
    text-align: right;
  }
  .list04 dl dt {
    padding: 5px !important;
  }
  .list04 dl dd {
    padding: 0 !important;
  }
}

.number_list ul li {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}
.number_list ul li .num {
  display: inline-block;
  background: #e5a378;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  min-width: 30px;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  margin-right: 5px;
}
@media only screen and (max-width: 835px) {
  .number_list ul li .num {
    font-size: 1.125rem;
  }
}

.result_01 ul li {
  width: 31%;
  margin: 0 1% 15px 1%;
  border-bottom: 1px dotted #ccc;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .result_01 ul li {
    width: 48%;
  }
}
@media only screen and (max-width: 640px) {
  .result_01 ul li {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 400px) {
  .result_01 {
    flex-direction: column;
  }
  .result_01 ul li {
    width: 100%;
  }
  .result_01 ul li:not(:last-child) {
    margin: 0 auto 10px auto;
  }
}

.anc_btn ul, .anc_btn2 ul {
  display: flex;
  flex-wrap: wrap;
}
.anc_btn ul li, .anc_btn2 ul li {
  width: 32%;
  margin: 1%;
}
.anc_btn ul li:nth-child(3n+1), .anc_btn2 ul li:nth-child(3n+1) {
  margin-left: 0;
}
.anc_btn ul li:nth-child(3n+3), .anc_btn2 ul li:nth-child(3n+3) {
  margin-right: 0;
}
.anc_btn ul li a, .anc_btn2 ul li a {
  text-align: center;
  position: relative;
  z-index: 2;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.125rem;
  font-weight: 500;
  transition: all 0.5s;
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 15px;
  background: #e5a378;
  color: white;
  transition: 0.5s;
}
.anc_btn ul li a:after, .anc_btn2 ul li a:after {
  font-family: "Font Awesome 5 pro";
  content: "\f054"; /*アイコンのユニコード*/
  font-weight: 600;
  font-size: 0.875rem;
  position: absolute; /*絶対位置*/
  right: 10px; /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  transition: 0.5s;
}
.anc_btn ul li a:hover, .anc_btn2 ul li a:hover {
  opacity: 1 !important;
  background: rgba(229, 163, 120, 0.7);
}
.anc_btn ul li a:hover:after, .anc_btn2 ul li a:hover:after {
  transform: translate(5px, 0);
}
@media only screen and (max-width: 835px) {
  .anc_btn ul li a, .anc_btn2 ul li a {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 835px) {
  .anc_btn ul li, .anc_btn2 ul li {
    width: 49%;
  }
  .anc_btn ul li:nth-child(2n+1), .anc_btn2 ul li:nth-child(2n+1) {
    margin: 0 1% 2% 0;
  }
  .anc_btn ul li:nth-child(2n), .anc_btn2 ul li:nth-child(2n) {
    margin: 0 0 2% 1%;
  }
  .anc_btn ul li a, .anc_btn2 ul li a {
    padding: 10px;
  }
}
@media screen and (max-width: 400px) {
  .anc_btn ul, .anc_btn2 ul {
    flex-direction: column;
  }
  .anc_btn ul li, .anc_btn2 ul li {
    width: 100%;
    margin: 0 auto 15px auto !important;
  }
}

.anc_btn2 ul {
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .anc_btn2 ul li {
    width: 49%;
  }
  .anc_btn2 ul li:nth-child(2n+1) {
    margin: 0 1% 2% 0;
  }
  .anc_btn2 ul li:nth-child(2n) {
    margin: 0 0 2% 1%;
  }
  .anc_btn2 ul li a {
    padding: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .anc_btn2 ul {
    flex-direction: column;
  }
  .anc_btn2 ul li {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 15px auto !important;
  }
}

.qa_FLX1 .box {
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
}
.qa_FLX1 .box:first-child {
  margin-bottom: 10px;
}
.qa_FLX1 .box:first-child > div {
  display: flex;
}
.qa_FLX1 .box:first-child > div .icon {
  background: #e5a378;
  width: 40px;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-family: "Open Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
}
@media (max-width: 1200px) {
  .qa_FLX1 .box:first-child > div .icon {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media only screen and (max-width: 835px) {
  .qa_FLX1 .box:first-child > div .icon {
    font-size: 1.25rem;
  }
}
.qa_FLX1 .box:first-child > div .txt {
  font-weight: bold;
  color: #35332e;
  font-size: 1.1em;
}
.qa_FLX1 .box:nth-child(2) > div {
  display: flex;
  background: whitesmoke;
  padding: 10px;
}
.qa_FLX1 .box:nth-child(2) > div .icon {
  background: #c37542;
  width: 40px;
  min-width: 40px;
  height: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  text-align: center;
  font-family: "Open Sans", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (max-width: 1200px) {
  .qa_FLX1 .box:nth-child(2) > div .icon {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media only screen and (max-width: 835px) {
  .qa_FLX1 .box:nth-child(2) > div .icon {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 640px) {
  .qa_FLX1 .box {
    padding: 0;
  }
  .qa_FLX1 .box:first-child, .qa_FLX1 .box:nth-child(2) {
    width: 100%;
  }
  .qa_FLX1 .box:first-child > div, .qa_FLX1 .box:nth-child(2) > div {
    flex-direction: column;
    width: 100%;
  }
  .qa_FLX1 .box:first-child > div .icon, .qa_FLX1 .box:nth-child(2) > div .icon {
    width: 100%;
  }
  .qa_FLX1 .box:first-child > div .txt, .qa_FLX1 .box:nth-child(2) > div .txt {
    padding: 10px;
  }
}
.qa_FLX1:not(:last-child) {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}

.qaBtn {
  color: #c37542;
  font-weight: bold;
  text-decoration: underline;
}

.qaOpen {
  display: none;
}
.qaOpen .ttl {
  color: #35332e;
  font-weight: 600;
  font-size: 1rem;
}
.qaOpen .sub_ttl {
  background: #e5a378;
  color: #fff;
  font-weight: 600;
  padding: 3px 10px;
}

.qa_FLX2 dl {
  display: block !important;
  line-height: normal;
}
.qa_FLX2 dl dt {
  padding: 15px 15px 15px 50px !important;
  background-color: #eeeeee !important;
  border: none !important;
  color: #35332e;
  font-weight: 500;
  cursor: pointer;
  cursor: hand;
  position: relative;
}
.qa_FLX2 dl dt:before {
  content: "Q.";
  display: block;
  position: absolute;
  left: 15px;
  color: #e5a378;
  font-size: 1.5rem;
  font-family: "YakuHanMP", "Cormorant Infant", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .qa_FLX2 dl dt:before {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.qa_FLX2 dl dt:after {
  font-family: "Font Awesome 5 pro";
  content: "\f330"; /*アイコンのユニコード*/
  position: absolute; /*絶対位置*/
  right: 10px; /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  color: #c37542;
  font-size: 1rem;
  font-weight: bold;
}
.qa_FLX2 dl dt:hover {
  opacity: 0.7 !important;
}
.qa_FLX2 dl dt:hover:after {
  transform: translate(3px, 0);
  transition: 0.5s;
}
.qa_FLX2 dl dd {
  background: none !important;
  padding: 0 0 0 15px !important;
  border: none !important;
  display: none;
  margin-top: 20px;
}
.qa_FLX2 dl:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1000px) {
  .qa_FLX2 dl dt {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .qa_FLX2 dl:not(:last-child) {
    margin-bottom: 15px;
  }
  .qa_FLX2 dl dt {
    padding: 10px 20px 10px 35px !important;
    font-size: 0.9375rem;
  }
  .qa_FLX2 dl dt:before {
    font-size: 1.25rem;
    left: 5px;
    top: 5px;
  }
  .qa_FLX2 dl dt:after {
    right: 5px;
  }
}

.blog_wrap {
  position: relative;
  padding: 30px;
  border-radius: 10px;
  background-color: rgb(255, 252, 246);
  box-shadow: 0px 3px 6.65px 0.35px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 835px) {
  .blog_wrap {
    padding: 30px 10px;
  }
}

.top_blog {
  height: 300px;
  overflow-y: auto;
}
.top_blog .blog_photo {
  display: none;
}
.top_blog .blog_list {
  border: none;
}
.top_blog .blog_list .blog_text {
  width: 100%;
  display: flex;
  padding: 15px 10px;
}
.top_blog .blog_list .blog_text .blog_date {
  margin: 1%;
  color: #a79154;
  font-size: 0.9375rem;
  font-family: "YakuHanMP", "Lora", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
}
.top_blog .blog_list .blog_text h3 {
  order: 3;
  margin: 1%;
  font-size: 0.9375rem;
  font-family: "YakuHanMP", "Lora", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
}
.top_blog .blog_list .blog_text h3 a span {
  color: #7b674d;
}
@media only screen and (max-width: 640px) {
  .top_blog .blog_list .blog_text h3 {
    width: 100% !important;
  }
}
.top_blog .blog_list .blog_text ul {
  display: none !important;
  margin: 1%;
  order: 2;
}
.top_blog .blog_list .blog_text ul li a {
  min-width: 100px;
  padding: 3px 5px;
  margin-right: 0;
  color: #35332e;
  text-align: center;
  font-size: 0.8125rem;
  background: rgba(229, 163, 120, 0.2);
}
.top_blog .blog_list .blog_text ul li a:not(.blog_cate1) {
  display: none;
}
.top_blog .blog_list .blog_text .detail {
  display: none;
}
.top_blog .blog_list .blog_text ul {
  display: block;
}
@media only screen and (max-width: 640px) {
  .top_blog .blog_list .blog_text {
    position: relative;
    flex-direction: column !important;
    padding: 10px;
  }
  .top_blog .blog_list .blog_text ul {
    position: absolute;
    left: 115px;
    top: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .top_blog {
    height: 280px;
  }
}

.top_blog2 .blog_list {
  position: relative;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media only screen and (max-width: 835px) {
  .top_blog2 .blog_list {
    justify-content: space-between;
  }
}
.top_blog2 .blog_list > div {
  width: 32%;
  margin: 0 1%;
  padding: 10px;
  background: #f5f5f5;
  border: #cccccc !important;
  flex-direction: column;
  border-bottom: none !important;
}
.top_blog2 .blog_list > div:nth-child(3n+1) {
  margin: 0 1% 1% 0;
}
.top_blog2 .blog_list > div:nth-child(3n+2) {
  margin: 0 1% 1% 1%;
}
.top_blog2 .blog_list > div:nth-child(3n+3) {
  margin: 0 0 1% 1%;
}
.top_blog2 .blog_list > div .blog_photo {
  width: 100%;
}
.top_blog2 .blog_list > div .blog_photo .square-inner {
  position: relative;
  display: block;
}
.top_blog2 .blog_list > div .blog_photo .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.top_blog2 .blog_list > div .blog_photo .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.top_blog2 .blog_list > div .blog_photo img {
  width: 100%;
  object-fit: cover;
}
.top_blog2 .blog_list > div .blog_text {
  width: 100%;
}
.top_blog2 .blog_list > div .blog_text .blog_date {
  color: #35332e;
  font-size: 0.9375rem;
}
.top_blog2 .blog_list > div .blog_text h3 {
  margin-bottom: 0;
}
.top_blog2 .blog_list > div .blog_text h3 a {
  font-size: 1rem;
  font-weight: 600;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
}
.top_blog2 .blog_list > div .blog_text .detail {
  margin-top: 0;
  font-size: 0.875rem;
}
@media only screen and (max-width: 1000px) {
  .top_blog2 .blog_list {
    flex-direction: column;
  }
  .top_blog2 .blog_list > div {
    width: 100%;
    margin: 0 auto !important;
    flex-direction: row !important;
  }
  .top_blog2 .blog_list > div .blog_photo {
    width: 250px;
  }
  .top_blog2 .blog_list > div:not(:last-child) {
    margin-bottom: 15px !important;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 640px) {
  .top_blog2 .blog_list > div {
    flex-direction: column !important;
  }
  .top_blog2 .blog_list > div .blog_photo {
    width: 100%;
  }
}

.blog {
  max-width: 1200px;
  margin: 80px auto 0;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .blog {
    margin: 50px 10px 0 10px;
  }
}
@media only screen and (max-width: 640px) {
  .blog {
    margin: 30px 10px 0 10px;
  }
}
.blog .wrap {
  display: flex;
}
.blog .wrap aside {
  width: 28%;
  margin: 1%;
}
.blog .wrap aside nav {
  line-height: 2em;
}
.blog .wrap aside nav h3 {
  background: #e5a378 !important;
}
.blog .wrap aside nav ul li .blogside span {
  margin-left: 5px;
  display: block;
}
.blog .wrap aside nav > a {
  background: rgba(195, 117, 66, 0.8) !important;
}
.blog .wrap aside #form_calendar table tbody tr .blog {
  background: #f5eddd;
}
.blog .wrap #contents {
  width: 68%;
  margin: 1%;
  padding: 0 !important;
  min-width: auto;
}
.blog .wrap #contents > article {
  border-bottom: 3px dotted #ccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.blog .wrap #contents > article .date {
  color: #e5a378 !important;
}
.blog .wrap #contents > article .date {
  color: #e5a378 !important;
}
.blog .wrap #contents > article h1, .blog .wrap #contents > article > h2 {
  background: #e5a378 !important;
  color: #fff;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.5em 0.5em 0.3em;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .blog .wrap #contents > article h1, .blog .wrap #contents > article > h2 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media only screen and (max-width: 835px) {
  .blog .wrap {
    flex-direction: column-reverse;
  }
  .blog .wrap aside, .blog .wrap #contents {
    width: 100%;
    margin: 10px auto;
  }
  .blog .wrap aside {
    text-align: center !important;
  }
}
@media only screen and (max-width: 640px) {
  .blog .wrap #contents article div {
    flex-direction: column;
  }
  .blog .wrap #contents article div img {
    width: 100%;
  }
}

.local_blog .blog_list {
  border: none;
}
.local_blog .blog_list > div .blog_photo img {
  margin: 0 auto;
  display: block;
}
.local_blog .blog_list > div .blog_text .blog_date {
  color: #e5a378;
  font-family: "YakuHanMP", "Lora", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 0.875rem;
}
.local_blog .blog_list > div .blog_text h3 {
  background: #a79154;
  padding: 5px;
}
.local_blog .blog_list > div .blog_text h3 span {
  color: #fff;
  font-size: 1.25rem;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
}
.local_blog .blog_list > div .blog_text .detail {
  margin-top: 0;
  font-size: 0.9375rem;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .local_blog .blog_list > div {
    flex-direction: row !important;
  }
  .local_blog .blog_list > div .blog_photo {
    width: 25%;
  }
}
@media only screen and (max-width: 640px) {
  .local_blog .blog_list > div {
    margin-bottom: 10px;
    flex-direction: row !important;
  }
  .local_blog .blog_list > div .blog_photo {
    width: 30%;
    padding: 0 !important;
  }
}

.review_flx {
  display: flex;
  justify-content: space-between;
}
.review_flx .box_img {
  width: 18%;
  margin: 1%;
  flex-direction: column !important;
}
.review_flx .box_img > .box {
  width: 100%;
  margin-bottom: 10px;
}
.review_flx .box_txt {
  width: 78%;
  margin: 1%;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .review_flx .box_img {
    width: 23%;
  }
  .review_flx .box_txt {
    width: 73%;
  }
}
@media only screen and (max-width: 640px) {
  .review_flx {
    flex-direction: column;
  }
  .review_flx .box_img {
    width: 100%;
    margin: 0 auto 15px auto !important;
    flex-direction: row !important;
  }
  .review_flx .box_img > .box {
    width: 60%;
    margin: 0 auto;
  }
  .review_flx .box_txt {
    width: 100%;
    margin: 0 auto !important;
  }
}

.voice_bg {
  position: relative;
  padding: 50px 0;
}
.voice_bg .voice_inr {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  background: #fff;
  z-index: -1;
}
.voice_bg:nth-child(2n) .voice_inr {
  background: url(../images/top/bg06.jpg) no-repeat bottom;
  background-size: cover;
}
.voice_wrap {
  position: relative;
}
.voice_flx {
  display: flex;
  justify-content: space-between;
}
.voice_flx .box_img {
  width: 29%;
  margin: 0 1% 0 0;
  padding: 20px;
  flex-direction: column !important;
}
.voice_flx .box_img > .box {
  width: 100%;
  margin-bottom: 10px;
}
.voice_flx .box_txt {
  width: 70%;
}
@media only screen and (max-width: 640px) {
  .voice_flx .box_img {
    width: 24%;
  }
  .voice_flx .box_txt {
    width: 75%;
  }
}

.staff_info dl {
  flex-direction: column;
  background: #f5eddd;
  margin-bottom: 10px;
  padding: 5px;
  line-height: 1.5em;
}
.staff_info dl dt {
  font-size: 1.1em;
  color: #e5a378;
  font-weight: 500;
  border-bottom: 1px dashed #ccc !important;
}

.voice_box, .voice_box2 {
  border: 1px solid #ccc;
  box-shadow: 0px 3px 7px 0px rgba(1, 0, 0, 0.2);
  padding: 50px 20px 20px 20px;
  position: relative;
}
.voice_box .prof, .voice_box2 .prof {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #c37542;
}
@media only screen and (max-width: 835px) {
  .voice_box, .voice_box2 {
    padding: 50px 10px 10px 10px;
  }
  .voice_box .prof, .voice_box2 .prof {
    font-size: 0.9em;
    right: 10px;
  }
}

.voice_box2 {
  padding: 40px 20px 20px 20px;
}
@media only screen and (max-width: 835px) {
  .voice_box2 {
    padding: 30px 10px 10px 10px;
  }
}

.prod_flx .box {
  position: relative;
}
.prod_flx .box article > h3 {
  display: none;
}
.prod_flx .box article div {
  line-height: 1.7em;
}
.prod_flx .box article div h3 {
  margin: 5px 0;
  padding: 5px;
  background: rgba(195, 117, 66, 0.8);
  text-align: center;
  font-size: 1rem;
}
.prod_flx .box article div h3 .price {
  display: block;
  font-size: 0.875rem;
  color: rgba(123, 103, 77, 0.8);
}
@media only screen and (max-width: 640px) {
  .prod_flx .box article div h3 {
    font-size: 0.875rem;
    text-align: left;
    line-height: 1.5em;
  }
}
.prod_flx .box article div .anchor {
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 835px) {
  #col_main .errorbg {
    padding: 0 !important;
  }
}

.flex1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex1._top {
  align-items: flex-start;
}
.flex1._center {
  align-items: center;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 2;
}
.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex2._top {
  align-items: flex-start;
}
.flex2._center {
  align-items: center;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 2;
}
.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3._top {
  align-items: flex-start;
}
.flex3._center {
  align-items: center;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 2;
}
.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex4._top {
  align-items: flex-start;
}
.flex4._center {
  align-items: center;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 2;
}
.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex4 .box img {
  width: 100% !important;
}

.square._100 .square-inner:before {
  padding-top: 100%;
}
.square._75 .square-inner:before {
  padding-top: 75%;
}
.square._66 .square-inner:before {
  padding-top: 66%;
}
.square td .square-inner {
  display: block;
  position: relative;
}
.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .square-inner {
  display: block;
  position: relative;
}
.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .square-inner {
  display: block;
  position: relative;
}
.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.bg100 {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.flex2cl_01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .flex2cl_01 {
    flex-direction: column-reverse;
  }
}
.flex2cl_01 .flxL {
  width: 57%;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}
.flex2cl_01 .flxR {
  width: 40%;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flex2cl_01 .flxR .img {
  width: 100%;
}
.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .flex2cl_02 {
    margin-left: -2.439%;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .flex2cl_02 {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}
.flex2cl_02 .box img {
  width: 100% !important;
}
.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -2.4390243902%;
}
@media screen and (max-width: 1200px) {
  .flex3cl {
    margin-left: -2.439%;
  }
}
@media only screen and (max-width: 640px) {
  .flex3cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex3cl .box {
  position: relative;
  width: 30.8943089431%;
  margin-left: 2.4390243902%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex3cl .box img {
  width: 100% !important;
}
.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -3.2258064516%;
}
@media screen and (max-width: 1200px) {
  .flex4cl {
    margin-left: -2.439%;
  }
}
@media only screen and (max-width: 640px) {
  .flex4cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex4cl .box {
  position: relative;
  width: 21.7741935484%;
  margin-left: 3.2258064516%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex4cl .box img {
  width: 100% !important;
}
.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.slide-bottom {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}

.slide-bottom.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes slide-top {
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.slide-top {
  animation-name: slide-top;
  animation-duration: 1s;
}

.slide-top2 {
  opacity: 0.4;
  transform: translate(0, -50px);
  transition: all 1000ms;
}

.slide-top2.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.slide-right {
  opacity: 0;
  transform: translate(100px, 0px);
  transition: all 2500ms;
}

.slide-right.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.slide-left {
  opacity: 0;
  transform: translate(-100px, 0px);
  transition: all 2500ms;
}

.slide-left.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.slide-left2 {
  opacity: 0;
  transform: translate(-100px, 0px);
  transition: all 1000ms;
}

.slide-left2.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.img {
  position: relative;
}
.img img {
  width: 100% !important;
}
.img:before {
  transition: all 1.5s ease 0.5s;
  content: "";
  background: #e5a378;
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
.img.aaaa:before {
  overflow: hidden;
  width: 0;
}

.sns #media {
  margin: 70px auto 0 auto;
}
@media only screen and (max-width: 835px) {
  .sns #media {
    margin: 30px auto 0 auto;
  }
}
.sns #media .row {
  max-width: 1000px;
  margin: 0 auto;
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.sns #media .row .box {
  width: 32%;
  margin: 0 1%;
}
.sns #media .row .box:nth-child(3n+1) {
  margin: 0 1% 2% 0;
}
.sns #media .row .box:nth-child(3n+2) {
  margin: 0 1% 2% 1%;
}
.sns #media .row .box:nth-child(3n+3) {
  margin: 0 0 2% 1%;
}
.sns #media .row .box h3, .sns #media .row .box p {
  display: none;
}
@media screen and (max-width: 350px) {
  .sns #media .row {
    flex-direction: column;
  }
  .sns #media .row .box {
    width: 100%;
    margin: 0 auto !important;
  }
  .sns #media .row .box:not(:last-child) {
    margin-bottom: 15px !important;
  }
}
.sns #more a {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 350px;
  background: #fff;
  padding: 15px;
  color: #e5a378;
  font-family: "YakuHanMP", "Cormorant Infant", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.75rem;
  border: 3px solid #e5a378;
  position: relative;
}
@media (max-width: 1200px) {
  .sns #more a {
    font-size: calc(1.3rem + 0.6vw);
  }
}
.sns #more a:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px dotted rgba(229, 163, 120, 0.5);
  margin: 5px;
}
.sns #more a:hover {
  transition: 0.5s;
}

.br3 img {
  border-radius: 3px;
}

.br5 img {
  border-radius: 5px;
}

.br10 img {
  border-radius: 10px;
}

.br20 img {
  border-radius: 20px;
}

.br30 img {
  border-radius: 30px;
}
@media only screen and (max-width: 640px) {
  .br30 img {
    border-radius: 20px;
  }
}

.slide1 .slick-track {
  display: flex !important;
}
.slide1 .slick-slide {
  margin: 10px;
  height: auto !important;
}
.slide1 .slick-slide a {
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.125rem;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .slide1 .slick-slide a {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .slide1 .slick-slide {
    margin: 5px;
  }
}
.slide1 .slick-dots {
  display: flex;
  justify-content: center;
}
.slide1 .slick-next2 {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
  bottom: 0;
  left: -30px;
}
.slide1 .slick-next2 i {
  font-size: 1.875rem;
}
@media (max-width: 1200px) {
  .slide1 .slick-next2 i {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media only screen and (max-width: 835px) {
  .slide1 .slick-next2 {
    left: -10px;
  }
}
.slide1 .slick-prev2 {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
  bottom: 0;
  right: -30px;
}
.slide1 .slick-prev2 i {
  font-size: 1.875rem;
}
@media (max-width: 1200px) {
  .slide1 .slick-prev2 i {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media only screen and (max-width: 835px) {
  .slide1 .slick-prev2 {
    right: -10px;
  }
}

.slide2 .slick-slide {
  margin: 0 10px;
}
@media only screen and (max-width: 640px) {
  .slide2 .slick-slide {
    margin: 0 4px;
  }
}
.slide2 .slick-slide .square-inner {
  position: relative;
  display: block;
}
.slide2 .slick-slide .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.slide2 .slick-slide .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.slide2 img {
  object-fit: cover;
}

.room_slider .slick-active img {
  margin: 0 auto;
}
.room_slider ul button:before {
  color: #f5eddd !important;
}
.room_slider ul .slick-prev {
  left: -5px;
}
.room_slider ul .slick-arrow {
  right: -5px;
}
.room_slider ul .slick-dots {
  position: static;
  flex-wrap: wrap;
  margin-top: 15px !important;
}
.room_slider ul .slick-dots li {
  position: static;
  height: auto !important;
  width: 23.5%;
  margin: 0 1%;
}
.room_slider ul .slick-dots li:nth-child(4n+1) {
  margin: 0 1% 2% 0;
}
.room_slider ul .slick-dots li:nth-child(4n+4) {
  margin: 0 0 2% 1%;
}
.room_slider ul .slick-dots li img {
  height: 100%;
}
@media only screen and (max-width: 835px) {
  .room_slider ul .slick-dots li {
    width: 23%;
    margin: 1% !important;
  }
}
@media screen and (max-width: 350px) {
  .room_slider ul .slick-dots {
    flex-direction: column;
  }
  .room_slider ul .slick-dots li {
    width: 100%;
    margin-bottom: 15px;
  }
  .room_slider ul .slick-dots li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.room_slider .draggable {
  padding: 0 20px;
}

.bold {
  font-weight: bold;
}
.bold div, .bold article, .bold p, .bold span, .bold a {
  font-weight: bold;
}

/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
div.items > article a {
  color: #111;
  text-decoration: none !important;
  font-size: 16px;
}

div.items {
  margin-left: 0;
}

div.under ul li a {
  font-weight: 400;
  font-family: "YakuHanMP", "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  opacity: 1;
  border: 1px solid #333;
  color: #333 !important;
  padding: 10px;
}
div.under ul li a:hover {
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
  color: #fff !important;
}

div.select > select {
  height: 100%;
}

div.search form input {
  padding: 10px 37px 10px 5px;
}

div.order ul li a {
  color: #111;
}

div.items > article p.price {
  color: #c37542;
}

div.crumb {
  display: none;
}

div.item_view div.item_option {
  width: 100% !important;
}

div.item_option dl, button.addcart {
  width: 50% !important;
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  div.item_option dl, button.addcart {
    margin: 0 auto;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .addcart {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

div.item_view div.struct {
  display: block;
}

div.photo div.large {
  width: auto;
}

div.photo {
  margin-left: 0;
}

h2.title_h2 {
  background: none !important;
  border-top: none !important;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 65px 0 20px !important;
  padding: 10px !important;
}

h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #FFFFFF !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  display: flex;
}

.item_title, .wishlist {
  margin: 0 !important;
}

.shop_cont h2.title_h2, .item_info h2.title_h2 {
  border-top: 2px solid #CCCCCC;
}

.shop_cont a, .item_info a {
  color: #CCCCCC;
}

.shop_cont a:hover, .item_info a:hover {
  text-decoration: none;
}

.item_title h2 {
  border-top: 2px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.shop_cont table {
  table-layout: auto;
}

.items:not(.slick-slider) .items {
  margin: 30px 0 0 0 !important;
}
.items:not(.slick-slider) .items article {
  align-items: stretch !important;
}
.items:not(.slick-slider) article {
  width: 23%;
  margin: 1% !important;
}
.items:not(.slick-slider) article .photo {
  width: 100% !important;
}
.items:not(.slick-slider) article .photo img {
  height: 100% !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.items:not(.slick-slider) article .name {
  color: #7b674d;
}
.items:not(.slick-slider) article .price {
  text-align: center;
}
.items:not(.slick-slider) article button {
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  .items:not(.slick-slider) article {
    width: 31.333% !important;
    margin: 1% !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .items:not(.slick-slider) {
    margin: 20px 0 0 0 !important;
  }
  .items:not(.slick-slider) article {
    width: 31.333% !important;
    margin: 1% !important;
  }
}
@media only screen and (max-width: 640px) {
  .items:not(.slick-slider) {
    margin: 20px 0 0 0 !important;
  }
  .items:not(.slick-slider) article {
    width: 48% !important;
    margin: 1% !important;
  }
}
@media screen and (max-width: 350px) {
  .items:not(.slick-slider) article {
    width: 98% !important;
    margin: 1% !important;
  }
}

.local_item article {
  width: 18% !important;
  margin: 1% !important;
}
@media screen and (max-width: 1050px) {
  .local_item article {
    width: 31.333% !important;
    margin: 1% !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  .local_item {
    margin: 20px 0 0 0 !important;
  }
  .local_item article {
    width: 31.333% !important;
    margin: 1% !important;
  }
}
@media only screen and (max-width: 640px) {
  .local_item {
    margin: 20px 0 0 0 !important;
  }
  .local_item article {
    width: 48% !important;
    margin: 1% !important;
  }
}
@media screen and (max-width: 350px) {
  .local_item article {
    width: 98% !important;
    margin: 1% !important;
  }
}

.search {
  position: relative;
  z-index: 1;
}/*# sourceMappingURL=common_style.css.map */