* {margin: 0;padding: 0;}

body {
  font-family: 'Hiragino Kaku Gothic ProN W3', sans-serif;
}

li {
  list-style: none;
  font-family: serif;
}

a {
  text-decoration: none;
}

p {
  font-size: 16px;
  color: #353535;
  line-height: 2.3em;
}

img {
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}


/*========= Loading画面 ===============*/

/* Loading背景画面設定 */
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background:rgb(241, 244, 252);
  text-align:center;
}

/* Loading画像中央配置 */
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ */
#splash_logo img {
  width:260px;
}



/*========= ヘッダー アップ・ダウン ===============*/
/* 上に上がる動き */
.UpMove{
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-180px);
  }
}
/* 下に下がる動き */
.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 0;
	transform: translateY(-180px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*========= ボディ要素のフェードアップ ===============*/
/* fadeUpの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration:1.0s;
  animation-fill-mode:forwards;
  opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(120px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*========= ハンバーガーメニュー ===============*/
.openbtn {
	position: fixed;
	background:rgb(242, 205, 247);
	cursor: pointer;
  width: 50px;
  height:50px;
	border-radius: 5px;
  top: 10px;
  right: 10px;
  z-index: 999;
  display: none;
}
.openbtn.active {
  background-color: #fce1b0;
}
/* ボタン内側 */
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
	background: #fff;
  width: 45%;
}
.openbtn span:nth-of-type(1) {
	top:15px;	
}
.openbtn span:nth-of-type(2) {
	top:23px;
}
.openbtn span:nth-of-type(3) {
	top:31px;
}
/* activeクラスが付与されると線が×に */
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;/* 真ん中の線は透過 */
}
.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
.mainblur {
	filter: blur(8px);/* ぼかし */
}

/*========= ナビゲーション展開 ===============*/

#g-nav {
  /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background:rgba(255,255,255,0.3);/*背景を少し透過させる*/
  transition: all 0.3s;
}
/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive {
	opacity: 1;
	z-index:999;
}
/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999; 
  width: 100%;
  height: 100vh;/*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/*ナビゲーション*/
#g-nav ul {
  display: none;/*はじめは非表示*/
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}
#g-nav.panelactive ul {
  display: block;
}
/*リストのレイアウト設定*/
#g-nav li{
  text-align: center; 
}
#g-nav li a{
	color: #222;
	padding:20px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}







/* ヘッダー */
header {
  width: 100%;
  height: 10px;
  top: 0;
  z-index: 10;
  position: fixed;
  display: flex;
  justify-content: space-between;
  opacity: 0;
}

.header-logo {
  margin-top: 10px;
  margin-left: 15px;
}

.logo {
  width: 130px;
  display: block;
}

#header-nav {
  margin-right: 10px;
}

#header-nav ul {
  display: flex;
  flex-wrap: wrap;
  width: 186px;
  height: 186px;
  margin-top: 10px;
}

#header-nav li {
  font-size: 20px;
  transition: all 0.8s;
  border: solid 4px white;
  background-color: rgb(242, 205, 247);
  height: 85px;
  width: 85px;
  margin: auto;
  text-align: center;
}

#header-nav li:hover {
  background-color: #ffe7bb;
}

header a {
  line-height: 85px;
  color: white;
  letter-spacing: -1px;
  font-size: 17px;
  text-shadow: 0px 0px 3px #30271fd3;
  display: block;
}

#hl-1 {
  border-radius: 50% 50% 0px 50%;
  box-shadow: -1px -1px 1px rgb(220, 200, 200);
}
#hl-2 {
  border-radius: 50% 50% 50% 0px;
  box-shadow: 1px -1px 1px rgb(220, 200, 200);
}
#hl-3 {
  border-radius: 50% 0px 50% 50%;
  box-shadow: -1px 1px 1px rgb(220, 200, 200);
}
#hl-4 {
  border-radius: 0px 50% 50% 50%;
  box-shadow: 1px 1px 1px rgb(220, 200, 200);
}







/* ここからメイン */
.top-wrapper {
  background-image: url(108.png);
  background-size: cover;
  background-position: center;
}

.gallery-title {
  padding-top: 190px;
  padding-bottom: 190px;
  font-size: 70px;
  font-family: serif;
  color: #101010;
  text-shadow: 0px 0px 5px #FFF;
}

.gmcoment-box {
  width: 1000px;
  display: flex;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
.gmcoment-box img {
  height: 350px;
  width: 35%;
  object-fit: contain;
}
.gmcoment {
  height: 350px;
  width: 65%;
  display: inline-block;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.gmcoment p {
  text-align: center;
  font-size: 20px;
  font-family: serif;
}

.background {
  background-image: url(back103.jpg);
  background-repeat: repeat;
  padding-bottom: 100px;
  border-top: 3px solid #eee;
  border-bottom: 3px solid #eee;
}

.container {
  width: 94%;
  margin: 0 auto;
  text-align: center;
}
.container h2 {
  font-size: 70px;
  color: rgb(248, 247, 245);
  padding-top: 85px;
  padding-bottom: 10px;
  letter-spacing: 14px;
  text-shadow: 
  1px -1px 0px rgb(130, 90, 40), 
  2px -2px 0px rgb(125, 85, 35), 
  3px -3px 0px rgb(120, 80, 30), 
  4px -4px 0px rgb(115, 75, 25),
  5px -5px 0px rgb(110, 70, 20),
  6px -6px 0px rgb(105, 65, 15),
  7px -7px 0px rgb(100, 60, 10),
  8px -8px 0px rgb(95, 55, 5),
  12px -12px 15px rgb(0, 0, 0);
}
.container p {
  font-size: 25px;
  color: rgb(250, 250, 250);
  padding-bottom: 50px;
  text-shadow: 
  1px -1px 0px rgb(130, 90, 40), 
  2px -2px 0px rgb(125, 85, 35), 
  3px -3px 0px rgb(120, 80, 30), 
  4px -4px 0px rgb(115, 75, 25),
  5px -5px 0px rgb(110, 70, 20),
  6px -6px 0px rgb(105, 65, 15),
  10px -10px 10px rgb(0, 0, 0);
}

.photo-group {
  columns: 3;
}
.photoframe {
  position: relative;
}
.photo {
  width: 95%;
  height: auto;
  border: 9px solid #fff;
  box-shadow: 0 5px 5px rgba(0,0,0,0.6);
  margin-top: 10px;
}
.pin {
  width: 34px;
  height: 34px;
  position: absolute;
  left: 46%;
}

.icon {
  text-align: center;
}
.icon img {
  width: 20%;
}
.icon p {
  padding-bottom: 20px;
  font-size: 14px;
}











/*========= スクロール&ページトップのボタン ===============*/
/* スクロールリンクの形状 */
.scroll-top {
	/* 表示位置 */
	position: fixed;
	right: 20px;
	bottom: 10px;
	z-index: 2;
	/* はじめは非表示 */
	opacity: 0;
	visibility: hidden; 
	transition: opacity .5s, visibility .5s; /*それぞれに0.5秒の変化のアニメーション*/
	/* 縦書き */
	-webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	/* 改行禁止 */
  white-space: nowrap;
	/* 矢印の動き */
	animation: arrowmove 1s ease-in-out infinite;
}

@keyframes arrowmove{
  0%{bottom:20px;}
  50%{bottom:25px;}
  100%{bottom:20px;}
}

/* .scroll-viewクラスがついたら出現 */
.scroll-top.scroll-view {
	opacity: 1;
	visibility: visible;
}

/* リンク全体の aタグの形状 */
.scroll-top a {
	text-shadow: 1px 0px 1px black,-1px 0px 1px black,0px 1px 1px black,0px -1px 1px black;
	color: white;
	text-transform: uppercase;
	font-size:0.9rem;
  display: block;
}

/* スクロールリンクの形状 */

.js-scroll a::after{
	content:"";
	position: absolute;
	top:0;
	right:0;
	width:1px;
	height: 50px;
	background:#666;
}

.js-scroll a::before {
  content: "";
  position: absolute;
  top: 30px;
  right: -6px;
  width: 1px;
  height: 20px;
  background: #666;
  transform: skewX(-31deg);
}

/* Edge IE11 hack */
_:-ms-lang(x), .js-scroll a::before{
	right:-11px;
}

/* ページトップリンクの形状 */

.js-pagetop a::after{
	content:"";
	position: absolute;
	top:0;
	right:0;
	width:1px;
	height: 50px;
	background:#666;
}

.js-pagetop a::before {
  content: "";
  position: absolute;
  top: 0;
  right: -6px;
  width: 1px;
  height: 20px;
  background: #666;
  transform: skewX(31deg);
}

/* Edge IE11 hack */
_:-ms-lang(x), .js-pagetop a::before{
	right:0;
}




/*フッター１*/
footer {
  border-top: 2px solid #eee;
  height: 140px;
  width: 100%;
  top: 0;
  z-index: 10;
  text-align: center;
}

.footer-logo {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.footer p {
  font-size: 15px;
  color: #b3aeb5;
}








@media screen and (max-width: 1200px) {


}


@media screen and (max-width: 768px) {

  .photo-group {
    columns: 2;
  }

  .gmcoment-box {
    width: 700px;
  }

}


@media screen and (max-width: 420px) {

  .photo-group {
    columns: 1;
  }

  .logo {
    width: 90px;
  }

  #header-nav {
    display: none;
  }

  /*========= ハンバーガーメニュー ===============*/
  .openbtn {
    display: inline-block;
    opacity: 0;
}

  .gallery-title {
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 35px;
  }

  .container {
    width: 96%;
  }

  .gmcoment-box {
    width: 350px;
    flex-direction: column;
  }

  .gmcoment-box img {
    height: 250px;
    width: 100%;
  }
  
  .gmcoment {
    height: 200px;
    width: 100%;
    display: inline-block;
  }
  
  .gmcoment p {
    font-size: 15px;
  }







  .container h2 {
    font-size: 35px;
  }

  .container p {
    font-size: 13px;
  }

  .pin {
    width: 30px;
    height: 30px;
    left: 46%;
  }

  .icon img {
    width: 30%;
  }

  .icon p {
    font-size: 9px;
  }

}