@charset "UTF-8";

* {
　　max-width: 700px;
}

header,main,footer {
    width: 100%;
    margin: auto;
}

body {
  margin: 20px;
  text-align : center;
  font-size:15px;
  letter-spacing: 3px;
  font-family: "Open Sans" ,"游ゴシック" , "Yu Gothic" , sans-serif;
  font-weight: 100;
  line-height: 1.3em;
  background-color: #fcfcfc;
}

header {
  margin-top: 50px;
  margin-bottom: 34px;
}

header img{
  max-width: 540px;
}

h1 {
  margin-bottom: 23px;
}

.menu a {
  color:#a9a9a9;
  transition: color 0.3s;
  text-decoration: none;
}

.menu a:hover {
  color: black;
}

.menu {
  text-align : center;
  font-size:14px;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: 'Open Sans', sans-serif;
  display: inline;
  margin: 5px;
}

main {
  margin-top: 22px;
  margin-bottom: 30px;
  text-align: center;
  overflow: hidden;
  max-width: 700px;
}

.main2 {
  margin-top: 20px;
}

#caption1{
  text-align : center;
  background-color :#fcfcfc;
  font-size:0.9em;
  letter-spacing: 2px;
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 1.5em;
}

#caption2{
  text-align : center;
  background-color :#fcfcfc;
  font-size:15px;
  letter-spacing: 2px;
  font-family: "Open Sans" ,"游ゴシック" , "Yu Gothic" , sans-serif;
  font-weight: 100;
  margin-top: 20px;
  margin-bottom: 50px;
}

#caption3{
  text-align : center;
  background-color :#fcfcfc;
  font-size:0.9em;
  letter-spacing: 2px;
  font-family: "Open Sans" ,"游ゴシック" , "Yu Gothic", sans-serif;
  font-weight: 100;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 1.5em;
}

#footer{
  margin-top: 30px;
  margin-bottom: 30px;
}


@media only screen and (max-width: 720px){
  header img {
    width: 95%;
    height: auto;
    align-content: center;
  }

  main {
    width: 95%;
  }
  }

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


/*画像の横幅を100%にしてレスポンシブ化*/
img{
	width: 100%;
	height: auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
}

/*メイン画像下に余白をつける*/

.gallery{
	margin:0 0 5px 0;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
    position: absolute;/*絶対配置にする*/
	z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #ccc;/*矢印の色*/
    border-right: 2px solid #ccc;/*矢印の色*/
    height: 25px;
    width: 25px;
}

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

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

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

.choice-btn li{
	cursor: pointer;
	outline: none;
	background:#333;
	width:25%!important;
}

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

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

/*========= レイアウトのためのCSS ===============*/

/*エリア全体を中央寄せ*/
.wrapper{
	width:94%;
	max-width:700px;
	margin:0 auto;
}

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

a{
	color: #333;
}

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

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