@charset "UTF-8";
@import url(https://use.fontawesome.com/releases/v5.7.1/css/all.css);
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&family=Train+One&display=swap');

/*--------------------------------------------------------------------*/
/* 着物リメイク */
/*--------------------------------------------------------------------*/


/* 
remake-red #d83713 rgba(216, 55, 19, 1)
*/


/* 新タウン追記
--------------------------------------------------------------------*/
.pane-main {
}
/*.block-globalnav,*/
.block-category-globalnav,
.block-category-list--header,
.block-category-list--comment,
.block-category-list--goods {
	display: none;
}
.wrapper {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.pane-main .container {
	width: 100% !important;
  max-width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.freespace {
	padding-left: 0 !important;
	padding-right: 0 !important;
}


/* Layout
--------------------------------------------------------------------*/
#remake {
}

#remake figure {
  margin: 0;
}

/* Header
--------------------------------------------------------------------*/
.remake-header {
}
.remake-header .header-intro {
  position: relative;
  width: 100%;
  height: 80vh;
  background: url("/img/usr/category/remake/bg_kimono_header.jpg") no-repeat right top;
  background-size: cover;
}
.remake-header .header-intro h1 {
  position: absolute;
  display: inline-block;
  top: 10%;
  left: 5%;
  width: 80%;
  transform: translateY(-10%);
  background: rgba(255, 255, 255, .7);
  padding: 20px;
}
.remake-header .header-title {
  padding: 20px 30px;
}
.remake-header .header-lead {
  font-size: 1.125em;
  font-family: "Noto Serif JP", serif;
	font-weight: 500;
  line-height: 1.8;
  padding-top: 1em;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .remake-header .header-intro h1 {
    top: 40%;
    left: 20%;
    transform: translateY(-40%);
    background: none;
    padding: 0;
  }
  .remake-header .header-title {
    text-align: center;
    padding: 50px 0;
  }
  .remake-header .header-lead {
    font-size: 1.25em;
    text-align: center;
  }
}


/* Prologue
--------------------------------------------------------------------*/
.remake-prologue {
  padding: 30px 0;
}
.prologue-lead1 {
  font-size: 1.25em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: .1em;
  margin: 0 0 .5em;
}
.prologue-lead2 {
  font-size: 1.75em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: .1em;
  margin: 0 0 1em;
}

@media print, screen and (min-width: 768px) {
  .remake-prologue {
    padding: 50px 0;
  }
  .remake-prologue p {
    text-align: center;
  }
  .prologue-lead1 {
    font-size: 1.5em;
  }
  .prologue-lead2 {
    font-size: 2em;
  }
}


/* Main
--------------------------------------------------------------------*/
.remake-main {
  padding: 30px 0;
}
.remake-main h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  padding: 0 0 1.5em;
  margin: 0;
}
.remake-main h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  padding: 0 0 1.5em;
  margin: 0;
}
.remake-main .section-title span {
  position: relative;
  display: inline-block;
  margin: 0 auto 1em;
}
.remake-main .section-title span::after {
  content: '';
  position: absolute;
  bottom: -1.5em;
  display: inline-block;
  background: rgba(216, 55, 19, 1);
  width: 20px;
  height: 20px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

@media print, screen and (min-width: 768px) {
  .remake-main {
    padding: 50px 0;
  }
  .remake-main h2 {
    font-size: 2em;
    font-weight: 500;
  }
  .remake-main h3 {
    font-size: 1.5em;
    font-weight: 500;
  }
}


/* Lineup
--------------------------------------------------------------------*/
.remake-lineup {
  background: #f9f3e9;
  padding: 20px 0;
}
.remake-lineup h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  padding: 0 0 1.5em;
  margin: 0;
}

@media print, screen and (min-width: 768px) {
  .remake-lineup {
    padding: 40px 0;
  }
  .remake-lineup h3 {
    font-size: 1.5em;
    font-weight: 500;
  }
}


/* Susume
--------------------------------------------------------------------*/
.remake-susume {
  
}
.remake-susume dt {
  font-family: "Noto Serif JP", serif;
  font-size: 1.25em;
  font-weight: 500;
  margin: 0 0 1em 0;
}
.remake-susume dt span {
  background:linear-gradient(transparent 50%, rgba(216, 55, 19, .5) 100%);
}
.remake-susume dd {
  font-size: 1.125em;
  margin: 0 .5em 2em;
}

@media print, screen and (min-width: 768px) {
  .remake-susume dt {
    font-size: 1.5em;
  }
  .remake-susume dd {
    font-size: 1.125em;
    margin: 0 0 2em 2em;
  }
}


/* Howto
--------------------------------------------------------------------*/
.remake-howto {
  background: #ebebeb;
  padding: 30px 0;
}
.howto-role {
  background: #fff;
  color: rgba(216, 55, 19, 1);
  font-family: "Noto Serif JP", serif;
  font-size: 1.25em;
  font-weight: 700;
  padding: .5em 1em;
  text-align: center;
}
.howto-step {
  height: 400px;
  overflow-y: auto;
}
.howto-step-header {
  background: #333;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5em;
  font-weight: 600;
  padding: .5em 1em;
  text-align: center;
}
.howto-step-header em {
  font-style: normal;
}
.howto-step-detail {
  background: #fff;
  font-size: 1.25em;
  font-weight: 500;
  text-align: center;
  padding: 1em;
}
.howto-step-detail-empty {
  background: none;
}
.howto-step-arrow {
  color: rgba(216, 55, 19, 1);
  font-size: 2em;
  text-align: center;
  padding-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .remake-howto {
    padding: 50px 0;
  }
}


/* Notice
--------------------------------------------------------------------*/
.remake-notice {
  padding: 30px 0;
}
.notice {
}
.notice dt {
  font-family: "Noto Serif JP", serif;
  font-size: 1.25em;
  font-weight: 500;
  margin: 0 0 .75em 0;
}
.notice dd {
  border-bottom: 1px solid #333;
  padding: 0 0 15px 10px;
  margin: 0 0 15px 0;
}

@media print, screen and (min-width: 992px) {
  .remake-notice {
    padding: 50px 0;
  }
  .notice {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .notice dt {
    width: 30%;
    padding: 10px 0;
    margin-bottom: 30px;
  }
  .notice dd {
    width: 64%;
    border-bottom: 0;
    border-left: 1px solid #333;
    padding: 10px 0 10px 2%;
    margin-bottom: 30px;
  }
}


/* Info
--------------------------------------------------------------------*/
.remake-info {
  background: #ebebeb;
  padding: 30px 0;
}
.info h4 {
  border-bottom: 1px solid #333;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25em;
  font-weight: 600;
  text-align: center;
  margin: 30px 0 1em;
  padding: 0 0 .5em;
}
.info .contact {
  margin: 0;
}
.info .contact dt {
  font-family: "Noto Serif JP", serif;
  font-size: 1.25em;
  font-weight: 500;
  padding: 0;
  margin: 0 0 .75em 0;
  text-align: center;
}
.info .contact dt span {
  display: block;
  width: 8em;
  background: #fff;
  padding: .5em;
}
.info .contact dd {
  padding: 0 0 15px 20px;
  margin: 0 0 15px 0;
}
.info .contact dd .freedial {
  background: url("/img/usr/common/freedial_black.png") no-repeat left center;
  line-height: 1;
  padding-left: 50px;
}
.info .contact dd .number {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .1em;
}
.info .contact dd .time {
  padding-bottom: 1em;
}

@media print, screen and (min-width: 768px) {
  .remake-info {
    padding: 50px 0;
  }
  .info .contact {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .info .contact dt {
    width: 20%;
    margin-bottom: 30px;
  }
  .info .contact dt span {
    padding: 1em 0;
  }
  .info .contact dd {
    width: 78%;
    margin-bottom: 30px;
  }
  .info .contact dd .number {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: .15em;
  }
}



/* Btn
--------------------------------------------------------------------*/
.remake-btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 800px;
  border: 1px solid transparent;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;
  margin: 0 auto;
}
.remake-btn:hover,
.remake-btn:active {
  text-decoration: none !important;
}
.headernav-jump {
  display: block;
  width: 100%;
  height: 80px;
  background: rgba(216, 55, 19, 1);
  border: 1px solid rgba(216, 55, 19, 1);
  color: #fff;
  font-size: 1.25em;
  line-height: 1.5;
  padding: 1.25em 0 0 0;
}
.headernav-jump.twoline {
  padding: .75em 0 0 0;
}
.headernav-jump:hover {
  background: rgba(216, 55, 19, .8);
}
.headernav-jump small {
  display: block;
  font-size: .75em;
}
.headernav-lineup-header {
  border-bottom: 3px solid rgba(216, 55, 19, 1);
  font-size: 1.125em;
  font-weight: 600;
  text-align: center;
  padding: 2em 0 .5em;
  margin-bottom: 1em;
}
.headernav-lineup {
  display: block;
  width: 100%;
  border: 1px solid rgba(216, 55, 19, 1);
  color: rgba(216, 55, 19, 1);
  line-height: 1.5;
  padding: .5em 1em;
}
.headernav-lineup:hover {
  background: rgba(216, 55, 19, .8);
  color: #fff;
}
.btn-more {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(216, 55, 19, 1);
  color: rgba(216, 55, 19, 1);
  font-size: 1.125em;
  line-height: 1.5;
  padding: 1em 0;
}
.btn-more:hover {
  background: rgba(216, 55, 19, .8);
  color: #fff;
}
.btn-order {
  display: block;
  width: 100%;
  background: rgba(216, 55, 19, 1);
  border: 1px solid rgba(216, 55, 19, 1);
  color: #fff;
  font-size: 1.125em;
  line-height: 1.5;
  padding: 1em 0;
}
.btn-order:hover {
  background: rgba(216, 55, 19, .8);
  color: #fff;
}
.btn-order::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
	content: "\f054";
  font-size: 1.25em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: .5em;
}

.remake-btn-right::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
	content: "\f054";
  font-size: 1.25em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: .5em;
}
.remake-btn-down::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
	content: "\f078";
  font-size: 1.25em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: .5em;
}
.remake-btn-restore::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
	content: "\f2d2";
  font-size: 1.25em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: .5em;
}

@media (max-width: 767px), {
  .headernav-lineup {
    font-size: .875em;
  }
  .remake-btn-right::after {
    right: 5px;
  }
  .remake-btn-down::after {
    right: 5px;
  }
}

@media print, screen and (min-width: 768px) {
  .remake-btn {
    font-weight: 400;
  }
  .headernav-jump.twoline {
    padding: .5em 0 0 0;
  }
}

