@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  font-family: "Uchen", serif;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

h1 {
  font-size: 2.3rem;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=url]:focus,
textarea:focus {
  color: #000;
  background-color: #faeec0;
  border: #DAAF08 1px solid;
  outline: none;
}

html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-size: 1.4rem;
}

header {
  width: 100%;
  background-color: #fff;
  background-image: linear-gradient(0deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
  -webkit-background-clip: text;
}
header .header_left {
  width: 100%;
}
header .header_left img {
  width: 15%;
  display: block;
  margin: 0 auto;
}
header .header_right {
  position: relative;
  /*----------------------------
  * メニュー開閉ボタン
  *----------------------------*/
  /*----------------------------
  * メニュー本体
  *----------------------------*/
  /*----------------------------
  * アニメーション部分
  *----------------------------*/
  /* アニメーション前のメニューの状態 */
  /* アニメーション後のメニューの状態 */
}
header .header_right .main_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1% 5%;
  margin: 0;
}
header .header_right .main_nav > li {
  font-size: 1.5rem;
}
header .header_right .main_nav a {
  background: repeating-linear-gradient(0deg, #B67B03 0.1em, #DAAF08 0.2em, #FEE9A0 0.3em, #DAAF08 0.4em, #B67B03 0.5em);
  -webkit-background-clip: text;
  color: transparent;
}
header .header_right .main_nav a:hover {
  color: rgb(13, 32, 176);
}
header .header_right .menu-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #DAAF08;
  color: #fff;
  z-index: 22;
}
header .header_right #menu_on {
  display: none;
}
header .header_right .menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
}
header .header_right .menu__item {
  width: 100%;
  height: auto;
  padding: 0.5em 1em;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}
header .header_right .menu__item a {
  background: repeating-linear-gradient(0deg, #B67B03 0.1em, #DAAF08 0.2em, #FEE9A0 0.3em, #DAAF08 0.4em, #B67B03 0.5em);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 2rem;
}
header .header_right .menu__item .turn_off {
  display: none;
}
header .header_right .menu {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s linear;
}
header .header_right .menu.is-active {
  pointer-events: auto;
  opacity: 1;
  z-index: 21;
}

@media screen and (max-width: 767px) {
  header .header_right .top_menu {
    display: none;
  }
  header .header_right #menu_on {
    display: block;
  }
}
* {
  padding: 0;
  margin: 0;
  font-family: "Uchen", serif;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

h1 {
  font-size: 2.3rem;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=url]:focus,
textarea:focus {
  color: #000;
  background-color: #faeec0;
  border: #DAAF08 1px solid;
  outline: none;
}

.section {
  padding: 7% 0;
}

h1 {
  text-align: center;
  background: repeating-linear-gradient(0deg, #B67B03 0.1em, #DAAF08 0.2em, #FEE9A0 0.3em, #DAAF08 0.4em, #B67B03 0.5em);
  -webkit-background-clip: text;
  color: transparent;
}

.section_1 {
  background-color: #fff;
}
.section_1 .bgimg-slider {
  width: 100vw;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
}

.section_2 .section2_1 {
  text-align: center;
}
.section_2 .section2_1 .section2_2 p {
  font-size: 1.5rem;
  padding: 4%;
}

.section_3 {
  border: 13px solid #f8d752;
  -o-border-image: linear-gradient(to right, #faeec0 0%, #DAAF08 90%, #B67B03 100%);
     border-image: linear-gradient(to right, #faeec0 0%, #DAAF08 90%, #B67B03 100%);
  border-image-slice: 1;
  margin: 5%;
}
.section_3 .section3_1 {
  text-align: center;
}
.section_3 .section3_1 .section3_2 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 5%;
}
.section_3 .section3_1 .section3_2 .section3_2_1 {
  width: 30%;
}
.section_3 .section3_1 .section3_2 .section3_img {
  width: 60%;
}
.section_3 .section3_1 .section3_2 .btn_1 {
  margin: 0 auto;
  width: 70%;
  font-size: 11px;
}
.section_3 .section3_1 .section3_2 a.btn_05 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background-color: #F3ECD8;
  box-sizing: border-box;
  color: rgb(90, 90, 90);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  line-height: 2;
  text-decoration: none;
  transition-duration: 0.3s;
  position: relative;
}
.section_3 .section3_1 .section3_2 a.btn_05:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 40px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
.section_3 .section3_1 .section3_2 a.btn_05:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 30px;
  border-color: transparent transparent #efefef transparent;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.15);
  transform: rotate(16deg);
}
.section_3 .section3_1 .section3_2 a.btn_05:hover {
  background-color: #ccc;
  color: #000;
}
.section_3 .section3_1 .section3_2 a.btn_05:hover span:before {
  border-top: solid 2px #000;
  border-right: solid 2px #000;
}
.section_3 .section3_1 .section3_2 a.btn_05 span {
  position: relative;
  padding-left: 16px;
  letter-spacing: 0.05em;
}
.section_3 .section3_1 .section3_2 a.btn_05 span:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}

.section_4 .section4_1 {
  text-align: center;
}
.section_4 .section4_1 .section4_2 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 5%;
}
.section_4 .section4_1 .section4_2 .map {
  width: 40%;
  height: 40vh;
}
.section_4 .section4_1 .section4_2 .map iframe {
  width: 100%;
  height: 100%;
}

.section_5 {
  background-color: #fff;
}
.section_5 .section5_1 {
  text-align: center;
}
.section_5 .section5_1 #form {
  width: 100%;
}
.section_5 .section5_1 #form .field {
  margin: 3%;
  color: #fff;
}
.section_5 .section5_1 #form .field input {
  display: block;
  line-height: 3;
  margin: auto;
  width: 50%;
  font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
}
.section_5 .section5_1 #form .field input[name=message] {
  line-height: 16;
}
.section_5 .section5_1 #form #button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 10%;
  height: 50px;
  position: relative;
  background: #fff;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-decoration: none;
  transition-duration: 0.3s;
}
.section_5 .section5_1 #form #button:hover {
  border-bottom: 3px solid #f8d752;
  -o-border-image: linear-gradient(to right, #faeec0 0%, #DAAF08 90%, #B67B03 100%);
     border-image: linear-gradient(to right, #faeec0 0%, #DAAF08 90%, #B67B03 100%);
  border-image-slice: 1;
  background-color: #d1b546;
  color: #fff;
}

* {
  padding: 0;
  margin: 0;
  font-family: "Uchen", serif;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

h1 {
  font-size: 2.3rem;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=url]:focus,
textarea:focus {
  color: #000;
  background-color: #faeec0;
  border: #DAAF08 1px solid;
  outline: none;
}

html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-size: 1.4rem;
}

header {
  width: 100%;
  background-color: #fff;
  background-image: linear-gradient(0deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
  -webkit-background-clip: text;
}
header .header_left {
  width: 100%;
}
header .header_left img {
  width: 15%;
  display: block;
  margin: 0 auto;
}
header .header_right {
  position: relative;
  /*----------------------------
  * メニュー開閉ボタン
  *----------------------------*/
  /*----------------------------
  * メニュー本体
  *----------------------------*/
  /*----------------------------
  * アニメーション部分
  *----------------------------*/
  /* アニメーション前のメニューの状態 */
  /* アニメーション後のメニューの状態 */
}
header .header_right .main_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1% 5%;
  margin: 0;
}
header .header_right .main_nav > li {
  font-size: 1.5rem;
}
header .header_right .main_nav a {
  background: repeating-linear-gradient(0deg, #B67B03 0.1em, #DAAF08 0.2em, #FEE9A0 0.3em, #DAAF08 0.4em, #B67B03 0.5em);
  -webkit-background-clip: text;
  color: transparent;
}
header .header_right .main_nav a:hover {
  color: rgb(13, 32, 176);
}
header .header_right .menu-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #DAAF08;
  color: #fff;
  z-index: 22;
}
header .header_right #menu_on {
  display: none;
}
header .header_right .menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
}
header .header_right .menu__item {
  width: 100%;
  height: auto;
  padding: 0.5em 1em;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}
header .header_right .menu__item a {
  background: repeating-linear-gradient(0deg, #B67B03 0.1em, #DAAF08 0.2em, #FEE9A0 0.3em, #DAAF08 0.4em, #B67B03 0.5em);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 2rem;
}
header .header_right .menu__item .turn_off {
  display: none;
}
header .header_right .menu {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s linear;
}
header .header_right .menu.is-active {
  pointer-events: auto;
  opacity: 1;
  z-index: 21;
}

@media screen and (max-width: 767px) {
  header .header_right .top_menu {
    display: none;
  }
  header .header_right #menu_on {
    display: block;
  }
}
* {
  padding: 0;
  margin: 0;
  font-family: "Uchen", serif;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

h1 {
  font-size: 2.3rem;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=url]:focus,
textarea:focus {
  color: #000;
  background-color: #faeec0;
  border: #DAAF08 1px solid;
  outline: none;
}

.section_6, .section_7 {
  background-color: #fcfcf4;
}
.section_6 .btn-primary, .section_7 .btn-primary {
  background-color: #6a5655;
  border: #6a5655;
}

footer {
  padding: 2%;
}
footer p {
  text-align: center;
  background: repeating-linear-gradient(0deg, #B67B03 0.1em, #DAAF08 0.2em, #FEE9A0 0.3em, #DAAF08 0.4em, #B67B03 0.5em);
  -webkit-background-clip: text;
  color: transparent;
}

@media screen and (max-width: 767px) {
  footer p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .section_1 .bgimg-slider {
    height: 30vh;
  }
  .section_2 .section2_1 .section2_2 p {
    font-size: 1.2rem;
  }
  .section_3 {
    background-color: #fff;
  }
  .section_3 .section3_1 .section3_2 {
    flex-direction: column;
    padding: 0%;
  }
  .section_3 .section3_1 .section3_2 a.btn_05 {
    font-size: 0.2rem;
  }
  .section_3 .section3_1 .section3_2 .btn_1 {
    margin: 0 auto;
    /* width: 135px; */
    font-size: 11px; /* 1.1rem; */
  }
  .section_3 .section3_1 .section3_2 .section3_img {
    width: 85%;
  }
  .section_3 .section3_1 .section3_2 .section3_2_1 {
    width: 100%;
    margin-top: 10%;
  }
  .section_4 {
    background-color: #fff;
  }
  .section_4 .section4_1 .section4_2 {
    flex-direction: column;
  }
  .section_4 .section4_1 .section4_2 .map {
    width: 80%;
    height: 40vh;
  }
  .section_4 .section4_1 .section4_2 .map iframe {
    width: 100%;
    height: 100%;
  }
  .section_5 .section5_1 #form #button {
    width: 35%;
    height: 50px;
    font-size: 1.2rem;
  }
  .section_5 .section5_1 #form .field input {
    width: 85%;
  }
}