@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400&family=Noto+Serif+JP&display=swap');


html,
body { width:100%;}
html { }
body { height:auto; background:#fff; }
body.pc { min-width: 1180px; }
/*body * { border:0.02px solid #000000; background:rgba(000,000,000,0.1)}*/


/* フォントの指定 */
html { font-size: 62.5%; }
body,input,select,textarea { 
	font-size: 15px; font-size: 1.5rem; 
	line-height:1.8; 
	letter-spacing:0.05em;
	font-family: "Noto Sans JP", sans-serif; font-weight: normal;
	font-feature-settings: "palt";
	color:#575041; }
	
a {color:#231815; text-decoration: none;}
p {text-align:justify; text-justify:inter-ideograph;}
p a {color:#231815; text-decoration: underline;}


@media screen and (max-width:768px){
	html { font-size: 50%; }
}

img {
-webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
  pointer-events: none; 
}


/* --------------------------------------------
									全ページ共通
---------------------------------------------- */ 

.showPc { }
.showSp { display: none;}
@media screen and (max-width:768px){
	.showPc { display: none ; }
	.showSp { display: block ; }
}


.inner { width: 94%; margin: 0 auto; }

.contents {
  padding-bottom: 5em;
}

.mainvisual {
  position: relative;
  margin-bottom: 80px;
}
.mainvisual__image img {
  display: block;
  width: 100%;
}
.mainvisual .logo {
  position: absolute; bottom: 2em; right: 2em; z-index: 1;
  width: 80%; max-width: 328px;
}
.mainvisual .logo img {
  display: block;
  width: 100%;
}
@media screen and (max-width:768px){
.mainvisual .logo {
  position: absolute; bottom: 1em; right: 1em; z-index: 1;
  width: 70%; max-width: 220px;
}
}

.mainvisual-top {
  margin-bottom: 5em;
}


.loginForm {
  width: 90%; max-width: 484px;
  margin: 0 auto 175px;
}
.loginForm__heading + p {
  text-align: center;
  font-size: 17px;
  letter-spacing: 0.1em;
}
@media screen and (max-width:768px){
.loginForm__heading + p {
  font-size: 15px;
}
}

.loginForm__box {
  margin-top: 60px;
}
@media screen and (max-width:768px){
.loginForm__box {
  margin-top: 30px;
}
}

.loginForm__item {
  margin-bottom: 35px;
}
.loginForm__item dt {
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width:768px){
.loginForm__item dt {
  font-size: 14px;
}
}

.loginForm__item dd input {
  display: block;
  width: 100%;
  height: 48px;
  background-color: #FCFCFC;
  border: 1px solid #BEBEBE;
}
@media screen and (max-width:768px){
.loginForm__item dd input {
  height: 40px;
}
}

.loginForm__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; max-width: 218px;
  height: 48px;
  margin: 0 auto;
  font-family: 'Noto Serif JP', serif;
  color: #fff;
  text-align: center;
  background-color: #aa9315;
  border: none;
  border-radius: 4px;
}


.loginForm__error {
  color: #f00;
  text-align: center;
}

.login__button {
  display: block;
  width: 80%; max-width: 450px;
  margin: 120px auto;
}
.login__button img {
  display: block;
  width: 100%;
}

.logout__inner {
  padding: 5em 0;
}
.logout__inner p {
  margin-bottom: 5em;
  text-align: center;
}


.footer {
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  line-height: 1.3;
  background-color: #F6F6F6;
  text-align: center;
}
.top-footer {
  width: 100%;}
.footer__copy {
  display: block;
  width: 100%;
  padding: 0.5em 0;
}


.heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; max-width: 484px;
  height: 70px;
  font-family: 'Noto Serif JP', serif;
  font-size: 21px; font-size: 2.1rem;
  color: #AA9315;
  margin: 0 auto 62px;
  background: url("../img/share/heading.jpg") center no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width:768px){
.heading {
  height: 45px;
  margin-bottom: 30px;
  font-size: 15px;
}
}

/* --------------------------------------------
一覧
---------------------------------------------- */ 
.folder__inner {
  width: 90%; max-width: 1200px;
  margin: 0 auto;
}
.folder-info {
  box-sizing: border-box;
  margin-bottom: 2em;
  padding: 0 10px;
}

.folder__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 3em;
}
.folder__list .folder-item {
  position: relative;
  width: 23.25%;
  margin: 0 0.8% 30px;
}
.folder__list .folder-item--top {
  position: relative;
  width: 31.5%;
  margin: 0 0.8% 30px;
}
@media screen and (max-width:980px){
.folder__list .folder-item {
  width: 31.5%;
}
}
@media screen and (max-width:768px){
.folder__list .folder-item {
  width: 48.4%;
  margin: 0 0.8% 20px;
}
.folder__list .folder-item--top {
  width: 48.4%;
  margin: 0 0.8% 10px;
}
}

.folder__list .folder-item__photo img {
  position: absolute;
  top: 0; left: 0; right: 0; z-index: 1;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
}

.folder-item .folder-item__photo {
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
  border: 1px solid #ccc;
}
.folder-item .folder-item__photo::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.666%;
}
.folder-item .folder-item__photo::after {
  display: block;
  content: "";
  opacity: 0.5;
  position: absolute; top: 0; bottom: 0; right: 0; left: 0; z-index: 1;
  width: 100%;
  padding-top: 66.666%;
  margin: auto;
  background: url("../img/share/photo_back02.png") left top;
  background-size: 45% auto;
}
.folder-item--top .folder-item__photo::after {
  display: none;
}

.folder-item--top .folder-item__name {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1;
  width: 80%; max-width: 260px;
  margin: auto;
}
.folder-item--top .folder-item__name span {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  font-family: 'Noto Serif JP', serif;
  font-size: 18px; font-size: 1.8rem;
  letter-spacing: 0;
  text-align: left;
  background-color: rgba(255,255,255,0.8);
}
@media screen and (max-width:768px){
.folder-item--top .folder-item__name span {
  font-size: 14px;
  line-height: 1.5;
}
}

.folder-item .folder-item__popup {
}
.folder-item .folder-item__popup img {
  display: none;
}
.folder-item .folder-item__popup::after {
  display: block;
  position: absolute; top: 0; left: 0;
  content: "";
  width: 100%; height: 100%; z-index: 2;
}

.pagenation {
  display: flex;
  justify-content: center;
  width: 90%; max-width: 400px;
  margin: 0 auto 4em;
}
.pagenation > div {
  display: block;
  box-sizing: border-box;
  width: 50%;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width:768px){
.pagenation > div {
  font-size: 14px;
}
}

.pagenation > div a {
  display: block;
  width: 100%;
}
.pagenation .pagenation-prev {
  border-right: 1px solid #D2D2D2;
}
.pagenation .pagenation-prev a::before {
  display: inline-block;
  content: "＜";
  margin-right: 0.5em;
}
.pagenation .pagenation-next a::after {
  display: inline-block;
  content: "＞";
  margin-left: 0.5em;
}

.back-button {
  display: block;
  width: 80%; max-width: 276px;
  margin: 0 auto;
  padding: 0.5em 0 0.6em;
  font-family: 'Noto Serif JP', serif;
  font-size: 18px; font-size: 1.8rem;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background-color: #AA9315;
}


#top { position: relative;}
#top .top-mainvisual {
  box-sizing: border-box;
  position: relative;
  /*height: 98vh;*/
  margin: 0;
  background: url("../img/index/mainvisual.jpg") center no-repeat;
  background-size: cover;
}
@media screen and (max-width:768px){
#top .top-mainvisual {
  height: 300px;
  background: url("../img/index/mainvisual.jpg") left 20% top no-repeat;
  background-size: auto 100%;
}
}

#top .logo {
  position: absolute; bottom: 25%; right: 2em; z-index: 1;
}
#top .logo img {
  display: block;
  width: 100%;
}
@media screen and (max-width:768px){
#top .logo {
  position: absolute; bottom: 45%;
  max-width: 250px;
}
}


#top .login__button {
  position: absolute; bottom: 14%; right: 4em; z-index: 1;
  max-width: 315px;
  transition: 0.3s;
  margin: 0;
}
#top .login__button.showPc {
 display: block;
}
#top .login__button.showSp {
 display: none;
}
@media screen and (max-width:768px){
#top .login__button {
  display: block;
  position: static;
  max-width: 250px;
  margin: 5em auto 1em;
}
#top .login__button.showPc {
 display: none;
}
#top .login__button.showSp {
 display: block;
}
}

#top .login__button img {
  display: block;
  width: 100%;
  transition: 0.3s;
}
#top .login__button img:nth-of-type(2) {
  position: absolute; top: 0; left: 0; z-index: -1;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (min-width:1024px){
#top .login__button:hover img:nth-of-type(2) {
  opacity: 1;
  transition: 0.3s;
}
}

#top .download {
  box-sizing: border-box;
  padding: 1em;
  width: 90%; max-width: 685px;
  margin: 0 auto 3em;
  background-color: #F6F6F6;
}
#top .download__inner {
  box-sizing: border-box;
  padding: 2em 2% 3em;
  border: 1px solid #707070;
}
#top .download__heading {
  margin-bottom: 1em;
  font-family: 'Noto Serif JP', serif;
  font-size: 22px; font-size: 2.2rem;
  text-align: center;
}
#top .download__text {
  margin-bottom: 1em;
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width:768px){
#top .download__text {
  font-size: 15px;
}
}

#top .contact {
  width: 90%;
  margin: 0 auto 5em;
  text-align: center;
}
#top .contact__text {
  margin-bottom: 1em;
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width:768px){
#top .contact__text {
  font-size: 15px;
}
}

#top .contact__link {
  font-family: 'Noto Serif JP', serif;
  color: #418BA2;
  text-decoration: underline;
}
#top .contact__link::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 0.5em;
  vertical-align: text-top;
  background: url("../img/share/mail_icon.gif") center no-repeat;
  background-size: contain;
}



.gallery {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

.gallery ul {
	width: 1000px;
	margin:20px auto 0;
	padding: 0;
	list-style-type: none;
	clear: left;
	overflow: hidden;
}

.gallery ul li {
	float: left;
	width : 480px;
	margin: 0 20px 10px 0;

}

.gallery ul li img {
    width: 100%;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}


.attention {
  box-sizing: border-box;
  width: 90%; max-width: 700px;
  margin: 0 auto 2em;
  padding: 2em;
  border: 2px solid #b29e2d;
}

.attention__text {
  width: 95%;
  margin: 0 auto;
}
.attention__text b {
  display: block;
  margin-bottom: 1em;
  text-align: center;
}
