@charset "UTF-8";

/*  全てのページに適応*/


/*  背景色の設定*/
body {
	font-family: arial, sens-serif;
	font-size:100%;
	padding:0 0 0 0;
	margin:0 0 0 0;
	background-color: #ffffff;
	letter-spacing: 1.5px;
  text-size-adjust: 100%;/*android*/
  -webkit-text-size-adjust: 100%;/*Chrome,Safari*/
  -ms-text-size-adjust: 100%;/*EgdeMobile*/
  -moz-text-size-adjust: 100%;/*firefox*/
}

/* 文字の設定*/
h2 {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border: none;
	margin: 0;
  font-size: 1.2rem;
}

h3 {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border: none;
	margin: 0;
  font-size:1.0rem;
}

p {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border: none;
	margin: 0;
  font-size: 1.0rem;
	}

a{
	text-decoration:none;
	}

a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #ff0000; }
a:active { color: #ff0000; }


/*  配置の調整*/
.wrapper {
	margin: 0 auto 0 auto;
}

/*  ヘッダーの設定 トップページ*/
.header{
	position: relative;
	overflow: hidden;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: none;
	left: 8%;
	width: 84%;
	display: flex;
	justify-content: space-between;
}

.logo-header{
	position: relative;
	list-style: none;
	border: none;
	padding: 0;
	margin-top: 0rem;
	margin-bottom: 0rem;
	width: 10%;
	display: flex;
  align-items: flex-end;
}

.sns-header{
	position: relative;
	list-style: none;
	border: none;
	padding: 0;
	margin-top: 0rem;
	margin-bottom: 0rem;
  	width: 6%;
	display: flex;
 	align-items: flex-end;
}

.sns-header li{
	position: relative;
	left: 0%;
	border: none;
	margin-left: 20%;
}

/*  ヘッダーの設定 トップ以外*/
.header2{
	position: relative;
	overflow: hidden;
	margin-top: 3rem;
	margin-bottom: 3rem;
	border: none;
	left: 8%;
	width: 84%;
	display: flex;
	justify-content: end;
 	align-items: flex-end;

}


/*  キービジュアルの設定*/
.keyvisual{
	position: relative;
	overflow: hidden;
	border: none;
	margin-bottom: 1.5rem;
}


/*  ヘッダーリストの設定*/
.h-list{
	position: relative;
	overflow: hidden;
	border: none;
}

.h-list2{
	position: relative;
	overflow: hidden;
	margin-top: 0rem;
	border: none;
}

.h-list-ul{
	position: relative;
	list-style: none;
	left: 0%;
	float: left;
	border: none;
  margin: 0;
	margin-top: 0rem;
	margin-bottom: 2.5rem;
	padding: 0;
	left: 21%;
	width: 58%;
	display: flex;
	justify-content: space-between;
  	align-items: center;
}

.h-list-ul li{
	position: relative;
	left: 0%;
	border: none;
	width: 18%;
}

/*  ニュースインデックスの設定*/

.news-index{
	position: relative;
	overflow: hidden;
	border: none;
	margin:auto;
	margin-top: 1.5rem;
	width: 50%;
	line-height: 1.5rem;
	padding-right: 1rem;
	padding-left: 1rem;
}

.news-mark{
	position: relative;
	overflow: hidden;
	margin:auto;
	margin-bottom: 1.5rem;
	border:  none;
	width: 34%;
}
.news-list{
	position: relative;
	list-style: none;
	left: 0%;
	border: none;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 0;
	display: flex;
	justify-content: space-between;
  align-items: center;
}

.news-index-ul li{
	position: relative;
	list-style: none;
	left: 0%;
	border:  none;
}

.news-line{
	position: relative;
	overflow: hidden;
	border:  none;
	width: 100%;
}

.n-link{
	width: 4%;
}

.more{
	position: relative;
	overflow: hidden;
	float: right;
	margin-top: 1.3rem;
	margin-bottom: 3rem;
	width: 20%;
}

/*  サムネイルの設定*/

.activ{
	position: relative;
	overflow: hidden;
	left: 20%;
	width: 60%;
	border:  none;
}

.activ-top{
	position: relative;
	overflow: hidden;
	border:  none;
	margin-top: 5rem;
	margin-bottom: 1rem;
	left: 37.5%;
	width: 25%;
	}

.thum{
	position: relative;
	overflow: hidden;
	border:  none;
	line-height: 0;
}

.thum-ul{
	position: relative;
	overflow: hidden;
	list-style: none;
	border: none;
	padding: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
  align-items: center;
}

.thum-ul li{
	position: relative;
	border:  none;
	width: 32%;
}

.sample{
  position: relative;
  overflow: hidden;
}

.more-activ{
	position: relative;
	overflow: hidden;
	float: right;
	margin-top: 0.8rem;
	margin-bottom: 3rem;
	width: 16.7%;
}

/*  キャプションの設定*/

.caption{
  position: absolute;
  bottom: -100%;
  left: 0;
  z-index: 2;
  width: 100%;
	background: rgba(0,0,0,.6);
	color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.caption p{
	line-height: 1.6rem;
	padding-top: 0.2rem;
  padding-left: 0.2rem;
	padding-bottom: 0.2rem;
	margin: 0;
}

.thum-top:hover .caption{
  bottom: 0;
}

.sample:hover .caption{
  bottom: 0;
}

.sample2:hover .caption{
  bottom: 0;
}

/*  ホーム以外のヘッダーリスト*/
.top-list{
	position: relative;
	z-index: 1;
	overflow: hidden;
	border:  none;
	left: 20%;
	width: 60%;
  display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 2rem;
	margin-bottom: 3rem;
}

.top-list-ul{
	position: relative;
	list-style: none;
	border: none;
	padding: 0;
	margin-top: 0rem;
	margin-bottom: 0rem;
	display: flex;
	justify-content: space-between;
  align-items: center;
	width: 38%;
}

.top-list-logo{
	position: relative;
	border: none;
	padding: 0;
	width: 18%;
}

.top-list-ul2{
	position: relative;
	list-style: none;
	border: none;
	padding: 0;
	margin-top: 0rem;
	margin-bottom: 0rem;
	display: flex;
	justify-content: space-between;
  align-items: center;
	width: 38%;
}


.top-list-ul li{
	position: relative;
	border: none;
	width: 29%;
}

.top-list-ul2 li{
	position: relative;
	border: none;
	width: 29%;
}


/*  ヘッダー下のタイトル*/
.title{
	position: relative;
	overflow: hidden;
	border: none;
  display: flex;
  justify-content: center;
  align-items: center;
	margin-top: 1rem;
	margin-bottom: 0rem;
}

.title-icon{
	position: relative;
	border: none;
	width: 30%;
}

.title-com{
	position: relative;
	left: 0%;
	float: left;
	border: none;
	margin-left: 0rem;
	padding: 0;
}

/*  about・schedule・contactのスタイルリスト */

.about-p{
	position: relative;
	overflow: hidden;
	border:  none;
	line-height: 0;
	left: 20%;
	width: 60%;
	margin-top: 2.5rem;
  margin-bottom:4.0rem;
  border-radius: 2rem;
}

.about-title{
	position: relative;
	overflow: hidden;
	border:  none;
	line-height: 0;
	left: 21%;
	width: 20%;
	margin-top: 3.5rem;
}

.about-line{
	position: relative;
	overflow: hidden;
	border:  none;
	line-height: 0;
	left: 22%;
	width: 56%;
	margin-top: 0.8rem;
  margin-bottom: 0.0rem;
}


.about{
	position: relative;
	overflow: hidden;
	border:none;
	left: 22%;
	width: 56%;
	margin-top: 1.0rem;
	margin-bottom: 0rem;
}

.about p{
	line-height: 2rem;
	text-indent:0rem;
}

.about-kisoku{
	position: relative;
	overflow: hidden;
	border:none;
	left: 23%;
	width: 54%;
	margin-top: 1.0rem;
	margin-bottom: 6rem;
}

.about-kokoroe{
	position: relative;
	overflow: hidden;
	border:none;
	left: 23%;
	width: 54%;
	margin-top: 1.0rem;
	margin-bottom: 6rem;
}

.contact{
	position: relative;
	overflow: hidden;
	border:none;
	left: 30%;
	width: 40%;
	margin-top: 1.0rem;
	margin-bottom: 0rem;
}

.contact p{
	line-height: 2rem;
	text-indent:0rem;
}

.conta-title{
	position: relative;
	overflow: hidden;
	border:  none;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
	margin-top: 7rem;
	margin-bottom: 7rem;
}

/*  大きいphoto表示 */

.days-main{
	position: relative;
	overflow: hidden;
	border:  none;
	line-height: 0;
}

.days-photo{
	position: relative;
	overflow: hidden;
	list-style: none;
	border:none;
 	margin: 0;
	margin-top: 2.5rem;
	margin-bottom: 0rem;
	padding: 0;
  	display: flex;
	justify-content: space-between;
  	align-items: center;
  	width: 56%;
	left: 22%;
}

.photo-comment{
	position: relative;
	margin-top: 1.0rem;
	border: none;
  	width: 56%;
	left: 22%;
	text-align: center;
}

.photo-comment h3{
	padding-top: 1rem;
	padding-bottom: 0.5rem;
	line-height: 1.6rem;
	border:  none;
}

.photo-comment p{
	text-indent: 0rem;
	padding-top: 0rem;
	padding-right: 0;
	padding-left: 0;
	line-height: 1.7rem;
	border: none;
	margin: 0;
}

/*  photoサムネイルのスタイルリスト*/

.thum-p{
	position: relative;
	overflow: hidden;
	border:  none;
	line-height: 0;
	margin-top: 4rem;
	margin-bottom: 2rem;
	left: 20%;
	width: 60%;
}

.thum-p-ul{
	position: relative;
	overflow: hidden;
	list-style: none;
	border: none;
 	margin-top: 0.8rem;
	margin-bottom: 0rem;
	padding: 0;
	display: flex;
	justify-content: flex-start;
}

.thum-p-ul li{
	position: relative;
	border:  none;
	margin-right: 1.5%;
	width: 32%;
}

.p-number{
	position: relative;
	overflow: hidden;
	border:  none;
	line-height: 0;
	margin-bottom: 5rem;
	left: 20%;
	width: 60%;
}

.p-number-ul{
	position: relative;
	overflow: hidden;
	list-style: none;
	border: none;
  margin: 0;
	margin-top: 1rem;
	margin-bottom: 0rem;
	padding: 0;
	display: flex;
	justify-content: center;
}

.p-number-ul li{
	position: relative;
	left: 0%;
	float: left;
	border:  none;
	margin-right: 2.5%;
	margin-left: 2.5%;
	width: 6.6%;
}

/*  scheduleのスタイルリスト*/
.schedule{
	position: relative;
	overflow: hidden;
	border:none;
	margin-top: 2rem;
	margin-bottom: 3.5rem;
}


.schedule-ul{
	position: relative;
	list-style: none;
	left: 22%;
	width: 56%;
	float: left;
	border: none;
  margin: 0;
	padding: 0;
}

.schedule-ul li{
	position: relative;
	list-style: none;
	left: 0%;
	padding-bottom: 1.5rem;
	border: none;
}

.schedule-ul p{
	text-indent:0rem;
	line-height:1.7rem;
	padding-top: 0rem;
	padding-right: 0rem;
	padding-bottom: 0rem;
	padding-left: 0rem;
	border: none;
	margin: 0;
}

.schedule-title{
	position: relative;
	overflow: hidden;
	border:  none;
	line-height: 0;
	left: 21%;
	width: 30%;
	margin-top: 5.5rem;
}

.schedule-ul h2{
	padding-top: 1rem;
	padding-bottom: 1rem;
	line-height: 1.6rem;
	border:  none;
}

/*  フッターの設定*/

#sign{
	position: relative;
	overflow: hidden;
	margin-top: 8rem;
	margin-bottom: 1rem;
	border:  none;
	left: 30%;
	width: 40%;
}

.copyright{
	position: relative;
	overflow: hidden;
	margin: auto;
	margin-top: 2rem;
	margin-bottom: 2rem;
	width: 30%;

}

