@charset 'utf-8';
/* =========================================== 
	RESET
============================================= */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  background-color: transparent;
  font-family: YakuHanJP, "Zen Old Mincho", serif;
  line-height: 2.1;
  color: #383838;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
main {
  overflow: hidden;
}
html {
  overflow-y: scroll;
  background-color: #fff;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
input, textarea {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
a {
  display: block;
  /*vertical-align: -webkit-baseline-middle;*/
}
a:hover {
  text-decoration: none;
}
/* デフォルトはPC表示、SP非表示 */
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/*.sp {
  display: none !important;
}
@media (max-width: 63.9em) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}*/
img {
  width: 100%;
}
/* =========================================== 
	FONT
============================================= */
.trajan {
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
}
.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.cormorant-garamond-01 {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.cormorant-garamond-02 {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.arno {
  font-family: "arno-pro", serif;
  font-weight: 400;
  font-style: normal;
}
/* =========================================== 
	Common
============================================= */
.bk_beige {
  /*background-color: #f8f5f7;*/
  background-image: linear-gradient(to bottom, #f8f5f7 0%, #f8f5f7 95%, #ffffff 100%);
  /* background-repeat: no-repeat;
  background-attachment: fixed;*/
  position: relative;
  z-index: 0;
  padding-bottom: 5%;
}
/* =========================================== 
	Head
============================================= */
h1 a img {
  max-width: 180px;
  margin-left: 20px;
}
.drawer-navbar-header {
  /*text-align: left;*/
  /*z-index: 1;*/
}
.drawer-brand {
  padding: 8px 0;
}
li.bt_contact_head a.drawer-menu-item {
  padding: 0 30px;
  background-color: #81634f;
  display: block;
  text-decoration: none;
  color: #fff;
}
li a.drawer-menu-item {
  font-family: "trajan-pro-3", serif;
  font-size: 13px;
  letter-spacing: .2rem;
  padding: 0 30px;
  display: block;
  text-decoration: none;
}
/*　Drawer.js MENU　／　Double line
----------------------------------------*/
.drawer-container {
  /* background-color: #fff;*/
}
.drawer-navbar {
  border-bottom: none;
}
.drawer-navbar-header {}
.drawer-navbar .drawer-brand {}
.drawer-nav {
  /*background-color: #fff;*/
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  width: 100%;
  background-color: #29242c;
}
.drawer-hamburger-icon:after {
  width: 70%;
  top: 0;
}
.drawer-open .drawer-hamburger-icon:after {
  width: 100%;
}
.drawer-hamburger-icon {
  height: 0;
  margin-top: 10px;
}
.drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  height: 1.5px;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  left: auto;
  right: 0;
}
.drawer-open .drawer-hamburger-icon:before, .drawer-open .drawer-hamburger-icon:after {
  /* background-color: #fff;*/
  width: 100%;
}
.drawer-menu-item:hover {
  /*color: #fff;*/
  text-decoration: none;
}
@media (min-width: 64em) {
  .drawer-navbar .drawer-nav {
    padding-top: 0;
    /*height: 0;*/
    position: absolute;
    right: 0;
    left: auto;
  }
  .drawer-container {
    max-width: 1600px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .drawer-container {
    max-width: 1600px;
    margin: 0 auto;
  }
}
@media (min-width: 75em) {
  .drawer-container {
    max-width: 94%;
  }
  .drawer-container {
    max-width: 1600px;
    margin: 0 auto;
  }
  .header-inner {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
  }
}
@media (max-width: 768px) {
  /*　Drawer.js MENU　／　for SP TOP
----------------------------------------*/
  .drawer-nav {
    width: 20.25rem;
  }
  .drawer--right .drawer-nav {
    right: -20.25rem;
  }
  .drawer-navbar .drawer-navbar-header {
    border-bottom: none;
    display: flex;
    text-align: left;
    height: 3rem;
  }
  .drawer--navbarTopGutter {
    padding-top: 3rem;
  }
  .drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    background-color: #000;
  }
  .drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
    background-color: #000;
  }
  .drawer-open .bt_contact_head.sp a {
    display: none;
  }
  .drawer-menu-item:hover {
    color: #000;
  }
  li.sp.head-tel {
    padding: 5% 10% 15%;
  }
  li.sp.bt_office {
    padding: 15% 10% 0;
  }
  li.bt_contact_head a.drawer-menu-item {
    background-color: #fff;
    color: #313133;
  }
  li a.drawer-menu-item {
    padding: 10px 30px;
    letter-spacing: .2rem;
  }
  li a.drawer-menu-item::before {
    content: "-";
    display: inline-block;
    width: 10px;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
  }
  li.sp.bt_privacy a {
    color: #000;
  }
  li.bt_contact_head a.drawer-menu-item, li.bt_contact_head a.drawer-menu-item {
    padding: 10px 30px;
  }
}
/* =========================================== 
	TOP - Main Contents
============================================= */
.top_about_catch {
  position: relative;
  margin-top: -50px;
  max-width: 1300px;
}
.top_about_catch_txt {
  flex-direction: column;
  padding: 2% 0 0 5%;
}
.bt_about {
  max-width: 300px;
  margin: 8% 0 0 0;
}
.bk_white {
  max-width: 100%;
  margin: auto auto 10%;
  padding: 5% 1% 6% 3%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
p.about_main {
  font-size: 180%;
  letter-spacing: .2rem;
}
p.about_sub {
  font-size: 88%;
  color: #81634f;
  margin: -10px 0 10%;
}
.video-container {
  position: relative;
  height: 100vh;
  width: 100%;
  background-image: url('https://www.u-daiya.co.jp/wp-content/themes/u_daiya2505/img/top/top01.jpg');
  background-size: cover;
  background-position: center;
  transition: opacity 0.5s ease;
}
.header-company-icon {
  max-width: 160px;
  position: absolute;
  bottom: 13%;
  right: 5%;
}
.service_bt {
  max-width: 1600px;
  margin: -5% auto 3%;
}
/*　TOP　／　scroll down animation - on movie
----------------------------------------*/
.scrolldown1 {
  position: absolute;
  left: 50%;
  bottom: 80px;
  height: 50px;
}
.scrolldown1 span {
  position: absolute;
  left: -15px;
  top: -25px;
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}
.scrolldown1::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #eee;
  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;
  }
}
@media (max-width: 768px) {
    .video-container {
  background:none;
        background-color: transparent;
}
}
/*　TOP　／　slide up button animation 
----------------------------------------*/
.bgDU {
  position: relative;
}
.bgDU span.mask {
  position: relative;
  display: block;
  line-height: 0;
  overflow: hidden;
}
.bgDU span.mask::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  opacity: 0;
  transition: .3s ease-in-out;
  transform: translateY(100%);
  background: #000;
  width: 100%;
  height: 100%;
}
.bgDU:hover span.mask::before {
  opacity: .5;
  transform: translateY(0);
}
.bgDU span.cap {
  position: absolute;
  opacity: 0;
  transition: .3s ease-in-out;
  z-index: 3;
  top: 0;
  left: 0; /*transform: translate(-50%, -50%);*/ color: #fff;
  line-height: 1.5;
}
.bgDU:hover span.cap {
  opacity: 1;
}
.hero__caption p {
  color: #fff;
  font-size: 130%;
  text-align: center;
}
p.hero__en {
  font-size: 60%;
  opacity: 0.8;
  margin: 1rem 0;
}
.hero__btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5rem 1.5rem;
  border: 1px solid #fff;
  border-radius: 20px;
  background: transparent;
  color: #fff;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background 0.3s;
}
.img-stack {
  position: relative;
  width: 100%;
  height: auto;
  cursor: pointer;
}
.img-stack img {
  display: block;
  width: 100%;
  height: auto;
}
.img-stack .top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  transition: opacity 0.1s ease;
}
.img-stack:hover .top {
  opacity: 0;
}
@media (max-width: 768px) {}
/*@media screen and (min-width: 481px) {
  .pc_img {
    display: block;
  }
  .sp_img {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .sp_img {
    display: block;
  }
  .pc_img {
    display: none;
  }
}*/
/* =========================================== 
	TOP - Header
============================================= */
h2.catch_main {
  font-size: 320%;
  color: #fff;
  text-align: left;
  letter-spacing: .2rem;
  line-height: 1.3;
  padding-bottom: 25px;
}
p.catch_sub {
  color: #fff;
  font-size: 85%;
  letter-spacing: .025rem;
  text-align: left;
}
.header-content {
  padding: 45vh 5% 0;
}
@media (max-width: 768px) {
  .bt_contact_head.sp a {
    background-color: #81634f;
    color: #fff;
    line-height: 3rem;
    padding: 0 15px;
    font-size: 80%;
    letter-spacing: .05rem;
    position: fixed;
    top: 0;
    right: 55px;
  }
  h1 a img {
    max-width: 130px;
    position: absolute;
    top: 15px;
    left: 0;
  }
  .container {
    max-width: 100%;
  }
  h2.catch_main {
    font-size: 200%;
  }
  .header-content {
    padding: 38vh 5% 0;
  }
  p.catch_sub {
    font-size: 65%;
  }
  .header-company-icon {
    max-width: 100px;
  }
  .bt_service_group a img {
    line-height: 1;
    vertical-align: -webkit-baseline-middle;
  }
  .bt_about {
    max-width: 93%;
  }
  .video-container {
    background-position: right 20% bottom 0 !important;
  }
  .bk_white {
    margin: auto auto;
    padding: 5% 0;
  }
  p.about_main {
    font-size: 135%;
    letter-spacing: 0;
  }
  p.about_sub {
    font-size: 60%;
    margin: -5px 0 7%;
  }
  p.about_txt {
    padding: 0 5% 0 0;
    font-size: 88%;
    line-height: 1.8;
  }
}
/* =========================================== 
	Page - Common
============================================= */
/* =========================================== 
	Page - About DAIYA Company
============================================= */
.about_head_logo {
  text-align: center;
  margin: 5% auto;
}
.about_head_logo img {
  max-width: 160px;
}
.about_uno {
  text-align: center;
  margin: 5% auto;
}
.about_uno img {
  max-width: 880px;
  margin: 5% auto;
}
.about_txt {
  max-width: 880px;
  margin: 5% auto 10%;
  font-size: 90%;
  /*letter-spacing: -0.05em;*/
}
.about_catch.pc {
  font-size: 150%;
  margin: 0 0 5%;
}
.about_catch.sp {
  max-width: 300px;
  margin: 20% auto;
}
.txt_about_message p {
  margin-bottom: 5%;
  letter-spacing: -0.02em;
  text-align: justify;
  text-align-last: left;
}
.signature {
  text-align: end;
  margin: 10% 0 0 0;
}
.ceo {
  letter-spacing: .2rem;
}
.ceo_name {
  font-size: 130%;
  letter-spacing: .1rem;
}
.txt_map {
  font-size: 88%;
}
p.txt_service01_catch {
  font-size: 90%;
}
.txt_service01 {
  font-size: 90%;
  letter-spacing: -.01rem;
  padding-top: 7%;
}
@media (max-width: 768px) {
  .about_head_logo img {
    max-width: 120px;
  }
  p.txt_service01 {
    margin: 5% auto 10%;
    font-size: 90%;
    letter-spacing: -0.05em;
    text-align: justify;
    text-align-last: left;
  }
  p.txt_service01_catch {
    letter-spacing: -0.05em;
    text-align: justify;
    text-align-last: left;
  }
}
/*　ABOUT　／　Company information table
----------------------------------------*/
.ttl_h2_about_info {
  max-width: 160px;
  margin: 10% auto;
}
.company-info-table {
  border-collapse: collapse;
  width: 100%;
  max-width: 800px;
}
.company-info-table th, .company-info-table td {
  padding: 5px 10px;
  text-align: left;
  vertical-align: top;
  font-size: 90%;
}
.company-info-table th {
  width: 25%;
  text-align: justify;
  text-align-last: justify;
  -webkit-text-align-last: justify;
  -moz-text-align-last: justify;
  padding-right: 8%;
}
.company-info-table td {}
th.about_group_company {
  letter-spacing: -.19rem;
}
/*　ABOUT　／　Footer images
----------------------------------------*/
.bk_foot_img {
  overflow: hidden;
  background-image: url('https://www.u-daiya.co.jp/wp-content/themes/u_daiya2505/img/about/bk_about01.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: 350px;
  width: 100%;
  /*max-width: 1600px;*/
  margin: 5% auto 0;
}
@media (max-width: 768px) {
  .company-info-table th, .company-info-table td {
    padding: 5px 6px;
    font-size: 77%;
  }
  .company-info-table th {
    width: 25%;
  }
  .bk_about_foot {
    background-position: left bottom;
  }
  .bk_foot_img {
    height: 200px;
  }
}
/* =========================================== 
	Page - Service
============================================= */
#service .container {
  padding: 5rem 0;
}
.bk_beige2 {
  background-color: #f8f5f7;
}
.head_service {
  position: relative;
  width: 100%;
  height: 450px;
  background-image: url("https://www.u-daiya.co.jp/wp-content/themes/u_daiya2505/img/service/ttl_head_service01.webp");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.head_service_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: auto;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
h2.ttl_h2_service {
  font-size: 140%;
  text-align: center;
  letter-spacing: .1rem;
  padding: 0;
  margin: 15% auto;
}
.service-container {
  max-width: 900px;
  margin: auto;
}
.service-container h3 {
  font-size: 130%;
  padding: 0 0 2%;
  letter-spacing: .1rem;
  line-height: 1.8;
}
.img_service_catch {
  max-width: 80%;
}
p.txt_service01_catch {
  font-size: 110%;
  margin: 10% 0;
  padding: 9% 0 12% 0;
}
.txt_service01_catch {
  position: relative;
}
.txt_service01_catch::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 1px;
  background-color: #81634f;
}
h3.ttl_h3_service {
  font-size: 150%;
  margin: 0 0 16% 0;
}
h3.ttl_h3_service span.en {
  font-family: "trajan-pro-3", serif;
  font-size: 14px;
  color: #81634f;
  display: block;
  letter-spacing: .1rem;
}
.img_service_catch_in {
  max-width: 66%;
  margin-bottom: 23%;
  margin-top: 3%;
}
.txt_service_catch_l {
  font-size: 180%;
  margin-bottom: 0;
  line-height: 1.8;
  letter-spacing: .05rem;
}
.txt_service_catch_s {
  font-size: 10px;
  margin: 5% 0 0 1%;
}
.service02 .img_service_catch .pc .txt_service_catch_s {
  margin-top: 15%;
}
#service p {
  margin-bottom: 3%;
  /*font-size: 90%;*/
  line-height: 1.8;
  text-align: justify;
  text-align-last: left;
}
.txt_service_top {
  margin-bottom: 12%;
}
#service .txt_service_contact p {
  letter-spacing: .1rem;
}
@media (max-width: 768px) {
  #service .container {
    padding: 3rem 0;
  }
  .head_service {
    width: 100%;
    height: 200px;
    background-position: top 0 left 30%;
  }
  .head_service_logo {
    width: 100px;
  }
  p.txt_service01_catch {
    font-size: 103%;
  }
  .txt_service01_catch::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .img_service_catch {
    margin: auto;
  }
  /*  #service p {
    font-size: 88%;
  }*/
  .service-container h3 {
    font-size: 120%;
  }
}
/* =========================================== 
	Page - Contact
============================================= */
/*　CONTACT　／　MW WP Form調整用
----------------------------------------*/
.req {
  color: #A7292C;
  font-size: 13px;
}
td.form-group {
  padding-bottom: 4%;
  color: #273B1F;
  font-weight: 700;
  letter-spacing: .1em;
  font-size: 15px;
}
.mwform-radio-field-text, .control-label, .mwform-checkbox-field-text {
  font-size: 90%;
  vertical-align: text-bottom;
  line-height: 1.8;
}
.mwform-checkbox-field-text {
  letter-spacing: -.02em;
}
.mw_wp_form input[type="email"], .mw_wp_form input[type="tel"], .mw_wp_form input[type="text"], .mw_wp_form textarea {
  width: 100%;
  background-color: rgba(228, 227, 226, 0.4);
  border: none;
  padding: 5px 15px;
  border-radius: 3px;
}
/*.mwform-checkbox-field-text {
  font-size: 13px;
}*/
.mw_wp_form_input .open-area01, .mw_wp_form_input .open-area02 {
  display: none;
}
.mw_wp_form input[type="submit"] {
  /* width: 100%;
  padding: 0.6em;
  font-weight: 700;*/
  /*font-family: fot-cezanne-pron, sans-serif;*/
}
.grecaptcha-badge {
  visibility: hidden;
}
.re_cap {
  font-size: 70%;
  line-height: 1;
  margin: 2em 0 -2em;
}
input[type="submit"], input[type="button"], input[type="reset"] {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type="submit"] {
  display: block;
  cursor: pointer;
  width: 50%;
  border: 1px solid #273B1F;
  padding: .5rem 1rem;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 6px;
  background-color: transparent;
  color: #273B1F;
}
.btn_wrap {
  position: relative;
  max-width: 500px;
  margin: auto;
}
.btn_wrap::after {
  position: absolute;
  content: "＞";
  display: inline-block;
  /*background: url("https://site-test.site/wp-content/themes/ship/img/bt_allow_right.png") no-repeat;*/
  margin: 0;
  width: 15px;
  height: 15px;
  right: 20px;
  top: 20px;
  background-size: 20px;
}
.custom-select {
  border: none;
  box-sizing: border-box;
}
.mw_wp_form select {
  padding: 5px 10px;
  width: 100%;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  background: url("https://site-test.site/wp-content/themes/ship/img/bt_allow_under.png") no-repeat;
  background-position: right 10px center;
  background-size: 10px 5px;
  background-color: rgba(228, 227, 226, 0.4) !important;
  /* Firefox hide arrow */
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  color: #333;
}
/* IE10 hide arrow */
select::-ms-expand {
  display: none;
}
.ttl_contact_h2 {
  font-size: 200%;
  letter-spacing: .2rem;
  text-align: center;
  margin: 12% auto 8%;
}
.ttl_contact_h2 span.en {
  font-size: 10px;
  display: block;
  text-align: center;
  margin: -1% 0 0;
  color: #81634f;
  letter-spacing: 0.025rem;
}
p.p-country-name {
  display: none;
}
p.txt_contact {
  text-align: center;
  margin: 10% auto 3%;
  font-size: 90%;
}
.form-container {
  max-width: 860px;
  margin: 0 auto;
  font-size: 90%;
}
.required-note {
  color: #813b4d;
  font-size: 14px;
  margin-bottom: 3%;
}
form {
  margin-bottom: 20%;
}
.section-title, .section-title2 {
  font-size: 130%;
  border-bottom: 1px solid #505050;
  padding-bottom: 1%;
  margin: 0 0 10%;
  letter-spacing: .1rem;
}
.section-title2 {
  padding-top: 10%;
}
.form-group {
  margin: 4% 0 0 1%;
}
.form-label {
  display: inline-block;
  width: 160px;
  vertical-align: top;
}
.required {
  color: #813b4d;
  font-size: 12px;
  margin-left: 5px;
}
.form-input-wrapper {
  display: inline-block;
  width: calc(100% - 180px);
}
.form-input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  background-color: #f9f9f9;
  transition: border-color 0.3s, background-color 0.3s;
}
.form-input:focus {
  outline: none;
  border-color: #3498db;
  background-color: white;
}
.form-input::placeholder {
  color: #999;
}
.checkbox-item input, .radio-item input {
  margin-right: 8px;
  transform: scale(1.1);
}
.checkbox-item label, .radio-item label {
  cursor: pointer;
  font-size: 14px;
}
.checkbox-group, .radio-group01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
}
.radio-group03 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 5px;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}
.mwform-checkbox-field label, .mwform-radio-field label {
  margin-right: 5px;
}
.address-group {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.postal-code {
  width: 120px;
  text-align: center;
  background-color: #e8e8e8;
  font-weight: bold;
}
.area-input {
  width: 100px;
}
input.area-input-group {
  max-width: 85%;
}
.unit {
  color: #666;
  font-size: 14px;
}
.textarea {
  min-height: 120px;
  resize: vertical;
  font-family: inherit;
}
.privacy-section {
  margin: 3% 0 10% 170px;
}
.privacy-link {
  color: #3498db;
  text-decoration: none;
}
a.privacy-link {
  display: inline-block;
  border-bottom: solid 1px #3498db;
}
.privacy-checkbox {
  margin: 5px 0;
}
.privacy-checkbox input {
  margin-right: 8px;
  transform: scale(1.1);
}
.mwform-checkbox-field-text::before {
  content: "※";
  color: #813b4d;
}
.submit-button {
  background-color: #333;
  color: white;
  padding: 15px 40px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
  display: block;
  margin: 30px auto 0;
  min-width: 200px;
}
.submit-button:hover {
  background-color: #555;
  color: #fff;
}
.mw_wp_form .mw-wp-form-radio-field {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.mw_wp_form .mw-wp-form-radio-field label {
  flex: 0 0 calc(33.333% - 20px);
  min-width: 150px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.mw_wp_form .mw-wp-form-radio-field input[type="radio"] {
  margin-right: 8px;
}
@media (max-width: 768px) {
  .ttl_contact_h2 {
    font-size: 160%;
  }
  p.txt_contact {
    text-align: justify;
    text-align-last: left;
    line-height: 1.8;
    font-size: 88%;
  }
  .form-container {
    padding: 20px;
  }
  .form-label {
    width: 100%;
    margin-bottom: 8px;
  }
  .form-input-wrapper {
    width: 100%;
  }
  .checkbox-group, .radio-group01, .radio-group02, .radio-group03 {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .address-group {
    flex-direction: column;
    gap: 10px;
  }
  .postal-code {
    width: 100%;
  }
  .area-input-group {
    flex-wrap: wrap;
  }
  .checkbox-item, .radio-item {
    display: block;
    align-items: left;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .privacy-section {
    margin: 0 0 15% 0;
    font-size: 100%;
  }
  input[type="submit"] {
    width: 100%;
  }
  .form-group {
    margin: 4% 0 10% 0;
  }
}
@media (max-width: 480px) {
  .form-container {
    padding: 5px;
  }
  .section-title {
    font-size: 16px;
  }
  .submit-button {
    width: 100%;
  }
}
/*　CONTACT　／　text 
----------------------------------------*/
/* =========================================== 
　Page - Privacy Policy
============================================= */
/* =========================================== 
　Footer - Contact
============================================= */
.ttl_h3_contact {
  font-family: "trajan-pro-3", serif;
  text-align: center;
  font-size: 130%;
  letter-spacing: .8rem;
}
.bt_satei, .bt_tel_num {
  display: block;
  width: 100%;
  max-width: 450px;
}
.footer_contact {
  margin: auto auto 5%;
}
.txt_footer_contact {
  text-align: center;
  margin: 1% auto 4%;
}
@media (max-width: 768px) {
  .ttl_h3_contact {
    font-size: 110%;
    letter-spacing: .6rem;
    padding: 5% 0 2%;
  }
  .bt_satei, .bt_tel_num {
    width: 100%;
    margin: 3% auto 0;
  }
  .txt_footer_contact {
    font-size: 70%;
  }
  .footer_contact {
    margin: auto auto 18%;
  }
}
/* =========================================== 
　Footer - Global
============================================= */
footer {
  background-color: rgba(129, 99, 79, 0.86);
  padding: 5% 0 2%;
  color: #fff;
  display: flex;
  justify-items: center;
  justify-content: center;
  position: relative;
}
.footer_menu h3 {
  max-width: 100px;
  margin-bottom: 15px;
}
.footer_menu li a::before {
  content: "-";
  display: inline-block;
  width: 10px;
  height: auto;
  margin-right: 10px;
  position: relative;
  top: 1px;
  left: 0;
}
.footer_menu li a {
  color: #fff;
  display: block;
  line-height: 1.8;
  font-size: 90%;
  text-align: left;
}
.copyright {
  font-size: 70%;
  padding: 3% 0 1%;
  color: #fff;
  letter-spacing: 0.1em;
}
@media (max-width: 980px) {
  footer {
    display: block;
    padding: 15% 0 0;
  }
}
/* Footer 
---------------------------------------------- */
.site-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
/* Footer Navigation
---------------------------------------------- */
.footer-col {
  flex: 1;
  padding: 0 20px;
}
.footer-col--logo img {
  max-width: 85%;
  height: auto;
  display: block;
  margin: 5px auto 0 0;
}
.footer-col--nav {
  border-left: 1px solid #fff;
  padding: 0 0 0 6%;
}
.footer-col--nav ul {
  list-style: none;
}
.footer-col--nav li {
  margin-bottom: 12px;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* Footer Company information
---------------------------------------------- */
.footer-col--contact {
  border-left: 1px solid #fff;
  font-size: 0.875rem;
  line-height: 1.6;
  padding-left: 5%;
}
.footer-col--contact .company-name {
  font-size: 125%;
  color: #fff;
  letter-spacing: .2rem;
}
.footer-col--contact .address {
  color: #fff;
}
.footer-col--contact .map-link {
  font-size: 90%;
  border-bottom: 1px solid #fff;
  color: #fff;
  display: inline-block;
}
@media (max-width: 768px) {
  .site-footer .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-col {
    width: 100%;
    padding: 20px 0;
    border: none;
  }
  .footer-col--logo {
    border-top: none;
  }
  .footer-col--logo img {
    max-width: 50%;
    margin: 0 auto 0 5%;
  }
  .footer-col--nav, .footer-col--contact {
    border: none;
  }
  .footer_contact {
    padding-top: 10%;
  }
  .footer-col--contact .company-name {
    font-size: 145%;
    margin-bottom: 2%;
  }
  .footer-col--nav {
    border-left: none;
    padding: 0 0 0 6%;
    margin: 3% auto 0 3%;
  }
  .footer-col--contact {
    border-left: none;
    text-align: left;
    margin: 10% 0 10% 3%;
  }
  .footer_menu li a::before {
    margin-right: 0;
    top: 0px;
    left: 0;
  }
  .copyright {
    margin: 0 auto 0 -5px;
  }
  .footer-logo--sp {
    padding-bottom: 0;
  }
}
/* TEL Link for only SP
---------------------------------------------- */
@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* Left Sticky for only PC
---------------------------------------------- */
.left_sticky {
  position: fixed;
  top: 45%;
  left: 50px;
  z-index: -1;
  max-width: 7px;
}
/* =========================================== 
	Back to bt
============================================= */
#page-top a {
  width: 20px;
  text-align: center;
  transition: all 0.3s;
}
#page-top {
  position: fixed;
  right: 30px;
  z-index: 2;
  opacity: 0;
  transform: translateY(200px);
}
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(200px);
  }
}
@media (max-width: 768px) {
  #page-top {
    right: 10px;
  }
  #page-top a {
    width: 15px;
  }
}
/* =========================================== 
	Page - 404
============================================= */