@charset "UTF-8";
/* CSS Document */
.container {
  border-radius: 8px;
}
img {
  border-radius: 5px;
}
.reset {
  margin-left: -20px;
}
/*-------------------------------------------
  menu
-------------------------------------------*/
.thumbnail {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}
.thumbnail img {
  height: 100%;
}
/*-------------------------------------------
　PC　スマホ　切り替え
-------------------------------------------*/
.scroll_area {
  width: 100%;
  overflow-x: scroll;
}
.scroll_area table {
  width: 780px;
}
@media(min-width:751px) {
  .sp {
    display: none !important;
  }
}
@media(max-width:750px) {
  .pc {
    display: none !important;
  }
}
.main-title {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
body {
  background-color: #f8f9fa;
  color: #343a40;
  font-family: "BIZ UDGothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
/*-------------------------------------------
　head
-------------------------------------------*/
header {
  border-radius: 0;
  margin: 0;
}
/*-------------------------------------------
　color
-------------------------------------------*/
.text-red {
  color: #e60012;
}
.bold-red {
  font-weight: 600;
  color: #e60012;
}
.bg-yellow {
  background-color: #FFF9CB;
}
.bg-white {
  background-color: #FFF;
}
/*-------------------------------------------
　font
-------------------------------------------*/
.bold {
  font-weight: 600;
}
.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
ul li {
  text-decoration: none;
  margin-top: 8px;
  line-height: 1.3em;
  text-align: justify;
}
ol li {
  text-decoration: none;
  margin-top: 8px;
  line-height: 1.3em;
  text-align: justify;
}
.small {
  font-size: 80%;
}
.price {
  font-family: 'Noto Sans JP';
  font-size: 1.5em;
  font-weight: 900;
  color: #D82624;
}
.small_price {
  font-family: 'Noto Sans JP';
  font-size: 75%;
}
.lead {
  font-size: 1.1em;
  line-height: 30px;
  margin-top: 20px;
  font-weight: 400;
  text-align: justify;
}
@media(max-width:375px) {
  .lead {
    line-height: 25px;
    margin-top: 20px;
    font-size: 0.875em;
  }
  .price {
    font-size: 1.2em;
  }
}
/*-------------------------------------------
　title
-------------------------------------------*/
h1.title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 600;
  font-style: normal;
  position: relative;
  padding: 1rem 2rem;
  border-bottom: 4px solid #5dc2d0;
}
h1.title:before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 20%;
  height: 4px;
  content: '';
  background: #796baf;
}
h2 {
  position: relative;
  padding: 0.8rem 1rem;
  color: #4694d1;
  font-size: 1.3em;
  margin: 10px 0 30px;
}
h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #4694d1, #4694d1 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #4694d1, #4694d1 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
h3.title {
  font-size: 1.2em;
  font-weight: 500;
  color: #FFF;
  background-color: #e60012;
  padding: 6px 10px;
  text-align: center;
  border-radius: 5px;
}
h4.title {
  margin: 10px 0 10px;
  font-size: 1.2em;
  font-weight: 600;
}
h5.title {
  font-size: 1.1em;
  padding-bottom: 5px;
  border-bottom: solid 2px #4694d1;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  h1.title {
    font-size: 1.6rem;
  }
}
/*-------------------------------------------
　btn
-------------------------------------------*/
.btn {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 100%
  }
}
/*-------------------------------------------
　box
-------------------------------------------*/
.box-info {
  font-family: 'Noto Sans JP';
  font-size: 1.2em;
  background-color: #5dc2d0;
  color: #fff;
  padding: 6px 10px;
  text-align: center;
  border-radius: 6px;
  width: 100%;
  margin: 5px auto;
}
.box-note {
  font-family: 'Noto Sans JP';
  font-size: 0.875em;
  background-color: #5dc2d0;
  color: #fff;
  padding: 5px 8px;
  text-align: center;
  border-radius: 6px;
  width: 50%;
  margin: 20px auto;
}
.box-blue {
  font-family: 'Noto Sans JP';
  font-size: 1.2em;
  background-color: #4694d1;
  color: #fff;
  padding: 6px 10px;
  text-align: center;
  width: 100%;
  margin: 20px auto;
  border-radius: 6px;
}
.box-red {
  font-family: 'Noto Sans JP';
  font-size: 1.2em;
  background-color: #e60012;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  width: 100%;
  margin: 40px auto;
  border-radius: 6px;
}
.note {
  border: 1px dotted;
  padding: 6px;
  background-color: #FFF9CB;
  text-align: center;
  color: #e60012;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .box-info {
    font-size: 1.1em;
  }
  .box-note {
    margin: 10px auto 20px;
    padding: 3px;
    width: 100%;
  }
}
/*-------------------------------------------
　table
-------------------------------------------*/
th {
  background-color: #5dc2d0;
  color: #fff;
  text-align: justify-all;
  vertical-align: middle;
}
td {
  background-color: #FFF;
  text-align: justify-all;
  vertical-align: middle;
}
table {
  text-align: center;
  vertical-align: middle;
}
#formWrap {
  width: 980px;
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%;
}
table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
table.formTable td, table.formTable th {
  border: 1px solid #ccc;
  padding: 10px;
}
table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:992px) {
  #formWrap {
    width: 95%;
    margin: 0 auto;
  }
  table.formTable th, table.formTable td {
    width: auto;
    display: block;
  }
  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
  form input[type="text"], form textarea {
    width: 80%;
    padding: 5px;
    font-size: 110%;
    display: block;
  }
  form input[type="submit"], form input[type="reset"], form input[type="button"] {
    display: block;
    width: 100%;
    height: 40px;
  }
}
/*-------------------------------------------
　footer
-------------------------------------------*/
footer {
  margin-bottom: 0;
  background-color: #343a40;
  color: #fff;
}
.phone {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8em;
  text-decoration: none;
  color: #FFF;
}
.phone:hover {
  text-decoration: none;
  color: #FFF;
}
h3.footer_title {
  font-size: 1.4em;
  font-weight: 600;
  margin: 20px 0 10px;
  padding: 3px 0;
  text-align: center;
  border-bottom: solid 2px #5dc2d0;
}
.copyright {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 0.75em;
  text-align: center;
  margin: 10px 0;
}
/*-------------------------------------------
　Go To Top
-------------------------------------------*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 110px;
  background-color: #5dc2d0;
  opacity: 0.6;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 35px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page_top {
    bottom: 50px;
  }
}
/*-------------------------------------------
　Grid
-------------------------------------------*/
.grid-item {
  transition: .3s;
}
.grid-item:hover {
  transform: scale(1.1);
  z-index: 3;
  position: relative;
}