/*
Theme Name: rina-college
Template: arkhe
*/

/* ----------
  COMMON
-------------- */
* { box-sizing: border-box;}

body {
    font-family: "Noto Serif JP", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif !important;
    color: rgba(79, 79, 79, 1.00);
    letter-spacing: 0.05em;
    font-size: 90%;
    font-weight: 600;
}

p {
    margin: 0;
    padding: 0;
    word-break: break-all;
    text-align: justify;
    line-height: 1.7;
}

img {width: 100%;vertical-align: bottom;}
.grecaptcha-badge { visibility: hidden; }
.pc_view {}
.sp_view { display: none !important;}



a {
    color: #ed6e9f;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

a:hover,.c-gnav__li>.c-gnav__a:hover {color: #a6244e;}
.l-header__right nav .sub-menu li { margin-right: 0px !important; }
.c-gnav .sub-menu {
    display: block;
    background: #b64368;
    border-radius: 10px;
}
.c-gnav__depth1:before {
    background-color: #b64368;
    bottom: 100%;
    -webkit-clip-path: polygon(0 100%, 100% 100%, 50% 60%);
    clip-path: polygon(0 100%, 100% 100%, 50% 60%);
    content: "";
    height: 1.2em;
    left: calc(50% - .5em);
    position: absolute;
    width: 1em;
    z-index: 59;
    top: -16px;
}

@media (max-width: 431px) {
    .pc_view {display: none !important;}
    .sp_view {display: inherit !important;}
    .sp_view_tel {display: block !important;}
}

h2 {
    font-size: 2em;
    letter-spacing: 0.1em;
}


.course_singledetail p,
.course_singledetail h2,
.course_singledetail h3{
    margin-bottom: 0;
    margin-top: var(--ark-mt);  
}

/* h2：背景ライン＋下線 */
.c-postContent h2 {
  font-size: 1.8rem;
  position: relative;
  padding-bottom: 0.4em;
  margin-bottom: 40px;
}

.c-pageTitle__main {
  font-size: 1.8rem;
  position: relative;
  padding-bottom: 0.4em;
  margin-bottom: 0px;
}

.c-postContent h2::after,
.c-pageTitle__main::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
    background-image: linear-gradient(135deg, #ed6e9f 35%, #ec8b6b 100%);
    border-radius: 2px;
}

.p-topArea__title .c-pageTitle__main::after {background-image: none; }

.terms_table table td:nth-child(1) { min-width:250px;  background:#eee;}

/*講座一覧*/
h2.teacher_name {
    font-size:1.4rem !important;
    position:relative;
    padding-bottom: 0.4em;
    margin-bottom: 40px !important;
    display: inline-block;
    margin-top: 11px !important;
	transition : all 0.5s ease 0s;
	color:#000;
	padding-left:15px;
}
.teacher_box figure {transition : all 0.5s ease 0s;}
.teacher_box figure:hover { opacity:0.7;}

h2.teacher_name::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 28%;
    width: 5px;
    height: 30px;
    background-image: linear-gradient(135deg, #ed6e9f 35%, #ec8b6b 100%);
    border-radius: 2px;
}

/* h3：左ボーダー＋背景うっすら */
.c-postContent h3 {
  font-size: 1.4rem;
  padding: 0.4em 0.8em;
  border-left: 5px solid #f3adc2;
  background: #fff5f8;
  border-radius: 4px;
}

.sec_course h3 {
    font-size: 1.4rem;
    padding: 0 !important;
    border-left: 0px solid #f3adc2;
    background: none;
    border-radius: 4px;
}

.sec_course {padding: 30px 20px 0px !important;}
.sec_course article {
    width: 100% !important;
}

/* h4：下線のみ＋細めフォント */
.c-postContent h4 {
  font-size: 1.1rem;
  border-bottom: 1px solid #e8a8bc;
  display: inline-block;
  padding-bottom: 0.2em;
  font-weight: normal;
}



@media screen and (max-width: 959px) {
	.salonname { font-size: 1.4rem;}
	.c-postContent h2 {font-size: 1.6rem;}
	.c-postContent h3 {font-size: 1.1rem;}
	.h3 + p { margin-top: 18px;}
	
.terms_table table td:nth-child(1) { min-width:100%; display:block; font-weight:bold; }
.terms_table table td:nth-child(2) { min-width:100%; display:block; }
}

/* ----------------------
   ALL
-------------------------*/
.l-content__body {margin: 0 auto;}
.l-header__center {padding: 0;}
.l-header {transition: opacity 0.25s ease;}
.l-header__body { background: #ffffff00; background-image: url();transition: opacity 0.25s ease;}
[data-scrolled=true] .l-header[data-pcfix="1"] {
    /*background-image: url(/rdm/img/bg_gnav.jpg);*/
    background-color: #fff;
    background-position: 0 100%;
}

/*--------- gnav ----------*/
.l-header__right nav {
    height: 55px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    padding: 0 0 0 30px;
    color: #000;
    margin: 0 0 0 10px;
}

.l-header__right nav h1 { width: 20%;}
.l-header__right nav h1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.l-header__right nav ul {
    width: 78%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    list-style: none;
}

.l-header__right nav ul li {
    margin-right: 15px;
    line-height: 68px;
}

.l-header__right nav ul li:last-child{ margin-right: 0;}


/*Gnav調整*/
#header .l-header__body {
    width: 100% !important;
    max-width: 100% !important;
}

#header .l-container { padding-right: 0;}
.gnav_contact a {
    background: url(/rc/img/icon_mail_w.png), linear-gradient(to left, #ed6e9f, #e2a972);
    background-repeat: no-repeat;
    border-radius: 30px 0 0 30px;
    padding-left: 65px !important;
    background-position: 20px 48%, 0 0;
    color: #fff !important;
    transition: background 0.8s ease, transform 0.3s ease;
    position: relative;
    z-index: 0;
}

.gnav_contact a::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: url(/rc/img/icon_mail_w.png), linear-gradient(to left, #e2a972,#ed6e9f);
    background-position: 20px 48%, 0 0;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.5s;
    border-radius: 30px 0 0 30px;
    padding-left: 50px;
}

.gnav_contact a:hover,
.gnav_contact a:hover::before { opacity: 1;}



@media screen and (max-width: 959px) {
    .p-drawer__nav div,
    .sp_bottom_menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }
    .p-drawer__nav div a,
    .sp_bottom_menu a {display: block; width: 33.3333333%;}
}

/*ドロワー*/
[data-drawer-move=fade][data-drawer=opened] .l-header__drawerBtn,
.l-header__drawerBtn { color: #d05c00;}
.p-drawer {
    background: #ffffff;
    color: #d05c00;
    font-weight: bold;
}


/* ----------------------
   TEXT STYLE
-------------------------*/
.acc_mark {
    background: #ed6d00;
    padding: 4px 26px;
    color: white;
    line-height: 2em;
}

.acc_orange {color: #ea6c00;}
.acc_blue {color: #4a8bc2;}
.acc_mark_o {  background: linear-gradient(transparent 51%, #ffeac0 30%);}
.tC {text-align: center;}



/* ----------------------
   Key
-------------------------*/
#key  { position: relative; }

#key article {
    position: absolute;
    top: 30%;
    left: 10%;
    min-width: 40%;
    max-width: 45%;
}

#key article h1 {
    line-height: 2.1em;
    font-size: 2.8vw;
    margin-bottom: 20px;
}

#key article h1 span {
    background-image: linear-gradient(135deg, #ed6e9f 35%, #ec8b6b 100%);
    display: inline-block;
    width: fit-content;
    line-height: 1.2;
    color: #fff;
    padding: 12px 20px;
}

#key article p  {width:80%;}


.bg_stone {
    background: url(/rc/img/bg_dairiseki.jpg) repeat-y;
    padding-bottom: 90px;
}

/* -----------------------------
   NEWS
--------------------------------*/

#news {
    width: 1000px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
}

#news h2 {
    text-align: center;
    font-size: 100%;
    width: 20%;
    color: #000;
}
#news h2 img {
    width: 100%;
    margin-bottom: 20px;
    display: block;
}
#news ul {
    list-style: none;
    width: 75%;
}

#news ul li {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

#news ul li:last-child { margin-bottom: 0;}


@media (max-width: 821px) {
#news {width: 90%;}
}


/* -----------------------------
   About us
--------------------------------*/
#aboutus {
    width: 1000px;
    margin: 0px auto;
    background: url(/rc/img/bg_waku.png) no-repeat;
    padding: 70px 70px 100px;
    background-size: 100% 100%;
}

#aboutus h2 {
    display: block;
    margin: 0 auto 50px;
    width: 60%;
    background: url(/rc/img/title_about.png) no-repeat 50% 0%;
    background-size: auto;
    padding-top: 47px;
    font-family: "Cormorant Garamond";
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    color: #000;
}

#aboutus p {
    width: 80%;
    margin: 0 auto;
    line-height: 2.3;
}

#ph_scroll {
    background: url(/rc/img/bg_carousel.jpg) no-repeat;
    padding-top: 30px;
    margin-top: 50px;
}
.scroll-area {
  overflow: hidden;
  width: 100%;
}

.scroll-track {
    display: flex;
    animation: scroll-left 40s linear infinite;
    height: 480px;
}

.image-set { display: flex;}

.scroll-track img {
    width: 30vw;
    height: fit-content;
    flex-shrink: 0;
    padding: 20px;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}






/* -----------------------------
   Teacher
--------------------------------*/

#teahcer {
    width: 1000px;
    margin: 0px auto;
    padding: 70px 0;
}

#teahcer h2 {
    display: block;
    margin: 0 auto 50px;
    width: 30%;
    background: url(/rc/img/title_teacher.png) no-repeat 50% 0%;
    background-size: auto;
    padding-top: 50px;
    font-family: "Cormorant Garamond";
    text-transform: uppercase;
    text-align: center;
    color: #000;
}

#teahcer article {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

#teahcer article div:nth-child(1) { width: 45%;}
#teahcer article div:nth-child(2) { width: 48%;}

#teahcer article ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

#teahcer article ul li { margin-bottom: 5px;}
#teahcer article ul li:last-child {margin-bottom: 0;}

#teahcer article ul li:before {
    content: "■ ";
    color: #baaa74;
}

#teahcer h3 {
    font-size: 230%;
    font-weight: 500;
}
#teahcer h3 span {
    display: block;
    color: #baaa74;
    font-size: 80%;
    margin-bottom: 20px;
    font-family: "Cormorant Garamond";
    text-transform: uppercase;
}


/* -----------------------------
   message
--------------------------------*/
#message {
    background: url(/rc/img/bg_message.jpg) no-repeat;
    padding: 40px;
    background-size: 100% 100%;
}

#message h2 {
    text-align: center;
    width: 22vw;
    margin: 0 auto 30px;
}

#message article {
    width: 1000px;
    margin: 0px auto;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

#message article div {
    color: #7a3333;
    line-height: 2;
    }
#message article div:nth-child(1) { width: 55%;}
#message article div:nth-child(2) { width: 40%;}

/* -----------------------------
   Course
--------------------------------*/
#course { padding: 70px 20px 60px;}

#course h2 {
    display: block;
    margin: 0 auto 50px;
    width: 30%;
    background: url(/rc/img/title_course.png) no-repeat 50% 0%;
    background-size: auto;
    padding-top: 50px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}

#course article {
    width: 1000px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    min-width: 80%;
}
.course_detail {
    width: 30%;
    position: relative;
    box-shadow: 0px 0px 0px #ffc2c4;
    background: #fff;
    border-radius: 16px;
    border: 2px solid #e19bb3;
	margin-bottom: 30px;
}

.course_detail div { padding: 10px 30px;}

.course_status {
    position: absolute;
    top: 16px;
    right: 0;
    background: linear-gradient(45deg, #ec8b6b, #ed6e9f);
    padding: 5px 10px 5px 20px;
    border-radius: 50px 0 0 50px;
    color: #fff;
}

#course h3 {
    font-size: 1.3em;
    color: #000;
    line-height: 1.2;
}

#course h3 span {
    background: linear-gradient(270deg, #e2a972, #ed6e9f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-size: 90%;
}

#course img {
    border-radius: 13px 13px 0 0;
    margin-bottom: 10px;
}

#course ul {
    margin: 20px 0;
    padding-left: 0;
}

#course ul li { list-style: none; margin-bottom: 10px;}
#course ul li:last-child { margin-bottom: 0px;}
#course ul li:before {
    content: "■ ";
    color: #baaa74;
}

.course_detail a {
    background: -webkit-linear-gradient(right, #e2a972, #ed6e9f);
    background: -o-linear-gradient(right, #e2a972, #ed6e9f);
    background: linear-gradient(to left, #e2a972, #ed6e9f);
    color: #fff;
    text-align: center;
    display: block;
    padding: 10px 20px;
    margin-bottom: 15px;
    border-radius: 60px;
    transition: background 0.8s ease, transform 0.3s ease;
    position: relative;
    z-index: 0;
}

.course_detail a::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(to left, #ed6e9f, #e2a972);
    opacity: 0;
    transition: opacity 0.5s;
    border-radius: 60px;
}

.course_detail a:hover::before { opacity: 1;}


/* コースカテゴリーソートボタン */
.p-course-filter {
  display: flex;
  gap: .5rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
    list-style: none;
}

.p-course-filter li { list-style: none;}
.p-course-filter a {
  display: inline-block;
  padding: .4rem 1rem;
  border: 1px solid #bbb;
  border-radius: 999px;
  font-size: .875rem;
  text-decoration: none;
  transition: .2s;
    cursor: pointer;
}
.p-course-filter a:hover {
  background: #f7f7f7;
}
.p-course-filter .is-current {
  background: #333;
  color: #fff;
  border-color: #333;
  pointer-events: none;
}

.status {
    display: inline-block;
    font-size: 57%;
    background: #ffe3ef;
    padding: 4px 20px;
    border-radius: 50px;
    margin-bottom: 3px;
    margin-right: 10px;
}

.course_thum,
.course_thum figure {
    width: 100%;
    height: 260px;
    padding: 0 !important;
}

.course_thum img {
	width: 100%;
  height: 100%;
  object-fit: cover;
	object-position: 0 0;
}

@media screen and (max-width: 959px) {
.course_detail {width: 90%;}
    
}


/* -----------------------------
   Media
--------------------------------*/

#media { padding: 70px 20px 20px;}

#media h2 {
    display: block;
    margin: 0 auto 50px;
    width: 30%;
    background: url(/rc/img/title_media.png) no-repeat 50% 0%;
    background-size: auto;
    padding-top: 50px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}

#media ul {
    margin: 40px auto;
    padding-left: 0;
    display: block;
    width: fit-content;
}

#media ul li { list-style: none; margin-bottom: 10px;}
#media ul li:last-child { margin-bottom: 0px;}
#media ul li:before {
    content: "■ ";
    color: #baaa74;
}

#media div {
    width: 1000px;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#media div img { width:100%;}
#media p { text-align: center; margin-bottom: 30px;}


/* -----------------------------
   Contact
--------------------------------*/
#contact_area {
    background: #eee;
    padding: 60px 20px;
}

#contact_area div {
    width: 1000px;
    margin: 0px auto;
}

#contact_area h2 {
    display: block;
    margin: 0 auto 50px;
    width: 50%;
    background: url(/rc/img/title_contactus.png) no-repeat 50% 0%;
    background-size: auto;
    padding-top: 50px;
    text-transform: uppercase;
    text-align: center;
    color: #ec6f9c;
}

#contact_area img { margin-bottom: 20px;}

#contact_area p {
    width: 500px;
    margin: 0 auto;
    line-height: 2.3;
}

.btn_normal {
    background: -webkit-linear-gradient(right, #e2a972, #ed6e9f);
    background: -o-linear-gradient(right, #e2a972, #ed6e9f);
    background: linear-gradient(to left, #e2a972, #ed6e9f);
    text-align: center;
    color: #fff;
    display: block;
    width: fit-content;
    margin: 30px auto 20px;
    padding: 10px 50px;
    border-radius: 50px;
}





/* -----------------------------
   下層用
--------------------------------*/
.p-breadcrumb { margin: 0 auto 30px;}

.l-main__body>.c-postContent {
    margin-top: 0rem !important;
    padding-bottom: 70px;
}

.img_photo img { border-radius: 20px;}
.p-topArea { min-height: 16vh;}
.p-topArea.-noimg {
    background: url(/rc/img/sec_bg.jpg);
    background-size: cover;
    background-position: center;
}
.c-pageTitle__main {
    font-weight: bold;
}

.p-page__content h3 { padding-left: 10px;}
.p-entry__head .c-postMetas {
    font-size: .75rem;
    letter-spacing: .1px;
    margin-top: 1rem;
    margin-bottom: 25px;
}

.c-pageTitle__main


.rd_table table { border: 0px;}
.rd_table tr td:nth-child(1) {
    background: #fbe7eb;
    border-bottom: 2px dotted #e9adb9;
    vertical-align: middle;
}
.rd_table tr td:nth-child(2) {border-bottom:2px dotted #e9adb9;}
.rd_table .googlemap {
    background: url(/rdm/img/icon_map.png) no-repeat 0% 50%;
    background-size: contain;
    padding-left: 22px;
    color: #d35b75;
    line-height: 1;
}

.rd_table .googlemap:hover { text-decoration: underline;}

.rd_table_course  tr td:nth-child(1) { width: 20%;}


/*リスト*/
ul.rc_list {
    list-style: none;
    padding-left: 0;
    margin:30px 0 30px;
}

ul.rc_list li { margin-bottom: 5px;}
ul.rc_list li:last-child {margin-bottom: 0;}
ul.rc_list li:before {
    content: "■ ";
    color: #baaa74;
}

/* サロンアンカーリンク */
.salon_alink {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.salon_alink a {
    background: #fbe7eb url(/rc/img/icon_arrow_ｍ.png) no-repeat 10px 50%;
    display: block;
    width: fit-content;
    border-radius: 10px;
    padding: 5px 20px 5px 30px;
    margin: 10px 10px 10px 10px;
    background-size: 7px;
}

.salon_alink a:first-child { margin: 10px 10px 10px 0;}


.rd_table table { border: 0px;}
.rd_table tr td:nth-child(1) {
    background: #fbe7eb;
    border-bottom: 1px solid #bfbfbf;
    vertical-align: middle;
}
.rd_table tr td:nth-child(2) {border-bottom: 1px solid #bfbfbf;}
.rd_table .googlemap {
    background: url(/rc/img/icon_map.png) no-repeat 0% 50%;
    background-size: contain;
    padding-left: 22px;
    color: #d35b75;
    line-height: 1;
}

.rd_table .googlemap:hover { text-decoration: underline;}

@media (max-width: 850px) {
.rd_table tr td:nth-child(1) {width:25%;}
.rd_table_course  tr td:nth-child(1),
.rd_table_course  tr td:nth-child(2){ width: 100%;display: block; border-bottom: 0px solid #bfbfbf;border-left: 0px solid #ffffff;}


#key {
    position: relative;
    margin-bottom: 30px;
}

#key article {
    position: absolute;
    top: 30%;
    left: 10%;
    min-width: 40%;
    max-width: 80%;
}

#key article h1 {
    line-height: 2.1em;
    font-size: 5.6vw;
    margin-bottom: 20px;
}

#key article h1 span {
    background-image: linear-gradient(135deg, #ed6e9f 35%, #ec8b6b 100%);
    display: inline-block;
    width: fit-content;
    line-height: 1.7;
    color: #fff;
    padding: 3px 8px;
}

#key article p { width: 100%;}
#key article {
    position: absolute;
    top: auto;
    left: 6%;
    min-width: 40%;
    max-width: 88%;
    bottom: 0;
}

#news {
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

#news h2 {
    text-align: center;
    font-size: 100%;
    width: 26%;
    color: #000;
}

#news h2 img {
    width: 100%;
    margin-bottom: 5px;
    display: block;
}

#news ul {
    list-style: none;
    width: 100%;
    margin-top: 30px;
}

#teahcer h2 {width: 90%;}
#teahcer article div:nth-child(1) {  width: 100%; margin-bottom: 20px;}

}



/* -----------------------------
   footer
--------------------------------*/

#footer .u-flex--c {
    width: fit-content;
    width: -moz-fit-content;
    column-count: 2;
    column-gap: 20px;
    margin: 0 auto;
    display: block;
}

#footer .u-flex--c li {
    margin-bottom: 10px;
    color: #fff;
    background: url(/rc/img/icon_arrow_w.png) no-repeat 0 50%;
    background-size: 7px 10px;
    padding-left: 5px;
}

.footmenu_sec { background: url(/rdm/img) !important;}
.footmenu_sec:before {
    content: "ー";
    color: #A5A5A5;
}

.l-footer {
    background: #fff;
    margin-top: 50px;
    position: relative;
}

.l-footer__foot {
    padding-bottom: 0rem;
    padding-top: 0rem;
}

#footer .l-container {
    background-image: linear-gradient(135deg, #ed6e9f 35%, #ec8b6b 100%);
    margin: 0;
    max-width: 100%;
    padding: 30px 30px 20px 30px;
}

.c-copyright {
    font-size: .8rem;
    text-align: center;
    padding: 20px;
}

.sns_area {
    width: 400px;
    margin: 40px auto;
    display: flex;
    justify-content: center;
    background: url(/rc/img/title_followus.png) no-repeat 50% 0;
    padding-top: 100px;
    margin-bottom: 15px;
}

.minibnr_area {
    width: 100%;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.bnr_area {
    width: 800px;
    margin: 0 auto;
}

.sns_area a {
    width: 55px;
    margin: 0 10px 15px 10px;
}

.minibnr_area a {
    width: 44%;
    background: #fff;
}

.foot_usa {
    background: #ffffff url(https://rina-college.com/rc/wp-content/uploads/2025/04/usa-1.png) no-repeat 13px 50% !important;
    background-size: 20px 15px !important;
    padding: 3px 10px 5px 34px !important;
    display: inline-block;
    color: #000 !important;
    border-radius: 40px;
}


.sns_area a:hover,
.minibnr_area a:hover { opacity: 0.6;}
.bnr_area a { display: block;}
.bnr_area a:hover { opacity: 0.6;}
.sns_area a img,
.bnr_area a img{ width: 100%;}


.sp_bottom_menu { display: none;}
.pc_80 { width:80%;}

#foot_brn {
    width: 65vw;
    margin: 0 auto 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
}
#foot_brn a{ width:30%; display:block; border:1px solid #fff;}
#foot_brn a img { width:100% }
#foot_brn a:hover{ opacity:0.6;}

@media (max-width: 850px) {
    .sp_bottom_menu {
        position: fixed;
        bottom: 0;
        left: 0;
        display: flex !important;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
    }
.pc_80 { width:100%;}
#foot_brn {width: 90%;}
#foot_brn a{ width:100%;}
#rdm_footer div { padding: 50px 50px 20px;}
}

@media (max-width: 431px) {
.bnr_area {  width: 90%;margin: 0 auto;}
.bnr_area a img { width: 100%;}
}




/************************************
** お問い合わせフォームの入力
************************************/
.article h2 {
    color: #000 !important;
}

.entry-title {
    position: relative;
    padding: 1.5rem;
    text-align: center;
    margin-bottom: 50px;
}

.entry-title:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #F57500;
}

#cf-tbl {
    width: 70%;
    margin: 30px auto;
}

#cf-tbl table {
    width: 100%;
    border-collapse: collapse;
    border-width: 1px;
    color: #444;
}

#cf-tbl table tr th,
#cf-tbl table tr td {
    padding: 0 0.5em;
    text-align: left;
    vertical-align: top;
    border-width: 1px;
    vertical-align: middle;
}

#cf-tbl table tr th {
    width: 35%;
    background: #eee;
}

#cf-tbl input[type="date"] {
    padding: 6px;
    margin-bottom: 5px;
    margin-top: 10px;
}

#cf-tbl select {
    padding: 6px;
    /*margin-bottom: 10px;*/
}

#cf-tbl input.wpcf7-form-control.wpcf7-text {
    /*margin-bottom: 10px;*/
}

.wpcf7-form-control-wrap .wpcf7-radio label { display: block;}
.wpcf7-list-item {
    display: block;
    margin: 0 0 0 1em;
}
.radio-renraku {
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
}

#cf-tbl p {margin-top:0 !important;}

@media screen and (max-width:768px) {
    #cf-tbl {
        width: 100%;
    }

    #cf-tbl table,
    #cf-tbl table tbody,
    #cf-tbl table tr,
    #cf-tbl table tr th,
    #cf-tbl table tr td {
        display: block;
    }

    #cf-tbl table {
        width: 100%;
        border-width: 0 0 1px 0;
    }

	#cf-tbl table tr th{background: #fdf5f5;}
    #cf-tbl table tr th,
    #cf-tbl table tr td {
        width: 100%;
        padding: 5px 5%;
		border: none;
    }

    #cf-tbl table tr td {
        border-width: 0px 1px 0px 1px;
    }
}

/*「必須」文字デザイン*/
.req {
    font-size: .75em;
    padding: 5px;
    background: #e5788d;
    color: #fff;
    border-radius: 3px;
    margin-right: 5px;
}

/*「任意」文字デザイン*/
.opti {
    font-size: .8em;
    padding: 5px;
    background: #888787;
    color: #fff;
    border-radius: 3px;
    margin-right: 5px;
}

/* 入力項目を見やすく */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 8px 15px;
    margin-right: 10px;
    /*margin-top: 10px;*/
    border: 1px solid #d0d5d8;
    border-radius: 3px;
    background-color:#f5f5f5;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 200px;
}

/* 「送信する」ボタン */
input.wpcf7-submit {
    display: block;
    padding: 15px;
    width: 400px;
    background: #bc5059;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 44px;
    margin: 15px auto 0;
}

.form_note {
    line-height: 1.2;
    font-size: 90%;
    display: block;
    text-indent: -1em;
    margin-left: 1em;
}

@media screen and (max-width:768px) {
    input.wpcf7-submit {
        width: 250px;
    }
}

input.wpcf7-submit:hover {
    box-shadow: 0 15px 30px -5px rgba(0, 0, 0, .15), 0 0 5px rgba(0, 0, 0, .1);
}

/* エラーメッセージを見やすく */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
    color: red;
    font-weight: 600;
}



@media (max-width: 821px) {
#aboutus {width: 90%;padding: 50px 60px 60px;}
#aboutus p { width: 95%;}
#ph_scroll {  background-size: 110%;}
.scroll-track { height: 260px;}
#teahcer{ width: 95%;}
#message article{ width: 95%;flex-direction: column-reverse;}
#message h2 { width: 30vw;}
#course article{ width: 95%;}
#media div{ width: 95%;}
#contact_area div{ width: 95%;}

}

@media (max-width: 431px) {
    [data-btns=rr-rl] .l-header__body {
        grid-template-areas: "left center right search menu";
        grid-template-columns: 2% 70% auto var(--ark-searchW) 13%;
    }

#aboutus {
        margin: 0px auto;
        background: url(/rc/img/bg_waku_sp.png) no-repeat;
        padding: 30px 25px 30px;
        background-size: 100% 100%;
 }
#aboutus p {
        width: 95%;
        line-height: 1.8;
}

#aboutus h2 {  width: 100%;margin: 0 auto 25px;}
.scroll-track { height: auto;}
    .scroll-track img {
        width: 45vw;
        padding: 5px;
        height: auto;
    }
#message  {padding: 40px 40px 60px 40px;}
#message h2 {width: 80vw;}
#message article div:nth-child(1) {  width: 100%;}
#message article div:nth-child(2) {
    width: 100%;
    margin-bottom: 30px;
}
    
#teahcer { padding: 70px 0 0;}
#teahcer article {
    width: 90%;
    margin: auto;
}

#teahcer article div:nth-child(1) {width: 100%;}
#teahcer article div:nth-child(2) {width: 100%;}
#course h2 {width: 90%;}
.course_detail {width: 100%; margin-bottom: 40px;box-shadow: 0px 0px 7px #e6e6e6;}
.sec_course {  padding: 0px 20px 0px !important;}

#media h2 {width: 90%;}
#media div {
    width: 100%;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#media div img {width: 100%;margin-bottom: 15px;}
.bg_stone {background: url(/rc/img/bg_dairiseki.jpg) repeat-y;padding-bottom: 30px;}
#contact_area h2 { width: 100%;}
#contact_area p { width: 100%;}
.btn_normal {
    background: -webkit-linear-gradient(right, #e2a972, #ed6e9f);
    background: -o-linear-gradient(right, #e2a972, #ed6e9f);
    background: linear-gradient(to left, #e2a972, #ed6e9f);
    text-align: center;
    color: #fff !important;
    display: block;
    width: 90%;
    margin: 30px auto 20px;
    padding: 20px 50px;
    border-radius: 50px;
}

.sns_area {width: 90%;margin: 30px auto;}
.c-iconBtn {
    background: none;
    border: none;
    color: #e03b8f;
    cursor: pointer;
    height: 100%;
    padding: 0;
    text-decoration: none;
    width: 100%;
}

.p-drawer__close {color: #e03b8f;}

.c-drawerNav__a {
    color: #e03b8f;
    display: block;
    font-size: var(--ark-nav_fz, 1em);
    padding: var(--ark-nav-padding--Y, .75rem) var(--ark-nav-padding--R, .5rem) var(--ark-nav-padding--Y, .75rem) var(--ark-nav-padding--L, .5rem);
    position: relative;
    text-decoration: none;
}

}
