body {
   
    font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	text-align: justify;
	text-justify: inter-ideograph;
}


a {
    color: #383838;
    transition: all 0.5s;
}
a:focus {
    outline: 0;
}
a:hover,
a:focus {
    color: #7beec7;
    text-decoration: none;
}
a,
a:visited {
    font-weight: 400;
    text-decoration: none;
}
em {
    font-style: italic;
}
strong {
    font-weight: 500;
}
small {
    font-size: 0.8em;
}
p {
    color: #333;
    line-height: 1.7;
    font-size: 16px;
    font-weight: 100;
    clear: both;
    letter-spacing: 0;
}
hr {
    width: 40px;
    height: 1px;
    background: #111111;
    border-top: 0;
    margin-top: 0px;
    margin-bottom: 20px;
    clear: both;
    float: left;
}
h1 {
    font-size: 24px;
    font-weight: bold;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lekton', sans-serif;
    letter-spacing: 0.1em;
    color: #333;
    clear: both;
    padding-bottom: 5px;
}
b {
    font-weight: 900;
}
blockquote {
    margin: 30px 0 30px;
    padding: 0 0 0 20px;
    font-size: 18px;
    border-left: 4px solid #787878;
    line-height: 25px;
    font-weight: 100;
    color: #787878;
}
blockquote p {
    display: inline;
}
ul {
    padding-left: 25px;
}
ul li {
    list-style-type: inherit;
}
ul.list {
    display: block;
    line-height: 25px;
}
ul.sublist {
    padding-left: 35px;
}
/* =General
-------------------------------------------------------------- */

.clearfix {
    clear: both;
}

#page-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    width: 40px;
    height: 60px;
    background-image: url(../img/scroll-top.png);
	z-index: 99;
}
#page-top:hover {
    opacity: 0.7;
}

.h1_title{
font-size: 24px;
background-color: #8bc3a3;
border: dashed 1px #8dc8c6;
padding: 0.7em 0.5em 0.5em;
color: #fff;
line-height: 1;
text-align: center;
}
.h1_title span{
	font-size: 13px;
}

.letter{
	margin-top: 0;
	background-image: url(../img/letter-bg.png);
	background-size: cover;
	padding: 20px 20px;
	
}

.box_ac1{
	box-shadow: 0px 0px 0px 5px rgba(139, 195, 163, 0.1);
    border: dashed 1px #8dc8c6;
    padding: 0.4em 0.5em 2em;
	/*background-image:
    url("../img/acces_left_top.png"),
    url("../img/acces_right_top.png"),
    url("../img/acces_left_bottom.png"),
    url("../img/acces_right_bottom.png");

  background-repeat:
    no-repeat, 
	no-repeat,
	no-repeat, 
	no-repeat;

  background-position:
    top left,
	top right,
	bottom left,
	bottom right;*/
}
.box_ac2{
	background: #fefefe;
	padding: 0 10px 15px;
	border: 2px solid #e8decc;
	background-image:
    url("../img/acces_left_top.png"),
    url("../img/acces_right_top.png"),
    url("../img/acces_left_bottom.png"),
    url("../img/acces_right_bottom.png");

  background-repeat:
    no-repeat, /* 最前面の背景レイヤーに対応 */
	no-repeat,
	no-repeat, /* 最前面の背景レイヤーに対応 */
	no-repeat;

  background-position:
    top left, /* 最前面の背景レイヤーに対応 */
	top right,
	bottom left,
	bottom right;
}
.box_ac3{
    border: 1px dashed #e8decc;
    background: rgba(249, 184, 205, 0.03);
    border-radius: 8px;
    box-shadow: 0 0 3px 3px rgba(139, 195, 163, 0.1);
    margin: 1em auto;
    padding: 1em 0.8em;
}
.box_ac4{
    border: 1px dashed #87cefa;
    background: rgba(135, 206, 250, 0.03);
    border-radius: 8px;
    box-shadow: 0 0 3px 3px rgba(135, 206, 250, 0.1);
    margin: 1em auto;
    padding: 1em 0.8em;
}
.hov{
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.hov:hover{
	opacity: 0.7;
}
.yoga_hov{
	background-color: #8dc8c6;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.yoga_hov:hover{
	background-color: #ff8f44;
	opacity: 0.9;
}
.yoga_hov2{
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.yoga_hov2:hover{
	opacity: 0.7;
}
.blog_hov{
	margin-top: 10px;
	background-color: rgb(255,182,193);
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.blog_hov:hover{
	background-color: #ff8f44;
	opacity: 0.9;
}
.center-block{
	margin-left: auto;
	margin-right: auto;
}
table.price {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 1px 0;
    font-size: 15px;
}
table.price th,
table.price td {
    padding: 10px;
}
table.price th {
    box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset;
    border-radius: 5px 5px 10px 10px;
    background: #88b7d5;
    vertical-align: middle;
    text-align: center;
    width: 125px;
    height: 50px;
    position: relative;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    font-size: 20px;
}
table.price th.c1 {
    background: rgb(162,206,26); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(97,174,36,1) 1%, rgba(86,155,32,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(97,174,36,1)), color-stop(100%,rgba(86,155,32,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(97,174,36,1) 1%,rgba(186,155,32,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(97,174,36,1) 1%,rgba(86,155,32,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(97,174,36,1) 1%,rgba(86,155,32,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(97,174,36,1) 1%,rgba(86,155,32,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61ae24', endColorstr='#569b20',GradientType=0 ); /* IE6-9 */
}
 
table.price th.c2 {
    background: rgb(255,182,193); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,192,203,1) 1%, rgba(255,182,193,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,192,203,1)), color-stop(100%,rgba(255,182,193,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,192,203,1) 1%,rgba(255,182,193,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,192,203,1) 1%,rgba(255,182,193,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,192,203,1) 1%,rgba(255,182,193,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,192,203,1) 1%,rgba(255,182,193,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFC0CB', endColorstr='#FFB6C1',GradientType=0 ); /* IE6-9 */
}
table.price th.c22 {
    background: rgb(255,182,193); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,192,203,1) 1%, rgba(255,182,193,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,192,203,1)), color-stop(100%,rgba(255,182,193,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,192,203,1) 1%,rgba(255,182,193,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,192,203,1) 1%,rgba(255,182,193,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,192,203,1) 1%,rgba(255,182,193,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,192,203,1) 1%,rgba(255,182,193,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFC0CB', endColorstr='#FFB6C1',GradientType=0 ); /* IE6-9 */
}
table.price th.c3 {
    background: rgb(29,140,233); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(0,191,255,1) 1%, rgba(30,144,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(0,191,255,1)), color-stop(100%,rgba(30,144,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,191,255,1) 1%,rgba(30,144,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,191,255,1) 1%,rgba(30,144,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,191,255,1) 1%,rgba(30,144,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,191,255,1) 1%,rgba(30,144,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#113f8c', endColorstr='#0f387d',GradientType=0 ); /* IE6-9 */
}
table.price th.c4 {
    background-color: #fff; 
}
table.price th:after {
    top: 69px;
    left: 5px;
    content: &quot;&quot;;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 78px solid transparent;
}
/* firefox */
@-moz-document url-prefix() {
    table.price th {
        text-indent: 10px;
    }
    table.price th::after {
        padding: 0;
        top: 60px;
        left: 0;
        content: &quot;&quot;;
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 50px solid transparent;
        border-top: #B7D567 15px solid;
    }
}
table.price th.c1:after {
    border-top: #569b20 15px solid;
}
table.price th.c2:after {
    border-top: #b6113d 15px solid;
}
table.price th.c22:after {
    border-top: #b6113d 15px solid;
}
table.price th.c3:after {
    border-top: #0f387d 15px solid;
}
table.price td {
    box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
    text-align: center;
    padding-top: 15px;
    border: none;
    height: 70px;
}
 
table.price tr:nth-child(2n+1) td.c1 {
    background: #f9fff5;
	font-size: 120%;
	letter-spacing: 2px;
}
table.price tr:nth-child(2n+0) td.c1 {
    background: #e2efbc;
	font-size: 120%;
	letter-spacing: 2px;
}
 
table.price tr:nth-child(2n+1) td.c2 {
    background: #fff5f5;
	font-size: 110%;
	
}
table.price tr:nth-child(2n+0) td.c2 {
    background: #ffdfed;
	font-size: 120%;
	letter-spacing: 5px;
}
table.price tr:nth-child(2n+1) td.c22 {
    background: #fff5f5;
	font-size: 110%;
	
}
table.price tr:nth-child(2n+2) td.c22 {
    background: #ffdfed;
	font-size: 110%;
} 
table.price tr:nth-child(2n+1) td.c3 {
    background: #f9ffff;
	font-size: 110%;

}
table.price tr:nth-child(2n+0) td.c3 {
    background: #eee;
	font-size: 120%;
	letter-spacing: 5px;
}
table.price tr td.c5 {
    background: rgba(29,140,233,0.1);
	font-size: 120%;
	letter-spacing: 0;
	border: 1px solid rgba(222,222,222,0.5);

}
table.price tr td.c8 {
    background: #f9f9f9;
	font-size: 110%;
	border: 1px solid rgba(222,222,222,0.5);

} 
table.price tr td.c9 {
    background: #f9ffff;
	font-size: 110%;
	border: 1px solid rgba(222,222,222,0.5);

} 
table.price tr:last-child td {
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}
table.price tr:last-child td .button {
    font-size:12px;
    font-family:Arial;
    font-weight:normal;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #ffaa22;
    padding:9px 18px;
    text-decoration:none;
    background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
    background:-ms-linear-gradient( top, #ffec64 5%, #ffab23 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffec64), color-stop(100%, #ffab23) );
    background-color:#ffec64;
    color:#333333;
    display:inline-block;
    text-shadow:1px 1px 0px #ffee66;
    -webkit-box-shadow:inset 1px 1px 0px 0px #fff6af;
    -moz-box-shadow:inset 1px 1px 0px 0px #fff6af;
    box-shadow:inset 1px 1px 0px 0px #fff6af;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
table.price tr:last-child td .button:hover {
    background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
    background:-ms-linear-gradient( top, #ffab23 5%, #ffec64 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffab23), color-stop(100%, #ffec64) );
    background-color:#ffab23;
}
table.price tr:last-child td .button {
    position:relative;
    top:1px;
}
.on-off{
	display: block;
}
.off-on{
	display: none;
}
.off-on2{
	display: none;
}
@media screen and (max-width:992px) {
	.off-on2{
	display: block;
}
}
@media screen and (max-width:767px) {
.on-off{
	display: none;
	}
.off-on{
	display: block;
}
.h1_title{
    font-size: 18px;
	letter-spacing: 0;
}
	table.price th {
    box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset;
    border-radius: 5px 5px 10px 10px;
    background: #88b7d5;
    vertical-align: middle;
    text-align: center;
    width: 125px;
    height: 50px;
    position: relative;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    font-size: 16px;
}
}

.form-horizontal .form-group {
	margin-right: -0px;
	margin-left: -0px;
}
.center {
	display: block;
	text-align: center;
}
span.label {
	margin-left: 10px;
}
.txt_small{
	font-size: 10px;
}
.footer-inner{
	text-align: center;
}
.label-req{
	background-color: #FF9900;
	color: #FFFFFF;
	padding: 1px 5px;
	margin-left: 10px;
	border-radius: 5px;
	font-size: 9px;
	font-weight: normal;
}
.contact{
	margin: 0 auto;
	border: 4px double #a58567;
}
.control-label{
	text-align: right;
	padding: 8px;
	font-weight: normal;
	white-space: normal;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D5D5D5;
	border-right-color: #CDBB9C;
	border-bottom-color: #D5D5D5;
	border-left-color: #D5D5D5;
	font-size: 13px;
}
@media screen and (max-width:767px) {
.control-label{
	text-align: right;
	padding: 8px 5px 8px 0;
	font-size: 12px;
}
.nichiji{
	padding-left: 0;
	padding-right: 0;
}
.nichiji1{
	padding-right: 0;
	padding-left: 1px;
}
.nichiji11{
	padding-top: 1px;
	padding-left: 0;
}
.nichiji2{
	padding-right: 0px;
	padding-left: 0;
}
}
.xxx_box{
	width: 100%;
	max-width: 700px;
	margin: auto;
}
.policy{
	width: 100%;
	margin: 10px auto;
}
.policy p{
	font-size: 12px;
	padding: 10px;
}
button.cupid-blue {
  background-color: #8BC3A3;
  border-radius: 12px;
  color: #fff;
  text-align: center;
  -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
   }
  button.cupid-blue:hover {
	  opacity: 0.7;
    background-color: #8BC3A3;
    color: #fff;
    cursor: pointer; 
	}
  button.cupid-blue:active {
    border: 1px solid #8BC3A3;
}
.mb-30{
	margin-top: 20px;
	margin-bottom: 20px;
}
.copyright-mark{
	padding-top: 10px;
}
.txt_big{
	font-size: 120%;
}
.mt10{
	margin-top: 10px;
}
.sub_txt{
	padding-bottom: 0;
	margin-bottom: -1%;
}
.footer-11{
	margin-top: 20px;
}

.triangle{
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #8dc8c6;
}
.river {
    margin: 20px 0 0;
    border-bottom: dashed 1px #8dc8c6;
	background-color: #fff;
}
.river .box-title {
    font-size: 1.2em;
    padding: 4px;
    text-align: center;
    color: #454545;
    box-shadow: 0px 0px 0px 5px rgba(139, 195, 163, 0.1);
    border: dashed 1px #8dc8c6;
    letter-spacing: 0.05em;
}
.river p {
    padding-top: 15px;

	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0;
    margin: 0;
	line-height: 1.2;
}
.control-label{
	text-align: right;
	padding: 8px;
	font-weight: normal;
	white-space: normal;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D5D5D5;
	border-right-color: #CDBB9C;
	border-bottom-color: #D5D5D5;
	border-left-color: #D5D5D5;
	font-size: 13px;
}
.river{
	padding-bottom: 15px;
}
@media screen and (max-width:640px) {
.control-label{
	width: 93%;
	display: block;
	background-color: rgba(255, 255, 255, 0);
	text-align: left;
	padding: 8px 2px 8px 10px;
	white-space: normal;
	color: #333333;
	
	border: none;
	font-size: 12px;
}

}
.footer_contact{
	padding: 20px 0;
	margin-bottom: 10px;
}
@media(min-width:768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}