@charset "utf-8";

/*--------------------------------------------------------------
  Common
--------------------------------------------------------------*/

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

html,body {
  font-family: "Noto Sans JP", serif;
  margin: 0;
  word-break: break-all;
  color: #000;
  background-color: #DDDFD3;
  /*デフォが16px×0.625＝10px*/
  font-weight: 400;
  height: 100%;
  line-height: 1.5;
  word-break: normal;
}
    @media screen and (min-width: 768px) {
        html {font-size: 75%;}
    }
    @media screen and (max-width: 767px) {
        html {font-size: 62.5%;}
    }

    

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;}

hr {
  box-sizing: content-box;
  height: 0;
  border: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;}
p {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 34px;}
  @media only screen and (max-width: 767px) {
    p {
      font-size: 1.4rem;}}

a{
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #000;
  transition: 0.3s;
  text-decoration: none;
}

ol,ul,dl {
  padding-left: 25px;
  margin-top: 0;
  margin-bottom: 0;}

blockquote {
  margin: 0 0 1rem;}
b,
strong {
  font-weight: bold;}
.mainblur{
  filter: blur(8px);
}
div{
  font-size: 1.3rem;
}
.img_fluid{
  max-width: 100%;
  height: auto; 
}
hr.hr_black{
  border-top: 3px solid #000;
  margin: 10px 0;
}


.anchor {
  padding-top: 150px;
  margin-top: -150px;
  position: relative;
  z-index: -1;
}


span.text_inblock{
  display: inline-block;
}

.fc_blue{color: #349FED;}
.fc_red{color: #D94A4A;}
.fc_orange{color: #FF7600;}
.br_block{  display: inline-block;}
.br_pcNone{display: none;}
.text_center{text-align: center;}
.text_right{text-align: right;}

.mt_10{margin-top: 10px;}
.mt_20{margin-top: 20px;}
.mt_30{margin-top: 30px;}
.mt_40{margin-top: 40px;}
.mt_60{margin-top: 60px;}
.mt_80{margin-top: 80px;}
.mt_100{margin-top: 100px;}

.mb_10{margin-bottom: 10px;}
.mb_20{margin-bottom: 20px;}
.mb_30{margin-bottom: 30px;}
.mb_40{margin-bottom: 40px;}
.mb_60{margin-bottom: 60px;}

.pt_20{padding-top: 20px;}
.pt_30{padding-top: 30px;}
.pb_20{padding-bottom: 20px;}
.pb_30{padding-bottom: 30px;}


input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=datetime-local],
input[type=date],
input[type=submit],
input[type=reset],
select{
  font-size: 16px;
  line-height: 1;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  background-color: #f8f8f8;
  box-shadow: none;
  padding: 2px 10px;
  border: 1px solid #B1B1B1;
  cursor: pointer;
  /* outline: none; */
  transition: 0.3s;
  height: 40px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

select{
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
textarea{
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  padding: 10px;
  border: 1px solid #B1B1B1;
  background-color: #f8f8f8;
  border-radius: 5px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.none_select{
  color: #ccc;
}


button{
  font-size: 1.3rem;
  line-height: 1.3rem;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  color: #000;
  border: 1px solid var(--maincolor);
}
input[type=reset]:hover{
  color: #EF2222;
  border: 1px solid #EF2222;
}


/*reCAPTCHA v3*/
.grecaptcha-badge{left:6px!important;width:70px!important;}
.grecaptcha-badge:hover{left:6px!important;width:256px!important;}


.container{
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.container > .wrapper{
  margin: 0 15px;
  width: calc(100% - 100px);
}

@media only screen and (max-width: 767px) {
  .container > .wrapper{
    width: calc(100% - 30px);
  }
}



/*--------------------------------------------------------------
  見出し
--------------------------------------------------------------*/
.headTitle.type01{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.headTitle.type02{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.headTitle h2{
  font-size: 70px;
  line-height: 0.8;
  letter-spacing: -2px;
  font-family: "Open Sans", sans-serif;
  color: #123524;
}
.headTitle.type01 h2{
  margin: 0 15px 0 0;
}
.headTitle span{
  display: inline-block;
  color: #123524;
  font-weight: 500;
}
.headTitle.c_white h2{
  color: #F8F8F8;
}
.headTitle.c_white span{
  color: #F8F8F8;
}
.headTitle.type02 span{
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .headTitle h2{
    font-size: 50px;
  }
}


/*--------------------------------------------------------------
  トップ
--------------------------------------------------------------*/
.mainvisual{
  width: calc(100% - 70px);
  height: 100vh;
  background-image: url(../img/mainvisual.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top_concept{
  margin-top: 80px;
}
.top_concept_flex{
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.top_concept_flex > .box_img{
  width: 50%;
}
.top_concept{
  position: relative;
}
.top_concept > .txt01{
  font-size: 25px;
  line-height: 40px;
  font-weight: 600;
  color: #123524;
  margin: 20px 0 20px;
}
.top_concept > .txt02{
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
.top_concept .btn_position{
  position: absolute;
  bottom: 0;
  right: 0;
}


.top_gift{
  margin-top: 80px;
}
.top_gift_flex{
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.top_gift_flex > .box{
  width: calc((100% / 3) - 30px);
  margin: 20px 15px 0;
}
.top_gift_flex > .box a{
  position: relative;
  display: inline-block;
  margin-top: 40px;
}
.top_gift_flex > .box .category_title{
  position: absolute;
  top: -25px;
  z-index: 3;
  font-family: "Open Sans", sans-serif;
  color: #123524;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1px;
}
.top_gift_flex > .box .category_img{
  text-align: center;
  transition: 0.3s;
  width: 100%;
  overflow:hidden;
}
.top_gift_flex > .box a .category_img img{
  transition: 0.3s;
}
.top_gift_flex > .box .category_n{
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
}
.top_gift_flex > .box .category_txt{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 10px;
}
.top_gift_flex > .box .category_link{
  display: flex;
  justify-content: right;
  color: #123524;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
}
.top_gift_flex > .box a:hover .category_img img{
  transform:scale(1.2,1.2);
}


.top_delivery{
  margin-top: 80px;
}
.top_delivery_flex{
  display: flex;
  flex-wrap: wrap;
}
.top_delivery_flex > .box_img{
  width: calc(50% - 30px);
  margin-right: 30px;
}
.top_delivery_flex > .box_img img{
  border-radius: 20px;
}
.top_delivery_flex > .box_txt{
  position: relative;
  width: 50%;
}
.top_delivery_flex > .box_txt .btn_position{
  position: absolute;
  bottom: 0;
  right: 0;
}

.top_access{
  margin-top: 80px;
}
.top_access .access_tabel{
  margin-top: 40px;
}
.access_tabel table{
  width: 100%;
}
.access_tabel table th,
.access_tabel table td{
  display: block;
  text-align: center;
}
.access_tabel table th{
  font-size: 14px;
  color: rgba(18, 53, 36, 0.5);
  padding: 10px 10px 5px 10px;
}
.access_tabel table td{
  padding: 0 10px 15px 10px;
}
.access_map {
  margin-top: 40px;
}
.access_map iframe{
  width: 100%;
  height: 400px;
}


@media only screen and (max-width: 767px) {

  .mainvisual{
    width: 100%;
    height: 50vh;
  }
  .headTitle span{
    margin-top: 5px;
  }

  .top_concept > .txt01{
    font-size: 20px;
  }
  .top_gift_flex > .box{
    width: 100%;
  }

  .top_concept .btn_position{
    position: unset;
    margin-top: 20px;
  }

  .top_delivery_flex > .box_img{
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
    order: 2;
  }
  .top_delivery_flex > .box_txt{
    width: 100%;
    order: 1;
  }
  .top_delivery_flex > .box_txt .btn_position{
    position: unset;
    display: flex;
    justify-content: end;
  }

}
/*--------------------------------------------------------------
  共通 コンバージョン
--------------------------------------------------------------*/

.common_contact {
  position: relative;
  max-width: 1250px;
  width: 100%;
  margin: 80px auto 0;
}
.common_contact > .wrapper {
  margin: 0 15px;
  width: calc(100% - 100px);
  background-color: #2D523F;
  border-radius: 30px;
  color: #F8F8F8;
  padding: 40px 20px;
}
.common_contact > .wrapper > .cc_box{
  max-width: 1000px;
  margin: 0 auto;
}

.common_contact .cc_box > .txt_01{
  margin-top: 30px;
  line-height: 30px;
}

.cta_type_flex{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cta_type_flex > .contact_box{
  width: 35%;
}
.cta_type_flex > .cta_flex{
  width: 65%;
}

.cta_type_flex > .contact_box .tel{
  display: flex;
  align-items: center;
}
.cta_type_flex > .contact_box .tel span{
  font-size: 24px;
  font-weight: 500;
  margin-right: 15px;
}
.cta_type_flex > .contact_box .tel a{
  font-size: 30px;
  font-weight: 500;
  color: #F8F8F8;
}
.cta_type_flex > .contact_box .tel a:hover{
  color: #FFD633;
}

.cta_type_flex > .contact_box .open_txt{
  margin-top: 10px;
}
.cta_flex{
  display: flex;
  flex-wrap: wrap;
}
.cta_flex > a{
  width: calc((100% / 3) - 20px);
  margin: 20px 10px;
  background-color: #F8F8F8;
  border-radius: 5px;
  padding:30px 15px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta_flex > a .icon_bg{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.cta_flex > a .icon_bg.c_yellow{
  background-color: #FFD633;
}
.cta_flex > a .icon_bg span.icon{
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.cta_flex > a .icon_bg span.icon.i_contact{
  width: 45px;
  height: 35px;
  background-image: url(../img/i-contact.svg);
}
.cta_flex > a .icon_bg span.icon.i_order{
  width: 45px;
  height: 60px;
  background-image: url(../img/i-order.svg);
}
.cta_flex > a .icon_bg span.icon.i_line{
  width: 60px;
  height: 60px;
  background-image: url(../img/i-line.svg);
}
.cta_flex > a .cta_txt{
  margin: 15px 0;
  color: #123524;
}
.cta_flex > a:hover{
  background-color: #FFD633;
}
.cta_flex > a:hover .icon_bg.c_yellow{
  background-color: #fff;
}

.cta_flex > a .cta_link{
  margin-left: auto;
}
.common_contact .cta_faq_txt{
  font-size: 14px;
  text-align: right;
}
.common_contact .cta_faq_txt a{
  color: #fff;
  text-decoration: underline;
}
.common_contact .cta_faq_txt a:hover{
  color: #FFD633;
}
@media only screen and (max-width: 991px) {
  .cta_type_flex > .contact_box,
  .cta_type_flex > .cta_flex{
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .common_contact > .wrapper {
    width: calc(100% - 33px);
  }
  .cta_flex > a{
    width: 100%;
    margin: 10px 0;
    padding: 20px 15px 20px;
    flex-direction: unset;
    flex-wrap: wrap;
  }
  .cta_flex > a .icon_bg{
    margin-right: 15px;
  }
  .cta_flex > a .icon_bg{
    width: 50px;
    height: 50px;
  }
  .cta_flex > a .icon_bg span.icon.i_contact{
    width: 25px;
    height: 35px;
  }
  .cta_flex > a .icon_bg span.icon.i_order{
    width: 35px;
    height: 30px;
  }
  .cta_flex > a .icon_bg span.icon.i_line{
    width: 40px;
    height: 40px;
  }
  .common_contact .cta_faq_txt{
    margin-top: 20px;
  }
}

/*--------------------------------------------------------------
  パンぐず
--------------------------------------------------------------*/

.BreadcrumbsList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}

.BreadcrumbsList li{
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #123524;
  display:inline-block;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-weight: 500;
  padding: 10px 0;}

.BreadcrumbsList li:after{
  content: '';
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 2px #123524;
  border-right: solid 2px #123524;
  position: absolute;
  top: 54%;
  right: 10px;
  margin-top: -4px;
  transform: rotate(45deg);}
.BreadcrumbsList li:last-child:after{
  content: none;}
.BreadcrumbsList li a {
  padding: 5px 25px 5px 0;
  font-size: 14px;
  line-height: 24px;
  display: block;
  text-decoration: none;
  color:#123524;}
.BreadcrumbsList li a:hover {
  opacity: 0.7;}
.BreadcrumbsList li a:hover:after{
  opacity: 0.7;}
.BreadcrumbsList li br{
  display: none;
}
@media only screen and (max-width: 767px) {
  .nav_pan_margin{
    margin: 60px auto 0;
  }
  .BreadcrumbsList {
    margin:0 0 20px;
  }
}

/*--------------------------------------------------------------
  お知らせ
--------------------------------------------------------------*/
.top_news{
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}
.top_news .box_title{
  width: calc(40% - 30px);
  margin-right: 30px;
}
.top_news .box_content{
  width: 60%;
}



.news_list .news_item{
  border-top: 1px solid #123524;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.news_list .news_item .label_news{
  display: inline-block;
  margin: 0 20px;
  padding: 0 20px;
  color: #fff;
  background-color: #123524;
  border-radius: 5px;
}
.news_list .news_item a{
  display: block;
  width: calc(100% - 224px);
  padding: 20px 0 20px 10px;
}
.news_list .news_item a:hover{
  color: #fff;
  background-color: rgba(45, 82, 63, 0.5);
}
.news_list .news_item:last-child{
  border-bottom: 1px solid #123524;
}

@media only screen and (max-width: 767px) {
  .top_news .box_title{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .top_news .box_content{
    width: 100%;
  }
  .news_list .news_item{
    padding: 20px 20px 20px 0;
  }
  .news_list .news_item a{
    width: 100%;
    padding: 10px 0 10px;
  }

}

/*--------------------------------------------------------------
   トップに戻る
--------------------------------------------------------------*/
.backtop{
  position: fixed;
  right: 15px;
  bottom: 20px;
  z-index: 9981;
}
.backtop a{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: #2D523F;
  font-weight: 500;
}
.backtop a img{
  width: 20px;
}

.backtop a:hover{
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .backtop{
    border-radius: 5px;
    background-color: #DDDFD3;
    bottom: 80px;
  }
  .backtop a{
    width: 55px;
    height: 60px;

  }
}

/*--------------------------------------------------------------
   フッター
--------------------------------------------------------------*/
footer{
  width: calc(100% - 70px);
  background-color: #2D523F;
  border-radius: 30px 30px 0 0;
  margin-top: 80px;
}
footer .footer_container {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 20px;
}

footer .logo{
  text-align: center;
  margin-bottom: 20px;
}
footer .logo a{
  display: inline-block;
  width: 150px;
  height: 50px;
  background-image: url(../img/logo-87cyabou-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

footer .txt_link a{
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
}
footer .copyright{
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
footer a:hover{
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  footer{
    width: 100%;
    padding-bottom: 60px;
  }

}

/*--------------------------------------------------------------
   ボタン
--------------------------------------------------------------*/

.btn_arrow{
  position: relative;
  display: inline-block;
}
.btn_arrow:before {
  content: '';
  background-image: url(../img/i-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 24px;
  display: block;
  position: absolute;
  right: 12px;
  top: 4px;
  transition: 0.3s all;
}
.btn_arrow.white:before {
  background-image: url(../img/i-arrow-w.svg);
}
.btn_arrow:after {
  content: '';
  width: 30px;
  height: 30px;
  border: 1px solid #123524;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 32px;
  box-sizing: border-box;
}
.btn_arrow.white:after {
  border: 1px solid #fff;
}
a:hover .btn_arrow:before {
  right: 4px;
}


/* テキストリンクに矢印 */
.n_arrow {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  color: #123524;
}
.n_arrow:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #123524;
  border-right: solid 2px #123524;
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* 花 */
.btn_flower{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_flower > .txt{
  position: absolute;
  color: #DDDFD3;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  z-index: 2;
}
.btn_flower .i_flower{
  display: inline-block;
  width: 120px;
  height: 110px;
  background-image: url(../img/btn-flower.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.btn_flower:hover  > .txt{
  color: #123524;
}
.btn_flower:hover .i_flower{
  background-image: url(../img/btn-flower-y.svg);
  animation: flowerloop 4s linear infinite;
}
@keyframes flowerloop{
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}