@charset "UTF-8";
/* Body */

html, 
body {
  height: 100%;
  min-height: 100%;
  position: relative;
  margin: 0;
  padding: 0;

}

ul.slides {
  margin: 0;
  padding: 0;
}

.flexslider {
border: 0px solid #fff !important ;
  margin: 0 !important;
border-radius:0px !important;
  padding: 0; 
  width: 100%; 
  height: 100%; 
  border: 0px; 
  overflow: hidden;
}

body {
	font-family: Times New Roman, Georgia, "serif";
  font-feature-settings: "palt";
	letter-spacing: -0.01em;
	background-color: #FFFFFF;
	color: #000000;
}



.flexslider .slides > li { 
  background-position: center;
  height: 100%;
  width: 100%;
  display: none; 
  -webkit-backface-visibility: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.flexslider-container, 
.flexslider .slides, 
.flex-viewport {
    height: 100%;
	background-color: #cccccc;
	margin: 0;
    padding: 0;
}


/* Accordion Style */
.Item { position:relative; }

input[type='checkbox'], input[type='radio'] {
	width:auto;
	display:block;
	position:absolute;
	opacity:0;
	height:35px;
	top:0;
	left:0;
	border:none;
	border-radius:0; }

.Accordion {
	width:auto;
	cursor:pointer;
}

.AccordionItem {
	line-height:25px;
	width:100px;
	height: 25px;
	padding:0px;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	cursor:pointer;
	margin-top:1px; }

.AccordionPanel {
	height:0px;
	border-top:none;
	transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	overflow:auto; margin-top:-1px; }

.AccordionPanel div { padding:0px; }

input:checked + label .AccordionPanel { height:auto; }



@media screen and (orientation: landscape) {
/* Container */
.container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	display:flex;
}
/* Header */
.header {
	width: 280px;
	/*height: 100%;*/
	/*background-color: #FFFFFF;*/
	padding:15px 25px 0px 25px;
}
.gallery {
	width:100%;
	height:auto;
	margin:25px;
}

/* Typography Setting */
h1 {
	font-size: 19px;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 600;
	text-align: left;
	margin-bottom:14px;
	padding-top:3px;
}

p {
	font-size:13px;
	font-family: Times New Roman, Georgia, "serif";
	line-height: 17px;
	font-weight: 400;
	margin-bottom: 0px;
	margin-top:10px;
	letter-spacing: 0px;
}
.menu {
	font-size:13px;
	font-weight: 600;
	margin-top:5px;
	letter-spacing: 1px;
}

.detail{
	font-weight:500;
	font-size:13px;
	margin-top: 5px;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #111111;
	text-align: left;
	
}

label {
	font-size:13px;
	font-weight: 600;
	letter-spacing: 1px;
}

#svglogo{
	width:180px; 
	height: 25px; 
	background-image: url(../images/logo.svg); 
	background-size:100%;
	background-repeat: no-repeat;
}

/* Slide Photo Setting(PC) */

#image1 {
	background-image: url(../images/Y/Y001.jpg);
}
#image2 {
	background-image: url(../images/Y/Y002.jpg);
}
#image3 {
	background-image: url(../images/Y/Y003.jpg);
}
#image4 {
	background-image: url(../images/Y/Y004.jpg);
}
#image5 {
	background-image: url(../images/Y/Y005.jpg);
}
#image6 {
	background-image: url(../images/Y/Y006.jpg);
}
#image7 {
	background-image: url(../images/Y/Y007.jpg);
}
#image8 {
	background-image: url(../images/Y/Y008.jpg);
}
#image9 {
	background-image: url(../images/Y/Y009.jpg);
}
#image10 {
	background-image: url(../images/Y/Y010.jpg);
}
#image11 {
	background-image: url(../images/Y/Y011.jpg);
}
#image12 {
	background-image: url(../images/Y/Y012.jpg);
}
#image13 {
	background-image: url(../images/Y/Y013.jpg);
}
#image14 {
	background-image: url(../images/Y/Y014.jpg);
}
#image15 {
	background-image: url(../images/Y/Y015.jpg);
}
#image16 {
	background-image: url(../images/Y/Y016.jpg);
}
#image17 {
	background-image: url(../images/Y/Y017.jpg);
}
#image18 {
	background-image: url(../images/Y/Y018.jpg);
}
#image19 {
	background-image: url(../images/Y/Y019.jpg);
}
#image20 {
	background-image: url(../images/Y/Y020.jpg);
}
#image21 {
	background-image: url(../images/Y/Y021.jpg);
}
#image22 {
	background-image: url(../images/Y/Y022.jpg);
	}
}


/* Small Tablets 
@media ( min-width : 321px ) and (max-width : 665px )　{ */
@media screen and (orientation: portrait){
	/* Container */

	.container {
		width: 100%;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		display:block;
	}
	/* Header */
	.header {
		width: auto;
		/*height: 30px;*/
		padding:5px 20px 0px 20px ;
		position: absolute;
		z-index: 3;
		color: #ffffff;
	}
	.gallery {
		/*width:100%;*/
		height:100vh;
		margin:0px;
		position: inherit;
		z-index: 2;
		background-color: #cccccc;
	}
	
/* Typography Setting */
h1 {
	font-size: 22px;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 600;
	text-align: left;
	margin-bottom:12px;
	color:#ffffff;
	padding-top:4px;
}

p {
	font-size:14px;
	font-family: Times New Roman, Georgia, "serif";
	font-weight: 400;
	color:#ffffff;
	margin-bottom: 0px;
	margin-top:10px;
	letter-spacing: 0px;
}
.menu {
	font-size:14px;
	font-weight: 600;
	margin-top:7px;
}

.detail{
	font-size:14px;
	margin-top: 5px;
}

a {
	text-decoration: none;
	text-align: left;
	color:#ffffff;
	
}

label {
	font-size:14px;
	font-weight: 600;
}

#svglogo{
	width:180px; 
	height: 27px; 
	background-image: url(../images/logo_wt.svg); 
	background-size:100%;
	background-repeat: no-repeat;
}
	
	
#image1 {
	background-image: url(../images/T/T001.jpg);
}
#image2 {
	background-image: url(../images/T/T002.jpg);
}
#image3 {
	background-image: url(../images/T/T003.jpg);
}
#image4 {
	background-image: url(../images/T/T004.jpg);
}
#image5 {
	background-image: url(../images/T/T005.jpg);
}
#image6 {
	background-image: url(../images/T/T006.jpg);
}
#image7 {
	background-image: url(../images/T/T007.jpg);
}
#image8 {
	background-image: url(../images/T/T008.jpg);
}
#image9 {
	background-image: url(../images/T/T009.jpg);
}
#image10 {
	background-image: url(../images/T/T010.jpg);
}
#image11 {
	background-image: url(../images/T/T011.jpg);
}
#image12 {
	background-image: url(../images/T/T012.jpg);
}
#image13 {
	background-image: url(../images/T/T013.jpg);
}
#image14 {
	background-image: url(../images/T/T014.jpg);
}
#image15 {
	background-image: url(../images/T/T015.jpg);
}
#image16 {
	background-image: url(../images/T/T016.jpg);
}
#image17 {
	background-image: url(../images/T/T017.jpg);
}
#image18 {
	background-image: url(../images/T/T018.jpg);
}
#image19 {
	background-image: url(../images/T/T019.jpg);
}
#image20 {
	background-image: url(../images/T/T020.jpg);
}	
#image21 {
	background-image: url(../images/T/T021.jpg);
}
#image22 {
	background-image: url(../images/T/T022.jpg);
}	
}
