@charset "utf-8";


/* --- anshin-plan --- */


#contents main{ 
    width:90%;
    margin:20px auto 0;
    padding:40px 5%;
    border-radius:10px;
    text-align: center;}
#contents main img {width:60%;}
#contents main .top img{width:100%;}

#contents main p b{
    font-size: 1.2rem; 
    color:#a0824b;}
#contents main p.main{margin: 100px 0;}


#contents p{margin: 20px auto;}
#contents .dz-img img{margin: 10px 0;}
#contents .annai img{margin: 100px 0;}


/* --- wedding_plan --- */
.wedding_plan{padding-top: 100px;}
.wedding_plan h2{font-size: 1.5rem;}
.wedding_plan_table{
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
}
.wedding_plan_table table{
    margin: 0 10px;
    width: 100%;
}
.wedding_plan_table .plan1{margin-right: 5px;}
.wedding_plan_table .plan2{margin-left: 5px;}
.wedding_plan_table table td span{
    font-size: 1.5rem;
    color: #a34848;
    font-weight: bold;
}
.wedding_plan_table table td.bold{
    font-size: 1.5rem;
    font-weight: bold;
}
#contents .wedding_plan_table table tr th{
    padding: 8px 20px 8px 10px;
    background: #ffeede;
}
#contents .wedding_plan_table table tr td{
    padding: 6px 30px 6px 20px;
}
#contents .wedding_plan_table .plan1 table tr td{
    padding: 16px 30px 16px 20px;
}


/* --- accordion --- */
.accordion-008 {
    max-width: 500px;
    margin: 10px 0 10px 10px;
    border-radius: 5px;
    background-color: #fff;
    border: solid 1px #333;
}
.accordion-008 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}
.accordion-008 summary::-webkit-details-marker {
    display: none;
}
.accordion-008 summary::before,
.accordion-008 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #333333b3;
    content: '';
}
.accordion-008 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}
.accordion-008 summary::after {
    transition: rotate .3s;
}
.accordion-008[open] summary::after {
    rotate: 90deg;
}
.accordion-008 ul {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}
.accordion-008[open] ul {
    transform: none;
    opacity: 1;
    list-style-type: disc;
    text-align: left;
}
.option .accordion-008{margin: 0 auto;}
.option p:nth-child(3){padding-bottom: 100px;}


/* --- schedule --- */
#contents .schedule h2{padding-top:80px;}
#contents .schedule_oneday {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin: 0 auto;
  padding: 20px 0 100px;
}
#contents .schedule_oneday ul {padding: 0;}
#contents .schedule_oneday li {list-style-type: none;}
#contents .schedule_oneday dd {
  margin-left: 0;
  text-align: left;
}
.flow03 {position: relative;}
.flow03::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}
.flow03 > li {position: relative;}
.flow03 > li:not(:last-child) {margin-bottom: 60px;}
.flow03 > li .icon03 {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #a0824b;
  display: inline-block;
  margin-right: 0.3em;
}
.flow03 > li dl {
  padding-left: 70px;
  position: relative;
}
#contents img.day{width: 40%;}
.flow03 > li dl::before,
.flow03 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow03 > li dl::before {
  width: 10px;
  height: 10px;
  margin-top: -3px;
  background: #a0824b;
  border-radius: 50%;
  left: -4px;
}
.flow03 > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow03 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #a0824b;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}
#contents img.day{width: 70%;}
#contents .schedule table{
    margin: 20px auto 50px;
}
#contents .schedule table tr th{
    padding: 8px 20px 8px 10px;
    background: #ffeede;
}
#contents .schedule table tr td{
    padding: 6px 20px 6px 10px;
}

/* --- scheduleList --- */
.scheduleList{
    max-width: 630px; 
    width: 100%; 
    margin: 0 auto;
}

.slick-dots li:hover button, .slick-dots li.slick-active button {
    background: none;}

/* --- plan --- */
h3{padding-top: 80px;}
h2.plan_title{padding-top: 50px;}
#contents .plan {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  text-align: left;
}
#contents .plan ul {padding: 0; width: 40%;}
#contents .plan li {list-style-type: none;}
#contents .plan dd {width: 100%; padding: 0;}
#contents .flow01 > li {
  position: relative;
  list-style: none;
}
#contents .flow01 > li:not(:last-child) {margin-bottom: 40px;}
#contents .flow01 > li dl {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #a0824b;
  border-radius: 10px;
  position: relative;
}
#contents .flow01 > li:not(:last-child) dl::before,
#contents .flow01 > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#contents .flow01 > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: #a0824b;
}
#contents .flow01 > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}
#contents .flow01 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
}
#contents .flow01 > li dl dt .icon01 {
  font-size: 0.8em;
  color: #fff;
  background: #a0824b;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}


/* --- btn --- */
#contents .btn{
    background: #a34848;
    margin: 100px auto 0;
    border-radius: 100vh;
    height: 50px;
    width: 300px;
    font-size: 1.2rem;
}
#contents .btn:hover{
    background: #b85c5c;
    color: #fff;
}
#contents .btn a{text-decoration: none;}
#contents .btn a:hover{color: #fff;}


@media (max-width:640px) {
	
#contents main , #contents main img{width:100%;}
#contents .annai img{margin: 70px 0;}
#contents main p b{font-size: 1.5rem; }
#contents .btn{
    margin: 0 auto;
    border-radius: 100vh;
    height: 60px;
    width: 400px;
    font-size: 1.5rem;
}
#contents .plan ul {width: 100%;}
#contents .flow01 > li:not(:last-child) {
    margin-bottom: 30px;
  }
#contents .flow01 > li dl {
    display: block;
    padding: 20px 70px;
  }
#contents .flow01 > li dl dt {
    margin-right: 0;
  }
#contents .flow01 > li dl dt .icon01 {
    font-size: .7em;
  }
.wedding_plan_table{display: block;}   
.wedding_plan_table .plan2{margin-top: 40px;}   
.accordion-008{max-width: 100%;}
.option .accordion-008 {width: 97.5%; margin-left: 15px;}
#contents .schedule_oneday {width: 100%;}
#contents .btn{margin-top: 50px;}
h2.plan_title{padding-top: 50px;}
    
}


/* concept */

.concept {
    padding:100px 0 0;
}
.concept h2 {
    width:80%;
    margin: 0 auto 30px;
    font-size:3rem;
    font-weight: 400;
    color:#b4965f;
    text-align:center;
    line-height:1.6;
}
.concept h2 span {
	margin:10px auto 0;
	display:block;
	font-size:1.4rem;
}
.concept h2 strong {
	margin:0 0 0 8px;
	display:inline-block;
	font-weight:normal;
	color:#f691a0;
	line-height:1;
}
.concept h2 strong b {
	font-weight:normal;
	font-size:5rem;
	line-height:0;
}

.concept p {
    width:80%;
    margin: 0 auto;
    font-size: 1.15rem;
    text-align: center;
    line-height: 2.5;
}
.concept p > span {
	margin:20px auto 0;
	display:block;
}
.concept p > span > small {
	margin:30px auto 0;
	display:block;
	letter-spacing:0;
}

.concept dl {
	width:80%;
	max-width:600px;
	margin:60px auto 0;
	padding:20px 0 30px;
	border-radius:10px;
	background:#f0f0f0;
}
.concept dl dt ,
.concept dl dd {text-align:center; line-height:1.6;}

.concept dl dt {font-size:2rem; color:#b4965f; margin-bottom:20px;}
.concept dl dt small {font-size:1.4rem; letter-spacing:-0.05rem;}

.concept dl dd {font-size:1.2rem;}
.concept dl dd strong {
	padding:0 5px;
	display:inline-block;
	color:#fff;
	font-weight:normal;
	border-radius:2px;
	background:#ff358c;
}
.concept dl dd > b {
	color:#ff358c;
	font-size:3rem;
	font-weight:normal;
	line-height:1.2;
}
.concept dl dd span {
	color:#ff358c;
}
.concept dl dd span b {
	padding:0 10px;
	font-size:1.6rem;
	font-weight:normal;
	position:relative;
	z-index:10;
}
.concept dl dd span b::after {
	content: "";
	width:100%;
	height:10px;
	position:absolute; bottom:0; left:0;
	background:#ffff00;
	z-index:-1;
}

@media only screen and (max-width:640px){
    
    .concept {
        padding-top:60px;
    }
    .concept h2 {
        width:80%;
        margin:0 auto 30px;
        font-size:2rem;
        line-height:1.6;
    }
	.concept h2 span {
		margin:10px auto 0;
		font-size:1.4rem;
	}
	.concept h2 strong b {font-size:4rem;}
    .concept p {
        width:80%;
        margin: 0 auto;
        font-size: 1rem;
        letter-spacing: 0.1rem;
        line-height: 2;
    }
	.concept p > span {
		padding:20px 0;
		display:block;
		line-height:1.6;
		letter-spacing:0;
		border-radius:10px;
		background:#f0f0f0;
	}
	.concept p > span > small {margin:16px auto 0;}
	
	.concept dl dt {font-size:1.8rem;}
	.concept dl dt small {font-size:1.2rem; line-height:1; margin:0 8px; display:block;}
	
	.concept dl dd {font-size:1rem;}
	.concept dl dd b {font-size:2.6rem;}
}

/* pickup */

.pickup {padding:120px 0 0;}
.pickup h3 {
    margin:0; 
    width: 100%;
    color: #b4965f;
    font-size: 2.2rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.6;
    position: relative;
    padding:0;
}

.pickup h3 span {color:#f691a0;}

.pickup > ul {
	width:92%;
	max-width:1200px;
	margin: 0 auto 40px;
	display:flex; flex-flow:row wrap; justify-content:space-between; align-content:stretch; align-items:stretch;
}
.pickup > ul li {
	width:32%;
	margin:50px 0 0;
	padding:0 0 30px;
	text-align:center;
	line-height:1.6;
	border-radius:10px;
	background:#f0f0f0;
	overflow:hidden;
}
.pickup > ul li h4 {
	margin:20px auto 10px;
	color:#b4965f;
	font-size:1.6rem;
	font-weight:normal;
	line-height:1.4;
}
.pickup > ul li h4 span {
	margin:0 auto 5px;
	display:block;
	color:#f691a0;
	font-size:1.2rem;
	text-align:center;
}
.pickup > ul small{width: 100%; text-align: right;}

.pickup dl {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:20px 0;
	border-radius:10px;
	background:#f0f0f0;
}
.pickup dl dt {
	width:100%;
	margin: 0 auto 10px;
	color:#b4965f;
	font-size:1.4rem;
	text-align:center;
}
.pickup dl dd ul {
	width:90%;
	max-width:800px;
	margin:0 auto;
	display:flex; flex-flow:row wrap; justify-content:center; align-content:stretch; align-items:stretch;
}
.pickup dl dd ul li {
	margin:10px;
	padding-left:14px;
	line-height:1;
	position:relative;
}
.pickup dl dd ul li::after {
	content: "";
	width: 10px;
	height:10px;
	position:absolute; top:3px; left:0;
	border-radius:50px;
	background:#b4965f;
}
.pickup img{width: 100% !important;}

@media only screen and (max-width:640px){
	
	.pickup {padding:60px 0 0;}
	.pickup > ul {width:80%;}
	.pickup > ul li {
		width:100%;
		margin:30px 0 0;
		padding:0 0 20px;
	}
    .pickup > ul small{text-align: center;}

	
	.pickup dl dt {
		margin: 0 auto 10px;
		font-size:1.2rem;
		line-height:1.4;
	}
    .pickup dl {width:80%;}
	.pickup dl dd ul {justify-content:flex-start;}
	.pickup dl dd ul li {margin:5px 10px;}
}


