@charset "UTF-8";
@media screen and (max-width:640px){
	
	img{
		display: block;
		width: 100%;
		height:auto;
	}
	
	.pc{
		display: none;
	}
	
	*{
		font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	}

	h2{
		color: #325355;
    	font-size: 24px;
		text-align: center

	
		
    }

	h3{
		color: #325355;
		font-size: 18px;
		text-shadow: 1px 2px 3px #EAE9E6;

		margin-left: auto;
		margin-right: auto;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;

}

	p{
		color: #325355;
		font-size: 14px;
	}
	
/*Headder */
	header{
		overflow: hidden;
		background-color: #fff;
		width: 90%;

	}
	

	#header_logo_img{
		width: 70%;
		height: auto;
		margin-left: 20px;
	}
	
	/*ハンバーガーメニュー*/
	
	#nav span{
		background-color: #325355;
		width: 40px;
		height: 3px;
		display: block;
		position: absolute;
		transition: 0.5s;
	}
	
	#nav{
		z-index: 10000;
		position: absolute;
		top: 22px;
		right: 20px;
		width: 40px;
		height: 40px;
	}
	
	#nav span:nth-child(1){
		top: 4px;
	}
	
	#nav span:nth-child(2){
		top: 18px;
	}
	
	#nav span:nth-child(3){
		top: 32px;
	}
	
	.open #nav span:nth-child(1){
		transform: rotate(45deg);
		top: 14px;
	}
	
	.open #nav span:nth-child(3){
		transform: rotate(-45deg);
		top: 14px;
	}
	
	.open #nav span:nth-child(2){
		opacity: 0;
	}
	
	#nav_group{
		width: 100%;
		height: 100vh;
		background-color:#F5EEDE;
		position: fixed;
		top: 0;
		right:0;
		transform: translateY(-100vh);
		transition: 0.5s;
		z-index: 1000;
	}

	.open #nav_group{
		transform: translateY(0vh);
	}
	#nav_group ul{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width:100%;
		height:100%;
	}
	#nav_group ul li{
		margin:20px;
	}
	
	/* Loading背景画面設定　*/
	#splash {
/*fixedで全面に固定*/
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: 999;
		background:#F5EEDE;
		text-align:center;
		color:#fff;
	}

/* Loading画像中央配置　*/
	#splash_logo {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

/* Loading アイコンの大きさ設定　*/
	#splash_logo img {
		width:260px;
	}
	
/* Main - Hero */

/*メインビジュアル*/
	
	#main_hero_img{
		width: 100%;
		margin-left: auto;
		margin-right: auto;

}

	#main_hero_highlight {
		margin-top: 20px;
		margin-bottom: 50px;
		margin-left: auto;
		margin-right: auto;
		width: 85%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2.5em; 
}
	#main_hero_text_sp{
		margin-top: 10px;
	}
/* Main - Menu */
	
	.main_menu{
		background-color:#F5EEDE;
		padding-top:20px;
		padding-bottom:40px;
		width:100%;
	}
	
	#container_menu{
		margin-top:30px;
}
	
	#menu_all {
  		width: 90%;
  		margin-left: auto;
  		margin-right: auto;
}
	
	#Menu{
		margin-top:10px;
		transition: 2s;
		opacity: 0;
}
	.menu_contents{
		margin-bottom:20px;
		text-align: center;
		background-color: #fff;
	}
	
	.arrow img{
		margin-left: auto;
		text-align: right;
		width:100%;
		margin-right: 10px;
	}
	
	.arrow figure{
		width:20%;
		float:right;
		margin-right:5px;
	}
/* Main - Profile */
	#About{
		margin-top:20px;
	}
	#profile{
		width:100%;
	  	margin-left: auto;
  		margin-right: auto;
		text-align:center;
		display: block;
	}
	
	#profile p{
		text-align: center;
		padding-top: 10px;
		padding-right: 0px;
		line-height: 2em; 
	}
	
	#profile_photo{
		width:80%;
		margin-left: auto;
  		margin-right: auto;
		text-align:center;
		display: block;
	}
	
	#name_sp p{
		font-size:18px;
		font-weight: bold;
		line-height:3px;
		padding-top:30px;
		margin-left: auto;
  		margin-right: auto;
		text-align:center;
	}
	
	#carrer_sp{
		width:100%;
		margin-top:20px;
		margin-left: auto;
  		margin-right: auto;
		text-align: center;
		display: block;
		line-height: 1em; 
		
	}
	
	#qualification_sp{
		padding-top:40px;
	}
	
	
	#qualification_sp p{
		width:100%;
		font-size:14px;
		text-align: left;
		line-height: 1.5em; 
	}
	
	
	
	#main_about_img_benzu{
		width:80%;
		margin-top: 0;
		margin-left: auto;
  		margin-right: auto;
		text-align: center;
}
	
	#thought_all{
		padding-bottom: 30px;
	}
	
	#thought_title{
		font-size:18px;
		margin-top:10px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		padding-top: 30px;
		padding-bottom: 30px;

	}
	#thought{
		width:95%;
		margin-left: auto;
  		margin-right: auto;
		text-align: center;
		display: block;
		padding-right: 0px;
	}
	
	#thought p{
		width:100%;
		margin-left: auto;
  		margin-right: auto;
		text-align: center;
		display: block;
		padding-right: 0px;
		line-height: 2em;
	}
	
	#thought1_sp{
		margin-top:20px;
		
	}
	
	#thought1_sp p{
		font-size: 13px;
		
		
	}
	
	#thought2_sp{
		margin-top:10px;
}
	
	#thought2_sp p{
		font-size: 13px;
		
		
	}
/* Main - Blog */
	.main_blog{
		background-color:#ffffff;
		padding-top: 3px;
		padding-bottom: 30px;
	}
	
	#Blog{
		margin-top:20px;
		margin-bottom:20px;
	}
	
	.blog_title{
		font-size: 20px;
		padding-top: 8px;
		padding-bottom: 8px;
}
	
	#blog_contents{
		width:100%;
		margin-left: auto;
  		margin-right: auto;
		text-align: center;
		display: block;
	}
	
	.main_blog_img{
		padding-top:20px;
	}
	
	.main_blog_img img{
		width:80%;
		margin-left: auto;
  		margin-right: auto;
		text-align:center;
	}
	
	.blog_text_all{
		margin-left: auto;
  		margin-right: auto;
		width:90%;
	}

	
	.blog_text{
		margin-bottom:30px;
	}
	
	#read_more{
		text-align:right;
		margin-right: 20px;
}
/* Main - Reserve */
	
	.main_reserve{
		background-color:#F5EEDE;
		padding-top: 3px;
		padding-bottom: 40px;
	}
	
	#Reserve{
		margin-top:20px;
	}
	
	#reserve_info{
		width:95%;
		margin-top: 30px;
		margin-left: auto;
  		margin-right: auto;
		text-align:center;
		line-height: 2em; 
	}
	
	#reserve_info p{
		font-size:13px;
	}
	
	hr{
		margin-left: auto;
  		margin-right: auto;
		text-align:center;
	}
	
	#yoyaku{
		font-size: 18px;
		padding-left:0;
		padding-bottom: 10px;
		margin-left: auto;
  		margin-right: auto;
		text-align:center;
	
}
	
	table{
		line-height: 2em;
		width: fit-content;
		margin: auto;

}
	table th, td {
        display: block;
        width: 90%;
        }
	
	table th{
		font-size: 16px;
		margin-left: auto;
  		margin-right: auto;
		text-align:center;
}
	
	table td{
		font-size: 16px;
		padding-left:0;
		margin-left: auto;
  		margin-right: auto;
		text-align:center;
	}
	
	#button{
		background:#325355;
		color:#FFFFFF;
		border: none;
		margin-top: 20px;
		padding: 15px 30px;
	}
/* Main - Access */
	#Access{
		padding-top:20px;
	}
	
	#access-info{
		width:90%;
		margin-left: auto;
		margin-right: auto;
		display: block;
}
	#bussiness_hours{
    	margin-right: 0;
}

/* Footer */
	#footer_all{
		background-color:#F5EEDE;
		padding-top:30px;
	}
	
	#footer_logo_img img{
		width:60%;
		margin-left: auto;
		margin-right: auto;
	}
	
	#copyright{
		background-color: #325355;
}
	
}
