@charset "UTF-8";
html {
	scroll-behavior: smooth;
  }

#marriagering-choose {
	font-family: 'Noto Serif JP', serif;
	max-width: 1200px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 40px 10px;
	font-size: 16px;
	line-height: 1.8em;
}


/* 共通クラス
  -------------------------------------- */

.align_c {
	text-align: center;
}

.align_l {
	text-align: left !important;
}

.align_r {
	text-align: right;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.clear {
	clear: both;
}

.col_block {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.col_block_L {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.col_block_c {
	display: flex;
	justify-content: center !important;
	flex-wrap: wrap;
}

.col_block_c li {
	margin: 1%;
	width: 47%;
}

#marriagering-choose h2 {
	font-family: 'Noto Serif JP', serif;
}

#marriagering-choose #sec01 .title {
	text-align: center;
	font-size: 27px;
	padding-top: 30px;
	padding-bottom: 10px;
	line-height: 1.5em;
	/*background: url(../images/h1_btm.jpg) no-repeat center bottom;*/
}

#marriagering-choose #sec01 p {
	text-align: center;
	margin-inline: auto;
	max-inline-size: max-content;
}

@media screen and (max-width: 600px) {
	#marriagering-choose #sec01 p {
		text-align: left;
	}
}


#marriagering-choose .numbox {
	max-width: 500px;
	margin: 50px auto;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background-size: 100%;
	position: relative;
	background-color: #f7f7ee;
	/*
	background-image: url(../images/ring01.png), url(../images/ring02.png), url(../images/ring04.png), url(../images/ring03.png);
	background-position: left top, right top, right bottom, left bottom;
	background-repeat: no-repeat;
	background-size: 36px auto;
	*/
}






#marriagering-choose .numbox li {
	margin-bottom: 25px;
	display: flex;
	align-items: flex-start;
}

#marriagering-choose .numbox li a {
	color: #8a8000;
}

#marriagering-choose .numbox span {
	background: #8a8000;
	color: #FFF;
	padding: 5px;
	border-radius: 5px;
	margin-right: 10px;

}








#marriagering-choose #sec01 h2 {
	margin-top: 50px;
	/*background: url(../images/h1_btm.jpg) no-repeat center bottom;
	padding-bottom: 26px;*/
	text-align: center;
	font-size: 28px;
	margin-bottom: 10px;
	line-height: 1.5em;
}

#marriagering-choose #sec01 .col_block {
	max-width: 1000px;
	width: 100%;
	margin: 20px auto;

}

#marriagering-choose #sec01 .col_block li {
	width: 32%;
	margin-bottom: 30px;
}

#marriagering-choose #sec01 .col_block span {
	display: block;
	font-size: 18px;
	padding: 0 0 5px;
}

@media screen and (max-width: 600px) {

	#marriagering-choose #sec01 .col_block li {
		width: 100%;
		margin-bottom: 30px;
	}


}





#marriagering-choose #sec01 .point {
	max-width: 1000px;
	width: 100%;
	margin: 30px auto 20px auto;
	box-sizing: border-box;
	background: #fceaf2;
	color: #ea68a2;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: bold;
	padding: 25px;
	font-size: 17px;

}

#marriagering-choose #sec01 .point li {
	background: url(../images/ico_point.jpg) no-repeat left top;
	margin-bottom: 5px;
	padding-left: 20px;
}

#marriagering-choose #sec01 .type_G {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin-inline: auto;
	max-inline-size: max-content;
	max-width: 1000px;
	width: 100%;
	margin: auto;

}

/*
  red
  */



#marriagering-choose .red {
	color: #a40000;
	margin: 30px 0;
	font-size: 18px;
	text-align: center;
	line-height: 1.5em;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Sawarabi Mincho", serif;
}



#marriagering-choose .btnblock {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 0;
	padding-bottom: 40px;
	width: auto;
	clear: both;
	max-width: 660px;
	width: 100%;

}

#marriagering-choose .btnblock li {
	line-height: 0;
	width: 49%;
	margin-bottom: 2px;
}

#marriagering-choose .btnblock li:nth-child(2) {
	margin-right: 0px;
	margin-left: 2px;
}

#marriagering-choose .btnblock li:nth-child(4) {
	margin-right: 0px;
	margin-left: 2px;
}

#marriagering-choose .btnblock li:last-child {
	width: 98.5%;
}


/*
  step1
  */



#marriagering-choose #step1 {
	max-width: 1000px;
	width: 100%;
	margin: 50px auto;
}

#marriagering-choose #step1 h2,
#marriagering-choose #step2 h2,
#marriagering-choose #step3 h2,
#marriagering-choose #step4 h2,
#marriagering-choose #step5 h2 {
	max-width: 1000px;
	width: 100%;
	margin: 50px auto 20px;
	font-size: 24px;
	/*
	background: #eae8d1;
	display: flex;
	*/
	align-items: center;
	text-align: center;
}

#marriagering-choose #step1 h2 span,
#marriagering-choose #step2 h2 span,
#marriagering-choose #step3 h2 span,
#marriagering-choose #step4 h2 span,
#marriagering-choose #step5 h2 span {
	/*
	background: #968d1a;
	margin-right: 20px;
	padding: 10px;
	*/
	color: #000;
	font-size: 18px;
	display: block;
}

#marriagering-choose #step1 .col_block div {
	width: 48%;
	margin-bottom: 30px;
}

@media screen and (max-width: 600px) {

	#marriagering-choose #step1 .col_block div {
		width: 100%;
		margin-bottom: 30px;
	}


}



#marriagering-choose #step1 .col_block div p {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
}

#marriagering-choose #step1 .col_block div h3 {
	font-size: 20px;
}

#marriagering-choose #step1 ul {
	display: flex;
	justify-content: space-between;
	margin: 10px 0;
}

#marriagering-choose #step1 ul li {
	width: 48%;
}




/*
  step2
  */

#marriagering-choose #step2 {
	margin: 0 auto 50px;
	max-width: 1000px;
	width: 100%;
}

#marriagering-choose #step2 .col_block {
	margin-top: 30px;
}

#marriagering-choose #step2 .col_block div {
	/*
	*/
	background: #fff;
	filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.2));
	width: 49%;
	box-sizing: border-box;
	padding: 1%;
	border-radius: 5px;
}

@media screen and (max-width: 600px) {

	#marriagering-choose #step2 .col_block div {
		width: 100%;
	}
}

#marriagering-choose #step2 .col_block div h3 {
	text-align: center;
	color: #968d1a;
	font-size: 22px;
	margin-bottom: 15px;
}

#marriagering-choose #step2 .col_block div h4 {
	font-size: 14px;
	background: #8a8000;
	display: inline-block;
	padding: 4px;
	border-radius: 5px;
	color: #FFF;
	margin-bottom: 5px;
}

#marriagering-choose #step2 .col_block div p {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	margin-bottom: 20px;
}

#marriagering-choose #step2 ul {
	display: block;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}

#marriagering-choose #step2 ul>* {
	width: 49%;
}



/*
  step3
  */

#marriagering-choose #step3 {
	margin: 0 auto 50px;
	max-width: 1000px;
	width: 100%;
}

#marriagering-choose #step3 .col_block {
	margin-bottom: 40px;
}

#marriagering-choose #step3 .col_block>* {
	width: 48%;
	margin: 0 auto 20px;
}

#marriagering-choose #step3 .col_block p {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
}

@media screen and (max-width: 600px) {

	#marriagering-choose #step3 .col_block>* {
		width: 100%;
	}

}




/*
  step4
  */



#marriagering-choose #step4 {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	margin: 0 auto 50px;
	max-width: 1000px;
	width: 100%;
}

#marriagering-choose #step4 dl {
	margin-top: 20px;
	width: 32%;
}

#marriagering-choose #step4 dl dt {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Sawarabi Mincho", serif;
	font-weight: bold;
	margin-bottom: 10px
}

#marriagering-choose #step4 dl dd {
	font-size: 14px;
}


#marriagering-choose #step4 .pro {
	background: #fceaf2;
	box-sizing: border-box;
	padding: 20px 10px;
	margin-bottom: 30px;
}

#marriagering-choose #step4 .pro h3 {
	color: #ea68a2;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}


/*
  step5
  */


#marriagering-choose #step5 {
	margin: 0 auto 50px;
	max-width: 1000px;
	width: 100%;
}

#marriagering-choose #step5 p {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	margin: 0 auto 20px;
}

#marriagering-choose #step5 h3 {
	color: #968d1a;
	font-weight: bold;
	text-align: center;
	font-size: 26px;
	padding-bottom: 30px;
	background: url(../images/h3_btm.jpg) no-repeat center bottom;
	margin: 50px 0;
}

#marriagering-choose #step5 .col_block {
	margin: 20px 0;
}

#marriagering-choose #step5 .col_block>* {
	margin: 20px 0;
	width: 49%;
}

@media screen and (max-width: 600px) {
	#marriagering-choose #step5 .col_block>* {
		width: 100%;
	}

}

#marriagering-choose #step5 .col_block p {
	margin-top: 15px;
}

#marriagering-choose #step5 p.align_c {
	margin: 20px 0;
}



/*
  ring
  */



#marriagering-choose .ring {
	/*border: solid 1px #968d1a;*/
	max-width: 1000px;
	width: 95%;
	margin: 30px auto 50px;
	box-sizing: border-box;
	padding: 10px;
	position: relative;
	background-size: 100%;
}
/*
#marriagering-choose .ring::before {
	content: "";
	background: url(../images/ring01.png) no-repeat;
	width: 100%;
	height: 40px;
	display: block;
	position: absolute;
	top: -15px;
	left: -15px;
}

#marriagering-choose .ring .title::before {
	content: "";
	background: url(../images/ring02.png) no-repeat;
	width: 36px;
	height: 40px;
	display: block;
	position: absolute;
	top: -15px;
	right: -15px;
}

#marriagering-choose .ring::after {
	content: "";
	background: url(../images/ring03.png) no-repeat;
	width: 100%;
	height: 40px;
	display: block;
	position: absolute;
	bottom: -20px;
	left: -15px;
}

#marriagering-choose .ring .title::after {
	content: "";
	background: url(../images/ring04.png) no-repeat;
	width: 36px;
	height: 40px;
	display: block;
	position: absolute;
	bottom: -20px;
	right: -15px;
}

*/




#marriagering-choose .ring .title {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 20px;
	align-items: center;
}

#marriagering-choose .ring .title img {
	width: auto;
	max-width: 120px;
	height: auto;
}

#marriagering-choose .ring .title h2 {
	font-size: 22px;
	margin-left: 10px;
}

@media screen and (max-width: 600px) {
	#marriagering-choose .ring .title h2 {
		font-size: 20px;
	}

}


#marriagering-choose .ring .title h2 span {
	display: block;
	font-size: 14px;
}

#marriagering-choose .ring .col_block>* {
	width: 49%;
}

@media screen and (max-width: 600px) {

	#marriagering-choose .ring .col_block>* {
		width: 100%;
	}

}

#marriagering-choose .ring .col_block div {
	margin-top: 10px;
	font-size: 14px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#marriagering-choose .ring .col_block div p {
	margin-bottom: 10px;
}

#marriagering-choose .ring .btn_block {
	margin-top: 10px;
}

#marriagering-choose .btn_block li {
	display: inline-block;
}

#marriagering-choose .btn_block li a {
	text-align: center;
	display: flex;
	box-sizing: border-box;
	line-height: normal;
	justify-content: center;
	align-items: center;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	border-radius: 5px;
	height: 60px;
	margin: 0 auto 5px;
	box-sizing: border-box;
	background: linear-gradient(#c8c488, #9d9428);
	color: #FFF;
}

#marriagering-choose .btn_block.col_block_c li {
	width: 49%;
	margin: 0 auto 5px;
	box-sizing: border-box;
}

@media screen and (max-width: 600px) {

	#marriagering-choose .btn_block.col_block_c li {
		width: 100%;
	}

}



#marriagering-choose .btn_block.typeB {
	margin-bottom: 30px;
}

#marriagering-choose .btn_block.typeB li a {
	height: 55px;
	padding: 5px;
	box-sizing: border-box;
	flex-wrap: wrap;
	align-items: baseline;
	font-size: 15px;
}

#marriagering-choose .btn_block.typeB li a span {
	font-weight: normal;
	font-size: 18px;
	display: block;
	width: 100%;
	line-height: 1;
}


#marriagering-choose .btn_block.typeB+p {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	max-width: 1000px;
	width: 100%;
	margin: auto;
}


.shoplist_wi {
	padding-top: 25px;
}


.footer_fixed_navi {
	z-index: 999;
}

.rec {
	margin: -20px 0 0px 50px;
}

.rec a {
	font-size: 14px;
	margin: 0 0 6px 0;
}

.rec h5 {
	color: #8a8000;
}



#marriagering-choose a.link {
	display: table;
	position: relative;
	max-width: 450px;
	width: 95%;
	min-height: 80px;
	border: #B9B9B9 1px solid;
	border-radius: 5px;
	background-color: #ffffff;
	margin: 20px auto;
	text-align: center;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.10));
}

#marriagering-choose a.link::after{
	position: absolute;
    content: url(../images/button_arrow.svg);
	right: 10px;
	top: 30%;

}

#marriagering-choose a.link span {
    font-size: 16px;
	display: table-cell;
	vertical-align: middle;
}

#marriagering-choose .attention {
	max-width: 1000px;
	width: 100%;
    font-size: 14px;
	text-indent: -1em;
	padding-left: 1em;
	margin: auto;
}




