::selection {
background:#daba94c4;
color: #000000;
}

::-moz-selection {
background:#daba94c4;
color: #000000;
}

h2.title.rich_font_type2 {
    letter-spacing: 6px;
    font-family: "Montserrat", sans-serif;
}

.sub_title {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.font_mon{
font-family: "Montserrat", sans-serif;
}

.h2_span{
font-size: 12px;
letter-spacing: 5px;
}

/* 文字 角枠 */
.kakuwaku {
    padding: 0.2em 1.8em;
    margin: 2em 0;
    color: #c8a07f;
    border: solid 1px #c8a07f;
    /* border-radius: 20em; */
    display: inline-block;
}

/* 文字 角丸枠 */
.maruwaku {
    padding: 0.2em 1.8em;
    margin: 2em 0;
    color: #c8a07f;
    border: solid 1px #c8a07f;
    border-radius: 20em; 
    display: inline-block;
}

.maruwaku p {
    margin: 0; 
    padding: 0;
}


/* 下三角 */

.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.ar_bottom::before{
left: 9px;
    bottom: 9px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #c8a07f;
    border-right: 1px solid #c8a07f;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

/* 右三角 */

.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.ar_right::before{
    left: 9px;
    bottom: 3px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #c8a07f;
    border-right: 1px solid #c8a07f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


#footer_top{
display:none;
}

/* ボタンデザイン ホバーエフェクト */
.btn_gold_main {
	display: block;
	position: relative;
    width: 100%;
    max-width: 300px;
    padding: 1em 0.8em;
	text-align: center;
	text-decoration: none;
	background: #c8a07f;
	color: #fff;
font-weight: 500;
}
.btn_gold_main:hover {
	 opacity:0.8;
	 cursor: pointer;
	 text-decoration: none;
}
a.btn_gold_main {
    color: #fff!important;
}

/* ボタンデザイン ホバーエフェクト */
.btn_black_main {
	display: block;
	position: relative;
    width: 100%;
    max-width: 300px;
    padding: 1em 0.8em;
	text-align: center;
	text-decoration: none;
	background: #000000;
	color: #fff;
font-weight: 500;
}
.btn_black_main:hover {
	 opacity:0.8;
	 cursor: pointer;
	 text-decoration: none;
}
a.btn_black_main {
    color: #fff!important;
}


/* ボタンデザイン 反転 */

.btn_gold_border {
	display: block;
	position: relative;
	width: 160px;
	padding: 1em;
	text-align: center;
	text-decoration: none;
	color: #c8a180;
	border:1px solid #c8a180;
font-weight: 500;
line-height: 1;
}
.btn_gold_border:hover {
	 background: #c8a180;
         color: #fff;
	 cursor: pointer;
	 text-decoration: none;
}
a.btn_gold_border:hover {
         color: #fff!important;
}

/* 小さめ */
.btn_gold_small {
	display: block;
	position: relative;
    width: 160%;
    padding: 1em 0.8em;
	text-align: center;
	text-decoration: none;
	background: #c8a07f;
	color: #fff;
font-weight: 500;
line-height:1;
}
.btn_gold_small:hover {
	 opacity:0.8;
	 cursor: pointer;
	 text-decoration: none;
}
a.btn_gold_small {
    color: #fff!important;
}

article.item.clearfix {
    border-bottom: solid 1px #888;
}

/* flexboxテーマ */
.flex_con2{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex_box2{

}
.flex_con3{
    display: flex;
    justify-content: space-between;
}
.flex_box3{

}



@media screen and (max-width:750px) {
.flex_con2{
display:block;
}
.flex_box2{

}
}