@charset "utf-8";
/* CSS Document */
#wrapInner {
    width: 100%!important;
}
#inner950 {
    width: 100%;
	max-width:950px;
    margin: 0 auto;
    display: block;
}
#anchorLinkBlock {
    width: 100%;
	max-width:950px;
    margin: 0 auto !important;
    display: block;
}
#wrapper {
	width: 100%;
	/*max-width:950px;*/
	margin:0 auto 10px;
	padding:0;
 	font-size:14px;
	line-height:1.6;
	font-family: 'Noto Serif JP', serif;
}
#wrapper * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
/*--------common-------------*/
@media (min-width:768px){
   .pc_none{
    	display: none;
  }
   .sp_br{
    	display: none;
  }
}
@media (max-width:767px){
   .sp_none{
    	display: none;
  }
}
.text_red {
	color: #B20202;
	border-bottom: 1px solid #B20202;
}
.text_bold {
	font-weight: bold;
}
.text_normal {
	font-weight: normal;
}
.text_center {
	text-align: center;
}
.text_font_sans {
	font-family: 'Noto Sans JP', sans-serif;
}
.attention {
	font-size:90%;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
}
.mgn_btm20 {
	margin-bottom: 20px;
}	
.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}
.deco{
	font-weight: normal;
	padding: 0 35px;
	background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
	background-size: auto 90%;
}
@media (max-width:767px){
	.deco{
		padding: 0 25px;
		background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
		background-size: auto 90%;
	}
}

a.godetail{
	width: 90%;
	max-width: 350px;
	margin: 10px 1%;
	height: 65px;
	text-decoration: none;
	background: url("../images/button.png") no-repeat center bottom;
	background-size: 100%;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}
a.godetail.chubu{
	background: url("../images/button_chubu.png") no-repeat center bottom;
	background-size: 100%;
}

a.godetail:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
	opacity: 0.8;
}
a.godetail_gray{
	width: 90%;
	max-width: 350px;
	display: block;
	margin: 30px auto;
	height: 65px;
	text-align: center;
	text-decoration: none;
	background: url("../images/button_gray.png") no-repeat center bottom;
	background-size: 100%;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 99;
	pointer-events: none;
}
a.gotop{
	margin: 20px auto;
	text-align: center;
	text-decoration: none;
	color: #333333;
	font-family: 'Noto Sans JP', sans-serif;
}
a.gotop:hover{
	opacity: 0.8;
}
/*--------.page_roof-------------*/
.page_roof {
	position: relative;
	width: 100%;
  background: url("../images/top_back.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top: 450px;
}
.page_roof > .inner {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
	width: 100%;
  height: 100%;
	max-width: 950px;
	margin: 0 auto;
}
.page_roof h2{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_roof h2 img{
  width:auto;
  height: 100%;
}
@media (max-width:767px){
  .page_roof {
    padding-top: 50%;
  }
}
/*-------------ナビ-   --------------*/
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}
#wrapper nav {
	background: url("../images/bg_menu.png") repeat-x top ;
	background-size: auto 100%;
	width: 100%;
}
#wrapper nav ul a,
#wrapper nav ul a:hover{
	color: #FFFFFF !important;
	text-decoration: none !important;
}

@media (min-width:768px){
	#wrapper nav ul {
		width: 100%;
		max-width: 950px;
		margin: 0 auto;
		color: #FFFFFF;
		display: flex;
  }
	#wrapper nav ul a{
		flex-grow:1;
		padding-bottom: 10px;
		height: 80px;
		text-align: center;
		background: url("../images/menu_line.svg") no-repeat center right ;
		background-size: 1px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
    font-family: 'Noto Sans JP', sans-serif;
  }
  #wrapper nav ul a:first-child{
    background: url("../images/menu_line.svg") no-repeat center left,
      url("../images/menu_line.svg") no-repeat center right;
      background-size: 1px;
    }
  #wrapper nav ul a:after{
    font-family: "Font Awesome 5 Free";
    content: "\F107";
    font-weight: 900;
    position: absolute;
    bottom:0;
    left:0;
    right:0;
  }
}
@media (max-width:767px){
	#wrapper nav ul {
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap:wrap;
	}
	#wrapper nav ul a{
		flex-grow:1;
		padding-bottom: 10px;
    min-width: 20%;
		height: 40px;
		text-align: center;
		background: url("../images/menu_line.svg") no-repeat center right ;
		background-size: 1px;
    font-family: 'Noto Sans JP', sans-serif;
    display: flex;
		align-items: center;
		justify-content: center;
    padding-top: 10px;
	}
  #wrapper nav ul a:nth-child(-n+4){
    border-bottom: 1px solid #7C1313;
	}
}

/*-------------トップリード   --------------*/
.paddingTop{/*----メニューバーを固定したとき余白追加----*/
	padding-top: 80px;
}
#pageTopLead {
	margin: 0;
}
#pageTopLead > .inner {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
}
#pageTopLead > .inner p{
	font-size: 120%;
	font-weight: bold;
	line-height: 1.8;
}
@media (max-width:767px){
	#pageTopLead > .inner p{
		font-size: 110%;
	}
}
/*-------------ページコンテンツ背景  --------------*/

/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
  padding: 40px 0;
  background: #e2d5bf;
  margin:0;
}
@media (max-width:767px){
  .pageContent {
    padding-top: 60px;
  }
}
.pageContent .inner{
	width: 95%;
	max-width: 950px;
	margin: 0 auto
}
.pageContent h2.name {
	font-size: 400%;
	font-weight: bold;
  background: url("../images/orizuru.png")no-repeat center left;
  background-size: 200px;
  padding:30px 0 10px 200px;
}
.pageContent h3.lead {
	font-size: 150%;
	font-weight: bold;
  line-height: 1.8;
}
.pageContent .photo_comment_unit {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 30px auto;
  justify-content: space-between;
}
.pageContent .photo {
  width: 45%;
  position: relative;
}
.pageContent .photo::after {
  content:"";
  position: absolute;
  top:10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: url("../images/bg_photo.png") no-repeat top left;
  background-size:cover;
}
.pageContent .comment {
  width: 50%;
}
.pageContent .comment p {
	font-size: 120%;
  line-height: 2;
}

@media (max-width:767px){
  .pageContent h2.name {
    font-size: 7vw;
    background: url("../images/orizuru.png")no-repeat center left;
    background-size: 120px;
    padding:20px 0 10px 120px;
  }
  .pageContent h3.lead {
    font-size: 120%;
    width: 95%;
    margin: 0 auto;
  }
  .pageContent .photo_comment_unit {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px auto 0;
    justify-content: center;
  }

  .pageContent .photo {
    width: 80%;
  }
  .pageContent .photo::after {
    content:"";
    position: absolute;
    top:10px;
    left: 10px;
    width: 100%;
    height: 100%;
    background: url("../images/bg_photo.png") no-repeat top left;
    background-size:cover;
  }
  .pageContent .comment {
    width: 90%;
    margin-top: 20px;
  }
  .pageContent .comment p{
    font-size: 110%;
  }
}

.pageContent .yoyaku_inner{
  margin: 50px 0 0;
  text-align: center;
  padding-bottom: 20px;
}
.pageContent .yoyaku_inner .yoyaku{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width:767px){
  .pageContent .yoyaku_inner {
    margin-top: 30px;
    padding-bottom: 0px;
  }
}







/*-----スライドswiper カスタマイズ--------------------*/
.swiper-container{
	width: 100%;
	margin:0 auto;
}
.swiper-container .swiper-slide{
	text-align: center;
}
.swiper-container .swiper-slide img{
	width: 100%;
}
.swiper-container .swiper-pagination {
	bottom: 15px;
}
.swiper-pagination-bullet-active{
	background: #B20202;
  background: #FFFFFF;
}
.swiper-button-prev:focus,
.swiper-button-next:focus{
  outline: none;
}
.swiper-button-prev::after,
.swiper-button-next::after{
	font-size:20px;
	color: #FFF;
	font-weight: bold;
	opacity: 0.5;
}
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after{
	opacity: 1;
}
.swiper-button-prev{
	left:5px;
	top:48%;
}
.swiper-button-next{
	right:5px;
	top:48%;
}
@media (max-width:767px){
	.swiper-button-prev::after,
	.swiper-button-next::after{
		font-size:30px;
	}
	.swiper-button-prev{
		left:5px;
		top:46%;
	}
	.swiper-button-next{
		right:5px;
		top:46%;
	}
}

/*--------開閉パネル-------------*/
.panel-trigger {
  display: none; /*チェックボックスは常に非表示*/
}

@media (max-width:767px){
	.btnOpen {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height:300px;
		background: linear-gradient(rgba(253,239,245,0) 0%,rgba(253,239,245,1) 60%) ;
		padding-top:160px;
    z-index: 999;
	}
	.btnOpen span{
		display: block;
		position: relative;
		width: 80%;
		height: 60px;
		margin:0 auto;
		border: 2px solid #333; 
		line-height: 60px;
		font-size: 120%;
		font-family: 'Noto Sans JP', sans-serif;
		text-align: center;
		cursor: pointer;
		transition: .2s ease;
    background:#EEEEEE;
	}
	.btnOpen span::before {
	  content: "詳しく見る";
	}
	.btnOpen span::after {
		font-family: "Font Awesome 5 Free";
		content: "\F107";
		font-weight: 900;
		position: absolute;
		right: 30px;
		top: 3px;
	}
	.panel {
		height: 350px;
		padding: 0 0 100px;
		overflow: hidden;
		opacity: 1;
		transition: 0.8s;
	}
	.panel-trigger:checked + .btnOpen {
		width: 100%;
		height:100px;
		background: none;
		padding-top:0;
	}	
	.panel-trigger:checked + .btnOpen span::before {
	  content: "閉じる" /*チェックされていたら、文言を変更する*/
	}
	.panel-trigger:checked + .btnOpen span::after {
		font-family: "Font Awesome 5 Free";
		content: "\F106";
		font-weight: 900;
		position: absolute;
		right: 30px;
		top: 3px;
	}
	.panel-trigger:checked ~ .panel{
	  height: auto;/*チェックされていたら、高さを戻す*/
	  opacity: 1; 
	 }
}
