@charset "UTF-8";
/* --------------------------------
	style_sp.css
--------------------------------
アプリプロモーション用のcssです。
-------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap');
/* font-family: 'Noto Sans JP', sans-serif; */

.top_stage {
	width: 100%;
	background-color: #fff;
	text-align: center;
}
.top_stage_inner {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.top_stage_inner h1 img {
	width: 100%;
	margin: 0 auto;
}
.top_text {
	width: -moz-calc(100% - 24px);
	width: -webkit-calc(100% - 24px);
	width: calc(100% - 24px);
	margin: 0px 12px;
	text-align: left;
	font-size: 1.4rem;
	color: #000;
	line-height: 1.5;
	position: absolute;
	bottom: 10px;
}
.app_area {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	margin-bottom: 10px;
}
.app_area img {
	width: 80%;
	margin: 0 2%;
}
.googleplay {
	text-align: right;
}
.app store {
	text-align: left;
}
/* --------------------------------
	汎用
-------------------------------- */
.contents_box_r {
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	margin: 12px 10px;
	text-align: right;
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	color: #4d4d4d;
}
.contents_box_r a {
	text-decoration: underline !important;
	color: #467b9b;
}

/* --------------------------------
	アプリの特長
-------------------------------- */
.features_box {
	width: 100%;
	margin: 24px 0px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	color: #000;
}
.features_box a {
	text-decoration: underline !important;
	color: #467b9b;
}
.features_box ul {
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	margin: 12px 10px;
}
.features_box li {
	padding-bottom: 30px;
	margin-bottom: 30px;
	box-shadow: 0px 8px 5px -5px rgba(0, 0, 0, 0.2);
	position: relative;
}
.features_box .num img {
	float: left;
	width: 86px;
}
.features_box .comingsoon {
	position: absolute;
	top: 0;
	left: 0;
	width: -moz-calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
	width: calc(100% - 10px);
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	background-color: rgba(204, 204, 204, 0.7);
	color: #fff;
	font-size: 4.0rem;
	border: #e5e5e5 5px solid;
}
.features_box h2 {
	float: left;
	font-size: 4.8vw;
	color: #cf1859;
	margin-left: 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	height: 77px;
	width: -moz-calc(100% - 96px);
	width: -webkit-calc(100% - 96px);
	width: calc(100% - 96px);
	text-align: left;
}
.features_box p {
	clear: both;
	font-size: 1.6em;
	margin: 0px 10px 0;
	text-align: left;
	padding-top: 16px;
}


/* --------------------------------
	travel_box
-------------------------------- */
.travel_box {
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	margin: 12px 10px 30px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	color: #4d4d4d;
}

.travel_box h2 img{
	width: 100%;
}
.balloon5 {
	width: 100%;
	margin: 1.5em 0;
	overflow: hidden;
}
.balloon5 .faceicon {
	width: 100%;
}
.balloon5 .faceicon img {
	width: 100%;
	height: auto;
}
.balloon5 .chatting {
	width: 90%;
	margin: 10px auto;
}
.says {
	display: inline-block;
	position: relative;
	margin: 5px 0 0 10px;
	padding: 17px 13px;
	border-radius: 12px;
	background: #d7ebfe;
	font-size: 1.6rem;
	line-height: 1.8;
}
.says:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: -28px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 14px solid #d7ebfe;
	z-index: 1;
}
.says p {
	margin: 0;
	padding: 0;
}
.text_day {
	margin-top: 20px;
	margin-right: 20px;
	text-align: right;
	margin-bottom: 50px;
}
/* 終了 */
#Emergency {
	border: #ff9000 4px solid !important;
	background-color: #fcf2e3;
	margin: 5px 5px 5px 5px !important;
	padding: 25px;
	border-radius: 10px;
}
#Emergency h2 {
	font-size: 18px;
	color: #ef4125 !important;
	padding: 0 !important;
	margin: 0 !important;
	text-align: center !important;
	vertical-align: middle !important;
	float: none !important;
	border: none !important;
	background: none !important;
}

/* --------------------------------
	youtube
-------------------------------- */
.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 20px 0px;
}
.youtube iframe {
    width: 100%;
    height: 100%;
}