@charset "UTF-8";
/* CSS Document */
/*---------------------------------------------
基本設定
---------------------------------------------*/
html { scroll-behavior: smooth;}
body {
	font-family:"YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "serif";
	width: auto;
	color: #433b32;
}
header{
	color: #a6937c;	
	width: 100%;
}
a{
	color: #a6937c;
	text-decoration: none;
	-webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
nav a:hover{
	color: #8709fd;
	text-decoration: underline;
}
h1{
	/*font-style: oblique;*/
	display: inline;
}
h1 span{
	font-weight: lighter;
}
nav ul ul {
  display: block;
}
nav ul ul li {
  float: none;
}
nav li.has-child ul {
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all 0.3s;
	font-size: 0.8em;
	line-height: 0.5em;
}
nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}
nav li.has-child ul a:hover{
	opacity:0.5;
}
nav li.has-child ul li{
	margin: 20 10 5;
}
@media screen and (min-width:737px){
	header{
		padding: 68px 0px;
	}
	h1 {
		font-size: 40pt;
		width: 50%;
		margin-left:  50px;
	}
	h1 span{
		font-size: 18pt;
	}
	nav{
		font-size: 14pt;
		padding-right: 50px;
		float: right;
		display: inline;
	}
	nav ul li{
		margin: 10px;
	}	
}
@media screen and (max-width:736px){
	header{
		padding: 20px 0px;
	}
	h1{
		font-size: 14pt;
		width: 100%;
		margin-left: 10px;
	}
	h1 span{
		font-size: 0.5em;
	}
	nav{
		font-size: 12pt;
		padding-right: 10px;
		width: 100%;
	}
	nav ul li{
		margin: 10px 10px 5px;
	}
}
nav ul li{
	float: left;
}
h3{
	display: block;
	float: none;
}
@media screen and (max-width:450px){
	nav{
		font-size: 12pt;
	}
	nav ul li{
		margin: 10px 0;
		padding: 0 5px;
	}
	nav ul li:last-child{
		border-right: none;
	}
}
@media screen and (max-width:400px){
	nav{
		font-size: 13px;
	}
}
/*---------------footer-------------*/
footer{
	background-color: #a6937c;
	width: 100%;
	float: left;
}
footer p{
	color: #fff;
	float: right;
}
@media screen and (min-width:737px){
	footer p{
		margin: 10px 70px 10px 0;
		font-size: 8pt;
	}
}
@media screen and (max-width:736px){
	footer p{
		font-size: 7pt;
		margin: 10px auto;
	}
}
/*--------------go_top------------*/
.pagetop{
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 50px;
	right: 50px;
}
.pagetop a:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
  -moz-opacity: 0.5;
	-webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
	}
/*---------------------------------------------
indexpage
---------------------------------------------*/
#index_page #hone a,#exhibition_page #gallery a,#tableware_page #gallery a,#exhibition_door #gallery a,#tableware_door #gallery a,#news_page #news a,#gallery_page #gallery a,#profile_page #profile a,#profile_eng #profile a {
	color: #8709fd;
}
#index_page{
	overflow: hidden;
}
#index_page main{
	float: none;
}
@media screen and (min-width:737px){
#index_page main img{
	width: 100vw;
	height: 100vh; 
	object-fit: cover;
}
}
@media screen and (max-width:736px){
	#index_page{
		height: 100%;
	}
	#index_page main img{
	width: 100%;	
	height: 100vh;
	object-fit: cover;
	object-position: 30% 50%;
	}
}
#index_page footer,#contact_page footer{
	position: fixed;
  	bottom: 0px;
  	z-index: 100;
}
/*---------------------------------------------
gallerypage
---------------------------------------------*/
#gallery_page main{
		width: 100vw;
		height: 100vh;
	}
#gallery_page main div{
	position:relative;
}
#gallery_page main div h2{
	color: #fff;
	font-weight: lighter;
	line-height: 0.5em;
	position: absolute;
	width: 60%;
}
#gallery_page h2 span{
	font-size: 0.5em;
}
#gallery_page main div img{
	width: 50vw;
	object-fit: cover;
	}
#gallery_page main div a{
	display:block;
}
.h3title{
	margin: 20px 50px 30px;
	padding-bottom: 10px;
	color: #a6937c;	
	font-size: 1.5em;
	border-bottom: dotted thin #a6937c;
	clear: both;
}
.h3title span{
	padding-left: 20px;
	font-size:0.5em;
}
@media screen and (min-width:451px){
	#gallery_page main div{
		float: left;
}
}
@media screen and (min-width:1121px){
	#gallery_page main div img{
	height: 80vh;
	}
}
@media screen and (min-width: 921px) and (max-width: 1120px) {
		#gallery_page main div img{
		height: 75vh;
	}
}
@media screen and (min-width:921px){
	/*#gallery_page main div{
		width: 50vw;
	}*/
	#gallery_page main div h2{
		font-size: 5em;
	}
	#gallery_page #exhibition{
		bottom: 0px;
		padding-left: 50px;
		padding-bottom: 20px;
		margin-bottom: 50px;
		border-bottom: 3px solid #FFFFFF;
	}
	#gallery_page #tableware{
		top: 0px;
		right: 0px;
		padding-right: 50px;
		padding-top: 50px;
		text-align: right;
		margin-top: 50px;
		border-top: 3px solid #FFFFFF;
	}
}
@media screen and (max-width: 920px) {
#gallery_page #tab_buck{
		object-position: 0 100%;
	}
	#gallery_page main div h2{		
		font-size: 2em;
		top: 30%;
		left: 20%;
		line-height: 1em;
		text-align: center;
	}
	#gallery_page #exhibition{
		border-bottom: 3px solid #FFFFFF;
	}
	#gallery_page #tableware{
		border-bottom: 3px solid #FFFFFF;
	}
	.h3title{
		font-size: 1em;
		padding-bottom: 5px;
	}
	#gallery_page main div{
		clear: both;
	}
	#gallery_page main div img{
		width: 100%;
		height:45vh;
		object-fit: cover;
		display: block;
		margin: 0 auto;
	}
	div.tableware,div.exhibition{
		margin-left: 20px;
	}
}
/*@media screen and (min-width: 510px) and (max-width: 920px) {
	#gallery_page main div{
		width: 50%;
		height: auto;
		float: left;
	}
	#gallery_page main div img{
		width: 100%;
		object-fit: cover;
	}	
	#gallery_page footer{
		position: fixed;
  		bottom: 0px;
  		z-index: 100;		
	}
}*/
/*---------------------------------------------
exhibition
---------------------------------------------*/
#exhibition_door main,#tableware_door main{
	width: 100vw;
}
.ex_menu{
	position: relative;
	width: 25vw;
	float: left;
	background-color: #8709fd;
}
.ex_menu img{
	display: block;
	width: 100%;
}
.ex_menu a img:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
  -moz-opacity: 0.7;
	-webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.ex_menu p,.menu p{
	font-family:"YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "serif";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 42px;
  	color:#ffffff;
  	margin:0;
	text-shadow: 1px 2px 3px #808080;
	text-align: center;
	line-height: 1em;
}
.ex_menu p span,.menu p span{
	font-size: 0.5em;
	vertical-align: middle;
}
.ex_tw_tab{
	clear: both;
}
@media screen and (max-width:737px){
	#exhibition_door .ex_menu{
		width: 50vw;
		height: 50%;
	}
	#exhibition_door .ex_menu img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
@media screen and (min-width: 920px){
	#exhibition_page .ex_menu img{
		height: 65vh;
		object-fit: cover;
	}
	#exhibition_page footer{
		position: fixed;
  		bottom: 0px;
  		z-index: 100;
	}
}
/*---------------------------------------------
exhibition下層ページ
---------------------------------------------*/
#exhibition_page div.title,#exhibition_page div.linkbtn,#tableware_page div.title,#tableware_page div.linkbtn,#exhibition_door div.title,#exhibition_door div.linkbtn,#tableware_door div.title,#tableware_door div.linkbtn{
	width: 50%;
	float: left;
	margin-bottom: 20px;
}
#exhibition_page div.title,#exhibition_door div.title{
	background-image: url("../images/tableware_exhibition.jpg");
}
#exhibition_page h2,#tableware_page h2,#exhibition_door h2,#tableware_door h2,#exhibition_door h2,#tableware_door h2{
	margin: 20px auto;
	padding-bottom: 5px;
	text-align: center;
	width: 70%;
	color: #a6937c;
}
#exhibition_page .ex_menu span,#exhibition_door .ex_menu span{
	font-size: 20px;
}
#exhibition_page div.exhibition,#tableware_page div.tableware{
	float: left;
	margin-left: 50px;
	margin-bottom: 20px;
}
#exhibition_page h2 span,#tableware_page h2 span{
	font-size: 0.5em;
}
#exhibition_page div p,#tableware_page div p{
	line-height: 1.5em;
}
/*@media screen and (min-width:920px){
	#exhibition_page div.exhibition,#tableware_page div.tableware{
	margin-bottom: 50px;
	}
}*/
@media screen and (min-width:737px){
	#exhibition_page h2,#tableware_page h2,#exhibition_door h2,#tableware_door h2{
		font-size: 1.5em;
		border-bottom: 1px solid #A6937C;
	}
	#tableware_page div.tableware{
		width: 300px;
		height: 380px;
	}
	#exhibition_page div.exhibition{
		width: 300px;
		height: 450px;
	}
	#tableware_page div.tableware img{
		display: inline-block;
		width: 300px;
		height: auto;
	}
	#tableware_page div.tableware p{
		width: 300px;
	}
}
@media screen and (max-width:736px){
	#exhibition_page h2,#tableware_page h2,#exhibition_door h2,#tableware_door h2{
		font-size: 1em;
		border-bottom: 1px solid #A6937C;
	}
	#exhibition_page div.exhibition img{
		width: 200px;
		height: auto;
}
	/*#tableware_page div.tableware img{
		width: 100%;
		height: auto;
	}*/
	#tableware_page div.tableware p{
		width: 200px;
	}
	#exhibition_page div p,#tableware_page div p{
		font-size: 0.7em;
}
}
@media screen and (max-width: 460px){
	#exhibition_page h2 span,#tableware_page h2 span,#exhibition_door h2 span,#tableware_door h2 span,#exhibition_door h2 span,#tableware_door h2 span{
		font-size: 0.3em;
	}
	
}

/*---------------------------------------------
tableware
---------------------------------------------*/
.menu{
	display: inline-block;
	float: left;
	background-color: #8709fd;
	position: relative;
}
.menu img{
	display: block;
}
.menu a img:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
  -moz-opacity: 0.7;
	-webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media screen and (min-width: 791px){
	.menu img{
		width: 33vw;
		height: 50vh;
		object-fit: cover;
	}
}
@media screen and (max-width: 790px) and (min-width: 451px){
.tw_menu{
	clear:both;
}
	.menu{
		width: 50%;
		height: 300px;
	}
	.menu img{
		width: 100%;
		height: 300px;
		object-fit: cover;
	}
}
@media screen and (max-width: 1015px) and (min-width: 451px){
	 .menu p#c_s{
		font-size: 32px;
	}
}
@media screen and (max-width: 450px){
	.menu img{
		width: 100vw;
		height: 30vh;
		object-fit: cover;
	}
	.menu p{
		font-size: 18pt;
	}
	#exhibition_page .ex_menu img{
		display: block;
		width:100%;
		height:100px;
		object-fit:cover;
	}
}
/*---------------------------------------------
tableware下層ページ
---------------------------------------------*/
#tableware_page div.title,#tableware_door div.title{
	background-image: url("../images/exhibition_tableware.jpg");
}
/*#tableware_page div.linkbtn,#exhibition_page div.linkbtn{
	margin-bottom: 50px;
}*/
#tableware_page div.title a,#exhibition_page div.title a{
	color: #fff;
}
#tableware_page div.title:hover,#exhibition_page div.title:hover,#tableware_door div.title:hover,#exhibition_door div.title:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
  -moz-opacity: 0.7;
	-webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
#tableware_page div.linkbtn:hover,#exhibition_page div.linkbtn:hover,#tableware_door div.linkbtn:hover,#exhibition_door div.linkbtn:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
  -moz-opacity: 0.7;
	-webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
#tableware_page div.linkbtn h2:hover,#exhibition_page div.linkbtn h2:hover,#tableware_door div.linkbtn h2:hover,#exhibition_door div.linkbtn h2:hover{
	color: darkorchid;
}
#tableware_page div.title h2,#exhibition_page div.title h2,#exhibition_door div.title h2,#tableware_door div.title h2{
	border-bottom-color: #FFFFFF;
	color: #fff;
}
/*---------------------------------------------
newspage
---------------------------------------------*/
#news_page h2,#profile_page h2,#profile_eng h2{
	color: #8709fd;
	font-weight: lighter;
}
#news_page main{
	float: left;
}
@media screen and (min-width:737px){
	#news_page h2,#profile_page h2,#profile_eng h2{
		font-size: 2em;	
	}
	#news_page main,#profile_page main,#profile_eng main{
		margin-left: 50px;
	}
	#news_page main{
		width: 80%;
	}
	#news_page h3{
		font-size: 1.5em;
	}
	#news_page h3 span{
		margin-right: 50px;
	}
	#news_page section.news{
	margin-left: 10%;
	margin-bottom: 100px;
	}
	#news_page section.news img{
	float: left;
	margin-right: 30px;
	margin-left: 130px;
}
	#news_page aside{
		color: #a6937c;
		margin-top: 100px;
	}
	#news_page aside p{
		margin-bottom: 20px;
	}
	#news_page aside a:link{
		color: #a6937c;
		text-decoration: none;
	}
	#news_page aside a:hover{
		text-decoration: underline;
	}
	#news_page aside a:visited{
		color: #a6937c;
		text-decoration: none;
	}
}
@media screen and (max-width:736px){
	#news_page h2,#profile_page h2,#profile_eng h2{
		font-size: 1em;
	}
	#news_page main,#profile_page main,profile_eng main{
		margin-left: 10px;
	}
	#news_page main{
		width: 100%;
	}
	#news_page h3{
		font-size: 0.8em;
	}
	#news_page h3 span{
		margin-right: 20px;
	}
	#news_page section.news{
		margin-left: 5%;
		margin-bottom: 50px;
	}
	#news_page section.news img{
		display: block;
		margin: 0 50px 30px;
	}
	#news_page section.news div{
		display: block;
		width: 100%;
		font-size: 0.7em;
}
	#news_page aside{
		display: none;
	}
}
#news_page h2{
	margin-bottom: 30px;
}
#news_page h3{
	font-weight: lighter;
	margin-bottom: 30px;
}
#news_page h3 span{
	font-size: 0.7em;
	color: #8709fd;
	font-weight: lighter;
}
#news_page section.news p{
	margin-bottom: 20px;
}
#news_page section.news table{
	line-height: 2em;
}
#news_page section.news th{
	padding-right: 20px;
}
/*---------------------------------------------
profilepage
---------------------------------------------*/
.pro{
	clear: both;
}
#proimg{
	width: 30%;
	height: auto;
	float: left;
}
#proimg img{
	width: 70%;
	height: auto;
}
#profile_page h2,#profile_eng h2{
	margin-bottom: 20px;
}
#profile_page h3,#profile_eng h3{
	line-height: 1.5em;
	letter-spacing: 0.2em;
	font-weight: lighter;
	margin-bottom: 20px;
}
#profile_page h3 span,#profile_eng h3 span{
	color: #8709fd;
	font-size: 0.5em;
}
#profile_page h4,#profile_eng h4{
	color: #a6937c;
	margin-bottom: 20px;
}
#profile_page section,#profile_eng section{
	margin-bottom: 50px;
}
#profile_page table,#profile_eng table{
	line-height: 2em;
	width: 100%;
}
#profile_page table th,#profile_eng table th{
	padding-bottom: 10px;
	width: 30%;
	}
#profile_page #link a:hover,#profile_eng #link a:hover{
	text-decoration: underline;
}
#profile_page #link p,#profile_eng #link p{
	margin-left: 20px;
	line-height: 3em;
}
#profile_page #link p a,#profile_eng #link p a{
	padding-left: 20px; 
}

@media screen and (min-width:737px){
	#profile_page h3,#profile_eng h3{
		font-size: 3em;
	}
	#profile_page h3 span,#profile_eng h3 span{
		padding-left: 50px;
	}
	#maincontents{
	width: 55vw;
	float: left;
	}
	#profile_page h4,#profile_eng h4{
		font-size: 1.5em;
	}
	#profile_page table,#profile_eng table{
	margin-left: 100px;
	border: none;
	}
}
@media screen and (max-width:736px){
	#profile_page h3,#profile_eng h3{
		font-size: 1em;
	}
	#profile_page h3 span,#profile_eng h3 span{
		padding-left: 10px;
	}
		#profile_page h4,#profile_eng h4{
		font-size: 0.9em;
	}
	#profile_page table,#profile_eng table{
		margin-left: 0px;
		font-size: 0.7em;
}
	#profile_page #link p,#profile_eng #link p{
		font-size: 0.7em;
	}
	#profile_page img,#profile_eng img{
		display: none;
	}
	#profile_eng main{
		padding-left: 10px;
	}
	#profile_page table th,#profile_eng table th{
	width: 50px;
	padding: 0 20px;
	}
}
/*---------------------------------------------
contactpage
---------------------------------------------*/
  .contact-text{
    margin:45px auto;
  }
  .mail-message-area{
    width:100%;
    padding:0 15px;
  }
  .mail-message{
    width: 100%;
    background:rgba(255,255,255, 0.8) !important;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    margin:0 auto;
    border-radius: 0;
  }
  .not-visible-message{
    height:0px;
    opacity: 0;
  }
  .visible-message{
    height:auto;
    opacity: 1;
    margin:25px auto 0;
  }

/* Input Styles */

  .form{
    width: 80%;
    padding: 15px;
	margin: 0 auto;
    background:#f8f8f8;
    border:1px solid rgba(0, 0, 0, 0.075);
	  display: block;
    margin-bottom:25px;
    color:#727272 !important;
    font-size:13px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  .form:hover{
    border:1px solid #8BC3A3;
  }
  .form:focus{
    color: white;
    outline: none;
    border:1px solid #8BC3A3;
  }
  .textarea{
    height: 200px;
    max-height: 200px;
    max-width: 100%;
  }
  
/* Generic Button Styles */

  .button{
    padding:8px 12px;
    background:#0A5175;
    display: block;
    width:120px;
    margin:10px 0 0px 0;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align:center;
    font-size:0.8em;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  }

  .button:hover{
    background:#b9b2ec;
    color:white;
  }

/* Send Button Styles */

  .form-btn{
    width:180px;
    display: block;
    height: auto;
    padding:15px;
    color:#fff;
    background:#b9b2ec;
    border:none;
    border-radius:3px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 auto 50px;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  }

  .form-btn:hover{
    background:#8709fd;
    color: white;
    border:none;
  }

  .form-btn:active{
    opacity: 0.9;
  }
center{
  margin-top:330px;
}
input {
    position: relative;
    z-index: 9999;
}
.contact-form{
	clear: both;
}

/*テキストエリアのフォント修正*/
input::-webkit-input-placeholder {
    font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
input:-moz-placeholder {
    font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
input::-moz-placeholder {
   font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
input:-ms-input-placeholder {
    font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
textarea::-webkit-input-placeholder {
    font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
textarea:-moz-placeholder {
    font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
textarea::-moz-placeholder {
   font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
textarea:-ms-input-placeholder {
    font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
@media screen and (min-width:737px){
	.slideInLeft,.slideInRight{
		width: 50vw;
		float: left;
	}
	.form-btn{
		clear: both;
	}
}
