/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,body {
    background-color: #fff;
    font-size: 16px; /*20190722 森尾さん指示にて14から変更*/
    color: #565656;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: 300;
    font-family: "Noto Sans Japanese";
}

body {
	padding-top:140px;
}

@media (max-width: 767px) {
	body {
		padding-top:80px;
	}
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.btn.extra-width {
    padding: 13px 40px;
}
.btn:focus,
.btn:active {
    outline: inherit;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*    direction: rtl;*/
}

.no-gutter > [class*="col-"] {
    padding-right:0;
    padding-left:0;
}    

p {
    margin: 0 0 15px;

}
a{
	color:#000;
    /*font-family: 'latoregular';*/
}
.clear {
    clear: both;
}

.text-white{
	color:#fff;
}

img {
    max-width: 100%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}
.form-control {
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 16px;
    height: 45px;
}
.form-control {
    display: inline-block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #f56363;
}
textarea{
	height:200px !important;
}


h1,
h2,
h3 {
    font-weight: 300;
    margin: 0;
}
h4,
h5 {
    font-weight: 300;
    margin: 0;
    line-height: 2rem;
}
h1 {
    font-size: 4rem;
    line-height: 4rem;
    color:#fff;
}
h2 {
    font-size:2.5rem;
    line-height: 3rem;
    margin-bottom: 35px;
}
h3 {
    font-size:1.875rem;
    line-height: 2.5rem;
    margin-bottom:30px;
}
h4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 1.1rem;
}
h5 {
    font-size: 1.249375rem;
    margin-bottom: 1rem;
    color:#696f7c;
}
h6 {
    font-size: 1rem;
    margin-bottom: .9rem;
}
p {
    line-height: 1.875rem;
    font-size: 1.125rem;
}

@media(max-width:500px){
	h2 {
	    font-size:2rem;
	}
}

p:last-child {
    margin-bottom: 0px;
}

dt, dd {
	line-height:1.5em !important;
}

.mincho{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.oswald{
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: .1em;
}

.text_shadow{
text-shadow: 0px 0px 4px #000;  
}

.p60{
	font-size:60%;
	display:inline !important;
}

.bg_a{
	background: #F0F1F3;
}

/*.home-wrap h1,*/
.home-wrap h2,
.home-wrap h3,
.home-wrap h4,
.home-wrap h5,
.home-wrap p {
    color: #ffffff;
    /*font-family: 'roboto', sans-serif;*/
}
.text {
    color: #333333;
}

.red{
	color:red;
}
.bold{
	font-weight:bold;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lightbg {
    background-color: #f9f9f9;
}
.transition {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

/*
Section
*/
.sections {
    padding-top:85px;
    padding-bottom: 105px;
    overflow: hidden;
}
.sections.footer {
    padding-bottom: 80px;
}
section .subtitle h5 {
    margin-top: 10px;
    font-size: 1.3rem;
}
.parallax-section {
    max-width: 100%;
    color: #ffffff;
}
section .title-half h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
}
section .subtitle-half h5 {
    font-weight: 100;
    font-size: 17px;
}
ul{
    margin:0;
    padding:0;
    list-style:none;
}

.heading {
    margin-bottom: 4rem;
}
.overlay {
    width: 100%;
    height: 700px;
	padding-top:180px;
}
.callus_overlay {
    background-color: rgba(0, 0, 0, 0.80);
    width: 100%;
}
.overlay-fluid-block {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height:auto;
}
.home-overlay-fluid {
    background-color: rgba(41, 41, 41, 0.68);
    width: 80%;
    margin: auto;
}
.overlay-img {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffff;
}
.no-padding {
    padding: 0 !important;
    margin:0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}
/*
Separator
*/
.separator {
    height: 2px;
    width: 30px;
    margin:20px auto;
    background: #AB987A;
}
.separator2 {
    height: 2px;
    width: 200px;
    margin:20px auto;
    background: #AB987A;
}
.separator3 {
    height: 2px;
    width: 30px;
    margin:20px 0px;
    background: #AB987A;
}
/*section:nth-of-type(odd) {
    background-color: #F9F9F9;
}*/
/*
Button
*/
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {
    color: #ffffff;
    background-color: #032f3e;
    border-color: #f56363;
}



.btn {
    border: 2px solid #fff;
    display: inline-block;
    min-width: 270px;
    padding: .7em;
    height: 60px;
    text-align: center;
    color: #fff;
    font-style: normal;
    letter-spacing: 1px;
    margin: 0;
    font-size: 20px;
    font-weight: 300;
    border-radius:50px;
    background-color: transparent;
    transition: .5s;
}
.btn:hover {
    background-color:#032F3E;
    color: #fff;
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: #032f3e;
    border-color: #032f3e;
    transition: .5s;	
}

.btn-green{
	background:#006400;
    border-color: #006400;
}

.btn-primary:hover {
    color: #fff;
    background-color: #043c4f;	
}

.btn-retry {
    color: #333;
    background-color: #ccc;
    border-color: #ccc;
    transition: .5s;	
}
.btn-retry:hover {
    color: #fff;
    background-color: #333;	
}

.btn_news_color{
    color:#ab987a;
    border-color: #ab987a;
}

.btn-green-map{
    border: 2px solid #fff;
    display: inline-block;
    padding: 8px 30px;
    text-align: center;
    color: #fff;
    font-style: normal;
    letter-spacing: 1px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    background-color: transparent;
    transition: .5s;
	background:#006400;
    border-color: #006400;
		margin:15px auto;
}



/*.btn-default:active, .btn-default:hover  {
    background: transparent;
}*/


/*
Extra height css
*/
.margin-bottom-0 {
    margin-bottom: 0px !important;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-top-100 {
    margin-top: 100px;
}
.margin-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-top-80 {
    margin-top: 80px;
}
.margin-bottom-80 {
    margin-bottom: 80px;
}
.padding-top-20 {
    padding-top: 1.33rem;
}
.padding-bottom-20 {
    padding-bottom: 1.33rem;
}
.padding-top-40 {
    padding-top: 2.66rem;
}
.padding-bottom-40 {
    padding-bottom: 2.66rem;
}
.padding-top-60 {
    padding-top: 5rem;
}
.padding-bottom-60 {
    padding-bottom: 5rem;
}
.padding-bottom-0 {
    padding-bottom: 0;
}
/*padding*/
.padding-twenty {
    padding: 10px 0;
}
.padding-fourty {
    padding: 20px 0;
}
.padding-sixty {
    padding: 30px 0;
}
.padding-eighty {
    padding: 40px 0;
}
h1 span {
    color: #f56363;
    font-weight: 400;
}

/*for placeholder changes*/

input::-webkit-input-placeholder {
    color: #3bd3ba;
}
input::-moz-placeholder {
    color: #3bd3ba;
}
input::-ms-input-placeholder {
    color: #3bd3ba;
}

/*for image bg*/


/*.img-bg{
  background: url(../images/home-msg.jpg) no-repeat center top fixed;
  background-size
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}*/


nav{
	background:#FBFAF6;
}

/* navbar section */
.header_top_menu{
    transition: .6s;
}
.menu-scroll .header_top_menu{
    display: none;
    transition: .6s;
}

.menu-scroll {
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    top: 0; 
    left: 0; 
    right: 0; 
    z-index: 300;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-color:rgba(51, 51, 51, 0.8);
    transition: .6s;

}


.header .navbar-brand>img {
    max-width: 100%;
}

.navbar-brand {
    padding: 8px 0px 0px;
    display:flex;
}
.navbar-brand span{
	padding:8px;
	white-space:nowrap;
}


@media(max-width:768px){
	.navbar-brand {
	    width: 200px;
	}
	.navbar-brand img {
	    width: 160px !important;
	}
}

@media(max-width:500px){
	.navbar-brand span{
		font-size:16px;
	}
}

.head_top_social ul li{
    /*border-left:1px solid #ab987a;*/
    padding: 0px 10px;
	vertical-align:top;
}
.head_top_social ul li:last-child{
    /*border-right:1px solid #ab987a;*/
}

.head_top_social ul li.bdl{
    border-left:1px solid #ab987a;
}

.head_top_social ul li a{
	height:60px;
}

.head_top_social ul li.top_socail a{
/*
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: .1em;
*/
}

.head_top_social ul li.top_socail a i{
    color:#0D3542;
}

.navbar-default .navbar-nav>li {
    border-right: 1px solid #0d3948;
    width:185px;
}
.navbar-default .navbar-nav>li:nth-child(1) {
    border-left: 1px solid #0d3948;
}
.navbar-default .navbar-nav>li>a {

    color: #fff;
    font-size: 1.125rem;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #AB987A;
    background-color: transparent;
}

.header .navbar-default {
    background-color: #032F3E;
    border-color: transparent;

}
.header .navbar {
    min-height: 100px;
    margin-bottom: 0px;


}


.slicknav_menu{
    display: none;
}


/*home section*/
.home{
    background: url(../images/homebg.jpg) no-repeat top center;
    background-size: cover;
    padding: 30px 0 40px;
}

.home .container{
	position:relative;
}

.homebg_on{
	position:absolute;
	left:0px;
	top:0px;
}

.home .main_home_content{
	padding:10px 0 0px;
}

@media (max-width: 768px) {
	.home{
	    padding: 30px 0 20px;
	}

	.logo h1.text10{
		font-size:70%;
		line-height:1.4;
	}

}

.home .main_home h1,
.home .main_home h2{
    color: #fff;
	margin-bottom:15px;
}
.home .main_home h1 span,
.home .main_home h2 span{
    font-size:110%;
}
.home .main_home h2.subtitle{
    color: #fff;
    padding-bottom: 25px;
}

.home .main_home .video_play_icon a{
    width:175px;
    height:125px;
    background: #032F3E;
    display: inline-block;
    text-align: center;
    line-height: 150px;

}

.home .main_home .video_play_icon a i{
    color:#fff;
    font-size:4rem;
}

.home .owl-theme .owl-dots .owl-dot span {
    transform: rotate(45deg);
    border-radius: 0px;
}
.home .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}




/*service section css*/

.head_title{
    margin-bottom:60px;
}
.head_title h2{
	margin-bottom:20px !important;
}
.head_title h4{
	font-size:2.4rem !important;
	font-weight:bold;
}
.head_title h4 span{
	font-size:1.2rem !important;
}

.lessonprice{
	/*width:154px;*/
	margin-left:auto;
	margin-right:auto;
	white-space:nowrap;
	text-align:center;
}

.head_title h2 span{
	display:block;
	line-height:1.5em;
}
.head_title h2 span.zeikomi{
	font-size:12px;
	line-height:1em;
}




@media (max-width: 768px) {
	.head_title h2 span{
		display:block;
		line-height:1.5em;
	}
	.head_title h5{
		font-size:2rem;
	}
	.head_title h2{
		margin-bottom:10px !important;
	}
}
.head_title p{

}

.rounded-circle {
    border-radius: 200px !important;
}

.service_border_raund{
    position: absolute;
    left: 60%;
    top: -36px;
}

.service{
    position: relative;
    background: #F8F9FB;
}
.main_service_area{}
.single_service{
    margin-top:30px;
}
.single_service .single_service_icon i{
    margin-bottom:30px;
    font-size:2.5rem;
    color:#b5a48a;
    display: inline-block;
    border: 1px solid #b5a48a;
    width:170px;
    height: 170px;
    line-height: 170px;
    text-align: center;
    border-radius: 50%;

}

.single_service h3{
    color: #032f3e;
    font-size: 1.125rem;
    max-width: 48%;
    margin: 0 auto;
}

.reason_list{
	padding-top:50px;
	font-size:180%;

}
.reason_list li{
	border-bottom:1px dashed #ccc;
	padding:8px;
}
@media (max-width: 768px) {
	.reason_list{
		padding-top:20px;
		font-size:110%;

	}
	.reason_list li{
		padding:8px 0;
	}
}


/*lessons section css*/
.lessons{

background: -moz-linear-gradient(0deg, #DEDEDE, #FFC9B3); 
background: -webkit-linear-gradient(90deg, #DEDEDE, #FFC9B3); 
background: linear-gradient(0deg, #DEDEDE, #FFC9B3); 


    /*background: url(../images/lessonbg.jpg) no-repeat top right #032F3E;
    overflow: hidden;
    background-size: contain;*/

	padding-bottom:60px;

}
.main_lessons{
	padding-top:100px;
}
.lesson_title{}

@media (max-width: 768px) {
	.lesson_title h5{
    font-size:2rem;
	}
}

.lesson_title h2{
    /*line-height: 4.5rem;*/
    /*letter-spacing: 2px;*/
    /*margin-bottom: 20px;*/

}
.lesson_title p{
    font-size:3rem;
    line-height: 4.5rem;
    margin-bottom:50px;

}
.lesson_content{}
.lessonsborder{
    position: relative;
}
.lessonsborder:before{
    position: absolute;
    left: 15px;
    top: 20px;
    content: "";
    background: #fff;
    width: 2px;
    height: 90%;
}

.lesson_content ul li{
    margin-bottom: 90px;
    max-width: 70%;
    line-height: 30px;
}
.lesson_content ul li i{
    font-size: 40px;
    color: #AB987A;
    background: #032F3E;
    width: 36px;
    height: 60px;
    line-height: 60px;
    position: relative;
}
.lesson_content ul li a{
    font-size: 1.125rem;
    color: #fff;
    text-transform: uppercase;
    padding-left: 40px;
    max-width: 60%;
    display: inline-block;


}



.showcase-img{

  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.showcase-text{
	padding:3rem !important;
}

.osusume_box td{
	width:50%;
	vertical-align:top;
	background:#fff;
	border:3px solid #ccc;
	padding:10px;
}

.osusume_box td.maru{
	
}
.osusume_box td.batsu{
	background:#ccc;
	color:#fff;
}





/*main_portfolio_content_area*/
.portfolio{
background: -moz-linear-gradient(180deg, #DEDEDE, #FFC9B3); 
background: -webkit-linear-gradient(-90deg, #DEDEDE, #FFC9B3); 
background: linear-gradient(180deg, #DEDEDE, #FFC9B3); 
	padding-bottom:80px;
}

.single_portfolio_content{

}
.single_portfolio_content p{
	font-size:88%;
}
.single_portfolio_content img{
  outline: 1px solid white;
  outline-offset: -10px;
}

@media (max-width: 991px) {
	.single_portfolio_content p{
		height:30px;
		line-height:1.2em;
	}
}


.namingbox{
	border:8px solid #032F3E;
	padding:60px 15px;
	text-align:center;
}

.namingbox2{
	border:8px solid #032F3E;
	padding:15px;
	text-align:center;
}

@media (max-width: 768px) {
	.namingbox{
		padding:30px 15px;
	}
}


.single_portfolio_overlay a{
    color:#fff;
}
.single_portfolio_overlay a i{
    color:#fff;
}

.single_portfolio_overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(158, 158, 158, 0.48);
    padding: 30px;
    opacity: 0;
}

.mymodalcontentarea{}
.mymodalcontentarea .main_modal_body{
    width:100%;
}
.mymodalcontentarea .single_modal_body{
    width:100%;
    overflow: hidden;
}
.mymodalcontentarea .single_left_content img{
    height: 550px;
    width:100%;
}
.mymodalcontentarea .single_right_content{}
.mymodalcontentarea .single_right_content .singel_top_modal_content{
    margin:35px 0px;
    overflow: hidden;

}
.mymodalcontentarea .single_right_content .singel_top_modal_content a.modal_folder{
    float:left;
    color:#ab987a;
}
.mymodalcontentarea .single_right_content .singel_top_modal_content a.modal_calander{
    float:right;
    color:#b5b5b5;
    padding-right: 20px;
}
.mymodalcontentarea .single_right_content .single_modal_content {}
.mymodalcontentarea .single_right_content .single_modal_content p.subtitle{
    font-size:1.125rem;
}
.mymodalcontentarea .single_right_content .single_modal_content p{}
.mymodalcontentarea .single_right_content .modal_socail{
    margin-top: 70px;
}
.mymodalcontentarea .single_right_content .modal_socail p{
    text-transform: uppercase;
    font-weight: bold;
}
.mymodalcontentarea .single_right_content .modal_socail p a i{
    padding: 0px 10px;
}
.modal-header {
    border-bottom: 0px solid #e5e5e5;
}
.modal-body {
    padding: 15px;
}
.modal-footer {
    border-top: 0px solid #e5e5e5;
}


/*callus section css*/
.callus{
    background: url(../images/tw_bg.jpg) no-repeat center center;
    overflow: hidden;
    background-size:cover;
}
.main_callus{
    padding: 50px 0px 30px 0px;
    display: inline-block;
}

.single_callus h2{
    font-size:1.875rem;
    text-transform: uppercase;
    margin-bottom: 0px;
    color:#fff;
}
.single_callus h3{
    font-size:1.875rem;
	color:#fff;
}
.single_callus_right{
    margin-left: -10px;
}
.single_callus_right a{
    margin-left:10px;
}
.single_callus .skypeicon_left{
    display: inline-block;
    width:20%;
    float: left;
}
.single_callus .skypeicon_left i{
    font-size: 110px;
    color: #00aff0;
}
.single_callus .skypeicon_right{
    width:80%;
    display: inline-block;
    padding-left: 5px;
}


/*news section css*/
.news{}
.single_news_right_content
.main_news_content_area{
    overflow: hidden;
}

.single_news_content_left{
    background: #fff;
    margin-bottom:20px;
}

.news_content_left_thumbnail img{
    width:100%;
    height: 185px;
}

.news_content_left_content{
    padding: 30px 20px 20px 20px;  
}
p.subtitle{
    font-size:1rem;
}

.bottom_btn_area_content{
    overflow: hidden;
    width:100%;
}
/*.bottom_btn_area_content a.news_icon{
  float:left;
  display: inline-block;
  width:90%;
  
}
.bottom_btn_area_content a.news_right_icon{
  float:right;
  width:10%;
  display: inline-block;
  
}*/
a.news_icon{
    text-transform: uppercase;
    color:#AB987A;
}
a i{
    color:#AB987A;
    margin-right: 10px;
}

.single_news_right_content{
    margin-bottom: 86px;
    max-width: 98%;
    float: right;
}
.single_news_right_content .single_right_img img{
    width:100%;
    height: 112px;
}
.single_news_right_content .single_right_content{
    background: #fff;
    padding: 10px 15px 10px 25px;
}

.single_news_right_content .single_icon_area .single_icon_content{
    background: #ab987a;
    color:#fff;
    height: 56px;
    padding: 5px;

}
.single_news_right_content .single_icon_area .single_icon_content_calander{
    background: #032f3e;
    color:#fff;
}


/*testimonia section css*/
.testimonial{
    background: url(../images/teambg.png) no-repeat center center;
    background-size: cover;

}

.main_testimonial_area{}
.main_testimonial_content{}
.single_testimonial{
    text-align: center;
}

.single_testimonial .single_test_thumbnail img{
    width:170px;
    margin:0 auto;
}
.single_testimonial .single_test_content{
    margin-top:40px;
}
.single_testimonial .single_test_content p{
    font-size:1.125rem;
    color:#616161;
    margin-top:0;
    font-style: italic;
}
.single_testimonial .single_test_content .single_author_content h2{
    font-size:1.5rem;
    color:#032f3e;
    margin-bottom:15px;
    margin-top:40px;

}

.single_testimonial .single_test_content .single_author_content p{
    font-size:1.125rem;
    color:#ab987a;
    margin-top:0;
}


/*maps section css*/
/*.border_top_raund2:before{
    background: url(../images/mapdownicon.png) no-repeat;
    left: 45%;
    top: -36px;
    content: "";
    width: 186px;
    height: 41px;
    position: absolute;

}*/

.contact{
    position: relative;
}
.ourmaps{
	padding:80px 0 20px;
    width:100%;
    border-top:5px solid #AB987A;

}


/*footer*/

.footer_logo{
    margin-bottom: 20px;
}

.footer{
    background: url(../images/homebg.jpg) no-repeat top center;
    background-size: cover;
    padding: 30px 0 40px;
}
.footer_logo p{
    color:#000 !important;
    font-size:0.8rem;
	line-height:1.5em;
}
.footer_logo p.str_branch{
    font-size:1.3rem;
	margin-top:10px;
	line-height:1.5em;
}

.footer_logo img{
    width:200px !important;
}
.footer h4{
    color:#000 !important;
	font-size:1rem;
	border-bottom:1px solid #fff;
}
.footer_index_1 ul li,
.footer_index_2 ul li{
	margin-bottom:5px;
}
.footer_index_1 ul li a{
	border:1px solid #fff;
	padding:8px;
	display:block;
	font-size:0.9rem;
}
.footer_index_2 ul li a{
	padding:8px;
	display:block;
	font-size:0.9rem;
}
.copyright_text{
    margin-top:40px;
}
.copyright_text p{
    color:#666;
    font-size:0.6rem;
}
.copyright_text p span{
    color:#ff0000;
}

/* scrollup */

.scrollup{
    position: fixed;
    bottom: 50px;
    right: 50px;
    color: #fff;
    cursor: pointer;
    z-index: 1000;
}

.scrollup:hover {
    opacity: 1;
}

.scrollup i {
    position: absolute;
    color: #AB987A;
    left: 50%;
    top: 50%;
    text-decoration: none;

}

@media screen and (max-width: 768px) {
	.scrollup{
	    position: fixed;
	    bottom: 120px;
	    right: 50px;
	    color: #fff;
	    cursor: pointer;
	    z-index: 1000;
	}
}

#sec_trainer,
#sec_about,
#sec_insta{
	padding:100px 0;
}

.profile_left dl dt{
	margin:5px 0;
}
.profile_left dl dd{
	padding:0 5px;
}

.profile_right {
    position: relative;
    padding: 1rem 3rem;
}

.profile_right::before,
.profile_right::after {
    position: absolute;
    top: -3px;
    width: 10px;
    height: 100%;
    content: '';

    border-top: 1px solid #E2DED2;
    border-bottom: 1px solid #E2DED2;
}

.profile_right::before {
    border-left: 1px solid #E2DED2;
    left: 0;
}

.profile_right::after {
    border-right: 1px solid #E2DED2;
    right: 0;
}
.profile_right h5{
	font-weight:bold;
	padding-bottom:6px;
	margin-top:10px;
	border-bottom:4px solid #E2DED2;
}

@media (max-width: 768px) {
	.profile_right{
		margin-top:30px;
	}
}

#sec_price{
/*
background: -moz-linear-gradient(-45deg, #DEDEDE, #FFC9B3); 
background: -webkit-linear-gradient(-45deg, #DEDEDE, #FFC9B3); 
background: linear-gradient(-45deg, #DEDEDE, #FFC9B3); 
*/
	/*background:#E2DED2;*/
	padding:80px 0;
}

.price_intro{
	padding:30px 0 0px;
}
.price_intro span{
	font-size:1.7rem;
}

#sec_contact{
background: -moz-linear-gradient(-45deg, #DEDEDE, #FFC9B3); 
background: -webkit-linear-gradient(-45deg, #DEDEDE, #FFC9B3); 
background: linear-gradient(-45deg, #DEDEDE, #FFC9B3); 
	/*background:#E2DED2;*/
	padding:20px 0 10px;
}

.telbox{
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
	/*background:#032F3E;*/
background: -moz-linear-gradient(65deg, #F13F79, #FFC778); 
background: -webkit-linear-gradient(65deg, #F13F79, #FFC778); 
background: linear-gradient(25deg, #F13F79, #FFC778); 

	border:4px solid #fff;
	padding:15px;
	text-align:center;
	color:#fff;
	height:100%;
}

.formbox{
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
	/*background:#032F3E;*/
background: -moz-linear-gradient(65deg, #F13F79, #FFC778); 
background: -webkit-linear-gradient(65deg, #F13F79, #FFC778); 
background: linear-gradient(25deg, #F13F79, #FFC778); 
	border:4px solid #fff;
	padding:15px;
	text-align:center;
	color:#fff;
	height:100%;
}
.formbox a{
	color:#fff;
}
.formbox a i{
	color:#fff;
}

.hotpepperbox{
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
	background:#AE2D5B;
/*
background: -moz-linear-gradient(65deg, #F13F79, #FFC778); 
background: -webkit-linear-gradient(65deg, #F13F79, #FFC778); 
background: linear-gradient(25deg, #F13F79, #FFC778); 
*/
	border:4px solid #fff;
	padding:10px 0;
	text-align:center;
	color:#fff;
	height:100%;
}
.hotpepperbox p{
	line-height:1.2em;
	margin-top:16px;
}
.hotpepperbox a{
	color:#fff;
}
.hotpepperbox a i{
	color:#fff;
}
.hotpepperbox h6{
	font-size:18px;
}

.linebox{
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
	background:#20C92F;
	border:4px solid #fff;
	padding:10px 0;
	text-align:center;
	color:#fff;
	height:100%;
}
.linebox img{
	width:120px;
}
.linebox a{
	color:#fff;
}
.linebox a i{
	color:#fff;
}
.linebox p{
	line-height:1.2em;
	margin-top:16px;
}
.linebox h6{
	font-size:18px;
}

.line_toppa{
	font-size:18px;
	color:#ff0000;
	text-align:center;
}

.instabox{
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
	border:4px solid #F3D0C2;
	padding:10px 0;
	text-align:center;
	color:#fff;
	height:100%;

background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション@*/
  overflow: hidden;/*はみ出た部分を隠す*/

}

.instabox:before{/*グラデーションを重ねるため*/
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);/*グラデーションA*/
}


.instabox img{
	width:120px;
}
.instabox a{
	color:#fff;
}
.instabox a i{
	color:#fff;
}


.pricebox{
	text-align:center;
	margin-bottom:20px;
	background:#fff;

	position: relative;
	background: #dfefff;
	box-shadow: 0px 0px 0px 5px #dfefff;
	border: dashed 2px white;
	padding: 0.2em 0.5em;
	color: #454545;
}
.pricebox h6{
	border-bottom:4px solid #fff;
	padding-bottom:6px;
	font-size:18px;
}
.pricebox h6 span{
	font-size:120%;
	font-weight:bold;
    font-family: 'Oswald', sans-serif;
}
.pricebox .price1{
	font-size:24px;
	font-weight:bold;
	margin-bottom:5px;
}
.pricebox .price2{
	font-size:88%;
}
.pricebox .price2 span{
	background:#666;
	color:#fff;
	padding:0 8px;
	margin-right:5px;
	font-size:80%;
}

#sec_diet{
/*
    background: url(../images/bg_diet.jpg) no-repeat center right;
    background-size: cover;
*/
background: -moz-linear-gradient(0deg, #DEDEDE, #FFC9B3); 
background: -webkit-linear-gradient(90deg, #DEDEDE, #FFC9B3); 
background: linear-gradient(0deg, #DEDEDE, #FFC9B3); 

	padding:80px 0;
}

#sec_diet2{
/*
    background: url(../images/bg_a.jpg) no-repeat center top;
    background-size: cover;
*/
background:#FFC9B3;
	padding:80px 0;
}

.diet_text1{
	padding:0 10px;
	text-align:center;
	line-height:1.5em;
	font-size:3rem;
	font-weight:bold;
	color:#F65883;
}
.diet_text2{
	line-height:2em;
}
.diet_text3{
	line-height:1.5em;
}

@media (max-width: 768px) {
	.diet_text1{
		padding:0 10px;
		/*text-align:left;*/
		line-height:1.5em;
	}
	.diet_text2{
		padding:0 10px;
		/*text-align:left;*/
	}
	.diet_price2{
		line-height:1.5em;
	}
	.diet_price2 span{
		display:block;
	}
}

.logo_premium{
	width:200px;
}

.gold{
  color: #DA8E00;
/*
  background: -webkit-linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
*/
  background: -webkit-linear-gradient(-45deg, #d6c109, #DA8E00, #EDAC06, #d6c109, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #d6c109, #ECB802, #EDAC06);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.access_info dt{
	background:#E2DED2;
	padding:6px;
	font-weight:normal;
}
.access_info dd{
	padding:6px;
}

video {
  width: 100%; /* 動画をレスポンシブ化 */
  max-width: 400px; /* 動画の最大幅 */
}

.mv-access_txt{
	line-height:1.4em;
	background:#eee;
	padding:6px;
	margin:-6px 0 0px;
}

.img-access_txt{
	line-height:1.4em;
}

@media (min-width: 768px) {
.no-gutter-access > [class*="col-"] {
    padding-right:0;
    padding-left:0;
}    
	.img-access{
		position: relative;
	}

	.img-access:before{
		content: "";
		display: block;
		padding-top: 100%;
	}

	.img-access img{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		object-fit: cover;
	}
	.mv-access_txt{
		font-size:80%;
	}
	.img-access_txt{
		font-size:80%;
	}
}
@media (max-width: 767px) {
	.img-access_txt{
		padding:10px 0 20px;
	}

}

.sakurasakubox{
	border:1px solid #fff;
	padding:15px;
}

#contact{
	padding:100px 0;
}
@media (max-width: 768px) {
	.profile_right{
		padding-top:50px;
	}
}
table.hikaku{
	border-collapse:collapse;
	background:#fff;
}

table.hikaku th{
	background:#ff0000;
	color:#fff;
}

table.hikaku th,
table.hikaku td{
	padding:15px 8px !important;
	border:1px solid #ccc;
	vertical-align:middle !important;
	text-align:center;
}

table.hikaku td{
	background:#fff;
}

.cell_prest{
	background:#f5f5dc !important;
	color:#ff0000;
	font-weight:bold;
}

.sp_left{
	text-align:center;
}
@media (max-width: 500px) {
	.sp_left{
		text-align:left;
	}
}

#feed dl.list{
	margin-top:15px;
	border-top:1px solid #fff;
	padding-top:10px;
}
	
#feed dl.list dt {
  clear: left;
  float: left;
  margin: 0 0 0.2em;
  width: 7.5em;
 font-weight:normal;
  padding-left: 5px;
  color: #000;
}

#feed dl.list dd {
  margin-bottom: 0.2em;
  margin-left: 7.5em;
	text-align:left;
} 



#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}


.ggmap {
position: relative;
/*padding-bottom: 56.25%;*/
padding-bottom: 40%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

@media screen and (max-width: 768px) {
	.ggmap {
padding-top: 30px;
padding-bottom: 56.25%;
	}
}


/*プレミアムプラン*/

.premium_box{
	background:#fff;
	border:3px solid #032F3E;
	padding:20px;
	margin-bottom:40px;
}
.premium_box2{
	background:#fff;
	border:3px solid #ccc;
	padding:20px;
	margin-bottom:40px;
}

.btn_sq_1 {
    /*border: 2px solid #fff;*/
    display: block;
    min-width: 200px;
    padding: .7em;
    text-align: center;
    color: #fff;
    font-style: normal;
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    border-radius: 0px;
    background-color: #006400;
    transition: .5s;
}
.btn_sq_1:hover {
    background-color:#032F3E;
    color: #fff;
    text-decoration: none;
}

.btn_sq_2 {
    /*border: 2px solid #fff;*/
    display: block;
    min-width: 200px;
    padding: .7em;
    text-align: center;
    color: #fff;
    font-style: normal;
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    border-radius: 50px;
    background-color: #AE2D5B;
    transition: .5s;
}
.btn_sq_2:hover {
    background-color:#032F3E;
    color: #fff;
    text-decoration: none;
}

.btn_sq_3 {
    /*border: 2px solid #fff;*/
    display: block;
    min-width: 200px;
    padding: .7em;
    text-align: center;
    color: #fff;
    font-style: normal;
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    border-radius: 0px;
    background-color: #FFC107;
    transition: .5s;
}
.btn_sq_3:hover {
    background-color:#006400;
    color: #fff;
    text-decoration: none;
}


.premium_point .pointpanel{
	background:#fff;
    height: 100%;
}

.premium_point h5{
	font-size:1.6rem;
	color:#032F3E;
	border-bottom:2px solid #032F3E;
	padding:10px;
	margin:0;
}
.premium_point p{
	font-size:95%;
	line-height:1.5rem;
	padding:10px;
}

.premium_point .col-md-4{
	margin-bottom:15px;
}

@media screen and (max-width: 768px) {
	.premium_point h5{
		font-size:1.6rem;
		padding:6px;
		font-weight:bold;
		line-height:1.2em;
	}
	.premium_point p{
		font-size:1.4rem;
	}
	.premium_box2{
		padding:20px 0px;
	}
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#sec_welcome{
	padding:50px 0 30px;
	background:#FEC9B3;
}

.topmsg{
	padding:50px 0 30px;
	font-size:18px;
	line-height:1.8;
	text-align:center;
}
@media screen and (max-width: 767px) {
	.topmsg{
		padding:30px 0 10px;
		font-size:15px;
	}
}
#sec_welcome .sec_welcome_in1{

}

#sec_welcome .sec_welcome_in1 h2{
	text-align:center;
	/*font-weight:bold;*/
	line-height:1.5em !important;
}
#sec_welcome .sec_welcome_in1 h2 span{
	font-size:1.2em;
}

#sec_welcome .sec_welcome_in1 p{
	text-align:center;
}

@media screen and (min-width: 768px) {
	#sec_welcome .sec_welcome_in1 p span{
		display:block;
	}

	#sec_welcome .sec_welcome_in1 h2{
		font-weight:400 !important;
		font-size:3.4em;
	}

}

@media screen and (max-width: 767px) {
	#sec_welcome .sec_welcome_in1 p{
		text-align:left;
	}
}

#sec_welcome .sec_welcome_in2{
	margin-top:30px;
	text-align:center;
}
#sec_welcome .sec_welcome_in2 p{
	font-size:16px;
}

@media screen and (min-width: 768px) {
	#sec_welcome .sec_welcome_in2 p span{
		display:block;
	}
}

@media screen and (max-width: 767px) {
	#sec_welcome .sec_welcome_in2 p{
		text-align:left;
	}
}

.logo_big{
	margin:20px auto;
	max-width:300px;
}

.kyujinbox h3{
	text-align:center;
}

@media screen and (max-width: 767px) {
	.kyujinbox table th,
	.kyujinbox table td{
		font-size:12px !important;
	}
}

.about_taiken{
	background:#F2F1DD;
	padding:50px;
	margin-top:50px;
	text-align:center;
}

.about_taiken h3{
	font-weight:700;
}

.ribbon1 {
  display: inline-block;
  position: relative;
  height: 100px;/*リボンの高さ*/
  line-height: 100px;/*リボンの高さ*/
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  font-size: 24px;/*文字の大きさ*/
  background: #f57a78;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}

.ribbon1:before, .ribbon1:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon1:before {
  top: 0;
  left: 0;
  border-width: 50px 0px 50px 15px;
  border-color: transparent transparent transparent #F2F1DD;
  border-style: solid;
}

.ribbon1:after {
  top: 0;
  right: 0;
  border-width: 50px 15px 50px 0px;
  border-color: transparent #F2F1DD transparent transparent;
  border-style: solid;
}

.about_taiken .p1{
	font-size:24px;
	font-weight:700;
}

.about_taiken .p2{
	text-align:left;
	font-size:24px;
	font-weight:700;
}

.about_taiken .p3 span{
	font-size:88%;
}

@media screen and (min-width: 768px) {
	.about_taiken .p2{
		padding:0 50px;
	}
}

#contact h5.under{
	font-size:30px;
	width:250px;
	margin:0 auto 20px;
     padding: 0.2em;
     background: linear-gradient(transparent 70%, #fff100 70%);
}

#contact .p0{
	font-size:24px;
	font-weight:600;
}
#contact .p0 span{
	font-size:16px;
	font-weight:normal;
}

@media screen and (max-width: 767px) {
	#contact .p0{
		font-size:18px;
	}
}

.rsv_way {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #FFC107;
}
.rsv_way .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
}
.rsv_way p {
    margin: 0; 
    padding: 0;
}


.btn_hotpepper {
    /*border: 2px solid #fff;*/
    display: block;
    max-width: 250px;
    padding: .7em;
    text-align: center;
    color: #fff;
    font-style: normal;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 300;
    border-radius: 0px;
    background-color: #AE2D5B;
    transition: .5s;
}
.btn_hotpepper:hover {
    background-color:#032F3E;
    color: #fff;
    text-decoration: none;
}

.btn_line {
    /*border: 2px solid #fff;*/
    display: block;
    max-width: 250px;
    padding: .7em;
    text-align: center;
    color: #fff;
    font-style: normal;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 300;
    border-radius: 0px;
    background-color: #20C92F;
    transition: .5s;
}
.btn_line:hover {
    background-color:#006400;
    color: #fff;
    text-decoration: none;
}

article.blogkiji{
	margin-bottom:50px;
}
article.blogkiji h3{
	border:1px solid #ccc;
	padding:20px;
	margin-bottom:0;
}

@media screen and (max-width: 767px) {
	article.blogkiji h3{
		margin-top:15px;
	}
}

article.blogkiji .date{
	text-align:right;
}

article.blogkiji .kijimain{
	padding:15px;
}
article.blogkiji .kijimain img{
	margin:10px 0;
}

.kijimain .naiyo{
	font-size:16px;
}

article.blogkiji a{
	color:#337ab7;
}

.blogcat h5{
	border-bottom:1px solid #ccc;
	padding-bottom:6px;
}
.blogcat ul li{
	padding:6px 0;
}
.blogcat ul li span{
	font-weight:400;
	color:#808080;
}

#sec_bloglist{

}

#sec_bloglist ul li{
	padding:10px 0;
	border-bottom:1px dotted #fff;
	line-height:1.5em;
}
#sec_bloglist ul li span.blogdate{
	background:#666;
	color:#FFF;
	font-size:80%;
	padding:3px 15px;
	margin-right:10px;
}

#faq_list {
	width: 100%;
}

#faq_list dt {
	background: #444; /* 「Q」タイトルの背景色 */
	color: #fff; /* 「Q」タイトルの文字色 */
	padding: 8px;
	border-radius: 2px;
}
#faq_list dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
}
#faq_list dd {
	margin: 24px 16px 40px 32px;
	line-height: 140%;
	text-indent: -24px;
}
#faq_list dd:before {
	content: "A.";
	font-weight: bold;
	margin-right: 8px;
}

.btn_faq {
    display: table-cell;
    background: #AB987A;
    color: #fff !important;
    padding: 5px 20px;
    font-size: 88%;
    margin-bottom: 6px;
    text-align: center;
    vertical-align: middle;
    border-radius:50px;
}

#sec_rinen{
	padding:60px 0;
}

.ul_disc{
  color: #1e366a;
  border-top: solid #1e366a 1px;/*上のボーダー*/
  border-bottom: solid #1e366a 1px;/*下のボーダー*/
  padding: 0.5em 0;
}

.ul_disc li{
  line-height: 1.5;
  padding: 0.5em 0;
	background: #FEC9B3;
	margin:6px 0;
}

@media screen and (max-width: 767px) {
	.ul_disc{
	  padding: 0.5em 0;
	}
	.ul_disc li{
	  line-height: 1.5;
	  padding: 0.5em;
	}
}
@media screen and (max-width: 480px) {
	.ul_disc li{
	  text-align:left;
	}
	.ul_disc li span{
		display:block;
		font-size:1.2rem;
	}
}


.box26 {
    position: relative;
    margin: 2em 0;
    padding: 2em;
    border: solid 3px #565656;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -16px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding: 0 4px;
    line-height: 1;
    background: #E1DBD9;
    color: #20C92F;
    font-weight: bold;
	white-space:nowrap;
}
.box26 p {
/*
    margin: 0; 
    padding: 0;
*/
}
@media screen and (max-width: 767px) {
	.box26 .box-title {
	    top: -10px;
		font-size:2rem;
	}
}


#sec_school{
background: #0F2027;  /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #2C5364, #203A43, #0F2027);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #2C5364, #203A43, #0F2027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color:#fff;
	padding:80px 0;
}
.schoolprice{
	margin:50px 0;
}


.curriculum{
	border-top:1px solid #fff;
	padding:8px;
	text-align:center;
}
@media screen and (max-width: 767px) {
	.curriculum{
		text-align:left;
	}
}

table.school_cur th,
table.school_cur td{
	padding:30px 6px !important;
}
table.school_cur td{
	vertical-align:middle !important;
}

table.school_cur tr:last-child th{
	border-bottom: 1px solid #ddd;
}

table.school_cur tr:last-child td{
	border-bottom: 1px solid #ddd;
}

.cur_bikou{
	text-align:center;
}
.cur_bikou li{
	padding:10px;
	border:1px dotted #eee;
	margin:5px;
	background:rgba(255,255,255,0.5);
}

@media screen and (max-width: 767px) {
	.cur_bikou{
		text-align:left;
	}
}


.nav-tabs li{
	width:50%;
}

.tab_content_a{
/*
	background:#eeb76b;
	padding-top:40px;
*/
	padding-bottom:20px;
/*	margin-top:-1px;*/
	border: 1px solid #ddd;
	border-top-color: transparent;
}

.tab_content_b{
	background:#9c3d54;
	padding-top:40px;
	padding-bottom:20px;
	margin-top:-1px;
	border: 1px solid #ddd;
	border-top-color: transparent;
}

.nav-tabs>li>a{
    border-bottom: 1px solid #ddd !important;
	text-align:center;
	padding:20px 0;
	position:relative;
	display:block;
}
.nav-tabs>li>a img{
    display:block;
	margin:0 auto 10px;
	width:50px;
}

.nav-tabs>li.active>a.tab_a,
.nav-tabs>li.active>a.tab_a:hover,
.nav-tabs>li.active>a.tab_a:focus {
    color: #111;
    background-color: #eeb76b !important;
	border-bottom-color: transparent !important;
}
.nav-tabs>li.active>a.tab_b,
.nav-tabs>li.active>a.tab_b:hover,
.nav-tabs>li.active>a.tab_b:focus {
    color: #fff;
    background-color: #9c3d54 !important;
	border-bottom-color: transparent !important;
}

.nav-tabs>li.active a:before{
    position: absolute;
    margin: auto;
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    left: 0;
    right: 0;
    bottom: 0;
    color: #e67d93;
    font-size: 2.2em;
}
.youtube_wrap {
	padding-left:30px;
	padding-right:30px;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


#sec_kyujin{
	background:#F0F1F3;
	padding:50px 0;
	margin:0;
}

#sec_kyujin .btn-success {


    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

    font-size: 22px;
    padding: 15px 28px;
    margin: 30px auto;
    font-weight: 700;
    border-radius: 100px;
    color: #fff;
    border: 2px solid #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
    background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
    background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}

.top_toppa{
	line-height:2.4em;
}

.top_toppa .toppa1{
	font-size:1.5em;
}
.top_toppa .toppa2{
	font-size:2em;
}

.br_sp{
	display:none;
}
@media screen and (max-width: 500px) {
	.br_sp{
		display:block;
	}
}

.shopname{
	border:1px solid #AE2D5B;
	border-bottom:4px solid #AE2D5B;
	padding:10px;
	color:#AE2D5B;
	font-weight:600;
}

iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
#sec_newopen{
	padding:30px 0 20px;
	background:#AE2D5B;
}

#sec_newopen h3{
	text-align:center;
	color:#fff;
	margin-bottom:0;
}

@media (max-width: 991px){
	#sec_newopen{
		padding-top:15px;
	}
	#sec_newopen h3{
		display:block;
		font-size:13px;
	}
}

span.linemarker {
	  background:linear-gradient(transparent 60%, #ff6 60%);
}

.pointbox li{
	border:10px solid #AE2D5B;
	padding:20px;
	text-align:center;
	font-weight:bold;
	border-radius: 6px;
	margin-top:20px;
}
.pointbox li h6{
	font-size:20px;
}
@media screen and (max-width: 500px) {
	.pointbox li{
		padding:20px 10px;
	}
	.pointbox li h6{
		font-size:17px;
	}
	.pointbox li p{
		/*text-align:left;*/
	}
}


#pricingtable_wrapper {
    width: 100%;
    margin: 30px auto;
	display:flex;
	flex-wrap:wrap;
}
 
.pricingtable {
  width: 31%; 
	height: 450px;
  background: white;
  margin: 15px auto;
  /*float: left;*/
	box-sizing:border-box;
   
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 2px 2px 9px rgba(0,0,0,0.3);
     -moz-box-shadow: 2px 2px 9px rgba(0,0,0,0.3);
          box-shadow: 2px 2px 9px rgba(0,0,0,0.3);
}

.pricingtable .top {
  width: 100%; 
	height: 50px;
  background: #2F2E35;
background: url(../images/bg_a.jpg) no-repeat center top;
    background-size: cover;
  -webkit-border-radius: 10px 10px 0 0;
     -moz-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0;
}

.pricingtable .top h2 {
  color: #fff;
  text-align: center;
font-weight:bold;
	font-size:24px;
}

.planname {
	margin:20px 0 0;
	border-bottom:4px solid #AE2D5B;
}

.planname h5{
	font-size:14px;
	font-weight:bold;
	color:#AE2D5B;
	margin:0;
}


.planname h3{
	font-weight:bold;
	margin:0 0 20px;
}

.pricingtable ul {
  list-style-type: none;
  margin: 20px 0;
	padding:0 10px;
}
 
.pricingtable ul strong {
  font-weight: bold;
}

.pricingtable hr {
  border: 0;
  background-color: #BCBEC0;
  color: #BCBEC0;
  height: 1px;
  width: 190px;
  margin: 20px auto;
}
.pricingtable h6 {
	margin:0;
}
.pricingtable h1 {
  text-align: center;
  font-weight: bold;
	font-size:50px;
  margin: 0px 0 10px 0;
color:#AE2D5B;
}
 
.pricingtable h1 sup {
  font-size: 45px;
}
 
.pricingtable p {
  text-align: center;
  font: 500 14px/1 Helvetica, Verdana, sans-serif;
  color: #BCBEC0;
	line-height:1.3em;
}
@media screen and (min-width: 768px){
	.pricingtable.featured {
	    -webkit-transform: scale(1.1, 1.1);
	    -moz-transform: scale(1.1, 1.1);
	    -o-transform: scale(1.1, 1.1);
	    -ms-transform: scale(1.1, 1.1);
	    transform: scale(1.1, 1.1);
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.planname h5{
		font-size:11px;
	}
	.pricingtable h1 {
		font-size:40px;
	}
}
@media screen and (max-width: 767px){
	#pricingtable_wrapper {
		display:block;
	}
	.pricingtable {
	  width: 100%; 
		height: auto;
		padding-bottom:15px;
	}
	.pricingtable .top h2 {
		padding-top:10px;
	}
	.planname h3{
		font-size:26px;
		margin-top:10px;
line-height: 1em;
	}
}


/*tab*/
.tab_container {
	padding-bottom: 1em;
	background-color: #fff;
	border:1px solid #282828;
	margin: 0 auto;
}
.tab_item {
	width: calc(100%/3);
	padding:15px 0;
	border-bottom: 3px solid #282828 ;
	background-color: transparent;
	text-align: center;
	color: #666 ;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
}
.tab_item:hover {
	opacity: 0.75;
}
input[name="tab_item"] {
	display: none;
}
.tab_item span{
	font-size:1.5em;
}
.tab_content {
	display: none;
	padding: 1em 1em 0;
	clear: both;
	overflow: hidden;
	text-align:center;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content{
	display: block;
}
.tab_container input:checked + .tab_item {
	background-color: #282828 ;
	color: #fff;
}

.tab_content hr {
    height: 1px;
    width: 120px;
    background-color: #61D836;
    border: none;
}

.tab_content h4{
	font-weight:bold;
}
.tab_content h2{
	font-weight:bold;
	margin-bottom:15px;
}
.tab_content h1{
	font-weight:bold;
	color:#AE2D5B;
	font-size:40px;
	margin-bottom:15px;
}

/*stab*/
.stab_container {
	padding-bottom: 1em;
	background-color: #fff;
	border:1px solid #282828;
	margin: 0 auto;
}

#stab1:checked ~ #stab1_content,
#stab2:checked ~ #stab2_content,
#stab3:checked ~ #stab3_content{
	display: block;
}
.stab_container input:checked + .stab_item {
	background-color: #0E2859 ;
	color: #fff;
}

.stab_item {
	width: calc(100%/3);
	padding:15px 0;
	border-bottom: 3px solid #0E2859 ;
	background-color: transparent;
	text-align: center;
	color: #666 ;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
}
.stab_item:hover {
	opacity: 0.75;
}
input[name="stab_item"] {
	display: none;
}
.stab_item span{
	font-size:1.5em;
}
.stab_content {
	display: none;
	padding: 1em 0 0;
	clear: both;
	overflow: hidden;
	text-align:center;
}


.stab_content hr {
    height: 1px;
    width: 120px;
    background-color: #61D836;
    border: none;
}

.stab_content h4{
	font-weight:bold;
}
.stab_content h2{
	font-weight:bold;
	margin-bottom:15px;
}
.stab_content h1{
	font-weight:bold;
	color:#AE2D5B;
	font-size:40px;
	margin-bottom:15px;
}

/*sstab*/
.sstab_container {
	padding-bottom: 1em;
	background-color: #fff;
	border:1px solid #282828;
	margin: 0 auto;
}

#sstab1:checked ~ #sstab1_content,
#sstab2:checked ~ #sstab2_content,
#sstab3:checked ~ #sstab3_content{
	display: block;
}
.sstab_container input:checked + .sstab_item {
	background-color: #0E2859 ;
	color: #fff;
}

.sstab_item {
	width: calc(100%/3);
	padding:15px 0;
	border-bottom: 3px solid #0E2859 ;
	background-color: transparent;
	text-align: center;
	color: #666 ;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
}
.sstab_item:hover {
	opacity: 0.75;
}
input[name="sstab_item"] {
	display: none;
}
.sstab_item span{
	font-size:1.5em;
}
.sstab_content {
	display: none;
	padding: 1em 0 0;
	clear: both;
	overflow: hidden;
	text-align:center;
}


.sstab_content hr {
    height: 1px;
    width: 120px;
    background-color: #61D836;
    border: none;
}

.sstab_content h4{
	font-weight:bold;
}
.sstab_content h2{
	font-weight:bold;
	margin-bottom:15px;
}
.sstab_content h1{
	font-weight:bold;
	color:#AE2D5B;
	font-size:40px;
	margin-bottom:15px;
}




.c-txtsp{
	font-size:1.6rem;
	line-height:1.4em;
}

.price_sub{
	margin-top:30px;
	text-align:center;
}
.price_sub th{
    background: #E2DED2;
    padding: 6px;
	text-align:center;
}
.price_sub td{
    background: #FFF;
    padding: 6px;
}
.price_sub td h1{
	font-weight:bold;
	color:#AE2D5B;
	font-size:30px;
}

.rsv_btn_float{
	display:block;
	padding: 16px 0;
	line-height: 1;
	background: #AB987A;
	color: #fff;
	/*border: 2px solid #888888;*/
	font-size: 1em;
	border-radius: 30px;
	cursor: pointer;
	margin:0 auto;
	width:100%;
	font-weight:600;
}
.rsv_btn_float:before{
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
    content: "\f0a9";
	margin-right: 5px;
}

.rsv_btn_float_wrap{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
	text-align:center;
	padding:10px;
  z-index:99;
}

@media screen and (min-width: 768px){
	.rsv_btn_float_wrap{
		display:none;
	}
}

#sec_casereport{
	padding:80px 0;
}
.caseunit{
	text-align:center;
	background:#F8F5FF;
	padding:30px;
	margin:50px 0;
}
.caseunit h6{
	display:inline-block;
	font-weight:bold;
	border:3px solid #ccc;
	padding:10px 20px;
	border-radius:20px;
}
.casereport{
	margin:30px 0;
	background:#fff;
	padding:30px;
	font-size:16px;
	text-align:left;
}
.reporttable{

}

table.reporttable {
  margin: 20px auto 0
}
.reporttable th {
  background: #E0DCD0;
  border: solid 1px #ccc;
  padding: 10px;
}
.reporttable td {
  border: solid 1px #ccc;
  padding: 10px;
background:#fff;
	text-align:left;
}
 
@media screen and (max-width: 640px) {
  .reporttable .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .reporttable {
    width: 100%;
  }
  .reporttable th,
  .reporttable td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}

.planchoice{
	margin:0 auto 50px ;
	background:#fff;
	padding:30px;
}

.planchoice_unit{
	border:1px solid #AB987A;
	padding:15px;
	margin:20px 0;
}
.planchoice_unit h2{
	margin-bottom:0;
}
.planchoice_unit h2 .zeikomi{
	font-size:16px;
}

@media screen and (max-width: 640px) {
	#sec_casereport{
		padding:40px 0;
	}
	.planchoice h2{
		font-size:2.4rem;
	}
}

.youtube_t {
  width: 100%;
  aspect-ratio: 9 / 16;
}
.youtube_t iframe {
  width: 100%;
  height: 100%;
}

/*統計データ*/
#sec_stats_data{
	padding:50px 0;
	background: -moz-linear-gradient(180deg, #DEDEDE, #FFC9B3); 
	background: -webkit-linear-gradient(-90deg, #DEDEDE, #FFC9B3); 
	background: linear-gradient(180deg, #DEDEDE, #FFC9B3); 
}
.data_unit_wrap{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:20px;
}
.data_unit{
	max-width:350px;
	background:#fff;
	padding:20px;
	border-radius:10px;
}
.data_unit h3{
	text-align:center;
	font-weight:600;
	border:1px solid #FFC9B4;
	padding:8px 0;
}
.data_unit img{
	width:100%;
}
.data_unit p{
	font-size:14px;
	margin-top:20px;
}

.newopen_link {
    display: block;
    width: 300px;
    background: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 100px;
    margin: 10px auto;
}

.opencm{
	text-align:center;
	font-size:30px;
	font-weight:600;
	color:#AE2D5B;
	line-height:1.5;
}
.opencm_2{
	text-align:center;
	font-size:26px;
	font-weight:600;
	border:1px solid #AE2D5B;
	color:#AE2D5B;
	padding:10px;
	line-height:1.5;
}
@media screen and (max-width: 640px) {
	.opencm{
		font-size:22px;
	}
	.opencm_2{
		font-size:20px;
	}
}

/*今すぐ予約ボタン*/
.btn-rsv{
	background:#AE2D5B;
    color: #fff;
	position:relative;
}
.btn-rsv:before {
	content: '';
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	margin: auto;
}
.btn-rsv:after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #AE2D5B;
	border-right: solid 2px #AE2D5B;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 22px;
	bottom: 0;
	margin: auto;
}

/*ページ内「今すぐ予約」*/
.btn_mainrsv{
	border-radius: 50px !important;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */ 
	background:#AE2D5B;
	border:3px solid #fff;
	padding:30px 0;
	text-align:center;
	color:#fff !important;
	height:100%;
	display:flex;
	justify-content:center;
	position: relative;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	font-size:24px;
}
@media screen and (max-width: 767px) {
	.btn_mainrsv{
		font-size:18px;
	}
}
.btn_mainrsv:before {
	content: '';
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	margin: auto;
}
.btn_mainrsv:after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #AE2D5B;
	border-right: solid 2px #AE2D5B;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 22px;
	bottom: 0;
	margin: auto;
}
.btn_mainrsv:hover {
	background-color:#032F3E;
	color: #fff;
	text-decoration: none;
}

/*スマホメニュー内予約*/
.rsv_nav_sp{
	text-align:center;
}
.rsv_nav_sp a{
	display:inline-block !important;
	margin:15px auto 0 !important;
	border:1px solid #AE2D5B;
	border-radius:50px;
	padding:15px 40px !important;
	color:#AE2D5B !important;
}
.rsv_nav_sp a:before {
	content: '';
	width: 18px;
	height: 18px;
	background: #AE2D5B;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
}
.rsv_nav_sp a:after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 17px;
	bottom: 0;
	margin: auto;
}

/*キャンペーン告知用*/
.topcamp{
	margin-top:0px;
}
.topcamp_catch{
	font-size:16px;
	font-weight:600;
	line-height:1.5;
	color:#333;
	margin-bottom:0px;
}
.topcamp_note{
	font-size:12px;
	color:#999;
	
}
@media screen and (min-width: 641px) {
	.topcamp{
		margin-top:0px;
	}
	.topcamp_catch{
		font-size:24px;
	}
}

.rsvbtncamp{
	margin-top:0px;
	text-align:center;
	margin-bottom:15px;
}
.rsvbtncamp_catch{
	font-size:14px;
	font-weight:500;
	line-height:1.5;
	color:#555;
	margin-bottom:0px;
}
.rsvbtncamp_note{
	font-size:11px;
	color:#999;
	
}
@media screen and (min-width: 641px) {
	.rsvbtncamp{
		margin-top:0px;
	}
	.rsvbtncamp_catch{
		font-size:18px;
	}
}

.pricecamp{
	margin-top:0px;
	text-align:center;
	margin-bottom:30px;
}
.pricecamp_catch{
	font-size:14px;
	font-weight:500;
	line-height:1.5;
	color:#555;
	margin-bottom:0px;
}
.pricecamp_note{
	font-size:11px;
	color:#999;
	
}
@media screen and (min-width: 641px) {
	.pricecamp{
		margin-top:0px;
	}
	.pricecamp_catch{
		font-size:18px;
	}
}