@charset "UTF-8";

html {
	scroll-behavior: smooth
}
body {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}
article {
	max-width: none !important;
}
div.area_all {
    margin: 0 !important;
}
small {
	font-weight: normal;
	font-size: 12px !important;
}
/* ===== txt ===== */
h1 img{
	width: 100%;
	max-width: 768px;
	position: absolute;
	top: -350px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
h2 {
	font-size: 36px;
	color: #3e3a39;
}

.number {
	display: block;
	font-size: 72px !important;
	font-family: "Montserrat", sans-serif !important;
	font-weight: normal !important;
	color:#5A825C;
}
.heading4 {
	position: relative;
	font-size: 26px;
	text-align: center;
	margin: 0 !important;
}
.heading4::before {
	content: attr(data-number);
	display: block;
	margin-bottom: 30px;
	color: #fc5185;
	font-size: 30px;
	font-family: "Montserrat", sans-serif !important;
}
.heading4::after {
	content: '';
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 20px;
	background-color: #fc5185;
}

/* 768px */
@media only screen and (max-width: 48em) {
h1 img{
	width: 80%;
	max-width: 768px;
	position: absolute;
	top: -135px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
h2 {
	font-size: 28px;
}
.number {
	display: block;
	font-size: 42px !important;
	font-family: "Montserrat", sans-serif !important;
	font-weight: normal !important;
	color:#5A825C;
}
}


/* ===== flexbox ===== */
.flexbox_2A {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flexbox_2A div.flexbox_2A_inner{
	width: 49%;
}
.flexbox_2A img.movie{
	width: 100% !important;
}
.flexbox_3A {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flexbox_3A div.flexbox_3A_inner{
	position: relative;
	width: 28%;
	border: #5A825C 3px solid !important;
	padding: 2%;
	margin-bottom: 20px;
	border-radius: 15px;
}
/* 768px */
@media only screen and (max-width: 48em) {
.flexbox_2A div.flexbox_2A_inner{
	width: 100%;
}
.flexbox_3A div.flexbox_3A_inner{
	width: 100%;
	padding: 7%;
}
}



/* ===== YouTube ===== */
.post_movie-outer {
    max-width: 1024px;
    margin: 20px auto 30px auto;
    position: relative;
    overflow: hidden;
    transition-timing-function: linear;
    transition-duration: 0.15s;
    transition-property: opacity;
}
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* 960px */
@media only screen and (max-width: 60em) {

}


/* hover */
.flexbox_2A a{
	transition: 1s;
}
.flexbox_2A a:hover{
	opacity: 0.5;
	transition: 1s;
}


/* ===== schedule ===== */
.schedule_area {
	padding:4%;
}
*{
  margin:0;
  padding:0;
  line-height:1.3;
}
/* flex-schedul */
.flex-schedule {
	width: 100%;
  list-style: none;
  margin: 0 auto 0 0;
  box-sizing: border-box;
}
.flex-schedule img{
	/*width: 165px;*/
	/*position: absolute;
	top: 20px;
	right: 0;
	z-index: 150;*/
}

.flex-schedule li {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;

}

.flex-schedule .area {
  padding: 10px;
  display: block;
  width: 100%;
  border-left: 5px solid #5A825C;
}
.flex-schedule li .time {
  display: inline-flex;
  justify-content: flex-end;
  flex-basis: 15em;
  max-width: 10em;
  margin-right: 1em;
  margin-top: 30px;
  font-weight: bold;
}
.flex-schedule .sch_box {
  position: relative;
  min-height: 1em;
  padding: 2em;
  background: #ffffff;
  border-radius: 15px;
  font-weight: bold;
  font-size: 18px;
}
/* ●なし */
.flex-schedule .sch_box2 {
  position: relative;
  min-height: 1em;
  padding: 2em;
  background: #ffffff;
  border-radius: 15px;
  font-weight: bold;
  font-size: 18px;
}
.flex-schedule .sch_box::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 20px;
  background: #5A825C;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}
.flex-schedule .sch_title {
	margin-bottom: 20px;
}
.flex-schedule .sch_tx {
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
  margin-bottom: 20px;
}

/* p.checkbox */
div.checkbox {
  font-size: 13px;
  line-height: 1.8;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}
/*(flexなし)*/
div.checkbox2 {
  font-size: 13px;
  line-height: 1.2;
  list-style-type: none;
}
div.checkbox_txt {
	width: 70%;
}
div.checkbox_icon {
	width: 35%;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
}
div.checkbox_icon2 {
	width: 50%;
    margin-left: auto;
    margin-right: auto;
}
p.checkbox_inner {
  position: relative;
  padding-left: 25px;
  display: inline-block;
}
p.checkbox_inner:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 7px;
  top: .35em;
  left: 6px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  border-right: 2px solid #9c9c9c;
  border-bottom: 2px solid #9c9c9c;
}
p.checkbox_inner:after {
  content: "";
  position: absolute;
  top: .2em;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #9c9c9c;
  border-radius: 2px;
}

/* 768px */
@media only screen and (max-width: 48em) {
.flex-schedule img{
	/*width: 100px;*/
}
.flex-schedule li .time {
  flex-basis: 1em;
  max-width: 6em;
}
.flex-schedule .sch_tx {
  font-size: 13px;
  line-height: 23px;
}
div.checkbox_txt {
	width: 100%;
}
div.checkbox_icon {
	width: 60%;
}
div.checkbox_icon2 {
	width: 85%;
    margin-left: auto;
    margin-right: auto;
}
}





/*  マイページ */
.mypage_area {
	position: relative;
	border: #5A825C 3px solid;
	padding: 30px;
	margin: 5% auto;
	border-radius: 15px;
}
.mypage_area img{
	width: 100%;
	margin-bottom: 10px;
}
.mypage_area img.icon{
	width: 35%;
	margin-bottom: 10px;
}
.mypage_area p.txt1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.mypage_area p span{
	font-size: 16px;
	font-weight: bold;
}
.mypage_area p.style2 {
	margin-bottom: 30px !important;
}
.mypage_area .image_box{
	width: 50%;
	margin: auto;
}
.mypage_area_inner {
	background-color: #EDEDED;
	padding:10px;
	margin-bottom: 30px;
}
.mypage_area_inner h4{
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 24px;
	margin: 0;
}
.mypage_area_inner .mypage_area_inner_box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mypage_area_inner .mypage_area_inner_box div{
	width: 33%;
	background-color: #F7F7F7;
	padding-top: 15px;
}
.mypage_area_inner .mypage_area_inner_box p{
	font-weight: bold;
}
.mypage_area_inner .mypage_area_inner_box2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mypage_area_inner .mypage_area_inner_box2 div{
	width: 19.5%;
	background-color: #F7F7F7;
	padding-top: 15px;
}
.mypage_area_inner .mypage_area_inner_box2 p{
	font-weight: bold;
}
.marker {
	background: linear-gradient(transparent 20%, #fffb0e 80%);
}
/* 768px */
@media only screen and (max-width: 48em) {
.mypage_area {
	padding: 10px;
}
.mypage_area_inner {
	padding:10px 10px 0 10px;
}
.mypage_area_inner h4{
	font-size: 18px;
	margin-bottom: 10px;
}
.mypage_area_inner p{
	margin-bottom: 15px !important;
}
.mypage_area_inner .mypage_area_inner_box div{
	width: 100%;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.mypage_area_inner .mypage_area_inner_box img{
	width: 25% !important;
}
.mypage_area_inner .mypage_area_inner_box2 div{
	width: 42.5%;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
}
.mypage_area_inner .mypage_area_inner_box2 img{
	width: 30% !important;
}
.mypage_area p.txt1 {
	font-size: 16px;
}
}





/* 共通 */
.limited {
	width: 95%;
	margin: auto;
}
.limit1200 {
	max-width: 1200px !important;
	margin: auto;
}
.limit960 {
	max-width: 960px !important;
	margin: auto;
}
.bg_color_1 { background-color: #f3f3f3 !important; }

.shadow1 {
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .2);
}

/* 768px */
@media only screen and (max-width: 48em) {
.limited {
	width: 90%;
	margin: auto;
}
}

/* 480px */
@media only screen and (max-width: 30em) {
.limited {
	width: 90%;
	margin: auto;
}
}


/* ウエディングサポートシステム */
h3.heading_h3_1 {
  position: relative;
  padding: 2px 5px 2px 20px;
  font-size: 48px;
  border-radius: 0 10px 10px 0;
}
h3.heading_h3_1 span.number2{
	display: block;
	font-size: 72px;
	color: #5A825C;
	font-family: "Montserrat", sans-serif;
	font-weight: normal;
}
span.subtxt{
	display: block;
	font-size: 18px;
	color: #3e3a39;
}
/* 768px */
@media only screen and (max-width: 48em) {
	h3.heading_h3_1 {
		font-size: 24px;
	  }
	h3.heading_h3_1 span.number2{
	font-size: 56px;
}
	h3.heading_h3_1 span.subtxt{
	font-size: 18px;
}
}



/* MOVIE */
h3.heading_h3_2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
h3.heading_h3_2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #5A825C;
  border-radius: 2px;
}
/* 768px */
@media only screen and (max-width: 48em) {

}




/* =========== footer =========== */
.footer_area{
	border-top: 1px solid #333;
	padding-top: 20px;
}
.footer_area img {
	width: 20%;
	margin: 0 auto;
}
.footer_area small {
	display: block;
	margin-bottom: 10px;
}

/* 768px */
@media only screen and (max-width: 48em) {
.footer_area img {
	width: 60%;
}
}

.footer_area p {
	font-size: 14px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 2% !important;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.footer_area p span {
	font-size: 16px;
	font-weight: bold;
}









/* =========== LTH =========== */

.box_lth {
    /*background-color: #F1F1F1;*/
	/*border: 1px solid #3e3a39;*/
	padding: 3% 5% 1% 5%;
	margin-bottom: 5%;
	border: none !important;
}
.box_lth2 {
	padding: 0 20px;
	margin-bottom: 5%;
	border: none !important;
}
.box_lth p{
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.box_lth_pw {
	width: 20%;
	margin: auto;
}
.box_lth_pw p {
	margin-bottom: 0;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	border-bottom: solid 1px;
	font-size: 20px;
}
.box_lth.box_sp{
    background-color: #F7F7F7;
	border: 0;
}
/* 1024px */
@media only screen and (max-width: 64em) {
.box_lth_pw {
	width: 25%;
}
}
/* 900px */
@media only screen and (max-width: 56.3em) {
.box_lth p{
	font-size: 20px;
}
.box_lth p span{
	font-size: 12px;
}
.box_lth_pw p {
	font-size: 16px;
}
}
/* 768px */
@media only screen and (max-width: 48em) {
.box_lth_pw {
	width: 35%;
}
}
/* 480px */
@media only screen and (max-width: 30em) {
.box_lth_pw {
	width: 55%;
}
.box_lth p{
	font-size: 14px;
}
.box_lth_pw p {
	font-size: 14px;
}
}



/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
.c-header {
  align-items: center;
  background-color: #ffffff;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 1rem 2rem;
  width: 100%;
}

.c-header__logo {
  min-width: 80px;
  text-decoration: none;
}

.c-header__list {
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 0;
}

.c-header__list-item {
  list-style: none;
  text-decoration: none;
}

.c-header__list-link {
  color: #3e3a39;
  font-weight: bold;
  display: block;
  margin-right: 20px;
  text-decoration: none;
  padding: 10px 0px;
  transition: 1s;
}

.c-header__list-link:hover {
  filter: opacity(0.6);
}

.c-hamburger-menu {
	position: fixed;
	z-index: 999;
}

@media screen and (max-width: 768px) {
.c-header {
	display: block;
}
.c-header__logo {
	width: 50%;
	margin: auto;
	display: block;
	margin-bottom: 5px;
}
.c-header__list {
	display: flex;
	justify-content: center;
}
.c-header__list-link {
  margin-right: 10px;
  margin-left: 10px;
}	  
  .c-header__list-item {
  }
  #hamburger:checked ~ .c-hamburger-menu__list {
    transform: translateX(0%);
    transition: 0.3s;
  }
}

.c-hamburger-menu__input {
  display: none;
}

.c-hamburger-menu__bg {
  background-color: #000;
  cursor: pointer;
  display: none;
  height: 100vh;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

#hamburger:checked ~ .c-hamburger-menu__bg {
  display: block;
}

.c-hamburger-menu__button {
  display: none;
}


.c-hamburger-menu__button-mark {
  background-color: #000;
  display: block;
  height: 1px; /* カスタマイズしてください */
  transition: 0.3s; /* カスタマイズしてください */
  width: 20px; /* カスタマイズしてください */
}

@media screen and (max-width: 750px) {
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(1) {
    transform: translate(2px, 1px) rotate(45deg); /* カスタマイズしてください */
    transform-origin: 0%; /* カスタマイズしてください */
  }
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(2) {
    opacity: 0;
  }
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(3) {
    transform: translate(2px, 3px) rotate(-45deg); /* カスタマイズしてください */
    transform-origin: 0%; /* カスタマイズしてください */
  }
}


/* ページ内リンク ネガティブマージン */
.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

strong.style1 {
	font-size: 18px;
}


/* =========== mainvisual =========== */
.mainvisual {
	padding-top: 60px;
}
@media screen and (max-width: 768px) {
	.mainvisual {
		padding-top: 94px;
		display: none;
	}
}


/* =========== txtstyle =========== */
.txt_1 {
	font-size: 16px;
	font-weight: bold;
}
.txt_2{
	font-size: 24px;
	font-weight: bold;
	color: #fc5185;
	padding: auto 5px;
	border-bottom: #fc5185 solid 3px;
}

/* =========== font =========== */
.montserrat {
	font-family: "Montserrat", sans-serif !important;
}


/* =========== color =========== */
.color1 { color: #fc5185 !important; }




/* =========== margin =========== */
.mb10 { margin-bottom: 10px !important;}
.m_1p {	margin: 1% !important;}
.m_5p {	margin: 5% !important;}
.m_30p { margin: 0 30% !important;}
.mb_0p { margin-bottom: 0 !important;}
.mb_2p { margin-bottom: 2% !important;}
.mb_3p { margin-bottom: 3% !important;}
.mb_5p { margin-bottom: 5% !important;}
.mb_10p { margin-bottom: 10% !important;}
.mt30 { margin-top: 30px !important;}
/* 768px */
@media only screen and (max-width: 48em) {
	.mb_3p { margin-bottom: 5% !important;}
	.mb_5p { margin-bottom: 10% !important;}
}