
@charset "utf-8";

/***************************************

base

***************************************/


html {
	font-size: 62.5%!important;
	height: 100%;
	position: relative;
	-webkit-overflow-scrolling: touch;/*スマホのスクロールをスムーズにする*/
	
	/*font-family:游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/	
	color: #757575;
	background: #c4b9a5;
	margin: 0;
	padding: 0;
	letter-spacing: 0.1rem;
	word-break: break-word;/*自動改行*/
	
	font-family: 'Shippori Mincho', serif;
}


a {
	text-decoration: none;
	color: #333;
	outline: none;
}

a:hover {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	opacity: 0.5;
	filter: alpha(opacity=50);
	webkit-transition: 0.6s;
	transition: 0.6s;
}


.clearfix:after {/*親要素に display: flow-root Chrome と Firefox */
  content: "";
  clear: both;
  display: block;
}






/***************************************

header

***************************************/


header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 45px;
  margin: 0 auto;
  padding: 8px 2% 40px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .15);
}


div.logo {
  width: 15%;
  max-width: 120px;
  margin-top: 5px;
}
.logo {
  position: absolute;
  left: 2%;
  top: auto;
}
div.menu {
  float: right;
}
ul.header_ul {
  margin: 0;
  padding: 0;
}
ul.header_ul li {
  display: inline-block;
  margin: 0px 10px;
  font-size: 20px;
}







/***************************************

コンテンツ

***************************************/


div#content {
  width: 80%;
  margin: 0 auto;
  padding-top: 150px;
}
#content img {
  width: 100%;
}





h1 {
  
  text-align: center;
  font-size: 6rem;
  line-height: 1.1;
  letter-spacing: 0.1;
  color:#af2c2c;
  font-family: 'Shippori Mincho', serif;
}

h1 p{
  font-size: 2rem;
  font-weight: 600;
	margin-top: 1rem;
	letter-spacing: 0.3rem;
}


.intro.index{
	width: 60%;
	margin: 0 auto;
	
}

.intro.index p {
	font-family: 'Shippori Mincho', serif;
    margin-bottom: 8rem;
	 line-height: 1.7;
	color:#af2c2c;
	font-weight: 500;
	font-size: 1.9rem;
	
}



.PostBox{
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	
	margin-bottom: 5%;
}



.PostList{
	width: 33.333%;
	font-family: 'Shippori Mincho', serif;
	margin-bottom: 5%;
}

.PostListItem{
	width: 93%;
	margin: 0 auto;
	
}

.PostListItem_cont{
	width: 95%;
	margin: 0 auto;
	
}



h2.title{
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: 0.1;
  margin-top: .5%;	
  color:#fff;
  font-weight: 100;

	
}

h2.title p.title_no{
	font-size: 3rem;
	
}

h2.title span.title_rubi{
	font-size: 1.2rem;
	line-height: 3.5rem;
	padding-left: 3%;
	
}

.description{
	margin-top: .5%;
	font-size: 1.4rem;
	line-height: 3.5rem;
	color:#fff;
	letter-spacing: 0.15rem;
	line-height: 2.3rem;
	
}




/***************************************

戻りボタン

***************************************/


.all_link {
    width: 100%;
    display: inline-block;
    margin-bottom: 2em;
}


.btn {
    position: relative;
    overflow: hidden;
    /*ボタンの形状*/
    text-decoration: none;
    display: inline-block;
    border: 1px solid #555;
    /* ボーダーの色と太さ */
    padding: 10px 30px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/
    transition: ease .2s;
    width: 100%;
}


.btn span {
    position: relative;
    z-index: 3;
    color: #333;
    font-size: 1.5rem;
    font-weight: 700;
}

.btn:hover span {
    color: #fff;
}

.all_link a:hover {
    opacity: 1;
}


/*== 背景が流れる（下から上） */
.bgbottom:before {
    content: '';
    /*絶対配置で位置を指定*/
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    /*色や形状*/
    background: #333;
    /*背景色*/
    width: 100%;
    height: 0;
    /*アニメーション*/
    transition: .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}

/*hoverした際の形状*/
.bgbottom:hover:before {
    height: 100%;
    background-color: #333;
}


	







h3{
	width: 80%;
	margin: 10% auto 5%;
	text-align: center;
	font-size: 3rem;

}	
	



p.title_Disp{
width: 45%;	
font-size: 1.6rem;
line-height: 3.2rem;
letter-spacing: 0.2rem;	
text-align: left;
margin: 2% auto 3%;
font-weight: 500;
color:#af2c2c;

	
}




.pc_only{display: inline-block;}	
	
.sp_only{display: none;}	




@media screen  and (max-width:1200px){/*1200以下でレスポンシブ表示へ*/
	
div#content {
  width: 100%;
  margin: 0 auto;
  padding-top: 150px;
}
	
	
	


.intro.index{
	width: 90%;

	
}

.intro.index p {
	
	font-size: 1.8rem;
	
}

	
	
	

.PostList{
	width: 100%;
	margin-bottom: 8%;
}

.PostListItem{
	width: 93%;
	margin: 0 auto;
	
}

.PostListItem_cont{
	width: 95%;
	margin: 0 auto;
	
}



	
	
}



@media screen  and (max-width:1200px){/*1200以下でレスポンシブ表示へ*/
	
	






	
	h1 img{width: 100%;}	



	



p.title_Disp{
width: 93%;	
font-size: 1.4rem;
line-height: 2.5rem;
letter-spacing: 0.2rem;	
text-align: left;
margin: 2% auto 3%;
font-weight: 500;
color:#af2c2c;

	
}	
	
	

.sp_only{display: inline-block;}	
	
.pc_only{display: none;}	
	
	

	
}	







/***************************************

ページの上部へ　右下固定版

***************************************/

#pagetop--fixed {
  position: fixed;
  bottom: 10vh;
  right: 1vw;
  background: #222;
  opacity: 0.7;
  border-radius: .2rem;
}

#pagetop--fixed a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#pagetop--fixed a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 50px;
  height: 20px;
  margin: auto;
  text-align: center;
	padding-top: 17%
}







	
