/*
 Theme Name:   generatepress Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  generatepress Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     generatepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  generatepress-child
*/

/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	overflow-x: hidden;
}
body{
	overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

ol, ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
	padding: 5px;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {
	background-color: transparent;
}

a img {
	border: 0;
}

/******************* 
Common
********************/
#primary{
	background-color: #fff;
}
a.more_link{
	/* font-family:'Montserrat', sans-serif; */
	font-family: 'Josefin Sans', sans-serif;
	color: #0a0a0a;
	text-align: center;
	display: block;
	font-size: 13px;
	letter-spacing: 1px;
    margin: 10px 0;
    padding-bottom: 30px;
	font-weight: 600;
}
a.more_link .fas{
	margin-left: 10px;
}
.entry-title{
	/*font-family:'Montserrat', sans-serif;*/
	font-family: 'Josefin Sans', sans-serif;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 30px;
	font-weight: 300;
}
@media screen and (max-width: 800px) {
	.pcview{
	display:none;
}
}
@media screen and (min-width: 799px) {
	body{
		background-color: #fff;
	}
	.spview{
	display:none;
	}
	.site-content{
		margin: 0 auto;
	}
	.grid-container{
		max-width: 100%;
	}
	.site-content .content-area{
		width: 100%;
	}
	.PageContents{
		width: 1000px;
		margin:0 auto;
	}
	a.more_link{
		font-size: 18px!important;
		margin-top: 40px;
	}
	.site-content{
		display: block;
	}
	.is-right-sidebar{
		width: 1000px;
		margin: 0 auto;
		border-top: 1px solid #ddd;
	}
	.is-left-sidebar.sidebar,
	.is-right-sidebar.sidebar{
		background-color: #fff!important;
	}
	.widget-area .widget{
		padding: 20px;
	}
	.separate-containers .site-main{
		margin: 0;
	}
}

/******************* 
Header
********************/
/* SP */
@media screen and (max-width: 800px) {

.pcview{
display:none;
}

.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation,
.one-container .site-content, .inside-page-header,
.wp-block-group__inner-container {
    padding: 30px 15px;
}

#nav-drawer {
  position: relative;
}
.nav-unshown {
  display:none;
}
.gblHeader::before{
	content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
    height: 30vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 0;
	background: #f3eee7;
    /* background-image: url(images/sp_topBackground.jpg); */
	background-size: cover;
    padding-top: 100%;
}
.topHeader::before{
	content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 0;
	background: #f3eee7;
    /* background-image: url(images/sp_topBackground.jpg); */
	background-size: cover;
    padding-top: 100%;
}
.headerFlexWrap{
	display: flex;
	justify-content: space-between;
	margin: 25px 15px;
}
.headerLogo{
	width: 35%;
}
.topLeadWrap{
	padding: 5vh 0;
	text-align: center;
}
.topLeadWrap img{
	width: 60%;
	margin-left:-10%;
}
.topLeadText{
	font-family: 'Josefin Sans', sans-serif;
   /* font-family:'Montserrat', sans-serif;*/
    text-align: center;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 1.8px;
    color: #000;
}
h1.topAboutLead{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #0a0a0a;
    font-weight: 100;
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.7;
	margin-top: 25px;
}
.topAboutLeadNote{
	font-family: 'Josefin Sans', sans-serif;
	/*font-family:'Montserrat', sans-serif;*/
	text-align: center;
	font-size: 10px;
	color: #666;
	letter-spacing: 2px;
	margin-top: 10px;
}
.topAboutLeadText{
	margin-top: 30px;
	padding: 15px;
	font-family:  "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-align: center;
	font-size: 13px;
}
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

#nav-open span, #nav-open span:before {
  position: absolute;
  height: 2px;
  width: 30px;
  border-radius: 3px;
  background: #0a0a0a;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -10px;
}

#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 90%;
  max-width: 250px;
  height: 100%;
  padding: 20px;
  background: #fff;
  opacity: 0.9;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}
#nav-content a{
  color: #0a0a0a;
}
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.globalNavlogo_area{
	width: 80%;
    margin: 20px 0;
}
.globalNavigation{
	margin: 40px 0;
}
.globalNavigation li{
	margin-bottom: 20px;
}
.globalNavigation a{
	font-family: 'Josefin Sans', sans-serif;
	/*font-family:'Montserrat', sans-serif;*/
	font-size: 18px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	font-weight: 300;
}

.globalNavigation_sns li{
    display: inline-block;
    font-size: 30px;
    margin-right: 20px;
}
}

/*********PC*********/
@media screen and (min-width: 799px) {
.gblHeader.topHeader{
	/* background: url(images/pc_topBackground.jpg); */
	background-color: #f3eee7;
    background-size: cover;
    height: 95vh;
	min-height: 780px;
    position: relative;
    opacity: 1;
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
}
.gblHeader{
	/* background: url(images/pc_topBackground.jpg); */
    background-color: #f3eee7;
    background-size: cover;
    position: relative;
    opacity: 1;
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
}
.gblHeader .globalNavigation {
	display: flex;
	justify-content: space-between;
	width: 40%;
}
.headerFlexWrap{
	display: flex;
	justify-content: space-between;
	padding: 0 50px;
	border-bottom: 1px solid #ddd;
}
.gblHeader .globalNavigation li {
	/* font-family:'Montserrat', sans-serif; */
	font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 100px;
    padding: 0 5px;
    letter-spacing: 1px;
}
.gblHeader .globalNavigation li a{
	color: #0a0a0a;
	letter-spacing: 1px;
	transition: all 0.2s;
}
.gblHeader .globalNavigation li a:hover{
	color: #b5081f;
	letter-spacing: 2px;
}
.gblHeader .headerLogo_wrap{
	width: 200px;
	line-height: 100px;
	position: relative;
}
.gblHeader .headerLogo_wrap a{
	display: block;
}
.gblHeader .headerLogo_wrap img{
	margin-top: 10px;
	position: absolute;
	left: 0;
	top: 20%;
}
.gblHeader .globalNavigation_sns{
	display: flex;
	justify-content: space-between;
}
.gblHeader .globalNavigation_sns li{
	line-height: 100px;
	margin-right: 20px;
}
.gblHeader .globalNavigation_sns a{
	color:#0a0a0a;
	font-size: 30px;
}
.content-area h2.top_head {
    /* font-family:'Montserrat', sans-serif; */
	font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    font-weight: 300;
    font-size: 34px;
    letter-spacing: 1.8px;
    padding: 40px 0 30px;
}
.topLeadWrap{
	margin: 10vh 0;
	text-align: center;
}
.topLeadWrap img{
	width: 15%;
	margin-left: -2%;
}
.topLeadText{
    font-family:'Montserrat', sans-serif;
    text-align: center;
    font-weight: 800;
	font-size: 34px;
    letter-spacing: 2px;
    color: #000;
}
h1.topAboutLead{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #0a0a0a;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 1.7;
	margin-top: 25px;
}
.topAboutLeadNote{
	font-family:'Montserrat', sans-serif;
	text-align: center;
	font-size: 14px;
	color: #666;
	letter-spacing: 2px;
	margin-top: 10px;
}
.topAboutLeadText{
	margin-top: 30px;
	padding: 15px;
	font-family:  "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-align: center;
	font-size: 15px;
	letter-spacing: 2px;
	color: #0a0a0a;
}
#service.top_section {
	padding: 50px 0;
}
#service .service_img{
	text-align: center;
	width: 50%;
}
#service .service_img img{
	width: 50%;
}
#service .top_service_text{
	font-size: 15px;
	line-height: 2;
}
#experience.top_section {
	padding: 50px 0;
	width: 1000px;
    margin: 0 auto;
}
#experience .experience_item {
	display: flex;
    justify-content: space-between;
	margin: 30px 0;
}
#experience .experience_img{
	width: 320px;
}
#experience .experience_text{
	width: 62%;
}
#experience .experience_title{
	font-size: 30px;
}
#experience .experience_name{
	font-size: 22px;
}
#experience .experience_job{
	font-size: 16px;
}
#experience .experience_detail {
	font-size: 16px;
}

#topics.top_section{
	padding: 50px 0;
}
#topics.top_section .topics_item_wrap{
	margin: 20px auto 0 auto;
	width: 1000px;
	display: block;
    white-space: inherit;
	overflow-x: auto!important;
	padding: 0;
}
#topics .topics_item {
    display: inline-block;
    width: 230px;
    margin-right: 18px;
	margin-bottom: 30px;
}
#topics .topics_item:nth-of-type(4n){
	margin-right: 0;
}
#topics .topics_item .topics_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#blog_TopPage.top_section{
	padding: 50px 0;
	background-color: #f7f7f7;
}
#blog_TopPage.top_section .blog_item_wrap{
	margin: 20px auto 0 auto;
	width: 1000px;
	display: block;
    white-space: inherit;
	overflow-x: auto!important;
	padding: 0;
}
#blog_TopPage .blogTopList-detail__image{
	width: 300px;
}
#blog_TopPage .blogTopList_item_flex{
	align-items: center;
}
#blog_TopPage .blogTopList_item{
	list-style:none;
}
#blog_TopPage .blogTopList-detail__image img {
    width: 300px;
    height: 200px;
    object-fit: cover;
}
#blog_TopPage .blogTopList_item_text{
	width: 600px;
}

a .archive_topics_title {
    color: #0a0a0a;
    font-size: 17px;
}

#instagram.top_section{
	padding: 50px 0;
}

.nb-instagram{
	max-width: 1000px!important;
}
.site-content .session_table{
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
}
.site-content .session_table td{
	padding: 30px;
}
#session .session_head{
	font-size: 30px;
}
#session .session_table{
	margin: 50px auto;
}
.PageContents .contents_text{
	font-size: 15px;
}
.PageContents .session_note{
	font-size:15px;
    margin: 50px 0;	
}
.PageContents #service .service_img img {
    width: 40%;
}

.site-content .archive_topics_img {
    width: 15%;
}
.site-content .archive_text_wrap{
	width: 80%;
}
#PageExperience .experience_item {
	display: flex;
    justify-content: space-between;
    margin: 30px 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}
#PageExperience .experience_title {
    font-size: 30px;
}
#PageExperience .experience_detail {
    font-size: 16px;
}
#PageExperience .experience_img {
    width: 320px;
}
#PageExperience .experience_text{
	width: 630px;
}

.site-content .about_pageNavi {
    overflow-x: inherit;
    padding: 10px 15px 40px;
    border-bottom: 1px solid #ddd;
	text-align: center;
}
.site-content .about_head{
	font-size: 30px;
	padding: 20px 0;
}
#about .contents_text{
	font-size: 18px;
}

.trainer_img_wrap{
	width: 70%;
    margin: 20px auto;
}

#trainer h2.about_head_trainer{
	font-size: 30px;
}
#trainer .trainerName{
	font-size: 24px;
}
#trainer .trainerName_eng{
	font-size: 14px;
}
#trainer .qualification{
	font-size: 16px;
}
.site-content .AboutCompanyImg_wrap{
	text-align: center;
	margin-top: 40px;
}
.single_title_wrap {
	display: flex;
	justify-content: space-between;
	padding: 60px 0 30px!important;
}
.topics_title_img{
	width: 100px;
}
.single_text_wrap{
	width: 830px;
}
.site-content .single_topics_title {
    font-size: 24px;
}
.site-content .single_topics_contents{
	margin: 50px 0;
}

}


/************
footer
*************/
footer{
	background-color: #efefef;
	padding: 40px 30px;
}
.footer_logo{
    display: block;
    text-align: center;
}
.footer_logo img{
	width: 50%;
}
.footer_link{
	text-align: center;
	margin-top: 20px;
}
.footer_link li{
	display: inline-block;
	margin:10px;
	letter-spacing: 1px;
	font-size: 14px;
}
.footer_link a{
	color: #0a0a0a;
	font-family: 'Josefin Sans', sans-serif;
	/*font-family:'Montserrat', sans-serif;*/
	font-weight: 600;
}
.footer_sns{
	text-align: center;
}
.footer_sns li{
	display: inline-block;
	margin:15px;
}
.footer_sns a{
	color: #0a0a0a;
	font-size: 34px;
}
.copayright{
	font-size: 10px;
	letter-spacing: 1px;
	text-align: center;
}
/****PC****/
@media screen and (min-width: 799px) {
	.footer_logo img{
		width: 10%;
	}
}
/************
index
*************/
.BlackSection{
	background-color: #242424;
	color: #fff;
}
h2.top_head{
	font-family: 'Josefin Sans', sans-serif;
	/*font-family:'Montserrat', sans-serif;*/
	text-align: center;
	font-weight: 300;
	font-size: 24px;
	letter-spacing: 1.8px;
	padding: 40px 0 30px;
}
.top_service_text{
	padding: 0 15px;
	font-family:  "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-align: center;
	font-size: 13px;
	letter-spacing: 1px;
}
.service_img{
	width: 70%;
    margin: 30px auto 20px;
}
.room_img{
	text-align: center;
	margin-top: 15px;
}
.BlackSection a.more_link{
    color: #fff;
    padding-bottom: 35px;
}
.experience_text{
	padding: 15px;
}
.experience_job{
	margin-top: 5px;
	font-size: 14px;
    color: #666;
}
.experience_title{
	margin-top: 10px;
    font-size: 19px;
    font-family:  "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	line-height: 1.8;
}

.GlaySection{
	background-color: #efefef;
}

.topics_item_wrap{
	white-space: nowrap;
    overflow-x: scroll;
	padding: 15px;
}
.topics_item{
	display: inline-block;
	width:140px;
	margin-right: 10px;	
}
.topics_item .topics_img img{
	object-fit: cover;
	width: 140px;
	height: 140px;
}
.topics_date{
	color: #666;
	font-size: 12px;
	letter-spacing: 2px;
}
.topics_item a .topics_title{
	color: #0a0a0a;
}
.topics_title{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	margin-top: 5px;
}
#blog_TopPage.top_section{
	padding: 0 15px 30px;
	background-color: #f7f7f7;
}

/**Instagram**/
.nb-instagram {
    max-width: 860px;
    margin: 10px auto 30px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.nb-instagram li {
    width: calc((100% - 6px)/3);
    margin-bottom: 3px;
	position: relative;
}
.nb-instagram li::before{
	content: "";
	display: block;
	padding-top: 100%;
}
.nb-instagram li a {
    display: block;
}
.nb-instagram li img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
}

/************
固定ページ
*************/
.contents_wrap{
	background-color:#fff;
	padding: 50px 0;
}
.about_pageNavi{
	overflow-x: scroll;
	white-space: nowrap;
	padding: 0 15px 20px;
    border-bottom: 1px solid #ddd;
}
.about_pageNavi li{
    display: inline-block;
    margin-right: 5px;
    background-color: #0a0a0a;
	font-family: 'Josefin Sans', sans-serif;
   /* font-family:'Montserrat', sans-serif;*/
    padding: 2px 40px;
    letter-spacing: 2px;
}
.about_pageNavi li a{
	color: #fff;
	font-size: 14px;
}
.contents_section{
	padding: 15px;
}
.contents_section a.more_link{
	padding-bottom: 10px;
}
.contents_text{
	margin: 20px 0;
	font-family:  "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	line-height: 1.8;
	text-align: center;
	font-size: 13px;
}
h2.about_head{
	font-family:  "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #0a0a0a;
    font-weight: 100;
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.7;
    margin-top: 25px;
}
h2.about_head_trainer{
	font-family: 'Josefin Sans', sans-serif;
	/*font-family:'Montserrat', sans-serif;*/
	text-align: center;
	letter-spacing: 1px;
	font-size: 20px;
}
.trainerName{
	font-family:  "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #0a0a0a;
    font-weight: 100;
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.7;
    margin-top: 25px;
}
.trainerName_eng{
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	/*font-family:'Montserrat', sans-serif;*/
	font-size: 11px;
	letter-spacing: 2px;
	color: #666;
}
.qualification{
	margin-top:20px;
	font-family:  "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-align: left;
	font-size: 13px;
	line-height: 2;
	letter-spacing: 1px;
}
.AboutCompanyImg_wrap{
	margin: 20px 0;
}
#service .contents_text{
	margin: 0;
}
.contents_wrap #service .service_img{
	width: 100%;
}
.session_head{
	font-family: 'Josefin Sans', sans-serif;
	/*font-family:'Montserrat', sans-serif;*/
	text-align: center;
	letter-spacing: 1px;
	font-size: 30px;
}
.contents_section{
	width: 70%;
    margin: 30px auto;
}
.service_list{
	border: 1px solid #ddd;
	padding: 30px;
	width:100%;
	margin: 30px 0;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 18px;
    line-height: 1.7;
}
.service_list li::before{
	content:"- ";
	display: inline;
}
.flow_title{
    font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    line-height: 1.8;
    text-align: left;
    font-size: 18px;
    margin: 20px 0px;
	font-weight: bold;
}
.step_wrap{
	border-bottom: 1px solid #ddd;
}
.step_wrap:last-child{
	border-bottom: none;
}
.flow_detail  {
    font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    line-height: 1.8;
    text-align: left;
    font-size: 15px;
    margin: 20px 0px;
}
.access_head{
	font-family: 'Josefin Sans', sans-serif;
	/*font-family:'Montserrat', sans-serif;*/
	text-align: center;
	letter-spacing: 1px;
	font-size: 30px;
}
.map{
	text-align: center;
}
.session_table{
	border-collapse:collapse;
	margin-top:30px;
	font-family:  "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    line-height: 1.8;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}
.session_table tr{
	border-top:1px solid #ddd;
}
.session_table .td1{
	width: 35%;
	color: #666;
	padding: 15px 0;
}
.session_note{
	margin: 20px 0;
	color: #0a0a0a;
	font-family:  "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 12px;
	text-align: center;
	line-height: 1.5;
}
#session a.more_link{
	margin-top: 20px;
}
#company .session_table{
	margin-top: 0;
}
#PageExperience .contents_text{
	margin-top: 0;
}
.experience_item{
	margin-bottom: 30px;
}
.experience_item:nth-last-of-type(1){
	margin-bottom: 0;
}
.experience_item .experience_detail{
	font-family:  "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 13px;
	line-height: 1.5;
	margin-top: 15px;
}

@media screen and (max-width: 800px) {
	.contents_section{
		width: 100%;
	}
	.service_list{
		font-size: 15px;
	}
	.flow_detail{
		font-size: 13px;
	}
	.trainer_img_wrap{
		margin-top: 20px;
	}
}

/************
Archive
*************/
.is-left-sidebar.sidebar, .is-right-sidebar.sidebar{
	background-color: #efefef;
}

.archive_item_wrap{
	display: flex;
	justify-content: space-between;
	padding: 15px;
	border-top: #ddd 1px solid;
	margin-bottom: 0;
}
.archive_item_wrap_a:nth-last-of-type(1){
	border-bottom: #ddd 1px solid;
	display: block;
}
.archive_topics_img{
	width: 25%;
}
.archive_text_wrap{
	width:70%;
}
.archive_topics_date{
	color: #666;
	font-size: 12px;
	margin-top: 5%;
}
.archive_topics_title{
	font-family:  "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 15px;
	margin-top: 3%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
a .archive_topics_title{
	color: #0a0a0a;
}
.nav-links{
	padding: 20px 15px;
}
.nav-links .page-numbers{
	margin-right: 5px;
}

/************
Single
*************/
.single_contets_wrap{
	padding: 15px;
	font-family:  "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.single_contets_wrap p{
	margin-bottom: 5px;
}
.single_topics_title{
	font-size: 20px;
}
.single_topics_date{
	font-size: 14px;
	color: #666;
	margin-bottom: 10px!important;
	margin-top: 5px;
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.single_title_wrap{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.single_topics_contents img{
	margin: 10px 0;
}
.single_contets_wrap table,.single_contets_wrap table td,.single_contets_wrap table th{
    border: 1px solid #ddd;
}

/************
Single(blog)
*************/
#content .blog_bg{
	background-color: #f7f7f7;
}
#content .blog{
	width: 1200px;
	margin: 0 auto;
	background-color: #f7f7f7;
	padding: 50px 0;
	display: flex;
	justify-content: space-around;
}
.blog .blog-detail__title{
	font-size: 32px;
	letter-spacing: 2px;
}
.left_contents{
	width: 750px;
}
.right_contents{
	width: 330px;
	padding-top: 80px;
}
.right_contents .right_contents_section{
	margin-bottom:50px;
}
.right_content_h3{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
.blog-content{
	letter-spacing: 2px;
	line-height: 1.8;
}
.single_top_category{
	margin-bottom: 12px;
}
.single_top_category a{
    color: #fff;
    background-color: #333;
    border-radius: 20px;
    padding: 5px 12px;
    letter-spacing: 2px;
    font-size: 12px;
}
.single_date{
	color: #bbb;
	text-align: right;
	font-size: 14px;
}
.single_date i{
	margin-right: 5px;
}
.blog-detail__image{
	margin: 20px 0;
}
.blog_tag_list{
	display: flex;
	padding: 10px 15px;
    border-radius: 10px;
    background-color: #ececec;
    font-size: 14px;
    letter-spacing: 2px;
	margin-bottom: 30px;
}
.blog_tag_list ul li{
	display: inline-block;
	margin-right: 10px;
}
.blogList_item{
    font-size: 14px;
    line-height: 3;
    letter-spacing: 2px;
    border-bottom: 1px solid #eeee;
}
.ranking-list_wrap ul li{
	padding: 10px 0;
	border-bottom: 1px solid #eeee;
	font-size: 14px;
	letter-spacing: 2px;
}
.monthly-list_wrap li{
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 3;
	border-bottom: 1px solid #eeee;
}
.bread_crumbs{
	background-color: #000;
	color: #fff;
	font-size: 14px;
}
.bread_crumbs_list a{
	color: #fff!important;
}
.bread_crumbs_list a:hover{
	color: #ddd;
}
.bread_crumbs ul{
	width: 1200px;
	margin: 0 auto;
	padding: 14px;
}
.bread_crumbs ul li{
	display: inline-block;
}

/* blog archive */
.blog_archive{
	width: 1200px;
    margin: 0 auto;
	display: flex;
    justify-content: space-around;
	background-color: #f7f7f7!important;
}
.blog_archive .page-header{
	background: none!important;
	padding: 50px 0 30px;
}
.blog_archive .page-header .page-title{
	font-size: 32px;
	letter-spacing: 2px;
}
.blog_archive .site-main{
	width: 750px;
}
.blog_archive .site-main .entry-meta .byline{
	display: none;
}
.blog_archive .site-main .entry-meta .posted-on{
	font-size: 14px;
	color: #bbb;
}
.blog_archive .site-main .entry-title{
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-align: left;
}
.blog_archive .site-main .post-image{
    width: 240px;
    display: inline-block;
	margin-top: 20px;
}
.blog_archive .site-main .post-image img{
	width: 240px;
    height: 150px;
    object-fit: cover;
}
.blog_archive .site-main .entry-summary{
	display: inline-block;
    width: 400px;
    margin-left: 20px;
    vertical-align: top;
    line-height: 1.7;
    font-size: 16px;
    margin-top: 20px;
}
.blog_archive .site-main footer.entry-meta{
	display: none;
}

/* BlogTOP */
#content .blog_top{
	width: 1200px;
	margin: 0 auto;
	background-color: #f7f7f7;
	padding: 50px 0;
	display: flex;
	justify-content: space-around;
}
.blog_top_title{
	padding-top: 50px;
}
.blog_top .right_contents{
	width: 330px;
	padding-top: 0;
}
.blogTopList_item_flex{
	display: flex;
    justify-content: space-between;
	list-style: none;
}
.blogTopList-detail__image{
	width: 240px;
}
.blogTopList-detail__image img{
	width: 240px;
	height: 150px;
	object-fit: cover;
}
.blogTopList_item_text{
    width: 400px;
    vertical-align: top;
    line-height: 1.5;
    font-size: 16px;
}
.blogTopList_item_text .new_postList_Date{
	color: #bbb;
	font-size:14px;
	text-align: right;
}
.blogTopList_item_text .new_postList_detail{
	font-size:14px;
	margin: 10px 0;
}
.blogTopList_item_text .new_postList_title{
	font-size: 20px;
}

.blogTopList_item{
	background-color: #fff;
    padding: 20px 30px;
    margin-bottom: 30px;
	list-style: none;
}
/* pager */
.page-numbers li{
	display: inline-block;
	margin-right: 5px;
	border: 1px solid #ddd;
	padding: 5px 10px;
}

@media screen and (max-width: 800px) {
	#content .blog{
		width: 100%;
		display: block;
		padding: 20px 0 30px 0;
	}
	.left_contents{
		width: 100%;
		padding: 15px;
	}
	.right_contents{
		width: 100%;
		padding: 40px 15px 15px;
	}
	.blog .blog-detail__title {
		font-size: 24px;
		letter-spacing: 2px;
		line-height: 1.5;
	}
	.bread_crumbs ul{
		width: 100%;
	}

	.blog_archive{
		width: 100%;
		display: block;
		padding: 15px;
	}
	.blog_archive .page-header{
		background: none!important;
		padding: 30px 0 30px;
	}
	.blog_archive .site-main .post-image img{
		width: 100%;
		height: 220px;
	}
	.blog_archive .site-main{
		width: 100%;
	}
	.blog_archive .site-main .post-image{
		width: 100%;
	}
	.blog_archive .site-main .entry-summary{
		width: 100%;
		margin-left: 0;
	}
	#content .blog_top{
		width: 100%;
		display: block;
		padding-top: 0;
	}
	.blogTopList-detail__image{
		width: 100%;
		margin-bottom: 15px;
	}
	.blogTopList-detail__image img{
		width: 100%;
	}
	.blogTopList_item_text{
		width: 100%;
	}
	.blogTopList_item_flex{
		display: block;
	}
	.page-numbers{
		margin: 40px 0;
	}
}
/************
Widget
*************/
.widget-title{
	font-family:  "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.widget_recent_entries li{
	font-size: 14px;
	margin-bottom: 10px!important;
}
.widget_recent_entries .post-date{
	font-size:11px;
	color: #666;
	padding-left: 10px;
}


/************
Form
*************/

input[type="reset"], input[type="submit"] {
    color: #ffffff;
    background-color: #0a0a0a;
    display: block;
    border-radius: 5px;
    margin: 10px auto;
    padding: 10px 50px;
}
.formLabel{
    display: inline-block;
    margin-bottom: 10px;
    font-family:  "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 400;
    color: #0a0a0a;
}


/**************
animetion
***************/
.topLead_fade-in{ 
	opacity:0;
	letter-spacing: 3px;
	animation-name: topLead_fade-in; /*←@keyframesにも同じ名前を記述*/
	animation-duration: 3s; 
	animation-fill-mode: forwards; 
  }
  @keyframes topLead_fade-in {  /*←animation-nameにも同じ名前を記述*/
  0% {
	opacity: 0;
	letter-spacing: 4px;
  }
  60% {
   opacity: 0;
   letter-spacing: 4px;
  }
   100% {
	opacity: 1;
	letter-spacing: 1.8px;
  } 
  }
  .topLead_fade-in_text{ 
	opacity:0;
	animation-name: topLead_fade-in_text; /*←@keyframesにも同じ名前を記述*/
	animation-duration: 4s; 
	animation-fill-mode: forwards; 
  }
  @keyframes topLead_fade-in_text {  /*←animation-nameにも同じ名前を記述*/
  0% {
	opacity: 0;
  }
  60% {
   opacity: 0;
  }
   100% {
	opacity: 1;
  } 
}

.fadein{
	opacity: 0;
    transform: translateY(20px);
	transition: all 1s;
}

/* scroll */
a.scroll_link {
	padding-top: 80px;
	position: absolute;
	bottom: 5vh;
	right: 3%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-decoration: none;
	color: #0a0a0a;
	font-family:'Montserrat', sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
  }
  a.scroll_link span.scroll_span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 12px;
	height: 12px;
	margin-left: -12px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	opacity: 0;
	box-sizing: border-box;
  }
  a.scroll_link span.scroll_span:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
  }
  a.scroll_link span.scroll_span:nth-of-type(2) {
	top: 16px;
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
  }
  a.scroll_link span.scroll_span:nth-of-type(3) {
	top: 32px;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
  }
  @-webkit-keyframes sdb {
	0% {
	  opacity: 0;
	}
	50% {
	  opacity: 1;
	}
	100% {
	  opacity: 0;
	}
  }
  @keyframes sdb {
	0% {
	  opacity: 0;
	}
	50% {
	  opacity: 1;
	}
	100% {
	  opacity: 0;
	}
  }


  /* TOP キービジュアルスライダー 2022.12.25 */

  .mv-slider .slick-dots {
	bottom: 4%;
	z-index: +1;
	}
	.mv-slider ul.slick-dots {
	position: absolute;
	bottom: 10px;
	z-index: 999;
	}
	.mv-slider ul.slick-dots li{
	margin: 0 5px;
	width: 40px;
	height: 3px;
	}
	.mv-slider ul.slick-dots li button:before{
	width: 40px;
	height: 3px;
	background: #fff;
	}
	.mv-slider ul.slick-dots li.slick-active button:before{
	background: #212121;
	}
	.slick-dots li button:before{
		color:currentColor!important;
	}
	.slick-dots li.slick-active button:before{
		color: currentColor!important;
	}
	.slick-dotted.slick-slider{
		margin-bottom:0!important;
	}
	.tel_info_wrap{
		padding:40px 10px;
		text-align:center;
	}
	.tel_info_head{
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	}
	.ten_number{
		margin-top:5px;
		font-size:20px;
		letter-spacing: 2px;
		font-style:italic;
	}
	.ten_number a{
		color:#222222;
	}
@media screen and (min-width: 800px) {
	.main_visual_wrap{
		display:flex;
	}
	.gblHeader.topHeader{
		min-height:500px;
	}
	#mv-img {
		width: 60%;
		height: 100vh;
		position: inherit;
	}
	.top_hero_text{
		width:40%;
	}
	.mv-slider div {
		width: 100%;
		height:calc(95vh - 106px)
	}
	.topLeadWrap {
		margin: 15vh 0 6vh;
		text-align: center;
	}
	.topLeadWrap img{
		width:26%;
	}
	.mv-slider div.mvImg1{
		background: url(https://potential-bodytuning.com/wp-content/themes/generatepress-child/images/mv_1.jpg) no-repeat center center;
		background-size: cover;
	}
	.mv-slider div.mvImg2{
		background: url(https://potential-bodytuning.com/wp-content/themes/generatepress-child/images/mv_2.jpg) no-repeat center center;
		background-size: cover;
	}
	.mv-slider div.mvImg3{
		background: url(https://potential-bodytuning.com/wp-content/themes/generatepress-child/images/mv_3.jpg) no-repeat center center;
		background-size: cover;
	}
	.tel_info_wrap{
		padding:20px 0!important;
		text-align:center;
	}
}
@media screen and (max-width: 800px) {
	.headerFlexWrap.isFront{
		position:absolute;
		width: 100%;
		padding: 25px 15px;
		margin:0;
	}
	.topLeadWrap{
		position:absolute;
		bottom: 30%;
		 width: 100%;
		padding:0;
	}
	.topAboutWrap{
		position:absolute;
		width:100%;
		bottom:15vh;
	}
	.topAboutWrap .more_link{
		color:#fff;
	}
	.mv-slider{
		width:100%;
		position:relative;
		top:0;
		z-index: -9;
	}
	.mv-slider .mv-cont{
		width: 100%;
		height: calc( 80vh - 200px);
		position: relative;
	}
	.mv-slider div {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 90vh;
	margin: 0;
	}
	.mv-slider div.mvImg1 {
	background-image: url(https://potential-bodytuning.com/wp-content/themes/generatepress-child/images/mv_1.jpg);
	}
	.mv-slider div.mvImg2 {
	background-image: url(https://potential-bodytuning.com/wp-content/themes/generatepress-child/images/mv_2.jpg);
	}
	.mv-slider div.mvImg3 {
	background-image: url(https://potential-bodytuning.com/wp-content/themes/generatepress-child/images/mv_3.jpg);
	}

}


