﻿@charset "UTF-8";

@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700&display=swap');
@import url('//fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
@import url('//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css?family=Abel');
@import url('//fonts.googleapis.com/css?family=Cinzel');
@import url('//fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600&display=swap');


/*=================================================
Information
=================================================*/
.infowrap {
  width: 100%;
  padding: 0 0 60px;
  background-image: url(../img/flowerbase.png);
  background-repeat:  no-repeat;
  background-position: right bottom;
  background-size:contain;
}
@media screen and (max-width: 840px) {
.infowrap {
  padding: 0 0 15px;
  background-image: none;
  }
}

/*-------------------------
店休日
--------------------------*/
.holidayballoon {
  display: inline-block;
  background: #83C5B7;
  padding: 8px 10px 10px;
  line-height: 100%;
  font-weight: 500;
  color: #FFF;
  font-size: 1.15em;
  margin-right: 1em;
  position:relative;
}
.holidayballoon:after{
  content: "";
  position:absolute;
  top:0;
  right:-0.6em;
  width:0;
  height:0;
  border-style: solid;
  border-color: transparent transparent transparent #83C5B7;
  border-width: 1em 0 1em 0.6em;
}
.holiday {
  display: inline-block;
  font-size: 1.1em;
  font-weight: 500;
  margin: 5px 0;
  line-height: 2;
}

/*-------------------------
ニュース
--------------------------*/
.news {
  width:100%;
  max-width: 1240px;
  margin: auto;
  padding:40px 15px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.news li {
  width: 25%;
  max-width:25%;
  width: calc(100% / 4);
  padding:0 12px;
  box-sizing: border-box;
}
.news li a{
  text-decoration: none;
}
.news h3{
  font-size: 1.2em;
  font-weight: 500;
  color: #83C5B7;
  line-height: 1.5;
  margin: 8px 0 5px;
}
.news p{
  color: #444;
  font-size: 0.9em;
  line-height: 1.6;
}
@media screen and (max-width: 840px) {
.news {
  padding:20px 15px 0;
  }
.news li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding:0 10px 20px;
  box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
.news h3{
  font-size: 1.05em;
  margin: 8px 0 5px;
  }
.news p{
  font-size: 0.85em;
  }
}

/*-------------------------
SNS
--------------------------*/
.infoSNS {
  width: 100%;
  padding: 40px 0;
  margin: 0 auto;
  background: #FEEED9;
}

.SNSwrap {
  width:100%;
  max-width: 840px;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.SNSwrap li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding:0 15px;
  box-sizing: border-box;
  text-align: center;
  border-right: 1px solid #9F9A89;
  line-height: 1.6;
}
.SNSwrap li:last-child{
  border-right: none;
}
.SNSwrap img {
  width:100%;
  max-width: 68px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
.infoSNS {
  padding: 15px 0;
  }
.SNSwrap li {
  flex-direction: column;
  display:block;
  width: 100%;
  max-width:100%;
  padding:15px 0;
  border-right: none;
  }
}

/*インスタ*/
.SNSbtn_insta {
  display: block;
  position: relative;
  width: 100%;
  max-width: 240px;
  padding: 8px 12px 10px;
  color: #CC0079;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 100%;
  white-space: nowrap;
  transition: all .3s;
  border: 1px solid #CC0079;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  margin: 0 auto;
}
.SNSbtn_insta:before {
  content: "";
  position: absolute;
  top: 42%;
  right: 12px;
  width: 6px;
  height: 1px;
  background: #CC0079;
  transform: rotate(45deg);
}
.SNSbtn_insta:after {
  content: "";
  position: absolute;
  top: 56%;
  right: 12px;
  width: 6px;
  height: 1px;
  background: #CC0079;
  transform: rotate(-45deg);
}

/*LINE*/
.SNSbtn_LINE {
  display: block;
  position: relative;
  width: 100%;
  max-width: 240px;
  padding: 8px 12px 10px;
  color: #00B800;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  font-weight: 500;
  line-height: 100%;
  white-space: nowrap;
  transition: all .3s;
  border: 1px solid #00B800;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  margin: 0 auto;
}
.SNSbtn_LINE:before {
  content: "";
  position: absolute;
  top: 42%;
  right: 12px;
  width: 6px;
  height: 1px;
  background: #00B800;
  transform: rotate(45deg);
}
.SNSbtn_LINE:after {
  content: "";
  position: absolute;
  top: 56%;
  right: 12px;
  width: 6px;
  height: 1px;
  background: #00B800;
  transform: rotate(-45deg);
}


/*=================================================
ヘッダー
=================================================*/
.topheader {
  width:100%;
  height: 100vh;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
}
.topheader_logo {
  width: 34%;
  height: 100%;
  text-align: center;
  background: #83C5B7;
  position: relative;
  color: #FFF;
  font-family: 'Noto Serif JP', serif;
  line-height:1.6;
  letter-spacing: 0.03em;
}
.topheader_logo_inner {
  width: 100%;
   position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto; 
  padding: 20px;
}
.headlogo{
  width:100%;
  max-width:200px;
  margin-bottom: 25px;
}
.topheader_img {
  width: 66%;
  height: 100%;
  text-align: center;
  background-image: url(../img/header_bg.png);
  background-repeat:  no-repeat;
  background-position: right center;
  background-size:cover;
  position: relative;
}
.topheader_img_inner {
  width: 100%;
   position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto; 
  padding: 30px;
}
.topheadbr {
  display: none;
}
.headlogo2{
  display: none;
}
@media screen and (max-width: 1240px) {
.topheader {
  height: 64vh;
  }
.headlogo{
  width:100%;
  max-width:140px;
  }
}
@media screen and (max-width: 960px) {
.topheadbr {
  display: block;
  }
}
@media screen and (max-width: 767px) {
.topheader {
  flex-direction: column;
  display:flex;
  height: auto;
  }
.topheader_logo {
  display: none;
  }
.topheader_img {
  width: 100%;
  height: 100vh;
  background-image: url(../img/header_bg2.png);
  background-repeat:  no-repeat;
  background-position: right center;
  background-size:cover;
  }
.topheader_img_inner {
  top: 30%;
  left: 50%;
  transform: translateY(-30%) translateX(-50%);
  -webkit- transform: translateY(-30%) translateX(-50%);
  padding: 20px;
  }
.headimg {
  width: 100%;
  max-width: 420px;
  margin-top: 30px;
  }
.headlogo2{
  display: block;
  width:100%;
  max-width:140px;
  margin: 0 auto;
  }
}


/*=================================================
ハンバーガーメニュー
=================================================*/
header {
  width:100%;
  height: 100px;
  margin: 0 auto;
  padding:0 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  justify-content: flex-end;
  align-items:center;
  position: fixed;
  z-index: 9999;
}
.headSNS{
  display: block;
}
.headSNS img{
  width: 100%;
  max-width:42px;
  margin: 0 6px;
}
.headmenu {
  margin-left: 12px;
}

@media screen and (max-width: 767px) {
header {
  height: 68px;
  padding:0 10px 0 20px;
  }
.headSNS img{
  max-width:36px;
  }
}

/*メニューボタン*/
.navbtn {
  position: relative;
  top: 0;
  right: 0;
  width: 64px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-line {
  width: 100%;
  height: 4px;
  background-color: #83C5B7;
  position: relative;
  transition: .2s;
}
.btn-line::before,
.btn-line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #83C5B7;
  transition: .2s;
}
.btn-line::before {
  transform: translateY(-14px);
}
.btn-line::after {
  transform: translateY(14px);
}
.btn-line.open {
  background-color: transparent;
}
.btn-line.open::before,
.btn-line.open::after {
  content: "";
  transition: .2s;
}
.btn-line.open::before {
  transform: rotate(45deg);
}
.btn-line.open::after {
  transform: rotate(-45deg);
}
button {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  border: 0;
  outline: 0;
  background: transparent;
  border-radius: 0;
  text-align: inherit;
}
button:hover {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
.navbtn {
  width: 64px;
  }
.btn-line {
  height: 3px;
  }
.btn-line::before {
  transform: translateY(-10px);
  }
.btn-line::after {
  transform: translateY(10px);
  }
}

/*メニュー中身*/
.menu {
  position: fixed;
  top: 100px;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: #83C5B7;
  transition: .3s;
}
.menu.open {
  position: absolute;
  right: 0;
}
.menu_inner {
  width:100%;
  max-width: 640px;
  margin: auto;
  padding:60px 20px 20px;
  text-align: center;
}
.menu_inner a {
  color: #FFF;
  text-decoration: none;
}
.naveng {
  font-family: 'Cinzel', serif;
  line-height:100%;
  font-size: 1.6em;
  color: #807B73;
}
.navjpn {
  line-height:1.5;
  font-size: 1.15em;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
.menu {
  top: 68px;
  }
.menu_inner {
  padding:40px 15px 0;
  }
.naveng {
  font-size: 1.2em;
  }
.navjpn {
  font-size: 1em;
  }
}


/*=================================================
フッター
=================================================*/
footer {
  width: 100%;
  padding: 60px 0;
  margin: 0 auto;
  background: #83C5B7;
  color: #FFF;
  margin-top: 80px;
}
.footwrap {
  width:100%;
  max-width: 1240px;
  margin: auto;
  padding:0 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
.footwrap li{
  width:50%;
  margin:0 40px 0 0;
}
.footwrap li:last-child{
  margin:0 0 0 0;
}
.footlogo {
  width: 100%;
  max-width: 160px;
}
@media screen and (max-width: 640px) {
footer {
  padding: 40px 0;
  margin-top: 60px;
  }
.footwrap {
  flex-direction: column;
  display:block;
  }
.footwrap li {
  width:100%;
  margin:0 0 20px 0;
  text-align: center;
  }
.footwrap li:last-child{
  margin:0 0 0 0;
  }
.footlogo {
  max-width: 120px;
  }
}


/*=================================================
メニュー案内
=================================================*/
/*-------------------------
メニュータイトル
--------------------------*/
.menutitle {
  width: 100%;
  padding: 12px 0 20px;
  margin: 0 auto;
  color: #83C5B7;
  font-weight: 700;
  font-size: 1.6em;
  border-top: 5px solid #83C5B7;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
.menutitle {
  padding: 6px 0 15px;
  font-size: 1.4em;
  border-top: 4px solid #83C5B7;
  }
}

/*NEWマーク*/
.new {
  background: #C78283;
  color: #FFF;
  font-size: 0.6em;
  line-height: 100%;
  padding: 4px;
  margin: 0 8px 0 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

/*-------------------------
個別メニュー
--------------------------*/
.menuwrap {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: flex-start;
}
.menu_detail {
  width: 100%;
  flex: 1;
}
.menu_img {
  width: 100%;
  max-width: 420px;
  margin:0 0 0 30px;
  text-align: center;
}
@media screen and (max-width: 960px) {
.menu_img {
  width: 100%;
  max-width: 300px;
  margin:0 0 0 20px;
  text-align: center;
  }
}
@media screen and (max-width: 767px) {
.menuwrap {
  flex-direction: column;
  display:block;
  }
.menu_detail {
  max-width:100%;
  margin:0 0 20px 0;
  }
.menu_img {
  max-width:420px;
  margin:0 0 0 0;
  }
}

/* 画像トリミング */
.menuimg{
  overflow: hidden;
  position: relative;
  padding-top: 100%;
  }
.menuimg img{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* flexslider */
.slides img {
  width: 100%;
  max-width: 420px;
}

/* 料金表 */
dl.price{
  width:100%;
  padding: 0;
   margin: 0 0 15px;
}
dl.price div{
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 6px 0;
  padding: 0;
}
dl.price div::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  border-bottom: dotted 1px #888;
}
dl.price dt{
  margin:0;
  padding: 0 5px 0 0;
  background-color: #FFFAF0;
  z-index: 2;
  text-align: left;
  font-weight: 400;
  font-size: 1.05em;
}
dl.price dd{
  margin:0;
  padding: 0 0 0 5px;
  background-color: #FFFAF0;
  z-index: 2;
  text-align: right;
  font-family: 'Montserrat','Noto Sans JP', sans-serif;
  letter-spacing: 0.03em;
  font-size: 1.15em;
  font-weight: 400;
}
.taxin {
  font-size: 0.65em;
  margin-left: 2px;
  letter-spacing: 0;
}
@media screen and (max-width: 480px) {
dl.price div{
  display: block;
  }
}

/* 初回料金 */
.visitorpricewrap {
  width: 100%;
  margin: 0 auto;
  padding: 15px 20px 2px;
  background: #FEEED9;
  margin-top: 32px;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
.visitorpricewrap {
  padding: 12px 15px 2px;
  }
}
.visitorprice_title {
  margin-top: -32px;
  max-width: 100px;
  position: relative;
  padding: 8px 5px;
  background-color: #B7896D;
  margin-bottom:15px;
  color: #FFF;
  line-height: 100%;
  font-size: 1.1em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.06em
}
.visitorprice_title::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
  border-top: 10px solid #B7896D;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

/* 初回料金表 */
dl.visitorprice{
  width:100%;
  padding: 0;
   margin: 0 0 15px;
}
dl.visitorprice div{
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 6px 0;
  padding: 0;
}
dl.visitorprice div::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  border-bottom: dotted 1px #888;
}
dl.visitorprice dt{
  margin:0;
  padding: 0 5px 0 0;
  background-color: #FEEED9;
  z-index: 2;
  text-align: left;
  font-weight: 400;
  font-size: 1.05em;
}
dl.visitorprice dd{
  margin:0;
  padding: 0 0 0 5px;
  background-color: #FEEED9;
  z-index: 2;
  text-align: right;
  font-family: 'Montserrat','Noto Sans JP', sans-serif;
  letter-spacing: 0.03em;
  font-size: 1.15em;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
dl.visitorprice div{
  display: block;
  }
}

/* 折り畳み */
details summary{
  cursor: pointer;
  color:#b47966;
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 5px;
}


/*=================================================
取扱商品
=================================================*/
.itembox {
  width: 100%;
   padding: 20px 0 0;
  margin: 0 auto;
  border-top: 5px solid #83C5B7;
}
@media screen and (max-width: 767px) {
.itembox {
  border-top: 4px solid #83C5B7;
  padding: 15px 0 0;
  }
}

.itemwrap {
  width:100%;
  margin: auto;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: flex-start;
}
.item_img {
  width: 100%;
  max-width: 300px;
  margin:0 30px 0 0;
}
.item_detail {
  width: 100%;
  flex: 1;
}
@media screen and (max-width: 960px) {
.item_img {
  width: 100%;
  max-width: 200px;
  margin:0 20px 0 0;
  }
}
@media screen and (max-width: 640px) {
.itemwrap {
  flex-direction: column;
  display:block;
  }
.item_img {
  max-width:100%;
  margin:0 0 15px 0;
  text-align: center;
  }
.item_img img {
  width: 100%;
  max-width: 240px;
}
.item_detail {
  max-width:100%;
  }
}

.itemtitle{
    display: flex;
    justify-content: space-between;
    padding: 0 0 15px;
    margin: 0;
}
.itemtitle>div{
    padding: 0;
    margin: 0;
    white-space: nowrap;
}
@media screen and (max-width: 840px) {
.itemtitle{
    display: block;
    padding: 0 0 10px;
  }
}
@media screen and (max-width: 640px) {
.itemtitle{
    text-align: center;
  }
}

.itemname {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  color: #83C5B7;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5;
}
.itemprice {
  font-family: 'Montserrat','Noto Sans JP', sans-serif;
  letter-spacing: 0.03em;
  font-size: 1em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
.itemname {
  font-size: 1.3em;
  }
}


/*=================================================
店舗情報
=================================================*/
.saloninfo {
  width:100%;
  height: auto;
  margin: 0 auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
  flex-wrap: wrap;
  align-items:stretch;
}
.saloninfo_img {
  width: 40%;
  height: auto;
  background-image: url(../img/salonimg.png);
  background-repeat:  no-repeat;
  background-position: left center;
  background-size:cover;
}
.saloninfo_detail {
  width: 60%;
  height: auto;
  padding: 15px 20px 30px 40px;
}
@media screen and (max-width: 767px) {
.saloninfo {
  flex-direction: column;
  display:block;
  }
.saloninfo_img {
  width:100%;
  height: 300px;
  }
.saloninfo_detail {
  width:100%;
  padding: 30px 30px 30px 30px;
  }
}

/*電話リンクテキスト*/
.telnumb {
  font-family: 'Cinzel','Noto Serif JP', serif;
  letter-spacing: 0.05em;
  font-size: 1.4em;
}
.telnumb a {
  color: #444;
  text-decoration: none;
}

/*営業時間表*/
.weekly {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 4px;
}

.weekly th{
  width: 100px;
  padding: 8px 12px;
  text-align:center;
  vertical-align: middle;
  background-color: #FEEED9;
  font-weight:300;
  line-height: 1.6;
 line-height: 100%;
 white-space: nowrap;
}
.weekly td{
  padding: 8px 12px;
  text-align:left;
  vertical-align: middle;
 line-height: 100%;
 white-space: nowrap;
}


/*=================================================
スタッフ紹介
=================================================*/
.staffbox {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 40px;
  background: #FEEED9;
  margin-top: 60px;
}
.staffphoto{
  margin-top: -60px;
}
@media screen and (max-width: 960px) {
.staffbox {
  padding: 0 0 30px;
  }
}
@media screen and (max-width: 640px) {
.staffbox {
  padding: 0 0 20px;
  }
}

.staffwrap {
  width:100%;
  margin: 0 auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:flex-end;
  flex-wrap: wrap;
}
.staff_img {
  width: 100%;
  max-width: 300px;
}
.staff_detail {
  width: 100%;
  flex: 1;
  padding: 30px 0 0 40px;
}
.staff_detail h4 {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.1em;
  font-size: 2.5em;
  line-height: 100%;
  white-space: nowrap;
  margin-bottom: 12px;
}
@media screen and (max-width: 960px) {
.staff_img {
  max-width: 240px;
  }
.staff_detail {
  padding: 30px 0 0 30px;
  }
.staff_detail h4 {
  font-size: 2.3em;
  }
}
@media screen and (max-width: 640px) {
.staffwrap {
  flex-direction: column;
  display:block;
  }
.staff_img {
  max-width: 100%;
  text-align: center;
  }
.staff_img img{
  width: 100%;
  max-width: 200px;
  }
.staff_detail {
  padding: 25px 0 20px 0;
  text-align: center;
  }
}


/*=================================================
各種パーツ
=================================================*/
/*-------------------------
タイトル
--------------------------*/
.title {
  width: 100%;
  max-width: 1420px;
  padding: 60px 15px 40px;
  margin: 0 auto;
}
.title .eng {
  font-family: 'Cinzel', serif;
  line-height:100%;
  font-size: 3.4em;
  color: #333;
  margin-bottom: 8px;
}
.title .jpn {
  line-height:100%;
  font-size: 1.8em;
  color: #83C5B7;
  font-weight: 700;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
.title {
  padding: 40px 15px 30px;
  }
.title .eng {
  font-size: 2.4em;
  margin-bottom: 8px;
  }
.title .jpn {
  font-size: 1.3em;
  }
}

/*-------------------------
アイコン付きGoogleMapリンクボタン
--------------------------*/
a.mapbtn{
  padding: 0.3em 1em 0.3em 3em;
  margin: 0;
  display:inline-block;
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size:1.05em;
  text-align:left;
  text-decoration:none !important;
  cursor:pointer;
  transition: all .3s;
  border: 1px solid #FFF;
  line-height: 1.2;
  text-indent: -2.4em;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  letter-spacing: 0.03em;
}
a.mapbtn:before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin:0 0.2em 0 0;
  background: url("../img/icon_map.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/*-------------------------
アイコン付き友だち追加はこちらボタン
--------------------------*/
/*クリーム地*/
a.addfriend_white{
  padding: 0.4em 0.8em 0.3em 3em;
  margin: 3px 0;
  display:inline-block;
  color: #83C5B7;
  background: #FEEED9;
  font-weight: 700;
  font-size:1.2em;
  text-align:left;
  text-decoration:none !important;
  cursor:pointer;
  transition: all .3s;
  line-height: 100%;
  text-indent: -2.4em;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  letter-spacing: 0.02em;
}
a.addfriend_white:before {
  content: "";
  display: inline-block;
  width: 2.2em;
  height: 2.2em;
  margin:0 0.5em 0 0;
  background: url("../img/icon_LINE.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/*グリーン地*/
a.addfriend_green{
  padding: 0.4em 0.8em 0.3em 3em;
  margin: 3px 0;
  display:inline-block;
  color: #FFF;
  background: #83C5B7;
  font-weight: 700;
  font-size:1.2em;
  text-align:left;
  text-decoration:none !important;
  cursor:pointer;
  transition: all .3s;
  line-height: 100%;
  text-indent: -2.4em;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  letter-spacing: 0.02em;
}
a.addfriend_green:before {
  content: "";
  display: inline-block;
  width: 2.2em;
  height: 2.2em;
  margin:0 0.5em 0 0;
  background: url("../img/icon_LINE_wt.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/*-------------------------
備考ボックス
--------------------------*/
.notebox{
  position: relative;
  padding: 1.2em 1.4em 1em;
  border: 1px solid #83C5B7;
  margin-top: 15px;
}
.notebox h4{
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0.3em;
  margin: 0;
  background-color: #FFFAF0;
  transform: translateY(-50%) translateX(1em);
  font-size: 1.15em;
  font-weight: 500;
  line-height: 100%;
  color: #83C5B7;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 640px) {
.notebox{
  padding: 1.2em 1em 1em;
  }
.notebox h4{
  font-size: 1.1em;
  letter-spacing: 0.01em;
  }
}

/*-------------------------
ボタン
--------------------------*/
/*矢印付きグリーン角丸ボタン*/
.btn_green {
  display: block;
  position: relative;
  width: 100%;
  max-width: 320px;
  padding: 8px 12px 10px;
  color: #83C5B7;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  font-weight: 500;
  line-height: 100%;
  white-space: nowrap;
  transition: all .3s;
  border: 1px solid #83C5B7;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}
.btn_green:before {
  content: "";
  position: absolute;
  top: 42%;
  right: 12px;
  width: 6px;
  height: 1px;
  background: #83C5B7;
  transform: rotate(45deg);
}
.btn_green:after {
  content: "";
  position: absolute;
  top: 56%;
  right: 12px;
  width: 6px;
  height: 1px;
  background: #83C5B7;
  transform: rotate(-45deg);
}

/*-------------------------
SNSアイコン
--------------------------*/
.SNSicon {
  width: 100%;
  max-width: 42px;
  margin: 0 12px 0 0;
}

/*-------------------------
ページ上部へジャンプ
--------------------------*/
#jumptop{
  position:fixed;
  right: 20px;
  bottom:20px;
  cursor:pointer;
  z-index: 0;
}
@media screen and (max-width: 640px) {
#jumptop{
  right: 12px;
  bottom:12px;
}
#jumptop img{
  max-width: 62px;
  }
}

/*-------------------------
写真ギャラリー
--------------------------*/
/* 写真ギャラリー横並び2列(640px以下で縦列切替) */
.gallery2 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery2 li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding:0 15px 30px 15px;
  box-sizing: border-box;
}
.gallery2 img {
  width:100%;
}
@media screen and (max-width: 640px) {
.gallery2 li {
  flex-direction: column;
  display:block;
  width: 100%;
  max-width:100%;
  padding:0 0 25px 0;
  }
}

/* 写真ギャラリー横並び2列固定 */
.gallery2_fix {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery2_fix li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding:0 15px 30px 15px;
  box-sizing: border-box;
}
.gallery2_fix img {
  width:100%;
}
@media screen and (max-width: 640px) {
.gallery2_fix li {
  padding:0 5px 15px 5px;
  }
}

/* 写真ギャラリー横並び3列(640px以下で縦列切替) */
.gallery3 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery3 li {
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  padding:0 15px 30px 15px;
  box-sizing: border-box;
}
.gallery3 img {
  width:100%;
}
@media screen and (max-width: 640px) {
.gallery3 li {
  flex-direction: column;
  display:block;
  width: 100%;
  max-width:100%;
  padding:0 0 25px 0;
  }
}

/* 写真ギャラリー横並び3列固定 */
.gallery3_fix {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery3_fix li {
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  padding:0 10px 15px 10px;
  box-sizing: border-box;
}
.gallery3_fix img {
  width:100%;
}
@media screen and (max-width: 640px) {
.gallery3_fix li {
  padding:0 2px 8px 2px;
  }
}

/* 写真ギャラリー横並び3列→2列 */
.gallery3_prefix {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery3_prefix li {
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  padding:0 10px 15px 10px;
  box-sizing: border-box;
}
.gallery3_prefix img {
  width:100%;
}
@media screen and (max-width: 640px) {
.gallery3_prefix li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  box-sizing: border-box;
  padding:0 3px 10px 3px;
  }
}

/* 写真ギャラリーキャプション */
.gallerycaption {
  font-size: 0.95em;
  margin-top: 6px;
  line-height: 1.7;
  padding: 0 15px;
  text-align: center;
}
.gallerycapbr {
  display: block;
}
@media screen and (max-width: 1000px) {
.gallerycaption {
  font-size: 0.9em;
  text-align: left;
  }
.gallerycapbr {
  display: none;
  }
}

/*-------------------------
横並びflexbox
--------------------------*/
/* 均等2列(767px以下で縦列切り替え) */
.col2 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:flex-start;
}
.col2 li{
  width:50%;
  margin:0 40px 0 0;
}
.col2 li:last-child{
  margin:0 0 0 0;
}
@media screen and (max-width: 767px) {
.col2 {
  flex-direction: column;
  display:block;
  }
.col2 li {
  width:100%;
  margin:0 0 15px 0;
  }
.col2 li:last-child{
  margin:0 0 0 0;
  }
}

/* 画像(320px)＋テキスト上揃え(640px以下で縦列切り替え) */
.column {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: flex-start;
}
.column_img {
  width: 100%;
  max-width: 320px;
  margin:0 30px 0 0;
  text-align: center;
}
.column_text {
  width: 100%;
  max-width: 640px;
}
@media screen and (max-width: 960px) {
.column_img {
  width: 100%;
  max-width: 260px;
  margin:0 20px 0 0;
  text-align: center;
  }
}
@media screen and (max-width: 640px) {
.column {
  flex-direction: column;
  display:block;
  }
.column_img {
  max-width:100%;
  margin:0 0 15px 0;
  }
.column_text {
  max-width:100%;
  }
}

/* テキスト＋画像(320px)上揃え(640px以下で縦列切り替え) */
.columnsw {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: flex-start;
}
.columnsw_text {
  width: 100%;
  max-width: 640px;
}
.columnsw_img {
  width: 100%;
  max-width: 320px;
  margin:0 0 0 30px;
  text-align: center;
}
@media screen and (max-width: 960px) {
.columnsw_img {
  width: 100%;
  max-width: 260px;
  margin:0 0 0 20px;
  text-align: center;
  }
}
@media screen and (max-width: 640px) {
.columnsw {
  flex-direction: column;
  display:block;
  }
.columnsw_text {
  max-width:100%;
  margin:0 0 15px 0;
  }
.columnsw_img {
  max-width:100%;
  margin:0 0 0 0;
  }
}

/* 画像(240px)＋テキスト上揃え(640px以下で縦列切り替え) */
.column2 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
}
.column2_img {
  width: 100%;
  max-width: 240px;
  margin:0 30px 0 0;
}
.column2_text {
  width: 100%;
  max-width: 640px;
}
@media screen and (max-width: 960px) {
.column2_img {
  width: 100%;
  max-width: 180px;
  margin:0 20px 0 0;
  }
}
@media screen and (max-width: 640px) {
.column2 {
  flex-direction: column;
  display:block;
  }
.column2_img {
  max-width:100%;
  margin:0 0 15px 0;
  text-align: center;
  }
.column2_text {
  max-width:100%;
  }
}