@charset "UTF-8";
/* common */
html { scroll-behavior: smooth; }

body { font-family: "Noto Sans JP", sans-serif; font-weight: normal; }

img { max-width: 100%; object-fit: contain; }

a, a:link, a:visited, a:active { color: #000; outline: 0 none; text-decoration: none; -webkit-touch-callout: none; cursor: pointer; }

.clearfix::after { content: ""; clear: both; display: block; }

@media (min-width: 768px) { body { margin: 0 auto; position: relative; padding-top: 50px; }
  main { color: #000; padding: 0; margin: 0; }
  .pcnone { display: none !important; }
  p { margin: 0; }
  ul { margin: 0; padding: 0; list-style: none; }
  .mt0 { margin-top: 0 !important; }
  .mb0 { margin-bottom: 0 !important; }
  .contents { width: 1130px; padding: 50px 15px; margin: 0 auto; } }
@media (max-width: 767.98px) { body { font-size: 14px; margin: 0 auto; position: relative; padding-top: 100px; }
  main { color: #000; }
  .spnone { display: none !important; }
  p { margin: 0; }
  ul { margin: 0; padding: 0; list-style: none; }
  .mt0 { margin-top: 0 !important; }
  .mb0 { margin-bottom: 0 !important; }
  .contents { width: 100%; padding: 30px 15px; margin: 0 auto; } }
/* 見出し */
@media (min-width: 768px) { .midashi { background-size: cover; background-position: center; width: 100%; height: 250px; margin: 0 auto; display: flex; justify-content: center; align-items: center; flex-direction: column; }
  .midashi .en { font-size: 30px; }
  .midashi .en span { color: #bc2a33; }
  .midashi .ja { font-size: 16px; }
  .midashi_detail { height: 80px; }
  .title1 { border-bottom: 1px solid #c4c4c4; display: flex; align-items: center; justify-content: space-between; margin: 0 0 30px 0; position: relative; }
  .title1 .ja { font-size: 18px; font-weight: normal; margin: 0 0 15px 0; }
  .title1 .search { font-size: 14px; display: flex; align-items: center; margin: 0 0 17px 0; background-color: transparent; border: 0; outline: 0; cursor: pointer; padding: 0; }
  .title1 .search h3 { margin: 0; font-size: 16px; }
  .title1 .search span { background-color: #bd2a30; border-radius: 50%; width: 36px; height: 36px; display: inline-flex; justify-content: center; align-items: center; margin: 0 0 0 10px; }
  .title1 .search span img { width: 20px; height: 20px; } }
@media (max-width: 767.98px) { .midashi { background-size: cover; background-position: center; width: 100%; height: 125px; margin: 0 auto; display: flex; justify-content: center; align-items: center; flex-direction: column; }
  .midashi .en { font-size: 20px; margin: 0; }
  .midashi .en span { color: #bc2a33; }
  .midashi .ja { font-size: 12px; margin: 0; }
  .midashi_detail { height: 80px; }
  .title1 { border-bottom: 1px solid #c4c4c4; display: flex; align-items: center; justify-content: space-between; margin: 0 0 20px 0; position: relative; }
  .title1 .ja { font-size: 15px; font-weight: normal; }
  .title1 .search { font-size: 13px; display: flex; align-items: center; margin: 0 0 10px 0; background-color: transparent; border: 0; outline: 0; cursor: pointer; padding: 0; color: #000; }
  .title1 .search h3 { margin: 0; font-size: 15px; }
  .title1 .search span { background-color: #bd2a30; border-radius: 50%; width: 30px; height: 30px; display: inline-flex; justify-content: center; align-items: center; margin: 0 0 0 10px; }
  .title1 .search span img { width: 16px; height: 16px; } }
/* header */
@media (min-width: 768px) { header { position: fixed; top: 0; background-color: #fff; width: 100%; height: 64px; display: block; z-index: 100; }
  header .header_flex { display: flex; justify-content: center; align-items: center; height: 64px; padding: 12px 10px; border-bottom: 1px solid #e0e0e0; }
  header .header_flex > .div1 { position: absolute; left: 10px; }
  header .header_flex > .div1 a { background-color: #000; border: 2px solid #c4c4c4; width: 210px; height: 34px; display: flex; justify-content: center; align-items: center; font-size: 12.5px; color: #fff; position: relative; }
  header .header_flex > .div1 a::before { content: ""; background-image: url("../images/yajirushi.svg"); background-size: 5px 11px; background-repeat: no-repeat; width: 5px; height: 11px; position: absolute; top: calc(50% - 6px); right: 5px; }
  header .header_flex > .div1:hover { opacity: 0.8; }
  header .header_flex > .div2 img { width: 165px; }
  header .header_flex > .div2:hover { opacity: 0.8; }
  header .header_flex > .div3 { display: flex; align-items: center; height: 64px; position: absolute; right: 10px; }
  header .header_flex > .div3 a { width: 180px; height: 34px; display: flex; justify-content: center; align-items: center; font-size: 12.5px; }
  header .header_flex > .div3 a:first-child { margin-right: 10px; }
  header .header_flex > .div3 .on { background-color: #f29999; color: #fff; border: 1px solid #f29999; }
  header .header_flex > .div3 .on::before { content: ""; width: 180px; height: 2px; position: absolute; bottom: 0; background-color: #bd2a31; }
  header .header_flex > .div3 .on::after { content: ""; width: 0; height: 0; border-style: solid; border-width: 0 4px 8px 4px; border-color: transparent transparent #bd2a31 transparent; background-color: transparent; position: absolute; bottom: 0; }
  header .header_flex > .div3 .on:hover { background-color: #fff; border: 1px solid #c4c4c4; color: #000; }
  header .header_flex > .div3 .off { background-color: #fff; border: 1px solid #c4c4c4; color: #000; }
  header .header_flex > .div3 .off:hover { background-color: #f29999; border: 1px solid #f29999; color: #fff; } }
@media (min-width: 768px) and (max-width: 1000px) { header .header_flex > .div1 a { width: 190px; font-size: 12px; }
  header .header_flex > .div3 a { width: 130px; font-size: 12px; }
  header .header_flex > .div3 .on::before { width: 130px; } }
@media (max-width: 767.98px) { header { position: fixed; top: 0; background-color: #fff; width: 100%; max-width: 100vw; height: 100px; display: block; z-index: 100; }
  header .header_flex { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; height: 100px; padding: 10px 10px 0; border-bottom: 1px solid #e0e0e0; }
  header .header_flex > .div1 { position: absolute; right: 10px; top: 10px; }
  header .header_flex > .div1 a { background-color: #000; border: 1px solid #c4c4c4; width: 170px; height: 30px; display: flex; justify-content: center; align-items: center; font-size: 11px; color: #fff; position: relative; }
  header .header_flex > .div1 a::before { content: ""; background-image: url("../images/yajirushi.svg"); background-size: 5px 11px; background-repeat: no-repeat; width: 5px; height: 11px; position: absolute; top: calc(50% - 5px); right: 5px; }
  header .header_flex > .div1:hover { opacity: 0.8; }
  header .header_flex > .div2 { position: absolute; top: 10px; left: 10px; }
  header .header_flex > .div2 img { width: 138px; }
  header .header_flex > .div2:hover { opacity: 0.8; }
  header .header_flex > .div3 { width: 100%; display: flex; align-items: center; height: 46px; position: absolute; bottom: 5px; padding: 0 10px; }
  header .header_flex > .div3 a { width: 100%; height: 30px; display: flex; justify-content: center; align-items: center; font-size: 12px; }
  header .header_flex > .div3 a:first-child { margin-right: 10px; }
  header .header_flex > .div3 .on { background-color: #f29999; color: #fff; border: 1px solid #f29999; }
  header .header_flex > .div3 .on::before { content: ""; width: calc(50% - 14px); height: 2px; position: absolute; bottom: 0; background-color: #bd2a31; }
  header .header_flex > .div3 .on::after { content: ""; width: 0; height: 0; border-style: solid; border-width: 0 3px 6px 3px; border-color: transparent transparent #bd2a31 transparent; background-color: transparent; position: absolute; bottom: 0; }
  header .header_flex > .div3 .on:hover { background-color: #fff; border: 1px solid #c4c4c4; color: #000; }
  header .header_flex > .div3 .off { background-color: #fff; border: 1px solid #c4c4c4; color: #000; }
  header .header_flex > .div3 .off:hover { background-color: #f29999; border: 1px solid #f29999; color: #fff; } }
/* footer */
@media (min-width: 768px) { footer { background-color: #f4f4f4; font-size: 10px; height: 40px; display: flex; justify-content: center; align-items: center; }
  footer > .contents > .copy { margin: 0; text-align: center; } }
@media (max-width: 767.98px) { footer { background-color: #f4f4f4; font-size: 10px; height: 31px; padding: 0; margin: 0; display: flex; justify-content: center; align-items: center; }
  footer > .contents > .copy { margin: 0; text-align: center; } }
@media (min-width: 768px) { .custom_select { width: 220px; height: 30px; border-radius: 30px; padding: 6px 10px 6px 25px; background-color: #fff; cursor: pointer; position: relative; }
  .custom_select::before { content: ""; background-image: url("../images/yajirushi2.svg"); background-size: 9px 10px; width: 9px; height: 10px; transform: rotate(270deg); display: block; position: absolute; right: 10px; top: 10px; }
  .custom_select > .select-label { font-size: 12px; }
  .custom_select > .select-label::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background-color: #bd2a30; position: absolute; left: 9px; top: 15px; transform: translateY(-50%); }
  .custom_select > .select-options { display: none; position: absolute; top: 0; left: calc(50% - 110px); background-color: #fff; width: 220px; list-style: none; margin: 0; font-size: 12px; padding: 6px 10px 10px; border-radius: 15px; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); }
  .custom_select > .select-options li { padding: 0; cursor: pointer; position: relative; height: 30px; border-bottom: 2px solid #e1e1e1; padding: 4px 0 4px 6px; }
  .custom_select > .select-options li:hover { background-color: #f0f0f0; }
  .custom_select > .select-options .op_top { padding: 0 0 20px 15px; height: 44px; }
  .custom_select > .select-options .op_top::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background-color: #bd2a30; position: absolute; left: -1px; top: 9px; transform: translateY(-50%); }
  .custom_select > .select-options .op_top::after { content: ""; background-image: url("../images/yajirushi2.svg"); background-size: 9px 10px; width: 9px; height: 10px; transform: rotate(90deg); display: block; position: absolute; right: 0; top: 3px; }
  .custom_select > .select-options .op_top:hover { background-color: #fff; }
  .custom_select > .select-options .op_line::before { content: ""; width: 1px; height: 20px; position: absolute; left: 0; top: 4px; }
  .custom_select > .select-options .op1::before { background-color: #bd2a30; }
  .custom_select > .select-options .op2::before { background-color: #45cac9; }
  .custom_select > .select-options .op3::before { background-color: #45ca8a; }
  .custom_select > .select-options .op4::before { background-color: #ef9f5e; }
  .custom_select > .select-options .op5::before { background-color: #ffe400; }
  .custom_select > .select-options .op6::before { background-color: #ce8ced; }
  .custom_select > .select-options .op7::before { background-color: #f29999; }
  .custom_select > .select-options .op8::before { background-color: #5884e8; }
  .custom_select > .select-options .op9::before { background-color: #adde28; }
  .custom_select > .select-options.active { display: block; z-index: 11; }
  .custom_select_mt { margin: 14px 0 0 0; } }
@media (max-width: 767.98px) { .custom_select { width: 210px; height: 26px; border-radius: 30px; padding: 4px 10px 4px 25px; background-color: #fff; cursor: pointer; position: relative; }
  .custom_select::before { content: ""; background-image: url("../images/yajirushi2.svg"); background-size: 9px 10px; width: 9px; height: 10px; transform: rotate(270deg); display: block; position: absolute; right: 10px; top: 8px; }
  .custom_select > .select-label { font-size: 11px; }
  .custom_select > .select-label::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background-color: #bd2a30; position: absolute; left: 9px; top: 13px; transform: translateY(-50%); }
  .custom_select > .select-options { display: none; position: absolute; top: 0; left: calc(50% - 105px); background-color: #fff; width: 210px; list-style: none; margin: 0; font-size: 11px; padding: 4px 10px 10px; border-radius: 15px; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); }
  .custom_select > .select-options li { padding: 0; cursor: pointer; position: relative; height: 30px; border-bottom: 2px solid #e1e1e1; padding: 5px 0 4px 6px; }
  .custom_select > .select-options li:hover { background-color: #f0f0f0; }
  .custom_select > .select-options .op_top { padding: 0 0 20px 15px; height: 44px; font-size: 11px; }
  .custom_select > .select-options .op_top::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background-color: #bd2a30; position: absolute; left: -1px; top: 9px; transform: translateY(-50%); }
  .custom_select > .select-options .op_top::after { content: ""; background-image: url("../images/yajirushi2.svg"); background-size: 9px 10px; width: 9px; height: 10px; transform: rotate(90deg); display: block; position: absolute; right: 0; top: 3px; }
  .custom_select > .select-options .op_top:hover { background-color: #fff; }
  .custom_select > .select-options .op_line::before { content: ""; width: 1px; height: 20px; position: absolute; left: 0; top: 4px; }
  .custom_select > .select-options .op1::before { background-color: #bd2a30; }
  .custom_select > .select-options .op2::before { background-color: #45cac9; }
  .custom_select > .select-options .op3::before { background-color: #45ca8a; }
  .custom_select > .select-options .op4::before { background-color: #ef9f5e; }
  .custom_select > .select-options .op5::before { background-color: #ffe400; }
  .custom_select > .select-options .op6::before { background-color: #ce8ced; }
  .custom_select > .select-options .op7::before { background-color: #f29999; }
  .custom_select > .select-options .op8::before { background-color: #5884e8; }
  .custom_select > .select-options .op9::before { background-color: #adde28; }
  .custom_select > .select-options.active { display: block; z-index: 11; }
  .custom_select_mt { margin: 14px 0 0 0; } }
