@charset "utf-8";
/* CSS Document */

/*========================================▼base・reset▼========================================*/
*, *:before, *:after {
margin: 0;　padding: 0;　list-style: none;　font-size: 100%;　font-weight: normal;　font-style: normal;　-moz-box-sizing: border-box;　-webkit-box-sizing: border-box;　box-sizing: border-box;}
body {height: 100%;　width: 100%;　font-style: normal;　font-weight: normal;letter-spacing:1px;}
h1, h2, h3, h4, h5, h6, p, b, span,th,td,tr,ol,ul,li,dt,dd,select,button,textarea,input{ margin: 0;　padding: 0;font-feature-settings: "palt"; /* 字詰め */font-family:"Yu Gothic", YuGothic,"メイリオ",sans-serif;}
a {text-decoration: none;transition: .3s ease-in-out;}
/*a:hover, a:hover img, a:hover li{ color:#333333; transition: .3s;}*/
p {line-height: 166%;font-size: 107%;letter-spacing: 3px;}
strong {font-weight: bold;}
sub {vertical-align: sub;	font-size: smaller;}
sup {vertical-align: super;	font-size: smaller;}
img {border: none;	vertical-align: top;}
header,nav,footer{margin: 0;	padding: 0;}
ul, ol, dl, dt, dd, li {margin: 0;	padding: 0;}
li {list-style: none;	display: inline-block;}
table {border: none;	border-collapse: collapse;	empty-cells: show;}
th,td {text-align: left;}
/* padding */
.p_top65{ padding:65px 0}
/* float */
.flL { float: left; }
.flR { float: right; }
.floatNone{float: none;}
.txtCenter{ text-align:center;}
/* img float */
.imgR {	float: right; margin: 0 0 10px 10px; }
.imgL {float: left;/* margin: 0 10px 10px 0; */position: relative;top: 10px;}
/* clearfix */
.clearfix:after {content: "";display: block; clear: both; height: 0; visibility: hidden;margin:0 auto;}
.clearfix {min-height: 1px;}
* html .clearfix {height: 1px;}
/* clear */
.clear {clear:both;}
/* 游ゴ */
@font-face {
font-family: "Yu Gothic";
src: local("Yu Gothic Medium");
font-weight: 100;
}
@font-face {
font-family: "Yu Gothic";
src: local("Yu Gothic Medium");
font-weight: 200;
}
@font-face {
font-family: "Yu Gothic";
src: local("Yu Gothic Medium");
font-weight: 300;
}
@font-face {
font-family: "Yu Gothic";
src: local("Yu Gothic Medium");
font-weight: 400;
}
@font-face {
font-family: "Yu Gothic";
src: local("Yu Gothic Bold");
font-weight: bold;
}

/*---- reset ----*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {　display: block; }
ol, ul {list-style: none; }
blockquote, q {quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {content: '';　content: none; }
table {border-collapse: collapse;　border-spacing: 0; }
button{background-color: transparent;border: none;cursor: pointer;outline: none;padding: 0;appearance: none;}

a{color:#000;text-decoration:none;cursor:pointer;}
a:visited{color:#000;}
a:hover{color:EC4D63;transition: .3s;}
/*========================================▲base・reset▲========================================*/





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

全体共通

------------------------------------*/
section{width: 100%;/* padding: 2% 0; */position:relative;/* z-index: 99; *//* background-color: #fff; */}
.wrap{width:1000px;margin:0 auto;display:block;overflow: hidden;position:relative;text-align: center;}
.wrap2{width:1000px;margin:0 auto;display:block;/* overflow: hidden; */position:relative;text-align: center;}
.wrap3{width:200px;margin:0 auto;display:block;/* overflow: hidden; */position:relative;text-align: center;}
.wrap4{width: 1100px;margin: 104px auto;margin-left: auto;margin-right: auto;display:block;/* overflow: hidden; *//* position:relative; *//* text-align: center; */z-index: 99;position: relative;top: -30px;}
.wrap5{width: 90%;margin:0 auto;display:block;overflow: hidden;position:relative;text-align: center;}
.txt-box{margin: 1% auto;}
.txt-tit{font-size: 120%;font-weight: normal;letter-spacing: 2px;margin: 5% auto 5%;line-height: 1.3em;color: #FFF;}
h4.txt-tit{font-size: 150%;}
.txt-box p{/* margin: 2% auto 3%; */}
.sp_on{display: none;}
.tb_on{display: none;}
span.day{margin-right: 35px;}
span.news{margin-left: 28px;}
@media screen and (max-width: 1000px) {
.wrap{width:90%;margin: 0 auto;}
span.day{margin-right: 28px;}

.tb_on{display: inline-block;}
}

.bg-g01{background-color: #000000;}
.bg-g02{background-color:#808080; color:#fff;}
.pink{color: #EC4D63;}
.blue{color: #0071bc;}

.triangle{width: 0;height: 0;border: 40px solid transparent;border-top: 40px solid #EC4D63;margin: auto;}
div.triangle{display: block;margin: -20px auto 0;position: absolute;top: 0;right: 0;left: 0;}
span.triangle{border: 25px solid transparent;border-top: 25px solid #EC4D63;margin-top: 10%;}

/*---- page_top ----*/
.scrollup{background: #000000;/* border:solid 1px #fff; */opacity: 0.6;position: fixed;right: 20px;bottom: 48px;border-radius: 50%;padding: 16px 20px;color: #fff;z-index: 99;}
.scrollup:hover{opacity: 1;transition: .3s;}

/*---- button ----*/
.button{width:55%;padding: 2% 3%;margin: 6% auto 3%;position:relative;background: #8cc63f;display: block;}
.button .button-txt{height: 100%;}
.button .button-txt span{color:#fff;background: url(../images/button-img02.png) no-repeat;padding: 10px 0 10px 40px;}
.button .button-txt img{position:absolute;top:-55%;left:-50px;}
.button:hover{background:#f9e349;color:#000;}
.button:hover span{color:#000;transition: .3s;}

@media screen and (max-width: 640px) {
.button{width: 100%;padding: 6% 0;margin: 10% auto;}
.button .button-txt img{display: none;}
/*    .button .button-txt span{padding: 0 0 20px 40px;}*/
	
	.spLogo {width: 50%;margin-top: 10%;}
	.wrap2 {margin:0 auto;display:block;/* overflow: hidden; */position:relative;top: -10px;text-align: center;width: auto;}
	
	span.newstxt {display: block; }
}

/*---- fadein ----*/
.fadeInDown {
-webkit-animation-fill-mode:both;
-ms-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:0.7s;
-ms-animation-duration:0.7s;
animation-duration:0.7s;
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
visibility: visible !important;}
@-webkit-keyframes fadeInDown {
0% { opacity: 0; -webkit-transform: translateY(30px); }
100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
0% { opacity: 0; -webkit-transform: translateY(30px); -ms-transform: translateY(30px); transform: translateY(30px); }
100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

@media screen and (max-width: 640px) {
.sp_off{display: none;}
.sp_on{display: inline;}
section p{}
h3.txt-tit{font-size: 140%;margin: 4% auto 5%;}
h4.txt-tit{font-size: 120%;}
}

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

header

------------------------------------*/
header{height: 99%;padding: 1% 0;overflow: hidden;background-color: #fff;}
header .top{width:98%; margin:0 auto; display:block;overflow: hidden;position:relative;text-align: center;}
header .logo {text-align: center;z-index: 999;/* position: fixed; */}
header .top-bg1{background: url(../images/top01.png);background-repeat: no-repeat;background-position: center;/* background-size: 100%; */z-index: -99;height: 840px;}
header .top-bg2{background: url(../images/top02.png);background-repeat: no-repeat;background-position: center;/* background-size: 100%; *//* position: relative; *//* top: -70px; */z-index: -99;height: 840px;}
header .top-bg3{background: url(../images/top03.png);background-repeat: no-repeat;background-position: center;/* background-size: 100%; *//* position: relative; *//* top: -70px; */z-index: -99;height: 840px;}
header .top-bg4{background: url(../images/top04.png);background-repeat: no-repeat;background-position: center;/* background-size: 100%; *//* position: relative; *//* top: -70px; */z-index: -99;height: 840px;}
header .top-bg5{background: url(../images/top05.png);background-repeat: no-repeat;background-position: center;/* background-size: 100%; *//* position: relative; *//* top: -70px; */z-index: -99;height: 840px;}
header .top-bg6{background: url(../images/top06.png);background-repeat: no-repeat;background-position: center;/* background-size: 100%; *//* position: relative; *//* top: -70px; */z-index: -99;height: 840px;}
header .top-bg7{background: url(../images/top07.png);background-repeat: no-repeat;background-position: center;/* background-size: 100%; *//* position: relative; *//* top: -70px; */z-index: -99;height: 840px;}
header .top-bg8{background: url(../images/top08.png);background-repeat: no-repeat;background-position: center;/* background-size: 100%; *//* position: relative; *//* top: -70px; */z-index: -99;height: 840px;}


header .top-contents{ width: 55%;float: right;text-align: center;padding-bottom:2%;}
header .top-contents h1 img{margin: 0 auto 7%;width: 100%;max-width:524px;}
header .medal{position:absolute; bottom: 0;left: 45%;width: 10%;}

header .button_top {width: 60%;background: #fff;display: inline-block;color:#EC4D63;margin-top: 20px;padding: 3% 0 2% 3%;position: relative;}
header .button_top .button-txt span{background: url(../images/button-img-top02.png) no-repeat;padding: 2% 0 2% 32px;}
header .button_top .button-txt img{position: absolute;top: -100%;right: -50px;}
.catch {z-index: 0;position: relative;top: 60px;}
.button_top:hover{background:#f9e349;color:#000;}
.button_top:hover span{color:#000;transition: .3s;}

@media screen and (max-width: 1000px) {
header .button_top .button-txt img{top: -50%;right: -50px;}
}

@media screen and (max-width: 640px) {
header .top{width: 70%}
header .logo {text-align: center;z-index: 999;/* position: fixed; */}
header img.logo {width: 60%;/* position: fixed; */}
header .top-bg{background-size: 40%;background-position:50% 62%;padding: 5% 0 3%;}
	
header .top-contents{width: 60%;}
header .top-contents h1 img{margin: 0 auto 5%;width: 80%;}
header .medal{bottom: 25%;left: 18%;width: 20%;}

header .button_top{width: 95%;margin:55% 0 10%;padding: 5% 0;}
header .button_top .button-txt img{max-width: 100px;width: 25%;;right:0;top: -100%;}

header .top-bg1{background: url(../images/sptop01.png);background-repeat: no-repeat;background-position: center;background-size: 100%;position: relative;top: -15%;}
header .top-bg2{background: url(../images/sptop02.png);background-repeat: no-repeat;background-position: center;background-size: 100%;position: relative;top: -15%;}
header .top-bg3{background: url(../images/sptop03.png);background-repeat: no-repeat;background-position: center; background-size: 100%;position: relative;top: -15%; }
header .top-bg4{background: url(../images/sptop04.png);background-repeat: no-repeat;background-position: center; background-size: 100%;position: relative;top: -15%; }
header .top-bg5{background: url(../images/sptop05.png);background-repeat: no-repeat;background-position: center; background-size: 100%;position: relative;top: -15%; }
header .top-bg6{background: url(../images/sptop06.png);background-repeat: no-repeat;background-position: center; background-size: 100%;position: relative;top: -15%; }
header .top-bg7{background: url(../images/sptop07.png);background-repeat: no-repeat;background-position: center; background-size: 100%;position: relative;top: -15%; }
header .top-bg8{background: url(../images/sptop08.png);background-repeat: no-repeat;background-position: center; background-size: 100%;position: relative;top: -15%; }
	
	.catch {z-index: 99;position: relative;/* width: 30%; */}
.tb_on{display: none;}
}
/*----------------------------------

sec01

------------------------------------*/
@media screen and (max-width: 640px) {

#sec01{padding-top: 30px;}
}

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

sec02

------------------------------------*/
@media screen and (max-width: 1000px) {
#sec02 img{width: 30%;/* max-width:970px; */padding: 20px 30px;}
}

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

sec03

------------------------------------*/
#sec03 img{/* margin-bottom: 3%; *//* margin: 6% auto; *//* text-align: center; */}


.col01{
	background-image: url(../images/collection_01.png);
	width: 100%;
	background-position: center;
	text-align: center;
	padding: 120px 0;
}
.col04{
	background-image: url(../images/collection_04.png);
	width: 100%;
	background-position: center;
	text-align: center;
	padding: 120px 0;
}

.col02{
	background-image: url(../images/collection_02.png);
	width: 100%;
	background-position: center;
	text-align: center;
	padding: 120px 0;
}
.col03{
	background-image: url(../images/collection_03.png);
	width: 100%;
	background-position: center;
	text-align: center;
	padding: 120px 0;
}
.col04{
	background-image: url(../images/collection_04.png);
	width: 100%;
	background-position: center;
	text-align: center;
	padding: 120px 0;
}

.col05{
	background-image: url(../images/collection_05.png);
	width: 100%;
	background-position: center;
	text-align: center;
	padding: 120px 0;
}


.col06{
	background-image: url(../images/collection_06.png);
	width: 100%;
	background-position: center;
	text-align: center;
	padding: 120px 0;
}

.col07{
	background-image: url(../images/collection_07.png);
	width: 100%;
	background-position: center;
	text-align: center;
	padding: 120px 0;
}

.col08{
	background-image: url(../images/collection_08.png);
	width: 100%;
	background-position: center;
	text-align: center;
	padding: 120px 0;
}

@media screen and (max-width: 1000px) {
#sec03 img{width: 80%;/* max-width:640px; *//* padding: 3% 0 5%; */margin-left: 8%;}
}

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


.col01{
	background-image: url(../images/collection_01.png);
	width: 100%;
	background-position:center;
	padding: 10% 0;
	overflow: hidden;
}
.col02{
	background-image: url(../images/collection_02.png);
	width: 100%;
	background-position: 90% 30%;
	text-align: -webkit-auto;
	padding: 120px 0;
}
.col03{
	background-image: url(../images/collection_03.png);
	background-position: 20% 25%;
	/* width: 100%; */
	/* background-position: right; */
	/* text-align: center; */
	/* padding: 120px 0; */
}
	
.col04{
	background-image: url(../images/collection_04.png);
	/* background-position: 20% 25%; */
	/* width: 100%; */
	/* background-position: right; */
	/* text-align: center; */
	padding: 40px 0;
}

.col05{
	background-image: url(../images/collection_05.png);
	background-position: 70% 35%;
	/* width: 100%; */
	/* background-position: right; */
	/* text-align: center; */
	padding: 40px 0;
}	
	
.col06{
	background-image: url(../images/collection_06.png);
	background-position: 50% 49%;
	/* width: 100%; */
	/* background-position: right; */
	/* text-align: center; */
	padding: 40px 0;
	background-size:cover;
}		

.col07{
	background-image: url(../images/collection_07.png);
	background-position: 70% 10%;
	/* background-position: right; */
	/* text-align: center; */
	padding: 40px 0;
	background-size:cover;
}		
	
	
.col08{
	background-image: url(../images/collection_08.png);
	background-position: 30% 30%;
	/* width: 100%; */
	/* background-position: right; */
	/* text-align: center; */
	padding: 40px 0;
	background-size:cover;
}		
	
.col09{
	background-image: url(../images/collection_09.png);
	background-position: 53 49%;
	/* width: 100%; */
	/* background-position: right; */
	/* text-align: center; */
	padding: 80px 0;
}		
	
.col10{
	background-image: url(../images/collection_10.png);
	background-position: 53 49%;
	/* width: 100%; */
	/* background-position: right; */
	/* text-align: center; */
	padding: 40px 0;
}		
	
	
.col11{
	background-image: url(../images/collection_11.png);
	background-position: 53 49%;
	/* width: 100%; */
	/* background-position: right; */
	/* text-align: center; */
	padding: 40px 0;
}		
	
	
	}
/*----------------------------------

sec04

------------------------------------*/
#sec04{padding: 100px 0;background-color: #fff;}
#sec04 img{text-align: left;margin-bottom: 25px;}
#sec04 .left{width: 45%;text-align: left;}
#sec04 p.text{
	font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
	font-size: 14px;
	letter-spacing: 0.04em;
	line-height: 2;
	margin-bottom: 80px;
	margin-top: 15px;
}
#sec04 p.text span{

	font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 1.8;
	/* margin-bottom: 100px; */
	/* margin-top: 15px; */

	width: 100px;
	display: block;
	float: left;
}

#sec04 .right{width: 48%; text-align: left; float: right;}
dt,dt{
	font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 1.8;
}

.staff {
		/* margin-left: auto; */
		/* margin-right: auto; */
		float: left;
		margin-right: 40px;
	}
	
#sec04 img.spStaff {
	margin-bottom: 0px;
	}	
	
#sec04 img.spStaff2 {
    margin-bottom: 0px;
}

.inst {position: relative;
top: 8px;}

.top-35 {position: relative;
top: -35px;}

dd span.hairmenu {width: 250px;display: block;/* background-color: aquamarine; */float: left;}
dd span.pr {/* width: 130px; */display: block;/* background-color: aquamarine; */float: right;}

.block {display: block;}
.ml20 {margin-left: 20px;}
.mr20 {margin-right: 30px;}

@media screen and (max-width: 640px) {
	#sec04{padding: 10% 0;background-color: #fff;}
#sec04 img{text-align: left;/* width: 30%; */text-align: left;}
#sec04 .left{width: 90%;text-align: left;margin-left: 10%;}
#sec04 p.text{
	font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 2;
	margin-bottom: 15%;
	margin-top: 0;
}
#sec04 p.text span{
	font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 1.8;
	/* margin-bottom: 100px; */
	/* margin-top: 15px; */

	width: 100px;
	display: block;
	float: left;
}

#sec04 .right{width: 90%;text-align: left;/* float: right; */}
dt,dt{
	font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 1.8;
}

.staff {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	
#sec04 img.spStaff {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	}	
	
#sec04 img.spStaff2 {width: 60%;
	margin-left: auto;
	margin-right: auto;}
	
.block {display: block;}
.ml20 {/* margin-left: 0px; */}
.mr20 {margin-right: -30px;}	
}


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

sec05

------------------------------------*/
#sec05 {
	background-image: url(../images/bg_style.png);
	width: 100%;
	padding-top: 90px;
	padding-bottom: 90px;
}

#sec05 img.title{
	text-align: center;
	margin-bottom: 35px;
	margin-left: auto;
	margin-right: auto;
}




@media screen and (max-width: 640px) {
#sec05 h3{padding: 20px 0;line-height: 1.5em;}
	
#sec05 {
	background-image: url(../images/bg_style.png);
	width: 100%;
	padding-top: 10%;
	padding-bottom: 10%;
}

#sec05 img.title{
	text-align: center;
	margin-bottom: 35px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}	
	
.instmini{		
width: 80%;	
position: relative;
margin-left: auto;
margin-right: auto;		
padding-left: 20px;
	}
	
.instbig{		
display:none;
	}	
}

@media screen and (min-width: 641px) {

.instmini{		
display: none;
	}
	
}

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

sec06

------------------------------------*/
#sec06 {
	background-image: url(../images/bg_map.png);
	width: 100%;
	/* height: 300px; */
	background-position: center;
	padding-top: 147px;
	padding-bottom: 197px;
}

#sec06 p {
	font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 1.8;
}

p.ftext1 {
	/* width: 150px; */
	float: left;
	margin: 65px 65px 0 65px;
	/* margin: 65px; */
}

p.ftext2 {
	/* width: 150px; */
	float: left;
	margin-top: 28px;
}


p.ftext3 {
	width: 165px;
	float: left;
	margin-left: 50px;
	margin-top: 30px;
}

p.ftext4 {
	/* width: 165px; */
	float: right;
	margin-left: 50px;
	margin-top: 65px;
	margin-right: 105px;
}

img.map {
	position: relative;
	top: -22px;
	left: -19px;
	z-index: 99;
}

@media screen and (max-width: 640px) {
	
#sec06 {
	background-image: url(../images/bg_map.png);
	width: 100%;
	/* height: 300px; */
	background-position: center center;
	padding-top: 100px;
	padding-bottom: 100px;
}

#sec06 p {
	font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 1.8;
	text-align: center;
	width: 90%;
}

p.ftext1 {
	/* width: 150px; */
	/* float: left; */
	margin: 30px auto 0 auto;
	/* margin: 65px; */
}

p.ftext2 {
	/* width: 150px; */
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
}


p.ftext3 {
	/* width: 165px; */
	margin: auto;
	margin-bottom: 10px;
}

p.ftext4 {
	/* width: 165px; */
	float: left;
	/* margin-left: 50px; */
	/* margin-top: 65px; */
	/* margin-right: 105px; */
	margin: 0;
	margin-bottom: 30px;
}

img.map {
	position: relative;
	top: -22px;
	left: -7px;
	z-index: 99;
}


	
	
}













#sec06 ul{overflow: hidden;}
#sec06 ul li{width: 50%; margin-top: 50px;}
#sec06 ul li:first-child{float:left;}
#sec06 ul li:nth-child(2){float:right;}
#sec06 ul li img{width: 100%;}
#sec06 ul li .txt-box{width: 98%;display: inline-block;text-align: left;margin: 0 10px;}
#sec06 ul li h4.txt-tit{margin: 0;line-height: 1.3em;}
#sec06 span.triangle{display: block;}

@media screen and (max-width: 640px) {
#sec06 .wrap{margin-top: 30px;}
#sec06 ul li{width: 100%;margin-top: 7%;}
#sec06 ul li p{font-size: 90%;margin-top: 1em;}
#sec06 ul li img{width: 100%;}
#sec06 ul li:first-child,#sec06 ul li:nth-child(2){float:none;}
#sec06 ul.sp{display: flex;/* Flexコンテナ */flex-direction: column;/* 縦向き指示 */}
#sec06 ul li.first{-webkit-box-ordinal-group:1; -ms-flex-order:1; -webkit-order:1; order:1;}
#sec06 ul li.second{-webkit-box-ordinal-group:2; -ms-flex-order:2; -webkit-order:2; order:2;}
}



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

sec07

------------------------------------*/
#sec07 ul{width: 80%;text-align: left;margin: 20px auto;}
#sec07 ul li{margin: 10px 0;}
#sec07 ul li span.num{background: #fff;border-radius: 50%;padding: 3px 8px;margin: 0 10px 0 5px;}

@media screen and (max-width: 1000px) {
#sec07 ul{width: 100%;}
#sec07 img{width:100%;max-width:1000px;}
}


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

nav

------------------------------------*/
#nav.menu h2{color: #fff;}
p.menutxt{
	font-family: "Yu gothic", YuGothic,"メイリオ",sans-serif;
	font-size: 15px;
	letter-spacing: 0.06em;
	line-height: 1.8;
	color: #fff;
	margin: 34px 0px 10px 0;
	}
p.menutxt2{
	font-family: "Yu gothic", YuGothic,"メイリオ",sans-serif;
	font-size: 12px;
	letter-spacing: 0.06em;
	line-height: 2;
	color: #fff;
	}

p.menutxt1{
	font-family: "Yu gothic", YuGothic,"メイリオ",sans-serif;
	font-size: 12px;
	letter-spacing: 0.06em;
	line-height: 2;
	color: #fff;
	/* margin-left: 34px; */
	float: left;
	margin-right: 25px;
	}

@media screen and (max-width: 640px) {
/*----------------------------------

nav_SP

------------------------------------*/
#nav.menu h2{color: #fff;}
p.menutxt{
	font-family: "Yu gothic", YuGothic,"メイリオ",sans-serif;
	font-size: 15px;
	letter-spacing: 0.06em;
	line-height: 1.8;
	color: #fff;
	margin: 34px 0px 10px 0;
	}
p.menutxt2{
	font-family: "Yu gothic", YuGothic,"メイリオ",sans-serif;
	font-size: 12px;
	letter-spacing: 0.06em;
	line-height: 2;
	color: #fff;
	/* visibility: hidden; */
	}

p.menutxt1{
	font-family: "Yu gothic", YuGothic,"メイリオ",sans-serif;
	font-size: 12px;
	letter-spacing: 0.06em;
	line-height: 2;
	color: #fff;
	/* margin-left: 34px; */
	float: left;
	margin-right: 25px;
	/* visibility: hidden; */
	display: none;
	}
}

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

footer

------------------------------------*/
.footer {
			width: 81%;
			height: 157px;
			position: relative;
			top: 41px;
			color: #fff;
			font-size: 14px;
			}

footer {padding: 20px;}
footer img {float: right;}
@media screen and (max-width: 640px){
footer img {float:none;text-align: center;margin-top: 8px;}
	
.footer {
			width: 100%;
			height: auto;
			position: relative;
			font-size: 14px;
			}

footer {padding: 20px;}
footer img {float: right;}	
		
	
	
}




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

collection

------------------------------------*/
#collection{padding: 100px 0;background-color: #fff;}
#collection img{text-align: left;margin: 1%;}
#collection .left{width: 45%;text-align: left;}
#collection p.text{
	font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 2;
	margin-bottom: 80px;
	margin-top: 15px;
}
#collection p.text span{
	font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 1.8;

	/* margin-bottom: 100px; */
	/* margin-top: 15px; */
	width: 100px;
	display: block;
	float: left;
}
#collection .right{width: 48%; text-align: left; float: right;}
dt,dt{
	font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 1.8;
}

.block {display: block;}
.ml20 {margin-left: 20px;}
.mr20 {margin-right: 30px;}


p.b_home {
	padding: 30px 0;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-size: 140%;
	letter-spacing: 0.06em;
	line-height: 1.8;
}


































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

menu2

------------------------------------*/
.accordionbox2 p{
	/* width: 50%; */
	/* background:#FBDBC4; */
	/* margin: 10px auto 40px; */
	/* padding: 20px; */
	font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 1.8;
	text-align: left;
	margin-bottom: 25px;
}
.accordionlist2 dt{
    display:block;
    /* background: #fff; */
    padding: 30px 0 10px 10px;
    /* border-top: 1px solid #fff; */
    font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.8;
    color: #fff;
    width: 800px;
    float: right;
    text-align: left;
}
.accordionlist2 dt:first-child{
    border-top: none !important;
}
.accordionlist2 dt .title{
    padding-left: 10px;
	float: right;
}
.accordionlist2 dd{
    display:none;
    /* background: #fff; */
    padding: 0 0 20px 10px;
    font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 2;
    text-align: left;
    color: #fff;
    width: 800px;
    float: right;
    /* margin-bottom: 5px; */
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 5px;
	margin-top: 3px;
}
.accordion_icon span {
	position: absolute;
	left: 6px;
	width: 50%;
	height: 1px;
	background-color: #555;
	border-radius: 4px;
	-webkit-border-radius: 4px;



	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

@media screen and (max-width: 640px) {
	
	.accordionbox2 p{
	/* width: 50%; */
	/* background:#FBDBC4; */
	/* margin: 10px auto 40px; */
	/* padding: 20px; */
	font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 1.8;
	text-align: left;
	margin-bottom: 25px;
}
.accordionlist2 dt{
    display:block;
    /* background: #fff; */
    padding: 30px 0 10px 20px;
    border-top: 1px solid #fff;
    font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.8;
    color: #fff;
    width: 93%;
    float: right;
}
.accordionlist2 dt:first-child{
    border-top: none !important;
}
.accordionlist2 dt .title{
    padding-left: 10px;
	float: right;
}
.accordionlist2 dd{
    display:none;
    /* background: #fff; */
    padding: 0 0 40px 15px;
    font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.8;
    text-align: left;
    color: #fff;
    width: 93%;
    float: right;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 5px;
	margin-top: 3px;
}
.accordion_icon span {
	position: absolute;
	left: 6px;
	width: 50%;
	height: 1px;
	background-color: #555;
	border-radius: 4px;
	-webkit-border-radius: 4px;



	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);

    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

	
	
}


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

menu

------------------------------------*/
.accordionbox p{
	/* width: 50%; */
	/* background:#FBDBC4; */
	/* margin: 10px auto 40px; */
	/* padding: 20px; */
	font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 1.8;
}
.accordionlist dt{
    display:block;
    /* background: #fff; */
    padding: 20px 0 10px 5px;
    border-top: 1px solid #DFDFDF;
    font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.8;
}
.accordionlist dt:first-child{
    border-top: none !important;
}
.accordionlist dt .title{
    padding-left: 10px;
	float: left;
}
.accordionlist dd{
    display:none;
    /* background: #fff; */
    padding:0 0 20px 15px;
    font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 2.5;
    text-align: left;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 5px;
	margin-top: 3px;
}
.accordion_icon span {
	position: absolute;
	left: 6px;
	width: 50%;
	height: 1px;
	background-color: #999;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 5px;

	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 5px;




	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}


@media screen and (max-width: 640px) {
.accordionbox p{
	
	font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 1.8;
}
.accordionlist dt{
    display:block;
    padding: 20px 0 10px 5px;
    border-top: 1px solid #DFDFDF;
    font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.8;
}
.accordionlist dt:first-child{
    border-top: none !important;
}
.accordionlist dt .title{
    padding-left: 10px;
	float: left;
}
.accordionlist dd{
    display:none;
    padding:0 0 20px 15px;
    font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.8;
    text-align: left;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 5px;
	margin-top: 3px;
}
.accordion_icon span {
	position: absolute;
	left: 6px;
	width: 50%;
	height: 1px;
	background-color: #999;
	border-radius: 4px;
	-webkit-border-radius: 4px;

	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 5px;

	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);

    -o-transform: rotate(180deg);
}
	
	
}




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

sidemenu

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

.menu {
  position: fixed;
  left: -200px;
  height: 100%;
  top: 0;
  text-align: left;
}

.menu.menu-open {
  left: 200px;
}

.menu_wrap {
  position: absolute;
  top: 0;
  left: -200px;
  width: 366px;
  height: 100%;
  background: #000;
  z-index: 9999999;
  padding: 80px 0 0 34px;
}

.menu a {
  display: block;
  font-size: 38px;
  text-decoration: none;
  line-height: 1.8;
  padding: 0 0 0 0;
  color: #fff;
  /* border-bottom: 1px dotted #CCC; */
  font-family: Arial;
}

.menu a:hover {
  color: #888;
}

#menuToggle {
  position: absolute;
  /* top: 6px; */
  left: 200px;
  display: block;
  cursor: pointer;
  color: #FFF;
  background: #000;
  padding: 15px 13px 10px 10px;
  height: 100%;
  float: right;
}

.menu,
.back-gray{
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;

  z-index: 99999;
}

.back-gray {
  -webkit-filter: grayscale(100%);  /*白黒に*/
  filter: grayscale(100%); /*白黒に*/
}

#container {
    width: 100%;
    text-align: center;
}



@media screen and (max-width: 640px) {
/*----------------------------------

sidemenu

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

.menu {

  position: fixed;
  left: -105px;
  height: 100%;
  top: 0;
  text-align: left;
}

.menu.menu-open {
  left: 200px;
}

.menu_wrap {
  position: absolute;
  top: 0;
  left: -200px;
  width: 270px;
  height: 100%;
  background: #000;
  padding: 80px 0 0 34px;
  z-index: 999999;
}

.menu a {
  display: block;
  font-size: 200%;
  text-decoration: none;
  line-height: 1.5;
  padding: 0 0 0 0;
  color: #fff;
  /* border-bottom: 1px dotted #CCC; */

  font-family: Arial;
  z-index: 999;
}

.menu a:hover {
  color: #888;
}

#menuToggle {
  position: absolute;
  /* top: 6px; */
  left: 103px;
  display: block;
  cursor: pointer;
  color: #FFF;
  background: #000;
  padding: 15px 13px 10px 10px;
  height: 100%;
  /* float: right; */
}

.menu,
.back-gray{
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 9999;
}

.back-gray {
  -webkit-filter: grayscale(100%);  /*白黒に*/
  filter: grayscale(100%); /*白黒に*/
}


#container {
    width: 100%;
    text-align: center;
    position: relative;
    left: -15px;
}
}


@media screen and (max-width: 640px) {
	/* fullSlider
--------------------------- */
.fullSlider {
}
.fullSlider ul,
.fullSlider ul li {
    float: left;
    display: inline;
    /* overflow: hidden; */
    position: relative;
    top: 3%;
}
.fullSlider ul li {
    position: relative;
    top: -50px;
}
.fullSlider ul li img {
    top: 50%;
    left: 50%;
    position: absolute;
}
 
.fullViewWrap {
    /* top: 0; */
    /* position: relative; */ /* absolute or fixed */
    /* overflow: hidden; */
    /* top: 60px; */
}
 
/* SideNavi
------------------------- */
.fullSlider .btnPrev,
.fullSlider .btnNext {
    width: 78px;
    height: 62px;
    position: fixed; /* absolute or fixed */
    z-index: 105;
}
.fullSlider .btnPrev {
    left: 10px;
    background: transparent url(../img/btnPrev.png) no-repeat center center;
}
.fullSlider .btnNext {
    z-index: 0;
    right: 80px;
    text-align: center;
    top: 650px;
    background: transparent url(../images/next.gif) no-repeat center center;
    width: 78px;
    position: relative;
    /* left: 600px; */
}
 
/* PagiNation
--------------------------- */
.pagiNation {
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: fixed; /* absolute or fixed */
    z-index: 89; /* 非表示にする場合は「90」以下に */
    visibility: hidden; /* 非表示にする場合は「hidden」に */
}
.pagiNation a {
    margin: 0 5px;
    width: 20px;
    height: 20px;
    display: inline-block;
    overflow: hidden;
    background: #000;
}
.pagiNation a.pnActive {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
 
/* Wrapper
--------------------------- */
#wrapper {
    width: 1300px;
    text-align: left;
    background: #fff;
    position: relative;
    z-index: 120;
}
 
.contents {
    padding: 30px 50px 50px 50px;
}
.contents p {

    padding-bottom: 3em;
    line-height: 180%;
}
 
/* =======================================
    ClearFixElements
======================================= */
.fullSlider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    
}
.fullSlider ul {
    display: inline-block;
}

	
}

/* fullSlider
--------------------------- */
.fullSlider {
    text-align: left;
    position: relative;
    overflow: hidden;
    position: relative;
    /* top: 15px; */
}
.fullSlider ul,
.fullSlider ul li {
    float: left;
    display: inline;
    overflow: hidden;
    position: relative;
    top: 40px;
}
.fullSlider ul li {
    /* position: relative; */
}
.fullSlider ul li img {
    top: 50%;
    left: 50%;
    position: absolute;
}
 
.fullViewWrap {
    top: 0;
    position: fixed; /* absolute or fixed */
    overflow: hidden;
}
 
/* SideNavi
------------------------- */
.fullSlider .btnPrev,
.fullSlider .btnNext {
    width: 78px;
    height: 62px;
    position: fixed; /* absolute or fixed */
    z-index: 105;
}
.fullSlider .btnPrev {
    left: 10px;
    background: transparent url(../img/btnPrev.png) no-repeat center center;
}
.fullSlider .btnNext {
    z-index: 0;
    right: 100px;
    text-align: center;
    top: 750px;
    background: transparent url(../images/next.gif) no-repeat center center;
    width: 78px;
    /* position: absolute; */
    /* left: 600px; */
}
 
/* PagiNation
--------------------------- */
.pagiNation {
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: fixed; /* absolute or fixed */
    z-index: 89; /* 非表示にする場合は「90」以下に */
    visibility: hidden; /* 非表示にする場合は「hidden」に */
}
.pagiNation a {
    margin: 0 5px;
    width: 20px;
    height: 20px;
    display: inline-block;
    overflow: hidden;
    background: #000;
}
.pagiNation a.pnActive {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
 
/* Wrapper
--------------------------- */
#wrapper {
    width: 1300px;
    text-align: left;
    background: #fff;
    position: relative;
    z-index: 120;
}
 
.contents {
    padding: 30px 50px 50px 50px;
}
.contents p {

    padding-bottom: 3em;
    line-height: 180%;
}
 
/* =======================================
    ClearFixElements
======================================= */
.fullSlider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    
}
.fullSlider ul {
    display: inline-block;
}

/* =======================================
    hover
======================================= */
.figure {
	-webkit-filter: grayscale(0) blur(0);
	filter: grayscale(0) blur(0);
}
.figure:hover {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}



.gallery {
	color:	#fff;
}

@media screen and (max-width: 640px) {
.gallery img{ width:40%;}
	#collection img{ width: 30%;}	

@charset "utf-8";
/* CSS Document */

/*========================================▼base・reset▼========================================*/
*, *:before, *:after {
margin: 0;　padding: 0;　list-style: none;　font-size: 100%;　font-weight: normal;　font-style: normal;　-moz-box-sizing: border-box;　-webkit-box-sizing: border-box;　box-sizing: border-box;}
body {height: 100%;　width: 100%;　font-style: normal;　font-weight: normal;letter-spacing:1px;}
h1, h2, h3, h4, h5, h6, p, b, span,th,td,tr,ol,ul,li,dt,dd,select,button,textarea,input{ margin: 0;　padding: 0;font-feature-settings: "palt"; /* 字詰め */font-family:"Yu Gothic", YuGothic,"メイリオ",sans-serif;}
a {text-decoration: none;transition: .3s ease-in-out;}
/*a:hover, a:hover img, a:hover li{ color:#333333; transition: .3s;}*/
p {line-height: 166%;font-size: 107%;letter-spacing: 3px;}
strong {font-weight: bold;}
sub {vertical-align: sub;	font-size: smaller;}
sup {vertical-align: super;	font-size: smaller;}
img {border: none;	vertical-align: top;}
header,nav,footer{margin: 0;	padding: 0;}
ul, ol, dl, dt, dd, li {margin: 0;	padding: 0;}
li {list-style: none;	display: inline-block;}
table {border: none;	border-collapse: collapse;	empty-cells: show;}
th,td {text-align: left;}
/* padding */
.p_top65{ padding:65px 0}
/* float */
.flL { float: left; }
.flR { float: right; }
.floatNone{float: none;}
.txtCenter{ text-align:center;}
/* img float */
.imgR {	float: right; margin: 0 0 10px 10px; }
.imgL {float: left;/* margin: 0 10px 10px 0; */position: relative;top: 10px;}
/* clearfix */
.clearfix:after {content: "";display: block; clear: both; height: 0; visibility: hidden;margin:0 auto;}
.clearfix {min-height: 1px;}
* html .clearfix {height: 1px;}
/* clear */
.clear {clear:both;}
/* 游ゴ */
@font-face {
font-family: "Yu Gothic";
src: local("Yu Gothic Medium");
font-weight: 100;
}
@font-face {
font-family: "Yu Gothic";
src: local("Yu Gothic Medium");
font-weight: 200;
}
@font-face {
font-family: "Yu Gothic";
src: local("Yu Gothic Medium");
font-weight: 300;
}
@font-face {
font-family: "Yu Gothic";
src: local("Yu Gothic Medium");
font-weight: 400;
}
@font-face {
font-family: "Yu Gothic";
src: local("Yu Gothic Bold");
font-weight: bold;
}

/*---- reset ----*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {　display: block; }
ol, ul {list-style: none; }
blockquote, q {quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {content: '';　content: none; }
table {border-collapse: collapse;　border-spacing: 0; }
button{background-color: transparent;border: none;cursor: pointer;outline: none;padding: 0;appearance: none;}

a{color:#000;text-decoration:none;cursor:pointer;}
a:visited{color:#000;}
a:hover{color:EC4D63;transition: .3s;}
/*========================================▲base・reset▲========================================*/





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

全体共通

------------------------------------*/
section{width: 100%;/* padding: 2% 0; */position:relative;/* z-index: 99; *//* background-color: #fff; */}
.wrap{width:1000px;margin:0 auto;display:block;overflow: hidden;position:relative;text-align: center;}
.wrap2{width:1000px;margin:0 auto;display:block;/* overflow: hidden; */position:relative;text-align: center;}
.wrap3{width:200px;margin:0 auto;display:block;/* overflow: hidden; */position:relative;text-align: center;}
.wrap4{width: 1100px;margin: 104px auto;margin-left: auto;margin-right: auto;display:block;/* overflow: hidden; *//* position:relative; *//* text-align: center; */z-index: 99;position: relative;top: -30px;}
.wrap5{width: 90%;margin:0 auto;display:block;overflow: hidden;position:relative;text-align: center;}
.txt-box{margin: 1% auto;}
.txt-tit{font-size: 120%;font-weight: normal;letter-spacing: 2px;margin: 5% auto 5%;line-height: 1.3em;color: #FFF;}
h4.txt-tit{font-size: 150%;}
.txt-box p{/* margin: 2% auto 3%; */}
.sp_on{display: none;}
.tb_on{display: none;}

@media screen and (max-width: 1000px) {
.wrap{width:90%;margin: 0 auto;}


.tb_on{display: inline-block;}
}

.bg-g01{background-color: #000000;}
.bg-g02{background-color:#808080; color:#fff;}
.pink{color: #EC4D63;}
.blue{color: #0071bc;}

.triangle{width: 0;height: 0;border: 40px solid transparent;border-top: 40px solid #EC4D63;margin: auto;}
div.triangle{display: block;margin: -20px auto 0;position: absolute;top: 0;right: 0;left: 0;}
span.triangle{border: 25px solid transparent;border-top: 25px solid #EC4D63;margin-top: 10%;}

/*---- page_top ----*/
.scrollup{background: #000000;/* border:solid 1px #fff; */opacity: 0.6;position: fixed;right: 20px;bottom: 48px;border-radius: 50%;padding: 16px 20px;color: #fff;z-index: 99;}
.scrollup:hover{opacity: 1;transition: .3s;}

/*---- button ----*/
.button{width:55%;padding: 2% 3%;margin: 6% auto 3%;position:relative;background: #8cc63f;display: block;}
.button .button-txt{height: 100%;}
.button .button-txt span{color:#fff;background: url(../images/button-img02.png) no-repeat;padding: 10px 0 10px 40px;}
.button .button-txt img{position:absolute;top:-55%;left:-50px;}
.button:hover{background:#f9e349;color:#000;}
.button:hover span{color:#000;transition: .3s;}

@media screen and (max-width: 640px) {
.button{width: 100%;padding: 6% 0;margin: 10% auto;}
.button .button-txt img{display: none;}
/*    .button .button-txt span{padding: 0 0 20px 40px;}*/
	
	.spLogo {width: 50%;margin-top: 10%;}
	.wrap2 {margin:0 auto;display:block;/* overflow: hidden; */position:relative;top: -10px;text-align: center;width: auto;}
}

/*---- fadein ----*/
.fadeInDown {
-webkit-animation-fill-mode:both;
-ms-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:0.7s;
-ms-animation-duration:0.7s;
animation-duration:0.7s;
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
visibility: visible !important;}
@-webkit-keyframes fadeInDown {
0% { opacity: 0; -webkit-transform: translateY(30px); }
100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
0% { opacity: 0; -webkit-transform: translateY(30px); -ms-transform: translateY(30px); transform: translateY(30px); }
100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

@media screen and (max-width: 640px) {
.sp_off{display: none;}
.sp_on{display: inline;}
section p{}
h3.txt-tit{font-size: 140%;margin: 4% auto 5%;}
h4.txt-tit{font-size: 120%;}
}

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

header

------------------------------------*/
header{height: 99%;padding: 1% 0;overflow: hidden;background-color: #fff;}
header .top{width:98%; margin:0 auto; display:block;overflow: hidden;position:relative;text-align: center;}
header .logo {text-align: center;z-index: 999;/* position: fixed; */}
header .top-bg1{background: url(../images/top01.png);background-repeat: no-repeat;background-position: center;/* background-size: 100%; */z-index: -99;height: 840px;}
header .top-bg2{background: url(../images/top02.png);background-repeat: no-repeat;background-position: center;/* background-size: 100%; *//* position: relative; *//* top: -70px; */z-index: -99;height: 840px;}
header .top-bg3{background: url(../images/top03.png);background-repeat: no-repeat;background-position: center;/* background-size: 100%; *//* position: relative; *//* top: -70px; */z-index: -99;height: 840px;}
header .top-bg4{background: url(../images/top04.png);background-repeat: no-repeat;background-position: center;/* background-size: 100%; *//* position: relative; *//* top: -70px; */z-index: -99;height: 840px;}
header .top-contents{ width: 55%;float: right;text-align: center;padding-bottom:2%;}
header .top-contents h1 img{margin: 0 auto 7%;width: 100%;max-width:524px;}
header .medal{position:absolute; bottom: 0;left: 45%;width: 10%;}

header .button_top {width: 60%;background: #fff;display: inline-block;color:#EC4D63;margin-top: 20px;padding: 3% 0 2% 3%;position: relative;}
header .button_top .button-txt span{background: url(../images/button-img-top02.png) no-repeat;padding: 2% 0 2% 32px;}
header .button_top .button-txt img{position: absolute;top: -100%;right: -50px;}
.catch {z-index: 0;position: relative;}
.button_top:hover{background:#f9e349;color:#000;}
.button_top:hover span{color:#000;transition: .3s;}

@media screen and (max-width: 1000px) {
header .button_top .button-txt img{top: -50%;right: -50px;}
}

@media screen and (max-width: 640px) {
header .top{width: 70%}
header .logo {text-align: center;z-index: 999;/* position: fixed; */}
header img.logo {width: 60%;/* position: fixed; */}
header .top-bg{background-size: 40%;background-position:50% 62%;padding: 5% 0 3%;}
	
header .top-contents{width: 60%;}
header .top-contents h1 img{margin: 0 auto 5%;width: 80%;}
header .medal{bottom: 25%;left: 18%;width: 20%;}

header .button_top{width: 95%;margin:55% 0 10%;padding: 5% 0;}
header .button_top .button-txt img{max-width: 100px;width: 25%;;right:0;top: -100%;}

header .top-bg1{background: url(../images/sptop01.png);background-repeat: no-repeat;background-position: center;background-size: 100%;position: relative;top: -15%;}
header .top-bg2{background: url(../images/sptop02.png);background-repeat: no-repeat;background-position: center;background-size: 100%;position: relative;top: -15%;}
header .top-bg3{background: url(../images/sptop03.png);background-repeat: no-repeat;background-position: center; background-size: 100%;position: relative;top: -15%; }
header .top-bg4{background: url(../images/sptop04.png);background-repeat: no-repeat;background-position: center; background-size: 100%;position: relative;top: -15%; }
.catch {z-index: 99;position: relative;/* width: 30%; */}
.tb_on{display: none;}
}
/*----------------------------------

sec01

------------------------------------*/
@media screen and (max-width: 640px) {

#sec01{padding-top: 30px;}
}

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

sec02

------------------------------------*/
@media screen and (max-width: 1000px) {
#sec02 img{width: 30%;/* max-width:970px; */padding: 20px 30px;}
}

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

sec03

------------------------------------*/
#sec03 img{/* margin-bottom: 3%; *//* margin: 6% auto; *//* text-align: center; */}


.col01{
	background-image: url(../images/collection_01.png);
	width: 100%;
	background-position: center;
	text-align: center;
	/* padding: 120px 0; */
}
.col02{
	background-image: url(../images/collection_02.png);
	width: 100%;
	background-position: center;
	text-align: center;
	padding: 120px 0;
}
.col03{
	background-image: url(../images/collection_03.png);
	width: 100%;
	background-position: center;
	text-align: center;
	padding: 40px 0;
}

@media screen and (max-width: 1000px) {
#sec03 img{width: 80%;/* max-width:640px; *//* padding: 3% 0 5%; */margin-left: 8%;}
}

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


.col01{
	background-image: url(../images/collection_01.png);
	width: 100%;
	/* background-position: 80% 80%; */
	padding: 40px 0;
	overflow: hidden;
}
.col02{
	background-image: url(../images/collection_02.png);
	width: 100%;
	background-position: 30% 20%;
	/* text-align: -webkit-auto; */
	padding: 40px 0;
}
.col03{
	background-image: url(../images/collection_03.png);
	/* background-position: 20% 25%; */
	/* width: 100%; */
	/* background-position: right; */
	/* text-align: center; */
	/* padding: 120px 0; */
}

	}
/*----------------------------------

sec04

------------------------------------*/
#sec04{padding: 100px 0;background-color: #fff;}
#sec04 img{text-align: left;margin-bottom: 25px;}
#sec04 .left{width: 45%;text-align: left;}
#sec04 p.text{
	font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 2;
	margin-bottom: 80px;
	margin-top: 15px;
}
#sec04 p.text span{

	font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 1.8;
	/* margin-bottom: 100px; */
	/* margin-top: 15px; */

	width: 100px;
	display: block;
	float: left;
}


#sec04 .right{width: 48%; text-align: left; float: right;}
dt,dt{
	font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 1.8;
}

.staff {
		/* margin-left: auto; */
		/* margin-right: auto; */
		float: left;
		margin-right: 40px;
	}
	
#sec04 img.spStaff {
	margin-bottom: 0px;
	}	
	
#sec04 img.spStaff2 {
    margin-bottom: 0px;
}


.block {display: block;}
.ml20 {margin-left: 20px;}
.mr20 {margin-right: 30px;}

@media screen and (max-width: 640px) {
	#sec04{padding: 10% 0;background-color: #fff;}
#sec04 img{text-align: left;/* width: 30%; */text-align: left;}
#sec04 .left{width: 90%;text-align: left;margin-left: 10%;}
#sec04 p.text{
	font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 2;
	margin-bottom: 15%;
	margin-top: 0;
}
#sec04 p.text span{
	font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 1.8;
	/* margin-bottom: 100px; */
	/* margin-top: 15px; */

	width: 100px;
	display: block;
	float: left;
}

#sec04 .right{width: 90%;text-align: left;/* float: right; */}
dt,dt{
	font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 1.8;
}

.staff {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	
#sec04 img.spStaff {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	}	
	
#sec04 img.spStaff2 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	}
	
.block {display: block;}
.ml20 {/* margin-left: 0px; */}
.mr20 {margin-right: -30px;}	
}


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

sec05

------------------------------------*/
#sec05 {
	background-image: url(../images/bg_style.png);
	width: 100%;
	padding-top: 90px;
	padding-bottom: 90px;
}

#sec05 img.title{

	text-align: center;
	margin-bottom: 35px;
	margin-left: auto;
	margin-right: auto;
}




@media screen and (max-width: 640px) {
#sec05 h3{padding: 20px 0;line-height: 1.5em;}
	
#sec05 {
	background-image: url(../images/bg_style.png);
	width: 100%;
	padding-top: 10%;
	padding-bottom: 10%;
}

#sec05 img.title{
	text-align: center;
	margin-bottom: 35px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}	
	
.instmini{		
width: 80%;	
position: relative;
margin-left: auto;
margin-right: auto;		
padding-left: 20px;
	}
	
.instbig{		
display:none;
	}	
}

@media screen and (min-width: 641px) {

.instmini{		
display: none;
	}
	
}

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

sec06

------------------------------------*/
#sec06 {
	background-image: url(../images/bg_map.png);
	width: 100%;
	/* height: 300px; */
	background-position: center;
	padding-top: 153px;
	padding-bottom: 198px;
}

#sec06 p {
	font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 1.8;
}

p.ftext1 {
	/* width: 150px; */
	float: left;
	margin: 65px 65px 0 65px;
	/* margin: 65px; */
}

p.ftext2 {
	/* width: 150px; */
	float: left;
	margin-top: 28px;
}


p.ftext3 {
	width: 165px;
	float: left;
	margin-left: 50px;
	margin-top: 30px;
}

p.ftext4 {
	/* width: 165px; */
	float: right;
	margin-left: 50px;
	margin-top: 65px;
	margin-right: 105px;
}

img.map {
	position: relative;
	top: -22px;
	left: -19px;
	z-index: 99;
}

@media screen and (max-width: 640px) {
	
#sec06 {
	background-image: url(../images/bg_map.png);
	width: 100%;
	/* height: 300px; */
	background-position: center center;
	padding-top: 100px;
	padding-bottom: 100px;
}

#sec06 p {
	font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 1.8;
	text-align: center;
	width: 90%;
}

p.ftext1 {
	/* width: 150px; */
	/* float: left; */
	margin: 30px auto 0 auto;
	/* margin: 65px; */
}

p.ftext2 {
	/* width: 150px; */
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
}



p.ftext3 {
	/* width: 165px; */
	margin: auto;
	margin-bottom: 10px;
}

p.ftext4 {
	/* width: 165px; */
	float: left;
	/* margin-left: 50px; */
	/* margin-top: 65px; */
	/* margin-right: 105px; */
	margin: 0;
	margin-bottom: 30px;
}

img.map {
	position: relative;
	top: -22px;
	left: -7px;
	z-index: 99;
}


	
	
}













#sec06 ul{overflow: hidden;}
#sec06 ul li{width: 50%; margin-top: 50px;}
#sec06 ul li:first-child{float:left;}
#sec06 ul li:nth-child(2){float:right;}
#sec06 ul li img{width: 100%;}
#sec06 ul li .txt-box{width: 98%;display: inline-block;text-align: left;margin: 0 10px;}
#sec06 ul li h4.txt-tit{margin: 0;line-height: 1.3em;}
#sec06 span.triangle{display: block;}

@media screen and (max-width: 640px) {
#sec06 .wrap{margin-top: 30px;}
#sec06 ul li{width: 100%;margin-top: 7%;}
#sec06 ul li p{font-size: 90%;margin-top: 1em;}
#sec06 ul li img{width: 100%;}
#sec06 ul li:first-child,#sec06 ul li:nth-child(2){float:none;}
#sec06 ul.sp{display: flex;/* Flexコンテナ */flex-direction: column;/* 縦向き指示 */}
#sec06 ul li.first{-webkit-box-ordinal-group:1; -ms-flex-order:1; -webkit-order:1; order:1;}
#sec06 ul li.second{-webkit-box-ordinal-group:2; -ms-flex-order:2; -webkit-order:2; order:2;}
}



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

sec07

------------------------------------*/
#sec07 ul{width: 80%;text-align: left;margin: 20px auto;}
#sec07 ul li{margin: 10px 0;}
#sec07 ul li span.num{background: #fff;border-radius: 50%;padding: 3px 8px;margin: 0 10px 0 5px;}

@media screen and (max-width: 1000px) {
#sec07 ul{width: 100%;}
#sec07 img{width:100%;max-width:1000px;}
}


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

nav

------------------------------------*/
#nav.menu h2{color: #fff;}
p.menutxt{
	font-family: "Yu gothic", YuGothic,"メイリオ",sans-serif;
	font-size: 15px;
	letter-spacing: 0.06em;
	line-height: 1.8;
	color: #fff;
	margin: 34px 0px 10px 0;
	}
p.menutxt2{
	font-family: "Yu gothic", YuGothic,"メイリオ",sans-serif;
	font-size: 12px;
	letter-spacing: 0.06em;
	line-height: 2;
	color: #fff;
	}

p.menutxt1{
	font-family: "Yu gothic", YuGothic,"メイリオ",sans-serif;
	font-size: 12px;
	letter-spacing: 0.06em;
	line-height: 2;
	color: #fff;
	/* margin-left: 34px; */
	float: left;
	margin-right: 25px;
	}

@media screen and (max-width: 640px) {
/*----------------------------------

nav_SP

------------------------------------*/
#nav.menu h2{color: #fff;}
p.menutxt{
	font-family: "Yu gothic", YuGothic,"メイリオ",sans-serif;
	font-size: 15px;
	letter-spacing: 0.06em;
	line-height: 1.8;
	color: #fff;
	margin: 34px 0px 10px 0;
	}
p.menutxt2{
	font-family: "Yu gothic", YuGothic,"メイリオ",sans-serif;
	font-size: 12px;
	letter-spacing: 0.06em;
	line-height: 2;
	color: #fff;
	/* visibility: hidden; */
	}

p.menutxt1{
	font-family: "Yu gothic", YuGothic,"メイリオ",sans-serif;
	font-size: 12px;
	letter-spacing: 0.06em;
	line-height: 2;
	color: #fff;
	/* margin-left: 34px; */
	float: left;
	margin-right: 25px;
	/* visibility: hidden; */
	display: none;
	}
}

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

footer

------------------------------------*/
.footer {
			width: 81%;
			height: 157px;
			position: relative;
			top: 41px;
			color: #fff;
			font-size: 14px;
			}

footer {padding: 20px;}
footer img {float: right;}
@media screen and (max-width: 640px){
footer img {float:none;text-align: center;margin-top: 8px;}
	
.footer {
			width: 100%;
			height: auto;
			position: relative;
			font-size: 14px;
			}

footer {padding: 20px;}
footer img {float: right;}	
		
	
	
}




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

collection

------------------------------------*/
#collection{padding: 100px 0;background-color: #fff;}
#collection img{text-align: left;margin: 1%;}
#collection .left{width: 45%;text-align: left;}
#collection p.text{
	font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 2;
	margin-bottom: 80px;
	margin-top: 15px;
}
#collection p.text span{
	font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 1.8;

	/* margin-bottom: 100px; */
	/* margin-top: 15px; */
	width: 100px;
	display: block;
	float: left;
}
#collection .right{width: 48%; text-align: left; float: right;}
dt,dt{
	font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 1.8;
}

.block {display: block;}
.ml20 {margin-left: 20px;}
.mr20 {margin-right: 30px;}


p.b_home {
	padding: 30px 0;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-size: 140%;
	letter-spacing: 0.06em;
	line-height: 1.8;
}


































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

menu2

------------------------------------*/
.accordionbox2 p{
	/* width: 50%; */
	/* background:#FBDBC4; */
	/* margin: 10px auto 40px; */
	/* padding: 20px; */
	font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 1.8;
	text-align: left;
	margin-bottom: 25px;
}
.accordionlist2 dt{
    display:block;
    /* background: #fff; */
    padding: 30px 0 10px 20px;
    border-top: 1px solid #fff;
    font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.8;
    color: #fff;
    width: 800px;
    float: right;
}
.accordionlist2 dt:first-child{
    border-top: none !important;
}
.accordionlist2 dt .title{
    padding-left: 10px;
	float: right;
}
.accordionlist2 dd{
    display:none;
    /* background: #fff; */
    padding: 0 0 40px 15px;
    font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 2;
    text-align: left;
    color: #fff;
    width: 800px;
    float: right;
    margin-bottom: 5px;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 5px;
	margin-top: 3px;
}
.accordion_icon span {
	position: absolute;
	left: 6px;
	width: 50%;
	height: 1px;
	background-color: #555;
	border-radius: 4px;
	-webkit-border-radius: 4px;



	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

@media screen and (max-width: 640px) {
	
	.accordionbox2 p{
	/* width: 50%; */
	/* background:#FBDBC4; */
	/* margin: 10px auto 40px; */
	/* padding: 20px; */
	font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 1.8;
	text-align: left;
	margin-bottom: 25px;
}
.accordionlist2 dt{
    display:block;
    /* background: #fff; */
    padding: 30px 0 10px 20px;
    border-top: 1px solid #fff;
    font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.8;
    color: #fff;
    width: 93%;
    float: right;
}
.accordionlist2 dt:first-child{
    border-top: none !important;
}
.accordionlist2 dt .title{
    padding-left: 10px;
	float: right;
}
.accordionlist2 dd{
    display:none;
    /* background: #fff; */
    padding: 0 0 40px 15px;
    font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.8;
    text-align: left;
    color: #fff;
    width: 93%;
    float: right;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 5px;
	margin-top: 3px;
}
.accordion_icon span {
	position: absolute;
	left: 6px;
	width: 50%;
	height: 1px;
	background-color: #555;
	border-radius: 4px;
	-webkit-border-radius: 4px;



	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

	
	
}


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

menu

------------------------------------*/
.accordionbox p{
	/* width: 50%; */
	/* background:#FBDBC4; */
	/* margin: 10px auto 40px; */
	/* padding: 20px; */
	font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 1.8;
}
.accordionlist dt{
    display:block;
    /* background: #fff; */
    padding: 20px 0 10px 5px;
    border-top: 1px solid #DFDFDF;
    font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.8;
}
.accordionlist dt:first-child{
    border-top: none !important;
}
.accordionlist dt .title{
    padding-left: 10px;
	float: left;
}
.accordionlist dd{
    display:none;
    /* background: #fff; */
    padding:0 0 20px 15px;
    font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.8;
    text-align: left;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 5px;
	margin-top: 3px;
}
.accordion_icon span {
	position: absolute;
	left: 6px;
	width: 50%;
	height: 1px;
	background-color: #999;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 5px;

	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 5px;

	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}


@media screen and (max-width: 640px) {
.accordionbox p{
	
	font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 1.8;
}
.accordionlist dt{
    display:block;
    padding: 20px 0 10px 5px;
    border-top: 1px solid #DFDFDF;
    font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.8;
}
.accordionlist dt:first-child{
    border-top: none !important;
}
.accordionlist dt .title{
    padding-left: 10px;
	float: left;
}
.accordionlist dd{
    display:none;
    padding:0 0 20px 15px;
    font-family: "Yu mincho", YuMincho,"メイリオ",sans-serif;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.8;
    text-align: left;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 5px;
	margin-top: 3px;
}
.accordion_icon span {
	position: absolute;
	left: 6px;
	width: 50%;
	height: 1px;
	background-color: #999;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 5px;

	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}

.accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
	
	
}




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

sidemenu

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

.menu {
  position: fixed;
  left: -200px;
  height: 100%;
  top: 0;
  text-align: left;
}

.menu.menu-open {
  left: 200px;
}

.menu_wrap {
  position: absolute;
  top: 0;
  left: -200px;
  width: 366px;
  height: 100%;
  background: #000;
  z-index: 9999999;
  padding: 80px 0 0 34px;
}

.menu a {
  display: block;
  font-size: 38px;
  text-decoration: none;
  line-height: 1.8;
  padding: 0 0 0 0;
  color: #fff;
  /* border-bottom: 1px dotted #CCC; */
  font-family: Arial;
}

.menu a:hover {
  color: #888;
}

#menuToggle {
  position: absolute;
  /* top: 6px; */
  left: 200px;
  display: block;
  cursor: pointer;
  color: #FFF;
  background: #000;
  padding: 15px 13px 10px 10px;
  height: 100%;
  float: right;
}

.menu,
.back-gray{
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 99999;
}

.back-gray {
  -webkit-filter: grayscale(100%);  /*白黒に*/
  filter: grayscale(100%); /*白黒に*/
}

#container {
    width: 100%;
    text-align: center;
}



@media screen and (max-width: 640px) {
/*----------------------------------

sidemenu

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

.menu {
  position: fixed;
  left: -105px;
  height: 100%;
  top: 0;
  text-align: left;
}

.menu.menu-open {
  left: 200px;
}

.menu_wrap {
  position: absolute;
  top: 0;
  left: -200px;
  width: 270px;
  height: 100%;
  background: #000;
  padding: 80px 0 0 34px;
  z-index: 999999;
}

.menu a {
  display: block;
  font-size: 200%;
  text-decoration: none;
  line-height: 1.5;
  padding: 0 0 0 0;
  color: #fff;
  /* border-bottom: 1px dotted #CCC; */

  font-family: Arial;
  z-index: 999;
}

.menu a:hover {
  color: #888;
}

#menuToggle {
  position: absolute;
  /* top: 6px; */
  left: 103px;
  display: block;
  cursor: pointer;
  color: #FFF;
  background: #000;
  padding: 15px 13px 10px 10px;
  height: 100%;
  /* float: right; */
}

.menu,
.back-gray{
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 9999;
}

.back-gray {
  -webkit-filter: grayscale(100%);  /*白黒に*/
  filter: grayscale(100%); /*白黒に*/
}


#container {
    width: 100%;
    text-align: center;
    position: relative;
    left: -15px;
}
}


@media screen and (max-width: 640px) {
	/* fullSlider
--------------------------- */
.fullSlider {
}
.fullSlider ul,
.fullSlider ul li {
    float: left;
    display: inline;
    /* overflow: hidden; */
    position: relative;
    top: 3%;
}
.fullSlider ul li {
    position: relative;
    top: -50px;
}
.fullSlider ul li img {
    top: 50%;
    left: 50%;
    position: absolute;
}
 
.fullViewWrap {
    /* top: 0; */
    /* position: relative; */ /* absolute or fixed */
    /* overflow: hidden; */
    /* top: 60px; */
}
 
/* SideNavi
------------------------- */
.fullSlider .btnPrev,
.fullSlider .btnNext {
    width: 78px;
    height: 62px;
    position: fixed; /* absolute or fixed */
    z-index: 105;
}
.fullSlider .btnPrev {
    left: 10px;
    background: transparent url(../img/btnPrev.png) no-repeat center center;
}
.fullSlider .btnNext {
    z-index: 0;
    right: 80px;
    text-align: center;
    top: 650px;
    background: transparent url(../images/next.gif) no-repeat center center;
    width: 78px;
    position: relative;
    /* left: 600px; */
}
 
/* PagiNation
--------------------------- */
.pagiNation {
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: fixed; /* absolute or fixed */
    z-index: 89; /* 非表示にする場合は「90」以下に */
    visibility: hidden; /* 非表示にする場合は「hidden」に */
}
.pagiNation a {
    margin: 0 5px;
    width: 20px;
    height: 20px;
    display: inline-block;
    overflow: hidden;
    background: #000;
}
.pagiNation a.pnActive {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
 
/* Wrapper

--------------------------- */
#wrapper {
    width: 1300px;
    text-align: left;
    background: #fff;
    position: relative;
    z-index: 120;
}
 
.contents {
    padding: 30px 50px 50px 50px;
}
.contents p {

    padding-bottom: 3em;
    line-height: 180%;
}
 
/* =======================================
    ClearFixElements
======================================= */
.fullSlider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    
}
.fullSlider ul {
    display: inline-block;
}

	
}

/* fullSlider
--------------------------- */
.fullSlider {
    text-align: left;
    position: relative;
    overflow: hidden;
    position: relative;
    /* top: 15px; */
}
.fullSlider ul,
.fullSlider ul li {
    float: left;
    display: inline;
    overflow: hidden;
    position: relative;
    top: 40px;
}
.fullSlider ul li {
    /* position: relative; */
}
.fullSlider ul li img {
    top: 50%;
    left: 50%;
    position: absolute;
}
 
.fullViewWrap {
    top: 0;
    position: fixed; /* absolute or fixed */
    overflow: hidden;
}
 
/* SideNavi
------------------------- */
.fullSlider .btnPrev,
.fullSlider .btnNext {
    width: 78px;
    height: 62px;
    position: fixed; /* absolute or fixed */
    z-index: 105;
}
.fullSlider .btnPrev {
    left: 10px;
    background: transparent url(../img/btnPrev.png) no-repeat center center;
}
.fullSlider .btnNext {
    z-index: 0;
    right: 100px;
    text-align: center;
    top: 750px;
    background: transparent url(../images/next.gif) no-repeat center center;
    width: 78px;
    /* position: absolute; */
    /* left: 600px; */
}
 
/* PagiNation
--------------------------- */
.pagiNation {
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: fixed; /* absolute or fixed */
    z-index: 89; /* 非表示にする場合は「90」以下に */
    visibility: hidden; /* 非表示にする場合は「hidden」に */
}
.pagiNation a {
    margin: 0 5px;
    width: 20px;
    height: 20px;
    display: inline-block;
    overflow: hidden;
    background: #000;
}
.pagiNation a.pnActive {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
 
/* Wrapper
--------------------------- */
#wrapper {
    width: 1300px;
    text-align: left;
    background: #fff;
    position: relative;
    z-index: 120;
}
 
.contents {
    padding: 30px 50px 50px 50px;
}
.contents p {

    padding-bottom: 3em;
    line-height: 180%;
}
 
/* =======================================
    ClearFixElements
======================================= */
.fullSlider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    
}
.fullSlider ul {
    display: inline-block;
}

/* =======================================
    hover
======================================= */
.figure {
	-webkit-filter: grayscale(0) blur(0);
	filter: grayscale(0) blur(0);
}
.figure:hover {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}



.gallery {
	color:	#fff;
}

@media screen and (max-width: 640px) {
.gallery img{ width:40%;}
	#collection img{ width: 30%;}	
	#collection {padding: 60px 0;
    background-color: #fff;}
	
}

	

