.nav-font {
    font-family: "Noto Sans CJK JP"; font-weight:900;
}

#navbarText span {
    letter-spacing: .1em;
    font-family: "Noto Sans CJK JP"; font-weight:900;
}
.nav-link span {font-family: 'Island Moments', cursive;font-weight:900;font-size:20px;}
.navbar-brand img,svg {width: 280px;height: 70px;}
.header-image img {
    width: 100%;
    height: auto;
    position: relative;
}
.bg_title {
    position: absolute;
    right:33%;
    top: 29%;
    font-size: 1.0rem;
    color: #ffffff;
}
.bg_title .text {
    color: #FF7C00;
    background: -webkit-linear-gradient(65deg, #FF7C00, #FFC778); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bg_title .bg {
    font-size: 1.3rem;
}
.bg_title p {
    padding: 1rem 0;
}
.bg_title .title {
    font-size: 3rem;
    color: #FF7C00;
    background: -moz-radial-gradient(#faac3e 10%, #ffffff 70%); 
    background: -webkit-radial-gradient(#faac3e 0%, #ffffff 70%); 
    background: radial-gradient(#faac3e 20%, #ffffff 70%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}
.bg_title .title02 {
    margin-top: -10px;
    color: #FF7C00;
    background: -moz-radial-gradient(#faac3e 70%, #ffffff 30%); 
    background: -webkit-radial-gradient(#faac3e 70%, #ffffff 20%); 
    background: radial-gradient(#faac3e 90%, #ffffff 10%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}
.bg_title .title_sm {
    font-size: 1.7rem;
}
.gnavi{
    margin-top: -150px;
    display: flex;
    flex-wrap: wrap;/*スマホ表示折り返し用なのでPCのみなら不要*/
    justify-content: center;
    list-style: none;
}

.gnavi li a{
    display: block;
    padding:10px 30px;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    font-weight: 700;
    text-align: center;
}

.gnavi li{
    margin-bottom:20px;
}

.catch-copy {
    display: flex;
    flex-wrap: wrap;/*スマホ表示折り返し用なのでPCのみなら不要*/
    justify-content: center;
    list-style: none;
}

.catch-copy .en-catch-copy {
    display: block;
    padding:10px 30px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    font-weight: 700;
    font-size: 23px;
    text-align: center;
}

.catch-copy .en-catch-copy span {
    color: #FF7C00;
    background: -webkit-linear-gradient(65deg, #FF7C00, #FFC778); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 10px;
    font-weight: lighter;
}

li a span {
    color: #FF7C00;
    background: -webkit-linear-gradient(65deg, #FF7C00, #FFC778); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 13px;
    font-weight: lighter;
  }

.title_en {
    letter-spacing: .1em;
    font-family: "Noto Sans CJK JP"; 
    font-weight:200;
}

/*==================================================
　5-3-8 円が線に変化
===================================*/


.gnavi li a{
    /*円の基点とするためrelativeを指定*/
  position: relative;
}

.gnavi li.current a,
.gnavi li a:hover{
  /* color:#0481A2; */
  color:#ffffffc6;
}

.gnavi li a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 0;
    /*線になる丸の形状*/
    width: 100%;
    height: 5px;
    border-radius: 50%;
    background:#ffffffc6;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0.04, 1);/*X方向0.04、Y方向1*/
    transform-origin:center bottom;/*中央下部基点*/
}

/*現在地とhoverの設定*/
.gnavi li.current a::after,
.gnavi li a:hover::after {
    height: 0.1rem;/*縦幅を変化*/
    border-radius: 0;/*丸みをなくす*/    
    transform: scale(0.8, 1);/*X方向0.8、Y方向1にスケール拡大*/
}

.section1 {
    padding-top: 120px;
}
.title-en {
    font-family: 'Trebuchet MS',sans-serif;
    font-weight: bold;
    letter-spacing: .1em;
}
.good-point {font-family: 'Island Moments', cursive;font-size:35px;margin-bottom: 0px;}
.title-ja {
    letter-spacing: .1em;
    font-family: "Noto Sans CJK JP"; 
    font-weight:200;
    padding: 5px;
}
/* 見どころ画像 */
.midokoro img {width: 100%;height: auto;display: inline;}
.sp_midokoro img {width: 100%;height: 90vh;display: none;}

.text-box {
    padding: 18px;
}
.text-box .text-area {
    line-height: 1.9;
    letter-spacing: .1em;
}
.small-br {display: none;}
.about-image {position: relative;}
.about-image img {width: 100%;height: auto;}

.kerama-about {padding-top: 20px;}
.kerama-about-text {text-align: center;line-height: 2.2;padding-top: 2rem;letter-spacing: .1em;font-family: 'M PLUS Rounded 1c', sans-serif;}
.kerama-about-title {text-align: center;font-size: 24px;font-family: 'M PLUS Rounded 1c', sans-serif;padding: 5px;background-color: #0277b4;color: #fff;border-radius: 30px;}

/* ツアーポイントここから */

.tours-image, .tours_image {
    width: 50%;
    position: relative;
}
.tours_image {
    margin-left: 720px;
}

.tour-title2 {
    position: absolute;
    top: -50px;
    left: -680px;
    z-index: 1;
}
.image01 {
    position: absolute;
    z-index: 1;
    top: -20px;
    left:250px;
}
.image01 img {
    width: 360px;
}
.image02 {
    position: absolute;
    z-index: 1;
    top: 220px;
    left:210px;
}

.image02 img {
    width: 310px;
}

.image03 {
    position: absolute;
    z-index: 1;
    bottom: 180px;
    left:550px;
}

.image03 img {
    width: 330px;
}

.image04 {
    position: absolute;
    z-index: 1;
    bottom: -38px;
    left:300px;
}
.image04 img {
    width: 400px;
    height: 190px;
}
.tours_icon {
    position: absolute;
    bottom: -130px;
    left: -300px;
    z-index: 2;
}
.tours_icon img {width: 300px;}

.tours_image01 {
    position: absolute;
    z-index: 1;
    top: -50px;
    right: 170px;
}
.tours_image01 img {
    width: 420px;
}
.tours_image02 {
    position: absolute;
    z-index: 1;
    top: 200px;
    right: 500px;
}

.tours_image02 img {
    width: 350px;
}

.tours_image03 {
    position: absolute;
    z-index: 1;
    top: 220px;
    right: 200px;
}

.tours_image03 img {
    width: 280px;
}

.tours_image04 {
    position: absolute;
    z-index: 1;
    top: 410px;
    right: 260px;
}
.tours_image04 img {
    width: 500px;
    height: 230px;
}

.icon {
    color:#498ee0;
}

.point-boxs {
    padding-top: 50px;
    padding-bottom: 100px;
    background: linear-gradient(to top, rgb(3, 91, 222), #9FE5D8 );
}

.heading {
	position: relative;
    font-size: 26px;
    letter-spacing: .1em;
}
.heading::before {
	content: attr(data-number);
	display: block;
    color: #FF7C00;
    background: -webkit-linear-gradient(65deg, #FF7C00, #FFC778); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 30px;
}

.heading::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 1px;
    background: -webkit-linear-gradient(65deg, #FF7C00, #FFC778); 
}
.point-subtitle {
    padding: 0 0 2rem 0;
    font-size:3rem;
    font-weight: bold;
    color:#ffffff;
}
ul {list-style: none;}
.point-list {
    padding: 10px;
    flex-direction: column;
}

.image {
    width: 300px;
    height: auto;
    border: 5px solid #ffffff;
    position: relative;
}

.logo {
    width: 100px;
    position: absolute;
    z-index: 1;
    margin-left: 100px;
    margin-top: -189px;
}

.point-list .text-boxs {
    margin: 10px 0 0 0;
}

.sp-br {
    display: inline;
}

.text-boxs p {
    margin: 10px 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    text-align: start;
    height: 180px;
}

.tour-boxs {
    padding: 2rem 0;
    margin-top: 100px;
    height: 100vh;
}
.tour-boxs-bg {
    position: absolute;
    width: 95%;
    height: 100%;
    background-color: rgba(149, 212, 245, 0.434);
    left:0;
    top:1;
}

.tour-boxs2 {
    padding: 2rem 0;
    margin: 100px auto 150px auto;
    /* height: 77vh; */
}
.tour-boxs2-bg {
    position: absolute;
    width: 95%;
    height: 100%;
    background-color: rgba(171, 216, 120, 0.612);
    right: 0;
    top:1;
}

.detail-text {
    position: absolute;
    top: 60px;
    right: -630px;
    z-index: 1;
    font-size: 20px;
    padding:15px;
    border-bottom: 1px rgba(128, 128, 128, 0.705) solid;
}

.point-06 {
    position: absolute;
    top: 200px;
    right: -720px;
    z-index: 1;
    padding-top:50px;
}
.point-05 {
    position: absolute;
    top: 200px;
    left: -680px;
    z-index: 1;
    padding-top:10px;
}

.point-area {
    display:flex;
}

.point-en img {
    width: 60px;
}

.title01 {
    position: absolute;
    top: -50px;
    right: -250px;
    z-index: 1;
}

.point-text {
    font-size: 1rem;
    padding: 1rem;
    font-weight: bold;
}

.image0 img, .tours_image0 img {
    width: 100%;
} 

.sample_box12 {
    position: absolute;
    bottom: 10px;
    right: -380px;
}

.sanka-joken {
    padding: 1.2rem;
    margin-top: 20px;
}

.sample_box12 {
    width: 300px;
    padding: 15px;
    margin: -2.2em 2rem 0 auto;
    background: #fbc7f5;
    color: #000;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.03);transform:rotate(2deg);
    word-break: break-all;
 }
 .sample_box12 p {
     margin: 0; 
     padding: 0;
     font-size: 0.9em;
 }
 .sample_box12_tape {
     width: 50%;
     height: 35px;
     margin: -25px auto 0;
     background: rgba(255, 0, 225, 0.5);
     transform: rotate(-3deg);
     opacity: 0.9;
 }
 .sample_box12_title {
     text-align: center;
     font-size: 1.3em!important;
     margin-top: 10px!important;
 }
 .sample_box12_subtitle {position: absolute;top: 20px;left: 150px;z-index: 1;}
 .sample_box12_subtitle img {width: 130%;}
 .sample_box12_subtitle2 {display: none;position: absolute;top: -140px;left: 150px;z-index: 1;}
 .sample_box12_subtitle2 img {width: 130%;}

.sample_box13 {
    position: absolute;
    top: -30px;
    left: 600px;
}

.sample_box13 {
    width: 280px;
    padding: 15px;
    margin: -2.2em 0rem 0 auto;
    background: #fbf7c7;
    color: #000;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.03);transform:rotate(2deg);
    word-break: break-all;
 }
.sample_box13 p {
     margin: 0; 
     padding: 0;
     font-size: 0.9em;
 }
 .sample_box13_tape {
     width: 50%;
     height: 35px;
     margin: -25px auto 0;
     background: rgba(255, 174, 0, 0.5);
     transform: rotate(-3deg);
     opacity: 0.9;
 }
.sample_box13_title {
     text-align: center;
     font-size: 1.3em!important;
     margin-top: 10px!important;
 }
 .sample_box13_subtitle {position: absolute;top: -100px;right: -420px;z-index: 1;}
 .sample_box13_subtitle img {width: 60%;}
 .imags-icon {position: absolute;bottom: -60px;right: -350px;z-index: 1;}
 .imags-icon img {width: 60%;}

.sanka-joken02 {
    background-color: #fce9a8; 
    padding: 1.2rem;
    z-index: 1;
    width: 430px;
    margin-top: 50px;
}

.detail-text2 {
    position: absolute;
    top: 60px;
    left: -680px;
    z-index: 1;
    font-size: 20px;
    padding:15px;
    border-bottom: 1px rgba(128, 128, 128, 0.705) solid;
}

/* ツアーポイントここまで */

@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

.btns,
a.btns,
button.btns {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn--circle {
  width: 140px;
  height: 140px;
  padding: 20px 0 0;
  border-radius: 50%;
  color: #fff;
  font-size: 100%;
  background: #eb6877;
  -webkit-box-shadow: 0 7px 0 #e53b4e;
  box-shadow: 0 7px 0 #e53b4e;
}

a.btn--circle i {
  font-size: 150%;
}

.fa-position-bottom {
  position: absolute;
  bottom: 1rem;
  left: calc(50% - 0.5rem);
}

a.btn--circle:hover {
  -webkit-transform: translate(0, 4px);
  transform: translate(0, 4px);
  color: #fff;
  -webkit-box-shadow: 0 3px 0 #e53b4e;
  box-shadow: 0 3px 0 #e53b4e;
}

.about-monitor {
    padding-top: 60px;
    padding-bottom: 130px;
    background: #fce9a8;
}

.heading_about {
	position: relative;
	padding-bottom: 20px;
	font-size: 26px;
    text-align: center;
    color: #005bac;
    font-weight: bold;
}

.heading_about::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 7px;
	height: 7px;
	background-color: #b99b00;
	border-radius: 7px;
}

.about-monitor .about-text-boxs {
    width: 1000px;
}

.about-monitor .about-text-box {
    padding: 2rem 0;
    line-height: 2;
    font-family: "Noto Sans CJK JP"; 
}
.about-text-box .text-box-title {
    font-size: 21px;font-weight:900;
    padding-bottom: 0.8rem;
}
.about-text-box .text-box-title-e {
    font-size: 20px;font-weight:900;
}

.strong-text {
	position: relative;
	font-size: 26px;
}

.strong-text p {
    display:inline-block;
    position: relative;
    z-index: 2;
}

.strong-text p::before {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 10px;
	background-image: repeating-linear-gradient(-45deg, #005bac 0px, #005bac 2px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 10px 10px;
	z-index: 1;
}

.about-text-box .text-area {
    padding: 1em 1.5em;
    margin: 2em 0;
    background-color:#ffffffb6;/*背景色*/
    border: dotted 6px #ffa500;/*線*/
    color:#000000;/*文字色*/
    text-align: start;
}
.sample_box5 p {
    margin: 0; 
    padding: 0;
}
.sp {display: inline;}
.sp-small {display: none;}
.strong-text-sp{
    display: none;
    font-family: "Noto Sans CJK JP";
}
.title-sp-br{
    display: none;
}
.strong-text-sp p {
    background-color: #005bac;
    color: #ffffff;
    padding: 0.6rem 0;
}
.title-sp {
    display: none;
}
.imp_text{
    font-size: 18px;
}

.bottom-boxs {
    padding-top: 4rem;
}
a {text-decoration: none;}
.bottom-boxs a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 20px 50px;
    width: 290px;
    font-size: 15px;
    font-weight: 700;
    background-color: #ffffff;
    border: 1px solid #333333;
    border-radius: 62px;
    color:  #333333;
}
  
.bottom-boxs a::after {
    content: '';
    width: 28px;
    height: 32px;
    background-image: url('../icon.svg');
    background-size: cover;
    background-repeat: no-repeat;
}
.schedule-box {
    padding-top: 100px;
}
.schedule-title {
	position: relative;
	padding-bottom: 20px;
	font-size: 26px;
    text-align: center;
    font-weight: bold;
}

.schedule-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 7px;
	height: 7px;
	background-color: #b99b00;
	border-radius: 7px;
}

.schedule-lists {
    padding:20px 0;
    text-align: center;
}

.heading11 {
	position: relative;
	font-size: 26px;
    text-align: center;
    padding: 1rem 0;
}

.heading11::before {
	content: attr(data-number);
	display: block;
	margin-bottom: 30px;
	color: #005bac;
    font-size: 30px;
    font-family: "Noto Sans CJK JP"; 
    font-weight: bold;
}

.heading11::after {
	content: '';
	position: absolute;
	top: 60px;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 20px;
	background-color: #005bac;
}
.schedule-lists .title{
    font-size: 20px;
    width: 100px;
    text-align: center;
    display: inline-block;
    letter-spacing: .1em;
    font-family: "Noto Sans CJK JP";
    background-color: #5fbdda; 
    color: #ffffff;
    margin: 2rem 0 1rem 0;
}
.schedule-lists .date {
    padding: 1rem 0 0 0;
    font-size: 18px;
    letter-spacing: .2em;
    font-family: "Noto Sans CJK JP"; 
    font-weight: bold;
}
.schedule-lists .mun {
    padding: 1rem 0;
    font-size: 35px;
    letter-spacing: .2em;
    font-family: 'Impact',sans-serif;
    /* font-family: 'Chalkduster',sans-serif; */
}
table{
    width: 65%;
    border-spacing: 0;
    margin: 2rem auto 2rem auto;
  }
  
  table .first-table{
    border-bottom: solid 2px #5fbdda;
    padding: 10px 0;
  }
  
  table .second-table, table .theerd-table{
    border-bottom: solid 2px #ddd;
    text-align: center;
    padding: 10px 0;
  }

  table th, td {
    text-align: center;
    padding: 1rem;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: .1em;
    font-family: "Noto Sans CJK JP";
  }
.schedule-lists .lists {
    display:none;
    padding:0.5rem 0 1.5rem 0;
}
.schedule-lists .lists .list-item1 {
    font-size: 13px;
    border-bottom: 1px solid #75d2ee;
}
.schedule-lists .lists .list-item1 span {
    padding: 0.8rem;
}
.schedule-lists .lists .list-item {
    font-size: 18px;
    text-align: start;
}
.schedule-lists .lists .list-item span {
    padding: 0.3rem 0.8rem;
}

.booking-bottom-boxs {
    padding: 1rem 0 0 0;
}
.booking-bottom-boxs a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 20px 40px;
    width: 260px;
    font-size: 15px;
    font-weight: 700;
    background-color: rgba(63,193,201,1);
    border-radius: 62px;
    color:  #ffffff;
}
  
.booking-bottom-boxs a::after {
    content: '';
    width: 28px;
    height: 32px;
    background-image: url('../search_icon.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.sport-boxs {
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: #dae9f0;
}

.sport-title {
	position: relative;
	padding-bottom: 20px;
	font-size: 26px;
    text-align: center;
    font-weight: bold;
    color:#005bac;
    font-family: "Noto Sans CJK JP"; 
    font-weight: bold;
}

.sport-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 7px;
	height: 7px;
	background-color: #b99b00;
	border-radius: 7px;
}
.sport-lists {
    padding: 3rem 0;
}
.sport-list {
    padding: 5px;
}
.sport-list img {
    width: 450px;
    height: 80px;
    border: 2px solid #ffffff;
}
footer {
    padding-top: 100px;
}
footer .footer-title {
    position: relative;
	padding-bottom: 20px;
	font-size: 26px;
    text-align: center;
    font-weight: bold;
    color:#005bac;
    font-family: "Noto Sans CJK JP"; 
    font-weight: bold;
}
footer .footer-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 7px;
	height: 7px;
	background-color: #b99b00;
	border-radius: 7px;
}
.company-blocks {
    padding:70px 20px;
}
.company-block {
    padding: 5px;
    width: 450px;
    height: auto;
    font-family: "Noto Sans CJK JP"; 
}
.links {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.links small {border-bottom: 2px solid #000;padding-bottom: 4px;}

.relevance-tour {
    margin-top: 6rem;
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: #fce9a8;
}

.relevance-tour-title {
	position: relative;
	padding-bottom: 20px;
	font-size: 26px;
    text-align: center;
    font-weight: bold;
    color:#005bac;
    font-family: "Noto Sans CJK JP"; 
    font-weight: bold;
}
.relevance-tour-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 7px;
	height: 7px;
	background-color: #b99b00;
	border-radius: 7px;
}

#youtube {background-color: #5fbdda;}
.youtube-size {width: 500px;height: 300px;}


/* ツアーたぶここから */

.day1-big-point,.day2-big-point,.day3-big-point,.day4-big-point {
    position: relative;
}

.day1-big-point img,.day2-big-point img,.day3-big-point img,.day4-big-point img {
    width: 100%;
}

.day1-big-point .day1,.day2-big-point .day2,.day3-big-point .day3,.day4-big-point .day4 {
    position: absolute;
    top: 30px;
    left: 50px;
    font-size: 50px;
    font-family: 'Vujahday Script', cursive;
}

.day1-big-point .big-point {
    position: absolute;
    top: 80px;
    right: 70px;
    font-size: 15px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    letter-spacing: .1em;
    font-weight: bold;
    line-height: 1.9;
    padding:15px;background-color: rgba(255, 255, 255, 0.568);
}

.day2-big-point .big-point {
    position: absolute;
    top: 40px;
    right: 70px;
    font-size: 15px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    letter-spacing: .1em;
    font-weight: bold;
    line-height: 1.9;
    padding:15px;
    background-color: rgba(255, 255, 255, 0.568);
}

.day3-big-point .big-point {
    position: absolute;
    top: 80px;
    right: 70px;
    font-size: 15px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    letter-spacing: .1em;
    font-weight: bold;
    line-height: 1.9;
    padding:15px;background-color: rgba(255, 255, 255, 0.568);
}

.day4-big-point .big-point {
    position: absolute;
    top: 50px;
    right: 70px;
    font-size: 15px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    letter-spacing: .1em;
    font-weight: bold;
    line-height: 1.9;
    padding:15px;background-color: rgba(255, 255, 255, 0.568);
}

.point-area-text {
    display: flex;
}
.point-1-3 {
    display: flex;
    flex-direction: column;
}

.point-4-5 {
    display: flex;
}

.point-8 {
    display: flex;
}

.day3-p {
    flex-direction: column;
}

.point-11-12 {
    display: flex;
}

/*エリアの表示非表示と形状*/
.area {
  display: none;/*はじめは非表示*/
  opacity: 0;/*透過0*/
  background: #fff;
  padding:50px 20px;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*========= レイアウトのためのCSS ===============*/

a{
  color:#333;
}

.wrapper{
    max-width:100%;
    margin:100px auto 0px auto;
}

.area h2{
  font-size:1.3rem;
  margin:0 0 20px 10px;
}

.area li{
  padding: 10px; 
  border-bottom: 1px solid #ddd;
}

.sp-tour-area {display: none;}
  
/* ツアーたぶここまで */


/*==================================================
ギャラリーのためのcss
===================================*/
.gallery {display: none;}

.gallery{
    columns: 4;/*段組みの数*/
    padding:0 15px;/*ギャラリー左右に余白をつける*/
}
    
.gallery li {
    margin-bottom: 20px;/*各画像下に余白をつける*/
}
    
/*ギャラリー内のイメージは横幅100%にする*/
.gallery img{
    width:100%;
    height:auto;
    vertical-align: bottom;/*画像の下にできる余白を削除*/}
    
/*　横幅900px以下の段組み設定　*/
@media only screen and (max-width: 900px) {
  .gallery{
  columns:3;
  } 
}
    
@media only screen and (max-width: 768px) {
  .gallery{
  columns: 2;
  } 
}

/*画像を出現させるアニメーションCSS*/

.flipLeft{
    animation-name: flipLeft;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    perspective-origin: left center;
    opacity: 0;
}
    
@keyframes flipLeft{
  from {
   transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
  opacity: 0;
  }

  to {
  transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
  opacity: 1;
  }
}

/* 環境への取り組みここから */
.sdgs-box {
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: #5fbdda;
    /* background: linear-gradient(to top, #9FE5D8, rgb(3, 91, 222)); */
}

.tourism-boxs {
    display: flex;
}

.sdgs-list {
    display: flex;
    justify-content: start;
}

.sdgs-list img {
    width: 80px;
    height: 80px;
}
  
  .u-clearfix:before,
  .u-clearfix:after {
    content: " ";
    display: table;
  }
  
  .u-clearfix:after {
    clear: both;
  }
  
  .u-clearfix {
    *zoom: 1;
  }
  
  .subtle {
    color: #666;
  }
  
  .card-container {
    margin: 25px auto 0;
    position: relative;
    width: 692px;
  }
  
  .card-eco {
    background-color: #fff;
    padding: 30px;
    position: relative;
    box-shadow: 0 0 5px rgba(75, 75, 75, .07);
    z-index: 1;
  }
  
  .eco01 {position: absolute;top:0;left:100px;}
  .eco01 img {max-width: 50%;}
  .eco02 {position: absolute;bottom:30px;left:350px;}
  .eco02 img {max-width: 50%;}
  .eco02-1 {position: absolute;top:-100px;left:200px;}
  .eco02-1 img {max-width: 100%;}
  .eco02-2 {display: none;}
  .eco02-3 {display: none;}

  .eco03 {position: absolute;top:-110px;left:160px;}
  .eco03 img {max-width: 60%;}
  .eco04 {position: absolute;top:-110px;left:160px;}
  .eco04 img {max-width: 60%;}
  .eco04-1 {position: absolute;bottom:-110px;left: -100px;}
  .eco04-1 img {max-width: 70%;}
  
  .card-body-eco {
    display: inline-block;
    float: left;
    width: 310px;
  }
  
  .card-number {
    margin-top: 15px;
  }
  
  .card-circle {
    border: 1px solid #aaa;
    border-radius: 50%;
    display: inline-block;
    line-height: 22px;
    font-size: 12px;
    height: 25px;
    text-align: center;
    width: 25px;
  }
  
  .card-author {
    display: block;
    font-size: 12px;
    letter-spacing: .5px;
    margin: 15px 0 0;
    text-transform: uppercase;
  }
  
  .card-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
    margin: 10px 0;
  }
  
  .card-description {
    display: inline-block;
    font-weight: 300;
    line-height: 22px;
    margin: 10px 0;
  }
  
  .card-read {
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 6px;
    margin: 5px 0 20px;
    position: relative;
    text-align: right;
    text-transform: uppercase;
  }
  
  .card-read:after {
    background-color: #b8bddd;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 9px;
    width: 75%;
  }
  
  .card-tag {
    float: right;
    margin: 5px 0 0;
  }

  .card-media {
    float: right;
    max-width: 100%;
  }
  .card-sp-media {
      display: none;
  }
  
  .card-shadow {
    background-color: #fff;
    box-shadow: 0 2px 25px 2px rgba(0, 0, 0, 1), 0 2px 50px 2px rgba(0, 0, 0, 1), 0 0 100px 3px rgba(0, 0, 0, .25);
    height: 1px;
    margin: -1px auto 0;
    width: 80%;
    z-index: -1;
  }
/* 環境への取り組みここまで */

/*========= ページトップのためのCSS ===============*/
/*リンクを右下に固定*/
#page-top {
    position: fixed;
    right: 10px;
    bottom:30px;
    z-index: 2;
      /*はじめは非表示*/
    opacity: 0;
    transform: translateY(150px);
  }
  
  /*　上に上がる動き　*/
  #page-top.UpMove{
    animation: UpAnime 0.5s forwards;
  }
  
  @keyframes UpAnime{
    from {
      opacity: 0;
    transform: translateY(150px);
    }
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  
  /*　下に下がる動き　*/
  #page-top.DownMove{
    animation: DownAnime 0.5s forwards;
  }
  
  @keyframes DownAnime{
    from {
      opacity: 1;
    transform: translateY(0);
    }
    to {
      opacity: 1;
    transform: translateY(150px);
    }
  }
  
  /*画像の切り替えと動き*/
  #page-top a {
      /*aタグの形状*/
    display: block;
    width: 100px;
    height: 100px;
    color: #333;
    text-align: center;
    text-transform: uppercase; 
    text-decoration: none;
    font-size:0.6rem;
      /*背景画像の指定*/
    background: url("../image/fly.png") no-repeat center;
    background-size: contain;
  }
  
  #page-top.floatAnime a{
    width: 100px;
    height: 130px;
      /*背景画像の指定*/
    background: url("../image/fly.png") no-repeat center;
    background-size: contain;
      /*アニメーションの指定*/
    animation: floatAnime 2s linear infinite;
    opacity: 0;
  }
  
  @keyframes floatAnime {
    0% { transform: translateX(0); opacity: 0; }
    25% { transform: translateX(-6px);opacity: 1; }
    50% { transform: translateX(0) }
    100% { transform: translateX(6px);opacity: 1; }
  }
  
  /*Page Topと書かれたテキストの位置*/
  #page-top span{
      position: absolute;
      bottom: -20px;
      right: 20px;
    color: #666;
  }

  /* スクロールしたとき画像を1枚ずつ表示 */
  .fadein {
    opacity : 0;
    transition : all 1s;
  }
    
  .fadein.active{
    opacity : 1;
  }

  .fadein2 {
    opacity : 0;
    transition : all 1s;
  }
    
  .fadein2.active2{
    opacity : 1;
  }

  .img-group {display: flex;}

  .clothes {
    position: relative;
    padding: 1.5rem;
    text-align: center;
    border: 2px solid #000;
    background: #fff;
  }
  .clothes:before,
  .clothes:after {
    position: absolute;
    content: '';
  }
  
  .clothes:before {
    top: -40px;
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    border: 2px solid #000;
    border-radius: 50%;
    background: #fff;
  }
  
  .clothes:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  
  .clothes i {
    font-size: 20px;
    font-size: 2rem;
    line-height: 60px;
    position: absolute;
    z-index: 1;
    top: -40px;
    left: calc(50% - 40px);
    width: 80px;
    height: 60px;
    text-align: center;
    color:rgb(0, 123, 255);
  }
  
  .clothes span {
    position: relative;
    z-index: 1;
    font-size: 30px;
  }
  
  .clothes-boxs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .clothes-boxs img {
    display: block;
    width: 48%;
    height: auto;
    z-index: 1;
  }
  
  .clothes-boxs .box {
    z-index: 1;
    width: 48%;
    font-size: 25px;
  }
  .nav-tabs .nav-link {padding: 10px;font-size: 20px;font-family: 'M PLUS Rounded 1c', sans-serif;border-color: #014d9a #014d9a80 #fff;background-color:#fff;}
  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
      padding: 10px;
      color: #fff;
      font-weight: bold;
      background-color:#5fbdda;
      border-color: #5fbdda #dee2e6 #fff;
    }


    .fm-card-left {
        position: relative;
        width: 400px;
        height: auto;
        background: #ffffff;
        box-shadow: 0px 4px 8px 0px rgba(23, 23, 23, 0.2);
        border-radius: 8px;
        margin: 10px;
    }
    .fm-card-right {
        position: relative;
        width: 960px;
        height: auto;
        background: #ffffff;
        box-shadow: 0px 4px 8px 0px rgba(23, 23, 23, 0.2);
        border-radius: 8px;
        margin: 10px;
    }
    .fm-card-right1 {
        position: relative;
        width: 580px;
        height: 800px;
        background: #ffffff;
        box-shadow: 0px 4px 8px 0px rgba(23, 23, 23, 0.2);
        border-radius: 8px;
        margin: 10px;
    }
    .fm-card-right2 {
        position: relative;
        width: 480px;
        height: auto;
        background: #ffffff;
        box-shadow: 0px 4px 8px 0px rgba(23, 23, 23, 0.2);
        border-radius: 8px;
        margin: 10px;
    }

    .fm-card-2left {
        position: relative;
        width: 780px;
        height: auto;
        background: #ffffff;
        box-shadow: 0px 4px 8px 0px rgba(23, 23, 23, 0.2);
        border-radius: 8px;
        margin: 10px;
    }
    .fm-card-left2 {
        position: relative;
        width: 380px;
        height: auto;
        background: #ffffff;
        box-shadow: 0px 4px 8px 0px rgba(23, 23, 23, 0.2);
        border-radius: 8px;
        margin: 10px;
    }
    .fm-card-left2-2 {
        position: relative;
        width: 685px;
        height: auto;
        background: #ffffff;
        box-shadow: 0px 4px 8px 0px rgba(23, 23, 23, 0.2);
        border-radius: 8px;
        margin: 10px;
    }
    
    .fm-card-header {
        width: 100%;
        height: 40%;
        background-color: royalblue;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        overflow: hidden;
    }

    .fm-card-header img {
        max-width: 100%;
        height: auto;
    }
    
    .fm-card-header:hover img {
        transform: scale(1.2);
        opacity: 0.8;
        cursor: pointer;
    }
    
    .fm-card-header::after,.hakubutukan::after, .renshu::after {
        content: "";
        position: absolute;
        left: 10%;
        top: 36%;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 15px solid #fff;
        transform: rotate(-90deg);
    }    
    .hakubutukan::after, .renshu::after {
        top: 35%;
    }
    .fm-card-content {
        position: relative;
        max-width: 100%;
        height: 0%;
        padding: 20px;
    }
    
    .fm-card-content .title a {
            text-decoration: none;
            color: #5fbdda;
            font-weight: bold;
            font-size: 15px;
    }
          
    .fm-card-content .title a:hover {
        color: dodgerblue;
    }
    
    .fm-card-content .summary p {
        color: #555;
        font-size: 16px;
        overflow-wrap: break-word;
        text-align: left;
        max-width: 100ch;
    }
    .sp-text {display:none;}
    .right:after {
        top: 75%;
    }
    .left1::after {
        top: 70.5%;
    }
    .left2::after {
        top: 37.5%;
    }
    .lunch, .bbq, .camp, .harvest, .local_cuisine, .out_cooking, .cycling {height: 200px;}
    .lunch::after, .bbq::after {top: 54%;}
    .camp::after {top: 45%;}
    .harvest::after, .local_cuisine::after {top: 55%;}
    .out_cooking::after, .cycling::after {top: 48%;}
    .stroll, .hiking, .sansaku, .cycling-2, .freetime {height: 380px;}
    .stroll::after, .hiking::after, .sansaku::after, .cycling-2::after, .freetime::after {top: 70.5%;}
    .kyak::after {top: 75%;}
    .nav-tabs {padding: 0 20px;}
    .area.is-active {padding-top: 1rem;}

    /* ガイド紹介 */
    .guide {
        padding-top: 30px;
        padding-bottom: 70px;
    }
    .guide-subtitle {
        padding: 0 0 2rem 0;
        font-size:3rem;
        font-weight: bold;
        color:#014d9a;
    }

    .guide-card-item {
        width: 100%;
        max-width: 342px;
        margin: 10px auto;
        padding: 16px 16px 35px;
        border-radius: 30px;
    }
    .guide-card-img {
        width: 100%;
        max-width: 310px;
        height: auto; 
        vertical-align: bottom; /* 画像の下の余白を埋める */
    }
    .guide-card-item img {max-width: 210px;border-radius: 50%;border:7px solid orange;}

    .guide-card-tit {
        margin-top: 20px;
        color: #333;
        font-size: 20px;
        line-height: 1.2;
        text-align: center;
    }
    .guide-card-item p {
        margin-top: 20px;
        color: #333;
        font-size: 16px;
        line-height: 1.5;
        text-align: start;
        padding: 10px;
        background-color: rgba(255, 255, 255, 0.747);
        border-radius: 15px;
    }
      .guide-list {
        display: flex; /* カードの横並び */
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .text-about {text-align: center;line-height: 2.2rem;}
    .pctb {display: inline;}
    .sp-top {display: none;}

@media screen and (max-width: 1024px) {
    .youtube-size {width: 400px;height: 260px;}
    .gnavi, .menu-var {width: 1024px;}
    .gnavi li a {padding: 10px 18px;}
    .p-2 {padding: 0rem!important;}
    .image01 {top: -80px;left: 80px;}
    .image01 img {width: 270px;}
    .image02 {top: 100px;left:140px;}
    .image02 img {width: 200px;}
    .image03 {bottom: 145px;left:320px;}
    .image03 img {width: 250px;}
    .image04 {bottom: -50px;left:100px;}
    .image04 img {width: 400px;height: 190px;}
    .title01 {top: -80px;right: -200px;}
    .detail-text {font-size: 18px;top: 40px;right: -500px;}
    .sample_box12 {width: 260px;bottom: -10px;right: -285px;padding: 10px;margin: 0 auto;}
    .sample_box12_title {font-size: 1.1em!important;}
    .sample_box12 p {font-size: 0.8em;}
    .point-06 {top: 200px;right: -505px;padding-top: 0px;}
    .point-en img {width: 50px;}
    .point-text {font-size: 0.8rem;padding: 1.2rem 0 0 0;font-weight: bold;}
    .tours_image {margin-left: 500px;}
    .tours_image01 {top: -50px;right: 80px;}
    .tours_image01 img {width: 330px;}
    .tours_image02 {top: 280px;right: 360px;z-index: 2;}
    .tours_image02 img {width: 250px;}
    .tours_image03 {top: 180px;right: 180px;}
    .tours_image03 img {width: 250px;}
    .tours_image04 {top: 360px;right: 140px;}
    .tours_image04 img {width: 330px;height: 150px;}
    .tour-title2 {left: -470px;}
    .detail-text2 {font-size: 18px;left: -470px;}
    .point-05 {left: -480px;}
    .sample_box13 {width: 270px;top: -181px;left: 350px;padding: 15px;margin: 0 auto;}
    .sample_box13_title {font-size: 1.1em!important;}
    .sample_box13 p {font-size: 0.8em;}
    .tour-boxs2 {height: 60vh;margin-top: 100px;}
    .day1-big-point .big-point, .day3-big-point .big-point {right: 40px;}
    .day2-big-point .big-point {right: 40px;}
    .day4-big-point .big-point {right: 50px;}
    .kerama-about {top: -60px;right: 150px;}
    .kerama-about-title {font-size: 20px;}
    .kerama-about-text {font-size: 14px;}
    .tourism-boxs {flex-direction: column;}
    .sample_box12_subtitle {display: none;}
    .sample_box12_subtitle2 {display: inline;}
    .tour-boxs {height: 80vh;}
    .sample_box13_subtitle {top: -160px;right: -201px;}
    .imags-icon {display: none;}
    .card-container {width: 751px;}
    .card-body-eco {width: 376px;}
    .sdgs-list img {width: 91px;height: 91px;}
    .eco02 {bottom: -23px;left: 417px;}
    .eco02 img {max-width: 65%;}
    .logo {margin-left: 147px;margin-top: -217px;}
    .image {width: 400px;}
    .tour-boxs-bg {height: 80%;}
    .tour-boxs2-bg {height: 85%;}
    .tours_icon {position: absolute;bottom: -250px;left: -200px;z-index: 2;}
    .fm-card-left {width: 300px;}
    .fm-card-right {width: 660px;}
    .fm-card-right2 {width: 320px;}
    .right:after {top: 64%;}
    .fm-card-2left {width: 550px;}
    .fm-card-left2 {width: 265px;height: auto;}
    .fm-card-left2-2 {width: 475px;}
    .fm-card-right1{width: 400px;height: 550px;}
    .left1::after {top: 62.5%;}
    .left2::after {top: 36%;}
    .lunch, .bbq, .camp, .harvest, .local_cuisine, .out_cooking, .cycling, .stroll, .hiking, .sansaku, .cycling-2, .freetime {height: auto;}
    .lunch::after, .bbq::after {top: 46%;}
    .camp::after {top: 35.5%;}
    .harvest::after, .local_cuisine::after {top: 48%;}
    .out_cooking::after, .cycling::after {top: 43%;}
    .sansaku::after {top: 58.5%;}
    .freetime::after {top: 58.5%;}
    .cycling-2::after {top: 58.5%;}
    .kyak::after {top: 61.5%;}
    .stroll::after {top:66.5%;}
    .guide-subtitle {padding-bottom:10px;font-size:2.5rem;}
    .guide-card-item img {width: 80%;}
    .stroll::after {top: 58.5%;}
    .hiking::after {top: 58.5%;}
    .cycling-3::after {top: 66.5%;}
}

@media screen and (max-width: 768px) {
    .youtube-size {width: 320px;height: 250px;}
    .gnavi, .menu-var {margin-top: -120px;width: 768px; padding: 0;}
    .gnavi li a {padding: 10px 15px;font-size:12px}
    .p-2 {padding: 0rem!important;}
    .text-box .text-area {font-size: 0.8rem;}
    .day1-big-point .day1,.day2-big-point .day2,.day3-big-point .day3,.day4-big-point .day4 {top: 20px;left: 30px;}
    .day1-big-point .big-point, .day3-big-point .big-point {top: 50px;right: 15px;font-size: 13px}
    .day2-big-point .big-point,.day4-big-point .big-point {top: 25px;right: 30px;font-size: 13px}
    .kerama-about {right: 110px;}
    .kerama-about-title {font-size: 17px;}
    .kerama-about-text {font-size: 12px;padding-top:1rem;}
    .sanka-joken {display: none;}
    .logo {margin-left: 93px;margin-top: -192px;}
    .image {width: 300px;}
    .text-boxs p {font-size: 15px;}
    .tour-boxs2 {margin-bottom: 200px;}
    .image01 {top: -80px;left: 47px;}
    .image01 img {width: 235px;}
    .image02 {top: 79px;left: 119px;}
    .image02 img {width: 175px;}
    .image03 {bottom: 37px;left: 303px;}
    .image03 img {width: 222px;}
    .image04 {bottom: -107px;left: 46px;}
    .image04 img {width: 297px;height: 162px;}
    .title01 {top: -83px;right: -179px;}
    .heading {font-size: 19px;}
    .sample_box12 {width: 191px;bottom: -8px;right: -198px;padding: 8px;margin: 0 auto;}
    .sample_box12_title {font-size: 0.8em!important;}
    .sample_box12 p {font-size: 0.6em;}
    .detail-text {font-size: 13px;top: 26px;right: -383px;}
    .point-text {font-size: 0.3rem;padding: 1.2rem 0 0 0;font-weight: bold;}
    .point-06 {top: 146px;right: -374px;padding-top: 0px;}
    .point-en img {width: 50px;}
    .tours_image {margin-left: 384px;}
    .tours_image01 {top: -64px;right: 70px;}
    .tours_image01 img {width: 280px}
    .tours_image02 {top: 249px;right: 224px;z-index: 2;}
    .tours_image02 img {width: 238px;}
    .tours_image03 {top: 108px;right: 143px;}
    .tours_image03 img {width: 225px;}
    .tours_image04 {top: 327px;right: 37px;}
    .tours_image04 img {width: 330px;height: 150px;}
    .tour-title2 {left: -375px;}
    .detail-text2 {font-size: 13px;left: -375px;}
    .point-05 {left: -387px; top: 150px;}
    .sample_box13 {width: 200px;top: -115px;left: 239px;padding: 8px;margin: 0 auto;}
    .sample_box13_title {font-size: 0.8em!important;}
    .sample_box13 p {font-size: 0.6em;}
    .day1-big-point .big-point, .day3-big-point .big-point {right: 20px;}
    .day2-big-point .big-point {right: 40px;}
    .day4-big-point .big-point {right: 50px;}
    .card-container {width: 600px;}
    .card-body-eco {width: 244px;}
    .sdgs-list img {width: 60px;height: 60px;}
    .eco02 {right: 0;}
    .eco02 img {max-width: 130%;}
    .eco03 {top: -110px;left: 110px;}
    .eco04 {top: -110px;left: 135px;}
    .sample_box12_subtitle2 {top: -117px;left: 98px;}
    .sample_box13_subtitle {top: -73px;right: -312px;}
    .sample_box13_subtitle img {width: 40%;margin-top:-80px;margin-right:100px;}
    .section1 {padding-top: 50px;}
    #page-top a {width: 80px;height: 80px;}
    .navbar-brand img,svg {width: 180px;height: 60px;}
    .clothes-boxs .box {font-size: 23px;}
    .tours_icon {
        position: absolute;
        bottom: -200px;
        left: -180px;
        z-index: 2;
    }
    .tours_icon img {width: 200px;}
    .fm-card-left {
        width: 270px;
        height: auto;
        margin: 5px;
    }
    .fm-card-right {
        width: 445px;
        height: auto;
        margin: 5px;
    }
    .fm-card-right2 {
        width: 220px;
        height: auto;
        margin: 5px
    }
    .right:after {top: 54%;}
    .fm-card-content .summary p {font-size: 13px;}
    .point-8 {display:none;}
    .sp-text {display:inline;}
    .fm-card-2left {
        width: 420px;
        margin: 5px
    }
    .fm-card-left2 {
        width: 400px;
        height: auto;
        margin: 5px
    }
    .fm-card-left2-2 {
        width: 355px;
        margin: 5px
    }
    .fm-card-right1{
        width: 290px;
        height: auto;
        margin: 5px
    }

    .left1::after {top: 54.5%;}
    .left2::after {top: 35%;}
    .point-area-text {display: flex;}
    .kyak::after {top: 52%;}
    .out_cooking::after, .cycling::after {top: 56%;}
    .camp::after,.harvest::after, .local_cuisine::after {top: 38%;}
    .cycling-2::after {top: 53.5%;}
    .sansaku::after, .stroll::after, .hiking::after {top: 53%;}
    .nav-tabs .nav-link {font-size: 17px;}
    .guide {padding:0;}
    .guide-subtitle {font-size:2.0rem;}
    .guide-card-item p {font-size: 13px;}
    .hakubutukan::after, .renshu::after {top: 33%;}
    .cycling-3::after {top:61.5%;}
    a.btn--circle {width: 110px;height: 110px;font-size: 80%;}
    .freetime::after {top: 53.5%;}
}

/* sp size */
@media screen and (max-width: 599px){
    .pctb {display: none;}
    .sp-top {display: inline;width:100%;height: 100vh;}

    .tour-boxs {display: none;}
    .tour-boxs2 {display: none;}

    .section1 {padding-top: 50px;}
    .about-monitor .about-text-boxs {width: 500px;}
    .day1-big-point .day1, .day2-big-point .day2, .day3-big-point .day3, .day4-big-point .day4 {
        top: 10px;left: 20px;font-size: 25px;
    }
    .day1-big-point .big-point, .day3-big-point .big-point {
        top: 55px;right: 15px;font-size: 5px;background: rgba(255, 255, 255, 0.637);padding: 0.2rem;
    }
    .point-area-text .p01 .point-name,.point-area-text .p02 .point-name,.point-area-text .p03 .point-name,.point-area-text .p04 .point-name,.point-area-text .p05 .point-name,.point-area-text .p06 .point-name {
        top: 5px;left: 5px;font-size: 10px;
    }
    .card-container {margin: 5px auto;width: 380px;}
    .card-eco {padding: 13px;}
    .card-body-eco {width: 352px;}
    .sdgs-list img {width: 82px;height: 82px;}
    .card-read {font-size: 13px;}
    .card-title {font-size: 30px;margin: 3px 0;line-height: 39px;}
    .card-description {margin: 5px 0;font-size: 15px;line-height: 20px;}
    .sp-tour-area ul {margin-bottom: 60px;}
    .eco01 {top: -11px;}
    .eco01 img {max-width:60%;}
    .eco03 {top: -55px;left: 128px;}
    .eco04 img {max-width: 90%;}
    .eco04-1 {bottom: -138px;left: -43px;}
    .card-media {display: none;}
    .card-sp-media {display: inline;width: 328px;height: auto;}
    .guide-list {flex-direction: column;}
    .guide-card-item img {width: 60%;}
    .text-about {text-align: start;line-height: 1.9rem;}
    .sp {display: none;}
    .guide {background-image:none;}
}

@media screen and (max-width: 425px){
    .menu-var {display: none;}
    .text-boxs p {height: 130px;}
    .logo {width: 100px;margin-left: 145px;margin-top: -194px;z-index: 1;}
    .wrapper {display: none;}
    .gallery {display: inline;}
    .company-block {width: 280px;}
    .point-subtitle {font-size: 1.7rem; padding-bottom: 0px;}
    .about-monitor .about-text-boxs {width: 370px;}
    .point-list {padding:20px 0 0 0;}
    .point-list .text-boxs {margin: 10px 0 0 10px;}
    .image {width: 400px;}
    .strong-text {display: none;}
    .strong-text-sp {display: inline;}
    .schedule-lists .lists {display: inline;}
    table {display: none;}
    .schedule-lists .lists .list-item1 {font-size: 13px;}
    .schedule-lists .lists .list-item1 span {padding: 0.5rem 0rem 0.5rem 1rem;}
    .schedule-lists .lists .list-item span {padding: 0.3rem 0.7rem;}
    .sport-list img {width: 400px;}
    .links {flex-direction: column;}
    .title-sp-br{display: inline;}
    .sp-br {display: none;}
    .text-box {padding: 14px;}
    .text-box .text-area {letter-spacing: .0em;}
    .point-text {font-size:1rem;padding: 0.5rem;}
    .sanka-joken02 {margin-top: 230px;}
    .tours-image img, .tour-text-area {display: none;}
    .tours-image-sp img {display: inline;}
    .kerama-about-text {line-height: 1.9;text-align: start;}
    .sanka-joken {display: none;}
    .about-title {font-size: calc(1.135rem + .9vw)!important;}
    .sp-tour-area {display: inline;}
    .sp-tour-area ul {padding:0;}
    .sp-image-tour {position: relative;}
    .sp-image-tour img {max-width: 100%;height: auto;}
    .tour-bouken,.tour-eco {position: absolute;z-index: 1;top: 27%;text-align: center;left: 19%;padding:30px;background-color: rgba(38, 38, 38, 0.584);font-family: 'M PLUS Rounded 1c', sans-serif;border:0.2rem #fff double;}
    .tour-bouken a,.tour-eco a {color:#fff;}
    .sp-tour-area {position: relative;}
    .sp-tour-area h3 {font-family: 'Rampart One', cursive;}
    .sp-tour-area h3 span {position: absolute;padding: 8px 3px 8px 35px;z-index: 1;width: 100%;
        background: -webkit-linear-gradient(65deg, #FF7C00, #FFC778); top: 225px;left: 0px;width: 350px;color: rgb(72, 43, 1);}
    .good-point {font-size:20px;margin-bottom: 0px;}
    .eco02-2 {display: inline;}
    .eco02-2 {position: absolute;top:0;left:260px;}
    .eco02-2 img {max-width: 40%;}
    .eco02-3 {display: inline;}
    .eco02-3 {position: absolute;top: -35px;left: 305px;}
    .eco02-3 img {max-width: 100%;}
    #page-top a {width: 60px;height: 60px;}
    #page-top span {right: 5px;}
    .tour-boxs-bg, .tour-boxs2-bg {display: none;}
    a.btn--circle {width: 100px;height: 100px;font-size: 70%;}
    .fa-position-bottom {bottom: 0.5rem;left: calc(50% - 0.3rem);}
    .pdf-button {padding:3rem 0 5rem 0;}
    /* 見どころ画像 */
    .midokoro img {display: none;}
    .sp_midokoro img {display: inline;}
    .point-boxs {padding-bottom: 50px;}
    .img-group li img {width: 70px;height: 70px;}
    .eco02-1 {top: -60px;}
    .guide-card-item img {width: 70%;}
}

@media screen and (max-width: 375px) {
    .schedule-title {font-size: 20px;}
    .sport-list img {width: 320px;}
    .image {width: 350px;}
    .logo {width: 90px;margin-left: 125px;margin-top: -180px;z-index: 1;}
    .text-box {padding: 7px;}
    .sample_box12 {margin: 1.3rem auto;}
    .point-en img {width: 40px;}
    .point-text {padding: 0.5rem;}
    .sanka-joken02 {margin-top: 200px;}
    .company-block {width: 295px;}
    .card-container {width: 361px;}
    .card-body-eco {width: 334px;}
    .card-sp-media {width: 334px;}
    .card-title {font-size: 27px;}
    .tour-bouken, .tour-eco {top: 33%;left: 20%;padding:10px;}
    .sp-tour-area h3 span {top: 197px;}
    .navbar-brand img,svg {width: 150px;height: 50px;}
    a.btn--circle {width: 100px;height: 100px;font-size: 70%;}
    .fa-position-bottom {bottom: 0.9rem;left: calc(50% - 0.4rem);}
}


@media screen and (max-width: 320px){
    .point-subtitle {font-size: 1.3rem;}
    .about-monitor .about-text-boxs {width: 300px;}
    .image {width: 300px;}
    .logo {
        margin-left: 105px;margin-top: -167px;z-index: 1;
    }
    .strong-text {display: none;}
    .strong-text-sp {display: inline;}
    .schedule-lists .lists .list-item span {padding: 0.3rem 0.7rem;}
    .sport-list img {width: 300px;}
    .schedule-title {font-size: 23px;}
    .title-sp {display: inline;}
    .text-box {padding: 0px;}
    .sanka-joken02 {margin-top: 160px;}
    .small-br {display: inline;}
    .card-container {width: 300px;}
    .card-body-eco {width: 279px;}
    .card-sp-media {width: 265px;}
    .card-title {font-size: 23px;}
    .sdgs-list img {width: 66px;height: 66px;}
    .tour-bouken, .tour-eco {top: 30%;left: 14%;}
    .sp-tour-area h3 span {top: 158px;left: -53px;padding: 8px 0px 8px 55px;}
    .good-point {font-size:15px;margin-bottom: 0px;}
    .eco01 img {max-width: 78%;}
    .eco03 {left: 55px;}
    .eco03 img {max-width: 55%;}
    .eco04 {top: -70px;left: 139px;}
    .eco04 img {max-width: 100%;}
    .eco04-1 {left: -26px;}
    .eco02-1 {top: -10px;left: 156px;}
    .eco02-2 {top: 4px;left: 228px;}
    .eco02-2 img {max-width: 55%;}
    .eco02-3 {top: -8px;left: 271px;}
    .eco02-3 img {max-width: 84%;}  
    a.btn--circle {width: 90px;height: 90px;font-size: 50%;}
    .fa-position-bottom {bottom: 0.7rem;left: calc(50% - 0.2rem);}
    .img-group li img {width: 65px;height: 65px;}
    .sp-small {display: inline;}
}


