@charset “utf-8”;

.pcOnly{
	display: block;
}

.spOnly{
	display: none;
}

h2{
	background: none!important;
	border: none!important;
	padding: none!important;
}

.bold{
	font-weight: bold;
}
.flex{
	display: flex;
}

.pb-10{
	padding-bottom:10px!important;
}

.pb-20{
	padding-bottom:20px!important;
}

.reverse{
	flex-direction: row-reverse;
}

section {
	margin: 0 0 80px!important;
}

section p{
	font-size: 15px;
	line-height: 1.75 !important;
}

section h3{
	margin: 28px 0px!important;
}

.head_border{
	font-size: 28px;
	font-weight: bold;
	color: #565656;
	display: flex;
    align-items: center;
}

.head_border:before,
.head_border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}

.head_border:before {
    margin-right: 1rem;
}

.head_border:after {
    margin-left: 1rem;
}

.content_mv{
	width: 100%;
}

/*--------共通ボタン---------*/

.common_bt{
	background-color: #fcda17;
	width: 480px;
	height: 66px;
	font-weight: 700;
	margin: auto;
	border-radius: 63px;
	margin-top: 60px;
	margin-bottom: 80px;
	box-shadow: 0px 8px 0px 0 rgb(209 172 17);
}

.common_bt a{
	background-color: #fcda17;
	color: #565656;
	font-weight: 700;
	display: flex;
	justify-content: space-around;
	align-items: center;
	text-decoration: unset!important;
	width: 470px;
	height: 66px;
	gap: 0px 0px;
	margin: 0 0 0 8px;
	font-size: 20px;
	line-height: 20px;
	/* gap: 20px 0px; */
	border-radius: 45px;
	padding: 0px 0px;
}

.common_bt a span{
	background-color: #d1ac11;
	color: white;
	font-weight: 100;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	text-decoration: unset!important;
	width: 160px;
	height: 18px;
	padding: 18px;
	font-size: 16px;
	box-sizing: border-box;
	margin-right: 0px;
	gap: 0 20px;
}

.common_bt:hover{
	opacity: 0.5;
}

.common_bt a:hover{
	opacity: 0.7;
	/* width: 480px; */
	/* height: 66px; */
	/* font-weight: 700; */
	/* margin: 0 0 0 8px; */
	/* border-radius: 63px; */
	/* margin-top: 60px; */
	/* margin-bottom: 80px; */
	/* box-shadow: 0px 8px 0px 0 rgb(223 204 123); */
}

.arrow {
  position: relative;
  display: flex;
  width: 30px;
  height: 30px;
  background-color: #d1ac11;
  border-radius: 50%;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  display: flex;
  left: calc(50% - 5.35px);
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 2px;
  border-radius: 50%;
  background-color: #fff;
  transform-origin: calc(100% - 1px) 50%;
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}

/*----------追従ボタン-----------*/
.fixed-bg{
	position: fixed;
	bottom: 0;
	z-index: 9999;
	right: 0;
	left: 0;
	height: 74px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fixed-bg .common_bt{
  height: 54px;
}

.fixed-bg .common_bt a{
  height: 54px;
}

.fixed-bg .common_bt span{
  padding: 12px 18px;
}

/*--------目次---------*/
.recommend{
  width: 100%;
  border: unset;
  padding: 0;
}

.recommend h2{
  font-size: 24px;
  margin: 0px 0 0 0!important;
}

.recommend .main_title{
	margin-top: 20px!important;
}

.recommend h2 span{
  color: #ed7735;
}

.reccomend_event_box .recommend_point_box{
	position: relative;
	border: solid 1px #3ab9cc;
	outline: solid 1px #3ab9cc;
	outline-offset: 7px;
	margin: 8px;
	box-sizing: border-box;
	padding: 0px;
}

.reccomend_event_box .recommend_point_box ul li .img_box{
	width: 108px;
	justify-content: center;
	align-items: center;
}

.reccomend_event_box .recommend_point_box ul li .img_box img{
	width: 90%;
}

.reccomend_event_box .recommend_point_box ul li .text_box{
	justify-content: center;
	align-items: center;
	line-height: 0.5;
}

.reccomend_event_box .recommend_point_box ul li .text_box p{
	margin: 0px!important;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5!important;
}

.reccomend_event_box .recommend_point_box ul li .text_box .underline{
text-decoration: underline 10px #fcda17;
text-underline-offset: -5.5px;
}

.reccomend_event_box .recommend_point_box ul {
	margin-bottom: 0px!important;
}

.reccomend_event_box .recommend_point_box li{
	margin: 15px 0;
	height: 80px;
}

.recommend .info_box_wrapper .two_colmun dl{
	width: 100%;
	font-size: 16px;
	align-items: center;
	margin: 0!important;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.recommend .info_box_wrapper .two_colmun dl dt{
	width: 3%;
}

.recommend .info_box_wrapper .two_colmun dl dd{
	width: 97%;
}

.reccomend_event_box .recommend_point_box .border-tb{
	position: relative;
}

.reccomend_event_box .recommend_point_box .border-tb::before {
  position: absolute; 
  content: "";
  background-color:  #3ab9cc; 
  width: 520px; 
  height: 1px; 
  top: -5px; 
  left: 56%;  
  transform: translateX(-50%);
}

.reccomend_event_box .recommend_point_box .border-tb::after {
  position: absolute;
  content: "";
  background-color: #3ab9cc; 
  width: 520px; 
  height: 1px; 
  bottom: -5px;
  left: 56%;  
  transform: translateX(-50%);
}

.reccomend_event_box .recommend_point_box h3{
	text-align: center;
	font-size: 24px!important;
	display: flex;
	justify-content: center;
	background-color: white;
	position: absolute;
	margin: 0px auto 0px!important;
	top: -20px;
	right: 0;
	left: 0;
	width: 360px;
}



.reccomend_event_box .recommend_voice {
	width: 100%;
	margin: 60px 0;
}

.reccomend_event_box .recommend_voice ul{
	justify-content: space-between;
	align-items: center;
	width: 100%;
	column-gap: 0px;
}

.reccomend_event_box .recommend_voice ul:nth-of-type(2){
	margin: 30px 0!important;
	column-gap: 0;
}

.reccomend_event_box .recommend_voice ul li img{
	width: 60px;
	height: auto;
}

.reccomend_event_box .recommend_voice ul .bubble_blue{
	width: 100%;
	height: 60px;
	background-color: #d7f0f4;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 10px;
	position: relative;
	display: flex;
	width: 555px;
}

.reccomend_event_box .recommend_voice ul .bubble_blue:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #d7f0f4 transparent transparent;
  translate: -100% -50%;
}

.reccomend_event_box .recommend_voice ul .bubble_pink{
	width: 555px;
	background-color: #f9e4de;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 10px;
	position: relative;
	height: 60px;
	display: flex;
}

.reccomend_event_box .recommend_voice ul .bubble_pink:before{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #f9e4de;
  translate: 100% -50%;
}

.reccomend_event_box .recommend_voice ul li .bubble_blue p,.reccomend_event_box .recommend_voice ul li .bubble_pink p{
	margin: 0!important;
	line-height: 1.5!important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.recommend .info_box_wrapper {
	width: 100%!important;
	box-sizing: border-box;
	position: relative;
}

.recommend .info_box_wrapper .info_box_inner{
	width: calc(100% / 2)!important;
}

.recommend .info_box_wrapper .two_colmun{
	justify-content: space-between;
	column-gap: 30px;
	row-gap: 0px;
	margin: 17px 0;
	width: 100%;
	position: relative;
}

.recommend .info_box_wrapper .two_colmun ul{
	width: 100%;
	font-size: 16px;
	align-items: center;
	margin: 0!important;
}

.recommend .info_box_wrapper .two_colmun ul li{
}

.recommend .info_box_wrapper .info_box_inner_white_img{
	width: calc(100% / 2);
	height: max-content;
	position: absolute;
	right: -19px;
	top: -42px;
	background-color: unset!important;
}

.recommend .info_box_wrapper .info_box_inner_white_img img{
	width: 85%;
}



/*--------コンテンツ一覧---------*/

.content .content_txt_box{
	margin: 80px 0 60px!important;
	font-size: 15px;
	line-height: 1.75em !important;
	margin: 30px 0 60px !important;
}


.content .content_list{
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 20px;
}

.content .content_list li:nth-of-type(1),.content .content_list li:nth-of-type(2){
	width: calc((100% - 20px) / 2);
	display: flex;
	justify-content: space-between;
	row-gap: 20px;
	position: relative;
}

.content .content_list li:nth-of-type(1) img,.content .content_list li:nth-of-type(2) img{
	width: 100%;
	display: flex;
	justify-content: space-between;
}


.content .content_list li{
	width: calc((100% - 20px) / 3);
	position: relative;
}

.content .content_list li .text_box{
	width: 100%;
	position: absolute;
	bottom: 0;
	/* text-align: center; */
	/* background-color: black; */
	color: white;
	font-size: 15px;
	font-weight: bold;
	height: 33px;
	/* opacity: 0.4; */
	background: rgba(0,0,0,0.7);
	display: flex;
	align-items: center;
	justify-content: center;
}

.content .content_list li a:hover{
	opacity: 0.5;
}

.content .content_list li img{
	width: 100%;
}

.content_txt_box{
	margin: 10px 0 60px!important;
	font-size: 15px;
}

/*-----------------*/

DIV#contents DIV.contentsMainArea .info_box_wrapper {
  display: inline-block;
  /* position: relative; */
  margin: 15px auto;
  padding: 10px 15px;
  width: 100%;
  background: #e8f7f9;
  box-sizing: border-box;
  /* height: 225px; */
  }


DIV#contents DIV.contentsMainArea .info_box_inner{
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 0px 0px 0 10px;
  margin: 0px 0 0px -35px;
  width: auto!important;
  color: white;
  background: #3ab9cc;
  height: 36px;
}

DIV#contents DIV.contentsMainArea .info_box_wrapper h3{
  margin: 15px 0!important;
}


DIV#contents DIV.contentsMainArea .info_box_inner_white{
	background-color: #fff;
	padding: 11px;
	font-size: 14px;
	font-weight: bold;
	gap: 0 15px;
}

DIV#contents DIV.contentsMainArea .info_box_inner_white_img{
	background-color: #fff;
	/* padding: 11px; */
	font-size: 14px;
	display: flex;
	justify-content: flex-end;
	font-weight: bold;
	align-items: center;
	/* height: 91px; */
	gap: 0px 0px;
	/* position: relative; */
}


DIV#contents DIV.contentsMainArea .info_box_inner_white h3{
	font-size: 14px;
	margin: 0!important;
	color: #3ab9cc;
}

DIV#contents DIV.contentsMainArea .info_box_inner_white p{
	font-size: 14px;
	margin: 0;
	color: #565656;
	line-height: 1.5!important;
}

DIV#contents DIV.contentsMainArea .info_box_inner_white .info_box_inner_white_img img{
	align-items: center;
	justify-content: end;
	display: flex;
}

DIV#contents DIV.contentsMainArea .info_box_wrapper .info_box_list{
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    font-size: 15px;
    margin: 15px 0 0 0;
}


DIV#contents DIV.contentsMainArea .info_box_wrapper .info_box_list dt{
    width: 13%;
    font-weight: bold;
    text-align: justify;
    text-align-last: justify;
}

DIV#contents DIV.contentsMainArea .info_box_wrapper .info_box_list dd{
    width: 87%;
}

DIV#contents DIV.contentsMainArea .info_box_wrapper .info_box_time_list dt{
	gap : 0 10px;
	position: relative;
}

DIV#contents DIV.contentsMainArea .info_box_wrapper .info_box_time_list li{
    color: #3ab9cc;
    font-size: 17px;
    font-weight: bold;
    display: flex;
    align-items: center;
    border: 1px solid #3ab9cc;
    background-color: white;
    border-radius: 30px;
    text-align: center;
    padding: 5px 5px 0;
    box-sizing: border-box;
    justify-content: center;
    height: 30px;
    line-height: 30px;
    /* box-sizing: border-box; */
    text-box-trim: trim-both;
	margin-right: 5px;
}



DIV#contents DIV.contentsMainArea .info_box_wrapper .info_box_time_list small {
    align-items: end;
    display: flex;
    font-size: 12px;
}


DIV#contents DIV.contentsMainArea .info_box_inner .info_box_title {
  margin: 0;
  height: 36px;
  padding: 15px 30px 11px 15px;
  border-top: dashed 1px #FFF;
  border-bottom: dashed 1px #FFF;
  font-size: 18px;
  line-height: 1;
  background: none;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-box-trim: trim-both;
  text-box-edge: text;
  box-sizing: border-box;
  /* position: relative; */
}

DIV#contents DIV.contentsMainArea .info_box_inner .info_box_title::before {
    content: "";
    display: block;
    width: 30px;
    height: 26px;
    /* line-height: 6.5; */
    background-position: center;
    background-size: contain;
    background-image: url('https://wedding.mynavi.jp/ring/contents/pages/files/ring_icon.svg');
    background-repeat: no-repeat;
    margin-bottom: 4px;
}

DIV#contents DIV.contentsMainArea .info_box_inner:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    border-top: 18px solid #3ab9cc;
    border-bottom: 18px solid #3ab9cc;
    border-right: 1.5em solid transparent;
    border-left: 1.5em solid transparent;
    right: -18px;
}

DIV#contents DIV.contentsMainArea .info_box_inner:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #3b8d96;
}


/*--------地図—---------*/

DIV#contents DIV.contentsMainArea .info_box_wrapper .info_iframe_box{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  }

DIV#contents DIV.contentsMainArea .info_box_wrapper .info_iframe_box iframe{
  width: 100%;
  }


/*--------Ã§â€ºÂ®Ã¦Â¬Â¡---------*/


DIV#contents DIV.contentsMainArea .ac_area{
  width: auto;
  background: white;
  margin: auto;
  display: flex;
  flex-direction: column;
  padding: 0px;
  margin: 0 0 35px 0;
}


DIV#contents DIV.contentsMainArea .ac_area_title_bg {
  display: inline-block;
  position: relative;
  height: 42px;
  line-height: 40px;
  text-align: center;
  padding: 0px 0px;
  font-size: 22px;
  background: #d7f0f4;
  color: #565656;
  box-sizing: border-box;
  margin: 0 auto -22px;
  width: 308px;
}

DIV#contents DIV.contentsMainArea .ac_area_title_bg:before, DIV#contents DIV.contentsMainArea .ac_area_title_bg:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}


DIV#contents DIV.contentsMainArea .ac_area_title_bg:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    border-top: 21px solid #d7f0f4;
    border-bottom: 21px solid #d7f0f4;
    border-right: 21px solid transparent;
    border-left: 21px solid transparent;
    left: -22px;
}

DIV#contents DIV.contentsMainArea .ac_area_title_bg:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    border-top: 21px solid #d7f0f4;
    border-bottom: 21px solid #d7f0f4;
    border-right: 21px solid transparent;
    border-left: 21px solid transparent;
    right: -22px;
}

DIV#contents DIV.contentsMainArea .ac_area_title_bg h2{
  text-align: center;
  margin: 0;
  border: unset;
  padding: 0px;
  background: unset;
  justify-content: center;
  place-items: center;
  display: flex;
  /* height: 39px; */
  text-box: trim-both cap alphabetic;
  /* box-sizing: border-box; */
  padding: 4px 0;
}

DIV#contents DIV.contentsMainArea .ac_area_ul {
	padding:55px 20px 20px;
	background:white;
	margin: 0px!important;
	border: 1px solid #d7f0f4;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

DIV#contents DIV.contentsMainArea .ac_area_ul a{
	text-decoration: none;
	color: #565656;
	width: 100%;
	display: flex;
}

DIV#contents DIV.contentsMainArea .ac_area_ul dt{
	width: 3%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 27px;
}

DIV#contents DIV.contentsMainArea .ac_area_ul dd {
		width: 97%;
		margin-bottom: 10px;
		font-size: 16px;
		color: #565656;
		border-bottom: 1px solid #d7f0f4;
}
DIV#contents DIV.contentsMainArea .ac_area dl dd a,
DIV#contents DIV.contentsMainArea .ac_area dl dd a:visited {
	line-height: 1.2;
    font-size: 16px;
    color: #565656;
	text-decoration: none;
}

/*--------注意ボックス---------*/


DIV#contents DIV.contentsMainArea .ac_area_yellow{
  width: auto;
  background: unset;
  margin: auto;
  display: flex;
  flex-direction: column;
  padding: 0px;

}


DIV#contents DIV.contentsMainArea .ac_area_yellow .ac_area_title_bg {
  /* display: flex; */
  justify-content: center;
  /* align-items: center; */
  position: relative;
  height: 42px;
  line-height: 40px;
  text-align: center;
  padding: 0px 0px;
  font-size: 22px;
  background: #f8d32c;
  color: #565656;
  box-sizing: border-box;
  margin: 0 auto -22px;
  width: 308px;
}

DIV#contents DIV.contentsMainArea .ac_area_yellow .ac_area_title_bg:before, DIV#contents DIV.contentsMainArea .ac_area_title_bg:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}


DIV#contents DIV.contentsMainArea  .ac_area_yellow .ac_area_title_bg:before {
	display: block;
    content: '';
    position: absolute;
    top: 0;
    border-top: 21px solid #f8d32c;
    border-bottom: 21px solid #f8d32c;
    border-right: 21px solid transparent;
    border-left: 21px solid transparent;
    left: -22px;
}

DIV#contents DIV.contentsMainArea .ac_area_yellow .ac_area_title_bg:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    border-top: 21px solid #f8d32c;
    border-bottom: 21px solid #f8d32c;
    border-right: 21px solid transparent;
    border-left: 21px solid transparent;
    right: -22px;
}

DIV#contents DIV.contentsMainArea .ac_area_yellow .ac_area_title_bg h2{
  text-align: center;
  margin: 0;
  border: unset;
  padding: 0px;
  background: unset;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 46px;
  line-height: 1;
  text-box-trim: trim-both;
}

DIV#contents DIV.contentsMainArea .ac_area_yellow  .ac_area_ul {
	padding: 55px 35px 22px 35px;
	background: #fffae6;
	margin:0px;
	border: unset;
	list-style-position: inside;
}

DIV#contents DIV.contentsMainArea .ac_area_yellow ul li {
	    margin-bottom: 10px;
	    font-size: 15px;
	    color: #565656;
	    border-bottom: unset;
	    list-style-type: disc;
	    list-style-position: outside;
}

DIV#contents DIV.contentsMainArea .ac_area_yellow ul li::marker {
	    /* margin-bottom: 10px; */
	    /* font-size: 15px; */
	    color: #565656;
	    border-bottom: unset;
	    list-style-type: disc;
}

DIV#contents DIV.contentsMainArea .ac_area_yellow ul li a,
DIV#contents DIV.contentsMainArea .ac_area_yellow ul li a:visited {
	line-height: 1.2;
    font-size: 16px;
    color: #565656;
	text-decoration: none;
}

DIV#contents DIV.contentsMainArea .ac_area_yellow ul li a:before {
	color:#565656;
	padding-right: 8px;
}

DIV#contents DIV.contentsMainArea .content .info_box_wrapper {
  display: block;
  /* position: relative; */
  margin: 15px auto;
  padding: 10px 15px;
  width: auto;
  background: #e8f7f9;
  box-sizing: border-box;
  /* height: 225px; */
  }

DIV#contents DIV.contentsMainArea .content .info_box_wrapper p{
  line-height: 1.5!important;
  }


DIV#contents DIV.contentsMainArea .content .info_box_inner{
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 0px 0px 0 10px;
  margin: 0px 0 0px -35px;
  width: max-content;
  color: white;
  background: #3ab9cc;
}

DIV#contents DIV.contentsMainArea .content .info_box_wrapper h3{
  margin: 15px 0!important;
}




DIV#contents DIV.contentsMainArea .content .info_box_inner_white{
	background-color: #fff;
	padding: 11px;
	font-size: 14px;
	font-weight: bold;
	gap: 0 15px;
	justify-content: space-around;
}

DIV#contents DIV.contentsMainArea .content .info_box_inner_white_text{
	width: 100%;
}

DIV#contents DIV.contentsMainArea .content .info_box_inner_white_img{
	background-color: #fff;
	/* padding: 11px; */
	font-size: 14px;
	display: flex;
	justify-content: unset;
	font-weight: bold;
	gap: 0 0px;
	width: 60%;
}


DIV#contents DIV.contentsMainArea .content .info_box_inner_white h3{
	font-size: 14px;
	margin: 0!important;
	color: #3ab9cc;
}

DIV#contents DIV.contentsMainArea .content .info_box_inner_white p{
	font-size: 14px;
	margin: 0;
	color: #565656;
	line-height: 1.5!important;
}

DIV#contents DIV.contentsMainArea .content .info_box_inner_white .info_box_inner_white_img img{
	height: auto;
	align-items: center;
	justify-content: end;
	display: flex;
	width: 100%;
	object-fit: cover;
}

/*--------診断----------*/
.diagnosis h3{
	margin: 30px 0 0!important;
}

.diagnosis p{
	margin: 0px 0px 40px 0px!important;
}


/*--------ティアラ写真体験----------*/

.tiara_picture .text_box h3{
	margin: 0px!important;
}

.tiara_picture .text_box{
	width: calc((100% /2));
}

.tiara_picture .img_box{
	width: calc((100% / 2));
	display: flex;
	align-items: center;
}

.tiara_picture .img_box img{
	width: 100%;
}

.tiara_picture .two_colmun {
    justify-content: space-between;
    column-gap: 20px;
    row-gap: 30px;
    margin: 30px 0;
}

/*--------特典情報---------*/

DIV#contents DIV.contentsMainArea .present .info_box_wrapper .info_box_inner .info_box_title {
  margin: 0;
  height: 36px;
  padding: 15px 30px 11px 15px;
  border-top: dashed 1px #FFF;
  border-bottom: dashed 1px #FFF;
  font-size: 18px;
  line-height: 1;
  background: none;
  color: white;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-box-trim: trim-both;
  text-box-edge: text;
  box-sizing: border-box;
  position: relative;
  right: -4px;
}

.present .info_box_wrapper {
	width: 640px!important;
	background: unset!important;
	height: fit-content;
	position: relative;
	padding: 0px!important;
}

.present .info_box_wrapper img{
	width: 640px;
	height: auto;
	text-align: center;
	left: 20px;
	right: 0;
	top: -10px;
	z-index: 0;
	display: block;
	margin: 0 0 10px;
}

.present .info_box_wrapper .info_box_title{
	position: absolute;
	height: 100vh;
	top: 0px;
}

.present .info_box_wrapper .present_info_box{
	/* position: absolute; */
	top: 0px;
}

.present .info_box_wrapper .present_info_box .info_box_inner{
	position: absolute!important;
	top: 15px;
	left: 15px;
}

DIV#contents DIV.contentsMainArea .present .info_box_inner .info_box_title::before {
    content: "";
    display: block;
    width: 30px;
    height: 24px;
    /* line-height: 6.5; */
    background-position: center;
    background-size: contain;
    background-image: url('https://wedding.mynavi.jp/ring/contents/pages/files/present_icon.svg');
    background-repeat: no-repeat;
    box-sizing: border-box;
    margin-bottom: 7px;
}

/*--------ブランド一覧---------*/

.jewelry .info_box_wrapper p{
	margin: 15px 0 0 0;
}

.jewelry .jewelry_sub_list{
	 flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}

.jewelry .jewelry_sub_list li{
	width: calc((100% - 20px) / 3);
}

.jewelry .jewelry_sub_list li img{
	width: 100%
}

.jewelry .text_box{
	width: calc((100% /2));
}

.jewelry .img_box{
	width: calc((100% / 2));
	display: flex;
	align-items: center;
}

DIV#contents DIV.contentsMainArea .jewelry .first .info_box_inner .info_box_title::before {
    content: "";
    display: block;
    width: 30px;
    height: 17px;
    /* line-height: 6.5; */
    background-position: center;
    background-size: contain;
    background-image: url('https://wedding.mynavi.jp/ring/contents/pages/files/jewelry_icon.svg');
    background-repeat: no-repeat;
    margin-bottom: 2px;
}

/*--------2カラム共通----------*/

.text_box h3{
	margin: 0px!important;
}

.two_colmun .text_box{
	width: calc((100% /2));
}

.two_colmun .img_box{
	width: calc((100% / 2));
	display: flex;
	align-items: center;
}

.two_colmun .img_box img{
	width: 100%;
}

.two_colmun {
    justify-content: space-between;
    column-gap: 20px;
    row-gap: 30px;
    margin: 30px 0;
}
