@charset "utf-8";


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* ========================================
    基本設定
========================================= */

body {
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  line-height: 1.65em;
  background-color: #fff;
  box-sizing: border-box;
  color: #434343;
}

/* 文字の大きさ */
.font_2em {
  font-size: 2em;
}

.font_170em {
  font-size: 1.7em;
}

.font_150em {
  font-size: 1.5em;
}

.font_140em {
  font-size: 1.4em;
}

.font_130em {
  font-size: 1.3em;
}

.font_120em {
  font-size: 1.2em;
}

.font_110em {
  font-size: 1.1em;
}

.font_087em {
  font-size: 0.87em;/* 14px */
}

.font_081em {
  font-size: 0.81em;/* 13px */
}

.font_073em {
  font-size: 0.73em;/* 12px */
}

/* フォントの太さ */
.bold {
  font-weight: bold;
}

/* マージン */
.m_bottom_2em {
  margin-bottom: 2em;
}

.m_bottom_1em {
  margin-bottom: 1em;
}

.m_bottom_05em {
  margin-bottom: 0.5em;
}

.m_top_05em {
  margin-top: 0.5em;
}

.m_top_1em {
  margin-top: 1em;
}

/* パディング*/

.p_1em {
  padding: 1em;
}

.p_left_1em {
  padding-left: 1em;
}

.p_left_2em {
  padding-left: 2em;
}

.p_bottom_05em {
  padding-bottom: 0.5em;
}

/* line-height*/

.lh_180em {
  line-height: 1.8em;
}

.lh_150em {
  line-height: 1.5em;
}

.lh_05em {
  line-height: 0.5em;
}

/* 文字の色 */
.font_darkGreen {
  color: #538135;
}

.font_firebrick {
  color: #b22222;
}

.font_crimson {
  color: #dc143c;
}


/* マーカーの色 */
.marker_mGreen {
  background: linear-gradient(transparent 60%, #9bcc7a 60%);
}

.marker_coral {
  background: linear-gradient(transparent 60%, #ffcc99 60%);
}

.marker_lv {
  background: linear-gradient(transparent 60%, #e4dcfb 60%);
}

.marker_os {
  background: linear-gradient(transparent 60%, #fad388 60%);
}

.marker_be {
  background: linear-gradient(transparent 60%, #fce1ad 60%);
}

.marker_rm {
  background: linear-gradient(transparent 60%, #dfeeaf 60%);
}

.marker_pm {
  background: linear-gradient(transparent 60%, #c9e4c1 60%);
}

.marker_eu {
  background: linear-gradient(transparent 60%, #c6eed0 60%);
}

.marker_tee {
  background: linear-gradient(transparent 60%, #cceada 60%);
}

.marker_sa {
  background: linear-gradient(transparent 60%, #dbc19c 60%);
}

.marker_fra {
  background: linear-gradient(transparent 60%, #e3d6b0 60%);
}

.marker_ger {
  background: linear-gradient(transparent 60%, #f1d6d6 60%);
}

.marker_rso {
  background: linear-gradient(transparent 60%, #efc5e4 60%);
}

.marker_ne {
  background: linear-gradient(transparent 60%, #f3da90 60%);
}

/* widthのサイズ */
.w_250 {
  width: 250px;
}

.w_25p {
  width: 25%;
}

/* text align */
.t_left {
  text-align: left;
}

/* インデント */
.ind_1em {
  text-indent: -1em;
  margin-left: 1em;
}

.ind-1em_pl-1em {
  text-indent: -1em;
  padding-left: 1em;
}

.ind-1em_pl-2em {
  text-indent: -1em;
  padding-left: 2em;
}

.ind_15em {
  text-indent: -1.5em;
  margin-left: 1.5em;
}

.ind_4em {
  text-indent: -4em;
  margin-left: 4em;
}

.ind_5em {
  text-indent: -5em;
  margin-left: 5em;
}

/* 背景の色 */
.bk_lGreen {
  background-color: #d9f2cd;
}

/* 背景画像 */
.bk_aroma {
  background-image: url(../imgs/bg_aroma.jpg); 
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bk_kimono {
  background-image: url(../imgs/bg_kimono.jpg); 
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* ボタンの色 */
.btn_dGreen {
  margin-top: 30px;
  display: inline-block;
  padding: 7px 0;
  border-radius: 100vh;
  text-decoration: none;
  color: #FFF;
  background-color: #538135;
}

/* アイコンの色 */
.icon_dGreen {
  width: 80px;
  display: inline-block;
  padding: 2px 6px;
  border-radius: 100vh;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  background-color: #538135;
  margin-right: 8px;
}

.icon_dGreen_long {
  width: 160px;
  display: inline-block;
  padding: 2px 6px;
  border-radius: 100vh;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  background-color: #538135;
  margin-right: 8px;
}

/* hero画像の設定 */
.hero {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../imgs/hero.jpg);
}

/* hero画像の上にあるbox */
.logo_box {
  height: 100vh;
  display:flex;
  flex-direction: column;
  justify-content:center;
  align-items: center;
}

h1 {
  width: 75%;
}

@media screen and (min-width: 768px) {
  h1 {
    max-width: 700px;
  }
}

img.logo {
  width: 90%;
  height: auto;
}

img.img_100 {
  width: 100%;
  height: auto;
}

/* 各ページのheader画像の設定 */
/* ご挨拶 *//* サロン情報 *//* ご予約・お問い合わせ */
.subP_header {
  width: 100%;
  height: 20vh;
  position: relative;
  overflow: hidden;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-image: url(../imgs/sub_hero.jpg);
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .subP_header {
    background-position: center bottom;
  }
}

/* アロマトリートメント */
.subP_header_aroma {
  width: 100%;
  height: 20vh;
  position: relative;
  overflow: hidden;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-image: url(../imgs/bg_aroma.jpg);
  background-repeat: no-repeat;
}

/* KIMONO */
.subP_header_kimono {
  width: 100%;
  height: 20vh;
  position: relative;
  overflow: hidden;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background: url(../imgs/bg_kimono.jpg);
  background-repeat: no-repeat;
}

.logo_box2 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.logo_box2 img {
  position: absolute;
  top: 15px;
  left: 16px;
  width: 40%;
  max-width: 300px;
}

h2 {
  color: #538135;
  font-size: 1.6em;
  margin-bottom: 1em;
}

/* 共通のコンテンツbox */
section {
  width: 100%;
}

h3 {
  display: inline-block;
  color: #538135;
  font-size: 1.4em;
  border-bottom: 1px solid #538135;
  padding-bottom: 0.3em;
  margin-bottom: 1em;
}

.box02 {
  padding:60px 30px;
  color: #538135;
  text-align: center;
  display:flex;
  flex-direction: column;
  justify-content:center;
  align-items: center;
}

.box01 {
  padding:60px 30px;
  text-align: center;
  display:flex;
  flex-direction: column;
  justify-content:center;
  align-items: center;
}

.box01 ul {
  width: 94%;
  max-width: 1000px;
}

.box01 ul.pc_row {
  width: 90%;
}

@media screen and (min-width: 768px) {
  .box01 ul.pc_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .box01 ul.pc_row li {
    width: calc(90% / 2);
  }
}

.box01 ul.pc_row3 {
  width: 90%;
}

@media screen and (min-width: 768px) {
  .box01 ul.pc_row3 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .box01 ul.pc_row3 li {
    width: calc(86% / 3);
  }
}

.box01 ul.pc_row3_aroma {
  width: 90%;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .box01 ul.pc_row3_aroma {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .box01 ul.pc_row3_aroma li {
    width: calc(86% / 2);
  }
}

@media screen and (min-width: 1001px) {
  .box01 ul.pc_row3_aroma {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .box01 ul.pc_row3_aroma li {
    width: calc(84% / 3);
  }
}

li.aroma_oil {
  padding: 20px;
  border: 1px solid #434343;
  background-color: #fff;
  margin-bottom: 0.5em;
}

table.salon tr td {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}

table.salon tr td.td_last {
  margin-bottom: 0;
}

table.aroma {
  width: 100%;
  padding: 15px;
  border: 1px solid #434343;
  background-color: #fff;
}

table.aroma td {
  border: 1px solid #434343;
}


li.aroma_oil {
  padding: 20px;
  border: 1px solid #434343;
  background-color: #fff;
  margin-bottom: 0.5em;
}

ol.decimal {
  width: 90%;
  max-width: 1000px;
  text-align: left;
}

ol.decimal li {  
  list-style: none;
  counter-increment: decimal;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 1em
}

ol.decimal li::before {
  content: counter(decimal, decimal) ".";
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}

p.w_90p {
  width: 90%;
  max-width: 1000px;
  text-align: left;
  margin-bottom: 2em;
}

/*マップ*/
.google-maps {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .google-maps {
    padding-bottom: 56.25%;
  }
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px)  {
  .google-maps {
    margin-top: 0;
  }
}


/* ご予約・お問い合わせフォーム */
/*span.icon_hissu {
  display: inline-block;
  background: red;
  padding: 1px 5px;
  margin-left: 10px;
  vertical-align: middle;
  font-size: 0.6em;
  color: #fff;
}*/

span.icon_hissu {
  background: linear-gradient(transparent 60%, #f67d53 60%);
  padding: 1px 5px;
  margin-left: 10px;
  font-size: 0.8em;
}


input[type="text"],
input[type="date"],
input[type="submit"],
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}

input.form {
  width: 100%;
	/*max-width: 340px;*/
  height: 2.5em;
}

textarea {
	width: 100%;
  /*max-width: 340px;*/
  height: 60%;
}

select{
  width:100%;
  height: 2.5em;
  box-sizing:border-box;
  border:#ccc 1px solid;
  border-radius:0;
  background:#fff;
}

input.submit {
  font-size: 20px;
  color: #fff;
  padding: 15px;
  background-color: #9bcc7a;
}

input.submit:hover {
  background-color: #538135;
}


footer {
  width: 100%;
  padding: 50px 0;
  color: #fff;
  text-align: center;
  background-color: #9bcc7a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  color: #538135;
  border-bottom: 1px solid #538135;
}

/*ページ下部のボタン*/
.salon a {
  position: fixed;
  bottom: 110px;
  right: 16px;
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  background: #ffcc99;
  color: #434343;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  transition: .4s;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2em;
}

.salon a:hover {
  background: #f67d53;
}

.reserve a {
  position: fixed;
  bottom: 30px;
  right: 16px;
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  background: #fddc82;
  color: #434343;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  transition: .4s;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2em;
}

.reserve a:hover {
  background: #f1be32;
}

