@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/



/* 初期設定 */
* {
    margin: 0;
    padding:0
}

main {
    display:block
}

html {
    height: 100%;
    -webkit-text-size-adjust:100%
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, p, q, samp, small, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background:transparent
}
body {
    font-size: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-weight: 400;
    width: 100%;
    height:100%
}

img {
max-width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    border: none;
    vertical-align:bottom
}
.eye-catch-wrap {
border: 4px solid #CCC;
}
figure {
width: 100%;
}
.eye-catch-wrap img {
display: block;
width: 100%;
}
@media screen and (max-width: 834px){
.eye-catch-wrap {
border: 2px solid #CCC;
}
}
.eye-catch {
display: block;
margin: 0 auto;
max-width: 100%;
}
.eye-catch-image {
display: block;
    width: 100% !important;
    height: auto;
	max-width: none;
    padding: 0;
    margin: 0;
    border: none;
    vertical-align:bottom

}

.wp-post-image {
display: block;
margin: 0 auto;
	max-width: none;
    width: 100%;
}


/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/


.sp_only {
	display: none !important;
}

.entry-content h3, .entry-content h4, .entry-content h5,
.article h3, .article h4, .article h5 {
    margin: 0;
    margin-bottom: 20px;
    border: none;
    padding: 0;
}

/*ページの投稿日・更新日・著者情報を消す*/
.page .date-tags,
.page .author-info {
    display: none;
} 
/*エントリーカードカテゴリー名非表示*/
.cat-label {
    display: none;
}





/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}


/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
body {
line-height: 160%;
}

div table th, div table td {
font-size: 1em;
}
.sp_only {
	display: block !important;
}
.pc_only {
	display: none !important;
}
.main {
padding: 0 0;
}
#breadcrumb {
	display: none;
}

}

/*480px以下*/
@media screen and (max-width: 560px){
  /*必要ならばここにコードを書く*/
}




body, .entry-content {
line-height: 1.8;
    font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
    color: #000;
    font-size:16px
}


@media screen and (max-width: 1440px) {
    body,
	.entry-content {
        font-size:1.11111vw
    }
}

@media screen and (max-width: 1280px) {
    body,
	.entry-content {
        font-size:1.25vw
    }
}

@media screen and (max-width: 834px) {
    body,
	.entry-content {
        font-size:2.67857vw
    }
}

@media screen and (max-width: 560px) {
   body,
	.entry-content {
        font-size:14px
}
}

#container #content, #main,
.container .content, .main {
background: none;
	margin: 0;
	padding: 0;
	width: auto;
	max-width: none;
}

h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	line-height: 150%;
	background: none;
	border: none;
}

h3, .entry-content h3 {
font-size: 32px;
margin-top: -6px;
}

h4, .entry-content h4 {
font-size: 28px;
margin-top: -6px;
}
h5, .entry-content h5 {
font-size: 21px;
margin-top: -6px;
}


@media screen and (max-width: 1440px) {
h3, .entry-content h3 {
font-size: 2.555557vw;
}
h4, .entry-content h4 {
font-size: 2.222221vw;
}
h5, .entry-content h5 {
font-size: 1.88888vw;
}
}
@media screen and (max-width: 1280px) {
h3, .entry-content h3 {
font-size: 2.825vw;
}
h4, .entry-content h4 {
font-size: 2.525vw;
}
h5, .entry-content h5 {
font-size: 2.15vw;
}
}

@media screen and (max-width: 834px) {
h3, .entry-content h3 {
font-size: 5.626vw;
}
h4, .entry-content h4 {
font-size: 4.888vw;
}
h5, .entry-content h5 {
font-size: 3.666vw;
}
}
@media screen and (max-width: 560px) {
h3, .entry-content h3 {
font-size: 23px;
}
h4, .entry-content h4 {
font-size: 20px;
}
h5, .entry-content h5 {
font-size: 18px;
}
}

p, .entry-content p {
	margin: 0;
	padding: 0;
margin-top: -6px;
	margin-bottom: 16px;
}
ul, ol {
margin: 0;
margin-top: -6px;
}
ol {
margin: 0;
margin-top: -6px;
padding: 0;
}

@media screen and (max-width: 834px) {
p, .entry-content p {
margin-top: -3px;
}
ul, ol {
margin-top: -3px;
}
ol {
margin-top: -3px;
}
}



.article-header,
.entry-header {
margin: 0;
padding: 0;
background: #000;
}

#container {
position: relative;
overflow: hidden;
}

#breadcrumb {
width: auto;
padding-left: 0;
}
.breadcrumb {
background: #555;
}



/************************************
** ヘッダー
************************************/
/*
.cb-header {
  position: fixed;
	z-index: 1000;
  top: 50px;
  left: 0;
}

@media screen and (max-width: 834px){
.cb-header {
  top: 0;
  left: 0;
}
}
*/

#header-container {
position: fixed;
z-index: 100000;
width: 100%;
background: none;
	padding: 0;
	margin: 0 auto;
}
#header-container-in {
	padding: 0;
	width: auto;
	margin: 0 auto;
}


#header {
position: absolute;
left: 0;
top: 50px;
	display: inline-block;
}


@media screen and (max-width: 834px){
#header {
top: 0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}
}
#header-in {
	display: block;
	padding: 0;
	width: auto;
}

h1 {
	margin: 0;
	padding: 0;
}


h1.logo {
position: relative;
	display: inline-block;
	margin: 0;
	width: 180px;
	padding: 5px 5px;
	padding-top: 15px;
	background-color: #0080CB;
}

@media screen and (max-width: 1380px){
h1.logo {
	width: 170px;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}
}
@media screen and (max-width: 1280px){
h1.logo {
	width: 170px;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}
}

@media screen and (max-width: 834px){
h1.logo {
	width: 130px;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}
}

@media screen and (max-width: 640px){
h1.logo {
	width: 100px;
	padding: 5px 0;
	padding-top: 12px;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}
}


h1.logo img,
h1.logo svg {
	display: block;
	width: 100% !important;
	max-height: inherit !important;
}


.logo{
	display: inline-block;
	margin: 0;
  transition: all 0.4s ease;
}
.logo.isSmall{
  width: 115px!important;
margin-top: -50px;
}
@media screen and (max-width: 834px){
.logo.isSmall{
  width: 60px!important;
margin-top: 0;
}
}





/************************************
** グローバルメニュー
************************************/

.head_menu_right {
display: inline-block;
position: absolute;
right: 30px;
top: 60px;
background: none;
}

@media screen and (max-width: 834px){
.head_menu_right {
right: 15px;
top: 10px;
}
}


.navi-menu-icon.menu-icon {
background-color: #0080CB;
padding: 0.22em 0.55em;
border-radius: 50%;
border: 1px solid #FFF;
color: #FFF;
font-size: 24px;
}
/*モバイルボタンメニューを右から開く*/
.navi-menu-content {
  right: 0;
  left:unset;
  color: #000;
  background-color: #FFF;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
}
/*モバイルボタンメニュー閉じるボタンを右側に*/
.menu-close-button{
  text-align:right;
  padding-right:10px;
}



.head_menu_global_pc {
position: absolute;
z-index: 10000;
right: 0;
display: block;
margin-top: 62px;
margin-right: 80px;
}

#navi {
display: inline-block;
background: none;
}
.navi {
  width: auto;
  min-width: inherit;
}
.navi-in {
  width: auto;
}


.navi-in > ul {
margin: 0;
}
@media screen and (max-width: 1023px){
.navi-in > ul {
display: none !important;
}
}
.navi-in > ul li {
  width: auto;
  height: auto;
  margin: 0 0;
  line-height: 130%;
  position: relative;
}
.navi-in > ul li a {
  display: block !important;
  padding: 0 !important;
  margin: 0 15px;
  color: #FFF;
  font-size: 16px;
  letter-spacing: 0.2em;
  font-weight: 900;
  text-shadow: 0 0 2px rgba(0,0,0,0.5);
  height: auto !important;
}
@media screen and (max-width: 1280px){
.navi-in > ul li a {
  font-size: 15px;
  margin: 0 7px;
  letter-spacing: 0.05em;
}
}
.navi-in > ul li a:hover {
  color: #F90 !important;
  background: none;
  text-shadow: 0 0 10px rgba(0,128,203,0.7);
  -webkit-animation: zoom .3s;
  animation: zoom .3s;
}
@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.05);
  }
}
@keyframes zoom {
  50% {
    transform: scale(1.05);
  }
}



.navi-in > ul li:hover > ul {
  display: block;
}
.navi-in a:hover {
	text-decoration: none;
}
.navi-in .has-icon {
  display: none;
}
.navi-in > ul li a:hover {
	color: #600;
}
.navi-in > ul li ul li {
display: block;
  height: auto;
  width: auto;
  min-width: 100%;
  line-height: auto;
	border-top: 1px dotted #999;
	font-weight: normal;
	letter-spacing: 0;
}
.navi-in > ul li ul li:last-child {
	border-bottom: 1px dotted #999;
}
.navi-in > ul .sub-menu {
  background-color: rgba(255,255,255,0.9);
  min-width: 240px;
}
.navi-in > ul .sub-menu a {
  padding-left: 10px;
  padding-right: 10px;
}

.navi-menu-button {
margin-top: 10px;
color: #555;
}
.navi-menu-button .navi-menu-icon.menu-icon {
font-size: 150%;
}


/************************************
** フッター
************************************/
.footerMenu_aki {
display: none;
padding-top: 80px;
}

#footerMenu {
	display: none;
}

@media screen and (max-width: 834px) {
.footerMenu_aki {
display: block;
padding-top: 80px;
}

#footerMenu {
	display: block;
	text-align: center;
	background-color: #F5F5F5;
	width: 100%;
	height: 0px;
	position: fixed;
	z-index: 10000;
	bottom: 0;
	overflow: none;
	left: 0;
	transition: all 0.4s ease-in-out;
	box-shadow:         0px -4px 38px rgba(50, 50, 50, 0.50);
}
#footerMenu.show {
	height: 80px;
	padding: 0 0;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.footerMenu {
position: relative;
	display: block;
width:70%;
margin: 0 auto;
color: #FFF;
    font-size:16px
}
}
@media screen and (max-width: 1440px) {
.footerMenu {
width:69.44444vw;
        font-size:1.11111vw
}
}

@media screen and (max-width: 1280px) {
.footerMenu {
width:78.125vw;
        font-size:1.25vw
}
}

@media screen and (max-width: 834px) {
.footerMenu {
width:100%;
        font-size:2.67857vw
}
}
@media screen and (max-width: 540px) {
.footerMenu {
width:100%
}
}
@media screen and (max-width: 560px) {
.footerMenu {
width:100%;
        font-size:14px
}
}


ul.footerMenulist {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
margin: 0;
padding: 0;
	height: 80px;
justify-content: space-between;
}
ul.footerMenulist li {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
	display: inline-block;
	line-height: 150%;
width: calc(100% / 2 );
	vertical-align: middle;
	text-align: center;
	font-size: 90%;
	background-color: #FFF;
	box-sizing:border-box;
	border-right: 1px solid #999;
}
ul.footerMenulist li:first-child {
	border-left: 1px solid #999;
}
ul.footerMenulist li i {
	display: block;
	text-align: center;
	font-size: 160%;
	font-weight: 900;
	color: #F00;
}
ul.footerMenulist li a {
	display:flex;
justify-content:center;
align-items:center;
	height: 100%;
	min-height: 100%;
	padding: 0.5em 0;
	text-align: center;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
}

ul.footerMenulist li a:hover {
	background-color: #EEE;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}



#footer {
	clear: both;
	display: block;
	margin: 0 auto;
	padding: 0 0;
	padding-top: 32px;
	box-shadow: -5px 0 5px rgba(0,0,0,0.3);
}
#footer-in {
	display: block;
	margin: 0 auto;
    padding: 0 0;
text-align: center;
}

.footer-in {
position: relative;
margin: 0 auto;
width:70%;
}

@media screen and (max-width: 1440px) {
.footer-in {
width:69.44444vw;
padding:12.5vw 0vw 12.5vw 0vw
}
}
@media screen and (max-width: 1280px) {
.footer-in {
width:78.125vw;
padding:14.0625vw 0vw 14.0625vw 0vw
}
}
@media screen and (max-width: 834px) {
.footer-in {
width:auto;
	padding: 0 !important;
	margin: 0 !important;
}
}


@media screen and (max-width: 834px){
#footer,
.footer {
	padding: 0 0;
	margin-top: 0;
}
#footer-in,
.footer-in {
	padding: 0 !important;
	margin: 0 !important;
}
}

.footer_flex {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
@media screen and (max-width: 1023px){
.footer_flex {
display: block;
}
}
.footer_flex_right {
order: 2;
display: block;
margin-left: auto;
width: calc(100% - 300px);
}

.footer_flex_left {
order: 1;
display: block;
width: 280px;
margin-right:auto
}


@media screen and (max-width: 1023px) {
.footer_flex_left {
width: auto;
padding:0;
margin-right:0;
}
.footer_flex_right {
display: block;
margin: 0 auto;
width: auto;
}
}



.copyright {
text-align: center;
padding: 1em;
padding-bottom: 0;
margin-bottom: 0;
font-size: 80%;
letter-spacing: 0;
font-weight: 300;
}

@media only screen and (max-width: 834px) {
.copyright {
font-size: 80%;
}
}


.foot_bottom_flex {
display: flex;
justify-content: center;
align-items: center;
}
.foot_add {
text-align: left;
display: block;
white-space: nowrap;
font-size: 14px;
line-height: 150%;
}
.foot_add h5 {
font-size: 100%;
margin-bottom: 5px;
}
.foot_add p {
margin-bottom: 0;
}

@media only screen and (max-width: 834px) {
.foot_bottom_flex {
display: block;
}
.foot_add {
display: block;
font-size: 12px;
line-height: 150%;
margin-left: 15px;
}
}

.logo-footer {
display: inline-block;
margin: 0 !important;
margin-right: 0!important;
margin-left: 0!important;
text-align: left !important;
max-width: 150px;
float: left;
}
.logo.logo-footer.logo-image {
margin: 0;
padding: 0;
}
.foot_logo {
display: block;
max-width: 180px;
text-align: left;
margin: 0;
margin-bottom: 15px;
}
.foot_logo img,
.foot_logo svg {
display: block;
max-width: 100%;
height: auto;
margin: 0;
padding: 0;
}
@media only screen and (max-width: 834px) {
.logo-footer {
display: block;
float: none;
text-align: center !important;
margin-bottom: 15px;
padding: 0;
max-width: 180px !important;
}
.foot_logo {
max-width: 120px;
margin-left: 10px;
}
}

.foot_sns {
display: block;
margin: 0 auto;
margin-top: 30px;
text-align: center;
}

ul.list_sns {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
margin: 0;
padding: 0;
}

ul.list_sns li {
display: inline-block;
margin: 0 1em;
border-radius: 50%;
}
ul.list_sns li i {
position: relative;
display: block;
color: #0080CB;
font-size: 18px;
padding: 5px;
}
ul.list_sns li i::after {
position: absolute;
content: "";
border: 2px solid #0080CB;
width: 28px;
height: 28px;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
border-radius: 50%;
}
ul.list_sns li a {
display: block;
color: #0080CB;
text-decoration: none;
border-radius: 50%;
}

ul.list_sns li a:hover {
display: block;
color: #FFF;
background-color: #0080CB;
text-decoration: none;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
}
ul.list_sns li  a:hover i {
color: #FFF;
}

@media only screen and (max-width: 834px) {
ul.list_sns li {
margin: 0 0.5em;
}
ul.list_sns li i {
font-size: 18px;
padding: 5px;
}
ul.list_sns li i::after {
width: 28px;
height: 28px;
}
}

.footmenu_flex {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 0;
}

.footmenubox {
display: block;
width: calc(100% / 3 - 10px );
text-align: left;
}

@media only screen and (max-width: 834px) {
.footmenu_flex {
display: block;
margin-bottom: 20px;
}

.footmenubox {
display: block;
width: auto;
}
}

ul.foot_menu {
margin: 0;
padding: 0;
}
ul.foot_menu li {
font-size: 13px;
position: relative;
display: block;
list-style: none;
margin: 0;
padding: 0;
padding-left: 1.2em;
text-decoration: none;
line-height: 150%;
margin-bottom: 10px;
font-weight: 400;
}
ul.foot_menu li i {
position: absolute;
font-size: 150%;
color: #F90;
margin-left: -1.2em;
}


ul.foot_menu li a {
display: block;
text-decoration: none;
}
ul.foot_menu li a:hover {
color: #F90 !important;
}
ul.foot_menu li ul {
margin: 0;
margin-bottom: 15px;
padding: 0;
}
ul.foot_menu li ul li {
margin: 0;
padding-left: 1.2em;
margin-top: 5px;
margin-bottom: 0;
padding: 0;
font-size: 12px;
font-weight: 300;
}

@media only screen and (max-width: 834px) {
.footer-container {
margin: 0;
padding: 0;
}
.footer-bottom {
margin: 0;
padding: 0;
}
ul.foot_menu {
margin: 0;
padding: 0;
border-bottom: 1px solid #999;
}
ul.foot_menu li {
margin: 0;
padding: 0;
font-size: 14px;
font-weight: 500;
margin-bottom: 0;
}
ul.foot_menu li i {
font-size: 150%;
}
ul.foot_menu li a {
padding: 0.65em 2em;
padding-left: 2.5em;
border-top: 1px solid #CCC;
background-color: #F5F5F5;
}
ul.foot_menu li ul {
margin-bottom: 0;
border-bottom: none;
}
ul.foot_menu li ul li {
margin: 0;
font-weight: 300;
padding-left: 1.2em;
font-size: 14px;
margin-top: 0;
margin-bottom: 0;
padding: 0;
}
ul.foot_menu li ul li a {
background-color: #FFF;
}

ul.foot_menu li a:hover {
text-decoration: none;
background-color: #EEE;
color: #F90 !important;
}
ul.foot_menu li ul li a:hover {
background-color: #F5F5F5;
}

}



/************************************
** タイトル
************************************/

#title {
position: relative;
z-index: 0;
	background-image: url(../../uploads/2023/02/title.jpg);
	background-size: cover;
	background-position: center center;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
  overflow: hidden;
}

#title::before {
position: absolute;
  content: " ";
z-index: 1;
width: 5vw;
height: 100%;
  left: 0;
  top: 0;
background-color: #FFF;
}

#title::after {
position: absolute;
object-fit: cover;
  content: " ";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
    background:rgba(33, 23, 16, 0.24)
}
@media screen and (max-width: 834px){
#title {
	margin-bottom: 20px;
	background-position: center center;
}
}


.title {
position: relative;
z-index: 1;
	display: block;
width:70%;
    height:640px;
	margin: 0 auto;
color: #FFF;
	text-shadow: 0 0 3px rgba(0,0,0,0.5);
}

@media screen and (max-width: 1440px) {
.title {
width:69.44444vw;
height:44.44444vw;
}
}

@media screen and (max-width: 1280px) {
.title {
width:78.125vw;
height:50vw
}
}

@media screen and (max-width: 834px) {
.title {
width:85.74%;
height:81.36161vw;
	margin-bottom: 20px;
	background-position: center left;
}
}
@media screen and (max-width: 540px) {
.title {
width:92%
}
}
@media screen and (max-width: 560px) {
.title {
width:92%;
height:340px
}
}



.title_txt {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.title_txt h2 {
	margin: 0;
	padding: 0;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    font-size: 40px;
    display:block
}
.title_txt p {
font-size:20px;
margin-bottom: 0;
}
.title_en {
font-family: 'DM Sans', sans-serif;
    margin-bottom: -10px;
    font-size: 24px;
    display:block
}
@media screen and (max-width: 1440px) {
.title_txt h2 {
font-size:2.77778vw
}
.title_txt p {
font-size:1.38889vw
}
.title_en {
font-size:1.66667vw
}
}

@media screen and (max-width: 1280px) {
.title_txt h2 {
font-size:3.125vw
}
.title_txt p {
font-size:1.5625vw
}
.title_en {
font-size:1.875vw
}
}

@media screen and (max-width: 834px) {
.title_txt {
	left: 5vw;
}
.title_txt h2 {
font-size:6.02679vw
}
.title_txt p {
font-size:4.46429vw
}
.title_en {
font-size:4.46429vw
}
}

@media screen and (max-width: 560px) {
.title_txt h2 {
font-size:24px
}
.title_txt p {
font-size:20px
}
.title_en {
font-size:20px
}
}




/************************************
** メイン
************************************/

#main_head {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	margin: 0;
}
.main_head {
position: absolute;
	top: 50%;
	left: 15.8%;
	transform: translateY(-50%);
  text-align:center;
display: block;
width: 100%;
margin: 0;
}
ul.bxslider img {
max-width: 34vw;
}
@media screen and (max-width: 1440px) {
#main_head {
	min-height: 900px;
}
.main_head {
	left: 14.8%;
}
ul.bxslider img {
max-width: 34vw;
}
}
@media screen and (max-width: 1380px){
#main_head {
	min-height: 768px;
}
.main_head {
	top: 45%;
	left: 14.8%;
}
ul.bxslider img {
max-width: 38vw;
}
}

@media screen and (max-width: 1280px){
#main_head {
	height: 100vh;
	min-height: 720px;
}
.main_head {
	top: 50%;
}
}
@media screen and (max-width: 834px){
#main_head {
	height: 100vh;
	min-height: inherit;
}
.main_head {
	left: 14%;
}
ul.bxslider img {
max-width: 42vw;
}
}
@media screen and (max-width: 640px){
#main_head {
	height: 90vh;
}
.main_head {
	left: 12.0%;
}
ul.bxslider img {
max-width: 75%;
}
}



#myVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color: #FFF; /* in case the video doesn't fit the whole page*/
	background-position: center top;
	background-size: contain;
	object-fit: cover; /*cover video background */
	z-index:0;
}

.bt_brand {
	position: absolute;
	z-index: 2;
	bottom: 350px;
	right: 2%;
	width: 120px;
	transform: translateX(-50%);

}

.scrollbt {
	position: absolute;
	z-index: 2;
	bottom: 200px;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width: 1380px){
.scrollbt {
	bottom: 180px;
}
.bt_brand {
	bottom: 200px;
	right: 2%;
	width: 90px;

}
}

@media screen and (max-width: 1280px){
.scrollbt {
	bottom: 160px;
}
.bt_brand {
	bottom: 180px;

}
}
@media screen and (max-width: 834px){
.scrollbt {
	bottom: 120px;
}
.bt_brand {
	right: -35px;
	width: 100px;
	bottom: 150px;

}
}

.scrollbt a {
	text-align: center;
	height: 80px;
	width: 80px;
	line-height: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.8);
	display: block;
	color: #707070;
	font-weight: 300;
	font-size: 20px;
	text-decoration: none;
}
.scrollbt a:hover {
	color: #FFF;
	background-color: rgba(0,128,203,0.8);
}
.scrollbt a span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #707070;
  border-bottom: 1px solid #707070;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
.scrollbt a:hover span {
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

@media screen and (max-width: 640px){
.scrollbt a {
	text-align: center;
	height: 70px;
	width: 70px;
	line-height: 50px;
	font-size: 14px;
	letter-spacing: 0;
}
.scrollbt a span {
  width: 18px;
  height: 18px;
  margin-left: -9px;
}
}



/************************************
** トップページバナー
************************************/


.head_news_wrap {
position: relative;
display: block;
margin-bottom: 230px;
}
@media screen and (max-width: 834px){
.head_news_wrap {
position: relative;
display: block;
margin-bottom: 200px;
}
}
@media screen and (max-width: 540px){
.head_news_wrap {
margin-bottom: 150px;
}
}

.head_news {
position: absolute;
	top: 50%;
right: 0;
	transform: translateY(-50%);
display: block;
background-color: #FFF;
padding: 0 0;
width: 85%;
box-shadow: 0 0 10px rgba(0,0,0, 0.50);
}



.head_news {
width: 85%;
}

@media screen and (max-width: 1440px) {
.head_news {
width:84vw
}
}
@media screen and (max-width: 1280px) {
.head_news {
width:88.2vw
}
}
@media screen and (max-width: 834px) {
.head_news {
width:85.74%
}
}
@media screen and (max-width: 640px){
.head_news {
width: 88%;
}
}






.head_news {
    overflow: hidden;
    padding: 40px 0 40px 40px;
}

@media screen and (max-width: 1440px) {
.head_news {
        padding:2.77778vw 0vw 2.77778vw 2.77778vw
    }
}

@media screen and (max-width: 1280px) {
.head_news {
        padding:3.125vw 0vw 3.125vw 3.125vw
    }
}

@media screen and (max-width: 834px) {
.head_news {
        padding:1.5vw 0vw 1.5vw 1.5vw
}
}

@media screen and (max-width: 540px) {
.head_news {
        padding:15px 0 15px 15px
}
}

.slick_top_bn {
display: flex;
justify-content: space-between;
margin: 0 0;
margin-right: 0;
padding: 0;
}
@media screen and (max-width: 834px){
.slick_top_bn {
display: flex;
justify-content: space-between;
margin-right: 0;
padding: 0;
}
}
.slick_top_bn_box {
position: relative;
display: block;
margin: 0 12px;
width: 32%;
}
.slick_top_bn_box a img {
display: block;
}
.slick_top_bn_box a:hover img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}
@media screen and (max-width: 540px){
.slick_top_bn {
margin-right: 0;
}
.slick_top_bn_box {
margin: 3px 5px;
width: auto;
}
}



/************************************
** ページ全体
************************************/

.content_back {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+47,f5f5f5+100 */
background: #ffffff; /* Old browsers */
/*
background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 47%, #f5f5f5 100%);
background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 47%,#f5f5f5 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 47%,#f5f5f5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
  background: linear-gradient(#FFFFFF, #F5F5F5);
padding-top: 30px;
*/
}
.box_content {
margin-bottom: 50px;
}

.mediumcontent {
margin-bottom: 32px;
}

.entry-content {
background: none;
padding: 0;
margin: 0;
margin-bottom: 0;
}
article {
margin-bottom: 0 !important
}
@media screen and (max-width: 834px){
.entry-content {
padding: 0;
padding-bottom: 0;
margin-bottom: 0 !important;
}
.box_content {
margin-bottom: 30px;
}
.mediumcontent {
margin-bottom: 24px;
}
}



h3.title_content {
color: #333;
font-size: 32px;
font-weight: 400;
line-height: 150%;
margin-bottom: 24px;
letter-spacing: 0.2em;
  background: linear-gradient(transparent 80%, #fbeedb 80%);
  position: relative;
}
h3.title_content:first-letter {
  font-size: 1.3em;
color: #F90;
}

h3.title_content i,
h4.title_content i{
 font-weight: 900;
color: #F90;
font-size: 110%;
}
h4.title_content {
font-weight: 400;
font-size: 28px;
position: relative;
  border-bottom: solid 1px #999;
margin-bottom: 18px;
padding-bottom: 5px;
}
h4.title_content:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #F90;
  bottom: -1px;
  width: 12%;
}

h4.title_build {
position: relative;
font-weight: 400;
font-size: 28px;
margin-bottom: 18px;
padding-bottom: 5px;
padding-left: 1.2em;
background: linear-gradient(transparent 60%, #fbeedb 30%);
}
h4.title_build:before {
position: absolute;
top: -2px;
  content: '\f66f';
  font-family: "Font Awesome 5 Free";
  margin-left: -1.2em;
 font-weight: 900;
color: #F90;
font-size: 110%;
}

h4.title_map {
position: relative;
font-weight: 400;
font-size: 28px;
margin-bottom: 18px;
padding-bottom: 5px;
padding-left: 1.2em;
background: linear-gradient(transparent 60%, #fbeedb 30%);
}
h4.title_map:before {
position: absolute;
top: -2px;
  content: '\f5a0';
  font-family: "Font Awesome 5 Free";
  margin-left: -1.2em;
 font-weight: 900;
color: #F90;
font-size: 110%;
}

.title_busroot {
display: flex;
justify-content: space-between;
margin-bottom: 20px;
padding-bottom: 0;
background: linear-gradient(transparent 60%, #fbeedb 30%);
}
.title_busroot h4 {
display: inline-block;
position: relative;
font-weight: 400;
font-size: 28px;
margin-bottom: 0;
padding-bottom: 0;
padding-left: 1.2em;
}
.title_busroot h4:before {
position: absolute;
top: -2px;
  content: '\f207';
  font-family: "Font Awesome 5 Free";
  margin-left: -1.2em;
 font-weight: 900;
color: #F90;
font-size: 110%;
}
.title_busroot p {
display: inline-block;
font-size: 120%;
font-weight: 500;
margin-bottom: 0;
padding-bottom: 0;
}

.title_bookmark h4 {
display: inline-block;
position: relative;
font-weight: 400;
font-size: 28px;
margin-bottom: 0;
padding-bottom: 0;
padding-left: 1.2em;
}
.title_bookmark h4:before {
position: absolute;
top: -2px;
  content: '\f02e';
  font-family: "Font Awesome 5 Free";
  margin-left: -1.2em;
 font-weight: 900;
color: #F90;
font-size: 110%;
}
.title_bookmark p {
display: inline-block;
font-size: 120%;
font-weight: 500;
margin-bottom: 0;
padding-bottom: 0;
}




h5.title_content {
font-size: 21px;
font-weight: 400;
position: relative;
margin-bottom: 15px;
padding-bottom: 5px;
}
h5.title_content:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #F90;
  bottom: -1px;
  width: 12%;
}

@media screen and (max-width: 1440px) {
h3.title_content {
font-size: 2.555557vw;
}
h4.title_content {
font-size: 2.222221vw;
}
h4.title_build {
font-size: 2.222221vw;
}
h5.title_content {
font-size: 1.88888vw;
}
}
@media screen and (max-width: 1280px) {
h3.title_content {
font-size: 2.825vw;
}
h4.title_content {
font-size: 2.525vw;
}
h4.title_build {
font-size: 2.525vw;
}
h5.title_content {
font-size: 2.15vw;
}
}

@media screen and (max-width: 834px) {
h3.title_content {
font-size: 5.626vw;
}
h4.title_content {
font-size: 4.888vw;
}
h4.title_build {
font-size: 4.888vw;
}
h5.title_content {
font-size: 3.666vw;
}
}

@media screen and (max-width: 560px) {
h3.title_content {
font-size: 23px;
letter-spacing: 0.1em;
}
h4.title_content {
font-size: 20px;
}
h4.title_build {
font-size: 20px;
}
h5.title_content {
font-size: 18px;
}
}







/************************************
** トップページ
************************************/

.top_content {
position: relative;
margin: 0 auto;
width:70%;
}

@media screen and (max-width: 1440px) {
.top_content {
width:69.44444vw
}
}
@media screen and (max-width: 1280px) {
.top_content {
width:78.125vw
}
}
@media screen and (max-width: 834px) {
.top_content {
width:85.74%
}
}

@media screen and (max-width: 540px) {
.top_content {
width:96%
}
}

@media screen and (max-width: 560px) {
.top_content {
width:96%
}
}

h2.top_title {
    display: block;
    font-size: 46px;
    line-height:1.2;
margin-bottom: 30px;
}


@media screen and (max-width: 1440px) {
h2.top_title {
font-size:2.91667vw
}
}

@media screen and (max-width: 1280px) {
h2.top_title {
font-size:3.28125vw
}
}
@media screen and (max-width: 834px) {
h2.top_title {
font-size:6.69643vw;
margin-bottom: 20px;
}
}
@media screen and (max-width: 560px) {
h2.top_title {
font-size:30px
}
}

h3.top_title {
font-size: 30px;
margin-bottom: 10px;
}
h3.top_title_mb30 {
font-size: 30px;
margin-bottom: 30px;
}
h3.top_title_mb30.insta {
margin-bottom: 10px;
}


h3.top_title {
    font-size: 30px;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    letter-spacing:.05em
}
@media screen and (max-width: 1440px) {
h3.top_title,
h3.top_title_mb30 {
font-size:2.08333vw
}
}

@media screen and (max-width: 1280px) {
h3.top_title,
h3.top_title_mb30 {
font-size:2.34375vw
}
}

@media screen and (max-width: 834px) {
h3.top_title,
h3.top_title_mb30 {
font-size:6.25vw
}
}

@media screen and (max-width: 560px) {
h3.top_title,
h3.top_title_mb30 {
font-size:28px
}
}

/** ジュニアスクール
************************************/

.jr_top_back {
  position: relative;
  background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 4%, rgba(223,239,229,1) 4%, rgba(223,239,229,1) 100%);
  padding-bottom: 80px;
  margin-bottom: 130px;
}

@media screen and (max-width: 834px){
.jr_top_back {
  padding-right: 0;
  padding-bottom: 40px;
padding-left: 15px;
  margin-bottom: 60px;
}
}
.jr_top_back:before {
  position: absolute;
  right: 0;
  top: 22%;
  content: "Junior School";
  font-size: 8vw;
  line-height: 120%;
  white-space: nowrap;
  font-weight: 700;
  color: #FFF;
  text-align: right;
}
@media screen and (max-width: 1080px){
.jr_top_back:before {
  top: 15%;
}
}
@media screen and (max-width: 834px){
.jr_top_back:before {
  position: absolute;
  right: 0;
  top: 30px;
  text-align: left;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 60px;
  line-height: 1;
  white-space: nowrap;
}
}
.color_top_jr {
color: #090;
}

.top_title_en {
font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    margin-bottom: -3px;
	font-weight: 600;
	line-height: 110%;
    display:block
}
@media screen and (max-width: 1440px) {
.top_title_en {
        font-size: 2.00000vw;
}
}

@media screen and (max-width: 1280px) {
.top_title_en {
        font-size: 2.11111vw;
}
}

@media screen and (max-width: 834px) {
.top_title_en {
        font-size: 4.46429vw;
    margin-bottom: 0;
}
}

@media screen and (max-width: 560px) {
.title_en {
        font-size: 20px;
}
}




.top_content_flex {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
}
.top_content_jr_pic {
display: block;
width: 55%;
}
.top_content_jr_txt {
display: block;
width: 41%;
padding-top: 20px;
word-break: break-word;
}
@media screen and (max-width: 834px){
.top_content_flex {
display: block;
}
.top_content_jr_pic {
display: block;
width: auto;
height: auto;
}
.top_content_jr_txt {
width: auto;
padding-top: 0;
}
}


.midashi_jr_top_pic {
position: relative;
display: inline-block;
width: 100%;
min-height: 460px;
max-width: 1000px;
overflow: hidden;
padding-bottom: 65%;
margin-left: 0;
margin-bottom: 50px;
margin-top: -50px;
border-radius: 20px 20px 0 0;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
@media screen and (max-width: 834px){
.midashi_jr_top_pic {
width: 95%;
min-height: inherit;
padding-bottom: 70%;
margin-top: -20px;
margin-left: -13%;
margin-bottom: 20px;
border-radius: 0 20px 20px 0;
border: none;
box-shadow: none;
}
}
.midashi_jr_top_pic img {
position: absolute;
object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
}


.wrap_top_jr {
position: relative;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 30px;
margin-bottom: 20px;
}
.top_jr_box {
display: block;
width: calc(100% / 4 - 10px );
text-align: center;
margin-bottom: 30px;
}
.top_jr_box02 {
display: block;
width: calc(100% / 3 - 10px );
text-align: center;
margin-bottom: 30px;
}

.wrap_top_jr::after{
  content:"";
  display: block;
  width:25%;
}
.wrap_top_jr02::after{
  content:"";
  display: block;
  width:30%;
}


@media screen and (max-width: 1080px){
.wrap_top_jr {
margin-bottom: 10px;
}
.wrap_top_jr::after {
width: 30%;
}
.top_jr_box,
.top_jr_box02 {
width: calc(100% / 3 - 10px );
margin-bottom: 30px;
}
}
@media screen and (max-width: 640px){
.wrap_top_jr {
margin-bottom: 5px;
}
.wrap_top_jr::after {
width: 50%;
}
.top_jr_box,
.top_jr_box02 {
width: calc(100% / 2 - 10px );
margin-bottom: 5px;
}
}

.top_jr_box p,
.top_jr_box02 p{
font-weight: 500;
font-size: 120%;
margin-bottom: 0;
}

.top_jr_box p.kyoutyou,
.top_jr_box02 p.kyoutyou {
font-weight: 700;
font-size: 140%;
color: #090;
}
.top_jr_box p i,
.top_jr_box02 p i{
font-size: 120%;
margin-right: 3px;
}



.top_jr_box_pic {
display: block;
margin: 0 auto;
margin-bottom: 10px;
position: relative;
width: 95%;
height: 0;
padding-bottom: 95%;
overflow: hidden;
}

@media screen and (max-width: 1080px){
.top_jr_box_pic {
width: 100%;
padding-bottom: 100%;
overflow: hidden;
}
}
.top_jr_box_pic img {
position: absolute;
object-fit: contain;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
}

ul.wrap_top_fit_price {
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
}

ul.wrap_top_fit_price li {
display: inline-block;
list-style: none;
text-align: center;
font-weight: 500;
margin: 0;
padding: 0;
font-size: 150%;
margin-bottom: 30px;
vertical-align: middle;
}
ul.wrap_top_fit_price li i {
font-size: 150%;
display: inline-block;
vertical-align: middle;
margin-right: 0.25em;
}
ul.wrap_top_fit_price li a {
position: relative;
display: block;
color: #e93f7f;
text-decoration: none;
border-left: none;
	border-radius: 35px;
	padding: 0.5em 2em;
	background-color: #FFF;
box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

ul.wrap_top_fit_price li a::before {
	content: '';
	position: absolute;
	top: calc(50% - 5px);
	right: -35px;
	transform: rotate(30deg);
	width: 12px;
	height: 1px;
	background-color: #999;
}

ul.wrap_top_fit_price li a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -35px;
	transform: translateY(-50%);
	width: 70px;
	height: 1px;
	background-color: #999;
}


ul.wrap_top_fit_price li a:hover {
background-color: #F5F5F5;
box-shadow: -2px -2px 5px rgba(0,0,0,0.3);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
ul.wrap_top_fit_price li a:hover:before {
	background-color: #e93f7f;
	right: -45px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

ul.wrap_top_fit_price li a:hover:after {
	background-color: #e93f7f;
	right: -45px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

@media screen and (max-width: 834px){
ul.wrap_top_fit_price li {
padding: 0;
font-size: 100%;
margin-bottom: 20px;
}
ul.wrap_top_fit_price li i {
font-size: 150%;
}
ul.wrap_top_fit_price li a {
	border-radius: 35px;
	padding: 0.5em 2em;
}
ul.wrap_top_fit_price li a::before {
	right: -15px;
	width: 12px;
	height: 1px;
	background-color: #999;
}

ul.wrap_top_fit_price li a::after {
	right: -15px;
	width: 35px;
}
ul.wrap_top_fit_price li a:hover:before {
	right: -20px;
}

ul.wrap_top_fit_price li a:hover:after {
	right: -20px;
}
}




ul.wrap_top_jr_sub {
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
ul.wrap_top_jr_sub li {
display: inline-block;
list-style: none;
text-align: center;
font-weight: 500;
margin: 0;
padding: 0;
font-size: 110%;
width: calc(100% / 5 );
}
ul.wrap_top_jr_sub li i {
font-size: 320%;
display: block;
margin-bottom: 10px;
}
ul.wrap_top_jr_sub li a {
display: block;
color: #F90;
text-decoration: none;
border-left: none;
}

ul.wrap_top_jr_sub li a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}

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

ul.wrap_top_jr_sub li {
width: calc(100% / 3 - 3px );
letter-spacing: 0;
font-size: 100%;
}
ul.wrap_top_jr_sub li a {
background: none;
padding: 0 0;
margin-top: 10px;
border: none;
}
ul.wrap_top_jr_sub li:first-child a {
border-left: none;
}
ul.wrap_top_jr_sub li i {
font-size: 200%;
}
}
@media screen and (max-width: 520px){
ul.wrap_top_jr_sub li {
font-size: 3.5vw;
}
ul.wrap_top_jr_sub li i {
font-size: 200%;
}
}


/** フィットネス
************************************/

.fit_top_back {
  position: relative;
  background: rgb(253,237,237);
background: linear-gradient(90deg, rgba(253,237,237,1) 0%, rgba(253,237,237,1) 96%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 100%);
  padding-bottom: 80px;
  margin-bottom: 0;
}

@media screen and (max-width: 834px){
.fit_top_back {
  padding-left: 0;
padding-right: 15px;
  padding-bottom: 40px;
}
}
.fit_top_back:before {
  position: absolute;
  left: 0;
  top: 22%;
  content: "Fitness";
  font-size: 8vw;
  line-height: 120%;
  white-space: pre-wrap;
  font-weight: 700;
  color: #FFF;
  text-align: right;
}


.box_program_kaiki {
display: block;
text-align: center;
}
.box_program_kaiki h5 {
display: inline-block;
padding: 0.5em 2em;
margin-bottom: 10px;
font-weight: 400;
font-size: 100%;
border-radius: 20px;
color: #FFF;
background: #d4e4ef; /* Old browsers */
background: -moz-linear-gradient(top,  #d4e4ef 0%, #86aecc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #d4e4ef 0%,#86aecc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #d4e4ef 0%,#86aecc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#86aecc',GradientType=0 ); /* IE6-9 */
}



.box_top_kaiki {
display: block;
text-align: center;
margin: 0 auto;
margin-bottom: 50px;
max-width: 80%;
}



.box_top_kaiki_flex_title {
display: block;
width: 150px;
}


.box_fit_kaiki_flex {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 50px;
margin-top: 20px;
}
.box_fit_kaiki {
display: block;
width: calc(100% / 3 - 32px);
padding: 0 0;
}

@media screen and (max-width: 834px){
.box_fit_kaiki_flex {
display: block;
margin: 0 16%;
}
.box_fit_kaiki {
display: block;
width: auto;
margin-bottom: 18px;
padding: 0 0;
font-size: 90%;
}
}

.box_fit_kaiki ruby {
line-height: 0.1;
text-align: justify;
}
.box_fit_kaiki rt {
font-size: 80%;
line-height: 0.1;
text-align: justify;
}
/*
@media screen and (max-width: 834px){
.box_fit_kaiki_flex {
display: block;
margin: 0 auto;
max-width: 60%;
margin-bottom: 0;
}
.box_fit_kaiki {
display: block;
width: auto;
padding: 0 0;
margin-bottom: 30px;
}
}
*/

.box_fit_kaiki h5 {
	position: relative;
	z-index: 1;
	text-align: center;
	vertical-align: middle;
color: #FFF;
padding: 0.5em 0;
margin-bottom: 15px;
font-weight: 400;
font-size: 100%;
border-radius: 10px;
background-color: #e93f7f
}
.box_fit_kaiki h5:after {
  font-family: "Font Awesome 5 Free";
	font-size: 30px;
	position: absolute;
color: #e93f7f;
	z-index: -1;
	right: 0;
	bottom: -20px;
	left: 0;
	font-weight: 900;
	content: '\f0d7';
}

table.table_fit_kaiki {
table-layout: fixed;
width: 100%;
margin: 0;
padding: 0;
background: none;
border: none;
}
table.table_fit_kaiki tr {
margin: 0;
padding: 0;
background: none;
border: none;
}
table.table_fit_kaiki th, 
table.table_fit_kaiki td {
margin: 0;
padding: 0.5em 0;
min-height: 4em;
height: 4em;
vertical-align: middle;
background: none;
border-left: none;
border-right: none;
border: none;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
text-align: left;
}
table.table_fit_kaiki th {
margin: 0;
padding: 0.5em 0;
background: none;
border-left: none;
border-right: none;
border: none;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
text-align: left;
width: 6em;
}


ul.list_bt_top_fit_taiken {
margin: 0;
padding: 0;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
ul.list_bt_top_fit_taiken li {
margin: 0 5px;
margin-bottom: 5px;
padding: 0;
display: inline-block;
width: calc(100% / 2 - 10px);
text-align: center;
}


ul.list_bt_top_fit_taiken li a {
display: block;
padding: 1em 1em;
line-height: 150%;
font-size: 120%;
border-radius: 20px;
text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
background: #ffc578; /* Old browsers */
color: #FFF;
font-weight: 600;
text-decoration: none;
}
ul.list_bt_top_fit_taiken li a i {
font-weight: 900;
margin-right: 0.25em;
}
ul.list_bt_top_fit_taiken li a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;

}



.box_top_kaiki h5 {
font-weight: 400;
color: #e93f7f;
margin-bottom: 0;
text-align: center;
}
.box_top_kaiki h5 i {
display: block;
font-weight: 900;
font-size: 200%;
color: #e93f7f;
margin-bottom: 0;
}
@media screen and (max-width: 834px){
.box_top_kaiki {
max-width: inherit;
margin-bottom: 30px;
}

.box_top_kaiki_flex_title {
width: auto;
text-align: center;
margin-bottom: 15px;
}

.box_top_kaiki h5 {
font-size: 120%;
}

.box_top_kaiki h5 i {
display: inline-block;
font-size: 130%;
margin-bottom: 0;
margin-right: 0.5em;
}
}


table.table_top_kaihi {
table-layout: fixed;
width: 100%;
margin: 0;
padding: 0;
border-collapse: separate;
border-spacing: 10px;
}
table.table_top_kaihi tr {
margin: 0;
padding: 0;
background: none;
border: none;
}
table.table_top_kaihi th,
table.table_top_kaihi td {
margin: 0;
text-align: center;
border: none;
white-space: nowrap;
}
table.table_top_kaihi th {
	position: relative;
	z-index: 1;
	text-align: center;
	vertical-align: middle;
color: #FFF;
padding: 0.25em;
font-weight: 400;
border-radius: 10px;
background-color: #e93f7f
}
table.table_top_kaihi td {
padding: 1em 0.5em;
background: rgba(255,255,255,0.5);
border-radius: 10px;
}

table.table_top_kaihi th:after {
  font-family: "Font Awesome 5 Free";
	font-size: 30px;
	position: absolute;
color: #e93f7f;
	z-index: -1;
	right: 0;
	bottom: -30px;
	left: 0;
	font-weight: 900;
	content: '\f0d7';
}

@media screen and (max-width: 834px){
table.table_top_kaihi th {
padding: 0.25em;
}
table.table_top_kaihi td {
padding: 0.5em 0.25em;
font-size: 90%;
}
}


table.table_kaihi {
table-layout: auto;
width: auto;
margin: 0 auto;
padding: 0;
}
table.table_kaihi tr {
margin: 0;
padding: 0;
background: none;
border: none;
}
table.table_kaihi th,
table.table_kaihi td {
margin: 0;
background: none;
border: none;
padding: 0;
}
table.table_kaihi th {
font-weight: 400;
width: 4em;
text-align: left;
}




@media screen and (max-width: 834px){
.fit_top_back:before {
  position: absolute;
  left: 0;
  top: 30px;
  text-align: left;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 60px;
  line-height: 1;
  white-space: nowrap;
}
}



.color_top_fit {
color: #e93f7f;
}


.top_content_fit_pic {
display: block;
width: 55%;
order: 2;
}
.top_content_fit_txt {
display: block;
width: 41%;
order: 1;
padding-top: 20px;
}
@media screen and (max-width: 834px){
.top_content_fit_pic {
display: flex;
justify-content: flex-end;
width: auto;
}
.top_content_fit_txt {
width: auto;
padding-top: 0;
}
}





.midashi_fit_top_pic_flex {
display: flex;
justify-content: flex-end;
margin: 0;
padding: 0;
}



.midashi_fit_top_pic {
position: relative;
display: inline-block;
width: 100%;
height: 0;
min-height: 480px;
max-width: 1000px;
overflow: hidden;
padding: 0;
padding-bottom: 65%;
margin-right: 0;
margin-bottom: 50px;
margin-top: -50px;
border-radius: 20px 20px 0 0;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
}



@media screen and (max-width: 834px){
.midashi_fit_top_pic {
width: 95%;
min-height: inherit;
padding-bottom: 70%;
margin-top: -20px;
margin-right: -13%;
margin-bottom: 20px;
border-radius: 20px 0 0 20px;
border: none;
box-shadow: none;
}
}
.midashi_fit_top_pic img {
position: absolute;
object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
}


.wrap_top_fit {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 0;
margin-bottom: 30px;
}



.top_fit_box {
display: block;
width: calc(100% / 4 - 10px );
text-align: center;
margin-bottom: 30px;
}

.top_fit_box::after{
  content:"";
  display: block;
  width:25%;
}


@media screen and (max-width: 834px){
.wrap_top_fit {
margin-bottom: 0;
}
.wrap_top_fit::after {
width: 50%;
}
.top_fit_box {
width: calc(100% / 2 - 10px );
margin-bottom: 15px;
}

}



.top_fit_box p {
font-size: 120%;
font-weight: 500;
margin-bottom: 0;
}
.top_fit_box p.kyoutyou {
font-weight: 700;
font-size: 140%;
color: #e93f7f;
}
@media screen and (max-width: 834px){
.top_jr_box p.kyoutyou,
.top_jr_box02 p.kyoutyou {
font-size: 120%;
}
.top_fit_box p.kyoutyou {
font-size: 120%;
}
}

.top_fit_box p i {
font-size: 120%;
margin-right: 3px;
}


.top_fit_box_pic {
display: block;
margin: 0 auto;
margin-bottom: 10px;
position: relative;
width: 95%;
height: 0;
padding-bottom: 95%;
overflow: hidden;
}

@media screen and (max-width: 1080px){
.top_fit_box_pic {
width: 100%;
padding-bottom: 100%;
}
}
.top_fit_box_pic img {
position: absolute;
object-fit: contain;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
}









/** 入会・体験・見学のご案内
************************************/

.guide_top_back {
  position: relative;
  background-color: #E5E5E5;
  padding-top: 80px;
  padding-bottom: 50px;
  margin-bottom: 130px;
}
.guide_top_back svg {
    position: absolute;
    width: 100%;
    top: 99%;
    left: 0;
	height: 100px;
    z-index: -1
}
@media screen and (max-width: 834px){
.guide_top_back {
  padding-top: 50px;
  padding-bottom: 0;
  margin-bottom: 90px;
}
.guide_top_back svg {
    width: 270%;
}
}
.guide_top_back:before {
  position: absolute;
  right: 0;
  top: 70%;
  content: "Guidence";
  font-size: 8vw;
  line-height: 120%;
  white-space: pre-wrap;
  font-weight: 700;
  color: #FFF;
  text-align: right;
}

@media screen and (max-width: 834px){
.guide_top_back:before {
  position: absolute;
  right: 0;
  top: 30px;
  text-align: left;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 60px;
  line-height: 1;
  white-space: nowrap;
}
}







.midashi_guide_top_pic {
position: relative;
display: inline-block;
width: 100%;
height: 0;
max-width: 1000px;
overflow: hidden;
padding-bottom: 65%;
margin-left: 0%;
margin-bottom: 50px;
}
@media screen and (max-width: 834px){
.midashi_guide_top_pic {
width: 95%;
padding-bottom: 65%;
margin-left: -13%;
margin-bottom: 20px;
border-radius: 0 20px 20px 0;
border: none;
box-shadow: none;
}
}
.midashi_guide_top_pic img {
position: absolute;
object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
}






/**ニュース
************************************/

.news_top_back {
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 0;
}


@media screen and (max-width: 834px){
.news_top_back {
  padding-right: 0;
  padding-bottom: 30px;
  margin-bottom: 0;
}
}


.news_top_back:before {
  position: absolute;
  right: 0;
  top: -30px;
  content: "News";
  font-size: 7vw;
  line-height: 120%;
  white-space: nowrap;
  font-weight: 700;
  color: #F1F1F1;
  text-align: center;
  width: 32%;
}

@media screen and (max-width: 834px){
.news_top_back:before {
  position: absolute;
  right: 0;
  top: 0;
  text-align: left;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 60px;
  line-height: 1;
  white-space: nowrap;
}
}




.top_news_flex {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 30px;
}
.top_news_box {
display: block;
  width: calc(100% / 2 );
    border-top:1px solid #e3e3e3;
}
.top_news_box:nth-child(odd) {
    padding:20px 20px 20px 0
}
.top_news_box:nth-child(even) {
    padding: 20px 0 20px 20px;
    border-left:1px solid #e3e3e3;
}
@media screen and (max-width: 1440px) {
.top_news_box:nth-child(odd) {
padding:1.38889vw 1.38889vw 1.38889vw 0vw
}
.top_news_box:nth-child(even) {
padding:1.38889vw 0vw 1.38889vw 1.38889vw
}
}
@media screen and (max-width: 1280px) {
.top_news_box:nth-child(odd) {
padding:1.5625vw 1.5625vw 1.5625vw 0vw
}
.top_news_box:nth-child(even) {
padding:1.5625vw 0vw 1.5625vw 1.5625vw
}
}
@media screen and (max-width: 834px) {
.top_news_box:nth-child(odd) {
padding:1.4vw 0vw 1.4vw 0vw
}
.top_news_box:nth-child(even) {
padding: 1.4vw 0vw 1.4vw 0vw;
border-left:none
}
}
@media screen and (max-width: 560px) {
.top_news_box:nth-child(odd) {
padding:20px 0
}
.top_news_box:nth-child(even) {
padding: 20px 0;
}
}





@media screen and (max-width: 834px){
.top_news_flex {
display: block;
  margin-bottom: 20px;
  border-top: 1px dotted #CCC;
}
.top_news_box {
display: block;
  width: auto;
  border-top: none;
  border-right: none;
  border-bottom: 1px dotted #CCC;
}
}

.top_news_box_flex {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding: 0 0;
letter-spacing: 0.05em;
}
@media screen and (max-width: 834px){
.top_news_box_flex {
padding: 1em 0;
        font-size:2.67857vw
}
}

.top_news_box_flex_txt {
display: block;
  width: 71%;
}

.top_news_box_flex_txt {
    padding: 0 0 0 20px;
    width: -webkit-calc(100% - 9.02778vw);
    width:calc(100% - 9.02778vw)
}
@media screen and (max-width: 1440px) {
.top_news_box_flex_txt {
        padding:0vw 0vw 0vw 1.38889vw
    }
}

@media screen and (max-width: 1280px) {
.top_news_box_flex_txt {
        padding:0vw 0vw 0vw 1.5625vw
}
}

@media screen and (max-width: 834px) {
.top_news_box_flex_txt {
        width: -webkit-calc(100% - 21.20536vw);
        width: calc(100% - 21.20536vw);
        padding:0vw 0vw 0vw 3.34821vw
}
}

@media screen and (max-width: 560px) {
.top_news_box_flex_txt {
        width: -webkit-calc(100% - 95px);
        width: calc(100% - 95px);
        padding:0 0 0 15px
}
}

.top_news_box_flex_pic {
position: relative;
display: block;
  width: 25%;
  height: 0;
  padding-bottom: 25%;
  overflow: hidden;
  background-color: #F5F5F5;
}


.top_news_box_flex_pic {
    position: relative;
    overflow: hidden;
    width: 9.02778vw;
    height:9.02778vw
}
.top_news_box_flex_pic:after {
    display: block;
    content: "";
    padding-top:100%
}

@media screen and (max-width: 834px) {
.top_news_box_flex_pic {
        width: 21.20536vw;
        height:21.20536vw
}
}
@media screen and (max-width: 560px) {
.top_news_box_flex_pic {
        width: 95px;
        height:95px
}
}


.top_news_pic_yesphoto {
position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.top_news_pic_nophoto {
position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
display: block;
width: 75%;
height: 75%;
object-fit: contain;
}
a:hover .top_news_pic_yesphoto,
a:hover .top_news_pic_nophoto {
width: 120%;
height: 120%;
object-fit: cover;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
}


p.top_news_day {
font-weight: 500;
font-size: 15px;
margin-bottom: 10px;
}
@media screen and (max-width: 834px){
p.top_news_day {
margin-bottom: 0;
}
}


ul.category_list {
display: flex;
justify-content: flex-end;
margin: 0;
margin-top: 15px;
padding: 0;
}
ul.category_list li {
display: inline-block;
align-items: flex-end;
align-content: flex-end;
list-style: none;
letter-spacing: 0;
margin: 0;
margin-right: 0.5em;
padding: 0;
font-size: 14px;
line-height: 130%;
}
ul.category_list li:last-child {
margin-right: 0;
}

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

ul.category_list {
display: flex;
justify-content: flex-end;
margin: 0;
margin-top: 15px;
padding: 0;
}
ul.category_list li {
        font-size:2.67857vw
}
}
ul.category_list li a {
display: block;
color: #F90;
font-weight: 500;
text-decoration: none;
}
ul.category_list li a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}


.top_news_box a{
	display: block;
	color: #333;
	text-decoration: none;
}
.top_news_box a:hover {
	text-decoration: underline;
}

p.daytime {
display: inline-block;
margin-right: 5px;
}
.tag_new {
	display: inline-block;
	margin: 0;
	font-size: 80%;
	padding: 5px 10px;
	background-color: #F00;
	color: #FFF;
	text-align: center;
	line-height: 100%;
}


.bt_top_news {
display: inline-block;
position: relative;
margin: 0.5em;
}
.bt_top_news a {
position: relative;
z-index: 10;
display: block;
color: #707070;
padding-right: 2.2em;
text-decoration: none;
}
.bt_top_news a:after {
position: absolute;
  content: '\f0a9';
  font-family: "Font Awesome 5 Free";
 font-weight: 900;
 right: 1em;
}
.bt_top_news a:hover {
color: #F90;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.bt_top_news a:hover:after {
color: #F90;
 right: 0em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


/**instagram
************************************/

.top_back {
  position: relative;
  padding-bottom: 0;
}

@media screen and (max-width: 834px){
.top_back {
  padding-right: 0;
  padding-bottom: 0;
}
}
.top_insta_back {
  position: relative;
  display: block;
}

@media screen and (max-width: 834px){
.top_insta_back {
  position: relative;
  color: #FFF;
  padding-right: 70px;
  padding-bottom: 30px;
background: linear-gradient(0deg, #0080CB 0%, #0080CB 93%, #FFF 93%, #FFF 93% 100%);
}
.top_insta_back:before {
  position: absolute;
  right: 0;
  top: 11%;
  content: "SNS";
  text-align: left;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-weight: 700;
  color: #F1F1F1;
  font-size: 60px;
  line-height: 1;
}
}


/** アクセス
************************************/

.top_back_access {
  position: relative;
  padding-top: 80px;
  padding-bottom: 50px;
  margin-bottom: 0;
  background-color: #fff;
  background-image:
    radial-gradient(#f5f9e1 20%, transparent 20%),
    radial-gradient(#fdfdec 20%, transparent 20%);
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
}
@media screen and (max-width: 834px){
.top_back_access {
  padding-right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
}

.top_insta_back {
  position: relative;
  display: block;
}

@media screen and (max-width: 834px){
.top_back_access_in {
  position: relative;
  color: #FFF;
  padding-left: 70px;
  padding-bottom: 30px;
background: linear-gradient(0deg, #0080CB 0%, #0080CB 90%, #FFF 90%, #FFF 90% 100%);


}
.top_back_access_in:before {
  position: absolute;
  left: 0;
  top: 12%;
  content: "Access";
  text-align: left;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-weight: 700;
  color: #F1F1F1;
  font-size: 60px;
  line-height: 1;
}
}


.googlemap {
position: relative;
display: block;
padding-bottom: 25%;
height: 0;
overflow: hidden;
}
@media screen and (max-width: 1480px){
.googlemap {
padding-bottom: 25%;
}
}
@media screen and (max-width: 1380px){
.googlemap {
padding-bottom: 25%;
}
}
@media screen and (max-width: 1280px){
.googlemap {
padding-bottom: 25%;
}
}
@media screen and (max-width: 834px){
.googlemap {
padding-bottom: 100%;
}
}

.googlemap iframe {
    position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/** 事務所のご案内
************************************/

.top_back_jigyousho {
  position: relative;
  padding-top: 80px;
  padding-bottom: 0;
  margin-bottom: 0;
  background-color: #fff;
  background-image:
    radial-gradient(#f5f9e1 20%, transparent 20%),
    radial-gradient(#fdfdec 20%, transparent 20%);
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
}


@media screen and (max-width: 834px){
.top_back_jigyousho {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
}
}

.top_jigyousho_flex {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.top_jigyousho_flex_box {
display: inline-block;
  width: calc(100% / 4);
  margin: 0;
  padding: 0;
position: relative;
z-index: 0;
overflow: hidden;
align-items: center;
color: #FFF;
}

.top_jigyousho_flex_box::after {
position: absolute;
object-fit: cover;
  content: " ";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, 0.3);
}
.top_jigyousho_flex_box a {
display: block;
color: #FFF;
text-decoration: none;
}


@media screen and (max-width: 834px){
.top_jigyousho_flex {
display: block;
}

.top_jigyousho_flex_box {
display: block;
  width: auto;
}
.top_jigyousho_flex_box a {
}

}

.top_jigyousho_flex_box::after {
position: absolute;
object-fit: cover;
  content: " ";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, 0.3);
}
.top_jigyousho_flex_box a {
display: block;
padding: 0;
color: #FFF;
text-decoration: none;
}





.top_jigyousho_flex_box p {
position: absolute;
z-index: 1;
margin-bottom: 0;
font-size: 22px;
font-weight: 500;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
}
.top_jigyousho_flex_box p i {
margin-right: 0.5em;
font-size: 120%;
font-weight: 900;
}
@media screen and (max-width: 1080px){
.top_jigyousho_flex_box p {
font-size: 19px;
}
}
@media screen and (max-width: 834px){
.top_jigyousho_flex_box p {
font-size: 22px;
}
}

.top_jigyousho_bgpic {
overflow: hidden;
display: block;
width: 100%;
object-fit: cover;
/*
position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
display: block;
width: 100%;
height: 100%;
object-fit: cover;
*/
}

.top_jigyousho_flex_box a:hover img.top_jigyousho_bgpic {
    -webkit-transform: scale(1.024);
    -ms-transform: scale(1.024);
    transform:scale(1.024)
}







.title_entry {
position: relative;
display: block;
margin-bottom: 20px;
border-bottom: 1px dotted #999;
padding: 0 1.3em;
}
.title_entry:before {
position: absolute;
  content: '\f138';
  font-family: "Font Awesome 5 Free";
margin-left: -1.3em;
 font-weight: 900;
 color: #2d6595;
 font-size: 1.5em;
}
.title_entry p {
margin-bottom: 0;
}

.title_entry h3,
.title_entry h4 {
font-size: 140%;
margin-bottom: 10px;
}
.title_entry h4 a {
color: #000;
text-decoration: none;
}
@media only screen and (max-width: 834px) {
.title_entry h3,
.title_entry h4 {
font-size: 3.5vw;
}
}
.list_pic {
float: right;
max-width: 32%;
margin-left: 5%;
}


.tag_category {
display: inline-block;
white-space: nowrap;
font-size: 80%;
}

.tag_category a {
display: block;
background-color: #232e87;
color: #FFF;
padding: 0 10px;
padding-top: 2px;
text-decoration: none;
}
.tag_category a:hover {
background-color: #999 !important;
color: #000;
}


/************************************
** flex
************************************/


.flex_double {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.flex_double_left, 
.flex_double_right {
display: block;
width: 48%;
}
@media only screen and (max-width: 834px) {
.flex_double {
display: block;
}
.flex_double_left, 
.flex_double_right {
display: block;
width: auto;
}
.flex_double_left {
display: block;
width: auto;
margin-bottom: 20px;
}
}



/************************************
** 会費・料金
************************************/

.nami_red {
  text-decoration: underline;
  text-decoration-style: wavy;
  text-decoration-color: #F00;
  text-decoration-skip-ink: none;
text-decoration-thickness: 2px;
  text-underline-offset: 5px;

}
.flex_admission {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.flex_admission_left {
order: 2;
display: block;
width: 48%;
} 
.flex_admission_right {
order: 1;
display: block;
width: 48%;
}
@media only screen and (max-width: 834px) {
.flex_admission {
display: block;
}
.flex_admission_left, 
.flex_admission_right {
display: block;
width: auto;
}
.flex_admission_left {
margin-bottom: 30px;
}
}


.flow_admission_box_tate {
display: flex;
justify-content: space-between;
flex-flow: column;
min-height: calc(100% - 50px);
height: calc(100% - 50px);
}

.flow_admission_box {
display: block;
}
.flow_admission_box h4 {
color: #F90;
font-size: 120%;
margin-bottom: 10px;
padding-bottom: 3px;
border-bottom: 1px solid #CCC;
}
.flow_admission_yaji {
text-align: center;
color: #F90;
font-size: 120%;
margin-bottom: 15px;
}

.list_flow_admission_flex {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.list_flow_admission_pic {
display: block;
width: 35%;
margin: 0;
padding: 0;
padding-bottom: 24%;
height: 0;
position: relative;
overflow: hidden;
}
.list_flow_admission_pic img {
position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.list_flow_admission_txt {
display: block;
width: 62%;
padding: 0;
}
.list_flow_admission_txt p {
padding-top: 0;
margin-top: -7px;
}

@media only screen and (max-width: 834px) {
.list_flow_admission_pic {
width: 35%;
padding-bottom: 24%;
}
.list_flow_admission_txt {
width: 62%;
}
}

@media only screen and (max-width: 640px) {
.list_flow_admission_flex {
display: block;
}
.list_flow_admission_pic {
display: block;
margin: 0 auto;
margin-bottom: 15px;
width: 100%;
padding-bottom: 62%;
}
.list_flow_admission_txt {
width: auto;
}
}


table.table_admission {
table-layout: fixed;
width: 100%;
border-collapse: collapse;
min-height: 90%;
margin: 0;
padding: 0;
}
table.table_admission tr {
background: none;
border: none;
margin: 0;
padding: 0;
}
table.table_admission th,
table.table_admission td {
background: none;
border: none;
padding: 1em;
min-height: 7em;
height: 7em;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
vertical-align: middle;
}
table.table_admission th {
font-weight: 500;
width: 35%;
text-align: left;
background-color: #F5F5F5;
}
table.table_admission td {
text-align: left;
background-color: #FFF;
}

@media only screen and (max-width: 834px) {
table.table_admission th,
table.table_admission td {
padding: 0.5em;
}
}



table.table_admission02 {
table-layout: fixed;
width: 100%;
border-collapse: collapse;
min-height: 100%; 
margin: 0;
padding: 0;
}
table.table_admission02.last {
border-bottom: 1px solid #CCC;
}
table.table_admission02.last_sp {
border-bottom: 1px solid #CCC;
}
table.table_admission02 tr {
background: none;
border: none;
margin: 0;
padding: 0;
}
table.table_admission02 th,
table.table_admission02 td {
background: none;
border: none;
padding: 1em;
border-top: 1px solid #CCC;
vertical-align: middle;
min-height: 6em;
height: 6em;
}
table.table_admission02 th {
font-weight: 500;
width: 35%;
text-align: left;
white-space: nowrap;
background-color: #F5F5F5;
}
table.table_admission02 td {
text-align: left;
background-color: #FFF;
}
@media only screen and (max-width: 834px) {

table.table_admission02 {
}
table.table_admission02 th,
table.table_admission02 td {
padding: 0.5em;
}
table.table_admission02.last_sp {
border: none;
}
}


ul.bt_kochira {
margin: 0;
padding: 0;
}
ul.bt_kochira li {
display: block;
list-style: none;
margin: 0;
margin-bottom: 5px;
padding: 0;
}
ul.bt_kochira li a {
position: relative;
display: block;
color: #707070;
padding-right: 2.4em;
text-decoration: none;
}
ul.bt_kochira li a:after {
  content: '\f0a9';
  font-family: "Font Awesome 5 Free";
 font-weight: 900;
 margin-left: 0.2em;
color: #F90;
}
ul.bt_kochira li a:hover {
color: #F90;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
ul.bt_kochira li a:hover:after {
color: #999;
 margin-left: 1em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

ul.bt_kochira_inline {
margin: 0;
padding: 0;
}
ul.bt_kochira_inline li {
display: inline-block;
list-style: none;
margin: 0;
margin-bottom: 5px;
margin-right: 1em;
padding: 0;
}
ul.bt_kochira_inline li a {
position: relative;
display: block;
color: #707070;
padding-right: 2.4em;
text-decoration: none;
}
ul.bt_kochira_inline li a:after {
  content: '\f0a9';
  font-family: "Font Awesome 5 Free";
 font-weight: 900;
 margin-left: 0.2em;
color: #F90;
}
ul.bt_kochira_inline li a:hover {
color: #F90;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
ul.bt_kochira_inline li a:hover:after {
color: #999;
 margin-left: 1em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

@media only screen and (max-width: 834px) {
ul.bt_kochira_inline li {
display: block;
margin: 0;
margin-bottom: 5px;
margin-right: 0;
}
}


.flex_shiteiyouhin {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.flex_shiteiyouhin_left {
display: block;
width: 48%;
} 
.flex_shiteiyouhin_right {
display: block;
width: 48%;
}
@media only screen and (max-width: 834px) {
.flex_shiteiyouhin {
display: block;
}
.flex_shiteiyouhin_left, 
.flex_shiteiyouhin_right {
display: block;
width: auto;
}
}




.admissingoods_flex {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
}
.admissingoods_flex_txt {
display: inline-block;
}
.admissiongoods_flex_goods {
display: inline-block;
}
table.table_goods {
border: none;
background: none;
margin: 0 auto;
padding: 0;
table-layout: fixed;
width: auto;
}
table.table_goods tr {
border: none;
background: none;
margin: 0;
padding: 0;
}
table.table_goods th,
table.table_goods td {
border: none;
background: none;
margin: 0;
padding: 0;
text-align: center;
}

table.table_goods td img {
display: block;
margin: 0;
padding: 0;
max-width: 100px;
}

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

.admissingoods_flex {
display: block;
}
.admissingoods_flex_txt {
display: block;
}
.admissiongoods_flex_goods {
display: block;
}

table.table_goods td {
display: table-cell;
text-align: center;
}
table.table_goods td img {
display: block;
margin: 0;
padding: 0;
max-width: 80px;
}
}


/************************************
** フィットネス
************************************/
.box_fit_proram {
display: block;
padding: 2em 2em;
margin-bottom: 50px;
border-radius: 20px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#feffff+0,d2ebf9+100;Blue+3D+%2312 */
background: #feffff; /* Old browsers */
background: -moz-linear-gradient(top,  #feffff 0%, #f5f5f5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #feffff 0%,#f5f5f5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #feffff 0%,#f5f5f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}

@media screen and (max-width: 834px) {
.box_fit_proram {
padding: 1em 1em;
margin-bottom: 30px;
}
}


h3.title_fit {
position: relative;
font-weight: 400;
font-size: 32px;
margin-bottom: 20px;
padding-bottom: 5px;
padding-left: 1.2em;
background: linear-gradient(transparent 60%, #fbeedb 30%);
}
h3.title_fit:before {
position: absolute;
top: -2px;
  content: '\f70c';
  font-family: "Font Awesome 5 Free";
  margin-left: -1.2em;
 font-weight: 900;
color: #F90;
font-size: 110%;
}

@media screen and (max-width: 1440px) {
h3.title_fit {
font-size: 2.555557vw;
}
}
@media screen and (max-width: 1280px) {
h3.title_fit {
font-size: 2.825vw;
}
}

@media screen and (max-width: 834px) {
h3.title_fit {
font-size: 5.626vw;
}
}
@media screen and (max-width: 560px) {
h3.title_fit {
font-size: 23px;
}
}


.flex_fit_program {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.flex_fit_program_pic {
display: block;
width: 27%;
}
.flex_fit_program_txt {
display: block;
width: 45%;
}
.flex_fit_program_kaiki {
display: block;
width: 22%;
background-color: #F5F5F5;
padding: 1em;
}

@media screen and (max-width: 834px) {
.flex_fit_program {
display: block;
}
.flex_fit_program_pic {
width: auto;
margin-bottom: 15px;
}
.flex_fit_program_txt {
width: auto;
margin-bottom: 15px;
}
.flex_fit_program_kaiki {
width: auto;
}
}
.flex_fit_program_pic_in {
position: relative;
display: block;
padding-bottom: 62%;
height: 0;
overflow: hidden;
}


.flex_fit_program_pic_in img {
position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.flex_fit_program_txt h4.title_content i {
color: #06F;
}


/************************************
** ジュニアスクール
************************************/


.youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
	margin-bottom: 30px;
}
 
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.kidsclub_schebox {
display: block;
padding-bottom: 30px;
margin-bottom: 40px;
border-bottom: 1px solid #CCC;
}

.kidsclub_schebox_flex {
display: flex;
justify-content: flex-start;
align-content: center;
flex-wrap: wrap;
margin-bottom: 15px;
}
.kidsclub_schebox_flex_time {
display: inline-block;
margin-right: 1em;
}
.kidsclub_schebox_flex_title {
display: flex;
align-content: center;
align-items: center;
}
.kidsclub_schebox_flex_title h5 {
margin: 0;
color: #09F;
font-size: 120%;
}

.kids_time {
display: inline-block;
position: relative;
font-weight: 600;
color: #F90;
font-size: 120%;
padding: 0.5em 1em;
padding-left: 2.5em;
border: 1px solid #CCC;
width: 10em;
}

.kids_time:before {
position: absolute;
  content: '\f017';
  font-family: "Font Awesome 5 Free";
  left: 0.5em;
top: 0;
 font-weight: 900;
color: #F90;
font-size: 150%;
}
@media screen and (max-width: 834px) {
.kids_time {
font-size: 120%;
padding: 0.3em 0.5em;
padding-left: 2.2em;
width: 9.5em;
}

.kids_time:before {
  left: 0.5em;
top: 0;
font-size: 130%;
}
}


.kidsclub_schebox_main_flex {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.kidsclub_schebox_main_left {
display: block;
width: 48%;
}
.kidsclub_schebox_main_right {
display: block;
width: 48%;
}

@media screen and (max-width: 834px) {
.kidsclub_schebox_main_flex {
display: block;
}

.kidsclub_schebox_main_left {
width: auto;
}
.kidsclub_schebox_main_right {
width: auto;
}
}




.flex_kids_photo {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
position: relative;
}
.flex_kids_photo::after {
content:"";
  display: block;
width: calc(100% / 3 - 15px);
}
.flex_kids_photo::before {
content:"";
  display: block;
width: calc(100% / 3 - 15px);
  order:1;
}
.flex_kids_photo_box {
display: block;
width: calc(100% / 3 - 15px);
margin-bottom: 15px;
}
.flex_kids_photo_box img {
display: block;
max-width: 100%;
}
@media screen and (max-width: 834px) {
.flex_kids_photo::after {
content:"";
width: calc(100% / 3 - 10px);
}
.flex_kids_photo::before {
content:"";
width: calc(100% / 3 - 10px);
  order:1;
}
.flex_kids_photo_box {
width: calc(100% / 3 - 10px);
margin-bottom: 20px;
}
}
.flex_under_moto {
display: flex;

  flex-direction: column;
}

.flex_under {
  margin-top: auto;
}

.flex_kids_photo_big {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
position: relative;
}
.flex_kids_photo_big::after {
content:"";
  display: block;
width: calc(100% / 2 - 15px);
}
.flex_kids_photo_big::before {
content:"";
  display: block;
width: calc(100% / 2 - 15px);
  order:1;
}
.flex_kids_photo_box_big {
display: block;
width: calc(100% / 2 - 15px);
}
.flex_kids_photo_box_big img {
display: block;
max-width: 100%;
}
@media screen and (max-width: 834px) {
.flex_kids_photo_big::after {
content:"";
width: calc(100% / 2 - 10px);
}
.flex_kids_photo_big::before {
content:"";
width: calc(100% / 2 - 10px);
  order:1;
}
.flex_kids_photo_box_big {
width: calc(100% / 2 - 10px);
margin-bottom: 20px;
}
}



.flex_jr_program {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.flex_jr_program_pic {
order: 2;
display: block;
width: 25%;
}
.flex_jr_program_txt {
display: block;
width: 73%;
}




@media screen and (max-width: 834px) {
.flex_jr_program {
display: block;
}
.flex_jr_program_pic {
width: auto;
margin-bottom: 15px;
}
.flex_jr_program_txt {
width: auto;
margin-bottom: 15px;
}
}
.flex_jr_program_pic_in {
position: relative;
display: block;
padding-bottom: 62%;
height: 0;
overflow: hidden;
}


.flex_jr_program_pic_in img {
position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.flex_jr_program_txt h4.title_content i {
color: #06F;
}

.box_age {
display: block;
padding: 2em 2em;
margin-bottom: 50px;
}
.box_age00 {
display: block;
padding: 0 2em;
}


@media screen and (max-width: 834px) {
.box_age {
padding: 1.5em 1.5em;
margin-bottom: 30px;
}
.box_age00 {
padding: 0 1.5em;
}

}
p.user_check {
position: relative;
padding-left: 3em;
font-size: 140%;
line-height: 150%;
}
p.user_check:before {
position: absolute;
  content: '\f4fc';
  font-family: "Font Awesome 5 Free";
  left: 0;
 font-weight: 900;
color: #090;
font-size: 200%;
line-height: 150%;
top: 0;
}

@media screen and (max-width: 834px) {
p.user_check {
position: relative;
padding-left: 2em;
font-size: 110%;
}
p.user_check:before {
position: absolute;
font-size: 150%;
top: 0;
}
}

.box_jr_proram {
display: block;
padding: 2em 2em;
margin-bottom: 50px;
border-radius: 20px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#feffff+0,d2ebf9+100;Blue+3D+%2312 */
background: #FFFFFF; /* Old browsers */
background: -moz-linear-gradient(top,  #FFFFFF 0%, #f2f8fb 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #FFFFFF 0%,#f2f8fb 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #FFFFFF 0%,#f2f8fb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#f2f8fb',GradientType=0 ); /* IE6-9 */
}

@media screen and (max-width: 834px) {
.box_jr_proram {
padding: 1em 1em;
margin-bottom: 30px;
}
}

.flex_swim_taisou {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 50px;
}
.flex_swim_taisou_box {
width: calc(100% / 2);
padding: 0;
background-color: #FFF;
}
.flex_swim_taisou_box .inner {
padding: 1.5em;
}
.flex_swim_taisou_box .inner h5.title_content {
font-size: 200%;
}
@media screen and (max-width: 834px) {
.flex_swim_taisou {
display: block;
margin-bottom: 0;
}
.flex_swim_taisou_box {
width: auto;
margin-bottom: 30px;
}
}

.flex_swim_taisou_box_pic {
display: block;
position: relative;
height: 0;
padding-bottom: 64.5%;
overflow: hidden;
}
.flex_swim_taisou_box_pic img {
position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.flex_swim_taisou_box_pic a img {
display: block;
}
.flex_swim_taisou_box_pic a:hover img {
width: 120%;
height: 120%;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
}

.box_kaihi_jr {
display: block;
padding: 2em 2em;
background-color: #F5F5F5;
margin-bottom: 50px;
}

@media screen and (max-width: 834px) {
.box_kaihi_jr {
padding: 1.5em 1.5em;
margin-bottom: 30px;
}

}

.box_shadow {
display: block;
padding: 1.5em 2em;
border-radius: 15px;
background-color: rgba(255,255,255, 0.5);
box-shadow: 0 0 5px rgba(0,0,0,0.5);
margin-bottom: 20px;
}
@media screen and (max-width: 834px){
.box_gray {
padding: 1.5em;
margin-bottom: 15px;
}
.box_shadow {
padding: 1.5em;
margin-bottom: 15px;
}
}

h3.title_jr {
position: relative;
font-weight: 400;
margin-bottom: 20px;
padding-bottom: 5px;
padding-left: 1.2em;
}

h3.title_jr:before {
position: absolute;
top: -2px;
  content: '\f1ae';
  font-family: "Font Awesome 5 Free";
  margin-left: -1em;
 font-weight: 900;
color: #F90;
font-size: 110%;
}
h4.title_jr {
position: relative;
font-weight: 400;
margin-bottom: 20px;
padding-bottom: 5px;
padding-left: 1.2em;
  border-bottom: solid 1px #999;
}
h4.title_jr:before {
position: absolute;
top: -2px;
  content: '\f1ae';
  font-family: "Font Awesome 5 Free";
  margin-left: -1em;
 font-weight: 900;
color: #F90;
font-size: 110%;
}

h4.title_jr:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #F90;
  bottom: -1px;
  width: 12%;
  margin-left: -1em;
}



ul.list_age {
margin: 0;
padding: 0;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
ul.list_age li {
position: relative;
display: block;
list-style: none;
margin: 0;
padding: 0;
height: 0;
padding-bottom: calc(100% / 3);
width: calc(100% / 3);
text-align: center;
overflow: hidden;
}
ul.list_age li a {
display: block;
}

ul.list_age li a:after {
position: absolute;
object-fit: cover;
  content: " ";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, 0.2);
}

ul.list_age li img {
position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
ul.list_age li a img {
display: block;
}
ul.list_age li::after::hover {
  background: rgba(0,0,0, 0);
}
ul.list_age li a:hover img {
width: 120%;
height: 120%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}




ul.list_age li p {
position: absolute;
bottom: 10px;
left: 50%;
transform: translateX(-50%);
z-index: 2;
color: #FFF;
font-size: 130%;
line-height: 150%;
font-weight: 600;
}


@media screen and (max-width: 620px) {
ul.list_age {
display: block;
}
ul.list_age li {
margin: 0;
padding: 0;
height: 0;
padding-bottom: 50%;
width: auto;
}
}


/************************************
** ジュニアプログラム
************************************/

.flex_juniorprogram {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.box_juniorprogram {
display: block;
width: calc(100% / 2 - 15px);
box-shadow: 0 0 5px rgba(0,0,0,0.5);
margin-bottom: 20px;
}
.box_juniorprogram .inner {
padding: 1.5em;
}



@media only screen and (max-width: 640px) {
.flex_juniorprogram {
display: block;
}
.box_juniorprogram {
width: auto;
}

.box_juniorprogram .inner {
padding: 1em;
}
}


.jr_program_title,
.fit_program_title {
display: flex;
justify-content: space-between;
margin-bottom: 20px;
padding-bottom: 0;
background: linear-gradient(transparent 60%, #d1e0f6 30%);
}
.jr_program_title h4,
.fit_program_title h4 {
display: inline-block;
position: relative;
font-weight: 400;
margin-bottom: 0;
padding-bottom: 0;
padding-left: 1.0em;
}
.jr_program_title h4:before {
position: absolute;
top: -2px;
  content: '\f1ae';
  font-family: "Font Awesome 5 Free";
  margin-left: -1.0em;
 font-weight: 900;
color: #06F;
font-size: 110%;
}
.fit_program_title h4:before {
position: absolute;
top: -2px;
  content: '\f70c';
  font-family: "Font Awesome 5 Free";
  margin-left: -1.0em;
 font-weight: 900;
color: #06F;
font-size: 110%;
}
.title_busroot p {
display: inline-block;
font-size: 120%;
font-weight: 500;
margin-bottom: 0;
padding-bottom: 0;
}
.bus_available {
color: #F60;
display: inline-block;
margin-left: 1em;
font-size: 80%;
}
.bus_available a {
color: #F60;
display: block;
text-decoration: none;
}
.bus_available a:hover {
color: #555;
text-decoration: underline;
}

.box_youbi {
display: block;
background-color: #F5F5F5;
padding: 1em 1.5em;
margin-bottom: 15px;
}


.box_youbi h5.title_content {
margin-bottom: 0;
}
.box_youbi p {
font-size: 120%;
font-weight: 400;
}

table.table_program_txt {
border: none;
background: none;
margin: 0;
padding: 0;
height: 100%;
width: 100%;
table-layout: fixed;
}
table.table_program_txt tr {
border: none;
background: none;
margin: 0;
padding: 0;
}
table.table_program_txt th,
table.table_program_txt td  {
border: none;
background: none;
margin: 0;
padding: 0;
vertical-align: middle;
}

.table_program_txt_top {
display: block;
margin-bottom: 20px;
}
.table_program_txt_middle {
display: block;
padding: 0 1.5em;
margin-bottom: 20px;
}
.table_program_txt_bottom {
display: block;
vertical-align: bottom;
padding: 0 1.5em;
}


.flex_program {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 30px;
}
.program_pic,
.program_text {
display: block;
width: 48%;
}
.program_pic {
min-height: 330px;
}

@media only screen and (max-width: 1440px) {
.program_pic {
min-height: 380px;
}
}
@media only screen and (max-width: 1280px) {
.program_pic {
min-height: 380px;
}
}
@media only screen and (max-width: 1180px) {
.program_pic {
min-height: 320px;
}
}
@media only screen and (max-width: 1080px) {
.program_pic {
min-height: 280px;
}
}
.program_text {
padding: 0;
}


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

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

}

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

}


.jr_program_box:nth-of-type(odd) .program_pic,
.jr_program_box:nth-of-type(even) .program_text {
order: 2;
}
.jr_program_box:nth-of-type(even) .program_pic,
.jr_program_box:nth-of-type(odd) .program_text {
order: 1;
}

@media only screen and (max-width: 834px) {
.flex_program {
display: block;
margin-bottom: 30px;
}
.program_pic,
.program_text {
width: auto;
}
.program_text {
padding: 1.5em 0;
}
}

table.table_kyuu {
table-layout: fixed;
width: 100%;
background: none;
border: none;
border-collapse: collapse;
padding: 0;
margin: 0;
}
table.table_kyuu tr {
margin: 0;
padding: 0;
background: none;
border: none;
}
table.table_kyuu th,
table.table_kyuu td {
margin: 0;
background: none;
border: none;
padding: 0.25em 1em;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
}
table.table_kyuu th {
font-weight: 500;
width: 25%;
background: #f9fcf7; /* Old browsers */
background: -moz-linear-gradient(top,  #f9fcf7 0%, #f5f9f0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f9fcf7 0%,#f5f9f0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f9fcf7 0%,#f5f9f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#f5f9f0',GradientType=0 ); /* IE6-9 */
}

.box_program_kaiki {
display: block;
text-align: center;
}
.box_program_kaiki h5 {
display: inline-block;
padding: 0.5em 2em;
margin-bottom: 10px;
font-weight: 400;
font-size: 100%;
border-radius: 20px;
color: #FFF;
background: #d4e4ef; /* Old browsers */
background: -moz-linear-gradient(top,  #d4e4ef 0%, #86aecc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #d4e4ef 0%,#86aecc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #d4e4ef 0%,#86aecc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#86aecc',GradientType=0 ); /* IE6-9 */
}

table.table_kaihi {
table-layout: auto;
width: auto;
margin: 0 auto;
padding: 0;
}
table.table_kaihi tr {
margin: 0;
padding: 0;
background: none;
border: none;
}
table.table_kaihi th,
table.table_kaihi td {
margin: 0;
background: none;
border: none;
padding: 0;
}
table.table_kaihi th {
font-weight: 400;
width: 4em;
text-align: left;
}


table.table_kaihi_shitei {
table-layout: auto;
width: auto;
margin: 0 auto;
padding: 0;
}
table.table_kaihi tr {
margin: 0;
padding: 0;
background: none;
border: none;
}
table.table_kaihi th,
table.table_kaihi td {
margin: 0;
background: none;
border: none;
padding: 0 0.5em;
white-space: nowrap;
}
table.table_kaihi th {
font-weight: 400;
text-align: right;
}


.pic_program {
display: block;
position: relative;
height: 100%;
min-height: 100%;
overflow: hidden;
}


@media only screen and (max-width: 834px) {
.pic_program {
display: block;
position: relative;
width: 100%;
height: 0;
min-height: inherit;
padding-bottom: 64%;
}
}
.pic_program img {
position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}


ul.list_bt_taikenkai {
margin: 0;
padding: 0;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
ul.list_bt_taikenkai li {
margin: 0 5px;
margin-bottom: 5px;
padding: 0;
display: inline-block;
width: calc(100% / 2 - 10px);
text-align: center;
}


.flex_kids_tokuchou {
    display:flex;
    flex-wrap:wrap;
justify-content: space-between;
margin: 0;
margin-bottom: 32px;
padding: 0;
}
p.kids_tokuchou_txt {
margin-top: 24px;
margin-bottom: 0;
}
.flex_kids_tokuchou_left{
    display:block;
width: calc(100% / 3 - 32px);
}

.flex_kids_tokuchou_right {
    display:block;
width: calc((100%/3) * 2 - 16px);
}
.flex_kids_tokuchou_half{
    display:block;
width: calc(100% / 2 - 16px);
}

@media only screen and (max-width: 834px) {
.flex_kids_tokuchou {
    display:block;
margin: 0;
margin-bottom: 24px;
padding: 0;
}
p.kids_tokuchou_txt {
margin-top: -3px;
margin-bottom: 18px;
}
.flex_kids_tokuchou_left {
width: auto;
}
.flex_kids_tokuchou_right {
width: auto;
}
.flex_kids_tokuchou_half {
width: auto;
}
}




.kids_kaihi_content {
display: block;
margin: 0 auto;
width: calc(100% / 2 - 16px);
}
@media only screen and (max-width: 834px) {
.kids_kaihi_content {
display: block;
margin: 0 auto;
width: auto;
}
}


ul.list_bt_taikenkai02 {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
margin: 0;
margin-top: 5px;
padding: 0;
justify-content: center;
}

ul.list_bt_taikenkai02 li {
display: inline-block;
list-style: none;
margin: 0 0.5em;
margin-bottom: 0;
padding: 0;
text-align: center;
}

ul.list_bt_taikenkai02 li a {
display: block;
color: #000;
text-decoration: underline;
}
ul.list_bt_taikenkai02 li a i {
font-size: 110%;
color: #900;
margin-right: 0.25em;
}
ul.list_bt_taikenkai02 li a:hover {
background-color: #EEE;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.kids_kaihi {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
margin: 0;
padding: 0;
justify-content: space-between;
}
.kids_kaihi_one {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
margin: 0;
padding: 0;
justify-content: center;
}
.kids_kaihi_box {
display: block;
width: calc(100% / 2 - 16px);
padding: 1em 1em;
padding-bottom: 0.8em;
margin: 0;
margin-bottom: 0;
border: 2px solid #090;
}

.kids_kaihi_one .kids_kaihi_box {
width: calc(100% / 1);
}
.title_shuu {
margin: 0;
margin-top: -6px;
margin-bottom: 18px;
line-height: 150%;
padding: 0;
text-align: center;
font-size: 120%;
font-weight: 600;
color: #090;
}

.kids_kaihi_box p {
display: block;
text-align: center;
margin-bottom: 0;
white-space: nowrap;
line-height: 150%;
color: #000;
}
.kingaku_big {
font-size: 300%;
font-weight: 600;
}
.kingaku_big_yen {
font-size: 150%;
font-weight: 600;
margin-left: 0.3em;
}

@media only screen and (max-width: 834px) {
.kingaku_big {
font-size: 300%;
font-weight: 600;
}
.title_shuu {
margin-bottom: 15px;
}

.kids_kaihi {
    display:block;
margin-bottom: 0;
}


.kids_kaihi_one {
    display:block;
margin-bottom: 0;
}

.kids_kaihi_box {
width: auto;
padding: 1em 0.5;
padding-bottom: 0.8em;
margin: 0 0;
margin-bottom: 18px;
}
.kids_kaihi_box:last-child {
margin-bottom: 0;
}

}









ul.photo_taisou_flow {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	height: 100%;
margin: 0;
padding: 0;
justify-content: space-between;
}
ul.photo_taisou_flow li {
    display:flex;
align-items:stretch;
position: relative;
margin: 0;
background: #555;
padding: 0;
list-style: none;
height: 0;
flex: 1 0 auto; /* fix IE11 */
width: calc(100% / 4);
padding-bottom: 25%;
overflow: hidden;
}

ul.photo_taisou_flow li img {
position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}




ul.list_bt_taikenkai li a {
display: block;
padding: 0.25em 1em;
padding-top: 0.4em;
line-height: 150%;
border-radius: 20px;
text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffc578+0,fb9d23+100;Orange+3D+%233 */
background: #ffc578; /* Old browsers */
background: -moz-linear-gradient(top,  #ffc578 0%, #fb9d23 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffc578 0%,#fb9d23 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffc578 0%,#fb9d23 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 ); /* IE6-9 */

color: #FFF;
font-size: 110%;
font-weight: 600;
text-decoration: none;
}
ul.list_bt_taikenkai li a i {
font-weight: 900;
margin-right: 0.25em;
}
ul.list_bt_taikenkai li a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;

}


ul.bt_kids_course,
ul.bt_kids_course_full {
margin: 0;
margin-top: 15px;
padding: 0;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
ul.bt_kids_course li,
ul.bt_kids_course_full li {
display: inline-block;
list-style: none;
margin: 0 1em;
padding: 0;
font-size: 120%;
font-weight: 500;
}

ul.bt_kids_course li i,
ul.bt_kids_course_full li i {
display: inline-block;
margin: 0;
margin-right: 0.15em;
font-size: 110%;
font-weight: 900;
color: #F90;
}
ul.bt_kids_course li a,
ul.bt_kids_course_full li a {
display: block;
color: #000;
text-decoration: none;
}
ul.bt_kids_course li a:hover,
ul.bt_kids_course_full li a:hover {
color: #555;
text-decoration: underline;
}

@media only screen and (max-width: 834px) {
ul.bt_kids_course_full {
margin-top: 15px;
display: block;
}
ul.bt_kids_course_full li {
display: block;
width: auto;
margin: 0;
margin-right: 0;
margin-bottom: 15px;
}
}

/************************************
** アクセス
************************************/

.pic_access {
position: relative;
display: block;
padding-bottom: 80%;
min-height: 100%;
overflow: hidden;
}
.pic_access img {
position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}

@media only screen and (max-width: 834px) {
.pic_access {
padding-bottom: 100%;
min-height: inherit;
}
}
table.table_access {
table-layout: auto;
width: 100%;
border: none;
background: none;
margin: 0 0;
padding: 0;
}
table.table_access tr {
margin: 0;
padding: 0;
border: none;
background: none;
}
table.table_access th,
table.table_access td {
margin: 0;
padding: 1em;
border: none;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
background: none;
text-align: left;
    height: 6em;
	vertical-align: middle;
}
table.table_access th {
width: 170px;
border-right: 1px solid #CCC;
padding-left: 0;
}
table.table_access.last {
border-bottom: 1px solid #CCC;
}
table.table_access.last_sp {
border-bottom: 1px solid #CCC;
}

@media only screen and (max-width: 1380px) {
table.table_access th {
padding-right: 0.5em;
}
table.table_access td {
padding-right: 0.5em;
}
table.table_access th {
width: 140px;
}
}
@media only screen and (max-width: 1280px) {
table.table_access th {
width: 140px;
}
}
@media only screen and (max-width: 1080px) {
table.table_access th {
width: 130px;
}
}
@media only screen and (max-width: 980px) {
table.table_access th {
width: 110px;
}
}

table.table_access td {
vertical-align: middle;
}
table.table_access td p {
display: block;
margin: 0;
}

@media only screen and (max-width: 834px) {
table.table_access {
margin: 0 0;
}
table.table_access th,
table.table_access td {
display: block;
padding: 0.25em 1em;
border: none;
border-top: none;
border-bottom: 1px solid #CCC;
background: none;
text-align: left;
    height: auto;
padding-left: 0;
}
table.table_access th {
width: auto;
border-right: none;
border-bottom: 1px dotted #CCC;
}
table.table_access td {
 display: flex;
  flex-direction: column;
width: 100%;
vertical-align: middle;
text-align: left;
align-content: flex-start;
align-items: left;
padding-left: 0;
margin-bottom: 1em;
    height: auto;
	min-height: 4em;
}

table.table_access td p {
display: flex;
vertical-align: middle;
align-content: flex-start;
align-items: center;
margin: auto 0;
}

table.table_access.last_sp {
border: none;
}
}


.flex_access {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.flex_access_txt {
display: block;
width: 48%;
}
.flex_access_pic {
display: block;
width: 48%;
}
.flex_access_map {
display: block;
width: 48%;
}

@media only screen and (max-width: 834px) {
.flex_access {
display: block;
}
.flex_access_txt {
width: auto;
margin-bottom: 20px;
}
.flex_access_pic {
display: block;
width: auto;
margin-bottom: 20px;
}
.flex_access_map {
width: auto;
}
}
.googlemap_access {
position: relative;
display: block;
min-height: calc(100%  - 50px);
height: calc(100%  - 50px);
overflow: hidden;
}
@media screen and (max-width: 834px){
.googlemap_access {
padding-bottom: 100%;
height: 0;
min-height: inherit;
}
}

.googlemap_access iframe {
    position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/************************************
** 施設紹介
************************************/

.flex_navigation_photo {
position: relative;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 50px;
}

.flex_navigation_photo::after {
content: "";
width: calc(100% / 3 - 10px);
}

.navigation_photo_box {
display: block;
width: calc(100% / 3 - 10px);
text-align: center;
}

@media screen and (max-width: 834px){
.flex_navigation_photo {
margin-bottom: 50px;
}

.flex_navigation_photo::after {
content: "";
width: calc(100% / 2 - 10px);
}
.navigation_photo_box {
width: calc(100% / 2 - 10px);
}
}
@media screen and (max-width: 640px){
.flex_navigation_photo {
display: block;
}
.flex_navigation_photo:last-child {
margin-bottom: 0;
}

.flex_navigation_photo::after {
content: none;
}
.navigation_photo_box {
width: auto;
}
.navigation_photo_box:last-child {
  margin-bottom: 0;
}
}



.navigation_photo_box p {
text-align: center;
}


.photo_navigation {
    position: relative;
    overflow: hidden;
    width: 100%;
  height: 0;
  padding-bottom: 64%;
  background-color: #F5F5F5;
  margin-bottom: 10px;
}


.pic_yes {
position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.pic_no {
position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
display: block;
width: 75%;
height: 75%;
object-fit: contain;
}
a:hover .pic_yes {
width: 120%;
height: 120%;
object-fit: cover;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
}


/************************************
** 保護者の皆様へ
************************************/

.frex_reason {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.frex_reasonbox {
position: relative;
display: block;
width: calc(100% / 3 - 20px );
margin: 0;
padding: 1.5em 0;
background-color: #FFF;
margin-bottom: 30px;
overflow: hidden;
}

.frex_reasonbox_number {
display: inline;
margin-right: 5px;
font-size: 160%;
font-weight: 900;
color: #F90;
line-height: 1;
}

@media screen and (max-width: 1180px){
.frex_reasonbox {
width: calc(100% / 2 - 15px );
}
.frex_reasonbox_number {
right: 15px;
top: 0;
}
}
@media screen and (max-width: 834px){
.frex_reason {
display: block;
}
.frex_reasonbox {
width: auto;
margin: 0;
padding: 0.5em 0;
margin-bottom: 0;
}
.frex_reasonbox_number {
right: 15px;
top: 12px;
font-size: 150%;
}
}

/************************************
** バスルート
************************************/



.busmenu_flex {
margin: 0;
padding: 0;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.bt_busmenu_box {
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
position: relative;
display: block;
width: calc(100% / 5 - 1em);
margin: 0;
margin-bottom: 15px;
padding: 1em 0;
text-align: center;
font-weight: 600;
}



@media screen and (max-width: 834px){
.bt_busmenu_box {
width: calc(100% / 3 - 0.5em);
}
.busmenu_flex::after {
display: block;
content:"";
width: calc(100% / 3 - 0.5em);
}

}
@media screen and (max-width: 540px){
.bt_busmenu_box {
width: calc(100% / 2 - 0.5em);

}
ul.bt_busmenu li {
display: block;
width: auto;
}
}

ul.bt_busmenu li a {
display: block;
position: relative;
color: #707070;
padding: 0.5em 1em;
border-bottom: 2px solid #CCC;
text-decoration: none;
}

ul.bt_busmenu li a:hover {
color: #F90;
border-bottom: 2px solid #F90;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


@media only screen and (max-width: 834px) {
ul.bt_busmenu li {
display: block;
margin: 0;
margin-bottom: 5px;
margin-right: 0;
}
}


.flex_busroot {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.busroot_box {
position: relative;
display: block;
width: calc(100% / 4 - 20px);
margin: 0 0;
padding: 0;
text-align: center;
}
.busroot_box::after {
position: absolute;
  content: '\f054';
  font-family: "Font Awesome 5 Free";
 font-weight: 900;
color: #999;
left: 103%;
top: 25%;
font-size: 110%;
}
.busroot_box::last-child::after {
position: absolute;
display: none;
}


ul.list_busroot {
margin: 0;
padding: 0;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
ul.list_busroot::before{
  content:"";
  display: block;
width: calc(100% / 4 - 20px);
  order:1;
}
ul.list_busroot::after {
content: "";
  display: block;
width: calc(100% / 4 - 20px);
}
@media screen and (max-width: 834px){
ul.list_busroot::before{
content: none;
}
ul.list_busroot::after {
width: calc(100% / 2 - 20px);
}
}

ul.list_busroot li {
position: relative;
display: block;
width: calc(100% / 4 - 20px);
margin: 0;
padding: 0;
text-align: center;
}
ul.list_busroot li:after {
position: absolute;
  content: '\f054';
  font-family: "Font Awesome 5 Free";
 font-weight: 900;
color: #F90;
left: 103%;
top: 25%;
font-size: 110%;
}
ul.list_busroot li:last-child:after {
  content: none;
  display: none;
}
@media screen and (max-width: 834px){
ul.list_busroot li {
width: calc(100% / 2 - 20px);
margin: 0;
padding: 0;
text-align: center;
}
ul.list_busroot li:after {
left: 103%;
top: 25%;
}
}

ul.list_busroot li p {
font-weight: 600;
}

.pic_busroot {
position: relative;
display: block;
height: 0;
padding-bottom: 64%;
margin-bottom: 10px;
overflow: hidden;
}
.pic_busroot img {
position: absolute;
object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
}



/************************************
** アルバイト募集
************************************/

h4.title_job {
position: relative;
font-weight: 400;
margin-bottom: 20px;
padding-bottom: 5px;
padding-left: 1.2em;
border-bottom: 1px solid #CCC;
}
h4.title_job:before {
position: absolute;
top: -2px;
  content: '\f024';
  font-family: "Font Awesome 5 Free";
  margin-left: -1.2em;
 font-weight: 900;
color: #F90;
font-size: 110%;
}


.flex_joboffer {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.box_joboffer {
position: relative;
display: block;
width: calc(100% / 2 - 20px);
margin: 0;
padding: 1.5em;
background-color: #FFF;
border-radius: 20px;
border: 1px solid #CCC;
margin-bottom: 30px;
}

@media screen and (max-width: 834px){
.flex_joboffer {
display: block;
}
.box_joboffer {
width: auto;
padding: 0;
border: none;
margin-bottom: 30px;
}
.box_joboffer:last-child {
margin-bottom: 0;
}
}

ul.listtag_joboffer {
margin: 0;
padding: 0;
margin-bottom: 15px;
}
ul.listtag_joboffer li {
display: block;
list-style: none;
margin: 0;
margin-bottom: 0.25em;
padding: 0.25em 0.5em;
border: 1px solid #CCC;
border-radius: 10px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #F5F5F5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#F5F5F5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#F5F5F5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#F5F5F5',GradientType=0 ); /* IE6-9 */


}
ul.listtag_joboffer li i {
color: #F90;
margin-right: 0.25em;
}



/************************************
** 警報・災害時の対応について
************************************/

.box_saigai_content {
display: block;
margin: 0 0;
padding: 2em;
margin-bottom: 50px;
background-color: #FFF;
border: 1px solid #CCC;
} 
@media screen and (max-width: 834px){
.box_saigai_content {
margin: 0 0;
padding: 1em 0;
border: none;
margin-bottom: 30px;
} 
}

/********* プライバシーポリシー ***********************************************/

dl.privacy {
	display: block;
	margin: 0;
	padding: 0;
}
.privacy dt {
	margin: 0;
	padding: 0;
}
.privacy dd {
	margin: 0;
	margin-bottom: 20px;
	padding: 10px;
	border-bottom: 1px dotted #CCC;
}
.privacy ul {
	padding: 0;
	margin: 20px;
	margin-top: 0;
}
@media screen and (max-width: 834px){
.privacy dt {
	font-size: 110%;
}
.privacy dd {
	padding: 10px;
	padding-top: 0;
}
}





/************************************
** ページャー
************************************/

table.table_postnavi {
table-layout: auto;
width: auto;
margin: 0 auto;
padding: 0;
}
table.table_postnavi tr, table.table_postnavi th, table.table_postnavi td {
margin: 0;
padding: 0;
background: none;
border: none;
}
table.table_postnavi th {
font-weight: 400;
padding: 0 15px;
width: auto;
text-align: center;
white-space: nowrap;
position: relative;
z-index: 2;
}
table.table_postnavi th a {
padding: 15px;
}
table.table_postnavi td.left_post {
}
table.table_postnavi td.right_post {
text-align: right;
}





/************************************
** コンテンツ
************************************/






/************************************
** フォーム
************************************/


.input-mini { width:100px !important }
.input-small { width: 30% !important; display: inline-block; }
.input-medium { width: 50% !important }
.input-large { width: 100% !important }
.input-xlarge { width: 100% !important }
.input-xxlarge { width: 100% !important }

@media screen and (max-width: 834px){
.input-small { width: 50% !important }
.input-medium { width: 98% !important }
.input-large { width: 98% !important }
.input-xlarge { width: 98% !important }
}

input[type="radio"],input[type="checkbox"] {
  position: relative;
  top: 2.2px;
  margin-right: 2px; /*追加*/
}

table.form_table {
table-layout: fixed;
width: 100%;
background: none;
border: none;
border-bottom: 1px solid #CCC;
margin-bottom: 30px;
}
table.form_table tr, table.form_table th, table.form_table td {
background: none;
border: none;
margin: 0;
padding: 0;
}
table.form_table th, table.form_table td {
border-top: 1px solid #CCC;
margin: 0;
padding: 1.5em 2em;
vertical-align: middle;
}
table.form_table th {
vertical-align: top;
border-color: #F90;
padding: 1em;
width: 280px;
font-weight: 500;
text-align: left;
font-size: 110%;
}

@media screen and (max-width: 834px){
table.form_table th, table.form_table td {
display: block;
padding: 0.5em 1em;
}
table.form_table th {
width: auto;
font-size: 110%;
padding-bottom: 0;
}
table.form_table td {
border: none;
padding-top: 0;
}
}



table.form_table p {
	margin: 0;
	padding: 0;
}



 .hissu {
	border-radius: 0;
	font-size: 70%;
	line-height: 100%;
	padding: 5px 5px;
	margin-left: 10px;
	text-decoration:none;
	display:inline-block;
	color: #FFF !important;
	background-color: #C00;
	font-weight: 400;
	margin-top: -10px;
}

select,textarea,input[type="text"],input[type="email"],input[type="tel"],input[type="datetime"],input[type="datetime-local"],input[type="date"] {
	display:inline-block;
	margin: 5px;
	width: auto;
	min-width: inherit;
  border-radius:0;
}


select{
  -webkit-appearance:none;
    appearance:none;
  width:100%;
  padding: 0.65em 1em;
padding-right: 30px;
  box-sizing:border-box;
  border:#ccc 1px solid;
  border-radius:0;
  background:#fff;
}

.selectbox {
display: inline-block;
margin:0;
position:relative;
}
.selectbox::after{
  content:"";
  display:block;
  width:5px;
  height:5px;
  position:absolute;
  right:10%;
  top:45%;
  border-bottom:#333 2px solid;
  border-right:#333 2px solid;
  transform:rotate(45deg)translateY(-30%);
}

.selectbox_souba {
position:relative;
display: block;
margin:0;
margin-bottom: 0;
}

.selectbox_souba select{
  width: 98%;
  padding: 0.65em 1em;
  box-sizing:border-box;
  border:#ccc 1px solid;
  border-radius:0;
  background:#edeceb;
}

.selectbox_souba::after{
  content:"▼";
  display:block;
  position:absolute;
  right:0;
  top: 5px;
  padding: 0.4em 1em;
  background-color: #f19ba5;
  color: #FFF;
}

select,textarea,input[type="text"],input[type="email"],input[type="tel"],input[type="datetime"],input[type="datetime-local"],input[type="date"] {
	display:inline-block;
	margin: 5px;
	width: auto;
	min-width: inherit;
  border-radius:0;
}

.box_mitsumorisousa input[type="text"], .box_mitsumorisousa input[type="email"], .box_mitsumorisousa input[type="tel"] {
	display:block;
	width: 98%;
}


.btn {
	display:inline-block !important;
	width: auto !important;
	padding: 1em 100px !important;
	font-size: 130%;
	margin: 5px;
	margin-bottom:0;
	color:#333;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	background-color:#CCC;
	border-radius: 5px;
}
.btn:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}
.btn-primary{
	color:#FFF !important;
	background-color:#F00 !important;
}
@media only screen and (max-width: 834px) {
.btn {
	display: block !important;
	width: 95% !important;
	padding: 1em 1em !important;
	margin: 5px 15px !important;

}
}


/************************************
** liststyle
************************************/

ol.list_suuji {
margin: 0;
margin-bottom: 15px;
padding: 0;
}
ol.list_suuji li {
margin: 0;
margin-left: 2em;
margin-bottom: 10px;
padding: 0;
}

ul.list_kome {
position: relative;
margin: 0;
padding: 0;
}

ul.list_kome li {
position: relative;
display: block;
list-style: none;
line-height: 150%;
margin: 0;
margin-bottom: 0.2em;
padding: 0;
padding-left: 1.2em;
}
ul.list_kome li:before {
position: absolute;
content: "※";
line-height: 150%;
margin-left: -1.2em;
}

/************************************
** ボタン
************************************/


ul.list_bt_full_blue,
ul.list_bt_full_red {
margin: 0;
margin-top: 15px;
padding: 0;
display: block;
}
ul.list_bt_full_blue li,
ul.list_bt_full_red li {
margin: 0 5px;
margin-bottom: 5px;
padding: 0;
display: block;
text-align: center;
}
ul.list_bt_full_blue li a,
ul.list_bt_full_red li a {
display: flex;
position: relative;
align-content: center;
justify-content: center;
padding: 1em 1em;
line-height: 150%;
border: 2px solid #27acd9;
color: #27acd9;
font-size: 110%;
font-weight: 600;
text-decoration: none;
}
ul.list_bt_full_red li a {
border: 2px solid #F66;
color: #F66;
}

ul.list_bt_full_blue li a:after,
ul.list_bt_full_red li a:after {
position: absolute;
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  right: 1.5em;
 font-weight: 900;
 color: #CCC;
}
ul.list_bt_full_blue li a i,
ul.list_bt_full_red li a i {
font-weight: 900;
color: #F66;
font-size: 150%;
margin-right: 0.25em;
}
ul.list_bt_full_red li a i {
color: #F00;
}
ul.list_bt_full_blue li a:hover,
ul.list_bt_full_red li a:hover {
background-color: #CCC;
color: #FFF;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;

}
ul.list_bt_full_blue li a:hover:after,
ul.list_bt_full_red li a:hover:after {
  right: 0.25em;
color: #FFF;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}




ul.list_bt03blue,
ul.list_bt03red {
margin: 0;
margin-top: 15px;
padding: 0;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
ul.list_bt03blue li,
ul.list_bt03red li {
margin: 0 5px;
margin-bottom: 5px;
padding: 0;
display: block;
width: calc(100% / 3 - 10px );
text-align: center;
}


ul.list_bt03blue li a,
ul.list_bt03red li a {
display: flex;
position: relative;
align-content: center;
justify-content: center;
padding: 1em 1em;
line-height: 150%;
border: 2px solid #27acd9;
color: #27acd9;
font-size: 110%;
font-weight: 600;
text-decoration: none;
}
ul.list_bt03red li a {
border: 2px solid #F66;
color: #F66;
}

ul.list_bt03blue li a:after,
ul.list_bt03red li a:after {
position: absolute;
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  right: 1.5em;
 font-weight: 900;
 color: #CCC;
}
ul.list_bt03blue li a i,
ul.list_bt03red li a i {
font-weight: 900;
color: #F66;
font-size: 150%;
margin-right: 0.25em;
}
ul.list_bt03red li a i {
color: #F00;
}
ul.list_bt03blue li a:hover,
ul.list_bt03red li a:hover {
background-color: #CCC;
color: #FFF;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;

}
ul.list_bt03blue li a:hover:after,
ul.list_bt03red li a:hover:after {
  right: 0.25em;
color: #FFF;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
@media only screen and (max-width: 834px) {
ul.list_bt03blue li,
ul.list_bt03red li {
margin: 0 5px;
margin-bottom: 10px;
width: calc(100% / 2 - 10px );
}
ul.list_bt03blue li:last-child,
ul.list_bt03red li:last-child {
margin-bottom: 0;
}
ul.list_bt03blue li a,
ul.list_bt03red li a {
padding: 0.75em 0.25em;
}
ul.list_bt03blue li a:after ,
ul.list_bt03red li a:after {
  right: 0.3em;
}
ul.list_bt03blue li a i,
ul.list_bt03red li a i {
font-size: 130%;
margin-right: 0.2em;
}
}
@media only screen and (max-width: 640px) {
ul.list_bt03blue,
ul.list_bt03red {
display: block;
}
ul.list_bt03blue li,
ul.list_bt03red li {
margin: 0 0;
margin-bottom: 10px;
width: auto;
}

ul.list_bt03blue li:last-child,
ul.list_bt03red li:last-child {
margin-bottom: 0;
}
}


.bt_center {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 20px;
}
a .bt_center {
	display: block;
}
a:hover .bt_center  {
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	opacity:0.70;
	background-color: #F00;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}





.bt_more {
display: inline-block;
vertical-align: top;
list-style: none;
margin: 5px;
padding: 0;
text-align: center;
line-height: 130%;
}

.bt_more a {
position: relative;
display: block;
font-weight: 400;
padding: 0.5em 5em;
color: #FFF;
text-decoration: none;
background-color: #2d6595;
border-radius: 50px;
}

.bt_more a:hover {
color: #2d6595;
background-color: #c6d2dd;
box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    transition: all 0.3s;
}
.bt_more a:after {
position: absolute;
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  right: 3em;
 font-weight: 900;
 color: #FFF;
}
.bt_more a:hover::after {
  right: 1em;
    transition: all 0.3s;
}
@media only screen and (max-width: 834px) {
.bt_more {
display: block;
margin: 5px;
}
.bt_more a {
font-weight: 600;
padding: 0.7em;
}
.bt_more a:after {
  right: 1em;
}
.bt_more a:hover::after {
  right: 0.2em;
}
}


.bt_blue {
display: inline-block;
vertical-align: top;
list-style: none;
margin: 5px;
padding: 0;
text-align: center;
line-height: 130%;
}

.bt_blue a {
position: relative;
display: block;
font-weight: 600;
padding: 5px 30px;
color: #FFF;
text-decoration: none;
background-color: #0168b7;
border-radius: 5px;
}

.bt_blue a:hover {
color: #FF0;
box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    transition: all 0.3s;
}
.bt_blue a:before {
position: absolute;
  content: '\f0da';
  font-family: "Font Awesome 5 Free";
  margin-left: -20px;
 font-weight: 400;
 font-size: 150%;
}
.bt_blue a:hover::before {
  margin-left: -10px;
  color: #FF0;
    transition: all 0.3s;
}


/************************************
** ボックス
************************************/


.box_white {
display: block;
vertical-align: top;
list-style: none;
background-color: #FFF;
margin: 0;
padding: 1.5em 2em;
border-radius: 15px;
margin-bottom: 30px;
}


.box_gray {
display: block;
padding: 1.5em 2em;
background-color: #F5F5F5;
margin-bottom: 20px;
}

.box_shadow {
display: block;
padding: 1.5em 2em;
border-radius: 15px;
background-color: rgba(255,255,255, 0.5);
box-shadow: 0 0 5px rgba(0,0,0,0.5);
margin-bottom: 20px;
}
@media screen and (max-width: 834px){
.box_gray {
padding: 1.5em;
margin-bottom: 15px;
}
.box_shadow {
padding: 1.5em;
margin-bottom: 15px;
}
}

/************************************
** 画像
************************************/
.pic_left_page {
	float: left;
	display: inline-block;
	max-width: 43%;
	margin-right: 5%;
}
.pic_right_page {
	float: right;
	display: inline-block;
	max-width: 43%;
	margin-left: 5%;
}
.pic_right_page img, .pic_left_page img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
@media only screen and (max-width: 834px) {
.pic_right_page, .pic_left_page {
	float: none;
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
}

.imageright {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
.imageright_pc {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
	max-width: 50%;
}
@media screen and (max-width: 834px){
.imageright_pc {
float: none;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}
}

.imageleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.imagecenter {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}
.imagecenter00 {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.pic_size {
	max-width: 80%;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}
/************************************
** 個別
************************************/



.right {
float: right;
}

.red {
color: #F00;
}
.orange {
color: #F90;
}
.pink {
color: #fc5987;
}
.yellow {
color: #f9d50b;
}
.blue {
color: #0168b7;
}

.green {
color: #53c0c7;
}
.navy {
color: #2f418f;
}
.pink02 {
color: #F9B;
}
.gold {
color: #eee06d;
}
.gray {
color: #555;
}
.wine {
color: #B07;
}
.f50 {
	font-size: 50%;
}
.f60 {
	font-size: 60%;
}
.f70 {
	font-size: 70%;
}
.f80 {
	font-size: 80%;
}
.f90 {
	font-size: 90%;
}
.f110 {
	font-size: 110%;
}
.f120 {
	font-size: 120%;
}
.f150 {
	font-size: 150%;
}
.f200 {
	font-size: 200%;
}


.fw300 {
font-weight: 300;
}
.fw400 {
font-weight: 400;
}
.fw500 {
font-weight: 500;
}
.fw600 {
font-weight: 600;
}
.fw700 {
font-weight: 700;
}
.fw900 {
font-weight: 900;
}

.wavyline {
  text-decoration: underline;
  text-decoration-style: wavy;
  text-decoration-color: #2d6595;
  text-decoration-skip-ink: none;
text-decoration-thickness: 5px;
  text-underline-offset: 5px;
}

.mb001 {
	margin-bottom: 70px;
}

.t_center {
	text-align: center !important;
}
.t_center_pc {
	text-align: center;
}

.member_pic {
	width: 20%;
		margin-top: -10px;
}

@media only screen and (max-width: 834px) {
.t_center_pc {
	text-align: left;
}
.t_center_sp {
	text-align: center;
}
}
.t_left {
	text-align: left !important;
}
.t_right {
	text-align: right !important;
	}	



.flex_trial {
display: flex;
justify-content: space-between;
align-items: flex-end;
}
.flex_trial_box {
display: block;
width: calc(100% / 2 - 8px);
}
@media only screen and (max-width: 834px) {
.flex_trial {
display: block;
}
.flex_trial_box {
display: block;
width: auto;
}
.flex_trial_box:nth-child(n+2) {
margin-top: 8px;
}
}



