@charset "shift_jis";
/* SpCommonReset
**************************** */
/* h1 and h2 */
#main h1 img,#main div[id^="h2_0"] img{
  zoom:1;
  display:block;
  max-width:750px;
  width:100%;
  height:auto;
  margin:auto;
}
/* #contents .buttonArea {
	display: none;
} */

/* travelWrap */
.travelWrap * {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	box-sizing: border-box;
}
.travelWrap {
	width:100%;
	margin:0 auto;
	max-width:750px;
	-webkit-text-size-adjust:100%;
}
.travelWrap img {
  width: 100%;
  height: auto;
  vertical-align: top;
  zoom: 1 !important;
}
.travelWrap a{
	display: block;
}
.fw300 {
  font-weight: 300;
	font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
}
.fw600 {
  font-weight: 600;
	font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
}
/* entryBtn */
.travelWrap .entryBtn a {
	inline-size: calc(630/750*100%);
	margin-inline: auto;
}
.travelWrap .entryBtn {
	display: block;
}
/* section01 */
.section01 {
	padding: 40px 30px 60px;
	background: url('../image/ana_sp_bg_0240212.jpg') no-repeat center;
	color: #fff;
	line-height: 2;
	background-size: cover;
}
.section01 .icon {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 15px;
  width: calc(193 / 690 * 100%);
}
.section01 h2 {
	margin-bottom: 6px;
	text-align: center;
	font-size: 24px;
}
.section01 .subtitle {
	margin-bottom: 18px;
	text-align: center;
	font-size: 16px;
  line-height: 1.5;
}
.section01 .txtBlock01, .section01 .txtBlock02, .section01 .txtBlock03 {
  line-height: 1.786;
}
.section01 .txtBlock01 {
	margin-bottom: 7px;
  letter-spacing: -0.056em;
  text-align: justify;
}
.section01 .txtBlock02 {
	margin-bottom: 16px;
}
.section01 .txtBlock03 {
	margin-bottom: 20px;
	padding: 13px 20px;
	border: 1px solid #fff;
	border-radius: 3px;
}
.section01 .txtBlock03 dt, .section01 .txtBlock03 dd {
	font-size: 14px;
  line-height: 1.5;
	text-align: left;
}
.section01 .txtBlock03 dt:not(:first-child) {
	margin-top: 10px;
}
.section01 .txtBlock04 {
	font-size: 12px;
  line-height: 1.5;
}
.linkBlock {
	display: grid;
	margin: calc(60 / 750* 100%) auto;
	grid-template-columns: 1fr 1fr;
	gap: 1px;
}
.section02 h2, .section03 h2, .section05 h2, .section06 h2 {
	text-align: center;
	font-size: 24px;
	color: #1f2160;
	margin-bottom: 26px;
}
.section02 p, .section03 p, .section05 p, .section06 p {
	font-size: 14px;
	line-height: 1.714;
	margin-bottom: 15px;
	padding: 0 15px;
}
.section02 .imgBlock li:not(:last-child), .section03 .imgBlock li:not(:last-child), .section05 .imgBlock li:not(:last-child), .section06 .imgBlock li:not(:last-child) {
	margin-bottom: 20px;
}
.section02, .section03, .section05, .section06 {
	margin-top: 55px;
}
.section05{
	margin-bottom: 40px;
}
.section04 {
	margin-top: 55px;
	text-align: center;
}
.section04 h2 {
  margin-inline: auto;
	margin-bottom: 35px;
  width: calc(639 / 750 * 100%);
}
.sectionLinks {
	text-align: center;
}
.sectionLinks li:not(:last-child){
	margin-bottom: 10px;
}

.listBtn{
	width: calc(600 / 750* 100%);
	margin: calc(60 / 750* 100%) auto 0;
}
.listBtn a{
	display: inline-block;
}

/*movieBlockA01****************************************/
/* 共通設定 */
iframe {
	max-width: 100%;
	height: 100%;
}
 /* 縦横比 */
.movieBlockA01 {
	max-width: 750px ;
	aspect-ratio: 9 / 16;
}
