@charset "utf-8";


@media screen and (min-width:768px){
/*pc・タブレットcss*/


#page-404{
	
}
#page-404 .ttl{
	text-align:center;
	margin-bottom:20px;
	font-size:34px;
	line-height:1.3;
	font-family: 'Noto Serif JP', serif;
}


/* +++++++++++++++++++++++++ */

#wrapper{
	padding-top:140px;
}
#wrapper.active{
	padding-top:200px;
}

.content-area{
	max-width:1450px;
	margin-left: auto;
	margin-right: auto;
}

#top-about,
#top-message,
#top-news,
#top-contact{
	margin-bottom:200px;
}
#top-tangekenzo{
	margin-bottom:50px;
}

.link-txt a{
	display:inline-block;
	position:relative;
	padding-left:20px;
}
.link-txt a:before{
    position: absolute;
    left: 0px;
    top: 50%;
    content: "";
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#pagetop{
	text-align:right;
	margin-bottom:20px;
}
#pagetop a{
	display:inline-block;
	position:relative;
	padding-left:20px;
	color:#000;
	text-decoration:none;
}
#pagetop a:before{
    position: absolute;
    left: 0px;
    top: 50%;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* +++++++++++++++++++++++++　module */

.module01-01,
.module01-01_02{
}
.module01-01 > .ph,
.module01-01_02 > .ph{
	width:34%;
}
.module01-01 > .ph figcaption,
.module01-01_02 > .ph figcaption{
	font-size:11px;
	padding-top:10px;
	line-height:1.5;
}
.module01-01 > .txt,
.module01-01_02 > .txt{
	width:55%;
}
.module01-01 > .txt{
	-webkit-box-ordinal-group: -1; -moz-box-ordinal-group: -1; -webkit-flex-order: -1; -moz-flex-order: -1; -webkit-order: -1; -moz-order: -1; order: -1;
}


/* +++++++++++++++++++++++++　ttl */

.ttl01{
	position:relative;
	margin-bottom:50px;
}
.ttl01 .en{
	display:block;
	font-size:28px;
	line-height:1.1;
	font-family: 'Cinzel', serif;
	font-weight:400;
}
.ttl01 .en.long{
	font-size:21px;
}
.ttl01 .jp{
	display:block;
	font-size:17px;
	line-height:1;
	color:#808080;
}
.ttl01:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:2px;
	height:100%;
	background-color:#fff;
}

#top-about .ttl01,
#top-message .ttl01,
#top-tangekenzo .ttl01,
#top-news .ttl01,
#top-contact .ttl01{
	padding-left:20px;
}

#top-about .ttl01:before{ background-color:#29ABE2;}
#top-message .ttl01:before{ background-color:#FBB03B;}
#top-tangekenzo .ttl01:before{ background-color:#999999;}
#top-news .ttl01:before{ background-color:#39B54A;}
#top-contact .ttl01:before{ background-color:#F15A24;}

/* ++++++++++++++*/

.sub-ttl01{
	margin-bottom:20px;
	font-size:34px;
	line-height:1.3;
	font-family: 'Noto Serif JP', serif;
}

/* ++++++++++++++*/

.sub-ttl02{
	margin-bottom:30px;
	font-size:21px;
	font-weight:700;
	line-height:1.3;
}




/* +++++++++++++++++++++++++ */

#common-header{
	width:100%;
	padding:20px;
	background-color:#fff;
}
#common-header.fixed{
	position:fixed;
	top:0;
	left:0;
	z-index:100;
}
#common-header .header-inner{
	position:relative;
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; 
	-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
	width:100%;
}

#common-header .logo{
	width:294px;
}
#common-header .navi-btn{
	display:block;
	width:130px;
	height:80px;
}
#common-header .navi-btn .gnavi-toggle{
	cursor:pointer;
	font-size:18px;
	letter-spacing:0.1em;
	text-align:center;
	color:#000;
	font-family: 'Cinzel', serif;
	font-weight:400;
}
#common-header .navi-btn .gnavi-toggle .gnavi-toggle-inner{
	position:relative;
	width:100%;
	height:30px;
}
#common-header .navi-btn .gnavi-toggle span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
	-webkit-transition: all .4s;
	transition: all .4s;
}
#common-header .navi-btn .gnavi-toggle span:nth-of-type(1) {
	top: 0;
}
#common-header .navi-btn .gnavi-toggle span:nth-of-type(2) {
	top: 50%;
	margin-top:-1px;
}
#common-header .navi-btn span:nth-of-type(3) {
	bottom: 0;
}
#common-header .navi-btn .gnavi-toggle.active span {
	height: 1px;
	border-radius: 0;
}

#common-header .close-btn{
	position:absolute;
	right:2vw;
	top:2vw;
	display:block;
	width:130px;
	height:80px;
}
#common-header .close-btn .gnavi-toggle{
	cursor:pointer;
	font-size:18px;
	letter-spacing:0.1em;
	text-align:center;
	color:#fff;
	font-family: 'Cinzel', serif;
	font-weight:400;
}
#common-header .close-btn .gnavi-toggle .gnavi-toggle-inner{
	position:relative;
	width:100%;
	height:30px;
}
#common-header .close-btn .gnavi-toggle span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	-webkit-transition: all .4s;
	transition: all .4s;
}
#common-header .close-btn .gnavi-toggle span:nth-of-type(1) {
	top: 0;
}
#common-header .close-btn span:nth-of-type(2) {
	bottom: 0;
}
#common-header .close-btn .gnavi-toggle span:nth-of-type(1) {
	transform: translateY(15px) rotate(-340deg);
}
#common-header .close-btn .gnavi-toggle span:nth-of-type(2) {
	width:100%;
	margin-left:0%;
	transform: translateY(-15px) rotate(340deg);
}

/* +++++++++++++++++++++++++　gnavi */
body.active,
html.active{
	overflow:hidden;
	height:100%;
}
.navi-bg{
	display:none;
	position: fixed;
	z-index:100;
	width: 100%;
	height:100vh;
	background-color:#231815;
}
.navi-bg.active{
	display: block;
}
.navi-child{
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:101;
	width:100%;
	height:100vh;
	
}
.navi-child.active{
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex !important;
	-webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-justify-content: center; justify-content: center;
	-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.navi-child li{
	position:relative;
	margin-bottom:1.5vw;
	padding-left:20px;
}
.navi-child li:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:2px;
	height:100%;
	background-color:#fff;
}
.navi-child li:nth-child(1):before{ background-color:#29ABE2;}
.navi-child li:nth-child(2):before{ background-color:#FBB03B;}
.navi-child li:nth-child(3):before{ background-color:#999999;}
.navi-child li:nth-child(4):before{ background-color:#39B54A;}
.navi-child li:nth-child(5):before{ background-color:#F15A24;}

.navi-child a{
	display:block;
	text-decoration:none;
}
.navi-child span{
	display:block;
}
.navi-child .en{
	font-size:2vw;
	line-height:1.1;
	font-family: 'Cinzel', serif;
	font-weight:400;
	color:#fff;
}
.navi-child .en.long{
	font-size:1.3vw;
}
.navi-child .jp{
	font-size:0.9vw;
	line-height:1;
	color:#fff;
}



/* +++++++++++++++++++++++++ */

#common-footer{
	padding:50px 5vw;
	background-color:#eeeeee;
	border-top:solid 1px #000;
	color:#000;
}
#common-footer a{
	color:#000;
	text-decoration:none;
}
.footer-navi{
	width:50%;
}
.footer-navi li{
	position:relative;
	margin-bottom:1.5vw;
	padding-left:20px;
}
.footer-navi li:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:2px;
	height:100%;
	background-color:#000;
}
.footer-navi li:nth-child(1):before{ background-color:#29ABE2;}
.footer-navi li:nth-child(2):before{ background-color:#FBB03B;}
.footer-navi li:nth-child(3):before{ background-color:#999999;}
.footer-navi li:nth-child(4):before{ background-color:#39B54A;}
.footer-navi li:nth-child(5):before{ background-color:#F15A24;}

.footer-navi a{
	display:block;
	text-decoration:none;
}
.footer-navi span{
	display:block;
}
.footer-navi .en{
	font-size:2vw;
	line-height:1.1;
	font-family: 'Cinzel', serif;
	font-weight:400;
	color:#000;
}
.footer-navi .en.long{
	font-size:1.3vw;
}
.footer-navi .jp{
	font-size:0.9vw;
	line-height:1;
	color:#808080;
}

#common-footer .footer-right{
	width:50%;
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-pack: flex-end; -ms-flex-pack: flex-end; -webkit-justify-content: flex-end; justify-content: flex-end;
	-webkit-box-align: flex-end; -ms-flex-align: flex-end; -webkit-align-items: flex-end; align-items: flex-end;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#common-footer .sns-links{
	margin-right:3vw;
}
#common-footer .sns-links li{
	width:2vw;
	margin-right:10px;
}
#common-footer .sns-links li:last-child{
	margin-right:0;
}
#common-footer .footer-logo{
	width:5vw;
}

#common-footer .copyright{
	padding-top:20px;
	width:100%;
	font-size:11px;
	line-height:1.2;
	text-align:right;
}


/* +++++++++++++++++++++++++ */

#contact-form{
	width:100%;
	border-collapse:collapse;
	margin-bottom:50px;
}
#contact-form th,
#contact-form td{
	padding:30px;
	border-bottom: solid 1px rgba(0,0,0,0.3);
}
#contact-form tr:first-child th,
#contact-form tr:first-child td{
	border-top: solid 1px rgba(0,0,0,0.3);
}
#contact-form th{
	width:30%;
	padding-left:5%;
	font-weight: 700;
	vertical-align: middle;
}
#contact-form td{
	width:70%;
	padding-right:5%;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form textarea,
#contact-form select {
    padding: 15px 20px;
    border: none;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 15px;
    box-shadow: none;
    border-radius: 0;
    background:#eee;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-size:18px;
}
/* チェックボックスデザイン */
input[type="checkbox"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="checkbox"] {
	cursor: pointer;
	padding-left: 30px;/*label手前にチェックボックス用の余白を開ける*/
	vertical-align: middle;
	position: relative;
}
input[type="checkbox"]::before,
input[type="checkbox"]::after {
	content: "";
	display: block; 
	position: absolute;
}
input[type="checkbox"]::before {
	background-color: #eee;
	border-radius: 0%;
	border: 1px solid #666464;
	width: 20px;/*チェックボックスの横幅*/
	height: 20px;/*チェックボックスの縦幅*/
	transform: translateY(-50%);
	top: 50%;
	left: 5px;
}
input[type="checkbox"]::after {
	border-bottom: 3px solid #666464;/*チェックの太さ*/
	border-left: 3px solid #666464;/*チェックの太さ*/
	opacity: 0;/*チェック前は非表示*/
	height: 6px;/*チェックの高さ*/
	width: 11px;/*チェックの横幅*/
	transform: rotate(-45deg);
	top: -7px;/*チェック時の位置調整*/
	left: 10px;/*チェック時の位置調整*/
}
input[type="checkbox"]:checked::after {
	opacity: 1;/*チェック後表示*/
}
  
#contact-form textarea {
	width:100% !important;
    height: 300px !important;
}
#contact-form input::placeholder,
#contact-form textarea::placeholder {
    color: rgba(0,0,0,.3);
}

.agreebox{
	text-align:center;
	margin-bottom:50px;
	padding-bottom:50px;
	border-bottom: solid 1px rgba(0,0,0,0.3);
}

.submitbox{
	text-align:center;
	width:750px;
	margin: 0 auto;
}
.submit-btn{
	cursor:pointer;
	display:block;
	width:100%;
	border: solid 1px rgba(0,0,0,0.3);
	padding:20px;
	font-size:34px;
	border-radius:10px;
	text-decoration:none;
	color:#000;
	text-align:center;
	background-color:#fff;
}

/* +++++++++++++++++++++++++ */


#contact-thanks{
	text-align:center;
	margin-bottom:100px;
}



}

@media screen and (min-width:768px) and ( max-width:1450px) {
	
	.content-area{
		padding-left: 5vw;
		padding-right: 5vw;
	}
	
}

@media (max-width: 768px) {
	
	#page-404{
		
	}
	#page-404 .ttl{
		text-align:center;
		margin-bottom:3vw;
		font-size:22px;
		line-height:1.3;
		font-family: 'Noto Serif JP', serif;
	}
	
	/* +++++++++++++++++++++++++ */
		
	
	#wrapper{
		padding-top:20vw;
	}
	/* +++++++++++++++++++++++++ */
	
	.content-area{
		width:100%;
		padding:0 5vw;
	}
	

	#top-about,
	#top-message,
	#top-news,
	#top-contact{
		margin-bottom:20vw;
	}
	#top-tangekenzo{
		margin-bottom:5vw;
	}
	
	.link-txt a{
		display:inline-block;
		position:relative;
		padding-left:15px;
	}
	.link-txt a:before{
		position: absolute;
		left: 0px;
		top: 50%;
		content: "";
		width: 6px;
		height: 6px;
		margin-top: -3px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#pagetop{
		text-align:right;
		margin-bottom:5vw;
	}
	#pagetop a{
		display:inline-block;
		position:relative;
		padding-left:15px;
		color:#000;
		text-decoration:none;
	}
	#pagetop a:before{
		position: absolute;
		left: 0px;
		top: 50%;
		content: "";
		width: 6px;
		height: 6px;
		margin-top:-2px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	
	/* +++++++++++++++++++++++++　module */
	
	.module01-01,
	.module01-01_02{
	}
	.module01-01 > .ph,
	.module01-01_02 > .ph{
		width:100%;
		margin-bottom:5vw;
	}
	.module01-01 > .ph figcaption,
	.module01-01_02 > .ph figcaption{
		font-size:11px;
		padding-top:1vw;
		line-height:1.5;
	}
	.module01-01 > .txt,
	.module01-01_02 > .txt{
		width:100%;
	}
	.module01-01 > .txt{
	}
	
	/* +++++++++++++++++++++++++　ttl */
	
	.ttl01{
		position:relative;
		margin-bottom:5vw;
	}
	.ttl01 .en{
		display:block;
		font-size:24px;
		line-height:1.1;
		font-family: 'Cinzel', serif;
		font-weight:400;
	}
	.ttl01 .en.long{
		font-size:18px;
	}
	.ttl01 .jp{
		display:block;
		font-size:12px;
		line-height:1;
		color:#808080;
	}
	.ttl01:before{
		content:"";
		position:absolute;
		left:0;
		top:0;
		width:2px;
		height:100%;
		background-color:#fff;
	}
	#top-about .ttl01,
	#top-message .ttl01,
	#top-tangekenzo .ttl01,
	#top-news .ttl01,
	#top-contact .ttl01{
		padding-left:4vw;
	}
	#top-about .ttl01:before{ background-color:#29ABE2;}
	#top-message .ttl01:before{ background-color:#FBB03B;}
	#top-tangekenzo .ttl01:before{ background-color:#999999;}
	#top-news .ttl01:before{ background-color:#39B54A;}
	#top-contact .ttl01:before{ background-color:#F15A24;}
	
	/* ++++++++++++++*/
	
	.sub-ttl01{
		margin-bottom:3vw;
		font-size:22px;
		line-height:1.3;
		font-family: 'Noto Serif JP', serif;
	}
	
	/* ++++++++++++++*/
	
	.sub-ttl02{
		margin-bottom:3vw;
		font-size:16px;
		font-weight:700;
		line-height:1.3;
	}
	
	/* +++++++++++++++++++++++++ */
	
	#common-header{
	}
	#common-header .header-inner{
		position:fixed;
		top:0;
		left:0;
		z-index:99;
		width:100%;
		padding:2vw;
		background-color:#fff;
		-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
		-webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; 
		-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;
		-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
		width:100%;
	}
	
	#common-header .logo{
		width:40%;
	}
	#common-header .navi-btn{
		display:block;
		width:10vw;
		height:8vw;
	}
	#common-header .navi-btn .gnavi-toggle{
		cursor:pointer;
		font-size:10px;
		letter-spacing:0.1em;
		text-align:center;
		color:#000;
		font-family: 'Cinzel', serif;
		font-weight:400;
	}
	#common-header .navi-btn .gnavi-toggle .gnavi-toggle-inner{
		position:relative;
		width:100%;
		height:4vw;
	}
	#common-header .navi-btn .gnavi-toggle span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #000;
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	#common-header .navi-btn .gnavi-toggle span:nth-of-type(1) {
		top: 0;
	}
	#common-header .navi-btn .gnavi-toggle span:nth-of-type(2) {
		top: 50%;
		margin-top:-1px;
	}
	#common-header .navi-btn span:nth-of-type(3) {
		bottom: 0;
	}
	#common-header .navi-btn .gnavi-toggle.active span {
		height: 1px;
		border-radius: 0;
	}
	#common-header .close-btn{
		position:absolute;
		right:2vw;
		top:2vw;
		display:block;
		width:10vw;
		height:8vw;
	}
	#common-header .close-btn .gnavi-toggle{
		cursor:pointer;
		font-size:10px;
		letter-spacing:0.1em;
		text-align:center;
		color:#fff;
		font-family: 'Cinzel', serif;
		font-weight:400;
	}
	#common-header .close-btn .gnavi-toggle .gnavi-toggle-inner{
		position:relative;
		width:100%;
		height:4vw;
	}
	#common-header .close-btn .gnavi-toggle span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #fff;
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	#common-header .close-btn .gnavi-toggle span:nth-of-type(1) {
		top: 0;
	}
	#common-header .close-btn span:nth-of-type(2) {
		bottom: 0;
	}
	#common-header .close-btn .gnavi-toggle span:nth-of-type(1) {
		transform: translateY(2vw) rotate(-340deg);
	}
	#common-header .close-btn .gnavi-toggle span:nth-of-type(2) {
		width:100%;
		margin-left:0%;
		transform: translateY(-2vw) rotate(340deg);
	}
	
	/* +++++++++++++++++++++++++　gnavi */
	body.active,
	html.active{
		overflow:hidden;
		height:100%;
	}
	.navi-bg{
		display:none;
		position: fixed;
		z-index:100;
		width: 100%;
		height:100%;
		background-color:#231815;
	}
	.navi-bg.active{
		display: block;
	}
	.navi-child{
		display:none;
		position:absolute;
		top:0;
		left:0;
		z-index:101;
		width:100%;
		height:100%;
		
	}
	.navi-child.active{
		-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex !important;
		-webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-justify-content: center; justify-content: center;
		-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;
		-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
	}
	.navi-child li{
		position:relative;
		margin-bottom:7vw;
		padding-left:3vw;
	}
	.navi-child li:before{
		content:"";
		position:absolute;
		left:0;
		top:0;
		width:2px;
		height:100%;
		background-color:#fff;
	}
	.navi-child li:nth-child(1):before{ background-color:#29ABE2;}
	.navi-child li:nth-child(2):before{ background-color:#FBB03B;}
	.navi-child li:nth-child(3):before{ background-color:#999999;}
	.navi-child li:nth-child(4):before{ background-color:#39B54A;}
	.navi-child li:nth-child(5):before{ background-color:#F15A24;}
	
	.navi-child a{
		display:block;
		text-decoration:none;
	}
	.navi-child span{
		display:block;
	}
	.navi-child .en{
		font-size:5vw;
		line-height:1.1;
		font-family: 'Cinzel', serif;
		font-weight:400;
		color:#fff;
	}
	.navi-child .en.long{
		font-size:1.3vw;
	}
	.navi-child .jp{
		font-size:3vw;
		line-height:1;
		color:#fff;
	}
	
	
	
	/* +++++++++++++++++++++++++ */
	
	
	#common-footer{
		padding:8vw 5vw;
		background-color:#eeeeee;
		border-top:solid 1px #000;
		color:#000;
	}
	#common-footer a{
		color:#000;
		text-decoration:none;
	}
	.footer-navi{
		width:100%;
	}
	.footer-navi li{
		position:relative;
		margin-bottom:7vw;
		padding-left:2vw;
	}
	.footer-navi li:before{
		content:"";
		position:absolute;
		left:0;
		top:0;
		width:2px;
		height:100%;
		background-color:#000;
	}
	.footer-navi li:nth-child(1):before{ background-color:#29ABE2;}
	.footer-navi li:nth-child(2):before{ background-color:#FBB03B;}
	.footer-navi li:nth-child(3):before{ background-color:#999999;}
	.footer-navi li:nth-child(4):before{ background-color:#39B54A;}
	.footer-navi li:nth-child(5):before{ background-color:#F15A24;}
	
	.footer-navi a{
		display:block;
		text-decoration:none;
	}
	.footer-navi span{
		display:block;
	}
	.footer-navi .en{
		font-size:7vw;
		line-height:1.1;
		font-family: 'Cinzel', serif;
		font-weight:400;
		color:#000;
	}
	.footer-navi .en.long{
		font-size:5vw;
	}
	.footer-navi .jp{
		font-size:3vw;
		line-height:1;
		color:#808080;
	}
	
	#common-footer .footer-right{
		width:100%;
		-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
		-webkit-box-pack: flex-end; -ms-flex-pack: flex-end; -webkit-justify-content: flex-end; justify-content: flex-end;
		-webkit-box-align: flex-end; -ms-flex-align: flex-end; -webkit-align-items: flex-end; align-items: flex-end;
		-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
	}
	#common-footer .sns-links{
		margin-right:3vw;
	}
	#common-footer .sns-links li{
		width:7vw;
		margin-right:2vw;
	}
	#common-footer .sns-links li:last-child{
		margin-right:0;
	}
	#common-footer .footer-logo{
		width:14vw;
	}
	
	#common-footer .copyright{
		padding-top:4vw;
		width:100%;
		font-size:11px;
		line-height:1.2;
		text-align:right;
	}
	
		
		
		
	
	/* +++++++++++++++++++++++++ */
	
	#contact-form{
		width:100%;
		border-collapse:collapse;
		margin-bottom:5vw;
	}
	#contact-form td{
		padding:3vw 0;
	}
	#contact-form th{
	}
	#contact-form td{
		border-bottom: solid 1px rgba(0,0,0,0.3);
	}
	#contact-form tr:first-child th{
		border-top: solid 1px rgba(0,0,0,0.3);
	}
	#contact-form th{
		display:block;
		width:100%;
		font-weight: 700;
		vertical-align: middle;
		padding-top:3vw;
	}
	#contact-form td{
		display:block;
		width:100%;
	}
	#contact-form input[type="text"],
	#contact-form input[type="email"],
	#contact-form input[type="tel"],
	#contact-form textarea,
	#contact-form select {
		padding: 15px 20px;
		border: none;
		box-sizing: border-box;
		width: 100%;
		padding: 15px 15px;
		box-shadow: none;
		border-radius: 0;
		background:#eee;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		font-size:18px;
	}
	/* チェックボックスデザイン */
	input[type="checkbox"] {
		margin: 0;
		padding: 0;
		background: none;
		border: none;
		border-radius: 0;
		outline: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	input[type="checkbox"] {
		cursor: pointer;
		padding-left: 30px;/*label手前にチェックボックス用の余白を開ける*/
		vertical-align: middle;
		position: relative;
	}
	input[type="checkbox"]::before,
	input[type="checkbox"]::after {
		content: "";
		display: block; 
		position: absolute;
	}
	input[type="checkbox"]::before {
		background-color: #eee;
		border-radius: 0%;
		border: 1px solid #666464;
		width: 20px;/*チェックボックスの横幅*/
		height: 20px;/*チェックボックスの縦幅*/
		transform: translateY(-50%);
		top: 50%;
		left: 5px;
	}
	input[type="checkbox"]::after {
		border-bottom: 3px solid #666464;/*チェックの太さ*/
		border-left: 3px solid #666464;/*チェックの太さ*/
		opacity: 0;/*チェック前は非表示*/
		height: 6px;/*チェックの高さ*/
		width: 11px;/*チェックの横幅*/
		transform: rotate(-45deg);
		top: -7px;/*チェック時の位置調整*/
		left: 10px;/*チェック時の位置調整*/
	}
	input[type="checkbox"]:checked::after {
		opacity: 1;/*チェック後表示*/
	}
	  
	#contact-form textarea {
		width:100% !important;
		height: 300px !important;
	}
	#contact-form input::placeholder,
	#contact-form textarea::placeholder {
		color: rgba(0,0,0,.3);
	}
	
	.agreebox{
		text-align:center;
		margin-bottom:6vw;
		padding-bottom:3vw;
		border-bottom: solid 1px rgba(0,0,0,0.3);
	}
	
	.submitbox{
		text-align:center;
	}
	input[type="submit"] {
	  -webkit-appearance: none;
	  border-radius: 0;
	}	
	.submit-btn{
		display:block;
		width:100%;
		border: solid 1px rgba(0,0,0,0.3);
		padding:5vw;
		font-size:18px;
		border-radius:10px;
		text-decoration:none;
		color:#000;
		text-align:center;
		background-color:#fff;
	}
				
	/* +++++++++++++++++++++++++ */
	
	#contact-thanks{
		text-align:center;
		margin-bottom:10vw;
	}
		
		
}








