@charset "utf-8";

/* *****共通設定***** */
html {
	font-size: 62.5%;
}
body {
	font-family: "Shippori Mincho", 'Noto Serif JP','M PLUS 1', "メイリオ", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
}
* {
	font-family: "Shippori Mincho", 'Noto Serif JP','M PLUS 1', "メイリオ", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
	color :#615c61;
	font-size: 1.6rem;
}
strong { font-family: "Shippori Mincho", 'Noto Serif JP','M PLUS 1', "メイリオ", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 900; /*'M PLUS 1 Code', 'Zen Kaku Gothic New', "Hiragino Sans", */ }


.btn-warning-navy {
	background-color: #615c61!important;
	color: #ffffff;
}
p {

}

.fw-bold700 {
	font-family: "Shippori Mincho", 'Noto Serif JP','M PLUS 1', "メイリオ", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 700;
}

.fw-black900 {
		font-family: "Shippori Mincho", 'Noto Serif JP','M PLUS 1', "メイリオ", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
		font-weight: 900;
	}
.colorRed {
	color: #ff0000;
}

#index-service .box-title{
	font-family: "Shippori Mincho", 'Noto Serif JP','M PLUS 1', "メイリオ", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: bold;
}

span.spann {
    font-family: "Shippori Mincho", 'Noto Serif JP','M PLUS 1', "メイリオ", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 22px;
}


.border-bottom{
    border-bottom: solid 0.2px #dfdfdf;
    margin-bottom: 0;
}


.red {
    font-weight: bold;
    margin-top: 20px;
    margin-left: 7px;
    border: #c2baa3 1px solid;
    color: #c2baa3;
    padding: 0px 7px;
    line-height: 19px;
    font-size: 12px;
}


a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}



@media screen and (min-width:400px) {
	.d-ss-none {
		display: none!important;
	}
}

main{
    display: block;
	color: #5B5B5B;
}
main .btn{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.5rem;
}

.img-thumbnail {
    width: 100%;
    padding: .25rem;
    background-color: transparent;
    border: none;
}


/*---------------------------------------------

フォントサイズ

---------------------------------------------*/

.midashi-10 {
	font-size: 10px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 10 + ((1vw - 3.2rem) * 0.625));
}

.midashi-12 {
	font-size: 12px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 12 + ((1vw - 3.2rem) * 0.625));
}

.midashi-14 {
	font-size: 14px; /* IE8以下とAndroid4.3以下用フォールバック */  /* before 16 */
	font-size: calc( 14 + ((1vw - 3.2rem) * 0.625));
}

.midashi-16 {
	font-size: 16px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 16 + ((1vw - 3.2rem) * 0.625));
}

.midashi-18 {
	font-size: 18px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 18 + ((1vw - 3.2rem) * 0.625));
}

.midashi-20 {
	font-size: 20px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 20 + ((1vw - 3.2rem) * 0.625));
}

.midashi-22 {
	font-size: 22px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 22 + ((1vw - 3.2rem) * 0.625));
}

.midashi-24 {
	font-size: 24px!important; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 24 + ((1vw - 3.2rem) * 0.625));
}

.midashi-26 {
	font-size: 26px!important; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 26 + ((1vw - 3.2rem) * 0.625));
}

.midashi-30 {
	font-size: 30px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 30 + ((1vw - 3.2rem) * 0.625));
}

.midashi-32 {
	font-size: 32px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 32 + ((1vw - 3.2rem) * 0.625));
}


h2 {
    font-size: 3.0rem;
}

h4 {
    font-size: 1.8rem;
}

@media screen and (max-width:767.98px) {
h2 {
    font-size: 2.3rem;
}
}


/*---------------------------------------------

大きいブロックの隙間調整

===============================================*/
section {
	padding: 120px 10px;
}

@media screen and (max-width:767.98px) {
	section {
		padding: 60px 10px;
	}
	
	.midashi-10 {
	font-size: 8px; 
}
    
    section#top {
    padding: 0 0 60px 0;
}
}

/* 個別ページのsection　背景を白に */
#Page-contact section ,#Page-lesson section {
	background-color: #ffffff;
}

#Page-lesson section:nth-child(even) {
	background-color: rgba(38,157,255,.05) /*#f2f2f2*/;
}
/*---------------------------------------------
文字サイズ/h1～6
===============================================*/
h1.service-midashi {
	font-size: 3rem;
	background: linear-gradient( #1EAB5E , #615c61);
	padding: 1rem;
	color: #fff;

}
h2, h3{
   color: #401f0f;
	text-transform: uppercase;
}

h3 {
	font-size: 160%;
}

h1, h2, h3, h4, h5, h6 {
	color: #333;
}

.midashi-sub {
	color: #4e454a;
}
.midashi-udline {
	padding-bottom: 1rem;
	border-bottom: 0.5px solid #333;
	letter-spacing: 0.2rem;
	display: inline-block;
}

@media screen and (max-width:767.98px) {
h3 {
    font-size: 125%;
}
}

/*---------------------------------------------
ヘッダー(navbar) 
===============================================*/
header {
	width: 100%;
    background-color: #fff; 
    position: fixed;
    z-index: 100;
    height: 135px;
}

.height100{
    height: 135px;
    margin-bottom: 0;
}

.navFrame {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

nav {
	display: flex;
	flex-direction: column;
}
ul.nav {
	align-items: center;
}
.navbar {
	background-color: rgba(255,255,255,0.0)!important;
	padding: 0;
}

.navbar .navbar-collapse {
    flex-grow: 0;
    background-color: #fff;
    display: none;
    flex-direction: column;
    align-items: flex-end;
}


.header-logo-bar {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.header-logo-bar p {
	font-size: 110%;
	margin: 0;
	line-height: 1.4em;
}

.nav-item:nth-child(2n) p {
	margin: 0;
	padding: 0;
	font-size: 1.25rem;
}

.nav-item .nav-link {
	font-size: 1.4rem;
	font-weight: 500;
}

.top-naviimg a img {
	width: 120px;
    margin: 10px 0;
}

.header-comments {
	width:100%;
}

.header-comments p, .header-comments p span {
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
}

.navbar{
	background-color: rgba(255,255,255,1.0)!important;
    border-bottom: solid 0.2px #dfdfdf;
}



@media screen and (min-width: 576px) and (max-width: 767.98px) {
	.nav-link-comments p, .header-comments p span {
		font-size: 1.2rem;
	}
	
	header {
		position: fixed;
    	top: 0;
    	z-index: 15;
        height: 95px;
	}
	
	#Page-menu header, #Page-reserve header, #Page-thanks header, #Page-php header, #Page-about header {
		position: relative;
	}
	
	.navbar {
		background-color: transparent!important;
	}
	
	.top-naviimg {
		display: flex;
		align-content: flex-end;
		flex-wrap: wrap;
	}
	
	.top-naviimg span {
		display: block;
		align-self: flex-end;
    	padding-bottom: 10px;
	}
    
    .top-naviimg a img {
    width: 80px;
    margin: 10px 0;
}
    
}

@media screen and (max-width: 575.98px) {
	header {
		position: fixed;
    	top: 0;
    	z-index: 15;
        height: 95px;
	}
    
    .height100 {
    height: 95px;
}
	
	#Page-menu header, #Page-reserve header, #Page-thanks header, #Page-php header, #Page-about header {
		position: relative;
	}
	
	.navbar {
		background-color: transparent!important;
	}
	
	nav {
		padding: 15px 0!important;
	}
	
	.header-logo-bar a {
		font-size: 90%;
	}
	
	.navbar-toggler {
		font-size: 1rem!important;
	}
		
	.navbar{
		background-color: #fff;
	}
	
	.header-comments {
		width:100%;
	}
	
	.header-comments p, .header-comments p span {
		margin: 0;
		font-size: 1.2rem
	}
}

@media screen and (max-width: 575.98px) {
	nav.navbar {
		height: 95px;
	}
	
	.top-naviimg a {
		text-decoration: none;
	}
	
	.top-naviimg a img {
		width: 80px;
		margin: 5px 0 5px 0;
	}
	
	.top-naviimg {
		display: flex;
		align-content: flex-end;
		flex-wrap: wrap;
	}
	
	.top-naviimg span {
		display: block;
		align-self: flex-end;
    	padding-bottom: 5px;
	}
	
	.top-naviimg a img {
    width: 80px;
    margin: 0 0 10px 0;
}
}


.navbar .navbar-collapse{
    flex-grow: 0;
	background-color: #fff;
    display: none;
    
}

.nav-link {
	color: #5b5b5b!important;
	text-transform: uppercase;
}

.nav-item a.active {
	display: block;
	color: #615c61!important;
}

a.nav-link:hover{
	opacity: 1.0;
}

.navbar .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(251,251,241,1);
}

p.top-small {
	font-size: 0.6rem;
	padding: 0; margin: 0px auto 5px auto;
}

/*---------------------------------------------*/
/* breadcrumb
============================================== */
.breadcrumbBox {
	background-color: #9E9E9F;
	padding: 5px 0;
}

.breadcrumb {
	margin-bottom: 0!important;
}

.breadcrumb-item a, .breadcrumb-item.active {
	color: #ffffff;
}
/*---------------------------------------------*/
/* toppage main-bar
============================================== */
#Menubanner {
	background: url("../image/sozai02.jpeg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
    margin-top: 135px;
    text-align: center;
}

#Contactbanner {
	background: url("../image/sozai06.jpeg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
    margin-top: 135px;
    text-align: center;
	opacity: 0.8;
}

#recruitbanner {
    background: url("../image/sozai05.jpeg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
    margin-top: 135px;
    text-align: center;
}

#staffbanner {
    background: url("../image/sozai09.jpeg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
    margin-top: 135px;
    text-align: center;
}

#thanksbanner {
    background: url("../image/sozai09.jpeg") no-repeat center;
    background-size: cover;
	display: flex;
	align-items: center;
    margin-top: 135px;
    text-align: center;
}

.main-bar p {
    margin: 0 auto;
    color: #333;
    text-align: left;
    position: relative;
    z-index: 7;
    font-size: 3.75rem;
    letter-spacing: 10px;
    display: block;
    line-height: 1;
    font-weight: 500;
}

span.text-sab {
    font-weight: bold;
    color: #333;
}

.main-bar {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 50vh;
	width: 100%;
	position: relative;
}

.main-bar-img {
	background-color: rgba(0,0,0,0.0);
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-left: 50px;
	margin: 0 auto;
}

.main-bar-img img {
	height:70px;
}

#Page-about .main-bar::after, #Page-reserve .main-bar::after {
	content: '';
	position: absolute;
	background: rgba(255,255,255,0.4);
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 3;
}

#Page-menu .main-bar::after {
	content: '';
	position: absolute;
	background: rgba(255,255,255,0.4);
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 3;
}

#sec-topcontact {
	background-color: rgba(160, 233, 255,0.2);
}

@media screen and (max-width: 767.98px) {
	.main-bar {
		height: 40vh!important;
	}
	.main-bar-img img {
		height: 45px;
	}
	
	#Menubanner {
    margin-top: 95px;
}
	
	#Contactbanner {
	margin-top: 95px;
}
    
    #recruitbanner {
    margin-top: 95px;
}
    
    #staffbanner {
    margin-top: 95px;
    }
	
	
}






/*---------------------------------------------*/

/* contact

============================================== */

.wid80{
	width: 80%;
}

.wid80 h3 {
    line-height: 3.8rem;
}

div#contact {
    padding-top: 100px;
}

#form-table, .form-line {
	display: flex; flex-direction: row; align-items: center;
	width: 100%; flex-wrap: wrap;
}

.main {
    width: 80%;
    margin: auto;
}

.contacttext {
    margin: 45px 0;
}

.form-line {
	border-bottom: #e2e2e2 1px solid;
	padding: 0 0.5em;
}

.form-koumoku {
	font-weight: bold;
	color: #393E46;
	width: 25%;
}

.form-naiyou {
	width: 75%;
    padding: 28px 45px;
}

.colorBlue {
    color: #929AAB !important;
    font-family: 'Arial Black', 'Gadget', 'sans-serif';
    font-size: 150%;
}

.form-select{
	font-size: 16px;
}

.form-control{
	font-size: 16px;
}

.en-title {
    font-family: 'Arial Black', 'Gadget', 'sans-serif';
    font-size: 180%;
    margin: 0;
    padding: 1em 0 0.5em 0;
    line-height: 1em;
}

.form-check-input[type=checkbox] {
    border-radius: 1.25em;
}

.tx-left{
	text-align: left;
	padding: 0;
}

.col-12 {
    flex: 0 0 auto;
    width: 80%;
    margin: auto;
}

.fmail {
    font-size: 16px;
    padding-right: 20px;
    margin-right: 5px;
    border: 1px solid #ced4da;
}

.select01 {
    width: 20%;
    display: inline;
}

.btn-primary {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #fff;
	letter-spacing: 0.2em;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
    border: solid 2px #292f89;
    padding: 1.3rem 0;
    margin: 20px 0;
    color: #292f89;
    width: 48%;
}

.btn-primary:hover {
    background: #292f89;
    color: #fff;
	border: 1px solid #292f89;
}


.form-control {
    font-family: "Shippori Mincho B1", serif;
}

#about .btn02 {
    width: 45%;
    margin-top: 15px;
    margin-bottom: 0;
    text-align: center;
    padding: 0.8em 2em;
}


.box-scroll {
    width: 100%;
    height: 200px;
    overflow: auto;
    padding: 10px 20px;
    border: 1px solid #ced4da;
}

p {
    font-size: 16px;
}

#privacy span.font-600 {
    font-weight: bold;
    font-size: 16px;
}


@media screen and (max-width: 998.98px) {
    #about .btn02 {
    width: 70%;
    margin-top: 15px;
    margin-bottom: 0;
    text-align: center;
    padding: 0.4em 2em;
}
}

@media screen and (max-width: 767.98px) {
	.form-koumoku {
		width: 100%; padding: 0.75em 0 0.25em 0;
	}
	
	.form-naiyou {
		width: 100%; padding: 0 0 0.75em 0;
	}
	
	.btn-primary {
    padding: 10px 90px;
}
    
    #about .btn02 {
    width: 100%;
}
	
	.wid80{
	width: 100%;
}
    
    .wid80 h3 {
    line-height: 2.8rem;
}
    
    .main {
    width: 100%;
}
}

@media screen and (max-width:575.98px) {
	.btn-primary {
    padding: 10px 60px;
}

}

div.form-line:first-child {
	border-top: #e2e2e2 1px solid;
}
/*---------------------------------------------*/
/* technical-data, technical-data-DL
============================================== */
.form-DL-table {
	width: 80%;
	margin: 0 auto;
	display: flex; flex-direction: row; align-items: center;
	flex-wrap: wrap;
}

.form-DL-table .form-koumoku {
	font-size: 80%;
	color: #fbaa05;
}

.form-DL-table .form-naiyou {
	width: calc( 100% - 25% - 30px);
	padding: 0.75em 0;
}

@media screen and (max-width: 767.98px) {
	.form-DL-table {
		width: 100%;
	}
	.form-DL-table .form-naiyou {
	width:100%;
}
}


i.fab {
    font-size: 30px;
}




/*---------------------------------------------*/

/* thankyou

============================================== */


#thankyou h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
	margin-top: 40px;
	letter-spacing: 0.2em;
	font-weight: normal;
	font-size: 1.8rem;
}
#thankyou h2:before {
    position: absolute;
    bottom: -1.5rem;
    left: 35%;
    font-size: 12px;
    text-transform: uppercase;
    content: 'thank you';
    margin: auto;
	line-height: 30px;
}

div#thankyou {
    padding-top: 150px;
}

h4.h2-udline {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 40px;
}

.thanks {
    margin: 100px auto 200px;
}

/*---------------------------------------------*/

/* ボタンの色、変更

============================================== */
.form-check-input:checked {
    background-color: #c2baa3;
    border-color: #c2baa3;
}

.form-check-input:focus {
    border-color: #c2baa3;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(194, 186, 163, .25);
}

.form-control:focus {
    border-color: #c2baa3;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(194, 186, 163, .25);
}

.form-select:focus {
    border-color: #c2baa3;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(194, 186, 163, .25);
}

.btn-primary:focus {
    border-color: #c2baa3;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(194, 186, 163, .25);
}



/*---------------------------------------------*/
/* size
============================================== */
.max-960 {
	 max-width: 960px;
	margin: 0 auto;
}


/*---------------------------------------------

画面右側のLINE案内 

===============================================*/

.contactForm {
    display: none;
}

.contactForm a img {
    width: 80%;
}

.contactForm a {
    text-decoration: none;
}


div#keiyaku-top {
    position: fixed;
    right: 0;
    bottom: 206px;
    width: 70px;
    padding: 25px 5px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 14;
    background: #CC4466;
    text-orientation: upright;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

div#keiyaku-top a {
    text-decoration: none;
}

div#keiyaku-top:hover {
    opacity: 0.8;
}

div#contents-top {
    position: fixed;
    right: 0;
    bottom: 60px;
    width: 70px;
    padding: 25px 5px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 14;
    background: #292f89;
    text-orientation: upright;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

div#contents-top a{
    text-decoration: none;
}

div#contents-top:hover {
    opacity: 0.8;
}

.sp-001{
    display: none;
}

.pc-001{
    display: block;
}



@media screen and (max-width: 767.98px) {
.sp-001{
    display: block;
    color: #fff;
    margin-bottom: 0;
}
    
    .pc-001{
    display: none;
}
    
    .contactForm {
            position: fixed;
        right: 0;
        bottom: 0;
        width: 100%;
        padding: 10px 5px;
        text-align: center;
        border-top-left-radius: 0px;
        border-bottom-right-radius: 0px;
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        z-index: 14;
        border: solid 1px #46b501; 
        background: #46b501;
}
    
    .contactForm a:hover {
        opacity: 0.8;
}
    
    
    div#contents-top {
    position: fixed;
    right: 0;
    bottom: 0px;
    width: 100%;
    padding: 10px 5px;
    writing-mode: initial;
}
    
    div#keiyaku-top {
    position: fixed;
    right: 0;
    bottom: 44px;
    width: 100%;
    padding: 10px 5px;
    writing-mode: inherit;
}
}

/*---------------------------------------------*/

/* トップページ　index.html

============================================== */

#concept {
	background: url("../image/sozai05.jpeg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	margin: 0;
}

.conceptBOX {
    background: rgb(245, 245, 245, 0.8);
    padding: 60px;
    text-align: center;
}

.conceptBOX h1 {
    margin: 40px 0;
    font-size: 3.5rem;
}

.menuBOX div a {
    text-align: center;
    text-decoration: none;
}


.border02 {
    border-bottom: solid 1px #dfdfdf;
    border-top: solid 1px #dfdfdf;
    padding: 30px 0;
    margin: 30px auto;
    width: 80%;
    display: flex;
    justify-content: center;
}

.border02 p {
    width: calc((80% - 15%) / 2);
    margin: auto 0;
}

.border02:hover {
    background: #f2f2f2;
}

#menu .menuBox {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 80%;
}


section#recruit {
    background: url("../image/sozai01.jpeg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	margin: 0;
}

.recruitBOX .text {
    line-height: 3.0rem;
    margin: 50px auto;
}


.recruitbox {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: auto;
}

a.sabbox {
    text-decoration: none;
    text-align: center;
    border: solid 1px #b3b0b0;
    padding: 20px;
    width: calc((100% - 3%) / 2);
}

a.sabbox .Box01 p {
    margin-bottom: 0;
}

a.sabbox:hover {
    background: #f7f6f6;
}

.accessbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
}



/*-- スライドの指示　--*/
.container {
    width: 100%;
    background-color: #fff;
}

.slider-area {
    position: relative;
    width: 100%;
    height: 56vh;
}

.slider-item {
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 0;
    animation: slideShow 30s linear infinite 0s;
}

.slider-item:nth-child(2) {
    animation-delay: 10s;
}

.slider-item:nth-child(3) {
    animation-delay: 20s;
}

.slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes slideShow {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        animation-timing-function: ease-out;
    }

    20% {
        opacity: 1;
    }

    40%,
    100% {
        opacity: 0;
    }
}

/*-- ↑ここまで　--*/




/* アクセスの指示 */

table#table01{
    width: 100%;
}

#table01 tr {
  border-bottom: solid 1px #dfdfdf;
}

#table01 th,
#table01 td {
  padding: 15px 0;
  border: none;
}

#table01 th {
  width: 30%;
  text-align: center;
}

.sabbox_left {
    width: 60%;
}

.sabbox_right {
    width: 36%;
    margin: auto 0;
}

.googlemap{
    color: #615c61;
}

.googlemap:hover{
    opacity: 0.8;
}

/* sp */
@media only screen and (max-width: 480px) {
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }

  #table01 th {
    width: 100%;
    text-align: left;
  }

  #table01 td {
    padding-top: 0;
  }
}

/* ↑ここまで */


@media screen and (max-width: 767.98px) {
    
    
    .conceptBOX {
    padding: 20px 10px;
}
    
    .conceptBOX h1 {
    font-size: 3.2rem;
}
    
    .border02 {
    width: 100%;
}
    
    .border02 p {
    width: 100%;
}
    
    .recruitbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    flex-direction: column;
}
    
    a.sabbox {
    text-decoration: none;
    text-align: center;
    border: solid 1px #b3b0b0;
    padding: 20px;
    width: 100%;
    margin: 5px 0;
}
    
    .accessbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
}
    
    .sabbox_left {
    width: 100%;
}
    
    .sabbox_right {
    width: 100%;
    margin: 15px 0;
}
    
    
}

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



}


/*---------------------------------------------

recruit.html

===============================================*/
i.fas.fa-cut.fa-rotate-90 {
    font-size: 30px;
}

.roadmap {
    margin-top: 50px;
}

dd {
    margin: 20px 0;
    padding: 15px;
    border: solid 1px #dfdfdf;
    border-radius: 8px;
    background: #f2f3f3;
}

.point {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
}

div.pointimage {
    width: calc((100% - 8%) / 3);
}


@media screen and (max-width: 767.98px) {
.point {
    display: flex;
    justify-content: space-between;
    margin: 50px 10px;
    flex-direction: column;
}
    
    div.pointimage {
    width: 100%;
}
    
    i.fas.fa-cut.fa-rotate-90 {
    font-size: 20px;
}
}


/*-- 募集要項の指示 --*/
.kaisha {
    width: 80%;
    margin: 50px auto;
}

.kaisha th,
.kaisha td {
    border: 1px solid #ccc;
    border-top: none;
padding: 20px;
display:block;
}

.kaisha th {
text-align: center;
font-weight: bold;
    background-color: #292f89;
    color: white;
    border: none;
}

@media screen and (max-width: 767px) {
    .kaisha {
    width: 100%;
    margin: 50px auto;
}
    
.kaisha,
.kaisha tr,
.kaisha td,
.kaisha th {display:block;}
.kaisha th {width:auto;}
}
/*-- ↑ここまで --*/


/*---------------------------------------------

menu_price.html

===============================================*/


.menuBox {
    display: flex;
    justify-content: space-between;
    margin: 100px 0;
}

.menuBox h3 {
    width: 30%;
}

.menuBox .Menu {
    width: 70%;
}

.Menu {
    padding: 0;
}

.Menu .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

/* 点線 */
.Menu .item::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  z-index: -1;
  width: 100%;
  border-bottom: dotted 2px #aaa;
}

.Menu .item .name,
.Menu .item .price {
  display: inline-block;
  /* 周りの背景色と同色にします */
  background-color: #fff; 
}

.Menu .item .name {
  padding-right: 5px;
}

.Menu .item .name a {
    color: #615c61;
    text-decoration: none;
}

.Menu .item .price {
  padding-left: 5px;
}

.marbot{
    margin-bottom: 0;
}


p.longprice {
    width: 65%;
    margin-top: 15px;
}


@media screen and (max-width: 767.98px) {
.menuBox {
    display: flex;
    justify-content: space-between;
    margin: 100px 0;
    flex-direction: column;
}
	
	.menuBox h3 {
    width: 100%;
}
	
	.menuBox .Menu {
    width: 100%;
}
	
	p.longprice {
    width: 80%;
    margin-top: 15px;
}
	
	
}



/*--予約部分の指示--*/

.reservemainBox {
    margin: 50px auto;
}


.reserveBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

a.reservesabBox {
    text-align: center;
    width: 48%;
    text-decoration: none;
    font-size: 24px;
    border: solid 2px #292f89;
    padding: 1.3rem 0;
    margin: 20px 0;
    color: #292f89;
}

a.reservesabBox:hover {
    background: #292f89;
    color: white;
}

a.graybox {
    border: solid 2px #CC4466;
    color: #CC4466;
}

a.graybox:hover {
	background: #CC4466;
    color: white;
}



@media screen and (max-width: 767.98px) {
.reserveBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
}
    
    a.reservesabBox {
    width: 100%;
    margin: 10px 0;
}
}

/*--↑ここまで--*/


/*---------------------------------------------

STAFF.html

---------------------------------------------*/

.STAFFBOX {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.staffBox {
    padding: 30px;
    margin: 30px 0;
    width: 48%;
}

.stafftext h3 {
    padding-bottom: 5px;
    border-bottom: solid 3px #292f89;
}

.stafftext .text{
   margin: 15px 0;
   padding-bottom: 20px;
    border-bottom: solid 1px #dfdfdf;
}

.stafftext .text p {
    margin-bottom: 0;
}

.text p a:hover {
    opacity: 0.5;
}

@media screen and (max-width: 767.98px) {
    .STAFFBOX {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
}
    
    
    .staffBox {
    padding: 0px;
    width: 100%;
}
}





/*---------------------------------------------
footer
---------------------------------------------*/
#footer{
	margin-top: auto;
}

#footer-contents {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin: 80px 0;
    justify-content: space-between;
    width: 100%;
}

#footer-contents .footer-contents-inner {
    display: flex;
    margin: 0;
    flex-direction: row;
    justify-content: space-between;
    width: 80%;
}

#footer .footer-logo {
	display: block;
	margin-bottom: 30px;
}

#footer .footer-logo img {
	width: 165px;
}

#footer .btm-green {
	height: 150px;
	background: url("../images/footer-btm-green.jpg");
	background-size: cover;
	background-position: top center;
}

.bannerBox {
	padding: 20px 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
} 

#footer ul.nav {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
}

.footerBox .title {
    padding-bottom: 10px;
    border-bottom: solid 1px #dfdfdf;
    margin-bottom: 10px;
}

#footer address, #footer p {
	color: #615c61;
    margin-bottom: 0.5rem;
}

#footer #copyright p, #footer #copyright a {
    background-color: #000000;
    color: #ccc;
	font-size: 1.4rem;
	text-decoration: none;
}

 
 
#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

 
#footer .logo {
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #111;
}
 
#footer .logo a {
  display: inline-block;
}
 
#footer .logo img {
  width: 120px;
}
 
#footer .nav a {
    display: block;
    padding: 0 10px;
    color: #615c61;
    margin: 10px auto;
    text-decoration: none;
}

#footer .nav a:hover {
    opacity: 0.5;
}


@media screen and (max-width: 767.98px) {
	#footer-contents {
		flex-direction: column;
		align-items: flex-start;
	}
	
	#footer-contents img {
		width: 120px;
	}
    
    #footer ul.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    flex-direction: column;
}
    
    #footer-contents .footer-contents-inner {
    display: flex;
    margin: 0;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
    
    .footerBox .title {
    padding: 10px 0;
    border-bottom: solid 1px #dfdfdf;
    border-top: solid 1px #dfdfdf;
    margin: 10px 0;
        text-align: center;
}
    
    #footer .footer-logo {
    text-align: center;
}
    
    #footer address, #footer p {
    text-align: center;
}

}


 
@media only screen and (min-width: 641px) {
  #footer01 .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
  }
  #footer01 .nav a:hover {
    color: #ca353b;
  }
}