@charset "UTF-8";

/*
（768px以上）タブレット以上の場合 タブレットを含む
@media (min-width:768px){}

横幅1180pxより大きいとき（PC表示）
@media (min-width:1180px){
}
*/

/****************************************************************************
 	mainvisual-sec
****************************************************************************/
@media (min-width:768px){

}
@media (min-width:1180px){
	
}

/****************************************************************************
 	intro-sec
****************************************************************************/
.intro-sec .copy {
	text-align: center;
	font-size: 1.1em;
	padding: 0 4%;
}
.intro-sec .intro-photo-box {
	position: relative;
}
.intro-sec .intro-photo-box:before {
	content: "";
	position: absolute;
	top: -3em;
	left: 0;
	display:block;
	width: 100%;
	height: 500px;
	background: #1a1a1a;
	clip-path:polygon(0 20%, 100% 0, 100% 80%, 0 100%);
	z-index: -100;
}
.intro-sec .intro-photo-box .list {
	z-index: 100;
}
.intro-sec .intro-photo-box .list-item {
	margin-top: 1.5em;
}
.intro-sec .intro-photo-box .list-item:first-child {
	margin-right: 10%;
}
.intro-sec .intro-photo-box .list-item:last-child {
	margin-left: 10%;
}
@media (min-width:768px){
	.intro-sec .copy {
		font-size: 1.4em;
		padding: 0 3%;
	}
	.intro-sec .intro-photo-box:before {
		top: 0;
		height: 400px;
		clip-path:polygon(0 30%, 100% 0, 100% 70%, 0 100%);
	}
	.intro-sec .intro-photo-box .list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.intro-sec .intro-photo-box .list-item {
		width: 48.5%;
		margin-top: 0;
	}
	.intro-sec .intro-photo-box .list-item:first-child {
		margin-right: 0;
		margin-top: 2em;
	}
	.intro-sec .intro-photo-box .list-item:last-child {
		margin-left: 0;
		margin-top: 4em;
	}
}
@media (min-width:1180px){
	.intro-sec .copy {
		font-size: 2.2em;
	}
	.intro-sec .intro-photo-box:before {
		top: 0;
		height: 800px;
	}
	.intro-sec .intro-photo-box .list-item:first-child {
		margin-top: 3em;
	}
	.intro-sec .intro-photo-box .list-item:last-child {
		margin-top: 8em;
	}
}

/****************************************************************************
 	type-sec
****************************************************************************/
.type-sec {
	margin: 3em 0;
}
@media (min-width:768px){
	.type-sec {
		margin: 5em 0;
	}
}
@media (min-width:1180px){
	.type-sec {
		margin: 10em 0;
	}
}


.type-sec .list-item {
	margin-bottom: 3em;
}
.type-sec .box {
	padding: 1em 1.5em 1em 1.5em;
	margin-top: -3em;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.type-sec .box.type1 {
	background-color: #001611;
}
.type-sec .box.type2 {
	background-color: #05091c;
}
.type-sec .box .copy-vertical {
	width: 20%;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	font-size: 3em;
	line-height: 1;
}
.type-sec .box .note {
	width: 78%;
	padding-top: 2em;
}
.type-sec .box .note .copy-main {
	color: #fff;
	font-size: 1.6em;
	line-height: 1.5;
	margin-bottom: .5em;
}
.type-sec .box .note .copy-main span {
	padding: 0 0 0 5px;
}
.type-sec .box.type1 .note .copy-main span {
	background-color: #009570;
}
.type-sec .box.type2 .note .copy-main span {
	background-color: #1b2f8b;
}
.type-sec .box .note .copy-sub {
	color: #919191;
	line-height: 1.8;
	font-size: 1em;
}
.type-sec .box .note .copy-sub.name {
	text-align: right;
	margin-top: .5em;
}
@media (min-width:768px){
	.type-sec .list-item {
		margin-bottom: 5em;
	}
	.type-sec .box {
		padding: 1em 3em 2em 3em;
		margin-top: -7em;
	}
	.type-sec .box .copy-vertical {
		width: 15%;
		font-size: 4em;
	}
	.type-sec .box .note {
		width: 83%;
		padding-top: 4em;
	}
	.type-sec .box .note .copy-main {
		font-size: 1.8em;
		margin-bottom: .5em;
	}
	.type-sec .box .note .copy-main span {
		padding: 0 0 0 5px;
	}
	.type-sec .box .note .copy-sub {
		font-size: 1.1em;
	}
}
@media (min-width:1180px){
	.type-sec .list-item {
		margin-bottom: 7em;
	}
	.type-sec .box {
		padding: 1em 5em 2em 5em;
		margin-top: -12em;
	}
	.type-sec .box .copy-vertical {
		width: 12%;
		font-size: 5em;
	}
	.type-sec .box .note {
		width: 87%;
		padding-top: 8em;
	}
	.type-sec .box .note .copy-main {
		font-size: 2.2em;
		margin-bottom: .5em;
	}
	.type-sec .box .note .copy-main span {
		padding: 0 0 0 10px;
	}
	.type-sec .box .note .copy-sub {
		font-size: 1.2em;
		line-height: 2;
	}
}

/****************************************************************************
 	info-sec
****************************************************************************/
.info-sec {
	background: url("../img/info_bg.jpg")no-repeat top center;
	background-size: cover;
	padding: 3em 0;
}
@media (min-width:768px){
	.info-sec {
		padding: 4em 0;
	}
}
@media (min-width:1180px){
	.info-sec {
		padding: 5em 0;
	}
}

/* タイトル
-------------------------------*/
.info-sec .title-logo {
	text-align: center;
	margin-bottom: .5em;
}
.info-sec .title-logo img {
	width: 250px;
}
@media (min-width:768px){
	.info-sec .title-logo img {
		width: 300px;
	}
}
@media (min-width:1180px){
	.info-sec .title-logo img {
		width: 390px;
	}
}

/* リスト
-------------------------------*/
.info-sec .list-item {
	padding: 0 8%;
	margin-bottom: 1.5em;
}
.info-sec .list-item .copy {
	margin-top: .5em;
	line-height: 1.5;
	font-size: 1em;
}
@media (min-width:768px){
	.info-sec .list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.info-sec .list-item {
		width: 31%;
		padding: 0 0;
		margin-bottom: 0;
	}
	.info-sec .list-item .copy {
		font-size: .9em;
	}
}
@media (min-width:1180px){
	.info-sec .list-item .copy {
		font-size: 1em;
	}
}

/* 表
-------------------------------*/
.info-sec table {
	word-break: break-all;
	word-wrap: break-word;
	width: 100%;
	border-top: 1px dashed #595959;
	margin-top: 3em;
}
.info-sec th,
.info-sec td {
	border-bottom: 1px dashed #595959;
	vertical-align: middle;
	font-size: .9em;
	padding: .5em .5em;
	line-height: 1.5;
}
.info-sec th {
	background-color: rgba(0,0,0,0.2);
	font-weight: bold;
	width: 20%;
}
.info-sec td {
	text-align: center;
}
.info-sec td img {
	width: 120px;
}
.info-sec .type1-title {
	background-color: #009570;
	width: 40%;
}
.info-sec .type2-title {
	background-color: #1b2f8b;
	width: 40%;
}
.info-sec .type1-td {
	background-color: rgba(0,149,112,0.15);
}
.info-sec .type2-td {
	background-color: rgba(27,47,139,0.2);
}
@media (min-width:768px){
	.info-sec table {
		margin-top: 2em;
	}
	.info-sec th,
	.info-sec td {
		font-size: 1em;
		padding: 1em 1em;
	}
	.info-sec td img {
		width: 200px;
	}
	.info-sec .type1-title,
	.info-sec .type2-title {
		padding: 0 1em;
	}
}
@media (min-width:1180px){
	.info-sec th,
	.info-sec td {
		font-size: 1.2em;
		padding: 1em 1.5em;
	}
	.info-sec th {
		width: 20%;
	}
	.info-sec td img {
		width: 290px;
	}
	.info-sec .type1-title,
	.info-sec .type2-title {
		padding: 0 1em;
	}
}

/****************************************************************************
 	 gallery-sec
****************************************************************************/
.gallery-sec {
	padding: 3em 0;
}
.gallery-sec .title-M {
	margin-bottom: .3em;
}
@media (min-width:768px){
	.gallery-sec {
		padding: 4em 0;
	}
}
@media (min-width:1180px){
	.gallery-sec {
		padding: 5em 0;
	}
}


/* youtube埋め込み
-------------------------------*/
.gallery-sec .youtube-box iframe {
	width: 100%;
	height: 200px;
}
@media (min-width:768px){
	.gallery-sec .youtube-box {
		width: 80%;
		margin: 0 auto;
	}
	.gallery-sec .youtube-box iframe {
		height: 380px;
	}
}
@media (min-width:1180px){
	.gallery-sec .youtube-box {
		width: 900px;
		margin: 0 auto;
	}
	.gallery-sec .youtube-box iframe {
		height: 500px;
	}
}

/* 写真リスト
-------------------------------*/
.gallery-sec .list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 3em;
}
.gallery-sec .list-item {
	width: 47.5%;
	margin-right: 5%;
	margin-bottom: 5%;
}
.gallery-sec .list-item:nth-child(2n) {
	margin-right: 0;
}
@media (min-width:768px){
	.gallery-sec .list {
		margin-top: 5em;
	}
}
@media (min-width:1180px){
	.gallery-sec .list {
		width: 1180px;
		margin: 6em auto 0 auto;
	}
}

/****************************************************************************
 	notice-sec
****************************************************************************/
.notice-sec {
	background-color: #101010;
	color: #919191;
	text-align: center;
	font-size: .8em;
	padding: 1em 0;
}
@media (min-width:768px){
	.notice-sec {
		font-size: .9em;
		padding: 2em 0;
	}
}
@media (min-width:1180px){
	.notice-sec {
		font-size: 1em;
		padding: 2em 0;
	}
}

/****************************************************************************
 	contact-sec
****************************************************************************/
.contact-sec {
	padding: 3em 0 2em 0;
	background: url("../img/contact_bg.jpg")no-repeat center top;
	background-size: cover;
}
@media (min-width:768px){
	.contact-sec {
		padding: 4em 0 3em 0;
	}
}
@media (min-width:1180px){
	.contact-sec {
		padding: 6em 0 4em 0;
	}
}

/* タイトル
-------------------------------*/
.contact-sec .title-M {
	font-size: 1em;
}
@media (min-width:768px){
	.contact-sec .title-M {
		font-size: 1.2em;
	}
}
@media (min-width:1180px){
	.contact-sec .title-M {
		font-size: 1.3em;
	}
}

/* ボックス
-------------------------------*/
.contact-sec .cont-box {
	background-color:rgba(0,0,0,0.8);
	padding: 5% 5% 8% 5%;
	margin-top: 1em;
	color: #fff;
	text-align: center;
}
.contact-sec .cont-box .tel-wrap .list-item {
	margin-top: 1em;
}
.contact-sec .cont-box .tel-wrap .list-item .title {
	font-size: 1.3em;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1.4;
}
.contact-sec .cont-box a.btn {
	position: relative;
	display: block;
	width: 300px;
	height: 55px;
	padding: 12px 0 0 0;
	background-color: #fff;
	border: 3px solid #fff;
	border-radius: 50px;
	color: #000;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.8em;
	line-height: 1;
	margin: 5px auto 0 auto;
	transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s eease-in-out;
}
.contact-sec .cont-box a.btn.mail {
	font-size: 1.2em;
	line-height: 1.3;
}
.contact-sec .cont-box a.btn:hover {
	opacity: .85;
}
.contact-sec .cont-box .copy-sub {
	margin-top: .4em;
	font-size: .9em;
}
.contact-sec .cont-box .company {
	margin-top: 2em;
	line-height: 1.8;
	font-weight: 500;
	font-size: .9em;
}
.contact-sec .cont-box .company a {
	text-decoration: none;
}
.contact-sec .cont-box .company .link-txt-blank {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
@media (min-width:768px){
	.contact-sec .cont-box {
		padding: 5% 3% 5% 3%;
		margin-top: 1em;
	}
	.contact-sec .cont-box .tel-wrap .list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.contact-sec .cont-box .tel-wrap .list-item {
		width: 50%;
		margin-top: 0;
		padding-bottom: 1em;
	}
	.contact-sec .cont-box .tel-wrap .list-item:first-child {
		border-right: 1px solid #898989;
	}
	.contact-sec .cont-box .company {
		margin-top: 1em;
		font-size: 1em;
	}
	.contact-sec .cont-box a.btn.tel {
		pointer-events: none;
	}
	
}
@media (min-width:1180px){
	.contact-sec .cont-box {
		padding: 5% 3% 5% 3%;
		margin-top: 1em;
	}
	.contact-sec .cont-box .tel-wrap .list-item {
		padding-bottom: 1em;
	}
	.contact-sec .cont-box .tel-wrap .list-item:first-child {
		border-right: 1px solid #898989;
	}
	.contact-sec .cont-box .tel-wrap .list-item .title {
		font-size: 1.7em;
	}
	.contact-sec .cont-box a.btn {
		width: 400px;
		height: 80px;
		padding: 17px 0 0 0;
		font-size: 2.4em;
	}
	.contact-sec .cont-box a.btn.tel {
		pointer-events: none;
	}
	.contact-sec .cont-box a.btn.mail {
		font-size: 1.5em;
		line-height: 1.5;
	}
}

/****************************************************************************
 	cr-sec
****************************************************************************/
.cr-sec {
	padding: .8em 0;
	font-size: .8em;
	text-align: center;
	letter-spacing: 3px;
	color: #fff;
}
@media (min-width:768px){
}
@media (min-width:1180px){
	.cr-sec {
		padding: .8em 0;
		font-size: .9em;
	}
}


/****************************************************************************
 	ec-fix-btn
****************************************************************************/
#ec-fix-btn {
	position: fixed;
	z-index: 100000;
	bottom: 30%;
	right: 0;
	display: block;
	width: 40px;
	height: 165px;
	background-color: #122cde;
	border-radius: 10px 0 0 10px;
	text-decoration: none;
	color: #feff00;
	box-shadow: 0 2px 10px rgba(0,0,0,0.5);
	padding: 36px 0 0 3px;
	transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
}
#ec-fix-btn:hover {
	opacity: .8;
}
#ec-fix-btn .text {
	writing-mode: vertical-rl;
	line-height: 1;
}
#ec-fix-btn .en {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
}
#ec-fix-btn .jp {
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 1px;
}
#ec-fix-btn:before {
	position: absolute;
	top: 3px;
	right: 8px;
	font-size: 20px;
	content:'shopping_cart';
	font-family: "Material Icons";
}
@media (min-width:768px){
	#ec-fix-btn {
		bottom: 40%;
		width: 70px;
		height: 250px;
		border-radius: 10px 0 0 10px;
		padding: 55px 0 0 8px;
	}
	#ec-fix-btn .text {
		line-height: 1.2;
	}
	#ec-fix-btn .en {
		font-size: 22px;
		letter-spacing: 2px;
	}
	#ec-fix-btn .jp {
		font-size: 13px;
		letter-spacing: 2px;
	}
	#ec-fix-btn:before {
		top: 3px;
		right: 22px;
		font-size: 30px;
	}
}
@media (min-width:1180px){
	
}