@charset "UTF-8";
/* CSS Document */
.editor {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.editor section:not(.uniqParts) h3 {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 20px;
  border-left: 6px solid #536262;
  border-bottom: 1px dotted #333;
  padding: 0 0 10px 15px;
}
.editor {
  overflow: hidden;
}
.editor section:not(.uniqParts) h4 {
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #ddd;
  padding: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.editor section:not(.uniqParts) h4::before {
  content: "●";
  position: relative;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  color: #536262;
  margin-right: 5px;
}
.editor section:not(.uniqParts) h5 {
  font-size: 1.4rem;
  font-weight: 300;
  color: #536262;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 2px solid #536262;
}
.editor section:not(.uniqParts) ul {
  list-style-type: disc !important;
  padding-left: 1.5em;
  font-size: 1.3rem;
}
.editor section:not(.uniqParts) ol {
  list-style-type: decimal !important;
  padding-left: 1.5em;
  font-size: 1.3rem;
}
.editor section:not(.uniqParts) ul li {
  line-height: 170%;
}
.editor section:not(.uniqParts) a {
  text-decoration: underline;
  font-size: 1.3rem;
}
.editor section:not(.uniqParts) a:hover {
  text-decoration: none;
}
.editor p {
  line-height: 1.7;
  font-size: 1.3rem;
}
.editor section:not(.uniqParts) table {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-size: 1.3rem;
}
.editor section:not(.uniqParts) table th, .editor table td {
  background-color: #FFF;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  line-height: 1.4;
  padding: 15px;
  text-align: left;
}
.editor section:not(.uniqParts) table th {
  background-color: #e4e4e4;
  letter-spacing: 2px;
  text-align: center;
  width: 50%;
}
.editor section:not(.uniqParts) table td {
  width: 50%;
}
.editor section:not(.uniqParts) img {
  max-width: 100%;
  height: auto;
  text-align: center;
}
.editor section:not(.uniqParts) .cmnBnrArea ul > li {
  line-height: 1;
  margin-bottom: 2px;
}
.editor section:not(.uniqParts) .cmnBnrArea ul li a {
  text-decoration: none;
}

.editor .slider01,.editor .slider02{
	margin: 50px 0!important;
}
.editor .slider01 .slick-slide,.editor .slider02 .slick-slide{
	margin: 0 10px;
}
.editor .slider01 .slick-slide > p,.editor .slider02 .slick-slide > p{
	    position: relative;
	    width: 100%;
	    padding-top: 66.66%;
}
.editor .slider02 .slick-slide > p{
	padding-top: 140%;
}
.editor .slider01 .slick-slide > p img,.editor .slider02 .slick-slide > p img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    position: absolute;
    top: 0;
    left: 0;
}

.editor .slick-dots li button:before{
	font-size: 20px;
}
.editor .slick-prev,.editor .slick-next{
	width: 53px;
	height: 53px;
	z-index: 9;
	opacity: 1!important;
	display: block!important;
}
.editor .slick-prev:hover,.editor .slick-next:hover{
	opacity: 1!important;
	display: block!important;	
}
.editor .slick-prev{
	background: url("/the-thousand-kyoto/wedding/lib/cmn_img/slick_arw01.png") no-repeat center center / cover!important;
	left: -16px;	
}
.editor .slick-next{
	background: url("/the-thousand-kyoto/wedding/lib/cmn_img/slick_arw02.png") no-repeat center center / cover!important;
	right: -16px;	
}
.editor .slick-prev::before,.editor .slick-next::before{
	content: none;
}
.slick-dots li.slick-active button::before{
	font-size: 16px !important;
	opacity: 1 !important;
	color: #536262 !important;
}



/*デバイスの横幅が760px以下の場合*/
@media only screen and (max-width: 760px) {
.editor p {
    font-size: 1.2rem;
  }
.editor section:not(.uniqParts) h3 {
    font-size: 1.6rem;
  }
.editor section:not(.uniqParts) table {
    width: 100% !important;
    max-width: 100% !important;
  }
.editor section:not(.uniqParts) table td, .editor table th {
    padding: 2%;
  }
	.editor .slick-prev,.editor .slick-next{
		width: 40px;
		height: 40px;
	}
	.editor .slider01 .slick-slide,.editor .slider02 .slick-slide{
		margin: 0 5px;
	}
}