@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500&display=swap");
:root {
  --cBlack: #000000;
  --cBlue: #444ea8;
  --cWhite: #ffffff;
  --cGray: #ddd;
  --footerBg: #333333;
  --copyBg: #332718;
  --cBorder: #707070;
  --secBg: #fbf9f6;
  --regular: 400;
  --medium: 500;
}
/* Reset css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
  line-height: 1;
  letter-spacing: 0;
}
html {
  overflow-y: scroll;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
dt,
h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-weight: 500;
}
aside,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}
table {
  border-collapse: collapse;
}
caption,
th {
  text-align: left;
}
q:after,
q:before {
  content: "";
}
embed,
object {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}
abbr,
acronym,
fieldset,
img {
  border: 0;
}
li {
  list-style-type: none;
  list-style: none;
}
.edge li {
  white-space: nowrap;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
hr {
  clear: both;
  border: none;
  background-color: #ffffff;
}
body {
  font-weight: 500;
  line-height: 1.8;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a {
  color: #231815;
}
a[href^="tel:"] {
  cursor: default;
}
figure {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}
svg {
  overflow: visible;
}
body {
  position: relative;
  font: 16px/1.7 "Noto Serif JP", "serif";
  color: #231815;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
/* form
---------------------------------------- */
input::-ms-clear {
  display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
input,
textarea,
label {
  display: inline-block;
  vertical-align: middle;
}
input,
textarea,
select {
  border: 1px solid #b2b2b2;
  padding: 15px;
  line-height: 1;
}
::-webkit-input-placeholder,
:-ms-input-placeholder,
::-moz-placeholder {
  color: #ccc !important;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
  border: 1px solid #808080;
}
label {
  line-height: 1;
  padding: 10px 0;
  margin-right: 20px;
}
textarea {
  width: 100%;
  height: 175px;
  resize: vertical;
  box-sizing: border-box;
  line-height: 1.7;
}
input[type="text"],
input[type="email"] {
  width: 350px;
}
input#zip,
input#dest-zip {
  width: 200px;
}
input#address,
input#dest-address {
  width: 100%;
}
input#zip,
input#dest-zip,
select#city,
input#etc1-text,
input#etc2-text,
input#etc3-text {
  margin-left: 10px;
}
input[type="checkbox"],
input[type="radio"] {
  margin-right: 5px;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  vertical-align: middle;
}
input[type="reset"].wpcf7c-conf,
#reset.wpcf7c-conf {
  display: none;
}
input[type="reset"],
input[type="button"],
input[type="submit"] {
  width: 300px;
  padding: 0;
  line-height: 65px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  appearance: none !important;
  margin: 20px;
}
input[type="reset"],
input[type="button"] {
  margin-top: 50px;
  height: 52px;
  width: 328px;
  line-height: 31px;
  font-size: 1.15rem;
  letter-spacing: 0.1rem;
  border-radius: 50px;
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #fff;
  background-color: var(--cBlue);
  transition: 0.4s;
  cursor: pointer;
}
input[type="reset"]:hover,
input[type="button"]:hover {
  opacity: 0.7;
}
input[type="submit"] {
  margin-top: 50px;
  height: 52px;
  width: 328px;
  line-height: 31px;
  font-size: 1.15rem;
  letter-spacing: 0.1rem;
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 50px;
  color: #fff;
  background-color: var(--cBlue);
  transition: 0.4s;
  cursor: pointer;
}
input[type="submit"]:hover {
  opacity: 0.7;
}
input[type="submit"][disabled] {
  opacity: 0.7;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
form hr {
  border-top: 1px solid #b2b2b2;
  margin: 50px auto;
  width: 960px;
}

/*====================
お問合わせフォーム
 ====================*/

p.end {
  padding-top: 5px;
}
h1.contact-h1 {
  background-color: #dcdddd;
  padding: 50px 0px;
  font-size: 2em;
}
main#contact p.txt-area {
  padding: 30px 0px;
}
ul.contact_btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 30px;
}
ul.contact_btn li {
  margin: 10px;
  text-align: center;
}
p.txt-area {
  line-height: 1.4;
}
p.txt-area:nth-child(2) {
  margin: 30px;
}
input.toTopbtn {
  margin-bottom: 40px;
}
/* sp
---------------------------------------- */
.forSP {
  display: none;
}
/* common
---------------------------------------- */
.layout-contents {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  line-break: strict;
  word-spacing: -0.2em;
}
.copy {
  padding-top: 200px;
  width: 700px;
  margin: 0 auto;
}
h2 {
  text-align: center;
  margin-bottom: 12px;
  font-size: 2em;
}
h1 {
  font-size: 2rem;
  flex-shrink: 0;
}
.inner {
  width: 1024px;
  margin-right: auto;
  margin-left: auto;
}
.header {
  padding: 0;
  text-align: center;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  width: calc(100% - 15px);
}
a:hover {
  opacity: 0.7;
}
/* motion,btn
---------------------------------------- */
*:selection {
  background: #f27649;
  color: #fff;
}
a,
img,
.photo,
.over,
aside#sns li span,
.nav-child,
.ico-area dd ul {
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  transition: All 0.5s ease;
}
.enlargement img {
  -moz-transition: -moz-transform all 0.4s;
  -webkit-transition: -webkit-transform all 0.4s;
  -o-transition: -o-transform all 0.4s;
  -ms-transition: -ms-transform all 0.4s;
  transition: all 0.4s;
}
a:hover .enlargement img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.btn {
  text-align: center;
}
.btn a {
  display: block;
  height: 50px;
  margin: auto;
}
.btn.all {
  text-align: center;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
}
.btn.all a {
  width: 225px;
  background-image: url(/assets/img/btn_all.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.btn.all a:hover {
  background-image: url(/assets/img/btn_all_on.png);
  background-color: #f27649;
}
.btn.return a {
  width: 165px;
  line-height: 31px;
  height: 31px;
  font-size: 1.15rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  color: #5f564d;
  border: 2px solid #5f564d;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  position: relative;
}
.btn.return a:after {
  content: "\f432";
  font: lighter 20px Genericons;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.btn.next a {
  margin-top: 50px;
  height: 52px;
  width: 328px;
  line-height: 31px;
  font-size: 1.15rem;
  letter-spacing: 0.1rem;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 50px;
  color: #fff;
  background-color: var(--cBlue);
  transition: 0.4s;
}
.btn.next a:hover {
  opacity: 0.7;
}
.btn.next a:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 20px;
  margin: auto;
}
/* header
---------------------------------------- */
.header {
  background-color: var(--cWhite);
  height: 100px;
  width: 100%;
  position: fixed;
  z-index: 999;
}
h1.logo a {
  display: inline-block;
}
h1.logo a > img {
  object-fit: contain;
}
.header-list {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 3%;
}
.menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.menu > li {
  width: calc(740px / 6);
  border-right: 1px solid var(--cBlack);
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu > li a {
  display: inline-block;
  color: var(--cBlack);
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 500;
}
.menu > li:nth-child(5) {
  border: none;
}
.menu > li:last-child {
  border: none;
  background-color: var(--cBlue);
  height: 100%;
  width: 170px;
}
.menu > li:last-child a {
  color: white;
}
.menu > li:last-child a:hover {
  opacity: 0.7;
  color: var(--cWhite);
}
ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.menu__second-level li {
  border-top: 1px solid #111;
}
.menu__second-level li a:hover {
  background: #7a6a5691;
}
/* floatクリア */
.menu:before,
.menu:after {
  content: " ";
  display: table;
}
.menu:after {
  clear: both;
}
.menu {
  *zoom: 1;
}
.menu > li.menu__single {
  position: relative;
}
li.menu__single ul.menu__second-level {
  position: absolute;
  top: 40px;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
li.menu__single:hover ul.menu__second-level {
  top: 30px;
  visibility: visible;
  opacity: 1;
}
.menu__second-level li a {
  padding: 10px 0px;
  background-color: #fff;
}
.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.13);
  z-index: 999999;
}
.fixed h2 {
  display: none !important;
}
#mobile-menu {
  display: none;
}

/* footer
---------------------------------------- */
ul.footer-menu.forPC {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 30px;
}
ul.footer-menu.forPC li a {
  font-size: 1rem;
  border-right: 1px solid #7a6a56;
  letter-spacing: 0.2em;
  padding: 6px 20px;
  vertical-align: bottom;
  color: #ffffff;
}
@media (any-hover: hover) {
  ul.footer-menu.forPC li a:hover {
    text-decoration: underline;
  }
}
ul.footer-menu.forPC li:last-child a {
  border: none;
}
footer span.adress {
  padding-right: 10px;
}
footer span.fax {
  padding: 0pc 10px;
}
footer {
  background-color: var(--footerBg);
  color: #ffffff;
}
footer .inner {
  position: relative;
  padding-top: 52px;
}
footer .column {
  display: -webkit-flex;
  display: block;
  padding-bottom: 20px;
}
footer .column div {
  margin: 20px 50px;
}
footer .column a {
  color: #fff;
}

p.contact_btn a {
  background-color: #fff;
  padding: 5px 30px;
  border: 1px solid #000;
  font-weight: 600;
}
@media (any-hover: hover) {
  footer .column p.contact_btn:hover {
    margin-left: auto;
    line-height: 3em;
  }
}

footer span.tel {
  padding-left: 10px;
}
.footer__box h2 {
  font-size: 2.4rem;
}
.footer__address > p {
  text-align: center;
  line-height: 1.5;
  font-size: 1rem;
}
.footer__address a {
  font-size: 1.5rem;
  pointer-events: none;
}
.copyright {
  text-align: center;
  font-size: 0.8em;
  padding: 10px 0;
  letter-spacing: 0.1em;
  background-color: var(--copyBg);
  color: var(--cWhite);
}

/* index
---------------------------------------- */
main.index section {
  padding: 80px 0px 80px 0px;
}
main.index section:nth-child(odd) {
  background: var(--secBg);
}
.sec__ttl {
  display: inline-block;
  width: 194px;
  position: relative;
  margin: 0 auto;
  font-size: 2.25rem;
  font-weight: var(--medium);
  text-align: center;
  color: #444ea8;
  margin-bottom: 1.2rem;
  padding-bottom: 10px;
}
.sec__ttl::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  display: block;
  width: 100px;
  height: 2px;
  background-image: linear-gradient(
    to right,
    transparent,
    #444ea8 40%,
    #444ea8 60%,
    transparent
  );
  transform: translateX(-50%);
}
.sec__ttl::after {
  content: attr(data-text) "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  display: block;
  width: 200px;
  color: #000;
  font-size: 1rem;
  transform: translateX(-50%);
}
.sec__ttl.top {
  margin-bottom: 72px;
}
.top__slideBox {
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.top__slideBox > p {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.8rem;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 80%);
  color: var(--cWhite);
  line-height: 1.5;
}
.top__slideBox > p > br:nth-child(odd) {
  display: none;
}
.top__topicsBox {
  display: flex;
  align-items: center;
  font-size: 1rem;
  padding: 20px 0;
  margin-right: 80px;
  margin-left: 80px;
  border-bottom: 1px solid var(--cGray);
}
.top__topicsBox dt {
  width: 15%;
  text-align: left;
}
.top__topicsBox dd {
  text-align: left;
  width: 85%;
  line-height: 1.6em;
}
.top__topicsBox dd a:hover {
  color: var(--cBlue);
}
.top__actualList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.top__actualList li a {
  display: block;
  width: 240px;
  height: 180px;
  object-fit: contain;
  margin: 0 auto;
}
.top__actualList li figure {
  background: #e7e7e7;
  width: 100%;
  height: 100%;
}
.top__actualList li {
  width: calc((100% - 60px) / 4);
}
.top__actualList li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top__actualList li + li {
  margin-left: 20px;
}
.top__actualList li a:hover figure {
  opacity: 0.7;
}
.top__actualList li figcaption {
  margin-top: 10px;
}
.top__slideBox01 {
  background-image: url(../img/slider/s_img01.jpg);
}
.top__slideBox02 {
  background-image: url(../img/slider/s_img02.jpg);
}
.top__slideBox03 {
  background-image: url(../img/slider/s_img03.jpg);
}

/* #contact
---------------------------------------- */
section.cont-01 {
  padding: 0px 0 50px;
}
section.cont-02 {
  padding: 50px 0;
}
main.contact form {
  width: 100%;
}
main.contact form dl dt {
  padding: 0;
  width: 180px;
  line-height: 35px;
}
main.contact form dl dd {
  width: 100%;
}
main.contact form .description {
  color: #ec1c24;
}
main.contact form .attention {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.7;
}
main.contact form #privacy {
  overflow: auto;
  box-sizing: border-box;
  padding: 30px;
  height: 173px;
  border: 1px solid #b2b2b2;
}
main.contact .wpcf7-response-output {
  box-sizing: border-box;
  border-radius: 4px;
  margin: 50px auto 0 auto;
  padding: 10px 15px;
  width: 960px;
  color: #f16b3a;
  font-weight: bold;
  text-align: center;
}
main.contact .wpcf7c-conf:not(#reset) {
  background-color: #ffef32;
}
.contactArea {
  margin-top: 62px;
}
.contactArea p.text {
  padding-bottom: 50px;
  font-size: 1.2em;
}
main.contact .cont {
  padding-bottom: 100px;
}
p.error_messe {
  line-height: 2rem;
  color: #f51414;
}
/* company.php
---------------------------------------- */
.company__skillList a {
  display: inline-block;
  margin-left: 1rem;
  color: #4300ff;
  text-decoration: underline #4300ff;
}
ul.list li {
  line-height: 2rem;
}
/*----------------------------------------------------------------------------
XX：for other devices
----------------------------------------------------------------------------*/
/*@import '_aside.scss';*/
/*@import '_table.scss';*/
/*.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}*/
.u8fadeItem {
  transition: 0.8s;
}
.u8fadeItem.fadeDelay {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.u8fadeItem.fadeIn {
  opacity: 0;
  filter: alpha(opacity=0);
}
.u8fadeItem.fadeIn.efdone {
  opacity: 1;
  filter: alpha(opacity=100);
}
.u8fadeItem.fadeInDown {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}
.u8fadeItem.fadeInDown.efdone {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.u8fadeItem.fadeInUp {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.u8fadeItem.fadeInUp.efdone {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/*====================
ページ先頭ボタン
 ====================*/
#page-top {
  width: 70px;
  height: 70px;
  position: fixed;
  right: 10px;
  bottom: -50px;
  background: #808080;
  opacity: 0.6;
  z-index: 99;
  border-radius: 20px;
  cursor: pointer;
}
#page-top a {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  text-decoration: none;
}
#page-top a::before {
  font-family: FontAwesome;
  content: "\f077";
  font-size: 50px;
  color: #fff;
  position: absolute;
  width: 70px;
  height: 70px;
  inset: 0;
  bottom: -9px;
  margin: auto;
  text-align: center;
}
/*================-====
ぱんくず
 ====================*/
.breadcrumb {
  text-align: left;
  padding: 10px 0px 50px 0px;
}
.breadcrumb li {
  display: inline; /*横に並ぶように*/
  list-style: none;
}
.breadcrumb li:after {
  /* >を表示*/
  content: ">";
  padding: 0 3px;
}
.breadcrumb li:last-child:after {
  content: "";
}
.breadcrumb li a {
  text-decoration: none;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
/*====================
下層
====================*/
.lowerPage__style {
  padding-top: 100px;
}
.pages__ttl {
  min-width: 1024px;
  height: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/lowerbg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pages__ttl.mail {
  padding: 78px 0;
}
.leftBorder__ttl {
  text-align: left;
  font-size: clamp(20px, 3vw, 24px);
  border-left: 8px solid var(--cBlue);
  font-weight: var(--regular);
  padding: 4px 0px;
  color: var(--copyBg);
  padding-left: 0.8rem;
  margin-bottom: 20px;
}
.contact__topText {
  margin: 35px 0;
  line-height: 1.4;
}
p.catch {
  line-height: 2rem;
  font-size: 1rem;
}
table.office-table {
  margin: 0 auto;
  width: 100%;
}
.office-table th {
  width: 30%;
  text-align: center;
  background-color: #eee;
  border: solid 1px #777;
  padding: 20px 10px;
}
.office-table td {
  border: solid 1px #777;
  border-left: none;
  padding: 20px;
}
.office-table td > br {
  display: none;
}
section.cont-02 {
  padding: 50px 0px;
}
.bgGray {
  padding-top: 74px;
  background-color: var(--secBg);
}
/*====================
business
====================*/

.business__sec {
  padding-bottom: 73px;
}
.business__contentBox {
  display: flex;
  flex-wrap: wrap;
  margin-top: 42px;
}
.business__textBox {
  width: calc((100% - 20px) / 2);
}
.business__textBox:nth-child(2n) {
  margin-left: 20px;
}
.business__textBox:nth-child(n + 3) {
  margin-top: 40px;
}
.business__textBox h4 {
  text-align: left;
  font-size: 1.25em;
  color: #333;
  padding: 16px 0 10px;
  border-bottom: 1px solid #707070;
}
p.comment {
  text-align: left;
  line-height: 1.4;
  margin-top: 14px;
}
.business__imgBox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.business__imgBox > img {
  width: calc(100% / 4);
}
/* actual_△△.php
----------------------------------------*/
section.actual__sec {
  padding: 0;
}
.actual__topText {
  line-height: 1.4;
}
.actual__btnBox {
  xmargin-top: 30px;
  border-bottom: 2px solid var(--cBlue);
  display: flex;
}

.actual__btn {
  width: calc((100% - 20px) / 2);
  display: block;
  font-size: 1.25rem;
  padding: 20px 0;
}
.actual__btn._gray:hover {
  opacity: 0.7;
}
.actual__btn._gray {
  background-color: var(--cGray);
}
.actual__btn._blue {
  background-color: var(--cBlue);
  color: var(--cWhite);
}
.actual__btn._blue:hover {
  opacity: 1;
}
.actual__btn:first-child {
  margin-right: 20px;
}
#photoAlbumArea {
  margin-top: 30px;
}
#photoAlbumArea div#pageArea {
  width: 100%;
}

#photoAlbumArea .photoAlbumList {
  width: 23%;
  display: inline-block;
  margin-right: 20px;
  line-height: 100%;
  xtext-align: center;
  xpadding: 10px;
  xmargin: 0 10px 15px 10px;
}
#photoAlbumArea .photoAlbumList:nth-child(4n) {
  margin-right: 0;
}
#photoAlbumArea .photoAlbumList:nth-child(n + 4) {
  margin-top: 20px;
}
#photoAlbumArea .albumPhoto {
  overflow: hidden;
  xwidth: 320px;
  xheight: 240px;
}
#photoAlbumArea .albumPhoto a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#photoAlbumArea .albumPhoto img {
  max-height: 100%;
  max-width: 100%;
  xvertical-align: bottom;
  overflow: hidden;
}
.albumCategory a:link {
  color: #fff;
}
.albumCategory a:visited {
  color: #fff;
}
.albumCategory li {
  width: 120px;
  font-size: 90%;
  color: #fff;
  padding: 5px;
  margin: 1em auto;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}

p.albumPhoto {
  margin-bottom: 0.7rem;
}

p.albumTitle {
  text-align: center;
}

#pageArea .link_next,
#pageArea .link_before {
  color: initial;
}

@media screen and (max-width: 800px) {
  #photoAlbumArea .photoAlbumList {
    width: 100%;
    display: block;
    xtext-align: center;
    xpadding: 10px;
    xmargin: 0 0 15px 0;
    margin-bottom: 2rem;
  }
  #photoAlbumArea .albumPhoto {
    width: 100%;
  }
  #photoAlbumArea .albumPhoto a {
    width: 100%;
  }
  #photoAlbumArea article {
    width: 100%;
    margin: 0 auto;
  }
}
#photoAlbumWrap {
  width: 100%;
  text-align: center;
}
.photoAlbum-control {
  xbackground-color: #eee;
  padding: 15px 0;
}
div#photoAlbumArea div.btn {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.photoAlbum-control section {
  xposition: relative;
  xleft: 50%;
  xfloat: left;
}
.photoAlbum-control p {
  xdisplay: inline-block;
  margin: 0 auto;
  text-align: center;
}
div#photoAlbumArea div.btn p.buttonNext a {
  margin-right: 0;
}
div#photoAlbumArea div.btn p a.back {
  float: none;
}
.fa-chevron-circle-right:before {
  display: none;
}
.fa-chevron-circle-right:after {
  content: "\f138";
}

.photoAreaThumb-list li:nth-child(5n) {
  margin-right: 0;
}
.photoAreaThumb-list li img {
  width: 188px;
  height: 124px;
  overflow: hidden;
  object-fit: contain;
  background: #f6f6f6;
}
p.photoTitle {
  font-size: 1.2em;
  font-weight: 700;
  text-align: left;
  xwidth: 650px;
  margin: 0 auto 0.5rem;
  line-height: 1.6em;
  border-bottom: 1px solid #707070;
}
#photoAlbumArea {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  xdisplay: flex;
  xflex-wrap: wrap;
  xjustify-content: flex-start;
}
#photoArea {
  margin-top: -200px;
  padding-top: 200px;
}
#photoAlbumArea .photoAlbumList {
  margin-right: 20px;
  margin-bottom: 20px;
}
#photoAlbumArea .photoAlbumList:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 800px) {
  #photoAlbumArea {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    float: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
  }
  #photoAlbumArea .photoAlbumList {
    margin-right: 0;
  }
  #photoAlbumArea .photoAlbumList:nth-child(n + 4) {
    margin-top: 0;
  }
}
/*==== 共通カテゴリー・メニュー ====*/

#photoAlbum-menu {
  width: 170px;
  float: left;
  text-align: left;
}
#photoAlbum-menu .photoAlbum-menu-title {
  border-width: 1px 0;
  border-style: solid;
  border-color: #ccc;
  padding: 15px 0;
  margin: 0 0 30px 0;
  font-size: 120%;
}
#photoAlbum-menu .photoAlbum-menu-list li {
  border-width: 0 0 1px 0;
  border-style: dotted;
  border-color: #ccc;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 800px) {
  #photoAlbum-menu {
    width: 100%;
    float: none;
    text-align: center;
  }
  #photoAlbum-menu .photoAlbum-menu-title {
    border-width: 1px 0;
    border-style: solid;
    border-color: #ccc;
    padding: 15px 0;
    margin: 0 0 30px 0;
    text-align: center;
    font-size: 120%;
  }
  #photoAlbum-menu .photoAlbum-menu-list li {
    border-width: 0 0 1px 0;
    border-style: dotted;
    border-color: #ccc;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
  }
  #photoAlbum-menu .photoAlbum-menu-list:first-child {
    margin-top: 10px;
  }
}
/*==== フォトアルバム一覧ページ ====*/

#photoAlbumArea div#pageArea {
  width: 100%;
}

#photoAlbumArea .photoAlbumList {
  width: 240px;
  display: inline-block;
  line-height: 100%;
  xtext-align: center;
  xpadding: 10px;
  xmargin: 0 10px 15px 10px;
}
#photoAlbumArea .albumPhoto {
  overflow: hidden;
  background-color: #f6f6f6;
  xwidth: 320px;
  xheight: 240px;
}
#photoAlbumArea .albumPhoto a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
  width: 100%;
}
#photoAlbumArea .albumPhoto img {
  max-height: 100%;
  width: 100%;
  object-fit: contain;
  xvertical-align: bottom;
  overflow: hidden;
}
.albumTitle {
  xfont-size: 110%;
}
.albumCategory a:link {
  color: #fff;
}
.albumCategory a:visited {
  color: #fff;
}
.albumCategory li {
  width: 120px;
  font-size: 90%;
  color: #fff;
  padding: 5px;
  margin: 1em auto;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}

p.albumPhoto {
  margin-bottom: 0.7rem;
}

p.albumTitle {
  text-align: center;
  margin-top: 8px;
}

#pageArea .link_next,
#pageArea .link_before {
  color: initial;
}

@media screen and (max-width: 800px) {
  #photoAlbumArea .photoAlbumList {
    width: 100%;
    display: block;
    xtext-align: center;
    xpadding: 10px;
    xmargin: 0 0 15px 0;
    margin-bottom: 2rem;
  }
  #photoAlbumArea .albumPhoto {
    width: 240px;
    margin: 0 auto;
  }
  #photoAlbumArea .albumPhoto a {
    width: 100%;
  }
}

/*==== フォトアルバム 詳細ページ ====*/

#photoAlbumWrap {
  width: 100%;
  text-align: center;
}
.photoAlbum-control {
  xbackground-color: #eee;
  padding: 15px 0;
}
.photoAlbum-control section {
  xposition: relative;
  xleft: 50%;
  xfloat: left;
}
.photoAlbum-control p {
  xdisplay: inline-block;
  margin: 0 auto;
  text-align: center;
}
.photoAlbum-control section p {
  position: relative;
  xleft: -50%;
  xfloat: left;
}
div#photoAlbumArea div.btn p a {
  color: #000;
  height: initial;
  text-decoration: none;
  vertical-align: middle;
  float: left;
  width: 200px;
  background-color: #fff;
  border: 1px solid #989898;
  xmargin-right: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 6px 0;
  line-height: 31px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  -webkit-appearance: none !important;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝",
    "MS PMincho", serif;
  width: 94%;
  margin-right: 4%;
  margin-left: 4%;
}
div#photoAlbumArea div.btn p.buttonNext a {
  margin-right: 0;
}
div#photoAlbumArea div.btn p a.back {
  float: none;
}
.fa-chevron-circle-right:before {
  display: none;
}
.fa-chevron-circle-right:after {
  content: "\f138";
}
.photoAlbumArea {
}
#mainPhoto {
  xwidth: 750px;
  xheight: 440px;
  max-height: 480px;
  overflow: hidden;
  xbackground-color: #f9f9f9;
  margin: 1em auto;
  xbackground: #fff;
  margin-bottom: 50px;
}
#mainPhoto img {
  max-width: 650px;
  max-height: 480px;
  object-fit: contain;
  vertical-align: bottom;
}
.photoText {
  xwidth: 650px;
  margin: 0 auto 3em;
  text-align: left;
  line-height: 1.6em;
  font-size: 14px;
}
#photoAreaThumb {
  margin-bottom: 1em;
  text-align: center;
  width: 100%;
}
ul.photoAreaThumb-list {
  flex-wrap: wrap;
  display: flex;
}
.photoAreaThumb-list li {
  width: calc((100% - 80px) / 5);
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  vertical-align: top;
}
.photoAreaThumb-list li:nth-child(5n) {
  margin-right: 0;
}
.new_member .pages_w_inner div#photoAlbumArea article {
  padding: 0px;
  width: 100%;
}
.new_member .pages_w_inner div#photoAlbumArea article:first-child {
  border-bottom: none;
}
.new_member .pages_w_inner div#photoAlbumArea article ul {
  padding-top: 0;
  text-align: center;
}
.new_member .pages_w_inner article ul > li {
  padding-bottom: 0;
}
.new_member .pages_w_inner article ul > li a {
  min-width: 100%;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new_member .pages_w_inner article ul > li a:hover {
  opacity: 0.8;
}
.photoAlbum-control.controlButtonWrap.clearfix.btn > section {
  display: flex;
  justify-content: center;
  padding: 0;
}
.photoAlbum-control.controlButtonWrap.clearfix.btn > section p {
  width: 33%;
}

.detail_albumTitle {
  font-size: 1.625rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.detail_albumTitle h3 {
  line-height: 1.2em;
}
.detail_albumTitle h3:after {
  height: 0;
  display: none;
}
.detail_albumTitle p.date {
  font-size: 1.2em;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 800px) {
  #mainPhoto {
    width: 100%;
  }
  .photoText {
    width: 100%;
  }
  #mainPhoto img {
    width: auto;
    max-height: 250px;
  }
  div#photoAlbumArea div.btn p a {
    xwidth: 140px;
  }
  div#photoAlbumArea div.btn p a:nth-child(2) {
    margin-right: 0;
  }
  .photoAreaThumb-list li {
    width: calc(20% - 10px);
    height: auto;
    margin: 0;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .photoAreaThumb-list li img {
    max-height: 60px;
    object-fit: contain;
  }

  .photoAlbum-control.controlButtonWrap.clearfix.btn > section {
    flex-wrap: wrap;
  }
  .photoAlbum-control.controlButtonWrap.clearfix.btn > section p {
    margin-bottom: 0.7rem;
  }
  .photoAlbum-control.controlButtonWrap.clearfix.btn > section p {
    width: 50%;
  }
  p.photoTitle {
    width: 100%;
  }
}
.new_member .pages_w_inner div#photoAlbumArea article {
  padding: 0px;
  width: 100%;
}
.new_member .pages_w_inner div#photoAlbumArea article:first-child {
  border-bottom: none;
}
a.fa:before,
a.fa:after {
  font-family: "Font Awesome 5 Free";
}
.new_member .pages_w_inner div#photoAlbumArea article ul {
  padding-top: 0;
  text-align: center;
}
.new_member .pages_w_inner article ul > li {
  padding-bottom: 0;
}
.new_member .pages_w_inner article ul > li a {
  min-width: 100%;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new_member .pages_w_inner article ul > li a:hover {
  opacity: 0.8;
}
.photoAlbum-control.controlButtonWrap.clearfix.btn > section {
  display: flex;
  justify-content: center;
  padding: 0;
}
.photoAlbum-control.controlButtonWrap.clearfix.btn > section p {
  width: 33%;
}
.detail_albumTitle h3 {
  line-height: 1.2em;
}
.detail_albumTitle h3:after {
  height: 0;
  display: none;
}
.detail_albumTitle p.date {
  font-size: 1.2em;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 800px) {
  #mainPhoto {
    width: 100%;
  }
  .photoText {
    width: 100%;
  }
  #mainPhoto img {
    width: 100%;
    max-height: 250px;
  }
  div#photoAlbumArea div.btn p a {
    xwidth: 140px;
  }
  div#photoAlbumArea div.btn p a:nth-child(2) {
    margin-right: 0;
  }
  .photoAreaThumb-list li {
    width: calc(20% - 10px);
    height: auto;
    margin: 0;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .photoAreaThumb-list li img {
    max-height: 60px;
    object-fit: contain;
  }

  .photoAlbum-control.controlButtonWrap.clearfix.btn > section {
    flex-wrap: wrap;
  }
  .photoAlbum-control.controlButtonWrap.clearfix.btn > section p {
    margin-bottom: 0.7rem;
  }
  .photoAlbum-control.controlButtonWrap.clearfix.btn > section p {
    width: 50%;
  }
  p.photoTitle {
    width: 100%;
  }
}
pageArea .pager_index {
  font-size: 90%;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  margin: 5px 10px;
  padding: 10px;
  position: relative;
}
#pageArea p {
  font-size: 90%;
  margin: 0 !important;
}
@media screen and (max-width: 800px) {
  #pageArea {
    width: 100%;
  }
}

@media screen and (max-width: 1080px) {
  #photoAlbumArea .photoAlbumList {
    margin-right: 18px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 480px) {
  /* 480px以下に適用されるCSS（スマホ用） */
  .neezvilla .tab-content #photoAlbumArea .photoAlbumList {
    margin-right: 0;
    margin-bottom: 0;
  }
  .neezvilla .tab-content .slick-slide {
    padding: 0;
  }
  .neezvilla .tab-content .slick-prev {
    left: -10px;
    z-index: 1;
    padding-top: 10px;
  }
  .neezvilla .tab-content .slick-next {
    right: -10px;
    z-index: 1;
    padding-top: 10px;
  }
}

/* actual_about.php
----------------------------------------*/
.actualAbout__BtnList {
  display: flex;
  justify-content: space-between;
}
.actualAbout__topBtn {
  display: flex;
  flex-direction: row;
}
.actualAbout__topBox {
  display: flex;
  flex-direction: column;
}
.actualAbout__ContentBox {
  display: flex;
  flex-direction: column;
}
.btn.next.actualTopBtn a {
  background-color: var(--cWhite);
  color: var(--footerBg);
  border: 1px solid var(--cBorder);
  border-radius: 50px;
  transition: 0.3s;
}
.actualAbout__topBtn > .btn:first-child {
  margin-right: 20px;
}
.btn.next.actualTopBtn a:hover {
  background-color: var(--cGray);
  background-image: none;
}
.btn.next.actualTopBtn:nth-child(1) a::after {
  right: 0;
  left: -280px;
  rotate: 180deg;
}
.btn.next.actualTopBtn:nth-of-type(3) a::after {
  rotate: 180deg;
  right: 0;
  left: -130px;
}
.btn.next.actualTopBtn:nth-of-type(3) a::before {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  margin: auto;
  rotate: 180deg;
  left: 87px;
}
.actualAbout__topContent h3 {
  margin-top: 60px;
  font-size: 26px;
}
.actualAbout__topContent img {
  margin-top: 36px;
}
.actualAbout__textBox {
  margin-top: 28px;
  text-align: left;
}
.actualAbout__textBox h3 {
  font-size: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--cBorder);
}
.actualAbout__textBox p {
  font-size: 16px;
  margin-top: 12px;
  line-height: 1.4;
}
.actualAbout__imgBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 52px;
}
.actualAbout__imgBox li {
  width: calc((100% - 80px) / 5);
}
.btn.next.actualBtn {
  margin-bottom: 84px;
}
.btn.next.actualBtn a {
  background-color: #999;
}
.btn.next.actualBtn a::after {
  rotate: 180deg;
  right: 0;
  left: -220px;
}
.btn.next > .actual__returnBtn::after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  left: -270px;
  rotate: 180deg;
  margin: auto;
}
/* pager
----------------------------------------*/
span.pager_index {
  background-color: var(--cGray);
  border: 1px solid #707070;
  padding: 10px;
  color: #333;
  display: inline-block;
  margin-top: 5px;
  margin: 0.5rem;
}
span.pager_index.nowpage {
  background-color: var(--cBlue);
  color: var(--cWhite);
}
.pageArea-navi-number {
  display: flex;
  justify-content: center;
  margin: 52px 0;
}
.pageArea-navi {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 80px;
}
/*	お知らせ
------------------------------------------------------------*/
.info p.day {
  font-size: 0.9rem;
  font-weight: 400;
  margin-bottom: 0;
  xborder-top: 1px solid #999;
  padding-top: 10px;
}
.info p.ttl {
  font-size: 1.2rem;
  border-bottom: 1px solid #999;
  font-weight: 900;
  margin-top: 10px;
  padding-bottom: 10px;
  line-height: 1.5;
}
.info .topicsText {
  line-height: 1.6em;
  margin-bottom: 2em;
  text-align: left;
}
.info .topicsText a {
  word-break: break-all;
  color: #1a0dab;
  text-decoration: underline;
}

.info p.item-image {
  text-align: center;
}

.info p.item-image img {
  width: 600px;
  height: 350px;
  object-fit: contain;
}

.info .news_area {
  padding: 50px;
  margin-bottom: 50px;
  width: 100%;
  margin: 30px auto;
  background-color: var(--secBg);
}
.info .topics {
  margin-bottom: 1em;
}
.topics {
  text-align: left;
}
.lg-outer .lg-img-wrap {
  width: 80%;
  margin: 0 auto;
}
.bgPurple {
  background-color: #fff;
}
.anker {
  margin-top: -120px;
  padding-top: 120px;
}
/* motion,btn
---------------------------------------- */
*:selection {
  background: #f27649;
  color: #fff;
}
a,
img,
.photo,
.over,
aside#sns li span,
.nav-child,
.ico-area dd ul {
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  transition: All 0.5s ease;
}
.btn {
  text-align: center;
  width: 100%;
}
.btn a,
.btn input {
  display: flex;
  align-items: center;
  margin: auto;
  border-radius: 40px;
  color: #fff;
  justify-content: center;
  position: relative;
}

/*ボタンサイズ*/
.btn_s a,
.btn_s input {
  width: 240px;
  height: 40px;
}
.btn_l a,
.btn_l input {
  width: 320px;
  height: 60px;
}
/*ボタンカラー*/
.btn_corp a,
.btn_corp input {
  background-color: #707070;
}
.btn.btn_corp a:hover,
.btn.btn_corp input:hover {
  opacity: 0.8;
}

.btn_gray a,
.btn_gray input {
  background-color: #707070;
}
.btn.btn_gray a:hover,
.btn.btn_gray input:hover {
  background-color: #000;
}

.btn.return a,
.btn.return input {
  position: relative;
}
.btn.return a:after,
.btn.return input:after {
  content: "\f432";
  font: lighter 20px Genericons;

  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.btn.next a,
.btn.next input {
}
.btn.next a:hover,
.btn.next input:hover {
}
.btn.next a:after,
.btn.next input:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 20px;
  margin: auto;
}
.btn.back a,
.btn.back input {
}
.btn.back a:hover,
.btn.back input:hover {
}
.btn.back a:after,
.btn.back input:after {
  font-family: "FontAwesome";
  content: "\f104";
  position: absolute;
  left: 20px;
  margin: auto;
}

.square a,
.square input {
  border-radius: 0;
}

.btn.kodate_btn {
  background: var(--main_a);
  position: relative;
}
.btn.kodate_btn a:hover,
.btn.kodate_btn input:hover {
  opacity: 0.8;
}
.btn.kodate_btn a:after,
.btn.kodate_btn input:after {
  content: "";
  display: block;
  left: 50%;
  width: 60px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 14px;
  transform: translate(-50%, 0);
  transition: all 0.5s ease;
}
.btn.kodate_btn a:hover:after,
.btn.kodate_btn input:hover:after {
  width: 20px;
}
.btn.btn_full a,
.btn.btn_full input {
  width: 100%;
  height: 60px;
}
.contact_items.contact_tel .btn.footer_contact_btn a {
  background-color: #fff;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  font-size: 1.5rem;
}
.contact_items.contact_tel .btn.footer_contact_btn a:hover {
  opacity: 0.8;
}
.contact_items.contact_mail .btn.footer_contact_btn a {
  background-color: var(--main_b);
  border-color: #fff;
  border-width: 1px;
  border-style: solid;
  color: #fff;
  font-size: 1.25rem;
}
.contact_items.contact_mail .btn.footer_contact_btn a:hover {
  opacity: 0.8;
}

.no_btn.tel a {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  display: block;
}

.btn.btn_request a {
  background-color: var(--main_b);
}
.btn.btn_request a:hover {
  opacity: 0.8;
}
.btn.btn_reserve a {
  background-color: var(--main_a);
}
.btn.btn_reserve a:hover {
  opacity: 0.8;
}
.btn.btn_detail a {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.btn.btn_detail a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 480px) {
  .btn_l a,
  .btn_l input {
    width: 90%;
  }
}

/*	mail
------------------------------------------------------------*/
/* .inner.mail__content {
	margin-top: 40px;
} */
.inner.mail__content > p {
  margin-top: 0.5rem;
}
.policybutton {
  display: flex;
  justify-content: center;
  font-size: 1rem;
  text-align: center;
  background-color: #ccc;
  font-weight: bold;
}
/*	privacypolicy
------------------------------------------------------------*/
.privacypolicy {
  overflow-y: scroll;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  padding: 20px;
  text-align: left;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.privacypolicy p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.policybutton {
  display: flex;
  justify-content: center;
  font-size: 1rem;
  text-align: center;
  background-color: #ccc;
  font-weight: bold;
}
.privacypolicy label {
  margin-right: 0;
}
main.contact form dl.privacypolicy dt {
  width: 100%;
}
.privacypolicy .pages_title_box h3 {
  font-size: 1rem;
  margin-bottom: 12px;
  padding-bottom: 6px;
}
/*------- googlemap
--------------------------------------*/
.gmap {
  xpadding-bottom: 84px;
}
iframe {
  width: 100%;
  height: 360px;
}
