@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 0;}
#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_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;}
    
}
