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

h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
}


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

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;
}
	
	h3 {
    font-size: 120%;
}
    
}

/*---------------------------------------------
ヘッダー(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 5px;
}

.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: center;
    align-items: center;
    z-index: 14;
    background: #fa497e;
    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;
}
}


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

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

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


#Page-contact .main-bar {
    background: url("../image/main-bar-contact.png") 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;
}

.main-bar::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.3);
}

.main-bar .container {
    z-index: 10;
}

.main-bar .container h2 {
    font-size: 5rem;
    color: #00afcc;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    text-transform: uppercase;
}

.main-bar .container h5 {
    font-size: 2rem;
    color: #86765b;
}

.main-bar .container h1 {
    font-size: 2rem;
    color: #86765b;
}

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

.main-bar {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 35vh;
	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;
}

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

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

/* ボタンの色、変更

============================================== */
.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#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;
}




@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 {
    position: absolute;
    bottom: 0.5rem;
    left: 10%;
    font-size: 8.5px;
    content: 'Facebook';
    margin: auto;
    line-height: 15px;
}
    
    
     .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/image002.png") no-repeat center center;
  background-size: cover;           /* 背景画像を全体にフィット */
  display: flex;
  align-items: center;
  justify-content: center;          /* 中央寄せ */
  padding: 20rem 0;
  position: relative;
  text-align: center;
  color: #fff;                      /* 文字色を白などに（必要に応じて） */
}



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

#pagetop01{
    background: url(../image/sozai02.png) no-repeat;
    background-size: contain;
    display: flex;
    align-items: flex-start;
    margin: 0;
}

.rl-text h1 {
    width: 68%;
    margin: auto;
}

.rl-text h2 {
    text-align: center;
    font-size: 3rem;
    line-height: 4.5rem;
    text-transform: none;
    color: #86765b;
    letter-spacing: 0.2em;
}

.rl-text h5 {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.3em;
    color: #00afcc;
}

.conceptBox {
    margin-top: 50px;
}

.conceptBox p {
    line-height: 3.2rem;
    margin-top: 20px;
}

.conceptBox h1 {
    font-size: 1.6rem;
    line-height: 3.2rem;
    margin-top: 20px;
}

.conceptBox .btn-flat-simple {
    margin-top: 20px;
    padding: 1rem 8rem;
}

section#pagetop03 {
    background: #fff9ef;
    padding: 80px 10px;
}

.contaxtBox {
    background: #fff;
    margin: 40px auto 20px;
    padding: 40px;
    text-align: center;
    border-radius: 10px;
}

.contaxtBox h3 {
    color: #51443c;
}

.contaxtBox a {
    text-decoration: none;
}

.contaxtBox a ruby {
    color: #51443c;
    font-size: 4rem;
    text-decoration: none;
}

.contaxtBox a ruby rt {
    color: #00afcc;
    margin-top: 10px;
}

.contaxtBox a:hover {
    opacity: 0.6;
}

.btn-flat-simple {
  position: relative;
  display: inline-block;
  padding: 0.45em 1.2em;
  text-decoration: none;
  color: #fff;
  background: #00afcc;
  transition: .4s;
	border-radius:6px;
}

.btn-flat-simple:hover {
  background: #00bcd4;
  color: white;
}

.contentsBox {
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 100%;
}

.contentsBox .sabbox {
    width: 48%;
    border-radius: 10px;
}

.nemu{
    background: url("../image/image05.png") no-repeat bottom;
    background-size: cover;
    align-items: center;
    margin: 0;
}

.shop{
    background: url("../image/AdobeStock_454960866.jpeg") no-repeat;
    background-size: cover;
    align-items: center;
    margin: 0;
}

.backgroundbox{
    padding: 60px 0;
	background: rgb(255, 255, 255, 0.65);	
}


section#pagetop02 {
    background: url(../image/sozai03.png) no-repeat bottom / 100% auto;
    background-size: contain;
    display: flex;
    align-items: flex-end;
    margin: 0;
}


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

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


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) {
    
    .rl-text h1 {
    width: 90%;
    margin: auto;
}
    .contaxtBox a ruby {
    font-size: 3rem;
}
    
    h2.rem5 {
    text-transform: none;
    font-size: 3rem;
}
    
.pagetop01Box {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
    
    .btn-flat-border {
    padding: 0.5em 1em;
}
	
	.contentsBox {
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 100%;
    flex-direction: column;
}
	
	.contentsBox .sabbox {
    width: 100%;
    border-radius: 10px;
    margin: 10px 0;
}
	
	.contaxtBox {
    padding: 40px 20px;    
    margin: 40px 10px 20px;
}
	
	.contaxtBox a {
    font-size: 3rem;
}
}



/*-- 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;
}
}

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



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

concept.html

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


#Page-concept section {
    padding: 90px 10px;
}

section#about {
    background: #fff9ef;
}

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

.conceptphoto p {
    width: calc((100% - 7%) / 3);
    margin: 30px 0;
}

.conceptphoto p img {
    border-radius: 30px;
}


.title {
    display: flex;
    align-items: flex-end;
    padding-bottom: 10px;
    border-bottom: solid 5px #00afcc;
}

.title h3 {
    font-size: 3.5rem;
    color: #00afcc;
}
.title h3 span {
    font-size: 14px;
    color: #00afcc;
}

.title h2 {
    padding-left: 20px;
    font-size: 3rem;
}

.aboutmain {
    display: flex;
    justify-content: space-between;
    margin: 120px 0 0;
}

.aboutbox {
    width: 48%;   
}

.aboutbox p {
    padding: 20px 0;
    line-height: 3.5rem;
}

.aboutbox img{
    border-radius: 30px;
}

.contents02 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.characterBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
}

.characterBox .sabbox01 {
    width: 30%;
    margin: auto 0;
    font-size: 30px;
}

.characterBox .sabbox02 {
    width: 66%;
}

.table_design02 {
  border-collapse: collapse;
  width: 100%;
}
.table_design02 tr {
  background-color: #00afcc42;
}
.table_design02 tr:nth-child(odd) {
  background-color: #fff;
}
.table_design02 th, .table_design02 td {
  padding: 1em;
}
.table_design02 th {
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}

.margin180{
    margin-top: 180px;
}


@media screen and (max-width: 767.98px) {
#Page-concept section {
    padding: 90px 0;
}
    #Page-concept .conceptBox {
    margin-top: 0;
}
    
.conceptphoto {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
}
    
    .conceptphoto p {
    width: 100%;
    margin: 10px 0;
}
    
    .aboutmain {
    display: flex;
    justify-content: space-between;
    margin: 60px 0 0;
    flex-direction: column;
}
    .aboutbox {
    width: 100%;
}
    
    .title h3 {
    font-size: 2.5rem;
}
    
    .title h3 span {
    font-size: 10px;
}
    
    .title h2 {
    font-size: 2rem;
}
    
    .characterBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
    flex-direction: column;
}
    
    .characterBox .sabbox01 {
    width: 80%;
    margin: 0 auto 20px;
}
    
    .characterBox .sabbox02 {
    width: 100%;
}
    .table_design02 th {
    font-weight: normal;
    text-align: center;
    width: 28%;
    min-width: 4em;
}
.table_design02 th, .table_design02 td {
    padding: 0.5em;
}
    
.margin180{
    margin-top: 60px;
}
    
}



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

shop.html

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

#Page-shop section{
    padding: 90px 10px;
}


.table_design01 {
  border-collapse: collapse;
  width: 100%;
  max-width: 1200px;
  margin: 50px auto;  
}
.table_design01 th, .table_design01 td {
  border: 2px solid #86765b;
  background-color: #fff;
  padding: 2em;
}
.table_design01 th {
  background-color: #f1ebe1;
  color: #86765b;
  font-weight: normal;
  text-align: center;
  width: 20%;
  min-width: 4em;
}
.shop-img {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.shop-img p {
    width: 48%;
}

.googlemap {
    max-width: 1200px;
    margin: 50px auto;
}

@media screen and (max-width: 767.98px) {
#Page-shop section {
    padding: 90px 0;
}
    
.table_design01 th, .table_design01 td {
    padding: 0.5em;
}
}


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

menu.html

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

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


.comingsoonBox{
	position:relative;
	width:100%;
	height:350px;
}

/*フォント*/
.bound span{
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	margin: auto;
	font-size:5em;
	font-weight:bold;
	text-align:center;
	height:100px;
	animation: bound-anim 1.35s infinite;
    background: linear-gradient(90deg, #00afcc, #fa497e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes bound-anim {
	0%,100% {top: 0;transform: scale(1);}
	30% {top: -25%;}
	50% {transform: scale(1);}
	90% {top: 0;transform: scale(1.1,0.8);}
}

@media screen and (max-width: 767.98px) {
.bound span {
    line-height: 7rem;
    font-size: 4em;
    height: 140px;
}
}



.midashiBox {
    margin: 70px 0 20px;
    padding: 0.25em 0.5em;
    color: #494949;
    background: transparent;
    border-left: solid 5px #00afcc;
    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;
}

.Menu .item .name, .Menu .item .price {
    display: inline-block;
    background-color: #fff;
}

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

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

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

.Menu p{
    margin-bottom: 30px;
}

ul.Menu .item_drink {
    margin: 15px 0px;
}


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

footer.html

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

.footerBox {
    text-align: left;
    display: flex;
    justify-content: space-between;
	margin-bottom: 20px;
}


#footer-contents {
	margin: 80px auto 10px;
}


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

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

#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: 1.5rem;
    line-height: 2rem;
}

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

 
 
#footer ul {
	display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
}

 
#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;
	}
	
	.footerBox {
    text-align: left;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-direction: column;
}
	
	#footer-contents img {
		width: 120px;
	}
    
    #footer .footer-logo img {
    width: 140px;
    }
    
    #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;
}





