@charset "UTF-8";
/*!
Theme Name: XeoryExtensionChild
Theme URI: https://xeory.jp/extension
Template: xeory_extension
Description: Xeory拡張子テーマ
Author: バズ部
Author URI: https://bazubu.com/
Version: 1.0.0
*/
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/YakuHanJP-Regular.woff2") format("woff2"), url("fonts/YakuHanJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "YakuHanMP";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/YakuHanMP-Regular.woff2") format("woff2"), url("fonts/YakuHanMP-Regular.woff") format("woff");
}
@font-face {
  font-family: "YakuHanMPB";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/YakuHanMP-Bold.woff2") format("woff2"), url("fonts/YakuHanMP-Bold.woff") format("woff");
}
body.home #main_visual h2 {
  font-family: YakuHanMPB, "Shippori Mincho", sans-serif;
  font-weight: normal;
}
body.home #main_visual + #content {
  padding-top: 0;
}
body.home #front-contents .c_box:last-of-type {
  border-bottom: none;
}

body.color04 #header,
body.color04 #main_visual {
  background: #2D0901;
}
body.color04 #gnav {
  background-color: #2D0901;
}
body.color04 #gnav ul li.current-menu-item a {
  background-color: #460e02;
}
body.color04 #gnav ul li a {
  background-color: #2D0901;
}
body.color04 #gnav ul li a:hover {
  background-color: #460e02;
}
body.color04.home #front-contents {
  background-color: white;
}
body.color04.home #front-contents .c_number {
  background-color: #2D0901;
}
body.color04.home #front-service {
  background: url("../xeory_extension/lib/images/border_e5.png") repeat-y top center #fff;
}
@media (max-width: 991px) {
  body.color04.home #front-service {
    background: #fff;
  }
}
body.color04.home #front-contact {
  background-color: white;
}
body.color04.home #front-contact .c_box_inner p {
  color: #2D0901;
}

.breadcrumb-area .wrap {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.breadcrumb-area .wrap a {
  color: #2D0901;
}
.breadcrumb-area .wrap a:hover {
  color: #FB5235;
  text-decoration: underline;
}

.wp-block-image.full_size {
  display: block;
  max-height: 640px;
  margin: 25px calc(-50vw + 50%);
  overflow: hidden;
}
@media (min-width: 1920px) {
  .wp-block-image.full_size {
    margin: 25px calc(-960px + 50%);
  }
}
.wp-block-image.full_size img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_cont {
  width: 90vw;
  max-width: 630px;
  margin: 3em auto 10em auto;
  padding: 16px;
  background: #F2F3EB;
  border: 1px solid #424242;
  -webkit-box-shadow: #F2F3EB 0px 0px 0px 10px;
          box-shadow: #F2F3EB 0px 0px 0px 10px;
}

input[type=text],
input[type=tel],
input[type=email],
textarea,
select {
  vertical-align: top;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 2em;
  padding-left: 0.4em;
  border: none;
  border-radius: 0;
  color: #757575;
  background: #F2F3EB;
  font-size: 1em;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus,
select:focus {
  outline: none;
}

textarea {
  height: 10em;
  min-height: 2em;
  resize: none;
}

input[type=text]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  text-transform: uppercase;
}

input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, textarea::-moz-placeholder {
  text-transform: uppercase;
}

input[type=text]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  text-transform: uppercase;
}

input[type=text]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  text-transform: uppercase;
}

input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
textarea::placeholder,
select {
  text-transform: uppercase;
}

input[type=submit],
input[type=button],
button {
  cursor: pointer;
  color: #757575;
  background: #F2F3EB;
  border: 1px solid #424242;
  padding: 1em 2em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
}

input[type=submit]:hover,
input[type=button]:hover,
button:hover {
  color: #ffffff;
  background: #424242;
}