@charset "UTF-8";
/* CSS Document */

img { -ms-interpolation-mode: bicubic !important; max-width: 100%; }

dd {
	margin-bottom: 0;
}

a:hover {
	text-decoration: none;
}

.mobile {
	display:none;
}

.pc {
	display:block;
}

.inner {
	width: 1140px;
	margin: 0 auto;
}

#campaign-wrapper a:link, #campaign-wrapper a:visited {
	color:#53565a;
}

#campaign-wrapper dl, #campaign-wrapper ul, #campaign-wrapper ol, #campaign-wrapper p {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
	font-size: 16px;
}

ul,ol,h4,h5,h6 {
	margin: 0;
	padding: 0;
	border: none;
}

#campaign-wrapper {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
	color:#53565a;
	font-size:16px;
	line-height:1.6;
	-webkit-text-size-adjust: 100%;
}


#campaign-wrapper > * {
	box-sizing: border-box;
}

#campaign-wrapper h4 {
	font-size: 24px;
	text-align: center;
	background: #4b4d56;
	color: #fff;
	padding: 20px 0;
	margin-bottom: 0;
}

#campaign-wrapper h4 span {
	font-size: 18px;
	display: block;
	margin-bottom: 5px;
}

#campaign-wrapper h5 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 0;
	background: #e0ded8;
	height: 70px;
	line-height: 70px;
}

#campaign-wrapper h6 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 0;
	background: #f3f2ef;
	height: 70px;
	line-height: 70px;
}

#campaign-wrapper section,
#campaign-content,
#shopWrap,#neck,#sonata {
	padding-top: 0;
	margin-top: 0 !important;
}

/*
section {
	margin-bottom: 100px;
}
*/

section .inner.bg-gray {
	background: #f3f2ef;
	padding: 50px;
}

section .cnt {
	background: #fff;
	padding: 30px;
}

#campaign-main p {
	text-align: right;
	margin-bottom: 10px;
}

#campaign-main span {
	display: block;
	text-align: right;
	margin: 10px 0 20px; 
	font-size:11px;
}

#campaign-main dl {
	text-align: center;
	background: url("../images/year_1.gif") no-repeat 885px top;
	padding-right: 200px;
	margin-bottom: 35px;
}

#campaign-main dl dt {
	font-size:28px;
	margin-bottom: 30px;
}

#campaign-main dl dd {
	font-size:15px;
}

#campaign-main nav {
	background: #e3dfda;
	padding: 35px 0;
}

#campaign-main nav ul {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content: space-between;
}

#campaign-main nav ul li {
	background: #fff;
	position: relative;
}

#campaign-main nav ul li::after {
	content: "";
	position: absolute;
	width: 12px;
    height: 12px;
    border-top: solid 1px #606266;
    border-right: solid 1px #606266;
    transform: rotate(45deg);
    top: 50%;
    right: -60px;
	margin-top: -8px;
}

#campaign-main nav ul li:last-child::after {
	display: none;
}

#step01 article {
	margin-top: 25px;
}

#step01 article:first-of-type {
	margin-top: 0;
}

#step01 article dl dt {
	text-align: center;
	margin: 30px auto;
}

#step01 article dl dd > p {
	float: left;
}

#step01 article dl dd div {
	float: right;
	width: 375px;
}

#step01 article dl dd div p:first-child {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}

#step01 article dl dd div p span {
	display: block;
	text-align: center;
}

#step01 article dl dd div ol {
	margin: 15px 0;
	list-style: none;
}

#step01 article dl dd div ul {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 25px;
}

#step01 article dl dd div ul li strong {
	width: 100px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	margin-right: 25px;
	text-align: center;
	font-size: 13px;
	color: #FFF;
	background-color: #53565a;
	vertical-align: 0.3em;
}

#step01 article dl dd div ul li span {
	font-size: 0.65em;
}

#step01 article dl dd div p:last-child {
	text-align: right;
}

#step01 article dl + p {
	font-size: 14px;
	margin-top: 15px;
}

#step02 article:first-of-type dl {
	text-align: center;
	padding: 10px 0 20px;
}

#step02 article:first-of-type dl:first-child {
	float: left;
	width: 560px;
}

#step02 article:first-of-type dl:last-child {
	float: right;
	width: 405px;
}

#step02 article:first-of-type dl dt {
	font-size: 14px;
	background-color: #f3f2ef;
	margin-bottom: 25px;
	height: 40px;
	line-height: 40px;
}

#step02 article:first-of-type dl dt strong {
	font-size: 18px;
	display: inline-block;
	margin-right: 5px;
	font-weight: normal;
}

#step02 article:last-child h6 {
	margin-bottom: 50px;
}

#step02 article:last-child div {
	width:840px;
	margin: 0 auto;
	padding-bottom: 45px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content: space-between;
}

#step02 article:last-child div dl {
	text-align: center;
}

#step02 article:last-child div dl dt {
	margin-bottom: 20px;
	font-size: 18px;
}

#step02 article:last-child div dl dd:last-child {
	margin-top: 35px;
}

#step03 div.bg-gray > p {
	text-align: center;
	font-size: 16px;
	margin-bottom: 40px;
	line-height: 1.6;
}

#step03 .cnt dl dt {
	text-align: center;
	height: 40px;
	line-height: 40px;
	background-color: #f3f2ef;
	margin-bottom: 25px;
}

#step03 .cnt dl dd a:first-child {
	display: block;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

#step03 .cnt dl dd p.bed-name {
	font-size: 18px;
	font-weight: bold;
}

#step03 .cnt dl dd ul {
	height: 90px;
}

#step03 .cnt dl dd ul li {
	font-size: 13px;
	margin-top: 5px;
}

#step03 .cnt dl dd p.bed-price {
	font-size: 22px;
	margin-bottom: 20px;
}

#step03 .cnt dl dd p.bed-price span {
	font-size: 0.65em;
}

#step03 .cnt dl dd p.bed-price + a {
	display: block;
	background-color: #131313;
	text-align: center;
}

#step03 .cnt dl:first-child {
	width: 224px;
	float: left;
}

#step03 .cnt dl:nth-child(2) {
	width: 728px;
	float: right;
}

#step03 .cnt dl:nth-child(2) div {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content: space-between;
}

#step03 .cnt dl:nth-child(2) div dd {
	width: 224px;
}

#step03 .cnt > p {
	clear: both;
	padding-top: 25px;
	font-size: 13px;
}

#frame-set h4, #frame-price h4 {
	padding: 0;
	height: 93px;
	line-height: 93px;
	font-size: 28px;
}

#frame-set .cnt > p {
	float: left;
}

#frame-set .cnt > div {
	float: right;
	width: 490px;
}

#frame-set .cnt > div > * {
	font-size: 14px;
}

#frame-set .cnt > div ul {
	margin-bottom: 5px;
}

#frame-set .cnt > div ul + p {
	margin-bottom: 30px;
}

#frame-set .cnt > div ul + p a {
	text-decoration: underline;
}

#frame-set .cnt > div ul + p a:hover {
	text-decoration: none;
}

#frame-set .cnt > div dl > * {
	display: inline-block;
	vertical-align: middle;
}

#frame-set .cnt > div dl dd {
	margin-left: 50px;
	position: relative;
	font-size: 28px;
	font-weight: bold;
}

#frame-set .cnt > div dl dd::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 12px;
	background: url("../images/arrow.gif") no-repeat center center / 10px auto;
	left: -30px;
	top: 50%;
	margin-top: -6px;
}

#frame-set .cnt > div dl dd span {
	font-size: 0.65em;
}

#frame-set .cnt > div dl + p {
	margin-top: 30px;
	text-align: right;
}

#frame-price h4 em {
	display: inline-block;
	font-style: normal;
	font-size: 16px;
	vertical-align: 0.2em;
	margin-left: 25px;
}

#frame-price table {
	margin-top: 45px;
	width: 100%;
	border-collapse: collapse;
}

#frame-price table th, #frame-price table td {
	font-size: 14px;
	border: 1px solid #ccc;
	vertical-align: middle;
}

#frame-price table th {
	background: #f3f2ef;
	font-weight: bold;
	height: 100px;
	text-align: center;
}

#frame-price table th span {
	font-size: 10px;
}

#frame-price table td {
	padding: 3px 10px;
	text-align: right;
}

#frame-price table tr > th:first-child {
	width: 135px;
}

#frame-price table tr > th:nth-child(2) {
	width: 155px;
}

#frame-price table tr > th:nth-child(4),
#frame-price table tr > th:nth-child(5),
#frame-price table tr > th:nth-child(6),
#frame-price table tr > th:nth-child(7) {
	width: 150px;
}




@media only screen and (max-width: 768px) {
	
	.mobile {
		display:block;
	}

	.pc {
		display:none;
	}
	
	.inner {
		width: 100%;
		padding: 0 2.5%;
	}
	
	#campaign-wrapper dl, #campaign-wrapper ul, #campaign-wrapper ol, #campaign-wrapper p {
		font-size: 14px;
	}

	#campaign-wrapper {
		font-size:14px;
		line-height:1.4;
	}

	
	#campaign-wrapper h4 {
		font-size: 20px;
		padding: 15px 0;
	}

	#campaign-wrapper h4 span {
		font-size: 16px;
		margin-bottom: 5px;
	}

	#campaign-wrapper h5 {
		font-size: 18px;
		height: 45px;
		line-height: 45px;
	}

	#campaign-wrapper h6 {
		font-size: 18px;
		height: 45px;
		line-height: 45px;
	}

/*
	section {
		margin-bottom: 50px;
	}
*/

	section .inner.bg-gray {
		padding: 25px;
	}

	section .cnt {
		padding: 15px;
	}
	
	#campaign-main {
		overflow:hidden;
	}

	#campaign-main p {
		text-align: center;
		margin-bottom: 5px;
	}
	
	#campaign-main > img {
		width: 120%;
		margin-left: -10%;
		max-width: none;
	}

	#campaign-main span {
		margin: 5px 0 10px; 
		font-size:10px;
	}

	#campaign-main dl {
		padding-right: 15%;
		margin-bottom: 20px;
		background-position: 97.5% top;
		background-size: 10% auto;
	}

	#campaign-main dl dt {
		font-size:22px;
		margin-bottom: 15px;
	}

	#campaign-main dl dd {
		font-size:14px;
		line-height: 1.5;
	}

	#campaign-main nav {
		padding: 20px 0;
	}

	#campaign-main nav ul li {
		width: 30%;
	}

	#campaign-main nav ul li::after {
		right: -10%;
	}

	#step01 article {
		margin-top: 40px;
	}

	#step01 article dl dt {
		margin: 20px auto;
	}

	#step01 article dl dd > p {
		float: none;
		text-align: center;
		height: 360px;
		overflow: hidden;
		margin-bottom: 20px;
	}
	
	#step01 article dl dd > p img {
		margin-top: -16.5%;
	}

	#step01 article dl dd div {
		float: none;
		width: 100%;
	}

	#step01 article dl dd div p:first-child {
		width: 50%;
		text-align: center;
		margin-bottom: 0;
		float: left;
	}
	
	#step01 article dl dd div p:nth-child(2) {
		width: 50%;
		text-align: center;
		margin-bottom: 0;
		float: right;
	}

	#step01 article dl dd div ol {
		clear: both;
		margin: 0;
		padding: 20px 0;
	}

	#step01 article dl dd div ul {
		font-size: 24px;
		margin-bottom: 15px;
	}

	#step01 article dl dd div ul li strong {
		width: 100px;
		height: 25px;
		line-height: 25px;
		display: inline-block;
		margin-right: 25px;
		text-align: center;
		font-size: 13px;
		color: #FFF;
		background-color: #53565a;
		vertical-align: 0.3em;
	}

	#step01 article dl dd div ul li span {
		font-size: 0.75em;
	}

	#step01 article dl dd div p:last-child {
		text-align: center;
		width: 50%;
		margin: 0 auto;
	}

	#step01 article dl + p {
		font-size: 12px;
		margin-top: 10px;
	}

	#step02 article:first-of-type dl {
		padding: 10px 0 15px;
	}

	#step02 article:first-of-type dl:first-child {
		float: none;
		width: 100%;
	}

	#step02 article:first-of-type dl:last-child {
		float: none;
		width: 100%;
	}

	#step02 article:first-of-type dl dt {
		font-size: 13px;
		margin-bottom: 15px;
		height: auto;
		line-height: 1.4;
		padding: 8px;
	}

	#step02 article:first-of-type dl dt strong {
		font-size: 15px;
		display: block;
		margin-right: 0;
	}

	#step02 article:last-child h6 {
		margin-bottom: 30px;
	}

	#step02 article:last-child div {
		width:100%;
		margin: 0 auto;
		padding-bottom: 20px;
	}

	#step02 article:last-child div dl {
		text-align: center;
		width: 30%;
	}

	#step02 article:last-child div dl dt {
		margin-bottom: 10px;
		font-size: 16px;
	}

	#step02 article:last-child div dl dd:last-child {
		margin-top: 20px;
	}

	#step03 div.bg-gray > p {
		font-size: 14px;
		margin-bottom: 25px;
		line-height: 1.4;
	}

	#step03 .cnt dl dt {
		height: auto;
		line-height: 1.4;
		margin-bottom: 10px;
		padding: 8px;
	}

	#step03 .cnt dl dd a:first-child {
		margin-bottom: 10px;
		text-align: center;
	}

	#step03 .cnt dl dd p.bed-name {
		font-size: 14px;
	}

	#step03 .cnt dl dd ul {
		height: auto;
	}

	#step03 .cnt dl dd ul li {
		font-size: 12px;
		margin-top: 5px;
	}

	#step03 .cnt dl dd p.bed-price {
		font-size: 18px;
		margin-bottom: 15px;
	}

	#step03 .cnt dl dd p.bed-price span {
		font-size: 0.75em;
	}

	#step03 .cnt dl dd p.bed-price + a {
		width: 165px;
		margin: 0 auto;
	}

	#step03 .cnt dl:first-child {
		width: 100%;
		float: none;
		margin-bottom: 40px;
	}

	#step03 .cnt dl:nth-child(2) {
		width: 100%;
		float: none;
	}

	#step03 .cnt dl:nth-child(2) div {
		display: block;
	}
	
	#step03 .cnt dl:nth-child(2) div dd {
		margin-bottom: 40px;
		width: 100%;
	}
	
	#step03 .cnt dl:nth-child(2) div dd:last-child {
		margin-bottom: 0;
	}

	#step03 .cnt > p {
		padding-top: 15px;
		font-size: 11px;
	}

	#frame-set h4, #frame-price h4 {
		padding: 15px 0;
		height: auto;
		line-height: 1.4;
		font-size: 20px;
	}

	#frame-set .cnt > p {
		float: none;
		text-align: center;
	}

	#frame-set .cnt > div {
		float: none;
		width: 100%;
	}

	#frame-set .cnt > div > * {
		font-size: 12px;
	}

	#frame-set .cnt > div ul {
		margin-bottom: 5px;
	}

	#frame-set .cnt > div ul + p {
		margin-bottom: 20px;
	}

	#frame-set .cnt > div dl dd {
		margin-left: 30px;
		font-size: 24px;
	}

	#frame-set .cnt > div dl dd::before {
		width: 10px;
		height: 12px;
		background: url("../images/arrow.gif") no-repeat center center / 10px auto;
		left: -15px;
		top: 50%;
		margin-top: -6px;
	}

	#frame-set .cnt > div dl dd span {
		font-size: 0.75em;
	}

	#frame-set .cnt > div dl + p {
		margin-top: 15px;
		text-align: center;
	}

	#frame-price h4 em {
		font-size: 13px;
		vertical-align: 0.2em;
		margin-left: 15px;
	}
	
	#frame-price h4 + div {
		overflow-x: scroll;
		
	}

	#frame-price table {
		margin-top: 30px;
		width: 100%;
	}

	#frame-price table th, #frame-price table td {
		font-size: 12px;
	}

	#frame-price table th {
		height: 50px;
	}

	#frame-price table th span {
		font-size: 9px;
	}

	#frame-price table td {
		padding: 3px;
		text-align: center;
	}

	#frame-price table tr > th:first-child {
		width: 80px;
	}

	#frame-price table tr > th:nth-child(2) {
		width: 90px;
	}

	#frame-price table tr > th:nth-child(4),
	#frame-price table tr > th:nth-child(5),
	#frame-price table tr > th:nth-child(6),
	#frame-price table tr > th:nth-child(7) {
		width: 100px;
	}


	
	
	
	
	
	
	.fs-outer .inner {
		box-sizing: border-box;
	}
	
	.section-search .cont-shop-search .body ul li {
		text-indent: 0 !important;
	}
	
	
/***メディアクエリここまで***/}


@media only screen and (max-width: 640px) {
	
	section .inner.bg-gray {
		padding: 2.5%;
	}

	section .cnt {
		padding: 2.5%;
	}
	
	#campaign-wrapper h6 {
		font-size: 14px;
		height: auto;
		line-height: 1.4;
		padding: 8px;
	}
	
	#campaign-main dl {
		padding-right: 22%;
		background-position: 97.5% top;
		background-size: 18% auto;
	}

	#campaign-main dl dt {
		font-size:20px;
		margin-bottom: 10px;
	}

	#campaign-main dl dd {
		font-size:12px;
		text-align: left;
	}
	
	#campaign-main nav ul {
		display: block;
	}
	
	#campaign-main nav ul li {
		padding-bottom: 20px;
		margin-bottom: 15px;
		width: 100%;
		background: none;
	}
	
	#campaign-main nav ul li:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
	}

	#campaign-main nav ul li::after {
		width: 12px;
		height: 12px;
		transform: rotate(135deg);
		top: auto;
		bottom: 0;
		right: 50%;
		margin-top: -0;
		margin-right: -8px;
	}

	#campaign-main nav ul li:last-child::after {
		display: none;
	}
	
	#step01 article dl dt {
		font-size:13px;
	}
	
	#step01 article dl dd > p {
		height: calc(325px - 16.5%);
		margin-bottom: 20px;
	}
	
	#step01 article dl dd div p:first-child {
		width: 100%;
		margin-bottom: 20px;
		float: none;
	}
	
	#step01 article dl dd div p:nth-child(2) {
		width: 100%;
		float: none;
	}
	
	#step01 article dl dd div p:last-child {
		width: 100%;
	}

	#step02 article:last-child div {
		display: block;
	}
	
	#step02 article:last-child div dl {
		width: 100%;
		margin-bottom: 25px;
	}
	
	#step02 article:last-child div dl:last-child {
		margin-bottom: 0;
	}
	
	#step03 .cnt dl dd p.bed-price + a {
		width: 100%;
	}
	
	#frame-price table {
		margin-top: 30px;
		width: 725px;
	}
	
	#frame-price table tr > th:first-child {
		width: 80px;
	}

	#frame-price table tr > th:nth-child(2) {
		width: 90px;
	}

	#frame-price table tr > th:nth-child(4),
	#frame-price table tr > th:nth-child(5),
	#frame-price table tr > th:nth-child(6),
	#frame-price table tr > th:nth-child(7) {
		width: 100px;
	}

/***メディアクエリここまで***/}

