@charset "UTF-8";

html {
    font-size: 62.5%;
}
main{
	/*background-color: #ccd9e8;*/
}
/*最小値:1.1rem → 可変（0.9rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.6rem*/
.font-size-S {
    font-size: clamp(1.1rem, calc(0.9rem + 0.625vw), 1.6rem);
}

/*最小値:1.2rem → 可変（1rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.7rem*/
.font-size-M {
    font-size: clamp(1.2rem, calc(1rem + 0.625vw), 1.7rem);
}

/*最小値:1.6rem → 可変（2.2rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:2.9rem*/
.font-size-L {
    font-size: clamp(2.4rem, calc(2.2rem + 0.625vw), 2.9rem);
}

.colored-block{
	padding: 0;
}
.main-title h1 {
    font-size: 16px;
}
/* ================================================
FDAチャーター便で行く！石垣島・小浜島・西表島・竹富島・由布島3日間
=================================================*/
/*** スマホの時だけ改行させるクラス***/
.br-sp {
    display: none;
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}
.content-rec{
	background-color: #ccd9e8;
}
.block-white{
	background-color: #ffffff;
}
.block-green{
	background-color: #b0e0e6;
}
.block-photobg{
	background-image: url("/img/tokushu/ishigaki/bg_sea_free.jpg");
	background-size: cover;
	padding: 100px 0;
}

.block-photobg .disc-area{
	background-color: rgba(255,255,255,0.5);
	padding: 30px 30px;

}
@media (max-width: 600px) {
	.block-photobg .disc-area{
		padding: 30px 0;
	}
}
.block-link {
    background-color: #00428e;
}
.bx-wrapper{
	box-shadow: none;
	border: none;
	text-align: center;
    background-color: transparent;
}
.bx-wrapper .bx-caption span{
	text-align: right;
	color: #333;
	margin-bottom:30px;
	position: relative;
    z-index: 1000;
	text-shadow:#ffffff 1px 1px 4px, #ffffff -1px 1px 4px,#ffffff 1px -1px 4px, #ffffff -1px -1px 4px;
}
.bx-wrapper .bx-caption{
	text-align: right;
	background-color: transparent;
}
@media only screen and (max-width: 480px) {
	.bx-wrapper .bx-caption span{
		margin-right:0px;
	}
}
.bx-wrapper #slider li img{
	display: inline-block;
}

/**日程表**/
.p-area_modelcourse {
    position: relative;
    padding: 3rem;
}
.p-area_modelcourse .ttl span {
    font-size: 1.2rem;
    font-weight: 600;
    font-family: "Cabin", sans-serif;
    letter-spacing: .1em;
    line-height: 1;
}
.p-area_modelcourse .step {
    display: table-cell;
    vertical-align: top;
    padding-left: 3rem;
}
.p-area_modelcourse ul {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
}
.p-area_modelcourse li:first-child {
    padding-left: 0;
}
.p-area_modelcourse li {
    display: inline-block;
    padding-left: 2rem;
    position: relative;
    margin-bottom: 10px;
    -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.p-area_modelcourse li a:hover{
	text-decoration: none;
}
.p-area_modelcourse .daybox li:before {
    content: "";
    border-bottom: 2px dotted #aaa;
    width: 100%;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
}
.p-area_modelcourse dl {
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}
.p-area_modelcourse dt {
    display: inline-block;
    padding-left: 0.5rem;
	padding-bottom: 0.5rem;
}
.p-area_modelcourse dt span {

    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 1;
    color: #ffffff;
	padding: 5px 10px;
    border-radius: 20px;
}
.p-area_modelcourse dt span{
	    background-color: #00428e;
}
.p-area_modelcourse dd {
    display: inline-block;
	margin-left: 0.5rem;
	padding-top: 0.5rem;
}
.p-area_modelcourse dd span {
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 1;
}
@media only screen and (max-width: 480px) {
    .p-area_modelcourse {
        padding: 3rem 0 1.5rem;
    }
}

.p-area a:hover {
    text-decoration: none
}

.p-area-title{
	display: block;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
	font-weight: bold;

}
.p-img::before {
    content: ""
}
.p-img {
	display: block;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url("");
    background-color: #eee
}
.p-img.r66::before {
    position: relative;
    width: 100%;
    display: block;
    padding-top: 66%;
}

.p-area_ttlbox .ttl {
    font-size: 1.728rem;
    font-weight: 600;
    font-family: "Cabin",sans-serif;
    margin-top: 10px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.4;
	display: inline-block;
	margin-bottom: 10px;
}
.p-area_ttlbox .ttlwrap .lead{
	text-align: left;
}
.h2-typeM{
	text-align:center;
	font-weight:bold;
    margin: 0 10px;
}
.h2-typeM-span{
	display:block;
	color:#00428e;
	text-shadow    : 
       1px  1px 1px #ffffff,
      -1px  1px 1px #ffffff,
       1px -1px 1px #ffffff,
      -1px -1px 1px #ffffff,
       1px  0px 1px #ffffff,
       0px  1px 1px #ffffff,
      -1px  0px 1px #ffffff,
       0px -1px 1px #ffffff;
}
.h3-typeM{
	text-align:center;
	font-weight:bold;
    margin-bottom: 40px;;
}
.h2-typeMap{
	text-align:center;
	font-weight:bold;
}
#anchor_discription {

}
.h3-typeT{
   font-size: 22px; 
}
.h3-typeB{
    font-size: 30px; 
 }
.disc-area .item {
    background-color: transparent;
	font-size: 100%;
}
.disc-area .item p{
	padding: 3px 0 3px 0;
    font-size: 21px;
}
.button-modeltour{
	display: inline-block;
	border:2px solid #00428e;
	background-color:#00428e;
	color:#fff;
	margin:0px 0px 0 50px;
	padding:10px 60px;
	border-radius:100px;
	text-align:center;
	font-weight:bold;
    font-size: 29px;
	position: relative;
}
@media only screen and (max-width: 480px) {
    .disc-area .item p{
        font-size: 17px;
    }
	.h3-typeT{
		font-size: 18px;
	}
    .button-modeltour{
        margin:50px 10px 0 10px;
        font-size: 18px;
    }
}
.button-modeltour:hover{
    border: 2px solid #00428e;
    background-color: #ffffff;
    color: #00428e;
    transition: .6s;
}
a.button-anchor:hover{
    text-decoration: none;
}
.text-title{
	font-weight: bold;
	border-bottom:solid;
	border-color:#00428e;
	display: inline-block;
	border-width:5px;/*5ピクセルの太さにする*/
	margin-bottom: 10px;
}
.block20 .item-list-pc .item .txt{
	margin-bottom: 20px;
}
.block20 .item img {
    height: auto;
}

.txt-title{
	font-size: 18px;
	font-weight: bold;
	color: #00428e;
	text-shadow    : 
       1px  1px 3px rgba(255, 255, 255, 0.33),
      -1px  1px 3px rgba(255, 255, 255, 0.33),
       1px -1px 3px rgba(255, 255, 255, 0.33),
      -1px -1px 3px rgba(255, 255, 255, 0.33),
       1px  0px 3px rgba(255, 255, 255, 0.33),
       0px  1px 3px rgba(255, 255, 255, 0.33),
      -1px  0px 3px rgba(255, 255, 255, 0.33),
       0px -1px 3px rgba(255, 255, 255, 0.33); 
}
#model-course .anchor {
    margin-top: 2rem;
    max-width: 100%;
    text-align: center;
    padding: 1rem;
}
#model-course .anchor li {
    margin: 0.5rem;
    max-width: 200px;
    display: inline-block;
}
#model-course .anchor a {
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: .04em;
    line-height: 2;
    border:2px solid #9997c9;
    border-radius: 20px;
    color: #9997c9;
    text-align: center;
    display: block;
    padding: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#model-course  .anchor span {
    padding: 0.5rem 3rem;

    display: inline-block;
    width: 100%;
    line-height: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.item-01, .item-02 {
    line-height: 1.8em;
    margin: 5px 0;
}
.item-01 span, .item-01 span {
    font-size: 11px;
    background-color: #9997c9;
	padding: 1px 10px;
    color: #fff;
    margin-right: 10px;
    border-radius: 20px;
    display: inline-block;
}
 .btn-link {
    text-align: center;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    font-size: 107%;
	border:2px solid #9997c9;
    border-radius: 50px;
	display: inline-block;
    padding: 4px 20px;
    color: #8987b4;
    margin-bottom: 5px;
}
a.btn-link:hover{
	text-decoration: none;
	background-color: #9997c9;
	color: #ffffff;
}
.btn-arrow-right:hover::after{
    border-top: 2px solid #00428e;
    border-right: 2px solid #00428e;
}
/* アイコンのスタイル */
.btn-arrow-right::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right:30px;
  width: 18px;
  height: 18px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  margin: auto;
  transform: rotate(45deg);
  box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
    .btn-arrow-right::after {
        right: 17px;
		  width: 14px;
		  height: 14px;
		  border-top: 2px solid #fff;
		  border-right: 2px solid #fff;
    }
	
}
a.button-anchor{
    display: block;
    position: relative;
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

/******メインビジュアル*****/
.hero {
	text-align: center;
	display:block;
}
.hero img {
	width: 1300px;
}
.hero_sp img {
	display:none;
}
@media screen and (max-width: 599px) {
	.hero img {
		width: 100%;
		height: auto;
	}
	.hero img {
		display:none;
	}
	.hero_sp img {
   		text-align: center;
		display:block;
		width: 100%;
	}
}

.recomend-wraper {
	display: flex;
	justify-content: space-around;
}
.recomend-image{
    flex:1;
}
.recomend-point,
.recomend-point .recomend-point-list-wrap{
	height: auto;
    flex:2;
    
}

@media only screen and (max-width: 600px) {
	.recomend-wraper {
		display:block;
	}
	.recomend-point-btnarea{
		text-align: center;
	}
	.recomend-image img{
		width: 100%;
	}
    .recomend-point-header{
        float: none;
    }
}
.disc-area .item  .txt-title-lead {
	padding: 3px 0 3px 0;
    font-size: 16px;
}
.disc-area .item span.list {
    display: inline-block;
    color: #fff;
    background-color: #00428e;
    line-height: 150%;
    padding: 11px 13px;
    text-align: center;
    font-size: 108%;
    font-weight: normal;
    border-radius: 30px;
    margin-right: 9px;
    width: 34px;
}
@media only screen and (max-width: 600px) {
    .disc-area .item span.list {
        padding: 12px 10px;
    }
}
.disc-area .item .title {
    font-weight: bold;
    background-color: #00428e;
    border-radius: 30px;
    font-size: 21px;
    padding: 5px 14px;
    margin-right: 10px;
    color:#ffffff;
    margin-left: 5px;
    display: inline-block;
    margin-top: 5px;
}
.item-list-pc{
	display: block;
}
.item-list-sp {
    display: none;
}
@media (max-width: 600px) {
	.item-list-pc{
		display: none;
	}
    .item-list-sp {
        display: block;
    }
}

.item-list-sp .item-inner{
	display: flex;
	position: relative;
	padding-bottom: 6px;
}
.item-list-sp .item{
	padding: 0;
}
.item-list-sp .item-no{
	position: absolute;
	display: inline-block;
    color: #fff;
    background-color: #00428e;
    line-height: 1.3;
    padding: 7px 12px;
    text-align: center;
    font-size: 108%;
    font-weight: normal;
    border-radius: 30px;
    margin-right: 9px;
    width: 8px;
}
.item-list-sp .item-no-2digit{
	    padding: 7px 7px;
	 width: 20px;
}
.item-list-sp .item-text{
    margin-left: 45px;
}

.item-list-sp .item-inner .title{
	font-size: 14px;
	font-weight: bold;
    background-color: #00428e;
    border-radius: 30px;
    padding: 1px 8px;
    margin-right:5px;
    color: #ffffff;
    display: inline-block;
    margin-top: 5px;
	margin-left: 0;
}
.section-header{
	border: none;
    margin-bottom: 0px;
}
.ul-info{
    margin-left: 24px;
    list-style-type: square;
}
.ul-info02{
    margin-left: 24px;
    list-style-type: none;
}
.ul-info02 li{
    position: relative;
    margin-bottom: 10px;
}
.ul-info02 li::before {
    content: "";
    display: block;
    position: absolute;
    width: 1rem;
    height: 0.5rem;
    border-left: 2px solid #000000;
    border-bottom: 2px solid #000000;
    top: 0.6rem;
    left: -2rem;
    transform: rotate(-45deg);
}

.txt-attention01{
    display: inline-block;
    font-weight: bold;
    background: linear-gradient(transparent 70% , yellow 70%);
}
.itinerary .itinerary_title {
    background-color: #00428e;
}
.c-btn{
    border: 1px solid #00428e;
    border-right: none;
}
/* よくある質問  */
.plan-list .plan-list-block ul.qa-list-wrap {
    display: block;
    margin: 0 auto;
}
#qa-tabmenu {
  width: 950px;
  margin: 0 auto;
}

#qa-tabmenu li {
  position: relative;
  float: left;
  width: 20%;
  background: #f0f3f5;
  border: 1px solid #145ca6;
  border-right: none;
  text-align: center;
  line-height: 48px;
  font-size: 13px;
  font-weight: bold;
  color: #145ca6;
  box-sizing: border-box;
  cursor: pointer;
}

#qa-tabmenu li:nth-child(5) {
  border-right: 1px solid #145ca6;
}

#qa-tabmenu li.active {
  background: #145ca6;
  color: #fff;
}

#qa-tabmenu li.active:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(20, 92, 167, 0);
  border-top-color: #145ca6;
  border-width: 10px;
  margin-left: -10px;
}

.qa-dropdown {
  width: 100% !important;
  padding: 7px 0 6px !important;
}

.qa-dropdown-menu {
  position: inherit !important;
  margin: 0 0 30px 0;
}

.qa-dropdown-menu li {
  background: #eee;
  color: #333;
  border-top: 1px solid #fff;
  font-weight: bold;
  padding: 7px 0 6px;
  text-decoration: none;
  text-align: center;
  width: 100%;
  z-index: 101;
  -webkit-transition: background .25s ease;
  -moz-transition: background .25s ease;
  transition: background .25s ease;
  cursor: pointer;
}


#qa-box > div {
  display: none;
}

#qa-box > div.active {
  display: block;
}

.qa-list-wrap li dl dt,
.qa-list-wrap li dl dd {
  position: relative;
  padding: 15px;
}

.qa-list-wrap li dl dt > span,
.qa-list-wrap li dl dd > span {
  display: table-cell;
  vertical-align: middle;
}

.qa-list-wrap li dl dt > span:first-child,
.qa-list-wrap li dl dd > span:first-child {
  vertical-align: top;
}

.qa-list-wrap li dl dt > span:first-child span,
.qa-list-wrap li dl dd > span:first-child span {
  width: 30px;
  height: 30px;
  line-height: 2;
  display: block;
  top: 50%;
  margin: -15px 0 0 0;
  letter-spacing: 0.2em;
  text-align: center;
  vertical-align: top;
  border: 1px solid #00428e;
  background-color: #00428e;
  color: #fff;
  border-radius: 6px;
  position: absolute;
}

.qa-list-wrap li dl dd > span:first-child span {
  background: #fff;
  color: #00428e;
}

.qa-list-wrap li dl dt {
  border-bottom: 1px solid #b2c6dd;
  cursor: pointer;
  position: relative;
}

.qa-list-wrap li dl dt:before,
.qa-list-wrap li dl dt:after {
  content: "";
  display: block;
  width: 15px;
  right: 20px;
  background-color: #343c48;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

.qa-list-wrap li dl dt:after {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.qa-list-wrap li dl dd {
  background: #ffffff;
  border-bottom: 1px solid #00428e;
  display: none;
}

.qa-list-wrap li dl dt > span:last-child {
  padding-left: 40px;
  padding-right: 30px;
}

.qa-list-wrap li dl dt:hover{
	background-color: #fff;
	transition: .2s ease-in-out;
}
.qa-list-wrap li dl dd > span:last-child {
  padding-left: 40px;
}

.qa-list-wrap li.active dt:after {
  display: none;
}
.qa-arrangement01{
	    display: block;
	margin-top: 10px;
}
.qa-arrangement02{
	border: solid 1px #333;
    padding: 4px 3px;
    border-radius: 4px;
}
.qa-arrangement03{
	display: block;
}
/* よくある質問終わり */

/* ページ内メニュー */
.search-tour {
	padding-top: 40px;
    margin: 20px 0 20px 0;
    position: relative;
}
.search-tour .search-links {
    text-align: center;
}
.search-tour .search-links .btn {
    position: relative;

    height: 63px;
    line-height: 63px;
    font-weight: bold;
    background-color: #00428e;
    font-weight: bold;
    border: none;
    color: #ffffff;
    font-size: 20px;
	margin-left: 6px;
	margin-bottom: 10px;
}
.search-tour .search-links .btn::after {
    position: absolute;
    top: 22px;
    right: 27px;
    margin: auto;
    content: "";
    display: inline-block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
@media screen and (max-width: 599px) {
	    .content-inner {
        box-sizing: border-box;
        padding: 0 10px;
    }
    .search-tour .search-links .btn {
        width: 49%;
        font-size: 95%;
        line-height: 44px;
        height: auto;
		margin-left: 0px;
		margin-bottom: 0px;
    }
	.search-tour .search-links .btn::after {
			position: absolute;
			font-size: 200%;
			top: 13px;
			right: 9px;
    }
}

.search-tour .search-links-1 .btn{
	width: 47%;
}
.search-tour .search-links-2 .btn{
	width: 31%;
}
/****コース******/
.course {
    width: 100%;
    margin: 0px auto 0px;
    border-radius: 4px;
}
.course-vertical {
    width: 100%;
    margin: 0px auto 0px;
    background: #ffffff;
    border: 5px #3166B1 solid;
    border-radius: 4px;
}

.content-inner-rec{
	position: relative;
}
.course-inner {
    padding: 20px 20px 20px;
	    overflow: hidden;
	background: #eaeff7;
}
.course-inner p.course-title {
    font-size: 24px;
    font-weight: 500;
}
@media (max-width: 599px){
	.course-inner p.course-title {
		font-size: 20px;
		line-height: 1.2;
	}
}

/*******タブ**********/
.course .tab { 
	overflow:hidden;
	margin-top:20px;
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
}
.course .tab li { 
	box-sizing: border-box;
	background:#ccd9e8; 
	padding:20px 30px;  
	margin-right:1px; 
	-moz-box-sizing: border-box;
	width:50%;
	text-align: center;
	opacity: 0.5;
}
.course .tab li img{
	width: 100%;
}
.course .tab li.select { 
	background:#ffffff;
	opacity: 1;
}
.course .tab li .select-title{
	color: #000000;
	font-size: 20px;
    
    border-radius: 30px;
    margin: 10px 0 20px 0;
	padding: 10px 40px;
	line-height: 1.2;
	margin: 20px 0 10px 0;
	font-size: 18px;
	font-weight: bold;
}
.course .tab li .select-title01{
	background-color: #045031;
	color: #ffffff;
}
.course .tab li .select-title02{
	background-color: #781e54;
	color: #ffffff;
}
.course .content li { 
	background:#ffffff;
}
@media (max-width: 599px){
	.course .content li { 
		padding:5px;
	}
	.course .tab li img{
		display: none;
	}
	.course .tab li .select-title{
		padding: 10px;
		margin: 0;
		display: block;
		font-size: 17px;
	}
}
.course .hide { 
	display:none;
}
.course .tab li:nth-child(1) {
	border-radius:6px 6px 0 0;
	border-top: 6px solid #045031;
}
.course .tab li:nth-child(2)  {
	border-radius:6px 6px 0 0;
	border-top: 6px solid #781e54;
}
.course .tab li:nth-child(3)  {
	border-radius:6px 6px 0 0;
	border-top: 6px solid #31a8db;
}
.course .tab li:nth-child(4)  {
	border-radius:6px 6px 0 0;
	border-top: 6px solid #83cae9;
}
.course .tab li:nth-child(5)  {
	border-radius:6px 6px 0 0;
	border-top: 6px solid #acdcf0;
}
@media (max-width: 599px){
	.course .tab{
		display: block;
	}
	.course .tab li{
		width: 100%;
		padding: 10px;
	}

}
/*******下のタブ**********/
.course .tab-under {
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
}
.course .tab-under a:nth-child(1) {
    border-radius:  0 0 12px 12px ;
    background-color:  #045031;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
}
.course .tab-under a:nth-child(2) {
    border-radius:  0 0 6px 6px ;
    background-color:  #781e54;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
}
.course .tab-under a {
    box-sizing: border-box;
    background: #ccd9e8;
    padding: 20px 30px;
    margin-right: 1px;
    -moz-box-sizing: border-box;
    width: 50%;
    text-align: center;

}
.course .tab-under a:hover{
	text-decoration: none;
	opacity: 0.5
}


/*****お問い合わせ****/
.conversion-wrap{
    background-color:transparent;
}
.conversion-wrap .title,.conversion-inner .tel-fax-link b{
    color:#00428e;
}
@media screen and (max-width: 599px) {
    .conversion-inner .tel-fax-link span {
        border: solid 1px #00428e;
    }
}
@media screen and (min-width: 600px) {
    a[href*="tel:"] {
        pointer-events: none; /*①アンカーのtelを無効化*/
        cursor: default; /*②アンカーのポインターをデフォルトにする*/
        text-decoration: none;
    }
}

/*****見どころ紹介****/
.p-area_modelcourse .spot-wrap{
    margin-bottom: 40px;
}
.p-area_modelcourse ul.spot-list{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.p-area_modelcourse ul.spot-list .spot-item{
    width: 49%;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding-left: 0;
}
.p-area_modelcourse ul.spot-list .spot-item img{
    width: 100%;
    height: auto;
}
@media screen and (max-width: 599px) {
    .p-area_modelcourse ul.spot-list .spot-item{
        width: 100%;
    }
}
.comment-title{
    padding-top: 10px;
}
/****teble　石垣島用上書き****/
.add-info-stitle {
    background: #00428e;
}
.color-blue_text {
    color: #00428e;
}
.add-info-stay {
    background-color: #5884B3;
}
.dj-table .ul-schedule li:nth-child(2){
    line-height: 2;;
}
/****teble下部分****/
.p-area_modelcourse ul.attention-list li{
    margin-bottom: 0px;
}
.p-area_modelcourse ul.attention-list li:first-child{
    padding-left: 2rem;
}
@media screen and (max-width: 599px) {
    .p-area_modelcourse ul.attention-list li:first-child,.p-area_modelcourse ul.attention-list li{
        padding: 0 10px 0 10px;
    }
}