/* CSS Document */

@charset "UTF-8";

/* -------------------------------------------------- */
/* グローバルナビゲーション */
/* -------------------------------------------------- */

@media only screen and (min-width: 769px) {
nav ul li:nth-of-type(4) a {
	border-bottom: 4px solid #FFF;
}
}

/* -------------------------------------------------- */
/* ヘッダー */
/* -------------------------------------------------- */

header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top: 0;
	left: 0;
	background-color: #FFF;
	z-index: 10;
}
@media only screen and (min-width: 769px) {
header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	background-color: #FFF;
}
}

header #main {
    height: 20vh;
    background-image: url(../img/common/dot.gif),url(../img/tour/bg_main_01.jpg);
    background-repeat: repeat, no-repeat;
    background-blend-mode: overlay;
    background-size: auto, cover;
    background-position: center top !important;
    display: flex;
    flex-wrap: wrap;
    /*flex-direction: column;*/ /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
    position: relative;
    padding-top: 90px;
}
@media only screen and (min-width: 769px) {
header #main {
    height: 360px;
    padding-top: 0px;
    background-position: center 80% !important;
}
}


header #pmain {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 90px;
    background-color: #000;
}
@media only screen and (min-width: 769px) {
header #pmain {
    position: inherit;
    background-color:  transparent;
    height: auto;
}
}


h1 {
    /*border: 1px solid #FFF;*/
    margin: 8vw auto 1vw auto;
    width: 50vw;
    height: auto;
    text-align: left;
    /*padding: 10vw;*/
    z-index: 10;
}
@media only screen and (min-width: 769px) {
h1 {
    margin: 80px auto 0 auto !important;
    width: 600px;
    height: auto;
    /*padding: 10vw;*/
}
}


header h2 {
    position: absolute;
    text-align: center;
    bottom:0;
    width: 100%;
    background-color: #000;
    color: #FFF;
    font-size: 26px;
    padding: 2vw 0;
}
@media only screen and (min-width: 769px) {
header h2 {
    position: relative;
    width: auto;
    background-color: transparent;
    /*border: 1px solid #FFF;*/
    color: #FFF;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 0px 0px 10px #3d3d3d;
    padding: 0;
}
}

header div.boldtext {
    margin-top: -30px;
    font-size: 40px !important;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
    font-weight: bold;
    text-shadow: 0px 0px 10px #3d3d3d;
}
@media only screen and (min-width: 769px) {
header div.boldtext {
    display: none;
}
}


main {
    width: 100%;
    padding: 0;
    line-height: 160%;
}

main article {
    margin: 0 4vw 30px 4vw;
}
@media only screen and (min-width: 769px) {
main article {
    margin: 0 14vw 30px 14vw;
}
}

main article .date {
    color: #999;
}
main article h2 {
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 10px;
}
main article h3 {
    font-size: 18px;
    font-weight: bold;
}

main article strong {
    font-size: 20px;
    font-weight: bold;
}


main article .message {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    width: 100%;
    color: #FFF;
    font-size: 20px;
    background: #21A3F1;
    text-align: left;
    font-weight: bold;
    border-radius: 6px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
main article .message {
    text-align: center;
}
}

main article .message:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #21A3F1;
}


main article .message2 {
    position: relative;
    display: inline-block;
    margin: 1.5em auto !important;
    padding: 7px 10px;
    width: 60%;
    min-width: 120px;
    max-width: 100%;
    color: #21A3F1;
    font-size: 20px;
    background: #FFF;
    border: solid 3px #21A3F1;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    border-radius: 6px;
}
main article .message2:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
}
main article .message2:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #21A3F1;
    z-index: 1;
}


main article .tourbox {
    border-top: 1px solid #55B9F5;
    margin-top: 20px !important;
    padding-top: 20px;
    clear: both;
}

main article .tourbox2 {
    text-align: center;
}


main article table {
    width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
main article table th {
	margin: 0px 0px 0px 0px;
	padding: 4px;
	font-weight: bold;
	text-align: center;
	background-color: #55B9F5;
    color: #FFF;
	border: 1px solid #FFF;
    font-size: 18px;
}
main article table td {
	margin: 0px 0px 0px 0px;
	padding: 4px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #FFF;
    font-size: 18px;
}
main article table td.top {
    color: #1CA0F2;
    background-color: #DDF1FC;
}
main article table td.bottom {
    background-color: #BAE3F9;
}

main article .price {
    text-align: right;
}


main article a {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    background-color: #000;
    padding: 6vw;
    text-align: center;
    font-size: 18px;
	color:#FFF;
}
@media only screen and (min-width: 769px) {
main article a {
    padding: 2vw;
}
}

main article a:link { color:#FFF; text-decoration: none; }
main article a:visited { color:#FFF; text-decoration: none; }
main article a:hover { color:#FFF; text-decoration: none; }
main article a:active { color:#FFF; text-decoration: none; }
main article a:focus { color:#FFF; text-decoration: none; outline:none;}


main article#tour_header {
    margin: 0 0 20px 0;
    padding: 20px 4vw;
    background-image: url(../img/tour/bg_main_02.jpg);
    background-size:cover;
    background-position: center top;
}
@media only screen and (min-width: 769px) {
main article#tour_header {
    text-align: center;
}
}

main article#tour_header h2.icon {
    /*border: 1px solid #FFF;*/
    margin: 8vw auto 1vw auto;
    width: 40vw;
    height: auto;
    text-align: left;
    /*padding: 10vw;*/
    z-index: 10;
}
@media only screen and (min-width: 769px) {
main article#tour_header h2.icon {
    margin: auto;
    padding: 30px 0;
    width: 300px;
    height: auto;
    /*padding: 10vw;*/
}
}

main article#tour_header a {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 90%;
    background-color: #000;
    padding: 6vw;
    margin: 20px auto!important;
    text-align: center;
    font-size: 18px;
}
@media only screen and (min-width: 769px) {
main article#tour_header a {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 50%;
    background-color: #000;
    padding: 2vw;
    margin: 20px auto!important;
    text-align: center;
}
}
