@charset "utf-8";

/* ==========================================================================
  Font size (default 16px)
========================================================================== */
/*
10px-0.625 / 11px-0.688 / 12px-0.750 / 13px-0.813 / 14px-0.875 15px-0.938 /
16px-1.000 / 17px-1.063 / 18px-1.125 / 19px-1.188 / 20px-1.250 / 21px-1.313 /
22px-1.375 / 23px-1.438 / 24px-1.500 / 25px-1.563 / 26px-1.625 / 28px-1.750
*/
/* ==========================================================================
   Global
========================================================================== */

html {
  font-size: 16px;
}
body {
  color: #555;
  font-family: 'Open Sans','Hiragino Kaku Gothic ProN','游ゴシック  Medium',meiryo,sans-serif;
  line-height: 1.6;
}
.topPage::-webkit-scrollbar {
  display:none;
}
#spring {
  background: url(../images/sp/spring.jpg)  ;
  background-size: 100%;
}
#summer {
  background: url(../images/su/summer.jpg)  ;
  background-size: 100%;
}
#autumn {
  background: url(../images/au/autumn.jpg)  ;
  background-size: 100%;
}
#winter {
  background: url(../images/wi/winter.jpg)  ;
  background-size: 100%;
}
#january {
  background: url(../images/01/january.jpg)  ;
  background-size: 100%;
}
#february {
  background: url(../images/02/february.jpg)  ;
  background-size: 100%;
}
#march {
  background: url(../images/03/march.jpg)  ;
  background-size: 100%;
}
#april {
  background: url(../images/04/april.jpg)  ;
  background-size: 100%;
}
#may {
  background: url(../images/05/may.jpg)  ;
  background-size: 100%;
}
#june {
  background: url(../images/06/june.jpg)  ;
  background-size: 100%;
}
#july {
  background: url(../images/07/july.jpg)  ;
  background-size: 100%;
}
#august {
  background: url(../images/08/august.jpg)  ;
  background-size: 100%;
}
#september {
  background: url(../images/09/september.jpg)  ;
  background-size: 100%;
}
#october {
  background: url(../images/10/october.jpg)  ;
  background-size: 100%;
}
#november {
  background: url(../images/11/november.jpg)  ;
  background-size: 100%;
}
#december {
  background: url(../images/12/december.jpg)  ;
  background-size: 100%;
}
#wrapper {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.25rem;
  /*border: 1px solid #aaa;*/
}
a {
  color: #333;
  text-decoration: none;
}
a:visited {
}
a:hover { 
  color: #f3b70d;
  text-decoration :underline;
}
img {
  max-width: 100%;
  height: auto;
}
.cf:after {
  content:"";
  display:block;
  clear:both;
}

/* ==========================================================================
   Header
========================================================================== */

header {
  overflow: hidden;
  /*border-bottom: 1px solid #aaa;*/
  padding-bottom: 1rem;
}
header h1 {
  margin-bottom: 1rem;
}
header .season {
  font-size: 60px;
  text-align: center;
  margin-top: 30px;
}
header .season  {
  transition: all 0.3s ease 0s;
  text-decoration: none;
} 
header .season:hover {
  transform: translateY(0.1em);
}
header .season a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
  text-shadow:1px 1px 0 #aaa, -1px -1px 0 #aaa,
              -1px 1px 0 #aaa, 1px -1px 0 #aaa,
              0px 1px 0 #aaa,  0-1px 0 #aaa,
              -1px 0 0 #aaa, 1px 0 0 #aaa;
}
header .season a:hover {
  color: #333;
  opacity: 0.8;
  text-shadow:1px 1px 0 #aaa, -1px -1px 0 #aaa,
              -1px 1px 0 #aaa, 1px -1px 0 #aaa,
              0px 1px 0 #aaa,  0-1px 0 #aaa,
              -1px 0 0 #aaa, 1px 0 0 #aaa;
}
header .seasons {
  text-align: center;
  margin-bottom: 10px;
  color: #444;
}



header .season01 {
  font-size: 60px;
  text-align: center;
  margin-top: 30px;
}
header .season01  {
  transition: all 0.3s ease 0s;
  text-decoration: none;
} 
header .season01:hover {
  transform: translateY(0.1em);
}
header .season01 a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
  color: #ff8c00;
  text-shadow:1px 1px 0 #aaa, -1px -1px 0 #aaa,
              -1px 1px 0 #aaa, 1px -1px 0 #aaa,
              0px 1px 0 #aaa,  0-1px 0 #aaa,
              -1px 0 0 #aaa, 1px 0 0 #aaa;

}
header .season01 a:hover {
  color: #ff8c00;
  text-shadow:1px 1px 0 #aaa, -1px -1px 0 #aaa,
              -1px 1px 0 #aaa, 1px -1px 0 #aaa,
              0px 1px 0 #aaa,  0-1px 0 #aaa,
              -1px 0 0 #aaa, 1px 0 0 #aaa;

  opacity: 0.8;
}
header .seasons01 {
  text-align: center;
  margin-bottom: 10px;
  color: #ff8c00;
  

}



.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  z-index: 200;
  
  box-shadow: 0 2px 6px rgba(0,0,0,);
}
.global-nav {
  position: fixed;
  right: -320px; /* これで隠れる */
  top: 0;
  width: 300px; /* スマホに収まるくらい */
  height: 100vh;
  padding: 10px 0;
  
  background-color: #fff;
  transition: all .6s;
  z-index: 250;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}
.hamburger {
  position: fixed;
  right: 30px;
  top: 30px;
  width: 40px; /* クリックしやすいようにちゃんと幅を指定する */
  height: 40px; /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
  border: 2px solid #666;
  border-radius: 20px;
  transition: all 0.3s ease 0s;
}
.hamburger:hover {
  transform: translateY(0.1875em);
}
.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.global-nav__item {
  text-align: center;
  padding: 0 14px;
}
.global-nav__item a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #111;
}
.global-nav__item a:hover {
  background-color: #eee;
}
.hamburger__line {
  position: absolute;
  
  left: 9px;
  width: 18px;
  height: 2px;
  background-color: #666;
  transition: all .6s;
}
.hamburger__line--1 {
  top: 11px;
}
.hamburger__line--2 {
  top: 17px;
}
.hamburger__line--3 {
  top: 23px;
}
/*.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}*/
/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
}

/*.hamburger {
  display: none;
}*/


/*nav ul {
  display: flex;
  float: right;
}
nav li {
  margin-left: 1rem;
}*/

/* ==========================================================================
   content
========================================================================== */
/*
#content {
  display: flex;
  flex-direction: row-reverse;
  padding: 1rem 0;
}
main {
  width: 75%;
  border-left: 1px solid #aaa;
  padding-left: 1rem;
}
aside {
  width: 25%;
}
*/
article .bigBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
article .artBox {
  width: calc((100% - 12px) / 3);
  border: 1px solid #555;
  padding: 10px;
  margin-bottom: 6px;
  

  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  display: inline-block;
 
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
article .artBox:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  transform: translateX(-0.1875em) translateY(-0.1875em);
}
article .artBox img {
  border: 1px solid #555;
  height: calc((1120px - 4px) / 3);
  width: 100%;
  object-fit: cover;
  vertical-align: bottom;
  
}

/* init */
.background {
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  position: fixed;
  background-position: center center;
  opacity: 0;
-webkit-background-size: cover;
      background-size: cover;
-webkit-transition: all 0.5s ease 0s;
 -moz-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
}
.show .background {
  opacity: 1;
}
.contents .wrap {
  padding: 40vh 0 60vh;
  position: relative;
  z-index: 2;
}
/* design*/
#content01_bg {background-image: url(../images/top/img_0744.jpg);}
#content02_bg {background-image: url(../images/top/img_0096.jpg);}
#content03_bg {background-image: url(../images/top/img_8440.jpg);}
#content04_bg {background-image: url(../images/top/img001.jpg);}
#content05_bg {background-image: url(../images/top/img_9738.jpg);}
#content06_bg {background-image: url(../images/top/img_4621.jpg);}
#content07_bg {background-image: url(../images/top/img_0774.jpg);
}
#content08_bg {background-image: url(../images/top/img_6102.jpg);
}
#content01 .wrap { background-color: rgba(0,0,255,0.1);}
#content02 .wrap { background-color: rgba(0,255,0,0.1);}
#content03 .wrap { background-color: rgba(255,0,0,0.1);}
#content04 .wrap { background-color: rgba(255,255,0,0.1);}
#content05 .wrap { background-color: rgba(128,0,128,0.1);}
#content06 .wrap { background-color: rgba(255,255,255,0.1);}
#content07 .wrap { background-color: rgba(255,165,0,0.1);}
#content08 .wrap { background-color: rgba(0,0,0,0.1);}
.text-box {
  padding: 50px 25px;
  width: 480px;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
}

.text-box .catch {
  margin: 0 0 10px;
  font-size: 40px;
}
.text-box .copy {
  margin: 0;
  line-height: 2;
}

aside {
  text-align: center;
  margin: 80px 0;
}
aside p {
  padding: 20px 25px;
  background-color: rgba(255,255,255,0.8);
  border: 1px solid rgba(51,51,51,0.8);
  color: #333;
  text-decoration: none;
  border-radius: 10px;
  display: inline;
}
aside a {
  padding: 20px 25px;
  background-color: rgba(51,51,51,0.8);
  border: 1px solid rgba(255,255,255,0.8);
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
aside a:hover {
  transform: translateY(0.1875em);
  text-decoration: none;
  color: #fff;
}







/* ==========================================================================
   footer
========================================================================== */
/*
footer {
  border-top: 1px solid #aaa;
  padding: 1rem 0;
}
footer ul {
  display: flex;
}
footer li {
  margin-right: 1rem;
}


.main {
  display: block;
  position: relative;
  margin-bottom: 200px;
  z-index: 4;
}
.footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  z-index: 3;
}
*/


p .blinking {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
}
/*p .cat:hover {
  background: url(../images/up.png) no-repeat;
}*/


@keyframes blink{
  0% {opacity:0;}
  100% {opacity:1;}
}
.blinking{
  animation:blink 1s ease-in-out infinite alternate;
}



*, *:before, *:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
/*.contents {
	min-height: 100vh;
	margin: auto;
	padding: 1em 0 10em 0;
	background: rgb(236, 240, 241);
}*/
footer #button {
	position: relative;
	width: 10em;
	height: 2em;
	margin: 0 auto;
	padding: 0.2em;
	cursor: pointer;
	-webkit-transition: all 1s ease;
	        transition: all 1s ease;
	text-align: center;
	color: #eee;
	border-radius: 3px 3px 0px 0px;
	background: rgba(0, 0, 0, 0.5);
}
footer #button:hover {
	position: relative;
	width: 10em;
	height: 2em;
	-webkit-transition: all 1s ease;
	        transition: all 1s ease;
}
footer {
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 1.5em;
	margin: 0 auto;
	-webkit-transition: all 1s ease;
	        transition: all 1s ease;
}
footer:hover {
	height: 12em;
	-webkit-transition: all 1s ease;
	        transition: all 1s ease;
}
footer #container {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 96, 100, 0.5);
}
footer #cont {
	margin: 0 auto;
	padding: 1em;
  color: #00acc1;
  overflow: hidden;
}
footer .sns {
  clear: both;
	float: right;
  width: 50%;
  margin: 10px 10px 20px 0;
}
footer .sns a {
	font-weight: bold;
	line-height: 2em;
	width: 2em;
	margin: auto 0.1em;
	float: right;
	-webkit-transition: all, 0.3s;
	        transition: all, 0.3s;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	border-radius: 4px;
  background-color: #00acc1;
  margin:0 0 20px 10px;
}

footer .sns a:hover {
	-webkit-transition: all, 0.3s;
	        transition: all, 0.3s;
	background-color: #222222;
}
footer .sns .insta {
	background-color: #e4405f;
}
footer .sns .fb {
	background-color: #3b5999;
}
footer .sns .tw {
	background-color: #55acee;
}
footer .copyright {
  text-align: right;	
}
footer .copyright p {
	font-size: 0.7em;
	line-height: 2em;
	padding-left: 10%;
	letter-spacing: 1px;
	color: #ffffff;
}



.footer ul li {
  float: left;
  margin-right: 20px;
}
.footer .footerIn01 {
  clear: both;
}
.footer .footerIn02 {
  clear: both;
}
.footer ul li a {
  color: #eee;
}
#footer {
  margin-bottom: 50px;
}
#footer ul {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  width: 100%;
}
#footer ul li {
  float: left;
  margin-right: 20px;
  
}
#footer ul li a {
  color: #333;
  font-size: 30px;

  position: relative;
  display: inline-block;
  text-decoration: none;
  
}
#footer .footNavi01 li a {
  color: #ff8c00;
}
#footer ul li a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 2.5px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
#footer ul li a:hover::after {
  transform: scale(1, 1);
}


#footer .footNavi01 li a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 2.5px;
  background: #eee;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
#footer .footNavi01 li a:hover::after {
  transform: scale(1, 1);
}


.sns01 {
  clear: both;
  text-align: center;
  margin-bottom: 30px;
}
.sns01 a {
  font-size: 30px;
  font-weight: bold;
  padding: 20px;
  
}
.sns01 i {
  transition: all 0.3s ease 0s;
}
.sns01 i:hover {
  transform: translateX(-0.15em) translateY(-0.15em);
}
.copyright01 {
  clear: both;
  text-align: center;
  margin-bottom: 20px;
  color: #444;
}

.down i {
  font-size: 30px;
  padding: 12px;
 
  position: fixed;
  left: 30px;
  bottom: 100px;
  transition: all 0.3s ease 0s;
}
.down i:hover {
  transform: translateY(0.1875em);
  
}
.up i {
  font-size: 30px;
  padding: 12px;
  
  position: fixed;
  left: 30px;
  bottom: 30px;
  transition: all 0.3s ease 0s;
}
.up i:hover {
  transform: translateY(-0.1875em);
  
}








/* ==========================================================================
   media query
========================================================================== */

@media screen and (max-width: 850px) {
  #footer ul {
    flex-wrap: wrap;
  }
  #footer ul li {
    margin-right: 8px;
  }
  /*#footer ul li a {
    font-size: 25px;
  }
  footer .copyright p {
    width: 270px;
  }*/
}



@media screen and (max-width: 750px) {
  html {
    font-size: 14px;
  }
  article .artBox {
    width: calc((100% - 8px) / 2);
  }
  .topFoot {
    display: none;
  }
  .header {
    display: none;
  }
  .topPage #contents .header {
    display: block;
    height: 100vh;  
  }
  

  .hamburger {
    border: 2px solid #999;
  }
  .hamburger__line {
    background-color: #999;
  }
  .down i {
    position: fixed;
    left: 20px;
    bottom: 70px;
  }
  .up i {
    position: fixed;
    left: 20px;
    bottom: 20px;
  }
  .sns01 {
    margin-bottom: 15px;
  } 
  .copyright01 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 600px) {  
  article .artBox {
    width: calc((100% - 4px) / 1);
  }
  
}

.lum-lightbox{
  z-index: 999;
}
.lum-lightbox-inner img {
  vertical-align: bottom;
}

@media (max-width: 460px) {

  .lum-lightbox-inner img {
    max-width: 120vw;  /* 好きなサイズ感で */
    max-height: 88vh;  /* 90vhだと数pxだけ上下にスクロールできてしまうためこのサイズ */
   /* display: block;  を追加すると max-height: 92vh くらいでも大丈夫 */
  }

　 
  /*矢印ナビが大きすぎると感じたら*/ 
  .lum-gallery-button:after {
    width: 3vw;
    height: 3vw;
  }

  
}

@media (max-width: 380px) {
  .text-box {
    padding: 50px 25px;
    width: 375px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
  }
}