@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav.gnav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

body {
  line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav.gnav,
section {
  display: block
}

ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

del {
  text-decoration: line-through
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px dotted #5d9a9c;
  margin: 1em 0;
  padding: 0
}

input,
select {
  vertical-align: middle
}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
  font-size: 14px;
  font-family: 'Noto Sans Japanese', "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
  letter-spacing: .05em;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #7f7e7e;
}

#contents {
  width: 980px;
  margin: 0 auto;
}

header+#contents {
  padding-top: 50px;
}

.inner {
  position: relative;
  width: 980px;
  margin: 0 auto;
}

a {
  color: #555;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
  color: #403732;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.underline {
  text-decoration: underline;
}

h1 {
  font-size: 28px;
}

h2 {
  margin: 30px auto;
  font-size: 50px;
  color: #5d9a9c;
  letter-spacing: .1em;
  font-family: 'Mrs Saint Delafield', cursive;
}

h2 span {
  font-size: 11px;
  font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, sans-serif;
}

h3 {
  margin-bottom: 15px;
  font-size: 60px;
  line-height: 1;
  font-family: 'Mrs Saint Delafield', cursive;
  letter-spacing: .05em;
}

h3 span {
  font-size: 13px;
  font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, sans-serif;
}

h4 {
  margin-top: 0.25em;
  margin-bottom: 1.5em;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  position: relative;
  color: #555;
}

h4 span {
  font-size: 11px;
  font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, sans-serif;
}

h4::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  background: #7f7e7e;
  top: 15px;
  left: 100px;
}

h4.long::after {
  left: 150px;
}

h5 {
  margin-bottom: 0.25em;
  padding-left: 15px;
  font-size: 18px;
}

h5 span {
  font-size: 14px;
  padding-left: 10px;
}

h6 {
  margin-bottom: 0.25em;
  padding-left: 5px;
  font-size: 16px;
  font-weight: bold;
}

p {
  margin: 0 0 1em 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

img.shadow {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

em {
  font-weight: bold;
}

small {
  font-size: smaller;
}

strong {
  font-weight: bold;
  font-size: larger;
}

pre {
  margin: 1em 0;
  padding: 1em;
}

blockquote {
  margin-bottom: 1em;
  padding: 1em;
  border: 1px dotted #ddd;
  border-left: 5px solid #ddd;
}

ul,
ol,
dl {
  margin: 0;
}

ul li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

li {
  margin-left: 0;
}

.montserrat {
  font-family: 'Montserrat', sans-serif;
}

.color_pink {
  color: #df7474;
}

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

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

  #contents {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .inner {
    width: 100%;
  }

  h2 {
    font-size: 23px;
    margin: 30px auto 30px;
  }

  h3 {
    font-size: 50px;
  }

  h4:after {
    width: 80px;
    left: 95px;
  }
}


/* ==================================================
  preloader
====================================================*/
.preloader-area {
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.preloader-area .loader-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.preloader-area .loader {
  background-image: url(../images/loader-pc.png);
  width: 130px;
  height: 123px;
}

@media screen and (max-width:768px) {
  .preloader-area .loader {
    background-image: url(../images/loader-sp.png);
    width: 80px;
    height: 76px;
  }
}



/*================================================
 *  汎用クラス
 ================================================*/
/* ボタン */
.btnArea {
  margin: 50px auto;
  position: relative;
  letter-spacing: 2px;
  font-size: 12px;
  text-align: center;
}

.button {
  position: relative;
  width: 270px;
  margin: 0 auto;
}

.button a {
  display: block;
  position: relative;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  transition: all.3s;
  overflow: hidden;
  font-family: 'Montserrat', 'Noto Sans Japanese', "メイリオ", Meiryo, sans-serif;
  border-radius: 5px;
}

.button a span {
  position: relative;
  z-index: 1;
}

.button a::after {
  position: absolute;
  content: "";
  width: 200%;
  height: 100%;
  transform: translateX(-40%);
  background: linear-gradient(45deg, #fff, #5d9a9c);
  top: 0;
  left: 0;
  transition: transform .5s ease-in-out;
}

.button a:hover::after {
  transform: translateX(-20%);
}

.button.button_pink a::after {
  background: linear-gradient(45deg, #fff, #df7474);
}




/* =======================================================
* header
* ======================================================= */
#g-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url(../images/bg-pattern.jpg);
  transition: all 0.3s;
}

#g-nav::after {
  position: absolute;
  content: "";
  background: rgba(93, 154, 156, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#g-nav.panelactive {
  opacity: 1;
  z-index: 99;
}

#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* ナビゲーション左側 */
#g-nav.panelactive #g-nav-list .bg_list {
  height: 100vh;
  display: flex;
  width: 25%;
  text-align: center;
}

#g-nav.panelactive #g-nav-list .bg_list div {
  margin: auto 20px;
}

#g-nav.panelactive #g-nav-list .bg_list div h1 {
  width: 70%;
  margin: 0 auto 40px;
}

#g-nav.panelactive #g-nav-list .bg_list_line a {
  background: #00B900;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  letter-spacing: .1em;
  margin-bottom: 10px;
}

#g-nav.panelactive #g-nav-list .bg_list_line a span {
  font-size: 11px;
  display: block;
}

#g-nav.panelactive #g-nav-list .bg_list_line a img {
  width: 20px;
  vertical-align: middle;
  margin-right: 3px;
}

/* ネットショップ */
#g-nav.panelactive #g-nav-list .bg_list_line a.shop {
  background: #fff;
  color: #555;
  font-size: 14px;
}
#g-nav.panelactive #g-nav-list .bg_list_line a.shop img {
  width: 50px;
}
/* SPのみ */
.snsSP {
  display: none;
}


/*ナビゲーション右側*/
#g-nav .bg_menu {
  display: none;
}

#g-nav.panelactive .bg_menu {
  width: 65%;
  display: grid;
  gap: 0px;
  grid-template-columns: 1fr 1fr;
}


/*リストのレイアウト設定*/
#g-nav li {
  position: relative;
}

#g-nav li a {
  padding: 10px 0;
  display: block;
  letter-spacing: 0.15em;
  color: #fff;
  line-height: 1.8;
  font-size: 12px;
}

#g-nav li span {
  font-size: 20px;
  display: block;
}



/*========= ボタンのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 999;
  cursor: pointer;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  top: 30px;
  right: 30px;
  background: linear-gradient(45deg, #fff, #5d9a9c);
  color: #fff;
}

/*ボタン内側*/
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 24px;
  height: 1px;
  width: 40%;
  background: #fff;
  ;
}

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

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

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

.openbtn span:nth-of-type(2)::after {
  content: "MENU";
  position: absolute;
  top: 10px;
  left: -3px;
  color: #fff;
  font-size: 12px;
  letter-spacing: .2em;
}

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

.openbtn.active span:nth-of-type(2) {
  top: 34px;
  left: 22px;
  transform: translateY(-6px) rotate(45deg);
  width: 40%;
  background: #fff;
}

.openbtn.active span:nth-of-type(2)::after {
  content: "CLOSE";
  transform: translateY(0) rotate(-45deg);
  top: 7px;
  left: 13px;
}

/* changeColor */
.openbtn.changeColor {
  border: 1px solid var(--color-black);
  background: rgba(255, 255, 255, 0.8);
  top: 20px;
  right: 20px;
  transition: 1s;
}

.openbtn.changeColor span {
  background: var(--color-black);
}

.openbtn.changeColor span:nth-of-type(2)::after {
  color: var(--color-black);
}

@media screen and (max-width:900px) {
  #g-nav.panelactive #g-nav-list {
    display: block;
  }

  #g-nav.panelactive #g-nav-list .bg_list {
    display: none;
  }

  #g-nav.panelactive .bg_menu {
    width: 100%;
    padding: 130px 30px 0;
  }

  #g-nav li a {
    font-size: 10px;
  }

  #g-nav li span {
    font-size: 13px;
  }

  /* SP表示 */
  .snsSP {
    display: block;
    text-align: center;
    padding-bottom: 50px;
  }

  h1.snsSP {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 85px;
  }

  #g-nav.panelactive #g-nav-list .bg_list_line a {
    width: 80%;
    margin: 20px 0 0;
  }


  /* ボタン */
  .openbtn,
  .openbtn.changeColor {
    width: 60px;
    height: 60px;
    top: 13px;
    right: 13px
  }

  .openbtn span {
    left: 18px;
  }

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

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

  .openbtn span:nth-of-type(2)::after {
    top: 7px;
    left: -4px;
    font-size: 10px;
  }

  /* CLOSE */
  .openbtn.active span:nth-of-type(1) {
    left: 18px;
    top: 15px;
  }

  .openbtn.active span:nth-of-type(2) {
    left: 19px;
    top: 27px;
  }

  .openbtn.active span:nth-of-type(2)::after {
    top: 5px;
    left: 8px;
  }
}



/*================================================
 *  ヘッダー
 ================================================*/
/* header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
  padding: 15px 3%;
  box-sizing: border-box;
}

header.underpage {
  position: fixed;
}

header .inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

header .inner .inner-left {
  width: 10%;
}

header .inner .inner-right {
  width: 90%;
}
header h1 a {
  color: #222;
}

header h1 a img {
  width: 100px;
}

header.changeNav {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 2px 2px 5px rgba(202, 201, 200, 0.3);
  padding: 7px 3%;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

header.changeNav h1 a img {
  width: 80px;
}

@media screen and (max-width:768px) {
  header {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    background: transparent;
    position: fixed;
  }

  header .inner {
    width: 100%;
  }

  header .inner .inner-left {
    width: 65%;
  }

  header .inner .inner-left img {
    vertical-align: middle;
    width: 26%;
  }

  header .inner .inner-left .spTtl {
    position: absolute;
    font-family: 'irohamaru';
    font-size: 17px;
    top: 25px;
    left: 70px;
    width: 100%;
  }

  header .inner .inner-left .spTtl a {
    color: #b9ac64;
  }

  header .inner .inner-left .spTtl:before {
    position: absolute;
    content: "グリーンピールとインディバの専門サロン";
    font-size: 10px;
    top: -15px;
    left: 0;
    color: #b9ac64;
  }
} */

/*================================================
 *  グローバルナビゲーション
 ================================================*/
/* 
@media print,
screen and (min-width:769px) {


  nav.gnav ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  nav.gnav ul li {
    position: relative;
    margin: 0px 11px;
    padding: 0;
    text-align: center;
    line-height: 1.9;
  }

  nav.gnav ul li a {
    display: block;
    font-size: 11px;
    text-decoration: none;
    letter-spacing: 0.2em;
    color: #111;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
  }

  nav.gnav ul li.header-tel a {
    color: #5d9a9c;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 10px;
  }

  nav.gnav>ul>li a span {
    font-size: 13px;
    font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, sans-serif;
    display: block;
  }

}

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


  nav.global-nav {
    position: fixed;
    right: -320px;
    top: 0;
    width: 270px;
    height: 100vh;
    background: #fff;
    transition: all .2s ease-out;
    z-index: 200;
    overflow-y: auto;
    padding: 50px 20px 80px 20px;
  }

  nav.global-nav li {
    margin-bottom: 5px;
    padding: 10px 5px;
    border-bottom: 1px dotted #ccc;
    letter-spacing: 0.1em;
    color: #111;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 10px;
  }

  nav.global-nav li span {
    font-size: 13px;
    font-family: 'Noto Sans Japanese', 'Open Sans', sans-serif, Arial, Helvetica;
    padding-right: 8px;
  }

  nav.global-nav li.sp img {
    width: 70px;
  }

  nav.global-nav li.header-tel a {
    color: #5d9a9c;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: .1em;
    text-align: center;
  }

  .hamburger {
    position: absolute;
    right: 0;
    top: 3px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
  }

  .global-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .global-nav__item a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    line-height: 1.3;
  }

  .global-nav__item a:hover {
    background-color: #eee;
  }

  .hamburger__line {
    position: absolute;
    left: -5px;
    width: 35px;
    height: 1px;
    background-color: #5d9a9c;
    transition: all .2s ease-out;
  }

  .hamburger__line--1 {
    top: 18px;
  }

  .hamburger__line--2 {
    top: 26px;
  }

  .hamburger__line--3 {
    top: 33px;
  }

  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }


  .nav-open .global-nav {
    right: 0;
  }

  .nav-open .black-bg {
    opacity: .8;
    visibility: visible;
  }

  .nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 20px;
  }

  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }

  .nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 20px;
  }
} */


/*================================================
 *  コンテンツ
 ================================================*/
section {
  padding-bottom: 4rem;
  position: relative;
}

section.section {
  padding-top: 4rem;
}

.reserve {
  text-align: center;
  position: relative;
  padding: 35px 0;
  background: url(../images/bg-pattern.jpg);
  color: #fff;
  z-index: 2;
}

.reserve::after {
  position: absolute;
  content: "";
  background: rgba(93, 154, 156, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.reserve .flex p {
  width: 300px;
  margin: 0px 20px 20px;
}

.reserve-line a {
  background: #00B900;
  color: #fff;
  border-radius: 5px;
  font-size: 19px;
  display: inline-block;
  letter-spacing: .07em;
  width: 100%;
  padding: 14px 10px;
}

.reserve-line a span {
  font-size: 12px;
  display: block;
}

.reserve-line img {
  width: 23px;
  vertical-align: middle;
  padding-right: 5px;
}

.reserve-tel a {
  background: #fff;
  color: #5d9a9c;
  border-radius: 5px;
  font-size: 23px;
  letter-spacing: .1em;
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  padding: 10px;
}

.reserve-tel a span {
  font-size: 12px;
  display: block;
}

@media screen and (max-width:768px) {
  section {
    padding-bottom: 2rem;
  }
}

/*================================================
 *  catch
 ================================================*/
#catch .flex {
  position: relative;
}

#catch .img-left {
  width: 28%;
  height: 400px;
  background: url(../images/img-catch01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#catch .img-right {
  width: 68%;
  height: 400px;
  background: url(../images/img-catch02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#catch .catch-cursive {
  margin-top: 60px;
  text-align: center;
  color: #b9ac64;
  font-size: 21px;
  font-family: 'irohamaru';
}

#catch .catch-cursive span {
  font-family: 'Mrs Saint Delafield', cursive;
  letter-spacing: 0.05em;
  font-size: 40px;
  line-height: 0.7;
}

#catch .catch-txt {
  text-align: center;
  line-height: 2;
}

#catch .catch-txt span {
  color: #b9ac64;
  font-weight: bold;
}

#catch ul li {
  width: 18%;
  margin: 20px 20px 0;
}

#catch .indiba_new {
  font-size: 19px;
  font-family: 'irohamaru';
  margin: 70px auto 30px;
}


@media screen and (max-width:768px) {
  #catch .img-left {
    width: 100%;
    margin-bottom: 5px;
  }

  #catch .img-right {
    width: 100%;
    height: 280px;
  }

  #catch .catch-txt {
    text-align: left;
  }

  #catch .indiba_new {
    font-size: 16px;
    margin: 50px auto 15px;
    text-align: center;
  }

  #catch .indiba_new_img {
    width: 50%;
    margin: 0 auto 10px;
  }

  #catch ul li {
    width: 40%;
    margin: 10px
  }
}


/*================================================
 *  benefit
 ================================================*/
#benefit ul li p {
  color: #5d9a9c;
}

#benefit ul li i {
  font-size: 25px;
  border-radius: 50%;
  padding: 27px 30px;
  box-shadow: 1px 1px 6px rgba(103, 103, 102, 0.5);
  color: #fff;
  margin-bottom: 10px;
  background: linear-gradient(45deg, #fff, #5d9a9c);
  position: relative;
  z-index: 1;
}

#benefit ul li i:after {
  position: absolute;
  content: "";
  background: rgba(93, 154, 156, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
}

@media screen and (max-width:768px) {
  #benefit .flex {
    justify-content: flex-start;
  }
}


/*================================================
 *  menu
 ================================================*/
#menu ul {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}

#menu ul li {
  position: relative;
  height: 400px;
  box-shadow: 2px 2px 31px rgba(197, 197, 197, 0.3);
}

#menu ul li.menu_green {
  background: url(../images/menu-01.jpg) no-repeat center top/cover;
}

#menu ul li.menu_indiba {
  background: url(../images/menu-02.jpg) no-repeat center/cover;
}

#menu ul li.menu_yomogi {
  background: url(../images/menu-03.jpg) no-repeat center top/cover;
}

#menu ul li.menu_wishpro {
  background: url(../images/menu-04.jpg) no-repeat center/cover;
}

#menu ul li .menu-detail {
  text-align: center;
  padding: 20px 15px;
  position: absolute;
  bottom: 0;
  height: 130px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
  box-sizing: border-box;
}

#menu ul li .menu-detail .ttl {
  font-family: 'irohamaru';
  font-size: 18px;
  margin-bottom: 5px;
}

#menu ul li .menu-detail .txt {
  font-size: 13px;
  margin-bottom: 0;
  text-align: left;
}

#menu ul li .vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  position: absolute;
  top: 10px;
  right: 5px;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  color: #555;
}

@media screen and (max-width:768px) {
  #menu ul {
    grid-template-columns: 1fr;
  }

  #menu ul li {
    height: 300px;
  }

  #menu ul li .menu-detail {
    height: 150px;
  }
}


/*================================================
 *  measures
 ================================================*/
#measures {
  position: relative;
}

#measures .measures-img {
  border: 1px dotted #5d9a9c;
  max-width: 800px;
  margin: 0 auto 10px;
  padding: 30px 0px;
  border-radius: 10px;
  box-sizing: border-box;
}

#measures .measures-img img {
  margin: 0 auto;
}

@media screen and (max-width:768px) {
  #measures .measures-img {
    padding: 15px 0;
  }
}


/*================================================
 * 下層ページのタイトル
 ================================================*/
.mainVis {
  position: relative;
  height: 500px;
  overflow: hidden;
}

.mainVis h1 {
  position: fixed;
  width: 100px;
  top: 3%;
  left: 2%;
  z-index: 1;
}

.mainVis .mainVis_ttl {
  position: absolute;
  font-size: 80px;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0.6;
  color: #fff;
  text-shadow: 1px 0px 8px #fff;
  text-align: center;
  font-family: 'Mrs Saint Delafield', cursive;
  font-weight: 300;
  font-style: normal;
}

.mainVis .mainVis_ttl span {
  font-size: 13px;
  font-family: 'Noto Sans Japanese', 'Open Sans', sans-serif, Arial, Helvetica;
}

.mainVis .mainVis_ttl.text-gray {
  color: #222;
}

@media screen and (max-width:768px) {
  .mainVis {
    height: 350px;
  }

  .mainVis h1 {
    position: absolute;
    width: 80px;
  }

  .mainVis .mainVis_ttl {
    width: 100%;
    font-size: 50px;
    line-height: 0.8;
  }
}

/*================================================
 *  フッター
 ================================================*/
footer {
  text-align: center;
}

footer a {
  color: #fff;
}

footer .reserve {
  padding: 50px 20px 30px;
}

footer .logo img {
  width: 110px;
  padding: 0;
}

/* footer_contact */
footer .footer_contact {
  margin: 40px 0 50px;
}

footer .footer_contact li.montserrat a {
  font-size: 18px;
  line-height: 1.6;
}

footer .footer_contact a {
  border: 1px solid #5d9a9c;
  padding: 20px 40px;
  background: #fff;
  color: #5d9a9c;
  font-size: 15px;
  letter-spacing: .1em;
  margin: 0 10px;
  border-radius: 5px;
}

footer .footer_contact a i {
  font-size: 20px;
}

/* footer-menu */
.footer-menu {
  max-width: 700px;
  margin: 0 auto;
}

.footer-menu ul li {
  display: inline-block;
  padding: 10px;
  font-size: 13px;
}

/* social */
.social {
  margin-bottom: 20px;
}

.social li {
  display: inline-block;
  padding: 10px 6px;
  font-size: 12px;
}

.social li img {
  width: 30px;
  object-fit: contain;
}

@media screen and (max-width:767px) {
  footer .footer-menu ul li {
    position: relative;
    padding: 10px 0px 10px 25px;
    display: block;
    text-align: left;
    border-bottom: 1px dotted #fff;
  }

  footer .footer-menu ul li::before {
    position: absolute;
    content: "-";
    top: 9px;
    left: 9px;
  }

  footer .footer_contact {
    margin: 30px 0 20px;
  }

  footer .footer_contact li {
    width: 100%;
    margin-bottom: 15px;
  }

  footer .footer_contact a {
    display: block;
    padding: 15px 0;
    margin: 0;
  }

}

/* ==================================================
	preloader
====================================================*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f1f1f1;
  z-index: 1040;
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
#pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  z-index: 9;
}

.arrow-up {
  width: 20px;
  height: 20px;
  border: 1px solid;
  border-color: #b9ac64 #b9ac64 transparent transparent;
  transform: rotate(-45deg);
}