@charset "utf-8";

/* *****共通設定***** */
html {
	font-size: 62.5%;
}
body {
	font-family: "Mochiy Pop One", "Mochiy Pop One","M PLUS Rounded 1c", "Kosugi Maru", sans-serif;
}
* {
	font-family: "Mochiy Pop One", "Mochiy Pop One","M PLUS Rounded 1c", "Kosugi Maru", sans-serif;
	color :#615c61;
	font-size: 1.6rem;
}
strong { font-family: "Mochiy Pop One", "Mochiy Pop One","M PLUS Rounded 1c", "Kosugi Maru", 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 {
    line-height: 2.8rem;
}

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





@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));
}

/*---------------------------------------------
大きいブロックの隙間調整
===============================================*/
section {
	padding: 180px 10px;
}

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

/* 個別ページの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: 2rem;
	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;
}

i.fab {
    font-size: 3.5rem;
    color: #fff;
}

@media screen and (max-width: 575.98px) {
i.fab {
    font-size: 2.5rem;
    color: #fff;
}
    
}

/*---------------------------------------------
ヘッダー(navbar) 
===============================================*/
header {
	width: 100%;
    position: absolute;
    z-index: 100;
}

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

nav {
	display: flex;
	flex-direction: column;
}
ul.nav {
	align-items: center;
}
.navbar {
	padding: 0;
    background-color: rgba(245, 245, 245, 0);
}
.header-logo-bar {
	display: flex;
	flex-direction: row;
	align-items: center;
    position: fixed;
    left: 0;
    top: 0px;
}
.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;
}

button.menu-btn {
    position: fixed;
    right: 0;
    top: 0;
    width: 90px;
    height: 85px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 14;
    background: #e9ecef;
    padding: 20px;
}




@media screen and (max-width: 1499.98px) {
	header {
		position: fixed;
    	top: 0;
    	z-index: 15;
        background-color: #fff;
	}
	
	#Page-menu header, #Page-reserve header, #Page-thanks header, #Page-php header, #Page-about header {
		position: relative;
	}
	
	
	.header-logo-bar a {
		font-size: 90%;
	}
	
	.navbar-toggler {
		font-size: 1rem!important;
	}
	
	.top-naviimg a img {
		width: 117px;
	}
	
	.top-naviimg {
		display: flex;
		align-content: flex-end;
		flex-wrap: wrap;
	}
	
	.top-naviimg span {
		display: block;
		align-self: flex-end;
    	padding-bottom: 5px;
	}
	
	.navbar{
		background-color: #fff;
	}
	
	.header-comments {
		width:100%;
	}
	
	.header-comments p, .header-comments p span {
		margin: 0;
		font-size: 1.2rem
	}
    
    button.menu-btn {
        width: 89px;
        height: 89px;
}
    
   
}

@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;
	}
	
	#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;
	}
    
    button.menu-btn {
    width: 60px;
    height: 60px;
}
    
        .top-naviimg a img {
            margin: 5px 0;
            width: 85px;
    }
}


@media screen and (max-width: 575.98px) {
	header {
		position: fixed;
    	top: 0;
    	z-index: 15;
	}
	
	#Page-menu header, #Page-reserve header, #Page-thanks header, #Page-php header, #Page-about header {
		position: relative;
	}
	
	
	.header-logo-bar a {
		font-size: 90%;
	}
	
	.navbar-toggler {
		font-size: 1rem!important;
	}
	
	.top-naviimg a img {
		width: 60px;
	}
	
	.top-naviimg {
		display: flex;
		align-content: flex-end;
		flex-wrap: wrap;
	}
	
	.top-naviimg span {
		display: block;
		align-self: flex-end;
    	padding-bottom: 5px;
	}
	
	.navbar{
		background-color: #fff;
	}
	
	.header-comments {
		width:100%;
	}
	
	.header-comments p, .header-comments p span {
		margin: 0;
		font-size: 1.2rem
	}
    
    button.menu-btn {
        width: 60px;
        height: 60px;
}
}

@media screen and (max-width: 575.98px) {
	nav.navbar {
		height: 100%;
	}
	
	.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: 55px;
        margin: 5px 0;
}
}


.navbar .navbar-collapse{
    flex-grow: 0;
	background-color: #fff;
    padding: 7px 30px;
    border-radius: 1.5rem;
}

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

.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
============================================== */
#Page-company .main-bar {
	background: url("../image/banner01.jpeg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	margin: 0;
}

#Page-youtube .main-bar {
	background: url("../image/banner02.jpeg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	margin: 0;
}

#Page-cafe .main-bar {
    background: url("../image/banner04.jpeg") no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    margin: 0;
}

#Page-contact .main-bar {
    background: url("../image/banner01.jpeg") no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    margin: 0;
}

#Page-thanks .main-bar {
    background: url("../image/banner01.jpeg") no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    margin: 0;
}

.main-bar h1 {
    margin: 0 160px;
    color: #869bf9;
    text-align: center;
    position: relative;
    z-index: 7;
    font-size: 7.75rem;
    letter-spacing: 10px;
    display: block;
    line-height: 1.2;
    font-weight: 500;
}

.color-pink{
    color: #fa95d1 !important;
}
.color-blue{
    color: #67c5ff !important;
}

span.text-sab {
    font-size: 4rem;
    font-weight: bold;
}

.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;
	}
    
    .main-bar h1 {
    margin: 0;
    font-size: 4.5rem;
}
    span.text-sab {
    font-size: 3rem;
}
}

@media screen and (max-width: 575.98px) {
    .main-bar h1 {
        margin: 0;
        font-size: 3.0rem;
    }
    
    span.text-sab {
    font-size: 2.5rem;
}
}



/*-- 各ページのお問い合わせ部分 --*/

section#otoiawase {
    padding: 50px;
    background: url(../image/top02.jpeg) no-repeat center;
    background-size: cover;
}

.backgroundbox {
    background: rgb(255, 255, 255, 0.6);
    padding: 70px 0;
}

@media screen and (max-width: 767.98px) {
section#otoiawase {
    padding: 50px 0;
}
}


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

/* contact.html

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

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

#form-table, .form-line {
	display: flex; flex-direction: row; align-items: center;
	width: 100%; flex-wrap: wrap;
}
.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;
    font-weight: normal;
}

.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;
}

textarea.form-control {
    min-height: calc(2.5em + 10.75rem + calc(var(--bs-border-width)* 2));
}

.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;
    padding: 10px 100px;
	letter-spacing: 0.2em;
    text-decoration: none;
    color: #9fa1a2;
    border: solid 2px #9fa1a2;
    border-radius: 3px;
    transition: .4s;
    width: 250px;
}

.btn-primary:hover {
    background: #9fa1a2;
    border: solid 2px #9fa1a2;
    transition-duration: 0.2s;
    color: #fff;
	opacity: 0.5;
    height: 50px;
}

.btn {
    border-radius: 0;
}


#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;
}
	
	.btn-primary:hover {
    height: 60px;
}
    
    #about .btn02 {
    width: 100%;
}
}

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

div.form-line:first-child {
	border-top: #e2e2e2 1px solid;
}



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

/* thanks.html

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


#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-top: 100px;
}

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

/* ボタンの色、変更

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

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

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

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

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



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


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

画面右側のお問い合わせの指示

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

div#keiyaku-top {
    position: absolute;
    right: 0;
    top: 150px;
    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: rgba(0,0,0,.8);
    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.3;
}

div#contents-top {
    position: fixed;
    right: 0;
    top: 85px;
    width: 90px;
    height: 85px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 14;
    background: #0866FF;
    padding: 20px;
   
}

div#contents-top::before {
    position: absolute;
    bottom: 0.5rem;
    left: 15%;
    font-size: 12px;
    content: 'Facebook';
    margin: auto;
    line-height: 26px;
}

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

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

.sp-001{
    display: none;
}

.pc-001{
    display: block;
}

.contactForm {
    position: absolute;
    right: 60px;
    bottom: 450px;
    width: 400px;
    padding: 30px 5px;
    text-align: center;
    border-radius: 15px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 15;
    border: solid 3px #1fcfbf;
    background: #23efdc;
}

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

div#LINE-top a p {
   color: white;
   margin-bottom: 0;
}

.contactForm:hover {
        opacity: 0.5;
}



.recruitForm {
    position: fixed;
    left: 30px;
    bottom: 50px;
    width: 280px;
    padding: 20px 5px;
    text-align: center;
    border-radius: 15px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 15;
    border: solid 3px #1f86cf;
    background: #23b7ef;
}

div#recruit a {
    text-decoration: none;
}

div#recruit a p {
   color: white;
   margin-bottom: 0;
}

.recruitForm:hover {
        opacity: 0.5;
}





@media screen and (max-width: 1499.98px) {
 div#contents-top {
    position: fixed;
    right: 89px;
    top: 0;
    width: 89px;
    height: 89px;
}
}



@media screen and (max-width: 767.98px) {
.sp-001{
    display: block;
    color: #fff;
    margin-bottom: 0;
}
    
    .pc-001{
    display: none;
}
    
    div#contents-top {
    right: 60px;
    top: 0;
    width: 60px;
    height: 60px;
    padding: 15px;
}
    div#contents-top::before {
    display: none;
}
    
    
     .contactForm {
        position: fixed;
        right: 0;
        bottom: 0;
        width: 100%;
        padding: 10px 5px;
        text-align: center;
        border-radius: 0px;
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        z-index: 14;
        border: solid 1px #1fcfbf; 
        background: #23efdc;
}
    
    .contactForm a:hover {
        opacity: 0.8;
}
    
    div#LINE-top a p {
    color: #fff;
    margin-bottom: 0;
}
    
    
    .recruitForm {
        position: fixed;
        left: 0;
        bottom: 80px;
        width: 100%;
        padding: 10px 5px;
        text-align: center;
        border-radius: 0px;
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        z-index: 14;
        border: solid 1px #1f86cf;
}
    
    
}

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

/* トップページ　index.html

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

#indextitle{
    background: url("../image/top02.jpeg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	margin: 0;
    padding: 30rem 0;
}


#pagetop01{
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}


.rl-text p {
    font-size: 18px;
    line-height: 4.5rem;
}

.rl-text p {
    font-weight: 600;
}


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

#pagetop02 .pagetop01Box {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: auto;
}

.company01 {
    width: 30%;
}
.company02 {
    width: 65%;
}
.company03 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

a.contents-top {
    width: calc((100% - 5%) / 2);
     text-decoration: none;
    margin-bottom: 30px;
}


a.contents-top:hover{
	opacity: 1.0;
    font-weight: bold;
}

#pagetop02{
    display: flex;
    justify-content: space-between;
}


.btn-flat-border {
  display: inline-block;
  padding: 0.5em 5em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: .4s;
  font-size: 2.2rem;
}

.btn-flat-border:hover {
  background: #67c5ff;
  color: white;
}

h2.rem5 {
    text-transform: none;
    font-size: 5.5rem;
}

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

.bordering02 {
  width: 100%;
  margin: 10px 0;
  white-space: nowrap;
  text-align: center;
  color: #fff;
  font-size: 40px !important;
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
}

.borderBox{
border-bottom: 3px dashed #dee2e6;
}

.menuBox {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.menuBox a {
    margin-bottom: 15px;
}


@media screen and (max-width: 767.98px) {
    h2.rem5 {
    text-transform: none;
    font-size: 3rem;
}
    
.pagetop01Box {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
    
    section#pagetop03 {
    padding: 140px 10px 70px;
}
    
    .btn-flat-border {
    padding: 0.5em 1em;
}
}



/*-- sliderの指示 --*/
@keyframes horizontal-animation {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.slider-container {
  display: flex;
  overflow: hidden;
}

.slider-wrapper {
  display: flex;
  animation: horizontal-animation 30s linear infinite;
}

.slide {
  width: 400px;
  margin-right: 20px;
}

.slide img {
    height: 399px;
  width: 100%;
  vertical-align: bottom;
}

@media (hover: hover) {
  .slider-container:hover .slider-wrapper {
    animation-play-state: paused;
  }
}



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



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

/* index.html　ご案内部分の指示

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

.pagetop01_text {
    width: 45%;
    margin: auto 0;
}

.pagetop02Box {
    display: flex;
    justify-content: space-between;
    margin-top: -5px;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
}

.pagetop02Box p {
    line-height: 3.5rem;
    text-align: center;
}

.img_wrap{
  width: calc((100% - 10%) / 3);
  height: 260px;
  transition-duration: 0.5s;
  padding: 80px 30px;
}

.img_wrap img{
  width: 100%;
  cursor: pointer;
}
.img_wrap:hover{
  box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
  transform: translateY(-10px);
  transition-duration: 0.5s;
}

a.img_wrap {
    text-decoration: none;
    margin: auto 0;
}

.box_lightblue{
background: rgba(135, 206, 235, 0.9);

}

.box_blue {
    background-color: rgba(64, 141, 193, 0.9);
}

.img_wrap p {
    color: white;
}

.img_wrap h4 {
    color: white;
    text-align: center;
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0.155em;
    line-height: 1.2;
    margin-bottom: 35px;
}

.img_wrap h5 {
    width: 30%;
    margin: auto;
}


@media screen and (max-width: 767.98px) {
.pagetop02Box {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
    
    a.img_wrap {
    width: 100%;
    height: auto;
    transition-duration: 0.5s;
    padding: 30px 30px;
    margin-bottom: 20px;
}
    
#pagetop02 .pagetop01Box {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: auto;
}
    
    .pagetop01_text {
    width: 100%;
    margin: 0 auto;
}
}

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

.height-250{
    height: 250px;
}

.main01 {
    width: 60%;
    margin: 0 40px;
}

.company01.main01 {
    width: 30%;
    margin: auto;
}

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


.main01 h4 {
    text-align: center;
    padding: 20px 0;
    border: solid 3px #0F67B1;
    background: #0F67B1;
    color: white;
    font-size: 2rem;
    margin-bottom: 20px;
}

.main03 p {
    text-align: center;
    font-weight: bold;
    background: white;
    padding: 10px 30px;
    width: 240px;
    margin: 30px auto 0;
}

div.main06 {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 30px auto;
}

div.main06 a {
    border: solid 3px #0F67B1;
    padding: 20px;
    background: rgb(255, 255, 255, 0.8);
    width: 48%;
    text-align: center;
    color: #615c61;
    margin: 0;
}

div.main06 a.contents-top:hover{
	opacity: 1.0;
    font-weight: bold;
    background: rgb(70, 181, 1, 0.8);
    color: white;
}

.main03 div.service-top {
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.service-top a.service-sab.contents-top {
    width: 100%;
    margin: 0;
    padding: 25px 0;
    text-align: center;
}

div.service-sab {
    text-align: center;
    padding: 25px 0;
}


.green02 {
    background: #4fcc02;
    color: white;
}
.green01 {
    background: #0F67B1;
    color: white;
}

.whitebox {
    background: white;
    color: #615c61;
}


.green02:hover {
    background: rgb(70, 204, 2, 0.3);
}
.green01:hover {
    background: rgb(70, 181, 1, 0.3);
}

.whitebox:hover {
    background: rgb(70, 181, 1, 0.3);
    color: white;
}


.partner-logo {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}



a.logo-images {
    width: calc((100% - 10%) / 3);
    margin: 0 auto 20px;
}

a.logo-images:hover {
    opacity: 0.5;
}


section#pagetop05 {
    padding: 20px 10px 70px;
}

#pagetop05 a.contents-top {
    width: calc((100% - 10%) / 3);
    text-decoration: none;
    margin-bottom: 30px;
}

#pagetop05 p.title {
    color: white;
    font-size: 2rem;
    margin-top: -7em;
    margin-left: 20px;
    font-weight: bold;
    position: absolute;
    z-index: 10;
}

section#pagetop04 {
    margin-top: 100px;
    background: url(../image/top02.jpeg) no-repeat center;
    background-size: cover;
    align-items: center;
    padding-bottom: 180px;
}

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

.sabbox08 a {
    display: flex;
    justify-content: center;
    background-color: #BEA574;
    padding: 18px 10px;
    color: #fff;
    width: 250px;
    font-size: 16px;
    font-weight: 500;
}

section#pagetop04 h2 {
    text-align: center;
    font-size: 3rem;
    line-height: 4.5rem;
    text-transform: none;
}

section#pagetop04 h4 {
    text-align: center;
    font-size: 20px;
    margin: 30px 0;
}

section#pagetop04 p {
    text-align: center;
    margin-top: 20px;
}

.pagetop04Box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 15px auto;
}

.pagetop04Box a {
    width: calc((100% - 5%) / 2);
}

a.telbox {
    background: #0866FF;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    color: white;
}

a.telbox:hover {
    border: 1px solid #0866FF;
    background: white;
    color: #0866FF;
}

a.mailbox {
    background: #6cd4d0;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    color: white;
}

a.mailbox:hover {
    border: 1px solid #6cd4d0;
    background: white;
    color: #6cd4d0;
}

.bgbox {
    display: flex;
    margin: auto;
    justify-content: center;
}

.bgbox01 {
    display: block;
}

/*----------　お知らせ部分　---------*/

.backBox{
    padding: 30px 0;
    border-radius: 20px;
    background: rgb(255, 255, 255, 0.8);
}


.company07 {
    height: 300px;
    overflow-y: scroll;
    padding: 0 20px;
    margin-right: 15px;
}

a.naiyo {
    text-decoration: none;
    display: flex;
    flex-direction: row;
}

p.boder {
    margin: 0 15px 30px 0;
    border-bottom: dashed 2px #c9c8c8;
}

a.naiyo p span {
    margin: 0 20px;
}

.osirase{
color: #00a0ff;
}


@media screen and (max-width: 1399.99px) {
    .company01.main01 {
    width: 25%;
    margin: auto;
}
    
    .main01 {
    width: 65%;
    margin: 0 20px;
}
}

@media screen and (max-width: 1180px) {
    
    .main01 h4 {
    margin-bottom: 50px;
}
    
   .main02 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
    .main03 p {
    width: 100%;
    margin: 0 auto;
}
    
    .main03 div.service-top {
    padding: 0 0 50px 0;
}
    
        .company01.main01 {
        margin: 0 auto;
    }
    
    .keiyasuzumi {
    width: 95%;
    margin: 0 auto;
}
    
}

@media screen and (max-width: 990px) {
        
    section#pagetop04 h4 {
    text-align: center;
    font-size: 18px;
    margin: 30px 0;
}
    
    .bgbox01 {
    display: none;
}
}

@media screen and (max-width: 767.98px) {
    
    section#pagetop01 {
    
    padding-top: 70px;
}
    
    #pagetop03 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
    
        .company01.main01 {
        width: 95%;
        margin: auto;
    }
    
    .main01 {
        width: 95%;
        margin: auto;
    }
    
    .keiyasuzumi {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    
}
    
    .company01 {
    width: 100%;
}
    
       .company02 {
        width: 100%;
        margin-top: 20px;
    }
    
    #pagetop05 a.contents-top {
    width: 100%;
}
    
    section#pagetop06 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
    
    .other-contents {
    width: 95%;
    margin: 0 auto;
}
    
    a.naiyo {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
    
    
    
    
}

@media screen and (max-width: 575.98px) {
    div.main06 {
    display: flex;
    justify-content: space-between;
    margin: 0;
    flex-direction: column;
}
    
    div.main06 a {
    width: 100%;
    margin: 10px auto;
}
    
    .company03 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
}
    
    a.contents-top {
    width: 100%;
    text-decoration: none;
    margin-bottom: 30px;
}
    
    section#pagetop04 {
    padding: 20px 0;
    margin-top: 50px;
}
    
    .top-contactBox {
    display: flex
;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}
    
    
    section#pagetop04 h4 {
    text-align: center;
    font-size: 12px;
    margin: 15px 0;
}
    
    .pagetop04Box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    flex-direction: column;
}
    
    .pagetop04Box a {
    width: 100%;
    margin: 10px auto;
}
    
    .backBox {
    margin-top: 50px;
    padding: 30px 0;
    border-radius: 0;
    margin-bottom: 80px;
    background: rgb(255, 255, 255, 0.8);
}
    
    .company07 {
    padding: 0 5px;
}
    
    section#pagetop04 p {
    text-align: left;
}


}


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

malknale_cafe.html

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

.MenuBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
}

.MenuBox a {
    padding: 1rem 3rem;
    text-align: center;
    width: calc((100% - 10%) / 3);
    border: 3px solid #88c2fc;
    text-decoration: none;
    color: #88c2fc;
}

.color-blue2{
color: #88c2fc!important;
border: 3px solid #88c2fc!important;
background: #fff;
}

.color-blue2:hover{
color: #fff!important;
background: #88c2fc;
}

.color-yellow{
color: #f8f12f!important;
border: 3px solid #f8f12f!important;
background: #fff;
}

.color-yellow:hover{
color: #fff!important;
background: #f8f12f;
}

.color-brown{
color: #ce8516!important;
border: 3px solid #ce8516!important;
background: #fff;
}

.color-brown:hover{
color: #fff!important;
background: #ce8516;
}

#malknale_cafe h2.bodermidashi {
    font-size: 3rem;
    text-align: center;
    text-transform: none;
    border-bottom: 3px solid #88c2fc;
    padding-bottom: 2rem;
}

#malknale_dagashi h2.bodermidashi {
    font-size: 3rem;
    text-align: center;
    text-transform: none;
    border-bottom: 3px solid #f8f12f;
    padding-bottom: 2rem;
}

#malknale_bar h2.bodermidashi {
    font-size: 3rem;
    text-align: center;
    text-transform: none;
    border-bottom: 3px solid #ce8516;
    padding-bottom: 2rem;
}

#Page-cafe .textBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 30px 0;
}

.textBox div.sabtextBox {
    line-height: 4.5rem;
    margin: auto 0;
    width: 70%;
}

.sabicon{
    width: 25%;
}


.midashiBox {
    margin: 70px 0 20px;
    padding: 0.25em 0.5em;
    color: #494949;
    background: transparent;
    border-left: solid 5px #7db4e6;
    border-bottom: solid 1px #777676;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}



.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;
}


/* 店舗情報の指示 */

/* tenpo */

.tenpo{
width: 100%;
}

.tenpo tr {
  border-bottom: 1px solid #b5b1b1;
}

.tenpo th,
.tenpo td {
  padding: 0;
  border: none;
}

.tenpo th {
  width: 30%;
}

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

  .tenpo th {
    width: 100%;
  }

  .tenpo td {
    padding-top: 0;
  }
}

/* ここまで */

@media screen and (max-width: 767.98px) {
.MenuBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
}
    
.MenuBox a {
    width: 100%;
    margin: 10px 0;
}
    
    #Page-cafe .textBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 30px 0;
    flex-direction: column-reverse;
}
    
    .textBox div.sabtextBox {
    line-height: 4.5rem;
    margin: auto 0;
    width: 100%;
}
    
    .sabicon {
        margin: 50px auto;
        width: 80%;
    }
    
    .midashiBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}
    

}


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

youtube.html

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

.channelBox {
    margin: 100px 0 250px;
}

h3.title {
    text-align: center;
    font-size: 4rem;
    background: aquamarine;
    padding: 1.5rem;
    margin-bottom: 70px;
}

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

.movielist {
    margin: 0 auto;
}

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

.maintenanceBox h2 {
    width: calc((100% - 15%) / 4);
    text-align: center;
}

.movienone{
        display: block;
    }


@media screen and (max-width: 767.98px) {
    .movieBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
}
    
.movielist {
    margin: 0 auto;
    width: 100%;
}
    
    .movielist iframe {
    width: 100%;
}
    
    h3.title {
    font-size: 3rem;
}
    
    .movienone{
        display: none;
    }
    
    .channelBox {
    margin: 100px 0 130px;
}
    
    .maintenanceBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
}
    
    .maintenanceBox h2 {
    width: 100%;
    text-align: center;
    margin: 20px auto;
}

}


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

company.html

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


p.sabbox01-1 {
    text-align: end;
}


h3.rem38 {
    text-transform: none;
    font-size: 3.8rem;
    line-height: 5rem;
}

@media screen and (max-width: 767.98px) {
h3.rem38 {
    font-size: 2.8rem;
    line-height: 3.5rem;
}
}




/*--会社概要のtable指示--*/

.gaiyou {
  border-collapse: collapse;
  width: 100%;
}
.gaiyou tr {
    display: block;
  background-color: rgb(134 155 249 / 50%);
}
.gaiyou tr:nth-child(odd) {
  background-color: #fff;
}
.gaiyou th, .gaiyou td {
  padding: 1em;
}
.gaiyou th {
    font-weight: bold;
    text-align: center;
    width: 280px;
    min-width: 2em;
}

a.map {
    color: #615C61;
    text-decoration: underline;
}

a.map:hover {
    opacity: 0.8;
}


@media screen and (max-width: 767.98px) {
.gaiyou tr {
    display: flex;
    flex-direction: column;
}
    .gaiyou th {
    font-weight: bold;
    text-align: left;
    width: 100%;
    min-width: 2em;
}
}

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

/*--会社概要のプロフィール指示--*/

.profile ul{
    display: flex;
    justify-content: left;
    padding: 0;
}

.profile ul li {
    margin-right: 20px;
    list-style-type: none;
    padding: 0;
}


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

footer.html

===============================================*/
#footer{
	margin-top: auto;
    border-top: #e2e2e2 1px solid;
}


#footer-contents {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	margin: 80px 0;
}

#footer-contents .footer-contents-inner {
	display: flex;
	align-items: flex-start;
	margin: 0 auto;
}

#footer .footer-logo {
	display: block;
    margin-top: 15px;
	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 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: 20px auto;
    text-decoration: none;
}

#footer .nav a:hover {
    border-bottom: solid 2px #fa95d1;
}


@media screen and (max-width: 767.98px) {
	#footer-contents {
		flex-direction: column;
		align-items: flex-start;
        margin: 30px 0;
	}
	
	#footer-contents img {
		width: 120px;
	}
    
    #footer .footer-logo img {
    width: 120px;
    }
    
    #footer ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    #footer ul li {
    width: calc((100% - 5%) / 3);
}
    
    #footer address, #footer p {
    color: #615c61;
    margin-bottom: 0.5rem;
    margin-bottom: 10px;
}
    
    #footer .nav a {
    display: block;
    padding: 0 10px;
    color: #615c61;
    margin: 5px auto;
    text-decoration: none;
    font-size: 14px;
}
    
    #Page-cafe #footer {
    margin-top: auto;
    border-top: #e2e2e2 1px solid;
    padding-bottom: 80px;
}

}


 
@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;
  }
}




/*--- 色の種類　---*/

.pink{
    border: solid 2px #fa95d1;
    color: #fa95d1;
}

.pink:hover{
    background: #fa95d1;
    color: white;
}

.purple{
    border: solid 2px #869bf9;
    color: #869bf9;
}

.purple:hover{
    background: #869bf9;
    color: white;
}





