@charset "utf-8";

html {
  height: 100% ;
  font-size: 62.5%;
}

body {
  height: 100%;
  font-size: 1.4rem;
  color: #666;
  line-height: 1.8;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "YuGothic M", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic" , sans-serif;
  background: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

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

.hidden {
  display: none !important;
}

#ui-datepicker-div {
  z-index: 1000 !important;
}

/*
 * ブレークポイント
 */

/*スマホとタブレットのみに適用*/
@media (max-width: 979px) {
  .sp-tablet-none {display: none;}
}

/*タブレットとPCのみに適用*/
@media (min-width: 768px) {
  .tablet-pc-none {display: none;}
}

/*スマホのみに適用*/
@media (max-width: 767px) {
  .sp-none {display: none;}
}

/*タブレットのみに適用*/
@media (min-width: 768px) and (max-width: 979px) {
  .tablet-none {display: none;}
}

/*PCのみに適用*/
@media (min-width: 1200px) {
  .pc-none {display: none;}
}


/*****************************
  共通
*****************************/

.container {
  margin: 0 auto;
  max-width: 980px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.copy {
  padding: 10px 0;
  text-align: center;
  background: #0d4f0f;
}

.copy small {
  font-size: 1.1rem;
  color: #fff;
}

button {
  cursor: pointer;
}

/*タブレットとPCのみに適用*/
@media (min-width: 768px) {

  .container {
    padding: 0 20px;
  }

  .copy small {
    font-size: 1.2rem;
      color: #fff;
  }

}
/*****************************
  トップ
*****************************/
.mainvisual {
  margin-bottom: 80px;
}
.mainvisual-img {
  margin-top: 57px;
  width: 100%;
  max-width: 1920px;
  height: 630px;
  object-fit: cover;

}
.mainbisual-back {
  background-color: #0d4f0f;
    height: 750px;
    margin-bottom: 50px;
}
.main_logo {
  position: absolute;
  top: 180px;
  left: 100px;
}
.main_title {
    font-size: 20px;
    color: #0c5110;
}

.main_title02 {
    font-size: 28px;
    color: #0d4f0f;
    font-weight: bold;
    margin-bottom: 10px;
}
.main_title03 {
    font-size: 22px;
    color: #0d4f0f;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 40px;
    background-color: #e1e9e2;
    border-radius: 30px;
    width: 100%;
}
.main_title04 {
    font-size: 22px;
    color: #0d4f0f;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 40px;
    background-color: #e1e9e2;
    border-radius: 30px;
    width: 100%;
    text-align: center;
}
.main_text {
    font-size: 16px;
    color: #0c5110;
    font-weight: bold;
    margin-bottom: 30px;
}

.main_text02 {
    font-size: 16px;
    color: #0c5110;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: left;
    margin-left: 50px;
}

.main_text03 {
    font-size: 17px;
    color: #0c5110;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
}

.selct_title {
    font-size: 22px;
    color: #0d4f0f;
    font-weight: bold;
    height: 100px;
    margin-bottom: 50px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    background-color: #e1e9e2;
    padding: 10px;
}

.selct_title img {
    margin-top: 20px
}

.explanation_contents {
     width: 750px;
     margin: auto;
 }
 .explanation_contents img {
     width: 100%;
 }
 .text-center {
     text-align: center;
 }
 .explanation_flexbox {
     display: flex;
 }
 .box1 {
     width: 50%;
     margin: auto;
 }
 .box2 {
     width: 48%;
     margin: auto;
 }
.box3 {
     width: 30%;
     margin-top: auto;
    margin-right: auto;
 }


.event-cake {
    background-color: #0d4f0f;
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 50px;
}

.event-cake_title {
    text-align: center;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}

.event-cake_title02 {
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin: 10px auto 10px;
}

.event-cake_text {
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px
}

.event-cake_text01 {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px
}

.info-area-container {
  height: 145px;
  margin-top: 90px;
  background-image: url(../images/index/info-ban.png);
  object-fit: cover;
}

.info-area-container img {
  width:100%;
    margin-bottom: 20px;
}

.info-area-title {
    font-size:25px;
    font-weight: bolder;
    color: #fff;
    margin: 10px 10px 0px;
    text-align: left;
}

.info-area-text {
   font-size:18px;
   color: #fff;
   padding:10px;
   text-align: left;
}

.info-area-btn {
   font-size:18px;
   color: #fff;
   padding:10px;
   text-align: left;
}

@media screen and (max-width: 767px) {
/*-------------------------------------------
 トップ
  -------------------------------------------*/
.mainvisual-img {
    height: calc(100vh - 60px);  /* 画像の高さをブラウザ下いっぱいまで広げます */
    margin-top: 25px;
    height: 600px;
  }

.mainbisual-back {
  background-color: #0d4f0f;
    height: 650px;
    margin-bottom: 50px;
}
   .main_logo {
       position: absolute;
       top: 150px;
       left: 5%;
}
    .explanation_contents {
     width: 100%;
     margin: auto;
 }
    .explanation_flexbox {
         display: block;
        width: 100%;
     }
     .explanation_flexbox .box1 {
         width: 100%;
         margin: 0 auto 20px;
     }
     .explanation_flexbox .box2 {
         width: 100%;
         margin: 0 auto;
     }
    .main_title03 {
    font-size: 19px;
    color: #0d4f0f;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    background-color: #e1e9e2;
    border-radius: 50px;
    padding: 15px;
    width: 90%;
}
    .main_title04 {
    font-size: 19px;
    color: #0d4f0f;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    background-color: #e1e9e2;
    border-radius: 50px;
    padding: 15px;
    width: 90%;
}

    .main_text02 {
    font-size: 16px;
    color: #0c5110;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    margin-left: 0px;
}
    .selct_title {
    font-size: 20px;
    color: #0d4f0f;
    font-weight: bold;
    width: 90%;
    height: 100%;
    margin-bottom: 40px;
    margin-top: 40px;
    background-color: #e1e9e2;
    padding: 15px;
}

.info-area-container img {
  width:100%;
}

 .info-area-container {
     width: 100%;
     height: 100%;
     margin-top: 10px;
     background-image: none;
     background-color: #0d4f0f;

}

.info-area-title {
    font-size:25px;
    font-weight: bolder;
    color: #fff;
    padding: 5px;
    margin: 10px 10px 0px;
    text-align: left;
}
.info-area-text {
   font-size:18px;
   color: #fff;
   padding:10px;
   text-align: left;
}

  .box3 {
      width: 90%;
      margin-top: 20px;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 20px;
 }
}
/*****************************
  時間選択〜商品選択
*****************************/
.allvisual-img {
  margin-top: 30px;

  width: 100%;
  max-width: 1920px;
  height: 360px;
  object-fit: cover;

}
.allvisual-back {
  background-color: #0d4f0f;
  height: 425px;
  margin-bottom: 50px;
}
.allvisual-logo {
  position: absolute;
  top: 40px;
  left: 0%;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.allvisual_contents {
    margin: auto;
    width: 750px;
    text-align: center;
 }
.item_contents {
    margin: auto;
    text-align: center;
}

.sandwich_fruit_description {
  border: 20px solid #e7eee8;
  padding: 20px 35px 25px;
}

.sandwich_fruit_description_title {
  color: #0d4f0f;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}

.sandwich_fruit_description_box {
  display: flex;
}

.sandwich_fruit_description_img {
  width: 330px;
}

.sandwich_fruit_description_img img {
  width: 100%;
}

.sandwich_fruit_description_content {
  width: calc(100% - 330px);
  margin-left: 38px;
}

.sandwich_fruit_description_text {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: left;
}

.sandwich_fruit_description_subtitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.sandwich_fruit_description_img2 {
  text-align: left;
}

.sandwich_fruit_text {
  background: #e7eee7;
  cursor: pointer;
  display: none;
  font-weight: bold;
  line-height: 28px;
  margin: 10px auto 0;
  text-align: center;
  width: 200px;
}

.sandwich_fruit_text.show {
  display: block;
}

.modal {
  padding: 20px 30px;
  width: 95%;
  max-width: 425px;
  border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 1000;
  display: none;
  box-sizing: border-box;
}

.modal-header {
  margin-bottom: 10px;
}

.modal-title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.modal-text {
  padding: 0 20px;
  font-size: 14px;
}

.modal table {
  width: 100%;
  margin-bottom: 25px;
}

.modal table th {
  padding: 5px 0;
  text-align: left;
  vertical-align: middle;
}

.modal table th:first-child {
  width: 100px;
}

.modal table th img {
  width: 100px;
  height: auto;
}

.modal table td {
  font-weight: bold;
  letter-spacing: 1px;
  padding: 5px 0;
  text-align: right;
  vertical-align: middle;
}

.fruit-select-btn {
  background: #0d4f0f;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
}

.modal-close__wrap {
  position: absolute;
  right: 40px;
  top: 20px;
}

.modal-close {
  background: transparent;
  border-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  width: 28px;
  display: block;
  height: 28px;
}

.modal-close span {
  position: relative;
  width: 100%;
  height: 1px;
  background: black;
  display: block;
}

.modal-close span:nth-child(1) {
  transform: rotate(45deg);
}

.modal-close span:nth-child(2) {
  transform: rotate(-45deg);
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: black;
  opacity: .3;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  display: none;
}

.overlay.open {
  display: block;
}
.modal.open {
  display: block;
}

@media (max-width:767px) {
  .sandwich_fruit_description {
    border: 10px solid #e7eee8;
    padding: 15px 20px 20px;
  }

  .sandwich_fruit_description_title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .sandwich_fruit_description_box {
    display: block;
  }

  .sandwich_fruit_description_img {
    margin: 0 auto 20px;
    width: 100%;
    max-width: 330px;
  }

  .sandwich_fruit_description_content {
    width: 100%;
    margin-left: 0;
  }

  .sandwich_fruit_description_text {
    font-size: 16px;
    margin-bottom: 20px;
    text-align-last: left;
  }

  .sandwich_fruit_description_subtitle {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .sandwich_fruit_description_img2 {
    text-align: center;
  }
}

.send_contents {
     width: 980px;
     margin: auto;
    text-align: center;
 }

.send_container{
     width: 980px;
     margin: auto;
    text-align: center;
 }
.allvisual_container{
     width: 750px;
     margin: auto;
    text-align: center;
 }
.form_container{
     width: 700px;
     margin: auto;
    text-align: left;
 }
.confirmation_container{
     width: 750px;
     margin: auto;
    text-align: left;
 }

@media screen and (max-width: 767px) {
.allvisual-img {
    height: calc(100vh - 60px);
    margin-top: 25px;
    height: 400px;
  }

.allvisual-back {
  background-color: #0d4f0f;
    height: 450px;
    margin-bottom: 50px;
}
.allvisual-logo {
    position: absolute;
    top: 50px;
    left: 4%;
}
 .allvisual_container{
     width: 100%;
     margin: auto;
     text-align: center;
 }
.send_contents {
    width: 100%;
    margin: auto;
    text-align: center;
 }

 .send_container{
     width: 100%;
     margin: auto;
     text-align: center;
 }
 .form_container{
     width: 100%;
     margin: auto;
     text-align: left;
 }
  .confirmation_container{
     width: 100%;
     margin: auto;
     text-align: left;
 }
}
/*****************************
  トップ(店舗選択〜商品選択)
*****************************/

/* 共通 */

.shop-select,
.date-select,
.hour-select {
  margin-bottom: 50px;
}

.shop-select .container,
.date-select .container {
  text-align: center;
}

.shop-select h2 {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0c5110;
  text-align: center;
}

.date-select h2,
.hour-select h2,
.top .datetime {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #000;
  text-align: center;
}

.date-select .date,
.hour-select .time,
.top .item {
  margin-bottom: 10px;
  font-size: 1.6rem;
  color: #0c5110;
  text-align: center;
}

.shop-select .select-wrap {
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
  background: #fff;
}

.shop-select .select-wrap select,
.date-select .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 120px;
  background: none;
  padding: 10px 30px 10px 10px;
  font-family: inherit;
  font-size: 2rem;
  font-weight: bold;
  color: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}

.shop-select .select-wrap:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 10px 8px;
  border-style: solid;
  border-color: #666 transparent transparent transparent;
  position: absolute;
  top: 21px;
  right: 10px;
}

.top .shop-list a:before,
.top .contact-list a:before,
.top .link-list a:before,
.send .contact-list a:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

.top .shop-list a:after,
.top .contact-list a:after,
.top .link-list a:after,
.send .contact-list a:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-color: transparent transparent transparent #0c5110;
  border-width: 4px 6px;
  border-style: solid;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

.shop-select button:hover {
  opacity: .8;
}

.top .shop {
  font-size: 1.5rem;
  text-align: center;
}

.top .shop-list {
  max-width: 420px;
  margin: 0 auto;
}

.top .shop-list li {
  width: 300px;
  height: 100%;
  margin: 8px;
}

.top .shop-list img {
  width: 300px;
  height: 250px;
  object-fit: cover;
}

.top .shop-list li .bg {
  width: 100%;
  height: 0;
  padding-top: 30.61224489%;
  position: relative;
  background: url(../images/index/shop-bg.png) #fff no-repeat center / cover;
  border-radius: 16px;
  border: 2px solid #0c5110;
}

.top .shop-list a {
  width: 79.59183673%;
  height: 33.33333%;
  margin: 0 auto;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #0c5110;
  position: absolute;
  right: 0;
  bottom: 7%;
  left: 0;
}

.top .shop-list a:hover,
.top .contact-list a:hover,
.top .link-list a:hover,
.send .contact-list a:hover {
  opacity: .8;
}

.top .shop-list a span {
  font-size: 2.2rem;
}

.top .contact-list,
.top .link-list,
.send .contact-list {
  width: 100%;
  padding: 5% 0;
  position: relative;
  border-radius: 16px;
  border: 2px solid #0c5110;
  background: #fff;
  box-sizing: border-box;
}

.top .contact-list li:not(:last-child),
.top .link-list li:not(:last-child),
.send .contact-list li:not(:last-child) {
  margin-bottom: 5%;
}

.top .contact-list a,
.top .link-list a,
.send .contact-list a {
  width: 79.59183673%;
  height: 33.33333%;
  margin: 0 auto;
  font-size: 2.2rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #0c5110;
  position: relative;
}

.top .link-list a {
  font-size: 1.8rem;
  line-height: 39px;
}

.date-select .datepicker-wrap {
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.date-select .datepicker {
  width: 320px;
  height: 36px;
  font-size: 2rem;
  text-align: center;
  border: solid 1px #0d4f0f;
}

.date-select .datepicker-wrap:after {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border-right: 2px solid #0c5110;
  border-bottom: 2px solid #0c5110;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 12px;
}

.date-select button {
  width: 340px;
  margin: 0 auto;
  font-family: inherit;
  font-size: 1.8rem;
  background-color: #fff;
  font-weight: bold;
  line-height: 45px;
  border: none;
  display: block;
  position: relative;
}

.hour-select .attention {
  text-align: center;
  margin-bottom: 10px;
  color: red;
}

.hour-select .row {
  max-width: 600px;
  margin: 0 auto 15px;
  display: flex;
  justify-content: space-between;
}

.hour-select .hour {
  width: 13%;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: right;
  line-height: 40px;
}

.hour-select .row .minute {
  width: 18%;
  font-size: 1.6rem;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  background: white;
  border: 1px solid #0d4f0f;
  border-radius: 4px;
}

.hour-select .row a:hover {
  opacity: .7;
}

.top header {
  position: relative;
  overflow: hidden;
  background-color: #0d4f0f;
}

.top header .container {
  padding-top: 10px;
}

.top header h1 {
  width: 59.31034%;
  max-width: 300px;
  margin: 0 auto 10px;
  /* margin-bottom: 59%; */
}

.main-img {
  border: 5px solid #fff;
  border-bottom: none;
}

.top header .info {
  border: 5px solid #fff;
}

.top header .discount-period {
  padding: 0px 0px;
  background: #2f6d34;
  border-bottom: 5px solid #fff;
}

.top header .delivery-period {
  padding: 0px;
  background: #2f6d34;
}

.top .reservation h2 {
  max-width: 700px;
  padding: 4% -0px 2.5%;
  margin: 0 auto;
}

.top .cake-list {
  display: -ms-flex;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.top .cake-list li {
  width: 100%;
  margin-bottom: 8%;
  padding: 10px 20px;
  text-align: center;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.top .cake-select {
  padding-bottom: 20px;
}

.top .cake-select:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}

.top .cake-title {
  font-size: 2rem;
  margin-bottom: 10px;
  padding: 4% 0;
  background-size: 100% auto;
}

.top .cake-list .comment {
  font-size: 1.4rem;
  margin-bottom: 5%;
}

.top .cake-list .number {
  font-size: 16px;
  color: #0d4f0f;
  font-weight: bold;
}

.top .cake-list .price {
  margin-bottom: 3%;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0d4f0f;
}

.top .cake-list .small,
.top .cake-list .count {
  font-size: 1.2rem;
}

.top .cake-list .active-price {
  color: #0d4f0f;
}

.top .cake-list .disabled-price {
  text-decoration: line-through;
}

.top .cake-list select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;

  width: 80px;
  background: none;
  padding: 10px 30px 10px 10px;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}

.top .cake-list .select-wrap {
  position: relative;
  display: inline-block;
  background: #f8f5dc;
}

.top .cake-list .select-wrap:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 10px 8px;
  border-style: solid;
  border-color: #666 transparent transparent transparent;
  position: absolute;
  top: 15px;
  right: 10px;
}

.top .about {
  width: 100%;
  margin-bottom: 50px;
  padding: 10px 20px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.top .about h2 {
  margin-bottom: 15px;
  font-size: 1.8rem;
  color: #2f6d34;
  text-align: center;
}

.top .about-list {
  display: -ms-flex;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.top .about-list li {
  width: 100%;
  margin-bottom: 5%;
}

.top .about-list h3 {
  margin-bottom: 10px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background: #2f6d34;
}

.top .about-list p {
  font-size: 1.5rem;
  text-align: center;
}

.top .about-list .attention {
  font-size: 1.6rem;
  color: #2f6d34;
  font-weight: bold;
}

.top .about2 h2 {
  margin-bottom: 15px;
  font-size: 1.8rem;
  color: #0c5110;
  font-weight: bold;
  text-align: center;
}

.top .about2-box {
  max-width: 590px;
  margin: 0 auto 50px;
  padding: 15px 25px;
  background: #ffffff;
}

.top .about2-box li {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.top .about2-box .title {
  font-size: 1.5rem;
  font-weight: bold;
}

.top .about2-box .body {
  font-size: 1.5rem;
}

.top .f-logo {
  width: auto;
  margin: 0 auto;
}

.top .f-logo {
  width: 140px;
  margin-bottom: 23px;
}

.top .f-info {
  margin-bottom: 40px;
  color: #2f6d34;
  text-align: center;
  letter-spacing: 1px;
}

.top .f-info .hours {
  font-size: 1.2rem;
}

.top .f-info .tel {
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-weight: bold;
}

.top .f-info .to-official-link {
  max-width: 300px;
  margin: 0 auto 10px;
  padding: 8px 16px;
  font-size: 1.4rem;
  color: white;
  font-weight: bold;
  background: #2f6d34;
  border-radius: 3px;
  display: block;
}

.top .f-info .to-order-link {
  max-width: 300px;
  margin: 0 auto;
  padding: 8px 16px;
  font-size: 1.4rem;
  color: white;
  font-weight: bold;
  background: #d42361;
  border-radius: 3px;
  display: block;
}

.top .reservation-btn {
  padding: 10px 0;
  background: #e1e9e2;
  text-align: center;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
}

.top .reservation-btn p {
  font-size: 1.1rem;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

.top .reservation-btn button {
  width: 100%;
  margin-top: 10px;
  margin-top: 10px;
  font-family: inherit;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  line-height: 3rem;
  border-radius: 1.5rem;
  background: #e1e9e2;
  border: none;
}

.top .copy {
  padding-bottom: 10px;
  background-color: #0d4f0f;
}

/*タブレットとPCのみに適用*/
@media (min-width: 768px) {
  .shop-select h2 {
    margin-bottom: 30px;
    font-size: 2.8rem;
    font-weight: bold;
  }

  .date-select h2,
  .hour-select h2,
  .top .datetime {
    font-size: 2.2rem;
      margin-top: 40px;
    margin-bottom: 15px;
    color: #000;
  }

  .date-select .date,
  .hour-select .time,
  .top .item {
    font-size: 1.8rem;
  }

  .top header .container {
    padding-top: 20px;
  }

  .top header h1 {
    width: 30%;
  }

  .top .shop-list {
    max-width: none;
    display: flex;
    justify-content: center;
    height: 100%;
    margin: 8px;
  }

  .top .shop-list img {
    width: 300px;
    height: 250px;
    object-fit: cover;
  }

  .top .shop-list a {
    border-radius: 30px;
  }

  .top .shop-list a:before {
    right: 20px;
  }

  .top .shop-list a:after {
    right: 18px;
  }

  .top .shop-list a span {
    font-size: 2.9rem;
  }

  .top .contact-list,
  .top .link-list,
  .send .contact-list {
    padding: 3% 0;
    display: flex;
  }

  .top .link-list {
    justify-content: center;
  }

  .top .contact-list li,
  .top .link-list li,
  .send .contact-list li {
    width: 50%;
  }

  .top .contact-list li:not(:last-child),
  .top .link-list li:not(:last-child),
  .send .contact-list li:not(:last-child) {
    margin-bottom: 0;
  }

  .top .contact-list a,
  .top .link-list a,
  .send .contact-list a {
    width: 80%;
    height: 46px;
    font-size: 2.9rem;
  }

  .hour-select .hour {
    width: 8%;
    font-size: 1.8rem;
  }

  .hour-select .row .minute {
    width: 20%;
  }

  .main-img {
    border: 10px solid #fff;
  }

  .top header .info {
    border-width: 10px;
  }

  .top header .info {
    display: -ms-flex;
    display: flex;
  }

  .top header .discount-period {
    padding: 0px 0px;
    background: #2f6d34;
    border: none;
    border-right: 10px solid #fff;
  }

  .top header .delivery-period {
    padding: 0px 0px;
    background: #2f6d34;
  }

  .top .cake-list li {
    width: 33.333%;
    margin-bottom: 5%;
    padding: 20px 20px;
    text-align: center;
  }

   .top .cake-list img {
    width: 250px;
    height: 250px;
    margin-bottom: 3%;
    padding: 10px 10px;
    text-align: center;
    box-shadow: 2px 2px 4px gray;
    border-top: 3px solid #0d4f0f;
    object-fit: cover;
  }

  .top .cake-title {
    width: 70.58823%;
    min-width: 250px;
    margin: 0 auto 10px;
    font-size: 1.8rem;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }

  .top .cake-list .comment {
    width: 70.58823%;
    min-width: 250px;
    margin: 0 auto 20px;
    text-align: left
  }

  .top .cake-select {
    width: 70.58823%;
    min-width: 250px;
    margin: 0 auto;
  }

  .top .cake-list .price {
    margin-bottom: 10px;
    font-size: 2rem;
  }

  .top .cake-list .price .small,
  .top .cake-list .count {
    font-size: 1.4rem;
  }

  .top .about {
    margin-bottom: 100px;
    padding: 25px 30px;
  }

  .top .about h2 {
    font-size: 2.2rem;
  }

  .top .about-list li {
    width: 28%;
    margin-bottom: 0;
  }

  .top .about-list p {
    text-align: left;
  }

  .top .about2 {
    margin-bottom: 100px;
    padding: 25px 30px;
  }

  .top .about2-box {
    padding: 35px 45px;
  }

  .top .about2-box li {
    margin-bottom: 0;
    display: flex;
  }

  .top .about2-box .title {
    width: 30%;
    padding: 20px;
    font-size: 1.5rem;
  }

  .top .about2-box .body {
    width: 70%;
    padding: 20px 20px 20px 0;
    font-size: 1.5rem;
  }

  .top .f-logo {
    width: 240px;
  }

  .top .f-info .hours {
    font-size: 1.5rem;
  }

  .top .f-info .tel {
    font-size: 2.4rem;
  }

  .top .reservation-btn p {
    font-size: 1.8rem;
  }

  .top .reservation-btn button {
    width: 200px;
    font-size: 2rem;
    line-height: 4.8rem;
    border-radius: 2.4rem;
  }

  .top .copy {
    padding-bottom: 10px;
  }





}

/*PCのみに適用*/
@media (min-width: 1200px) {

  /* .top header:after {
    width: 933px;
    padding-top: 876px;
  } */

}

/*****************************
  フォーム / 確認画面 / 完了画面
*****************************/

/* 共通 */

.form,
.confirmation,
.send {
  color: #fff;
}

.form .container,
.confirmation .container,
.send .container {
  max-width: 9800px;
  margin-bottom: 80px;
}

.form header,
.confirmation header,
.send header {
  padding: 10px 0;
  text-align: center;
}

.form header .h-logo,
.confirmation header .h-logo,
.send header .h-logo {
  width: 35%;
  max-width: 200px;
  display: inline-block;
}

.form header .h-title,
.confirmation header .h-title,
.send header .h-title {
  font-size: 1rem;
  color: #2f6d34;
  font-weight: normal;
}

.form h1,
.send h1 {
  margin-bottom: 10px;
  padding: 5px 0;
  font-size: 2rem;
  color: #2f6d34;
  text-align: center;
  line-height: 1.2;
}

.form button {
  width: 80%;
  max-width: 300px;
  margin:  10px auto;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 4rem;
  background: #fff;
  border: none;

}

.confirmation button {
  width: 80%;
  max-width: 300px;
  margin:  10px auto;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 4rem;
  background: #f8f5dc;
  border: none;

}

.confirmation .reservation-button {
    width: 100%;
  color: #fff;
  line-height: 5rem;
  border-radius: 2.5rem;
  background-color: #fff;
  margin-bottom: 150px;
}

/*タブレットとPCのみに適用*/
@media (min-width: 768px) {

  .form header,
  .confirmation header,
  .send header {
    padding: 20px 0;
  }

  .form header .h-title,
  .confirmation header .h-title,
  .send header .h-title {
    font-size: 1.4rem;
  }

}


/*****************************
  ログインフォーム
*****************************/

.password-reset {
  margin-top: 20px;
  text-align: center;
  color: #000;
}

.password-reset a {
  text-decoration: underline;
}

.password-reset a:hover {
  text-decoration: none;
}

.login-area-description {
  font-size: 16px;
  color: #0c5110;
  font-weight: bold;
}

.login-area-container {
  height: 70px;
  margin-bottom: 90px;
  background-image: url(../images/index/info-ban.png);
  object-fit: cover;
  display: flex;
  align-items: center;
}

.login-area-container .box1 {
  width: 40%;
}

.login-area-container .box3 {
  margin: 0 20px 0 0;
  width:40%;
}

.login-area-container img {
  width:100%;
}

.login-area-title {
    font-size:25px;
    font-weight: bolder;
    color: #fff;
    text-align: left;
}

.login-area-text {
   font-size:18px;
   color: #fff;
   padding:10px;
   text-align: left;
}

.login-area-btn {
   font-size:18px;
   color: #fff;
   padding:10px;
   text-align: left;
}

@media screen and (max-width: 767px) {
  .login-area-container {
      width: 100%;
      height: 100%;
      margin-top: 50px;
      background-image: none;
      background-color: #0d4f0f;
      display: flex;
      flex-flow: column;
  }

  .login-area-container .box1 {
    width: 100%;
  }

  .login-area-container .box1 p {
    text-align: center;
  }

  .login-area-container .box3 {
    margin: 0 0 20px 0;
    width: 70%;
    text-align: center;
  }

  .login-area-container img {
    width:100%;
    max-width: 300px;
  }

  .login-area-title {
      font-size:25px;
      font-weight: bolder;
      color: #fff;
      padding: 5px;
      margin: 10px 10px 0px;
      text-align: left;
  }

  .login-area-text {
    font-size:18px;
    color: #fff;
    padding:10px;
    text-align: left;
  }
}

/*****************************
  フォーム
*****************************/

/* 共通 */

.form .text {
  margin-bottom: 15px;
  font-size: 1.6rem;
  text-align: center;
  color: #0d4f0f;
}

.form .text2 {
  margin-bottom: 30px;
  font-size: 1.5rem;
  color: #0d4f0f;
}

.form .text2 a {
  text-decoration: underline;
}

.form dl {
  margin-bottom: 40px;
}

.form dt {
  width: 100%;
  margin-bottom: 5px;
  font-size: 1.6rem;
  color: #2f6d34;
  line-height: 1.2;
}

.form dt .small {
  font-size: 1.3rem;
}

.form dd {
  width: 100%;
  margin-bottom: 20px;
}

.form .tip-wrap {
  display: inline;
  position: relative;
}

label.error {
  padding: 4px 8px;
  font-size: 1.1rem;
  color: #c1272d;
  display: inline-block;
  position: absolute;
  background: yellow;
  line-height: 1.2;
  top: -40px;
  right: 0;
  border-radius: 10px;
  white-space: normal;
}

label.error:after {
  content: "";
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  border-color: yellow transparent transparent transparent;
}

.form dd input[type="text"],
.form dd input[type="email"],
.form dd input[type="password"] {
  width: 100%;
  padding: 4px 8px;
  font-family: inherit;
  font-size: 1.6rem;
  color: #333;
  border: solid 1px #0d4f0f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form dd select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #0d4f0f;

  width: 100%;
  padding: 6px 8px;
  font-family: inherit;
  font-weight: bold;
  color: #333;
  -webkit-box-sizing: border-box;
  background: none;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}

.form dd option {
  color: #333;
}

.form dd .select-wrap {
  width: 100%;
  position: relative;
  display: inline-block;
  background: #fff;
}

.form dd .select-wrap:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 10px 8px;
  border-style: solid;
  border-color: #808080 transparent transparent transparent;
  position: absolute;
  top: 11px;
  right: 10px;
}

.form .checkbox-wrap {
  padding: 8px 10px;
  background: #ffffff;
  color: #f3a8a8;
}

.form .card-info {
  margin-top: 20px;
  color: #2f6d34;
}

.form .card-info {
  display: none;
}

.form .card-info.show {
  display: block;
}

.form #Card {
  width: 180px;
  display: inline-block;
}

/*****************************
  確認画面
*****************************/

/* 共通 */

.confirmation .box {
  margin-bottom: 10px;
  padding: 20px 15px;
  background: #fff;
}

.confirmation .box h2 .box02 h2 {
  font-size: 2rem;
  color: #2f6d34;
  text-align: center;
}

.confirmation .box02 {
    padding: 20px 40px;
    background-color: #f8f5dc;
    text-align: center;
    color: #000;
  }

.confirmation .box dl {
  margin-bottom: 30px;
}

.confirmation .box dt {
  margin-bottom: 5px;
  font-size: 1.6rem;
  color: #2f6d34;
  font-weight: bold;
  border-bottom: 1px dashed #0d4f0f;
}

.confirmation .box dd {
  margin-bottom: 12px;
  font-size: 1.6rem;
  color: #666;
  min-height: 1em;
  font-weight: bold;
}

.confirmation .box button {
    width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #fff;
}

.confirmation .box li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 1.6rem;
  color: #666;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px dashed #ccc;
}

.confirmation .box .discount {
  color: #c1272d;
}

.confirmation .box .total {
  margin-bottom: 30px;
  font-size: 2rem;
  color: #666;
  text-align: center;
  font-weight: bold;
}

/*タブレットとPCのみに適用*/
@media (min-width: 768px) {

  .confirmation .box {
    padding: 20px 40px;
  }
   .confirmation .box02 {
    padding: 20px 40px;
    background-color: #f8f5dc;
    text-align: center;
    color: #000;
  }

}


/*****************************
  完了画面
*****************************/

/* 共通 */

.send .text {
  margin-bottom: 20px;
  font-size: 1.8rem;
  color: #000;
  text-align: center;
  font-weight: bold;
}

.send .text2 {
  font-size: 1.4rem;
  color: #000;
  text-align: center;
}

.re_enter {
  width: 300px;
  margin: 0 auto;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  line-height: 3.6rem;
  display: block;
  background: #2f6d34;
  border-radius: 1.8rem;
}

/*タブレットとPCのみに適用*/
@media (min-width: 768px) {

  .send .text2 {
    font-size: 1.6rem;
  }

  .re_enter {
    font-size: 1.8rem;
    line-height: 4rem;
    display: block;
    background: #2f6d34;
    border-radius: 4rem;
  }

}
