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

/*-------------------------------------------------------
					共通
-------------------------------------------------------*/

.link-btn a {
	max-width: 600px;
}

/*----タブ切り替え----*/
.tab-wrap {
	margin: 0 auto;
}

.tab-wrap .tab-btn {
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.tab-btn li {
	width: 48%;
	text-align: center;
	color: #191919;
	background: #f3f3f3;
	border: 1px solid #d6d6d6;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	font-size: 25px;
	padding: 25px;
	font-weight: bold;
	box-sizing: border-box;
	letter-spacing: .14em;
	cursor: pointer;
	transition: .8s cubic-bezier(.2, 1, .2, 1);
}

.tab-btn li:hover {
	opacity: 0.5; 
}

.tab-btn li.show {
	color: #FFF;
	background: #324fc4;
	border-color: #324fc4;
}

.tab-contents {
	max-height: 0;
	opacity: 0;
	display: none;
}

.tab-contents.show {
	max-height: 9999px;
	opacity: 1;
	display: block;
}

@media screen and (max-width: 1000px) {
	.tab-wrap .tab-btn {
		padding: 0 20px;
	}
	
	.tab-btn li {
		font-size: 19px;
		padding: 15px 20px;
		display:flex;
		justify-content: center;
		align-items: center;
	}
}

@media screen and (max-width: 480px) {
	.tab-btn li {
		font-size: 16px;
	}
}


/*----table----*/
.main-contents table {
    width: 100%;
	margin-top: 15px;
}

.main-contents table th,
.main-contents table td {
	border-collapse: collapse;
    border:1px solid #b9b9b9;
}


.main-contents table th {
	text-align: center;
	color: #191919;
	font-weight: bold;
	font-size: 15px;
	padding: 8px;
	box-sizing: border-box;
	background: #f5f5f5;
}

.main-contents table tr th:first-child {
	width: 130px;
}

.main-contents table td {
    padding: 8px 20px;
	text-align: left;
}

@media screen and (max-width: 1000px) {
	
	.main-contents table tr th:first-child {
		width: 30%;
	}
}



/*-------------------------------------------------------
					備品や付属品について
-------------------------------------------------------*/


/**/
.page-option .tab-contents .h-tab {
	text-align: center;
	font-size: 32px;
	letter-spacing: .08em;
	color: #324fc4;
	font-weight: bold;
	border-top: 6px solid #324fc4;
	padding: 40px 20px;
}

@media screen and (max-width: 1000px) {
	.page-option .tab-contents .h-tab {
		font-size: 25px;
		padding: 30px 20px;
		line-height: 1.2em;
	}
}


/**/
.page-option .tab-contents > section {
	margin-bottom: 60px;
}


.page-option .tab-contents .option-data {
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.page-option .tab-contents .option-data .left {
	width: 470px;
}

.page-option .tab-contents .option-data .right {
	width: 520px;
}

.page-option .tab-contents .option-data .right p.red {
	margin-top: 15px;
	font-size: 13px;
}

@media screen and (max-width: 1300px) {
	.page-option .tab-contents .option-data .left {
		width: 45%;
	}

	.page-option .tab-contents .option-data .right {
		width: 52%;
	}
}

@media screen and (max-width: 1000px) {
	.page-option .tab-contents .option-data {
		margin: 0 20px;
	}
}

@media screen and (max-width: 480px) {
	.page-option .tab-contents .option-data .left {
		width: 100%;
		margin-bottom: 20px;
	}

	.page-option .tab-contents .option-data .right {
		width: 100%;
	}
}


/*list*/
.page-option .tab-contents .option-list li:not(:last-child) {
	margin-bottom: 40px;
}

.page-option .tab-contents .option-list .h-type4 {
	margin-bottom: 25px;
}

.page-option .tab-contents .option-list + .option-data {
	margin-top: 20px;
}



/*-------------------------------------------------------
					名入れについて
-------------------------------------------------------*/

/*----メイン画像----*/
.page-naire .main-img dt {
	background: url("../../../../_images/type/tent/other/naire/main-img.webp") no-repeat right;
}

@media screen and (max-width: 1300px) {
	.page-naire .main-img dt img {
		width: 40%;
	}
	
	.page-naire .main-img dt {
		background-size: contain;
	}
}

@media screen and (max-width: 480px) {
	.page-naire .main-img dt img {
		width: 100%;
	}
	
	.page-naire .main-img dt {
		padding-bottom: 58%;
		background-position: bottom;
	}
}



/**/

.page-naire .type-list {
	margin-bottom: 60px;
}

.page-naire .type-list > li {
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.16);
}

.page-naire .type-list > li:not(:last-child) {
	margin-bottom: 35px;
}


.page-naire .type-list .h-type-list {
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	text-shadow: 
	#FFF 2px 0px,  #FFF -2px 0px,
	#FFF 0px -2px, #FFF 0px 2px,
	#FFF 2px 2px , #FFF -2px 2px,
	#FFF 2px -2px, #FFF -2px -2px,
	#FFF 1px 2px,  #FFF -1px 2px,
	#FFF 1px -2px, #FFF -1px -2px,
	#FFF 2px 1px,  #FFF -2px 1px,
	#FFF 2px -1px, #FFF -2px -1px;
	background: #f5f5f5;
	padding: 17px 20px;
}

.page-naire .type-list .type-box {
	padding: 25px 40px 35px;
}

.page-naire .type-list .type-box .inner {
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.page-naire .type-list .type-box .inner .img-data {
	width: 510px;
	position: relative;
}

.page-naire .type-list .type-box .inner .text-data {
	width: 400px;
}


/*フルカラー対応*/
.page-naire .type-list li.fullcolor .type-box .inner .img-data:after {
	content: "";
	display: block;
	background: url("../../../../_images/common/sticker-fullcolor.webp") no-repeat;
	width: 130px;
	height: 130px;
	position: absolute;
	top: -10px;
	left: 10px;
}


@media screen and (max-width: 1300px) {
	.page-naire .type-list .type-box .inner .img-data {
		width: 50%;
	}

	.page-naire .type-list .type-box .inner .text-data {
		width: 46%;
	}
}

@media screen and (max-width: 1000px) {
	.page-naire .type-list > li {
		margin: 0 15px;
	}
	
	/*フルカラー対応*/
	.page-naire .type-list li.fullcolor .type-box .inner .img-data:after {
		width: 90px;
		height: 90px;
		background-size: contain;
	}
}

@media screen and (max-width: 480px) {
	.page-naire .type-list .h-type-list {
	  font-size: 19px;
	}
	
	.page-naire .type-list .type-box {
		padding: 20px 25px;
	}
	
	.page-naire .type-list .type-box .inner .img-data {
		width: 100%;
		margin-bottom: 20px;
	}

	.page-naire .type-list .type-box .inner .text-data {
		width: 100%;
	}
}





/*----こんな時に使用します----*/

.page-naire .type-list .type-box .inner .text-data dl {
	margin-bottom: 20px;
}

.page-naire .type-list .type-box .inner .text-data dl dt {
	color: #FFF;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
	padding: 10px 20px;
	background: #4757ad;
	border-radius: 5px 5px 0 0;
}

.page-naire .type-list .type-box .inner .text-data dl dd.answer {
	background: #eef0f8;
	text-align: center;
	padding: 15px 100px 15px 30px;
	position: relative;
}
.page-naire .type-list .type-box .inner .text-data dl dd.answer:after {
	content: "";
	background: url("../../../../_images/common/commentary.webp") no-repeat;
	width: 94px;
	height: 99px;
	background-size: contain;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}

.page-naire .type-list .type-box .inner .text-data dl dd.answer p {
	font-size: 19px;
	font-weight: bold;
	color: #ff115f;
	letter-spacing: .1em;
	line-height: 1.5em;
	text-shadow: 
	#FFF 2px 0px,  #FFF -2px 0px,
	#FFF 0px -2px, #FFF 0px 2px,
	#FFF 2px 2px , #FFF -2px 2px,
	#FFF 2px -2px, #FFF -2px -2px,
	#FFF 1px 2px,  #FFF -1px 2px,
	#FFF 1px -2px, #FFF -1px -2px,
	#FFF 2px 1px,  #FFF -2px 1px,
	#FFF 2px -1px, #FFF -2px -1px;
}

.page-naire .type-list .type-box .inner .text-data dl dd.ps {
	background: #eef0f8;
	border-top: 1px solid #ccd1e4;
	padding: 15px 25px;
}

.page-naire .type-list .type-box .inner .text-data dl dd.ps p {
	font-size: 12px;
}

@media screen and (max-width: 480px) {
	.page-naire .type-list .type-box .inner .text-data dl dt {
		font-size: 15px;
	}
	
	.page-naire .type-list .type-box .inner .text-data dl dd.answer {
		padding-left: 20px;
	}
	
	.page-naire .type-list .type-box .inner .text-data dl dd.answer p {
		font-size: 16px;
	}
}


/*----名入れカラー----*/

.page-naire .type-list .type-box .naire-color {
	margin-top: 50px;
}

.page-naire .type-list .type-box .naire-color .h-color-list {
	color: #FFF;
	background: #36d795;
	padding: 20px;
	line-height: 1.3em;
	text-align: center;
	letter-spacing: .08em;
	margin-bottom: 25px;
}

.page-naire .type-list .type-box .naire-color .h-color-list > span {
	position: relative;
	padding-left: 110px;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.32);
	font-weight: bold;
	font-size: 21px;
	vertical-align: middle;
}

.page-naire .type-list .type-box .naire-color .h-color-list > span span {
	color: #ff1844;
	background: #ffef3e;
	border: 5px solid rgba(255,239,62,0.4);
	background-clip: padding-box;
	padding-top: 28px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-size: 17px;
	font-style: italic;
	text-shadow: 
	#FFF 2px 0px,  #FFF -2px 0px,
	#FFF 0px -2px, #FFF 0px 2px,
	#FFF 2px 2px , #FFF -2px 2px,
	#FFF 2px -2px, #FFF -2px -2px,
	#FFF 1px 2px,  #FFF -1px 2px,
	#FFF 1px -2px, #FFF -1px -2px,
	#FFF 2px 1px,  #FFF -2px 1px,
	#FFF 2px -1px, #FFF -2px -1px;
}

.page-naire .type-list .type-box .naire-color .h-color-list > span span em {
	font-size: 35px;
	letter-spacing: -.1em;
	margin-right: 3px;
	font-weight: bold;
	font-style: italic;
}


.page-brand .size-cont .size-color .h-sizecolor > span span em {
	font-size: 35px;
	letter-spacing: -.1em;
	margin-right: 3px;
	font-weight: bold;
	font-style: italic;
}


/*color-list*/
.page-naire .type-list .type-box .naire-color .color-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.page-naire .type-list .type-box .naire-color .color-list li {
	width: 68px;
	margin: 0 19px 15px 0;
	text-align: center;
}
.page-naire .type-list .type-box .naire-color .color-list li:nth-child(11n) {
	margin-right: 0;
}

.page-naire .type-list .type-box .naire-color .color-list li img {
	width: 100%;
	height: auto;
}

.page-naire .type-list .type-box .naire-color .color-list li figcaption {
  font-size: 12px;
  line-height: 1.3em;
  margin-top: 10px;
}

.page-naire .type-list .type-box .naire-color .color-list + p.red {
	text-align: right;
	margin-top: 5px;
	font-size: 13px;
}


@media screen and (max-width: 1300px) {
	.page-naire .type-list .type-box .naire-color .color-list li,
	.page-naire .type-list .type-box .naire-color .color-list li:nth-child(11n) {
		width: 9%;
		margin-right: 4%;
	}
	.page-naire .type-list .type-box .naire-color .color-list li:nth-child(8n) {
		margin-right: 0;
	}

}

@media screen and (max-width: 1000px) {
	.page-naire .type-list .type-box .naire-color .h-color-list > span {
		display: block;
		font-size: 18px;
		padding-left: 95px;
	}
}

@media screen and (max-width: 480px) {
	.page-naire .type-list .type-box .naire-color .color-list li,
	.page-naire .type-list .type-box .naire-color .color-list li:nth-child(11n),
	.page-naire .type-list .type-box .naire-color .color-list li:nth-child(8n) {
		width: 16%;
		margin-right: 5%;
	}
	.page-naire .type-list .type-box .naire-color .color-list li:nth-child(5n) {
		margin-right: 0;
	}
}




/*-------------------------------------------------------
					横幕について
-------------------------------------------------------*/

/*----メイン画像----*/
.page-yokomaku .main-img dt {
	background: url("../../../../_images/type/tent/other/yokomaku/main-img.webp") no-repeat right;
}

@media screen and (max-width: 1300px) {
	.page-yokomaku .main-img dt img {
		width: 40%;
	}
	
	.page-yokomaku .main-img dt {
		background-size: contain;
	}
}

@media screen and (max-width: 480px) {
	.page-yokomaku .main-img dt img {
		width: 100%;
	}
	
	.page-yokomaku .main-img dt {
		padding-bottom: 58%;
		background-position: bottom;
	}
}



/*----テント横幕仕様----*/
.page-yokomaku .about-cont {
	margin-bottom: 90px;
}


.page-yokomaku .about-cont .about-type {
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}

.page-yokomaku .about-cont .about-type div {
	width: 490px;
	border: 1px solid #aaaaaa;
	border-radius: 10px;
	box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.16);
	position: relative;
	overflow: hidden;
	padding: 30px;
	box-sizing: border-box;
}

.page-yokomaku .about-cont .about-type div:before {
	content: "";
	width: 100%;
	height: 6px;
	background: #485cb5;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.page-yokomaku .about-cont .about-type div dt {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 25px;
	letter-spacing: .12em;
}

.page-yokomaku .about-cont .about-type div dt mark {
	color: #122fb4;
	padding: 0 25px;
}

.page-yokomaku .about-cont .about-type div dd img {
	margin-bottom: 20px;
}

	
	
@media screen and (max-width: 1300px) {
	.page-yokomaku .about-cont .about-type div {
		width: 49%;
	}
}

@media screen and (max-width: 1000px) {
	.page-yokomaku .about-cont .about-type {
		padding: 0 20px;
	}
}

@media screen and (max-width: 480px) {
	.page-yokomaku .about-cont .about-type div {
		width: 100%;
	}
	
	.page-yokomaku .about-cont .about-type div:first-child {
		margin-bottom: 15px;
	}
	
	.page-yokomaku .about-cont .about-type div dt {
		font-size: 19px;
		margin-bottom: 15px;
	}
}


/*----カラーバリエーション----*/

.page-yokomaku .tab-btn li {
	font-size: 20px;
	padding: 15px 20px;
}

.page-yokomaku .color-cont {
	margin-bottom: 85px;
}

.page-yokomaku .color-cont .tab-contents .h-tab {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #324fc4;
	letter-spacing: .1em;
	padding: 30px 20px;
	border: 1px solid #324fc4;
	border-bottom: 4px solid #324fc4;
}
	
.page-yokomaku .color-cont .tab-contents .inner {
	padding: 35px 50px 60px;
	border: 1px solid #324fc4;
}

.page-yokomaku .color-cont .tab-contents .color-box {
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 15px;
}
	
.page-yokomaku .color-cont .tab-contents .color-box .img {
	width: 435px;
}

.page-yokomaku .color-cont .tab-contents .color-box .thum {
	width: 400px;
}

.page-yokomaku .color-cont .tab-contents .color-box .thum img {
	width: 100%;
	height: auto;
}


.page-yokomaku .color-box .thum ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
	
.page-yokomaku .color-box .thum ul li {
	width: 55px;
	text-align: center;
	margin-bottom: 13px;
	margin-right: 14px;
}
.page-yokomaku .color-box .thum ul li:nth-child(6n) {
	margin-right: 0;
}

.page-yokomaku .color-box .thum ul li figcaption {
	font-size: 12px;
	margin-top: 5px;
	line-height: 1.3em;
}

.page-yokomaku .color-box .thum dl dt {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	margin: 15px 0;padding-bottom: 3px;
	text-align: center;
}
.page-yokomaku .color-box .thum dl dt:after {
	content: "";
	width: 85px;
	height: 1px;
	background: #bebebe;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
	
	
/**/
.page-yokomaku .tab-contents .inner table {
	margin-bottom: 35px;
}
	
.page-yokomaku .tab-contents .inner .link-btn {
	margin-bottom: 0;
}

@media screen and (max-width: 1300px) {
	.page-yokomaku .color-cont .tab-contents .color-box .img {
		width: 48%;
	}

	.page-yokomaku .color-cont .tab-contents .color-box .thum {
		width: 48%;
	}
	
	.page-yokomaku .color-box .thum ul li {
		width: 15%;
		margin-right: 2%;
	}
}

@media screen and (max-width: 1000px) {
	
	.page-yokomaku .color-cont .tab-contents {
		margin: 0 10px;
	}
	
	.page-yokomaku .color-cont .tab-contents .h-tab {
		font-size: 20px;
		padding: 20px;
	}
	
	.page-yokomaku .color-cont .tab-contents .inner {
		padding: 20px 25px 60px;
	}
}

@media screen and (max-width: 600px) {
	.page-yokomaku .color-cont .tab-contents .color-box .img {
		width: 100%;
		margin-bottom: 15px;
	}

	.page-yokomaku .color-cont .tab-contents .color-box .thum {
		width: 100%;
	}
}
	


/*----ショート横幕----*/
.page-yokomaku .short-yokomaku {
	margin-bottom: 90px;
}

.page-yokomaku .short-yokomaku .dot {
	border: 2px dashed #000000;
	border-radius: 10px;
	padding: 30px 40px;
	margin: 40px auto 30px;
	text-align: center;
}

.page-yokomaku .short-yokomaku .dot .h-dot {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 25px;
	letter-spacing: .1em;
}

.page-yokomaku .short-yokomaku .dot .h-dot mark {
	padding: 0 40px;
	color: #3c3c3c;
}

.page-yokomaku .short-yokomaku .file {
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

@media screen and (max-width: 1000px) {
	
	.page-yokomaku .short-yokomaku .dot {
		margin: 20px 10px 30px;
	}
	
	.page-yokomaku .short-yokomaku table {
		margin: 0 auto;
		width: calc(100% - 40px);
	}
}

@media screen and (max-width: 480px) {
	
	.page-yokomaku .short-yokomaku {
		margin-bottom: 60px;
	}
	
	.page-yokomaku .short-yokomaku .dot {
		padding: 20px;
	}
	
	.page-yokomaku .short-yokomaku .dot .h-dot {
		font-size: 17px;
		margin-bottom: 15px;
	}
	
	.page-yokomaku .short-yokomaku .dot .h-dot mark {
		padding: 0;
	}
}

