@charset "utf-8";

/* 基本レイアウト・フォント装飾関連 */
.roman-s { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10px}
.f-bold { font-weight: bold}
.f-b-red { font-weight: bold ; color: #FF0000}
.f-b-y { font-weight: bold ; color: #FFFFCC}
.f-b-pink { font-weight: bold ; color: #FF6666}
.f-b-orange { font-weight: bold ; color: #FF6600}
.f-b-s-pink { font-weight: bold ; color: #FF3399}
.f-b-white { font-weight: bold ; color: #FFFFFF}
.f-b-purple { font-weight: bold; color: #B086B9}
.f-b-dp { font-weight: bold; color: #663399}
.f-b-green { font-weight: bold; color: #008888}
.f-b-blue { font-weight: bold; color: #0066CC}
.f-dp { color: #663399}
.f-white { color: #FFFFFF}
.f-red { color: #FF0000}
.f-red14 { color: #FF0000; font-size:16px;}

/* レイアウト */
.t10b { font-size: 10px; line-height: 14px}
.t10-r { font-size: 10px ; color: #FF0000}	
.t10w { font-size: 10px; color: #FFFFFF}
.t14b { font-size: 14px ; font-weight: bold ; color: #666666}
.t14y { font-size: 14px ; font-weight: bold ; color: #FFFFCC}
.t16b { font-size: 16px; font-weight: bold; color: #3366CC}
a:link strong{color:#0e1bbb;}
a:hover strong{color: #151589;}
a:active strong{color: #151589;}
a:visited strong{color: #151589;}

html{scroll-behavior: smooth;}
main{overflow: hidden;}
main * {font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;}
main img {
    width: 100%;
    height: auto;
}
.svgplane {
	fill: #fff;
}

/*●●旅行特集*/
.boxTour .familyTour p.link_txt {
    text-align: right;
    margin: 0;
    padding: 0;
}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 12px;
	margin: 0 1%;
}
h2{
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
	width: fit-content;
    margin: 0 auto 15px;
}
h2 p{
	font-weight: bold;
	font-size: 16px;
}
h2 span{position: relative;}
h2 span:after{
	content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 5px;
    background: #ffe66f;
    z-index: -1;
}

.inner{
	width: 96%;
	margin: 0 2%;
	padding: 10px 0;
	box-sizing: border-box;
}

div.RECOMMEND {
	width: fit-content;
    font-weight: bold;
    letter-spacing: 8px;
    background: #ffe66f;
    text-align: center;
    padding: 5px 15px 8px;
    margin: 0 auto 15px;
    border-bottom: 3px solid #222;
    border-radius: 10px 10px 0 0;
    position: relative;
}
div.RECOMMEND:before{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 15px solid #222;
    border-bottom: 0;
    position: absolute;
    bottom: -16px;
    left: calc((100% - 18px) / 2);
}
div.RECOMMEND:after{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 15px solid #ffe66f;
    border-bottom: 0;
    position: absolute;
    bottom: -12px;
    left: calc((100% - 18px) / 2);
}
div.RECOMMEND strong{font-size: 16px;}

/* gnbox */
.gnbox {
	overflow-x: scroll;
}
.gnbox ul {
    width: 950px;
    height: 55px;
/*    margin: 10px auto 0!important;
    background: url(https://www.nta.co.jp/kaigai/images/common/area_nbg.gif) no-repeat;*/
}
.gnbox ul li {
	float: left;
}
.gnbox ul li.anv {
	margin: 0 2px 0 0 !important;
}
.gnbox ul li.anv_last {
	margin: 0 5px 0 0 !important;
}
.gnbox ul li.onv {
	margin: 15px 0 0 0 !important;
}

ul#btnBox{
	display: table;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    width: 100%;
}
ul#btnBox li{
	width: 50%;
	margin:0 5px 0 0;
	font-size: 14px;
	color:#FFF;
	vertical-align:middle;
	text-align:center;
	padding:5px 0 13px;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	border-top: 2px solid rgba(0,0,0,0.2);
	position:relative;
}
ul#btnBox li a{
	display:block;
	color:#FFF;
}

ul#btnBox li a:hover{
	text-decoration:none!important;
	color:#FFF!important;
}

ul#btnBox li#btn01{
	background:#0191FF;
}

ul#btnBox li#btn01Now{
	background:#0031FF
}


ul#btnBox li#btn02{
	background:#FF9900;
}

ul#btnBox li#btn02Now{
	background:#FF5E00;
}

ul#btnBox li#btn03{
	background:#FF658E;
	/*background:#B3B3B3;*/
}
ul#btnBox li:after{
	position:absolute;
	bottom:0;
	right:45%;
	content:""; /* 空の要素を作成 */
	width:0;
	height:0;
	margin-top:0; /* 位置を中心に調整 */
	border-width:5px;
	border-style:solid;
	border-color:#FFF transparent transparent transparent;
	/*border-left-color:#FFF;  矢印の色 */
}

/**/
title2 img {width:100%;}

/**/
.flexbox{
    background: #FFF;
    padding: 10px;
}
.flexbox p{
	margin: 0 0 25px!important;
	font-size: 12px;
}

/*beach*/
.boxTour {
    padding: 10px;
}
.boxTour h2{
	padding: 10px;
}
.boxTour .familyTour {
    width: 98%;
    margin: 0 1% 5%;
    line-height: 1.7em;
    padding: 0;
    display: block;
    box-sizing: border-box;
	position: relative;
}
.boxTour .pos{position: relative;}
.boxTour .flight_time{
	position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    padding: 0 5px 1px !important;
    font-size: 14px;
}
.boxTour.pink .familyTour h3 {
	font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    padding: 0 10px 2px 10px;
    margin: 0 0 3%;
    border-left: 5px solid #F36;
}
.boxTour.orange .familyTour h3 {
	font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    padding: 0 10px 2px 10px;
    margin: 0 0 3%;
    border-left: 5px solid #F93;
}
.boxTour .imgTourthema {
	width: 100%;
    height: auto;
    margin: 0 auto 3%;
    display: block;
}
.boxTour .txtTourfamily2 {
	float:left;
	width:135px;
	font-size: 14px;
	line-height:20px;
	color:#626262;
	padding:0px;
	margin:0px;
}
.boxTour .familyTour p {padding: 0 10px 10px;}
.boxTour.pink .btnBox a{
	width: 90%;
	font-size: 14px;
    text-align: center;
    margin: 0 auto 15px;
    padding: 10px 0 12px;
    background: url(/shared2021/common/images/im_arrow.png) no-repeat #ff3366 98% 50%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    color: #FFF;
}
.boxTour.orange .btnBox a{
	width: 90%;
    text-align: center;
    margin: 0 auto 15px;
    padding: 10px 0 12px;
    background: url(/shared2021/common/images/im_arrow.png) no-repeat #ff8b00 98% 50%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    color: #FFF;
}
.familyTour .flight_time img{
	width: 12px;
    height: 12px;
    margin: 0 3px;
}

/*その他*/
#other_link {padding: 10px;}
#other_link ul {display: flex;}
#other_link li img {
	width: 100%;
    margin: auto;
    display:block;
}
.pr_banner a img {
    display: block;
    margin: 0 auto 1%;
}
.pr_banner p {text-align: center;}

/*-----------------------------------------------------------
　　　　　　　　　　子連れ
------------------------------------------------------------*/
/*ママ紹介*/
#kodomoWrap{
	padding:0;
	background:#FFF;
}
#kodomoWrap h2{
	margin:0;
}
#kodomoWrap #mamaWrap{
	display:block;
	padding:10px 3px 10px 2px;
	background:url(../images/im_line.gif) repeat-x;
	background-size:auto 5px;
	background-position:14px 100%;
	overflow:hidden;
}
#kodomoWrap #mamaWrap img{
	float:left;
	width:33.33333333%;
}

/*記事部分*/
.mamaArticle{
	padding:10px;
	display:block;	background:url(../images/im_line.gif) repeat-x;
	background-size:auto 5px;
	background-position:14px 100%;
	margin:0 0 10px 0;
	overflow:hidden;
}
.mamaArticle dl{
	margin:0 0 15px 0;
	padding:0;
	display:block;
}
.mamaArticle dl dt{
	color:#ff6101;
	font-weight:bold;
	font-size: 14px;
	background:url(../images/im_q.gif) no-repeat;
	background-size:auto 25px;
	padding:3px 0 8px 30px;
	margin:0 0 10px 0;
	display:block;
	line-height:1.2em;
}
.mamaArticle dl dd{
	color:#00b7ff;
	font-weight:bold;
	font-size: 14px;
	background:url(../images/im_a.gif) no-repeat;
	background-size:auto 25px;
	margin:0;
	padding:3px 0 8px 30px;
	display:block;
	line-height:1.2em;
}
.mamaArticle dl dd p{
	font-size: 14px;
	color:#333;
	font-weight:normal;
	display:block;
	margin:0;
	padding:10px 0 0 0;
	line-height:2em;
}

/*リンク*/
#qainstans{
	padding:10px;
	display:block;	background:url(../images/im_line.gif) repeat-x;
	background-size:auto 5px;
	background-position:14px 100%;
	margin:0 0 10px 0;
	overflow:hidden;
}
#qainstans li{
	background:url(../images/im_q.gif) no-repeat;
	background-size:auto 15px;
	font-size: 14px;
	padding:0px 10px 5px 25px;
	margin:0 0 5px 0;
}
#qainstans li br{
	display:none;
}

/*ママ説明*/
.mamaExplain{
	display:block;
	overflow:hidden;
	margin:0 0 15px 0;
}
.mamaExplain .mamaIrast{
	width:20%;
	display:block;
	float:left;
	margin:0 10px 0 0;
	padding:10px 0 0 0;
}
.mamaExplain .hukidashi{
	overflow:hidden;
}
.mamaExplain .hukidashi .top{
	border:2px solid #F7CB60;
	margin:0;
	padding:10px;
	background-position:0 0;
	font-size: 14px;
	line-height:2em;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	position:relative;
}
.mamaExplain .hukidashi .top strong.rie{
	font-weight:bold;
	font-size: 14px;
	color:#f092a7;
}
.mamaExplain .hukidashi .top strong.toshimi{
	font-weight:bold;
	font-size: 14px;
	color:#c86300;
}
.mamaExplain .hukidashi .top strong.ayumi{
	font-weight:bold;
	font-size: 14px;
	color:#a856af;
}
/*テーブル*/
table#servise{
	font-size: 14px;
	color:#333;
	border-right:1px solid #666;
	border-top:1px solid #666;
	margin:0 0 5px 0;
}

#servise th{
	background:#C0ECFE;
	width:16%;
	border-left:1px solid #666;
	border-bottom:1px solid #666;
	text-align:center;
	padding:2px;
}

#servise td{
	text-align:center;
	border-left:1px solid #666;
	border-bottom:1px solid #666;
	padding:2px;
}

p#add{
	font-size: 14px;
	color:#333;
	margin:0;
	padding:0;
}

p#add span{
	font-size:10px;
	color:#333;
}

ul#btnBox{
    display: flex;
}
.btn01 {
    background: #ff9326;
    border-radius: 5px;
    padding: 5px !important;
    margin: 10px auto 0 auto !important;
    text-align: center;
    width: 80% !important;
}
.btn01 a {
    color: #FFFFFF!important;
    text-decoration: none!important;
    position: relative;
    padding: 5px 0;
    font-size: 16px;
    display: block;
}
.btn01 a:after {
    width: 13px;
    height: 13px;
    content: "";
    display: block;
    background: url(//www.nta.co.jp/shared2021/common/images/im_arrow.png) no-repeat;
    position: absolute;
    top: 35%;
    left: 5%;
}

}

/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
.flex {
    display: flex;
    flex-wrap: wrap;
}
main .txt {font-size:16px;}
#dirPathBlock,
h1,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
	font-size: 12px;
}
#anchorLinkBlock{margin: 15px auto;}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 14px;
    width: auto;
    max-width: 970px;
    margin: 0 auto 5px;
}
h2{
    font-size: 24px;
    text-align: center;
    line-height: 2.4;
	width: fit-content;
    margin: 0 auto 15px;
    position: relative;
}
h2 p{
    z-index: 1;
    position: sticky;
}
h2 p *{font-size: 24px;}
h2:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 100%;
    height: 8px;
    background: #ffe66f;
}
.inner{
	width: 96%;
	max-width:970px;
	margin: 0 auto;
	padding: 25px 0;
	display: block;
}

div.RECOMMEND {
	width: fit-content;
    font-weight: bold;
    letter-spacing: 12px;
    background: #ffe66f;
    text-align: center;
    padding: 5px 50px 8px;
    margin: 0 auto 15px;
    border-bottom: 5px solid #222;
    border-radius: 10px 10px 0 0;
    position: relative;
}
div.RECOMMEND:before{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 20px solid #222;
    border-bottom: 0;
    position: absolute;
    bottom: -24px;
    left: calc((100% - 18px) / 2);
}
div.RECOMMEND:after{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 20px solid #ffe66f;
    border-bottom: 0;
    position: absolute;
    bottom: -18px;
    left: calc((100% - 18px) / 2);
}
div.RECOMMEND strong{font-size: 28px;}

/* gnbox */
.gnbox {
	width: 100%;
	max-width:950px;
	min-width:760px;
	height: 43px;
	margin: 10px auto 0 !important;
	background: url(https://www.nta.co.jp/kaigai/images/common/area_nbg.gif) no-repeat;
}
.gnbox ul {
	margin: 0 0 0 28px !important;
}
.gnbox ul li {
	float: left;
}
.gnbox ul li.anv {
	margin: 0 2px 0 0 !important;
}
.gnbox ul li.anv_last {
	margin: 0 5px 0 0 !important;
}
.gnbox ul li.onv {
	margin: 15px 0 0 0 !important;
}

ul#btnBox{
	display:block;
	overflow:hidden;
	margin:0 0 8px;
}
ul#btnBox li{
	display:block;
	float:left;
	margin:0 1%;
	border-radius: 10px 10px 0 0;
}
ul#btnBox li#btn01,
ul#btnBox li#btn02{
	width: 48%;
    height: 73px;
    text-align: center;
    display: grid;
    align-items: center;
    border-radius: 10px 10px 0 0;
	overflow: hidden;
	position:relative;
}
ul#btnBox li#btn01{background: #0031ff;}
ul#btnBox li#btn02{background: #ff5700;}
ul#btnBox li#btn01 a,
ul#btnBox li#btn02 a{
    color: #FFF;
    font-size: 20px;
}
ul#btnBox li#btn01:after,
ul#btnBox li#btn02:after{
    content: "▼";
    position: absolute;
    right: 0;
    top: 0;
    color: #FFF;
    width: 25px;
    height: 100%;
    display: grid;
    align-items: center;
}
ul#btnBox li#btn01:after{background: #0024bc;}
ul#btnBox li#btn02:after{background: #da520c;}

/**/
.flexbox{
	display: flex;
    background: #FFF;
    padding: 20px;
}
.flexbox p{
	font-size: 16px;
    line-height: 24px;
}
.flexbox img{
	width:410px;
	height:134px;
}

/*beach*/
.boxTour {
    padding: 20px;
}
.boxTour .familyTour {
    width: calc(94% / 3);
	float: left;
    margin: 0 1% 5%;
    font-size: 14px;
    line-height: 1.7em;
    padding: 0;
    display: block;
    box-sizing: border-box;
}
.boxTour .pos{position: relative;}
.boxTour .flight_time{
	position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    padding: 0 5px 1px !important;
    font-size: 14px;
}

.boxTour.pink .familyTour h3 {
	font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    padding: 2px 5px 5px 5px;
    margin: 0 0 3%;
    border-left: 5px solid #F36;

}
.boxTour.orange .familyTour h3 {
	font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    padding: 2px 5px 5px 5px;
    margin: 0 0 3%;
    border-left: 5px solid #F93;
}
.boxTour .imgTourthema {
	width: 100%;
    height: auto;
    margin: 0 auto 3%;
    display: block;
}
.boxTour .txtTourfamily2 {
	float:left;
	width:135px;
	font-size: 14px;
	line-height:20px;
	color:#626262;
	padding:0px;
	margin:0px;
}
.boxTour .familyTour p {padding: 0 10px 10px;}
.boxTour.pink .btnBox a{
	width: 90%;
    text-align: center;
    margin: 0 auto 15px;
    padding: 10px 0 12px;
    background: url(/shared2021/common/images/im_arrow.png) no-repeat #ff3366 98% 50%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    color: #FFF;
	font-size: 16px;
}
.boxTour.orange .btnBox a{
	width: 90%;
    text-align: center;
    margin: 0 auto 15px;
    padding: 10px 0 12px;
    background: url(/shared2021/common/images/im_arrow.png) no-repeat #ff8b00 98% 50%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    color: #FFF;
	font-size: 16px;
}
.familyTour .flight_time img{
	width: 14px;
    height: 14px;
    margin: 0 5px;
}

/*その他*/
#other_link {
    padding: 20px;
}
#other_link ul {
	display: flex;
    background: #FFF;
    padding: 0 20px;
}
#other_link li img {
	width: 180px;
    margin: auto;
    display:block;
}
.pr_banner a img {
    width: 640px;
    display: block;
    margin: 0 auto 1%;
}
.pr_banner p {text-align: center;}

/*-----------------------------------------------------------
　　　　　　　　　　子連れ
------------------------------------------------------------*/
#whitebox{
	margin-bottom: 25px;
	padding: 25px 0;
    background: #FFF;
}
#kodomoWrap img {
    width: auto;
    height: auto;
}

/*ママ紹介*/
#kodomoWrap{
	width:687px;
	padding:0;
	margin: auto;
}
#kodomoWrap h2{
	margin:0;
}
#kodomoWrap #mamaWrap{
	display:block;
	padding:10px 0 10px 2px;
	background:url(../images/im_line.gif) no-repeat;
	background-position:14px 100%;
	overflow:hidden;
}
#kodomoWrap #mamaWrap img{
	float:left;
}

/*記事部分*/
.mamaArticle{
	width:659px;
	padding:14px;
	display:block;
	background:url(../images/im_line.gif) no-repeat;
	background-position:14px 100%;
	margin:0 0 10px 0;
	overflow:hidden;
}
.mamaArticle dl{
	margin:0 0 15px 0;
	padding:0;
	display:block;
}
.mamaArticle dl dt{
	width:600px;
	color:#ff6101;
	font-weight:bold;
	font-size:18px;
	background:url(../images/im_q.gif) no-repeat;
	padding:8px 0 8px 50px;
	margin:0 0 10px 0;
	display:block;
	line-height:1.2em;
}
.mamaArticle dl dd{
	width:600px;
	color:#00b7ff;
	font-weight:bold;
	font-size:18px;
	background:url(../images/im_a.gif) no-repeat;
	margin:0;
	padding:8px 0 8px 50px;
	display:block;
	line-height:1.2em;
}
.mamaArticle dl dd p{
	font-size: 14px;
	color:#333;
	font-weight:normal;
	display:block;
	margin:0;
	padding:10px 0 0 0;
	line-height:2em;
}

/*リンク*/
#qainstans{
	width:670px;
	padding:15px 0 15px 18px;
	display:block;
	background:url(../images/im_line.gif) no-repeat;
	background-position:14px 100%;
	margin:0 0 10px 0;
	overflow:hidden;
}
#qainstans li{
	width:290px;
	display:block;
	float:left;
	background:url(../images/im_q_s.gif) no-repeat;
	font-size: 14px;
	padding:5px 10px 5px 30px;
}

/*ママ説明*/
.mamaExplain{
	width:658px;
	display:block;
	overflow:hidden;
	margin:0 0 15px 0;
}
.mamaExplain .mamaIrast{
	width:95px;
	display:block;
	float:left;
	margin:0;
	padding:10px 0 0 0;
}
.mamaExplain .hukidashi{
	width:560px;
	display:block;
	float:left;
	background:url(../images/im_fuki_bottom.gif) no-repeat;
	background-position:0 100%;
}
.mamaExplain .hukidashi .top{
	width:500px;
	background:url(../images/im_fuki_top.gif) no-repeat;
	margin:0;
	padding:20px 20px 20px 40px;
	background-position:0 0;
	font-size: 14px;
	line-height:2em;
}
.mamaExplain .hukidashi .top strong.rie{
	font-weight:bold;
	font-size:16px;
	color:#f092a7;
}
.mamaExplain .hukidashi .top strong.toshimi{
	font-weight:bold;
	font-size:16px;
	color:#c86300;
}
.mamaExplain .hukidashi .top strong.ayumi{
	font-weight:bold;
	font-size:16px;
	color:#a856af;
}
/*テーブル*/
table#servise{
	font-size: 14px;
	color:#333;
	border-right:1px solid #666;
	border-top:1px solid #666;
	margin:0 0 5px 0;
}

#servise th{
	background:#C0ECFE;
	width:16%;
	border-left:1px solid #666;
	border-bottom:1px solid #666;
	text-align:center;
	padding:2px;
}

#servise td{
	text-align:center;
	border-left:1px solid #666;
	border-bottom:1px solid #666;
	padding:2px;
}

p#add{
	font-size: 14px;
	color:#333;
	margin:0;
	padding:0;
}

p#add span{
	font-size:10px;
	color:#333;
}

.btn01 {
    background: #ff9326;
    border-radius: 5px;
    padding: 5px !important;
    margin: 10px auto 0 auto !important;
    text-align: center;
    width: 80% !important;
}
.btn01 a {
    color: #FFFFFF!important;
    text-decoration: none!important;
    position: relative;
    padding: 5px 0;
    font-size: 16px;
    display: block;
}
.btn01 a:after {
    width: 13px;
    height: 13px;
    content: "";
    display: block;
    background: url(//www.nta.co.jp/shared2021/common/images/im_arrow.png) no-repeat;
    position: absolute;
    top: 35%;
    left: 5%;
}

}