@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Aboreto&family=Pinyon+Script&display=swap');
* {
	margin: 0px;
	padding: 0px;
}
/* ?X?}?z?p */
@media only screen and (max-width: 600px) {
  /* ?X?^?C???L?q */
}

/* ?^?u???b?g?p */
@media only screen and (max-width: 768px) {
  /* ?X?^?C???L?q */
}

/* PC?p */
@media only screen and (max-width: 992px) {
  /* ?X?^?C???L?q */
}
/* Extra large devices (large desktops, 1200px and below) */
@media only screen and (max-width: 1200px) {
}

h1,h2,h3 {
	font-size: 100%;
}
img {
	vertical-align: bottom;
}

header,nav,article,section,aside,footer {
	display: block;
}


body{
	line-height:1.5;
	text-align:center;
	color:#666c67;
	font-family: YuGothic,'Yu Gothic','Yu Gothic UI',sans-serif;
}

#wrapper {
  max-width: 100%;
  margin: 0;
  padding: 0;
}


ul {
	list-style-type:none;
	text-decoration:none;
}

header{
	background-image:url(img/header_1.jpg);
	background-repeat: no-repeat;
	position   : relative;
	width      : 100%;
	height	:500px;
	background-size: cover;
	background-position: center;
}

h1{
	font-size:48px;
	color:white;
	position:absolute;
	top:150px;
	left:120px;
	display: block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

a{
	text-decoration:none;
}
a:visited{
	color:#666c67;
}
header p{
	font-size:14px;
	position: fixed;
	top:100px;
	writing-mode: vertical-rl;
}
.v_title_right{
	right:5px;
}
.v_title_left{
	left:5px;
}
.v_title_left:after{
	content: "";
	display:inline-block;
	width:20px;
	height:20px;
	margin-left:5px;
	margin-top:5px;
	background:url(img/inst.png) no-repeat;
	background-size:contain;
}

h2{
	font-size:30px;
	padding:20px 20px;
font-family: 'Aboreto', cursive;
}

/*???j???[*/

.menu{
  max-width: 100%;
}

.menu_nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom:100px;
}
.menu_nav li{
	width:60%;
	height: 550px;
}

.menu_image01 {
	background-image:url(img/menu01_bg.jpg);
	background-repeat:no-repeat;
	box-shadow: 10px 8px rgba(0,0,0,0.2);
	width: 300px;
	height: 500px;
}
.menu_image02 {
	background-image:url(img/menu02_bg.jpg);
	background-repeat:no-repeat;
	box-shadow: 10px 8px rgba(0,0,0,0.2);
	width: 300px;
	height: 500px;
	margin-top:50px;
}
.menu_image03 {
	background-image:url(img/menu03_bg.jpg);
	background-repeat:no-repeat;
	box-shadow: 10px 8px rgba(0,0,0,0.2);
	width: 300px;
	height: 500px;
	margin-top:100px;
}

@media only screen and (min-width: 768px) {
	.menu_nav {
		flex-direction: row;
		justify-content: center;
	}

	.menu_nav li {
		width: 100%;
		height: 600px;
		padding-left:50px;
	}

	.menu_image01,
	.menu_image02,
	.menu_image03 {
		height: 500px;
		justify-content: center;
	}
}
.menu_name{
	font-size: 2.5rem;
	text-align:center;
	padding-top:150px;
	color:white;
}
.menu_name_ja{
	font-size: 1.2rem;
	text-align:center;
	padding-top:10px;
	color:white;
}

.menu_image01:hover{
	background-image:url(img/menu01_hv.jpg);
}
.menu_image02:hover{
	background-image:url(img/menu02_hv.jpg);
}
.menu_image03:hover{
	background-image:url(img/menu03_hv.jpg);
}

.type_name{
	font-size:24px;
	text-align:center;
	padding-top:90px;
	color:darkgray;
}

.menu_txt{
	margin-top:20px;
	margin-bottom:20px;
}
.type_name_ja{
	font-size:12px;
	text-align:center;
	padding-top:48px;
	color:darkgray;
}


h3{
	font-size:24px;
	padding:20px 20px;
}

strong{
	font-size:24px;
	font-weight:normal;
}

/*?^?C?v*/
.message{
	 max-width: 100%;
 	 margin-top: 30px;
 	 margin-bottom: 30px;
}
.about{
	 max-width: 100%;
 	 margin-top: 30px;
 	 margin-bottom: 30px;
}
.about_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.about_nav li{
	width: 45%;
 	margin-bottom: 10px;
}

.about_nav li{
	position: relative;
	display: inline-block;
	width:300px;
	height:300px;
	margin: 1.5em 2px 1.5em 16px;
  padding: 7px 10px;
  color: black;
  font-size: 16px;
  background: #FFF;
  border: 3px double gray;
}


.about_nav li:before {
  content: "";
  position: absolute;
	width:0;
	height:0;
	top:-18px;
	left:135px;
  border-left: 16px solid gray;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}

.about_nav li:before {
  content: "";
  position: absolute;
	width:0;
	height:0;
	top:-18px;
	left:135px;
  border-top: 16px solid transparent;
  border-right: 16px solid gray; 
  border-bottom: 16px solid transparent;
}

.about_nav li:hover{
  color: white;
  background: #fffbcc;
  border: 3px double white;
	text-decoration:none;
}

.about_nav li p {
  text-align:center;
	padding-top:80px;
}

.insta{
	max-width: 100%;
 	 margin-bottom: 30px;
}
.insta h2 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.insta p {
  margin: 0;
  font-size: 1.2rem;
}

/*?t?b?^?[*/

footer{
	max-width: 100%;
 	 margin-top: 30px;
  	margin-bottom: 30px;
	font-size:14px;
	padding-top:80px;
	background-color:#fffbcc;
}

.foot_txt {
  font-size: 1.2rem;
  margin: 0;
  padding-bottom:30px;
}

.foot_caution {
  margin: 10px 0;
  font-size: 0.8rem;
}
.foot_copy{
	margin: 0;
  font-size: 0.8rem;
}

.clearfix:after{
	content:".";
	display:block;
	visibility:hidden;
	height:0;
	clear:both;
}

