@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}


@font-face {
    font-family: 'YujiSyuku-Regular';
    src: url(../font/Yuji_Syuku/YujiSyuku-Regular.ttf);
}

html {
    scroll-behavior: smooth;
}


/*グローバルメニュー*/

header {
    display: flex;
    position: fixed;
    width: 100%;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    z-index: 999;
}

header h1 {
    position: relative;
    width: 18%;
    height: 3.5vw;
    margin-left: 4%;
    padding-top: 0.6%;
}

header h1 img {
    position: absolute;
    width: 100%;
}

header nav {
    width: 46%;
    margin-left: 28%;
    margin-right: 4%;
}

header nav ul {
    display: flex;
    list-style-type: none;
}

header nav ul li {
    width: 25%;
}

header nav ul li:hover {
    border-bottom: 2px solid blue;
}

header nav ul li a {
    display: block;
    padding-top: 0.3vw;
    line-height: 3;
    font-size: 1.4vw;
    text-align: center;
    text-decoration: none;
    color: #222;
    transition: 0.3s;
    font-family: 'YujiSyuku-Regular';
}

header nav ul li:hover a {
    color: blue;
    transition: 0.3s;
    background-color: rgba(223, 247, 249,0.8);
}

.magnifying-glass {
    display: none;
}

/*トップイメージ*/

.top-image1 {
    position: relative;
    padding-top: 4%;
}

.top-image1::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15vw;
    content: "";
    background: linear-gradient(180deg, transparent, #ffffff);
}

.top-image1 img {
    width: 100%;
}

.top-image1 p:nth-of-type(1) {
    position: absolute;
    top: 26vw;
    left: 8%;
    font-size: 1.2vw;
    line-height: 2;
    letter-spacing: 0.5;
    color: #fff;
    text-shadow: 0 0 5px blue;
}

.top-image1 p:nth-of-type(2) {
    position: absolute;
    top: 28vw;
    left: 8%;
    font-size: 1.2vw;
    line-height: 2;
    letter-spacing: 0.5;
    color: #fff;
    text-shadow: 0 0 5px blue;
}

.top-image1 h2 {
    position: absolute;
    top: 19vw;
    left: 8%;
    font-size: 2.4vw;
    line-height: 2;
    letter-spacing: 0.5;
    color: #fff;
    text-shadow: 0 0 10px blue;
    font-family: 'YujiSyuku-Regular';
}

/*利尻・礼文ツアー*/

.rishiri-tour {
    position: relative;
    width: 76%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 11vw;
}

.top-image2 {
    position: absolute;
    top: -18vw;
    left: -0.5%;
    width: 100%;
}

.top-image2 img {
    width: 100%;
    border: 5px solid #fff;  
}

.rishiri-tour h2 {
    position: absolute;
    top: -16vw;
    left: 64%;
    font-size: 2.2vw;
    line-height: 2;
    letter-spacing: 0.5;
    color: #fff;
    text-shadow: 0 0 10px green;
    font-family: 'YujiSyuku-Regular';
}

.rishiri-tour p {
    line-height: 1.8;
    letter-spacing: 0.15em;
    font-size: 1vw;
    text-align: center;
}

.rishiri-tour p:nth-of-type(1) {
    text-align: left;
}

.rishiri-tour p:nth-of-type(2) {
    margin-top: 5%;
}

.line {
    width: 20%;
    margin: 2% auto;
    transition: 0.2s;
}

.line:hover {
    opacity: 0.8;
    transition: 0.2s;
}

.line img {
    width: 100%;
}

.rishiri-tour p:nth-of-type(5) {
    margin-top: 8%;
}

.rishiri-tour-list {
    width: 18%;
    margin: 3% auto 8%;
    border-radius: 0.5em;
    background-color: rgb(0, 188, 42);
    transition: 0.2s;
}

.rishiri-tour-list:hover {
    opacity: 0.8;
    transition: 0.2s;
}

.rishiri-tour-list a {
    display: block;
    line-height: 3;
    text-align: center;
    text-decoration: none;
    font-size: 1.1vw;
    font-weight: 600;
    color: #fff;
}

.how-flex {
    display: flex;
    padding: 2%;
    background-image: url(../images/cont_bg01.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.rishiri-tour-box {
    width: 40%;
}

.rishiri-tour-box h3 {
    font-size: 1.4vw;
    color: rgb(0, 102, 159);
 
}

.rishiri-tour-box p {
    margin-top: 2%;
    line-height: 1.8;
    letter-spacing: 0.15em;
    font-size: 1vw;
    color: #222;
}

.rishiri-tour-map {
    width: 58%;
    margin-left: 2%;
}

.rishiri-tour-map iframe {
    width: 100%;
    height: 30vw;
}


/*トップに戻る*/

.top {
    position: sticky;
    top: 80vh;
    width: 3%;
    margin-left: auto;
    margin-right: 2%;
    overflow: hidden;
    border-radius: 0.5em;

}

.top a {
    display: block;
    padding-top: 0.5%;
    text-align: center;
    line-height: 1.6;
    font-size: 2vw;
    color: #fff;
    background-color: rgb(0, 132, 205);
}

/*【礼文島・利尻島】限られた季節に一斉に咲き誇る花々が美しい*/

.rishiri-content {
    width: 76%;
    margin-top: 6%;
    margin-left: 12%;
}

.rishiri-content p:nth-child(1) {
    font-size: 1.4vw;
    font-weight: 600;
    color: rgb(0, 102, 159);
}

.rishiri-content h2 {
    width: fit-content;
    font-size: 2vw;
    border-bottom: 2px dotted #222;
    color: #222;
    font-family: 'YujiSyuku-Regular';
}

.content1 {
    width: 98%;
    margin-top: 3%;
}

.content1 img {
    width: 100%;
}

.content1 figcaption {
    font-size: 0.9vw;
    text-align: center;
    color: #666;
}

.rishiri-content h3 {
    margin-top: 1%;
    font-size: 1.4vw;
    font-weight: 600;
    color: rgb(0, 102, 159);
}

.rishiri-content p {
    margin-top: 1%;
    padding-bottom: 3%;
    line-height: 1.8;
    letter-spacing: 0.15em;
    font-size: 1vw;
    color: #222;
}

/*まだまだある利尻島・礼文島の見どころ*/

.rishiri-content2 {
    width: 76%;
    margin-top: 6%;
    margin-left: 12%;
}

.rishiri-content2 h2 {
    width: fit-content;
    font-size: 2vw;
    border-bottom: 2px dotted #222;
    color: #222;
    font-family: 'YujiSyuku-Regular';
}

.point-flex1 {
    display: flex;
}

.point-flex1-box1 {
    width: 48%;
}

.point-flex1-box2 {
    width: 48%;
    margin-left: 4%;
}

.rishiri-content2 h3 {
    margin-top: 3%;
    font-size: 1.4vw;
    font-weight: 600;
    color: rgb(0, 102, 159);
}

.rishiri-content2 p {
    margin-top: 3%;
    line-height: 1.8;
    letter-spacing: 0.15em;
    font-size: 1vw;
    color: #222;
}

.point-flex2 {
    display: flex;
    margin-top: 5%;
}

.point-flex2-box1 {
    width: 48%;
}

.point-flex2-box2 {
    width: 48%;
    margin-left: 4%;
}

/*食べ物・特産品*/

.food {
    margin-top: 6%;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    background-image: url(../images/cont_bg01.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.food h3 {
    line-height: 3;
    font-size: 1.4vw;
    font-weight: 600;
    color: rgb(0, 102, 159);
}

.food p {
    margin-top: 0;
    line-height: 1.8;
    letter-spacing: 0.15em;
    font-size: 1vw;
    color: #222;
}

.food p span {
    margin-right: 2%;
    color: blue;
}

/*宿泊施設*/

.lodging {
    width: 76%;
    margin-top: 6%;
    margin-left: 12%;
}

.lodging h2 {
    width: fit-content;
    font-size: 2vw;
    border-bottom: 2px dotted #222;
    color: #222;
    font-family: 'YujiSyuku-Regular';
}

.lodging p {
    line-height: 3;
    font-size: 1.4vw;
    color: rgb(0, 102, 159);
}

.lodging ul li {
    margin-left: 2%;
    line-height: 1.8;
    letter-spacing: 0.15em;
    font-size: 1vw;
    color: #222;
}

/*イベント・祭り*/

.event {
    width: 76%;
    margin-top: 4%;
    margin-left: 12%;
}

.event h2 {
    width: fit-content;
    font-size: 2vw;
    border-bottom: 2px dotted #222;
    color: #222;
    font-family: 'YujiSyuku-Regular';
}

.event table {
    width: 100%;
    margin-top: 2%;
    border-collapse: collapse;
}

.event table th {
    line-height: 3;
    letter-spacing: 0.15em;
    font-size: 1vw;
    font-weight: 600;
    color: #222;
   
    border: 2px solid #aaa;
    background-color: #eee;
}

.event table td {
    padding-left: 2%;
    line-height: 3;
    letter-spacing: 0.15em;
    font-size: 1vw;
    color: #222;
    border: 2px solid #aaa;
}

/*ツアー一覧*/

.tour-list {
    width: 76%;
    margin-top: 4%;
    margin-left: 12%;
}

.tour-list h2 {
    width: fit-content;
    margin-bottom: 2%;
    font-size: 2vw;
    border-bottom: 2px dotted #222;
    color: #222;
    font-family: 'YujiSyuku-Regular';
}

.tour-list p {
    line-height: 1.8;
    letter-spacing: 0.15em;
    font-size: 1vw;
    color: #222;
}

.tour-list p a {
    color: rgb(0, 102, 159);
}

.tour-list p a:hover {
    text-decoration: none;
}

/*パッケージツアー*/

.package-tour {
    width: 100%;
    margin-top: 8%;
    padding-top: 1%;
    padding-bottom: 5%;
    background-image: url(../images/cont_bg01.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.package-tour h3 {
    margin: 1% auto;
    width: 14%;
}

.package-tour h3 img {
    width: 100%;
}

.package-tour-flex {
    display: flex;
    justify-content: center;
}

.package-tour-left {
    width: 34%;
    padding: 2%;
    background-color: #fff;
}

.package-tour-left-tittle {
    margin-top: 3%;
    margin-bottom: 0.5%;
}

.package-tour-left-tittle a {
    font-size: 1.2vw;
    font-weight: 600;
    color: #666;
}

.package-tour-left-tittle a:hover {
    text-decoration: none;
}

.package-tour-left-text {
    display: flex;
    flex-wrap: wrap;
}

.package-tour-left-text a {
    margin-right: 2%;
    line-height: 2;
    font-size: 1vw;
    color: rgb(0, 102, 159);
}

.package-tour-left-text a::before {
    content: url(../images/ico_arrow.gif);
}

.package-tour-left-text a:hover {
    text-decoration: none;
}

.package-tour-right {
    width: 34%;
    padding-top: 5%;
    padding-left: 2%;
    padding-right: 2%;
    background-color: #fff;
}

.package-tour-right p {
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-size: 1vw;
    color: #222;
}

.package-tour-right p a {
    color: rgb(0, 102, 159);
}

.package-tour-right p a:hover {
    text-decoration: none;
}

.package-tour-right-button {
    width: 50%;
    margin: 10% auto;
    border-radius: 0.5em;
    background-color: rgb(0, 188, 42);
    transition: 0.2s;
}

.package-tour-right-button:hover {
    opacity: 0.8;
    transition: 0.2s;
}

.package-tour-right-button a {
    display: block;
    line-height: 3;
    text-align: center;
    text-decoration: none;
    font-size: 1.1vw;
    font-weight: 600;
    color: #fff;
}


/*フッター*/

footer {
    width: 98%;
    padding: 1%;
    background-color: #222;
}

footer nav ul {
    display: flex;
    width: 100%;
    margin: 0 auto;
}

footer nav ul li {
    width: 20%;
    list-style: none;
}

footer nav ul li a {
    display: block;
    line-height: 2.5;
    text-align: center;
    text-decoration: none;
    color: #eee;
    font-size: 1vw;
}

footer nav ul li a:hover {
    text-decoration: underline;
}

.footer-logo {
    margin: 1% auto;
    width: 18%;
}

.footer-logo img {
    width: 100%;
}

footer address {
    text-align: center;
    font-size: 0.8vw;
    color: #eee;
}

footer P {
    text-align: center;
    font-size: 0.8vw;
    color: #eee;
}