@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,800);

/*Structure 
-------------------------------------------------------------- */

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

body, html {
  /* important */
	height: 100%;
	min-height: 100%;
}


body {
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	font-size: 100%;
	color: #333;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	font-style: normal;
	font-weight: normal;
	background-color: #ffffff;
}



/*header
-------------------------------------------------------------- */

#top-head {
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	line-height: 1;
	z-index: 999;
	background-image: url(../img/header_bg.png);
	background-repeat: repeat;
}


#top-head a,
#top-head {
	color: #fff;
	text-decoration: none;
	font-size: 90%;
}
#top-head .inner {
	position: relative;
}

#top-head .logo {
	float: left;
	padding-top: 20px;
	margin: 0px 0 0 5%;
}



/*inner
-------------------------------------------------------------- */

.inner {
	width: 100%;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}


/*Nav
-------------------------------------------------------------- */

nav {
	float: right;
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
    margin-right: 5%;
}


#global-nav ul li {
    display: inline;
}

#global-nav ul li a {
	padding: 0 15px;
	color: #fff;
	letter-spacing: 2px;
	font-size: 90%;
	font-weight: 600;
}


#global-nav ul li a:hover {
	padding: 0 15px;
	color: #EFCFAD;
}

#global-nav .active {
	color: #EFCFAD;
}


/*Fix
-------------------------------------------------------------- */

#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	height: 70px;
	background: #fff;
	background-color: rgba(40,2,2,0.93);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
	display: none;
}

#top-head.fixed nav {
	padding-top: 30px;
}

#top-head.fixed #global-nav ul li a {
	color: #fff;
	padding: 0 15px;
}
#top-head.fixed #global-nav ul li a:hover {
	color: #EFCFAD;
	padding: 0 15px;
}
#top-head.fixed #global-nav ul li .active {
	color: #EFCFAD;
}




/* Styling
-------------------------------------------------------------- */

.main-content {
	height: 100%;
	-webkit-box-shadow: 0px 0px #A79E9E;
	box-shadow: 0px 0px #A79E9E;
}

.container {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

.container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

.clearfix  {
  content: '';
  display: table;
  clear: both;
}

.contents_tit {
	width: auto;
	height: auto;
	font-size: 200%;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 1px;
	color: #3C0F0F;
	font-weight: 400;
	margin-bottom: 15px;
}

.contents_tex {
	width: auto;
	height: auto;
}



/* ------------------------------------------------------------------
bg
------------------------------------------------------------------ */

.back_bg{
	padding-top: 120px;
	padding-bottom: 120px;
	margin-top: 0px;
}


.color-1{
	background-color: #F9F3ED;
}

.color-2{
	background-color: #FFFDFB;
}

.color-3{
	background-color: #FFF6EE;
}

/* Scroll
-------------------------------------------------------------- */


#scroll  { 
  position: relative;
  margin: 0 auto;
  padding: 0;
  height: 600px;
}


#scroll2  { 
  position: relative;
  margin: 0 auto;
  padding: 0;
  height:  550px;
}


#scroll3  { 
  /*position: relative;*/
  margin: 0 auto;
  padding: 0;
  height:  350px;
}

.scrol_back1 {
    background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../about_us/background-1920.jpg");
	background-size: cover;	
}



.scrol_back2 {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../img/background-2.jpg);
	background-size: cover;
}


.scrol_title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 500px;
	height: 50px;
	font-size: 180%;
	color: #fff;
	text-align: center;
}


@media only screen and (max-width: 480px) {	
	
	#scroll {
	padding-top: 0px;
	height: 320px;
	
}

	#scroll2 {
	padding-top: 0px;
	height: 320px;
	
}

}






/* ------------------------------------------------------------------
    Bg
------------------------------------------------------------------ */


.coverBg{
	padding-top: 70px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0px;
	height: 720px;
}


.coverBg.color-3 {
	background-image: url(../img/top_pc.jpg);
	background-size: cover;
	background-position: bottom;
}


.cover_text{
	width: 650px;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 30px;
}


/* ------------------------------------------------------------------
    Side
------------------------------------------------------------------ */




.side_a{
	width: 60%;
	float: left;
	
}

.side_b{
	width: 40%;
	height: auto;
	float: left;
}

.side_c{
	width: 30%;
	height: auto;
	float: left;
}

.side_d{
	width: 70%;
	height: auto;
	float: left;	
}

.side_e{
	width: 50%;
	height: auto;
	float: left;
}


.adj{
	overflow: hidden;
	margin-bottom: 0px;
}



.tex_noborder p {
	font-size: 78%;
	letter-spacing: 1px;
	line-height:  27px;	
}


.tex_border {
	border-bottom: 1px solid #E1DBD8;
	padding-bottom: 20px;
}

/* ------------------------------------------------------------------
title
------------------------------------------------------------------ */

.main_tit{
	padding-bottom: .5em;
	/*border-bottom: 1px solid #ccc;*/
	margin-bottom: 20px;
	font-size: 180%;
	font-family: 'Libre Baskerville', serif;
	color: #3C0F0F;
	text-align:left; 
}


.main_tit span {
	display: block;
	margin-bottom: .4em;
	color: #333;
	font-size: 50%;
}

.mainsub_tit{
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 120%;
	letter-spacing: 1px;
	color: #788B74;
}



/* ------------------------------------------------------------------
    Main
------------------------------------------------------------------ */



#contents_first{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 83px;
}


/* ------------------------------------------------------------------
    About Us
------------------------------------------------------------------ */


.about_usArea{
	width: 70%;
	margin-right: auto;
	margin-left: auto;

}



/* ------------------------------------------------------------------
    Profile
------------------------------------------------------------------ */


.profile_Area {
	width: 80%;
	margin-right: auto;
	margin-left: auto;	
}


/* ------------------------------------------------------------------
    Aroma
------------------------------------------------------------------ */


.aroma_Area{
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}

.recommend_tex{
	margin-bottom: 0px;
	width: 100%;	
	margin-left: 0px;
	margin-right: auto;
}

.recommend_tex2{
	margin-bottom: 0px;
	width: 70%;	
	margin-left: auto;
	margin-right: auto;
	
}


.recommend_photo img{
	width:100%;
	max-width: 100%;
	height: auto;
}

.recommend_subtit{
	margin-top: 40px;
	font-size: 95%;
	font-weight: 600;
	margin-bottom: 10px;
}


.recommend_name{
	width: 25%;
	margin-top: 40px;
	font-size: 87%;
	text-align: center;
	margin-bottom: 20px;
	height: 50px;
	color: #fff;
	font-weight: 600;
	line-height: 50px;
	background-color: #35211E;
}

.recommend_name2{
	width: 25%;
	margin-top: 40px;
	font-size: 87%;
	text-align: center;
	margin-bottom: 20px;
	height: 50px;
	color: #fff;
	font-weight: 600;
	line-height: 50px;
	background-color: #35211E;
}


.recommend_subTex p{
	font-size: 80%;
}




/* ------------------------------------------------------------------
Menu page
------------------------------------------------------------------ */


.side_01{
	width: 43%;
	float: left;
	height: auto;
	margin-right: auto;
	margin-left: auto;	
}


.side_02{
	width: 43%;
	float: right;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}



.menuArea2{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}




/*          Course
-------------------------------------------*/

#contents_first_Course{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;

}



.course_menu{
	margin-top: 50px;
	}

.course_tex p {
	padding-left: 40px;
	color: #333;
	font-size: 100%;
	font-weight: 600;
	}

.menuArea{
	width: 100%;
	padding-top: 10px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 60px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px dotted #2C2929;
}

.menu_sub{
	font-weight: 600;
	font-size: 80%;	
	margin-bottom: 20px;
	color: #788B74;
	line-height: 21px;
	letter-spacing: 1px;
}

.parts{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 82%;	
	font-weight: 600;
	
	
}



p.subtex{
	font-size: 75%;
	line-height: 21px;
}



 
/*           MAIL Btn
-------------------------------------------*/


.btn3 {
	width: 250px;
	margin-top: 90px;
	margin-left: auto;
	margin-right: auto;
	height: 90px;
	line-height: 90px;
	background-color: #DF8F38;
	text-align: center;
	color: #FFFFFF;
	display: block;
	
}

 .btn3 a {
	width: 250px;
	text-align: center;
	height: 90px;
	line-height: 90px;
	background-color: #DF8F38;
	color: #FFFFFF;
	letter-spacing: 1px;
	display: block;
	margin-left:auto;
	margin-right: auto;
	 font-size: 140%;
}


.btn3 a:hover {
	background-color: #DFB387;
	color: #ffffff;
}




/* 
.btn4 {
	margin-top: 15px;
	text-align: center;
	width: 150px;
	margin-left: 30px;
	margin-right: auto;
	display: block;
	height: 40px;
	line-height: 40px;
	background-color: #A1CFCB;
	color: #FFFFFF;
	letter-spacing: 1px;
	font-size: 100%;
}


.btn4:hover {
	background-color: #52C6BC;
	color: #ffffff;
}
/*





/*           Treatment
-------------------------------------------*/

.menuLeft{
	float: left;
	width: 60%;
	border-bottom: 2px dotted #E1DBD8;
	padding-bottom: 35px;
	margin-bottom: 35px;
	margin-right: 10%
}

.menuRight{
	float: right;
	width: 30%;	
}


p.resizeimage {  
	width: 100%; 
	
}

p.resizeimage img {
	width: 90%;
	-webkit-box-shadow: 3px 3px 5px #A79E9E;
	-moz-box-shadow: 3px 3px 5px #A79E9E;
	box-shadow: 3px 3px 5px #A79E9E;
}




/*        Modal_oil
-------------------------------------------*/
.modalArea {
	width: 585px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}


.modal_description{
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 90%;
}

.modaltit{
	font-size: 90%;
	font-weight: 600;
	color: #302D2B;
	padding-left: 30px;
	padding-right: 30px;
}

.modal_oil {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 230px;
  max-width: 280px;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  background-color: #000000;
}
.modal_oil *,
.modal_oil *:before,
.modal_oil *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
.modal_oil img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}
.modal_oil figcaption {
  position: absolute;
  bottom: 25px;
  right: 25px;
  padding: 5px 10px 10px;
}
.modal_oil figcaption:before,
.modal_oil figcaption:after {
  height: 2px;
  width: 400px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
.modal_oil figcaption:before {
  top: 0;
  left: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.modal_oil figcaption:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.modal_oil figcaption div:before,
.modal_oil figcaption div:after {
  width: 2px;
  height: 300px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
.modal_oil figcaption div:before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.modal_oil figcaption div:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.modal_oil h2,
.modal_oil h4 {
  margin: 0;
  text-transform: uppercase;
}
.modal_oil h2 {
  font-weight: 600;
	margin-bottom: 10px;
}
.modal_oil h4 {
  display: block;
  font-weight: 600;
  background-color: #ffffff;
  padding: 5px 10px;
  color: #000000;
  font-size: 80%;
}
.modal_oil a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.modal_oil:hover img,
.modal_oil.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
.modal_oil:hover figcaption:before,
.modal_oil.hover figcaption:before,
.modal_oil:hover figcaption:after,
.modal_oil.hover figcaption:after,
.modal_oil:hover figcaption div:before,
.modal_oil.hover figcaption div:before,
.modal_oil:hover figcaption div:after,
.modal_oil.hover figcaption div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal_oil:hover figcaption:before,
.modal_oil.hover figcaption:before,
.modal_oil:hover figcaption:after,
.modal_oil.hover figcaption:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}




/*          Attntion
-------------------------------------------*/


.ly_accordion {
	border: none;
	border-bottom: 0;
	width: 880px;
	margin-top: 0px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	
}
 
.ly_accordion .bl_inner {
	padding-top: 20px;
	padding-bottom: 0px;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
 
.ly_accordion .el_heading  {
	text-align: center;
	cursor: pointer;
	display: block;
	font-size: 85%;
	background-color: #C9B8AC;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: "Open Sans", sans-serif;
	padding: 20px 0;
}


.ly_accordion .el_heading:hover  {
	background-color:  #B76517;
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	outline: none;
	color: #fff;	
}
 
.ly_accordion .bl_content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 1s ease-out 0s;
}
 
.ly_accordion .el_checkbox {
  display: none;
}
 
.ly_accordion .el_checkbox:checked + .bl_content {
  max-height: 9999px;
  transition: max-height 1s ease-in;
}












/* ------------------------------------------------------------------
Footer
------------------------------------------------------------------ */


footer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	padding-bottom: 70px;
	background-color: #B35624;
	
	
}


.shop_info{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
}


.s_left{
	width: 50%;
	float: left;
	border-right: 1px solid #fff;
	margin-left: auto;
	margin-right: auto;
}


.s_right{
	width: 50%;
    float: right;
	margin-left: auto;
	margin-right: auto;	
	
	
}


.in{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	
}



.shop_info p{
	color: #fff;
	font-size: 78%;
	text-align: left;
}


.social-icons {
	text-align: center;
	width: 100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 90px;
	margin-bottom: 30px;
}

.social-icons li {
    width: 50px;
    display: inline-block;
	color: #fff;
	margin-left: 8px;
	margin-right: 8px;
}

.social-icons li {
    vertical-align:bottom;
}


.social-icons li a {
	display: block;
	color: #fff;
	font-size: 180%;
	border: 1px solid #fff;
	padding-top: 9px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 9px;
}


.social-icons li a:hover{
	border: 1px solid #CFA888;
	background-color: #CFA888;
}


footer p {
	color: #fff;
	font-size: 75%;
	text-align: center;
	letter-spacing: 1px;
}
