@charset "utf-8";
/* CSS Document */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
body {
	line-height: 1
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
ul, li {
	list-style-type: none;
	list-style: none !important;
	margin: 0;
	padding: 0;
}
#contents ul, li {
	list-style-type: none;
	list-style: none !important;
	margin: 0;
	padding: 0;
}
#contents h4 {
	color: #000;
}

@media (min-width: 768px) {
* {
}
.layout {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -700px;
	z-index: -1;
	opacity: 0.3;
	width: 1400px;
	display: none;
}
body {
	overflow-x: auto !important;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
#contents {
	font-family: "roboto", "noto sans jp", "メイリオ", "Meiryo", "ヒラギノ角ゴ pro w3", "ms pgothic", sans-serif;
	font-size: 16px;
	text-align: center;
	min-width: 1100px;
	padding-bottom:50px;
}
section#head {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 0 0;
	background: #000;
}
section#head h1 {
	height: 618px;
	margin: 0;
}
section#head h1 img {
	height: 618px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -700px;
}
#contents .bar_time {
	background: #D33F03;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	align-items: stretch;/*-- 高さをそろえる --*/
	align-items: center;
	justify-content: space-between;/*-- 両端揃え --*/
	justify-content: left;/*-- 左揃え --*/
	justify-content: center;/*-- 中央揃え --*/
	padding: 15px 0;
	display:none;
}
#contents .bar_time p {
	font-family: arvo, roboto, noto sans jp, メイリオ, Meiryo, ヒラギノ角ゴ pro w3, ms pgothic, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	font-size: 20px;
	margin: 0;
	letter-spacing: 0.02em;
}
#contents .bar_time p.start span{
	font-size:12px;
	font-weight:normal;
}
#contents .bar_time p.now {
	width: 384px;
	height: 42px;
	background-image: url(../img/arrow_bg.png);
	background-repeat: no-repeat;
	color: #D33F03;
	margin: 0 20px;
	font-size: 14px;
	line-height:42px !important;
	text-align:left;
	padding-left:30px;
}
#contents .bar_time p.now span.time{
	
	padding-left:10px;
	font-size: 20px;
	position:relative;
	top:3px;
}
#contents .intro p {
	font-size: 16px;
	padding: 60px 0;
	line-height: 2 !important;
}
#contents .about {
	background: #D2D7E1;
	padding: 70px 0 40px;
}
#contents .about .row1 {
	margin-bottom: 30px;
}
#contents .about .row1, #contents .about .row2 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	align-items: stretch;/*-- 高さをそろえる --*/
	align-items: center;
	justify-content: space-between;/*-- 両端揃え --*/
	justify-content: left;/*-- 左揃え --*/
	justify-content: center;/*-- 中央揃え --*/
}
#contents .about .row1 .picclm{
	
	float: left;
	margin-right: 50px;
}
#contents .about .row1 img {
}
#contents .about .row1 p {
	width: 500px;
	font-size: 17px;
	margin-bottom:15px;
	text-align: left;
}
#contents .about .row2 img {
	float: left;
	margin-right: 50px;
}
#contents .about .row2 p {
	width: 400px;
	font-size: 12px;
	text-align: left;
}
#contents .kitada {
}
#contents .kitada .item_wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	align-items: flex-start;
	align-items: stretch;/*-- 高さをそろえる --*/
	justify-content: space-between;/*-- 両端揃え --*/
	justify-content: left;/*-- 左揃え --*/
	justify-content: center;/*-- 中央揃え --*/
	margin: 80px 0 20px;
}
#contents .kitada .item_wrap .item_pic {
	width: 325px;
	margin-right: 40px;
}
#contents .kitada .item_wrap .item_info {
	width: 600px;
	text-align: left;
}
#contents .kitada .item_wrap .item_info .name {
	font-size: 30px;
}
#contents .kitada .item_wrap .item_info .name span {
	font-size: 15px;
	margin-left: 20px;
}
#contents .kitada .item_wrap .item_info .comment {
	font-size: 14px;
	margin-bottom: 30px;
}
#contents .kitada .item_wrap .item_info .btn_detail a {
	font-size: 14px;
	border: solid 1px #000;
	padding: 10px 20px;
	color: #000;
}
/*--  --*/

#contents .inreach {
}
#contents .inreach .inner {
	width: 1100px;
	margin: 0 auto 50px;
	padding: 60px 0 30px;
	position: relative;
}
#contents .inreach .item_wrap {
	background: #ECECEC;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	align-items: stretch;/*-- 高さをそろえる --*/
	align-items: center;
	justify-content: left;/*-- 左揃え --*/
	justify-content: center;/*-- 中央揃え --*/
	justify-content: space-between;/*-- 両端揃え --*/
	margin: 0 0 0;
	padding:40px 120px 40px 80px;
}
#contents .inreach .item_wrap .badge_share {
	position: absolute;
	right: 0px;
	top: -20px;
}
#contents .inreach .item_wrap .item_pic {
	width: 250px;
}
#contents .inreach .item_wrap .item_pic img {
	width: 100%;
}
#contents .inreach .item_wrap .item_info {
	width: 400px;
	text-align: left;
}
#contents .inreach .item_wrap .item_info .copy {
	font-size: 23px;
}
#contents .inreach .item_wrap .pic{
	margin-bottom:-10px;
}
#contents .inreach .item_wrap .name {
	font-size: 18px;
	font-family: "Oswald", "Roboto", "Noto Sans JP", メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;
	margin-bottom:20px;
}
#contents .inreach .item_wrap .item_info .name span {
	font-size: 15px;
	margin-left: 20px;
}
#contents .inreach .item_wrap .item_info .name{
	font-size:40px;
}
#contents .inreach .item_wrap .item_info .exp {
	font-size: 14px;
	margin-bottom: 30px;
}
#contents .inreach .item_wrap .btn_detail a {
	font-size: 12px;
	border: solid 1px #000;
	padding: 10px 20px;
	color: #000;
}
#contents .inreach .clm_wrap{
	background: #ECECEC;
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	align-items: center;
	align-items:flex-start;
	align-items: stretch;/*-- 高さをそろえる --*/
	justify-content: left;/*-- 左揃え --*/
	justify-content: space-between;/*-- 両端揃え --*/
	justify-content: center;/*-- 中央揃え --*/
	padding-top:0px;
	padding-bottom:40px;
	margin-bottom:60px;
	
}
#contents .inreach .clm_wrap .clm{
	width:300px;
	margin:0 10px;
	background:#fff;
	padding:30px 30px 20px;
}
#contents .inreach .clm_wrap .clm .title{
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
	
}

#contents .inreach .clm_wrap .clm .exp{
	font-size:14px;
	text-align:left;	
}
#contents .inreach .item_wrap#cp{
	margin-top:40px;
	padding:60px 0 50px;
	background:rgba(210,62,1,0.1);
	border:solid 4px #D33E01;
	
}
/*--  --*/

#contents .mapshare {
	background: #D2D7E1;
	position: relative;
	padding-bottom: 40px;
}
#contents .mapshare .inner {
	padding: 0 60px;
}
#contents .mapshare .inner .title {
	font-size: 30px;
	font-weight: bold;
	color: #D33E01;
	padding: 50px 0 30px;
}
#contents .mapshare .inner .time {
	border:solid 2px #D33E01;
	position: relative;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: 320px;
	padding:20px 30px;
}
#contents .mapshare .inner .time p {
	font-size: 13px;
	margin:0;
	color: #D33E01;
	font-weight:bold;
}
#contents .mapshare .inner .time p span {
	font-size: 16px;
	margin-top:10px;
	display:block;
}
#contents .mapshare .iframe_mapshare {
	width: 100%;
	height: 700px;
	background: #fff;
}
#contents .mapshare .mapshare_img img {
	margin:0 auto;
}
/*--  --*/

#contents .twitter {
	position: relative;
}
#contents .twitter .inner {
}
#contents .twitter .inner .title {
	font-size: 30px;
	font-weight: bold;
	padding: 50px 0 30px;
}
#contents .twitter .inner .twitter_frame {
	width:550px;
	margin:30px auto 0;
}
/*--  --*/

#contents .ikigomi {
	position: relative;
	margin:0 0 70px;
}
#contents .ikigomi .inner {
	border:solid 5px #D33E01;
	width:950px;
	margin:0 auto;
	padding:0 0 40px;
}
#contents .ikigomi .inner .title {
	font-size: 20px;
	font-weight: bold;
	padding: 40px 0 20px;
	color:#D33E01;
}
.message img{
	width:400px;
}
}
