@charset "UTF-8";

/*
Theme Name: あいのうえ珈琲
Description: あいのうえ珈琲様用のテンプレートです
Version: 1.0
Author:
*/
/*==========================================================
    共通パーツ
==========================================================*/

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
}

body {
  background-color: #ffffff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック",
    "Yu Gothic", sans-serif;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  color: #331700;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  padding-top: 154px;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

h1 {
  margin-top: -3px;
}

h2 {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.4rem;
  border-bottom: 2px solid #919f62;
  padding-bottom: 5px;
}

h3 {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.4rem;
  border-bottom: 2px solid #919f62;
  padding-bottom: 5px;
  color: #ffffff;
  text-align: center;
}

.h2-small {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 8px;
}

.h2-container {
  width: 100%;
  height: 70px;
  text-align: center;
  margin: 60px 0px;
}

.inner {
  max-width: calc(1280px + 8%);
  padding-right: 4%;
  padding-left: 4%;
  margin: 0px auto;
}

.material-symbols-outlined {
  vertical-align: -0.6rem;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 20;
}

.css-br-pc::after {
  display: block;
  content: "\A";
  white-space: wrap;
}

/*-- 共通パーツ (max-width: 768px)
---------------------------------------------------------*/
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 50px;
  }
  body {
    font-size: 1.4rem;
    padding-top: 80px;
  }

  h1 {
    margin-top: 3px;
  }

  h2 {
    font-size: 2rem;
    padding-bottom: 3px;
  }

  h3 {
    font-family: "Shippori Mincho B1", serif;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
    border-bottom: 2px solid #919f62;
    padding-bottom: 5px;
    color: #ffffff;
    text-align: center;
  }

  .h2-small {
    font-size: 1rem;
  }

  .h2-container {
    width: 100%;
    height: 70px;
    text-align: center;
    margin: 30px 0px;
  }

  .inner {
    max-width: calc(1280px + 8%);
    padding-right: 4%;
    padding-left: 4%;
    margin: 0px auto;
  }

  .css-br::after {
    display: block;
    content: "\A";
    white-space: wrap;
  }

  .css-br-pc::after {
    display: none;
  }
}

/*==========================================================
    ヘッダー
==========================================================*/
#header {
  width: 100%;
  position: fixed;
  top: 0; /* 上下の固定位置を上から0pxにする */
  left: 0; /* 左右の固定位置を左から0pxにする */
  z-index: 999;
  background-image: url(./img/cloth_background.jpg);
}

.header-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  padding: 20px 40px 20px 40px;
}

.header-box {
  display: flex;
}

.online-shop-icon-header-pc {
  background-color: #e18a31;
  border: 1px solid #e18a31;
  padding: 8px 20px;
  border-radius: 40px;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}

.online-shop-icon-header-pc:hover {
  background-color: #ffffff;
  border: 1px solid #e18a31;
  color: #e18a31;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

.online-shop-icon-header-sp {
  display: none;
}

.contact-icon-header-pc {
  background-color: #919f62;
  border: 1px solid #919f62;
  padding: 8px 20px;
  border-radius: 40px;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  margin-left: 10px;
}

.contact-icon-header-pc:hover {
  background-color: #ffffff;
  border: 1px solid #919f62;
  color: #919f62;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

.contact-icon-header-sp {
  display: none;
}

.material-symbols-outlined {
  vertical-align: -0.6rem;
}

.line-icon-header {
  margin: 6px;
  margin-right: 15px;
}

.instagram-icon-header {
  margin: 6px;
  margin-right: 20px;
}

.header-bottom {
  margin-top: 6px;
}

#g-nav-sp {
  display: none;
}

.g-nav-pc ul {
  display: flex;
  justify-content: space-around;
  padding: 8px 30px;
  font-size: 1.5rem;
}

.gnavi {
  display: flex;
  flex-wrap: wrap; /*スマホ表示折り返し用なのでPCのみなら不要*/
  margin: 0 0 5px 0;
  list-style: none;
}

.gnavi li a {
  display: block;
  padding: 0px 30px;
  text-decoration: none;
}

.gnavi li {
  margin-bottom: 20px;
}

.gnavi li a {
  /*線の基点とするためrelativeを指定*/
  position: relative;
}

.gnavi li.current a,
.gnavi li a:hover {
  color: #919f62;
}

.gnavi li a::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: -20%;
  left: 10%;
  /*線の形状*/
  width: 80%;
  height: 2px;
  background: #919f62;
  /*アニメーションの指定*/
  transition: all 0.3s;
  transform: scale(0, 1); /*X方向0、Y方向1*/
  transform-origin: center top; /*上部中央基点*/
}

/*現在地とhoverの設定*/
.gnavi li.current a::after,
.gnavi li a:hover::after {
  transform: scale(0.8, 1); /*X方向にスケール拡大*/
}

/*-- ヘッダー (max-width: 768px)
---------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .header-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 80px;
    padding: 15px 10px 20px 10px;
  }
  .contact-icon-header-pc {
    display: none;
  }

  .contact-icon-header-sp {
    display: block;
    background-color: #919f62;
    border: 1px solid #919f62;
    padding: 8px 9px;
    border-radius: 40px;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    margin-left: 10px;
    margin-right: 60px;
  }

  .online-shop-icon-header-pc {
    display: none;
  }

  .online-shop-icon-header-sp {
    display: block;
    background-color: #e18a31;
    border: 1px solid #e18a31;
    padding: 8px 9px;
    border-radius: 40px;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }

  .header-bottom {
    display: none;
  }
}

/*-- ハンバーガーメニュー (max-width: 768px)
---------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .openbtn {
    position: fixed;
    z-index: 9999; /*ボタンを最前面に*/
    top: 11px;
    right: -3px;
    cursor: pointer;
    width: 80px;
    height: 80px;
  }

  /*×に変化*/
  .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 30px;
    height: 2px;
    border-radius: 2px;
    background-color: #331700;
    width: 40%;
  }

  .openbtn span:nth-of-type(1) {
    top: 15px;
  }

  .openbtn span:nth-of-type(2) {
    top: 25px;
  }

  .openbtn span:nth-of-type(3) {
    top: 35px;
  }

  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 30px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
    background-color: #ffffff;
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
    background-color: #ffffff;
  }

  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 30px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
    background-color: #ffffff;
  }
}

/*-- ハンバーガーメニュー ナビゲーションエリア (max-width: 768px)
---------------------------------------------------------*/
@media screen and (max-width: 768px) {
  #g-nav-sp {
    display: block;
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh; /*ナビの高さ*/
    background: #919f62;
    /*動き*/
    transition: all 0.6s;
  }

  /*アクティブクラスがついたら位置を0に*/
  #g-nav-sp.active {
    right: 0;
  }

  /*ナビゲーションの縦スクロール*/
  #g-nav-sp.active #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh; /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  /*ナビゲーション*/
  #g-nav-sp ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 45%;
    left: 30%;
    transform: translate(-50%, -50%);
  }

  /*リストのレイアウト設定*/

  #g-nav-sp li {
    list-style: none;
    text-align: left;
  }

  #g-nav-sp li a {
    padding: 20px;
    display: block;
    letter-spacing: 0.1em;
    color: #ffffff;
    margin-top: 0px;
    font-size: 1.5rem;
  }
}

/*==========================================================
    メインビジュアル
==========================================================*/

/*==========================================================
    お知らせ
==========================================================*/
.top-news {
  height: auto;
  width: 100%;
  padding: 20px 0 20px 0;
}

.top-news-list {
  width: 80%;
  margin: 40px auto;
}

.top-news-list li a {
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e6e1d5;
}

.news-top-list li {
  margin-right: 30px;
}

.news-top-list li:hover {
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

.top-thumbnail {
  width: 220px;
  height: auto;
}

.cat-list {
  text-align: right;
}

.cat-list li {
  display: inline;
  font-size: 1.4rem;
  background-color: #e18a31;
  color: #ffffff;
  padding: 5px 5px 5px 5px;
}

.top-news-text {
  width: 100%;
  height: auto;
  padding-left: 20px;
}

.top-news-list-title {
  width: 100%;
  padding-top: 8px;
}

.date {
  font-size: 1.4rem;
}

.top-news-btn {
  margin-top: 60px;
  margin-bottom: 60px;
}

.top-news-btn a {
  text-align: center;
  margin: 0 auto;
  width: 240px;
  height: auto;
  display: block;
  padding: 15px;
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  border: 1px solid #331700;
  border-radius: 120px;
}

.top-news-btn a:hover {
  background-color: #331700;
  border: 1px solid #331700;
  color: #ffffff;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
/*-- お知らせ (max-width: 768px)
---------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .top-news-list {
    width: 100%;
    margin: 30px 0 30px 0;
  }

  .top-news-list li a {
    display: flex;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .top-news-text {
    padding-left: 15px;
  }

  .top-news-text p {
    width: 100%;
    height: auto;
  }

  .cat-list li {
    display: inline;
    font-size: 1.2rem;
    padding: 5px 5px 5px 5px;
  }

  .top-news-list-title {
    width: 1100%;
    font-size: 1.4rem;
    padding-top: 8px;
  }

  .date {
    font-size: 1.2rem;
  }

  .top-news-btn {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .top-news-btn a {
    text-align: center;
    margin: 0 auto;
    width: 220px;
    height: auto;
    display: block;
    padding: 13px;
    letter-spacing: 0.3rem;
    border: 1px solid #331700;
    border-radius: 150px;
  }

  .news-top-list li {
    margin-right: 20px;
  }
}

/*==========================================================
    珈琲豆へのこだわり
==========================================================*/
.coffee-beans-01 {
  position: absolute;
  width: 400px;
  top: -48%;
  right: 50%;
}

.service {
  padding-top: 10px;
  padding-bottom: 80px;
  background-image: url(./img/cloth_background.jpg);
}

.service-tittle {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.service-tittle-img img {
  width: 100%;
  height: auto;
  background-color: #a1a1a1;
}

.service-tittle-text-box {
  text-align: center;
}

.service-tittle-text {
  font-weight: bold;
  font-size: 1.8rem;
  padding: 20px 0px;
  background-color: #331700;
  color: #ffffff;
}

.service-tittle-text2 {
  margin-top: 10px;
}

.service-tittle-right {
  width: 50%;
  height: 300px;
  padding-left: 20px;
}

.service-container {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  width: 80%;
  height: auto;
  margin: 0 auto;
  align-items: center;
  margin-top: 30px;
}

.service-box {
  display: flex;
  width: 100%;
  height: auto;
  background-color: #919f62;
}

.service-box1 {
  display: flex;
  width: 100%;
  height: auto;
  background-color: #919f62;
}

.service-box2 {
  display: flex;
  width: 100%;
  height: auto;
  background-color: #919f62;
}

.service-box-top {
  width: 100%;
  height: 200px;
}

.service-box-top img {
  width: auto;
  height: 100%;
}

.service-box-bottom {
  width: 100%;
  height: 150px;
  padding: 20px;
}

.service-box-bottom p {
  color: #ffffff;
}
/*-- 珈琲豆へのこだわり (max-width: 768px)
---------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .coffee-beans-01 {
    position: absolute;
    width: 50px;
    top: -38%;
    right: 80%;
  }

  .service-tittle-text {
    font-weight: bold;
    font-size: 1.4rem;
    padding: 15px 0px;
    background-color: #331700;
    color: #ffffff;
  }

  .service-tittle-img img {
    width: 100%;
    height: 250px;
    background-color: #a1a1a1;
  }

  .service-container {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
    width: 80%;
    height: auto;
    margin: 0 auto;
    align-items: center;
    margin-top: 30px;
  }

  .service-box1 {
    display: block;
    width: 100%;
    height: auto;
    background-color: #919f62;
  }

  .service-box2 {
    display: block;
    width: 100%;
    height: auto;
    background-color: #919f62;
  }

  .service-box-top {
    width: 100%;
    height: 150px;
  }

  .service-box-top img {
    width: 100%;
    height: 100%;
  }

  .service-box-bottom {
    width: 100%;
    height: 80px;
    padding: 15px;
    text-align: center;
  }
}

/*==========================================================
    店舗紹介
==========================================================*/
.coffee-beans-02 {
  position: absolute;
  width: 400px;
  top: -48%;
  right: -43%;
}
.shop {
  padding-top: 10px;
  padding-bottom: 50px;
}

.shop-container {
  width: 80%;
  margin: 40px auto;
  position: relative;
}
.shop-box {
  display: flex;
  margin-bottom: 30px;
}

.shop-box-left {
  width: 150px;
  border-bottom: 1px solid #919f62;
  font-weight: bold;
}

.shop-box-right {
  width: 100%;
  border-bottom: 1px solid #e6e1d5;
  margin-left: 20px;
}

.shop-title {
  font-weight: bold;
  border-bottom: 1px solid #919f62;
  margin-bottom: 10px;
}

.shop-beige {
  display: flex;
  justify-content: left;
  background-color: #f7f4ef;
  padding: 10px 30px;
}

.shop-white {
  display: flex;
  justify-content: left;
  background-color: #ffffff;
  padding: 10px 30px;
}

.shop-font-left {
  width: 200px;
}

/*-- 店舗紹介 (max-width: 768px)
---------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .coffee-beans-02 {
    position: absolute;
    width: 60px;
    top: -35%;
    right: -5%;
  }

  .shop-beige {
    padding: 10px 20px;
  }

  .shop-white {
    padding: 10px 20px;
  }

  .shop-font-left {
    width: 200px;
  }
  .shop-font-right {
    width: 70%;
  }
}

/*==========================================================
    アクセス
==========================================================*/

.access {
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(./img/cloth_background.jpg);
}

/* Google Mapを囲う要素 */
.google-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%; /* 比率を4:3に固定 */
}

/* Google Mapのiframe */
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access-box {
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
  justify-content: center;
}

.top-access-btn a {
  text-align: center;
  width: 200px;
  height: auto;
  padding: 16px 30px;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  border: 1px solid #331700;
  border-radius: 50px;
}

.top-access-btn a:hover {
  background-color: #331700;
  border: 1px solid #331700;
  color: #ffffff;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

.access-box-left {
  margin-right: 20px;
}

.access-box-right {
  width: 400px;
  height: auto;
  margin-left: 20px;
}

.top-access-btn {
  margin-top: 30px;
}

/*-- アクセス (max-width: 768px)
---------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .access-box {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 40px;
    margin-bottom: 40px;
    justify-content: space-around;
  }

  .access-box {
    display: flex;
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
  }

  .access-box-right {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }

  .top-access-btn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    letter-spacing: 1rem;
  }

  .top-access-btn a {
  padding: 12px 30px;

}

  .access-box-left {
    margin-left: 0px;
    margin: 20px auto;
  }
}

/*==========================================================
    お得情報やオンラインショップはこちら
==========================================================*/

.coffee-beans-03 {
  position: absolute;
  width: 400px;
  top: -100%;
  right: 60%;
}
.information {
  background-color: #919f62;
  padding-top: 60px;
  padding-bottom: 60px;
}

.information-container {
  position: relative;
}

.information-box {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.information-line-btn {
  margin-right: 20px;
}

.information-line-btn a img {
  width: 400px;
  height: auto;
}

.information-online-shop-btn {
  margin-left: 20px;
}

.information-online-shop-btn a img {
  width: 400px;
  height: auto;
}

/*-- お得情報やオンラインショップはこちら (max-width: 768px)
---------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .coffee-beans-03 {
    position: absolute;
    width: 60px;
    top: -30%;
    right: 80%;
  }
  .information {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .information-box {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
  }

  .information-line-btn {
    display: flex;
    justify-content: center;
    margin-right: 0px;
  }

  .information-online-shop-btn {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-left: 0px;
  }
}

/*==========================================================
    フッター
==========================================================*/
#footer {
  background-color: #331700;
  color: #ffffff;
  padding-top: 20px;
}
.footer-container {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}

.footer-logo {
  width: 250px;
}

.footer-box-right {
  line-height: 6rem;
  border-left: 1px solid #ffffff;
  padding-left: 40px;
  padding-right: 30px;
}

.footer-box-left {
  margin-top: 10px;
}

.footer-logo-type {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 30px;
}

.footer-address {
  margin-top: 20px;
}

.footer-copyright {
  padding-bottom: 40px;
}

.footer-icon {
  display: flex;
  margin-top: 30px;
}

.footer-icon a img {
  width: 40px;
  margin-right: 20px;
}

/*-- フッター (max-width: 768px)
---------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .footer-container {
    display: block;
  }

  .footer-logo-type {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .footer-box-right {
    line-height: 5rem;
    border-top: 1px solid #ffffff;
    border-left: none;
    margin-top: 30px;
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .footer-box-left a img {
    width: 200px;

    margin-bottom: 10px;
  }

  .footer-icon {
    margin-top: 30px;
  }

  .footer-icon a {
    width: 40px;
    margin-right: 20px;
  }

  .footer-copyright p {
    letter-spacing: 0.1rem;
  }

  .c-copy {
    font-size: 2rem;
    vertical-align: -0.4rem;
  }
}

/*==========================================================
    お知らせ一覧
==========================================================*/
/*-- お知らせ一覧 (max-width: 768px)
---------------------------------------------------------*/
@media screen and (max-width: 768px) {
}

/*==========================================================
    プライバシーポリシー
==========================================================*/
.privacypolicy-container {
  width: 80%;
  margin: 40px auto;
}
/*-- プライバシーポリシー (max-width: 768px)
---------------------------------------------------------*/
@media screen and (max-width: 768px) {
}


/*==========================================================
    プライバシーポリシー
==========================================================*/
.privacypolicy {
  padding-top: 40px;
  padding-bottom: 40px;
}

.privacypolicy-container {
  width: 80%;
  margin: 40px auto;
}
/*-- プライバシーポリシー (max-width: 768px)
---------------------------------------------------------*/
@media screen and (max-width: 768px) {
}
/*==========================================================
    お問い合わせ
==========================================================*/

.contact {
  padding-top: 40px;
  padding-bottom: 40px;
}

.underline-inner-contact {
  padding-right: 31%;
  padding-left: 31%;
}

.from-container {
  width: 100%;
  height: auto;
}

.form-box {
  width: 80%;
  height: auto;
  margin: 0 auto;
}

.form-box dt {
  width: 260px;
}

.form-box dl {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.form-box dd {
  width: 100%;
}

[type="text"] {
  padding-left: 10px;
}
[type="email"] {
  padding-left: 10px;
}
[type="tel"] {
  padding-left: 10px;
}
[name="message"] {
  padding-left: 10px;
}

.form-box dd input {
  width: 100%;
  height: 40px;
  border: 1px solid #e6e1d5;
  border-radius: 5px;
}

.form-box textarea {
  width: 100%;
  height: auto;
  border: 1px solid #e6e1d5;
}

.required {
  display: inline-block;
}
.required::after {
  content: "（必須）";
  display: inline-block;
  padding-left: 3px;
  color: #e18a31;
}

.btn-wrapper {
  display: block;
  width: 200px;
  height: auto;
  text-align: center;
  color: #331700;
  margin: 0 auto 50px;
}

.btn-submit {
  font-size: 1.8rem;
  padding: 10px 30px;
  border: 1px solid #331700;
  border-radius: 80px;
  letter-spacing: 0.3rem;
}

.btn-submit:hover {
  background-color: #331700;
  border: 1px solid #331700;
  color: #ffffff;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

/*-- お問い合わせ (max-width: 768px)
---------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .underline-inner-contact {
    padding-right: 28%;
    padding-left: 28%;
  }

  .form-box {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .form-box dl {
    display: block;
    margin-bottom: -20px;
  }

  .form-box dt {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 5px;
  }

  .btn-wrapper {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}

/*-- お知らせ
---------------------------------------------------------*/
.news {
  padding-top: 40px;
  padding-bottom: 40px;
}
.top-news-list {
  width: 90%;
  margin: 40px auto;
}

.top-news-list li a {
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #686868;
}

.news-top-list li {
  margin-right: 30px;
}

.news-top-list li:hover {
  color: #919f62;
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

.top-thumbnail {
  width: 220px;
  height: auto;
}

.cat-list {
  text-align: right;
}

.cat-list li {
  display: inline;
  font-size: 1.4rem;
  background-color: #e18a31;
  color: #ffffff;
  padding: 5px 5px 5px 5px;
}

.top-news-text {
  width: 100%;
  height: auto;
  padding-left: 20px;
}

.top-news-list-title {
  width: 100%;
  font-size: 1.8rem;
  padding-top: 8px;
}

.date {
  font-size: 1.4rem;
  color: #686868;
}

.top-news_btn {
  margin-top: 60px;
  margin-bottom: 60px;
}

.top-news_btn a {
  text-align: center;
  margin: 0 auto;
  width: 300px;
  height: auto;
  display: block;
  padding: 20px;
  font-size: 1.8rem;
  letter-spacing: 0.3rem;
  border: 1px solid #262626;
  border-radius: 150px;
}

.top-news_btn a:hover {
  background-color: #919f62;
  border: 1px solid #919f62;
  color: #ffffff;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

.wp-pagenavi {
  text-align: right;
}

.wp-pagenavi a:hover {
  color: #ffffff;
  background-color: #919f62;
  border: none;
  cursor: pointer;
  border: 1px solid #919f62;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

.wp-pagenavi span {
  padding: 5px 7px 5px 7px;
  border: 1px solid #717170;
}

.wp-pagenavi span:hover {
  color: #ffffff;
  background-color: #919f62;
  border: none;
  cursor: pointer;
  border: 1px solid #919f62;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

.wp-pagenavi a {
  padding: 5px 7px 5px 7px;
  margin-left: 5px;
  border: 1px solid #717170;
}

.item ul {
  display: flex;
}

/*-- お知らせ (max-width: 768px)
---------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .top-news-list {
    width: 100%;
    margin: 30px 0 30px 0;
  }

  .top-news-list li a {
    display: flex;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #686868;
  }

  .top-news-text {
    padding-left: 15px;
  }

  .top-news-text p {
    width: 100%;
    height: auto;
  }

  .cat-list li {
    display: inline;
    font-size: 1.2rem;
    background-color: #e18a31;
    color: #ffffff;
    padding: 5px 5px 5px 5px;
  }

  .top-news-list-title {
    width: 1100%;
    font-size: 1.4rem;
    padding-top: 8px;
  }

  .date {
    font-size: 1.2rem;
    color: #686868;
  }

  .top-news_btn {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .top-news_btn a {
    text-align: center;
    margin: 0 auto;
    width: 250px;
    height: auto;
    display: block;
    padding: 15px;
    font-size: 1.6rem;
    letter-spacing: 0.3rem;
    border: 1px solid #686868;
    border-radius: 150px;
  }

  .news-top-list li {
    margin-right: 20px;
  }
}
/*-- お知らせ個別ページ
---------------------------------------------------------*/

.single {
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.single-box {
  width: 100%;
  height: 140px;
  background-color: #f3981c;
  text-align: center;
  padding-top: 32px;
  position: relative;
}

.single-container {
  width: 80%;
  height: auto;
  margin: 0 auto;
}

.single-list-box {
  display: flex;
  justify-content: space-between;
}

.post-title {
  font-weight: 400;
  font-size: 2.5rem;
  letter-spacing: 0.2rem;
  margin-bottom: 20px;
}

.post-header {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.2rem;
  color: #717170;
  margin-top: 3px;
}

.eyecatch {
  width: 100%;
  height: auto;
  background-color: #686868;
  margin-bottom: 20px;
}

.eyecatch img {
  width: 100%;
  height: auto;
}

.news-page-nav {
  display: flex;
  justify-content: space-around;
  padding: 15px 0;
  border-top: 2px dotted #a3a19f;
  border-bottom: 2px dotted #a3a19f;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .single-container {
    width: 100%;
  }

  .post-title {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }

  .post-wrapper {
    margin: 0 auto;
    width: 100%;
  }
}
