/* 全体の設定 */
.section {
  text-align: center;
  width: 100%;
}

div {
  color: #303030;
}
p {
  font-family: 'kazesawa', '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
  color: #303030;
  font-size: 1rem;
  text-align: left;
}

@media (max-width: 500px) {
  p {
    padding: 0 10px 0 10px;
  }
}

p > span {
  font-weight: 500;
}

a {
  text-decoration: none !important;
  font-family: 'kazesawa', '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
  color: cornflowerblue;
  transition: .3s;
}

a:hover {
  color: brown;
}

button {
  outline: none !important;

}

button:focus {
  outline: none !important;
}

ul,
li,
ol {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

body {
  overflow: hidden;
  overflow-y: auto;
  font-family: 'kazesawa', '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
  background-color: #f0f0f0;
  color: #303030;
}

html,
body {
  height: 100%;
}

@media (min-width: 1200px) {
  .container {
    /* max-width: 1024px; */
    max-width: 970px;
  }
}

.sp-br {
  display: none;
}
@media (max-width: 500px) {
  .sp-br {
    display: block;
  }
}
/*固定する背景*/
.parallax {
  box-sizing: border-box;
  color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 100%; */
  /* 高さ揃えない場合はコメントアウト */
  padding: 5%;
}

@media only screen and (max-width: 991px) {
  .parallax {
    padding: 20% 5% 20%;
  }
}

.parallax-bg {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50%;
}

@media only screen and (max-width: 767px),only screen and (max-device-width: 1024px) {
  .parallax-bg {
    background-attachment: scroll;
  }
}

/*各背景の画像*/
.img-bg-01 {
  background-image: url('../images/parallax-bg/img-bg-01.png');
}




/*スクロールするコンテンツ*/
.scrollbox1 {
  background-color: #f0f0f0;
}

.scrollbox2 {
  background-color: #f0f0f0;
}

.scrollbox3 {
  background-color: #f0f0f0;
}

.scrollbox4 {
  background-color: #f0f0f0;
}

.scrollbox5 {
  background-color: #f0f0f0;
}

.scrollbox6 {
  background-color: #f0f0f0;
}



/* btn */
.common_btn {
  text-align: center;
}

.common_btn li {
  display: inline-block;
  margin: 0 15px;
}

@media only screen and (max-width: 991px) {
  .common_btn li {
    display: block;
    margin: 0 0 15px;
  }
}

.common_btn li:last-child div a {
  background: #ff4500;
}

.common_link a:hover::before,
.common_btn li:last-child div a:hover::before {
  width: 100%;
}

.common_link a,
.common_link a span {
  position: relative;
}

.common_link a {
  margin: 0 auto;
  text-decoration: none;
  display: block;
  background: blue;
  border-radius: 40px;
  width: 350px;
  overflow: hidden;
  color: #f0f0f0;
  padding: 25px;
  text-align: center;
}

.office{
  margin: 0 auto;
}
td{
  padding: 0 10px;
}
.menu3_5{
  padding: 5%;
}

@media only screen and (max-width: 991px) {
  .common_link a {
    padding: 17px;
    width: 250px;
  }
}

.common_link a::before {
  content: "";
  display: block;
  background: rgba(200, 200, 200, 0.1);
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s ease;
}

.common_link a::after {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 30px;
}

@media only screen and (max-width: 991px) {
  .common_link a span {
    font-size: .9rem;
    line-height: 2rem;
  }
}



/* ================================================================================= */
.common2_btn {
  text-align: center;
}

.common2_btn li {
  display: inline-block;
  margin: 0 15px;
}

@media only screen and (max-width: 991px) {
  .common2_btn li {
    display: block;
    margin: 0 0 15px;
  }
}

.common2_btn li:last-child div a {
  background: gray;
}

.common2_link a:hover::before,
.common2_btn li:last-child div a:hover::before {
  width: 100%;
}

.common2_link a,
.common2_link a span {
  position: relative;
}

.common2_link a {
  margin: 0 auto;
  text-decoration: none;
  display: block;
  background: blue;
  border-radius: 40px;
  width: 350px;
  overflow: hidden;
  color: #f0f0f0;
  padding: 25px;
  text-align: center;
}

.office{
  margin: 0 auto;
}
td{
  padding: 0 10px;
}
.menu3_5{
  padding: 5%;
}

@media only screen and (max-width: 991px) {
  .common2_link a {
    padding: 17px;
    width: 250px;
  }
}

.common2_link a::before {
  content: "";
  display: block;
  background: rgba(200, 200, 200, 0.1);
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s ease;
}

.common2_link a::after {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 30px;
}

@media only screen and (max-width: 991px) {
  .common2_link a span {
    font-size: .9rem;
    line-height: 2rem;
  }
}

/* ================================================================================= */



.main_info {
  height: 10vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 1.5em 7em 0 2em; */
  padding: 2em 7em 2em 3em;
}
@media screen and (orientation: portrait) {
  .main_info {
    padding: 2em 7em 2em .5em;
  }
}

.main_info .logo {
  width: 217px;
}


.main_info .bubble {
  margin: 0 20px 0 auto;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 66px;
  padding: 13px 7px 0 14px;
  font-size: .8rem;
  line-height: 1.5;
  background: lightgray;
  border-radius: 5px;
}

@media only screen and (max-width: 800px) {
  .main_info .bubble {
    display: none;
  }
}

.main_info .bubble::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-left-color: lightgray;
  border-width: 6px;
  margin-top: -6px;
}

.main_info .tel.pc {
  font-size: 2rem;
  font-weight: 900;
  line-height: .5;
}

@media only screen and (max-width: 800px) {
  .main_info .tel.pc {
    display: none;
  }
}

.main_info .tel.sp {
  display: none;
}

@media only screen and (max-width: 800px) {
  .main_info .tel.sp {
    display: block;
    font-size: 3rem;
  }
}

.main_info .tel::before {
  content: "\f098";
  transform: scaleX(-1);
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
}



.main_info .mail.pc {
  font-size: 2rem;
  font-weight: 900;
  line-height: .5;
}

@media only screen and (max-width: 800px) {
  .main_info .mail.pc {
    display: none;
  }
}

.main_info .mail.sp {
  display: none;
}

@media only screen and (max-width: 800px) {
  .main_info .mail.sp {
    display: block;
    font-size: 3rem;
  }
}


.main_info .mail::before {
  content: "\f0e0";
  transform: scaleX(-1);
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
}





.main_info .sub {
  font-size: .8rem;
  margin: 0;
  line-height: .5;
  ;
}

@media only screen and (max-width: 800px) {
  .main_info .sub {
    display: none;
  }
}

.main_imgBox {
  height: 85vh;
  width: 95vw;
  overflow: hidden;
  position: relative;
  border-radius: 10% / 50%;
  margin: 0 1.5em 0 1.5em;
  z-index: 1;
}
@media screen and (orientation: portrait) {
  .main_imgBox {
    margin: 0 auto;
    height: 70vh;
  }
}
.filter {
  z-index: 11;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.main_cap {
  z-index: 11;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: auto;
}
@media screen and (orientation: portrait) {
  .main_cap {
    width: 90%;
  }
}

.arrow {
  z-index: 11;
  position: absolute;
  transform: translate(-50%, -50%);
  bottom: 5%;
  left: 50%;
  color: #f0f0f0;
  animation: goDown 3s infinite ease;
  opacity: 0;
}

@keyframes goDown {
  100% {
    bottom: 0%;
    opacity: 1;
  }
}

/* 動画のしくみ */

.main_img {
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 36s 0s infinite;
  animation: anime 36s 0s infinite;
}

.main_img:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.main_img:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.main_img:nth-of-type(4) {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

.main_img:nth-of-type(5) {
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}

.main_img:nth-of-type(6) {
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}

.main_imgM {
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 36s 0s infinite;
  animation: anime 36s 0s infinite;
}

.main_imgM:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.main_imgM:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.main_imgM:nth-of-type(4) {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

.main_imgM:nth-of-type(5) {
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}

.main_imgM:nth-of-type(6) {
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}

@keyframes anime {
  0% {
    opacity: 0;
  }

  8% {
    opacity: 1;
  }

  17% {
    opacity: 1;
  }

  25% {
    opacity: 0;
    transform: scale(1.2);
    z-index: 9;
  }

  100% {
    opacity: 0
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }

  8% {
    opacity: 1;
  }

  17% {
    opacity: 1;
  }

  25% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    z-index: 9;
  }

  100% {
    opacity: 0
  }
}


/*  */



/*menu*/
.gnav {
  position: fixed;
  top: 0;
  left: 0;
  /* position: absolute; */

  height: 100%;
  width: 100%;
  background: rgba(48, 48, 48, .95);
  display: none;
  padding: 15% 0;
  z-index: 98;
}

.gnav__wrap,
.gnav__menu {
  height: 100%;
}

.gnav__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.gnav__menu__item,
.gnav__menu__item a {
  display: block;
  font-size: 2rem;
  text-align: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.menu {
  height: 20px;
  position: absolute;
  position: fixed;
  right: 45px;
  top: 25px;
  width: 30px;
  z-index: 99;
  cursor: pointer;
  transition: transform .3s;
}

.menu:hover {
  transform: scale(1.3);
}

.menu__line {
  background: black;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform .3s;
  width: 100%;
}



.menu__line--center {
  top: 9px;
}

.menu__line--bottom {
  bottom: 0;
}


.menu__line--top.active {
  top: 8px;
  transform: rotate(45deg);
  background: #f0f0f0;
}

.menu__line--center.active {
  transform: scaleX(0);
  background: #f0f0f0;
}

.menu__line--bottom.active {
  bottom: 10px;
  transform: rotate(135deg);
  background: #f0f0f0;
}







h2 {
  color: #303030;
  text-align: center;

  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  margin: 0 0 45px 0;
  display: inline-block;
  top: 0;
  font-size: 1.6rem;
  font-weight: 700;
}

h2:before,
h2:after {
  position: absolute;
  top: 0;
  content: '';
  width: 8px;
  height: 100%;
  display: inline-block;
}

h2:before {
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  left: 0;
}

h2:after {
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}

h3 {
  color: #303030;
  font-size: 1.4rem;
  text-align: center;
  position: relative;
  padding: 0 0 10px;
  margin: 90px auto 20px;
  font-weight: 600;
}

h3::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  margin: auto;
  border-bottom: 1px solid black;
}

h3.h3-first {
  margin: 20px auto 20px;
}



.onayami {
  max-width: 400px;
  width: 100%;
  margin: 30px auto;
}

.omakasekudasai {
  /* max-width: 350px; */
  width: 100%;
  margin: 30px auto;
}



.reasons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.reasons>li {
  margin: 0 20px;
  text-align: center;
}

.reasons>li>p,
.reasons>li>img {
  width: 230px;
}

@media only screen and (max-width: 400px) {

  .reasons>li>p,
  .reasons>li>img {
    width: 80%;
    margin: auto;
  }
}



.explanation {
  color: #303030;
  padding-left: 2em;
  text-indent: -.65em;
  margin: 2em 0 2em;
}

.explanation li {
  margin: .5em 0 .5em;
}

.explanation>li::before {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  display: inline-block;
  color: black;
  padding: 0 10px 0 0;
}


.in {
  border: 1px solid #ccc;
  padding: 30px 15px;
  color: #303030;
  height: 100% !important;
}

.in .ttl {
  font-size: 1rem;
  font-weight: 700;
}



.in .txt span {
  color: black;
  font-weight: 700;
  word-break: break-word;
}

.in .num a {
  font-size: 2rem;
  /* color: black; */
  font-weight: 900;
}

.in .num a::before {
  content: "\f098";
  transform: scaleX(-1);
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  margin-right: 5px;
  display: inline-block;
}

.in .fax a {
  font-size: 2rem;
  /* color: black; */
  font-weight: 900;
  pointer-events: none;
}

.in .fax a::before {
  content: "\f1ac";
  transform: scaleX(-1);
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  margin-right: 5px;
  display: inline-block;
}



.in .mail a {
  font-size: 2rem;
  /* color: black; */
  font-weight: 900;
}

.in .mail a::before {
  content: "\f0e0";
  transform: scaleX(-1);
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  margin-right: 5px;
  display: inline-block;
}




.in .open {
  text-align: center;
}

.in .open::before {
  content: "\f017";
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  padding: 0 5px 0 0;
  display: inline-block;
}

.in>ul {
  color: #303030;
  padding-left: 2em;
  text-indent: -.65em;
  margin: 0em 0 2em;
}

.in>ul>li {
  margin: .5em 0 .5em;
}

.in>ul>li::before {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  display: inline-block;
  color: black;
  padding: 0 10px 0 0;
}

.a_b_ {
  width: 400px;
  max-width: 95%;
  margin: auto;
  display: block;
}

.donnakatudou {
  width: 600px;
  max-width: 95%;
  margin: auto;
  display: block;
}

.rinen {
  font-size: 1.2rem;
  font-weight: 500;
}
.rinen-img {
  margin: 1rem auto;
  width: 250px;
  height: 250px;
  display: block;
}



.katudou_time {
  margin: 0!important;
}

.katudou_time li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


.katudou_time img {
  width: 150px;
  margin: auto;
  display: block;
}


.katudou_time p {
  color: black;
  font-weight: bold;
  font-size: 1.2rem;
}


.katudou {
  display: flex;
  flex-wrap: wrap;
  color: #303030;
}

.katudou li {
  width: 280px;
  position: relative;
  height: 210px;
  margin: .8rem auto .8rem;
}


.katudou li a {
  display: block;
}

.katudou div {
  position: absolute;
  font-size: 1.5rem;
  color: blue;
  text-shadow: 0 0 3px #f0f0f0, 0 0 3px #f0f0f0, 0 0 3px #f0f0f0, 0 0 3px #f0f0f0,
    0 0 3px #f0f0f0, 0 0 3px #f0f0f0, 0 0 3px #f0f0f0, 0 0 3px #f0f0f0,
    0 0 3px #f0f0f0, 0 0 3px #f0f0f0, 0 0 3px #f0f0f0, 0 0 3px #f0f0f0,
    0 0 3px #f0f0f0, 0 0 3px #f0f0f0, 0 0 3px #f0f0f0, 0 0 3px #f0f0f0;
  font-weight: 900;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/mv/filter.png) rgba(0, 0, 0, 0.6);
  transition: .4s;
}

.katudou div:hover {
  opacity: 0;
}


.katudou img {
  width: 100%;
  position: absolute;
}

.katudou_img_title {
  font-size: 1.2rem;
  color: black;
  border-radius: 0 0 .7rem .7rem ;
  margin: 0;
}




.od_syoukai .image {
  width: 300px;
  max-width: 80%;
  margin-bottom: 3rem;
}
.od_syoukai .logo {
  width: 300px;
  max-width: 80%;
  max-width: auto;
  margin-bottom: 3rem;
}


.logo-box .logo {
  width: 300px;
  max-width: 90%;
  margin: 1rem;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}


footer {
  background: black;
  color: #f0f0f0;
  padding: 10px;
}



.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 2000px) {
  .Form {
    margin-top: 0;
  }
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 2000px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 2000px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 2000px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
	margin-bottom: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #FF9900;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 2000px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 2000px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 0;
    height: 30px;
    flex: inherit;
    font-size: 15px;
  }
}

.Form-Item-Select {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 2000px) {
  .Form-Item-Select {
    margin-left: 0;
    margin-top: 0;
    height: 30px;
    flex: inherit;
    font-size: 15px;
  }
}


.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 2000px) {
  .Form-Item-Textarea {
    margin-top: 15px;
    margin-left: 0;
    height: 100px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 10px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #FF9900;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
}
@media screen and (max-width: 2000px) {
  .Form-Btn {
    margin-top: 30px;
    padding-top: 36px;
    padding-bottom: 34px;
    width: 160px;
    font-size: 20px;
  }
}