@charset "UTF-8";
/*
	filename: detail.css
	revision: 2
	update  : 2019.05.29
*/

@import url("https://fonts.googleapis.com/css?family=Overpass:600&display=swap");
@import url("slick.css");

.breadcrumb {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 30px;
  padding-top: 70px;
  color: #888;
  font-size: 10px;
  line-height: 1.9;
}
.breadcrumb a {
  text-decoration: underline;
  color: #666;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.breadcrumb ol li {
  display: inline;
}
@media screen and (max-width: 768px) {
.breadcrumb {
  position: absolute;
  z-index: 1;
  top: 10px;
  left:20px;
  padding:80px 0 10px 0;
  color: #888;
  font-size: 10px;
  line-height: 1.9;
}
	
.breadcrumb a {
  text-decoration: underline;
  color: #666;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.breadcrumb ol li {
  display: inline;
}
	
.breadcrumb ul {
  display:block;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: auto;
  white-space: nowrap;
 }	

}

.guestdetail-slider button {
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-indent: -999em;
  border-radius: 0;
  border: 0;
  outline: 0;
  line-height: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (min-width: 768px) {
  .guestdetail {
    position: relative;
    padding-top: 70px;
  }

  /*============================================================
	HEADLINE
*/
  .guestdetail-headline {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 774px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    color: #4c4c4c;
  }
  .guestdetail-headline .guestdetail-headline__kv {
    display: none;
  }
  .guestdetail-headline .guestdetail-headline__container {
    margin: 0 auto;
    width: 990px;
    text-align: left;
  }
  .guestdetail-headline .guestdetail-headline__heading {
    float: none;
    height: 80px;
    font-family: "RameauPro-Light";
    font-weight: normal;
    font-size: 72px;
    line-height: 80px;
  }
  .guestdetail-headline .guestdetail-headline__subheading {
    float: none;
    margin-top: -10px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.2em;
  }
  .guestdetail-headline .guestdetail-headline__read {
    margin-top: 20px;
    padding-left: 0.2em;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
  .guestdetail-headline .guestdetail-headline__bold {
    font-weight: 600;
    font-size: 14px;
  }
  .guestdetail-headline .guestdetail-headline__btn {
    display: block;
    margin-top: 30px;
    padding: 8px 0;
    width: 170px;
    border: 1px solid #4c4c4c;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #4c4c4c;
  }
  .guestdetail-headline .guestdetail-headline__btn:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
  /**/
  .guestdetail-chufurisode .guestdetail-headline {
    background-position: 50% 20%;
    background-image: url(../img/chufurisode_kv.jpg);
  }
  /**/
  .guestdetail-guestdress .guestdetail-headline {
    height: 850px;
    background-position: 80% 20%;
    background-image: url(../img/guestdress_kv.jpg);
  }
  /**/
  .guestdetail-houmongi .guestdetail-headline {
    background-position: 50% 20%;
    background-image: url(../img/houmongi_kv.jpg);
  }
  /**/
  .guestdetail-irotomesode .guestdetail-headline {
    background-position: 50% 20%;
    background-image: url(../img/irotomesode_kv.jpg);
  }
  /**/
  .guestdetail-kids .guestdetail-headline {
    background-position: 50% 20%;
    background-image: url(../img/kids_kv.jpg);
  }
  /**/
  .guestdetail-kurotomesode .guestdetail-headline {
    background-position: 50% 20%;
    background-image: url(../img/kurotomesode_kv.jpg);
  }
  /**/
  .guestdetail-morning .guestdetail-headline {
    background-position: 50% 20%;
    background-image: url(../img/morning_kv.jpg);
  }
  /**/
  .guestdetail-motherdress .guestdetail-headline {
    background-position: 100% 20%;
    background-image: url(../img/motherdress_kv.jpg);
  }

  /*============================================================
	NOTE
*/
  .guestdetail-note {
    margin: 0 auto;
    padding-top: 15px;
    width: 990px;
    text-align: right;
    font-size: 10px;
    color: #7b7b7b;
  }

  /*============================================================
	GALLERY
*/
  .guestdetail-gallery {
    padding: 50px 0;
    background-color: #fff;

  }
  .guestdetail-gallery .guestdetail-gallery__note {
    margin-top: 15px;
    font-size: 12px;
    color: #999;
	text-align: center;
  }
  .guestdetail-slider {
    margin: 0 auto;
    width: 738px;
  }
  .guestdetail-slider img {
    width: 100%;
  }
  .guestdetail-slider::after {
    content: "";
    display: block;
    clear: both;
  }
  .guestdetail-slider .guestdetail-slider__box {
    float: left;
    padding: 0 25px;
    width: 50%;
  }
  .guestdetail-slider .slick-arrow {
    position: absolute;
    z-index: 1000;
    top: 50%;
    margin-top: -70px;
    width: 70px;
    height: 100px;
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
  }
  .guestdetail-slider .slick-arrow.slick-disabled {
    display: none !important;
  }
  .guestdetail-slider .slick-arrow:hover {
    opacity: 0.7;
  }
  .guestdetail-slider .slick-prev {
    left: -70px;
    background-image: url(../img/slider_arrow_prev.png);
  }
  .guestdetail-slider .slick-next {
    right: -70px;
    background-image: url(../img/slider_arrow_next.png);
  }
  .guestdetail-slider .slick-dots {
    margin-top: 30px;
    text-align: center;
    font-size: 0;
    line-height: 0;
  }
  .guestdetail-slider .slick-dots li {
    display: inline-block;
    padding: 0 10px;
  }
  .guestdetail-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    background-color: #d8d8d8;
    cursor: pointer;
  }
  .guestdetail-slider .slick-dots li.slick-active button {
    background-color: #e2c3b1;
    cursor: default;
  }
	

	
 /*============================================================
	GALLERY_morning
*/
  .morning-gallery {
    padding: 50px 0;
    background-color: #fff;
	margin: 0 auto;
	text-align: center;
	width:100%;
	max-width:738px;

  }	
	
.morning-gallery img{	
	zoom:0.5;
	 }	
	

  .morning-gallery .guestdetail-gallery__note {
    margin-top: 15px;
    font-size: 12px;
    color: #999;
	text-align: center;
  }	
	
@media screen and (max-width: 767px) {	
.morning-gallery {
    padding: 6% 0;
	margin: 0 70px;
    background-color: #fff;
	text-align: center;

  }
	
	
.morning-gallery img{	
	width:100%;
	 }	
	
	
.morning-gallery .guestdetail-gallery__note {
margin:15px auto;
font-size: 12px;
color: #999;
text-align: center;
  }
	

	
	 }	
	

  /*============================================================
	WRAPPER
*/
  .guestdetail-wrapper {
    padding: 80px 0 60px;
  }

  /*============================================================
	DETAIL
*/
  .guestdetail-detail {
    margin: 0 auto;
    padding: 30px 0;
    width: 950px;
    text-align: left;
  }
  .guestdetail-detail img {
    width: 100%;
  }
  .guestdetail-detail .guestdetail-detail__list {
    display: table;
    width: 100%;
  }
  .guestdetail-detail .guestdetail-detail__block {
    display: table-row;
  }
  .guestdetail-detail .guestdetail-detail__heading {
    display: table-cell;
    vertical-align: top;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
    width: 210px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .guestdetail-detail .guestdetail-detail__info {
    display: table-cell;
    vertical-align: top;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 60px;
  }
  .guestdetail-detail .guestdetail-detail__image {
    margin-bottom: 15px;
  }
  .guestdetail-detail .guestdetail-detail__text {
    font-size: 14px;
  }
  .guestdetail-detail .guestdetail-detail__small {
    font-size: 12px;
  }
  /**/
  .guestdetail-houmongi .guestdetail-detail .guestdetail-detail__option {
    width: 573px;
  }
  /**/
  .guestdetail-irotomesode .guestdetail-detail .guestdetail-detail__option {
    width: 573px;
  }
  /**/
  .guestdetail-kurotomesode .guestdetail-detail .guestdetail-detail__option {
    width: 573px;
  }
  /**/
  .guestdetail-morning .guestdetail-detail .guestdetail-detail__option {
    width: 286px;
  }

  /*============================================================
	BUTTON
*/
  .guestdetail-btn {
    padding: 10px 0 30px;
    text-align: center;
  }
  .guestdetail-btn .guestdetail-btn__download {
    display: inline-block;
    margin: 0 auto;
    padding: 15px 40px;
    background-color: #4c4c4c;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 0.1em;
  }
  .guestdetail-btn .guestdetail-btn__download:hover {
    opacity: 0.7;
  }

  /*============================================================
	DATE
*/
  .guestdetail-date {
    margin: 0 auto;
    padding-top: 10px;
    width: 950px;
    text-align: right;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 767px) {
  .guestdetail {
    position: relative;
    padding-top: 80px;
  }
  .guestdetail img {
    width: 100%;
  }
  .guestdetail .center-sp {
    text-align: center;
  }

  /*============================================================
	HEADLINE
*/
  .guestdetail-headline {
    position: relative;
    color: #4c4c4c;
  }
  .guestdetail-headline .guestdetail-headline__kv {
    position: relative;
  }
  .guestdetail-headline .guestdetail-headline__container {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10% 5% 0;
    width: 100%;
    text-align: left;
  }
  .guestdetail-headline .guestdetail-headline__heading {
    float: none;
    font-family: "RameauPro-Light";
    font-weight: normal;
    font-size: 10vw;
    line-height: 1;
  }
  .guestdetail-headline .guestdetail-headline__subheading {
    float: none;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 5vw;
    line-height: 1;
    letter-spacing: 0.2em;
  }
  .guestdetail-headline .guestdetail-headline__read {
    padding-top: 1.2em;
    padding-left: 0.2em;
    font-size: 2.6vw;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .guestdetail-headline .guestdetail-headline__bold {
    font-weight: 600;
    font-size: 2.7vw;
  }
  .guestdetail-headline .guestdetail-headline__btn {
    display: block;
    margin-top: 3vw;
    padding: 1% 0;
    width: 35%;
    border: 1px solid #4c4c4c;
    text-align: center;
    font-weight: 600;
    font-size: 2.6vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #4c4c4c;
  }
  /**/
  .guestdetail-irotomesode .guestdetail-headline .guestdetail-headline__read {
    letter-spacing: 0;
  }

  /*============================================================
	NOTE
*/
  .guestdetail-note {
    margin: 0 auto;
    padding: 10px 15px 0;
    text-align: right;
    font-size: 10px;
    color: #7b7b7b;
  }

  /*============================================================
	GALLERY
*/
  .guestdetail-gallery {
    padding: 6% 0;
    background-color: #fff;

  }
  .guestdetail-gallery .guestdetail-gallery__note {
    margin-top: 15px;
    font-size: 12px;
    color: #999;
	 text-align: center;
  }
  .guestdetail-slider {
    margin: 0 70px;
  }
  .guestdetail-slider::after {
    content: "";
    display: block;
    clear: both;
  }
  .guestdetail-slider .guestdetail-slider__box {
    float: left;
    width: 100%;
  }
  .guestdetail-slider .slick-arrow {
    position: absolute;
    z-index: 1000;
    top: 50%;
    margin-top: -70px;
    width: 54px;
    height: 100px;
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .guestdetail-slider .slick-arrow.slick-disabled {
    display: none !important;
  }
  .guestdetail-slider .slick-prev {
    left: -65px;
    background-image: url(../img/slider_arrow_prev.png);
  }
  .guestdetail-slider .slick-next {
    right: -65px;
    background-image: url(../img/slider_arrow_next.png);
  }
  .guestdetail-slider .slick-dots {
    margin-top: 30px;
    text-align: center;
    font-size: 0;
    line-height: 0;
  }
  .guestdetail-slider .slick-dots li {
    display: inline-block;
    padding: 0 10px;
  }
  .guestdetail-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    background-color: #d8d8d8;
  }
  .guestdetail-slider .slick-dots li.slick-active button {
    background-color: #e2c3b1;
  }

  /*============================================================
	WRAPPER
*/
  .guestdetail-wrapper {
    padding: 10px;
  }

  /*============================================================
	DETAIL
*/
  .guestdetail-detail {
    padding: 0 20px 20px;
    margin-bottom: 0.5em;
    background-color: #e7e7eb;
    text-align: left;
  }
  .guestdetail-detail .guestdetail-detail__list {
  }
  .guestdetail-detail .guestdetail-detail__block {
    padding: 25px 0 0;
  }
  .guestdetail-detail .guestdetail-detail__heading {
    margin: 0 0 12px;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.1em;
	  width: 100%;
	  
	  
  }
  .guestdetail-detail .guestdetail-detail__info {
  }
  .guestdetail-detail .guestdetail-detail__image {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .guestdetail-detail .guestdetail-detail__text {
    font-size: 12px;
  }
  .guestdetail-detail .guestdetail-detail__small {
    font-size: 11px;
  }
  /**/
  .guestdetail-morning .guestdetail-detail .guestdetail-detail__option {
    width: 50%;
  }

  /*============================================================
	BUTTON
*/
  .guestdetail-btn {
    margin: 15px 0 0;
    text-align: center;
  }
  .guestdetail-btn .guestdetail-btn__download {
    display: block;
    padding: 12px 0;
    background-color: #4c4c4c;
    font-size: 13px;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 0.1em;
  }

  /*============================================================
	DATE
*/
  .guestdetail-date {
    text-align: right;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 360px) {
  /*============================================================
	HEADLINE
*/
  .guestdetail-headline .guestdetail-headline__read {
    font-size: 10px;
  }
  .guestdetail-headline .guestdetail-headline__bold {
    font-size: 10px;
  }
}

/*============================================================
	COLOR
*/
/**/
.guestdetail-chufurisode .guestdetail-wrapper {
  background-color: #f5f6f4;
}
.guestdetail-chufurisode .guestdetail-detail {
  background-color: #e6eae3;
}
/**/
.guestdetail-houmongi .guestdetail-wrapper {
  background-color: #f5f7eb;
}
.guestdetail-houmongi .guestdetail-detail {
  background-color: #ebeedc;
}
/**/
.guestdetail-irotomesode .guestdetail-wrapper {
  background-color: #faf5f3;
}
.guestdetail-irotomesode .guestdetail-detail {
  background-color: #f3e9e3;
}
/**/
.guestdetail-kids .guestdetail-wrapper {
  background-color: #f7f7f3;
}
.guestdetail-kids .guestdetail-detail {
  background-color: #efefe8;
}
/**/
.guestdetail-kurotomesode .guestdetail-wrapper {
  background-color: #f7f7f8;
}
.guestdetail-kurotomesode .guestdetail-detail {
  background-color: #e7e7eb;
}
/**/
.guestdetail-morning .guestdetail-wrapper {
  background-color: #f7f7f8;
}
.guestdetail-morning .guestdetail-detail {
  background-color: #e7e7eb;
}
/**/
.guestdetail-motherdress .guestdetail-wrapper {
  background-color: #f9f6ee;
}
.guestdetail-motherdress .guestdetail-detail {
  background-color: #f4eddd;
}
