@charset "UTF-8";
/* CSS Document */

/* =======================================
    ALL PAGE
======================================= */
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@media only screen and (min-width: 730px){
html {
  width: 100%;
  margin: 4% 0 0 0;
  font-family: mr-eaves-modern, sans-serif;
  font-weight: 300;
  font-style: normal;
}
    a {
	color : #444;
	text-decoration : none;
	text-decoration : none;
	-moz-transition : all 0.25s ease-out;
	-webkit-transition : all 0.25s ease-out;
	-o-transition : all 0.25s ease-out;
	-ms-transition : all 0.25s ease-out;
	transition : all 0.25s ease-out;
}
	a:hover {
	opacity : 0.3;
	filter : alpha(opacity=30);
	-moz-opacity : 0.3;
	color : #ffffff;
	text-decoration : none;
}
body { 
  color: #444;
  font-size: 15px;
  letter-spacing: 0.12em;
  line-height: 2em;
  width: 63%; 
  min-width: 720px; 
  max-width: 1350px; 
  margin: 0 auto;
}
.katagaki { 
  font-size: 1.95em;
  letter-spacing: 0.1em;
  padding: 50px 0 0 0 ;
  text-align : left;
  margin: auto;
  width: 100%; 
  height: 40px;
}
.title { 
  font-size: 2.7em;
  letter-spacing: 0.08em;
  padding: 50px 0 0 0 ;
  text-align: left;
  margin: auto;
  width: 100%; 
  height: 80px;
}
.top { 
  margin: 130px auto 0 auto;
  padding: 0 0 0 0 ;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
.top a {
	color : #444;
	text-decoration : none;
	text-decoration : none;
	-moz-transition : all 0.25s ease-out;
	-webkit-transition : all 0.25s ease-out;
	-o-transition : all 0.25s ease-out;
	-ms-transition : all 0.25s ease-out;
	transition : all 0.25s ease-out;
}
	.top a:hover {
	opacity : 0.3;
	filter : alpha(opacity=30);
	-moz-opacity : 0.3;
	color : #ffffff;
	text-decoration : none;
}
	.top img { 
	width: 30%;
	height: 30%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 2%;
	text-align : left; 
} 
.old { 
  width: 100%;
  margin: 0 auto;
  padding: 0 0 30px 0 ;
  text-align: center;
}
.old a {
	color : #444;
	text-decoration : none;
	text-decoration : none;
	-moz-transition : all 0.25s ease-out;
	-webkit-transition : all 0.25s ease-out;
	-o-transition : all 0.25s ease-out;
	-ms-transition : all 0.25s ease-out;
	transition : all 0.25s ease-out;
}
	.old a:hover {
	opacity : 0.1;
	filter : alpha(opacity=1);
	-moz-opacity : 0.1;
	color : #ffffff;
	text-decoration : none;
}

.about { 
  font-size: 0.9em;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 2.1em;
  padding: 150px 0 0 0 ;
  text-align : left;
  margin: 40px 0 50px auto;
  width: 65%; 
  max-width: 720px; 
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
.about-midashi { 
  font-size: 1.33em;
  font-family: mr-eaves-modern, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin: 20px 0 0 0 ;
}
.about-midashi2 { 
  font-size: 1.33em;
  font-family: mr-eaves-modern, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin: 50px 0 10px 0 ;
}
.about-midashi4 { 
  font-size: 1.33em;
  font-family: mr-eaves-modern, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin: 0 ;
}
.about-midashi3 { 
  font-size: 1em;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin: 50px 0 10px 0 ;
}
.about-naiyou { 
  font-size: 0.9em;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 2em;
  letter-spacing: 0.1em;
  padding: 0 0 0 0 ;
  text-align : left;
}
.contact-eigo { 
  font-size: 1.4em;
  line-height: 2em;
  text-align : left;
  margin: 130px auto 0 auto;
  width: 95%; 
  max-width:1000px;
}
.contact { 
  font-size: 0.9em;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 2.1em;
  padding: 0 0 0 0 ;
  text-align : left;
  margin: 40px auto 60px auto;
  width: 95%; 
  max-width:1000px;
}
.contact-kakunin { 
  font-size: 0.8em;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 2em;
  padding: 0 0 0 0 ;
  text-align : center;
  margin: 160px auto 0 auto;
  width: 95%; 
  max-width:1000px;
}
#formWrap {
  font-size: 1.2em;
  line-height: 2em;
  width:95%;
  max-width:1000px;
  margin: auto;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	width:100%;
	border:0px solid;
	padding:5px;
    line-height : 200%;
}
textarea,input{
	font-size: 0.8em;
	font-family: ryo-gothic-plusn, sans-serif;
	font-weight: 300;
	font-style: normal;
	color:#555555;
	width:100%;
	border:1px solid #999999;
	padding:9px;
}
.input2{
	font-family: mr-eaves-modern, sans-serif;
	font-size: 1em;
	letter-spacing: 0.1em;
	width:60px;
	color:#555555;
	background-color:#ffffff;
	border:0px solid;
	padding:3px;
}
.input3{
	font-family: mr-eaves-modern, sans-serif;
	font-size: 1.3em;
	letter-spacing: 0.1em;
	width:60px;
	color:#555555;
	background-color:#ffffff;
	border:0px solid;
	padding:3px;
}
.error { 
  font-size: 1.4em;
  letter-spacing: 0.12em;
  padding: 30% 0 20% 0 ;
  text-align : center;
  margin: auto;
  width: 50%; 
}
.thankyou { 
  font-size: 1em;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.13em;
  line-height: 2.4em;
  padding: 30% 0 20% 0 ;
  text-align : center;
  margin: auto;
  width: 100%; 
}
.c { 
  font-size: 1em;
  letter-spacing: 0.15em;
  padding: 60px 0 70px 0 ;
  text-align: center;
  margin: auto;
  width: 100%; 
  height: 40px;
}
.c2 { 
  font-size: 1.2em;
  letter-spacing: 0.08em;
  padding: 60px 0 158px 0 ;
  text-align: center;
  margin: auto;
  width: 100%; 
  height: 40px;
}
}
@media only screen and (max-width: 730px){
html {
  width: 100%;
  margin: 20px 0 0 0;
  font-family: mr-eaves-modern, sans-serif;
  font-weight: 300;
  font-style: normal;
}
    a {
	color : #444;
	text-decoration : none;
	text-decoration : none;
	-moz-transition : all 0.25s ease-out;
	-webkit-transition : all 0.25s ease-out;
	-o-transition : all 0.25s ease-out;
	-ms-transition : all 0.25s ease-out;
	transition : all 0.25s ease-out;
}
	a:hover {
	opacity : 0.3;
	filter : alpha(opacity=30);
	-moz-opacity : 0.3;
	color : #ffffff;
	text-decoration : none;
}
body { 
  color : #444;
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 2em;
  width: 100%; 
  max-width: 730px; 
  margin: 0;
}
.katagaki { 
  font-size: 1.3em;
  letter-spacing: 0.08em;
  margin: 10px 0 0 20px;
  text-align: left;
  width: 80%; 
  height: 40px;
}
.title { 
  margin: 10px 0 0 20px;
  font-size: 2.5em;
  letter-spacing: 0.08em;
  text-align: left;
  width: 80%; 
  height: 80px;
}
.top { 
  width: 100%; 
  margin: 0;
  padding: 0 0 20px 0 ;
  line-height: 0;
  letter-spacing: 0em;
}
.top a {
	color : #444;
	text-decoration : none;
	text-decoration : none;
	-moz-transition : all 0.25s ease-out;
	-webkit-transition : all 0.25s ease-out;
	-o-transition : all 0.25s ease-out;
	-ms-transition : all 0.25s ease-out;
	transition : all 0.25s ease-out;
	animation: fadeIn 1.6s ease 0s 1 normal;
	-webkit-animation: fadeIn 1.6s ease 0s 1 normal;
}
	.top a:hover {
	opacity : 0.3;
	filter : alpha(opacity=30);
	-moz-opacity : 0.3;
	color : #ffffff;
	text-decoration : none;
}
	.top img { 
	width: 49%;
	height: 49%;
	padding: 0 0 2px 0 ;
} 
.old { 
  width: 100%;
  margin: auto;
  padding: 0 0 30px 0 ;
  text-align: center;
}
.old a {
	color : #444;
	text-decoration : none;
	text-decoration : none;
	-moz-transition : all 0.25s ease-out;
	-webkit-transition : all 0.25s ease-out;
	-o-transition : all 0.25s ease-out;
	-ms-transition : all 0.25s ease-out;
	transition : all 0.25s ease-out;
}
	.old a:hover {
	opacity : 0.1;
	filter : alpha(opacity=1);
	-moz-opacity : 0.1;
	color : #ffffff;
	text-decoration : none;
}
.about-img { 
  font-size: 1.4em;
  line-height: 2em;
  text-align : left;
  margin: 20px auto 30px 0;
  width: 100%; 
  max-width:1000px;
}
	.about-img img { 
	width: 74%;
	max-width: 490px;
	text-align : left; 
}
.about { 
  font-size: 0.9em;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 2.1em;
  padding: 0 0 0 0 ;
  text-align : left;
  margin: 40px auto 0 auto;
  width: 85%; 
  max-width: 730px; 
  animation: fadeIn 1.7s ease 0s 1 normal;
  -webkit-animation: fadeIn 1.7s ease 0s 1 normal;
}
.about-midashi { 
  font-size: 1.3em;
  font-family: mr-eaves-modern, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin: 20px 0 0 0 ;
}
.about-midashi2 { 
  font-size: 1.3em;
  font-family: mr-eaves-modern, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin: 50px 0 10px 0 ;
}
.about-midashi4 { 
  font-size: 1.3em;
  font-family: mr-eaves-modern, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin: 0 ;
}
.about-midashi3 { 
  font-size: 1em;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin: 50px 0 10px 0 ;
}
.about-naiyou {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 2.1em;
  letter-spacing: 0.1em;
  padding: 0 0 0 0 ;
  text-align : left;
}
.contact-eigo { 
  font-size: 1.35em;
  line-height: 2.1em;
  text-align : left;
  margin: 10px 20px 0 20px;
  width: 90%; 
  max-width:730px;
}
  .contact-eigo a { text-decoration: none; }
  .contact-eigo a:link { color: #666666; }
  .contact-eigo a:visited { color: #666666; }
  .contact-eigo a:active { color: #666666; }
  .contact-eigo a:hover {
  color : #eeeeee;
  text-decoration : none;
  text-decoration : none;
  -moz-transition : all 0.5s ease-out;
  -webkit-transition : all 0.5s ease-out;
  -o-transition : all 0.5s ease-out;
  -ms-transition : all 0.5s ease-out;
  transition : all 0.5s ease-out; }
.contact { 
  font-size: 0.9em;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 2.1em;
  padding: 0 0 0 0 ;
  text-align : left;
  margin: 30px 20px 35px 20px;
  width: 90%; 
  max-width:730px;
}
#formWrap {
  font-size: 1.2em;
  line-height: 1.5em;
  width:95%;
  max-width:730px;
  margin: auto;
  animation: fadeIn 1.7s ease 0s 1 normal;
  -webkit-animation: fadeIn 1.7s ease 0s 1 normal;
}
table.formTable{
	width:95%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	width:95%;
	border:0px solid;
	padding:5px;
    line-height : 200%;
}
textarea,input{
	font-size: 0.8em;
	font-family: ryo-gothic-plusn, sans-serif;
	font-weight: 300;
	font-style: normal;
	color:#555555;
	width:95%;
	border:1px solid #999999;
	padding:9px;
}
.input2{
	font-family: mr-eaves-modern, sans-serif;
	font-size: 1em;
	letter-spacing: 0.1em;
	width:60px;
	color:#555555;
	background-color:#ffffff;
	border:0px solid;
	padding:3px;
    margin: 0 10px 0 10px ;
}
table.formTable th{
	width:10%;
	font-weight:normal;
	background:#ffffff;
	text-align:left;
}
.error { 
  font-size: 1.4em;
  letter-spacing: 0.12em;
  padding: 25% 0 25% 0 ;
  text-align : center;
  margin: auto;
  width: 50%; 
  height: 40px;
}
.thankyou { 
  font-size: 0.9em;
  font-family: a-otf-jun-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 2.4em;
  padding: 25% 0 25% 0 ;
  text-align : center;
  margin: auto;
  width: 80%; 
  height: 40px;
}
.c { 
  font-size: 1em;
  letter-spacing: 0.15em;
  padding: 30px 0 20px 0 ;
  text-align: center;
  margin: 0;
  width: 100%; 
  height: 40px;
}
.c2 { 
  font-size: 1em;
  letter-spacing: 0.15em;
  padding: 30px 0 86px 0 ;
  text-align: center;
  margin: 0;
  width: 100%; 
  height: 40px;
}
}
/* =======================================
    MENU
======================================= */
@media screen and (min-width: 730px) {
  a { text-decoration: none; }
  a:link { color: #666666; }
  a:visited { color: #666666; }
  a:active { color: #666666; }
  a:hover {
  color : #eeeeee;
  text-decoration : none;
  text-decoration : none;
  -moz-transition : all 0.5s ease-out;
  -webkit-transition : all 0.5s ease-out;
  -o-transition : all 0.5s ease-out;
  -ms-transition : all 0.5s ease-out;
  transition : all 0.5s ease-out; }
  .toggleWrap {
  font-size:0.53em;
  line-height:1.35em;
  letter-spacing: 0.05em;
  padding: 55px 0 0 0 ;
  text-align : left;
  margin: 0;
  }
  }

@media screen and (max-width: 730px) {
  .toggleWrap a { text-decoration: none; }
  .toggleWrap a:link { color: #fff; }
  .toggleWrap a:visited { color: #fff; }
  .toggleWrap a:active { color: #fff; }
  .toggleWrap a:hover {
  color : #666;
  text-decoration : none;
  text-decoration : none;
  -moz-transition : all 0.5s ease-out;
  -webkit-transition : all 0.5s ease-out;
  -o-transition : all 0.5s ease-out;
  -ms-transition : all 0.5s ease-out;
  transition : all 0.5s ease-out; }
  #toggle {
  display: block;
  background: transparent;
  text-align: center;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  position: absolute;
  top: 30px;
  right: 10px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  }
  .trigger,
  .trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
          transition: all .4s;
  }
  .trigger {
  top:30px;
  right: 20px;
  position: fixed;
  width: 22px;
  height: 20px;
  }
  .trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #595856;
  border-radius: 4px;
  }
  .trigger span:nth-of-type(1) {
  top: 0;
  }
  .trigger span:nth-of-type(2) {
  top: 9px;
  }
  .trigger span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #595856;
  border-radius: 4px;
  -webkit-transition: all .4s;
          transition: all .4s;
  }
  .trigger span:nth-of-type(3) {
  bottom: 0;
  }
  .trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) scale(0);
          transform: translateY(8px) scale(0);
  }
  .trigger.active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  }
  .trigger.active span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  }
  .trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) scale(0);
          transform: translateY(-8px) scale(0);
  }
  .toggleWrap {
  color : #fff;
  background: rgba(155, 155, 155, 1);
  margin: 0;
  padding-top:60px;
  padding-left:20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size:0.52em;
  line-height:2.5em;
  letter-spacing: 0.08em;
  text-align : left;
  margin: 0;
  }
  .navItem {
  width: 100%;
  margin: 0 auto 0 -20px;
  display: block;
  text-decoration: none;
  border-bottom: 2px solid #ffffff;
  padding: 15px 0;
  text-align: center;
  }
  .hide {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  }
  }
  .animation {
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  }
  .no-scroll {
  overflow: hidden;
  }
  }