@charset "utf-8";
/* CSS Document */
/* common */

body {
  margin: 0;
  font: 13px/1.6 sans-serif;
  font-size: 100%;
  color: #333;
  background: #EFEBDA;
  -webkit-text-size-adjust: 100%;
}
a:link, a:hover, a:active, a:visited{
  text-decoration: none;
  color: #333;
  border: none;
}
img{
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;/*クロームのテキスト画像ボヤケ防止*/
}


/* header----------------------------*/
header{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	background:#fff;
	z-index:99;
	/*height:126px;*/
}

.head_logo a{
	width:100%;
	display: block;
}
.head_logo_thum{
  max-width: 336px;
  min-width: 250px;
  width: 80%;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
}


/* ----------------------------*/
.main_inner{
  margin: 0 auto;
  padding-top: 60px;
  text-align: center;
  max-width: 840px;
  background-color: #EFEBDA;
}
.nurie_box{
  background-image: url(../images/bg.webp);
  background-size: 100% auto;
  background-repeat: repeat-y;
}

.main_01 {
  width: 100%;
}

.ttl_box{
  margin: 0 auto 32px;
  padding-top: 48px;
}
.ttl_box h2{
  margin: 0 auto;
  width: 43.70546318289786%;
  max-width: 368px;
}
.ttl_box .h3_box{
  display: flex;
  margin: 0 auto;
  width: 77.67220902612827%;
  max-width: 654px;
}
.ttl_box .tencho{
  position: relative;
  margin: 0 auto;
  width: 73.15914489311164%;
  max-width: 616px;
}
.ttl_box .tencho img{
  position: relative;
  z-index: 3;
  left: 0;
  bottom: 0;
}
.ttl_box .tencho:before{
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 91.62303664921466%;
  background: rgba(0,0,0,.3);
  box-shadow: 5px 5px 10px 1px rgba(0,0,0,.3);
}

.nurie_box ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 79.57244655581948%;
  max-width: 670px;
  padding-top: 30px;
}
.nurie_box li{
  margin-bottom: 24px;
  width: 48.35820895522388%;
  text-align: center;
}
.nurie_box li .nurie{
  cursor: pointer;
  display: inline-block;
  margin: 0 auto 10px;
  background: #fff;
  border-radius: .375rem;
  border: solid 5px #fff;
  box-shadow: 5px 5px 10px 1px rgba(0,0,0,.3);
  box-sizing: border-box;
}
.nurie_box li .nurie img{
  display: inline-block;
  padding: 5px;
  width: 100%;
  border-radius: .375rem;
  border: dotted 2px #EA5520;
  box-sizing: border-box;
}
.nurie_box li .nurie img:hover{
  opacity: 0.6 !important;
  transition: 0.5s;
}
.nurie_box li .name{
  margin: 0 auto;
}
.nurie_box li .name img{
  box-shadow: 5px 5px 10px 1px rgba(0,0,0,.3);
}


.wall{
	display: none;
  position: fixed;
  z-index: 980;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,.6);
}
.thmb div{
  position: relative;
  width: 100%;
  height: 100%;
}
.thmb{
	display: none;
  position: fixed;
  z-index: 990;
  top: 50%;
  left: 50%;
  height: 70vh;
  width: 100%;
  max-width: 700px;
  transform: translate(-50%, -50%);
}
.thmb img{
  pointer-events: none;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  background: #fff;
  border: solid 5px #fff;
  box-sizing: border-box;
}
.close{
  cursor: pointer;
  position: absolute;
  z-index: 999;
  top: -1.5rem;
  right: -1rem;
  padding: .75rem;
  width: auto;
  height: auto;
  background: #EA5520;
  border-radius: 50%;
  border: solid 2px #fff;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}

/* footer----------------------------*/
footer{
	width:100%;
	border-bottom:25px #595757 solid;
}
.page_top{
	position: fixed;
	bottom: 30px;
	right: 1%;
}

/*===============================================
●pc  画面の横幅が1290px以上
===============================================*/
@media screen and (min-width: 1290px) {

	.head_logo_thum a{
		display: table-cell;
		vertical-align: middle;
	}
	.head_text{
		padding: 20px 0 15px;
	}

  .page_top{
    right: 0;
    right: calc((100% - 1290px) / 2 );
  }
}

/*===============================================
● 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px) {
  a, a img{
    transition: all .3s linear;
  }
  a:hover, a:hover img{
    opacity: .5;
  }

  .sp{
    display: none  !important;
  }
  img[src*="/sp/"]{
    display: none  !important;
  }
}


@media screen and (max-width: 945px) {
	.main_line{
		padding-top: 0vh;
  }
}
  

/*===============================================
● 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px) {
  body {
    background-size: 100vw auto;
  }
  /* ----------------------------*/
 /* .main_inner{
    padding-top: 9vw;
  }*/

  .main_01 {
    width: 100%;
  }

  .ttl_box{
    margin: 0 auto 20px;
    padding-top: 23px;
  }
  .ttl_box h2{
    width: 75.15625%;
    max-width: 481px;
  }
  .ttl_box .h3_box{
    display: block;
    margin: 0 auto 15px;
    width: 94.0625%;
    max-width: 602px;
  }
  .ttl_box .h3_box h3 + h3{
    margin: 0 auto;
    width: 64.11960132890365%;
    max-width: 386px;
  }
  .ttl_box .tencho{
    width: 90%;
    max-width: 576px;
  }
  .ttl_box .tencho:before{
    height: 100%;
  }

  .nurie_box ul{
    display: block;
    width: 85.15625%;
    max-width: 545px;
  }
  .nurie_box li{
    margin-bottom: 24px;
    width: 100%;
    text-align: center;
  }

  .thmb{
    width: 90vw;
    height: auto;
  }
  .close{
    top: -1.25rem;
    right: -.75rem;
    padding: 1.5vw;
    font-size: 5.5vw;
  }

  /* footer----------------------------*/

	

  .pc{
    display: none !important;
  }
  img[src*="/pc/"]{
    display: none  !important;
  }
}
/*TOPへ戻る*/
#page_top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
  z-index: 999999;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #EA5520;
  border: 1px solid #FFF;
  opacity: 0.9;
}

  #page_top a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
  }
  
  #page_top a::before {
    position: absolute;
    top: -4px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 34px;
    height: 34px;
    color: #FFF;
    content: '\f106';
    text-align: center;
    font-weight: 900;
    font-size: 34px;
    font-family: 'Font Awesome 5 Free';
}
  