@charset "utf-8";

/*==================================================
スライダーのためのcss
===================================*/

.wrapper {
 width: 100%;
}

/*メイン画像下に余白をつける*/
.gallery {
 margin:0 auto;
 width: 100%;
 text-align: center;
 margin-bottom: 10px !important;
}

.gallery-wrapper,
.gallery,
.choice-btn {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}
.gallery img,
.choice-btn img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto;
}

.gallery-wrapper {
	margin-bottom: 20px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;
    z-index: 3;
    top: 39%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: 2.5%;
    transform: rotate(-135deg);
	top:45%;
}

.slick-next {/*次へ矢印の位置と形状*/
    right: 2.5%;
    transform: rotate(45deg);
    top:45%;
}

/*選択するサムネイル画像の設定*/

.choice-btn li {
	cursor: pointer;
	outline: none;
	background:#333;
}

.choice-btn li img {
	opacity: 0.4;/*選択されていないものは透過40%*/
}

.choice-btn li.slick-current img {
	opacity: 1;/*選択されているものは透過しない*/
}

.gdlr-core-page-builder-body ul {
    margin-top: 0px;
    margin: 0 auto;
}


/*========= レイアウトのためのCSS ===============*/
/*エリア全体を中央寄せ*/
.wrapper {
	width:100%;
	margin:0 auto;
}

ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a {
	color: #fff;
}

a:hover,
a:active{
	text-decoration: none;
}

h1 {
	text-align: center;
	font-size:6vw;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin:30px 0;
}

p {
	margin:30px 0;
	word-wrap : break-word;
}
