@charset "utf-8";

img{
	max-width: 100%;
}

.sp_none{
	display:none;
}

.wrap{
	background: linear-gradient(180deg,#fff 0%,#fff 40px,#28B8EC 40px,#28B8EC 100%);
	padding: 1px 3%;
	width: 100%;
	box-sizing: border-box;
}

.kv{
	width: 100%;
	margin: auto;
	padding-bottom: 50px;
	background: #fff url(../images/top_bg.png) center bottom repeat-x;
	background-position: right 0px bottom 0;
}

section{
	margin: auto;
}

.index01{

margin: 0 auto 30px;
}

.index01 .h2_wrap{
	border-top:4px solid #EC7D99;
	border-right:4px solid #EFE52A;
	border-bottom:4px solid #76BD46;
	border-left: 4px solid #6DC7D9;
	background: #fff;
	padding: 10px;
	margin: 0 0 25px 0;
}
.index01 .tour{
	border-top:4px solid #EC7D99;
	border-right:4px solid #EFE52A;
	border-bottom:4px solid #76BD46;
	border-left: 4px solid #6DC7D9;
	background: #fff;
	padding: 10px;
	margin: 0 0 25px 0;
}

.index01 h2{
	color:#2EA7E0;
	text-align: center;
	font-size: 1.5em;
}
.index01 div.tour p{
	color:#2EA7E0;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}


.index01 .desc{
	text-align: center;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 35px 0;
}

.box01_wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.box01_wrap .box{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	margin: 0 0 30px 0;
	display: flex;
	flex-direction: column;
}

.box01_wrap .box .title{
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

.box01_wrap .box .title2{
	color: #000;
	font-weight: bold;
	font-size: 1.5em;
}

.box01_wrap .box .inner{
	background: #fff;
	text-align: center;
	padding: 10px;
  flex: 1;
}

.box01_wrap .box .inner img{
	width: 100%;
}

.box01_wrap .box .text{
	text-align: left;
	font-size: 1.2em;
}

.box01_wrap .box:nth-child(1){
	background: #D062A1;
}

.box01_wrap .box .num{
	border-radius: 50%;
	display: inline-block;
	font-size: 30px;
	height: 50px;
	color: #fff;
	line-height: 50px;
	width: 50px;
}

.box01_wrap .box:nth-child(1) .num{
	background: #D062A1;
}

.box01_wrap .box:nth-child(2){
	background: #E99411;
}

.box01_wrap .box:nth-child(2) .num{
	background: #E99411;
}

.box01_wrap .box:nth-child(3){
	background: #22AC38;
}

.box01_wrap .box:nth-child(3) .num{
	background: #22AC38;
}

.box01_wrap .box:nth-child(4){
	background: #6B6BB0;
}

.box01_wrap .box:nth-child(4) .num{
	background: #6B6BB0;
}

.btn_wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.btn_wrap .btn01{
	width: 100%;
	background: #22AC38 url(../images/arrow01.png) right center no-repeat;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	padding: 20px 10px;
	box-sizing: border-box;
	background-position: center right 10px;
	margin: 0 0 20px 0;
}
.btn_wrap .btn02{
	width: 100%;
	background: #F39800 url(../images/arrow01.png) right center no-repeat;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	padding: 20px 10px;
	box-sizing: border-box;
	background-position: center right 10px;
	margin: 0 0 20px 0;
}
.btn_wrap .btn03{
	width: 100%;
	background: #036EB8 url(../images/arrow01.png) right center no-repeat;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	padding: 20px 10px;
	box-sizing: border-box;
	background-position: center right 10px;
	margin: 0 0 20px 0;
}

.btn_wrap .btn01 a{
	color: #fff;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 1.2em;
}

.btn_wrap .btn02 a,
.btn_wrap .btn03 a{
	color: #fff;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 1.2em;
}

.wrap02{
}

.wrap02 .ture{
	background: #036EB8;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 1.5em;
	height: 84px;
	padding: 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wrap02 .ture.pl01{
	background: #22AC38;
}
.wrap02 .ture.pl02{
	background: #F39800;
}
.wrap02 .ture.pl03{
	background: #036EB8;
}



/* 商品に見立てた枠 */
.wrap02 .box {
    position: relative;
    background: #fff;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
}

/* ラベル部分 左上に表示 */
.wrap02 .box::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 7em solid transparent;
    border-left: 7em solid #FFF100; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}
.wrap02 .box::after {
    content: "ツアー内容";
    display: block;
    top: 23px;
    transform: rotate(-45deg);
    color: #036EB8; /* 文字色はここで変更 */
    left: -2px;
    position: absolute;
    z-index: 101;
    font-weight: bold;
    font-size: 13px;
}

.wrap02 .box .title02{
	/*text-align: center;*/
	text-align: left;
	font-size: 1.4em;
	border-bottom: 2px solid #85CFED;
	line-height: 1.8em;
	width: 100%;
	margin: 0 auto 20px;
	padding: 10px 0;
}

.wrap02 .box .inner{
	padding: 0 15px;
}

.wrap02 .pic_wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/*margin: 0 0 30px 0;*/
	margin: 0;
}

.wrap02 .box .pic{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 0 30px 0;
}

.wrap02 .box .pic figure{
	width: 100%;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.wrap02 .box .pic figure img{
	width: 100%;
}

.wrap02 .box .pic figure figcaption{
	background: #036EB8;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	padding: 4px 10px;
	font-size: 1.2em;
	margin: 10px 0 0 0;
}

.wrap02 .box .plan{
	display: flex;
	justify-content: space-between;
}

.wrap02 .box .pic_wrap .text01{
	font-size: 2.8em;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 auto;
}


.wrap02 .box .pic_wrap .text02{
	font-size: 2.8em;
	color: #E83828;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 auto;
}
/**/
.bUnder {
  clear: both;
  margin: 0 auto;
  /*margin-bottom: 20px;*/
  width: 100%;
	
}
.buText {
  padding: 0 15px 0 6px;
  /*font-size: 16px;*/
	font-size: 1.5em;
}
.bBlue {
  color: #fff;
  padding: 7px 10px;
  background: #036EB8;
}
.textbox{
	padding: 0;
	
}
.pricebox{	
	margin: 0;
	/*padding: 0;*/
	
}
.price{
	color:#e02232;
	/*font-size:26px;*/
	font-size: 1.8em;
	font-weight: bold;
	/*padding: 0 5px 0 0;
	vertical-align:middle;*/
	/*margin-left: 250px;*/
	
	
}
.price {
  color: #e02232;
  font-size: 22px;
  font-weight: bold;

line-height: 2;
   /*vertical-align: middle;
 margin-left: 250px;*/
}
.wrap02 .btn a {
  display: block;
  background: #FFF100 url(../images/arrow02.png) center right no-repeat;
	width: 100%;
	text-align: center;
	margin: auto;
	color: #036EB8;
	font-size: 1.2em;
	font-weight: bold;
	padding: 15px 0;
	background-position: center right 30px;
}

/*.wrap02 .btn{
	background: #FFF100 url(../images/arrow02.png) center right no-repeat;
	width: 100%;
	text-align: center;
	margin: auto;
	color: #036EB8;
	font-size: 1.2em;
	font-weight: bold;
	padding: 15px 0;
	background-position: center right 30px;
}*/

#pannavi ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 0;
    height: 7vw;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    line-height: 7vw;
    list-style: none;
    white-space: nowrap;
}

#pannavi ol li, #pannavi ol li a, #pannavi ol li a span {
    padding: 0 1vw;
    font-size: 3.5vw;
}

#pannavi ol li, #pannavi ol li a, #pannavi ol li a span {
    padding: 0 1vw;
    font-size: 3.5vw;
}

#pannavi ol li:not(:last-child)::after {
    content: ">";
}

/*追加*/
.feature{
	
	background: #e0ffff;
	
}
.feature__inner {
  padding: 9vw 2.6vw 9vw;
}
.feature__h2 {
  margin-bottom: 9vw;
  color: #097a4f;
  font-size: 5.6vw;
  font-weight: bold;
  text-align: center;
}
.feature__listWrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.feature__list {
  margin: 0 4% 6vw 0;
  width: 48%;
}
.feature__list:nth-child(even) {
  margin-right: 0;
}
.feature__link {
  display: block;
}
.feature__link:hover {
  opacity: 0.8;
}
.feature__imgWrap {
  margin-bottom: 3.6vw;
}
.feature__img {
  width: 100%;
  height: auto;
}
.feature__txt {
  padding: 0;
  line-height: 1.4;
  color: #555;
  font-size: 3.7vw;
}
.pagetop {
  display: none;
}