@charset "utf-8";

html {scroll-behavior: smooth;}/*smooth scroll*/
.Narrowdown.hidden {
	width: 0!important;
	height: 0!important;
	margin: 0!important;
	padding: 0!important;
	overflow: hidden!important;
	border: none!important
}

/*SP*/
@media screen and (max-width: 759.9px) {
/* CSS */
#wrapper {line-height: 1.4;}
#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;
    color: #C43C05;
    text-align: center;
    margin-bottom: 20px;
	padding: 12px 0;
    font-weight: bold;
	border-bottom: 2px dotted #c43c05;
	border-top: 3px solid #C43C05;
}
h3{
	width: fit-content;
    font-size: 16px;
    margin: 0 auto 15px;
    padding: 15px 0;
    position: relative;
}
h3.pin_icon:before{
	content: "";
    width: 18px;
    height: 22px;
    background: url(../images/ico_pin.png);
    background-size: 100%;
    display: block;
    position: absolute;
    top: 12px;
    left: -30px;
}
.inner{
	width: 96%;
	margin: 0 2%;
	padding: 24px 0;
	box-sizing: border-box;
}
#title{
	width: 100%;
	background: url(../images/bg.gif);
	margin-bottom:15px
}
#title img{width: 100%;}
p#appeal_txt{
	font-weight: bold;
    font-size: 20px;
    margin: 0 auto;
    color: #c20102;
	text-align: center;
    text-decoration: underline;
    text-decoration-color: #ffea01;
    text-decoration-thickness: 3px;
    text-underline-position: under;
}

/*uritsukushi-plan*/
#otoku_plan_wrap h4 {
	font-size: 1.8em;
	border-left: 5px solid #C43C05;
	text-indent: 2%;
	margin: 3% 0;
}
/*#otoku_plan_wrap .plan_wrap {
	display: flex;
	flex-wrap: wrap;
}*/
#otoku_plan_wrap .plan_wrap li {
	padding: 10px;
	margin: 1%;
	box-sizing: border-box;
	border: 2px solid #ccc;
    border-radius: 10px;
	transition-duration: 0.5s;
}
#otoku_plan_wrap .plan_wrap li a:link,
#otoku_plan_wrap .plan_wrap li a:visited,
#otoku_plan_wrap .plan_wrap li a:active {color: #333!important;}
#otoku_plan_wrap .plan_wrap li a:hover {
	color: #C43C05!important;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity:1;
}
#otoku_plan_wrap .plan_wrap img {
	width: 100%;
	margin-bottom: 10px;
}
#otoku_plan_wrap .plan_wrap dt {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 3%;
}
#otoku_plan_wrap .plan_wrap dd.icon {
	display: flex;
	margin-bottom: 3%;
	padding-left: 3%;
}
#otoku_plan_wrap .plan_wrap dd.icon b {
	color: #333;
	margin-right: 15px;
	height: 22px;
	display: grid;
	align-items: center;
	padding: 0 5px 0 10px;
	border: 1px solid #CCC;
	border-left: none;
	border-radius: 0 3px 3px 0;
	font-weight: normal;
	position: relative;
	font-size: 10px;
	box-sizing: border-box;
}
#otoku_plan_wrap .plan_wrap dd.icon b:after {
	content: "●";
	position: absolute;
	top: auto;
	left: -8px;
	width: calc(22px / 1.41);
	height: calc(22px / 1.41);
	padding: 2px 2px 2px 2px;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	color: #CCC;
	font-size: 9px;
	transform: rotate(45deg);
	border-radius: 0 0 0 4px;
	box-sizing: border-box;
}
#otoku_plan_wrap .plan_wrap dd.plan,
#otoku_plan_wrap .plan_wrap dd.AppealPoint {
	width: 100%;
	margin-bottom: 3%;
	display: inline-block;
}
#otoku_plan_wrap .plan_wrap dd.plan span.price {
	font-size: 1.5em;
	color: #C43C05;
	font-weight: bold;
}
#otoku_plan_wrap .plan_wrap dd.TermRange {margin-bottom: 3%;}

.btn_wrap{display:flex;}
.btn_blue {
    width: 98%;
    /*height: 98px;*/height: 42px;
    background: #20208C;
    color: #FFF!important;
    font-size: 14px;
    display: block;
    text-align: center;
    margin: 1%;
    padding: 10px 1% 1%;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
}
.btn_blue:after {
	content: "";
    width: 72px;
    height: 72px;
    margin: auto;
    display: block;
    position: absolute;
    top: 30px;
    left: 25%;
    right: 25%;
}
/*.btn_blue:nth-of-type(1):after {
    background: url(../images/back01.png) no-repeat;
    background-size: contain;
}
.btn_blue:nth-of-type(2):after {
    background: url(../images/back02.png) no-repeat;
    background-size: contain;
}*/

.pr_banner {
    width: 100%;
    max-width: 640px;
    margin: auto;
}

/*絞り込み*/
#Narrowdown{
	display: flex;
    flex-wrap: wrap;
    font-size: 15px;
	text-align: center;
	cursor:pointer;
}
#Narrowdown li{
	/*width: 20%;*/
    margin: 0 auto 10px;
    font-size: 12px;
}
#Narrowdown li.select{
	font-weight: bold;
    border-bottom: 3px solid #20208C;
}
.Narrowdown2{
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	cursor: pointer;
	line-height: 2.4;
}
.Narrowdown2 li{margin: 0 1%;}

/*recommend*/
#recommend li{
	width: 98%;
    margin: 1%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #ccc;
}
#recommend dl{
	display: flex;
    flex-wrap: wrap;
}
#recommend dt {
	width: 41%;
    margin: 2%;
}
#recommend dt img{width: 100%;}
#recommend dd {
	width: 51%;
    margin: 2%;
}
#recommend dd h3{
	font-size: 14px;
    font-weight: bold;
    color: #C43C05;
    text-align: left;
    margin: 3% 0;
    padding: 0;
}
#recommend dd p{
	font-size: 12px;
    line-height: 1.3;
    color: #222;
}

/*fadeIn/Out*/
@keyframes fadeIn {
  0% {
	height:0%;
    display: none;
    opacity: 0;
  }

  1% {
	height:0%;
    display: block;
    opacity: 0;
  }

  100% {
	height:100%;
    display: block;
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
	height:100%;
    display: block;
    opacity: 1;
  }

  99% {
	height:0%;
    display: block;
    opacity: 0;
  }

  100% {
	height:0%;
    display: none;
    opacity: 0;
  }
}

}

/*PC*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
#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: 970px;
    margin: 0 auto 5px;
}
h2{
	font-size: 24px;
    color: #C43C05;
    text-align: center;
    margin-bottom: 25px;
	padding: 15px 0;
    font-weight: bold;
	border-bottom: 2px dotted #c43c05;
	border-top: 3px solid #C43C05;
}
h3{
	width: fit-content;
    font-size: 18px;
    margin: 0 auto 15px;
    padding: 15px 0;
    position: relative;
}
h3.pin_icon:before{
	content: "";
    width: 18px;
    height: 22px;
    background: url(../images/ico_pin.png);
    background-size: 100%;
    display: block;
    position: absolute;
    top: 12px;
    left: -30px;
}
.inner{
	width: 96%;
	max-width:970px;
	margin: 0 auto;
	padding:50px 0;
	display: block;
}
#title{
	width: 100%;
	height: 100%;
	min-width:760px;
	margin: 0 auto 50px;
	box-sizing: border-box;
	background: url(../images/bg.gif);
}
#title img{
	width: 100%;
	max-width:970px;
	min-width:760px;
    height: 100%;
    margin: auto;
    display: block;
}
p#appeal_txt{
	font-weight: bold;
    font-size: 28px;
    margin: 0 auto;
    color: #c20102;
	text-align: center;
    text-decoration: underline;
    text-decoration-color: #ffea01;
    text-decoration-thickness: 3px;
    text-underline-position: under;
}

/*uritsukushi-plan*/
#otoku_plan_wrap h4 {
	font-size: 1.8em;
	border-left: 5px solid #C43C05;
	text-indent: 2%;
	margin: 3% 0;
}
#otoku_plan_wrap .plan_wrap {
	display: flex;
	flex-wrap: wrap;
}
#otoku_plan_wrap .plan_wrap li {
	width: calc(90% / 3);
	padding: 10px;
	margin: 1%;
	box-sizing: border-box;
	border: 2px solid #ccc;
    border-radius: 10px;
	transition-duration: 0.5s;
}
#otoku_plan_wrap .plan_wrap li a:link,
#otoku_plan_wrap .plan_wrap li a:visited,
#otoku_plan_wrap .plan_wrap li a:active {color: #333!important;}
#otoku_plan_wrap .plan_wrap li a:hover {
	color: #C43C05!important;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity:1;
}
#otoku_plan_wrap .plan_wrap img {
	width: 100%;
	margin-bottom: 10px;
}
#otoku_plan_wrap .plan_wrap dt {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 3%;
}
#otoku_plan_wrap .plan_wrap dd.icon {
	display: flex;
	margin-bottom: 3%;
	padding-left: 3%;
}
#otoku_plan_wrap .plan_wrap dd.icon b {
	color: #333;
	margin-right: 15px;
	height: 22px;
	display: grid;
	align-items: center;
	padding: 0 5px 0 10px;
	border: 1px solid #CCC;
	border-left: none;
	border-radius: 0 3px 3px 0;
	font-weight: normal;
	position: relative;
	font-size: 10px;
	box-sizing: border-box;
}
#otoku_plan_wrap .plan_wrap dd.icon b:after {
	content: "●";
	position: absolute;
	top: auto;
	left: -8px;
	width: calc(22px / 1.41);
	height: calc(22px / 1.41);
	padding: 2px 2px 2px 2px;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	color: #CCC;
	font-size: 9px;
	transform: rotate(45deg);
	border-radius: 0 0 0 4px;
	box-sizing: border-box;
}
#otoku_plan_wrap .plan_wrap dd.plan,
#otoku_plan_wrap .plan_wrap dd.AppealPoint {
	width: 100%;
	margin-bottom: 3%;
	display: inline-block;
}
#otoku_plan_wrap .plan_wrap dd.plan span.price {
	font-size: 1.5em;
	color: #C43C05;
	font-weight: bold;
}
#otoku_plan_wrap .plan_wrap dd.TermRange {margin-bottom: 3%;}
#otoku_plan_wrap .plan_wrap p.travelplan_preparation_now {
	width: 100%;
    text-align: center;
    font-size: 16px;
}

/*btn*/
.btn_wrap{display:flex;}
.btn_blue {
    width: 48%;
    background: #20208C;
    color: #FFF!important;
    font-size: 18px;
    display: block;
    text-align: center;
    margin: 1%;
	padding: 12px 0;
    box-sizing: border-box;
	border-radius:5px;
	position:relative;
}
.btn_blue:after {
	content: "";
    width: 44px;
    height: 44px;
    position: absolute;
	top: 10%;
    left: 15%;
}
/*.btn_blue:nth-of-type(1):after {
    background: url(../images/back01.png) no-repeat;
    background-size: contain;
}
.btn_blue:nth-of-type(2):after {
    background: url(../images/back02.png) no-repeat;
    background-size: contain;
}*/

/*絞り込み*/
#Narrowdown{
	display: flex;
    font-size: 15px;
	margin-bottom: 25px;
	text-align: center;
	cursor:pointer;
}
#Narrowdown li{
	width: 100%;
    margin: 0 1%;
}
#Narrowdown li.select{
	font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 5px solid #20208C;
}
.Narrowdown2{
	display: flex;
	font-size: 14px;
	cursor:pointer;
}
.Narrowdown2 li{margin: 0 1%;}

/*recommend*/
#recommend ul{
	display: flex;
    flex-wrap: wrap;
}
#recommend li{
	width: 48%;
    margin: 1%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #ccc;
}
#recommend dl{
	display: flex;
    flex-wrap: wrap;
}
#recommend dt {
	width: 41%;
    margin: 2%;
}
#recommend dt img{width: 100%;}
#recommend dd {
	width: 51%;
    margin: 2%;
}
#recommend dd h3{
	font-size: 16px;
    font-weight: bold;
    color: #C43C05;
    text-align: left;
    margin: 3% 0;
    padding: 0;
}
#recommend dd p{
	font-size: 14px;
    line-height: 1.4;
    color: #222;
}

/*fadeIn/Out*/
@keyframes fadeIn {
  0% {
	width: 0%;
    display: none;
    opacity: 0;
  }

  1% {
	width: 0%;
    display: block;
    opacity: 0;
  }

  100% {
	width: 31.33333%;
    display: block;
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
	width: 31.33333%;
    display: block;
    opacity: 1;
  }

  99% {
	width: 0%;
    display: block;
    opacity: 0;
  }

  100% {
	width: 0%;
    display: none;
    opacity: 0;
  }
}

}

/*PR*/
.bnrBox {
    text-align:center;
    margin: 3% auto;
}
.bnrBox > a {text-align:center;}
.bnrBox > a:hover{opacity:0.8;cursor:pointer;}

/*tabMenuSeason*/
#tabMenuSeason li#uritsukushi {background: #1b1b89;}
#tabMenuSeason li#uritsukushi a {color:#FFF;}

.pr_banner {
    width: 100%;
    max-width: 640px;
    margin: auto;
}