@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.jpg");
	/*background:#ff00ff;*/
  background-repeat:repeat-y;
  background-position: top center;
	background-size: 2800px auto;
}

#header {
  background: #fff;
	width: 100%;
	box-sizing: border-box;
}

#header .inner{
	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: #b81c22;
}

#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: 120px 60px 120px 60px;
  margin: 0 auto;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  color: #333;
}

#leadCopyArea .leadCopyWrap strong{
	font-size: 32px;
	color: #b81c22;
	display: block;
	margin-bottom: 0.5em;
}


#ancNavArea{
width:100%;
height:60px;
position:relative;
}

#ancNav{
    width:100%;
	max-width: 1160px;
	margin: 0 auto;
	z-index:2;
	background:#fff;
	position:absolute;
	right: 0;
	left: 0;
}

#ancNav.m_fixed {
	right: 0;
	left: 0;
	position: fixed;
	top: 0;
}

#ancNav ul{
	display: flex;
}

#ancNav ul li{
	width: 50%;
	box-sizing: border-box;
}

#ancNav ul li a{
	display: block;
	position: relative;
	text-align: center;
	font-size: 22px;
	color:#fff;
	box-sizing: border-box;
	padding: 15px 0;
	letter-spacing: 0.1em;
}

#ancNav ul li a.ancA{
	background: #b81c22;
}

#ancNav ul li a.ancB{
	background: #000;
}

#ancNav ul li a span{
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	display: inline-block;
	margin-left: 10px;
}

#scheduleArea {
  width: 100%;
	background: #e08024;
}


#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;
}


h2.colorA,
h2.colorB{
	max-width: 1160px;
	box-sizing: border-box;
	display: block;
	color: #000;
	/*background: #000;*/
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	margin: 160px auto 60px auto;
	padding: 10px;
	border-top: 3px #000 solid;
	border-bottom: 3px #000 solid;
}

h2.colorA{
	color: #b81c22;
	border-top: 3px #b81c22 solid;
	border-bottom: 3px #b81c22 solid;
	/*background: #640000;*/
}

h2.colorB{
	margin: 120px auto 60px auto;
}

.article {
  padding-top: 60px;
  padding-bottom: 60px;
  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(odd) .articleWrap {
  flex-direction: row-reverse;
}

.productImg {
  width: 40%;
}

.article .productImg:before{  
  background-image:url('../img/icn_recommend.png') ;
}

.productImg:before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 1;
  background-size: cover;
}

.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:#333;
}

.productTitle.small {}


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

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

.price span.time{
  font-size: 14px;
	margin-left: 0.6em;
}

.price span.place{
  font-size: 14px;
	padding: 3px 10px;
	color: #fff;
	background: #000;
		margin-left: 0.6em;
	border-radius: 4px;
}

.price span.place.colorA{
	background:#b81c22;
}

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

.bodyText {
  font-size: 14px;
  padding-top: 30px;
  margin-top: 30px;
	
}

.bodyText a{
	text-decoration: underline;
}

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

.bodyText.colorA{
	border-top: #b81c22 3px solid;
}

.shopData.colorA {
	/*background: #640000;*/
	/*border: #b81c22 2px solid;*/
	border-top: #b81c22 1px solid;
	border-bottom: #b81c22 1px solid;
}

.bodyText.colorB{
	border-top: #333 3px solid;
}

.shopData.colorB{
	/*background: #333;*/
	/*border: #333 2px solid;*/
}

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

.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 {}

.shopCategory{
	margin-top: 0.4em;
	font-weight: bold;
}

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

.shopTel {
  margin-top: 0.6em;
}

.notes {
  padding: 80px 0;
  box-sizing: border-box;
  background-color: #b81c22;
  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;
}

.notesText strong{
	font-size: 18px;
	margin-bottom: 0.5em;
	display: block;
}

.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: 800px;
	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:#b81c22;
	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 #b81c22;
  border-right: 2px solid #b81c22;
  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: 60px;
  text-decoration: none;
  width: 60px;
  height: 60px;
  padding-top: 60px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  display: block;
  opacity: 0.9;
  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.jpg");
		background-repeat:repeat-y;
  background-position:top center;
	background-size: contain;
	}
	
  #header .inner {
    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;
	  
  }
	#leadCopyArea .leadCopyWrap strong{
	font-size: 24px;
		line-height: 1.4;
}
#scheduleArea .scheduleWrap {
  padding: 20px 20px 20px 20px;
}

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

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

  height:38px;
}

#ancNav ul li a{
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0;
}


#ancNav ul li a span{
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	display: inline-block;
	margin-left: 6px;
}
	
h2.colorA,
h2.colorB{
	font-size: 20px;
	margin: 80px auto 40px auto;
	padding: 10px;
}
	
h2.colorB{
	margin: 60px auto 40px auto;
}
  .article {
    padding-top: 40px;
    padding-bottom: 60px;
    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;
  }
	.productImg:before {
  width: 90px;
  height: 90px;
  right: -20px;
  top: -20px;
}
  .productText {
    margin-top: -15px;
    width: 100%;
  }
  .productTitle {
    font-size: 18px;
  }
  .productTitle.small {
    font-size: 17px;
  }
  .price {
    font-size: 16px;
  }
  .notes {
    padding: 40px 0;
  }
  .notesWrap {
    padding: 0 30px;
  }
	
.notesText strong{
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 1em;
}
	.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: 40px;
    width: 40px;
    height: 40px;
    padding-top: 40px;
  }
}