@charset "UTF-8";

/*----------------------------------------

	- content
	- pc（1281px〜）
	- pc（1025px〜1280px）
	- tablet（737px〜1024px）
	- sp（〜736px）

-----------------------------------------*/

/*----------------------------------------
	content
-----------------------------------------*/

/*	body
-----------------------------------------*/

/*ページ全体をフェードイン
body {
	display: none;
	overflow-x: hidden;
}
*/

body {
	font-family: ‘游明朝’, YuMincho, ‘ヒラギノ明朝 ProN W3’ , ‘HiraMinProN-W3’ ,”メイリオ”, Meiryo, serif;
/*	background-color:#3d6194;*/
	background-color:#000;
	color: #fff;
}

.pc {
	display: block;
}
.sp {
	display: none;
	}

.title {
    position: absolute;
	width: 100%;
	top: 145px;
	left: 50%;
    z-index: 2;
	width: 400px;
	margin-left: -200px;
	text-align: center;
}

.title h1, .title p{
	color: #fff;
	padding-bottom: 10px;
	letter-spacing: 1px;
}

.title h1{
	font-family: 'Kumar One Outline', cursive;
	font-size: 3rem;
	padding-bottom: 12px;
}

.title p {
	font-family: 'Kumar One', cursive;
	font-size: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.title p a {
display: flex;
justify-content: center;
font-family: YuGothicL, 'Yu GothicL', sans-serif;
border: 1px solid #333;
padding: 7px 10px 11px;
width: 100px;
background: #fff;
opacity: 0.8;
margin: 10px;
color: #111;
font-size: 1.6rem;
}

	
/*	slider
-----------------------------------------*/

html {
	overflow-x: hidden;
}

.slide_img {
    position: relative;
    display: table;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	height: 100vh;
}


#slider_01, #slider_02, #slider_03 {
    background-position: center center;
    top: -100%;
}

#slider_01{
  background: url(../img/slider/index_slider01_pc.jpg) no-repeat 50% 50%;
  background-size: cover;	
  height: 100vh;
}

#slider_02{
  background: url(../img/slider/index_slider02_pc.jpg) no-repeat 50% 50%;
  background-size: cover;	
  height: 100vh;	
}

#slider_03{
  background: url(../img/slider/index_slider03_pc.jpg) no-repeat 50% 50%;
  background-size: cover;
  height: 100vh;
}

.swiper-scrollbar {
    background: rgba(0,0,0,.0);
}

.swiper-container-horizontal > .swiper-scrollbar {
    z-index: 0;
}

/*	header
-----------------------------------------*/

/*#header_menu {
	opacity: 0;
    transform: translateY(-60px);
}*/

#header_menu {
    width: 100%;
	min-width: 1024px;
    z-index: 101;
	text-align: right;
/*	background-color: rgba(114,142,178,0.2);*/
	background-color: rgba(114,142,178,0.2);
}

nav #name {
	margin-left: 50px;
	float: left;
	padding-top: 30px;
	font-family: 'Kumar One', cursive;
	font-size: 2rem;
	letter-spacing: 1px;
}

nav ul {
	margin-right: 50px;
}

nav ul li a {
	font-size: 14px;
	padding: 30px 16px;
	text-decoration: none;
	color: #fff;
	float: right;
	display: block;
	font-family :
	YuGothicL,    /* Mac用 */
	'Yu GothicL', /* Windows用 */
	sans-serif;
	letter-spacing: 0.2em;
}

.fixed {
    position: fixed;
    top: 0px;
}

/*	about
-----------------------------------------*/

#about_tab {
    background: url(../img/about_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
/*	height: 1000px;*/
	width: 100%;
}

.txt {
	padding-top: 50px;
	margin: 0 auto;
}

.kanji {
	font-size: 26px;
	padding-bottom: 10px;
	text-align: center;
	letter-spacing: 0.2em;
	color: #fff;
}

.kanji span {
	padding-bottom: 5px;
	border-bottom:dotted #fff 2px;
}

p.txt2 {
	color: #fff;
	font-size: 18px;
	line-height: 1.8em;
	text-align: center;
	padding-top: 22px;
}

.square {
	width: 1024px;
	margin: 0 auto;
	margin-top: 42px;
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	flex-wrap: wrap;
}

.sq_box {
	border: #fff 1px solid;
	padding: 26px;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.8em;
	width: 438px;
	display: flex;
	flex-wrap: wrap;
	background-color: rgba(005,0,0,0.2);
}

.sq_box h4 {
	width: 80px;
}

.sq_box .sq_txt {
/*	width: 438px;*/
}

.mt40 {
	margin-top: 40px;
}
	

/*	gallery
-----------------------------------------*/

#gallery {
	background: #000;
	width: 100%;
	padding: 130px 0;
}

.con_title {
	font-family: 'Kumar One Outline', cursive;
	letter-spacing: 2px;
	font-size: 28px;
	text-align: center;
	padding-bottom: 25px;
	color: #b1b1b0;
}

.txt {
	padding-top: 50px;
	margin: 0 auto;
}

#wrap > div {
	background: no-repeat fixed;
    background-size: cover;
	background-position:center: -50px;
}

#wrap #box1 {
	height: 450px;
	background-image: url(../img/gallery_frog.jpg);
	z-index: 1;
	margin-bottom: 80px;
}
#wrap #box2 {
	height: 450px;
	background-image: url(../img/gallery_tsukiji.jpg);
	z-index: 2;
}
#box1 .inner .txt {
	width: 100%;
	position: relative;
    left: 400px;
    top: 90px;
}

#box2 .inner .txt  {
	width: 100%;
	position: relative;
    right: 400px;
    top: 90px;
}

#wrap #box1 {
  	transition: 0.3s;
}
 
#wrap #box1 a:hover{
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
}

/*	blog
-----------------------------------------*/
#blog {
	margin-top: 130px;
}

.blog_bn {
	width: 80%;
/*	border: #a3bb04 3px solid;*/
	margin:0 auto;
}

.blog_bn img {
	width: 100%;
}

/*	contact
-----------------------------------------*/
#contact {
	margin-top: 130px;
}

#contact p {
		font-family: YuGothicL, 'Yu GothicL', sans-serif;
		width: 100%;
		text-align: center;
		color: #fff;
		font-size: 1.6rem;	
		padding-top: 20px;
}

#contact p span {
		font-family: YuGothicL, 'Yu GothicL', sans-serif;
		width: 100%;
		text-align: center;
		color: #fff;
		font-size: 1.2rem;	
}


/*	box01
-----------------------------------------*/

#content .box01 {
	width: 100%;
	padding: 1.5% 0;
}

#content .box01 li {
	float: left;
	width: 32%;
    padding-right: 2%;
}

#content .box01 li:last-child {
	padding-right: 0;
}

footer {
    text-align: center;
    margin-top: -20px;
    margin-bottom: 20px;
    font-size: 1.3rem;
	color: #8f8f8e;
}

/*----------------------------------------
	pc（1281px〜）
-----------------------------------------*/
@media only screen and (min-width: 1281px) {
/*----------------------------------------
	content
-----------------------------------------*/

}

/*----------------------------------------
	pc（1025px〜1280px）
-----------------------------------------*/
@media only screen and (min-width: 1025px) and (max-width:1280px) {
/*----------------------------------------
	content
-----------------------------------------*/

}

/*----------------------------------------
	tablet（737px〜1024px）
-----------------------------------------*/
@media only screen and (min-width: 737px) and (max-width:1024px) {
/*----------------------------------------
	content
-----------------------------------------*/

}

/*----------------------------------------
	sp（〜768px）
-----------------------------------------*/
@media only screen and (max-width: 768px) {
	
.title {
	top: 90px;
}

p.txt2 {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.8em;
    padding-top: 22px;
}	

.square {
	display: block;
	padding: 5%;
	width: 100%;
    box-sizing: border-box;
	}
	
	.sq_left,.sq_right {
		float: none;
	}
	
.sq {
	border: #fff 1px solid;
	padding: 5%;
	width: 100%;
	box-sizing: border-box;
	font-size: 1.6rem;
	line-height: 1.8em;
	background-color: rgba(005,0,0,0.2)!important;
}

.sq_box {
    border: #fff 1px solid;
    padding: 5%;
    margin-bottom: 30px;
	font-size: 1.6rem;
    line-height: 1.8em;
    width: 100%;
    display: block;
	box-sizing: border-box;
    background-color:  rgba(005,0,0,0.2);
}
	
.sq_box .sq_txt {
    width: 100%;
    border-top: 1px dotted white;
    padding-top: 8px;
	font-size: 1.5rem;
}
	
#box1 .inner .txt {
    left: 0; 
}
	
#box2 .inner .txt {
    right: 0; 
}
	
#wrap2 #box1 {
	height: 450px;
	background-image: url(../img/gallery_frog_sp.jpg);
	background-size: cover;
	z-index: 1;
	margin-bottom: 80px;
}
#wrap2 #box2 {
	height: 450px;
	background-image: url(../img/gallery_tsukiji_sp.jpg);
	background-size: cover;
	z-index: 2;
}
	
/*#wrap2 > div {
	background: no-repeat fixed;
    background-size: cover;
	background-position:center: -50px;
}*/
	

/*	box01
-----------------------------------------*/

#content .box01 {
	border-top: solid 1px #e4e2ec;
	padding: 0;
}

#content .box01 li {
	width: 100%;
	padding-right: 0;
	border-right: solid 1px #e4e2ec;
	border-bottom: solid 1px #e4e2ec;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#content .box01 li:nth-child(3),
#content .box01 li:nth-child(4) {
	border-bottom: none;
}
	
.pc {
		display: none;
	}
	
.sp {
		display: block;
	}

}