@charset "UTF-8";

:root {
  --black: #222;
  --white: #fff;
  --gray: #d5d5d5;
  --red:#eb0000;
  --blue: #0af;
}

html,body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 3.3vw, 18px);
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "palt";
  color: var(--black);
  width: 100%;
  background: none;
  line-height: 1.8;
  z-index: -1;
}

body {
  background: var(--white);
}

p {
  margin: .5em 0;
  text-align: left;
  word-break: break-all;
}
.small {
  font-size: max(11px, 80%);
}

a,
a:visited,
a:active {
  color: var(--black);
  text-decoration: underline;
}
a:hover {
  color: var(--blue);
  text-decoration: none;
}

img {
  width: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}


main {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  z-index: 1;
  overflow: hidden;
}

#top-img {
    position: relative;
    height: 50vw;
    width: 100%;
    background: url(../img/kv.webp) no-repeat;
    background-size: 100%;
    background-position: center -24vw;
}
h1 {
    position: absolute;
    margin: auto;
    width: 70%;
    max-width: 1200px;
    bottom: 4%;
    left: 0;
    right: 0;
}

@media screen and (orientation: portrait) {
  #top-img {
    position: relative;
    height: 120vw;
    width: 100%;
    background: url(../img/kv.webp) no-repeat;
    background-size: 160%;
    background-position: center;
  }
  h1 {
    width: 100%;
  }
}


.mainSec{
  position: relative;
  margin: 0;
  padding: 4em 2em;
}
#information {
  background: #fff;
}
#link {
  background: #f9f9f9;
}

.max1000 {
  max-width: 1000px;
  margin: 0 auto;
}

h2 {
  position: relative;
  font-size: 3rem;
  margin: 0 auto 2.4rem;
  line-height: .7;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  color: var(--black);
  text-align: center;
}
h2 span {
  position: relative;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: .5rem;
  padding-left: .5rem;
  margin: 0;
}
h2 span::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4.5em;
  margin: auto;
  width: 4em;
  height: 2px;
  background-color: var(--gray);
}
h2 span::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -4.5em;
  margin: auto;
  width: 4em;
  height: 2px;
  background-color: var(--gray);
}
h3 {
  margin: .5rem 0;
  padding: 0 .5rem;
  font-weight: 600;
  font-size: 1.2rem;
  border-left: 4px solid var(--blue);
}

span.strong {
  background: linear-gradient(transparent 64%, #fffd97 0%);
  font-weight: 500;
  padding: 0 2px;
}

.sp-br {
  display: none;
}
ul.text-list {
  padding: 0;
  list-style: none;
  list-style-position: inside;
  margin: 0 auto;
  max-width: 400px;
}
ul.text-list li{
  position: relative;
  margin: .5rem 0;
  line-height: 1.4;
  padding-left: 1em;
}
ul.text-list li span{
  color: var(--black);
}
ul.text-list li::before {
  content: '';
  position: absolute;
  top: .42em;
  left: 0;
  margin: auto;
  width: .5em;
  height: .5em;
  background: var(--gray);
}
ul.text-list li a{
  color: var(--black);
}

@media screen and (max-width: 750px) {
  .sp-br {
    display: block;
  }
  .pc-br {
    display: none;
  }
}

.detail {
  border-collapse: separate;
  border-spacing: 0 1rem;
  margin: 0;
  padding: 0;
  width: 100%;
}
.detail th,
.detail td {
  padding: .5rem 1rem;
}
.detail th {
  white-space: nowrap;
  text-align: center;
  line-height: 1.2;
  font-size: .9rem;
  font-weight: 500;
  border-right: 1px solid var(--gray);
}



ul.attention {
    padding: 0;
    list-style: none;
    list-style-position: inside;
    margin: .5rem 0 0;
    font-size: .8rem;
    text-align: justify;
    font-weight: 400;
}
ul.attention li {
    position: relative;
    margin: 0 0 .4em;
    line-height: 1.5;
    padding-left: 1.1em;
}
ul.attention li::before {
    content: '※';
    position: absolute;
    left: 0;
    margin: auto;
}


.tokuten-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
    border: 2px solid #ccc;
    padding: 1rem;
}
.tokuten-img {
  max-width: 240px;
}
.tokuten-img img{
  border: 1px solid #eee;
}
.tokuten-img span{
  display: block;
  text-align: right;
  font-size: .8rem;
}
.tokuten-info {
  margin-left: 1rem;
}
.tokuten-info .name {
  font-size: 1.6rem;
  font-weight: 500;
  border-bottom: 2px solid #ccc;
  margin-bottom: .5rem;
}
.tokuten-info table{
  border-collapse: separate;
  border-spacing: 0 .5rem;
  line-height: 1.4;
}
.tokuten-info table th{
  font-weight: 500;
  background: var(--gray);
  padding: .5rem;
  font-size: .9rem;
  white-space: nowrap;
}
.tokuten-info table td{
  padding: .5rem 0 .5rem .5rem;
  font-size: 1.2rem;
}
.tokuten-info table td div{
  position: relative;
  font-size: 1rem;
  border: 1px dashed #ccc;
  border-radius: 4px;
  padding: .5rem;
  margin-top: .4rem;
}
.tokuten-info table td div a{
  position: absolute;
  right: .5rem;
  text-decoration: none;
  background: #ccc;
  color: #fff;
  padding: 0 .8rem;
  border-radius: 100px;
}
.tokuten-info table td div a:hover {
  opacity: .8;
}

.tokuten-wrap .tokuten-item:nth-child(1) {
  border-color: #f5e6eb;
  flex-direction: row-reverse;
}
.tokuten-wrap .tokuten-item:nth-child(1) .name{
  color: #d2417d;
}
.tokuten-wrap .tokuten-item:nth-child(1) .tokuten-info table th {
  background: #f5e6eb;
}
.tokuten-wrap .tokuten-item:nth-child(1) .tokuten-info table td div a {
  background: #d2417d;
}

.tokuten-wrap .tokuten-item:nth-child(2) {
  border-color: #dcebeb;
}
.tokuten-wrap .tokuten-item:nth-child(2) .name{
  color: #4b9b96;
}
.tokuten-wrap .tokuten-item:nth-child(2) .tokuten-info table th {
  background: #dcebeb;
}
.tokuten-wrap .tokuten-item:nth-child(2) .tokuten-info table td div a {
  background: #4b9b96;
}

.tokuten-wrap .tokuten-item:nth-child(3) {
  border-color: #f5e6d7;
  flex-direction: row-reverse;
}
.tokuten-wrap .tokuten-item:nth-child(3) .name{
  color: #dc9632;
}
.tokuten-wrap .tokuten-item:nth-child(3) .tokuten-info table th {
  background: #f5e6d7;
}
.tokuten-wrap .tokuten-item:nth-child(3) .tokuten-info table td div a {
  background: #dc9632;
}

.tokuten-wrap .tokuten-item:nth-child(4) {
  border-color: #e6dceb;
}
.tokuten-wrap .tokuten-item:nth-child(4) .name{
  color: #8c64aa;
}
.tokuten-wrap .tokuten-item:nth-child(4) .tokuten-info table th {
  background: #e6dceb;
}
.tokuten-wrap .tokuten-item:nth-child(4) .tokuten-info table td div a {
  background: #8c64aa;
}

@media screen and (min-width: 681px) {
  .tokuten-wrap .tokuten-item:nth-child(1) .tokuten-info,
  .tokuten-wrap .tokuten-item:nth-child(3) .tokuten-info
  {
    margin: 0 1rem 0 0;
  }
}

@media screen and (max-width: 680px) {
  .tokuten-item {
    flex-wrap: wrap;
    padding: 1rem .7rem .7rem;
  }
  .tokuten-info {
    margin: .5rem 0 0;
  }
  .tokuten-info .name {
    text-align: center;
  }
}


footer {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 2rem;
  font-size: 12px;
  color: var(--black);
  background: #f9f9f9;
}
footer>p {
  text-align: center;
  margin: 0;
  font-weight: 400;
}
footer p.socialshare {
  font-size: 1rem;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
}
.sns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: .6rem;
  padding: .8rem;
  margin: 0 auto 2rem;
  border: 1px solid var(--gray);
  max-width: 200px;
  justify-content: center;
  justify-items: center;
}
.sns li {
  list-style: none;
  width: 100%;
}
.sns li a {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--white);
  padding: 8px;
  border-radius: 8px;
}
#t-icon a {
  padding: 10px;
  color: #000;
}
#f-icon a{
  color: #0866ff;
}
#l-icon a{
  color: #00B900;
}
.f_logo {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  max-width: 200px;
  margin: 0 auto 2em;
}
.f_logo a {
  background: var(--white);
  padding: .5em;
  margin: 5px;
  border-radius: 4px;
  width: 100%;
}