@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main .layout-body {
  margin-left: auto;
  margin-right: auto;
}

#main div.body {}

#main .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body#layout-lower
.visual {
  position: relative;
  background: url("../../_images/order/visual.jpg") no-repeat;
  background-position: bottom;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 350px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

body#layout-lower
.visual {
  height: 175px;
}
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メインコンテンツ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ****************************************************************************************************
   * お店紹介・アクセス
**************************************************************************************************** */

.title-1 {
  background: url("../../_images/_common/title-bg-parts.jpg") repeat;
  height: 60px;
  text-align: center;
  color: #fff;
  font-size: 3.4rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.title-1 {
  background: url("../../_images/_common/title-bg-parts.jpg") repeat;
  height: 30px;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.order {
  position: relative;
  padding-top: 100px;
  padding-bottom: 140px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.order {
  position: relative;
  padding-top: 50px;
  padding-bottom: 70px;
}

}

/* ****************************************************************************************************
   * ご注文の流れ
**************************************************************************************************** */

.flow {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.flow {
  padding-top: 40px;
  padding-bottom: 40px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.order .title-2 {
  font-size: 3.2rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
  text-align: center;
}
.order .title-2::after {
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  background: #000;
  margin: .25em auto 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.order .title-2 {
  font-size: 2.6rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}
.order .title-2::after {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background: #000;
  margin: .25em auto 0;
}


}

/* ****************************************************************************************************
   * 商品紹介
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.order {
  position: relative;
  padding-top: 60px;
  padding-bottom: 100px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.order {
  position: relative;
  padding-top: 30px;
  padding-bottom: 50px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

.order .images {
  margin-top: 70px;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.order .images {
  margin-top: 30px;
  text-align: center;
}
}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

.order .content {
  max-width: 900px;
  margin: 20px auto 0;
}


/* ****************************************************************************************************
   * 商品ラインナップ
**************************************************************************************************** */

.order div.itemlist {
  padding-top:80px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.order div.itemlist {
  padding-top:40px;
}

}


/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.order .itemlist ul {}

.order .itemlist ul > * {
  width: 32%;
  padding: 0;
}

.order .itemlist ul li .photo {
  text-align: center;
}

.order .itemlist ul li .detail .text-1 {
  text-align: center;
  font-size: 2.4rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  border-bottom: 1px solid #93603e;
}

.order .itemlist ul li .detail .text {
  font-size: 1.7rem;
}


.order .itemlist ul li .detail .text b {
  color:#bc0808;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  font-size: 2.0rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.order .itemlist ul > * {
  width: 100%;
  padding: 0;
}
.order .itemlist ul li .detail .text-1 {
  text-align: center;
  font-size: 2.0rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  border-bottom:0px;
}

.order .itemlist ul li ~ li {
  margin-top: 30px;
}
.order .itemlist ul li {
  padding-bottom: 20px;
  border-bottom: 1px solid #93603e;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 
/* ------------------------------------------------------------------------------------------------- */

.order .itemlist .box {
  max-width: 380px;
  margin: 20px auto 0;
  padding: 20px;
  background: #f4ede9;
}
.order .itemlist .box p {
  text-align: center;
  color:#93603e;
  font-size: 1.7rem;
  font-weight: bold;
  font-family: 'Shippori Mincho', serif;
}


/* ****************************************************************************************************
   * ふるさと納税
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#hometown {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #fff;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#hometown {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fff;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 商品説明
/* ------------------------------------------------------------------------------------------------- */

#hometown .guide-area {
  margin-top: 60px;
}
#hometown .guide-area .layout-flex-2 .photo {
  text-align: center;
}
#hometown .guide-area .layout-flex-2 .detail {}
#hometown .guide-area .layout-flex-2 .detail .title-3 {
  font-size: 2.7rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #hometown .guide-area .layout-flex-2 .detail .title-3 {
  font-size: 2.2rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
}
}

/* ----------------------------------------------------------------------------------------------------
   * バナー
/* ------------------------------------------------------------------------------------------------- */

#hometown .bnr-area {
  margin-top: 70px;
}
#hometown .bnr-area .layout-flex-2 {
  justify-content: space-between;
  max-width: 750px;
  margin: 40px auto 0;
}

#hometown .bnr-area .layout-flex-2 div {
  font-size: 2.0rem;
  width: 48%;
}
#hometown .bnr-area .layout-flex-2 > * ~ * {
  margin-top: 0;
}

/* 非表示のための処置(2025/9/17)*/
#hometown .bnr-area .layout-flex-2 {
  justify-content: center;
}
#hometown .bnr-area .layout-flex-2 div:nth-child(2) {
  display: none;
}


/* ****************************************************************************************************
   * ご注文フォーム
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#contact-form-2 {
  padding-top: 120px;
  padding-bottom: 120px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #contact-form-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リンク
/* ------------------------------------------------------------------------------------------------- */

.contact-form .message a {
  position: relative;
  color: #ff6f2f;
  display: inline-block;
  text-decoration: underline;
}
.contact-form .message a:hover {
  text-decoration: none;
}
.contact-form .message a::after {
  content: "";
  display: block;
  background: url("../../_images/contact/detail-icon.png") no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}

/* ----------------------------------------------------------------------------------------------------
   * 入力　確認　完了
/* ------------------------------------------------------------------------------------------------- */

.contact-form .message {
  font-size: 1.8rem;
}

#main *[class*="mwblock-"],
#main *[class*="mwinline-"] {
  display: none;
}

#main .mw_wp_form_preview .mwblock-preview {
  display: block;
  margin-top: 40px;
}

#main .mw_wp_form_input .mwblock-input {
  display: block;
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.contact-form .message {
  font-size: 1.5rem;
}
#main .mw_wp_form_preview .mwblock-preview {
  display: block;
}
#main .mw_wp_form_input .mwblock-input {
  display: block;
}

}

#main .mw_wp_form_preview .mwinline-preview {
  display: inline;
}

#main .mw_wp_form_input .mwinline-input {
  display: inline;
}


#main .mw_wp_form_input .mwblock-message a {
  color: #fe0002;
}
#main .mw_wp_form_input .mwblock-message a:hover {
  color: #fe0002;
  text-decoration: underline;
}

/* ----------------------------------------------------------------------------------------------------
   * 必須
/* ------------------------------------------------------------------------------------------------- */

#main .mw_wp_form_input .mwblock-input span.hissu {
  background: #ff0000;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 3px 8px;
  line-height: 1.6;
}

/* ----------------------------------------------------------------------------------------------------
   * テーブル
/* ------------------------------------------------------------------------------------------------- */

#main .mw_wp_form_input .box {
  background: #fff;
  padding: 20px;
}
#main .mw_wp_form_input .box ul.default {
  margin-top: 0;
  margin-left: 2em;
}
#main .mw_wp_form_input .box ul.default li ~ li {
  margin-top: 0;
}
#main .mw_wp_form_input .box p a {
  text-decoration: underline;
}


/* ****************************************************************************************************
   * メールフォームからのお問い合わせ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#main-contents input {
  max-width: 100%;
  border: 0px;
  border-radius: 5px;
  background: #f4f4f4;
  padding: 0.5em;
}

#main-contents input[type="text"],
#main input[type="email"],
#main input[type="tel"] {
}

#main input[name="pref"] {
  width: 10em;
}

#main input[name="zip"] {
  width: 20em;
}

#main input[name="namae"],
#main input[name="kana"],
#main input[name="date"],
#main input[name="total_price"] {
  width: /*15em*/80%;
}

#main input[name="tel"],
#main input[name="fax"] {
  width: 40%;
}

#main input[name="company"],
#main input[name="companykana"],
#main input[name="busyo"],
#main input[name="position"],
#main input[name="email"],
#main input[name="email2"],
#main input[name="addr"],
#main input[name="addr1"],
#main input[name="addr2"],
#main input[name="addr3"] {
  width: /*25em*/80%;
}

#main textarea {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0px;
  background: #f4f4f4;
  padding: 1em;
  box-sizing: border-box;
}

#main .mw_wp_form_input .require th {
  position: relative;
}
#main .mw_wp_form_input .require th::after {
  content: "必須";
  display: inline-block;
  background: #ff0000;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 3px 8px;
  line-height: 1.6;
  float: right;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main input[name="zip"] {
  width: 90%;
}

#main input[name="namae"],
#main input[name="kana"],
#main input[name="tel"],
#main input[name="fax"] {
  width: 100%;
}
#main input[name="company"],
#main input[name="companykana"],
#main input[name="busyo"],
#main input[name="position"],
#main input[name="email"],
#main input[name="email2"],
#main input[name="addr1"],
#main input[name="addr2"],
#main input[name="addr3"] {
  width: 100%;
}

}

/* ----------------------------------------------------------------------------------------------------
   * flex
/* ------------------------------------------------------------------------------------------------- */

#main .flex {
  margin-top: 20px;
}
#main .flex > .layout-2 {
  justify-content: flex-start;
  align-items: center;
}
#main .flex > .layout-2 .col-1 {}
#main .flex > .layout-2 .col-2 {
  margin-left: 1em;
}

#main .flex > div ~ div {
  margin-top: 10px;
}


/* ----------------------------------------------------------------------------------------------------
   * テーブル
/* ------------------------------------------------------------------------------------------------- */

#main table.data {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .mw_wp_form .horizontal-item {
    display: block;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
  }
}



/* ****************************************************************************************************
   * フォームボタン
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 確認画面へ進む / 送信する
/* ------------------------------------------------------------------------------------------------- */

#main .form-button {
  text-align: center;
  margin-bottom: 0.5em;
  transition: 0.3s;
}
#main .form-button button {
  transition: 0.3s;
}

#main .form-button .btn {
  border: 0px;
  cursor: pointer;
  text-align: center;
  width: 200px;
  padding: 1em 0;
  transition: 0.3s;
}


#main .form-button .return {
  border: none;
  margin: 10px;
  cursor: pointer;
}


/* ----------------------------------------------------------------------------------------------------
   * 戻る
/* ------------------------------------------------------------------------------------------------- */





/* ----------------------------------------------------------------------------------------------------
   * 確認画面では合計金額を非表示
/* ------------------------------------------------------------------------------------------------- */

.mw_wp_form_confirm .col-2 {
  display: none;
}







