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

.tourwrap {
	background: url(../images/bg-tour.jpg) no-repeat center top;
	background-size: cover;
	border-bottom: solid 1px #063;
}
.blogwrap {
	background: #EDF8DC url(../images/bg-blog2.jpg) no-repeat center top;
	background-size: 100% auto;
}

/* ----------------------
	SIMPLE LIST
---------------------- */
.list a {
	text-decoration: none;
}
.list a:link {
	color: #000;
}
.list a:visited {
	color: #444;
}
.list a:hover {
	color: #06C;
}
.list ul {
	list-style: none;
	margin: 0 0 1em;
}
.list ul li {
	border-bottom: solid 1px #CCC;
	line-height: 1.4;
	padding: 0.8em 0.5em 0.4em;
	margin-bottom: 0.4em;
}
.list ul li a {
	display: block;
}
.list li a .date {
	color: #666;
	margin-right: 0.5em;
	font-size: 1.4rem;
	position: relative;
	padding-left: 1.4em;
}
.list li a .date::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6px;
	width: 6px;
	height: 6px;
	border-right: 2px solid #FFAB04;
	border-bottom: 2px solid #FFAB04;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.list li .cate {
	display: block;
	width: 50%;
	max-width: 200px;
	height: 24px;
	line-height: 24px;
	font-size: 1.2rem;
	text-align: center;
	text-shadow: 0 -1px 1px #999;
	overflow: hidden;
	color: #FFF;
	border-radius: 3px;
	margin-bottom: 5px;
}

/* 
	COLOR and FONT
---------------------- */

.list li.cat1 .cate {
	background: #CCC;
}
.list li.cat2 .cate {
	background: #999;
}

/* 
	SUB LINK
---------------------- */
#ct a {
	color: #06C;
}
.sublink {
	width: 80%;
	border-radius: 6px;
	background: #FFF;
	padding: 0.5em 1em;
	margin: 0 auto 1em;
	-moz-box-shadow: 1px 2px 5px rgba(0,0,0,0.2) inset;
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.2) inset;
	-o-box-shadow: 1px 2px 5px rgba(0,0,0,0.2) inset;
	-ms-box-shadow: 1px 2px 5px rgba(0,0,0,0.2) inset;
}
.sublink ul {
	letter-spacing: -.40em;
	margin: 0 !important;
	overflow: hidden;
}
.sublink ul li {
	display: inline-block;
	/display: inline;  /* IE */
	/zoom: 1;  /* IE */
	vertical-align: top;
	letter-spacing: normal;
	border: none;
	font-size: 1.4rem;
	margin: 0;
}
.sublink ul li a {
	margin-right: 1em;
	padding-left: 1em;
	position: relative;
}
.sublink ul li a::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 4px;
	height: 4px;
	margin-top: -4px;
	border-right: 2px solid #F96;
	border-bottom: 2px solid #F96;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* ------------------------
	MENU LIST
------------------------ */
.fxcontainer {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
/* .fbox {width: 24%;} */
.fbox {
	width: 24%;
	border-radius: 6px;
	background: #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	margin-bottom: 1.5em;
}
.fxcontainer.c2 .fbox {
	width: 49% !important;
}
.fxcontainer.c3 .fbox {
	width: 32% !important;
}
.fbox.hidden {
	padding: 0;
	box-shadow: none;
	background: none;
	border: none;
	border-radius: 0;
	margin: 0;
	height: 1px;
}
.fbox.hidden hr {
	display: none;
}
.phbox {
	border-radius: 6px 6px 0 0;
	overflow: hidden;
}
.phbox a {
	display: block;
	background-position: center;
	background-size: cover;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	border-radius: 6px 6px 0 0;
}
.phbox a:hover, 
.phbox a:active {
	transition: 1s;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	transform: scale(1.05, 1.05);
}
.listthumb {
    position: relative;
	overflow: hidden;
	text-align: center;
	width: 100%;
	height: 100%;
}
.listthumb:after {
    padding-top: 75%;
    display: block;
    content: "";
}
.listthumb > .content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.phbox span {
	display: none;
}
.fxcontainer .txbox {
	padding: 1em;
}
.fxcontainer .txbox h3 {
	font-size: 1em;
	margin: 0 0 .5em;
	text-align: left;
}
.fxcontainer .txbox h3 a {
	text-decoration: none;
	color: #039;
	border-bottom: dotted 1px #AAA;
}
.fxcontainer .txbox h3 a:hover, 
.fxcontainer .txbox h3 a:active {
	color: #069;
}
.fxcontainer .txbox p {
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.5;
}

/* ------------------------
	circle photo
------------------------ */
.blogwrap .fbox {
	width: 15%;
	background: none;
	border-radius: 0;
	box-shadow: none;
}
.blogwrap .phbox {
	border: solid 3px #FFF;
	border-radius: 100%;
	margin-bottom: 10px;
}
.blogwrap .listthumb:after {
    padding-top: 100%;
}
.blogwrap .fxcontainer .txbox {
	padding: 3px;
	background: rgb(255,255,255,0.8);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}
.blogwrap .fxcontainer .txbox h3, .blogwrap .fxcontainer .txbox p {
	font-size: 1.4rem;
	font-weight: normal;
}

/* ------------------------
	V LIST
------------------------ */
.icontainer {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}
.ibox {
	width: 49%;
	margin-bottom: 1.5em;
	background: #FFF;
	padding: 0.8em;
}
.ibox::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.ibox a:link {
	color: #000;
}
.ibox a:visited {
	color: #666;
}
.ibox a:hover {
	color: #930;
}
.svbox a:active {
	color: #930;
}
.list-photo {
	width: 33%;
	float: left;
}
.list-photo a {
	display: block;
	border-radius: 6px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.list-photo a:hover, 
.list-photo a:active {
	transition: 1s;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	transform: scale(1.1, 1.1);
}
.list-photo a .listthumb {
	border: none;
}
.list-photo a .listthumb span {
	display: none;
}
.textbox {
	width: 63%;
	float: right;
}
.textbox h3 {
	margin: 0 0 0.4em !important;
	font-size: 2.4rem;
	font-weight: normal;
}
.textbox h3 a {
	display: block;
	padding-left: 0.8em;
	position: relative;
	text-decoration: none;
	border-bottom: dotted 1px #CCC;
}
.textbox h3 a::before {
	display: block;
	content: '';
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 3px solid #EE9191;
	border-bottom: 3px solid #EE9191;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.textbox p {
	font-size: 1.6rem;
	line-height: 1.6;
	margin: 0;
}
.textbox p a {
	display: block;
	text-align: right;
}

@media screen and (max-width:1019px){
.ibox {
	margin-bottom: 1em;
}
.list-photo {
	width: 30%;
}
.textbox {
	width: 66%;
}
.textbox p {
	font-size: 1.4rem;
}
}

@media screen and (max-width:979px){
section.list {
	padding-right: 10% !important;
	padding-left: 10% !important;
}
.list li .cate {
	width: 75%;
}
.fbox {
	width: 32%;
}
.blogwrap .fbox {
	width: 24%;
}
}

@media screen and (max-width:799px){
}

@media screen and (max-width:699px){
section.list {
	padding-right: 5% !important;
	padding-left: 5% !important;
}
.list li a .date {
	font-size: 1.2rem;
}
.list li .cate {
	font-size: 1rem;
	height: 20px;
	line-height: 20px;
}
.fbox {
	width: 49%;
}
.fxcontainer.c2 .fbox, 
.fxcontainer.c3 .fbox {
	width: 49% !important;
}
.fxcontainer .txbox p {
	font-size: 1.4rem;
}
.blogwrap .fbox {
	width: 32%;
}
.ibox {
	width: 100%;
	border: solid 1px #EEE;
	border-radius: 6px;
}
.list-photo {
	width: 25%;
}
.list-photo a {
	border-radius: 4px;
}
.textbox {
	width: 70%;
}
}

@media screen and (max-width:499px){
.textbox p {
	font-size: 1.4rem;
}
.blogwrap .fxcontainer .txbox p {
	font-size: 1.2rem;
}
}

@media screen and (max-width:449px){
.list li .cate {
	width: 80%;
	max-width: 80%;
}
.list .pd10 {
	padding: 0;
}
}

@media screen and (max-width:369px){
.fbox {
	width: 100%;
}
.fxcontainer.c2 .fbox, 
.fxcontainer.c3 .fbox {
	width: 100% !important;
}
.blogwrap .fbox {
	width: 49%;
}
}