﻿@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');


/*=================================================
ヘッダー
=================================================*/
header {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  background-color: #F5EDDC;
  min-height: 620px;
  background-image:url(../img/tree.png);
  background-position:right center;
  background-repeat:no-repeat;
  -moz-background-size:contain;
  background-size:contain;
  position: relative;
}
header img {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-20%, -50%);
  -webkit-transform: translate(-20%, -50%);
  -ms-transform: translate(-20%, -50%);
}
@media screen and (max-width: 1000px) {
header {
  min-height: 420px;
  }
header img {
  max-width: 320px;
  top: 50%;
  left: 10%;
  transform: translate(-10%, -50%);
  -webkit-transform: translate(-10%, -50%);
  -ms-transform: translate(-10%, -50%);
  }
}
@media screen and (max-width: 640px) {
header {
  min-height: 300px;
  background-image:url(../img/tree2.png);
  }
header img {
  max-width: 240px;
  top: 82%;
  left: 10%;
  transform: translate(-10%, -82%);
  -webkit-transform: translate(-10%, -82%);
  -ms-transform: translate(-10%, -82%);
  }
}


/*=================================================
更新枠
=================================================*/
/*-------------------------
お知らせ
--------------------------*/
.news {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  padding: 0 30px;
}
.news li{
  border-top: 2px solid #BDB3AC;
  padding: 20px 0;
}
.news h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.15em;
  color: #402212;
  margin-bottom: 8px;
}
@media screen and (max-width: 640px) {
.news li{
  padding: 15px 0;
  }
}

/*-------------------------
SNS
--------------------------*/
.SNStitle {
  color: #BBB;
  font-family: 'Montserrat','Noto Sans JP', sans-serif;
  line-height: 0;
  font-weight: 300;
  font-size: 3em;
  text-align: center;
}
.SNSwrap {
  width: 100%;
  padding: 36px 30px 30px;
  margin: 0 auto;
  background: #F5EDDC;
  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;
  flex-wrap: wrap;
}
.SNSwrap li {
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  padding:0 24px;
  box-sizing: border-box;
  line-height: 1.6;
}
.SNSwrap img {
  width:100%;
  max-width: 86px;
  margin-bottom: 6px;
}
@media screen and (max-width: 640px) {
.SNStitle {
  font-size: 2.4em;
  }
.SNSwrap {
  flex-direction: column;
  display:block;
  padding:32px 0 20px;
  }
.SNSwrap li {
  width: 100%;
  max-width:100%;
  padding-bottom: 24px;
  margin-top: 0;
  }
.SNSwrap li:last-child{
  padding-bottom: 5px;
  }
.SNSwrap img {
  max-width: 64px;
  margin-bottom: 5px;
  }
}

.t_line {
  color: #00B900;
  font-family: 'Montserrat','Noto Sans JP', sans-serif;
  line-height: 100%;
  font-weight: 800;
  font-size: 1.4em;
  margin: 3px 0 6px;
}
.t_blog {
  color: #DC8422;
  font-family: 'Montserrat','Noto Sans JP', sans-serif;
  line-height: 100%;
  font-weight: 800;
  font-size: 1.4em;
  margin: 3px 0 6px;
}
.t_insta {
  color: #CC0079;
  font-family: 'Montserrat','Noto Sans JP', sans-serif;
  line-height: 100%;
  font-weight: 800;
  font-size: 1.4em;
  margin: 3px 0 6px;
}

/*インスタ*/
.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-weight: 500;
  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;
  background: #FFF;
}
.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;
  background: #FFF;
}
.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);
}

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


/*=================================================
店舗情報
=================================================*/
/*-------------------------
メッセージ
--------------------------*/
.salon {
  width:100%;
  max-width: 1240px;
  margin: auto;
  padding:0 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
}
.salon_logo {
  width: 100%;
  flex: 1;
  margin:0 20px 0 0;
  text-align: center;
}
.salon_message {
  width: 100%;
  max-width: 420px;
  text-align: center;
}
.salon_logo img{
 width: 100%;
 max-width: 300px;
 margin-bottom: 15px;
}
.salon_logo h4{
  font-family: 'Noto Serif JP', serif;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
.salon_logo {
  text-align: left;
  }
.salon_logo img{
 max-width: 240px;
  }
.salon_logo h4{
  font-size: 1.1em;
  }
.salon_message {
  max-width: 320px;
  }
}
@media screen and (max-width: 767px) {
.salon {
  flex-direction: column;
  display:block;
  }
.salon_logo {
  margin:0 0 20px 0;
  }
.salon_logo img{
 max-width: 200px;
  }
.salon_logo h4{
  font-size: 1.05em;
  font-weight: 500;
  }
.salon_message {
  max-width: 100%;
  }
.salon_message img{
  max-width: 320px;
  }
}

/*-------------------------
営業時間表
--------------------------*/
.weekly {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}
.weekly th{
    width: 24%;
  padding: 10px 15px;
  text-align:center;
  vertical-align: middle;
  background-color: #006837;
  color: #FFF;
  font-weight:400;
  line-height: 1.3;
  white-space: nowrap;
  letter-spacing: 0.08em;
}
.holidaybg {
  background-color: #F28B2F !important;
}
.weekly td{
  padding: 10px 15px;
  vertical-align: middle;
  line-height: 1.3;
  font-size: 1.2em;
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  background-color: #EEE;
}
.holidaytext {
  font-size: 1.05em !important;
  font-weight: 500 !important;
}


/*=================================================
メニュー案内
=================================================*/
.menuwrap {
  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: center;
  align-items: flex-start;
  margin-top: 15px;
}
.menu_detail {
  width: 100%;
  flex: 1;
}
.menu_img {
  width: 100%;
  max-width: 420px;
  margin:20px 0 0 30px;
  text-align: center;
}
@media screen and (max-width: 960px) {
.menu_img {
  width: 100%;
  max-width: 300px;
  margin:20px 0 0 20px;
  text-align: center;
  }
}
@media screen and (max-width: 840px) {
.menuwrap {
  flex-direction: column;
  display:block;
  }
.menu_detail {
  max-width:100%;
  margin:20px 0 20px 0;
  }
.menu_img {
  max-width:100%;
  margin:0 0 0 0;
  }
}

/* メニュータイトル */
.menutitle {
  width: 100%;
  max-width: 840px;
  background: #006837;
  color: #FFF;
  padding: 12px 24px 12px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
.menutitle {
  padding: 10px 15px 10px;
  font-size: 1.2em;
  }
}

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


/* 画像並び */
.menuimgwrap {
  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;
}
.menuimgwrap li {
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  padding:0 3px 6px 3px;
  box-sizing: border-box;
}
.menuimgwrap img {
  width:100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 640px) {
.menuimgwrap li {
  padding:0 2px 4px 2px;
  }
}

/* 複数画像 */
.menuphotos{
  width: 100%;
  max-width: 640px;
  margin: 18px auto;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.menuphotos div{
  width:50%;
  padding:6px;
  display: -webkit-box;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 840px) {
.menuphotos{
  flex-wrap: nowrap;
  overflow-x: auto;
  }
.menuphotos div{
  width:100%;
  min-width:84%;
  }
}

/* 料金表 */
dl.price{
  width:100%;
  padding: 0;
   margin: 0;
}
dl.price div{
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 24px 0 18px;
  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: #E2EDE9;
  z-index: 2;
  text-align: left;
  font-weight: 600;
  font-size: 1.05em;
  line-height: 1.6;
}
dl.price dd{
  margin:0;
  padding: 0 0 0 5px;
  background-color: #E2EDE9;
  z-index: 2;
  text-align: right;
  font-family: 'Montserrat','Noto Sans JP', sans-serif;
  letter-spacing: 0.03em;
  font-size: 1.15em;
  font-weight: 600;
  line-height: 1.6;
}
.taxin {
  font-size: 0.65em;
  margin-left: 2px;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
dl.price div{
  display: block;
  }
dl.price div::after{
  border-bottom: none;
  }
dl.price dt{
  border-bottom: dotted 1px #888;
  padding-bottom: 3px;
  }
}

/* 初回料金・オプション */
.visitorpricewrap {
  width: 100%;
  margin: 0 auto;
  padding: 15px 20px 2px;
  background: #FFF;
  margin-top: 32px;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
.visitorpricewrap {
  padding: 12px 15px 2px;
  }
}
.visitorprice_title {
  margin-top: -32px;
  max-width: 180px;
  position: relative;
  padding: 8px 5px 10px;
  background-color: #F28C31;
  margin-bottom:15px;
  color: #FFF;
  line-height: 100%;
  font-size: 1.05em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.03em
}
.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 #F28C31;
  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: #FFF;
  z-index: 2;
  text-align: left;
  font-weight: 600;
  font-size: 1.05em;
  line-height: 1.6;
}
dl.visitorprice dd{
  margin:0;
  padding: 0 0 0 5px;
  background-color: #FFF;
  z-index: 2;
  text-align: right;
  font-family: 'Montserrat','Noto Sans JP', sans-serif;
  letter-spacing: 0.03em;
  font-size: 1.15em;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
dl.visitorprice div{
  display: block;
  }
dl.visitorprice div::after{
  border-bottom: none;
  }
dl.visitorprice dt{
  border-bottom: dotted 1px #888;
  padding-bottom: 3px;
  }
}

/* 備考ボックス */
.notebox{
  position: relative;
  padding: 1em 1em 0.8em;
  border: 1px solid #43906C;
  margin-top: 24px;
}
.notebox h4{
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0.3em;
  margin: 0;
  background-color: #E2EDE9;
  transform: translateY(-50%) translateX(1em);
  font-size: 1.05em;
  font-weight: 600;
  line-height: 100%;
  color: #43906C;
  letter-spacing: 0.03em;
}
.notebox p{
  font-size: 0.95em;
}
@media screen and (max-width: 640px) {
.notebox{
  padding: 1em 0.8em 0.6em;
  }
.notebox h4{
  letter-spacing: 0.01em;
  }
}

.notebox2{
  position: relative;
  padding: 1em 1em 0.8em;
  border: 1px solid #43906C;
  margin-top: 24px;
}
.notebox2 h4{
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0.3em;
  margin: 0;
  background-color: #FFF;
  transform: translateY(-50%) translateX(1em);
  font-size: 1.05em;
  font-weight: 600;
  line-height: 100%;
  color: #43906C;
  letter-spacing: 0.03em;
}
.notebox2 p{
  font-size: 0.95em;
}
@media screen and (max-width: 640px) {
.notebox2{
  padding: 1em 0.8em 0.6em;
  }
.notebox2 h4{
  letter-spacing: 0.01em;
  }
}

/*-------------------------
メニュー一覧表
--------------------------*/
.menulistcol {
  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;
}
.menulistcol li{
  width:50%;
  margin:0 50px 0 0;
}
.menulistcol li:last-child{
  margin:0 0 0 0;
}
@media screen and (max-width: 960px) {
.menulistcol {
  flex-direction: column;
  display:block;
  }
.menulistcol li {
  width:100%;
  margin:0 0 25px 0;
  }
.menulistcol li:last-child{
  margin:0 0 0 0;
  }
}

/* 料金表見出し */
.menulistwrap {
  width: 100%;
  padding: 60px 0;
  margin: 0 auto;
  background: #FFF;
}
.menulisttitle_eng {
  font-size: 2.6em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 100%;
  color: #F5A65B;
  margin-bottom: 8px;
}
.menulisttitle_jpn {
  font-size: 1.15em;
  font-weight: 600;
  line-height: 100%;
  color: #F5A65B; 
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
.menulistwrap {
  padding: 40px 0;
  }
.menulisttitle_eng {
  font-size: 2.2em;
  }
.menulisttitle_jpn {
  font-size: 1.05em;
  margin-bottom: 20px;
  }
}

.menulistsub {
  margin-left:1em;
  font-weight: bold;
  margin-bottom: 6px;
}

/* 料金表 */
dl.price2{
  width:100%;
  padding: 0;
   margin: 0;
}
dl.price2 div{
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 3px 0;
  padding: 0;
  margin-left:1em;
}
dl.price2 div::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  border-bottom: dotted 1px #888;
}
dl.price2 dt{
  margin:0;
  padding: 0 5px 0 0;
  background-color: #FFF;
  z-index: 2;
  text-align: left;
  font-weight: 400;
  font-size: 0.95em;
}
dl.price2 dd{
  margin:0;
  padding: 0 0 0 5px;
  background-color: #FFF;
  z-index: 2;
  text-align: right;
  font-family: 'Montserrat','Noto Sans JP', sans-serif;
  letter-spacing: 0.05em;
  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.price2 div{
  display: block;
  }
}


/*=================================================
取扱い商品
=================================================*/
.itemcolumn {
  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;
}
.itemcolumn_img {
  width: 100%;
  max-width: 320px;
  margin:0 30px 0 0;
}
.itemcolumn_text {
  width: 100%;
  max-width: 640px;
}
@media screen and (max-width: 960px) {
.itemcolumn_img {
  width: 100%;
  max-width: 180px;
  margin:0 20px 0 0;
  }
}
@media screen and (max-width: 640px) {
.itemcolumn {
  flex-direction: column;
  display:block;
  }
.itemcolumn_img {
  max-width:100%;
  margin:0 0 15px 0;
  text-align: center;
  }
.itemcolumn_text {
  max-width:100%;
  }
}


/*=================================================
フッター
=================================================*/
footer {
  width: 100%;
  padding: 60px 0 20px;
  margin: 0 auto;
  padding: 50px 0 20px;
  background: #F5EDDC;
  font-size: 0.9em;
}
.copyright {
  font-size: 0.75em;
  color: #999;
  font-family: 'Noto Serif JP', serif;
  line-height: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
footer {
  padding: 40px 0 15px;
  }
}


/*=================================================
各種パーツ
=================================================*/
/*-------------------------
タイトル
--------------------------*/
.title_eng {
  font-size: 3.4em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 100%;
  color: #006637;
  margin-bottom: 12px;
  text-align: center;
}
.title_jpn {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 100%;
  color: #006637; 
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 42px;
}
@media screen and (max-width: 640px) {
.title_eng {
  font-size: 2.4em;
  margin-bottom: 10px;
  }
.title_jpn {
  font-size: 1.2em;
  margin-bottom: 36px;
  }
}

/*-------------------------
リーフ背景
--------------------------*/
.leafwrap_white {
  width: 100%;
  padding: 60px 0;
  margin: 0 auto;
  background-image:url(../img/leaf_green.png);
  background-position:right top;
  background-repeat:no-repeat;
  -moz-background-size:auto;
  background-size:auto;
}
.leafwrap_green {
  width: 100%;
  padding: 60px 0;
  margin: 0 auto;
  background-color: #E2EDE9;
  background-image:url(../img/leaf_white.png);
  background-position:left top;
  background-repeat:no-repeat;
  -moz-background-size:auto;
  background-size:auto;
}
@media screen and (max-width: 960px) {
.leafwrap_white,
.leafwrap_green{
  -moz-background-size:420px auto;
  background-size:420px auto;
  }
}
@media screen and (max-width: 640px) {
.leafwrap_white,
.leafwrap_green{
  padding: 40px 0;
  }
}
@media screen and (max-width: 480px) {
.leafwrap_white,
.leafwrap_green{
  -moz-background-size:280px auto;
  background-size:280px auto;
  }
}

/*-------------------------
アイコン付きGoogleMapリンクボタン
--------------------------*/
a.mapbtn{
  padding: 0.5em 1em 0.4em 3.2em;
  margin: 0;
  display:inline-block;
  color: #FFF;
  font-weight: 500;
  font-size:0.95em;
  text-align:center;
  text-decoration:none !important;
  cursor:pointer;
  transition: all .3s;
  background: #006837;
  line-height: 100%;
  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;
}

/*-------------------------
ボタン
--------------------------*/
/*矢印付きグリーン角丸ボタン*/
.btn_green {
  display: block;
  position: relative;
  width: 100%;
  max-width: 320px;
  padding: 10px 12px 12px;
  color: #006837;
  text-align: center;
  text-decoration: none;
  font-size: 0.95em;
  font-weight: 600;
  line-height: 100%;
  white-space: nowrap;
  transition: all .3s;
  border: 2px solid #006837;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  background: #FFF;
}
.btn_green:before {
  content: "";
  position: absolute;
  top: 42%;
  right: 12px;
  width: 8px;
  height: 2px;
  background: #006837;
  transform: rotate(45deg);
}
.btn_green:after {
  content: "";
  position: absolute;
  top: 56%;
  right: 12px;
  width: 8px;
  height: 2px;
  background: #006837;
  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
--------------------------*/
/* 幅可変横並び*/
.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 li{
  margin:0 15px 0 0;
}
.column li:last-child{
  margin:0 0 0 0;
}

/* 均等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 20px 0;
  }
.col2 li:last-child{
  margin:0 0 0 0;
  }
}

/* 画像320px＋テキスト */
.col320 {
  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;
}
.col320 li:first-child{
  max-width: 320px;
  margin:0 32px 0 0;
  border: none;
}
.col320 li:last-child{
  flex: 1;
  margin:0 0 0 0;
  border: none;
}
.col320 li:first-child img{
  width: 100%;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
.col320 {
  flex-direction: column;
  display:block;
  }
.col320 li:first-child{
  max-width: 100%;
  margin:0 0 18px 0;
  padding: 0;
}
.col320 li:last-child{
  margin:0 0 0 0;
  padding: 0;
}

}



