@charset "utf-8";


/* RESET */
html { background: #000;}
body {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    line-height: 1.4;
	-webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6 { font-weight: normal;}
body,div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
	margin: 0;
	padding: 0;
}
dd { margin-inline-start:0;}
li {list-style: none;}
p {
    margin-block-start: 0;
    margin-block-end: 0;
}
a { text-decoration: none;}
a:hover,
a:hover img,
a:hover span{
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	text-decoration:none;
}


/* contents*/

img { width: 100%;}

.wrapper {
    color: #222;
    position: relative;
    max-width: 1400px;
    margin: auto;
}

.wrapper .site_tit,
.wrapper .site_subtit {
    position: absolute;
    color: #846f14;
    z-index: 200;
}

.wrapper .site_tit {
    font-size: 20px;
    top: 5px;
    left: 50px;
}

.wrapper .site_subtit {
    font-size: 12px;
    top: 28px;
    left: 52px;
}

footer,footer a { color: #846f14;}

footer .copyright {
    text-align: center;
    font-size: 10px;
    margin-top: 6em;
}

footer .page_tit,footer .sub_tit {  text-align: center;}

footer .page_tit { font-size: 20px; margin-top: 2em;}
footer .sub_tit { font-size: 12px;}


.wrapper .thum_potisiton {width: 80%;margin: 10px auto 0; }

.thumb-item li { position: relative;}
.thumb-item li span {
    font-family: "GFS Didot";
    display: block;
    font-size: 10px;
    left: 5px;
    position: absolute;
    color: #836f14;
    z-index: 4000;
    top: 93%;
    line-height: 1;
}

.thumb-item-nav .slick-current img {
    box-sizing: border-box;
    border-bottom: 2px solid #836f14;
}

.thumb-item li span.photo_copyright { display: none;}

@media screen and (min-width: 480px) {
    .wrapper .thum_potisiton {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 5px;
        width: 20%;
    }
    
    .thumb-item li span {width: 35%;font-size: 12px;top: inherit;bottom: 5px;padding-left: 10px;}
    .thumb-item li span.photo_copyright { display: block;}
    .thumb-item li span.photo_copyright {left: inherit;right: 5px;width: auto;}
    
    footer { display: none;}

    #top h1 { margin-top: 0;}
    

    .site_tit {
        font-size: 36px;
        top: 20px;
        left: 50px;
    }
    .site_subtit {
        font-size: 20px;
        top: 66px;
        left: 83px;
    }
}


/* hamburger_menu --------------------------*/
.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  max-width: 1400px;
  z-index: 3;
}
.global-nav {
  position: fixed;
  left: -320px; /* .nav-open .global-nav連動 */
  top: 0;
  width: 300px; /* caution_spwidth */
  height: 100vh;
  padding-top: 0;
  background-color: #fff;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto; /* scroll */
  background-image: url(/topimgs/logo.png);
  background-repeat: no-repeat;
  background-size: 160px;
  background-position: 79px 25px;
  padding-top: 200px;
}
.hamburger {
  position: absolute;
  left: 10px;
  top: 0;
  width: 50px; /* click */
  height: 40px; /* click */
  cursor: pointer;
  z-index: 300;
}
.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: 0;
  width: 30px;
  height: 2px;
  background-color: #846f14;
  transition: all .6s;
}
.hamburger__line--1 {
  top: 14px;
}
.hamburger__line--2 {
  top: 23px;
}
.hamburger__line--3 {
  top: 33px;
}
.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 {
  left: 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;
}

.menu_tit,.menu_subtit {
    color: #836f14;
    text-align: center;
}
.menu_tit {
    font-size: 30px;
}
.menu_subtit {
    font-size: 15px;
    margin-top: -3px;
    margin-bottom: 30px;
}

@media screen and (min-width: 480px) {
    .hamburger { top: 20px;}
    .hamburger__line {height: 3px;width: 50px;}
    .hamburger__line--1 {top: 0;}
    .hamburger__line--2 {top: 13px;}
    .hamburger__line--3 {top: 26px;}
}

@media print {
    body { display: none !important; }
}

body {
  -webkit-touch-callout:none;
  -webkit-user-select:none;
}