@charset "utf-8";

/*PCSP共通設定*/
section:nth-of-type(odd){background-color:#fff;}
section:nth-of-type(even){background-color:#fff;}

main{
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0 0 0 0 !important;
}
/* これが無いとモーダルウィンドウ表示の際に余白が出る */
*{
  margin: 0;
  padding: 0;
}

/*759px以下*/
@media screen and (max-width: 759.9px) {

/* モーダル全体(背景＋本体) */
.modal{
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
	z-index: 1;
}

/* モーダル背景 */
.modal-bg{
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/* モーダル本体 */
.modal-content{
 position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: scroll;
    height: auto;
    width: 90%;
    background: white;
    padding: 10px;

}

.modal-content p{
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}
/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
	
.modal-content img{
	width: 100%;
	max-width: 1280px;
}

a.js-modal-close{
	display: block;
	text-align: right;
}

	
.atbox{
	padding: 10px;
	font-size: 14px;
	color: #FF0004;
	border: 2px solid #FF0004;
	margin: 20px 0;
}	

#wrapper {line-height: 1.4;}
.spnone{display:none;}
.smpnone{display:none;}

	img{
		vertical-align: bottom;
	}
#inner950{
	width: 100%;
	margin: 0 auto;
	display: block;
}


.inner950{
	width: 100%;
	margin: 0 auto;
	display: block;
}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 12px;
	margin: 0 1%;
}
/*h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-bottom: 5px dotted #111;
	margin: 0 auto 3%;
	padding-bottom: 5px;
	width: 94%;
	clear: both;
}*/
.inner{
	width: 96%;
	margin: 0 2%;
	padding: 24px 0;
	box-sizing: border-box;
}

/*title*/
img#mainphoto {
	width: 100%;
	margin-bottom: 5%;
}


.titlePc {
	display: none !important;
}

.titleSp {
	width: 100%!important;
    text-align: center;
    background-size: 211%;
	max-width: 1000px;
}
	
	.titleSp img{
		width: 100%;
	}

h2 {
    /*padding: 0.5em;
    color: #fff;*/
   /* background-color: #1450A0;*/
	font-size: 153.9%;
	text-align: center;
    border-radius: 0.3em;
        margin: 2% 0 10% 0;
	position: relative;
}
	
h2::after{
		 content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 100px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgb(133, 209, 227);
    background: linear-gradient(157deg, rgba(133, 209, 227, 1) 50%, rgba(238, 157, 192, 1) 50%);
    border-radius: 2px;
	}

h2 span {
    font-size: 60%;
    font-weight: normal;
}

h3 {
  text-align: center;
  font-size: 153.9%;
  font-weight: bold;
  margin-bottom: 3%;
}

h3 span {
  background: linear-gradient(transparent 60%, #FAFF8A 0%);
}

h3 span small {
  font-weight: normal;
  font-size: 70%;
}

a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}

#anchorLinkBlock p.pageBackBlock {
	font-size: 11px !important;
	padding: 1%;
}

p.text {
	font-size: 123.1%;
	font-weight: bold;
	text-align: center;
	margin: 5% 0 2% 0;
}

p.attention {
	font-size: 123.1%;
	width: 96%;
	margin: 2% 2% 5% 2%;
	border: 4px #F00 solid;
	padding: 2%;
	background: #FFF;
}

p.attention span {
	font-size: 120%;
}

.borderBox {
	display: inline-block;
	padding: 4% 5%;
	border: solid 3px #1048e0;
	position: relative;
	font-size: 123.1%;
}

.borderBox:after {
	content: "";
	border: solid 1px #1048e0;
	position: absolute;
	top: 3px;
	left: 3px;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
}

.borderBox strong {
    background: linear-gradient(transparent 60%, #ffff66 0%);
    display: inline-block;
}

.message {
	width: 80%;
	margin: 4% 10%;
	font-size: 123.1%;
	text-align: center;
	background: #EBEBEB;
	padding: 8% 0;
	border-radius: 0.5em;
}

.message02 {
	width: 94%;
	margin: 2% 3% 4%;
	font-size: 123.1%;
    line-height: 1.4;
	text-align: center;
	background: #FFFCD2;
	padding: 4%;
	border-radius: 0.5em;
}

.message02 strong {
	color: #ff0000;
}

.yoyakuBox {
	width: 96%;
	margin: 5% 2%;
	font-size: 123.1%;
    line-height: 1.4;
	text-align: center;
	background: #FFF;
	padding: 3% 3% 5%;
    filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.2));
}

.yoyakuBox strong {
	font-size: 120%;
}

.yoyakuBox span {
	color: #ff0000;
}

.yoyakuBox .code {
	width: 94%;
	margin: 3% auto 0;
    line-height: 1.5;
	text-align: center;
	background: #FFE8E8;
	padding: 2%;
}

.yoyakuBox p {
	text-align: left;
    margin-top: 10px;
}

.yoyakuBox span.kanazawa {
    color: #FFFFFF;
    padding: 0.1rem 0.2rem;
    background: #009844;
}

.yoyakuBox span.okayama {
    color: #FFFFFF;
    padding: 0.1rem 0.2rem;
    background: #e4007f;
}

.yoyakuBox span.hakata {
    color: #FFFFFF;
    padding: 0.2rem 0.3rem;
    background: #ea5504;
}

.infoBox {
  position: relative;
  padding: 1%;
  background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  overflow:hidden;
  margin: 5% 0 5% 0;
}

.infoBox  .infoboxin {
  display: block;
  padding: 3%;
  background: #fff;
  overflow:hidden;
}

.infoBox  .infoboxin .photo {
	text-align: center;
	margin: 0 auto;
	padding-bottom: 2%;
}

.infoBox  .infoboxin .photo img {
  width: 100%!important;
}

.infoBox  .infoboxin .detail {
    font-size: 123.1%;
	line-height: 1.5;
	text-align: center;
}


.infoBox span .detail strong{
	font-size: 18px;
}

.infoBox span .detail small{
	font-size: 14px;
}



.textLeft {
	font-size: 123.1%;
	text-align: left;
}

.textCenter {
	font-size: 123.1%;
	text-align: center;
}

.textRight {
	font-size: 123.1%;
	text-align: right;
}

/* =========================================================
◆navigation
========================================================= */
.topNavi {
	width: 100%!important;
	background: #1450A0;
	text-align: center;
}

.topNavi ul {
	text-align: center;
	margin: 0;
	overflow: hidden;
	padding: 0;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: space-between;
}

.topNavi ul li {
	font-size: 123.1%;
	font-weight: bold;
	display: block;
	width: 50%;
	/*width: 99%;*/
	float: left;
	margin: 0;
    padding: 2% 0;
	border-right: 1px dashed rgba(255,255,255,0.5);
	border-bottom: 1px dashed rgba(255,255,255,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
}
/*
.topNavi ul li:nth-child(1) {
	width: 99%
}*/

.topNavi ul li:nth-child(n+3) {
	border-bottom: none;
}
/*
.topNavi ul li:nth-child(1) {
	border-left: none;
}*/

.topNavi ul li:nth-child(even) { /*偶数*/
	border-right: none;
}
	
.topNavi ul li:last-child {background-color: #FFF26B;}
	.topNavi ul li:last-child a{
		color: #070707;
	}

.topNavi ul li a {
    color: #fff;
}

/* =========================================================
◆料金
========================================================= */
.priceBox {
	text-align: center;
    width: 98%!important;
    margin: 0 auto 2%;
	max-width: 700px;
}
	.priceBox img{
		width: 100%;
	}
	
/* =========================================================
◆行程
========================================================= */
.schedule {
	font-size: 123.1%;
	padding: 2%;
    margin-top: 2%;
	background: #0f1f64;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color: #FFF;
}

.schedule span {
	padding: 0.5% 2%;
	background: #FFF;
	color: #0f1f64;
    font-weight: bold;
}

.itineraryBox {
	border: 1px solid #CCC;
	background: #FFF;
    padding: 2%;
    font-size: 123.1%;
	line-height: 2.0;
} 

.itineraryBox img,
.itineraryBox02 img {
	vertical-align: middle;
	padding: 0 3% 2%;
}

.itineraryBox strong,
.itineraryBox02 strong {
	font-size: 120%;
}

.itineraryBox span,
.itineraryBox02 span {
	font-size: 120%;
    font-weight: bold;
    padding: 0.1rem 0.2rem;
    background: #FFD4E2;
}

.itineraryBox02 dl {
	margin: 0;
	padding: 0;
	font-size: 123.1%;
	line-height: 2.0;
	text-align: left;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #FFF;
}

.itineraryBox02 dl.color {
	background: #F5F5F5;
}

.itineraryBox02 dt {
	clear: left;
	float: left;
	width: 23%;
	font-weight: bold;
	padding: 2%;
}

.itineraryBox02 dd {
	margin-left: 23%;
	padding: 2%;
	border-left: 1px solid #CCC;
}

/* =========================================================
◆ツアーならではの体験
========================================================= */
ul.taikenList {
    padding: 0;
	font-size: 123.1%;
	line-height: 1.4;
}

ul.taikenList li {
	list-style: none;
	line-height: 1.4;
	padding: 2% 1%;
    text-align: left;
    border-bottom: #666666 2px dotted;
    display: inline-block;
    width: 98%;
}

ul.taikenList img {
	float: right;
	margin-left: 10px;
	width: 50%;
	height: auto;
}

ul.taikenList span {
	font-size: 120%;
    font-weight: bold;
    color: #FF0000;
}

ul.taikenList p {
	font-size: 90%;
    margin-left: 2%;
}

/* =========================================================
◆photoswipe
========================================================= */
figure {
	position: relative;
	margin: 2% 0 6%;
}

figure img {
	width: 100%;
	height: auto;
	padding: 0 2%;
}

figure:hover:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	display: block;
	z-index: 99;
	background: url(../images/ic_zoom.png) no-repeat;
	background-size: 100% auto;
}

*, *:before, *:after {
	box-sizing: border-box;
}

/* =========================================================
◆slide
========================================================= */
.slide-wrap {
	background: rgba(255,255,255,0); /*背景白を透過*/
	display: flex;
	margin: 0 auto 5%;
	width: 100%;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

.slide-box {
	margin-right: 3%;
    flex: 0 0 80%;
	/*margin: 0 auto;*/
	text-align: center;
	max-width: 400px;
}

.slide-box img {
	padding: 2% 0;
	width: 100%;
}

.slide-box p {
	text-align: left;
	font-size: 123.1%;
	padding-top: 2%;
}

.slide-box p span {
	font-weight: bold;
}

.slide-box p.point {
	background: #FFFFD9;
	padding: 2%;
	margin-top: 1%;
}

.slide-box p.point span {
	color: #F00;
}

.slide-box p.detail {
	line-height: 1.5;
	font-size: 123.1%;
}

.slide-box .detail dl {
	font-size: 123.1%;
	line-height: 1.5;
	padding: 2% 0;
	border-bottom: 1px dotted #333;
	text-align: left;
}

.slide-box .detail dl span {
	font-size: 80%;
}

.slide-box .detail dt {
	clear: left;
	float: left;
	width: 30%;
	font-weight: bold;
}

.slide-box .detail dd {
	margin-left: 30%;
}

.slide-box .detail dl:last-child {
	border-bottom: none;
}

.slide-box p.heed {
	font-size: 123.1%;
	background: #FFF;
	margin: 3% 0;
}

.slide-box2 {
	margin: 1% 3% 0 0;
    flex: 0 0 50%;
	text-align: center;
}

.slide-box2 p {
	text-align: left;
	font-size: 123.1%;
	padding: 2% 0;
}

.slide-box2 p span {
	font-weight: bold;
}

.slide-box2 .Btn {
	overflow: hidden;
    width: 98%;
	margin: 0 1%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 123.1%;
    font-weight: bold;
    display: block;
    position: relative;
    text-align: center;
    color: #333;
    text-decoration: none;
}

.slide-box2 .Btn a {
	display: block;
	position: relative;
	text-align: center;
	background: #F60;
	color: #fff;
	text-decoration :none;
	padding: 8% 5%;
}

.slide-box2 .Btn a:hover {
	background: #F30;        /* マウスオーバーカラー */  
}

.slide-box2 .Btn a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.slide-box2 .Btn a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 5px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #F60;
}

.slide-box2 .Btn a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #F30;
}

.slide-box2 .Btn_gray {
	overflow: hidden;
    width: 98%;
	margin: 0 1%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 123.1%;
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    text-decoration: none;
	background: #666;
	padding: 8% 5%;
}

.slide-box2 .Btn_gray:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.slide-box2 .Btn_gray:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 5px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #666;
}

/* =========================================================
◆list横並び
========================================================= */
.itemList3 > div {
	float: left;
	width: 100%;
	padding: 2% 0;
}

.itemList3 > div .Btn {
	overflow: hidden;
    width: 94%;
	margin: 0 3%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 123.1%;
    font-weight: bold;
    display: block;
    position: relative;
    text-align: center;
    color: #333;
    text-decoration: none;
}

.itemList3 > div .Btn a {
	display: block;
	position: relative;
	text-align: center;
	background: #F60;
	color: #fff;
	text-decoration :none;
	padding: 5%;
}

.itemList3 > div .Btn a:hover {
	background: #F30;        /* マウスオーバーカラー */  
}

.itemList3 > div .Btn a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.itemList3 > div .Btn a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #F60;
}

.itemList3 > div .Btn a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #F30;
}

.itemList3 > div .Btn_gray {
	overflow: hidden;
    width: 94%;
	margin: 0 3%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 123.1%;
    font-weight: bold;
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    text-decoration: none;
	background: #666;
	padding: 5% 0;
}

.itemList3 > div .Btn_gray:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.itemList3 > div .Btn_gray:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #666;
}

.itemList4 {
	width: 100%;
	padding: 2% 0;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList4 > div {
	float: left;
	width: 50%;
	padding: 1%;
    margin-top: 2%;
}

.itemList4 > div img {
	width: 100%;
}

.itemList4 > div dt {
	font-size: 123.1%;
    text-align: center;
}

.itemList4 > div dd {
	font-size: 123.1%;
	text-align: left;
	padding: 2% 4% 4%;
	background: #FFF;
}

/* =========================================================
◆slider
========================================================= */
.slider img {
	max-width: 100%;
	width: 100%;
	height: auto;
	padding: 0 1%;
}

.slider div p {
	font-size: 123.1%;
	padding: 2% 1%;
	text-align: left;
}

.slider div p img {
    float: left;
	max-width: 22px; 
    height: auto;
	padding: 0;
    margin-right: 1%;
}

.slider div p .lead {
	font-size: 110%;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

.prev-arrow {
  left: -40px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: rgba(255,255,255,0); /*背景白を透過*/
}
.next-arrow {
  right: -40px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: rgba(255,255,255,0); /*背景白を透過*/
}

.slick-slide {
	opacity: 0.5;
	background: rgba(255,255,255,0); /*背景白を透過*/
}

.slick-active {
	opacity: 0.5 ;
}
.slick-center {
	opacity: 1 !important;
}

.slide_selector{
	z-index: 1 !important;
	position: relative;
	overflow: hidden;
}

/* =========================================================
◆注意事項
========================================================= */
ul.guideList {
	font-size: 123.1%;
	line-height: 1.4;
	margin-top: 3%;
}

ul.guideList li {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

ul.guideList li:before {
	content: '●';
}

ul.guideList li.kome {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.kome:before {
	content: '※';
}

ul.guideList li .box {
	/*color: #F00;*/
    background: #DAEDFF;
    padding: 0.5% 2%;
    margin: 3% 0;
    display: inline-block;
    border: 1px solid #CCC;
}

/* =========================================================
◆ボタン
========================================================= */
.Btn {
  color: #154fa0;
  width: 94%;
  margin: 4% 3%;
  text-align: center;
  background: #fff26b;
  border-radius: 5px;
  padding: 6% 3%;
  position: relative; /* 追記 */
  font-size: 123.1%;
  font-weight: bold;
}

.Btn a {
	color: #154fa0;
}

.Btn span {
  font-size: 80%;
  font-weight: normal;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_gray {
  color: #fff;
  width: 94%;
  margin: 4% 3%;
  text-align: center;
  background: #666    ;
  border-radius: 5px;
  padding: 6% 3%;
  position: relative; /* 追記 */
  font-size: 14px !important;
  font-weight: bold;
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}


span.minitxt{
	display: block;
    color: black;
    margin: 10px 0 0 0;
}
	.chui{
		font-size: 14px;
		margin: 20px 0 20px 0;
	}
	
	.exbox{
		margin: 30px 0 20px 0;
		padding: 20px;
		background-color: #FFF;
		border: 2px solid #0084FF;
	}
	
	.exbox p{
		
		font-weight: bold;
	}
	.exbox p a{
		color: #0084FF !important;
		text-decoration: underline !important;
	}
	
	.exbox p a:hover{
		text-decoration: none;
	}
	.exboxtop{
		text-align: center;
		font-size: 16px;
		margin: 0 0 30px 0;
		color: #0084FF;
		font-weight: bold;
	}
	
	.exbox_naiyou{
		font-size: 14px;
		line-height: 2;
		margin: 0 0 0px 0;
		color: #000000 !important;
	}
	
	.exboxBtn{
		color: #fff;
  width: 70%;
  margin: 20px auto 5px;
  text-align: center;
  background: #0084FF;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
	}
	.exboxBtn a {
	color: #fff;
}

.exboxBtnn span {
  font-size: 14px;
  font-weight: normal;
}

.exboxBtn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

	.bannerarea{
		/*display: flex;
		justify-content: space-between;
		align-items: flex-start;
		list-style: none;*/
		margin: 0 0 20px 0;
	}
	
	.bannerarea li{
		margin: 0 auto 20px;
		width: 100%;
		max-width: 400px;
	}
	
	.bannerarea li img{
		width: 100%;
	}
	
	#point{
		background-image: url("../images/intro_bg.png");
		background-position: 50% bottom;
		background-repeat: no-repeat;
		margin: 0 0 0 0;
		background-size: contain;
	}
	
	.introimgarea{
		margin: 0 auto 0;
		max-width: 1016px;
		width: 95%;
	}
	
	.introimgarea p{
		    margin: 0 0 0 0px;
	}
	
	.introimgarea p img{
		width: 100%;
	}
	
	#point2 {
		background-color: #1550a0;
	}
	
	#point2 .inner{
		margin: 0 auto 0 !important;
		
	}
	
	.introimgarea2{
		    margin: 0 auto 0;
    max-width: 970px;
		width: 95%;
	}
	
	.introimgarea2 p img{
		width: 100%;
	}
	
		
	.introarea_txt{
		position: relative;
		margin: 0 0 20px 0;
	}
	
	.introtxt1{
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		font-weight: bold;
		font-size: 16px;
		text-align: center;
		line-height: 1.8;
		margin: 0 0 20px 0;
	}
	
	.introtxt1 span{
		font-size: 18px;
		color: #dc5256;
		
	}
	
	.introtxt2{
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		font-weight: bold;
		font-size: 14px;
		text-align: center;
		line-height: 1.8;
		margin: 0 0 20px 0;
	}
	
	
	.intro_item1{
		position: absolute;
		max-width: 254px;
		width: 33%;
		top: 83%;
		left: -1%;
	}
	
	.intro_item2{
		position: absolute;
		max-width: 136px;
		width: 20%;
		top: 73%;
		right: -1%;
	}
	
	
	.intro_item1 img,
	.intro_item2 img{
		width: 100%;
	}
	
	.introarea_img{
		max-width: 970px;
		width: 100%;
		margin: 0 auto;
	}
	
	.introarea_img img{
		width: 100%;
	}
	
	.description_tit{
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		font-weight: bold;
		font-size: 18px;
		color: #ffffff;
		text-align: center;
		line-height: 1.8;
		margin: 0 0 20px 0;
	}
	
	.description_detail{
		/*display: flex;
		justify-content: space-between;
		align-items: flex-start;*/
	}
	
	.description_detailbox{
		width: 95%;
		margin: 0 auto 20px;
		padding: 15px;
		border-radius: 20px;
		background-color:#FFFFFF; 
	}
	
	.description_img{
		margin: 0 0 20px 0;
	}
	
	.description_img img{
		width: 100%;
	}
	
	.description_txt{
		font-size: 14px;
		line-height: 1.6;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	}
	
	.description_txt span{
		    font-size: 12px;
    line-height: 1.8 !important;
    display: block;
    margin: 10px 0 0 0;
	}
	
	.attarea{
		/*padding: 15px;
		border: 2px solid #FF0004;*/
		overflow: hidden;
	}
	.acd-check{
    display: none;
}
.acd-label{
    background: #ffffff;
    color: #000000;
    font-size: 14px;
    display: block;
    margin-bottom: 1px;
    padding: 15px 15px 35px;
    position: relative;
    line-height: 1.8;
	font-weight: bold;
}
	

	.acd-label strong{
		display: block;
		font-size: 16px;
		font-weight: bold !important;
	}

.acd-label:after{
    background:#154fa0;
    box-sizing: border-box;
    content: '詳しくはこちら \f0fe';
    display: block;
    font-family: "Font Awesome 5 Free";
    /* height: 52px; */
    padding: 5px 5px 5px;
    position: absolute;
    right: 0px;
    bottom: -1%;
    color: #ffffff;
    font-size: 14px;
	font-weight: bold;
}
.acd-content{
    /*border: 1px solid #333;*/
    display: block;
    height: 0;
    opacity: 0;
    /*padding: 10px 10px 10px 10px;*/
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:after{
    content: '詳しくはこちら \f146';
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}
	
	.attbox{
		padding: 10px;
		
	}
	
	.attbox .minitxt{
		font-size: 12px;
	}
	
	.atttxt{
		font-size: 14px;
		line-height: 1.8;
	}
	
	.atttxt p{
		margin: 0 0 20px 0;
	}
	
	
	.zasekibox{
		    padding: 8px;
    display: inline-block;
    margin: 0px 4px -4px 4px;
    border: #154fa0 2px solid;
    border-radius: 3px;
	}

	.pinkbox{
		   
    background-color: #ea757e;
    
	}
	
	.yellowbox{
		   
    background-color: #fff26b;
	}
	
	.zaseki{
		max-width: 409px;
		margin: 0px auto 20px;
		width: 95%;
	}
	
	.zaseki img{
		width: 100%;
	}
	
	.attbox .attention{
		margin-bottom: 0 !important;
		border: 2px solid #FF0004 !important;
	}
	
}

/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */

/* モーダル全体(背景＋本体) */
.modal{
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
	z-index: 1;
}

/* モーダル背景 */
.modal-bg{
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/* モーダル本体 */
.modal-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll; /* はみ出た部分はスクロールさせる */
  height: 60%;/* これが無いと「overflow:scroll」が利かない */
  width: 60%;/* これが無いと「overflow:scroll」が利かない */
  background: white;
  padding: 40px;
}

.modal-content p{
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}
/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
	
.modal-content img{
	width: 100%;
	max-width: 1280px;
}

a.js-modal-close{
	display: block;
	text-align: right;
}
	

#inner950{
	width: 950px;
	margin: 0 auto;
	display: block;
}


.inner950{
	width: 950px;
	margin: 0 auto;
	display: block;
}
	
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}

	

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 14px;
    width: auto;
    max-width: 950px;
    margin: 0 auto 5px;
}
/*h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-bottom: 5px dotted #111;
	margin-bottom: 3%;
	padding-bottom: 5px;
	clear: both;
}*/
.inner{
	width: 96%;
	max-width:950px;
	margin: 0 auto;
	padding:50px 0;
	display: block;
}
u{text-decoration-color: red;}
/*title*/
img#mainphoto {
	width: 100%;
	max-width:970px;
	margin:0 auto 2%;
	display:block;
}
	
.titlePc {
	width: 100%!important;
	text-align: center;
	background: url(../images/bg_title.jpg) no-repeat center 0;
	position: relative;
	height: 480px;
}


.titleSp {
	display: none !important;
}

h2 {
    /*padding: 0.5em;*/
    /*color: #fff;*/
    /*background-image: -webkit-gradient(linear, left top, right top, from(#0080EA), to(#0033cc));
    background-image: -webkit-linear-gradient(left, #0080EA 0%, #0033cc 100%);
    background-image: linear-gradient(to right, #0080EA 0%, #0033cc 100%);*/
	/*background: rgb(133,209,227);
background: linear-gradient(166deg, rgba(133,209,227,1) 50%, rgba(238,157,192,1) 50%);
	
	background: -webkit-gradient (rgb(133,209,227));
background:  -webkit-gradient (linear-gradient(166deg, rgba(133,209,227,1) 50%, rgba(238,157,192,1) 50%));*/
	
	/*background-color: #1450A0;*/
	margin-bottom: 1em;
	font-size: 220%;
	text-align: center;
    border-radius: 0.3em;
	margin: 0 0 50px 0;
	position: relative;
}

h2 span {
    font-size: 60%;
    font-weight: normal;
}

	h2::after{
		 content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 100px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgb(133, 209, 227);
    background: linear-gradient(157deg, rgba(133, 209, 227, 1) 50%, rgba(238, 157, 192, 1) 50%);
    border-radius: 2px;
	}

h3 {
  text-align: center;
  font-size: 220%;
  font-weight: bold;
	margin: 0 0 30px 0;
}

h3 span {
  background: linear-gradient(transparent 60%, #FAFF8A 0%);
}

h3 span small {
  font-weight: normal;
  font-size: 60%;
}

a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}

p.text {
	font-size: 153.9%;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	margin: 30px 0 5px 0;
}

p.attention {
	font-size: 123.1%;
	line-height: 1.5;
	margin:20px 0 30px 0;
	padding: 20px;
	border: 4px #F00 solid;
	text-align: left;
	background: #FFF;
}

p.attention span {
	font-size: 120%;
}

.borderBox {
	display: inline-block;
	padding: 20px 20px;
	border: solid 3px #1048e0;
	position: relative;
	font-size: 123.1%;
	line-height: 1.5;
}

.borderBox:after {
	content: "";
	border: solid 1px #1048e0;
	position: absolute;
	top: 3px;
	left: 3px;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
}

.borderBox strong {
	font-size: 150%;
	line-height: 1.5;
    background: linear-gradient(transparent 60%, #ffff66 0%);
    display: inline-block;
}

.message {
	width: 650px;
	margin: 70px auto 50px;
	font-size: 200%;
	text-align: center;
	background: #EBEBEB;
	padding: 80px 0;
	border-radius: 0.5em;
}

.message02 {
	width: 750px;
	margin: 5px auto 10px;
	font-size: 123.1%;
    line-height: 1.5;
	text-align: center;
	background: #FFFCD2;
	padding: 20px;
    margin-top: 20px;
	border-radius: 0.5em;
}

.message02 strong {
	color: #ff0000;
}

.yoyakuBox {
	width: 750px;
	margin: 30px auto;
	font-size: 123.1%;
    line-height: 1.5;
	text-align: center;
	background: #FFF;
	padding: 20px;
    filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.2));
}

.yoyakuBox strong {
	font-size: 150%;
}

.yoyakuBox span {
	color: #ff0000;
}

.yoyakuBox .code {
	width: 650px;
	margin: 10px auto 0;
    line-height: 1.5;
	text-align: center;
	background: #FFE8E8;
	padding: 10px;
}

.yoyakuBox p {
	text-align: left;
}

.yoyakuBox span.kanazawa {
    color: #FFFFFF;
    padding: 0.2rem 0.3rem;
    background: #009844;
}

.yoyakuBox span.okayama {
    color: #FFFFFF;
    padding: 0.2rem 0.3rem;
    background: #e4007f;
}

.yoyakuBox span.hakata {
    color: #FFFFFF;
    padding: 0.2rem 0.3rem;
    background: #ea5504;
}

.infoBox {
  position: relative;
  padding: 6px;
  background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  overflow:hidden;
	margin: 20px 0 20px 0;
}

.infoBox .infoboxin {
  display: block;
  padding: 20px;
  background: #fff;
  overflow:hidden;
	
}

.infoBox .infoboxin .photo {
	float: left;
	margin-right: 10px;
}

.infoBox .infoboxin .photo img {
  width: 400px;
  height: auto;
}

.infoBox .infoboxin .detail {
	width: 100%;
    font-size: 123.1%;
	line-height: 1.5;
	text-align: center;
}
	
	

.infoBox  .infoboxin strong{
	font-size: 24px;
}

.infoBox  .infoboxin small{
	font-size: 16px;
}

.textLeft {
	font-size: 123.1%;
	text-align: left;
}

.textCenter {
	font-size: 123.1%;
	text-align: center;
}

.textRight {
	font-size: 123.1%;
	text-align: right;
}

/* =========================================================
◆navigation
========================================================= */
.topNavi {
	width: 100%!important;
	background:#1450A0 ;
	text-align: center;
}

.topNavi ul {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.topNavi ul li {
	list-style: none;
	vertical-align: middle;
	border-left: 1px dashed rgba(255,255,255,0.5);
    font-size: 153.9%;
	font-weight: bold;
    margin: 0;
    padding: 10px;
    text-align: center;
	width: 33.33333%;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*
.topNavi ul li:nth-child(1) {
	width: 40%
}

.topNavi ul li:nth-child(2) {
	width: 30%
}

.topNavi ul li:nth-child(3) {
	width: 30%
}*/

.topNavi ul li:last-child { 
	border-right: 1px dashed rgba(255,255,255,0.5);
	
}

.topNavi ul li:last-child {background-color: #FFF26B;}
	.topNavi ul li:last-child a{
		color: #070707;
	}
.topNavi ul li a {
    color: #fff;
}

/* =========================================================
◆料金
========================================================= */
.priceBox {
	text-align: center;
} 

.priceBox img {
    width: 910px;
    margin: 0 20px;
}

/* =========================================================
◆行程
========================================================= */
.schedule {
	font-size: 123.1%;
	padding: 10px 20px;
    margin-top: 20px;
	background: #0f1f64;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #FFF;
}

.schedule span {
	padding: 1px 5px;
	background: #FFF;
	color: #0f1f64;
    font-weight: bold;
}

.itineraryBox {
	border: 1px solid #CCC;
	background: #FFF;
    padding: 10px 20px;
    font-size: 123.1%;
	line-height: 2.0;
} 

.itineraryBox img,
.itineraryBox02 img {
	vertical-align: middle;
	padding: 0 5px 3px;
}

.itineraryBox strong,
.itineraryBox02 strong {
	font-size: 120%;
}

.itineraryBox span,
.itineraryBox02 span {
	font-size: 120%;
    /*color: #FFFFFF;*/
    font-weight: bold;
    padding: 0.2rem 0.3rem;
    background: #FFD4E2;
}

.itineraryBox02 dl {
	margin: 0;
	padding: 0;
	font-size: 123.1%;
	line-height: 2.0;
	text-align: left;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #FFF;
}

.itineraryBox02 dl.color {
	background: #F5F5F5;
}

.itineraryBox02 dl .tx_right {
	text-align: right;
}

.itineraryBox02 dt {
	clear: left;
	float: left;
	width: 120px;
	font-weight: bold;
	padding: 15px;
}

.itineraryBox02 dd {
	margin-left: 120px;
	padding: 15px;
	border-left: 1px solid #CCC;
}

/* =========================================================
◆ツアーならではの体験
========================================================= */
ul.taikenList {
    padding: 0;
	font-size: 123.1%;
	line-height: 1.4;
}

ul.taikenList li {
	list-style: none;
	line-height: 1.4;
	padding: 10px;
    text-align: left;
    border-bottom: #666666 2px dotted;
    display: inline-block;
    width: 930px;
    margin: 0 10px;
}

ul.taikenList img {
	float: right;
	margin-left: 10px;
	width: 240px;
	height: auto;
}

ul.taikenList span {
	font-size: 140%;
    font-weight: bold;
    color: #FF0000;
}

ul.taikenList p {
	font-size: 90%;
    margin-left: 10px;
}

/* =========================================================
◆photoswipe
========================================================= */
figure {
	position: relative;
	margin-top: 20px;
}

figure img {
	width: 100%;
}

figure:hover:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100px;
	height: 100px;
	display: block;
	z-index: 99;
	background: url(../images/ic_zoom.png) no-repeat;
	background-size: 100% auto;
}

/* =========================================================
◆slide
========================================================= */
.slide-wrap {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	margin: 0 0 30px 0;
	justify-content: space-around;
}

.slide-box {
  width: 33.3%;
  padding: 10px;
}
	
	.slide-box .Btn{
		width: 100% !important;
		margin: 0 0 0 0!important;
	}
/*
.slide-box:nth-child(4n){
  margin-right: 0;
}

.slide-box:nth-child(-n+4){
  margin-top: 0;
}*/

.slide-box img {
  display: block;
  height: auto;
  width: 100%;
}

.slide-box p {
  font-size: 123.1%;
	margin: 20px 0 20px 0;
}

.slide-box p span {
	font-weight: bold;
}

.slide-box p.point {
	background: #FFFFD9;
	padding: 10px;
	margin: 0px 0 20px 0;
	line-height: 1.4;
}

.slide-box p.point span {
	color: #F00;
}

.slide-box .detail dl {
	font-size: 123.1%;
	line-height: 1.4;
	padding: 0;
	margin: 0;
	padding: 6px 0;
	border-bottom: 1px dotted #333;
}

.slide-box .detail dl span {
	font-size: 80%;
}

.slide-box .detail dt {
	clear: left;
	float: left;
	width: 30%;
	font-weight: bold;
}

.slide-box .detail dd {
	margin-left: 30%;
}

.slide-box .detail dl:last-child {
	border-bottom: none;
}

.slide-box p.heed {
	font-size: 123.1%;
	background: #FFF;
	margin: 5px 0;
}


.slide-box2 {
  width: 25%;
  padding: 10px 14px;
}

.slide-box2:nth-child(5n){
  margin-right: 0;
}

.slide-box2:nth-child(-n+5){
  margin-top: 0;
}

.slide-box2 img {
  display: block;
  height: auto;
  width: 100%;
}

.slide-box2 p {
  font-size: 153.9%;
  font-weight: bold;
  margin: 0;
  margin: 5px 0;
}

.slide-box2 p span {
	font-weight: bold;
}

.slide-box2 .Btn {
	overflow: hidden;
	width: 100%;
	height: 60px;
	margin:0 auto;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	font-size: 153.9%;
	font-weight: bold;
	margin-bottom: 30px;
}

.slide-box2 .Btn a {
	display: block;
	position: relative;
	text-align: center;
	background: #F60;
	color: #fff;
	line-height: 60px;
	text-decoration :none;
}

.slide-box2 .Btn a:hover {
	background: #F30;        /* マウスオーバーカラー */  
}

.slide-box2 .Btn a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.slide-box2 .Btn a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #F60;
}

.slide-box2 .Btn a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #F30;
}

.slide-box2 .Btn_gray {
	overflow: hidden;
	width: 100%;
	height: 60px;
	padding-top: 12px;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	font-size: 123.1%;
	display: block;
	position: relative;
	text-align: center;
	background: #666;
	color: #FFF;
	text-decoration :none;
}

.slide-box2 .Btn_gray:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.slide-box2 .Btn_gray:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #666;
}

/* =========================================================
◆list横並び
========================================================= */
*, *:before, *:after {
	box-sizing: border-box;
}

.itemList3 {
	float: left;
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList3 > div {
	width: 33.33333%;
	padding: 10px;
}

.itemList3 > div .Btn {
	overflow: hidden;
	width: 100%;
	height: 80px;
	margin:0 auto;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	font-size: 153.9%;
	font-weight: bold;
	margin-bottom: 30px;
}

.itemList3 > div .Btn a {
	display: block;
	position: relative;
	text-align: center;
	background: #F60;
	color: #fff;
	line-height: 80px;
	text-decoration :none;
}

.itemList3 > div .Btn a:hover {
	background: #F30;        /* マウスオーバーカラー */  
}

.itemList3 > div .Btn a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.itemList3 > div .Btn a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #F60;
}

.itemList3 > div .Btn a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #F30;
}

.itemList3 > div .Btn_gray {
	overflow: hidden;
	width: 100%;
	height: 80px;
	margin:0 auto;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	font-size: 153.9%;
	font-weight: bold;
	display: block;
	position: relative;
	text-align: center;
	background: #666;
	color: #FFF;
	line-height: 80px;
	text-decoration :none;
}

.itemList3 > div .Btn_gray:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.itemList3 > div .Btn_gray:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #666;
}

.itemList4 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList4 > div {
	width: 25%;
	padding: 10px;
}

.itemList4 > div img {
	width: 100%;
}

.itemList4 > div dt {
	font-size: 123.1%;
    text-align: center;
}

.itemList4 > div dd {
	margin: 0; /* これがないとずれる */
	font-size: 123.1%;
	line-height: 1.5;
	text-align: left;
	padding: 5px 8px 8px;
    background: #FFFFFF;
	
}

/* =========================================================
◆slider
========================================================= */
.slider img {
	max-width: 100%;
	width: 100%;
	height: auto;
	padding: 0 10px;
}

.slider div p {
	font-size: 123.1%;
	padding: 0 10px 10px;
	text-align: left;
	line-height: 1.5;
}

.slider div p img {
    float: left;
	max-width: 32px; 
    height: auto;
	padding: 0;
    margin-right: 4px;
}

.slider div p .lead {
	font-size: 140%;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -120px; /*矢印の高さ*/
  cursor: pointer;
}

.prev-arrow {
  left: -40px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: rgba(255,255,255,0); /*背景白を透過*/
}
.next-arrow {
  right: -40px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: rgba(255,255,255,0); /*背景白を透過*/
}

.slick-slide {
	opacity: 0.5;
	background: rgba(255,255,255,0); /*背景白を透過*/
}

.slick-active {
	opacity: 0.5 ;
}

.slick-center {
	opacity: 1 !important;
}

.slide_selector {
	z-index: 1 !important;
	position: relative;
	overflow: hidden;
}

/* =========================================================
◆注意事項
========================================================= */
ul.guideList {
	padding: 0;
	font-size: 123.1%;
	line-height: 1.4;
	margin: 20px 0 20px 0;
}

ul.guideList li {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

ul.guideList li:before {
	content: '●';
}

ul.guideList li.kome {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.kome:before {
	content: '※';
}

ul.guideList li .box {
	/*color: #F00;*/
    background: #DAEDFF;
    padding: 4px 8px;
    margin: 3px 0;
    display: inline-block;
    border: 1px solid #CCC;
}

/* =========================================================
◆ボタン
========================================================= */
.Btn {
  color: #154fa0;
  width: 70%;
  margin: 20px auto 5px;
  text-align: center;
  background: #fff26b;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
  font-size: 153.9%;
  line-height: 1.4;
  font-weight: bold;
}

.Btn a {
	color: #154fa0;
}


.Btn span {
  font-size: 75%;
  font-weight: normal;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_gray {
  color: #fff;
  width: 70%;
  margin: 20px auto 0;
  text-align: center;
  background: #666;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
  font-size: 20px;
  font-weight: bold;
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}







/*固定ボタン
.upper a {
	position: fixed;
	right: 110px;
	bottom: 26px;
	transition: 1s;
	width: 300px;
	padding: 20px 10px;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	font-size: 153.9%;
	font-weight: bold;
	background: #F60;
	color: #fff;
	text-align: center;
	z-index: 1000;
}
.upper a:hover{
	opacity: 1;
	background: #F30;
}
*/

span.minitxt{
	display: block;
	color: black;
	line-height: 180%;
}
	
	.chui{
		font-size: 16px;
		margin: 20px 0 20px 0;
	}
	
	.exbox{
		margin: 30px 0 20px 0;
		padding: 20px;
		background-color: #FFF;
		border: 2px solid #0084FF;
	}
	
	.exbox p{
		
		font-weight: bold;
	}
	.exbox p a{
		color: #0084FF !important;
		text-decoration: underline !important;
	}
	
	.exbox p a:hover{
		text-decoration: none;
	}
	.exboxtop{
		text-align: center;
		font-size: 24px;
		margin: 0 0 30px 0;
		color: #0084FF;
		font-weight: bold;
	}
	
	.exbox_naiyou{
		font-size: 18px;
		line-height: 2;
		margin: 0 0 0px 0;
		color: #000000 !important;
	}
	
	.exboxBtn{
		color: #fff;
  width: 70%;
  margin: 20px auto 5px;
  text-align: center;
  background: #0084FF;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
	}
	.exboxBtn a {
	color: #fff;
}

.exboxBtnn span {
  font-size: 24px;
  font-weight: normal;
}

.exboxBtn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

	
.atbox{
	padding: 20px;
	font-size: 16px;
	color: #FF0004;
	border: 2px solid #FF0004;
	margin: 20px 0;
}
	
	
	.bannerarea{
		display: flex;
		justify-content: space-around;
		align-items: flex-start;
		list-style: none;
		margin: 0 0 20px 0;
	}
	
	.bannerarea li{
		margin: 0 0 0 0;
		width: 49%;
	}
	
	.bannerarea li img{
		width: 100%;
	}
	
	#point{
		background-image: url("../images/intro_bg.png");
		background-position: 50% bottom;
		background-repeat: no-repeat;
		margin: 0 0 0 0;
	}
	
	.introimgarea{
		margin: 0 0 0 0;
		max-width: 1016px;
	}
	
	.introimgarea p{
		    margin: 0 0 0 -35px;
	}
	
	.introimgarea p img{
		width: 100%;
	}
	
	#point2 {
		background-color: #1550a0;
	}
	
	#point2 .inner{
		margin: 0 auto 0 !important;
		
	}
	
	.introimgarea2{
		    margin: 0 auto 0;
    width: 898px;
	}
	
	.introimgarea2 p img{
		width: 100%;
	}
	
	
	.introarea_txt{
		position: relative;
		margin: 0 0 20px 0;
	}
	
	.introtxt1{
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		font-weight: bold;
		font-size: 22px;
		text-align: center;
		line-height: 1.8;
		margin: 0 0 20px 0;
	}
	
	.introtxt1 span{
		font-size: 32px;
		color: #dc5256;
		
	}
	
	.introtxt2{
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		font-weight: bold;
		font-size: 20px;
		text-align: center;
		line-height: 1.8;
		margin: 0 0 20px 0;
	}
	
	.intro_item1{
		position: absolute;
		width: 254px;
		top: 56%;
		left: -7%;
	}
	
	.intro_item2{
		position: absolute;
		width: 136px;
		top: 20%;
		right: -1%;
	}
	
	.intro_item1 img,
	.intro_item2 img{
		width: 100%;
	}
	
	.introarea_img{
		max-width: 970px;
		width: 100%;
		margin: 0 auto;
	}
	
	.introarea_img img{
		width: 100%;
	}
	
	.description_tit{
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		font-weight: bold;
		font-size: 30px;
		color: #ffffff;
		text-align: center;
		line-height: 1.8;
		margin: 0 0 20px 0;
	}
	
	.description_detail{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	
	.description_detailbox{
		width: 32%;
		padding: 15px;
		border-radius: 20px;
		background-color:#FFFFFF; 
	}
	
	.description_img{
		margin: 0 0 20px 0;
	}
	
	.description_img img{
		width: 100%;
	}
	
	.description_txt{
		font-size: 17px;
		line-height: 1.6;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	}
	
	.description_txt span{
		    font-size: 12px;
    line-height: 1.8 !important;
    display: block;
    margin: 10px 0 0 0;
	}
	
	.attarea{
		/*padding: 15px;
		border: 2px solid #FF0004;*/
		overflow: hidden;
	}
	.acd-check{
    display: none;
}
.acd-label{
    background: #ffffff;
    color: #000000;
	font-size: 16px;
    display: block;
    margin-bottom: 1px;
    padding: 15px;
    position: relative;
	line-height: 1.8;
}

	.acd-label strong{
		display: block;
		font-size: 18px;
		font-weight: bold !important;
	}
/*
.acd-label:after{
    background: #154fa0;
    box-sizing: border-box;
    content: '詳しくはこちら \f0fe';
    display: block;
    font-family: "Font Awesome 5 Free";
   
    padding: 5px 5px 5px;
    position: absolute;
    right: 0;
    bottom: 0px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}*/
.acd-content{
    /*border: 1px solid #333;*/
    display: block;
    height: 0;
    opacity: 0;
    /*padding: 10px 10px 10px 10px;*/
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:after{
    content: '詳しくはこちら \f146';
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}
	
	.attbox{
		padding: 10px;
		
	}
	
	.atttxt{
		font-size: 16px;
		line-height: 1.8;
	}
	
	.atttxt p{
		margin: 0 0 20px 0;
	}
	
	
	.zasekibox{
		 padding: 10px;
		display: inline-block;
    margin: 0px 4px -6px 4px;
    border: #154fa0 2px solid;
    border-radius: 5px;
	}

	.pinkbox{
		   
    background-color: #ea757e;
    
	}
	
	.yellowbox{
		   
    background-color: #fff26b;
	}
	
	.zaseki{
		max-width: 409px;
		margin: 0px auto 20px;
		width: 100%;
	}
	
	.zaseki img{
		width: 100%;
	}
	
	.attbox .attention{
		margin-bottom: 0 !important;
		border: 2px solid #FF0004 !important;
	}
	
}