@charset "utf-8";

/*PCSP共通設定*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');

#wrapper{
	font-family:'Noto Sans JP', sans-serif;
    /*overflow: hidden;*/
}

section:nth-of-type(odd){background-color:#FFF;}
section:nth-of-type(even){background-color:#d4ecea;}

img {
    image-rendering: -webkit-optimize-contrast;
}

a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}

.textLeft {
	text-align: left;
    font-size: 123.1%;
}

.textCenter {
	text-align: center;
    font-size: 123.1%;
}

.textRight {
	text-align: right;
    font-size: 123.1%;
}

.red { 
    color: #FF0000;
}

.blue { 
    color: #0066cc;
}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none !important;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}

#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}

.inner {
	width: 96%;
	margin: 0 auto;
	padding: 2%;
}

.titlePc {
	display: none !important;
}

.titleSp {
	width: 100%!important;
    text-align: center;
}

.titleSp img{
    width: 100%;
    vertical-align: bottom;
}

h1 {
	font-size: 12px;
	margin: 0 1%;
}

h2 {
    text-align: left;
    font-size: 182%;
    font-weight: bold;
    color: #00919c;
}

h4 {
  text-align: center;
  font-size: 153.9%;
  font-weight: bold;
  margin: 5% 0 3%;
  line-height: 1.6;
}

h4 span {
  background: linear-gradient(transparent 60%, #ffff66 0%);
}

.attention {
	font-size: 123.1%;
    line-height: 1.5;
	width: 100%;
	margin: 2% 0;
	border: 2px #F00 solid;
	padding: 2%;
	background: #FFF;
}

.attention span {
    color: #FFFFFF;
    font-weight: bold;
    padding: 0.05rem 0.05rem 0.1rem 0.2rem;
    background: #FF0000;
}

/*◆ツアー*/
.tourBox {
  border: 3px solid #00919c;
  padding: 10px;
  background: #FFF;
  width: 100%;
  margin: 4% 0 1%;
}

.tourBox .tourName {
  width: 100%;
  text-align: left;
}

.tourBox .tourName .logo01 {
  display: block;
  height: auto;
  width: 30%;
}

.tourBox .tourName .logo02 {
  display: block;
  height: auto;
  width: 20%;
}

.tourBox .point {
    width: 100%;
    font-size: 123.1%;
    line-height: 1.4;
    margin-top: 2%;
    text-align: left;
}

.tourBox .point img {
    text-align: center;
    display: block;
    width: 80%;
    margin: 0 auto 2%;
}

.detail {
    width: 100%;
    margin-top: 2%;
}

.detail dl {
	width: 100%;
    font-size: 123.1%;
    text-align: left;
}

.detail dt {
	background: #333399;
	color: #FFF;
	padding: 5px;
}

.detail dd {
    background: #E1E1F5;
	padding: 5px;
}

/*◆注意事項*/
ul.guideList {
	font-size: 123.1%;
	line-height: 1.4;
	margin-top: 1%;
}

ul.guideList li {
	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: '※';
}

/*◆list横並び*/
*, *:before, *:after {
	box-sizing: border-box;
}

.itemList2,
.itemList4 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList4 > div {
	float: left;
	width: 48%;
	padding: 1%;
}

.itemList4 > div img {
	width: 100%;
}

.itemList4 > div dd {
	font-size: 123.1%;
	text-align: left;
	padding: 4%;
	background: #FFF;
}

/*◆ボタン*/
.Btn {
  color: #fff;
  width: 100%;
  margin: 4% 0 2%;
  text-align: center;
  background: #00919c;
  border-radius: 5px;
  padding: 6% 3%;
  position: relative; /* 追記 */
  font-size: 123.1%;
  font-weight: bold;
}

.Btn a {
	color: #fff;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_gray {
  color: #fff;
  width: 100%;
  margin: 4% 0 2%;
  text-align: center;
  background: #666    ;
  border-radius: 5px;
  padding: 6% 3%;
  position: relative; /* 追記 */
  font-size: 123.1%;
  font-weight: bold;
}

.Btn_gray::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;
}
	
.pcnone{
    display: none !important;
	}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 10px auto;
	display: block;
	font-size: 12px;
}

#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}

.inner {
	width: 950px;
	margin: 0 auto;
	padding: 20px 0;
}

.titlePc {
	width: 100%!important;
	text-align: center;
	background: url(../images/bg_title.jpg) repeat center 0;
	position: relative;
    height: 500px;
}

.titleSp {
	display: none !important;
}

h1 {
	font-size: 14px;
    width: auto;
    max-width: 970px;
    margin: 0 auto 5px;
}

h2 {
    text-align: left;
    font-size: 189%;
    font-weight: bold;
    color: #00919c;
}

h4 {
  text-align: center;
  font-size: 167%;
  font-weight: bold;
  line-height: 1.6;
  margin: 10px 0 20px;
}

h4 span {
  background: linear-gradient(transparent 60%, #ffff66 0%);
}

.attention {
	font-size: 123.1%;
	line-height: 1.5;
	margin-top: 20px;
	padding: 15px;
	border: 2px #F00 solid;
	text-align: left;
	background: #FFF;
}

.attention span {
	font-size: 120%;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0.05rem 0.05rem 0.2rem 0.2rem;
    background: #FF0000;
}

/*◆ツアー*/
.tourBox {
  border: 2px solid #00919c;
  padding: 10px;
  background: #FFF;
  width: 100%;
  display: table-cell;
}

.tourBox .tourName {
  width: 100%;
  text-align: left;
}

.tourBox .tourName .logo01 {
  display: block;
  height: auto;
  width: 30%;
}

.tourBox .tourName .logo02 {
  display: block;
  height: auto;
  width: 14%;
}

.tourBox .point {
    width: 100%;
    font-size: 123.1%;
    line-height: 1.4;
    margin-top: 6px;
    text-align: left;
}

.tourBox .point img {
  display: block;
  width: 200px;
  height: auto;
  float: right;
  margin: 0 0 10px 5px;
}

.detail {
    width: 100%;
}

.detail dl {
	width: 100%;
    font-size: 123.1%;
    line-height: 1.4;
	display: flex;
	margin-top: 3px;
    text-align: left;
}

.detail dt {
	float: left;
	width: 30%;
	background: #333399;
	color: #FFF;
	box-sizing: border-box;
	padding: 5px;
}

.detail dd {
	width: 70%;
    background: #E1E1F5;
	padding: 5px;
	margin: 0;
	box-sizing: border-box;
}

/*◆注意事項*/
ul.guideList {
	padding: 0;
	font-size: 123.1%;
	line-height: 1.4;
	margin-top: 5px;
}

ul.guideList li {
	list-style: none;
	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: '※';
}

/*◆list横並び*/
*, *:before, *:after {
	box-sizing: border-box;
}

.itemList2 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList2 > div {
	width: 50%;
	padding: 20px 5px 0;
    text-align: center;
    display: table;
    margin-bottom: 5px;
}

.itemList4 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList4 > div {
	width: 25%;
	padding: 10px 5px;
}

.itemList4 > div img {
	width: 100%;
}

.itemList4 > div dd {
	font-size: 123.1%;
	text-align: left;
	padding: 10px;
	background: #FFF;
}

/*◆ボタン*/
.Btn {
  color: #fff;
  width: 100%;
  margin: 20px auto 5px;
  text-align: center;
  position: relative; /* 追記 */
  font-size: 153.9%;
  line-height: 1.4;
  font-weight: bold;
  box-sizing: border-box;
}

.Btn a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 10px;
	background: #00919c;
	border-radius: 5px;
}

.Btn a:hover {
	opacity: 0.8;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_gray {
  color: #fff;
  width: 100%;
  margin: 20px auto 0;
  text-align: center;
  background: #666;
  border-radius: 5px;
  padding: 10px;
  position: relative; /* 追記 */
  font-size: 153.9%;
  font-weight: bold;
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

}