@charset "utf-8";

.title {
  height: 210px;
  background-image: url(../images/menu/bg-main.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-shadow: 1px 1px 10px #4b2c14;
}

.title h1 {
    font-family: 'Montserrat' , sans-serif;
    font-size: 32px;
    font-weight: bold;
}

.title p {
    font-size: 14px;
    margin-top: 15px;
}

.item-list {
    width: 930px;
    max-width: 90%;
    margin-top: 75px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit,240px);
    column-gap: 95px;
    row-gap: 70px;
    justify-content: center;
}

.item-list dl {
    margin-top: 20px;
}

.item-list dt {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}

.item-list dd {
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
    margin-left: auto;
}

.item-list .price {
    font-weight: bold;
    margin-top: 15px;
}

.item-list2 {
    width: 930px;
    max-width: 90%;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit,240px);
    column-gap: 95px;
    row-gap: 70px;
    justify-content: center;
}

.item-list2 img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    height: 300px;
    border: 1px #c7c7c7 solid;
    }

.item-list2 dl {
    margin-top: 10px;
}

.item-list2 dt {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}

.item-list2 dd {
    font-size: 13px;
    line-height: 15px;
    margin-top: 10px;
    margin-left: auto;
}

.item-list2 .price {
    font-weight: bold;
    margin-top: 15px;
}

.item-list3 {
    width: 930px;
    max-width: 90%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit,250px);
    column-gap: 80px;
    row-gap: 40px;
    justify-content: center;
}

.item-list3 dd {
    font-size: 14px;
    line-height: 15px;
    margin-top: 10px;
    margin-left: auto;
}

.qa-8 dt {
    margin-bottom: 10px;
    color: #333333;
    font-weight: 600;
    font-size: 16px;
}

.qa-8 dt::before,
.qa-8 dd::before {
    margin-right: .4em;
}

.qa-8 dt::before {
    color: #237ce0;
    content: "Q.";
}

.qa-8 dd {
    margin: 0 0 2.5em;
    padding: 1em 1.5em;
    background-color: #f0fcff;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    margin-left: auto;
}

.qa-8 dd::before {
    color: #ff2fa1;
    content: "A.";
}

.font_blue {
    font-size: 14px;    /* 文字サイズ指定 */
    color: #0011ff;     /* 文字色指定 */
    text-decoration: underline;
}

.lead2{
    max-width: 600px;
    margin: 10px auto;
}

.lead2 p{
    text-align: center;
}

.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
  width: 900px;
  max-width: 90%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.news-list .item2 a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 15px 20px;
  line-height: normal;
}

.news-list .item2 .date{
  margin: 0;
  min-width: 100px;
  font-size: 16px;
  color: #747474;
  padding: 0 10px 0 0;
}

.news-list .item2 .title2{
  margin: 0;
  width: 100%;
}

.news-list .item2 a:hover .title2{
  text-decoration: underline;
}

.accordion{
  list-style: none outside;
  margin: 0;
  padding: 0;
  width: 700px;
  max-width: 90%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}
.accordion-003 {
    max-width: 700px;
    margin-bottom: 2px;
    border-bottom: 2px solid #d0d0d0;
}

.accordion-003 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.accordion-003 summary::-webkit-details-marker {
    display: none;
}

.accordion-003 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 5px;
    border-bottom: 2px solid #333333b3;
    border-right: 2px solid #333333b3;
    content: '';
    transition: transform .3s;
}

.accordion-003[open] summary::after {
    transform: rotate(225deg);
}

.accordion-003 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
    font-size: 13px;
}

.accordion-003 a:hover {
  text-decoration: underline;
}

.accordion-003[open] p {
    transform: none;
    opacity: 1;
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #83dce7;
  opacity: 0.6;
  border-radius: 50%;
}
#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: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
.news-list .item2 a{
  flex-wrap: wrap;
}
}

.news-list .item2 .date{
  min-width: 100px;
}

.news-list .item2 .title2{
  margin-top: 10px;
}

.lead2 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .lead2 p {
        text-align: center;
    }

.link-button-area{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px
}

.link-button{
    background-color:#f4dd64;
    display: inline-block;
    min-width: 180px;
    line-height: 48px;
    border-radius: 24px;
    font-family: 'Montserrat,sans-selif';
    font-size: 14px;
}

.link-button:hover{
    background-color: #d8b500;
}

.link-button2 {
  background-color: #f4dd64;
  color: #000;
  border-radius: 10px;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1em;
  box-shadow: 0px 5px 15px -5px rgba(0,0,0,0.8);
}

.link-button2:hover {
  color: #000;
  opacity: 0.6;
}

.footer {
    margin-top: 100px;
}

@media (max-width: 800px) {
 .item-list {
    margin-top: 45px;
    row-gap: 40px;
 }
  .item-list3 {
    margin-top: 45px;
    row-gap: 20px;
    margin-left: 0;
 }
}