@charset "UTF-8";
/* CSS Document */
.sp-hide {display: none;}
.ebook {width: 280px;height: 85px; margin: 50px auto;
	background-image: url(../../images/album_gr_ebook_sp.png);
	background-repeat: no-repeat;
	background-size: contain;display: block;}

.ebook span {display: none;}
.ebook a {display: block;
	width: 280px;height: 85px;
	background-image: url(../../images/album_gr_ebook_sp.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.ebook a:hover {width: 280px;height: 85px;display: block;
	background-image: url(../../images/album_gr_ebook_sp_over.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.slider {
  margin: 20px auto 0px auto;
  width: 100%;
  position: relative;
  z-index: 0;
  top: 0px;
}
.slider img {
  height: auto;
  width: 100%;
}
.eng_ttl {
  font-family: 'Noto Serif JP', serif;
  font-weight: 100;
  font-size: 2em;
  font-style: italic;

}
.jp_ttl {
  font-family: 'Noto Sans JP', sans-serif;

  letter-spacing: .3em;
  font-size: .85em;
}
.header {
  padding: 15px 15% 0px 15%;
}
.header span {
  display: none;
}
.header:after, .business_inner:after, .footer_nav ul:after, .footer_inner:after, .member_list ul:after, .about:after,.business_detail_inner:after  {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.header h1 {
  width: 250px;
  position: relative;
  z-index: 99;
}
.header h1 img, .scroll img {
  width: 100%;
  height: auto;
}
.contents {
  background-size: cover;
}
.contents__inner {}
.about {
  text-align: center;
  background-image: url(../../images/bg_about.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  
  background-size: cover;
  padding: 0px 0 20px 0;
}
.about_detail {
  width: 90%;
  color: #646464;
  margin: 0 auto;
  line-height: 1.8em;
  font-size: .85em;
  padding: 50px 0;
}


.links_inner_button {
  margin: 30px auto;
  text-align: center;
}
.business {
  background-color: #EEEEE4;
}
.business_inner {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
}
.business_detail {
  width: 100%;
  color: #646464;
  margin: 0 auto;
  line-height: 1.8em;
  font-size: .85em;
  padding: 30px 0;
}
.business_left {
  float: none;
  width: 90%;
  margin: 0 auto;
}
.business_right {
  width: 90%;
  float: none;
  margin: 0 auto;
}
.photo_right {width: 90%;float: none;margin: 0 auto 50px auto;}
.photo_right img {width: 100%;height: auto;}

.business_right ul {}
.business_right ul li {
  width: 300px;
  margin: 0 0 30px 0;
}
.business_right ul li img {
  width: 100%;
  height: auto;
}
.business_right_002 {
  position: relative;
  top: -20px;
  width: 300px;
  left: 0;
  margin: 0 auto;
}
.business_right_002 img {
  width: 100%;
  height: auto;
}
.member {
  background-image: url(../../images/bg_member.jpg);
  background-repeat: no-repeat;
  background-size: cover;

  text-align: center;
  padding: 60px 0;
}
.member_list ul {
  margin: 50px 0;
}
.member_list ul li {
  border: 2px solid #FFFFFF;
  text-align: center;
  width: 33.1%;margin: 0 0 8px 0;
  display: inline-block;font-weight: 700;
}
.member_list ul li a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: .85em;
  display: block;
  padding: 20px 10%;
}
.member_list ul li a:hover {
  color: #646464;
  text-decoration: none;
  font-size: .85em;
  background-color: #FFFFFF;
  display: block;
  padding: 20px 10%;
}
.panel button {
  color: #FFF;
  background: transparent;
  border: 1px solid #EB8E82;
  position: relative;
  margin: 1em;
  display: inline-block;
  padding: 2% 4%;
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.panel button:before, .panel button:after {
  content: '';
  display: block;
  position: absolute;
  border-color: #FFF;
  box-sizing: border-box;
  border-style: solid;
  width: 1em;
  height: 1em;
  transition: all 0.3s ease-in-out;
}
.panel button:before {
  top: -6px;
  left: -6px;
  border-width: 2px 0 0 2px;
  z-index: 5;
}
.panel button:after {
  bottom: -6px;
  right: -6px;
  border-width: 0 2px 2px 0;
}
.panel button:hover::before, .panel button:hover::after {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-color: #fff;
  ;
}
.panel button:hover {
  color: #FFF;
  border-color: #fff
}
.panel {
  max-width: 90%;
  text-align: center;
  position: relative;
  margin: 50px auto;
}
.panel a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}
.footer {
  background-color: #EEEEE4;
}
.copyright {
  color: #676767;
  text-align: center;
  margin: 0;
  font-size: .7em;
  padding: 30px 0 0 0;
}
.footer_inner {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
}
.footer_ttl {
  width: 200px;
  float: none;
  margin: 0 auto 30px auto;
}
.footer_ttl img {
  width: 100%;
  height: auto;
}
.footer_address {
  color: #676767;
  text-align: center;
  font-size: 0.9em;
}
.footer a {
  color: #676767;
  text-decoration: none;
}
.footer_nav {
  font-size: .85em;
  float: none;
}
.footer_nav ul {
  margin: 15px 0;
  text-align: center;
}
.footer_nav ul li {
  color: #646464;
  position: relative;
  display: inline-block;
  margin: 0 0px 0 9px;
  font-size: .85em;
}
.footer_nav ul li a {
  text-decoration: underline;
}
.footer_nav ul li a:hover {
  text-decoration: none;
}
.footer_nav li:after {
  content: "/";
  margin: 0 5px;
}