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



.container {
	margin-top: 0;
}
#crumb {
	display:none;
}
h2.pagetitle {
	width: 100%;
	height:13vw;
	text-align:center;
	margin-bottom: 0;
	border-bottom: solid 1px #efefef;
}
h2.pagetitle span {
	width: 100%;
	margin: auto;
	line-height: 13vw;
	font-size: 4.8vw;
	display: block;
	font-weight: bold;
}

section.box1 {
	width: 96%;
	margin: auto;
	margin-bottom: 2px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-bottom:solid 1px #a6a6a6;
}
section.box1 + section.box1 {
	margin: 2vw auto 0;
}



.top_box section.box1 {
	width: 96%;
	display: block;
	margin-bottom: 3vw;
	border-bottom:initial;
	
}
.top_box  section.box1_left {
	width: 100%;
	display: block;
	margin: auto;
	box-sizing: border-box;
	
}

.top_box {
	flex-direction: column-reverse;
	display: flex;
	width: 100%;
}

.top_box  section.box1_left ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto 3vw;
}
.top_box  section.box1_left ul li {
	width: 33.3%;
	box-sizing: border-box;
}
.top_box  section.box1_left ul li img {
	width: 100%;
}


.season {
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width:90vw;
	margin:auto;
	padding-top:8vw;
}
.season h3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 86vw;
  height:12vw;
  margin: 2vw;
  padding: 1vw;
  text-align: center;
  background-color:#2430af;
  color:#fff;
  font-size:5vw;
  text-align:center;
  font-weight:900;
  line-height:10vw;
}
.season h3:before {
  position: absolute;
  content: "";
  width: 100%;
  min-height: 100%;
  top: -1vw;
  left: -1vw;
  border: 1px solid #5c69fb;
  padding-bottom: 1.5vw;
  padding-right: 1.5vw;
}
.season h3 span.eng {
	font-size:3vw;
	line-height:10vw;
}
.season h3 span.eng:after {
	content: "　";
}
.season h3 span.month {
	font-size:3.5vw;
	line-height:10vw;
}
.season h3 span.month:before {
	content: "　";
}
.season .cs_name {
	width:96%;
	text-align:right;
	font-size:3.2vw;
	line-height:10vw;
	margin:0.5em auto 0;
}
.cs_title {
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width:90%;
	margin:auto;
	overflow: hidden;
}
.cs_title h4 {
	font-size:3.5vw;
	background-color:#eaebf1;
	line-height:1.8;
	padding:0 2em;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width:auto;
	text-align:center;
	font-weight:bold;
	margin-bottom:2em;
	position:absolute;
	top:26vw;
	left:4vw;
}
.cs_title h2 {
	font-size:4.2vw;
	line-height:1.8;
	font-weight:900;
	margin-bottom:1em;
	margin-top:1em;
}
.cs_title .cs_read {
	font-size:3.8vw;
	line-height:1.8;
	margin-bottom:2em;
}
.cs_title .cs_manzoku {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background-color:#D2002D;
	color: #fff;
	line-height: 6vw;
	font-size: 3.2vw;
	width: 55vw;
	padding-left: 6vw;
	box-sizing: border-box;
	background-image: url(../images/index/manzoku.gif);
	background-repeat: no-repeat;
	background-size: contain;
}
.btn_read {
	margin: auto;
	width: 150px;
	line-height: 16px;
	clear: both;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-bottom:2em;
	font-size:14px;
}
.btn_read a {
	display: block;
	color:#fff;
	padding: 10px 0 10px 72px;
	background-color: #000;
	background-image: url(../images/index/btn_read.png);
	background-repeat: no-repeat;
	background-position: 40px center;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.btn_read a:hover {
	background: #999;
	background-image: url(../images/index/btn_read.png);
	background-repeat: no-repeat;
	background-position: 40px center;
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
section.box2 {
	width: 96%;
	margin: auto;
	margin-bottom: 10vw;
	border-top: solid 3px #4d4d4d;
	padding-top:2em;
}
.cs_bcnumber {
	width:94%;
	margin:auto;
	border:solid 4px #EAEBF1;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	margin-bottom:3em;
}
.cs_bcnumber h2 {
	text-align: center;
	font-size: 4.5vw;
	line-height: 10vw;
	font-weight: bold;
	background-color:#EAEBF1;
	border-bottom:solid 4px #EAEBF1;
}
.cs_bcnum_box {
	padding:0.5em 1em;
}
.cs_bcnumber p {
	font-size:4vw;
	line-height:5.5vw;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width:100%;
	margin-bottom:1.5vw;
	border-bottom:dotted 1px #666;
	padding-bottom:1.5vw;
}
.cs_bcnumber p a .date {
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width:100%;
}
.cs_bcnumber p a .title {
	display:block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width:100%;
}
.hide-text,
.hide-text2,
.hide-text3,
.hide-text4,
.hide-text5,
.hide-text6 {
	display: none;
}
button.readmore,
button.readmore2,
button.readmore3,
button.readmore4,
button.readmore5,
button.readmore6 {
	position: relative;
	height: 80px;
	width: 90px;
	margin: 0 auto 20px;
	display: block;
	background-color: transparent;
	color: #666;
	padding-bottom: 40px;
	border: none;
	outline: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	cursor: pointer;
}
button.readmore::after,
button.readmore2::after,
button.readmore3::after,
button.readmore4::after,
button.readmore5::after,
button.readmore6::after {
	content: " ";
	position: absolute;
	width: 30px;
	height: 30px;
	border-top: solid 3px #666;
	border-right: solid 3px #666;
	-webkit-transform: rotate(135deg);
	    -ms-transform: rotate(135deg);
	        transform: rotate(135deg);
	right: 28px;
	top: 25px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
button.readmore:hover::after,
button.readmore2:hover::after,
button.readmore3:hover::after,
button.readmore4:hover::after,
button.readmore5:hover::after,
button.readmore6:hover::after {
	top: 40px;
}
.on-click {
	color: transparent!important;
}
.on-click {
	-webkit-transform: rotate(-180deg);
	    -ms-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}

/* 各記事の指定　*/

.panapana section.box1 {
	margin-top:0.5em;
}
.panapana .cs_title .cs_read {
	margin-bottom:1em;
}
.panapana section.box2 {
	width: 96%;
	padding-top:1em;
	padding-left:3%;
	padding-right:3%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.txt_box {
	width:100%;
	display:block;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
.txt_box h3 {
	font-size: 4vw;
	line-height: 1.5;
	margin-bottom: 1.2em;
	font-weight: bold;
}
.txt_box p.honbun {
	font-size:3.6vw;
	line-height:1.8;
	margin-bottom:2em;
}

/*紹介特集用*/

.syokai {
	padding: 1em 0 1em;
	line-height:1.5;
}
.syokai .syokai_title {
	overflow: hidden;
	position: relative;
}
.syokai .syokai_title .syokaiimg {
	float: right;
	width: 50%;
	margin-left: 3%;
	margin-bottom: 1em;
}
.syokai .syokai_title .syokaiimg img {
	width: 100%;
}
.syokai h4 {
	font-size: 4vw;
	font-weight: bold;
	margin-top:1em;
	margin-bottom:1.5em;
	line-height:1.5;
}
.syokai .hito {
	background-color:#00356D;
	color:#fff;
	padding:0.3em 2em;
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	font-size: 4vw;
	margin-bottom:1em;
}
.syokai .syokai_title .hito1 {
	font-size: 3.5vw;
	line-height:1.5;
	margin-top:1em;
	margin-bottom:1em;
}
.syokai .syokai_title .hito2 {
	font-size: 3.5vw;
	line-height:1.5;
}
.syokai .syokai2 {
	font-size: 3.6vw;
	line-height:1.8;
}

/* スタッフ*/

.staff {
	width:100%;
	border:solid 1px #00356D;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	padding:1em;
	position:relative;
	margin-top:1em;
}
.staff h4 {
	width:20vw;
	text-align:center;
	padding:0.3em;
	background-color:#00356D;
	color:#fff;
	position:absolute;
	top:0;
	left:0;
	font-size:3.6vw;
}
.staff .staff1 {
	padding:0.5em;
	font-size:3.4vw;
	line-height:1.5;
	display:block;
	margin-top: 0.5em;
	margin-bottom:0.5em;
}
.staff .staff2 {
	position: relative;
	font-size: 3.4vw;
	line-height: 1.5;
	overflow:hidden;
}
.staff .staff2 .staffimg {
	display: block;
	width: 50%;
	max-width:148px;
	margin-right: 3%;
	margin-bottom: 0.5em;
	float:left;
}
.staff .staff2 .staffimg img {
	width: 100%;
}
.photo_box {
	width:100%;
	display:block;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	margin-top:2em;
	margin-bottom:2em;
}
.photo_box #main_photo {
	font-size: 3.2vw;
	line-height: 1.4;
	margin-bottom: 1em;
}
.photo_box #main_photo img {
	width: 100%;
	border-bottom:solid 2px #fff;
}
.btn_bktop {
	margin: 0 auto 60px;
	width: 200px;
	line-height: 16px;
	clear: both;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display:block;
	text-align:center;
	font-size:12px;
}
.btn_bktop img {
	width:14px
}
.btn_bktop a span {
	margin-left:0.8em;
}
.btn_bktop a {
	display: block;
	color:#fff;
	padding: 10px 0 10px 0;
	background-color: #000;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.btn_bktop a:hover {
	background: #999;
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}







