@charset "UTF-8";
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500 !important;
}

html {
  font-size: 62.5% !important;
  overflow: visible !important;
}

body {
  font-size: 1.6rem !important;
  letter-spacing: 0.1em;
  color: #111;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow-x: hidden;
  background: #fff !important;
  counter-reset: number 0;
  animation: fadeIn 3s ease 0s 1 normal;
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 1.8rem !important;
  }
}
body > div,
body .blog {
  line-height: 2.4 !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
::-moz-selection {
  background-color: #111;
  color: #fff;
}
::selection {
  background-color: #111;
  color: #fff;
}

.inner {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
}

.inner2 {
  max-width: 100%;
  width: 960px;
  margin: 0 auto;
}

.bg100,
.inner_out {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.bg100_2,
.inner_out2 {
  margin-left: calc((1200px - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  padding: 0 40px;
}
@media screen and (max-width: 1200px) {
  .bg100_2,
  .inner_out2 {
    margin-left: calc((100vw - 100%) / 2 * -1) !important;
  }
}
@media only screen and (max-width: 1024px) {
  .bg100_2,
  .inner_out2 {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 640px) {
  .bg100_2,
  .inner_out2 {
    padding: 0 20px;
  }
}

.bg100_3,
.inner_out3 {
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((1200px - 100%) / 2 * -1) !important;
  padding: 0 40px;
}
@media screen and (max-width: 1200px) {
  .bg100_3,
  .inner_out3 {
    margin-right: calc((100vw - 100%) / 2 * -1) !important;
  }
}
@media only screen and (max-width: 1024px) {
  .bg100_3,
  .inner_out3 {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 640px) {
  .bg100_3,
  .inner_out3 {
    padding: 0 20px;
  }
}

h1,
h2,
h3,
.blog_ttl {
  line-height: 1.6;
  font-weight: bold !important;
}

.pd0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#contents_wrap,
#global_header,
#global_footer {
  position: relative;
}

#contents_wrap {
  min-width: 100% !important;
  padding: 0 20px 80px;
}
@media screen and (max-width: 1200px) {
  #contents_wrap {
    width: 100% !important;
  }
}

#contents {
  padding: 0;
  background: none !important;
  width: 100%;
}

#main {
  max-width: 100% !important;
  float: none !important;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #main {
    width: 100%;
  }
}

#col_main {
  width: 100% !important;
  float: none !important;
}

.map {
  margin: 56px auto 120px;
  padding: 60px 0;
}
@media only screen and (max-width: 1024px) {
  .map {
    width: 90%;
  }
}

.map li {
  border-left: 5px solid #cccccc;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .map li {
    text-align: center;
  }
}
.map li:last-child {
  display: none;
}

.map li a {
  color: #333 !important;
}

table {
  table-layout: fixed;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.tdpd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

@media only screen and (max-width: 1024px) {
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
.box {
  overflow: inherit !important;
}

.box100 .box {
  width: 100%;
}

.img100 img {
  width: 100% !important;
}

.pcnone {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .pcnone {
    display: block !important;
  }
}

@media only screen and (max-width: 1024px) {
  .pctabnone {
    display: none;
  }
}

@media only screen and (max-width: 834px) {
  .tabnone {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .spnone {
    display: none;
  }
}

.none {
  display: none;
}

.block {
  display: block !important;
}

@media screen and (min-width: 641px) {
  .spblk {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .pctabblk {
    display: none;
  }
}

@media screen and (min-width: 835px) {
  .tabblk {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .pcblk {
    display: none;
  }
}

.float_none img {
  float: none !important;
}

.img_mz img {
  margin: 0 !important;
}

a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

.flex {
  flex-wrap: wrap;
}

@media only screen and (max-width: 834px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 20px;
    max-width: 100% !important;
    text-align: center;
    max-width: 100% !important;
  }
}

.nolink {
  pointer-events: none;
}

.link_1 a {
  color: #111 !important;
  text-decoration: underline !important;
}
.link_1 a:hover {
  text-decoration: underline !important;
}

@media only screen and (max-width: 640px) {
  .sptxt {
    text-align: left !important;
  }
}
@media only screen and (max-width: 640px) {
  .sptxt div {
    text-align: left !important;
  }
}

@media only screen and (max-width: 640px) {
  .tbl_scroll table {
    table-layout: auto;
  }
}

.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
}

.mincho {
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
}

.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
.clearfix:after {
  visibility: inherit !important;
}

#global_header {
  min-width: 100% !important;
}

#global_footer {
  min-width: 100% !important;
}

.h_blog {
  font-size: 14px;
}
.h_blog div.blog_list {
  flex-direction: row !important;
  overflow: auto;
  flex-wrap: wrap;
  max-height: 320px;
  align-content: flex-start;
  border: none !important;
}
@media only screen and (max-width: 834px) {
  .h_blog div.blog_list {
    max-height: 420px;
  }
}
.h_blog div.blog_list > div {
  border-bottom: 1px solid rgba(17, 17, 17, 0.1) !important;
  padding: 10px 0;
  flex-direction: row !important;
}
@media only screen and (max-width: 1024px) {
  .h_blog div.blog_list > div {
    padding: 10px 0 20px;
  }
}
.h_blog .blog_photo {
  display: none !important;
}
.h_blog .blog_text {
  font-size: 1em !important;
  width: 100% !important;
  padding: 0 !important;
}
.h_blog .blog_text:not(:last-child) {
  border-right: 1px solid #eee;
}
.h_blog .blog_date {
  width: 100%;
  font-weight: bold !important;
  font-family: "Oswald", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #111 !important;
}
.h_blog h3 {
  width: 100%;
  margin-bottom: 0 !important;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.h_blog h3 a {
  color: #111 !important;
  text-decoration: underline !important;
}
.h_blog h3 a:hover {
  color: #cb1212 !important;
}
.h_blog .detail {
  display: none;
}

@media only screen and (max-width: 1024px) {
  section div.wrap {
    flex-wrap: wrap-reverse;
  }
}

.c_blog .blog_list {
  flex-direction: row !important;
  border: none !important;
  flex-wrap: wrap;
}
.c_blog .blog_list > div {
  border: none !important;
  flex-wrap: wrap;
  width: 32%;
}
@media only screen and (max-width: 640px) {
  .c_blog .blog_list > div {
    width: 100%;
  }
}
.c_blog .blog_list > div:not(:nth-child(3n)) {
  margin-right: 2%;
}
@media only screen and (max-width: 640px) {
  .c_blog .blog_list > div:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
.c_blog .blog_list > div .blog_photo,
.c_blog .blog_list > div .blog_text {
  width: 100% !important;
}
.c_blog .blog_list > div .blog_date {
  color: #111;
}
.c_blog a {
  color: #111 !important;
}
.c_blog .detail {
  display: none;
}

.blog2 a {
  text-decoration: none !important;
}
.blog2:nth-of-type(1) {
  background: none !important;
}

.blog {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px 120px;
}
@media only screen and (max-width: 640px) {
  .blog {
    padding: 0 20px 120px;
  }
}
.blog .wrap {
  background: none;
}
.blog a {
  display: block;
  text-decoration: none !important;
  font-weight: inherit !important;
}
.blog aside nav > div {
  background: #cb1212;
  color: #fff;
  font-size: 16px !important;
  line-height: 45px !important;
}
.blog aside ul li:first-child {
  border-top: none !important;
}
.blog .category {
  font-weight: bold;
}
.blog .category li {
  padding: 0 !important;
  border-top: none !important;
}
.blog .category a,
.blog .category span {
  display: block;
  color: #111 !important;
}
.blog .category a {
  display: flex;
  align-items: center;
  text-decoration: none !important;
  position: relative;
}
.blog .category span {
  padding: 10px 0;
}
.blog .flex_images {
  position: relative;
  justify-content: flex-start !important;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .blog .flex_images {
    justify-content: center !important;
  }
}
.blog .flex_text {
  width: 100%;
  line-height: 2.4em;
}
.blog .blog {
  padding: 0 !important;
}
.blog .pages {
  text-align: left !important;
}
.blog .pages a {
  color: #111 !important;
}
.blog aside {
  padding: 0 !important;
  min-width: 25% !important;
}
@media only screen and (max-width: 1024px) {
  .blog aside {
    min-width: 80% !important;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  .blog aside {
    min-width: 100% !important;
  }
}
.blog aside li {
  line-height: 30px;
  text-align: left;
}
.blog aside h3 {
  font-size: 1.2em;
  line-height: 45px;
  color: #fff;
  background: #cb1212;
}
.blog #contents article {
  padding: 0 !important;
  margin-bottom: 60px;
}
.blog #contents {
  width: 95%;
  margin-left: 5%;
}
@media only screen and (max-width: 1024px) {
  .blog #contents {
    margin-bottom: 0 !important;
    width: 100%;
    margin-left: 0;
  }
}
.blog #contents > dl {
  border: none !important;
  border-bottom: 1px solid !important;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  border-radius: 0;
}
.blog #contents dd ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.blog .date {
  color: #cb1212 !important;
  margin-bottom: 20px !important;
  display: inline-block !important;
  font-family: "Oswald", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  width: inherit !important;
  border-bottom: 1px solid;
}
.blog dt span {
  color: #333 !important;
  transition: 0.5s;
}
.blog .translate {
  position: relative;
  transition: 0.5s;
  text-decoration: none !important;
}
.blog #contents article ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.blog #contents > dl ul li {
  margin-right: 10px !important;
  margin-bottom: 10px;
}
.blog div#contents article ul {
  max-width: 100% !important;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .blog .detail {
    text-align: left !important;
  }
}
.blog h1 {
  font-size: 1.4em !important;
  border-bottom: 4px solid #eee;
  margin-bottom: 20px !important;
  line-height: 1.8 !important;
  padding-bottom: 10px !important;
}
@media only screen and (max-width: 640px) {
  .blog h1 {
    font-size: 1.2em !important;
  }
}
.blog h2 {
  background: #111;
  font-size: 1.2em !important;
  color: #fff !important;
  padding: 0.4em 1em 0.45em !important;
  margin-bottom: 20px;
  line-height: 40px !important;
}
@media only screen and (max-width: 834px) {
  .blog h2 {
    font-size: 1.15em;
  }
}
@media only screen and (max-width: 640px) {
  .blog h2 {
    font-size: 1.1em;
  }
}
.blog a {
  color: #111 !important;
}
@media only screen and (max-width: 640px) {
  .blog button {
    margin: 10px 0;
  }
}
.blog #calendar {
  width: 100% !important;
  margin: 0 auto !important;
}
@media only screen and (max-width: 640px) {
  .blog #calendar {
    width: 100% !important;
  }
}
.blog #search button {
  top: 0 !important;
  bottom: 0;
  margin: auto;
  right: 10px !important;
}
.blog td.close {
  background: #cb1212 !important;
  color: #fff;
}
.blog dl.open label,
.blog td.open {
  background: rgba(203, 18, 18, 0.2) !important;
}
.blog dl.close label {
  background: rgba(203, 18, 18, 0.3) !important;
  width: 35px !important;
  height: 35px !important;
}
.blog dl.close dd {
  font-size: 16px;
}
.blog #form_calendar {
  padding: 10px;
}
.blog #form_calendar table tbody tr td label {
  width: 100%;
  height: 100% !important;
  line-height: inherit !important;
  left: 0;
  top: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog #form_calendar table tbody tr td:hover {
  background: rgba(203, 18, 18, 0.15) !important;
}
.blog #form_calendar table tbody tr td.blog label {
  width: 80% !important;
  height: 80% !important;
  line-height: inherit !important;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
  background: rgba(203, 18, 18, 0.3) !important;
}
.blog .blog_flex {
  display: flex !important;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .blog .blog_flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.blog .blog_flex .imgL {
  margin-right: 30px !important;
}
@media only screen and (max-width: 640px) {
  .blog .blog_flex .imgL {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
}
.blog .blog_flex .imgL img {
  margin: 0 !important;
}
.blog .blog_flex .name_01 {
  font-family: "Oswald", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.2em;
}
.blog .blog_imgtxt .imgL {
  float: none;
  margin: 0 auto 20px !important;
}

copy {
  display: inline !important;
  padding: 0 !important;
}

.form_wrap #text {
  position: relative;
}
.form_wrap #text:after {
  position: absolute;
  content: "必須";
  top: 0px;
  right: -30px;
  font-size: 0.9em;
}
.form_wrap .name,
.form_wrap .kana,
.form_wrap .text,
.form_wrap .tel,
.form_wrap .radio {
  text-align: left !important;
}
@media only screen and (max-width: 640px) {
  .form_wrap dl {
    flex-wrap: wrap;
  }
}
.form_wrap dt,
.form_wrap dd {
  background: none !important;
}
@media only screen and (max-width: 640px) {
  .form_wrap dt,
  .form_wrap dd {
    width: 100% !important;
  }
}
@media only screen and (max-width: 640px) {
  .form_wrap dt {
    border-right: 1px solid !important;
  }
}

.c_contactArea {
  margin-top: 60px;
}
@media only screen and (max-width: 640px) {
  .c_contactArea .contact_form .date {
    display: flex;
  }
}
@media only screen and (max-width: 640px) {
  .c_contactArea .contact_form .number {
    text-align: left !important;
  }
}
@media only screen and (max-width: 640px) {
  .c_contactArea .contact_form div {
    float: none !important;
  }
}
.c_contactArea .contact_form dl {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.c_contactArea .contact_form dl:not(:last-child) {
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}
.c_contactArea .contact_form dt,
.c_contactArea .contact_form dd {
  background: none !important;
  border: none !important;
}
.c_contactArea .contact_form dt {
  color: #333;
  position: relative;
}
.c_contactArea .contact_form dd {
  text-align: left !important;
}
.c_contactArea .submit {
  max-width: 100%;
  width: 100%;
}
.c_contactArea .submit_c, .c_contactArea .submit_l,
.c_contactArea .submit_r {
  background: none;
  color: #fff !important;
  text-indent: 0;
  width: 300px;
  max-width: 100%;
  border-radius: 0;
  height: 60px;
  background: #cb1212;
  border-radius: 3px;
  border: none;
  font-size: 18px;
  transition: 0.5s;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.c_contactArea .submit_c:hover, .c_contactArea .submit_l:hover,
.c_contactArea .submit_r:hover {
  background: #111;
  opacity: 1 !important;
}
.c_contactArea .submit_l,
.c_contactArea .submit_r {
  width: 250px;
  margin: 30px 10px;
  height: 60px;
}
@media only screen and (max-width: 640px) {
  .c_contactArea .submit_l,
  .c_contactArea .submit_r {
    margin: 10px;
  }
}

.submit_l,
.submit_r {
  float: none !important;
}

.mail.title {
  display: none;
}

#entry .back,
.shipment .back {
  margin: 20px 0 -30px 0 !important;
  width: 180px !important;
  max-width: 100% !important;
  height: 42px !important;
  line-height: 37px;
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
  text-indent: 0 !important;
  background: none !important;
  background-color: #f5f5f5 !important;
  text-align: center;
}

.form_wrap.message {
  background: none !important;
}

.pan1 {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 640px) {
  .pan1 {
    margin-bottom: 60px;
    font-size: 14px;
  }
}
.pan1 i {
  margin-right: 10px;
}

.pankuzu {
  text-align: right;
}
.pankuzu ul {
  margin-top: 15px;
}
.pankuzu a {
  color: #8a8a8a !important;
}
.pankuzu li {
  display: inline-block;
  position: relative;
  color: #999 !important;
}
@media only screen and (max-width: 640px) {
  .pankuzu li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  .pankuzu li:last-child {
    margin-right: 10px;
  }
}
.pankuzu li:last-child:after {
  display: none;
}

#form_c2 {
  width: 960px !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  margin-top: 60px !important;
  text-align: center !important;
}

.style_form {
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .style_form {
    text-align: center;
  }
}
.style_form input {
  width: 100% !important;
}

.nf_txt {
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .nf_txt {
    margin-top: 0;
  }
}
.nf_txt h2 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: none;
}
@media only screen and (max-width: 640px) {
  .nf_txt h2 {
    font-size: 18px;
  }
}
.nf_txt p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .nf_txt p {
    font-size: 13px;
  }
}

.nf_btn a {
  color: #111 !important;
  text-align: center !important;
  border: 1px solid;
  padding: 0.8em 5em;
  width: 400px;
  margin: 0 auto;
  display: block;
  font-family: "Oswald", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.nf_btn a::before {
  z-index: -1;
}
.nf_btn a:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}
.nf_btn a:hover {
  background: #111;
  color: #fff !important;
}

.policy_h2 h2 {
  font-size: 1.4em;
  border-bottom: 1px solid;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .policy_h2 h2 {
    font-size: 1.2em;
  }
}

.policy_txt {
  margin-bottom: 80px;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

a {
  text-decoration: none;
  transition: 0.5s;
}
a img {
  transition: 0.5s;
}
a:hover, a:active {
  text-decoration: none !important;
}
a:hover {
  transition: 0.5s;
}
a:hover img {
  opacity: 0.8;
  transition: 0.5s;
}

.fadeInDown {
  animation-fill-mode: both;
  animation-duration: 2s;
  animation-name: fadeInDown;
  visibility: visible !important;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInLeft {
  animation-fill-mode: both;
  animation-duration: 2s;
  animation-name: fadeInLeft;
  visibility: visible !important;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  animation-fill-mode: both;
  animation-duration: 2s;
  animation-name: fadeInRight;
  visibility: visible !important;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInUp {
  animation-fill-mode: both;
  animation-duration: 2s;
  animation-name: fadeInUp;
  visibility: visible !important;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade_1,
.fade_2,
.fade_3,
.fade_4 {
  opacity: 0;
}

/*スクロールバー全体*/
::-webkit-scrollbar {
  width: 4px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: #111;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.sub_menu {
  flex-wrap: wrap;
  position: absolute;
  z-index: 999999;
  top: 35px;
  left: 50%;
  margin: auto !important;
  width: 400px !important;
  max-width: inherit !important;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1024px) {
  .sub_menu {
    position: static;
    left: 0;
    transform: inherit;
    background: no-repeat;
    width: auto !important;
  }
}
.sub_menu li {
  width: 100% !important;
  position: relative;
  z-index: 99;
  line-height: 1.8;
  display: inline-block;
}
.sub_menu li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.sub_menu a {
  display: block;
  background: rgba(17, 17, 17, 0.85);
  color: #fff !important;
  padding: 10px 0;
  font-size: 0.9em;
}
@media only screen and (max-width: 1024px) {
  .sub_menu a {
    padding: 0;
  }
}
.sub_menu a:hover {
  background: rgba(255, 255, 255, 0.85);
  color: #111 !important;
}
.sub_menu a:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}

.map_1 iframe {
  vertical-align: bottom;
  border-radius: 3px;
}
@media only screen and (max-width: 640px) {
  .map_1 iframe {
    height: 300px;
  }
}

#fancybox-title-float-main {
  line-height: 9px !important;
}

.fancybox-image {
  padding: 0 20px;
}

.sp_pop a {
  pointer-events: none;
}
@media only screen and (max-width: 640px) {
  .sp_pop a {
    pointer-events: inherit;
  }
}

.insta .sns_list {
  max-height: 360px;
  overflow: auto;
  display: flex;
  box-sizing: border-box;
  border: none !important;
  flex-direction: row !important;
  align-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 834px) {
  .insta .sns_list {
    max-height: 460px;
  }
}
.insta .sns_list > div {
  flex-direction: row !important;
  flex-wrap: wrap;
  border-bottom: none !important;
  align-content: flex-start;
  width: 32% !important;
  margin-bottom: 2%;
}
.insta .sns_list > div:not(:nth-child(3n)) {
  margin-right: 2%;
}
.insta .sns_list .sns_photo {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto;
  padding: 0 !important;
}
.insta .sns_list .sns_photo a {
  display: block;
  position: relative;
}
.insta .sns_list .sns_photo a:before {
  content: "";
  padding-top: 100%;
  display: block;
}
.insta .sns_list .sns_photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
  font-family: "object-fit: cover!important;" !important;
  font-family: "object-position: center!important;" !important;
}
.insta .sns_text {
  display: none;
  width: 100% !important;
  padding: 0 !important;
}
.insta .sns_date {
  display: none;
  font-size: 16px !important;
  letter-spacing: 0;
  margin: 10px 0;
}
.insta img {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}

.weight100 {
  font-weight: 100;
}

.weight300 {
  font-weight: 300;
}

.weight400 {
  font-weight: 400;
}

.weight500 {
  font-weight: 500;
}

.weight600 {
  font-weight: 600;
}

.weight700 {
  font-weight: 700;
}

.weight900 {
  font-weight: 900;
}

.small {
  font-size: 0.8em;
}

.middle {
  font-size: 1em;
}

.large {
  font-size: 1.4em;
}

.bold {
  font-weight: bold;
}

.center {
  display: block;
  margin: 0 auto;
  text-align: center !important;
}
.center img {
  margin: 0 auto !important;
}

.left {
  display: block;
  text-align: left !important;
}

.right {
  display: block;
  text-align: right !important;
}

.acc-color {
  color: #111 !important;
}
.acc-color a {
  color: #111 !important;
}

.main-color {
  color: #cb1212 !important;
}
.main-color a {
  color: #cb1212 !important;
}

.base-color {
  color: #fff !important;
}
.base-color a {
  color: #fff !important;
}

#nav-toggle {
  position: fixed;
  top: 12px;
  right: 20px;
  height: 32px;
  cursor: pointer;
  display: none;
  border: 2px solid #cb1212;
  border-radius: 3px;
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 1024px) {
  #nav-toggle {
    display: block;
  }
}
#nav-toggle > div {
  position: relative;
  width: 45px;
  margin: 0 auto;
}
#nav-toggle span {
  height: 4px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  background: #cb1212;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}
#nav-toggle span:nth-child(1) {
  top: 16px;
}
#nav-toggle span:nth-child(2) {
  top: 26px;
}
#nav-toggle span:nth-child(3) {
  top: 36px;
}

.open #nav-toggle span {
  background: #cb1212;
}
.open #nav-toggle span:nth-child(1) {
  top: 25px;
  transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 25px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 25px;
  transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 9999;
}

#container {
  z-index: 900;
}

#gloval-nav {
  width: 100%;
  height: 100%;
  margin: auto;
  visibility: hidden;
  overflow: auto;
  background: rgba(255, 255, 255, 0.9);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  overflow: auto;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  display: flex;
  z-index: 100;
}

#gloval-nav {
  padding: 40px 80px;
}
@media only screen and (max-width: 1024px) {
  #gloval-nav {
    padding: 40px;
  }
}
@media only screen and (max-width: 640px) {
  #gloval-nav {
    padding: 40px 20px;
  }
}
#gloval-nav nav {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#gloval-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  margin: auto;
  list-style: none;
  background-size: contain;
  background-position: center;
}
#gloval-nav ul li {
  border: none;
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.2s ease;
}
#gloval-nav ul .nav-item {
  width: 100%;
}
#gloval-nav ul .nav-item a {
  display: block;
  color: #111 !important;
  text-decoration: none;
  padding: 20px 0;
  transition: color 0.6s ease;
  font-size: 24px;
  position: relative;
}
#gloval-nav ul .sub_menu a {
  background: none;
  padding: 10px 0;
  font-size: 1em;
}
#gloval-nav ul .sub_menu a::after {
  display: none;
}

.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.open #gloval-nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 0.9s ease;
}

#mainArea2 {
  position: relative;
}

#local-keyvisual {
  position: relative;
  background: #111;
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}
#local-keyvisual::before {
  content: "";
  background: url(../images/contents/hinomaru.png) no-repeat center;
  background-size: contain;
  width: 140px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#local-keyvisual:after {
  content: "";
  background: url(../images/contents/line2.png) no-repeat;
  width: 190px;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 8vw;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 1024px) {
  #local-keyvisual:after {
    right: 4vw;
  }
}
@media only screen and (max-width: 640px) {
  #local-keyvisual:after {
    right: 0;
  }
}

#local-keyvisual-title {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

#local-keyvisual h1,
.blog_ttl {
  z-index: 1;
  line-height: 1.2;
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 2.4em;
}
@media only screen and (max-width: 1024px) {
  #local-keyvisual h1,
  .blog_ttl {
    font-size: 2.1em;
  }
}
@media only screen and (max-width: 640px) {
  #local-keyvisual h1,
  .blog_ttl {
    font-size: 1.8em;
  }
}

#local-keyvisual h1 span,
.blog_ttl span {
  display: block;
  font-size: 0.4em;
  margin-top: 10px;
}

#local-keyvisual h1 span:empty {
  display: none;
}

#local-keyvisual #local-keyvisual-bg,
#local-keyvisual .local-keyvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.newswrap {
  font-size: 14px;
}
@media only screen and (max-width: 640px) {
  .newswrap {
    font-size: 16px;
  }
}
.newswrap > div {
  max-height: 360px;
  overflow-y: auto;
}
@media only screen and (max-width: 834px) {
  .newswrap > div {
    max-height: 460px;
  }
}
.newswrap dl {
  flex-wrap: wrap;
  align-items: center !important;
  margin: auto;
  padding: 0 0 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee !important;
  justify-content: space-between !important;
}
@media only screen and (max-width: 1024px) {
  .newswrap dl {
    padding: 0 0 10px;
    display: block !important;
  }
}
.newswrap dl:last-child {
  border-bottom: none !important;
}
.newswrap dd {
  text-align: left !important;
  border: none !important;
  background: none !important;
  padding: 0 !important;
}
@media only screen and (max-width: 640px) {
  .newswrap dd {
    font-size: inherit !important;
  }
}
.newswrap dt {
  border: none !important;
  background: none !important;
  font-family: "Oswald", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold !important;
  padding: 0 !important;
  border-right: none !important;
}
@media only screen and (max-width: 1024px) {
  .newswrap dt {
    width: auto !important;
    display: inline-block !important;
    text-align: center !important;
  }
}
@media only screen and (max-width: 640px) {
  .newswrap dt {
    font-size: inherit !important;
  }
}

@media only screen and (max-width: 640px) {
  .c_tbl_1 {
    border: 1px solid #ccc;
  }
}
.c_tbl_1 td {
  border: 1px solid #ccc !important;
  padding: 10px !important;
}
@media only screen and (max-width: 640px) {
  .c_tbl_1 td {
    border: none !important;
  }
}
.c_tbl_1 td:nth-child(odd) {
  width: 20%;
  text-align: center !important;
  background: #eee;
}
@media only screen and (max-width: 640px) {
  .c_tbl_1 td:nth-child(odd) {
    text-align: left !important;
  }
}
.c_tbl_1 td:nth-child(even) {
  width: 80%;
}
.c_tbl_1 a {
  color: #111 !important;
  text-decoration: underline;
}
.c_tbl_1.ver2 td {
  width: 50%;
  text-align: center !important;
}

.c_tbl_2 {
  background: rgba(255, 255, 255, 0.75);
  padding: 30px;
}
.c_tbl_2 tr {
  display: flex;
}
@media only screen and (max-width: 834px) {
  .c_tbl_2 tr {
    flex-wrap: wrap;
  }
}
.c_tbl_2 tr:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}
.c_tbl_2 td {
  border: none !important;
  padding: 0 !important;
}
.c_tbl_2 td:nth-child(odd) {
  width: 70%;
  background: none !important;
}
@media only screen and (max-width: 834px) {
  .c_tbl_2 td:nth-child(odd) {
    width: 100%;
  }
}
.c_tbl_2 td:nth-child(even) {
  width: 30%;
  text-align: right !important;
}
@media only screen and (max-width: 834px) {
  .c_tbl_2 td:nth-child(even) {
    width: 100%;
  }
}
.c_tbl_2 a {
  color: #111 !important;
  text-decoration: underline;
}
.c_tbl_2 .left_td {
  position: sticky;
  left: 0;
}

.c_tbl_3 .left_td {
  background: #111111;
  color: #fff;
  width: 35%;
  border: none !important;
}
.c_tbl_3 .left_td:not(:last-child) {
  border-bottom: 1px solid #ccc !important;
}
@media only screen and (max-width: 640px) {
  .c_tbl_3 .left_td:not(:last-child) {
    border-bottom: none !important;
  }
}
.c_tbl_3 a {
  color: #111 !important;
  text-decoration: underline;
}
@media only screen and (max-width: 640px) {
  .c_tbl_3 td:not(:last-child) {
    border-bottom: none !important;
  }
}

.imgtxt article, .imgtxt02 article {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
@media only screen and (max-width: 834px) {
  .imgtxt article, .imgtxt02 article {
    flex-wrap: wrap;
  }
}
.imgtxt .scl_img_1, .imgtxt02 .scl_img_1,
.imgtxt article > img,
.imgtxt02 article > img,
.imgtxt .img_1,
.imgtxt02 .img_1 {
  width: 38% !important;
}
@media only screen and (max-width: 834px) {
  .imgtxt .scl_img_1, .imgtxt02 .scl_img_1,
  .imgtxt article > img,
  .imgtxt02 article > img,
  .imgtxt .img_1,
  .imgtxt02 .img_1 {
    width: 80% !important;
    margin: 0 auto 4% !important;
  }
}
@media only screen and (max-width: 640px) {
  .imgtxt .scl_img_1, .imgtxt02 .scl_img_1,
  .imgtxt article > img,
  .imgtxt02 article > img,
  .imgtxt .img_1,
  .imgtxt02 .img_1 {
    width: 100% !important;
  }
}
.imgtxt .inbox, .imgtxt02 .inbox {
  width: 58%;
  margin-right: 4%;
}
@media only screen and (max-width: 834px) {
  .imgtxt .inbox, .imgtxt02 .inbox {
    width: 100%;
    margin-right: 0;
  }
}
.imgtxt h2, .imgtxt02 h2 {
  font-size: 1.4em;
  line-height: 1.8;
  border-bottom: 1px solid;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 640px) {
  .imgtxt h2, .imgtxt02 h2 {
    font-size: 1.2em;
  }
}
.imgtxt.ver2 .img_1, .ver2.imgtxt02 .img_1 {
  position: relative;
  overflow: hidden;
}
.imgtxt.ver2 .img_1:before, .ver2.imgtxt02 .img_1:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 65%;
}
.imgtxt.ver2 .img_1 img, .ver2.imgtxt02 .img_1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.imgtxt02 article {
  flex-direction: row;
}
.imgtxt02 .inbox {
  margin-right: 0;
  margin-left: 4%;
}
@media only screen and (max-width: 834px) {
  .imgtxt02 .inbox {
    margin-left: 0;
  }
}

.imgtxt03, .imgtxt04 {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media only screen and (max-width: 834px) {
  .imgtxt03, .imgtxt04 {
    flex-wrap: wrap;
  }
}
.imgtxt03 .inbox, .imgtxt04 .inbox {
  width: 52%;
}
@media only screen and (max-width: 834px) {
  .imgtxt03 .inbox, .imgtxt04 .inbox {
    width: 100%;
  }
}
.imgtxt03 .img_1, .imgtxt04 .img_1 {
  width: 44%;
}
@media only screen and (max-width: 834px) {
  .imgtxt03 .img_1, .imgtxt04 .img_1 {
    width: 80%;
    margin: 0 auto 4%;
  }
}
@media only screen and (max-width: 640px) {
  .imgtxt03 .img_1, .imgtxt04 .img_1 {
    width: 100%;
  }
}
.imgtxt03 .ttl, .imgtxt04 .ttl {
  background: #111;
  color: #fff;
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  padding: 0 40px 2px;
  margin-bottom: 10px;
  display: inline-block;
}
.imgtxt03.ver2 .img_1, .ver2.imgtxt04 .img_1 {
  position: relative;
  overflow: hidden;
}
.imgtxt03.ver2 .img_1:before, .ver2.imgtxt04 .img_1:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 65%;
}
.imgtxt03.ver2 .img_1 img, .ver2.imgtxt04 .img_1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.imgtxt03.clearfix:after, .clearfix.imgtxt04:after {
  display: none;
}

.imgtxt04 {
  flex-direction: row;
}

.slick-slide {
  outline: none;
}

.slider {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

.slick-prev {
  left: 0 !important;
}

.slick-next {
  right: 0 !important;
}

.slick-arrow {
  z-index: 9999;
}

/*サムネ付きスライダー*/
.slidebox li {
  position: relative;
  width: 100%;
}
.slidebox li::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 65%;
}
.slidebox li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.slidebox li article > div {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  text-align: center;
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
}
.slidebox .slick-dots {
  position: static !important;
  width: 100%;
  margin: 0 auto;
  margin-top: 1%;
  margin-bottom: 0 !important;
  display: flex !important;
  flex-wrap: wrap;
}
.slidebox .slick-dots li {
  width: 15.83% !important;
  margin: 0 !important;
  margin-bottom: 1% !important;
  height: auto;
}
.slidebox .slick-dots li:not(:nth-child(6n)) {
  margin-right: 1% !important;
}
.slidebox .slick-dots li img {
  width: 100% !important;
}

.bb_1 {
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}

.bb_2 {
  border-bottom: 2px solid #111;
  margin-bottom: 15px;
  display: inline-block;
}

.cont_flex {
  display: flex;
  flex-wrap: wrap;
}

.box100 .box {
  width: 100%;
}

.cont_2clm > div,
.cont_2clm > a {
  width: 49%;
  margin-bottom: 2%;
}
@media only screen and (max-width: 640px) {
  .cont_2clm > div,
  .cont_2clm > a {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cont_2clm > div:not(:nth-child(2n)),
.cont_2clm > a:not(:nth-child(2n)) {
  margin-right: 2%;
}
@media only screen and (max-width: 640px) {
  .cont_2clm > div:not(:nth-child(2n)),
  .cont_2clm > a:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 834px) {
  .cont_2clm.ver2 > div,
  .cont_2clm.ver2 > a {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 834px) {
  .cont_2clm.ver2 > div:not(:nth-child(2n)),
  .cont_2clm.ver2 > a:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
.cont_2clm.ver3 > div:nth-child(odd) {
  width: 75%;
}
.cont_2clm.ver3 > div:nth-child(even) {
  width: 23%;
}

.cont_3clm > div,
.cont_3clm > a {
  width: 32%;
  margin-bottom: 2%;
}
@media only screen and (max-width: 834px) {
  .cont_3clm > div,
  .cont_3clm > a {
    width: 49%;
  }
}
.cont_3clm > div:not(:nth-child(3n)),
.cont_3clm > a:not(:nth-child(3n)) {
  margin-right: 2%;
}
@media only screen and (max-width: 834px) {
  .cont_3clm > div:not(:nth-child(3n)),
  .cont_3clm > a:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 834px) {
  .cont_3clm > div:not(:nth-child(2n)),
  .cont_3clm > a:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

.cont_4clm > div,
.cont_4clm > a {
  width: 23.5%;
  margin-bottom: 2%;
}
.cont_4clm > div:not(:nth-child(4n)),
.cont_4clm > a:not(:nth-child(4n)) {
  margin-right: 2%;
}

.cont_5clm > div,
.cont_5clm > a {
  width: 18.4%;
  margin-bottom: 2%;
}
@media only screen and (max-width: 1024px) {
  .cont_5clm > div,
  .cont_5clm > a {
    width: 32%;
  }
}
@media only screen and (max-width: 834px) {
  .cont_5clm > div,
  .cont_5clm > a {
    width: 49%;
  }
}
.cont_5clm > div:not(:nth-child(5n)),
.cont_5clm > a:not(:nth-child(5n)) {
  margin-right: 2%;
}
@media only screen and (max-width: 1024px) {
  .cont_5clm > div:not(:nth-child(5n)),
  .cont_5clm > a:not(:nth-child(5n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .cont_5clm > div:not(:nth-child(3n)),
  .cont_5clm > a:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 834px) {
  .cont_5clm > div:not(:nth-child(3n)),
  .cont_5clm > a:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 834px) {
  .cont_5clm > div:not(:nth-child(2n)),
  .cont_5clm > a:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 640px) {
  .cont_5clm {
    margin-bottom: 20px;
  }
}

.gallery_1 .box {
  position: relative;
  width: 32%;
  margin-bottom: 40px;
  overflow: inherit !important;
}
@media only screen and (max-width: 834px) {
  .gallery_1 .box {
    width: 49%;
  }
}
@media only screen and (max-width: 640px) {
  .gallery_1 .box {
    margin-bottom: 20px;
  }
}
.gallery_1 .box:not(:nth-child(3n)) {
  margin-right: 2%;
}
@media only screen and (max-width: 834px) {
  .gallery_1 .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 834px) {
  .gallery_1 .box:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}
.gallery_1 .box .imgwrap {
  position: relative;
}
.gallery_1 .box .imgwrap::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 70%;
}
.gallery_1 .box .imgwrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.gallery_1 .box article > div {
  margin-top: 10px;
  font-size: 14px;
}
@media only screen and (max-width: 640px) {
  .gallery_1 .box article > div {
    font-size: 15px;
  }
}

.sekoubox {
  justify-content: space-between;
}
.sekoubox .box:nth-child(1), .sekoubox .box:nth-child(3) {
  width: 45%;
}
.sekoubox .box:nth-child(2) {
  width: 8%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: #cb1212;
}
@media only screen and (max-width: 834px) {
  .sekoubox .box:nth-child(2) i {
    font-size: 36px;
  }
}
@media only screen and (max-width: 640px) {
  .sekoubox .box:nth-child(2) i {
    font-size: 48px;
  }
  .sekoubox .box:nth-child(2) i:before {
    content: "\f322";
  }
}
@media only screen and (max-width: 640px) {
  .sekoubox .box {
    width: 100% !important;
  }
}
.sekoubox .box p {
  text-align: center;
  font-family: "Oswald", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  color: #cb1212;
  margin-top: 10px;
}
.sekoubox .box .imgwrap {
  position: relative;
  overflow: hidden;
}
.sekoubox .box .imgwrap::before {
  content: "";
  padding-top: 75%;
  width: 100%;
  display: block;
}
.sekoubox .box .imgwrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.anchor_btn .box {
  width: 23.5%;
  margin-bottom: 2%;
}
@media screen and (max-width: 1200px) {
  .anchor_btn .box {
    width: 32%;
  }
}
@media only screen and (max-width: 834px) {
  .anchor_btn .box {
    width: 49%;
  }
}
@media only screen and (max-width: 640px) {
  .anchor_btn .box {
    width: 100%;
    margin-bottom: 20px;
  }
}
.anchor_btn .box:not(:nth-child(4n)) {
  margin-right: 2%;
}
@media screen and (max-width: 1200px) {
  .anchor_btn .box:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .anchor_btn .box:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 834px) {
  .anchor_btn .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 834px) {
  .anchor_btn .box:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 640px) {
  .anchor_btn .box:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
.anchor_btn a {
  padding: 10px;
  display: block;
  text-align: center;
  color: #111 !important;
  border: 1px solid;
  position: relative;
  position: relative;
}
.anchor_btn a:after {
  content: "\f0a9";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(-50%, -50%);
  font-weight: bold;
}
.anchor_btn a:hover {
  background: #111;
  color: #fff !important;
}

header {
  max-width: 100%;
}
header .col2 {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  header .col2 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  header .col2 > div {
    width: 50%;
  }
  header .col2 > div a {
    border-radius: 0;
    max-width: 100%;
    width: 100%;
  }
}
header .col2-tel {
  margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
  header .col2-tel {
    border-right: 1px solid #fff;
    margin-right: 0;
  }
}
header .col2-tel a {
  font-size: 24px;
  font-family: "Oswald", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
header .col2-tel a i {
  font-size: 22px;
  top: 2px;
  position: relative;
}
header .col2-contact {
  display: flex;
  align-items: center;
}
header .col2-contact > span {
  font-weight: 900 !important;
  color: red;
  padding-left: 10px;
}
@media only screen and (max-width: 1024px) {
  header .col2-contact > span {
    display: none;
  }
}
header .col2-contact a {
  font-size: 20px;
  flex-wrap: wrap;
}
header .col2-contact a i {
  font-size: 24px;
}
header .col2-contact a > span {
  display: block;
  font-size: 13px;
  width: 100%;
  margin-top: -20px;
}
header .col2 a {
  width: 280px;
  height: 60px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  header .col2 a {
    height: 70px !important;
  }
}
header .col2 a i {
  font-weight: bold !important;
  margin-right: 5px;
}

.header {
  background: #fff !important;
  padding: 0 20px;
  position: fixed;
  top: 0;
  transition: 0.5s;
  width: 100%;
  z-index: 2;
}
.header-inner {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
}
.header .col1 {
  display: flex;
  align-items: center;
}
.header .col1-sns {
  margin-left: 20px;
}
.header .col1-sns a {
  font-size: 36px;
  color: #111 !important;
  margin-right: 10px;
}
.header .col1-sns a .fa-instagram {
  color: #cf2e92;
  background: linear-gradient(to right, #4c64d3 0%, #cf2e92 35%, #f26939 70%, #ffdd83 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header .col1-sns a .fa-facebook-square {
  color: #1877f2;
}
@media only screen and (max-width: 1024px) {
  .header .col2 {
    display: none;
  }
}

.header.hide {
  transform: translateY(-100%);
}

.header-container {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .nav {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  header .nav {
    display: none;
  }
}
header .nav .nav-list {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
header .nav .nav-list .nav-item {
  flex-grow: 1;
  position: relative; /*ドロップダウン基準点*/
  border-left: 1px solid rgba(17, 17, 17, 0.15);
}
header .nav .nav-list .nav-item:last-child {
  border-right: 1px solid rgba(17, 17, 17, 0.15);
}
header .nav .nav-list .nav-item > a {
  color: #111;
  display: block;
  padding: 5px 0;
}
@media screen and (min-width: 1025px) {
  header .nav .nav-list .nav-item > a::after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 2px;
    background: #cb1212;
    transition: all 0.3s ease 0s;
  }
  header .nav .nav-list .nav-item > a:hover::after {
    width: 60px;
  }
}
header .nav .nav-list .nav-item > a:hover {
  cursor: pointer;
  color: #111;
}

.main .slider img {
  width: 100%;
}

.header .col1-sns {
  display: flex;
  align-items: center;
}
.header .col1-sns > * {
  line-height: 1;
}
.header .col1-sns .fix-header-ameblo {
  display: flex;
  align-items: center;
  margin-top: 4px;
  padding: 8px 10px;
  background-color: #2b8b39;
  font-size: 14px;
  border-radius: 4px;
}
.header .col1-sns .fix-header-ameblo > i {
  margin-top: 2px;
  margin-right: 5px;
}
.header .col1-sns .fix-header-ameblo:link, .header .col1-sns .fix-header-ameblo:visited {
  color: white !important;
}

#global_footer {
  background: none !important;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
}
#global_footer a {
  text-decoration: none !important;
}

.footer {
  background: #fff;
  padding: 80px 20px;
}
@media only screen and (max-width: 1024px) {
  .footer {
    padding: 80px 0;
  }
}
.footer-inner {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
}

.footer-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
}
.footer-container > div {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .footer-container > div {
    width: 100%;
  }
}
.footer-container .col3 {
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .footer-container .col3 {
    text-align: center;
    margin-top: 60px;
  }
}
.footer-container .col3 > div {
  margin-bottom: 30px;
}
.footer-container .col3-info {
  line-height: 2.2;
  font-size: 14px;
}
.footer-container .col3 .btn-2 {
  height: 70px;
}
@media only screen and (max-width: 1024px) {
  .footer-container .col3 .btn-2 {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-container .col4 {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

footer .nav {
  display: block !important;
}
footer .nav .nav-list {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  footer .nav .nav-list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer .nav .nav-item {
  flex-grow: 1;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  footer .nav .nav-item {
    flex-grow: inherit;
    width: 48%;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 2%;
    background: #fff;
    border-bottom: 4px solid #eee;
  }
}
@media only screen and (max-width: 640px) {
  footer .nav .nav-item {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  footer .nav .nav-item:after {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
  }
}
footer .nav a {
  display: block;
  color: #111;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  footer .nav a {
    padding: 15px 0;
  }
}
footer .nav a:hover {
  color: #111;
}

.copyright {
  font-size: 14px;
  background: #111;
  color: #fff;
  padding: 10px 0;
}

.btnbox_1 {
  justify-content: center;
}
.btnbox_1 .box {
  width: 49%;
}
.btnbox_1 .box:not(:last-child) {
  margin-right: 2%;
}
.btnbox_1 a {
  width: 100%;
  height: 85px;
}

.news_area > div {
  border: 2px solid;
}
@media only screen and (max-width: 834px) {
  .news_area > div:not(:last-child) {
    margin-bottom: 60px;
  }
}
.news_area > div > div:not(:first-child) {
  margin: 20px;
}

.btn a {
  display: block;
  max-width: 300px;
  background: #cb1212;
  color: #fff;
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .btn a {
    margin-right: auto;
    margin-left: auto;
  }
}

.flex1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex1._top {
  align-items: flex-start;
}
.flex1._center {
  align-items: center;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 2;
}
.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}
@media only screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex2._top {
  align-items: flex-start;
}
.flex2._center {
  align-items: center;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 2;
}
.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}
@media only screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3._top {
  align-items: flex-start;
}
.flex3._center {
  align-items: center;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 2;
}
.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}
@media only screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex4._top {
  align-items: flex-start;
}
.flex4._center {
  align-items: center;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 2;
}
.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}
@media only screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex4 .box img {
  width: 100% !important;
}

.square._100 .square-inner:before {
  padding-top: 100%;
}
.square._75 .square-inner:before {
  padding-top: 75%;
}
.square._66 .square-inner:before {
  padding-top: 66%;
}
.square td .square-inner {
  display: block;
  position: relative;
}
.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .square-inner {
  display: block;
  position: relative;
}
.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .square-inner {
  display: block;
  position: relative;
}
.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.bg100 {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.flex2cl_01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .flex2cl_01 {
    flex-direction: column-reverse;
  }
}
.flex2cl_01 .flxL {
  width: 57%;
}
@media only screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}
.flex2cl_01 .flxR {
  width: 40%;
}
@media only screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flex2cl_01 .flxR .img {
  width: 100%;
}
.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .flex2cl_02 {
    margin-left: -2.439%;
  }
}
@media only screen and (max-width: 834px) {
  .flex2cl_02 {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
  }
}
@media only screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}
.flex2cl_02 .box img {
  width: 100% !important;
}
.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -2.4390243902%;
}
@media screen and (max-width: 1200px) {
  .flex3cl {
    margin-left: -2.439%;
  }
}
@media only screen and (max-width: 640px) {
  .flex3cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex3cl .box {
  position: relative;
  width: 30.8943089431%;
  margin-left: 2.4390243902%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex3cl .box img {
  width: 100% !important;
}
.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -3.2258064516%;
}
@media screen and (max-width: 1200px) {
  .flex4cl {
    margin-left: -2.439%;
  }
}
@media only screen and (max-width: 640px) {
  .flex4cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex4cl .box {
  position: relative;
  width: 21.7741935484%;
  margin-left: 3.2258064516%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex4cl .box img {
  width: 100% !important;
}
.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.title_1._index {
  text-align: center;
}
.title_1._index h2 {
  display: inline-block;
  font-size: 18px;
  position: relative;
  margin-bottom: 50px;
  padding: 0 180px;
}
@media only screen and (max-width: 640px) {
  .title_1._index h2 {
    padding: 0 150px;
  }
}
.title_1._index h2:before, .title_1._index h2:after {
  content: "";
  border-top: 1px solid;
  border-bottom: 1px solid;
  height: 10px;
  width: 150px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 640px) {
  .title_1._index h2:before, .title_1._index h2:after {
    width: 120px;
  }
}
.title_1._index h2:after {
  left: inherit;
  right: 0;
}
.title_1._index h2 .en_1 {
  font-size: 2em;
  display: block;
}
.title_1._common h2 {
  padding: 20px 0;
  border-top: 2px solid #111;
  border-bottom: 2px solid #111;
  margin-bottom: 30px;
  font-size: 1.8em;
}
@media only screen and (max-width: 1024px) {
  .title_1._common h2 {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 640px) {
  .title_1._common h2 {
    font-size: 1.4em;
    display: block;
  }
}
.title_1._common h3 {
  font-size: 1.2em;
  margin: 20px 0 10px;
}
.title_2._index h2 {
  background: #111;
  color: #fff;
  padding: 3px 5px 5px 20px;
  position: relative;
  font-size: 16px;
}
.title_2._index h2::before {
  content: "";
  background: url(../images/home/line.png) no-repeat;
  width: 60px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0, -50%);
}
.title_2._index h2 .en_1 {
  font-size: 2em;
  margin-right: 20px;
}
.title_2._common h2 {
  margin-bottom: 40px;
  font-size: 1.6em;
  background: #111;
  padding: 0.6em 1em 0.6em 1.4em;
  position: relative;
  color: #fff;
}
@media only screen and (max-width: 834px) {
  .title_2._common h2 {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 640px) {
  .title_2._common h2 {
    font-size: 1.2em;
  }
}
.title_2._common h2:before {
  content: "";
  background: #cb1212;
  width: 6px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.title_2._common h2 .sml {
  margin-left: 20px;
}
.title_2._common h3 {
  background: #111;
  color: #fff;
  padding: 3px 5px 5px 20px;
  position: relative;
  font-size: 16px;
}
.title_2._common h3::before {
  content: "";
  background: url(../images/home/line.png) no-repeat;
  width: 60px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0, -50%);
}
.title_2._common h3 .en_1 {
  font-size: 2em;
  margin-right: 20px;
}
.title_3._common h2 {
  margin-bottom: 60px;
  font-size: 1.8em;
  position: relative;
}
.title_3._common h2::first-letter {
  color: #cb1212;
}
@media only screen and (max-width: 834px) {
  .title_3._common h2 {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 640px) {
  .title_3._common h2 {
    font-size: 1.4em;
  }
}
.title_3._common h2:before {
  content: "";
  background: #cb1212;
  width: 70px;
  height: 2px;
  position: absolute;
  bottom: -30px;
  left: 0;
}
.title_3._common h3 {
  font-size: 1.4em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .title_3._common h3 {
    font-size: 1.2em;
  }
}
.title_3._common h4 {
  background: #cb1212;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 15px;
  line-height: 1.8;
}
.title_3._common.ver2 h4 {
  padding-right: 20px;
}
.title_4._common h2 {
  margin-bottom: 40px;
  padding-bottom: 15px;
  font-size: 1.8em;
  border-bottom: 2px solid #eee;
  position: relative;
}
.title_4._common h2:before {
  content: "";
  background: #cb1212;
  height: 4px;
  width: 25%;
  position: absolute;
  bottom: -3px;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .title_4._common h2 {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 640px) {
  .title_4._common h2 {
    font-size: 1.4em;
  }
}

.en_1 {
  font-family: "Oswald", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.125em;
  font-weight: bold !important;
}

.btn-1 {
  border-radius: 3px;
  background: linear-gradient(to bottom, #cb1212 0%, #ba1111 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  max-width: 380px;
  height: 70px;
  font-weight: bold !important;
  position: relative;
  overflow: hidden;
}
.btn-1:hover:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 1s;
  z-index: 11;
}
@keyframes shiny-btn1 {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  1% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.btn-2 {
  border: 2px solid #111;
  border-radius: 3px;
  width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111 !important;
  font-weight: bold !important;
}

.arrow-1 {
  position: relative;
}
.arrow-1:after {
  content: "\f0a9";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

.jcc {
  justify-content: center;
}

.aifs {
  align-items: flex-start;
}

.aic {
  align-items: center;
}

.sml {
  font-size: 0.66em;
}

.box_1 .box {
  border: 4px solid #eee;
  padding: 20px;
  border-radius: 3px;
}

.kakomi {
  border: 2px solid;
}
.kakomi article > div {
  padding: 20px;
}

.box_2 .box {
  position: relative;
  overflow: hidden;
}
.box_2 .box:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 65%;
}
.box_2 .box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.kakomi2 {
  background: #f5f5f5;
  padding: 20px;
}

.txt_1 {
  width: 800px;
  max-width: 100%;
  text-align: center;
  background: #cb1212;
  color: #fff;
  padding: 10px 20px 30px;
  font-size: 24px;
  background-size: auto;
  line-height: 1.6;
  border: 1px solid #111;
  position: relative;
}
.txt_1:before {
  content: "";
  border: 1px solid #fff;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.txt_1 p {
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 30px;
  padding: 3px 20px;
  margin-bottom: 10px;
}
.txt_1 .price {
  font-size: 1.8em;
  display: inline;
  background: linear-gradient(transparent 75%, #ecc61c 0%);
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}
.txt_1 p,
.txt_1 span {
  font-weight: bold !important;
}/*# sourceMappingURL=assets.css.map */