@charset "utf-8";
/* CSS Document */

/* www.arukutravel.com
-----------------------------------------------------*/
header {
    background: none;
    z-index: 1;
}
#main-visual {
    position: relative;
    /* margin-top: -160px; */
    margin-top: -99px;
}
#main-visual li img {
	width: 100%;
}
#main-visual p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    text-align: center;
    padding: 10px 0 12px;
    background: rgba(0,68,34,0.6);
}
#main-visual p strong,
#main-visual p span {
    display: inline-block;
    width: 58%;
    margin: 0 auto;
    color: #fff;
    text-align: left
}
#main-visual p strong {
    margin-bottom: 7px;
    font-size: 21px;
    line-height: 1.3;
}
#main-visual p span {
    font-size: 18px;
}
header::before {
    background: rgba(0,0,0,0.05);
}
@media screen and (max-width: 1340px) {
    #main-visual p strong {
        font-size: 20px;
    }
    #main-visual p span {
        font-size: 16px;
    }
}
@media screen and (max-width: 700px) {
    #main-visual {
        margin-top: -53px;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
    #main-visual p {
        position: static;
        margin-top: -3px;
        background: rgba(0,68,34,0.7);
    }
    #main-visual p strong,
    #main-visual p span {
        width: 96%;
    }
    #main-visual p strong {
        font-size: 16px;
    }
    #main-visual p span {
        font-size: 14px;
    }
    header::before {
        background: rgba(0,0,0,0.1);
    }
}
@media screen and (max-width: 500px) {
    #main-visual {
        margin-top: -43px;
    }
    #main-visual p strong {
        margin-bottom: 2px;
        font-size: 14px;
    }
    #main-visual p span {
        font-size: 12px;
    }
}
@media screen and (max-width: 340px) {
    #main-visual {
        margin-top: -33px;
    }
}

/* slickの最初のちらつき解消に役立つかも */
#main-visual ul {
	
	transition: .8s ease-in;
}
#main-visual ul.slick-initialized {
	opacity: 1;
}

/* ==============================================
    common
============================================== */
/* ==============================================
    info
============================================== */
#info h2 {
    margin-bottom: 30px;
    padding: 12px 0;
    background: #44af35;
}
#info h2 span.inner {
    display: block;
}
#info .inner {
    display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 700px) {
    #info h2 span.inner img {
        width: auto;
        height: 23px;
    }
    #info .inner {
        display: block;
        text-align: center;
    }
}

#topics {
    position: relative;
    width: 620px;
    padding-top: 40px;
    text-align: left;
}
#topics p {
	position: absolute;
	top: 0;
	right: 0;
}
#topics p a {
    padding-right: 35px;
    background: url(../images/icn_arrow.png) no-repeat right center;
    background-size: 26px auto;
}

#news_list dt,
#news_list dd {
    font-size: 0.9em;
	line-height: 1.4;
}
#news_list dt {
	padding-top: 10px;
	border-top: 1px dotted #000;
}
#news_list dd {
	margin-top: -1.4em;
	margin-bottom: 10px;
	margin-left: 12em;
}
.fb-page {

}
@media screen and (max-width: 700px) {
    #topics,
    .fb-page {
        margin: 0 auto 30px;
    }
    #fbBox {
        height: 480px;
    }
    #topics {
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    #news_list dd {
        margin-top: 5px;
        margin-left: 1em;
    }
}

#youtube {
    margin: 30px auto 50px;
}
#youtube p br {
    display: none;
}
#youtube p#youtubeBtn {
    margin-bottom: 10px;
}
#youtube p#youtubeBtn a {
    display: inline-block;
    padding: 15px 50px 10px 15px;
    border: 2px solid #44af35;
    border-radius: 10px;
    background: url(../images/icn_arrow.png) no-repeat right 15px center;
    background-size: 23px auto;
    font-weight: 500;
}
#youtube p#youtubeBtn a:hover {
    text-decoration: none;
}
#youtube p a img {
    vertical-align: middle;
}
@media screen and (max-width: 700px) {
    #youtube p#youtubeBtn a {
        padding: 10px 38px 10px 10px;
        background-position:  right 10px center;
        background-size: 20px auto;
    }
    #youtube p {
        line-height: 1.3;
    }
    #youtube p br {
        display: block;
    }
}
@media screen and (max-width: 400px) {
    #youtube {
        margin-bottom: 30px;
    }
    #youtube p {
        font-size: 0.9em;
    }
    #youtube p#youtubeBtn a {
        padding-top: 7px;
    }
}

#tours.inner h2 {
    padding: 9px 10px 12px;
    background: #44af35;
    color: #fff;
	letter-spacing: normal;
    font-size: 1.5em;
}
@media screen and (max-width: 700px) {
    #tours.inner h2 {
        padding: 6px 8px 8px;
        font-size: 1.3em;
    }
}

.bgBlue {
    margin-bottom: 70px;
    padding: 40px 0;
    background: #e1f0ff;
}
@media screen and (max-width: 700px) {
    .bgBlue {
        margin-bottom: 40px;
        padding: 20px 0;
    }
}
@media screen and (max-width: 500px) {
    .bgBlue {
        margin-bottom: 30px;
        padding: 15px 0;
    }
}

/* ==============================================
    bnrs
============================================== */
#bnrs {
    display: flex;
	/*justify-content: space-between;*/
    justify-content: center;
    
}

#line {
    width: 420px;
    margin-right: 20px;
    text-align: left;
}
#line h2 {
    padding: 5px;
    background: #007f48;
    color: #fff;
    text-align: center;
}
#line div {
    display: flex;
	justify-content: space-between;
	align-items: center;
    border: 1px solid #a6d69d;
    font-size: 0.8em;
}
#line div p {
    line-height: 1.3;
    margin: 8px 0;
}
#line div p img {
    margin: 0 8px;
}

#partner {
    width: 210px;
    text-align: center;
}
#partner dt {
    margin-bottom: 5px;
	font-size: 0.75em;
}
#partner dd img {
    max-width: 170px;
	border: solid 2px #666666;
}

#pamphlet {
    width: 330px;
    padding: 20px 20px 10px;
	font-size: 0.8em;
	background: #f1f9cb;
    text-align: center;
}
#pamphlet span img {
	margin: 0 10px;
}
#pamphlet p {
    display: inline-block;
    margin: 10px auto;
    text-align: left;
}
#pamphlet p a {
    text-decoration: underline;
}

@media screen and (max-width: 700px) {
    #bnrs {
        display: block;
        text-align: center;
    }
    #line,
    #partner,
    #pamphlet {
        margin: 0 auto 30px;
    }
}
@media screen and (max-width: 440px) {
    #line {
        width: 100%;
    }
}
@media screen and (max-width: 350px) {
    #pamphlet {
        width: 100%;
    }
}

/* ==============================================
    nta
============================================== */
#nta {
    margin-top: 70px;
}
@media screen and (max-width: 700px) {
    #nta {
        margin-top: 50px;
    }
}
@media screen and (max-width: 500px) {
    #nta {
        margin-top: 30px;
    }
}

#nta #intro {
    margin-left: 10px;
	margin-bottom: 10px;
}
#nta #intro p {
    margin-bottom: 5px;
	line-height: 1.4;
	font-size: 0.9em;
}
#nta #intro p.memo {
	font-size: 0.8em;
}

#nta h2 {
	margin-bottom: 15px;
	padding: 12px 5px 12px 30px;
	border-radius: 30px 0 0 30px;
	background: #dde7fc;
	font-size: 1.1em;
	color: #007f48;
}
#nta h2 span {
	padding-left: 20px;
	vertical-align: middle;
	font-size: 0.8em;
	color: #000;
}
@media screen and (max-width: 700px) {
    #nta h2 span {
        display: block;
        margin-top: 3px;
        padding-left: 0;
    }
}
@media screen and (max-width: 440px) {
    #nta h2 {
        font-size: 1em;
    }
}

#nta h3 {
	margin-left: 10px;
	color: #537fdb;
}
#nta h3 br {
    display: none;
}
#nta select {
	padding: 3px 5px 5px;
}
#nta #nta_step1,
#nta #nta_block {
	margin: 10px 10px 30px 30px;
}
#nta #nta_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 700px) {
    #nta #nta_block {
        display: block;
    }
}
@media screen and (max-width: 440px) {
    #nta h3 br {
        display: block;
    }
}

#nta #nta_block h4 {
	margin-bottom: 7px;
	color: #666;
}
#nta #nta_block dt {
	font-size: 0.9em;
	line-height: 1.6;
}
#nta #nta_block dd {
	margin-top: -1.5em;
	margin-left: 5em;
	margin-bottom: 10px;
}
#nta #nta_step2_1,
#nta #nta_step2_2,
#nta #nta_step2_3 {
	padding: 15px 15px 10px;
	border: 1px solid #aaa;
}
#nta #nta_step2_1 select {
	width: 250px;
}
#nta #nta_step1 select,
#nta #nta_step2_2 select {
	width: 110px;
}
@media screen and (max-width: 700px) {
    #nta #nta_step2_1,
    #nta #nta_step2_2 {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 430px) {
    #nta #nta_block dd {
        margin-top: 5px;
        margin-left: 0;
    }
}
@media screen and (max-width: 340px) {
    #nta #nta_step2_1 select {
        width: 230px;
    }
}

#nta #nta_step2_3 select {
	width: 150px;
}
#nta_btn {
	text-align: center;
}
#nta_btn input {
	padding: 7px 40px;
	background: #007f48;
	border: 1px solid #4eaf49;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
#nta_memo {
    display: inline-block;
    margin: 40px auto 20px;
    font-size: 0.8em;
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
}
@media screen and (max-width: 700px) {
    #nta_memo {
        margin: 30px auto 0;
        font-size: 0.9em;
    }
}
@media screen and (max-width: 590px) {
    #nta_memo {
        margin: 20px 10px 0;
    }
}

#josei {
    margin-bottom: 10px;
    text-align: right;
    font-size: 14px;
}
@media screen and (max-width: 700px) {
    #josei {
        font-size: 12px;
    }
}
@media screen and (max-width: 420px) {
    #josei {
        text-align: left;
    }
}