@charset "UTF-8";
html {
  color: #333;
}

::selection {
  background: #333;
  color: #fff;
}

::-moz-selection {
  background: #333;
  color: #fff;
}

#wrapper {
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: relative;
	
}

#content {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
	width: 100%;
	background-image: url("../img/bg.png");
  background-repeat:repeat-y;
  background-position: top center;
	background-size: 2800px auto;
}

#header {
  max-width: 1220px;
  padding: 30px 40px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
	background: #fff;
}

#header a {
  display: flex;
  align-items: center;
}

#header h1.logo {
  width: 180px;
  padding-right: 30px;
}

#header h1.logo img {
  width: 100%;
  height: auto;
}

#header .arrow {
  padding-left: 23px;
  position: relative;
  color: #D61518;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}

#header .arrow:before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  border-top: solid 4px transparent;
  border-bottom: solid 4px transparent;
  border-left: solid 6px #fff;
  border-right: solid 4px transparent;
  position: absolute;
  top: 4px;
  left: 6px;
  z-index: 2;
}

#header .arrow:after {
  content: "";
  width: 16px;
  height: 16px;
  background: #D61518;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#main {
  line-height: 1.8;
  box-sizing: border-box;
}

#main img {
  width: 100%;
  height: auto;
}

#kimgArea {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0px 0;
  /*background-image: linear-gradient(180deg, rgba(138, 169, 209, 1), rgba(138, 193, 209, 1));*/
	background: #fefefe;
}

#kimgArea .kimg {
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
  display: block;
}

#kimgArea .kimg img {
  display: block;
}

#leadCopyArea {
  width: 100%;
}

#leadCopyArea .leadCopyWrap {
  max-width: 1280px;
  padding: 100px 60px 100px 60px;
  margin: 0 auto;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  color: #333;
}

#scheduleArea {
  width: 100%;
	background: #009fdc;
}


#scheduleArea .scheduleWrap {
  max-width: 1280px;
  padding: 30px 60px 30px 60px;
  margin: 0 auto;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
	color: #fff;
}

#scheduleArea .scheduleWrap .date{
	font-size: 30px;
}

#scheduleArea .scheduleWrap .subText{
	font-size: 16px;
}


#articleArea {
  box-sizing: border-box;
}

.article {
  padding-top: 60px;
  padding-bottom: 120px;
  box-sizing: border-box;
}

.article:nth-child(odd) {
  /*background-color: #fff;
	background-color: rgba(138, 169, 209, 0.05);
	background-color: rgba(255, 255, 255, 0.4);*/
}

.articleWrap {
  max-width: 1280px;
  padding: 0 60px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
	
}

.article:nth-child(even) .articleWrap {
  flex-direction: row-reverse;
}

.productImg {
  width: 40%;
}

.slider {
  border: #d0c9c3 1px solid;
  display: block;
}

.slider img {
  display: block;
}

.slick {
  margin-bottom: 40px;
}

.productText {
  width: 55%;
}

.productTitle {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
	color:#2368be;
}

.productTitle.small {}


.productTitle .caption{
  font-size: 0.75em;
	margin-top: 0.5em;
}

.price {
  font-size: 18px;
  margin-top: 0.5em;
}

.size {
  font-size: 12px;
  margin-top: 1em;
}

.bodyText {
  font-size: 14px;
  padding-top: 30px;
  margin-top: 30px;
  border-top: #d0c9c3 1px dotted;
}

.bodyText a{
	text-decoration: underline;
}

.shopData {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-top: 20px;
  margin-top: 30px;
  border-top: #d0c9c3 1px solid;
  padding-bottom: 20px;
  border-bottom: #d0c9c3 1px solid;
}

.shopLogo {
  width: 80px;
  border: #d0c9c3 1px solid;
}

.shopLogo img {
  display: block;
}

.shopText {
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 14px;
  flex: 1;
  line-height: 1.2;
}

.shopText a {
  text-decoration: underline;
}

.floor {}

.shopTitle {
  margin-top: 0.4em;
  font-weight: bold;
  font-size: 16px;
}

.shopTel {
  margin-top: 0.6em;
}

.notes {
  padding: 80px 0;
  box-sizing: border-box;
  background-color: #009fdc;
  font-size: 14px;
}

.notesWrap {
  max-width: 1100px;
  padding: 0 60px;
  margin: 0 auto;
  box-sizing: border-box;
}

.extraText {
  text-align: left;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  line-height: 2.2;
	margin-bottom: 60px;
	font-size: 16px;
	background: #fff;
}

.extraText h2{
	background: #009fdc;
	color: #fff;
	margin-bottom: 0;
	font-size: 20px;
	padding: 5px 20px;
	box-sizing: border-box;
}

.extraText .extraTextWrap{
	padding: 30px 40px 30px 40px;
}

.extraText p{
	margin-bottom: 10px;
}

.extraText a{
	text-decoration: underline;
}


.notesText {
  text-align: left;
  border: #fff 1px solid;
  padding: 40px;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  color: #fff;
  line-height: 2.2;
}

.footerLogo {
  padding: 80px 0 80px 0;
	background: #fff;
}

.footerLogo .logo {
  width: 300px;
  margin: 0 auto;
}

.footerLogo .logo img {
  width: 100%;
  height: auto;
}

.otherLink{
	max-width: 600px;
	margin: 60px auto 160px auto;
	box-sizing: border-box;
}

.otherLink a{
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	border: 2px solid #000;
	font-size: 22px;
	line-height: 1.4;
	padding: 30px;
	box-shadow:4px 4px 0px 0px rgba(0, 0, 0, 1);
	border-radius: 80px;
	position: relative;
	color:#009fdc;
	background: #fff;
}

.otherLink a span{
	
}

.otherLink a:after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 30px;
  width: 16px;
  height: 16px;
  border-top: 2px solid #009fdc;
  border-right: 2px solid #009fdc;
  transform: rotate(45deg);
}

#page-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  line-height: 1;
  letter-spacing: 0.05em;
  z-index: 99;
}

#page-top a {
  background-image: url("../img/pagetop.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 80px;
  text-decoration: none;
  width: 80px;
  height: 63px;
  padding-top: 63px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  display: block;
  transition: all .3s ease;
}

#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.slide-arrow {
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 2;
}

.prev-arrow {
  width: 20px;
  height: 20px;
  left: 20px;
}

.prev-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-top: 1px solid #009fdc;
  border-right: 1px solid #009fdc;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.next-arrow {
  width: 20px;
  height: 20px;
  right: 20px;
}

.next-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-top: 1px solid #009fdc;
  border-right: 1px solid #009fdc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slick-dots li button:before {
  color: #009fdc;
  background: #009fdc;
}

.slick-dots li.slick-active button:before {
  color: #009fdc;
  background: #009fdc;
}


/*----------------------
 sp tablet
----------------------*/

@media (max-width: 900px) {
	
	#content{
		background-image: url("../img/bg_sp.png");
		background-repeat:repeat-y;
  background-position:top center;
	background-size: contain;
	}
	
  #header {
    padding: 18px 15px;
  }
  #header h1.logo {
    width: 160px;
    padding-right: 15px;
  }
  #header .arrow {
    padding-left: 23px;
    font-size: 12px;
    line-height: 1.4;
  }
  #kimgArea {}
  #leadCopyArea .leadCopyWrap {
    padding: 50px 20px 50px 20px;
    font-size: 16px;
	  
  }
#scheduleArea .scheduleWrap {
  padding: 20px 20px 20px 20px;
}

#scheduleArea .scheduleWrap .date{
	font-size: 20px;
}

#scheduleArea .scheduleWrap .subText{
	font-size: 12px;
}
  .article {
    padding-top: 40px;
    padding-bottom: 90px;
    box-sizing: border-box;
  }
  .articleWrap {
    padding: 0 30px;
    display: block;
  }
  .slick {
    margin-bottom: 60px;
  }
  .productImg {
    width: auto;
    max-width: 500px;
    margin: 0 auto;
    display: block;
  }
  .productText {
    margin-top: 30px;
    width: 100%;
  }
  .productTitle {
    font-size: 20px;
  }
  .productTitle.small {
    font-size: 17px;
  }
  .price {
    font-size: 16px;
  }
  .notes {
    padding: 40px 0;
  }
  .notesWrap {
    padding: 0 30px;
  }
	.extraText {
  line-height: 2;
	margin-bottom: 40px;
	font-size: 16px;
}

.extraText h2{
	font-size: 18px;
	padding: 5px 20px;
}

.extraText .extraTextWrap{
	padding: 20px;
}

.extraText p{
	margin-bottom: 10px;
}
  .notesText {
    font-size: 14px;
    padding: 30px 20px;
  }
  .footerLogo {
    padding: 60px 0 60px 0;
  }
  .footerLogo .logo {
    width: 200px;
    margin: 0 auto;
  }
	
	
.otherLink{
	padding: 0 20px;
	margin: 0px auto 80px auto;
	box-sizing: border-box;
}

.otherLink a{
	font-size: 16px;
	line-height: 1.4;
	padding: 30px;
	border-radius: 80px;
}

.otherLink a:after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 26px;
  width: 12px;
  height: 12px;
}
	
  #page-top {
    bottom: 20px;
    right: 20px;
    letter-spacing: 0.05em;
  }
  #page-top a {
    background-size: 60px;
    width: 60px;
    height: 47px;
    padding-top: 47px;
    box-sizing: border-box;
    font-size: 10px;
  }
}