@charset "Shift_JIS";
/* CSS Document */
/* ゴシック系 */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap&subset=japanese');
/*font-weight: 300; light
font-weight: 400; regular
font-weight: 500; medium
font-weight: 700;bold*/

/* 見出し用 */
@import url('https://fonts.googleapis.com/css?family=Crimson+Text&display=swap');
/* font-family: 'Crimson Text', serif; */

/* 明朝系 */
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500,700&display=swap&subset=japanese');
/* font-family: 'Noto Serif JP', serif; */
/*font-weight: 300; light
font-weight: 400; regular
font-weight: 500; medium
font-weight: 700;bold*/

body {
	color: #000;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: 400;
	/* line-height: 1.875; */
	line-height: 1.0;
	min-width: 1240px;
	width: 100%;
	background-color: #ffffff;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
div.container_ {
	width: 100%;
	padding: 0;
}
/*=======================================================================================
	ヘッダ
=======================================================================================*/
#header {
	padding: 7px 0;
	background-color: #1e1f20;
}
#header #sitelogo {
	width: 56px;
	margin: 0 auto;
}
#header #sitelogo a {
	display: inline-block;
}
#header #sitelogo img {
	width: 56px;
	height: auto;
}

/*=======================================================================================
	メイン
=======================================================================================*/
.btn_ {
	background-color: #b7154b;
	border-bottom: 3px solid #820f35;
}
.btn_:hover {
	opacity: 0.7;
}
.btn_ a {
	display: block;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	text-decoration: none;
	padding: 10px 0 9px;
}

/* メインビジュアル */
.sec_header_contents {
	width: 1366px;
	height: 590px;
	margin: 0 auto;
	background: url("../img/pc/bbg_mv.jpg") top right no-repeat;
}
.sec_header_contents_inner {
	width: 680px;
}
.sec_header_contents_inner > * {
	text-align: center;
}

.sec_header_contents_inner .sec_header_logo {
	padding-top: 142px;
}
.sec_header_contents_inner .sec_header_logo img {
	width: 125px;
}
.sec_header_contents_inner h1 {
	margin: 9px 0 0;
	font-family: 'Crimson Text', serif;
	font-size: 70px;
	color: #375f67;
	/* line-height: 1.0; */
	-moz-text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
	-webkit-text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
	-ms-text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
	text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}
.sec_header_contents_inner .sec_header_txt {
	margin-top: 36px;
	line-height: 1.875;
}

/* メニュー */
.page_menu {
	background-color: #f5f5ea;
}
.page_menu ul {
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
	border-left: 1px solid #ded8b9;
	display: flex;
}
.page_menu ul li {
	box-sizing: border-box;
	width: 400px;
	height: 100px;
	border-right: 1px solid #ded8b9;
}
.page_menu ul li a {
	position: relative;
	height: 100px;
	text-decoration: none;
	display: flex;
	align-items: center;
}
.page_menu ul li a:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-top: #c1b37b 1px solid;
	border-right: #c1b37b 1px solid;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	right: 30px;
	top: 36px;
}
.page_menu ul li a:hover {
	opacity: 0.7;
}
.page_menu ul li a .page_menu_img {
	box-sizing: border-box;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.page_menu ul li.page_menu_coin a .page_menu_img {
	width: 122px;
	padding-right: 10px;
}
.page_menu ul li.page_menu_glass a .page_menu_img {
	width: 134px;
	padding-right: 20px;
}
.page_menu ul li.page_menu_bottle a .page_menu_img {
	width: 97px;
	padding-right: 20px;
}
.page_menu ul li a .page_menu_txt .page_menu_icon {
	display: inline-block;
	height: 25px;
	padding: 0 18px;
	background-color: #645129;
	border-radius: 13px;
	color: #fff;
	font-size: 15px;
	line-height: 25px;
}
.page_menu ul li a .page_menu_txt .page_menu_title {
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
	font-weight: 700;
	color: #645129;
	line-height: 1.875;
}

/* introduction */
#introduction {
	width: 1286px;
	margin: 100px auto 40px;
	background: #92153d url("../img/pc/bg_introduction.jpg") top left no-repeat;
}
#introduction .introduction_header {
	height: 270px;
}
#introduction .introduction_header .introduction_logo {
	text-align: center;
}
#introduction .introduction_header .introduction_title {
	margin-top: 16px;
	font-size: 35px;
	font-family: 'Noto Serif JP', serif;
	/* line-height: 1.0; */
	text-align: center;
}
#introduction .introduction_body {
	padding: 0 43px 40px 43px;
}
#introduction .introduction_sec:last-child {
	margin-top: 60px;
}
#introduction .introduction_sec .introduction_sec_title {
	height: 55px;
	background-color: #000;
	font-family: 'Noto Serif JP', serif;
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
#introduction .introduction_sec_txt {
	margin-top: 40px;
	text-align: center;
	font-size: 18px;
	line-height: 2.5;
	color: #fff;
}
#introduction .introduction_sec_detail {
	margin-top: 30px;
}
#introduction .introduction_sec_detail > ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#introduction .introduction_sec_detail > ul > li {
	box-sizing: border-box;
	width: 585px;
	height: 310px;
	margin-bottom: 30px;
	background-color: #fff;
	padding: 20px;
}
#introduction .introduction_sec_detail_header {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 9px;
	display: flex;
	align-items: center;
}
#introduction .introduction_sec_detail_header .header_num {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background-color: #bbac6f;
	font-family: 'Crimson Text', serif;
	font-size: 25px;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
}
#introduction .introduction_sec_detail_header .header_title {
	margin-left: 10px;
	font-family: 'Noto Serif JP', serif;
	font-size: 25px;
	font-weight: 500;
}
#introduction .introduction_sec_detail_header .header_title span {
	color: #b8164a;
}
#introduction .introduction_sec_detail_body {
	margin-top: 18px;
	display: flex;
	justify-content: space-between;
}
#introduction .introduction_sec_detail_body .detail_txt {
	width: calc(100% - 160px);
	padding: 0 12px;
	font-size: 15px;
	line-height: 2.0;
}
#introduction .introduction_sec_detail_body .detail_img {
	width: 160px;
}
#introduction .introduction_sec_detail_body .detail_txt .note li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 12px;
	color: #666;
	line-height: 1.5;
}

/* server_container */
.server_container {
	margin-top: 50px;
	padding-bottom: 100px;
	background: #eee url("../img/pc/bg_server.png") top left repeat-x;
}
.server_container > div {
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
	padding: 0 50px;
}
.server_container .server_header {
	position: relative;
	height: 360px;
}
.server_container .server_header .server_img {
	position: absolute;
	top: 0;
	right: 50px;
}
.server_container .server_heading {
	padding-top: 40px;
	display: flex;
	flex-wrap: wrap;
}
.server_container .server_heading span {
	width: 100%;
	font-family: 'Noto Serif JP', serif;
}
.server_container .server_heading span:last-child {
	margin-top: 10px;
}

.server_container .server_heading span.server_heading_main {
	font-size: 60px;
	font-weight: 500;
	color: #b8164a;
}
.server_container .server_heading span.server_heading_sub {
	font-size: 25px;
	color: #000;
}
.server_container .server_name {
	margin-top: 32px;
	display: flex;
	align-items: center;
}
.server_container .server_name img {
	width: 84px;
}
.server_container .server_name .server_name_txt {
	margin-left: 10px;
	font-size: 20px;
	font-weight: 500;
}
.server_container .server_name .server_name_txt span {
	font-size: 15px;
	font-weight: 400;
}
.server_container .server_contents_1 h3 {
	height: 50px;
	background-color: #375f67;
	font-family: 'Noto Serif JP', serif;
	font-size: 25px;
	font-weight: 500;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.server_container .server_contents_1 .contents_1_body {
	padding: 40px 50px 60px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
}
.server_container .server_contents_1 .contents_1_img_1 {
	width: 250px;
}
.server_container .server_contents_1 .contents_1_txt_area {
	width: 700px;
}
.server_container .server_contents_1 .contents_1_txt_1 {
	font-size: 18px;
	line-height: 2.2;
	letter-spacing: -0.02em;
}
.server_container .server_contents_1 .contents_1_txt_2 {
	margin-top: 24px;
	border-top: 1px solid #ccc;
	padding-top: 20px;
	font-family: 'Noto Serif JP', serif;
	font-size: 25px;
	font-weight: 500;
	color: #375f67;
}
.server_container .server_contents_1 .contents_1_sub_contents {
	margin-top: 24px;
	display: flex;
	justify-content: space-between;
}
.server_container .contents_1_sub_contents .sub_contents_txt_area {
	width: 475px;
	color: #666;
	font-size: 15px;
	line-height: 2.0;
}
.server_container .contents_1_sub_contents .sub_contents_img {
	width: 200px;
}
.server_container .server_contents_2 {
	margin-top: 50px;
}
.server_container .server_contents_2 h3 {
	box-sizing: border-box;
	height: 45px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 20px;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
}
.server_container .contents_2_body {
	margin-top: 10px;
	padding: 0 50px;
	display: flex;
	justify-content: space-between;
}
.server_container .contents_2_body .contents_2_free {
	width: 200px;
}
.server_container .contents_2_body .free_circle {
	width: 200px;
	height: 200px;
	border-radius: 100px;
	background-color: #bbac6f;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
}
.server_container .contents_2_body .free_circle_txt_1 {
	font-family: 'Noto Serif JP', serif;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.2;
}
.server_container .contents_2_body .free_circle_txt_1 span {
	font-size: 20px;
}
.server_container .contents_2_body .free_circle_txt_2 {
	margin: 8px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-bottom: 2px;
	font-size: 15px;
	font-weight: 500;
	/* line-height: 1.0; */
}
.server_container .contents_2_body .free_circle_txt_2 span {
	font-family: 'Crimson Text', serif;
	font-size: 35px;
	font-weight: 400;
}
.server_container .contents_2_body .free_circle_txt_3 {
	font-size: 12px;
	color: #fff;
	line-height: 1.5;
}
.server_container .contents_2_body .contents_2_txt_area {
	width: 780px;
}
.server_container .contents_2_body .contents_2_txt_header {
	display: flex;
	align-items: center;
}
.server_container .contents_2_body .contents_2_txt_price {
	font-size: 15px;
	font-weight: 500;
}
.server_container .contents_2_body .contents_2_txt_price span {
	font-size: 15px;
	font-weight: 400;
}
.server_container .contents_2_body .contents_2_txt_price span.price_num {
	font-family: 'Crimson Text', serif;
	font-size: 45px;
}
.server_container .contents_2_body .contents_2_txt_price span.price_note {
	font-size: 12px;
}
.server_container .contents_2_body .icon_list {
	margin-left: 10px;
	padding-top: 10px;
	display: flex;
}
.server_container .contents_2_body .icon_list li {
	box-sizing: border-box;
	height: 30px;
	margin-left: 5px;
	padding: 0 9px;
	font-size: 13px;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
}
.server_container .contents_2_body .icon_list li:first-child {
	margin-left: 0;
}
.server_container .contents_2_body .icon_list li.icon_1 {
	border: 1px solid #999;
	background-color: #fff;
	color: #4c4948;
}
.server_container .contents_2_body .icon_list li.icon_2 {
	border: 1px solid #375f67;
	background-color: #375f67;
	color: #fff;
}
.server_container .contents_2_body .icon_list li.icon_3 {
	border: 1px solid #bbac6f;
	background-color: #fff;
	color: #645129;
}
.server_container .contents_2_body .icon_list li.icon_3 .icon_3_1,
.server_container .contents_2_body .icon_list li.icon_3 .icon_3_2 {
	display: flex;
	align-items: center;
}
.server_container .contents_2_body .icon_list li.icon_3 .icon_3_2 {
	margin-left: 15px;
}
.server_container .contents_2_body .icon_list li.icon_3 .icon_3_1:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 4px;
	background: url("../img/pc/icon_3_1.png") top left no-repeat;
}
.server_container .contents_2_body .icon_list li.icon_3 .icon_3_2:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 4px;
	background: url("../img/pc/icon_3_2.png") top left no-repeat;
}

.server_container .contents_2_body .contents_2_txt {
	margin-top: 15px;
	font-size: 12px;
	line-height: 1.5;
	color: #666;
}
.server_container .contents_2_body .contents_2_txt_btn {
	margin-top: 30px;
}
.server_container .contents_2_body .contact_btn a {
	width: 550px;
	height: 70px;
	border-radius: 5px;
	padding-bottom: 6px;
	background-color: #c02053;
	background-image: -moz-linear-gradient( -180deg, rgb(184,22,74) 0%, rgb(215,61,110) 50%, rgb(184,22,74) 100%);
	background-image: -webkit-linear-gradient( -180deg, rgb(184,22,74) 0%, rgb(215,61,110) 50%, rgb(184,22,74) 100%);
	background-image: -ms-linear-gradient( -180deg, rgb(184,22,74) 0%, rgb(215,61,110) 50%, rgb(184,22,74) 100%);
	box-shadow: 0 -5px #9f0b3b inset;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.server_container .contents_2_body .contact_btn a:hover {
	opacity: 0.7;
}
.server_container .contents_2_body .contact_btn a .btn_arrow {
	padding-top: 5px;
}
.server_container .contents_2_body .contact_btn a .btn_arrow:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-top: #c1b37b 2px solid;
	border-right: #c1b37b 2px solid;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.server_container .contents_2_body .contact_btn a span {
	margin-left: 12px;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 30px;
	font-weight: 500;
}

.server_container .server_contents_3 {
	margin-top: 60px;
	padding: 50px 50px 60px;
	background-color: #fff;
}
.server_container .contents_3_header img {
	display: block;
	width: 200px;
	margin: 0 auto;
}
.server_container .contents_3_header h3 {
	margin-top: 4px;
	font-family: 'Noto Serif JP', serif;
	font-size: 25px;
	font-weight: 500;
	/* line-height: 1.0; */
	text-align: center;
}
.server_container .contents_3_header h3 span {
	font-size: 40px;
	color: #b8164a;
}
.server_container .contents_3_body {
	margin-top: 14px;
	border-top: 1px solid #cccccc;
	padding-top: 30px;
}
.server_container .contents_3_body .attraction {
	display: flex;
	justify-content: space-between;
}
.server_container .contents_3_body .attraction li {
	width: 310px;
}
.server_container .contents_3_body .attraction_header {
	height: 110px;
	display: flex;
}
.server_container .contents_3_body .icon_attraction {
	width: 70px;
	height: 70px;
	border-radius: 35px;
	background-image: -moz-linear-gradient( 90deg, rgba(55,95,103,0) 0%, rgba(55,95,103,0.35) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgba(55,95,103,0) 0%, rgba(55,95,103,0.35) 100%);
	background-image: -ms-linear-gradient( 90deg, rgba(55,95,103,0) 0%, rgba(55,95,103,0.35) 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.server_container .contents_3_body .icon_attraction span {
	padding-bottom: 6px;
	font-family: 'Noto Serif JP', serif;
	color: #375f67;
	/* font-size: 15px; */
	font-size: 13px;
	font-weight: 500;
	/* line-height: 1.0; */
}
.server_container .contents_3_body .icon_attraction span.attraction_num {
	padding-bottom: 0;
	padding-right: 6px;
	/* font-size: 40px; */
	font-size: 36px;
	font-style: italic;
	border-top: 1px solid #9bafb3;
}
.server_container .contents_3_body .attraction_header_txt {
	margin-left: 8px;
}
.server_container .contents_3_body .attraction_header_sub_heading {
	font-size: 15px;
	font-weight: 500;
	color: #666;
	line-height: 1.3;
}
.server_container .contents_3_body .attraction_header_heading {
	margin-top: 9px;
	font-family: 'Noto Serif JP', serif;
	font-size: 25px;
	font-weight: 500;
	color: #375f67;
	line-height: 1.2;
	letter-spacing: -0.08em;
}
.server_container .contents_3_body .attraction_img {
	margin-top: 5px;
}
.server_container .contents_3_body .attraction_body {
	margin-top: 20px;
}
.server_container .contents_3_body .attraction_body p {
	margin-top: 15px;
	line-height: 2.0;
}
.server_container .contents_3_body .attraction_body p.attraction_note {
	color: #666;
	margin-top: 12px;
	line-height: 1.5;
}

/* server_container : coin */
#coin.server_container {
	margin-top: 100px;
}

/* server_container : glass, bottle */
#glass.server_container,
#bottle.server_container {
	background: #eee url("../img/pc/bg_server2.png") top left repeat-x;
}
#glass.server_container .server_header,
#bottle.server_container .server_header {
	height: 410px;
}
#glass.server_container .contents_2_body .contents_2_txt_area,
#bottle.server_container .contents_2_body .contents_2_txt_area {
	width: 100%;
}
#glass.server_container .contents_2_body .contents_2_txt_header,
#bottle.server_container .contents_2_body .contents_2_txt_header {
	display: flex;
	flex-wrap: wrap;
}
#glass.server_container .contents_2_body .contents_2_txt_header > *,
#bottle.server_container .contents_2_body .contents_2_txt_header > * {
	width: 100%;
}
#glass.server_container .contents_2_body .icon_list,
#bottle.server_container .contents_2_body .icon_list {
	margin-left: 0;
}
#glass.server_container .contents_2_body .contents_2_txt_btn,
#bottle.server_container .contents_2_body .contents_2_txt_btn {
	display: flex;
	justify-content: center;
}

/* server_container : glass */
#glass.server_container .server_heading {
	padding-top: 90px;
}

/* server_container : bottle */
#bottle.server_container .server_heading {
	padding-top: 80px;
}
#bottle.server_container .server_heading span:last-child {
	margin-top: 14px;
}

/* movie */
.server_container .server_movie {
	margin-top: 60px;
}
.server_container .server_movie h3 {
	font-family: 'Crimson Text', serif;
	font-size: 35px;
	color: #375f67;
	text-align: center;
}
.server_container .server_movie_youtube {
	width: 1100px;
	height: 619px;
	margin-top: 25px;
}

/* support */
.support {
	box-sizing: border-box;
	width: 1100px;
	margin: 100px auto 0;
	padding: 0 50px;
}
.support .support_header .support_logo {
	text-align: center;
}
.support .support_header .support_logo img {
	width: 200px;
}
.support .support_header .support_title {
	margin-top: 12px;
	font-family: 'Noto Serif JP', serif;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
}
.support .support_body {
	margin-top: 40px;
}
.support .support_body h3 {
	height: 40px;
	background-color: #375f67;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.support .support_body_txt {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.support .support_body_txt_area {
	width: 800px;
}
.support .support_body_txt_area .support_txt1 {
	font-size: 15px;
	line-height: 2.0;
}
.support .support_body_txt_area .support_txt2 {
	margin-top: 20px;
	font-size: 15px;
	line-height: 1.3;
}

.support .support_body_txt_area .support_note {
	margin-top: 15px;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 12px;
	color: #666;
	line-height: 1.5;
}
.support .support_body_img {
	width: 181px;
}

/* 商品スペック */
.spec {
	margin-top: 100px;
	padding: 60px 0;
	background-color: #d5dddf;
}
.spec .spec_inner {
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
	padding: 30px 50px 50px;
	background-color: #fff;
}
.spec table {
	width: 100%;
	display: block;
}
.spec table tbody {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.spec table tr {
	width: 100%;
	display: flex;
}
.spec table tr th,
.spec table tr td {
	display: block;
}
.spec table tr th {
	width: 130px;
	display: flex;
}
.spec table tr td:first-of-type {
	width: 320px;
}
.spec table td:nth-of-type(2) {
	width: 330px;
}
.spec table td:last-of-type {
	width: 320px;
}
.spec table .spec_name {
	width: 130px;
}
.spec table .spec_coin {
	width: 320px;
}
.spec table .spec_glass {
	width: 330px;
}
.spec table .spec_bottle {
	width: 320px;
}
.spec table tr {
	border-bottom: 1px solid #ccc;
}
.spec table .spec_thumb {
	box-sizing: border-box;
	height: 270px;
	margin-bottom: 30px;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
}
.spec table .spec_thumb_logo_sunvino {
	width: 73px;
	margin-top: 10px;
}
.spec table .spec_thumb p {
	margin-top: 8px;
	font-size: 15px;
	font-weight: 500;
}
.spec table tr th span {
	display: block;
	width: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 11px 10px;
	background-color: #eee;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: -0.06em;
	display: flex;
	align-items: center;
}
.spec table tr.spec_space th span {
	align-items: flex-start;
}
.spec table td {
	padding: 12px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.spec table td span {
	color:#666;
}
.spec table tr td:nth-of-type(2) {
	background-color: #f9fafa;
}
.spec table tr.spec_space td {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.spec table tr.spec_space td p {
	margin-bottom: 10px;
	font-size: 14px;
}
.spec table tr.spec_space td p span {
	font-weight: 700;
	color: #000;
}
.spec table tr td .contact_btn {
	display: flex;
	justify-content: center;
}
.spec table tr td .contact_btn a {
	width: 250px;
	height: 45px;
	border-radius: 5px;
	padding-bottom: 6px;
	background-color: #c02053;
	background-image: -moz-linear-gradient( -180deg, rgb(184,22,74) 0%, rgb(215,61,110) 50%, rgb(184,22,74) 100%);
	background-image: -webkit-linear-gradient( -180deg, rgb(184,22,74) 0%, rgb(215,61,110) 50%, rgb(184,22,74) 100%);
	background-image: -ms-linear-gradient( -180deg, rgb(184,22,74) 0%, rgb(215,61,110) 50%, rgb(184,22,74) 100%);
	box-shadow: 0 -5px #9f0b3b inset;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.spec table tr td .contact_btn a:hover {
	opacity: 0.7;
}
.spec table tr td .contact_btn a span {
	margin-left: 9px;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
	font-weight: 500;
}
.spec table tr td .contact_btn a .btn_arrow:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: #c1b37b 2px solid;
	border-right: #c1b37b 2px solid;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.spec .spec_inner > .spec_note {
	margin-top: 32px;
	font-size: 12px;
	color: #666;
}

/* contact */
.contact {
	background-color: #000;
}
.contact .contact_btn {
	height: 115px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact .contact_btn a {
	width: 550px;
	height: 70px;
	border-radius: 5px;
	padding-bottom: 6px;
	background-color: #ab9849;
	background-image: -moz-linear-gradient( -180deg, rgb(171,152,73) 0%, rgb(181,163,87) 50%, rgb(158,140,65) 100%);
	background-image: -webkit-linear-gradient( -180deg, rgb(171,152,73) 0%, rgb(181,163,87) 50%, rgb(158,140,65) 100%);
	background-image: -ms-linear-gradient( -180deg, rgb(171,152,73) 0%, rgb(181,163,87) 50%, rgb(158,140,65) 100%);
	box-shadow: 0 -5px #907e34 inset;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact .contact_btn a:hover {
	opacity: 0.9;
}
.contact .contact_btn a span {
	padding-left: 50px;
	padding-bottom: 2px;
	background: url("../img/pc/icon_mail.png") center left no-repeat;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 30px;
	font-weight: 500;
}

/*=======================================================================================
	追従ボタンアニメーション
=======================================================================================*/
#js_contact_scroll_fixed.m_fixed {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	transition: all 0.2s ease-out;
}
#js_contact_scroll_fixed.m_fixed_hided {
	bottom: -120px;
}
#js_contact_scroll_fixed.m_fixed_hided_init {
	position: fixed;
	left: 0;
	bottom: -120px;
	width: 100%;
	transition: all 0.2s ease-out;
}

/*=======================================================================================
	フッタ
=======================================================================================*/
#footer {
	width: 100%;
	padding: 60px 0 80px;
	text-align: center;
	background-color: #293a51;
	color: #fff;
}
#footer .footer_logo a {
	display: inline-block;
}
#footer #footer_navi {
	margin-top: 48px;
}

#footer #footer_navi ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
#footer #footer_navi ul li {
	margin-left: 30px;
	display: flex;
	align-items: center;
}
#footer #footer_navi ul li:first-of-type {
	margin-left: 0;
}
#footer #footer_navi ul li:before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-top: #c1b37b 1px solid;
	border-right: #c1b37b 1px solid;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#footer #footer_navi ul li a {
	margin-left: 10px;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}
#footer #footer_navi ul li a:hover {
	text-decoration: underline;
}
#copyright {
	margin-top: 50px;
	font-family: 'Crimson Text', serif;
	font-size: 12px;
}
