@charset "utf-8";

/* 共通
----------------------------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

/* 背景設定 */
body {
  font-family: "Noto Serif", serif;
  font-family: serif;
  font-size: 1.5rem;
  color: #000000;
  background-color: #fff;
}

a {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}


button.small,
.button.small {
  padding: 12px 10px;
  font-size: 1.5rem;
}

button.tiny,
.button.tiny {
  padding: 10px 20px;
  font-size: 1.2rem;
}

.button.tiny2 {
  margin-top: 7px;
  padding: 3px 10px;
  font-size: 1.2rem;
}

.button.orange {
  background-color: #e95504;
  color: #fff;
}

.button.orange:hover {
  background-color: #fff;
  color: #e95504;
  border: solid 1px #e95504;
}

.button.orange2 {
  background-color: #fff;
  color: #e95504;
  border: solid 1px #e95504;
}

.button.orange2:hover {
  background-color: #e95504;
  color: #fff;
}

button.expand,
.button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

button.expand2,
.button.expand2 {
  padding-right: 0;
  padding-left: 0;
  height: 100%;
}

dl dd {
  margin-bottom: 20px;
}

table {
  margin-bottom: 20px;
  /* border: 1px solid #bbbbbb; */
}

table tbody th,
table tbody td {
  padding: 15px 10px;
  border: 1px solid #bbbbbb;
}

.label {
  background: #e60516;
  color: #fefefe;
  font-size: 1.3rem;
  padding: 4px 12px;
  width: 100px;
  text-align: center;
}

.label.product-label {
  width: auto;
}

button {
  padding: 10px 20px;
}

.small,
.stext {
  font-size: 1.5rem;
}

.small2 {
  font-size: 1.3rem;
}

/* レイアウト設定 */
.grid-container {
  max-width: 1300px;
  padding-right: 80px;
  padding-left: 80px;
}

.grid-container2 {
  max-width: 1000px;
  padding-right: 40px;
  padding-left: 40px;
  margin: 0 auto;
}

@media only screen and (max-width: 669px) {
  .grid-container {
    padding-right: 40px;
    padding-left: 40px;
  }

  #top-navmo .grid-container {
    padding-right: 0;
    padding-left: 0;
  }
}

.vpc670{
  display: inline;
}

.vsp670{
  display: none;
}

@media only screen and (max-width: 669px) {
  .vpc670{
    display: none;
  }

  .vsp670{
    display: inline;
  }
}
.vpc1200{
  display: inline;
}

.vsp1200{
  display: none;
}

@media only screen and (max-width: 1199px) {
  .vpc1200{
    display: none;
  }

  .vsp1200{
    display: inline;
  }
}

article,
section {
  margin-bottom: 60px;
}

section p {
  margin-bottom: 20px;
}

#top article {
  margin-bottom: 0;
}

/* 画像設定 */
a:hover img {
  opacity: 0.5;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.swiper a:hover img {
  opacity: 1;
}

/* カラー設定 */
.red {
  color: #e60516;
}

.gray {
  color: #666666;
}

.blue {
  color: #00a0e8;
}

.green {
  color: #00913a;
}

.orange {
  color: #ff7f00;
}

.white {
  color: #fff;
}

.label.alert {
  background: #c60f13;
  color: #fefefe;
}

.label.alert2 {
  background: #ffe81a;
  color: #fefefe;
}

.label.success {
  background: #009844;
  color: #fefefe;
}

.label.success2 {
  background: #48da3a;
  color: #fefefe;
}

.label.primary {
  background: #009fe8;
  color: #fefefe;
}

.label.primary2 {
  background: #f97099;
  color: #fefefe;
}

.label.warning {
  background: #e95504;
  color: #fefefe;
}

a {
  color: #000;
}

a:hover,
a:focus {
  color: #e95504;
}

/* サイズ設定 */
.big {
  font-size: 2.4rem;
}

.big2 {
  font-size: 2rem;
}

.big3 {
  font-size: 2.8rem;
}

.big4 {
  font-size: 3rem;
}

.normal {
  font-size: 1rem;
}

.mini {
  font-size: 0.85rem;
}

.mini2 {
  font-size: 0.75rem;
}

/* キャッチコピー */
.copy {
  font-family: "Noto Serif", serif;
  font-weight: bold;
  font-size: 1.6rem;
}

.copy2 {
  font-family: "Noto Serif", serif;
  font-weight: bold;
  font-size: 1.3rem;
}

.copy3 {
  font-family: "Noto Serif", serif;
  font-weight: bold;
  font-size: 1rem;
}

.copy4 {
  font-family: "Noto Serif", serif;
  font-weight: bold;
  font-size: 2rem;
}

/* メニュー */
blockquote {
  margin: 0 20px 1.25rem;
  padding: 5px 20px;
  background-color: #FFF;
  border: 1px solid #DFDFDF;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #333;
}

/* 引用設定 */
section blockquote {
  background-color: #fefefe;
  padding: 12px 12px 5px;
}

section blockquote p {
  color: #333;
}

/* ライン設定 */
hr {
  max-width: 100%;
}

/* マーカー設定 */
.marker {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

/* パネル設定 */

.panel .button {
  margin-bottom: 0;
}

h1 {
  font-family: "Noto Serif", serif;
  font-family: serif;
  padding-top: 40px;
  margin-bottom: 32px;
  font-weight: bold;
}

h2 {
  font-family: "Noto Serif", serif;
  font-family: serif;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 0;
}

h2 span {
  color: #e95504;
  font-size: 1.2rem;
}

h3 {
  font-family: "Noto Serif", serif;
  font-size: 3.2rem;
  font-weight: bold;
}

h4 {
  font-family: "Noto Serif", serif;
  font-size: 2rem;
  font-weight: bold;
}

h5 {
  font-family: "Noto Serif", serif;
  font-weight: bold;
}

h6 {
  font-family: "Noto Serif", serif;
  font-size: 1.8rem;
  font-weight: bold;
}

.left {
  float: left !important;
}

dd.left {
  margin-bottom: 5px;
}

dl.gprice {
  color: #FF0000;
  margin-bottom: 0;
}

dl.gprice b {
  font-size: 2.2rem;
}

dl.gprice dt {
  padding-top: 5px;
  margin-right: 3px;
}

/* .google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  margin-bottom: 0;
} */

@media screen and (max-width: 800px) {
  h3 {
    font-size: 2rem;
  }
}

@media (pointer: fine),
(hover: hover) {
  a:where([href^="TEL:"]) {
    pointer-events: none;
  }

  a:where([href^="tel:"]) {
    pointer-events: none;
  }
}

/* ヘッダー
----------------------------------------------------------------------------------------------------*/
header {
  background-image: url(../img/img_background1.jpg);
}

#top header {
  margin-bottom: 120px;
}

.head1 {
  height: 160px;
}

.g-nav {
  font-family: "Noto Serif", serif;
  font-family: serif;
  color: #000;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.g-nav a {
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 2px 4px;
  border-right: solid 1px #000;
}

.g-nav a:first-child {
  border-left: solid 1px #000;
}

.g-nav span {
  font-size: 1rem;
  color: #e95504;
  display: block;
}

.mainv {
  padding-bottom: 32px;
  width: 100%;
}

.logo-img {
  width: 160px;
}

#head2 {
  display: none;
}

.swiper-pagination {
  position: static;
}

.swiper-custom-button {
  background-image: none !important;
  color: white;
  font-size: 16px;
  text-align: center;
  width: 40px !important;
  height: 10px !important;
  line-height: 64px;
}

.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-color: #FFF;
}


/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
  background-color: #e95504;
}

#ptop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  opacity: 1;
  z-index: 100;
}

#top article {
  margin-bottom: 100px;
}

/*
ハンバーガ―メニュー
*/
.hamburger {
  width: 60px;
  height: 60px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 30;
  cursor: pointer;
  transition: 0.3s;
}

.hamburger:hover {
  opacity: 0.7;
}

/* ハンバーガーメニューの線の設定（メニューが閉じている時） */
.hamburger span {
  width: 30px;
  height: 2px;
  background: #e95504;
  position: absolute;
  left: 16px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

/* 1本目の線の位置を設定 */
.hamburger span:nth-child(1) {
  top: 21px;
}

/* 2本目の線の位置を設定 */
.hamburger span:nth-child(2) {
  top: 30px;
}

/* 3本目の線の位置を設定 */
.hamburger span:nth-child(3) {
  top: 40px;
}

/*
ハンバーガーメニューの線の設定（メニューが開いている時）
1本目の線を-45度回転
*/
.hamburger.active span:nth-child(1) {
  top: 30px;
  left: 15px;
  background: #e95504;
  transform: rotate(-45deg);
}

/* 2本目と3本目は重ねて45度回転 */
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 30px;
  background: #e95504;
  transform: rotate(45deg);
}

/*.doneクラスがついたヘッダー*/
#head2.dnone {
  display: block;
  /*透過0にして非表示に*/
}

.mainv2 {
  display: none;
}

#top-navmo {
  background-image: url(../img/img_background1.jpg);
  width: 100%;
  height: 100vh;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  opacity: 0;
  text-align: center;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  visibility: hidden;
  display: none;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  -moz-transition: opacity 0.6s ease, visibility 0.6s ease;
  -ms-transition: opacity 0.6s ease, visibility 0.6s ease;
  -o-transition: opacity 0.6s ease, visibility 0.6s ease;
}

#top-navmo.active {
  opacity: 1;
  visibility: visible;
}

#head2 .header_wrap_inner {
  display: block;
  overflow: auto;
  height: 100%;
  padding: 0 12.8%;
}

#head2 .header_wrap_inner a {
  display: block;
  font-size: 1.6rem;
}

#head2 .header_wrap_inner nav a {
  border-bottom: 1px solid #cccccc;
  padding: 15px 0;
}

#head2 .header_wrap_inner li a:hover {
  color: #fff;
  background-color: #b9b9b9;
}

#head2 .header_wrap_inner .tel-no {
  font-size: 2.4rem;
  padding: 15px 0;
}

.hscontact,
.hscontact2 {
  margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
  #head1 {
    display: none;
  }

  #head2 {
    display: block;
  }

  .mainv2 {
    display: block;
  }

  .mainv2 img {
    width: 100%;
  }

  #ptop {
    display: none;
  }
}

/*  トップ_ロードアニメーション
----------------------------------------------------------------------------------------------------*/
/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #fff;
  text-align: center;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 500px;
}

/* fadeUpをするアイコンの動き */

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*  トップ_えびせんパークとは
----------------------------------------------------------------------------------------------------*/
#about h3 {
  margin-bottom: 50px;
}

.about_content {
  display: flex;
  justify-content: space-between;
  height: 500px;
}

.about_left {
  width: 40%;
  position: relative;
}

.about_left-text {
  margin-bottom: 40px;
}

.about_right {
  width: 50%;
  text-align: center;
  position: relative;
  height: auto;
}

.about-back_img {
  opacity: 35%;
  position: absolute;
  z-index: -1;
  bottom: 0px;
  right: 0px;
}

.about_right-img1 {
  position: absolute;
  top: 80px;
  right: 80px;
  z-index: 3;
}

.about_right-img2 {
  position: absolute;
  right: 0;
  height: 500px;
  width: 500px;
  z-index: 2;
}

.about_right-text {
  position: absolute;
  z-index: 4;
  right: 10px;
  bottom: 10px;
  font-weight: bold;
}

@media screen and (max-width: 1300px) {
  .about_content {
    flex-direction: column;
    margin-bottom: 40px;
    height: auto;
  }

  .about_content h3 {
    text-align: center;
  }

  .about_left {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }

  .about_right {
    width: 100%;
  }

  .about_right-img2 {
    display: none;
  }

  .about_right-img1 {
    position: static;
    left: 0;
    z-index: 3;
  }

  .about_right-text {
    position: static;
    font-weight: bold;
  }
}

/* トップ_ぺったん体験
----------------------------------------------------------------------------------------------------*/

.small_mb {
  display: none;
}

.attention-frame {
  display: inline-block;
  border: solid 1px #000;
  padding: 10px 15px;
}

@media screen and (max-width: 800px) {
  .large_bannar {
    display: none;
  }

  .small_mb {
    display: block;
  }

  img.small_mb {
    width: 100%;
  }
}

/* トップ_お知らせ
----------------------------------------------------------------------------------------------------*/

.news_content {
  display: flex;
  justify-content: space-between;
  height: 320px;
}

.news_left {
  width: 30%;
  background-image: url(../img/img_background2.jpg);
  height: 100%;
  display: flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
}

.news_right {
  width: 65%;
  position: relative;
}

.news-back_img {
  opacity: 35%;
  position: absolute;
  z-index: -1;
  bottom: 5px;
  right: 10px;
}

.news_content ul {
  margin-left: 0;
  height: 100%;
  border-top: 1px dotted #CCC;
}

.newsList li {
  list-style-type: none;
  padding: 13px 0 13px;
  border-bottom: 1px dotted #CCC;
}

.newsList li .date {
  margin-right: 20px;
}

@media screen and (max-width: 1200px) {
  .news_content {
    flex-direction: column;
    height: auto;
  }

  .news_left {
    width: 100%;
    height: 200px;
    margin-bottom: 40px;
  }

  .news_content ul {
    width: 100%;
  }

  .news_right {
    width: 100%;
  }

  .date {
    margin-bottom: 10px;
  }

  .label {
    line-height: 1;
    margin-bottom: 5px;
    position: relative;
    top: -2px;
  }

  .news-title {
    display: block;
  }
}

/* トップ_商品紹介
----------------------------------------------------------------------------------------------------*/

#product h2 {
  margin-bottom: 50px;
}

#product1 .small2 a,
#product2 .small2 a,
#product3 .small2 a,
#product4 .small2 a {
  color: #e95504;
}

#product1 .small2 a:hover,
#product2 .small2 a:hover,
#product3 .small2 a:hover,
#product4 .small2 a:hover {
  text-decoration: underline;
}

.product_content {
  background-image: url(../img/img_background1.jpg);
  padding-top: 80px;
  padding-bottom: 80px;
}

.product-item_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product_item img {
  margin-bottom: 10px;
}

.product_item {
  width: 45%;
  margin-bottom: 40px;
  font-weight: bold;
}

.product_item h4 {
  text-align: center;
}

.rakuten-bannar {
  width: 600px;
  margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
  .product-item_content {
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
  }

  .product_item {
    width: 100%;
  }

  .product_item img {
    width: 100%;
  }
}

/* トップ_店舗案内
----------------------------------------------------------------------------------------------------*/

#shop h2 {
  margin-bottom: 50px;
}

#shop h4 {
  margin-bottom: 8px;
  font-weight: bold;
}

.shop_content {
  max-width: 1300px;
  padding: 0 80px;
}

.shop-item_content {
  position: relative;
}

.shop-back_img {
  opacity: 20%;
  position: absolute;
  z-index: -1;
  top: 5px;
  right: 0px;
}

.shop_item img {
  margin-bottom: 10px;
}

.shop_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.shop_item span {
  display: block;
  margin-bottom: 10px;
}

.shop_item-img {
  width: 45%;
}

.shop_item-img img {
  margin-bottom: 10px;
}

.shop_item-text {
  width: 50%;
}

.shop_text {
  margin-bottom: 20px;
}

.contact_content2 {
  text-align: left;
  font-size: 1.8rem;
}

.q-bannar {
  width: 600px;
}

@media screen and (max-width: 1200px) {
  #shop h4 {
    font-size: 1.8rem;
  }

  .shop_item {
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }

  .shop_item-img {
    width: 100%;
  }

  .shop_item-img img {
    width: 100%;
  }

  .shop_item-text {
    width: 100%;
  }

  .shop-item_content {
    position: relative;
  }

  .shop-back_img {
    position: absolute;
    opacity: 20%;
    z-index: -1;
    bottom: 30px;
    right: 1px;
  }
}

/* トップ_バナー
----------------------------------------------------------------------------------------------------*/

#kanko {
  height: 300px;
}

.kanko-bannar {
  position: relative;
}

.kanko-text {
  position: absolute;
  top: 28px;
  left: 80px;
  color: #fff;
}

.kanko-text .fa-water {
  font-size: 3rem;
}

.kanko-text h3 {
  position: static;
}

@media screen and (max-width: 1200px) {
  .kanko-img {
    display: none;
  }

  #kanko {
    height: 200px;
    background-image: url(../img/img_kanko-bannar2.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }

  #kanko::after {
    content: "";
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

  .kanko-text {
    text-align: center;
    width: auto;
    padding: 24px;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
  }

  .kanko-text h3 {
    text-align: center;
  }

  .kanko-text {
    color: #000;
  }
}

/* トップ_インスタグラム
----------------------------------------------------------------------------------------------------*/

#instagram h2 {
  margin-bottom: 50px;
}

article#instagram {
  margin-bottom: 0;
}

.insta-logo {
  position: relative;
  top: -2px;
  width: 29px;
}

.instagram_content {
  background-image: url(../img/img_background1.jpg);
  padding-top: 80px;
  padding-bottom: 80px;
}

.instagram-item_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.instagram_item {
  margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
  .instagram-item_content {
    flex-wrap: wrap;
  }

  .instagram_item {
    width: 40%;
  }

  .instagram_item img {
    width: 100%;
  }
}

/* トップ_お問い合わせ
----------------------------------------------------------------------------------------------------*/

.contact_container {
  background-image: url(../img/img_contact.jpg);
  padding: 50px 0;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.contact_container::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.contact_contents {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.contact_content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2rem;
  border-right: solid 1px #000;
}


.contact_content-text {
  font-size: 2.8rem;
  text-align: left;
  font-weight: bold;
  margin-left: 60px;
}

.contact_content2 {
  width: 100%;
  text-align: center;
  font-size: 2rem;
}

a.link-button {
  display: inline;
  vertical-align: middle;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 2px;
  padding-right: 30px;
  padding-left: 2px;
  border-bottom: solid 1px #000;
  z-index: 1;
  position: relative;
}

a.link-button:before {
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 10px;
  margin: 0;
  padding: 0;
  content: "\f054";
}

a.link-button:hover,
a.link-button:focus {
  border-bottom: solid 1px #e95504;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

@media screen and (max-width: 1200px) {
  .contact_content-text {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 20px;
  }

  .contact_contents {
    flex-direction: column;
  }

  .contact_content {
    border-right: none;
    margin-bottom: 20px;
  }

  .contact_content-text {
    margin-left: 0;
  }
}

@media screen and (max-width: 800px) {
  .contact_content-text {
    font-size: 1.8rem;
  }
}

/* フッター
----------------------------------------------------------------------------------------------------*/

footer {
  font-size: 1.3rem;
  padding-top: 40px;
}

.footer_container {
  max-width: 1300px;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer_content {
  width: 600px;
  font-weight: bold;
  display: flex;
  text-align: center;
  justify-content: space-between;
  margin: 0 auto 32px;
}

.footer_copy {
  background-image: url(../img/img_background1.jpg);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 3px;
}

.footer_img {
  width: auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
  .footer_content {
    display: none;
  }
}

/* 下層ページ共通
----------------------------------------------------------------------------------------------------*/
.title {
  position: relative;
  height: 200px;
  width: 100%;
  background-image: url(../img/img_background1.jpg);
}

h2.title-text {
  position: absolute;
  inset: 0;
  margin: auto;
}


.breadcrumbs li {
  font-size: 1.5rem;
  font-weight: bold;
}

.flex-container,
.flex-container1,
.flex-container2 {
  display: flex;
  justify-content: space-between;
}

.flow3-pettan .flex-container {
  flex-wrap: wrap;
}

.breadcrumbs a {
  color: #000000;
}

.current a {
  color: #e95504;
}

#main {
  width: 73%;
}

#sub-page img {
  width: 100%;
}

#sub-page h3 {
  font-size: 3.8rem;
  margin-bottom: 60px;
}

#sub-page h3 span {
  color: #e95504;
  font-size: 1.0rem;
  padding-left: 200px;
  position: relative;
}

#sub-page h3 span:before {
  position: absolute;
  content: "";
  background-color: #e95504;
  top: calc(50% - 1px);
  left: 0;
  width: 180px;
  height: 0.5px;
  letter-spacing: 1em;
}

#sub-page h4 {
  font-size: 2.6rem;
  padding-left: 30px;
  margin-bottom: 20px;
  font-weight: bold;
  position: relative;
}

#sub-page h4:before {
  background: #e95504;
  content: "";
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  position: absolute;
  top: 12px;
  left: 6px;
}

#contact #main a,
#entry #main a {
  border-bottom: solid 1px;
}

#contact a:hover {
  border-bottom: none;
}

#sub-page h5 {
  border-bottom: solid 2px #e95504;
  font-size: 1.9rem;
  margin-bottom: 10px;
}

#sub-page .map-logo {
  width: 235px;
}

/* サイドバー */

#sidebar {
  width: 24%;
}

#sidebar h5 {
  text-align: center;
  font-size: 1.8rem;
  padding-bottom: 3px;
  border-bottom: solid 1px #e95504;
}

#sidebar ul {
  border-bottom: 3px solid #EEEEEE;
  margin: 0 0 1.5rem;
  padding: 0;
}

#sidebar li {
  border-bottom: 2px solid #EEEEEE;
  list-style-type: none;
}

#sidebar li a {
  display: block;
  padding: 0.8rem 0.6rem 0.8rem;
  text-decoration: none;
  font-size: 1.3rem;
  color: #333;
}

#sub-page {
  border-bottom: solid 1px #a0a0a0;
  padding-bottom: 40px;
}

#sub-page .logo-img {
  width: 160px;
}

.side-bannar {
  margin-bottom: 20px;
}

.side-bannar_title {
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  border-top: solid 3px #e95504;
  padding: 5px;
  width: 100%;
}

.side-mb {
  display: none;
}

.side-tel {
  padding: 20px 5px;
  text-align: center;
  background: url(../img/img_background1.jpg);
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  border: solid #acacac 1px;
}

.side-shop:first-child {
  margin-bottom: 40px;
}


.side-shop-title {
  margin: 0 auto;
  max-width: 240px;
  padding: 2px 5px;
  background-color: #e95504;
  color: #FFF;
  font-size: 1.2rem;
}

.side-link {
  display: block;
}

.side-tel-no {
  text-align: center;
  font-size: 3rem;
  color: #e95504;
  margin-bottom: 10px;
}

.side-tel-no .fa-solid {
  font-size: 2rem;
  margin: -10px 0 0 0;
}

.side-shop-time {
  font-size: 1.4rem;
}

.side-shop-time .mini {
  font-size: 1.1rem;
}

.side-kanko-bannar {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  position: relative;
  border: solid 1px #000;
  width: 100%;
  margin-bottom: 20px;
}

.side-kanko-bannar img {
  width: 100%;
}

.side-kanko-bannar::after {
  content: "";
  background-color: rgba(85, 85, 85, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
}

.side-kanko-text {
  position: absolute;
  width: 90%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  font-size: 3rem;
  color: #FFF;
}

.side-title {
  margin-bottom: 20px;
}

@media screen and (max-width: 481px) {
  .flex-container {
    flex-direction: column;
  }

}

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

  .flex-container1,
  .flex-container2 {
    flex-direction: column;
  }


  #main {
    width: 100%;
  }

  #sidebar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .side-pc {
    display: none;
  }

  .side-mb {
    display: block;
    width: 100%;
  }

  .side-bannar {
    width: 48%;
  }

  .side-bannar2 {
    width: 100%;
  }

  .side-shop-title {
    max-width: 320px;
    font-size: 1.2rem;
  }

  .side-product {
    width: 100%;
    justify-content: center;
  }

  .side-tel {
    text-align: center;
  }

  .side-tel-no .fa-solid {
    font-size: 3rem;
    margin: -10px 0 0 0;
  }

  .side-tel-no {
    font-size: 3rem;
    color: #e95504;
  }

  .no {
    font-size: 4rem;
  }

  .kanko-text {
    font-size: 3rem;
  }
}

@media screen and (max-width: 800px) {
  #sidebar {
    width: 100%;
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .side-bannar {
    width: 100%;
  }

  .side-kanko-text {
    font-size: 2rem;
  }

  .kanko-text {
    font-size: 2rem;
  }
}

/* お知らせ
----------------------------------------------------------------------------------------------------*/
#news header h4 {
  border-bottom: 2px solid #e95504;
  font-size: 2rem;
  font-weight: bold;
  margin: 10px 0 5px;
  margin-bottom: 1rem;
  padding: 6px 10px 6px 0;
}

#news header h4::before {
  content: none;
}

#news section a {
  border-bottom: 1px solid #000;
}

#news section a:hover,
#news section a:focus,
#news section a:active {
  border-bottom: none;
}

#news section a.button {
  border-bottom: none;
}


.post header {
  background: none;
  padding-bottom: 0.2rem;
  margin-bottom: 1rem;
}

.post header h3 {
  margin-bottom: 0;
  background-color: #FFFFFF;
}

.post header time {
  padding: 5px 10px 5px 0;
  font-size: 1.5rem;
}

.panel {
  border-style: solid;
  border-width: 1px;
  margin-bottom: 20px;
  padding: 15px;
  border: solid 1px #FF8600;
}

.panel p {
  margin-bottom: 0;
}

.copy2 {
  color: #ea0404;
  font-family: "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif, "ＭＳ Ｐ明朝", "MS PMincho";
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 5px;
}


/* 長期休業用テンプレート */
.post table.kyugyo thead,
.post table.kyugyo tbody,
section table.kyugyo tr th,
section table.kyugyo tr td {
  margin-bottom: 1em;
}

section table.kyugyo tr th {
  width: 30%;
}

section table.kyugyo tr td {
  width: 70%;
}


/* ぺったん体験
----------------------------------------------------------------------------------------------------*/

@font-face {
  font-family: "Noto Serif CJK JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSerifCJKjp-Black.woff") format("woff"),
    url("../font/NotoSerifCJKjp-Black.otf") format("opentype");
}

.flow4-pettan {
  margin-bottom: 20px;
}

#pettan .black-area {
  background-color: #000;
  color: #FFF;
  padding-bottom: 3rem;
}

#pettan h2 img {
  width: 100%;
}

#pettan article h2 {
  color: #FFFFFF;
  font-family: "Noto Serif CJK JP", serif;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 0;
  padding: 3rem 3rem 1.5rem;
  background: none;
  border: none;
}

#pettan article h3 {
  margin-top: -100px;
  margin-bottom: 60px;
}

#pettan .textarea {
  padding: 60px 0;
}

/* ぺったんについて */
#about-pettan {
  background: url("../pettan/img/img_pettan2.png") no-repeat center center;
  background-size: cover;
  margin: 0;
}

#about-pettan.black-area .copy {
  color: #F95187;
  font-family: "Noto Serif CJK JP", serif;
  font-weight: bold;
  font-size: 3.6rem;
  letter-spacing: 0.2em;
  line-height: 60px;
}

#about-pettan.black-area .copy2 {
  color: #FFF;
  font-family: "Noto Serif CJK JP", serif;
  /* font-weight: bold; */
  font-size: 2.6rem;
  letter-spacing: 0.2em;
  line-height: 60px;
}

.show-for-large-up {
  display: none !important;
}


@media only screen and (max-width: 481px) {
  .bn-pc {
    display: none;
  }

  #about-pettan.black-area .copy2 {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }

  #about-pettan.black-area .copy {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }

}

@media only screen and (min-width: 481px) {
  .bn-sp {
    display: none;
  }

  .show-for-large-up {
    display: none !important;
  }

  .show-for-medium-only {
    display: inherit !important;
  }

  .show-for-small-only {
    display: none !important;
  }

  #about-pettan {
    background: url("../pettan/img/back_black_about_s.png") no-repeat top center;
    background-size: cover;
  }


  #about-pettan.black-area .copy2 {
    font-size: 15px;
    letter-spacing: 0.3em;
    line-height: 40px;
  }

  #about-pettan.black-area .copy2 span {
    display: inline-block;
  }

  #about-pettan.black-area .copy {
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 36px;
  }
}

@media only screen and (min-width: 769px) {
  .show-for-large-up {
    display: inherit !important;
  }

  .show-for-medium-only {
    display: none !important;
  }

  .show-for-small-only {
    display: none !important;
  }

}

@media only screen and (min-width: 1025px) {
  .show-for-large-up {
    display: inherit !important;
  }

  .show-for-medium-only {
    display: none !important;
  }

  .show-for-small-only {
    display: none !important;
  }
}

/* ぺったん体験 */

#flow-pettan {
  background: url(../pettan/img/back_pink_flow.png) no-repeat center center #F95187;
  background-size: cover;
  margin: 0;
}

#pettan article#flow-pettan {
  padding-bottom: 60px;
}

#flow-pettan h5 {
  margin-top: 0;
  font-family: "Noto Serif CJK JP", serif;
  font-size: 4rem;
  color: #222;
  position: relative;
}

.pettan_taiken img {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.pettan_taiken {
  border: solid 20px #e8b644;
  background-color: #e8b644;
  border-radius: 16px;
  max-width: 480px;
}


.pettantaiken_character {
  margin-bottom: -10px;
}

.pettantaiken1-left,
.pettantaiken1-right {
  width: 45%;
}

.pettantaiken2-left img,
.pettantaiken2-right img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.pettantaiken2-left,
.pettantaiken2-right {
  padding: 5px;
  border: solid 5px #FFF;
  background-color: #e35f94;
  border-radius: 16px;
  max-width: 480px;
  position: relative;
}

.pettantaiken2-1 {
  position: relative;
}

.pettantaiken2-4 {
  transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
}

.pettantaiken2-5 {
  transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
}

.pettantaiken2-1,
.pettantaiken2-2,
.pettantaiken2-3,
.pettantaiken2-4,
.pettantaiken2-5,
.pettantaiken2-6 {
  position: relative;
}

.pettantaiken2-1sub,
.pettantaiken2-2sub,
.pettantaiken2-3sub,
.pettantaiken2-4sub,
.pettantaiken2-5sub,
.pettantaiken2-6sub {
  position: absolute;
}

.pettantaiken2-1sub {
  margin-top: -50px;
}


.pettantaiken2-1sub {
  top: 0;
  left: 0;
}

.pettantaiken2-2 {
  margin-top: 165px;
}

.pettantaiken2-2sub {
  top: -10px;
  right: 0;
}

.pettantaiken2-3 {
  margin-top: -80px;
}

.pettantaiken2-3sub {
  top: -10px;
  right: -20px;
}

.pettantaiken2-4 {
  margin-top: 200px;
}

.pettantaiken2-4sub {
  top: -120px;
  right: -20px;
}

.pettantaiken2-5 {
  margin-top: -30px;
  margin-left: 120px;
}

.pettantaiken2-5sub {
  top: -190px;
  left: -140px;

}

.pettantaiken2-6 {
  position: relative;
  margin-top: 300px;
}

.pettantaiken2-6sub {
  top: -300px;
  left: 100px;
}

.pettantaiken2-7 {
  margin-top: -340px;
}

.yajirushi {
  padding: 0 10px;
  display: flex;
  align-items: center;
}


.yajirushi2 {
  flex-direction: column;
  position: relative;
}

.yajirushi2-2 {
  position: absolute;
  bottom: 300px;
}

/* ぺったん体験の流れ */

.flow-pettan_taiken {
  background-color: #FFF;
  padding: 25px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.flow-pettan_taiken h6 {
  font-size: 2.2rem;
  font-family: "Noto Serif CJK JP", serif;
  color: #222;
}

.flow-pettan_taiken p {
  font-size: 2rem;
  font-family: "Noto Serif CJK JP", serif;
  color: #222;
}


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

  #flow-pettan {
    background: url(../pettan/img/back_pink_flow_s.png) no-repeat center center #F95187;
    background-size: cover;
  }

  article#flow-pettan {
    margin-bottom: 0;
  }

  #pettan article h3 {
    margin-top: -40px;
  }

  #flow-pettan h3 {
    margin-bottom: 60px;
  }

  #pettan article#flow-pettan {
    position: relative;
    padding-bottom: 4rem;
  }

  .pettan_taiken {
    max-width: 100%;
  }

  .pettan_taiken img {
    width: 100%;
  }

  .flow-pettan_taiken span {
    display: block;
  }

  .pettan-container {
    width: 100%;
  }

  .pettantaiken1-left,
  .pettantaiken1-right {
    width: 100%;
    margin-bottom: 40px;
  }

  .pettantaiken2 .flex-container {
    width: 100%;
  }

  .pettantaiken2-left,
  .pettantaiken2-right {
    max-width: 100%;
  }

  .pettantaiken2-left img,
  .pettantaiken2-right img {
    width: 100%;
  }

  .pettantaiken2-1,
  .pettantaiken2-2,
  .pettantaiken2-3,
  .pettantaiken2-4,
  .pettantaiken2-5,
  .pettantaiken2-6,
  .pettantaiken2-7 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .pettantaiken2-7 {
    text-align: center;
  }

  img.pettantaiken2-1sub,
  img.pettantaiken2-2sub,
  img.pettantaiken2-3sub,
  img.pettantaiken2-4sub,
  img.pettantaiken2-5sub,
  img.pettantaiken2-6sub {
    width: 45%;
  }

  .pettantaiken2-5 {
    margin-left: 0;
  }

  .pettantaiken2-4 {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }

  .pettantaiken2-5 {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }

  .yajirushi {
    display: none;
  }

  .pettantaiken2-5sub {
    top: -80px;
    left: -40px;
  }

  .pettantaiken2-6sub {
    top: -60px;
    left: auto;
    right: -50px;
  }

  #flow-pettan h6 {
    margin-top: 0;
    font-family: "Noto Serif CJK JP", serif;
    font-size: 2rem;
    color: #222;
  }

}

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

  #flow-pettan h5 span {
    display: block;
  }


  .pettantaiken_text-left {
    display: none;
  }

  img.pettantaiken2-1sub,
  img.pettantaiken2-2sub,
  img.pettantaiken2-3sub,
  img.pettantaiken2-4sub,
  img.pettantaiken2-5sub,
  img.pettantaiken2-6sub {
    width: 60%;
  }

}

/* アクセスマップ */
#access-pettan h3 {
  display: inline-block;
  background-color: #FFF;
  border-radius: 40px;
  color: #222;
  font-family: "Noto Serif CJK JP", serif;
  font-weight: bolder;
  min-width: 300px;
  max-width: 680px;
  font-size: 3.2rem;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 5px 10px;
  text-align: center;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

.pettan-access-left {
  width: 60%;
}

.pettan-access-right {
  width: 37%;
}



article#flow-pettan blockquote {
  border-radius: 2rem;
  position: relative;
  margin-top: 240px;
  margin-bottom: 0;
  padding: 20px;
}

article#flow-pettan blockquote h4 {
  padding: 0;
  margin-bottom: 0;
  border: none;
  position: absolute;
  top: -195px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#pettan article h5#menu-regular {
  border-bottom: none;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-family: "Noto Serif CJK JP", serif;
  font-size: 2.6rem;
  font-weight: bolder;
  color: #222;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background-color: #DB638D;
}

section table.non {
  border-collapse: unset;
  border: none;
}


section table.non tr td {
  border: none;
  font-family: "Noto Serif CJK JP", serif;
  font-weight: bold;
  padding: 0.5rem;
  width: 40%;
}

table tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #FFF;
}

section table {
  width: 100%;
  border: none;
  background: none;
  margin: 0 0 1rem;
  padding: 0;
}

section table tr th {
  color: #333333;
  text-align: left;
  background-color: #f1f1f1;
}

section table tr th,
section table tr td {
  border: 1px solid #DDDDDD;
  padding: 10px 20px;
  margin: 0;
}

#pettan .pink td {
  color: #DB638D;
  font-size: 2rem;
}

#access-pettan dt {
  font-family: "Noto Serif CJK JP", serif;
  border-bottom: 1px solid #FFF;
}

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

  #pettan .pink td {
    font-size: 1.3rem;
  }


  table.stack td {
    border-top: 0;
  }

}

.fonts {
  font-family: "Noto Serif CJK JP", serif;
}

/* Googleインドアビュー */
.google-maps2 {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  margin-bottom: 0;
}

.google-maps2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 1200px) {
  #sidebar {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .pettan-access-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .pettan-access-right {
    width: 100%;
  }
}

@media only screen and (max-width: 481px) {
  article#flow-pettan blockquote {
    position: relative;
    margin: 0;
  }
}

/* 商品紹介
----------------------------------------------------------------------------------------------------*/
.product-menu {
  display: inline-block;
  width: 100%;
  padding: 10px;
  background: url(../img/img_background1.jpg);
  font-size: 1.6rem;
  font-weight: bold;
  border-left: solid 5px #e95504;
  margin-bottom: 10px;
}

#product h6 {
  margin: 0 auto 20px;
  padding: 10px 8px;
  background: url(../img/img_background3.jpg);
}


/* 店舗案内
----------------------------------------------------------------------------------------------------*/

#honten-yakiba .label {
  margin-bottom: 5px;
  width: 120px;
}

@media screen and (max-width: 800px) {
  .tenpo-shop_item span {
    display: block;
    margin-bottom: 10px;
  }
}

/* 観光案内
----------------------------------------------------------------------------------------------------*/
.pricing-table {
  list-style: none;
  line-height: 1;
  border: solid 1px #DDDDDD;
  margin-left: 0;
  margin-bottom: 12px;
}

#sub-page .pricing-table img {
  width: 23px;
}

.pricing-table .description {
  background-color: #FFFFFF;
  padding: 12px 6px;
  text-align: left;
  color: #333333;
  font-weight: normal;
  line-height: 1.4;
  border-bottom: dotted 1px #DDDDDD;
  height: 100px;
}

.pricing-table .bullet-item {
  background-color: #FFFFFF;
  padding: 6px;
  color: #333333;
  font-weight: normal;
  border-bottom: dotted 1px #DDDDDD;
  text-align: left;
}

.pricing-table .title {
  background-color: #EA5350;
  background-image: none;
  font-size: 1.7rem;
  padding: 6px 12px;
  height: auto;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  vertical-align: middle;
}

.pricing-table .title2 {
  background-color: #e9a800;
  background-image: none;
  font-size: 1.7rem;
  padding: 6px 12px;
  height: auto;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  vertical-align: middle;
}

.pricing-table .title3 {
  background-color: #2BA7D2;
  background-image: none;
  padding: 6px 12px;
  height: auto;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}

.pricing-table .title4 {
  background-color: #1e784f;
  background-image: none;
  padding: 6px 12px;
  height: auto;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}


.pricing-table .price {
  background: url(../img/img_background3.jpg);
  text-align: center;
  color: rgb(51, 51, 51);
  font-weight: normal;
  font-size: 2rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 10px 4px;
}

.price .button {
  margin: 5px 0 3px;
}


@media screen and (max-width: 63.9375em) {
  .pricing-table .description {
    height: auto;
  }
}

/* よくある質問
----------------------------------------------------------------------------------------------------*/
ul.list-q {
  margin: 0;
  padding: 1px 0 10px 0;
}

.list-q li {
  background: url(../faq/img/icon_faq_q.png) no-repeat;
  padding: 3px 10px 1rem 30px;
  margin-top: 0.5rem;
  margin-left: 0;
  margin-bottom: 10px;
  list-style-type: none;
  border-bottom: 1px dotted #CCC;
}

#faq section dt {
  background: url(../faq/img/icon_faq_qes.png) no-repeat #f0f0f0 10px 10px;
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-bottom: 2px solid #e95504;
  color: #444444;
  margin-bottom: 0;
  padding: 12px 10px 11px 40px;
}

#faq section dd {
  background: url(../faq/img/icon_faq_ans.png) no-repeat #FFF 10px 13px;
  padding: 15px 10px 0 40px;
  margin-bottom: 2rem;
  border-bottom: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
}

/* 採用情報
----------------------------------------------------------------------------------------------------*/
#sub-page img.kaneyoshi-logo {
  width: 323px;
  padding: 20px;
  border: solid 1px #DDDDDD;
}


/* 採用情報
----------------------------------------------------------------------------------------------------*/
section .contacttel.clearfix p {
  margin-bottom: 0;
}

.recruit-button {
  margin-top: 30px;
  padding: 10px 20px;
  font-size: 1.5rem;
}

.recruit-button .fi-torsos-all {
  font-size: 3rem;
}

.panel-title2 {
  margin: 0 auto 5px;
  padding: 4px 8px;
  background: url(../img/img_background3.jpg);
  color: #e95504;
  font-size: 1.3rem;
}

/* サイトマップ
----------------------------------------------------------------------------------------------------*/

ul#sitemap-box {
  margin-left: 0;
  font-size: 1.8rem;
}

#sitemap-box li {
  list-style-type: none;
  padding: 12px 0 10px 20px;
  margin-left: 0;
  list-style-type: none;
  font-weight: bold;
  font-size: 1.8rem;
  border-bottom: 1px solid #CCC;
  position: relative;
}

#sitemap-box li:before {
  background: #e95504;
  content: "";
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  position: absolute;
  top: 22px;
  left: 0;
}

#sitemap-box ul ul {
  border-bottom: none;
  margin: 0;
  padding: 0;
}

#sitemap-box li li {
  font-size: 1.5rem;
  border-bottom: 1px dotted #CCC;
  margin-left: 0;
}

#sitemap-box li li:before {
  font-size: 0.1rem;
  background: none;
  background-color: #eeeeee;
  content: "";
  width: 5px;
  height: 5px;
  transform: rotate(0);
  top: 20px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}

#sitemap-box li li:last-child {
  border-bottom: none;
  padding-bottom: 5px;
}

ul ul {
  margin-left: 0;
}

/* お問い合わせ
----------------------------------------------------------------------------------------------------*/
.panel-title {
  margin: 0 auto 5px;
  max-width: 300px;
  padding: 4px 8px;
  background-color: #e95504;
  color: #FFF;
  font-size: 1.3rem;
}

.panel-main {
  font-size: 3rem;
  text-align: center;
  font-size: 3rem;
  color: #e95504;
}

.panel-main .fa-phone,
.panel-main .fa-envelope {
  font-size: 2.4rem;
}

.panel-sub {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.contact-box {
  margin-top: 10px;
  margin-bottom: 20px;
}

.contacttel {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  margin-bottom: 20px;
  padding: 10px 12px;
}

.contacttel .button {
  margin-bottom: 0;
}

.red.small {
  font-size: 1.3rem;
}

/* フォーム */
.bod {
  border-bottom: 1px solid #DDD;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.bod label {
  font-weight: normal;
  font-size: 1.6rem;
}

fieldset legend {
  font-weight: normal;
  background: none;
  padding: 0;
  margin: 0;
  margin-left: 0
}

label {
  margin-bottom: 0.3rem;
  padding: 0;
}

select {
  margin: 0 0 10px;
    /* padding: 6px; */
    font-size: 1.5rem;
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
  margin: 0 0 10px;
  padding: 6px;
  font-size: 1.5rem;
  height: auto;
}

@media screen and (max-width: 800px) {
  .panel-main {
    font-size: 2.4rem;
  }

  .panel-main .fa-phone,
  .panel-main .fa-envelope {
    font-size: 1.8rem;
  }
}


/* アクセスマップ
----------------------------------------------------------------------------------------------------*/

#address,
#address2 {
  background-color: #FFFFFF;
  padding: 10px 5px 0;
  margin-bottom: 2rem;
}


/* プライバシーポリシー
----------------------------------------------------------------------------------------------------*/

#privacy2 dt {
  border-bottom: 1px dotted #DDD;
  border-left: 5px solid #e95504;
  font-size: 1.8rem;
  margin-top: 3px;
  margin-bottom: 10px;
  padding: 6px 12px;
}