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

.secSeparate:first-of-type {
	padding-top: 400px;
}

@media screen and (max-width:768px) {
.secSeparate:first-of-type {
	padding-top: 230px;
}
}
/* textArea
--------------------------------------------------*/
.textArea {
	width: 100%;
	max-width: 900px; /*widthを指定するときは 実際の幅+100px */
	padding: 0 50px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
}
.textArea:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.textArea .comment01 {
	margin-top: 100px;
	white-space: nowrap;
}

@media screen and (max-width:768px) {
.textArea {
	padding: 0 10.5%;
}
.textArea .comment01 {
	margin-top: 50px;
}
}


/* bgImage
--------------------------------------------------*/
.bgImage {
	overflow: hidden;
}
.bgImage img {
	width: 100%;
	max-width: none;
}


/* ----------------------------------------------------------------------------------------------------
*  lead
* --------------------------------------------------------------------------------------------------*/
#lead .textArea {
	max-width: 1200px;
	top: 95px;
}

@media screen and (max-width:768px) {
#lead .textArea {
	padding: 0 5.3%;
	top: 10%;
}
#lead .bgImage img {
	width: 123%;
	margin-left: -5%;
}
}

/* ----------------------------------------------------------------------------------------------------
*  unique
* --------------------------------------------------------------------------------------------------*/
#unique .textArea {
	top: 100px;
}

@media screen and (max-width:768px) {
#unique .textArea {
	top: 40px;
}
#unique .bgImage img {
	width: 120%;
	margin-left: -7%;
}
}

/* ----------------------------------------------------------------------------------------------------
*  storeIntroduction
* --------------------------------------------------------------------------------------------------*/
#storeIntroduction .text01 {
	top: 100px;
}
#storeIntroduction .text02 {
	top: -100px;
	left: -50px;
}

@media screen and (max-width:768px) {
#storeIntroduction .secSeparate:first-of-type{
	padding-top: 200px;
}
#storeIntroduction .secSeparate:nth-of-type(2){
	padding-top: 175px;
}
#storeIntroduction .text01 {
	top: 40px;
}
#storeIntroduction .text02 {
	top: 40px;
	left: -5%;
}
#storeIntroduction .secSeparate:first-of-type .bgImage img {
	width: 120%;
	margin-left: -20%;
}
#storeIntroduction .secSeparate:nth-of-type(2) .bgImage img {
	width: 119.5%;
	margin-left: -4%;
}
}

/* ----------------------------------------------------------------------------------------------------
*  magazine
* --------------------------------------------------------------------------------------------------*/
#magazine .secSeparate:first-of-type {
	padding-top: 450px;
}
#magazine .textArea {
	top: 100px;
}
.magazineSlider .carousel li {
	padding: 0 50px;
	text-align: center;
	outline: none;
}
.magazineSlider .carousel .image {
	text-align: center;
}
.magazineSlider .carousel img {
	max-height: 500px;
	margin: auto;
	text-align: center;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
.magazineSlider .carousel .slick-current img {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;	
}
.magazineSlider .carousel .caption {
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: center;
}
.magazineSlider .carousel .caption span {
	display: block;
	font-size: 20px;
}
.magazineSlider .slick-prev ,
.magazineSlider [dir='rtl'] .slick-next {
	left: 50%;
	-ms-transform: translate(calc(-50% - 240px), -50%);
	-webkit-transform: translate(calc(-50% - 240px), -50%);
	transform: translate(calc(-50% - 240px), -50%);
}
.magazineSlider .slick-next,
.magazineSlider [dir='rtl'] .slick-prev {
	right: 50%;
	-ms-transform: translate(calc(50% + 240px), -50%);
	-webkit-transform: translate(calc(50% + 240px), -50%);
	transform: translate(calc(50% + 240px), -50%);
}


@media screen and (max-width:768px) {
#magazine .secSeparate:first-of-type {
	padding-top: 225px;
}
#magazine .textArea {
	top: 50px;
}
.magazineSlider .carousel img {
	max-height: 200px;
}
.magazineSlider .carousel .caption {
	margin-top: 15px;
	font-size: 7px;
}
.magazineSlider .carousel .caption span {
	font-size: 11px;
}
.magazineSlider .slick-prev ,
.magazineSlider [dir='rtl'] .slick-next {
	-ms-transform: translate(calc(-50% - 120px), -50%);
	-webkit-transform: translate(calc(-50% - 120px), -50%);
	transform: translate(calc(-50% - 120px), -50%);
}
.magazineSlider .slick-next,
.magazineSlider [dir='rtl'] .slick-prev {
	-ms-transform: translate(calc(50% + 120px), -50%);
	-webkit-transform: translate(calc(50% + 120px), -50%);
	transform: translate(calc(50% + 120px), -50%);
}
}

/* ----------------------------------------------------------------------------------------------------
*  access
* --------------------------------------------------------------------------------------------------*/
#access .secSeparate {
	padding-top: 470px;
}
#access .textArea {
	top: 170px;
}
#map {
	height: 400px;
	width: 100%;
}

@media screen and (max-width:768px) {
#access .secSeparate {
	padding-top: 280px;
}
#access .textArea {
	top: 120px;
}
#map {
	height: 200px;
}
}



.text {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  display: inline-block;
  min-height: 20em;
  margin: 0 auto;
  font-size: 20px;
  line-height: 2.3em;
  text-align: left;
}
.text p + p {
  margin-right: 2.0em;
}
.text .sign {
  text-align: right;
}
.text .bg {
  display: inline-block;
  padding: 0.3em;
  background: rgba(255, 255, 255, 0.9);
  line-height: 1.0em;
}