@charset "UTF-8";

/* 共通 */

body {
    line-height: 1.8;
    /* font-family: 'Noto Sans JP', sans-serif; */
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #333333;
    padding-top: 100px;
    font-size: 18px;
}

.w767_block {
    display: none;
}

.font_mincho {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

:root{
    --color_blue: #1c66d6;
    --color_bg: #FFF;
}

.color_blue {
    color: #1c66d6;
}

/*スライド画像の横幅可変*/
img {
    max-width: 100%;
     height: auto;
}


.slick-dots li button:before {
    content: url("../img/common/slide_default.png");
    opacity: 1;
}
.slick-dots li.slick-active button:before
{
    content: url("../img/common/slide_hover.png");
}

.slick-dots {
	text-align: right;
	bottom: 60px;
	right: 40px;
}


.slick-dots li {
    width: 31px;
	height:31px;
	margin: 0 5px;
}


header {
    width: 100%;
    padding: 0;
    position: fixed;
    /* background: #FFF; */
    z-index: 10;
    margin-top: -100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: rgba(255, 255, 255, .6);
}

header.sticky {
    background: #FFF;
}

header .head_right ul li {
    display: flex;
    align-items: center;
}


header .flex_between {
    align-items: center;
}

header .logo {
    width: 310px;
    position: absolute;
    left: 0;
    top: 0;
}

header .head_right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

header .head_right ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

header .head_right ul li {
    margin-left: 40px;
    line-height: 1;
    position: relative;
}

header .head_right ul li a {
}

header .head_right ul li.nav_contact a {
    background: #7c7347;
    /* padding: 10px 30px 14px; */
    color: #FFF;
    transition: .3s;
    display: flex;
    align-items: center;
    height: 100px;
    padding: 0 50px;
}

header .head_right ul li.nav_contact a:hover {
    opacity: 0.7;
}

header .head_right ul li i {
    margin-right: 14px;
    font-size: 30px;
}

.slide_boder a::after {
    bottom: -5px;
}

.slide_boder a::after {
    background: #7c7347;
}

/* header .head_right ul ul {
    display: block;
} */

nav li.has-child ul{
	position: absolute;
	left: 0;
	top: 90px;
	z-index: 4;
	/* background: rgba(0,0,0,0.8);
	width:180px; */
    background: rgba(255,255,255,0.8);
	width:auto;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
}

nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}


nav li.has-child ul li a{
	color: #fff;
	border-bottom:solid 1px rgba(255,255,255,0.4);
}

nav li.has-child ul li:last-child a{
	border-bottom:none;
}

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active{
	background:rgba(255,255,255,0.2);
}

header .head_right ul ul {
    display: block;
    /* padding: 20px 41px 25px 27px; */
    /* border-radius: 15px; */
    width: 100%;
}

header .head_right ul ul li {
    text-align: center;
}

header .head_right ul ul li a {
    padding: 10px 0;
    display: block;
    width: 100%;
}

header .head_right ul ul li:first-child {
    margin-bottom: 0 !important;
}


header .head_right ul ul li:first-child {
    border-bottom: 1px solid #333333;

}



nav li.has-child ul li a {
    margin: 0 auto;
}

/* header .head_right ul ul a::after {
    content: none;
} */

nav ul ul li a {
    /* padding: 10px 35px; */
    display: block;
    color: #000 !important;
    line-height: 1.5;
}

nav ul li li {
    padding: 0 !important;
    margin: 0 !important;
    white-space: nowrap;
}

nav ul li li:first-child {
    margin-bottom: 9px !important;
}

/* スライドメニュー */

.slide {
    margin: 0 0 0 auto;
    max-width: 1616px;
    position: relative;
}

.slide-btn {
    margin: 0 0 auto;
    text-align: center;
    padding: 7px;
    border: none;
    color: #000;
    cursor: pointer;
    margin-top: 40px;
    border-bottom: 1px solid #000;
    position: relative;
}
  
  .slide-btn:first-letter {
    font-weight: bold;
    margin-right: 2px;
  }
  
  .slide-contents {
    width: 100%;
    margin: 0 0 1.6em 0;
    display: none;
  }

  .slide .font_mincho {
    position: absolute;
    right: 35px;
    bottom: 200px;
    font-size: 32px;
  }

/* スライドメニュー */

input[type="email"] {
    padding: 0.5em !important;
}

table {
    border-collapse: collapse;
}

.page_head_img h1 {
    color: #FFF;
}

.w50 {
    width: 50%;
}

.w48 {
    width: 48%;
}

.w1150_block {
    display: none;
}

.w1560_block,
.tb-menu2 {
    display: none;
}

.bg_white {
    background: #FFF;
}

.bg_gray {
    background: #f6f6f6;
}

.bg_blue {
    background: #2e9ff6;
    color: #FFF;
}

.bg_black {
    background: #000;
    color: #FFF;
}

.bg_pink {
    background: #fc7ca2;
    color: #FFF;
}

.bg_red {
    background: #ff6666;
    color: #FFF;
}

.col_500 {
    max-width: 500px;
    margin: 0 auto;    
}

.col_1000 {
    max-width: 1000px;
    margin: 0 auto;
}

.col_1300 {
    max-width: 1300px;
    margin: 0 auto;
}

.logo img {
    transition: 0.3s;
}

.sticky .logo img {
    max-width: 200px;
}


/* 共通　ここまで */


/* トップページ */

.slide {
    margin-bottom: 90px;
}

.topics_contents {
    margin-bottom: 80px;
}

.title_wrap {
    font-weight: bold;
    font-size: 18px;
    text-align: center;    
}


.title_wrap h2 {
    /* font-size: 46px; */
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.topics_contents .title_wrap {
    width: 16%;
}

.topics_contents .topics_right {
    width: 84%;
}

.single .topics_contents .topics_right,
.blog .topics_contents .topics_right {
    width: 100%;
}

.single .topics_contents,
.blog .topics_contents {
    background: #faf8f6;
}

.single .col_1300,
.blog .col_1300 {
    background: #FFF;
}

.blog .topics_contents .topics_right {
    max-width: 1000px;
    margin: 0 auto;
    padding: 90px 0;
}


.blog_nav {
    background: #fcfaf8;
    padding: 50px 0 100px;
}

.row_title {
    display: flex;
    align-items: flex-start;
}

.row_title * {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.page_title {
    position: relative;
}

.page_title .row_title {
    background: #000;
    color: #FFF;
    height: 520px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-top: 180px;
}

.page_main_img .page_title .row_title {
    top: 50px;
}

.page_title .row_title h1 {
    line-height: 1.3;
    position: relative;
}

.page_title .row_title h1::before {
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    content: "";
    height: 80px;
    width: 2px;
    background: #FFF;
    position: absolute;
}

.topics_right dl {
    display: flex;
    justify-self: flex-start;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.topics_right dl dt {
    width:  140px;
}

.topics_right dl dd {
    flex: 1;
}

.link_btn3 {
    font-size: 25px;
    padding-right: 230px;
    /* position: relative; */
}

.link_btn3 a {
    position: relative;
}

.link_btn3 a::before {
    width: 210px;
    height: 10px;
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
    transform: skew(45deg);
    content: "";
    position: absolute;
    bottom: 15px;
    left: auto;
    right: -223px;
    margin: auto;
    /* z-index: 99; */
    z-index: 9;
}

.link_btn3::before {
    /* content: "";
    width: 200px;
    height: 1px;
    background: #333333;
    position: absolute;
    top: 50%;
    right: -210px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); */

    /* width: 210px;
    height: 10px;
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
    transform: skew(45deg);
    content: "";
    position: absolute;
    bottom: 22px;
    left: auto;
    right: 0;
    margin: auto;
    z-index: 99; */
}


.about_text {
    padding: 90px 0;
    background: -moz-linear-gradient(left, #ecedea, #e6e8e6);
    background: -webkit-linear-gradient(left, #ecedea, #e6e8e6);
    background: linear-gradient(to right, #ecedea, #e6e8e6);
}

.about_text p {
    line-height: 3;
    margin-bottom: 50px;
}

.about_text div.taC {
    background: url(../img/top/tougihideki.png) no-repeat right top 120px;
}

.lesson {
    margin-top: 200px;
    margin-bottom: 100px;
}

.lesson .flex_between {
    flex-direction: row-reverse;
    /* max-width: 1300px;
    margin: 0 auto; */
}

.lesson_left {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 56.15%;
}

.lesson_right {
    width: 43%;
    text-align: center;
}

.lesson_left .title_wrap {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-left: 80px;
}

.lesson_text p {
    margin-left: 30px;
    line-height: 2.2;
    white-space: nowrap;
}

.lesson_right p {
    font-size: 25px;
}

.lesson_right p:first-child {
    color: #FFF;
    background: #333333;
    border-radius: 30px;
    padding: 5px;
    margin-bottom: 50px;
}

.lesson_right figure {
    margin-bottom: 60px;
}

.lesson_bottom ul {
    margin-bottom: 50px;
    margin-top: 50px;
}

.lesson_bottom li {
    width: calc(100%/3);
}

.lesson_bottom li {
    padding-left: 20px;
    padding-right: 20px;
    height: 608px;
    display: block;
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lesson_bottom li:nth-child(1) {
    background: url(../img/top/lesson01.png) no-repeat center center;
    background-size: cover;
}

.lesson_bottom li:nth-child(2) {
    background: url(../img/top/lesson02.png) no-repeat center center;
    background-size: cover;
}

.lesson_bottom li:nth-child(3) {
    background: url(../img/top/lesson03.png) no-repeat center center;
    background-size: cover;
}

.lesson_bottom li a:hover {
    opacity: 0.9;
}

.lesson_bottom li h3 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 40px;
}

.lesson .link_btn3 {
    margin-right: 8%;
}


.video_contents {
    background: url(../img/top/bg01.png) no-repeat center center;
    background-size: cover;
    padding: 90px 0 100px;
}


.video_contents h2 {
    font-size: 40px;
}

.video_contents .title_wrap {
    margin-right: 50px;
}

.video_text p:first-child {
    line-height: 2.5;
    margin-bottom: 60px;
}

.video_text .link_btn3 {
    text-align: right;
}

.video_left {
    width: 48%;
}

.video_contents figure {
    margin-top: 60px;
    width: 49%;
}

.contact_contents {
    padding-top: 230px;
    padding-bottom: 155px;
    background: url(../img/top/bg02.png) no-repeat center bottom 53px;
}

.contact_contents .row_title {
    justify-content: center;
    margin-bottom: 40px;
}

.contact_contents .row_title h2 {
    margin-bottom: 0;
    position: relative;
}

.contact_contents .row_title h2::before {
    content: "";
    width: 2px;
    height: 80px;
    position: absolute;
    background: #333333;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.line-height25 {
    line-height: 2.5;
}

.contact_contents .line-height25 {
    margin-bottom: 30px;
}

.contact_link_btn {
    width: 100%;
}

.contact_link_btn a {
    display: block;
    padding: 35px 0;
    line-height: 1;
    border: 1px solid #333333;
    text-align: center;
    font-size: 25px;
    background: #FFF;
    transition: all .3s;
}

.contact_link_btn a:hover {
    background: #333333;
    color: #FFF;
}

.front {
    background: url(../img/common/top_bg.png) no-repeat left top;
}

.head_right a {
    position: relative;
}


.current_online:hover::before,
.page-id-501 .current_online::before {
    position: absolute;
    width: 9px;
    height: 9px;
    content: "";
    background: #7c7347;
    border-radius: 50%;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);    
}


.blog .current_topics a::before,
.page-id-422 .current_profile a::before,
.head_right a:hover::before {
    position: absolute;
    width: 9px;
    height: 9px;
    content: "";
    background: #7c7347;
    border-radius: 50%;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.current_online a:hover::before,
.head_right .nav_contact a:hover::before {
    content: none;
}

.breadcrumbs {
    text-align: right;
}

.current-item {
    margin-left: 10px;
}

.breadcrumbs span:first-of-type {
    margin-right: 5px;
}

footer {
    background: url(../img/common/bg_footer.png) no-repeat left top;
    background-size: cover;
    padding: 150px 0 10px;
}

footer .copy {
    color: #FFF;
    padding-top: 120px;
}

.ft_inner {
    max-width: 1630px;
    padding-left: 65px;
}

.ft_left {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 42%;
    font-size: 25px;
}

.ft_left > ul > li a.ft_border {
    position: relative;
    padding-left: 10px;
}

.ft_left ul > li a.ft_border::before {
    content: "";
    width: 5px;
    height: 1px;
    position: absolute;
    left: 0;
    background: #333;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.ft_left ul > li ul {
    margin-left: 14px;
    font-size: 17px;
    margin-bottom: 14px;
}

.ft_left p {
    margin-right: 25%;
}

.ft_right {
    width: 42%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 55px;
}

.ft_right .sns_ico {
    font-size: 35px;
}

.ft_right .sns_ico li {
    margin-left: 30px;
}

.footer_link_text {
    font-size: 22px;
    margin-top: 20px;
}

.footer_link_text li {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #7c7347;
    line-height: 1;
}

.footer_link_text li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}

.footer_link_text li i {
    font-size: 20px;
    margin-left: 5px;
}

.sns_ico li a i {
    transition: all .3s;
}

.sns_ico li:nth-child(1) a i:hover {
    color: #DA1725;
}

.sns_ico li:nth-child(2) a i:hover {
    color: #1DA1F2;
}

.sns_ico li:nth-child(3) a i:hover {
    color: #CF2E92;
}

.sns_ico li:nth-child(4) a i:hover {
    color: #3b5998;
}

.center_title {
    position: relative;
    display: inline-block;
}

.center_title span::before,
.center_title span::after {
    position: absolute;
    top: 50%;
    right: -70px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    width: 60px;
    height: 1px;
    background: #333333;
}

.center_title span::before {
    right: inherit;
    left: -70px;
}

.center_title span::after {
    left: inherit;
    right: -70px;
}

.lesson_right .center_title a:hover {
    opacity: 0.8;
}

/* トップページ　ここまで */

/* topicsページ */

.page_main_img {
    position: relative;
}

.page_main_img .row_title {
    position: absolute;
    left: 0;
    top: 0;
}

/* topicsここまで */

/*　profile　ここから */

.breadcrumbs_wrap {
    margin-top: 10px;
    margin-bottom: 140px;
}

.single .breadcrumbs_wrap,
.blog .breadcrumbs_wrap {
    background: #faf8f6;
    padding-top: 10px;
    padding-bottom: 140px;
    margin-top: 0;
    margin-bottom: 0;
}

.flex_name.flex_start {
    align-items: flex-end;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 40px;
}

.flex_name.flex_start h2 {
    font-size: 35px;
}

.flex_name.flex_start p {
    font-size: 20px;
    margin-left: 10px;
}

.profile_top .profile_top_left {
    width: 61.53%;
}

.profile_top .profile_top_right {
    width: 31.53%;
}

.profile_about {
    line-height: 2.5;
}

.profile_top {
    margin-bottom: 100px;
}

.profile_bottom h3 {
    font-size: 25px;
    color: #7c7347;
    width: 150px;
}

.profile_bottom_right {
    flex: 1;
}

.profile_bottom_right p {
    margin-bottom: 35px;
}

.profile_bottom_top {
    margin-bottom: 50px;
}

.wp-pagenavi a, .wp-pagenavi span {
    color: #7c7347;
    border-bottom: 1px solid #7c7347 !important;
    line-height: 1;
}

.wp-pagenavi a, .wp-pagenavi span {
    margin-left: 7px !important;
    margin-right: 7px !important;
}

.wp-pagenavi span.current {
    padding-left: 1px;
    padding-right: 1px;
    margin-left: 0;
    margin-right: 0;
}

.wp-pagenavi span.current {
    margin-top: 4px;
    background: none !important;
}

.wp-pagenavi span.current {
    border: none !important;
    color: #333333;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    border-bottom: none !important;
    padding-top: 0;
    color: #7c7347;
    padding-bottom: 16px;
}

.wp-pagenavi i {
    top: 2px;
    position: relative;
}

/*　profile　ここまで */


/*　講師紹介　ここから */

.instructor_left {
    width: 62.3%;
}

.instructor_wrap .flex_between .figure {
    width: 35.61%;
}

.instructor_wrap h3 {
    font-size: 20px;
    color: #7c7347;
}

.instructor_left .flex_start {
    margin-bottom: 10px;
}

.instructor_left .flex_start h3 {
    width: 100px;
    margin-right: 10px;
    text-align: right;
}

.instructor_left .flex_start h3 + p,
.instructor_text {
    flex: 1;
    margin-top: 2px;
}

.instructor_wrap .flex_between {
    margin-bottom: 70px;
}

.instructor_wrap {
    margin-bottom: 70px;
    padding-bottom: 30px;
    background: url(../img/instructor/bottom_bg.png) no-repeat bottom center;
}

.instructor_wrap:last-child {
    margin-bottom: 0;
}

.yoyaku_btn {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    font-size: 25px;
}

.yoyaku_btn a {
    display: block;
    border: 1px solid #7c7347;
    padding: 30px 0;
    color: #7c7347;
    transition: .3s;
    background: #FFF;
}

.yoyaku_btn a i {
    margin-right: 7px;
}

.yoyaku_btn a:hover {
    background: #7c7347;
    color: #FFF;
}

.page-id-501 .flex_name.flex_start {
    margin-bottom: 30px;
}

/*　講師紹介　ここまで */



/* プライバシーポリシー */
.page-id-3 .page_title .row_title {
    height: 580px;
    padding-top: 145px;
}

.page-id-3 ol {
    margin-left: 140px;
}

.page-id-3 ol li {
    list-style: dicimal;
    margin-top: 30px;
}

.contact_btn {
    max-width: 1000px;
    margin: 90px auto 150px;
    border: 1px solid #e3dbdf;
    border-radius: 30px;
    text-align: center;
    padding: 40px 0;
}

.contact_btn p:first-child {
    font-weight: bold;
    margin-bottom: 15px;
}

.contact_btn a {
    display: inline-block;
    background: #7c7347;
    color: #FFF;
    font-size: 25px;
    padding: 20px 0;
    width: 315px;
    transition: .3s;
    border: 1px solid #7c7347;
}

.contact_btn a:hover {
    background: #FFF;
    color: #7c7347;
}

/* プライバシーポリシー　ここまで */

/* 個別ページ　ここから */

.single .topics_contents {
    margin-bottom: 0;
    padding-bottom: 160px;
}

.blog .breadcrumbs,
.single .breadcrumbs {
    max-width: 1300px;
    margin: 0 auto;
}

.single .breadcrumbs_wrap {
    padding-bottom: 120px;
}

.single_title {
    border-bottom: 1px solid #7c7347;
    margin-bottom: 40px;
    padding-bottom: 10px;
}

.single_title p {
    width: 120px;
}

.single_title h2 {
    flex: 1;
    font-weight: normal;
    font-size: 18px;
}

.single article {
    max-width: 1000px;
    margin: 0 auto 70px;
    padding: 50px 0;
}

.single .topics_block p {
    margin-bottom: 40px;
}

.single_nav {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}

.single_nav p {
    position: absolute;
    left: 0;
    top: 0;
}

.single_nav li {
    margin-left: 30px;
    margin-right: 30px;
}

.single_nav i {
    margin-left: 10px;
    margin-right: 10px;
}

/* 個別ページ　ここまで */


/* お問い合わせ */

.color_red {
    color: #ff0000;
}

.contact_read {
    margin-bottom: 50px;
}

.page_contact_top .col_1000 {
    border: 1px solid #e3dbdf;
    border-radius: 30px;
}

.col_800 {
    max-width: 800px;
    margin: 0 auto;
}

.table-res-form th {
    text-align: right;
    color: #7c7347;
    font-weight: bold;
}

.table-res-form input[type="text"], input[type="email"], textarea {
    border: 1px solid #e3dbdf;
    border-radius: 10px;
}

.submit-button {
    border-top: 1px solid #e3dbdf;
    padding-top: 50px;
}

.page_contact_top .col_1000 {
    margin-bottom: 150px;
    padding-bottom: 100px;
}

.taC.kojin {
    margin-top: -20px;
}

.taC.kojin a {
    text-decoration: underline;
}

.submit-button {
    position: relative;
}

.submit-button .wpcf7-form-control {
    width: 400px;
    color: #FFF;
    margin: 0 auto;
    border: 1px solid #7c7347;
    border-radius: 0;
    /* background: #7c7347; */
    background: url(../img/common/mail_ico.png) no-repeat left 120px center #7c7347;
}


.submit-button .wpcf7-form-control:hover {
    /* opacity: 0.8;
    background: transparent !important;
    color: #7c7347; */
    background: url(../img/common/mail_ico.png) no-repeat left 120px center #7c7347;
    opacity: 0.8;
}

.parent-pageid-60 .page_contact_top {
    padding-bottom: 150px;
}


/* お問い合わせ　ここまで */

.vimeo_contents li {
    margin-bottom: 50px;
}



/* レスポンシブ　ここから */

@media screen and (max-width: 1800px) {
    .page-id-3 ol {
        margin-left: 15%;
    }

}


@media screen and (max-width: 1630px) {
    .about_text div.taC {
        background: none;
    }

    .ft_inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ft_left p {
        margin-right: 8%;
    }

    .page-id-501 .page_title .row_title {
        height: 450px;
    }

}

@media screen and (max-width: 1450px) {
    .ft_right {
        width: 55%;;
    }
}

@media screen and (max-width: 1350px) {
    .col_1300,
    .col_1310 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .lesson_left .title_wrap {
        margin-left: 20px;
    }

    .page_main_img .page_title .row_title {
        left: 20px;
    }

    .page_title .row_title {
        height: 420px;
        padding-top: 140px;
    }
}

@media screen and (max-width: 1270px) {
    .instructor_wrap figure {
        width: 37%;
    }

    .page-id-501 .page_title .row_title {
        height: 380px;
    }

}


@media screen and (max-width: 1260px) {
    .video_contents .title_wrap {
        margin-right: 15px;
    }

}

@media screen and (max-width: 1220px) {
    
    .footer_link_text li a,
    .ft_left > ul > li a {
        font-size: 18px !important;
    }

    .slide .font_mincho {
        bottom: 110px;
    }

}

@media screen and (max-width: 1150px) {
    header .head_right ul li {
        margin-left: 20px;
    }

    header .head_right ul li.nav_contact a {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .page-id-3 ol {
        margin-left: 25%;
    }

}

@media screen and (max-width: 1023px) {
    .sm_nav,
    .icon span {
        background: #7c7347;
    }

    nav ul li li:first-child {
        margin-bottom: 0 !important;
    }

    .submenu li {
        border-bottom: none !important;
    }

    .submenu li a {
        background: #000;
        color: #FFF !important;
    }

    .col_1000 {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* .about_text div.taC {
        background-color:rgba(255,255,255,0.8);
        background-blend-mode:lighten;
    } */

    .about_text p {
        text-align: left;
    }

    .w1023_none {
        display: none;
    }

    .lesson_left {
        width: 100%;
    }

    .lesson_right {
        margin: 60px auto 0;
    }

    .lesson .flex_between {
        flex-direction: inherit;
    }

    .lesson_bottom li {
        width: calc(100%/2);
    }

    .video_right,
    .video_left {
        width: 100%;
    }

    .video_contents .title_wrap {
        margin-right: 65px;
    }

    .video_contents .flex_between {
        justify-content: flex-start;
    }

    .video_contents figure {
        margin-left: auto;
        margin-right: auto;
    }

    .ft_left,
    .ft_right {
        width: 100%;
    }

    .ft_left {
        display: block;
    }

    .ft_left p {
        text-align: center;
        margin-bottom: 30px;
    }

    .ft_left > ul {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .ft_left > ul li {
        margin-right: 40px;
    }

    footer .copy {
        padding-top: 0;
    }

    footer .flex_end {
        justify-content: center;
    }

    .page_title .row_title h1 {
        font-size: 30px;
    }

    .page_title .row_title h1::before {
        height: 50px;
        top: -70px;
    }

    .page_title .row_title {
        padding-top: 90px;
    }

    .page_title .row_title {
        height: 310px;
    }

    .page-id-501 .page_title .row_title {
        height: 310px;
    }
}

@media screen and (max-width: 768px) {
    .table-res-form th {
        text-align: left;
    }

    .page_contact_top .col_1000 {
        border: none;
    }

    .contact_read {
        margin-bottom: 0;
    }

    .table-res-form th {
        padding-top: 0;
    }

    .page_contact_top .col_1000 {
        margin-bottom: 0;
        padding-bottom: 70px;
    }

}

@media screen and (max-width: 767px) {

    .topics_contents .topics_right,
    .topics_contents .title_wrap {
        width: 100%;
    }

    .row_title * {
        writing-mode: inherit;
        -ms-writing-mode: inherit;
    }

    .row_title {
        display: block;
    }

    .title_wrap {
        text-align: left;
    }

    .title_wrap h2 {
        font-size: 32px;
    }

    .topics_right dl {
        display: block;
    }

    .topics_right dl dd {
        width: 100%;
    }

    .topics_right dl,
    article {
        margin-bottom: 15px;
    }

    .link_btn3 {
        font-size: 18px;
        padding-right: 60px;
    }

    .link_btn3 a::before {
        width: 50px;
        right: -55px;
        bottom: 12px;
    }

    .slide .font_mincho {
        font-size: 22px;
        bottom: 0;
        right: 10px;
    }

    .slide {
        margin-bottom: 30px;
    }

    .topics_contents {
        margin-bottom: 40px;
    }

    .about_text {
        padding: 45px 0 1px;
    }

    .about_text p {
        line-height: 2;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .about_text .link_btn3.taC {
        margin-bottom: 40px;
        font-size: 20px;
    }

    .lesson_left {
        writing-mode:inherit;
        -ms-writing-mode:inherit;
        line-height: 1;
    }

    .lesson_left .title_wrap {
        margin-left: 0;
        margin-bottom: 20px;
    }

    .lesson_left .title_wrap h2 {
        margin-bottom: 6px;
    }

    .lesson_text p {
        white-space:inherit;
        margin-left: 0;
    }

    .w767_none {
        display: none;
    }

    .lesson {
        margin-top: 40px;
        margin-bottom: 50px;
    }

    .lesson_right {
        width: 310px;
        margin-top: 20px;
    }

    .lesson_right figure {
        margin-bottom: 30px;
    }

    .lesson_bottom li {
        width: 100%;
        height: 400px;
        background-size: cover;
    }

    .lesson_bottom li h3 {
        margin-bottom: 20px;
    }

    .video_contents figure {
        width: 100%;
        margin-top: 30px;
    }

    .video_contents {
        padding-top: 50px;
        padding-bottom: 70px;
    }

    .video_text p:first-child {
        line-height: 2;
        margin-bottom: 20px;
    }

    .contact_contents .row_title h2::before {
        content: none;
    }

    .contact_contents .row_title {
        text-align: center;
    }

    .contact_contents {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ft_right .sns_ico li {
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer_link_text li i {
        display: none;
    }

    .footer_link_text li a {
        font-size: 14px !important;
        line-height: 1.5;
    }

    .footer_link_text li {
        margin-left: 10px;
        padding-left: 10px;
    }

    footer {
        padding-top: 60px;
    }

    header .logo {
        width: 210px;
    }

    .profile_top .profile_top_left,
    .profile_top .profile_top_right {
        width: 100%;
    }

    .profile_top .profile_top_left {
        margin-bottom: 20px;
    }

    .profile_about {
        line-height: 2;
    }

    .profile_top {
        margin-bottom: 60px;
    }

    .profile_bottom_right,
    .profile_bottom h3 {
        width: 100%;
    }

    .profile_bottom_right p {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .profile_bottom_top {
        margin-bottom: 10px;
    }

    .page_main_img .page_title .row_title {
        height: auto;
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
        position: absolute;
        top: 160px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        width: 100%;
    }

    .page_title .row_title h1::before {
        content: none;
    }

    .flex_name.flex_start h2 {
        font-size: 29px;
    }
    
    .flex_name.flex_start p {
        font-size: 17px;
    }

    .instructor_left .flex_start h3 {
        width: auto;
        text-align: left;
    }

    .instructor_left .flex_start {
        display: block;
    }

    .instructor_wrap figure {
        margin-top: 20px;
    }

    .yoyaku_btn {
        font-size: 20px;
    }

    .yoyaku_btn a {
        padding: 15px 0;
    }

    .instructor_wrap {
        margin-top: 10px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .instructor_wrap .flex_between {
        margin-bottom: 40px;
    }

    .contact_read {
        font-size: 17px;
    }

    .topics_contents .col_1300 {
        margin-left: 10px;
        margin-right: 10px;
        padding: 30px 10px;
    }

    .page-id-3 ol {
        margin-left: 0;
        margin-top: 150px;
    }

}

@media screen and (max-width: 600px) {
    #page_top {
        display: none;
    }

    .ft_left > ul {
        margin-bottom: 10px;
    }

    .ft_left > ul > li a {
        font-size: 16px;
    }

    .ft_left > ul li {
        margin-right: 20px;
    }

    .contact_contents {
        padding-top: 80px;
        padding-bottom: 80px;
        margin-left: -20px;
        margin-right: -20px;
    }

    .ft_right {
        margin-bottom: 25px;
    }

    .lesson_bottom .flex_between {
        margin-left: -20px;
        margin-right: -20px;
    }

    /* .front .contact_contents */
    .contact_contents {
        padding-top: 30px;
    }

    .link_btn3 a::before {
        bottom: 7px;
    }

    .contact_link_btn {
        padding-left: 20px;
        padding-right: 20px;
    }

    .page-id-501 .page_wrap {
        margin-top: 170px;
    }

    .instructor_left,
    .instructor_wrap figure {
        width: 100%;
    }

    .blog .breadcrumbs_wrap {
        padding-bottom: 70px;
    }

    .blog .topics_contents .topics_right {
        padding: 50px 0 0;
    }

    .blog_nav {
        padding-bottom: 50px;
    }

    .breadcrumbs_wrap {
        font-size: 14px;
        padding-right: 3px;
    }

    .single .breadcrumbs_wrap {
        padding-bottom: 160px;
    }

    .single_title {
        display: block;
    }

    .single .topics_block p {
        margin-bottom: 15px;
    }

    .single article {
        margin-bottom: 10px;
        padding-top: 10px;
    }

    .single_nav {
        margin-top: 20px;
    }

    .single_nav .flex_center {
        justify-content: flex-end;
    }

    .single_nav li {
        margin-left: 15px;
        margin-right: 15px;
    }

    .single .topics_contents {
        padding-bottom: 50px;
    }

    .submit-button .wpcf7-form-control {
        width: 300px;
        background: url(../img/common/mail_ico.png) no-repeat left 50px center #7c7347;
    }

    .submit-button .wpcf7-form-control:hover {
        background: url(../img/common/mail_ico.png) no-repeat left 50px center #7c7347;
    }

    .page-id-501 .flex_name.flex_start {
        margin-bottom: 10px;
    }

    .single-post .page_wrap {
        overflow: hidden;
    }

    .page-id-3 ol {
        margin-left: 15px;
    }

    .contact_btn {
        border: none;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .contact_read {
        position: relative;
        top: 10px;
        margin-bottom: 30px;
    }

    .sticky .logo img {
        max-width: 150px;
    }

    .lesson .flex_between {
        flex-direction: column-reverse;
    }

}

/* レスポンシブ　ここまで */