@charset "utf-8";
html {
	scroll-padding-top: 32px;
}
body {
	margin: 0;
	padding: 0;
	display:block;
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "游ゴシック", sans-serif;
-webkit-text-size-adjust: 100%;
	color:#000;
	text-align: center;
	vertical-align:middle;
	background-position: center top;
	background-repeat: repeat;
	box-sizing: border-box;
	font-weight: 400;
}
p {
	padding:0;
	margin: 0;
}
a {
	color:inherit;
	text-decoration: none;
}
img {
	border-style:none;
}
li {
	list-style-type:none;
}
button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
/*------------------------------------------------------------------*/
a:hover img.mouse_over {
	position:relative;
	top:2px;
}
/*------------------------------------------------------------------*/
.wrapper {
	overflow: hidden;
	margin: 0 auto;
}
@media screen and (max-width: 832px) {
.wrapper {
	max-width:832px;
}}
@media screen and (max-width: 600px) {
.wrapper {
	max-width:600px;
	min-width: 600px;
}}
main {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 16px;
	box-sizing: border-box;
}
/*------------------------------------------------------------------*/
.youtube_wrap{
	max-width: 1080px;
	height: 56.25%;
	margin: 40px auto 0;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
/*------------------------------------------------------------------*/
h1 {
	margin:0 auto;
}
h1 img {
	width:100%;
	height:auto;
	vertical-align:middle;/*余白対策　必須*/
}
.pc_title {
	display:block;
}
.sp_title {
	display:none;
}
@media screen and (max-width: 600px) {
.pc_title {
	display:none;
}
.sp_title {
	display:block;
}}
/*------------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom:20px;
	right: 20px;
}
#page-top a {
	color: #fff;
	font-weight: 900;
	font-size:26px;
	background-color: rgb(0, 54, 109);
	text-decoration: none;
	width: 60px;
	height:60px;
	text-align: center;
	display: block;
	border-radius: 30px;
	line-height:220%;
	opacity: 0.8;
}
/*------------------------------------------------------------------*/
.gnav {
	max-width:1200px;
	height:50px;
	margin:0 auto;
	padding: 0;/*余白対策　必須*/
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.gnav li {
	width:25%;
	box-sizing: border-box;
	border-right:solid 1px #ffffff;
}
.gnav li:first-child {
	border-left:solid 1px #ffffff;
}
.gnav li:last-child {
	border-right:solid 1px #ffffff;
}
.gnav li a {
	display:block;
	line-height:2.6;
	height:50px;
	color:#ffffff;
	text-decoration: none;
	font-size:20px;
}
.gnav li a:hover {
	background-color: rgb(125, 168, 195);
}
.gnav li span a {
	background-color: rgb(125, 168, 195);
}
@media screen and (max-width: 1200px) {
.gnav li:first-child {
	border-left:none;
}
.gnav li:last-child {
	border-right:none;
}}
.gnav_bg {
	height:50px;
	margin:0 auto;
	padding:0;
	background-image: linear-gradient(0deg, rgba(102, 139, 161, 1), rgba(0, 54, 109, 1));
}
@media screen and (max-width: 600px) {
.gnav_bg {
	background: linear-gradient(0deg, rgba(102, 139, 161, 1) 10%, rgba(0, 54, 109, 1) 50%, rgba(102, 139, 161, 1) 50%, rgba(102, 139, 161, 1) 60%, rgba(0, 54, 109, 1) 100%);
}
.gnav {
	min-width:460px;
	height:73px;
	margin:0 auto;
	padding:0;
}
.gnav li {
	width:50%;
	border-right:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
}
.gnav li:last-child {
	width:50%;
	border:none;
}
.gnav li:nth-child(2){
	border-right:none;
}
.gnav li a {
	line-height:1.8;
	height:36px;
}
.gnav_bg {
	height: 73px;
}}
/*------------------------------------------------------------------*/
footer {
margin: 40px auto;
}
.foot_menu {
	color: #000;
	text-align: center;
	font-size: 16px;
	margin: 20px auto 40px;
}
.foot_menu a {
	color: #000;
	text-decoration: none;
}
.foot_menu a:hover {
	text-decoration: underline;
}
.note {
	font-size:10px;
	margin:0 auto;
	padding:0 10px 50px;
}
/*------------------------------------------------------------------*/
/*top---------------*/
.top_title {
	font-size: 32px;
	font-weight: 900;
	color: #000;
	margin: 48px auto 0;
	letter-spacing: 1px;
	line-height: 1.2;
}
.top_text_br {
	display: none;
}
/*------------------------------------------------------------------*/
.top_text {
	margin:10px auto 0;
	font-size:16px;
	line-height: 1.8;
}
@media screen and (max-width: 840px) {
.top_text_br {
	display: inline;
}}
/*------------------------------------------------------------------*/
.heading {
	margin: 80px auto 0;
	font-size: 36px;
	font-weight: 700;
	color: rgb(0, 54, 109);
	letter-spacing: 1em;
}
@media screen and (max-width: 680px) {
#design {
	letter-spacing: 0.5em;
}}
/*------------------------------------------------------------------*/
.btn {
	margin:5px 0 0;
}
/*------------------------------------------------------------------*/
.headline_gold {
	width: 100%;
	margin: 64px auto 0;
	padding: 24px 0 16px;
	border-top: solid 3px rgb(204, 162, 77);
	border-bottom: solid 3px rgb(204, 162, 77)
}
.headline_silver {
	width: 100%;
	margin: 48px auto 0;
	padding: 24px 0 16px;
	border-top: solid 3px rgb(116, 141, 155);
	border-bottom: solid 3px rgb(116, 141, 155)
}
.top_gold {
	margin: 48px auto 0;
	display:flex;
	justify-content: space-around;
	flex-wrap: wrap;
	max-width: 696px;
}
.top_silver {
	margin: 48px auto 0;
}
/*------------------------------------------------------------------*/
/*design--------------*/
.design_item_container {
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	max-width: 960px;
}
@media screen and (max-width: 680px) {
.design_item_container {
	display: block;
	}}
.design_item {
	margin: 0 auto ;
	padding: 16px;
}
@media screen and (max-width: 680px) {
.design_item {
	max-width: 60%;
}}
.design_note {
	margin: 60px auto 48px;
	font-size: 14px;
	line-height: 0.75;
}
.design_note_br {
	display: none;
}
@media screen and (max-width: 640px) {
.design_note {
	line-height: 0.75;
}
.design_note_br {
	display: block;
}}
.design_item_title {
	margin-bottom: 8px;
}

.design_item_text {
	text-align: left;
	max-width: 400px;
	margin: 0 auto 0;
}
.design_item_text_silver {
	font-weight: 700;
	font-size: 20px;
	text-align: left;
}
/*------------------------------------------------------------------*/
/*summary---------------*/
.main_inside_summary {
max-width: 815px;
margin: 30px auto;
}
.summary_text {
	text-align:left;
	font-size: 16px;
	margin-left: 30px;
	text-indent:0;
	line-height: 1.75;
	margin-top: 0;
	margin-bottom: 25px;
	padding-right: 32px;
}
.caption_summary {
	background-color: rgb(0, 54, 109);
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	text-align: left;
	text-indent:1em;
	width: 300px;
	height: 36px;
	margin: 32px 0 16px;
	clip-path: polygon(
	0 0,
	100% 0,
	90% 100%,
	0 100%
);
}
.summary_text a {
	color: rgb(0, 54, 109);
	text-decoration: none;
}
.summary_text a:hover {
	text-decoration: underline;
}
.summary_img {
	max-width:808px;
	margin:0 auto;
}
.summary_img img {
	width:100%;
	height:auto;
}
.summary_price_small {
	font-size:13px;
	text-align:left;
	margin:10px 0 0 auto;
	width:395px;
}
.summary_text_small {
	font-size:12px;
	text-align:left;
	margin:10px 0 0 auto;
	width:370px;
}
.summary_text span {
	display: none;
}
@media screen and (max-width: 620px) {
.summary_text span {
	display: inline;
}}
/*------------------------------------------------------------------*/
/*sale----------------*/
.table_sale {
	max-width:848px;
	margin:16px auto 32px;
	box-sizing: border-box;
	padding: 10px;
}
.table_sale table tr th {
	font-size: 16px;
	text-align: left;
	padding:10px;
	width:100px;
	vertical-align:text-top;
	line-height:200%;
}
.table_sale table tr td {
	font-size: 16px;
	text-align: left;
	padding:10px;
	max-width:848px;
	vertical-align:text-top;
	line-height:200%;
}
.table_sale table tr td span {
	display: inline;
}
@media screen and (max-width: 880px) {
.table_sale table tr td span {
	display: none;
}}
@media screen and (max-width: 832px) {
.table_sale {
	max-width:650px;
	padding: 20px;
}}