@charset "utf-8";

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

#wrapper {
	width: 100%!important;
    font-family: 'Noto Sans JP', sans-serif;
}
main{
		margin-top: 0 !important;
	}
/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

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

.credit{
		margin: 0;
		text-align: center;
	}
	
	.credittit{
		margin: 0 0 20px 0;
		font-size: 6vw;
		font-weight: bold;
		color: #c2192b;
	}
	
	.credittxt{
		font-size: 4vw;
		font-weight: bold;
		line-height: 7vw;
	}
/* 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 {
    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%);
	font-size: 153.9%;
	text-align: center;
    border-radius: 0.3em;
	margin: 2% 0 3% 0;
}

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%;
	background: none !important;
}

a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}
.inner{
	width: 98%;
	margin: 0 auto;
	padding: 4% 1%;
}

/*title*/

.titlePc {
	display: none !important;
}

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


#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-bottom: 5%;
}

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

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

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

.infoBox span .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: #003366;
	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;
}

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

/*2番目以降*/
/*
.topNavi ul li:nth-child(n+2) { 
	border-bottom: none;
}*/

.topNavi ul li:nth-child(1) {
	border-left: none;
}

/*偶数*/
/*
.topNavi ul li:nth-child(even) { 
	border-left: none;
}
*/

.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%;
	text-align: center;
}

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

.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: #fff;
  width: 94%;
  margin: 4% 3%;
  text-align: center;
  background: #F60;
  border-radius: 5px;
  padding: 6% 3%;
  position: relative; /* 追記 */
  font-size: 123.1%;
  font-weight: bold;
}

.Btn a {
	color: #fff;
}

.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;
  font-weight: bold;
}

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


.Btn_gray a{
	pointer-events: none;
	color: #ffffff;
}

.righttxt{
	text-align: right;
	margin: 10px 0 20px 0;
}

.atbox{
	padding: 10px;
	font-size: 14px;
	color: #FF0004;
	border: 2px solid #FF0004;
	margin: 20px 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: 100%;
  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%);
}
}

/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}
	
	
.atbox{
	padding: 20px;
	font-size: 16px;
	color: #FF0004;
	border: 2px solid #FF0004;
	margin: 20px 0;
}

	.credit{
		margin: 0 0 30px 0;
		text-align: center;
	}
	
	.credittit{
		margin: 0 0 20px 0;
		font-size: 24px;
		font-weight: bold;
		color: #c2192b;
	}
	
	.credittxt{
		font-size: 18px;
		font-weight: bold;
		line-height: 36px;
	}
/*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: 970px;
    margin: 0 auto 5px;
}

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%);
	font-size: 220%;
	text-align: center;
    border-radius: 0.3em;
	margin: 0 0 30px 0;
}

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

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%;
	background:none !important;
}

a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}
.inner{
	width: 950px;
	margin: 0 auto;
	padding: 20px 0;
}

/*title*/

.titlePc {
	width: 100%!important;
	text-align: center;
	background: url(../images/bg_title.jpg) repeat center 0;
	position: relative;
}

.titleSp {
	display: none !important;
}


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-bottom: 30px;
	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: 0 0 30px 0;
}

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

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

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

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

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

.infoBox span .detail 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: #003366;
	text-align: center;
}

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

.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%;*/
	width: 50%;
}
/*
.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:nth-child(3),
.topNavi ul li:last-child { /*3番目と最後*/
	border-right: 1px dashed rgba(255,255,255,0.5);
}

.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;*/
   padding: 3px 0px 3px 6px;
    background: #FFD4E2;
    
    margin: 0 0 5px 0;
}

.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;
}

.slide-box {
  width: 33.33333%;
  padding: 10px;
}

.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-top: 10px;
}

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

.slide-box p.point {
	background: #FFFFD9;
	padding: 10px;
	margin-top: 10px;
	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: 20px;
	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-top: 20px;
}

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: #fff;
  width: 70%;
  margin: 20px auto 5px;
  text-align: center;
  background: #F60;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
  font-size: 153.9%;
  line-height: 1.4;
  font-weight: bold;
}

.Btn a {
	color: #fff;
}

.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%);
}


.Btn_gray a{
	pointer-events: none;
	color: #ffffff;
}


.righttxt{
	text-align: right;
	margin: 10px 0 20px 0;
}


/*固定ボタン
.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;
}
*/

.atbox{
	padding: 20px;
	font-size: 16px;
	color: #FF0004;
	border: 2px solid #FF0004;
	margin: 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%);
}

.chui{
		font-size: 16px;
		margin: 20px 0 20px 0;
	}
}




/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}

/*--------------------------------------------
■header
--------------------------------------------*/
#smp_header {height: 54px!important;position:relative;}
#smp_header #headTop {height: auto!important;padding: 8px 5px!important;}
#smp_header #logo,#smp_header #headRMain{display: none!important;}
#smp_header #headTop:before {
	content: "";
	width: 120px;
	height: 27px;
	display: block;
	background: url(https://www.nta.co.jp/shared2021/common/images/smp/head_logo.png) no-repeat;
	background-size: 100%;
}
    
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}

.inner{
	width: 96%;
	margin: 0 2%;
	padding: 24px 0;
	box-sizing: border-box;
}

/* footer */
#smp_footer .linkBtm { display: none !important;}


    
/*---------------ヘッダ header------------------*/
#header{
	overflow: hidden;
	padding: 0 0 2%;
	border-top: 5px #1919A9 solid;
	border-bottom: 1px #CCC solid;
}

* html #header{ height: 1%;}

#header .logo img{
	float: left;
	width: 40%;
	height: auto;
}
}


/*760px以上*/
@media screen and (min-width: 760px),print {
/*--------------------------------------------
■header/footer
--------------------------------------------*/
#pc_header {height:64px!important;padding-top: 0!important;position:relative; margin-bottom: 0 !important;}
#pc_header #logo2,#pc_header .HeadNav01,#pc_header .HeadNav02,#pc_header #Gnav,#pc_footer .footTop {display: none!important;}
#pc_header #HeadInner:before {
	content:"";
	width:185px;
	height:60px;
	display: block;
	background:#FFF url(https://www.nta.co.jp/shared2021/common/images/logo_001.jpg);
}
    
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:950px;
	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;}
.inner{
	width: 96%;
	max-width:950px;
	margin: 0 auto;
	padding:50px 0;
	display: block;
}
u{text-decoration-color: red;}

#pc_footer ul.linkBtm { display: none !important;}
    
/*---------------ヘッダ header------------------*/
#header{
	overflow: hidden;
	padding: 10px 0;
	border-top: 5px #1919A9 solid;
	border-bottom: 1px #CCC solid;
}

* html #header{ height: 1%;}

#header .logo img{
	float: left;
	width: 200px;
	height: auto;
}


}

