@charset "UTF-8";



	
/* 共通部分
-------------------------------------------- */
/*
html,body{
  overflow: hidden
}
*/

html {
	font-size: 100%;
	height: 100%; /* prepared用 */
}

body {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 1.7;
	color: #432;
/*	height: 90%; */
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
}

h3 {
	margin-top: 10%;
}

.sp-br {
	display: none;
}


/* 枠線
--------------------------------------------*/
#linebg-top {
    background: linear-gradient(to right, #f5f2ef, #518f93);
/*    background-color: #f5f2ef; */
    position: fixed;
    top: 0;
    left: 0;
    height: 10px;
    width: 100%;
    z-index: 10;
}

#linebg-right {
    background: linear-gradient(#518f93, #f5f2ef);
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 10px;
    z-index: 10;
}

#linebg-left {
    background: linear-gradient(#f5f2ef, #518f93);
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 10px;
    z-index: 10;
}

#linebg-bottom {
    background: linear-gradient(to right, #518f93, #f5f2ef);
    position: fixed;
    bottom: 0;
    left: 0;
    height: 10px;
    width: 100%;
    z-index: 10;
}


/* HEADER
-------------------------------------------- */
.logo {
	width: 180px;
	margin-top: 14px;
}

.main-nav {
	display: flex;
	font-size: 1.25rem;
	text-transform: uppercase;
	margin-top: 34px;
	list-style: none;
}

.main-nav li {
	margin-left: 36px;
}

.main-nav a {
	color: #432;
}

.main-nav a:hover {
	color: #0bd;
}

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

.wrapper {
/*	max-width: 1100px; */
	margin: o auto;
	padding: 0 4%;
}

/* HOME
-------------------------------------------- */
.home-content {
	text-align: center;
	margin-top: 5%;
}

.home-content p {
	font-size: 1.125rem;
	margin: 10px 0 42px;
}

/* 見出し */
.page-title-1 {
	font-size: 10rem;
	font-family: 'Yusei Magic';
}

.page-title {
	font-size: 5rem;
	font-family: 'Philosopher';
	text-transform: uppercase;
	font-weight: normal;
}

/* ボタン */
.button {
	font-size: 1.375rem;
	background: #0bd;
	color: #fff;
	border-radius: 5px;
	padding: 18px 32px;
}

.button:hover {
	background: #0090aa;
}

/* 大きな背景画像 */
.big-bg {
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

#home {
/*	background-image: url(../images/maccha3.jpeg); */
/*	min-height: 80vh; */
}

#home .page-title {
	text-transform: none;
}

.snslink {
	display: flex;
	justify-content: center;
}

.icon {
	width: 40px;
	margin: 0 10px 0 10px;
}

.b-link {
	text-decoration: underline;
	color: seagreen;
}

.b-link:hover {
	color: seagreen;

}


/* MENU
-------------------------------------------- */
#menu {
	min-height: 100vh;
	padding: 72px 24px 0;
}

.menu-content {
	text-align: center;
	margin-top: 10%;
}

/* 見出し */
.content-title {
	font-size: 2.5rem;
	font-family: 'Philosopher';
	text-transform: uppercase;
	font-weight: normal;
}

.grid1-wrapper {
	margin-top: 5%;
    display: grid;
    justify-content: space-evenly;
    grid-template-columns: 30% 30% 30%;
	align-items: stretch;
}

.grid2-wrapper {  /* 調整できるならいらない */
	margin-top: 5%;
    display: grid;
    justify-content: space-evenly;
    grid-template-columns: 30% 30% 30%;
	align-items: stretch;
}

.grid {
	margin-top: 20px;
	border: 1px solid #222222;
}

.menu-pic {

}

/* STAFF
-------------------------------------------- */
#staff {
	min-height: 100vh;
}

.staff-content {
	text-align: center;
	margin-top: 10%;
}

.flexbox {
	margin-top: 5%;
	display: flex;
	justify-content: space-evenly;
}

.staff-left {
	width: 35%;
	border: 1px solid #222222;
}

.staff-pic {
	border-radius: 50%;
}

.staff-right {
	width: 35%;
	border: 1px solid #222222;
}


/* ACCESS
-------------------------------------------- */
#access {
	min-height: 70vh;
}

.access-content {
	text-align: center;
	margin-top: 10%;
}

#access .flexbox {
	height: 50%;
	justify-content: center;
}

.accesslogo {
	text-align: left;
}

.access-left .logo {
	width: 150px;
	margin-top: 0px;
}

.access-left {
	width: 35%;
	height: 30rem;
}

.access-left table {
	text-align: left;
}

.access-left td {
	vertical-align: top;
}

.access-left td:first-child {
	font-weight: bold;
}

.access-left td:nth-child(2) {
	width: 2rem;
}

.access-right {
	width: 35%;
	height: 23rem;
	border: 10px solid #f5f2ef;
}

.googlemap {
	width: 100%;
	height: 100%;
}


/* レスポンシブ（モバイル共通）
-------------------------------------------- */
@media (max-width: 600px) {
	.page-title {
		font-size: 3.5rem;
	}

	/* HEADER */
	.main-nav {
		font-size: 1rem;
		margin-top: 10px;
	}

	.main-nav li {
		margin: 0 20px;
	}

	.page-header {
		flex-direction: column;
		align-items: center;
	}

	.main-nav {
		flex-direction: column;
		align-items: center;
	}

	/* HOME */
	.home-content {
		margin-top: 20%;
	}

	.home-content p {
		font-size: 1.00rem;
		margin-top: 30px;
	}

	.sp-br {
		display: block;
	}
}




/* FOOTER
-------------------------------------------- */
footer {
	text-align: center;
	padding: 26px 0;
/*	margin-top: 50px; */
}

footer p {
	font-size: 0.875rem;
}

