@charset "utf-8";

/*--------------------------------------------------
travision Inc. 
last update 2019.05.19
--------------------------------------------------*/
/* ----------------------------------------------------
Reset.css
---------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	font-style:normal;
	font-weight:normal;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}
ul,ol {
	list-style:none;
}
img {
	font-size:0;
	line-height:0;
	vertical-align:bottom;
}
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	outline: none;
}
html {
	width:100%;
	*zoom: 1;
}
*{
	margin:0;
	padding:0;
}
b {
	font-weight:bold;
}

/*-------------------------------------------------
Base
-------------------------------------------------*/
html,
body,
#wrapper {
	width:100%;
	height:100%;
}
.sp {
	display:none;
}
#wrapper {
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing: antialiased;
	color:#333;
	font-size:16px;
	line-height:1.6;
	font-family:Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
	background:#fff;
}
#gallery a,
#gallery a:hover,
#gallery a img,
#gallery a:hover img {
	color:#000;
	text-decoration:underline;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	outline:none;
}
#gallery a:hover {
	text-decoration:none;
}
#gallery a:hover img {
	opacity: 0.6 !important;
}
.fb_iframe_widget span {
	height: 20px;
	z-index: 0;
	overflow: hidden;
}
.fb_edge_widget_with_comment span.fb_edge_comment_widget {
	display: none !important;
}
.pluginCountConnected {
	display: none !important;
}
.fb-Box {
	position:absolute;
	left:10px;
	bottom:10px;
}
.fb-like iframe { min-width: 120px; min-height: 20px; }

@media screen and (max-width: 768px){
.sp {
	display:block;
}
.pc {
	display:none;
}
}

/*-------------------------------------------------
header
-------------------------------------------------*/
header {
	background:#000;
	padding:20px 60px;
	margin-bottom:60px;
	text-align: center;
}

@media screen and (max-width: 768px){
header {
	padding:10px 0;
	margin-bottom:20px;
}
header h1 img {
	height:21px;
	width:auto;
}
}

/*-------------------------------------------------
gallery
-------------------------------------------------*/
.container {
	margin-bottom:60px;
	padding:0 40px;
}
.container .item {
	position:relative;
	overflow:hidden;
	float: left;
	width: 240px;
}
.container .item img {
	border:3px solid #fff;
	box-shadow:0 0 4px #ccc;
	margin:4px;
	height: auto;
	box-sizing: border-box;
}
.galleries {
	width: 98%;
	margin: 0 auto;
	text-align: center;
}
.galleries:after {
  content: '';
  display: block;
  clear: both;
}
.container .new:after {
	position: absolute;
	z-index: 1;
	width: 50px;
	height: 50px;
	content:url(../img/icon_new.png);
	color: #fff;
	left: 3px;
	top: 3px;
}
footer {
	clear:both;
}

@media screen and (max-width: 768px){
.container {
	margin-bottom:20px;
	padding:0;
}
.container .item {
	width:50%;
}
.container .item img {
	width:95%;
	height:auto;
	border:2px solid #fff;
	box-shadow:0 0 3px #ccc;
	box-sizing:border-box;
	margin:3px;
}
.container .new:after {
	width: 25px;
	height: 25px;
}
}

/*-------------------------------------------------
sort
-------------------------------------------------*/
.button {
  display: inline-block;
  padding: 10px 18px;
  margin: 0 3px 10px 3px;
  background: #EEE;
  border: none;
  border-radius: 0;
  color: #222;
  font-family: sans-serif;
  font-size: 14px;
  cursor: pointer;
}
.button:hover {
  background: #ccc;
}
.button:active,
.button.is-checked {
  background:#000;
}
.button.is-checked {
  color:  #fff;
}

/* ---- button-group ---- */
.button-group {
	margin-bottom: 40px;
	text-align: center;
}

@media screen and (max-width: 768px){
.button {
	width:auto;
  padding: 12px 10px;
  box-sizing: border-box;
  margin: 0 0.5% 7px 0.5%;
  font-size: 9px;
  white-space:normal;
}
.button-group {
	overflow-x:auto;
	overflow-y:hidden;
	width:100%;
	white-space:nowrap;
	margin-bottom: 10px;
	text-align: left;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.button-group button:first-child {
	margin-left: 10px;
}
.button-group button:last-child {
	margin-right: 10px;
}
}

/*--------------------
	instagram
	------------------------*/
a.insta-box {
	display: block;
	text-decoration: none !important;
	padding: 10px 10px 10px 20px;
	width: 400px;
	box-sizing: border-box; 
	margin: 80px auto 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0 0 20px #ccc;
}
.insta-text {
	width: 60%;
}
.insta-logo {
	margin-bottom: 20px;
}
.insta-logo img {
	width: 160px;
	height: auto;
}
.insta-text span {
	font-weight: bold;
	font-family: Helvetica;
}
.insta-img {
	width: 35%;
}
.insta-img img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 768px){
a.insta-box {
	padding: 20px 10px 10px 10px;
	width: 80%;
	margin: 30px auto;
	box-shadow: 0 0 10px #ccc;
}
.insta-text {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.insta-logo {
	margin-bottom: 10px;
}
.insta-img {
	width: 100%;
}
}