@charset "UTF-8";

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,aside,figure {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table {border-collapse: collapse;border-spacing: 0;}
caption,th {text-align: left;}
object, embed {vertical-align: top;}
hr,legend {display: none;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}


/* base
----------------------------------------*/
html {
	font-size: 62.5%;
	overflow: auto;
}
body {
	width: 100%;
	color: #000;
	font-family: "游ゴシック","Yu Gothic","游ゴシック体",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Sans","ヒラギノ角ゴ ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6,.photo02-caption span{
	font-feature-settings: "palt";
	letter-spacing: 0.03em;
}
a:link {color:#000;text-decoration:underline;}
a:visited {color:#000;text-decoration:underline;}
a:active, a:hover {color:#000;text-decoration:none;}

.spview{display: none;}

@media screen and (max-width: 767px){
	.pcview{display: none;}
	.spview{display: block;}
}


/* layout
----------------------------------------*/
.contents{
	width: 100%;
	margin: 0 auto;
}
.contents img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}


/* mv
----------------------------------------*/
.mv{
	background: #f2ebe1 url(bg-mv.jpg) no-repeat center;
  background-size: contain;
}
.mv-inner{
  position: relative;
  max-width: 1000px;
  height: 420px;
  margin: 0 auto;
}
.mv-title{
  position: absolute;
  bottom: 30px;
  left: 0;
}
.mv-title span{
  display: inline-block;
  padding: 10px 30px;
  background-color: #000;
  color: #fff;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.2;
}
.mv-title span + span{
  margin-top: 5px;
}
.mv-title span small{
  font-size: 80%;
}

@media screen and (max-width: 1200px){
  .mv{
    background-size: cover;
  }
}

@media screen and (max-width: 767px){
  .mv{
    background: #f2ebe1 url(bg-mv-sp.jpg) no-repeat center;
    background-size: cover;
  }
  .mv-inner{
    height: auto;
    padding-top: 80%;
  }
  .mv-title{
    bottom: 10px;
  }
  .mv-title span{
    padding: 10px;
    font-size: 7vw;
  }
  .mv-title span + span{
    margin-top: 3px;
  }
}


/* section
----------------------------------------*/
.section{
	padding: 80px 5%;
}
.section:nth-child(odd){
  background-color: #f6f6f6;
}
.section-inner{
	max-width: 900px;
	margin: 0 auto;
}
.section-heading{
	margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: solid 4px #ffa600;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.section-text{
  max-width: 800px;
	margin: 0 auto;
}
.section-text p{
	margin-bottom: 1em;
	font-size: 1.6rem;
	line-height: 2;
}
.section-text p:last-of-type{
	margin-bottom: 0;
}

@media screen and (max-width: 767px){
	.section{
		padding: 50px 5%;
	}
	.section-heading{
		margin-bottom: 30px;
		font-size: 2.6rem;
	}
  .section-text p{
		font-size: 1.5rem;
	}
}


/* photo
----------------------------------------*/
/* 01 */
.photo01{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 900px;
  margin: 50px auto 0;
}
.photo01-image{
  width: 75.55555555555556%;
}
.photo01-caption{
  width: 37.77777777777778%;
  margin-bottom: 20px;
  margin-left: -20%;
  padding: 20px 30px;
  background-color: #000;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8;
}
.photo01-caption span{
  font-size: 150%;
}
/* 02 */
.photo02{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 900px;
  margin: 50px auto 0;
}
.photo02-image{
  width: 77.777777777777778%;
  order: 2;
}
.photo02-caption{
  width: 50%;
  margin-right: -50%;
  font-style: italic;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  z-index: 10;
}
.photo02-caption span{
  background: linear-gradient(transparent 60%, rgba(255,166,0,0.4) 0%);
}

@media screen and (max-width: 950px){
  .photo02-caption span br{
    display: none;
  }
}

@media screen and (max-width: 767px){
  .photo01{
    margin: 30px auto 0;
  }
  .photo01-image{
    width: 100%;
  }
  .photo01-caption{
    width: 100%;
    margin: 0px auto;
  }
  .photo02{
    margin: 30px auto 0;
  }
  .photo02-image{
    width: 100%;
    order: 1;
  }
  .photo02-caption{
    width: 100%;
    margin: 10px 0 0;
    font-size: 1.8rem;
    order: 2;
  }
}


/* figure
----------------------------------------*/
.figure{
	margin: 50px auto;
}
.figure-caption{
	margin-bottom: 10px;
  padding: 5px 0 5px 15px;
  border-left: solid 5px #ffa600;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
}

@media screen and (max-width: 767px){
	.figure-center{
		width: 100%;
	  margin: 30px auto;
	}
	.figure-center.w600{
		max-width: 600px;
		margin: 30px auto 0;
	}
	.figure-center-caption{
		font-size: 1.5rem;
	}
}


/* contact
----------------------------------------*/
.contact{
	padding: 100px 5%;
	background-color: #000;
}
.contact-inner{
	max-width: 800px;
	margin: 0 auto;	
}
.contact-text{
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.contact-text span{
  display: block;
}
.contact-text a{
	display: block;
  margin-top: 40px;
	color: #fff;
	font-size: 50%;
  text-decoration: underline;
}
.contact-text a:hover{
  text-decoration: none;
}

@media screen and (max-width: 767px){
	.contact{
		padding: 70px 5%;
	}
	.contact-text{
    font-size: 2.8rem;
  }
  .contact-text a{
    margin-top: 20px;
  }
}


/* readmore
----------------------------------------*/
.readmore{
	padding: 80px 5%;
  background-color: #f6f6f6;
}
.readmore-inner{
	max-width: 760px;
  margin: 0 auto;
}
.readmore-btn a{
	position: relative;
  display: block;
  padding: 30px;
	border-radius: 0.5em;
  background: linear-gradient(90deg,#e09200,#ffa500);
  color: #fff;
  text-decoration: none;
  transition: 0.7s;
}
.readmore-btn a .title{
	display: block;
	margin-top: 10px;
	padding-top: 10px;
	border-top: solid 1px #fff;
    font-feature-settings: "palt";
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
}
.readmore-btn a .next{
	position: relative;
	padding-right: 40px;
	font-feature-settings: "palt";
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.5;
}
.readmore-btn a .next::before,
.readmore-btn a .next::after{
	position: absolute;
	top: calc(50% - 6px);
  content: "";
  width: 10px;
  height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
}
.readmore-btn a .next::before{
  right: 10px;
}
.readmore-btn a .next::after{
  right: 20px;
}
.readmore-btn a:hover{
	opacity: 0.7;
}

@media screen and (max-width: 767px){
	.readmore{
		padding: 40px 5%;
	}
	.readmore-btn a .title{
		font-size: 2.0rem;
	}
  .readmore-btn a .next{
    font-size: 2.8rem;
  }
  .readmore-btn a .next::before,
  .readmore-btn a .next::after{
    width: 10px;
    height: 10px;
  }
}


/* note_text
----------------------------------------*/
#note_text{
  margin: 10px auto 0;
  font-size: 1.4rem;
  line-height: 1.8;
}
#errorMessage{
	font-size: 12px;
	color: #999999;
	line-height: 1.4em;
	margin-bottom: 30px;
}

@media screen and (max-width: 767px){
  #note_text-note{
    font-size: 1.3rem;
  }
}


/* pagenation
----------------------------------------*/
.pagenation{
  padding: 40px 5%;
  border-bottom: solid 1px #ccc;
}
.pagenation-list{
  display: flex;
  justify-content: center;
}
.pagenation-list li{
  margin: 0 0.5em;
}
.pagenation-list-current,
.pagenation-list-link{
  width: 50px;
  height: 50px;
  border: solid 2px #000;
  line-height: 50px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.pagenation-list-current{
  background: #000;
  color: #fff;
}
.pagenation-list-link a{
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #000;
  text-decoration: none;
  transition: 0.7s;
}
.pagenation-list-link a:hover{
  background: #000;
  color: #fff;
}

@media screen and (max-width: 767px){
  .pagenation{
	  padding: 30px 5%;
  }
  .pagenation-list-current,
  .pagenation-list-link{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 2.0rem;
  }
}


/* pagetop
----------------------------------------*/
.pagetop{
	position: fixed;
	bottom: 1em;
	right: 1em;
}
.pagetop img{
	width: 60px;
	height: 60px;
}
.pagetop a {
  display: block;
  transition: 0.5s;
}
.pagetop a:hover{
    opacity: 0.7;
}

@media screen and (max-width: 767px){
	.pagetop{
		position: fixed;
		bottom: 0.5em;
		right: 0.5em;
	}
	.pagetop img{
		width: 50px;
		height: 50px;
	}
}


/* localFooter
----------------------------------------*/
.footer{
	background-color: #fff;
}
div.localFooter{
	padding: 20px;
	background: #fff;
	text-align: left;
	line-height: 1.6;
}

.mb0{
  margin-bottom: 0;
}