@charset "utf-8";
/* CSS Document */
/* =================================================================================================
 * Reset
 * =================================================================================================*/
html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.0em;
}
img {
	border: 0;
	transition: 0.1s;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
a {
	text-decoration: none;
	color: #fff;
}

.pure-drawer a {
	color: #333;
}
ol, ul {
	list-style: none;
}
p {
	line-height: 24px;
}
img, input {
	vertical-align: middle;
}
h1, h2, h3, h4, h5, h6, address {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
div, blockquote, p, pre, ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
.main_box {
    overflow: hidden;
}

/* =================================================================================================
 * common
 * =================================================================================================*/
body {
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 1px;
}
.wrapper {
	overflow: hidden;
}
hr {
	border: solid 1px #000;
	margin: 0;
}
.button {
	display: inline-block;
	width: 184px;
	height: 44px;
	text-align: center;
	text-decoration: none;
	line-height: 44px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button {
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid #000;
	color: #000;
	line-height: 44px;
	font-family: 'Playfair Display', serif;
}
.button_b {
	background-color: rgba(0, 0, 0, 0.5);
	border: 1px solid #fff;
	color: #fff;
}
.button:hover {
	border-style: dashed;
}


.button01 {
	display: inline-block;
	width: 184px;
	height: 44px;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	/*z-index: 1;*/
	border: 2px solid #fff;
	color: #fff;
	line-height: 40px;
	-webkit-perspective: 300px;
	perspective: 300px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.button01:hover {
	color: #fff;/*#b44a66*/
	font-weight: bold;
	letter-spacing: 3px;
}
.button01::before,
.button01::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button01,
.button01::before,
.button01::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button01::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	opacity: 0;
}
.button01:hover::after {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	opacity: 1;
}

/* =================================================================================================
 * drawer
 * =================================================================================================*/
.drawer{
	position: fixed;
	z-index: 50;
}
.pure-drawer ul {
	margin-top:15px;
} 
.pure-drawer li {
	font-size: 16px;
    padding: 8px 0;
    text-align: center;
    z-index: 2;
	border-bottom: 1px dashed #555;
}
.drawer_icon {
	width: 180px;
	margin: 20px auto 0;
	overflow: hidden;
}
.drawer_icon ul {
	margin: 12px 0 0;
}
.drawer_icon li {
	float: left;
	padding: 0 14px; 
	border-bottom: none;
}
.sp_navlogo {
	margin: 30px 0 0 15px;
}
.pure-drawer li {
	font-family: 'Playfair Display', serif;
}
.pure-drawer li span {
	margin-top: 10px;
	font-size: 10px;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
/* =================================================================================================
 *  top
 * =================================================================================================*/
.top_bg_img {
  	content:"";
  	display:block;
  	position:fixed;
  	top:0;
  	left:0;
  	z-index:-1;
  	width:100%;
  	height:100%;
	background:url(../img/bg/bg_01_sp.jpg) center/cover no-repeat;
}
.about_bg_img {
  	content:"";
  	display:block;
  	position:fixed;
  	top:0;
  	left:0;
  	z-index:-1;
  	width:100%;
  	height:100%;
	background:url(../img/bg/m_back2.jpg);
}
.box1 {
    text-align: center;
}
.top_img{
	margin: 16px 0;
}
.top_img img{
	width: 100%;
}
#box1:after {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 0% auto;
    content: "";
    display: block;
    height: 630px;
}
.top_box {
	width: 300px;
    height: 350px;	
	position: absolute;
	top: 95px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.top_logo {
	width: 60%;
	margin: 0 0 0 40%;
}
.top_logo img {
	width: 100%;
}
.top_btn{
    margin: 32px auto 0;
}
.top_contact{
	margin-top: 16px;
}
.button1 {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	line-height: 50px;
	overflow: hidden;
    font-weight: bold;
}
.button1:hover {
	color: #fff;
	letter-spacing: 3px;
}
.button1::before,
.button1::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button1,
.button1::before,
.button1::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button1::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.button1:hover::after {
	background: rgba(255,255,255,0.8);
	-webkit-transform: scale(1);
	transform: scale(1);
}
/* =================================================================================================
 * about
 * =================================================================================================*/
.about#bmenu {
	background: url(../img/bg/b_back_sp.jpg) center/cover no-repeat;
}
#bmenu {
	color: #fff;
}
.about {
	background: rgba(255,255,255,0.8);
	overflow: hidden;
	margin-bottom: 200px;
}
.about_box {
	width: 320px;
	margin: 0 auto ;
}
.about_title {
	text-align: center;
	margin: 24px 0;
}
.about_title h2 {
	font-size: 24px;
	margin: 40px 0 24px;
	font-family: 'Playfair Display', serif;
}
.about_title h2 span {
    display: block;
    font-size: 65%;
    margin-top: 10px;
}
.about_img {
	margin-bottom: 24px;
}
.about_img img {
	width: 100%;
}
.about_text {
	margin-bottom: 40px;
	overflow: hidden;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
.about_text p {
	font-size: 14px;
	line-height: 30px;
}
.about_btn {
	margin: 24px 0;
	text-align: center;
}
/* =================================================================================================
 * menu
 * =================================================================================================*/
.menu {
	background: rgba(255, 255, 255, 0.8);
	overflow: hidden;
	margin-bottom: 200px;   
}
.menu_box {
	width: 320px;
	margin: 0 auto;
	color: #fff;
}
.menu_title {
	text-align: center;
	margin: 24px 0;
	font-family: 'Playfair Display', serif;
}
.menu_title h2 {
	font-size: 24px;
	margin: 40px 0 24px;
	color: #000;
}
.menu_title h2 span {
	display: block;
	font-size: 65%;
	margin-top: 10px;
}
.menu_img {
	margin-bottom: 24px; 
}
.menu_img img {
	width: 100%;
}
.menu_text {
	margin-bottom: 40px;
	overflow: hidden;
	color: #000;
}
.menu_text p {
	font-size: 14px;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
.menu_btn {
	margin: 24px 0;
	text-align: center;
}
#menu li {
	width: 300px;
	height: 300px;
	float: left;
	margin: 0 0 7% 3%;
	overflow: hidden;
	position: relative;
}
#menu li img {
	width: 100%;
}
.mask_caption {
	font-size:	160%;
	text-align: center;
	padding-top: 140px;
	color: #333;
	font-family: 'Playfair Display';
}
.menu_hover .mask {
	width: 300px;
	height: 300px;
	-webkit-border-radius: 150px;/* width,heightの半分 */
	-moz-border-radius: 150px;
	border-radius: 150px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(255,255,255,0.6);
	-webkit-transition: all 0.2s ease;
	transition:	all 0.2s ease;
}
.menu_hover:hover .mask {
	opacity: 1;
}

/* =================================================================================================
 * ビューチェ用
 * =================================================================================================*/
#m_menu {
	background: rgba(31,45,79,0.8);
}
#m_menu .menu_title h2,
#m_menu .menu_text {
	color: #fff;
}
#l_menu,
#school {
	background: url(../img/bg/bg_pink.jpg);
}

/* =================================================================================================
 * お客様の声
 * =================================================================================================*/
.scr_box {
  overflow: scroll;   /* スクロール表示 */ 
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 400px;
  background: #fff;
  margin-bottom: 60px;
}
.voice {
	margin: 0 10px 40px;
}
.scr_box hr {
	border: solid 1px #555;
	margin: 0 0 10px;
}
.scr_box h3 {
	font-family: 'Playfair Display', serif;
	font-weight: bold;
	font-size: 16px;
	margin: 10px 0 0;
	line-height: 22px;
}
.scr_box h3 span {
	text-align: right;
	display: block;
}
.voice_table {
	text-align: center;
	font-size: 12px;
	width:100%;
	line-height: normal;	
	border: 1px dashed #555;
	background: #eee;
}
.voice_table th, .voice_table td {
	display: inline-block;
}
/* =================================================================================================
 * gallery
 * =================================================================================================*/
.gallery {
	background: rgba(255,255,255,0.6);
	overflow: hidden;
	margin-bottom: 200px;    
}
.gallery_box {
	width: 320px;
	margin: 0 auto 40px;
}
.gallery_title {
	text-align: center;
	margin: 24px 0;
}
.gallery_title h2 {
	font-size: 24px;
	margin: 40px 0 24px;
}
.instagram{
	margin: 16px 0;
}
.insta_box {
	margin-bottom: 60px;
}
/* =================================================================================================
 * news
 * =================================================================================================*/
.news01 {
	background: rgba(255,255,255,0.9);
	overflow: hidden;
	margin-bottom: 200px;
}
.news01 h2{
	color: #000 !important;
}
.news {
  background:url(../img/bg/company.jpg) ; /*fixedをトル！*/	
	  filter: 				alpha(opacity=90);
    -moz-opacity:			0.9;
    opacity:				0.9;
    width: 100%;

	/*background: rgba(255,255,255,0.8);*/
	overflow: hidden;
	margin-bottom: 200px;
}
.news_box {
	width: 320px;
	margin: 0 auto 40px;
}
.news_title {
	text-align: center;
	margin: 24px 0;
	font-family: 'Playfair Display', serif;
}
#news .news_title h2 {
	font-size: 24px;
	margin: 40px 0 24px;
	color: #fff;
}
.news_title h2 span {
	display: block;
	font-size: 65%;
	margin-top: 10px;
}
#menu .news_title {
	color: #333;
	font-size: 24px;
}
.news_main{
	margin: 0 auto; 
	height: 200px;
	margin-bottom: 40px;
}
.news_main a {
	color: #fff;
}
.news_main li{
	line-height: 24px;
	font-size: 12px;
	border-top: dotted 1px #fff;
}
/* =================================================================================================
 * Company
 * =================================================================================================*/
.company_text p {
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #fff;
}
/* =================================================================================================
 * contact
 * =================================================================================================*/
.contact {
	background: rgba(255,255,255,0.8);
	overflow: hidden;
	margin-bottom: 200px; 
}
.contact_box {
	width: 100%;
	margin: 0 auto;
}
.contact_box .menu_title h2 {
	text-align: center;
	color: #000;
}
.contact_form{
	overflow: hidden;
}
.contact_btn {
	margin: 24px 0 40px;
	text-align: center;
}
.contact_btn input {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
	font-size: 14px;
  letter-spacing: 1px;
	background: transparent;
	border: none;
	z-index: 4;
	width: 180px;
	height: 40px;
	text-align: center;
}
/* =================================================================================================
 * access
 * =================================================================================================*/
#access {
	background: rgba(255,255,255,0.8);
	overflow: hidden; 
	margin-top: -100px;
	padding-top: 100px;
}
.access_box {
	width: 100%;
	margin: 0 auto;
}
.access_title {
	text-align: center;
	margin: 24px 0;
}
.access_title h2 {
	font-size: 24px;
	margin: 40px 0 24px;
}
#map {
	width: 100%;
	height: 250px;
	margin: 0 0 16px;
}
#iv {
	width: 100%;
	height: 250px;
	margin: 0 0 16px;
}
.access_btn {
	margin: 24px 0 24px;
	text-align: center;
}
.access_info {
	width: 320px;
	margin: 0 auto;
	overflow: hidden;
}
.access_address,.access_tel{
	text-align: center;
}
.access_address{
	margin-bottom: 24px;  
}
.access_address p{
	padding-top: 8px;
}
.access_tel p{
	font-size: 20px;
	padding-top: 8px;
	letter-spacing: 2px; 
}
#access .menu_text h3 {
	font-size: 16px;
	font-family: 'Playfair Display';
	letter-spacing: 2px;
	margin-bottom: 20px;
	text-align: center;
}
#access table {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	line-height: normal;
}
#access tr {
	margin: 10px auto;
}
#access th, #access td {
	display: inline-block;
	font-size: 13px;
}
#access td a {
	color: rgba(150,41,49,0.5);
	font-weight: bold;
	letter-spacing: 0.16em;
}
#access th {
	min-width: 70px;
	width: 20%;
}
#access td {
	width: 76%;
}
.tr_credit {
	font-size: 13px;
	line-height: normal;
}
.address {
	background: rgba(73,48,43,0.5);
	padding: 2.5%;
	color: #fff;
}

/* =================================================================================================
 * インスタ
 * =================================================================================================*/
#insta {
	margin-top: -100px;
	padding-top: 75px;
}
#insta h2 {
	margin-bottom: 50px;
}


/* =================================================================================================
 * footer
 * =================================================================================================*/
.footer {
	/*background: rgba(180, 74, 102, 0.8);*/
	width: 100%;
	overflow: hidden;
}
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 3px 0 0 3px;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  background-color: #000;
  opacity:0.7;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
    font-size: 12px;
    line-height: 15px;
    font-family: 'Playfair Display', serif;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.footer_box {
	width: 320px;
	margin: 0 auto;
	font-family: 'Playfair Display', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",'Cambria','MS Serif','Congo','Andalus',"Times New Roman", "HG明朝B", "Sawarabi Mincho","ＭＳ Ｐ明朝", "ＭＳ 明朝" , serif;
}
.footer_nav1 {
	overflow: hidden;
	float: left;
	margin: 0 auto 2%;
}
.footer_nav1 li span {
	font-family: "Sawarabi mincho";
	font-size: 11px;
}
.footer_nav1 h3 {
	font-size: 22px;
	margin: 6% 1% 5%;
	text-align: center;
	color: #fff;
	padding-top: 30px;
}
.footer_nav1 h3 span {
    font-size: 65%;
    margin-top: 10px;
}
.footer_nav1 li {
	float: left;
	padding: 6px 0;
	font-size: 13px;
	width: 50%;
	text-align: center;
}
.footer_nav1 a {
	-webkit-transition: all .3s ease;
	ransition: all .3s ease;
}
.footer_nav1 a:hover {
	color: #aaa;
}
.sp_fotter_nav_top {
	width: 100% !important;
}
.footer_copy {
	clear: both;
}
.footer_copy hr{
    border: solid 1px #aaa;
}
.footer_copy p{
	text-align: center;
	font-size: 11px;
	margin: 4px auto 0;
	color: #aaa;
}
.footer_copy_f p{
	text-align: center;
	font-size: 11px;
	margin: 4px auto;
	color: #fff;
}
.footer_copy_f hr {
    border: solid 1px #fff;
    margin: 0;
}
.footer_bg{
	  background: rgba(73,48,43,0.9);
}
.footer_info{
	clear:both;
	width: 320px;
	margin: 0 2% 0 0;
	font-size: 12px;
	text-align: center;
	color: #fff;
}
.footer_info h3 {
	font-size: 12px;
	line-height: normal;
	margin: 0 auto 3%;
	letter-spacing: 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.footer_info h3 span {
	font-size: 22px;
}
/* =================================================================================================
 *  iv
 * =================================================================================================*/
.iv{
	height:300px;
}
@media screen and (min-width:360px){
/* =================================================================================================
 *  menu
 * =================================================================================================*/
	#menu li {
		width: 200px;
		height: 200px;
		margin: 0 auto 6%;
		float: none;
	}
	.mask_caption {
		font-size:	130%;
		padding-top: 90px;
	}
	.menu_hover .mask {
		width: 200px;
		height: 200px;
		-webkit-border-radius: 45px;/* width,heightの半分 */
		-moz-border-radius: 75px;
		border-radius: 75px;
	}
}

@media screen and (min-width:600px){	
/* =================================================================================================
 *  top
 * =================================================================================================*/
	.top_bg_img {
	  content:"";
	  display:block;
	  position:fixed;
	  top:0;
	  left:0;
	  z-index:-1;
	  width:100%;
	  height:100%;
	  background:url(../img/bg/bg_01.jpg) center/cover no-repeat;
	}
	#box1:after {
	    height: 1000px;
	}
	.top_box {
		width: 580px;
		top: 10%;
	}
	.top_tel {
		display: inline-block;
	}
	.top_contact {
		display: inline-block;
		margin: 0 0 0 60px;	
	}
	.top_img{
		width: 465px;
		margin: 24px auto;
	}
	.top_logo {
		width: 50%;
		margin: 0 0 0 45%;
	}
/* =================================================================================================
 * about
 * =================================================================================================*/
	.about#bmenu {
		background: url(../img/bg/b_back.jpg) center/cover no-repeat;
	}
	.about_box {
		width: 580px;
	}
/* =================================================================================================
 * menu
 * =================================================================================================*/
	.menu_box {
		width: 580px;
	}
	#menu li {
		width: 90px;
		height: 90px;
		margin: 0 0 6% 13%;
		float: left;
	}
	.mask_caption {
		font-size:	100%;
		padding-top: 35px;
	}
	.menu_hover .mask {
		width: 90px;
		height: 90px;
		-webkit-border-radius: 45px;/* width,heightの半分 */
		-moz-border-radius: 75px;
		border-radius: 75px;
	}
/* =================================================================================================
 * news
 * =================================================================================================*/
	.news_box{
		width: 580px; 
		margin-bottom: 40px; 
	}
	.news_main{
		margin: 0 auto; 
		color: #fff;
	}
	.news_main dt{
		width: 90px;
		float: left;
		margin-right: 40px;
		font-size: 14px;
		line-height: 40px;
	}
	.news_main dd{
		border-top: none;
		font-size: 14px;
		line-height: 40px;
	}
/* =================================================================================================
 * gallery
 * =================================================================================================*/
	.gallery_box {
		width: 580px;
	}
/* =================================================================================================
 * access
 * =================================================================================================*/
	#map {
		width: 49.9%;
		height: 300px;
		float: left;
		margin: 0 0 24px;
	}
	#iv {
		width: 49.9%;
		height: 300px;
		float: right;
		margin: 0 0 24px;
	}
	.access_info {
		width: 580px;
	}
	.access_address {
		float: left;
		width: 50%;
		margin-bottom: 0;   
	}
	.access_tel {
		float: right;
		width: 50%; 
	}
/* =================================================================================================
 * footer
 * =================================================================================================*/
	.footer_info{
		clear:both;
		width: 600px;
		margin: 0 auto;
		font-size: 14px;
		text-align: center;
		font-weight: bold;
	}
	#access .menu_text h3 {
		text-align: left;
	}
}
@media screen and (min-width:768px){
/* =================================================================================================
 * about
 * =================================================================================================*/	
	.about_box{
		width: 748px;
	}
	.about_img {
		float: left;
		width: 45%;
	}
	.about_text {
		float: right;
		width: 45%;
	}
/* =================================================================================================
 * menu
 * =================================================================================================*/
	.menu_box {
		width: 748px;
	} 
	.menu_img {
		float: right;
		width: 45%;
		margin-left: 2rem;
	}
	/*.menu_text {
		float: left;
		width: 45%;
	}*/
	#menu li {
		width: 150px;
		height: 150px;
		margin: 0 0 3% 10%;
	}
	.mask_caption {
		font-size:	120%;
		padding-top: 70px;
	}
	.menu_hover .mask {
		width: 150px;
		height: 150px;
		-webkit-border-radius: 75px;/* width,heightの半分 */
		-moz-border-radius: 75px;
		border-radius: 75px;
	}
/* =================================================================================================
 * news
 * =================================================================================================*/
 	.news_box{ 
		width: 748px;
	}
/* =================================================================================================
 * gallery
 * =================================================================================================*/
	.gallery_box {
		width: 748px;
	}
/* =================================================================================================
 * access
 * =================================================================================================*/
	#map {
		height: 400px;
	}
	#iv {
		height: 400px;
	}	
	.access_info {
		width: 748px;
	}
	.access_address p{
		font-size: 16px;
	} 
/* =================================================================================================
 * footer
 * =================================================================================================*/
	.footer_box {
		width: 748px;
	}
	.footer_nav1 {
		float: none;
	}
}

@media screen and (min-width:1024px){
/* =================================================================================================
 * drawer
 * =================================================================================================*/	
 	.drawer {
		display: none;		
	}
/* =================================================================================================
 * nav
 * =================================================================================================*/
 	.nav {
		position: fixed;
		top: 0;
		left: 0;
		background: rgba(73,48,43,0.9);
		width: 100%;
		height: 100px;
		z-index: 10;
		overflow: hidden;
	}
	.nav_box {
		width: 1000px;
		margin: 8px auto;
	}
	.nav_top {
		width: 100%;
		height: 45px;
		border-bottom: 1px solid #fff;
		font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	}
	.nav_top h1 {
		float: left;
		margin-top: 13px;
		font-size: 14px;
		color: #fff;
	}
	.nav_top h1 span {
		font-size: 18px;
		font-family: 'Playfair Display';
		letter-spacing: 2px;
	}
	.nav_telmail {
		float: right;
		font-size: 14px;
	}
	.nav_tel, .nav_mail {
		width: 150px;
		height: 25px;
		text-align: center;
		padding-top: 13px;
		margin-right: 20px;
	}
	.nav_tel {
		float: left;
		background-color: rgba(255,255,255,0.5);
		font-size: 12px;
	}
	.nav_mail {
		float: right;
		background-color: rgba(255,255,255,0.5);
	}
	.nav_tel .fa {
		padding-right: 5px;
	}
	.nav_mail .fa {
		padding-left: 5px;
	}
	.nav_top a {
		color: #49302b;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	.nav_top a:hover {
		color: rgba(255,255,255,0.9);
	}
	.nav_title {
		float: left;
		width: 25%;
		margin: 0 0 6px 0;
	}
	.nav_title h1 {
		color: #000;
		font-size: 30px;
	}
	.nav_list {
		float: right;
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}
	.nav_list li {
		float: left;
		padding: 0 39px;
	}
@supports (-ms-ime-align:auto) {
	.nav_list li {
		float: left;
		padding: 0 39px;
	}
}
	.nav_list a {
		position: relative;
		padding: .1em;
		text-decoration: none;
		color: #fff;
		font-family: 'Playfair Display', serif;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	.nav_list a:hover {
		color: #aaa;
	}
	.nav_list span {
		font-size: 12px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
	.top_box {
	    top: 55px;
	}
	.top_logo {
		width: 70%;
		margin: 0 auto;
	}
/* =================================================================================================
 * about
 * =================================================================================================*/
	.about {
		padding-top: 20px;
	}
	.about_box {
		width: 1000px;
	}
	.about_img {
	    margin-bottom: 60px;
	}
	.about_btn {
	    margin-top: 48px;
	}
	#menu li {
		width: 300px;
		height: 300px;
		margin: 0 0 7% 3%;
	}
	.mask_caption {
		font-size:	160%;
		padding-top: 140px;
	}
	.menu_hover .mask {
		width: 300px;
		height: 300px;
		-webkit-border-radius: 150px;/* width,heightの半分 */
		-moz-border-radius: 150px;
		border-radius: 150px;
	}
/* =================================================================================================
 * menu
 * =================================================================================================*/
	.menu {
		padding-top: 20px;
	}
	.menu_box {
		width: 1000px;
	}
	.menu_img {
	    margin-bottom: 60px;
	}
	.menu_btn {
		margin-top: 48px;
	}
/* =================================================================================================
 * gallery
 * =================================================================================================*/
	.gallery_box {
		width: 100%;
		margin: 0 0 60px;
	}	
/* =================================================================================================
 * news
 * =================================================================================================*/
	.news{
		padding-top: 20px; 
	}
	.news_box{ 
		width: 700px;
		margin-bottom: 60px; 
	}
/* =================================================================================================
 * contact
 * =================================================================================================*/
	.contact {
		padding-top: 20px;
	}
	.contact_btn {
		margin: 24px 0 60px;
	}
/* =================================================================================================
 * access
 * =================================================================================================*/
	.access {
		padding-top: 20px;
	}
	.access_info {
		width: 1000px;
	}
	.access_tel p {
	    font-size: 24px;
	}
/* =================================================================================================
 * footer
 * =================================================================================================*/
	.footer_box {
		width: 1000px;
	}
	.footer_nav1 li {
		padding: 35px 42.7px 0;
		width: auto;
	}
	.sp_fotter_nav_top {
		width: auto !important;
	}
	.footer_nav1 h3 {
		margin: 4% 1% 1%;
		text-align: left;
	}

/* =================================================================================================
 *  iv
 * =================================================================================================*/
	.iv{
		height:350px;
	}
}
@media screen and (max-width:1023px){
	.nav {
		display: none;
	}
} 