/*
Theme Name: kusatsu-sensui
Theme URI: 
Description: リクエストフォーム
Author: 株式会社新和プランニング
*/

@charset "UTF-8";
/****************************************
リクエストフォーム css
****************************************/
* {
  font-family: 'Hiragino Kaku Gothic ProN', '游ゴシック', 'Yu Gothic',
    'Yu Gothic Medium', Meiryo, sans-serif;
  color: #393d46;
}

body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
figure {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

p,
td,
th,
li {
  line-height: 1.8;
}
img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}
a {
  color: #ffff00;
  letter-spacing: normal;
  text-decoration: none;
}
a:hover {
  color: #ffff00;
  letter-spacing: normal;
  text-decoration: none;
}
a:active {
  color: #ffff00;
  letter-spacing: normal;
  text-decoration: none;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
html {
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

main {
  overflow-x: hidden !important;
}

/*【header】-----------------------------------*/

.header-container {
  width: 100%;
  height: 75px;
  z-index: 99000;
  position: absolute;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  top: 0;
}

@media screen and (min-width: 768px) {
  .header-container {
    height: 100px;
  }
}

@media screen and (min-width: 1024px) {
  .header-container {
    height: 125px;
    display: block;
  }
}

.header-container-top {
  width: 86%;
  z-index: 99000;
  margin: 0 7%;
}

@media screen and (min-width: 768px) {
  .header-container-top {
    width: 96%;
    margin: 0 2%;
  }
}

@media screen and (min-width: 1024px) {
  .header-container-top {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 1000px;
    margin: 30px auto 28px auto;
    padding-right: 30px;
    box-sizing: border-box;
  }
}
.header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-logo img {
  display: block;
  width: 100%;
  margin: 0 auto;
	padding-top:20px;
}

@media screen and (min-width: 1024px) {
  .header-logo {
    height: auto;
  }
  .header-logo img {
    display: block;
    width: 100%;
    height: auto;
    max-width: fit-content;
  }
}

.header-navigation-middle {
  display: none;
}

@media screen and (min-width: 1024px) {
  .header-navigation-middle {
    display: block;
    margin-left: auto;
    height: 45px;
  }
}
.header-navigation-middle ul {
  display: flex;
  justify-content: center;
}

.header-navigation-middle li {
  text-align: center;
  line-height: 50px;
  background-color: #996699;
  position: relative;
  width: 110px;
  height: 50px;
  margin-right: 40px;
}

.header-navigation-middle li:last-child {
  text-align: center;
  line-height: 50px;
  background-color: #996699;
  position: relative;
  width: 110px;
  height: 50px;
  margin-right: 0;
}

.header-navigation-middle li a:before {
  position: absolute;
  content: '';
  top: 0;
  left: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 30px;
  border-color: transparent transparent #996699 transparent;
}

.header-navigation-middle li a:after {
  position: absolute;
  content: '';
  top: 0;
  right: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 30px 0 0;
  border-color: #996699 transparent transparent transparent;
}

.header-navigation-middle li a {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  font-size: 0.9rem;
  color: #ffffff;
}

.header-navigation-middle li a:hover {
  background-color: #ff9900;
}

.header-navigation-middle li a:hover:before {
  position: absolute;
  content: '';
  top: 0;
  right: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 30px;
  border-color: transparent transparent #ff9900 transparent;
}

.header-navigation-middle li a:hover:after {
  position: absolute;
  content: '';
  top: 0;
  right: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 30px 0 0;
  border-color: #ff9900 transparent transparent transparent;
}

.header-container-bottom {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header-container-bottom {
    display: block;
  }
}

/*【ナビゲーション】-----------------------------*/
.header-menu {
}
@media screen and (min-width: 1024px) {
  .header-menu {
    display: none;
  }
}

.d-menu {
  z-index: 99900;
}

@media screen and (min-width: 768px) {
  .d-menu {
    margin-right: 10px;
  }
}

.panel {
  display: none;
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99990;
  overflow-y: auto;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 768px) {
  .panel {
    top: 100px;
  }
}

.panel ul {
  width: 100%;
  margin-bottom: 200px;
}

.panel ul.menu li {
  width: 100%;
  height: auto;
  line-height: 46px;
  float: left;
  background: #2e2d32;
  border-bottom: 1px solid #999999;
  box-sizing: border-box;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .panel ul.menu li {
    line-height: 70px;
  }
}

.panel ul.menu li.contact {
  background: #ff7e00;
}
.panel ul.menu li.apply {
  background: #dd2121;
}
.panel ul.menu li.close_btn {
  width: 100%;
  float: none;
  background-image: none;
}
.panel ul.menu li a {
  font-size: 1rem;
  display: block;
  color: #ffffff !important;
  text-decoration: none;
  padding: 0 10px;
  box-sizing: border-box;
  border: none;
  position: relative;
}

@media screen and (min-width: 768px) {
  .panel ul.menu li a {
    padding: 0 25px;
  }
}

.panel ul.menu li a:after {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -25px;
  content: '';
  font-size: 1.4rem;
  color: #fff;
}
.panel ul.menu li ul li {
  background-color: #666666;
}
.panel ul.menu li ul li a {
  padding: 0 20px;
  font-size: 0.9rem;
}
.panel-btn {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}

@media screen and (min-width: 768px) {
  .panel-btn {
    width: 50px;
    height: 50px;
  }
}

.panel-btn p {
  color: #cc0066;
  font-size: 0.7rem;
  text-align: center;
  margin-top: 15px;
}

.panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 3px;
  margin: 0 0 0 -20px;
  background: #1a1a19;
  transition: 0.2s;
}

@media screen and (min-width: 768px) {
  .panel-btn-icon {
    width: 50px;
    height: 3px;
  }
}

.panel-btn-icon:before,
.panel-btn-icon:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 35px;
  height: 3px;
  background: #1a1a19;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .panel-btn-icon:before,
  .panel-btn-icon:after {
    width: 50px;
    height: 3px;
  }
}

.panel-btn-icon:before {
  margin-top: -10px;
}

@media screen and (min-width: 768px) {
  .panel-btn-icon:before {
    margin-top: -18px;
  }
}

.panel-btn-icon:after {
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .panel-btn-icon:after {
    margin-top: 15px;
  }
}

.panel-btn .close {
  background: transparent;
}
.panel-btn .close:before,
.panel-btn .close:after {
  margin-top: 0;
}
.panel-btn .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.panel-btn .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.demo {
  margin: 0;
}
.demo a {
  display: block;
}

.demo .child {
  display: none;
  padding: 0;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

.demo .child > li:last-child {
  border-bottom: 0;
}

.demo .toggle:after {
  position: absolute;
  content: '' !important;
  top: 50%;
  right: 25px !important;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  transition: 0.3s;
  margin-top: -5px !important;
}

.demo .toggle.active:after {
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(135deg);
}

@media screen and (min-width: 1024px) {
  .d-menu {
    display: none !important;
  }
}

.menu-bottom {
  background-color: #ffffff;
  height: 650px;
}

@media screen and (min-width: 768px) {
  .menu-bottom {
    height: 900px;
  }
}

.menu-bottom .menu-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 10px;
}

@media screen and (min-width: 768px) {
  .menu-bottom .menu-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 25px 30px 25px;
  }
}

.menu-bottom .menu-contact a {
  background-color: #2e2d32;
  width: 48%;
  height: 45px;
}

@media screen and (min-width: 768px) {
  .menu-bottom .menu-contact a {
    background-color: #2e2d32;
    width: 48%;
    height: 70px;
  }
}

.menu-bottom .menu-contact p {
  color: #ffffff;
  line-height: 45px;
}

@media screen and (min-width: 768px) {
  .menu-bottom .menu-contact p {
    line-height: 70px;
  }
}

.menu-bottom .p-box {
  margin-bottom: 10px;
}

.menu-bottom .menu-personal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 10px 10px;
}

@media screen and (min-width: 768px) {
  .menu-bottom .menu-personal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 25px 15px 25px;
  }
}

.menu-bottom .menu-personal a {
  background-color: #2e2d32;
  width: 100%;
  height: 45px;
}

@media screen and (min-width: 768px) {
  .menu-bottom .menu-personal a {
    background-color: #2e2d32;
    width: 100%;
    height: 70px;
  }
}

.menu-bottom .menu-personal p {
  color: #ffffff;
  line-height: 45px;
}

@media screen and (min-width: 768px) {
  .menu-bottom .menu-personal p {
    line-height: 70px;
  }
}

.menu-bottom .menu-notice {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 0 10px;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .menu-bottom .menu-notice {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px 0px 25px;
  }
}

.menu-bottom .menu-notice a {
  background-color: #cdd7e7;
  width: 100%;
  height: 45px;
  border: 1px solid #999999;
}

@media screen and (min-width: 768px) {
  .menu-bottom .menu-notice a {
    background-color: #cdd7e7;
    width: 100%;
    height: 70px;
  }
}

.menu-bottom .menu-notice p {
  color: #1a1a1a;
  line-height: 45px;
}

@media screen and (min-width: 768px) {
  .menu-bottom .menu-notice p {
    color: #1a1a1a;
    line-height: 70px;
  }
}

.menu-bottom .menu-etc {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .menu-bottom .menu-etc {
    padding: 0 25px;
  }
}

@media screen and (min-width: 768px) {
  .menu-bottom .menu-etc .m-pp {
    margin-left: -25px;
  }
}

.menu-bottom .menu-etc .m-pp p {
  color: #999999;
  position: relative;
}

.menu-bottom .menu-etc .m-pp p:after {
  position: absolute;
  content: '';
  top: 7px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #999999;
  border-right: 2px solid #999999;
  transform: rotate(45deg);
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .menu-bottom .menu-etc .m-instagram {
    margin-right: -25px;
  }
}

.menu-bottom .menu-etc .m-instagram i {
  color: #333333;
  font-size: 3.6rem;
}

.navi-container-pc {
  display: none;
}

@media screen and (min-width: 560px) {
  .navi-container-pc {
    top: 0;
    z-index: 99801;
    width: 100%;
    background-color: #ffffff;
    display: block;
  }
}
.header-underline {
  height: 40px;
  border-top: 2px solid #0f1d5b;
  width: 100%;
}

.header-navigation-second {
  height: 40px;
}
.header-navigation-second ul {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .navi-container-pc {
  }
  .header-navigation-second {
    width: 1000px;
    margin: 0 auto;
  }
}
.header-navigation-second li {
  flex-grow: 1;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 1rem;
}
.header-navigation-second li:last-child {
  border-right: none;
}
.header-navigation-second li a {
  color: #fff;
  display: block;
  font-weight: normal;
  font-size: 0.9rem;
}

#gnav {
}

#gnav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#gnav ul li {
  display: inline-block;
  box-sizing: border-box;
  flex-grow: 1;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 1.1rem;
}

#gnav ul li a {
  text-decoration: none;
  display: block;
  color: #0f1d5b;
}

#gnav > ul > li:hover {
  background-position: bottom;
  background-repeat: repeat-x;
  letter-spacing: normal;
  color: #fff;
}
#gnav > ul > li:hover .menu {
  max-height: 9999px;
  opacity: 1;
}

#gnav > ul > li > a {
  display: block;
  transition: all 0.3s;
  letter-spacing: normal;
  color: #1a1a1a;
  position: relative;
  border-bottom: 2px solid #1a1a1a;
  font-size: 1rem;
  margin-right: 8px;
}

#gnav > ul > li > a:last-child {
  display: block;
  transition: all 0.3s;
  letter-spacing: normal;
  color: #1a1a1a;
  position: relative;
  border-right: none;
  font-size: 1rem;
}

#gnav > ul > li > a:hover {
  color: #961468;
}

#gnav .ppp {
}

#gnav .sole a:hover:after,
#gnav .toggle a:hover:after {
  content: '';
  height: 10px;
  background-color: #961468;
  display: block;
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 0.3s;
}
#gnav .toggle .menu a:hover:after {
  display: none;
}

#gnav > ul .menu {
  transition: all 0.3s;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  text-align: left;
  position: absolute;
  top: 150px;
  background-color: rgba(80, 0, 50, 0.8);
  height: 138px;
}

#gnav > ul .menu .menu_inner {
  padding: 0;
}
#gnav > ul .menu .menu_inner li {
  display: inline-block;
  margin: 0;
}

#gnav > ul .menu .menu_inner li:first-child {
  display: inline-block;
  /* margin: 0 85% 10px 0; li数変更で長さ調節*/
  margin: 0 55px 0 0;
}

#gnav > ul .menu a {
  color: #fff;
}
#gnav ul .menu .contents {
  margin: 0 auto;
  width: 850px;
  height: 138px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
#gnav ul .menu .contents ul {
  display: initial;
}

#gnav ul .menu .contents ul li {
  display: inline-block;
  border: none;
  position: relative;
  line-height: 10px;
  height: 30px;
  margin-right: 55px;
  flex-grow: 0;
}

@media screen and (min-width: 768px) {
  #gnav ul .menu .contents ul {
    margin: 0 22px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  #gnav ul .menu .contents ul li {
    line-height: 30px;
    height: 30px;
  }
}
#gnav ul .menu .contents ul li:before {
  position: absolute;
  content: '';
  top: 11px;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #ffffff;
}

#gnav ul .menu .contents ul li a {
  font-size: 1rem;
  text-align: left;
}
#gnav ul .menu .contents ul li a:hover {
  color: #ffff00;
  border-bottom: 2px solid #ffff00;
}
#gnav ul .menu .contents ul li a:hover:before {
  position: absolute;
  content: '';
  top: 11px;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #ffff00;
}
.navi-container-sp {
  padding-top: 75px;
  padding-right: 2%;
  padding-bottom: 25px;
  padding-left: 2%;
  background-color: #f6f5f5;
}
.header-navigation-third {
}
.header-navigation-third ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header-navigation-third li {
  width: 48.5%;
  border: 1px solid #cc0066;
  background-color: #ffffff;
  margin-bottom: 2%;
}
.header-navigation-third li a {
  color: #cc0066;
  display: block;
  font-size: 1rem;
  text-align: center;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .navi-container-sp {
    display: none;
  }
}

/*【ぱんくず】-----------------------------*/
.breadcrumb {
  padding: 10px 0;
  width: 86%;
  margin: 0 7%;
  font-size: 0.85rem;
  line-height: 1.35rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
  .breadcrumb {
    padding: 20px 0px;
    width: 1000px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.6rem;
  }
}

.breadcrumb a {
  color: #666666;
  text-decoration: underline;
  padding: 0 10px;
}

.bc-sp {
  display: none;
}

@media screen and (min-width: 1024px) {
  .bc-sp {
    color: #666666;
    display: block;
  }
}

/*【共通】-----------------------------*/
#contents {
  padding-top: 75px;
}

@media screen and (min-width: 768px) {
  #contents {
    padding-top: 100px;
  }
}

@media screen and (min-width: 1024px) {
  #contents {
    padding-top: 70px;
  }
}

/*【footer】-----------------------------------*/
footer {
  background-color: #1c1c1c;
}

.footer-container {
  width: 86%;
  margin: 0 7%;
  padding-top: 45px;
  padding-bottom: 35px;
}

@media screen and (min-width: 768px) {
  .footer-container {
    width: 100%;
    margin: 0;
    padding-top: 45px;
    padding-bottom: 35px;
  }
}

@media screen and (min-width: 1024px) {
  .footer-container {
    width: 1000px;
    margin: 0 auto;
    padding-top: 45px;
    padding-bottom: 35px;
  }
}

.footer-buttons ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .footer-buttons ul {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}

.footer-buttons ul li {
  width: 100%;
  margin: 0 auto 10px auto;
  max-width: 360px;
  height: 45px;
  font-size: 0.875rem;
  border-radius: 5px;
  border: 1px solid #ffffff;
}

@media screen and (min-width: 768px) {
  .footer-buttons ul li {
    width: 220px;
    height: 45px;
    letter-spacing: normal;
    font-size: 0.875rem;
    border-radius: 5px;
    border: 1px solid #ffffff;
    margin: 0 10px 0 0;
  }

  .footer-buttons ul li:last-child {
    width: 220px;
    height: 45px;
    letter-spacing: normal;
    font-size: 0.875rem;
    border-radius: 5px;
    border: 1px solid #ffffff;
    margin: 0;
  }
}

@media screen and (min-width: 1024px) {
  .footer-buttons ul li {
    width: 300px;
    height: 60px;
    margin: 0 18px 0 0;
    font-size: 0.9rem;
  }

  .footer-buttons ul li:last-child {
    width: 300px;
    height: 60px;
    margint: 0;
    font-size: 0.9rem;
  }
}

.footer-buttons ul li a {
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .footer-buttons ul li a {
    width: 220px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
  }
}

@media screen and (min-width: 1024px) {
  .footer-buttons ul li a {
    width: 300px;
    height: 60px;
  }
}

.footer-navigation {
  margin: 28px 0 50px 0;
}

@media screen and (min-width: 768px) {
  .footer-navigation {
    margin: 55px 0;
  }
}

.footer-navigation ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .footer-navigation ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
}

.footer-navigation ul li {
  border: 1px solid #ffffff;
  padding: 0 8px;
  line-height: 45px;
  border-radius: 5px;
  width: 48.5%;
  height: 45px;
  box-sizing: border-box;
  margin-bottom: 3%;
}

.footer-navigation ul li:nth-of-type(even) {
  border: 1px solid #ffffff;
  padding: 0 8px;
  line-height: 45px;
  border-radius: 5px;
  width: 48.5%;
  height: 45px;
  box-sizing: border-box;
  margin-bottom: 3%;
}

@media screen and (min-width: 768px) {
  .footer-navigation ul li,
  .footer-navigation ul li:nth-of-type(even) {
    border: none;
    border-right: 1px solid #ffffff;
    padding: 0 8px;
    line-height: 1rem;
    border-radius: 0;
    width: auto;
    height: auto;
    margin: 0;
  }

  .footer-navigation ul li:last-child {
    border: none;
    padding: 0 8px;
    line-height: 1rem;
    border-radius: 0;
    width: auto;
    height: auto;
    margin: 0;
  }
}

.footer-navigation ul li a {
  color: #ffffff;
  font-size: 0.7rem;
  display: block;
  text-align: center;
}

@media screen and (min-width: 360px) {
  .footer-navigation ul li a {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 768px) {
  .footer-navigation ul li a {
    font-size: 0.9rem;
  }

  .footer-navigation ul li a:hover {
    font-size: 0.9rem;
    color: #ffff00;
    transition: 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .footer-information {
    width: 365px;
    margin: 0 auto;
  }
}

.footer-logo {
  width: 60%;
  max-width: 90%;
  height: auto;
  margin: 0 auto 20px auto;
}

@media screen and (min-width: 768px) {
  .footer-logo {
    width: 90%;
    height: auto;
    margin: 0 auto 10px auto;
  }
}
.footer-logo img {
  display: block;
}

.footer-address p {
  color: #ffffff;
  font-size: 0.75rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer-address p {
    font-size: 0.95rem;
  }
}

.footer-address p.tel {
  color: #ffffff;
  font-size: 0.75rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer-address p.tel {
    font-size: 0.95rem;
  }
}

.footer-instagram {
  padding-top: 25px;
}

.footer-instagram a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-instagram i {
  text-align: center;
  color: #ffffff;
  font-size: 2.4rem;
}

.footer-copyright {
}

@media screen and (min-width: 768px) {
  .footer-copyright {
    padding-bottom: 40px;
  }
}

.footer-copyright p {
  color: #ffffff;
  text-align: center;
  font-size: 0.7rem;
}

@media screen and (min-width: 768px) {
  .footer-copyright p {
    font-size: 1rem;
  }
}

.bottom-contact {
  display: flex;
  position: fixed;
  z-index: 999;
  bottom: 0px;
  width: 100%;
  height: 55px;
}

.partsTitle {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.cake_text {
  margin-top: -6px;
  font-size: 14px;
  margin-bottom: 10px;
}

.cake_text a {
  color: #447edb;
  border-bottom: solid 1px transparent;
}

.cake_text a:hover {
  border-bottom: solid 1px #447edb;
}

@media screen and (min-width: 768px) {
  .bottom-contact {
    display: none;
  }
}

.bottom-contact ul {
  width: 100%;
  display: flex;
  height: 55px;
}

.bottom-contact ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  font-size: 0.9rem;
  text-align: center;
}

.bottom-contact li a {
  display: block;
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 0.3rem;
  line-height: 1rem;
}

/*【トップに戻る】-----------------------------*/
#pageTop {
  position: fixed;
  bottom: 70px;
  right: 20px;
  z-index: 999;
}
#pageTop a {
  display: block;
  z-index: 999;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  line-height: 1.4rem;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  opacity: 0.7;
  background-color: #ff0066;
}
#pageTop a:before {
  content: '';
  width: 25px;
  height: 25px;
  display: block;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(-45deg);
  position: absolute;
  top: 8px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#pageTop a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  #pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
  }
  #pageTop a {
    display: block;
    z-index: 999;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 1.4rem;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    opacity: 0.7;
    background-color: #ff0066;
  }
  #pageTop a:before {
    content: '';
    width: 25px;
    height: 25px;
    display: block;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(-45deg);
    position: absolute;
    top: 8px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  #pageTop a:hover {
    text-decoration: none;
    opacity: 0.4;
  }
}

/* 共通CSS ----------*/
.text_semibord {
  font-weight: bolder;
}

.pcShow {
  display: block;
}

.spShow {
  display: none;
}

.mb40 {
  margin-bottom: 40px;
}

.mwform-checkbox-field vertical-item {
  margin-top: 8px;
  margin-right: 4px;
}

.mw_wp_form .vertical-item {
  display: block;
  margin-top: 4px;
  margin-right: 4px;
}

.mwform-radio-field label {
  margin-right: 8px;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-right: 10px;
  margin-left: 0;
}

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

  .spShow {
    display: block;
  }
}