@charset "UTF-8";

/** ************************************* **

	for /sc/stay_exp/
	author: HPG_ogiwara
	version: Oct 05 2020

	TABLE CONTENTS
	---------------------------
		01. Globals
		02. Title with image background
		03. Letter in circle
		04. Vertical Timeline
		05. アプリダウンロードボタン
	---------------------------

 ** ************************************* **/






/** 01. Globals
 **************************************************************** **/
.row-center {
    text-align: left;
}

h6 {
	font-size: 1.1em;
	color: #005b9f;
}

@media screen and (max-width: 320px) {
h6 {
	font-size: 1.1em;
	color: #005b9f;
}
#content {
    font-size: 15px;
}
}

.content_inner {
    padding: 15px 15px;
}

.ind_015 {
	display: block;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
[class*="ind"] i { /* セレクタ名の部分一致 */
	text-indent: 0;
}

/* ----------------------------------------
 * ボタンの追加
 * ---------------------------------------- */

#content a.link_aqua {
	font-family: 'YakuHanJP',"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
    text-decoration: none;
    color: #fff;
    background: #42adc2;
    display: inline-block;
    border-radius: 3px;
    padding: 3px 7px;
	margin: 5px;
		-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	}
#content a.link_aqua.non {
    opacity: 0.5;
	}
#content a.link_aqua:hover{
	opacity: 0.5;
}



/* ----------------------------------------
 * コンテンツ内タイトル
 * ---------------------------------------- */
.title-wrap{
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 20px auto 20px;
	background: #F19FA1;
	width: 100%;
}

.titleimag-wrap{
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 40px auto 20px;
}

/* 重ねる文字の基本設定 */
.layer-txt{
	font-family: 'YakuHanJP', "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	color: #fff;
	letter-spacing: 0.2rem;
	margin: 5px 10px;
}
.layer-imgtxt{
	font-family: 'YakuHanJP', "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	color: #fff;
	letter-spacing: 0.2rem;
	position: absolute;
	top: 10%;
	left: 3%;
}
.layer-txt2{
	color: #fff;
	letter-spacing: 0.2rem;
	position: absolute;
	top: 50%;
	left: 3%;
}

/* SP向けの設定 */
@media screen and (max-width: 600px) {
	.title-wrap{
	}
	.layer-txt{
		letter-spacing: 0.1rem;
		font-size: 1.5em;
		font-weight: 600;
		top: 20%;
	}
	.layer-imgtxt{
		font-size: 1.8rem;
		font-weight: 600;
		top: 10%;
	}
	.layer-txt2{
		font-size: 1rem;
		font-weight: 600;
		top: 60%;
	}
}

/* PC向けの設定 */
@media screen and (min-width: 601px) {
	.layer-txt{
	font-size: 1.8em;
	font-weight: 600;
	}
	.layer-imgtxt{
	font-size: 2.5rem;
	font-weight: 600;
	}
	.layer-txt2{
	font-family:  "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-size: 1.8rem;
	font-weight: 600;
	}
}



/* ----------------------------------------
 * コンテンツ内タイトル
 * ---------------------------------------- */
.title-wrap{
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 20px auto 20px;
	background: #F19FA1;
	width: 100%;
}

.titleimag-wrap{
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 40px auto 20px;
}


/* ----------------------------------------
 * イベントレイアウト
 * ---------------------------------------- */
.eventdate {
	font-family: 'YakuHanJP',"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-weight: 700;
	font-size: 19px;
	margin: 15px 0;
	border-bottom: #bebebe solid 1px;
	padding-bottom: 5px;
}
@media only screen and (max-width: 991px) {
.eventdate {
	font-size: 16px;
}
}
@media only screen and (max-width: 768px) {
.eventdate {
	font-size: 17px;
}
}
.eventthumtxt {
	font-family: 'YakuHanJP',"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-size: 13px;
	line-height: 1.8;
	margin-bottom: 15px;
}




/** 02. Title with image background
 **************************************************************** **/
#example {
	position: relative;
	margin: 0;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

#example img {
	width: 100%;
}

#example h3 {
	font-family: vdl-v7marugothic, "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 3.5em;
	color: #fff;
	border-bottom: solid 0px #E1E2E1;
	margin-top: 0px;
	margin-bottom: 0px;
}

#example h4 {
	position: absolute;
	top: 30%;
	left: 4%;
	font-family: 'YakuHanJP',"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.8em;
	color: #fff;
	border-bottom: solid 0px #E1E2E1;
	margin-top: 0px;
	margin-bottom: 0px;
}

#example-in {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	margin: 0 auto;
	line-height: 1.7;
	padding: 20px 10px;
}

@media (max-width: 1200px) {
	#example h4 {
		font-size: 2.5em;
		left: 3%;
		color: #fff;
		border-bottom: solid 0px #E1E2E1;
	}
}

@media (max-width: 991px) {
	#example h4 {
		font-size: 2em;
		left: 3%;
		color: #fff;
		border-bottom: solid 0px #E1E2E1;
	}
}

@media (max-width: 768px) {
	#example h3 {
		font-size: 1.5em;
		color: #fff;
		border-bottom: solid 0px #E1E2E1;
	}
	
	#example h4 {
		top: 30%;
		font-size: 1.8em;
		color: #0097cf;
		border-bottom: solid 0px #E1E2E1;
	}
	
	#example p {
		color: #494949;
		font-size: 3vw;
	}
	
	#example-in {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100%;
		height: 100%;
		margin: 0 auto;
		line-height: 1.7;
		padding: 10px 10px;
	}
}

@media (max-width: 480px) {
	#example h4 {
		top: 30%;
		font-size: 1.4em;
		color: #0097cf;
		border-bottom: solid 0px #E1E2E1;
	}
}





/** 03. Letter in circle
 **************************************************************** **/
.circle {
	font-family: 'YakuHanJP', "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	flex-flow: column; 
	vertical-align: middle;
	margin-right: 5px;
	text-indent: 0em;
}

/* Add indent */
.ind_35px {
	text-indent: -35px;
	padding-left: 35px;
}

.ind_35px a {
	text-indent: 0em;
}

/* Size of circle */
.size_30 {
	width: 30px;
	height: 30px;
}

/* Font size */
.letter18 {
	font-size: 18px;
	line-height: 1.5;
}

/* Circle and letter color */
.yellow01 {
	background-color: #ffee00;
	color: #0097cf;
}
.pink01 {
	background-color: #F19FA1;
	color: #fff;
}





/** 04. Vertical Timeline
 **************************************************************** **/
/*===== Vertical Timeline =====*/
#conference-timeline {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	background: #e6e6e6;
}
#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
	display: table;
	font-family: 'YakuHanJP' ,"Roboto", "Open Sans", "Helvetica Neue", Helvetica, "Arial","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	background: #42adc2;
	padding: 15px 23px;
	color: #fff;
	max-width: 30%;
	width: 100%;
	text-align: center;
	margin: 0;
}
#conference-timeline .conference-center-line {
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0;
	left: 15%;
	background: #42adc2;
	z-index: -1;
}
#conference-timeline .conference-center-line:before {
	content: "";
	position: absolute;
	left: -15px;
	bottom: -16px;
	border: 16px solid transparent;
	border-top: 16px solid #42adc2;
}
#conference-timeline .conference-timeline-content {
	position: relative;
	padding-top: 20px;
	padding-bottom: 30px;
}
.timeline-article {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	margin: 20px 0;
}
.timeline-article .content-left-container,
.timeline-article .content-right-container {
	max-width: 80%;
	width: 100%;
}
.timeline-article .timeline-author {
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #242424;
	text-align: right;
}
.timeline-article .content-left,
.timeline-article .content-right {
	position: relative;
	width: auto;
	border: 1px solid #ddd;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,.03);
	padding: 27px 25px;
}
#content .timeline-article p {
	font-family: 'YakuHanJP' ,"Open Sans", "Helvetica Neue", Helvetica, "Arial","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
	margin: 0 0 0 60px;
	padding: 0;
	font-weight: 400;
	color: #242424;
	font-size: 14px;
	line-height: 24px;
	position: relative;
}
#content .timeline-article ul {
	margin: 0 0 0 60px;
	font-size: 14px;
	line-height: 24px;
	position: relative;
}
#content .timeline-article p span.article-number {
	position: absolute;
	font-weight: 300;
	font-size: 44px;
	top: 10px;
	left: -60px;
	color: #42adc2;
}
.timeline-article .content-left-container {
	float: left;
}
.timeline-article .content-right-container {
	float: right;
}
.timeline-article .content-left:before,
.timeline-article .content-right:before{
	position: absolute;
	top: 20px;
	font-size: 23px;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	color: #fff;
}
.timeline-article .content-left:before {
	content: "\f0da";
	right: -8px;
}
.timeline-article .content-right:before {
	content: "\f0d9";
	left: -8px;
}
.timeline-article .meta-date {
	position: absolute;
	top: 0;
	left: 15.1%;
	width: 62px;
	height: 62px;
	margin-left: -31px;
	color: #fff;
	border-radius: 100%;
	background: #42adc2;
}
.timeline-article .meta-date.non {
	position: absolute;
	top: 25px;
	left: 15.1%;
	width: 20px;
	height: 20px;
	margin-left: -10px;
	color: #fff;
	border-radius: 100%;
	background: #42adc2;
}
.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
	display: block;
	text-align: center;
	font-weight: 900;
}
.timeline-article .meta-date .date {
	font-size: 30px;
	line-height: 40px;
}
.timeline-article .meta-date .month {
	font-size: 18px;
	line-height: 10px;
}
/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 830px) {
	#conference-timeline .timeline-start,
	#conference-timeline .timeline-end {
		margin: 0;
		max-width: 100%;
	}
	#conference-timeline .conference-center-line {
		margin-left: 0;
		left: 30px;
	}
	#conference-timeline .conference-center-line:before {
		content: "";
		position: absolute;
		left: -15px;
		bottom: -16px;
		border: 16px solid transparent;
		border-top: 16px solid #42adc2;
	}
	.timeline-article .meta-date {
		margin-left: 0;
		left: 0px;
	}
	.timeline-article .meta-date.non {
		margin-left: 0;
		left: 23px;
	}
	.timeline-article .content-left-container,
	.timeline-article .content-right-container {
		max-width: 100%;
		width: auto;
		float: none;
		margin-left: 80px;
		min-height: 53px;
	}
	.timeline-article .content-left-container {
		margin-bottom: 20px;
	}
	.timeline-article .content-left,
	.timeline-article .content-right {
		padding: 10px 20px;
		min-height: 65px;
	}
	.timeline-article .content-left:before {
		content: "\f0d9";
		right: auto;
		left: -8px;
	}
	.timeline-article .content-right:before {
		/* display: none;*/
	}
}
@media only screen and (max-width: 400px) {
	#content .timeline-article p {
		margin: 0;
	}
	#content .timeline-article ul {
		margin: 0px;
		font-size: 14px;
		line-height: 24px;
		position: relative;
	}
	.timeline-article p span.article-number {
		display: none;
	}
}
/*===== // Resonsive Vertical Timeline =====*/






/** 05. アプリダウンロードボタン
 **************************************************************** **/


.appreach_inner {
	border:3px solid #eee;/*ボーダー色*/
	display: inline-block;
	padding: 20px;
}


.appreach {
	display: block;
	text-align: center;
	border-radius: 2px;
	overflow: hidden;
}


.appreach:after {
	content: "";
	display: block;
	clear: both;
}


.appreach img,
.appreach p {
	margin: 0;
	padding:0;
}


.appreach a:after {
	display: none;
}


.appreach__icon {
	border-radius: 10%;
	overflow: hidden;
	margin: -5px 3% 0 0 !important;
	height: auto !important;
	max-width: 120px !important;
}


.appreach__detail {
	display: inline-block;
	font-size: 20px;
	line-height: 1.5;
}


.appreach__detail:after {
	content: "";
	display: block;
	clear: both;
}


p.appreach__name {
	font-size: 16px;
	color: #555;
	padding-bottom: 10px;
	font-weight: bold;
	line-height: 1.5em !important;
	max-height: 3em;
	overflow: hidden;
}


.appreach__info {
	font-size: 12px !important;
	color: #888;
}


.appreach__info a {
	color: #aaa;
}


.appreach__developper, .appreach__price {
	margin-right: 0.5em;
}


.appreach__posted a {
	margin-left: 0.5em;
}


.appreach__links {
	height: 40px;
	margin-top: 15px;
	white-space: nowrap;
}


.appreach__aslink img {
	margin-right: 10px;
	height: 40px;
}
.appreach__gplink img {
	height: 50px;
}


@media only screen and (max-width: 786px){
	.appreach {
		margin:20px 0;
	}
	
	
	.appreach__info {
		font-size: 11px !important;
	}
	
	
	p.appreach__name {
		font-size: 15px;
	}
	.appreach__icon {
		max-width: 100px !important;
	}
	
	.appreach__aslink img {
		margin-right: 10px;
		height: 35px;
	}
	
	.appreach__gplink img {
		height: 35px;
	}
}


