@charset "utf-8";

/**-- texts ------------**/
h1 {font-size: 1.48em; font-weight:normal; margin:0 auto; padding: 0;}
h2 {font-size: 1.48em; font-weight:400; margin:0 auto; color: #4a3522; letter-spacing:2px;}
h3 {font-size: 1.18em; font-weight:normal; color:#703902;
margin:2px auto 2px;
padding-bottom: .1em;}
h3:first-letter {
margin-right: .1em;
font-size: 1.5em;
}

h4 {margin:0 auto;
font-size: 1.28em;
color: #7a3d14;
position: relative;
padding-bottom: .1em;
border-bottom: 4px solid #e0d3c0;}
h4::after {
position: absolute;
bottom: -4px;
left: 0;
z-index: 2;
content: '';
width: 20%;
height: 4px;
background-color: #91754a;}
h5 {font-size: 1.18em; font-weight:normal; margin:0 auto 0; letter-spacing:1px; color: #703902;}
h6 {font-size: 1.08em; font-weight:normal; margin:28px auto 0; letter-spacing:2px; color: #000000;}

/* text --------------------------------------------*/
.texts {font-size: 0.8em;}
.textb {font-weight: bold;}
.textfontb {font-size:1.2em;}

.textred {color:#d90000; font-size:1.04em;}
.textredb {color:#d90000; font-size:1.2em;/* font-weight: bold;*/}
.text00 {color:#7a3d14; font-size:1.08em;}
.text01 {color:#7a3d14; font-size:1.18em;}
.text02 {color:#703902; font-size:1.2em; font-weight:bolder;letter-spacing:1px;}
.text03 {color:#5c943a; font-size:1.08em; }
.text04 {color:#5c943a; font-size:1.08em; font-weight:bolder;letter-spacing:1px;}

.text-tel{line-height:2; color:#703902; font-size:2em; font-weight:bolder;}

/* ------------------------------------------------------------*/
.eria-c{text-align:center;}
.eria-r{text-align:right;}
.eria-l{text-align:left;}
.eria-tab{text-align:center; margin:33px auto; padding:0;}
/* ------------------------------------------------------------*/
dl {margin:4px 0 18px 0;}
dt {float:left;margin:0; padding:0 0 0 0;clear:both;}
dd {margin:4px 18px 8px;/*margin-left:18px;*/padding:0 0 0 10px;}

/* ------------------------------------------------------------*/
ul.list{list-style:none; margin:8px 0 18px 8px; padding:0;}
ul.list li{margin:8px; padding:0; list-style: none; font-size:1.08em;}
ul.list li.sub{margin:8px 0 0 38px; padding:0; list-style: none; font-size:1.08em;}
ul.list .fa{margin:0 4px 0 0;}

ul.listdesign_00{list-style:none; margin:8px auto 38px; padding:0;}
ul.listdesign_00 li{font-size:1.08em; color: #ffffff; margin:8px 0 0; padding:0; list-style: none;}
ul.listdesign_00 li.sub{font-size:1.08em; color: #ffffff; margin:0 0 8px 8px; padding:0; list-style: none;}

ul.listdesign_01{list-style:none; margin:8px auto 28px; padding:0;}
ul.listdesign_01 li{font-size:1.08em; color: #7a3d14; margin:4px 0 0; padding:0; list-style: none;}
ul.listdesign_01 li.sub{font-size:1.08em; color: #7a3d14; margin:0 0 8px; padding:0; list-style: none;}

ul.listdesign_01s{list-style:none; margin:8px auto 28px; padding:0;}
ul.listdesign_01s li{font-size:1em; color: #7a3d14; margin:4px 0 0; padding:0; list-style: none;}
ul.listdesign_01s li.sub{font-size:1em; color: #7a3d14; margin:0 0 8px; padding:0; list-style: none;}

ul.listdesign_02{list-style:none; margin:4px 80px 18px 18px; padding:0;}
ul.listdesign_02 li{font-size:1.28em; color: #333333; margin:4px 0 0; padding:0; list-style: none; text-align:right;}
ul.listdesign_02 li.sub{font-size:1.18em; color: #333333; margin:0 0 8px 8px; padding:0; list-style: none;}

ul.listdesign_03{list-style:none; margin:2px 18px; padding:0;}
ul.listdesign_03 li{font-size:1.18em; margin:2px; padding:0; list-style: none;}
ul.listdesign_03 li.sub{font-size:1em; margin:2px 18px; padding:0; list-style: none;}


ul.listdesign_sitemap{list-style:none; margin:8px 0 8px 28px; padding:5px;}
ul.listdesign_sitemap li{font-size:1.02em; font-weight:normal; color: #91754a; margin:0 auto; padding:2px; list-style: none;}
ul.listdesign_sitemap li.sub{font-size:1em; font-weight:normal; color: #91754a; margin:0 0 8px 18px; padding:0; list-style: none;}
ul.listdesign_sitemap li:before { margin:0 4px; font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f105";}


/*- hr.style -----------------------------------------------------*/
hr.style-00 {border-top: 1px dashed #91754a;}

hr.style-01 {margin:38px auto;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(145,117,74,0), rgba(145,117,74,1.75), rgba(145,117,74,0));
    background-image:    -moz-linear-gradient(left, rgba(145,117,74,0), rgba(145,117,74,1.75), rgba(145,117,74,0));
    background-image:     -ms-linear-gradient(left, rgba(145,117,74,0), rgba(145,117,74,1.75), rgba(145,117,74,0));
    background-image:      -o-linear-gradient(left, rgba(145,117,74,0), rgba(145,117,74,1.75), rgba(145,117,74,0));
}

hr.style-02 {
    height: 30px;
    border-style: solid;
    border-color: #91754a;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr.style-02:before {
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;    
    border-style: solid;
    border-color: #91754a;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

/* img-relexation_menu --------------------------------------------*/
.img-relexation_menu{padding:4px; margin:0 auto 48px; border:solid 1px #91754a; border-radius:8px;}
.img-relexation_menu h3 {font-size: 1.08em; font-weight:bolder; color:#7a3d14; letter-spacing:2px;
margin:18px 0 0;
padding-bottom: .1em;}
.img-relexation_menu h3:first-letter {
margin-right: .1em;
font-size: 1.5em;}


/* img-yoga_menu --------------------------------------------*/
.img-yoga_menu{padding:0 0 0 8px; margin:0 auto 48px; border:solid 1px #d6b18b; /*91754a; */border-radius:18px;}
.img-yoga_menu:after	{content: "";
display: block;
clear: both;}
.img-yoga_menu{*zoom: 1;}
.img-yoga_menu h3 {font-size: 1.08em; font-weight:bolder; color:#7a3d14; letter-spacing:2px;
margin:18px 0 0;
padding-bottom: .1em;}
.img-yoga_menu h3:first-letter {
margin-right: .1em;
font-size: 1.5em;}
.img-yoga_menu img{float: right; margin-left:18px; vertical-align: top; 
border-top-right-radius : 18px;
border-bottom-right-radius : 18px;}
.img-yoga_menu p {margin: 0; padding:0; font-size:1em;}
.img-yoga_menu table{width: 70%;
margin:0 auto 0 0;
border-collapse: collapse;}
.img-yoga_menu td,
.img-yoga_menu th{width: 10%;
text-align: center;
color: #7a3d14;
font-weight: normal;
border-left: 1px dotted #91754a;}
.img-yoga_menu td:last-child,
.img-yoga_menu th:last-child{width: 10%;
text-align: center;
color: #7a3d14;
font-weight: normal;
border-right: 1px dotted #91754a;}
.img-yoga_menu td.nor {white-space: nowrap;}
.img-yoga_menu th.nor {white-space: nowrap;}



/* img-information --------------------------------------------*/
.img-information{padding:0; margin:18px auto;}
.img-information img{float: right; margin-left:18px; vertical-align: top;
border-radius:150px;
box-shadow: 2px 2px 8px #888888;
border:solid 1px #ffffff;}
.img-information p{margin: 0;}
.img-information:after	{content: "";
display: block;
clear: both;}
.img-information{*zoom: 1;}


/* img-left_shadow --------------------------------------------*/
.img-left_shadow{padding:0; margin:18px auto 18px; /*border:solid 1px #cccccc;*/}
.img-left_shadow img{float: left; margin-right:18px; vertical-align: bottom;
border-radius:18px;
box-shadow: 2px 2px 8px #888888;
border:solid 1px #ffffff;}
.img-left_shadow p{margin: 0;}
.img-left_shadow:after	{content: "";
display: block;
clear: both;}
.img-left_shadow{*zoom: 1;}

/* img-right_shadow --------------------------------------------*/
.img-right_shadow{padding:0; margin:18px auto 18px; /*border:solid 1px #cccccc;*/}
.img-right_shadow img{float: right; margin-left:18px; vertical-align: bottom;
border-radius:18px;
box-shadow: 2px 2px 8px #888888;
border:solid 1px #ffffff;}
.img-right_shadow p{margin: 0;}
.img-right_shadow:after	{content: "";
display: block;
clear: both;}
.img-right_shadow{*zoom: 1;}



/* ovlight-line 2カラム------------------------------------------------------------*/
.ovlight-line{margin: 22px auto; padding:4px 0; border: 1px solid #e0d3c0;}
.ovlight-line p{margin: 0; padding:0; color:#91754a;}
.ovlight-line ul{margin: 0;
padding: 0;
list-style: none; text-align: center;}

.ovlight-line li a{display: block; padding: 4px;}
.ovlight-line ul:after{content: "";
display: block;
clear: both}

.ovlight-line li{float: left; width: 50%;}
.ovlight-line img{max-width: 100%;
height: auto;
/*border: none*/
/*border: solid 1px #f5f5f5;*/
padding:0px;
/*background-color:#F8F9CF;*/
border-radius: 4px;
box-shadow: 2px 2px 4px #888888;
}
.ovlight-line span{display: block; font-size: 0.8em; font-weight:normal;}
.ovlight-line a {text-decoration: none; color:#333333; }
.ovlight-line a:hover {text-decoration: none; color:#c3ab86;}


/**--table_info ---------------------------------------------**/
table.table_info{width:100%;
margin:0px auto;}

.table_info{border-collapse: collapse;}

.table_info td,
.table_info th{text-align: left;
font-weight: normal;
padding:4px;
border: 1px solid #dddddd;}

.table_info td.nor {white-space: nowrap;}
.table_info th.nor {white-space: nowrap; font-weight: bold;}

.table_info thead th{
padding:8px;
/*background-color: #ffffff;*/
border-bottom: 1px solid #703902;}


/* --arooow_yoga----------------------------------------------------------*/
.arrow_yoga {position: relative; margin:0px auto 28px;
text-align:center;
background: #869f8a; /*b4835b;*/
padding:4px;
color:#ffffff;
font-size:1.18em;
font-weight:normal;}
.arrow_yoga span{display: block; font-size: 0.8em;}


.arrow_yoga:after {top: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(134, 159, 138, 0);
border-top-color: #869F8A;
border-width: 20px;
margin-left: -20px;}


/* --arooow_relexation----------------------------------------------------------*/
.arrow_relexation {position: relative; margin:0px auto 28px;
text-align:center;
background: #be8c43; /*b4835b;*/
padding:4px;
color:#ffffff;
font-size:1.18em;
font-weight:normal;}
.arrow_relexation span{display: block; font-size: 0.8em;}


.arrow_relexation:after {top: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(190, 140, 67, 0);
border-top-color: #be8c43;
border-width: 20px;
margin-left: -20px;}


/**-- feed ------------------------------------------------------**/
div#feed{clear: both;
/*border:dotted 2px #cccccc;*/
/*background-color:rgba(255,255,255,0.5);*/
/*height:290px;*/
/*background-color:#eddddb;*/
margin:2px auto 48px;
padding:8px;}

#feed li{margin:0px 0px 0px 0px; padding:0px 0px 8px 18px;
overflow:hidden;
text-overflow: ellipsis;
-webkit-text-overflow: ellipsis; /* Safari */
-o-text-overflow: ellipsis; /* Opera */
white-space: nowrap;}

/* ---inview_scroll --------------------------------------------*/
.list_scroll{margin: 18px auto;
	list-style-type: none;
	overflow: hidden;
	transition: .8s;
}
.list-mv07{
opacity: 0;
transform: translate(0,60px); 
-webkit-transform: translate(0,60px);
}
.mv07{
opacity: 1.0;
transform: translate(0,0); 
-webkit-transform: translate(0,0);
}

.list-mv02{
	opacity: 0;
}
.mv02{
	opacity: 1.0;
}

/* --- map google -----------------------------------------------*/
#map {width: 100vw; margin: 0 auto 38px; padding:0;
height: 480px;
}


/**-- Gallery Page Only ------------------------------------------**/
#gallery{text-align:center; margin: 18px auto 18px; padding:4px;}
#gallery span{display: block; font-size: 0.8em; font-weight:normal;}


