


.graphic-img img {
	height: auto;
	display: block;
	width: 100%;
	/* margin: 0px auto; */
}


/* ///////// top-mainvisual ///////// */
#off-visual {
	overflow: hidden;
	position: relative;
}
#off-visual .graphic-img {
	opacity: 0;
}
#off-visual .toppc {
	display: none;
}

.main-copy {
max-width: 1030px;
margin: 0px auto;
padding: 5% 15px 0px;
font-size: calc(100vw / 23);
line-height: 1.5em;
font-weight: bold;
text-align: justify;
}
.main-copy strong {
color: rgba(175,45,112,1.00);
font-size: calc(100vw / 18);
line-height: 1.5em;
vertical-align: bottom;
}
.main-copy em {
color: rgba(175,45,112,1.00);
font-style: normal;
vertical-align: bottom;
}

.kome-text2 {
font-size: calc(100vw / 26);
line-height: 1.5em;
padding: 1% 15px 0px;
margin-left: 1em;
}
.kome-text2 p {
text-indent: -1em;
}
#off-visual .kome-text2 {
}
#timetable .kome-text2 {
padding: 0.5em 0px 0px;
}
#faq .kome-text2 {
padding: 0px;
}


section {
padding: 10% 0px;
}
section .content-in {
padding: 0px 15px;
margin: 0px auto;
max-width: 1030px;
}


.img-blur-top {
  animation-duration: 2s;
	animation-fill-mode: forwards;
  animation-name: imageBlurTop;
	transform: scale(1.05,1.05);
}

@keyframes imageBlurTop {
  0% {
    opacity: 0;
		transform: scale(1.05,1.05);
  }
  100% {
    opacity: 1;
		transform: scale(1.0,1.0);
  }
}







/* page-button */
.page-button {
padding: 10px 15px 30px;
text-align: center;
position: relative;
z-index: 10;
}
.page-button a {
position: relative;
display: block;
padding: 12px 25px 12px 15px;
color: rgba(255,255,255,1.00);
background-color: rgba(255,0,0,1.00);
font-weight: bold;
font-size: 14px;
text-align: center;
line-height: 1.4em;
border-radius: 80px;
margin: 0px auto;
transition: all 0.4s;
-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.page-button a:hover {
background-color: rgba(212,0,0,1.00);
box-shadow: 0px 0px 10px rgba(0,0,0,0.45);
}
.page-button a::after {
content: "";
position: absolute;
top: calc(50% - 7px);
right: 10px;
display: block;
width: 10px;
height: 10px;
border-top: solid 2px rgba(255,255,255,1.00);
border-right: solid 2px rgba(255,255,255,1.00);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
transition: all 0.4s;
}


@media print, screen and (min-width: 375px) {
.main-copy {
padding: 5% 15px 1%;
font-size: 15px;
line-height: 1.5em;
}
.main-copy strong {
font-size: 20px;
line-height: 1.4em;
}

.kome-text2 {
font-size: 14px;
line-height: 1.5em;
}
#off-visual .kome-text2 {
}

}





@media print, screen and (min-width: 768px) {

section {
padding: 8% 0px;
}
section .content-in {
padding: 0px 25px;
}

section#outline {
padding: 3% 0px 8%;
}



#off-visual .toppc {
	display: block;
}
#off-visual .topsp {
	display: none;
}
.main-copy {
padding: 3% 15px 1%;
font-size: 17px;
line-height: 1.7em;
text-align: center;
}
.main-copy strong {
font-size: 21px;
line-height: 1.6em;
}

.kome-text2 {
font-size: 15px;
line-height: 1.5em;
padding: 0px 25px;
}
#off-visual .kome-text2 {
text-align: center;
}

/* page-button */
.page-button {
padding: 10px 25px 50px;
}
.page-button a {
display: inline-block;
padding: 15px 50px 15px 50px;
font-size: 16px;
line-height: 1.4em;
}
.page-button a::after {
content: "";
top: calc(50% - 7px);
right: 12px;
width: 12px;
height: 12px;
}

}




@media print, screen and (min-width: 1024px) {

section {
padding: 7% 0px;
}

section#outline {
padding: 3% 0px 8%;
}

section .content-in {
padding: 0px 30px;
}

.main-copy {
padding: 2% 15px 1%;
font-size: 19px;
line-height: 1.7em;
}
.main-copy strong {
font-size: 25px;
line-height: 1.6em;
}

.kome-text2 {
font-size: 16px;
line-height: 1.5em;
padding: 0px 30px;
}

/* page-button */
.page-button {
padding: 10px 25px 70px;
text-align: center;
}
.page-button a {
display: inline-block;
padding: 17px 70px;
font-size: 16px;
line-height: 1.4em;
}
.page-button a::after {
content: "";
top: calc(50% - 8px);
right: 15px;
width: 13px;
height: 13px;
}

}



@media print, screen and (min-width: 1200px) {

section {
padding: 7% 0px;
}
section .content-in {
padding: 0px;
}

.main-copy {
padding: 2% 15px 1%;
font-size: 21px;
line-height: 1.7em;
}
.main-copy strong {
font-size: 27px;
line-height: 1.6em;
}


}


@media print, screen and (min-width: 1400px) {

}






















/* ///////// outline ///////// */
#outline {
}
.outline-table {
width: 100%;
font-size: calc(100vw / 28);
line-height: 1.3em;
font-weight: bold;
}
.outline-table th {
padding: 0.4em 0.5em;
background-color: rgba(59,136,195,1.00);
color: rgba(255,255,255,1.00);
white-space: nowrap;
text-align: left;
border-bottom: 1px solid rgba(255,255,255,1.00);
}
.outline-table th em {
font-size: calc(100vw / 30);
line-height: 1.3em;
font-weight: normal;
font-style: normal;
}
.outline-table td {
padding: 0.4em 0.5em;
white-space: nowrap;
border-bottom: 1px solid rgba(59,136,195,1.00);
border-right: 1px solid rgba(59,136,195,1.00);
}
.outline-table tr:first-child th {
border-top: 1px solid rgba(59,136,195,1.00);
}
.outline-table tr:last-child th {
border-bottom: 1px solid rgba(59,136,195,1.00);
}
.outline-table tr:first-child td {
border-top: 1px solid rgba(59,136,195,1.00);
}
.outline-table td .graphic-img.time img {
max-width: 665px;
min-width: calc(665px / 1.8);
}
.outline-table td .graphic-img.price img {
width: 80%;
max-width: 336px;
min-width: calc(336px / 2);
}

.outline-table td .graphic-img.bottom-line {
border-bottom: 1px solid rgba(59,136,195,1.00);
margin-bottom: 0.4em;
padding-bottom: 0.4em;
}



@media print, screen and (min-width: 375px) {
/* ///////// outline ///////// */
.outline-table {
font-size: 14px;
line-height: 1.3em;
}
.outline-table th {
padding: 0.5em 0.6em;
}
.outline-table th em {
font-size: 13px;
line-height: 1.3em;
}
.outline-table td {
padding: 0.5em 0.6em;
}

.outline-table td .graphic-img.bottom-line {
margin-bottom: 0.5em;
padding-bottom: 0.5em;
}

}



@media print, screen and (min-width: 768px) {
/* ///////// outline ///////// */
.outline-table {
font-size: 16px;
line-height: 1.3em;
}
.outline-table th {
padding: 0.8em 0.9em;
}
.outline-table th em {
font-size: 14px;
line-height: 1.3em;
}
.outline-table td {
padding: 0.8em 0.9em;
}

.outline-table td .graphic-img.bottom-line {
margin-bottom: 0.8em;
padding-bottom: 0.8em;
}

}



@media print, screen and (min-width: 1024px) {
/* ///////// outline ///////// */
.outline-table {
font-size: 17px;
line-height: 1.3em;
}
.outline-table th {
padding: 1.0em 1.1em;
}
.outline-table th em {
font-size: 15px;
line-height: 1.3em;
}
.outline-table td {
padding: 1.0em 1.1em;
}

.outline-table td .graphic-img.bottom-line {
margin-bottom: 1.0em;
padding-bottom: 1.0em;
}

}



@media print, screen and (min-width: 1200px) {
/* ///////// outline ///////// */
.outline-table {
font-size: 18px;
line-height: 1.3em;
}
.outline-table th {
padding: 1.1em 1.2em;
}
.outline-table th em {
font-size: 16px;
line-height: 1.3em;
}
.outline-table td {
padding: 1.1em 1.2em;
}

.outline-table td .graphic-img.bottom-line {
margin-bottom: 1.1em;
padding-bottom: 1.1em;
}

}



@media print, screen and (min-width: 1400px) {

}






















@media print, screen and (min-width: 375px) {

}



@media print, screen and (min-width: 768px) {

}



@media print, screen and (min-width: 1024px) {

}



@media print, screen and (min-width: 1200px) {

}



@media print, screen and (min-width: 1400px) {

}















.section-title {
font-size: calc(100vw / 18);
line-height: 1.4em;
padding: 0px 0px 0.5em;
font-weight: bold;
}



@media print, screen and (min-width: 375px) {
.section-title {
font-size: 19px;
line-height: 1.4em;
}

}




@media print, screen and (min-width: 768px) {
.section-title {
font-size: 21px;
line-height: 1.4em;
}

}




@media print, screen and (min-width: 1024px) {
.section-title {
font-size: 22px;
line-height: 1.4em;
}

}




@media print, screen and (min-width: 1200px) {
.section-title {
font-size: 25px;
line-height: 1.4em;
}

}




@media print, screen and (min-width: 1400px) {

.st-block-in {
padding: 0px;
}


}



































/* ///////// cont10 ///////// */
.calendar-block {
max-width: 1030px;
margin: 0px auto;
padding: 0px 15px;
}
.calendar-block li {
	margin: 0px 0px 15px;
}
.calendar-block li h2 {
	font-size: 100%;
	line-height: 1.5em;
	padding: 10px 0px;
}

.table-calendar{
	width: 100%;
	border: 1px solid rgba(170,170,170,1.0);
	font-size: 100%;
	line-height: 1.0em;
	background: rgba(255,255,255,1.0);
}
.table-calendar .table-month {
	color: rgba(255,255,255,1.0) !important;
	background: rgba(87,161,0,1.0);
	text-align: center;
	padding: 8px 2px;
	font-weight: normal;
}
.table-calendar th {
	color: #FFF;
	background: rgba(130,186,0,1.0);
	text-align: center;
	padding: 8px 2px;
	font-weight: normal;
}
.table-calendar th:first-child {
}
.table-calendar th:last-child {
}
.thistr-none {
display: none;
}

.table-calendar td {
	text-align: center;
	padding: 8px 2px;
	font-weight: bold;
}
.table-calendar td:last-child {
	color: rgba(69,167,93,1.0);
}
.table-calendar td:first-child,
.table-calendar td.choliday {
	color: rgba(204,0,0,1.0);
}
.table-calendar td.op-date {
	background: rgba(255,215,0,1.0);
}

.operation-date {
	display: table;
	font-size: 15px;
	line-height: 1.0em;
}
.operation-date li {
	display: table-cell;
	padding: 5px;
}
.operation-date li:first-child {
	background: rgba(255,215,0,1.0);
	width: 50px;
	border: 1px solid rgba(170,170,170,1.0);
}






@media print, screen and (min-width: 768px) {
.calendar-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0px 25px;
}
.calendar-block::after{
  content:"";
  display: block;
  width:calc(33.33% - 10px);
}
.calendar-block li {
	margin: 0px;
	-ms-flex-preferred-size: calc(33.33% - 10px);
	flex-basis: calc(33.33% - 10px);
}
.calendar-block li:first-child {
	padding: 0px 0px 15px;
}
.operation-date {
	margin: 5px 0px;
}


.calendar-block li h2 {
	font-size: 110%;
	line-height: 1.5em;
	padding: 15px 0px 5px;
}

.calendar-block.type02::after,
.calendar-block.type03::after {
content:"";
display: block;
  width:calc(50% - 10px);
}
.calendar-block.type02 li,
.calendar-block.type03 li {
	-ms-flex-preferred-size: calc(50% - 10px);
	flex-basis: calc(50% - 10px);
}


}


@media print, screen and (min-width: 1024px) {
.calendar-block {
	padding: 0px 30px;
}
.calendar-block li {
	margin: 0px;
	-ms-flex-preferred-size: calc(33.33% - 15px);
	flex-basis: calc(33.33% - 15px);
}

.calendar-block li h2 {
	font-size: 120%;
	line-height: 1.5em;
	padding: 20px 0px 10px;
}

.thistr-none {
display: table-row;
}
.calendar-block.type02::after{
content:"";
  display: block;
  width:calc(25% - 10px);
}
.calendar-block.type02::before{
content:"";
  display: block;
  width:calc(25% - 10px);
}
.calendar-block.type02 li {
	-ms-flex-preferred-size: calc(25% - 10px);
	flex-basis: calc(25% - 10px);
}

.calendar-block.type03::after {
content:"";
display: block;
  width:calc(50% - 15px);
}
.calendar-block.type03 li {
	-ms-flex-preferred-size: calc(50% - 15px);
	flex-basis: calc(50% - 15px);
}

}


@media print, screen and (min-width: 1200px) {
.calendar-block {
	padding: 0px;
}
}

















/* ///////// timetable ///////// */
#timetable {
background-color: rgba(225,240,255,1.00);
}

#time-tab-out {
	background: rgba(0, 0, 0, 0.5);
	position: relative;
	margin: 0px;
}
#time-tab {
	margin: 0px auto;
	max-width: 1030px;
	display: table;
	width: 100%;
}
#time-tab li {
	display: table-cell;
	width: 50%;
}
#time-tab li a {
	padding: 12px 10px;
	position: relative;
	text-align: center;
	font-size: 115%;
	line-height: 1.4em;
	display: block;
	color: rgba(255, 255, 255, 1.0);
	background: rgba(255, 255, 255, 0.5);
	margin: 0px 1px 0px 0px;
	transition: all 0.5s;
	letter-spacing: 0.1em;
}
#time-tab li:last-child a {
	margin: 0px;
}	
#time-tab li a::before {
	content:" ";
	position: absolute;
	top: calc(50% - 8px);
	right: 10px;
	display:block;
	width: 17px;
	height: 17px;
	background:url(../imgs/arrow01.png);    
	background-size:contain;
	vertical-align:middle;
	transition: all 0.5s;
}

#time-tab li a.button_active {
	background: rgba(255, 255, 255, 1.0);
	color: rgba(34, 34, 34, 1.0);
}
#time-tab li a.button_active::before {
	transform:rotate(90deg);
}

#time-tab li a.button_hover {
	background: rgba(0,192,255,0.5);
	text-decoration: none;
}


#table-sagami {
display: none;
}



.table-out .t_nameout {
padding: 0px 0px 0.6em;
}

.table-out .t_name {
font-size: calc(100vw / 18);
font-weight: bold;
line-height: 1.5em;
letter-spacing: 0.05em;
}

.table-out {
padding: 0px;
position: relative;
margin: 0px 0px 1px;
}
.table-block {
	overflow: auto;
}
.table-block table {
background-color: rgba(225,225,225,1.00);
margin: 0px auto;
max-width: 1030px;
width: 100%;
}
.table-block table th {
white-space: nowrap;
padding: 0.6em;
font-size: calc(100vw / 27);
line-height: 1.4em;
color: rgba(255, 255, 255, 1.0);
background-color: rgba(88,192,206,1.00);
font-weight: normal;
}

.table-block.night table th {
background-color: rgba(175,45,112,1.00);
}


.table-block table td {
font-size: calc(100vw / 25);
line-height: 1.4em;
font-weight: bold;
white-space: nowrap;
padding: 0.6em 0.8em;
border-bottom: 1px solid rgba(170,170,170,1.0);
text-align: center;
overflow: hidden;
color: rgba(159,159,159,1.00);
}
.table-block table td.train_name {
font-style: italic;
color: rgba(159,159,159,1.00);
text-align: right;
}



.table-block table tr.train_discount td {
color: rgba(0,0,0,1.00);
background-color: rgba(255,255,190,1.00);
}
.table-block table tr.train_discount td.train_name {
color: rgba(88,192,206,1.00);
}
.table-block.night table tr.train_discount td.train_name {
color: rgba(175,45,112,1.00);
}
.table-block table tr.train_discount td.train_name p {
position: relative;
display: block;
padding: 4px 0px 4px 47px;
}
.table-block table tr.train_discount td.train_name p::before {
content: "";
position: absolute;
top: calc(50% - 9px);
left: 0px;
display: block;
width: calc(71px / 1.6);
height: calc(28px / 1.6);
background-image: url(../../waribiki/images/liner_discount20250811.svg);
background-position: center center;
background-size: 100% auto;
background-repeat: no-repeat;
}



/* arrow-mt */
.arrow-mt,
.arrow-n,
.arrow-nho,
.arrow-mo,
.arrow-moho {
position: relative;
width: 100%;
height: 2px;
background-color: rgba(158,158,158,1.00);
}
.arrow-mt::after,
.arrow-n::after,
.arrow-nho::after,
.arrow-mo::after,
.arrow-moho::after {
content: "";
position: absolute;
top: -6px;
right: -2px;
display: block;
width: 14px;
height: 14px;
background-repeat: no-repeat;
background-position: right top;
background-image: url(../../imgs/arrow_gray.png);
background-size: auto 100%;
}

.train_discount .arrow-n {
	background: rgba(192, 45, 112, 1.0);
}
.train_discount .arrow-n::after {
	width: 14px;
	height: 14px;
	background: url(../../imgs/night/arrow01.png) no-repeat right top;
	background-size: auto 100%;
}

.train_discount .arrow-mo {
	background: rgba(88,192,206,1.00);
}
.train_discount .arrow-mo::after {
width: 14px;
height: 14px;
background-repeat: no-repeat;
background-position: right top;
background-image: url(../../imgs/arrow02.png);
background-size: auto 100%;
}


.table-block .arrow-box .arrow-mo {
width: 80px;
margin: 0px auto;
}
.table-block .arrow-box .arrow-n {
width: 80px;
margin: 0px auto;
}




.off-title {
padding: 5% 0px 2%;
}
.off-title p {
position: relative;
display: block;
font-size: calc(100vw / 20);
line-height: 1.4em;
font-weight: bold;
padding: 0px 0px 0px 20px;
}
.off-title p::after {
content: "";
position: absolute;
top: calc(50% - 10px);
left: 0px;
display: block;
width: 18px;
height: 18px;
border: 1px solid rgba(136,136,136,1.00);
background-color: rgba(255,255,190,1.00);
}
/*
		<h3 class="off-title animation"><p>「オフピーク割引」対象号</p></h3>
*/


@media print, screen and (min-width: 375px) {

.table-out .t_name {
font-size: 16px;
line-height: 1.5em;
}

.table-block table th {
padding: 0.6em;
font-size: 13px;
line-height: 1.4em;
}

.table-block table td {
font-size: 14px;
line-height: 1.4em;
}


.table-block table tr.train_discount td.train_name p {
padding: 4px 0px 4px 57px;
}
.table-block table tr.train_discount td.train_name p::before {
top: calc(50% - 11px);
width: calc(71px / 1.3);
height: calc(28px / 1.3);
}

.off-title {
padding: 5% 0px 2%;
}
.off-title p {
font-size: 18px;
line-height: 1.4em;
padding: 0px 0px 0px 22px;
}
.off-title p::after {
top: calc(50% - 12px);
width: 20px;
height: 20px;
}


}








@media print, screen and (min-width: 768px) {
#time-tab-out {
	margin: 0px;
}
#time-tab li a {
	padding: 15px 10px;
	font-size: 130%;
	line-height: 1.4em;
	letter-spacing: 0.2em;
}


.table-out .t_name {
font-size: 18px;
line-height: 1.5em;
}

.table-out {
padding: 0px;
}

.table-block table th {
font-size: 14px;
line-height: 1.4em;
}

.table-block table td {
font-size: 16px;
line-height: 1.4em;
}


.table-block table tr.train_discount td.train_name p {
padding: 4px 0px 4px 85px;
}
.table-block table tr.train_discount td.train_name p::before {
top: calc(50% - 15px);
width: calc(71px / 1);
height: calc(28px / 1);
}




/* arrow-mt */
.arrow-mt,
.arrow-n,
.arrow-nho,
.arrow-mo,
.arrow-moho {
	height: 3px;
}
.arrow-mt::after,
.arrow-n::after,
.arrow-nho::after,
.arrow-mo::after,
.arrow-moho::after {
	top: -9px;
	right: -2px;
	width: 20px;
	height: 20px;
}

.train_discount .arrow-n::after {
	width: 20px;
	height: 20px;
}
.train_discount .arrow-mo::after {
	width: 20px;
	height: 20px;
}

.off-title {
padding: 5% 0px 3%;
}
.off-title p {
font-size: 20px;
line-height: 1.4em;
padding: 0px 0px 0px 26px;
}
.off-title p::after {
top: calc(50% - 15px);
width: 25px;
height: 25px;
}

}




@media print, screen and (min-width: 1024px) {
#time-tab li a {
	padding: 18px 10px;
	font-size: 140%;
	line-height: 1.4em;
}

.table-block {
	overflow: visible;
}

.table-out .t_name {
font-size: 20px;
line-height: 1.5em;
}


.table-block table th {
font-size: 14px;
line-height: 1.4em;
}

.table-block table td {
font-size: 17px;
line-height: 1.4em;
}

.table-block .arrow-box .arrow-mo {
width: 150px;
}
.table-block .arrow-box .arrow-n {
width: 120px;
}
#table-keio .table-block .arrow-box .arrow-n {
width: 70px;
}

.table-block table tr.train_discount td.train_name p {
padding: 4px 0px 4px 90px;
}
.table-block table tr.train_discount td.train_name p::before {
top: calc(50% - 15px);
width: calc(71px / 0.9);
height: calc(28px / 0.9);
}

.off-title {
padding: 4% 0px 2%;
}
.off-title p {
font-size: 23px;
line-height: 1.4em;
padding: 0px 0px 0px 31px;
}
.off-title p::after {
top: calc(50% - 17px);
width: 30px;
height: 30px;
}


}




@media print, screen and (min-width: 1200px) {
.table-block table th {
font-size: 15px;
line-height: 1.4em;
}

.table-block table td {
font-size: 18px;
line-height: 1.4em;
}

#table-keio .table-block .arrow-box .arrow-n {
width: 100px;
}

}



@media print, screen and (min-width: 1400px) {

}
















.faq-list li {
	border-radius: 15px;
	background: rgba(255,255,255,1.0);
	padding: 0px;
	box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.2);
	margin: 0px 0px 15px;
}


.faq-list .faq-box {
	border-radius: 15px;
	display: block;
	transition: all 0.5s;
}
.faq-list .faq-box .faq-title {
font-size: 13px;
line-height: 1.5em;
color: rgba(204,0,0,1.0);
display: block;
border-radius: 15px;
padding: 7px 15px 7px 40px;
position: relative;
}

.faq-list .faq-box .faq-title::after {
content:"";
position: absolute;
top: 5px;
left: 5px;
display:block;
width: 28px;
height: 28px;
background: url(../../faq/imgs/qa_qicon.png);
background-size:contain;
}
.faq-list .faq-box .faq-title p {
}
.faq-list .faq-box .faq-an::after {
content:"";
position: absolute;
top: 5px;
left: 5px;
display:block;
width: 28px;
height: 28px;
background: url(../../faq/imgs/qa_aicon.png);
background-size:contain;
}
.faq-list .faq-box .faq-an {
font-size: 13px;
line-height: 1.5em;
padding: 4px 15px 0px 40px;
position: relative;
}
.faq-list .faq-box .faq-an span {
	padding: 7px 0px;
	display: block;
}


@media print, screen and (min-width: 375px) {

.faq-list li {
	border-radius: 15px;
	margin: 0px 0px 15px;
}

.faq-list .faq-box {
	border-radius: 15px;
}
.faq-list .faq-box .faq-title {
font-size: 14px;
line-height: 1.5em;
border-radius: 15px;
padding: 10px 15px 10px 40px;
}

.faq-list .faq-box .faq-title::after {
top: 8px;
left: 8px;
width: 28px;
height: 28px;
}
.faq-list .faq-box .faq-an::after {
top: 8px;
left: 8px;
width: 28px;
height: 28px;
}
.faq-list .faq-box .faq-an {
font-size: 14px;
line-height: 1.5em;
padding: 4px 15px 10px 40px;
position: relative;
}
.faq-list .faq-box .faq-an span {
	padding: 7px 0px;
	display: block;
}

}






@media print, screen and (min-width: 768px) {

.faq-list li {
	border-radius: 20px;
	margin: 0px 0px 20px;
}

.faq-list .faq-box {
	border-radius: 20px;
}
.faq-list .faq-box .faq-title {
font-size: 16px;
line-height: 1.5em;
border-radius: 20px;
padding: 20px 20px 5px 50px;
}

.faq-list .faq-box .faq-title::after {
top: 15px;
left: 12px;
width: 33px;
height: 33px;
}
.faq-list .faq-box .faq-an::after {
top: 5px;
left: 12px;
width: 33px;
height: 33px;
}
.faq-list .faq-box .faq-an {
font-size: 16px;
line-height: 1.5em;
padding: 4px 20px 20px 50px;
position: relative;
}
.faq-list .faq-box .faq-an span {
	padding: 7px 0px;
	display: block;
}

}



@media print, screen and (min-width: 1024px) {

.faq-list li {
	border-radius: 25px;
}

.faq-list .faq-box {
	border-radius: 25px;
}
.faq-list .faq-box .faq-title {
font-size: 17px;
line-height: 1.5em;
border-radius: 25px;
padding: 25px 25px 5px 55px;
}

.faq-list .faq-box .faq-title::after {
top: 19px;
left: 15px;
}
.faq-list .faq-box .faq-an::after {
top: 8px;
left: 15px;
}
.faq-list .faq-box .faq-an {
font-size: 17px;
line-height: 1.5em;
padding: 4px 25px 25px 55px;
position: relative;
}
.faq-list .faq-box .faq-an span {
	padding: 7px 0px;
	display: block;
}

}


@media print, screen and (min-width: 1200px) {

}


@media print, screen and (min-width: 1400px) {

}















/*
<section id="spot">
	<div class="content-in">

		<h2 class="section-title animation"><p>お出かけスポット紹介サイト</p></h2>
		<div class="spot-copy animation">ワクワクしちゃうスポットやイベントがぞくぞく。京王ライナーでサッと行って、とことん楽しんじゃお！</div>
		<div class="spot-button animation"><a href="#"><p>新宿から先のお出かけ情報</p></a></div>

	</div><!-- content-in -->
</section>
*/
/* ///////// spot ///////// */
#spot {
background-color: rgba(225,240,255,1.00);
}
.spot-copy {
font-size: calc(100vw / 23);
line-height: 1.5em;
font-weight: bold;
padding-bottom: 1.0em;
}
.spot-button a {
font-size: calc(100vw / 22);
line-height: 1.3em;
font-weight: bold;
background-color: rgba(255,255,255,1.00);
border-radius: 60px;
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
position: relative;
padding: 1.0em 10px 1.0em 80px;
display: block;
width: 100%;
opacity: 1;
color: rgba(0,0,0,1.00);
transition: all 0.4s;
}
.spot-button a:hover {
  background-color: rgba(240,240,240,1.00);
  box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.4);
  transform: translateY(-2px);
}
.spot-button a::before {
content: "";
position: absolute;
top: calc(50% - 10px);
left: 10px;
display: block;
width: calc(186px / 3);
height: calc(60px / 3);
background-image: url(../../waribiki/images/spot_logo.svg);
background-position: left center;
background-size: 100% auto;
background-repeat: no-repeat;
}
.spot-button a::after {
content: "";
position: absolute;
top: calc(50% - 8px);
right: 8px;
display: block;
width: calc(22px / 1.5);
height: calc(22px / 1.5);
background-image: url(../../waribiki/images/another.svg);
background-position: left center;
background-size: 100% auto;
background-repeat: no-repeat;
}


@media print, screen and (min-width: 375px) {
.spot-copy {
font-size: 15px;
line-height: 1.5em;
}
.spot-button a {
font-size: 16px;
line-height: 1.3em;
padding: 1.0em 10px 1.0em 100px;
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
}
.spot-button a::before {
top: calc(50% - 11px);
left: 12px;
width: calc(186px / 2.3);
height: calc(60px / 2.3);
}
.spot-button a::after {
top: calc(50% - 8px);
right: 10px;
width: calc(22px / 1.3);
height: calc(22px / 1.3);
}

}


@media print, screen and (min-width: 768px) {
.spot-copy {
font-size: 16px;
line-height: 1.5em;
}

.spot-button a {
font-size: 18px;
line-height: 1.3em;
padding: 1.0em 10px 1.0em 170px;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.spot-button a:hover {
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.4);
}
.spot-button a::before {
top: calc(50% - 21px);
left: 27px;
width: calc(186px / 1.4);
height: calc(60px / 1.4);
}
.spot-button a::after {
top: calc(50% - 10px);
right: 15px;
width: calc(22px / 1.1);
height: calc(22px / 1.1);
}

}


@media print, screen and (min-width: 1024px) {
.spot-copy {
font-size: 17px;
line-height: 1.5em;
}

.spot-button a {
font-size: 20px;
line-height: 1.3em;
padding: 1.3em 10px 1.3em 220px;
box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.3);
}
.spot-button a:hover {
  box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.4);
}
.spot-button a::before {
top: calc(50% - 27px);
left: 32px;
width: calc(186px / 1.1);
height: calc(60px / 1.1);
}
.spot-button a::after {
top: calc(50% - 12px);
right: 25px;
width: calc(22px / 1);
height: calc(22px / 1);
}

}


@media print, screen and (min-width: 1200px) {
.spot-button a {
font-size: 21px;
line-height: 1.3em;
padding: 1.4em 10px 1.4em 245px;
box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.3);
}
.spot-button a::before {
top: calc(50% - 31px);
left: 42px;
width: calc(186px / 1);
height: calc(60px / 1);
}
.spot-button a::after {
right: 28px;
}

}

@media print, screen and (min-width: 1400px) {

}

























@media print, screen and (min-width: 768px) {

}


@media print, screen and (min-width: 1024px) {

}


@media print, screen and (min-width: 1200px) {

}


@media print, screen and (min-width: 1400px) {

}





