@import url(https://fonts.googleapis.com/css?family=Raleway);

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 24px 100px;
  background-color: #fff;
  color: #3B2416;
  flex-direction: row;
}
header h1{
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1;
}
br.sp {
  display: none;
}
header nav ul{
  display: flex;
  justify-content: space-around;
  list-style: none;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
header ul li{
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Shippori Mincho", serif;
}
.menu_list_sp {
  display: none;
}
 .btn{
  display: flex;
  align-items: center;
  padding: 10px 50px;
  border-radius: 50px;
  background-color: #E0750D;
  color: #fff;
  text-decoration-line: none;
 }
 .btn img{
  width: 30px;
  height: 30px;
  margin-right: 10px;
 }
/*------------------------ハンバーガーメニュー-----------------------*/

.menu_list_sp > li {
  margin: 0 1rem;
  overflow: hidden;
}
.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  justify-content: center;
}
#menu-toggle {
  display: none;
}
.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #3B2416;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}
.menu-button::before {
  content: '';
  margin-top: -8px;
}
.menu-button::after {
  content: '';
  margin-top: 8px;
}
#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}
#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}
#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}
/*------------------------ハンバーガーメニュー-----------------------*/
 .mainvisual img{
  width: 100%;
 }
 .about{
  background-image: url(../images/nav_bg.jpg);
  background-position: 50% 9%;
  background-color:rgba(60,60,60,0.4);
  background-blend-mode: darken;
  width: 100%;
 }
 .setumei{
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255,255,255,0.85);
  background-blend-mode: lighten;
  margin: 90px auto;
  color: #3B2416;
  font-family: "Shippori Mincho", serif;
  padding: 30px 7%;
 }
 a {
  text-decoration: none;
  color: inherit;
}
 .kaigyo01{
  display: block;
  text-align: center;
  padding: 0 0 20px;
  font-size: 1.5rem;
  font-weight: bold;
  }
  .setumei_text_kaigyo{
    text-align: left;
    margin-bottom: 16px;
    line-height: normal;
    color: #333;
    width: 100%;
    max-width: 1200px;
  }
  .kodawari{
    padding-top: 60px;
    padding-bottom: 20px;
    background: linear-gradient(#EBDFC9, #FBF8E7);
  } 
  .title{
    margin-bottom: 40px;
    color: #8B683F;
  }
  .title p {
    font-family: Petit Formal Script;
  }
  p{
    font-size: 1rem;
    font-family: 'Shippori Mincho';
    text-align: center;
    line-height: 1.6;
  }
  h2{
    font-size: 2rem;
    font-family: "Shippori Mincho", serif;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
 .kodawari .items{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 3.5%;
 }
 .kodawari .item{
  width: 46%;
 }
 .kodawari .item img{
  width: 100%;
  vertical-align: middle;
 }
 .kodawari .item p{
  font-size: 1.5rem;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  text-align: center;
  color: #333;
 }
 .items.reverse {
  flex-direction: row-reverse;
}
.pc_menu_items {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
}
.menu{
  padding: 60px 20px;
}
img {
  border-style: none;
  vertical-align: bottom;
}

.menu_items{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
}
.menu_item{
  width: 350px;
  position: relative;
}
.menu_item img{
  width: 100%;
  height: 230px;
  object-fit: cover;
  margin-bottom: 25px;
}
h3 {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 15px;
  text-align: left;
}
.contents p{
  font-size: 1rem;
  font-family: "Shippori Mincho", serif;
  text-align: left;
  line-height: 1.7;
}
.menu_item .btn01{
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: #3B2416;
  position: absolute;
  top: 195px;
  right: 0;
}
.menu_item .btn01 img{
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
.bg_color{
  background: linear-gradient(#FBF8E7, #fff);
}
section.question {
  margin: 0px 20px 60px 20px;
}
.qc-check{
  display: none;
}
.qc-label{
  display: block;
  padding: 30px 10px;
  position: relative;
  font-size: 1.125rem;
  font-family: "Shippori Mincho", serif;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-top: solid 1px #333;
  color: #333;
}
.qc-label:after{
  content: "";
  background-image: url(../images/sub_arrow01@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  display: inline-block;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.qc-content{
  display: block;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.qc-content p{
  font-size: 1.125rem;
  font-family: "Shippori Mincho", serif;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
  color: #333;
  padding-left: 1.7rem;
  text-indent: -1rem;
}
.qc-check:checked + .qc-label + .qc-content{
    height: auto;
    opacity: 1;
    padding-bottom: 30px;
    visibility: visible;
}
.qc {
  width: 100%;
  margin: 0 auto;
  border-bottom: solid 1px #333;
  max-width: 900px;
}
.qc-check:checked + .qc-label:after{
  content: "";
  display: block;
  background-image: url(../images/sub_arrow01@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 5.3%;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
.items{
 display: flex;
 justify-content: center;

 padding-bottom: 6.67%;
}
h4{
  font-size: 2rem;
  margin-bottom: 20px;
  font-family: 'Noto Sans JP';
  font-weight: 300;
}
span {
  display: block;
  font-size: 1.125rem;
  font-family: "Shippori Mincho", serif;
}
.shop table{
  width: 100%;
  border-collapse: collapse;
  font-size: 1.125rem;
  font-family: "Shippori Mincho", serif;
}
.shop td{
  padding: 11px 0;
  border-bottom: solid 1px #333;
}
.shop .items {
  gap: 100px;
}
.shop .item{
  width: 460px;
}
iframe{
  width: 490px;
  height: 340px;
}
.title01{
  padding-top: 60px;
  margin-bottom: 40px;
  color: #8B683F
}
.shop{
  background-image: url(../images/side_bg.jpg);
  background-position: center;
  background-color: rgba(255, 255, 255, 0.800);
  background-blend-mode: lighten;
}
.items01 h4{
  margin: 0px 20px 25px 0px;
}
.item01 img{
  width: 40px;
  height: 40px;
  margin: 20px 40px 20px 0px;
}
.items01 {
  text-align: left;
}
.items02{
  position: relative;
}
.items02 table{
  border-collapse: collapse;
  font-size: 1.125rem;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 10px;
}
.items02 td{
  text-align: right;
  font-family: 'Noto Sans JP';
  font-size: 1rem;
}
td.kdwr {
  padding-right: 7rem;
}
.items02 .btn {
  width: 240px;
  position: absolute;
  right: 0;
}
.sub{
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  max-width: 1045px;
  margin: 0 auto;
}
abel[for] {
  cursor: pointer;
}
.btn3 {
  display: flex;
  align-items: center;
  padding: 10px 50px;
  border-radius: 50px;
  background-color: #E0750D;
  color: #fff;
  text-decoration-line: none;
  width: 240px;
  margin: 20px auto;
  margin-right: 0px;
}
.btn3 img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
footer{
  text-align: center;
  padding-bottom: 20px;
  background-color: #011151;
  color: #fff;
}
.sp {
  display: none;
}
.sp_menu_items {
  background-color: #011151;
  width: 100%;
  height: 540px;
  position: relative;
}
.qc-label2 {
  display: block;
  padding: 10px;
  position: relative;
  font-size: 1.125rem;
  font-family: "Shippori Mincho", serif;
  width: 100%;
  max-width: 46.9%;
  margin: 0 auto;
  border-top: solid 1px #333;
  color: #333;
}
/*------------------------レスポンシブ-----------------------*/
@media (max-width: 1200px) {
  header {
    justify-content: space-between;
    margin: 20px 20px;
  }
p.top {
  font-size: 0.6rem;
  position: absolute;
  top: 16px;
  font-family: auto;
  }
  header .btn{
    display: none;
  }
  .menu-button-container {
    display: flex;
  }
  .menu_list_sp {
    position: absolute;
    top: 64px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  #menu-toggle ~ .menu_list_sp li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu_list_sp li {
    border: 1px solid #333;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu_list_sp > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #222;
  }
  .menu_list_sp > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
  nav {
      display: none;
  }
  ul.menu_list_sp {
    display: block;
  }
  .shop .items {
    gap: 0px;
  }
  iframe {
    width: 100%;
  }
  .items {
    justify-content: space-around;
    padding: 0 20px;
    padding-bottom: 6.67%;
  }
  .hgm {
    position: absolute;
    right: 49px;
    top: 27px;
  }
  .sub {
    margin: 0 7%;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  br.sp {
    display: block;
  }
  .about{
    background:#ddd url(../images/nav_bg.jpg) no-repeat center center;background-size:cover;
    height: fit-content;
    background-color:rgba(60,60,60,0.4);
    background-blend-mode: darken;
  }
 .setumei {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
    margin: 20px auto;
    color: #3B2416;
    font-family: "Shippori Mincho", serif;
    width: 100%;
    padding: 20px 0;
  }
  .kaigyo01{
      font-size: 1.125rem;
    }
  .setumei_text_kaigyo{
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 0.875rem;
    left: 0%;
    line-height: normal;
    color: #3B2416;;
  }
  p {
    font-size: 1rem;
  }
  .kodawari .items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
  }
  .kodawari .item {
    width: 100%;
    text-align: center;
  }
  .kodawari .item img {
    width: 300px;
    vertical-align: middle;
    height: auto;
  }
  .kodawari .item p {
    font-size: 1rem;
    margin-top: 10px;
  }
  .items {
    padding-bottom: 0;
  }
  .menu_items {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .pc_menu_items{
    display: none;
  }
  .menu_list_sp {
    top: 49px;
  }
  .menu_item {
    width: 300px;
  }
  
  /*----------スライダー（オンライン限定商品）----------------*/
  .swiper {
    /*スライダーの幅と高さを調整*/
    width: 300px;
    height: 500px;
    margin: 2rem auto;
    border-radius: 15px;
  }
  .swiper-slide {
    /*スライド要素の幅と高さを調整*/
    width: 100%;
    height: 100%;
    /*テキストの位置調整*/
    display: flex;
    justify-content: center;
    align-items: center;
    /*テキストの色と太さを指定*/
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
  }
  .swiper-slide figure img{
    width: 250px;
    height: 200px;
    border-radius: 117px;
    margin-bottom: 20px;
  }
  .swiper-slide .contents{
    color: #3B2416;
  }
  /*各スライドの背景色の設定*/
  .slide1 {
    background-color: #FBF8E7;
  }
  .slide2 {
    background-color: #FBF8E7;
  }
  .slide3 {
    background-color: #FBF8E7;
  }
  /*----------------------------------------------------------*/
  .qc-label {
    margin-bottom: 1px;
    font-size: 0.875rem;
    width: 350px;
    padding-left: 1rem;
    text-indent: -1rem;
  }
  .qc {
    width: 350px;
  }
  .qc-content p {
    font-size: 0.875rem;
    width: 300px;
    padding-left: 1rem;
    text-indent: -1rem;
    margin: 0;
  }
  .menu {
    padding: 0px 0px 20px;
  }
  .items {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .shop table {
    max-width: 350px;
    border-collapse: collapse;
    font-size: 1rem;
    font-family: "Shippori Mincho", serif;
    margin: auto;
  }
  iframe {
    max-width: 350px;
    height: 200px;
    margin: 20px 0px;
  }
  .items01 img.mobile {
    width: 85px;
    height: 94px;
  }
  .sub {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 0;
    flex-direction: column;
    align-items: center;
  }
  .items01 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .items02 td {
    padding: 0;
    text-align: left;
  }
  .items02 .btn {
    right: 56px;
  }
  .items02 table {
    width: 350px;
    font-size: 0.875rem;
    margin-bottom: 20px;
  }
  .shop .item {
    width: calc(100% - 0px);
    text-align: center;
  }
  .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 50px;
    border-radius: 50px;
    background-color: #3B2416;
    color: #fff;
    text-decoration-line: none;
    width: 240px;
    margin: 31px auto 20px;
  }
  .btn2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 50px;
    border-radius: 50px;
    background-color: #3B2416;
    color: #fff;
    text-decoration-line: none;
    width: 240px;
    margin: 58px auto 20px;
  }
  .btn2 img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .contents p {
    font-size: 1rem;
    font-family: "Shippori Mincho", serif;
    text-align: left;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  .swiper .swiper-button-next::after, .swiper .swiper-button-prev::after {
    font-size: 1rem;
    color: #3B2416;
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    height: 8px;
    width: 35px;
    margin: auto;
  }
  .swiper-button-prev:after {
    transform: scale(-1, 1); /* 左右反転 */
    background-image: url(../images/sub_02@2x.png);
    top: 11px;
    left: 13px;
  }
  .swiper-button-next::after{
    background-image: url(../images/sub_02@2x.png);
    left: -20px;
    top: 11px;
  }
  .swiper .swiper-button-next{
    background-color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 3px solid #3B2416;
    top: var(--swiper-navigation-top-offset, 44%);
  }
  .swiper .swiper-button-prev{
    background-color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 3px solid #3B2416;
    top: var(--swiper-navigation-top-offset, 44%);
  }
  .swiper-slide.slide1.center {
    padding: 0;
  }
  .swiper{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
    top: 20px;
  }
  .shop .items {
    gap: 0px;
  }
  .btn3 {
    display: flex;
    align-items: center;
    padding: 10px 50px;
    border-radius: 50px;
    background-color: #E0750D;
    color: #fff;
    text-decoration-line: none;
    width: 270px;
    margin: 20px auto;
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
    text-align: left;
    margin-bottom: 10px;
  }
  .sp_menu_items p {
    margin: 0 10px;
    font-weight: normal;
  }
  .qc-check:checked + .qc-label:after {
    position: absolute;
    right: 0.6%;
  }
  h4 {
    font-size: 1.125rem;
    text-align: left;
    max-width: 350px;
    margin: auto;
    padding-bottom: 10px;
  }
  span {
    display: block;
    font-size: 1rem;
    font-family: "Shippori Mincho", serif;
    text-align: left;
    margin: auto;
  }
  .shop td {
    text-align: left;
  }
  td .pc{
    display: none;
  }
  a {
    font-size: 0.875rem;
  }
  .info {
    margin-bottom: 10px;
    max-width: 350px;
    margin: auto;
    padding-bottom: 10px;
  }
  p.top {
    top: 13px;
  }
  .qc-label:after {
    position: absolute;
    right: 0%;
  }
  .hgm {
    position: absolute;
    right: 50px;
    top: 17px;
  }
  header h1 {
    font-size: 1rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 1.2;
  }
  .title01 {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  section.question {
    margin: 0px 20px 20px 20px;
  }
  .menu_items {
    gap: 0px;
  }
  .menu_item img {
    margin-bottom: 10px;
}
header {
  margin: 5px 20px;
}
.kodawari {
  padding-top: 20px;
  padding-bottom: 25px;
}
.title {
  margin-bottom: 20px;
}
.item01 img {
  margin: 20px 0;
}
.qc-check:checked + .qc-label + .qc-content {
  width: 350px;
  margin: 0 auto;
}
.swiper-slide h3{
  margin: 0 10px 10px 10px;
  font-size: 1rem;
  font-weight: bold;
}
.swiper-slide.slide1.center .btn img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.swiper-slide.slide1.center .btn {
  width: 224px;  
}
.sub .btn3 img {
  margin-right: 0px;
}
.sub .item01 {
  display: flex;
  justify-content: space-between;
  width: 270px;
}
td.kdwr_2 {
  padding-left: 20px;
}
}
@media screen and (min-width: 769px) {
  .mobile {
    display: none;
  }
  .sp_menu_items{
    display:none;
  }
}
@media (max-width: 375px) {
  .qc-check:checked + .qc-label:after {
    right: 3px;
  }
  section.question {
    margin: 0px auto 60px auto;
  }
  .items {
    padding: 0;
  }
}