@charset "utf-8";
/* CSS Document */

#schedule #ekimae span {
	color:#9e0000;
}
#schedule #east span {
	color:#02009e;
}


@media (min-width: 641px){
.sp , #nav_sp , #head_sp , #pegetittle_sp{
	display:none;
}

#main{
    padding: 0px;
    margin: auto;
    overflow: hidden;
    min-width: 980px;
}

#cts_main{
    padding: 0px;
    margin: auto;
    width: 960px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 60px;
}

#content{
    width: 690px!important;
    float: left;
    margin: 0px!important;
    min-height: 10px;
}

/*ヘッダー*/
header{
    min-width: 980px;
    width: 100%;
    position: relative;
    z-index: 999;
    height: 186px;
}

header .cont{
    width: 960px;
    padding-top: 37px;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
    position: relative;
}

header .text{
    position: absolute;
    left: 10px;
    font-size: 12px;
    top: 64px;
    letter-spacing: 2px;
}

header h1{
    text-align: center;
    margin-bottom: 24px;
}

header h1 img{
    width: 137px;
    opacity: 1!important;
}

header .tel{
	position:absolute;
	top:52px;
	right:63px;
}

header .tel img{
	width:175px;
}

header .contact{
    position: absolute;
    right: 10px;
    top: 48px;
}

header .contact a{
    display: block;
	width:32px;
	height:32px;
}

header .contact a img{
	width:32px;
}


#nav_pc{
    width: 100%;
    position: absolute;
    z-index: 999;
    height: 62px;
    background-color: #fff;
}

#nav_pc.scroll{
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: fixed;
    top: 0;
    z-index: 100;
    box-shadow: 0px 0px 6px 1px rgba(12,3,7,0.2);
    -moz-box-shadow: 0px 0px 6px 1px rgba(12,3,7,0.2);
    -webkit-box-shadow: 0px 0px 6px 1px rgba(12,3,7,0.2);
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

#nav_pc.fixed{
	position:fixed;
	top:0px;
	z-index:999;
}

#nav_pc div{
    width: 960px;
    margin: auto;
    position: relative;
    display: block;
    height: 62px;
}

#nav_pc a{
    text-decoration: none!important;
    color: #474747;
    padding-bottom: 6px;
    padding: 20px 24px 26px 24px;
    letter-spacing: 1px;
    margin-right: 0px;
    font-size: 14px;
    /*/*font-family: "hannari";*/*/
    display: block;
    float: left;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out;
    line-height: 1;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-color 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: border-color 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

#nav_pc  a:hover{
	color:#b62200;
	border-color: #b62200;
}

#nav_pc a.current{
    border-bottom: 2px solid #b62200;
    color: #b62200;
}


/*スライド*/
#slide{
    min-width: 980px;
	height:420px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    margin-bottom: 0px;
    margin-top: 0px;
	width:100%;
	overflow:hidden;

}

#slide ul{
    width: 100%;
	margin:auto;
    height:420px;
    position: relative;
}

#slide li{
    width: 100%;
	min-width: 980px;
	margin:auto;
    height:420px;
	position:relative;

}

#slide li .image{
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	width: 100%;
	min-width: 980px;
	margin:auto;
    height:420px;
}

#slide li.first .image{
	background-image:url(../images/top/slide_img01_pc.jpg);
}

#slide li.second .image{
	background-image:url(../images/top/slide_img02_pc.jpg);
}
#slide li.third .image{
	background-image:url(../images/top/slide_img03_pc.jpg);
}

#slide li .tbox{
	width:960px;
	padding-left:10px;
	padding-right:10px;
	height:420px;
	margin:auto;
	position:absolute;
	top:0;
	left:0;
	left:0;
	right:0;
	margin:auto;

}

#slide li .tbox .text{
    font-size: 18px;
    /*font-family: "hannari";*/
    line-height: 2;
}
#slide li.first .tbox .text{
    margin-top: 70px;
}
#slide li.second .tbox .text{
	position:absolute;
	right:0px;
	top:30px;
}
#slide li.third .tbox .text{
	position:absolute;
	right:100px;
	top:20px;
}
#slide li.second .tbox .text span {
	font-size:26px;
	font-weight:bold;
	color:#b62200;
	display:block;
}

#slide li .tbox a{
    display: block;
    width: 184px;
    height: 184px;
    margin-top: 46px;
}

#slide li .tbox a img{
	width:184px;
}

.side_link{
	position:fixed;
	right:0px;
	z-index:999;
}

.side_link img{
	width:29px;
}

.side_link.reserve{
	top:10px;
}

.side_link.special{
	top:210px;
}


/*トップページ*/
/*新着情報*/
#topnews{
    margin-bottom: 60px;
}

#topnews h3{
    text-align: center;
    margin-bottom: 32px;
}

#topnews h3 img{
	height:58px;
}

#topnews h3 span{
    font-size: 17px;
    /*font-family: "hannari";*/
    display: block;
    font-weight: normal;
    padding-right: 2px;
    margin-top: 6px;
    line-height: 1;
}

#topnews ul{
    overflow: hidden;
    margin: auto;
}

#topnews ul li{
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    width: 210px;
    float: left;
    margin-right: 40px;
}

#topnews ul li:last-child{
	margin-right:0px;
}

#topnews ul li a:hover{
	text-decoration:none;
}
#topnews ul li .n_time{
    font-size: 12px;
    margin-top: 4px;
    font-style: oblique;
}

#topnews ul li .n_tittle{
    font-size: 16px;
    color: #b62200;
    margin-bottom: 8px;
    margin-top: 10px;
    line-height: 1.4;
    font-weight: bold;
}

#topnews ul li .n_text{
    line-height: 1.6;
}

#topnews ul li  figure {
    position: relative;
    overflow: hidden;
    width: 210px;
    height: 150px;
    margin: 0px;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out;
}

#topnews ul li:hover figure{
	opacity:.7;
}

#topnews ul li figure .newsimg{
    position: absolute;
    float: left;
    opacity: 1!important;
    width: 100%;
    top: -19.5px;
}

#topnews .newslist_btn{
	width:298px;
	margin:auto;
	border:1px solid #b62200;
	background-color:#fff;
}

#topnews .newslist_btn a{
    display: block;
    text-align: center;
    font-size: 13px;
    padding: 7px 0px 7px 0px;
	text-decoration:none;
}

#topnews .newslist_btn a span{
    padding-right: 21px;
    padding-left: 18px;
	color: #474747;
	position:relative;
	color:#b62200;
}

#topnews .newslist_btn a span .arrow{
    position: absolute;
    width: 16px;
    top: 6px;
    right: 0px;
    opacity: 1;
    transition: all .3s;
}

#topnews .newslist_btn a:hover .arrow{
-webkit-animation: buttonArrow .3s ease-in 1; animation: maintenancebuttonArrow .3s ease-in 1; }
@-webkit-keyframes maintenancebuttonArrow {
	0% { right: 0px; }
	39% { right:-32px; opacity: 0; }
	59% { right:-32px; opacity: 0; }
	60% { right:16px; opacity: 0; }
	100% { right: 0px; opacity: 1; }
}
@keyframes maintenancebuttonArrow {
	0% { right: 0px; }
	39% { right:-32px; opacity: 0; }
	59% { right:-32px; opacity: 0; }
	60% { right:16px; opacity: 0; }
	100% { right: 0px; opacity: 1; }
}

#topbanner_beginner{
	margin-bottom:68px;
}

#topbanner_beginner img{
	width:960px;
	margin:auto;
}

#topbanner_yuruyoga{
	margin-bottom:68px;
}

#topbanner_yuruyoga img{
	width:960px;
	margin:auto;
}

/*特徴*/
#topfeature{
    margin-bottom: 86px;
}

#topfeature h3{
    text-align: center;
    margin-bottom: 32px;
}

#topfeature h3 img{
	height:58px;
}

#topfeature h3 span{
    font-size: 17px;
    /*font-family: "hannari";*/
    display: block;
    font-weight: normal;
    padding-right: 2px;
    margin-top: 6px;
    line-height: 1;
}

#topfeature ul li{
    margin-bottom: 30px;
    overflow: hidden;
}

#topfeature ul li img{
	float:left;
	margin-right:24px;
	width:300px;
}

#topfeature ul li h5{
    /*font-family: "hannari";*/
    font-size: 20px;
    color: #b62200;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-top: 38px;
    letter-spacing: 2px;
}

#topfeature ul li:nth-child(2) img{
	margin-left:40px;
}

#topfeature ul li:nth-child(3) img{
	margin-left:80px;
}

#topbanner{
    margin-bottom: 66px;
}

#topbanner ul{
	overflow:hidden;
}

#topbanner ul li{
    position: relative;
    width: 228px;
    float: left;
    margin-right: 16px;
}

#topbanner ul li:last-child{
	margin-right:0px;
}

#topbanner ul li a{
	display:block;
	width:228px;
}

#topbanner ul li h5{
    position: absolute;
    left: 0px;
    z-index: 10;
    top: 10px;
}

#topbanner ul li h5 img{
	height:22px;
}

#topbanner ul .image{
    margin-left: 18px;
    position: relative;
    width: 200px;
}

#topbanner ul li a .image:before{
    width: 200px;
    height: 180px;
    position: absolute;
    background-color: #e9e9e9;
    top: 10px;
    left: 10px;
    content: '';
    z-index: -1;
	-webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out;
}

#topbanner ul li a:hover .image:before{
	background-color:#b62200;
}

#topbanner ul .image img{
	width:200px;
	position:static;
	opacity:1!important;
}

#topbanner ul li .text{
    line-height: 1;
    text-align: left;
    margin-left: 17px;
    font-size: 12px;
    margin-top: 20px;
}

#topbanner ul li .text span{
	padding-right:21px;
	background-image:url(../images/common/arrow01_pc.png);
	background-repeat:no-repeat;
	background-position:top 4px right 0px;
	background-size:16px;
}

#topspecial{
	margin-bottom:44px;
}

#topspecial .cont{
    background-color: #f5f4fa;
    position: relative;
    padding-top: 86px;
}

#topspecial .cont h3{
    position: absolute;
    top: -10px;
	left:-36px;
}

#topspecial .cont h3 img{
    width: 308px;
}

#topspecial .cont p.text{
    margin-left: 78px;
	margin-bottom:24px;
    line-height: 2.3;
}

#topspecial .cont ul{
    overflow: hidden;
    margin-bottom: -44px;
}

#topspecial .cont ul li{
    float: left;
    width: 230px;
    text-align: center;
}

#topspecial .cont ul li p{
    text-align: center;
    width: 150px;
    border: 1px solid #b62200;
    color: #b62200;
    font-size: 14px;
    /*font-family: "hannari";*/
    line-height: 1.3;
    padding: 4px 0px 6px 0px;
    margin: auto;
}

#topspecial .image{
	width:690px;
}

#topspecial .cont p.btn{
    width: 386px;
    background-color: #b62200;
    position: absolute;
    top: 25px;
    right: 20px;
}

#topspecial .cont p.btn a{
    display: block;
    width: 386px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
	text-decoration:none;
}

#topspecial .cont p.btn a span{
	font-size:13px;
	color:#fff;
	padding-right:22px;
	position:relative;
	letter-spacing:1px;
}

#topspecial .cont p.btn a span .arrow{
	width:16px;
	position:absolute;
	top:4px;
	right:0px;
    opacity: 1;
    transition: all .3s;
}

#topspecial .cont p.btn a:hover .arrow{
-webkit-animation: buttonArrow .3s ease-in 1; animation: maintenancebuttonArrow .3s ease-in 1; }
@-webkit-keyframes maintenancebuttonArrow {
	0% { right: 0px; }
	39% { right:-32px; opacity: 0; }
	59% { right:-32px; opacity: 0; }
	60% { right:16px; opacity: 0; }
	100% { right: 0px; opacity: 1; }
}
@keyframes maintenancebuttonArrow {
	0% { right: 0px; }
	39% { right:-32px; opacity: 0; }
	59% { right:-32px; opacity: 0; }
	60% { right:16px; opacity: 0; }
	100% { right: 0px; opacity: 1; }
}
#topspecial .topspecial_sp {
	display:none;
}

#topgreeting h3{
    text-align: center;
    margin-bottom: 32px;
}

#topgreeting h3 img{
	height:58px;
}

#topgreeting h3 span{
    font-size: 17px;
    /*font-family: "hannari";*/
    display: block;
    font-weight: normal;
    padding-right: 2px;
    margin-top: 6px;
    line-height: 1;
}

#topgreeting .image{
    width: 300px;
    float: right;
    margin-left: 15px;
    margin-top: 3px;
}

#topgreeting .text{
    line-height: 2.2;
    letter-spacing: 1.2px;
	min-height:410px;
}

#topgreeting .name{
    text-align: right;
    font-weight: bold;
	font-size:15px;
}


/*固定ページ*/
#pagecontent {
    width: 960px;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
    overflow: hidden;
	margin-top:40px;
}

#pagecontent #content {
    width: 690px;
    float: left;
    z-index: 1;
}

#pagetittle{
    width: 100%;
    height: 210px;
    min-width: 980px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

#pagetittle.npagetittle{
	background-image:url(../images/news/pagetittle_bg_pc.jpg);
}

#pagetittle.cpagetittle{
	background-image:url(../images/course/pagetittle_bg_pc.jpg);
}

#pagetittle.rpagetittle{
	background-image:url(../images/reserve/pagetittle_bg_pc.jpg);
}

#pagetittle .tittle{
    width: 266px;
    height: 86px;
    background-image: url(../images/common/pagetittle_textbg_pc.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 266px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#pagetittle .tittle h2{
    font-size: 20px;
    color: #232323;
    font-weight: normal;
    line-height: 1;
    padding-top: 20px;
    margin-bottom: 8px;
    /*font-family: "hannari";*/
    letter-spacing: -1px;
}

#pagetittle .tittle p{
    font-size: 12px;
    color: #b62200;
    font-weight: normal;
    line-height: 1;
    font-family: "Times New Roman" , "Roboto Slab" , Garamond , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-style: italic;
}

.menucontents{
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
	clear:both;
}

.menucontents h3{
    text-align: center;
    margin-bottom:32px;
}

.menucontents h3 img{
	height:58px;
}

.menucontents h3 span{
    font-size: 17px;
    /*font-family: "hannari";*/
    display: block;
    font-weight: normal;
    padding-right: 2px;
    margin-top: 6px;
    line-height: 1;
}

.menucontents h4{
    margin-bottom: 14px;
    overflow: hidden;
}

.menucontents h4 span{
    border-bottom: 1px dotted #b62200;
    padding-left: 1px;
    padding-right: 2px;
    /*font-family: "hannari";*/
    font-size: 16px;
    line-height: 1.4;
    color: #b62200;
    float: left;
    display: block;
    padding-bottom: 2px;
	position:relative;
}

.menucontents h4 span.experience:after{
    border-bottom: none;
    font-size: 13px;
    position: absolute;
    color: #fff;
    background-color: #b62200;
    content: '体験レッスン可';
    margin-left: 12px;
    line-height: 1;
    width: 7em;
    padding-bottom: 4px;
    padding-left: 3px;
    padding-right: 1px;
	padding-top: 3px;
    margin-top: 2px;
}

.menucontents .text {
    margin-bottom: 28px;
    font-size: 13px;
    line-height: 2;
}

.menucontents .pindent{
	padding-left:1em;
	text-indent:-1em;
    font-size: 13px;
    line-height: 2;
}

.menucontents .item{
    margin-bottom: 40px;
    overflow: hidden;
}
.menucontents .pt_low {
	margin-bottom:10px !important;
}

.menucontents .pict{
    margin-bottom: 20px;
	width:320px;
}

.menucontents .rightpict{
    float: right;
    position: relative;
    width: 320px;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 3px;
}

.menucontents .rpictbox{
    overflow: hidden;
    margin-bottom: 8px;
}

.menucontents .rightpict.length{
	width:200px!important;
}

.menucontents .text a{
    font-size: 14px;
    text-decoration: underline;
    color: #b62200;
}

.menucontents .text a:hover{
	text-decoration:none;
}

.menucontents .text span.red{
     color: #b62200;
}

.reservebanner img{
	width:690px;
}

.menucontents .btn{
    width: 400px;
    border: 3px solid #b62200;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out;
    background-color: #fff;
    margin-bottom: 20px;
}

.menucontents .btn:hover{
	background-color:#eb6da5;
}

.menucontents .btn a{
    display: block;
    font-size: 16px;
    text-align: center;
    text-align: center;
    color: #eb6da5;
    padding: 10px 0px 11px 0px;
    background-image: url(../images/top/topnews_btn_pc.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 16px;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out;
}

.menucontents .btn a:hover{
	color: #fff;
	background-image: url(../images/top/topnews_btn_hover_pc.png);
}

/*初心者の方へ*/
#beginner #flow ul{
}

#beginner #flow ul li{
    position: relative;
    padding-left: 68px;
    margin-bottom: 28px;
}

#beginner #flow ul li p.number{
	position:absolute;
	left:0px;
}

#beginner #flow ul li p.number img{
	width:53px;
}

#beginner #flow ul li h5{
    color: #b62200;
    font-size: 19px;
    /*font-family: "hannari";*/
    font-weight: normal;
    padding-top: 7px;
    margin-bottom: 12px;
}

#beginner #flow ul li p.txt{
	margin-bottom:0px;
}

/*スタジオ紹介*/
#studio .areatext{
	min-height:220px;
}
#studio .doubleimg{
	overflow:hidden;
}

#studio .doubleimg .pict{
	float:left;
}

#studio .doubleimg .rightpict{
	margin-top:0px;
}

#studio iframe{
    max-width: 100%;
	width:100%;
    height: 320px;
    margin-bottom: 28px;
}
#studio #pmap {
	width:512px;
	border: solid 1px #f7f7f7;
    margin-top: 5px;
}

/*コース*/
#course .chartpict{
	width:690px;
	margin-bottom:20px;
}

#course ul.othercourse_list{
	margin-top:23px;
}

#course ul.othercourse_list li{
	overflow:hidden;
	position:relative;
}

#course ul.othercourse_list li{
    overflow: hidden;
    padding-left: 80px;
    position: relative;
    margin-bottom: 24px;
    min-height: 16px;
    padding-top: 1px;
}

#course ul.othercourse_list li .icon{
    position: absolute;
    font-size: 13px;
    color: #fff;
    width: 56px;
    text-align: center;
    left: 0px;
    top: 0px;
    padding-top: 2px;
    padding-bottom: 3px;
    font-family: "Times New Roman" , "Roboto Slab" , Garamond , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    line-height: 1;
    font-style: italic;
}

#course ul.othercourse_list li .icon.relax{
	background-color:#8a008b;
}

#course ul.othercourse_list li .icon.beauty{
	background-color:#ff1494;
}

#course ul.othercourse_list li .icon.active{
	background-color:#ff4500;
}

#course ul.othercourse_list li .icon.health{
	background-color:#006401;
}

#course ul.othercourse_list li .icon.special{
	background-color:#c1a714;
}

#course ul.othercourse_list li p.link{
    float: left;
    line-height: 1.4;
    margin-right: 38px;
    margin-bottom: 5px;
}

#course ul.othercourse_list li p.link:last-child{
	margin-right:0px;
}

#course ul.othercourse_list li p.link a, #course .beginner_li dl a{
    display: block;
    line-height: 1.4;
    position: relative;
    font-size: 13px;
    color: #474747;
    padding-right: 20px;
}

#course ul.othercourse_list li p.link a:after,  #course .beginner_li dl a:after{
    position: absolute;
    content: '';
    width: 15px;
    height: 4px;
    background-image: url(../images/common/arrow01_pc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    top: 5px;
    right: 0px;
}

#course ul.othercourse_list li p.link a:hover:after,  #course .beginner_li dl a:hover:after {
-webkit-animation: buttonArrow .3s ease-in 1; animation: maintenancebuttonArrow .3s ease-in 1; }
@-webkit-keyframes maintenancebuttonArrow {
	0% { right: 0px; }
	39% { right:-30px; opacity: 0; }
	59% { right:-30px; opacity: 0; }
	60% { right:15px; opacity: 0; }
	100% { right: 0px; opacity: 1; }
}
@keyframes maintenancebuttonArrow {
	0% { right: 0px; }
	39% { right:-30px; opacity: 0; }
	59% { right:-30px; opacity: 0; }
	60% { right:15px; opacity: 0; }
	100% { right: 0px; opacity: 1; }
}

#course #courselist ul.eachlist li{
    overflow: hidden;
    margin-bottom: 15px;
}

#course #courselist ul.eachlink{
overflow: hidden;
    width: 690px;
}

#course #courselist ul.eachlink li{
	background-color:#b62200;
	width:330px;
	float:left;
	margin-bottom:20px;
	position: relative;
}

#course #courselist ul.eachlink li:nth-child(2n){
	float:right;
}

#course #courselist ul.eachlink li a{
    display: block;
    font-size: 13px;
    color: #fff;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 9px;
    width: 330px;

}

#course #courselist ul.eachlink li a .arrow{
    position: absolute;
    width: 16px;
    top: 16px;
    right: 0px;
    opacity: 1;
    transition: all .3s;
    margin-right:20px;
}

#course #courselist ul.eachlink li a:hover .arrow{
-webkit-animation: buttonArrow .3s ease-in 1; animation: maintenancebuttonArrow .3s ease-in 1; }
@-webkit-keyframes maintenancebuttonArrow {
	0% { right: 0px; }
	39% { right:-32px; opacity: 0; }
	59% { right:-32px; opacity: 0; }
	60% { right:16px; opacity: 0; }
	100% { right: 0px; opacity: 1; }
}
@keyframes maintenancebuttonArrow {
	0% { right: 0px; }
	39% { right:-32px; opacity: 0; }
	59% { right:-32px; opacity: 0; }
	60% { right:16px; opacity: 0; }
	100% { right: 0px; opacity: 1; }
}

#course table{
	margin-bottom:12px;
}
#course .beginner_li h4 span {
	background: url(../images/course/s_mark.png) no-repeat left center;
	background-size:30px 30px;
	padding-left:40px;
	padding-top: 12px;
    padding-bottom: 5px;
}
#course .beginner_li dl {
	overflow:hidden;
	margin-bottom:30px;
}
#course .beginner_li dl dt {
	float:left;
	clear:both;
	margin-right:20px;
}
#course .beginner_li dl dd {
	float:left;
	padding: 7px 0;
	margin-bottom:0.8em;
}
#course .beginner_li dl dt p {
	background-color: #8a008b;
    display: inline-block;
    padding: 3px 10px;
    text-align: center;
    width: 10em;
    color: #fff;
}
#course .beginner_li dl dt p.health {
	background-color: #006401;
}
#course .beginner_li dl dt p.active {
	background-color: #ff4500;
}
#course .beginner_li dl dt p.beauty {
	background-color: #ff1494;
}
#course .beginner_li dl dd a {
	text-decoration:underline;
}

/*スタッフ*/
#staff ul li{
	overflow:hidden;
	margin-bottom:30px;
}

/*質問*/
.plink_btn li {
	width: 320px;
    height: 60px;
    float: left;
    margin: 0 12px 40px 12px;
    background-image: url(../images/special/specialnav_bg_pc.jpg);
    background-size: 320px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out;
}
.plink_btn li a {
    display: block;
    height: 60px;
	text-align:center;
	color:#fff;
	font-size:16px;
    background-image: url(../images/special/specialnav_arrow_pc.png);
    background-position: bottom 13px center;
    background-repeat: no-repeat;
    background-size: 31px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 5px;
}
#qa ul li{
    padding-left: 68px;
    background-image: url(../images/qa/qicon_pc.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 53px;
    margin-bottom: 30px;
    padding-top: 8px;
	margin-bottom:40px;
}

#qa ul li .qtext{
    font-size: 20px;
    color: #b62200;
    line-height: 1.4;
    /*font-family: "hannari";*/
    font-weight: 600;
    margin-bottom: 14px;
}

#qa ul li .atext{
}

/*ギャラリー*/
#gallery{
}

#gallery .photo_list ul{
    overflow: hidden;
    margin-bottom: 50px;
}

#gallery .photo_list ul li{
    margin-right: 25px;
    float: left;
    margin-bottom: 24px;
}

#gallery .photo_list ul li:nth-child(3n){
	margin-right:0px;
}

#gallery .photo_list ul li p{
	font-size:13px;
}


/*新着情報*/
#newslist .newslist {
    overflow: hidden;
}
#newslist .newslist li{
    margin-bottom: 30px;
    overflow: hidden;
}

#newslist .newslist li figure {
    position: relative;
    overflow: hidden;
    width: 160px;
    height: 160px;
    margin: 0px;
    float: left;
    margin-right: 20px;
}

#newslist .newslist li figure .newsimg {
    position: absolute;
    float: left;
    opacity: 1!important;
    width: 100%;
    top: 0px;
}

#newslist .newslist li .n_time{
	font-size:12px;
}

#newslist .newslist li .n_tittle{
    font-size: 22px;
    color: #b62200;
    font-weight: bold;
}

#newslist .newslist li .n_text{
    font-size:14px;
    line-height: 1.6;
    font-family: 'Josefin Sans', 游ゴシック, sans-serif , YuGothic, 'Franklin Gothic Medium' ,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
}
.page-numbers {
    margin: auto;
    display: table;
	font-size:14px;
}
.page-numbers li {
    display: table-cell;
    border-bottom: none!important;
    padding-left: 10px;
    padding-right: 10px;
}

#content nav a {
    font-size: 14px!important;
    color: #b62200;
    text-decoration: none;
}

#newslist .newslist li .n_conti {
    margin-top: 5px;
    text-align: right;
}

#newslist .newslist li .n_conti a{
    color: #b62200;
    border-bottom: 1px dotted #b62200;
    line-height: 21px;
    margin-top: 2px;
    font-size: 14px;
	text-decoration:none;
}

.nsingle{
    overflow: hidden;
}

.nsingle .entry-header{
	display:none;
}

.nsingle .entry-header h1{
    display:none;
}

.nsingle .n_time{
    margin-bottom: 5px;
    font-family: 'Josefin Sans', 游ゴシック, sans-serif , YuGothic, 'Franklin Gothic Medium' ,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
}

.nsingle .n_tittle{
    color: #b62200!important;
    width: 680px;
    font-size: 24px;
    font-family: 'Josefin Sans', 游ゴシック, sans-serif , YuGothic, 'Franklin Gothic Medium' ,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
    line-height: 1.4;
	border-bottom:1px dotted #b62200;
    padding: 0 0 8px;
    margin-bottom: 20px;
    font-weight: bold;
}

img[class*="align"], img[class*="wp-image-"]{
	border: none!important;
}

#content nav{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 6px;
    /*background-image: url(../images/top/linebg_pc.png),url(../images/top/linebg_pc.png);
    background-position: bottom left,top left;
    background-repeat: repeat-x;*/
	border-top: 1px dotted #f0d3cc;
	border-bottom: 1px dotted #f0d3cc;
    margin-top: 40px;
    min-height: 30px;
    position: relative;
}

#nav-single .nav-previous{
	float:left;
}
#nav-single .linknews{
    position: absolute;
    left: 50%;
    margin-left: -35px;
}

#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}


/*お問い合わせ*/
#contactform form{
	margin-bottom:40px;
}

#contactform form p{
	font-size:15px;
	margin-top:12px;
}
#contactform form input{
	margin-top:8px;
}
#contactform form textarea{
	margin-top:8px;
}
#contactform form input[type="submit"] {
    width: 80px;
    margin: auto;
    text-align: center;
    margin-left: 300px;
    background: #b62200;
    color: #FFF;
    border: none;
    padding-top: 5px;
    padding-bottom: 3px;
    font-family: 游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
}
#contactform form p .most {
    background-color: #CE2700;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 12px;
    padding: 2px 4px;
    color: #FFF;
    margin-left: 10px;
    margin-top: 10px;
    position: absolute;
    margin-top: 0px;
    padding-right: 5px;
}

#privacy h5{
    color: #b62200;
    font-weight: bold;
    margin-bottom: 12px;
    font-size: 15px;
}

#privacy .text{
	clear: both;
}

#schedule .fc-toolbar h2, #booking .calendar-title, .mtssb-timetable-name {
    border-bottom: 1px dotted #b62200 !important;
    padding-left: 1px !important;
    padding-right: 2px !important;
    font-family: "hannari" !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    color: #b62200 !important;
    float: left !important;
    display: block !important;
    padding-bottom: 2px !important;
    position: relative !important;
	margin-bottom:1em;
}
.mtssb-timetable-date {
	clear:both;
}
#schedule .eo-fullcalendar {
	margin-top:1em
}
#booking .multiple-calendar .calendar-mark span {
	font-family: "hannari" !important;
}
.day-calendar table {
	width: 100% !important;
    margin-bottom: 1em;
}
.mtssb-daily-action button, #action-button button {
    width: 80px;
    margin: auto;
    text-align: center;
    /*margin-left: 300px;*/
    background: #b62200;
    color: #FFF;
    border: none;
    padding-top: 5px;
    padding-bottom: 3px;
    font-family: 游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
}
#booking .monthly-prev-next div span, #booking .monthly-prev-next div a {
	background: #b62200;
	color: #fff;
	padding: 0 5px;
}

/*４０４*/
#nfound h4{
    font-size: 18px;
    /*font-family: "hannari";*/
	color: #b62200;
}

#nfound a{
    text-decoration: underline;
    text-align: right;
    margin-top: 30px;
    color: #b62200;
}

#nfound a:hover{
	text-decoration:none;
}

/*サイドバー*/
#sidebar{
    width: 240px;
    float: left;
    margin-left: 30px;
}


#sidebar ul li{
	margin-bottom:20px;
}

#sidebar ul li.link{
	width:240px;
	background-color:#fdfff5;
	overflow:hidden;
}

#sidebar ul li.link a{
    display: block;
}

#sidebar ul li.link a img{
	width:240px;
}


/*フッター*/

footer{
	margin-top:40px;
}

#page_top{
	cursor:pointer;
	position:fixed;
	right:30px;
	bottom:30px;
}

#page_top img{
	width:52px;
}

#footer_contact{
    background-color: #fbfbfd;
    width: 690px;
    overflow: hidden;
    height: 320px;
    margin-top: 40px;
}

#footer_contact .cont{
	width:382px;
	height:320px;
	margin:auto;
	position:relative;
	float:left;
}

#footer_contact .cont h3{
    text-align: center;
    margin-bottom: 32px;
}

#footer_contact .cont h3 img{
    height: 58px;
}

#footer_contact .cont h3 span{
    font-size: 15px;
    /*font-family: "hannari";*/
    display: block;
    font-weight: normal;
    padding-right: 2px;
    margin-top: 6px;
    line-height: 1.4;
}

#footer_contact .cont .tel{
    text-align: center;
    margin-bottom: 25px;
}

#footer_contact .cont .tel img{
    width: 271px;
}

#footer_contact .cont ul{
	margin-left:20px;
}

#footer_contact .cont ul li{
	width:420px;
	background-color:#b62200;
	margin-bottom:15px;
}

#footer_contact .cont ul li a{
    display: block;
    width: 420px;
    padding-top: 14px;
    padding-bottom: 13px;
    text-align: center;
}

#footer_contact .cont ul li a span{
	font-size:13px;
	color:#fff;
	padding-right:24px;
	position:relative;
}

#footer_contact .cont ul li a span .arrow{
    position: absolute;
    width: 16px;
    top: 5px;
    right: 0px;
    opacity: 1;
    transition: all .3s;
}

#footer_contact .cont ul li a:hover .arrow{
-webkit-animation: buttonArrow .3s ease-in 1; animation: maintenancebuttonArrow .3s ease-in 1; }
@-webkit-keyframes maintenancebuttonArrow {
	0% { right: 0px; }
	39% { right:-32px; opacity: 0; }
	59% { right:-32px; opacity: 0; }
	60% { right:16px; opacity: 0; }
	100% { right: 0px; opacity: 1; }
}
@keyframes maintenancebuttonArrow {
	0% { right: 0px; }
	39% { right:-32px; opacity: 0; }
	59% { right:-32px; opacity: 0; }
	60% { right:16px; opacity: 0; }
	100% { right: 0px; opacity: 1; }
}

#footer_contact .img{
	height:320px;
	width:308px;
	float:right;
	background-image:url(../images/common/footercontact_img_pc.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
#footer_contact_sp {
	display:none;
}

footer{
    border-top: 1px dotted #f0d3cc;
    padding-top: 52px;
    position: relative;
    margin-top: 80px;
    width: 100%;
    min-width: 980px;
}

footer h1{
    position: absolute;
    left: 0px;
    right: 0px;
    top: -36px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 24px;
    width: 180px;
    background-color: #fff;
}

footer h1 img{
    width: 137px;
}

.fnav{
    text-align: center;
    margin-bottom: 30px;

}

.fnav ul{
	width:620px;
	margin:auto;
}

.fnav ul li {
    display: inline-block;
    padding-right: 16px;
    margin-bottom: 8px;
}

.fnav ul li a{
    font-size: 12px;
    color: #474747;
    letter-spacing: 1px;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out;
}

.fnav ul li a:hover{
	color:#b62200;
}


footer .cont dl {
    overflow: hidden;
    margin: auto;
    width: 790px;
    margin-bottom: 25px;
}

footer .cont dl dt {
    font-size: 11px;
    font-weight: bold;
    float: left;
    width: 58px;
    margin-left: 92px;
}

footer .cont dl dd {
    font-size: 11px;
    float: left;
    width: 226px;
    margin-bottom: 5px;
}

.copyright{
    text-align: center;
    font-size: 11px;
    background-color: #fbfbfd;
    padding-top: 22px;
    padding-bottom: 17px;
    min-width: 980px;
}

/*スペシャルページ*/
header.specialheader{
	position:absolute;
	height:auto;
}

header.specialheader h1{
    text-align: left;
    position: absolute;
    top: 11px;
    left: 12px;
}

header.specialheader h1 img{
	width:98px;
}

header.specialheader .tel{
    position: absolute;
    top: 10px;
    right: 60px;
}

header.specialheader .contact{
    position: absolute;
    top: 7px;
    right: 8px;
}

#specialimage{
    width: 100%;
    min-width: 980px;
    height: 498px;
    background-image: url(../images/special/mainimage_pc.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 18px;
    margin-bottom: -50px;
}

#specialimage .tittle{
	text-align:center;
}

#specialimage .tittle h2{
}

#specialimage .tittle h2 img{
    width: 363px;
}

#specialimage .tittle p.sub{
    font-size: 19px;
    color: #323232;
    /*font-family: "hannari";*/
    letter-spacing: 2px;
}

#specialimage .tittle p.sub span{
    font-size: 20px;
    font-family: "Times New Roman" , "Roboto Slab" , Garamond , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    letter-spacing: 3px;
}

#specialimage .tittle p.text{
    font-size: 12px;
    /*font-family: "hannari";*/
    letter-spacing: 2px;
	color:#323232;
	font-weight:normal;
}

#specialnav{
	width:900px;
	margin:auto;
}

#specialnav li{
    width: 283px;
    height: 165px;
    float: left;
    margin-right: 25px;
    background-image: url(../images/special/specialnav_bg_pc.jpg);
    background-size: 283px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out;
}

#specialnav li:hover{
	opacity:.8;
}

#specialnav li:nth-child(3){
	margin-right:0px;
}

#specialnav li a{
    display: block;
    height: 160px;
    background-image: url(../images/special/specialnav_arrow_pc.png);
    background-position: bottom 13px center;
    background-repeat: no-repeat;
    background-size: 31px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 5px;
}

#specialnav li a h5{
    font-size: 24px;
    color: #fff;
    /*font-family: "hannari";*/
    text-align: center;
    line-height: 1.3;
    font-weight: normal;
    margin-bottom: 6px;
}

#specialnav li a h5 span{
    font-size: 26px;
    font-family: "Times New Roman" , "Roboto Slab" , Garamond , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    letter-spacing: 2px;
}

#specialnav li a p{
	font-size:13.5px;
	/*font-family: "hannari";*/
	color:#fff;
	letter-spacing:0;
}
#special .item {
	overflow: hidden;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f4f8 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#f6f4f8 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f6f4f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f4f8',GradientType=0 );
}
#special .item>div {
	width:960px;
	margin:auto;
}
#special, #special #ashtanga {
	margin-bottom:0;
}
#special h2 img {
	margin:0 auto 30px auto;
	display:block;
}
#special h5 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 1em;
    color: #000;
}
.sp_cm {
	margin-top:30px !important;
	width:auto !important;
	padding:0 !important;
}
#special #instructor h3 {
	font-size:26px;
	color:#b62200;
	text-align:left;
	clear:both;
	margin:60px 0 15px 0;
}
#special #instructor h3 hr {
	height: 2px;
    width: 20px;
    border: none;
    background: #b62200;
	margin:3px 0 0 1px;
}
#special #instructor h3 span {
	color: #0a0a0a;
	font-size:17px;
	margin-top:8px;
}
#special .ir_lead p {
	text-align:center;
	margin-bottom:0;
}
#special .ir_course {
	overflow:hidden;
}
#special .course_tb {
	overflow:hidden;
	margin-bottom:1em;
}
#special .course_tb dt {
	float:left;
	width:8em;
	font-weight:bold;
	clear:both;
}
#special .course_tb dd {
	float:left;
}
#special .pict{
    float: left;
    margin-right: 30px;
    margin-top: 5px;
    width: 300px;
	clear:both;
}

#special .textbox{
    margin-left: 330px;
    min-height: 200px;
}

#special .imgbox{
	overflow:hidden;
}

#special .imgbox img{
	width:300px;
	float:left;
	margin-right:24px;
}

#special .imgbox img:last-child{
	margin-right:0px;
}

#special .contactlink{
    width: 960px;
    height: 122px;
    background-image: url(../images/special/contactlink_bg_pc.jpg);
    background-size: 960px;
    margin-top: 50px;
    padding-top: 6px;
    margin-bottom: 36px;
}

#special .contactlink h5{
    font-size: 26px;
    text-align: center;
    color: #fff;
    /*font-family: "hannari";*/
    font-weight: normal;
    margin-bottom: 20px;
}

#special .contactlink ul{
	overflow:hidden;
	width:860px;
	margin:auto;
}

#special .contactlink ul li{
	width:413px;
	border:1px solid #fff;
	float:left;
}

#special .contactlink ul li.tel{
    text-align: center;
    padding-top: 7px;
    padding-bottom: 10px;
}

#special .contactlink ul li.tel img{
	width:271px;
}

#special .contactlink ul li.contact{
	background-color:#fff;
	float:right;
}

#special .contactlink ul li.contact a{
    display: block;
    padding-top: 2px;
    padding-bottom: 6px;
    text-align: center;
}

#special .contactlink ul li.contact a span{
    font-size: 18px;
    color: #232323;
    /*font-family: "hannari";*/
    padding-right: 34px;
    position: relative;
}

#special .contactlink ul li.contact a span:after{
    position: absolute;
    content: '';
    width: 16px;
    height: 4px;
    background-image: url(../images/common/arrow01_pc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    top: 13px;
    right: 0px;
}

#special .contactlink ul li.contact a:hover span:after{
-webkit-animation: buttonArrow .3s ease-in 1; animation: maintenancebuttonArrow .3s ease-in 1; }
@-webkit-keyframes maintenancebuttonArrow {
	0% { right: 0px; }
	39% { right:-32px; opacity: 0; }
	59% { right:-32px; opacity: 0; }
	60% { right:16px; opacity: 0; }
	100% { right: 0px; opacity: 1; }
}
@keyframes maintenancebuttonArrow {
	0% { right: 0px; }
	39% { right:-32px; opacity: 0; }
	59% { right:-32px; opacity: 0; }
	60% { right:16px; opacity: 0; }
	100% { right: 0px; opacity: 1; }
}

#newslist .newslist {
    overflow: hidden;
}
#newslist .newslist li{
    margin-bottom: 30px;
    padding-bottom: 20px;
    overflow: hidden;
    border-bottom: 1px dotted #eee;
}
#newslist .newslist li:last-child {
	border-bottom:none;
}

#newslist .newslist li figure {
    position: relative;
    overflow: hidden;
    width: 160px;
    height: 160px;
    float: left;
    margin: 0 20px 60px 0;
}

#newslist .newslist li figure .newsimg {
    position: absolute;
    float: left;
    opacity: 1!important;
    width: 100%;
    top: 0px;
}

#newslist .newslist li .n_time{
	font-size:12px;
    line-height: 1.6;
    font-family: 'Josefin Sans', 游ゴシック, sans-serif , YuGothic, 'Franklin Gothic Medium' ,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
}

#newslist .newslist li .n_tittle, #newslist .newslist li .n_tittle a{
	font-size: 22px;
	color: #b62200 !important;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
	margin: 0.5em 0;
}

input#searchsubmit {
    background-color: #00891d!important;
    border: none;
    margin-right: 3px;
    cursor: pointer;
    color: #FFF!important;
    opacity: 1;
	font-weight: normal;
	padding: 8px 10px 5px 10px;
}
.searchform {
	border: solid 1px #f1f1f1;
    margin-bottom: 30px;
    padding: 20px 30px;
    background: #fdfdfd;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.single .searchform {
    margin-top: 30px;
}
.categories {
	list-style:none;
}
.categories ul li {
	display:inline-block;
	position:relative;
	padding-right:16px;
}
.categories ul li:after {
	content:"/";
	position:absolute;
	right:3px;
	top:0px;
}
.categories ul li a {
	color:#b62200;
	font-weight:bold;
}
.cat_icon a {
    background: #b62200;
    color: #fff;
    font-size: 12px;
    font-family: 'Josefin Sans', 游ゴシック, sans-serif , YuGothic, 'Franklin Gothic Medium' ,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
    padding: 1px;
	text-decoration:none;
}
.wp_rp_content {
	margin-top:20px;
}
.wp_rp_content h3{
    border-bottom: 1px dotted #b62200;
    padding-left: 1px;
    padding-right: 2px;
    /* font-family: "hannari"; */
    font-size: 18px;
    line-height: 1.4;
    color: #b62200;
    float: left;
    display: block;
    padding-bottom: 2px;
    position: relative;
	background:none !important;
}

.nsingle h3 {
    font-size: 18px;
    color: #b62200;
    border-bottom: 1px dashed #bfa8a2;
    margin: 2em 0 1.5em;
    clear: both;
    background: #fff9f7;
    text-align: left;
    padding: 5px 10px;
}
.nsingle h4 {
    border-bottom: 1px dotted #b62200;
    padding-left: 1px;
    padding-right: 2px;
    /* font-family: "hannari"; */
    font-size: 16px;
    line-height: 1.4;
    color: #b62200;
    display: inline-block;
    padding-bottom: 2px;
    position: relative;
}
.nsingle h5 {
	color:#541000;
    font-size: 15px;
    font-weight: bold;
    margin: 2.5em 0 1.5em 0;
}
.nsingle h5::before {
	content:"●";
	color:#b62200;
	font-size:15px;
}
.nsingle h6 {
    font-size: 15px;
    font-weight: bold;
    margin: 2.5em 0 1.5em 0;
}
#topgallery h3 {
    text-align: center;
    margin-bottom: 32px;
}
#topgallery h3 img{
	height:58px;
}
#topgallery h3 span{
    font-size: 17px;
    /*font-family: "hannari";*/
    display: block;
    font-weight: normal;
    padding-right: 2px;
    margin-top: 12px;
    line-height: 1;
}
#topgallery ul {
	text-align: center;
}
#topgallery ul li {
  width: 30%;
	margin-bottom: 4%;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  line-height: 1.6;
	padding-bottom: 15px;
}
#topgallery ul li:nth-child(3n+2) {
  margin: 0 4%;
}
#topgallery ul li img {
	width: 100%;
}
#topgallery ul li p {
	line-height: 1.7;
	margin-top: 8px;
	text-align: left;
}
.entry-content .nbarea {
	overflow:hidden;
	margin:2em 0 0.5em;
  /* width: 47%; */
  display: inline-block;
  vertical-align: top;
}
.entry-content .nbarea:nth-child(even) {
  /* margin-right: 5%; */
}
.entry-content .nbarea .number {
	width: 42px;
  height: 45px;
  color: #fff;
  float: left;
  padding-left: 3px;
  background: #b62200;
  font-size: 28px;
  line-height: 1.7;
  text-align: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}
.entry-content .nbarea .ntext {
	margin-left:60px;
	font-size:16px;
	padding-top:11px;
  margin-bottom: 12px;
}
.entry-content .nbarea .ntext span {
    color: #0a0a0a;
    font-weight: bold;
    font-size: 18px;
    display: block;
    line-height: 1.3;
}
.entry-content .nbarea img {
  margin-left: 5px;
	margin-top: -15px;
	width: 100%;
}
.root h3 {
    border-bottom: 1px dotted #b62200;
    padding-left: 1px;
    padding-right: 2px;
    /* font-family: "hannari"; */
    font-size: 16px;
    line-height: 1.4;
    color: #b62200;
    float: left;
    display: inline-block;
    padding-bottom: 2px;
    position: relative;
		margin-top: 30px;
}
.root h3 + .text {
	clear: both;
	padding-top: 5px;
}
.root iframe {
	width: 100%;
	margin: 10px 0 30px;
}

/* entry */
.entry-content p,
.entry-content .item {
    font-family: 'Josefin Sans', 游ゴシック, sans-serif , YuGothic, 'Franklin Gothic Medium' ,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
}

.entry-content .text,
.entry-content p,
.entry-content a,
.entry-content ul,
.entry-content ol {
    font-size: 16px;
}

.entry-content em,
.entry-content strong {
    font-style: normal;
    background: linear-gradient(transparent 60%, #f5cac1 40%);
    color: #000;
    font-weight: 600;
}

.entry-content u {
    text-decoration: none;
    background: linear-gradient(transparent 60%, #f3e6c2 40%);
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
    font-family: "游明朝" , "Roboto Slab" , Garamond , "Times New Roman" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.entry-content ul li::before {
    content: "●";
    color: #911a02;
    font-size: 9px;
    position: absolute;
    top: 18px;
    left: 0px;
}
/* margin padding */
.PmB-10{margin-bottom:-10px !important;}
.PmB0{margin-bottom:0px !important;}
.PmB5{margin-bottom:5px !important;}
.PmB10{margin-bottom:10px !important;}
.PmB15{margin-bottom:15px !important;}
.PmB20{margin-bottom:20px !important;}
.PmB25{margin-bottom:25px !important;}
.PmB30{margin-bottom:30px !important;}
.PmB40{margin-bottom:40px !important;}
.PmB50{margin-bottom:50px !important;}
.PmL10{margin-left:10px !important;}
.PmL15{margin-left:15px !important;}
.PmL20{margin-left:20px !important;}
.PmL35{margin-left:35px !important;}
.PmL55{margin-left:55px !important;}
.PmL120{margin-left:120px !important;}
.PmL150{margin-left:150px !important;}
.PmL170{margin-left:170px !important;}
.PmT0{margin-top:0px !important;}
.PmT10{margin-top:10px !important;}
.PmT15{margin-top:15px !important;}
.PmT20{margin-top:20px !important;}
.PmT25{margin-top:25px !important;}
.PmT30{margin-top:30px !important;}
.PmT35{margin-top:35px !important;}
.PmT40{margin-top:40px !important;}
.PmT50{margin-top:50px !important;}
.PmT60{margin-top:60px !important;}
.PmT70{margin-top:70px !important;}
.PmT75{margin-top:75px !important;}
.PmY35{margin-top:35px !important;
margin-bottom:35px !important;}
.PmY20{margin-top:20px !important;
margin-bottom:20px !important;}
.PmY40{margin-top:40px !important;
margin-bottom:40px !important;}
.PmY50{margin-top:50px !important;
margin-bottom:50px !important;}
.PpB30{padding-bottom:30px !important;}
.PpT0{padding-top:0px !important
}

}
