@charset "euc-jp";
/* CSS Document */

/* ----------------------
	LIST
---------------------- */
#tour1 {
	background: #FFF;
	border-bottom: solid 1px #CCC;
}
#tour2 {
	background: #EFEFEF;
}
.tourlist section {
	padding: 1em 2% 3em !important;
}
.tourlist h1, 
.tourlist h2 {
	font-size: 1.625em;
	font-weight: normal;
	border: none;
	text-align: center;
	text-shadow: 0 0 8px #FFF, 0 0 8px #FFF, 0 0 8px #FFF, 0 0 8px #FFF, 0 0 8px #FFF;
}
.tourlist h1 img, 
.tourlist h2 img {
	width: 100px;
}
#tour1 {
	background: url(../images/bg-bl.webp) no-repeat center top;
	background-size: cover;
}
#tour2 {
	background: #EEE url(../images/bg-gr.webp) no-repeat center top;
	background-size: cover;
}
#tour1 h1 span, 
#tour1 h2 span {
	color: #036;
}
#tour2 h1 span, 
#tour2 h2 span {
	color: #066;
}
#tour2 .listcontainer .fxbox {
	width: 24%;
}
#tour2 .fxbox .txtbox h3 a {
	color: #066;
}
#tour2 .fxbox .txtbox .button a, 
.tourlist#tour2 .button a {
	background: #5BCEA9;
}

.listcontainer {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: strech;
}
.listcontainer .fxbox {
	background: #FFF;
	width: 32%;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	margin-bottom: 1.5em;
}
.listcontainer .listthumb::after {
    padding-top: 70% !important;
}
.fxbox .photobox {
	position: relative;
	overflow: hidden;
}
.fxbox .photobox::after {
	position: absolute;
	bottom: 0;
	right: 0;
	margin:0;
	content:"";
	display:inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/corner.png) no-repeat; 
	background-size: contain;
	z-index: 10;
}
#tour2 .fxbox .photobox::after {
	background-image: url(../images/corner2.png);
}
.fxbox .photobox a {
	display: block;
	position: relative;
	text-align: center;
	background-position: center;
	background-size: cover;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fxbox .photobox a:hover, 
.fxbox .photobox a:active {
	transition: 1s;
	transform: scale(1.05, 1.05);
}
.fxbox .photobox span {
	display: none;
}

.fxbox .txtbox {
	padding: 1em;
}
.fxbox .txtbox h3 {
	font-size: 1.125em;
	margin: 0 0 .5em;
}
.fxbox .txtbox h3 a {
	text-decoration: none;
}
.fxbox .txtbox ul {
	list-style: none;
}
.fxbox .txtbox ul li {
	margin-bottom: 3px;
}
.include li, .tourstyle li {
	font-size: 1.2rem !important;
}
.fxbox .txtbox .button {
	font-size: 1.4rem;
	border-radius: 4px;
	margin: 10px auto;
}
.fxbox .txtbox .button a {
	font-size: 1.4rem;
	padding: .6em 1em;
	border-radius: 4px;
}
.fxbox .txtbox .button a, 
.tourlist .button a {
	background: #00A3D9;
}

/* ¥À¥ß¡¼ */
.fxbox.hidden {
	box-shadow: none;
	background: none;
	height: 1px;
	margin: 0;
}
.fxbox.hidden hr {
	display: none;
}

/* --- list_tatenarabi_ver --- */
.listcontainer.vertical {
	display: block;
	flex-flow: none;
	justify-content: none;
	align-items: none;
}
.listcontainer.vertical .fxbox {
	background: #FFF;
	width: 100%;
	padding: 1em;
	margin-bottom: 1.5em;
}
.listcontainer.vertical .fxbox::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.listcontainer.vertical .photobox {
	width: 240px;
	float: right;
	margin: 0 0 .5em 1.5em;
}
.listcontainer.vertical .fxbox .txtbox {
	padding: 0;
}
.listcontainer.vertical .fxbox .txtbox .button {
	margin-bottom: 1em;
}

/* ----------------------
	PRICE
---------------------- */
.price {
	text-align: right;
	word-break: break-all;
	font-size: 1em;
	font-weight: bold;
	margin: .5em 0;
}
.f_optionbox {
	margin: 1em 0 2em 3em;
	font-size: 0.9em;
}
.f_optionbox p {
	margin: 0;
}


@media screen and (max-width:999px){
#tour2 .listcontainer .fxbox {
	width: 32%;
}
.fxbox .txtbox ul li {
	font-size: 1.3rem;
}
.include li, .tourstyle li {
	font-size: 1.1rem !important;
}
}

@media screen and (max-width:799px){
.tourlist h1, 
.tourlist h2 {
	font-size: 1.375em;
}
.fxbox .txtbox h3 {
	font-size: 1em;
}
.include li, .tourstyle li {
	font-size: 1rem !important;
}
.price {
	font-size: 1,4rem;
}
.listcontainer .fxbox, 
#tour2 .listcontainer .fxbox {
	width: 49%;
}
.listcontainer.vertical .photobox {
	width: 180px;
	margin-left: 1em;
}
.listcontainer.vertical .fxbox .photobox .include {
	position: inherit;
}
}

@media screen and (max-width:699px){
.fxbox .txtbox ul li {
	font-size: 1.2rem;
}
.price {
	font-size: 1.3rem;
}
}

@media screen and (max-width:419px){
.tourlist section {
	padding: 1em 5% !important;
}

.fxbox .txtbox .button a {
	font-size: 1.2rem;
}
.fxbox .photobox::after {
	width: 12px;
	height: 12px;
}
.listcontainer.vertical .photobox {
	width: 120px;
}
.listcontainer.vertical .fxbox .photobox::after {
	display: none;
	content: ;
	background: none;
}
.f_optionbox {
	margin: 1em 1em 2em;
}
}

@media screen and (max-width:379px){
.listcontainer .fxbox, 
#tour2 .listcontainer .fxbox {
	width: 100%;
}
}