@charset "UTF-8";
/* CSS Document */
body{
	font-size:1.6rem;
	line-height:2em;
	width: 100%;
	overflow-x: hidden!important;
}

a{
	transition:0.5s all;
}
a img{
	transition:0.5s all;
}

p{
	word-break: break-all;
}
section{
	position:relative;}
.c__f{
    clear:both;
    overflow: hidden;
}
.img-wrap {
    overflow:hidden;
}
.img_round{
		border-radius: 13px;
		overflow:hidden;
		display: block;
		margin:0 auto;
}
.img_full{
    max-width:100%;
    height: auto;
    margin:0 auto;
    display: block;
}
.btn_space{
    margin:5px;
}
.o_hidden{
overflow: hidden;
}

.container-title{
	padding-top:40px;
	margin-bottom:40px;
}

.content-header{
font-size: 5vh;
}

.image-area{
	display: inline-block; 
}
.image-area img{
	height: 100%!important;
	text-align: center;
}
.h_rsv_btn_yel{
	display:inline-block;
}
.h_rsv_btn_yel > a{
	height: 44px;
	display: flex!important;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding:5px 30px 5px 20px!important;
	background: #f2ee70;
	box-sizing: border-box;
	border-radius: 22px;
	font-size: 1.7rem;
	font-weight: 500;
	transition: all .3s ease;
	position: relative;
}
.h_rsv_btn_yel > a:hover{
	background: #FF7424;
	color: #fff;
}
.h_rsv_btn_yel > a::before{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
}
.h_rsv_btn_yel > a::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	right: 15px;
	width: 5px;
	height: 5px;
	border-top:solid 2px #000;
	border-right:solid 2px #000;
}
.h_rsv_btn{
	background-color:#000;
	padding: 5px 20px;
	vertical-align: middle;
	color: #fff;
	text-align: center;
    border: solid 1px #000;
    border-radius: 24px;
    transition: 0.5s all;
	display: inline-block;
}
.h_rsv_btn_og{
	background-color:#FF7424;
	padding: 5px 20px;
	vertical-align: middle;
	color: #fff;
	text-align: center;
    border: solid 1px #FF7424;
    border-radius: 24px;
    transition: 0.5s all;
	display: inline-block;
}

.btn_blk{
    width: 230px;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 25px;
    border:solid 1px #000;
    transition: 0.5s all;
    display: inline-block;
}
.btn_wht{
    width: 230px;
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 25px;
    border:solid 1px #fff;
    transition: 0.5s all;
    display: inline-block;
}
@media (min-width:992px) {
    .pcbr{
        display:block;
    }
    .spbr{
        display:none;
    }
}
@media (max-width:991px) {
    .pcbr{
        display:none;
    }
    .spbr{
        display:block;
    }
}
@media (min-width: 768px) {
	.banner_pc{
		display:flex;
		flex-wrap: nowrap;
		margin: 0 auto; 
		padding: 0 10px 30px 10px; 
		text-align: center; 
		max-width: 960px;
	}
	.banner_pc > a {
		padding:0 10px;
	}
}
@media (max-width: 767px) {
	.banner_pc{
		display:block!important;
		margin: 0 auto; 
		padding: 0 10px 30px 10px; 
		text-align: center; 
		max-width: 960px;
	}
	.banner_pc > a {
		padding-top:15px;
		display: block;
	}
}

@media (min-width: 768px) {
    .h_rsv_btn:hover{
        background-color:#fff;
	    padding: 5px 20px;
        vertical-align: middle;
        display: inline-block;
        color: #000;
        text-align: center;
        box-sizing: border-box;
        border: solid 1px #000;
        border-radius: 24px;
        transition: 0.5s all;
    }
    .h_rsv_btn_og:hover{
        background-color:#fff;
	    padding: 5px 20px;
        vertical-align: middle;
        display: inline-block;
        color: #FF7424;
        text-align: center;
        box-sizing: border-box;
        border: solid 1px #FF7424;
        border-radius: 24px;
        transition: 0.5s all;
    }
    .btn_blk:hover{
        width: 230px;
        background-color: #fff;
        color: #000;
        text-align: center;
        padding: 10px;
        box-sizing: border-box;
        border-radius: 25px;
        border:solid 1px #000;
        transition: 0.5s all;
        display: inline-block;
    }
    .btn_wht:hover{
        width: 230px;
        background-color: #000;
        color: #fff;
        text-align: center;
        padding: 10px;
        box-sizing: border-box;
        border-radius: 25px;
        border:solid 1px #000;
        transition: 0.5s all;
        display: inline-block;
    }
    .head_txt{
        font-size: 1.6rem;
        line-height: 2em;
        font-weight: 700;
    }
}
@media (max-width: 767px) {
    .h_rsv_btn:hover{
        display: inline-block;
    }
    .h_rsv_btn_og:hover{
        display: inline-block;
    }
    .btn_blk:hover{
        display: inline-block;
    }
    .btn_wht:hover{
        display: inline-block;
    }
    .head_txt{
        font-size: 1.6rem;
        line-height: 1.5em;
        font-weight: 700;
        padding: 0 30px;
    }
}
.txt_center{
	text-align:center;
}
.txt15{
	font-size: 1.5rem;
}
@media (min-width: 1000px) {
	.ctt_ttl{
		font-family: 'Work Sans', sans-serif;
		letter-spacing: 3px;
		font-size: 5rem;
		padding-bottom: 5px;
		margin:30px 0;
		display: inline-block;
		position: relative;
		font-weight: 500;
	}
    .ctt_sub{
        font-family: 'Work Sans', sans-serif;
        font-size: 3.6rem;
        line-height: 1.5em;
    }
    .base_ttl{
        padding-top: 100px;
        padding-bottom: 30px;
    }
	.base_txt{
		margin-right:40px;
	}

}
@media (max-width: 999px) {
	.ctt_ttl{
		font-family: 'Work Sans', sans-serif;
		font-size: 3rem;
		padding-bottom: 5px;
		margin:30px 0;
		display: block;
		position: relative;
		text-align: center;
	}
    .ctt_sub{
        font-family: 'Work Sans', sans-serif;
        font-size: 3.0rem;
        line-height: 1.5em;
    }
    .base_ttl{
        padding-top: 60px;
    }
	.base_txt{
		padding-right:0;
	}
}
.ctt_ttl2{
	font-family: 'Work Sans', sans-serif;
	font-size: 2.3rem;
    line-height: 1.5em;
	padding-bottom: 5px;
	display: inline-block;
	position: relative;
}

.b_p50{
	position: relative;
	padding:50px 0;
}
.b_p100{
	position: relative;
	padding:100px 0;
}
.b_pb50{
	position: relative;
	padding-bottom:50px;
}
.r_logo{
	width: 12px;
	height: 150px;
	position:absolute;
	top: 140px;
	right: 15px;
	z-index: 1;
}
.l_logo{
	width: 12px;
	height: 150px;
	position:absolute;
	top: 50px;
	left: 5px;
	z-index: 2;
}
.i_sns_ctt{
	width: auto;
	margin: 30px 0;
	padding: 0;
	display: table;
}
.i_sns_ctt_ico{
	width: 30px;
	height: 30px;
	display:table-cell;
	padding: 10px;
}
.i_sns_ctt_ico img {
	width:40px;
}

/************************top slide************************/

@media (min-width: 768px) {
    .slide {
        position: relative;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }
    .slide_inner{
        position: relative;
        width:100%;
        height: 100%;
        overflow: hidden;
        padding-left: 9.8%;
        padding-top: 80px;
    }
    .slide_inner > img {
        width: 100%;
        height: 100%;
        position: relative;
        object-fit:cover;
        object-position: top;
    }
}

@media (min-width: 768px) {
    .sp-slides-container {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }
    .sp-slides {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }
}
@media (max-width: 767px) {
    .sp-slides-container {
        display: block;
        width: 100%;
        height: 65vh;
        max-height: 870px;
        position: relative;
    }
    .sp-slides {
        display: block;
        width: 100%;
        height: 65vh;
        max-height: 870px;
        position: relative;
    }
    .sp-slide {
        width: 100%;
        height: 65vh;
        max-height: 870px;
    }
    .slide {
        position: relative;
        width: 100%;
        max-height: 870px;
        height: 65vh;
        box-sizing: border-box;
        overflow: hidden;
    }
    .slide_inner{
        position: absolute;
        width: 100%;
        top: 0;
        right: 0;
        height: 65vh;
        overflow: hidden;
    }
    .slide_inner > img {
        width: 100%;
        height: 100%;
        position: relative;
        object-fit:cover;
    }
    
}

@media (min-width: 768px) {
    .news_ticker2 {
        width:100%;
        white-space:nowrap;
        position: relative;
        font-size: 9.3rem;
        line-height: 1.2em;
				font-weight: 100;
    }
}
@media (max-width: 767px) {
    .news_ticker2 {
        width: 100%;
        white-space: nowrap;
        position: relative;
        font-size: 6rem;
        line-height: 1em;
        line-height: 1.1em;
        font-weight: 100;
        margin-top: -90px;
        letter-spacing: 1px;
    }
}
#top_image_on p {
    padding-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1.7em;
    display: block;
    font-weight: 500;
}
/*****************index********************/

@media (min-width: 768px) {
    .concept_img {
        position: relative;
        width: calc(100% - 100px);
        height: 650px;
        box-sizing: border-box;
        overflow: hidden;
    }
    .concept_img img{
        width: auto;
        height: 100%; 
    }
}
@media (max-width: 767px) {
    .concept_img {
        position: relative;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        overflow: hidden;
    }
    .concept_img img{
        width: 100%;
        height: auto; 
    }
}
@media (min-width: 992px) {
    .itrainer_img {
			position: relative;
			width: calc(100% - 100px);
			max-height: 570px;
			margin-left: 100px;
			box-sizing: border-box;
			overflow: hidden;
    }
    .itrainer_img img{
			object-fit: cover;
			width: 100%;
			height: 100%;
    }
}
@media (max-width: 991px) {
	.itrainer_img {
		position: relative;
		width: 100%;
		padding: 0;
		margin: 30px auto 60px auto;
		box-sizing: border-box;
		transform: skewY(-5deg);
		overflow: hidden;
	}
	.itrainer_img img{
		object-fit: cover;
		width: 100%;
		height: 100%;
		transform: skewY(5deg) scale(1.1);
	}
}
@media (min-width: 992px) {
	.itrainer_ctt {
		position: relative;
		width:100%;
		height: auto;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 100px 0;
	}
}
@media (max-width: 991px) {
	.itrainer_ctt {
		position: relative;
		width: 100%;
		padding: 0;
		box-sizing: border-box;
		padding: 100px 0;
	}
}
.itrainer_ctt::before{
	content: '';
	background:url("../img/index/bg_access.webp") no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.itrainer_ctt > .bg{
	width:100%;
	height: 100%;
	position: relative;

}


@media (min-width: 768px) {
	#top_image {
		width: 100%;
		height: 90vh;
		position: relative;
		margin: 0;
		padding: 0;
	}
	#top-slider {
		width: 100%;
		height: 100%;
		position: relative;
		padding-left: 9.8%;
		padding-top: 80px;
	}
	#top-slider .slide {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		transition: opacity 1s ease-in-out;
		padding-left: 9.8%;
		padding-top: 80px;
	}
	#top-slider .slide.active {
		opacity: 1;
	}
	#top-slider .slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: top;
	}
	#top_image_on {
		position: absolute;
		margin:  auto;
		top: 120px;
		left: 40px;
		z-index: 2;
	}
	#top_image_on strong {
		padding: 10px 0 20px 0;
		font-size: 2.2rem;
		line-height: 1.5em;
		display: block;
		font-weight: 700;
	}
	#top_image_on p {
		padding-bottom: 10px;
		font-size: 1.6rem;
		line-height: 2em;
		display: block;
		font-weight: 500;
	}
	#top_img_btn_ctt{
		position:absolute;
		right: 100px;
		bottom: 50px;
		width: auto;
		clear: both;
		overflow:hidden; 
	}
	#top_img_btn_ctt > div{
		display:inline-block;
		padding: 5px 0;
		margin: 10px 0;
		width: 220px;
	}
	#top_img_btn_ctt p{
		font-weight: 700;
		line-height: 1em;
		text-align: right;
	}
	#top_img_corona{
		margin: 0;
		padding-top: 30.7467057%;
		width: 100%;
		height: 0;
		overflow: hidden;
		background-attachment: fixed;
		background-image:url("../img/top_cov.jpg");
		background-position: center top;
		background-repeat: no-repeat;
		background-size:contain;
		position: relative;
		color: #fff;
	}
	#top_img_course{
		margin: 0;
		padding-top: 30.7467057%;
		width: 100%;
		height: 0;
		overflow: hidden;
		background-attachment: fixed;
		background-image:url("../img/top_course.jpg");
		background-position: center top;
		background-repeat: no-repeat;
		background-size:contain;
		position: relative;
		color: #fff;
	}
	.top_image_offer {
		position: absolute;
		margin:  auto;
		bottom: 40px;
		right: 40px;
		z-index: 2;
	}

	.top_copy_loop {
		position: absolute;
		bottom: -100px;
		left: 0;
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
	}

	.top_copy_loop .loop-content {
		display: inline-block;
		animation: scrollLeft 40s linear infinite;
	}

	.top_copy_loop img {
		display: inline-block;
		width: auto;
		height: 100px;
		margin-right: 0;
	}

	@keyframes scrollLeft {
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(-50%);
		}
	}
}

@media (max-width: 767px) {

	#top_image {
		width: 100%;
		height: 100%;
		margin-top: 70px;
		position: relative;
	}
	#top-slider {
		width: 100%;
		height: 400px;
		position: relative;
	}
	#top-slider .slide {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		transition: opacity 1s ease-in-out;
	}
	#top-slider .slide.active {
		opacity: 1;
	}
	#top-slider .slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center center;
	}

	#top_image_on {
		position: relative;
		padding: 0 30px;
		z-index: 4;
	}
	#top_image_on strong {
		padding: 10px 0;
		font-size: 1.5em;
		line-height: 1.5em;
		letter-spacing: 1px;
		display: block;
		font-weight: 700;
	}
	#top_image_on p {
		padding-bottom: 10px;
		font-size: 1.6rem;
		line-height: 2em;
		display: block;
		font-weight: 500;
	}
    #top_img_btn_ctt{
			position:relative;
			left: 0;
			bottom: 50px;
			padding: 30px;
			text-align: center;
    }
    #top_img_btn_ctt > div{
			display: inline-block;
			padding: 8px 20px;
			margin: 5px;
    }
    #top_img_btn_ctt p{
			display: none;
    }
    #top_img_corona{
      margin: 0;
			width: 100%;
			height: 200px;
			overflow: hidden;
			background-image:url("../img/top_cov.jpg");
			background-position: center top;
			background-repeat: no-repeat;
			background-size:cover;
			position: relative;
			color: #fff;
    }
    #top_img_course{
      margin: 0;
			width: 100%;
			height: 200px;
			overflow: hidden;
			background-image:url("../img/top_course.jpg");
			background-position: center top;
			background-repeat: no-repeat;
			background-size:cover;
			position: relative;
			color: #fff;
    }
	.top_image_offer {
		position: relative;
		margin:  0 auto;
		z-index: 2;
		text-align: center;
		width: 100%;
		display: block;
	}
	.top_image_offer a{
		display: inline-block;
	}

	.top_copy_loop {
		position: absolute;
		top: 410px;
		left: 0;
		width: 100%;
		overflow: hidden;
		z-index: 3;
		white-space: nowrap;
	}

	.top_copy_loop .loop-content {
		display: inline-block;
		animation: scrollLeft 30s linear infinite;
	}

	.top_copy_loop img {
		display: inline-block;
		width: auto;
		height: 60px;
		margin-right: 0;
	}

	@keyframes scrollLeft {
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(-50%);
		}
	}
}
.base_top_ttl{
	width: 100%;
	position: relative;
	margin:0 auto;
	display: block;
	padding-top: 100px!important;
	padding-bottom: 30px;
}
.nf_btn{
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
	padding: 2px 15px;
	color: #fff;
	background-color: #000;
}

/*--------------------------------index_contcept------------------------------*/

@media (min-width: 1000px) {
	.concept_ttl{
		font-family: 'Work Sans', sans-serif;
		letter-spacing: 1px;
		font-size: 2rem;
		padding-bottom: 5px;
		display: block;
		font-weight: 500;
	}
	.i_concept_txtbox{
		padding:0 20px;
	}
}
@media (max-width: 999px) {
	.concept_ttl{
		font-family: 'Work Sans', sans-serif;
		font-size: 2rem;
		padding-top: 20px;
		display: block;
		position: relative;
	}
}

@media (min-width: 1000px) {
	.i_concept_txt{
		font-size: 1.6rem;
		line-height: 2em;
		box-sizing: border-box;
		margin-bottom: 30px!important;
	}
}

@media (max-width: 999px) {
    .i_concept_txt{
        font-size: 1.6rem;
        line-height: 2em;
        box-sizing: border-box;
        margin-bottom: 30px!important;
    }
}
#index_concept{
	position:relative;
}
@media (min-width: 768px) {
	.i_c_copy{
		font-size: 3rem;
        letter-spacing:1px;
		line-height: 1.5em;
        margin-bottom: 20px!important;
		position: relative;
		display: inline-block;
        padding-bottom: 10px;
        font-weight: 600;
	}
	.i_c_copy2{
		font-size: 3rem;
        letter-spacing: 1px;
		line-height: 1.5em;
        margin-bottom:20px!important;
		position: relative;
		display: inline-block;
        font-weight: 600;
	}
}
@media (max-width: 767px) {
	.i_c_copy{
		font-size: 2.1rem;
		letter-spacing: 1px;
		line-height:1.5em;
		margin: 20px 0!important;
		position: relative;
		display: inline-block;
		font-weight: 600;
	}
	.i_c_copy2{
		font-size: 2.1rem;
		letter-spacing: 1px;
		line-height:1.5em;
		margin-top: 20px!important;
		position: relative;
		display: inline-block;
		font-weight: 600;
	}
}
.i_c_copy > span{
    font-size: 1.8rem;
    display: block;
}
.i_c_copy2 > span{
    font-size: 1.8rem;
    display: block;
}
@media (min-width: 768px) {
    .i_col2ctt{
        width:100%;
        display: flex;
    }
    .i_col2box{
        width:50%;
        height: 400px;
        position: relative;
    }
}
@media (max-width: 767px) {
    .i_col2ctt{
        width:100%;
        display: block;
    }
    .i_col2box{
        width:100%;
        height: 400px;
        position: relative;
    }
}

/* Index 3カラムカード */
@media (min-width: 768px) {
    .index_col3ctt{
        max-width: 1200px;
        width:100%;
        display: flex;
        gap: 30px;
        margin: 0 auto;
				padding: 100px 0;
    }
    .index_col3box{
        flex: 1;
        position: relative;
        border-radius: 13px;
        overflow: hidden;
        aspect-ratio: 4 / 3;
    }
}
@media (max-width: 767px) {
    .index_col3ctt{
        width:100%;
        display: flex;
        gap: 10px;
				flex-wrap: wrap;
				margin: 0 auto;
				padding: 100px 0;
    }
    .index_col3box{
        width:100%;
        position: relative;
        border-radius: 13px;
        overflow: hidden;
        aspect-ratio: 16 / 9;
    }
}
.index_col3_link{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s;
}
.index_col3_link:hover{
    opacity: 0.8;
}
.index_col3_link .btn_wht span,
.index_col3_link .btn_blk span{
    pointer-events: none;
}
.index_col3_inner{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_col3_inner img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.i_col2_inner{
    width: 100%;
    height: 400px;
    position:relative;
    overflow: hidden;
		padding: 0 20px;
}
.i_col2_inner img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.i_col3_txtbox{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 30%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.i_col3_txtbox p{
    padding-bottom: 10px!important;
}

.i_col3_txtbox_wht{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
		z-index: 2;
}
.i_col3_txtbox_wht p{
    padding-bottom: 10px!important;
    color:#fff;
}
/*--------------------------------index_course&price------------------------------*/


.cp_ctt{
	width: 100%;
	background-color:#fff;
	padding: 40px;
	box-sizing: border-box;
}
.cp_ctt h4{
	padding-top:20px;
	padding-bottom:10px;
	font-size: 24px;
}
.pdgw20{
	padding: 0 20px;
}
.pdgb30{
    padding-bottom: 30px;
}
@media (min-width: 768px) {
	.pdg20{
		padding: 20px;
	}
	.pdg30{
		padding: 30px;
	}
	.cp_table dl{
		width: 100%;
		display: table;
		border-bottom: solid 1px #b9baba;
		padding: 20px 0;
	}
	.cp_table dt{
		width: 30%;
		display: table-cell;
	}
	.cp_table dd{
		padding-left: 2%;
		display: table-cell;
	}
}
@media (max-width: 767px) {
	.pdg20{
		padding: 20px 0;
	}
	.pdg30{
		padding: 30px 0;
	}
	.cp_table dl{
		width: 100%;
		display: block;
		border-bottom: solid 1px #b9baba;
		padding: 20px 0;
	}
	.cp_table dt{
		width: 100%;
		display: block;
		padding-bottom: 10px;
	}
	.cp_table dd{
		width: 100%;
		padding-left: 0;
		display: block;
	}
}
.cp_table{
	width: 100%;
	margin-bottom: 30px;
	position: relative;
	font-size: 16px;
}
.cp_time{
	color: #0080a0;
	padding-right: 20px;
}
.taxout{
	font-size:11px;
	color: #000;
	padding-left: 10px;
}
.reserve_btn{
	background-color:#bf2b80;
	color: #fff;
	padding: 20px 80px;
	font-size: 15px;
	font-weight: bold;
}
/*--------------------------------index_contact------------------------------*/
#ctct_res{
	width: 170px;
	border:solid 2px #a0272d;
	color: #fff;
	background-color:#a0272d;
	padding: 2px 10px;
	margin: 10px 0;
	text-align: center;
	display: inline-block;
}
#ctct_ctct{
	width: 170px;
	border:solid 2px #000;
	background-color:#fff;
	padding: 2px 10px;
	margin-bottom: 10px;
	text-align: center;
	display: inline-block;
}
/*--------------------------------index_news------------------------------*/


.i_news_img{
    margin: 10px 20px;
    background-color: #fff;
    box-sizing: border-box;
    border: solid 1px #a3a3a3;
    border-radius: 3px;
}
.i_news_ctt{
    padding:0 10px 10px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
	font-size: 1.6rem;
    line-height: 1.5em;
    font-weight: 700;
}
.i_news_time{
	font-weight: bold;
	font-size: 1.4rem;
    line-height: 1em;;
    padding: 10px 0;
}
.i_news_ttl{
	font-weight: bold;
	font-size: 1.8rem;
    line-height: 1.5em;
    font-weight: 700;
    padding-bottom: 10px;
}
.tag_ctt{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.tag-news:before{
	background-color: #BA0007;
	padding: 3px 5px;
	color: #fff;
	text-align: center;
	margin-right: 5px;
	content:"NEWS";
}
.tag-press:before{
	background-color: #3E3A39;
	padding: 3px 5px;
	color: #fff;
	text-align: center;
	margin-right: 5px;
	content:"PRESS";
}

.tag-blog:before{
	background-color: #e49f2b;
	padding: 3px 5px;
	color: #fff;
	text-align: center;
	margin-right: 5px;
	content:"STAFF BLOG";
}


.tag2-news:before{
	font-size: 4vw;
	font-family: Futura, 'Century Gothic';
	font-weight: lighter;
	padding: 5px;
	text-align: center;
	margin-right: 5px;
	content:"NEWS";
}
.tag2-press:before{
	font-size: 4vw;
	font-family: Futura, 'Century Gothic';
	font-weight: lighter;
	padding: 5px;
	text-align: center;
	margin-right: 5px;
	content:"PRESS";
}

.tag2-blog:before{
	font-size: 4vw;
	font-family: Futura, 'Century Gothic';
	font-weight: lighter;
	padding: 5px;
	text-align: center;
	margin-right: 5px;
	content:"STAFF BLOG";
}


.paging_area {
    margin-bottom:10px;
	padding: 20px;
	color: #797979;
	font-weight: bold;font-size: 16px;
}
.page-numbers{
	padding:0 10px;
}
/*------------------------------footer------------------------------*/


.f_sns_ctt_ico{
	width: 30px;
	height: 30px;
	display:table-cell;
	padding: 10px;
}
.f_sns_ctt_ico img {
	width:30px;
}
@media (min-width: 992px) {
    .f_sns_ctt{
        width: auto;
        margin: 0 auto;
        padding: 0;
        display: table;
    }
	footer{
		padding-bottom:10px;
		font-size: 13px;
	}
	#f_ctt{
		width: 100%;
		padding-top:44px;
		padding-bottom: 20px;
		display: table;
	}
	.f_ctt_logo{
		display:table-cell;
		width: 10%;
		padding-left: 10px;
		box-sizing: border-box;
	}
	.f_ctt_menu{
		width: 90%;
		display:table-cell;
		clear: both;
		position: relative;
		padding-right: 10px;
		box-sizing: border-box;
	}
	.f_ctt_menu ul{
		display: table;
		float: right;
	}
	.f_ctt_menu li{
		padding-left:15px!important;
		padding-right: 10px!important;
		display:table-cell;
	}
	.fmenu1{
		position:absolute;
		top: -10px;
		right: 0;
	}
	.fmenu2{
		position:absolute;
		top: 20px;
		right: 0;
	}
}
@media (max-width: 991px) {
    .f_sns_ctt{
        width: 100%;
        margin: 0 auto;
        padding: 0;
        display: table;
    }
	footer{
		padding-top: 20px;
		padding-bottom:10px;
		font-size: 13px;
	}
	#f_ctt{
		width: 100%;
		padding-top:20px;
		padding-bottom: 20px;
	}
	.f_ctt_logo{
		width: 100%;
		padding: 30px;
		text-align: center;
		box-sizing: border-box;
	}
	.f_ctt_menu{
		width: 100%;
		padding: 0 10px;
		text-align: center;
		box-sizing: border-box;
	}
	.f_ctt_menu ul{
		list-style: none!important;
		padding: 0;
		margin:0;
	}
	.f_ctt_menu li{
		width: 100%;
		padding: 10px!important;
		box-sizing: border-box;
	}
	.fmenu1{
        display:none;
	}
	.fmenu2{
		position:relative;
	}
}

/*---------------------company----------------------*/
@media (min-width: 768px) {

	.mapon_info{
		width: 254px;
		position: absolute;
		top: 0;
		right: 10%;
        font-size: 1.4rem;
		background-color: #000;
		color: #fff;
		padding: 25px;
		margin-bottom: 10px;
	}
}
@media (max-width: 767px) {
	.mapon_info{
		position: relative;
		text-align: center;
		background-color: #000;
		color: #fff;
		padding: 20px 30%;
		margin-bottom: 10px;
	}
}

/*---------------------contact----------------------*/

#contact-title{
	background-color:#edf1f5;
	background-repeat:no-repeat;
	overflow:hidden;
	position:relative;
	background-image:url(../img/back-contact.png);
	background-position:center top 80px;}

#contact-form_haikei{
	background-color:#edf1f5;
	padding-top: 40px;
	margin-bottom:40px;
	position:relative;}

.form-group{
	padding:0 0 10px 0;}

.form-group span{
	color: #C30003;}

.f-example{
	color:#ccc!important;}

.form_buttonarea{
	width: 100%;
	text-align: center;
	display:inline-block;
	padding:20px!important;
}
.form_button{
	padding:10px!important;
	margin: 5px!important;
}

.btn-primary{
	background-color:#b2272d!important;
	border:none!important;
	color:#fff!important;
}
.btn-primary2{
	background-color:#333!important;
	border:none!important;
	color: #fff!important;
}

/*---------------------news&press----------------------*/
@media (min-width: 768px) {
    .news_img{
        margin: 0 20px!important;
        background-color: #fff;
        box-sizing: border-box;
        border: solid 1px #a3a3a3;
    }
    .news_ctt dl{
        width: 100%;
        display:table;
        padding: 0 5px 20px 5px!important;
        margin-bottom: 20px;
    }
    .news_ctt dt{
        width:30%;
        display: table-cell;
        padding: 0 5px!important;
        box-sizing: border-box;
        vertical-align: top;
        text-align: left;
    }
    .news_ctt dd{
        width:70%;
        display: table-cell;
        padding: 0 5px!important;
        box-sizing: border-box;
        vertical-align: top;
        text-align: left;
    }
}
@media (max-width: 767px) {
    .news_img{
        margin: 0 0 5px 5px;
        background-color: #fff;
        box-sizing: border-box;
        border: solid 1px #a3a3a3;
    }
    .news_ctt dl{
        width: 100%;
        display:block;
        padding: 20px;
        margin-bottom: 20px;
        clear: both;
        overflow: hidden;
    }
    .news_ctt dt{
        width:50%;
        display: inline;
        float: right;
        padding: 0 5px!important;
        box-sizing: border-box;
        vertical-align: top;
        text-align: left;
    }
    .news_ctt dd{
        width:100%;
        padding: 0 5px!important;
        box-sizing: border-box;
        vertical-align: top;
        text-align: left;
    }
}
.news_ttl{
    padding-bottom:15px!important;
    font-weight: 700;
}
.news_ctt{
	background-color:#fff;
	padding: 20px 0;
}

.news_head_menu {
    position: relative; 
    width:100%;
    clear: both;
    overflow: hidden;
    margin-bottom: 30px;
}
.news_head_menu ul {
    position: relative; 
    left: 50%;
    float: left;
    margin-left:-20px;
}
.news_head_menu ul li:before {
    position: relative; 
    top:10px;
    content: '○';
    display: inline-block;
    text-indent: 0;
    font-size:60px;
    padding-right:5px;
}
.news_head_menu ul .btn_checked:before {
    content: '●'!important;
}
.news_head_menu ul li {
    position: relative;
    float:left;
    padding:5px;
    left: -50%;
    list-style: none;
    font-size:18px;
    font-weight:bold;
    vertical-align:middle;
}
@media (max-width: 767px) {
    
    .news_head_menu ul {
        margin: 0 auto!important;
        left:0%!important;
        padding: 0px!important;
        text-align: center;
        float:none!important;
    }
    
    .news_head_menu ul li {
        display: inline-block;
        float:none!important;
        left:0!important;
    }
    
    .news_head_menu ul li:before {
        top:2px;
        font-size:30px;
    }
}
/*---------------------post----------------------*/
@media (min-width: 768px) {
	.post_ttl_ctt{
		position: relative;
		width:100%;
		height: 30%;
		background-color: #fff;
	}
}
@media (max-width: 767px) {
	.post_ttl_ctt{
		position: relative;
		width:100%;
		height: 40%;
		background-color: #fff;
	}
}
.post_ttl_img{
	width:100%;
	opacity: 0.2;
	
}
@media (min-width: 768px) {
	.post_ttl{
		text-align:center;
		position: absolute;
		top: 40%;
		bottom:0;
		left: 0;
		right: 0;
		z-index: 1;
	}
	.post_date{
		margin-bottom: 10px;
	}
}
@media (max-width: 767px) {
	.post_ttl{
		text-align:center;
		position: absolute;
		top: 15%;
		bottom:0;
		left: 0;
		right: 0;
		z-index: 1;
	}
	.post_date{
		margin-bottom: 0;
	}
}
.post_title{
	font-weight:bold;
	margin-bottom: 10px;
	padding:0 5px;
	box-sizing:border-box;
}
.post_container{
	width: 100%;
	padding: 40px;
	box-sizing: border-box;
	background-color: #fff;
}
.post_content{
	padding-top: 150px;
}
.post_content_inner{
	max-width: 680px;
	margin: 0 auto;
}
.post_content_inner img{
	max-width: 100%;
	height: auto;
}
.post_thum{
	width:150px;
	padding: 10px 0;
	margin-right: 10px;
	float:left;
}
.post_exceprt{
	width: auto;
}

@media (min-width: 768px) {
	.post_thum_ctt{
	  overflow: hidden;
	  position: relative;
	  padding-top: 30%;
	}
}
@media (max-width: 767px) {
	.post_thum_ctt{
	  overflow: hidden;
	  position: relative;
	  padding-top: 40%;
	}
}
.post_thum_ctt_photo{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	margin: auto;
}
.index_thum_ctt{
  overflow: hidden;
  position: relative;
  padding-top: 53%;
}
.index_thum_ctt_photo{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	margin: auto;
}


.img-animation {
  animation: img-opacity 2s cubic-bezier(.4, 0, .2, 1);
  overflow: hidden;
  position: relative;
}

.img-animation:before {
  animation: img-animation 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-opacity {
  0% {
    opacity: 0;
  }
}

@keyframes img-animation {
  100% {
    transform: translateX(100%);
      will-change: transform;/* transfromに変更が加わることを示す */
  }
}


@media (min-width: 768px) {
	.cov_container{
		width:800px;
		margin: 0 auto;
	}
	.cov_ctt{
		width: 100%;
		padding: 5px 20px;
		background-color: #f9f9f9;
		margin-bottom: 7px;
		clear: both;
		overflow: hidden;
		box-sizing: border-box;
	}
	.cov_l{
		width: 60px;
		padding-right: 20px;
		float: left;
		text-align: center;
	}
	.cov_r{
		float: left;
		padding-top: 6px;
	}
	.cov_img{
		max-width:60px;
		max-height: 44px;
	}
}

@media (max-width: 767px) {
	.cov_container{
		width:100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.cov_ctt{
		width: 100%;
		padding: 10px 20px;
		background-color: #f9f9f9;
		margin-bottom: 7px;
		clear: both;
		overflow: hidden;
		box-sizing: border-box;
	}
	.cov_l{
		width: 40%;
		height:150px;
		margin: 0 auto;
		padding-bottom: 10px;
		float: none;
		text-align: center;
	}
	.cov_r{
		width:100%;
		padding-right: 0;
		padding-left: 0;
		padding-bottom: 0;
		float: none;
		text-align: left;
	}
	.cov_img{
		max-width: 100px;
		height:100%;
		margin: 0 auto;
	}
}
.cov_ctt p{
	font-weight:bold;
	font-size: 1.2em;
}




@media (min-width: 768px) {
	#top_onb_pc {
		position: fixed;
		width: 77px;
		bottom: 110px;
		margin: auto;
		right: 0;
		z-index: 4;
	}
	#top_onb_smart {
		display: none;
	}
}
@media (max-width: 767px) {
	#top_onb_pc {
		display: none;
	}
	#top_onb_smart {
		position: relative;
		width: 100%;
	}
}
#top_onb_pc img{
	width: 100%;
}
#top_onb_smart img{
	width: 100%;
}

/********************trainer**********************/



.trainer_ctt_ttl{
    position:relative;
    padding: 30px;
    text-align: center;
    line-height: 2em!important;
}
.trainer_ctt_ttl h3{
    font-size:2.4rem;
    font-weight: 600;
    padding-bottom: 30px;
    line-height: 1.3em!important;
    letter-spacing: 1px;
}
.trainer_ctt_ttl p{
    padding-bottom: 30px;
}
.trainer_ttl{
    position: relative;
	width: 100%;
	border-bottom: solid 2px #000;
	margin-bottom: 20px;
	padding-bottom: 10px;
    font-size: 2.3rem;
    line-height: 1.5em;
}
.trainer_ttl span{
    font-size:1.6rem;
}
.trainer_ttl_icon{
    position:absolute;
    bottom: 20px;
    right: 0;
    width: 30px;
    height: 30px;
}
@media (min-width: 1200px) {
	.l_img_box2{
		max-width: 570px;
		margin: 0 50px;
		position: relative;
		overflow: hidden;
		z-index: -1;
	}
	.l_img_box2 img{
        width:100%;
        height: auto;
        position: relative;
        object-fit: cover;
	}
	.l_img_box2_bg{
        width: calc(100% - 25px);
        height: 200px;
        background-color: #000;
        position: absolute;
        left:0;
        bottom: 30px;
        overflow: hidden;
		z-index: -1;
	}
	.l_img_box{
		width: 50%;
		position: relative;
		top: 0;
		left:0;
	}
	.r_txt_box{
		width:38%;
		margin-right: 13%;
		box-sizing: border-box;
		position: absolute;
		top: 220px;
		right:0;
		padding: 50px;
		z-index: 1;
		background-color: #fff;
	}
	.r_txt_boxb{
		width:38%;
		margin-right: 13%;
		box-sizing: border-box;
		position: absolute;
		top: 100px;
		right:0;
		padding: 50px;
		z-index: 1;
		background-color: #fff;
		border: solid 8px #000;
	}
	.r_txt_box2{
		position: relative;
	}
	.r_txt_box2_inner{
		width: 100%;
		padding: 0 30px 30px 30px;
		box-sizing: border-box;
	}
	.r_txt_box2_inner_bk{
		width: calc(100% - 100px);
        font-size: 1.4rem;
		box-sizing: border-box;
        position: absolute;
        top: 380px;
        left: calc(-100% + 45px);
        height: 177px;
        overflow-y: scroll;
        padding: 20px;
	}
    
    .r_txt_box2_inner > p{
        height: 450px;
        overflow-y: scroll;
        position: relative;
        padding: 0 10px;
    }
    .r_txt_box2_inner > p::after{
        display: block;
        content: '';
        width:100%;
        height: 50px;
        position: sticky;
        bottom: 0;
        left: 0;
background: rgb(255,255,255);
background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    }
}

@media (max-width: 1199px) {
	.l_img_box2{
		width: 100%;
		position: relative;
        transform-origin: center;
        transform: skewY(5deg);
        overflow: hidden;
	}
	.l_img_box2 img{
        width: 100%;
        transform-origin: center;
         transform: skewY(-5deg) scale(1.1);
	}
	.l_img_box2_bg{
        width: calc(100% - 15%);
        height: 150px;
        background-color: #000;
        position: absolute;
        left:0;
        bottom: 10px;
        transform: skewY(-10deg);
        overflow: hidden;
		z-index: -1;
	}
	.l_img_box{
		width: 100%;
		position: relative;
	}
	.r_txt_box{
		margin: 0 10%;
		width: 80%;
		position: relative;
		padding: 20px;
		z-index: 1;
		background-color: #fff;
	}
	.r_txt_boxb{
		margin: 0 10%;
		width: 80%;
		position: relative;
		padding: 20px;
		z-index: 1;
		background-color: #fff;
		border: solid 8px #000;
	}
	.r_txt_box2{
		margin: 20px 0;
        padding: 10px;
		width: 100%;
		position: relative;
		z-index: 1;
	}
	.r_txt_box2_inner{
		padding: 0;
	}
	.r_txt_box2_inner_bk{
		width: 100%;
		padding: 20px 0;
        font-size: 1.4rem;
		box-sizing: border-box;
	}
    .r_txt_box2_inner > p{
        height: 480px;
        overflow-y: scroll;
        position: relative;
        padding: 0 10px;
    }
    .r_txt_box2_inner > p::after{
        display: block;
        content: '';
        width:100%;
        height: 50px;
        position: sticky;
        bottom: 0;
        left: 0;
background: rgb(255,255,255);
background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    }
}
.l_img_box img{
	width: 100%;
	height: auto;
}
.r_txt_box2_inner_bk dl > dt{
    font-weight:600;
    padding-bottom: 10px;
}
.r_txt_box2_inner_bk dl > dd{
    padding-bottom: 10px;
}
.r_txt_box2_inner_bk dl > dd > ul{
    list-style:disc!important;
    padding-left: 15px!important;
}
.r_txt_box2_inner_bk dl > dd > ul > li{
    list-style:disc!important;
    font-size: 1.2rem;
}
/********************course&price**********************/

.course__ctt{
	position: relative;
	width: 100%;
}
.course__ctt h4{
	padding: 30px 0 25px 0;
	display: inline-block;
	font-size: 2.4rem;
	line-height: 1.5em;
	font-weight: 500;
}
@media (min-width: 1000px) {
	.course_btn{
		position: absolute;
		top: 30px;
		right: 0;
		display: inline-block;
	}
}
@media (max-width: 999px) {
	.course_btn{
		position:relative;
		padding: 10px 0;
	}
}

@media (min-width: 992px) {
    .course_img {
        position: relative;
        width: 100%;
        margin: 30px auto;
        max-height: 420px;
        box-sizing: border-box;
        transform: skewY(-5deg);
        overflow: hidden;
    }
    .course_img img{
        object-fit: cover;
        object-position: 50% 50%;
        width: 100%;
        max-height: 475px;
         transform: skewY(5deg) scale(1.2);
    }
}
@media (max-width: 991px) {
    .course_img {
        position: relative;
        width: 100%;
        padding: 0;
        margin: 30px auto;
        box-sizing: border-box;
        transform: skewY(-5deg);
        overflow: hidden;
    }
    .course_img img{
        object-fit: cover;
        object-position: 50% 50%;
        width: 100%;
        max-height: 475px;
         transform: skewY(5deg) scale(1.15);
    }
}

/********************access**********************/
.ctct_ttl{
	font-family: 'Work Sans', sans-serif;
	font-size: 2.3rem;
    line-height: 1.5em;
	padding-bottom: 5px;
    padding: 30px 0;
	display: inline-block;
	position: relative;
}

/********************covid**********************/
@media (min-width: 768px) {
	.cov_c_copy{
		font-size: 3rem;
		line-height: 2em;
        margin-bottom: 60px!important;
		position: relative;
		display: inline-block;
        padding-right: 4px;
	}
}
@media (max-width: 767px) {
	.cov_c_copy{
		font-size: 2rem;
		line-height:1.5em;
        margin-bottom: 60px!important;
		position: relative;
		display: inline-block;
        padding-right: 4px;
	}
}


/********************price**********************/

.price_ctt{
	position: relative;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	letter-spacing: 1px!important;
	padding: 30px 0;
}
@media (min-width: 769px) {
	.price_ctt_flex{
		position: relative;
		width: 100%;
		margin: 0 auto;
		letter-spacing: 1px!important;
		display: flex;
		flex-wrap: wrap;
	}
}
@media (max-width: 768px) {
	.price_ctt_flex{
		position: relative;
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		letter-spacing: 1px!important;
	}
}
.price_menu_ttl{
	font-size: 2.6rem;
	line-height: 1.3em;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}
.price_menu_subttl{
	font-size: 2.1rem;
	line-height: 1.3em;
	font-weight: 700;
	text-align: center;
	display: inline-block;
	padding-right: 65px;
	margin: 0 auto 20px auto;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.price_menu_subttl > span{
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.price_menu_subttl2 strong{
	background:linear-gradient(transparent 60%, #FFEF00 60%);
	font-weight: 700;
}
.price_menu_subttl2 > span{
	font-size:1.4rem;
	display: inline-block;
}
@media (min-width: 768px) {
	.price_menu_subttl2{
		font-size: 2.1rem;
		line-height: 1.3em;
		font-weight: 700;
		display: block;
		margin: 0 auto 20px auto;
		position: relative;
		text-align: center;
	}
	.price_menu_subttl3{
		width: 100%;
		max-width: 380px;
		font-size: 2.1rem;
		line-height: 1.3em;
		font-weight: 700;
		display: inline-block;
		padding-left: 65px;
		margin: 0 auto 20px auto;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
}
@media (max-width: 767px) {
	.price_menu_subttl{
		font-size: 1.8rem;
		line-height: 1.2em;
	}
	.price_menu_subttl2{
		font-size: 1.8rem;
		line-height: 1.2em;
		font-weight: 700;
		display: block;
		margin: 0 auto;
		position: relative;
		padding-bottom: 20px;
	}
	.price_menu_subttl3{
		max-width: 310px;
		font-size: 1.8rem;
		line-height: 1.3em;
		font-weight: 700;
		display: inline-block;
		padding-left: 65px;
		margin: 0 auto ;
		position: relative;
	}
}
.price_menu_subttl3 > span{
	font-size: 1.4rem!important;
}
.price_menu_subttl3 > .icon{
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.price_menu {
	width:100%;
	position: relative;
}
.price_menu > dl{
	width:100%;
	text-align: center;
	display: block;
}
.price_menu > dl > dt{
	width:100%;
	display: block;
	color: #8B8B8B;
	font-size: 1.4rem;
	font-weight: 700;
	padding: 0 15px;
	position: relative;
}
.price_menu > dl > dt > span{
	width: 70px;
	height: 1px;
	display: block;
	position: relative;
	background-color: #8B8B8B;
	margin: 10px auto;
}
.price_menu > dl > dd{
	width:100%;
	display: block;
	color: #8B8B8B;
	font-size: 1.4rem;
	margin-bottom: 30px;
}
.price_menu_list{
	width: 100%;
	display: block;
	position: relative;
}
@media (min-width: 769px) {
	.price_menu_list_col2to1{
		width: 50%;
		display: block;
		position: relative;
		padding:50px 30px;
	}
	.price_menu_list > dl{
		width: 100%;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
		padding: 20px 0;
		box-sizing: border-box;
		margin-bottom: 10px;
		border-bottom: solid 1px #000;
	}
	.price_menu_list_col2to1 > dl{
		width: 100%;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
		padding: 20px 0;
		box-sizing: border-box;
		border-bottom: solid 1px #000;
	}
}
@media (max-width: 768px) {
	.price_menu_list_col2to1{
		width: 100%;
		display: block;
		position: relative;
		padding: 40px 0;
	}
	.price_menu_list > dl{
		width: calc(100% - 30px);
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
		padding: 20px 0;
		box-sizing: border-box;
		margin: 0 15px 10px 15px;
		border-bottom: solid 1px #000;
	}
	.price_menu_list_col2to1 > dl{
		width: calc(100% - 30px);
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
		padding: 20px 0;
		margin: 0 15px;
		box-sizing: border-box;
		border-bottom: solid 1px #000;
	}
}

.price_menu_list > dl > dt{
	width: 50%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	font-size: 1.6rem;
	line-height: 1.2em;
}
.price_menu_list > dl > dd{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: flex-end;
	font-size: 2.2rem;
	line-height: 1em;
}
.price_menu_list > dl > dd >span{
	font-size: 1.6rem;
	font-weight: normal;
	padding: 5px 0 0 2px;
}

.price_menu_list_col2to1 > dl > dt{
	width: 50%;
	display: flex;
	flex-wrap: nowrap;
	align-items: baseline;
	font-size: 1.4rem;
	line-height: 1.2em;
}
.price_menu_list_col2to1 > dl > dt > span{
	font-size: 2.2rem;
}
.price_menu_list_col2to1 > dl > dd{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	font-size: 2.2rem;
	line-height: 1em;
}
.price_menu_list_col2to1 > dl > dd >span{
	font-size: 1.2rem;
	padding: 5px 0 0 2px;
}
.price_special{
	width: 100%;
	display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: flex-end;
	line-height: 1em;
}
.price_special > span{
	font-size:1.2rem;
	line-height: 1em;
}
.gentei{
	margin-right:5px;
	padding: 2px;
}
.price_normal{
	width: 100%;
	font-size: 2.2rem;
	display: flex;
	text-align: center;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: flex-end;
	font-weight: normal;
	color: #A5A096;
	padding-top: 5px;
	line-height: 1;
}
.price_normal > span{
	font-size:1.2rem;
}
.price_reserve{
	margin: 30px auto;
	text-align: center;
}
.price_reserve > p{
	color: #8B8B8B;
	font-weight: 700;
	text-align: center;
	padding-top: 10px;
}


/*---------------------------privacy-----------------------------*/
.privacy_ctt {
    position:relative;
    padding: 50px 30px;
    display: block;
	max-width: 1080px;
	margin: 0 auto;
}
.privacy_box > p {
    line-height: 2em;
    padding-bottom: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    display: block;
    clear: both;
    overflow: hidden;
}

.privacy_box > h3 {
    font-size: 2rem;
    line-height: 2em;
    padding-top: 20px;
	font-weight: 700;
}
.privacy_box > h4 {
    line-height: 2em;
    padding-top: 20px;
	font-weight: 700;
}
.privacy_box > ol{
	padding-left:20px;
}
.privacy_box > ol > li{
    margin-left: 20px;
}
.privacy_box > ol > li > dl{
    padding-bottom: 20px;
}
.privacy_box > ol > li > dl > dd > p{
    padding-bottom: 10px;
    display: block;
    clear: both;
    overflow: hidden;
}
.privacy_box > ol > li > dl > dd > ol{
    list-style: none;
    padding-left: 0;
    padding-bottom: 10px;
}
.privacy_box > ol > li > dl > dd >ul{
    padding-bottom: 10px;
    list-style: disc;
    padding-left: 30px;
}



/********************review**********************/

.review_ctt_ttl{
    position:relative;
    padding: 30px;
    text-align: center;
    line-height: 2em!important;
}
.review_ctt_ttl h3{
    font-size:2.4rem;
    font-weight: 600;
    padding-bottom: 30px;
    line-height: 1.3em!important;
    letter-spacing: 1px;
}
.review_ctt_ttl p{
    padding-bottom: 30px;
}


.review_container{
	padding:20px;
}
.review_ctt{
	position: relative;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	letter-spacing: 1px!important;
	padding: 30px 0;
}

@media (min-width: 769px) {
	.category_btn_ctt{
		max-width: 500px;
		margin: 0 auto;
		padding: 0 30px;
		position:relative;
		text-align: center;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
	}
	.category_btn > a{
		height: 40px;
		border: solid 1px #000;
		border-radius: 20px;
		padding: 0 30px;
		box-sizing: border-box;
		margin: 0;
		font-size: 1.6rem;
		line-height: 1em;
		transition: all 0.5s ease;
		background:#000;
		color: #fff!important;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
@media (max-width: 768px) {
	.category_btn_ctt{
		max-width: 500px;
		margin: 0 auto;
		position:relative;
		text-align: center;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
	}
	.category_btn > a{
		height: 40px;
		border: solid 1px #000;
		border-radius: 20px;
		padding: 0 10px;
		box-sizing: border-box;
		margin: 0;
		font-size: 1.6rem;
		line-height: 1em;
		transition: all 0.5s ease;
		background:#000;
		color: #fff!important;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
.category_btn{
	width: 33.333333%;
    margin:5px;
    display: inline-block;
}
.category_btn > a:hover{
    color: #000!important;
    background-color:#fff;
}
.category_btn > .active{
    color: #000!important;
    background-color:#fff;
}
@media (min-width: 769px) {
	.review_fukidashi_ctt{
		max-width: 540px;
		border:dotted 1px #AD807E;
		border-radius: 10px;
		padding: 20px;
		box-sizing: border-box;
		margin: 30px auto;
		position: relative;
	}
}
@media (max-width: 768px) {
	.review_fukidashi_ctt{
		max-width: 540px;
		border:dotted 1px #AD807E;
		border-radius: 10px;
		padding: 20px;
		box-sizing: border-box;
		margin: 30px auto;
		position: relative;
	}
}
.review_fukidashi_ctt > p{
	font-weight: 700;
	text-align: center;
	padding-bottom: 10px;
}
.review_fukidashi_ctt > ul{
	text-align:center;
}
.review_fukidashi_ctt > ul > li{
	color:#AD807E;
	border: solid 1px #AD807E;
	border-radius: 10px;
	margin: 5px;
	padding: 3px 8px;
	font-size: 1.4rem;
	line-height: 1em;
	display: inline-block;
}
.review_fukidashi_ctt > .fukidashi_l{
	width: 16px;
	height: 16px;
	border-top:dotted 1px #AD807E;
	border-right:dotted 1px #AD807E;
	background: #fff;
	position:absolute;
	top: -9px;
	left: 18%;
	transform: rotate(-45deg);
}
.review_fukidashi_ctt > .fukidashi_c{
	width: 16px;
	height: 16px;
	border-top:dotted 1px #AD807E;
	border-right:dotted 1px #AD807E;
	background: #fff;
	position:absolute;
	top: -9px;
	left: 50%;
	transform: translateX(-50%) rotate(-45deg);
}
.review_fukidashi_ctt > .fukidashi_r{
	width: 16px;
	height: 16px;
	border-top:dotted 1px #AD807E;
	border-right:dotted 1px #AD807E;
	background: #fff;
	position:absolute;
	top: -9px;
	right: 18%;
	transform: rotate(-45deg);
}

@media (min-width: 769px) {
	.review_post{
		display: block;
		clear: both;
		overflow: hidden;
		max-width:1000px;
		margin: 0 auto 30px auto;
		border-bottom: solid 2px #000;
	}
	.review_results{
		width: 60%;
		padding: 30px;
	}
	.review_txt{
		width: 60%;
		padding:0 30px 30px 30px;
	}
	.review_img{
		width: 40%;
		padding: 30px;
		float: right;
		position: relative;
	}
}
@media (max-width: 768px) {
	.review_post{
		display: flex;
		flex-wrap: wrap;
		max-width:1000px;
		margin: 0 auto 40px auto;
		border-bottom: solid 2px #000;
	}
	.review_results{
		width: 100%;
		padding:0 20px 20px 20px;
		order: 1;
	}
	.review_txt{
		width: 100%;
		padding:0 20px 20px 20px;
		order: 3;
	}
	.review_img{
		width: 100%;
		padding:0 20px 20px 20px;
		order: 2;
		position: relative;
		text-align: center;
	}
}
.review_results > .ttl{
	font-size: 1.8rem;
	font-weight: 700;
	padding-bottom: 20px;
}
.results_box{
	display:flex;
	justify-content: space-between;
	border-left: dotted 1px #000;
}
.results_box > dl{
	width:33.333333%;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-right: dotted 1px #000;
}
.results_box > dl > dt{
	width: 100%;
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
	padding-bottom: 5px;
}
.results_box > dl > dd{
	width: 100%;
	font-size: 1.3rem;
	line-height: 1em;
	font-weight: 700;
	text-align: center;
}
.results_box > dl > dd > span{
	font-size: 3.3rem;
	font-weight: 700;
	padding-right: 5px;
	line-height: 1em;
}
@media (min-width: 769px) {
	.review_img > img{
		width: 100%;
		height: auto;
		object-fit: cover;
		aspect-ratio:5/6;
		overflow: hidden;
	}
}
@media (max-width: 768px) {
	.review_img > img{
		width: 100%;
		max-width: 500px;
		height: auto;
		object-fit: cover;
		aspect-ratio:5/6;
		overflow: hidden;
		margin: 0 auto;
	}
}
.review_img > ul{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
}
.review_img > ul > li{
	width: 50%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	font-size: 1.8rem;
	font-weight:700;
}
.review_txt > .ttl{
	display: block;
	font-size: 1.8rem;
	line-height: 2em;
	font-weight: 700;
	padding: 20px 0 10px 0;
	border-top: dotted 1px #000;
}
.review_txt > .age{
	display: block;
	font-size: 1.8rem;
	line-height: 2em;
	font-weight: 700;
	padding-bottom: 10px;
	color: #AD807E;
}
.review_txt > .txt{
	display: block;
	font-size: 1.4rem;
	line-height: 2em;
	padding-bottom: 20px;
	border-bottom: dotted 1px #000;
}
.review_txt > .caution{
	display: block;
	font-size: 1.2rem;
	line-height: 1.5em;
	padding: 20px 0;
	text-align: center;
}




@media (min-width: 769px) {
	.f_menu_box{
		display:none;
	}
}
@media (max-width: 768px) {
	.f_menu_box > a{
		width: calc(100% - 6px);
		height: 50px;
		position: fixed;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
		bottom: 3px;
		left: 3px;
		list-style: none;
		margin: 0;
		padding:5px 0;
		background: #f2ee70;
		box-sizing: border-box;
		border-radius: 5px;
		z-index: 999;
		font-size: 1.7rem;
		font-weight: 700;
		transition: all .3s ease;
	}
	.f_menu_box > a:hover{
		background: #FF7424;
		color: #fff;
	}
	.f_menu_box > a::before{
		content: '';
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 15px;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		background: #fff;
	}
	.f_menu_box > a::after{
		content: '';
		position: absolute;
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
		right: 22px;
		width: 6px;
		height: 6px;
		border-top:solid 2px #000;
		border-right:solid 2px #000;
	}
}