@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

html {
	padding: 10px;
	margin: 0;
	width: 95%;
	height: 100vh;
}

body {
	text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
	padding: 0;
	margin: 0;
	color: #111;
	background-color: #f2fff5;
	font-family: "游ゴシック", "Yu Gothic",  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ ゴシック", "MS Gothic", sans-serif;
	word-wrap: break-word;
	line-height: 2em;
}

.font_mincho {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

hr{
	margin-top: 10px;
	margin-bottom:  20px;
}
a{
	color:inherit;
  text-decoration: none;
}

header{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
}

header h1{/*　僾　*/
	font-size: 70px;
	color: #3d6645;
	display: inline;
	vertical-align: baseline;
}

header h2{/*　香房　*/
	font-size: 40px;
	color: #3d6645;
	display:inline;
	letter-spacing:10px;
  position: relative;/*絶対位置で場所を指定*/
  top: -26px;
  left: 10px;
	margin-left:10px;
	margin-right: 10px;
}

header h3{/*　Holistic Aromatherapy　*/
	font-size: 20px;
	color: #006e54;
	display:inline;
	padding-top:5px;
	margin-left:10px;
}

h4{/*　リンクのヘッダー　*/
	font-size: 28px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #224b05;
	margin: 70px 0 15px 0;
	display: block;
	text-align: center;
}

rt {
  font-size: 14px; /* ルビの文字サイズ */
	font-family: "游ゴシック", "Yu Gothic",  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-weight: normal;
}

meimei{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width:100%;
	/*	background-color: #c9b89a;　ほのか　イメージカラー*/
	background-color: #fff;
	border-radius:20px;
	margin-bottom: 30px;
}

meimei .logoimage{
	display: flex;
}

meimei .logoimage img{
	width: 200px;
  height: auto;
	margin: auto 20px auto 20px;
	overflow: hidden;
	border: solid 5px #6a8552;
	position: relative;
	padding: 10px;
	border-radius: 30px;
}

.logoimage .right {
  margin: 10px 10px 10px 30px;
  padding: 0;
}

.logoimage .title {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 20px;
}
.logoimage .text{
  margin: 0 50px 0 20px;
  padding: 0;
	font-size: 16px;
}

concept{
	display: block;
	flex-wrap: wrap;
}
concept .box1{
	background-image: url(/img/concept_back_pc.jpg);
	background-size: 100% auto;
　background-repeat: no-repeat;/*画像が繰り返すのを防ぐ*/
}
.toumei{
	background-color:rgba(255,255,255,0.65);
	background-blend-mode:lighten;
}
concept .box2{
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}
concept .box3{
	text-align: left;
}

corse{
	display: block;
	width: 100%;
}
.corse-box1{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.corse-box1 h5{
	font-size: 22px;
	text-align: center;
	margin: 20px 0;
	width: 100%;
	background-color: #ffe4b5;
}
.corse-box2{
	display: flex;
}
.corse-box2 h6{
	font-size: 18px;
	text-align: left;
	margin-left: 5px;
	margin-top: 5px;
}
.corse-box3{
	display: block;
	text-align: center;
}
.corse-box3 img{
	width: 250px;
  height: auto;
	overflow: hidden;
	position: relative;
	padding: 10px;
	border-radius: 30px;
}
.corse-nagare{
	width: 40px;
  height: 40px;
	padding: 2px;
	border-radius: 30px;
	display: flex;
}
corse p{
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
.flex{
	display: flex;
}
.block{
	display: block;
}
.negativeline{
  position: relative;
}
.negativeline::before {
  position: absolute;
  content: "";
  display: block;
  transform: rotate(10deg);
  background-color: red;
  width: 100%;
  height: 3px;
  top: 50%;
  left: 0;
}


place{
	display: flex;
	flex-wrap: wrap;
}
place iframe{
	border: 0;
	width: 600px;
	height: 400px;
}
place .title{
	font-size: 20px;
	font-weight: bold;
}
place .naiyou{
	font-style: 14px;
	font-weight: normal;
}

/*　予約系CSS　*/
reserve{
	display: block;
	flex-wrap: wrap;
	font-size: 1em;
	text-align: center;
}

reserve a{
	color:inherit;
  text-decoration: none;
}

reserve table{
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	border-bottom: 2px #3b8f00 solid;
  border-collapse: collapse;
  line-height: 1.5;
}

reserve td,th{
	border-bottom: 2px #3b8f00 solid;
  border-collapse: collapse;
	text-align: center;
	vertical-align :top;
	padding: 8px;
}

reserve .sun{
	color: #eb0b9e;
}
reserve .sat{
	color: #118dff;
}
.yoyaku_nasi{
	font-size: 20px;
	color: #88cf96;
}
.yoyaku_ari{
	color: #000;
	font-size: 20px;
	font-weight: bold;
}


/*　交通アクセス系CSS　*/
place{
	display: block;
	flex-wrap: wrap;
	text-align: center;
}

/*　コンプライアンス系CSS　*/
compliance{
	display: block;
}
compliance .box{
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}
compliance .text{
	text-align: left;
}

profile{
	display: block;
	flex-wrap: wrap;
}
profile .box1{
	display: flex;
}
profile .box1 img{
	width: 350px;
  height: auto;
	margin: 50px 20px 0 100px;
	padding: 0;
	overflow: hidden;
	position: relative;
	/*border: solid 5px #45850d;*/
	padding: 10px;
	border-radius: 30px;
}
.text h5{
	font-size: 16px;
	text-align: center;
	color: #295048;
}
.text h6{
	font-size: 18px;
	font-weight: bold;
}

profile .right {
	display: block;
  margin: 10px 10px 10px 30px;
  padding: 0;
}
profile .title {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 20px;
}
profile .text{
	display: block;
  margin: 0 50px 0 20px;
  padding: 0;
	font-size: 16px;
}

testfooter{
	display: flex;
	flex-wrap: wrap;
}

testfooter table{
	width: 100%;
	border-collapse: collapse;
	border: 1px;
}
.sma{
    display: none;
}


/*　予約関連　*/
yoyaku{
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
}
yoyaku table{
	width: 700px;
	border-collapse: collapse;
	border:solid #000 1px;
	padding-top: 8px;
	margin: 0 auto 50px auto;
}
yoyaku td,th{
	border:solid #000 1px;
  border-collapse: collapse;
	text-align: center;
	padding: 8px;
}
yoyaku a{
	color: #678be9;
	font-weight: bold;
	display: block;
	margin-top: 0;
}
yoyaku input{
	width: 60%;
	font-size: 18px;
}
.kariyoyaku{
	width: 200px;
	height: 30px;
	border-radius: 8px;
	background-color: #ff5cd6;
	font-size: 20px;
	color: #000;
}
.yoyaku_tyuui{
	color: #fb2727;
}
.yoyaku_kome{
	text-align: center;
}
.yoyaku_header{
	display: block;
	width: 100%;
	height: 80px;
	background-color: #717de4;

}

/*　スマホ対応　画面サイズ　800px以下の時*/
@media (max-width: 800px) {
	header{
		justify-content: flex-start;
		margin-left: 10px;
	}
	header h1{/*　僾　*/
		display: none;
		font-size: 40px;
	}
	header h2{/*　香房　*/
		display: none;
		font-size: 32px;
	  top: -7px;
	}
	header h3{/*　Holistic Aromatherapy　*/
		font-size: 16px;
		display:flex;
		padding-top:0px;
			display: none;
	}
	rt {
	  font-size: 12px; /* ルビの文字サイズ */
	}

	h4{
		font-size: 18px;
	}

	meimei{
		display: block;
		border-radius:20px;
		margin-top: -40px;
	}
	meimei .logoimage img{
		width: 250px;
	  height: auto;
		margin: 10px auto;
		padding: 0;
		overflow: hidden;
		position: relative;
		border: solid 5px #006e54;
	}
	meimei .logoimage{
		display: block;
	}
	.logoimage .left {
		display: block;
		text-align: center;
	}
	.logoimage .right {
	  margin: 10px 4px 20px 10px;
		padding-bottom: 20px;
	}
	.logoimage .text{
	  margin: 0 6px 0 10px;
	}

	reserve table{
		width: 100%;
		padding-top: 8px;
		padding-bottom: 8px;
  }
	reserve{
		display: block;
	}
	place{
		display: block;
	}
	place iframe{
		width: 100%;
		height: 400px;
	}
	compliance .box{
		width: 100%;
	}
	concept .box1{
		background-image: url(/img/concept_back_sp.jpg);
	}
	concept .box2{
		width: 70%;
	}
	profile .box1{
		display: block;
		text-align: center;
	}
	profile .box1 img{
		margin: 10px auto;
		padding: 0;
		overflow: hidden;
		position: relative;
	}
	profile .text{
		text-align: left;
		width: 100%;
		margin: 0;
	}
	.sma{
		display: block;
	}
	.corse-box2{
		display: block;
	}
	yoyaku table{
		width: 100%;
	}
	yoyaku td:nth-child(1) {
	  width: 80px;
	}
	yoyaku input{
		width: 95%;
	}


}


/*　ハンバーガーメニューボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 20px;
  top   : 20px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
	background-color: #ccb8c7;
	border-radius: 5px;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 20px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 20px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

/* メニュー背景　*/
nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba( 153,138,149,0.7 );
  text-align: center;
  width: 100%;
  transform: translateX(100%);
  transition: all 0.6s;
	font-size: 1em;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 0.6em 0;
  text-decoration :none;
}

/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
   transform: translateX(0%);
}

footer{
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
	height: 200px;
}
footer img{
	height: 100px;
	width: 100px;
	margin: 30px;
}
