@charset "utf-8";
/* --------------------------------
	smaryuのSP用のCSSです。
-------------------------------- */
#Main_Visual {
	width: 100%;
	margin-top: -5px;
}
#Main_Visual img {
	width: 100%;
	vertical-align: bottom;
}
.Main_textbox {
	margin: 0px auto;
	padding: 20px 10px;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: bold;
	background-color: #edf9fb;
	background: url("../images/sky.webp") left center;
	background-size: cover;
	color: #4d4d4d;
}

img.img_s {
	vertical-align: text-top;
	width:80px;
	}
.font_big01 {
	font-size: 1.8rem;
	color: #27568a;
}

.s_text {
	font-size: 1.1rem;
	line-height: 1.3 !important;
    display: inline-block !important;
}

/* ---おススメポイント---- */
.recommended_points {
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	margin: 20px 10px 40px;
	font-size: 1.4rem;
	color: #4d4d4d;
}
.recommended_points li {
	border-bottom: 3px dotted #27568a;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.recommended_block img {
	width: 100%;
}
.recommended_points h1 {
	font-size: 1.8rem;
	color: #27568a;
	margin: 0px 0 20px;
	width: 100%;
	border-bottom: 2px solid #27568a;
}
.circle_number {
	width: 60px;
	height: 60px;
	color: #27568a;
	font-size: 2.4rem;
	font-weight: bold;
	background-color: #aadfec;
	border-radius: 50%;
	text-align: center;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	font-family: "Poppins", sans-serif;
	float: left;
	margin-right: 10px;
}
.recommended_points h2 {
	font-size: 2.0rem;
	color: #4d4d4d;
	margin: 20px 0 20px;
	line-height: 1.4;
}
.color_01 {
	color: #27568a;
	font-weight: bold;
}
.recommended_points p {
	line-height: 1.5;
}
/* ---行ける国---- */
.country_go {
	width: 100%;
	background-color: #edf9fb;
}
.country_inner {
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	margin: 20px 10px 0px;
	font-size: 1.4rem;
	padding: 20px 0 0px;
}
.country_go h1 {
	font-size: 1.8rem;
	color: #27568a;
	margin: 0px 0 20px;
	width: 100%;
	border-bottom: 2px solid #27568a;
}
.country_go ul {
	overflow: hidden;
}
.country_go li {
	width: -moz-calc((100% / 3) - 16px);
	width: -webkit-calc((100% / 3) - 16px);
	width: calc((100% / 3) - 16px);
	margin: 0px 8px 20px;
	font-size: 1.2rem;
	text-align: center;
	float: left;
	font-weight: bold;
	color: #4d4d4d;
}
.country_go li img {
	border-radius: 50%;
	width: 100%;
	border: 3px solid rgba(255, 255, 255, 1);
	background-clip: padding-box;
	box-sizing: border-box;
	margin-bottom: 5px;
}
/* ---ボタン--- */
.Btn_A a {
	background: linear-gradient(to bottom, #fdd661, #fdbd4c);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0;
	border: solid 1px #d7922d;
	box-shadow: inset 0 1px 5px rgba(227, 168, 52, 0.8);
	font-size: 1.8rem;
	text-decoration: none;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	display: block;
	font-weight: bold;
	padding: 20px 10px 20px;
	color: #000;
	box-sizing: border-box;
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	border-radius: 10px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.Btn_A_waku a {
	margin: 20px 10px;
	border: solid 4px #e8e8e8;
	display: block;
	box-sizing: border-box;
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	border-radius: 10px;
	position: relative;
	z-index: 1000;
	text-align: center;
}
.Btn_A_waku a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
/* ---プレゼントフロー--- */
.present_box {
	margin: 0px auto;
	padding: 30px 0;
	width: 100%;
	text-align: left;
	font-size: 18px;
	line-height: 1.7;
	font-weight: bold;
	background-color: #edf9fb;
	background: #f8e7b1;
	color: #4d4d4d;
}
.present_inner {
	margin: 0px 10px;
	overflow: hidden;
}
.present_left {
	text-align: center;
}
.present_left img {
	width: 180px;
}
.present_flow {
	position: relative;
	margin: 30px 0 0;
}
.present_flow ul {
	font-weight: normal;
	width: 100%;
}
.present_flow ul li {
	text-align: center;
	padding: 10px;
	white-space: nowrap;
	box-sizing: border-box;
	font-size: 1.4rem;
	margin: 0 20px;
	line-height: 1.2;
}
.present_flow ul li.p_waku1 {
	background: #fff;
	border: 2px solid #7d9cbf;
	border-radius: 10px;
}
.present_flow ul li.p_waku1 img {
	width: 120px;
}
.present_flow ul li.p_waku2 {
	background: #fff;
	border: 2px solid #7d9cbf;
	border-radius: 10px;
	overflow: hidden;
}
.font_big02 {
	font-size: 1.6rem;
	color: #27568a;
	line-height: 1.0;
	margin-bottom: 10px;
}
.box_left {
	float: left;
	margin-right: 5px;
	padding-right: 5px;
	border-right: dotted 3px #7d9cbf;
	width: 30%;
}
.box_left img {
	width: 60px;
}
.box_right {
	float: left;
	text-align: left;
	width: 60%;
}
.color_02 {
	color: #ed353f;
	font-weight: bold;
	font-size: 1.6rem;
}

.color_03 {
	color: #06c755;
	font-weight: bold;
}
.posi_child {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.suma_note {
	margin-top: 10px;
	padding: 10px;
	border: solid 2px #06c755;
	background-color: #fff;
	font-size: 1.3rem;
	 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */

}

.suma_note img{
	float: left;
	margin-right: 10px;
}
/* ---国際線の運賃---- */
.fare_list {
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	margin: 20px 10px 40px;
	font-size: 1.4rem;
}
.fare_list h1 {
	font-size: 1.8rem;
	color: #27568a;
	margin: 0px 0 20px;
	width: 100%;
	border-bottom: 2px solid #27568a;
}
.fare_list table {
	width: 100%;
	border-collapse: collapse;
	font-size: 1.2rem;
	margin: 5px 0 30px;
	color: #4d4d4d;
}
.fare_list table td {
	border: solid 1px #cccccc;
	padding: 5px;
}
.fare_list table th {
	border: solid 1px #cccccc;
	background-color: #f5f5f5;
	padding: 5px;
	text-align: left;
	box-sizing: border-box
}
.fare_title {
	background-color: #7d9cbf;
	color: #fff;
	padding: 5px 10px;
	text-align: left;
	box-sizing: border-box;
	width: 100%;
	font-size: 1.4rem;
}
img.waku_g {
	border: 1px solid #ccc;
	vertical-align: middle;
}
.t01 {
	width: 20%;
}
.t02 {
	width: 50%;
}
.t03 {
	width: 30%;
}
.t_note {
	font-size: 1.2rem;
	color: #4d4d4d;
}
/* ---留学経験---- */
.s_experience {
	width: 100%;
	background-color: #edf9fb;
}
.experience_inner {
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	margin: 20px 10px 0px;
	font-size: 1.4rem;
	padding: 20px 0;
}
.s_experience h1 {
	font-size: 1.8rem;
	color: #27568a;
	margin: 0px 0 20px;
	width: 100%;
	border-bottom: 2px solid #27568a;
}
.note2 {
	color: #4d4d4d;
	margin: 2em 0;
	font-weight: normal;
	border: solid 1px #e6e6e6;
	padding: 0.3em 1em 2em 1em;
	box-shadow: 2px 2px 0 rgba(0, 0, 0, .1);
	background: #fff;
	font-size: 1.4rem;
	position: relative;
}
.sen2 {
	background-color: #fff;
	background-image:
		linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97%, #646464 100%);
	background-size: 100% 2em;
	line-height: 2em;
	padding: 2em 0.2em 0.2em 0.2em;
}
.letter_child {
	position: absolute;
	right: -5px;
	top: -35px;
}
img.letter_child {
	width: 85px;
}