@charset "utf-8";
*,
*::before,
/* *::after { 
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
 */
a { 
  text-decoration: none;
}

ul,
li{
  list-style: none;
}

html {
	scroll-behavior: smooth;
}


body{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

header{
    /* background-color: rgb(255,241,0); */
background-color: #33ccff;
    /* color: #0000cd; */
 color: #0000cd;
 
    display: block;
    padding-bottom: 50px;
    padding-top: 50px;
    text-align: center;
    margin: 30px auto;
    }

    h2{
        background-color: #0000cd;
        color: #fff;
        padding: 10px;
        font-size: clamp(1.25rem, 1.1044rem + 0.6508vw, 1.625rem);
    }
    
    h2 span{
        font-size: 36px;
    }
    
    
.illustface{
    position: fixed;
    right: 20px;
    top: 50px;
    width: 10%;
    height: auto;
    animation-name: faceAnimation;
    animation-duration: 15s;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
}
/* イラストアニメ指定 */
@keyframes faceAnimation{
  0% {transform: scale(0.1);}
  25% {transform: scale(1);}
  50%{transform: scaleX(0);}
  75%{transform: scaleX(1);}
 100%{transform: scale(0.1);}
}

h1{
    font-size: clamp(1.625rem, 1.2852rem + 1.5184vw, 2.5rem);
    margin: 0;
}

/* nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-left: 0;
    margin: 30px auto 30px auto;
    font-size: small;
    line-height: 6px;
} */

/***トップへ戻る文字***/
#page-top {
    display: block;
    font-weight: bold;
    padding: .7em;
    text-align: center;
    background: #fafad2; /*背景色*/
    color: #666; /*文字色*/
    transition: .3s;
    margin-top: 10px;
}
/***マウスオーバー時***/
#page-top:hover {
    background: #0000cd; /*背景色*/
    color: #fff; /*文字色*/
}
/***トップへ戻るボタンここまで***/


/* トップへ戻るボタンコピペ */
  
    #topButton {
    position: fixed;
    bottom: 50px;
    right: 20px;
    width: 20%;
    height: auto;
    }

    #topButton img{
    width: 30%;
    height: auto;
    }

    #topButton2{
        text-align: center;
        position: fixed;
        right: 20px;
        bottom: 50px;
        padding: 10px;
        border-radius: 10px;
        border: #0000cd 2px solid;
        background-color: rgba(51,204,255,0.3);
        color: #0000cd;
        font-weight: 900;
        }

/* 戻るボタンここまで */

/* 下スクロールボタンここから */

.bottom-button{
    text-align: center;
    position: fixed;
    right: 20px;
    top: 300px;
    padding: 10px;
    border-radius: 10px;
    border: #0000cd 2px solid;
    background-color: rgba(51,204,255,0.3);
    color: #0000cd;
    font-weight: 900;
    }
    
    
    /* 下スクロールボタンここまで */


/* フッター */
footer{
    background-color: #33ccff;
    color: #0000cd;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-weight: 500;
}

/* indexのCSSここから */


.info-corner{
    display: flex;
    margin: 30px 5px 20px 5px;
    line-height: 1.5;
    justify-content: space-between;
}

.lead-copy{
    flex-basis: 30%;
    padding: 25px;
    /* line-height: 150%; */
}


/* イラストの位置調整要
.lead-copy img{
  
} */

.new-info{
 flex-basis: 30%;
 padding: 5px;

}


/* ここからアコーディオン */
.accordion-006 {
    max-width: 500px;
    margin-bottom: 7px;
    background-color: rgba(51,204,255,0.2);
    border-radius: 10px;
    padding-bottom: 10px;
    margin-top: 30px;
}

.accordion-006 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.accordion-006 summary::-webkit-details-marker {
    display: none;
}

.accordion-006 summary::before,
.accordion-006 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 10px;
    background-color:#0000cd;
    content: '';
}

.accordion-006 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-006 summary::after {
    transition: rotate .3s;
}

.accordion-006[open] summary::after {
    rotate: 90deg;
}

.accordion-006 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-006[open] p {
    transform: none;
    opacity: 1;
}
/* ここまでアコーディオン */

.new-info ul{
    font-size: 14px;
    line-height: 2;
}

.new-info ul li{
    list-style: square;
  
}

.banner-corner{
   flex-basis: 30%;
   padding: 5px;
   

}
.banner-corner img{
    width: 100%;
}


.tour-title{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
    margin-bottom: 3px;
}

.group-solo-flex h3{
    text-align: center;
    color: #fff;
    background-color: #0000cd;
    padding: 5px;
    margin: 5px;
}

.group-tour,.solo-tour{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
/* 写真配置とキャプションの指定ここから */
.index-ph{
    width: 220px;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin: 20px 10px 0px 10px;
    padding: 5px;
    margin-top: 0;
    border-radius: 10px;
    background-color: rgba(51,204,255,0.2);
}


.index-ph img{
    /* inline-size: fit-content;
    max-inline-size: 100%;
  margin-inline: auto; */
  object-fit: cover;
  width: 100px;
  height: 100px;
}

.index-ph figure{
    margin: 5px;
}

.index-ph figcaption{
    inline-size: 0;
    min-inline-size: fit-content;
    margin-inline: auto;
    font-size: 12px;
}

/* キャプション指定ここまで */

/* ツアレポこちら、の下線指定 */
.tour-title a span{
    font-size: 16px;
    text-decoration: underline;
    text-underline-offset: 3px;
    vertical-align: top;
    padding-top: 2px;
}

address{
    text-align: center;
    padding: 5px;
    color: #0000cd;
    font-weight: 900;
    font-size: clamp(0.75rem, 0.6529rem + 0.4338vw, 1rem);
}
address img{
    vertical-align: middle;
}


/* indexのcssここまで */



/* ここからmytourのCSS */


/* ハンバーガーメニューの実装 */
.menu-btn {
    position: fixed;
    top: 190px;
    right: 30px;
    display: flex;
    height: 70px;
    width: 70px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #0000cd;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 30px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}


/* 三本線の表記 */

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}

/* ここからメニュー内容の実装 */

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #0000cd;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}


.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #0000cd;
    transition: all 0.5s;/*アニメーション設定*/
}


#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}

/* ここまでハンバーガーメニューの実装 */





/* ヘッダー下　地図とメイン写真の指定ここから */
.topfoto{
    display: flex;
    justify-content: space-between;
    margin: 5px 20px 5px 20px;
    background-color: rgb(152, 240, 240);
}

.left-ph{
    flex-basis: 35%;
    padding: 20px;
    text-align: center;
}

.left-ph img{
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.map{
    flex-basis: 60%;
    padding: 20px;
    text-align: center;
   }

.tourmap img{
    width:100%;
    height: auto;
    margin-top: 15px;
}

/* 地図とメイン写真　指定ここまで */


/* 左側mainの指定ここから */

.tour-report{
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

main{
    flex-basis: 60%;
}

.tour-report main h3{
    font-size: 18px;
    color: #0000cd;
    padding-top: 10px;
    padding-bottom: 5px;
}

.tour-report main h4{
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    background-color: #fafad2;
    margin-right: 25px;
    text-indent: 10px;
}

.tour-report main img{
    width: 50%;
    height: auto;
    /* inline-size: fit-content;
    max-inline-size: 50%;
    margin-inline: auto;  */
}

.tour-report main figcaption{
    font-size: 14px;
    inline-size: 0;
    min-inline-size: fit-content;
}

.tour-report main dt{
    font-weight: bold;
    padding-top: 15px;
    text-indent: 10px;
}

.tour-report main dd{
    padding: 5px 25px 5px 20px;
}

.flex-ph{
    display: flex;
    /* justify-content: flex-start; */
    align-items: baseline;
    padding-right: 10%;
}


.tour-report main .flex-ph img{
    inline-size: fit-content;
    max-inline-size: 100%;
    margin-inline: auto;
}


.flex-ph figure{
    margin: 10px;
}

.flex-ph figcaption{
    inline-size: 0;
    min-inline-size: fit-content;
    margin-inline: auto;
}


/* 左側メインの指定ここまで */

/* video（動画指定） */

video{
    width: 45%;
    height: auto;
    padding-right: 10px;
}

/* 右側の指定ここから */

aside{
    flex-basis: 33%;
    background-color: rgba(152, 240, 240,0.5);
    padding: 20px 15px;

}

aside h3{
    text-align: center;
}

table{
    margin-bottom: 30px;
    width: 100%;
    font-size: 14px;
}
th{
    border:solid 1px #0000cd;
    padding: 5px;
   
}
td{
    border: solid 1px #0000cd;
    text-align: center;
}

/* 1列目の td の設定 */
table tr td:nth-child(1) {
	text-align: left;
    padding: 5px; 
            /* テキストを左寄せにする。 */
}

/* 2列目の td の設定 */
table tr td:nth-child(2) {
	text-align: right;  
    padding: 5px;      /* テキストをセンタリングする。 */
}

.real-story{
    font-size: 85%;
    line-height: 150%;
    padding-right: 10px;
}

.real-story dl dt{
    margin-top: 10px;
    font-weight: bold;
}

/* 右側の指定ここまで */

/* ちゅらうみ右側の写真（沖縄本島） */

.churaumi{
    max-width: 90%;
    height: auto;
    border-radius: 5px;
}

/* ここから丸亀城のCSS */

.marugame-story{
    font-size: 85%;
    line-height: 150%;
    padding-right: 10px;
}
.marugame-story dl dt{
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}

.marugame{
    background-color: #fff;
    padding: 3px 0;
    border-radius: 5px;
}
.marugame h4{
    text-align: center;
}
.marugame{
    border-radius: 5px;
}





/* レスポンシブ処理　最後の行に */
@media screen and (max-width: 768px){
header{
    display: block;
    align-items: center;
    margin: auto;
}  

nav ul{
    display: block;
    padding-left: 30px;
    line-height: 18px;
}

nav ul li{
    padding-top: 5px;
}

h1{
    margin: 0 5px;
}

/* indexページ */
.info-corner{
    display: block;
    justify-items: center;
}

.tour-title{
    margin: 15px 5% 3px 5%;
}

.index-ph{
    width: 280px;
    height: auto;
}
.index-ph img{
    /* inline-size: fit-content;
    max-inline-size: 100%;
  margin-inline: auto; */
  object-fit: cover;
  width: 130px;
  height: 130px;
}

.accordion-006 {
    width: 320px;}


/* この後　小豆島の表記入れていく */
.tour-report,.topfoto{
    display: block;
    text-align: center;
    margin: auto;
}


.tour-report dl,dt,dd{
    text-align: center;
    margin: 5px;
}

.flex-ph{
    display: block;
    margin: auto;
}

.tour-report main figcaption{
text-align: left;
}
.flex-ph figcaption{
    text-align: left;
}

.real-story{
    text-align-last: left;
}

.real-memory{
    text-align-last: left;
}


#topButton img{
    width: 80%;
    height: auto;
   
}

.illustface{
    width: 20%;
    height: auto;
}

.tour-report main dt,.tour-report main dd{
    text-align: left;
}

.tour-report .one-cut{
    width: 100%;
    height: auto;
}
.group-solo-flex{
    display: block;
}

video{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.banner{
    width: 100%;
    height: auto;
}


}

