@charset "Shift_JIS";

.box_s dl dt h4{
    display: grid;
    align-items: center;
}

/*759px以下(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*/
.box_s {
	width: 98%;
    display: inline-block;
    padding: 5px;
    margin: 0 1% 30px;
    box-sizing: border-box;
}
.box_s dt{
    border-left: 5px solid #C43C05;
    margin-bottom: 10px;
    padding-left: 10px;
}
.box_s dt h4 a{
	font-weight:bold;
	color: #C43C05!important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.box_s dd{
	color: #333;
	border: 2px solid #ccc;
	padding:10px;
	border-radius:10px;
}
.box_s dd span.plan{
	width: 100%;
	margin-bottom: 10px;
    display: inline-block;
}
.box_s dd span.plan:last-child{margin-bottom: 0;}
.box_s dd span.price{
	color:#C43C05;
	font-weight:bold;
}
.box_s dd span.icon{
	display:flex;
	margin-left: 10px;
	margin-bottom: 10px;
}

.box_s dd span.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;
}
.box_s dd span.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: 1.2px solid #CCC;
    border-bottom: 1.2px solid #CCC;
    color: #CCC;
    font-size: 8px;
    transform: rotate(45deg);
    border-radius: 0 0 0 4px;
    box-sizing: border-box;
}

.btn_wrap{display:flex;}
.btn_blue {
    width: 98%;
    height: 98px;
    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;
	margin-bottom: 25px;
	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;
}

/*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;
  }
}

}

/*760px以上(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*/
.box_s {
	width: 31.33333%;
	float: left;
    display: block;
    padding: 5px;
    margin: 0 1% 30px;
    box-sizing: border-box;
	/*animation: fadeIn 0.5s ease-in 0s forwards;*/
	/*animation: fadeOut 0.1s ease-in 0s forwards;*/
}
.box_s:hover{opacity:0.8;cursor:pointer;}
.box_s dt{
	font-weight:bold;
    border-left: 5px solid #C43C05;
    margin-bottom: 10px;
    padding-left: 10px;
}
.box_s dt h4 a{
	/*height: 40px;*/
	font-weight:bold;
	color: #C43C05!important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.box_s dd{
	color: #333;
	border: 2px solid #ccc;
	padding:10px;
	border-radius:10px;
}
.box_s dd span.plan{
	width: 100%;
	margin-bottom: 10px;
    display: inline-block;
}
.box_s dd span.plan:last-child{margin-bottom: 0;}
.box_s dd span.price{
	color:#C43C05;
	font-weight:bold;
}
.box_s dd span.icon{
	display:flex;
	    margin-left: 10px;
	margin-bottom: 10px;
}
.box_s dd span.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;
}
.box_s dd span.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;
}

/*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;
}

/*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 li#uritsukushi {background: #1b1b89;}
#tabMenuSeason li#uritsukushi a {color:#FFF;}

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