* {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
}

html,
body {
	color: #505050;
	font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 500;
	/*line-height: 1.5;*/
}

html {
	overflow-y: scroll;
	/* =16px */
	/*font-size: 100%;*/
	/* =10px */
	font-size: 62.5%;
}

body {
	font-size: 1.4rem;
	/* =14px */
	position: relative;
	overflow: hidden;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
	border: 0;
}

a img {
	border: 0;
}

.clear:after {
    display: block;
    content: "clear";
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

/*ScrollTrigger*/


.invisible {
	transition: transform 1.2s ease, opacity 1.2s ease;
	transform: translateY(30px);
	opacity: 0.0;
}

.visible {
	transition: transform 1.2s ease, opacity 1.2s ease;
	transform: translateY(0);
	opacity: 1.0;
}

.meiryo {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
}

.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.YuGothic{
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.fade {
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.fade2 {
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.main {
	width: 1000px;
	max-width: 95%;
	margin: 0 auto;
}

.main1000 {
	width: 1000px;
	max-width: 95%;
	margin: 0 auto;
}
.main1600 {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

.pc_none {
	display: none;
}

.d-menu {
	display: none;
}

.panel {
	display: none;
}

.sp_br {
	display: none;
}

.color_871bab {
	color: #871bab;
}

.pc_br {
	display: none;
}

/*header*/

header {
	width: 100%;
	background: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}


header img,
header a {
	display: block;
}

.header_bar {
	
}

.header_barBox {
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.header_box {
	width: 100%;
}

.header_main {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.logo {
	width: 199px;
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*padding: 15px 0;*/
}

.logo a {
	display: block;
}

.logo a img {
	display: block;
	width: 100%;
	max-width: 199px;
}

.logo a:hover {
	opacity: 0.8;
}


.header_center{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 356px;
}

.header_tel{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 268px;
	padding-right: 52px;
}
.header_tel a:hover{
	opacity: 0.8;
}
.header_contact{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 170px;
	padding: 20px 0;
}
.header_contact a{
	display: block;
	font-size: 1.6rem;
	color: #FFFFFF;
	background-color: #d9ac7f;
	font-weight: bold;
	line-height: 1;
	padding: 15px 5px 11px;
	text-align: center;
	border-radius: 4px;
}
.header_contact a:hover{
	opacity: 0.8;
}

.header_sp{
	display: none;
}


/* ----------- footer ----------- */

footer {}

.footer_middle {
	background: #333333;
	padding: 50px 0 40px;
	font-family: 'Noto Sans JP';
}

.footer_box{
	
}
.footer_link{
	
}
.footer_link ul{
	text-align: center;
}
.footer_link ul li{
	display: inline-block;
	margin: 0 10px;
}
.footer_link ul li a{
	display: inline-block;
	color: #FFFFFF;
	font-size: 1.6rem;
	background-repeat: no-repeat !important;
	background-position: right center !important;
}
.footer_link ul li a:hover{
	text-decoration: underline;
}
.footer_link ul li a.btn01{
	padding-right: 15px;
	background: url(../img/footer_ico01.png);
}
.footer_link ul li a.btn02{
	padding-right: 20px;
	background: url(../img/footer_ico02.png);
}


.footer_copy {
	padding-top: 15px;
	text-align: center;
	font-size: 1.6rem;
	color: #FFFFFF;
}

/*pagt top*/
.pagetop {
	display: none;
	width: 54px;
	height: 54px;
	position: fixed;
	right: 100px;
	bottom: 150px;
	z-index: 998;
}

.pagetop img {
	display: block;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	opacity: 0.8;
}

.pagetop:hover img {
	opacity: 1;
}

@media only screen and (max-width: 1600px) {
	/*header*/
	
	.pagetop {
		right: 20px;
	}
	
}


@media only screen and (max-width: 1024px) {

	/*.main {
		width: 95%;
	}*/
	.sp_none {
		display: none;
	}

	.pc_none {
		display: block;
	}

	/*header*/
	header .main1000 {
		max-width: 100%;
	}
	header {
		padding: 15px 10px;
		position: fixed;
		top: 0;
		z-index: 999;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: auto !important;
		background-color: #FFFFFF;
	}
	.header_box {
		width: 100%;
		box-sizing: border-box;
		position: relative !important;
	}
	
	.header_contact {
	    width: 170px;
	    padding: 0px 0;
	}
	.header_pc{
		display: none;
	}
	.header_sp{
		display: block;
	}
	
	.header_bar {
		border: none;
		padding-left: 0;
	}

	.header_bar .main {
		max-width: 100%;
	}

	.header_main {
		display: table;
	}

	.logo {
		padding-right: 20px;
		padding-left: 0;
		padding-top: 0;
		padding-bottom: 0;
		width: auto;
	}

	.logo a {
		width: auto;
		max-width: 199px;
	}

	.logo a img {
		width: auto;
		max-width: 100%;
		max-height: 50px;
	}
	
	.header_tel {
	    width: 70px;
	    padding-right: 20px;
	}
	
	.header_contact {
	    background-color: #d9ac7f;
	    width: 46px;
	    border: 2px solid #d9ac7f;
	    padding: 0;
	    border-radius: 5px;
	    -webkit-border-radius: 5px;
	    -moz-border-radius: 5px;
	    -webkit-box-sizing: content-box;
	    -moz-box-sizing: content-box;
	    box-sizing: content-box;
	}
	.header_contact a {
	    padding: 0px 0px 0px;
	    border-radius: 0px;
	}
	.header_contact a img{
		margin: 0 auto;
	}
	.header_center {
		display: none;
	}
	
	/*pagt top*/
	.pagetop {
		right: 10px;
		width: 50px;
		height: 50px;
	}

}

@media only screen and (max-width: 768px) {
	/*pagt top*/
	.pagetop {
		bottom: 100px;
		width: 46px;
	}

}

@media only screen and (max-width: 480px) {
	
	.main {
		max-width: 93%;
	}

	/*header*/
	header {
	    padding: 10px 10px;
	}
	.logo {
	    padding-right: 10px;
	    width: auto;
	}
	.logo a img {
		max-height: 20px;
	}
	.header_tel {
	    width: 55px;
	    padding-right: 15px;
	}
	
	.header_contact {
	    width: 36px;
	}
	.header_contact img {
	    width: 26px;
	}
	
	/*footer*/
	.footer_middle {
		padding: 40px 0 30px;
	}
	
}

/*page common*/
/* ----------- common ----------- */
.part_title{
	border-top: 3px solid #505050;
	border-bottom: 3px solid #505050;
	padding: 15px 0;
}
.part_title02{
	padding: 27px 0 26px;
}
.part_title h2 {
	font-weight: bold;
	font-size: 3.5rem;
	color: #505050;
	line-height: 4.3rem;
	text-align: center;
	letter-spacing: 5px;
	font-family: 'Noto Sans JP';
}
.part_title h2 img{
	
}

@media only screen and (max-width: 1024px) {

	/* ----------- common ----------- */
	.part_title h2 {
	    font-size: 3.2rem;
	    line-height: 4.0rem;
	}
	
}

@media only screen and (max-width: 768px) {

	/* ----------- common ----------- */
	.module_pd {
		padding: 60px 0 !important;
	}
	
	.part_title h2 {
	    font-size: 2.8rem;
	    line-height: 3.8rem;
	}

}

@media only screen and (max-width: 480px) {

	/* ----------- common ----------- */
	.module_pd {
		padding: 45px 0 !important;
	}
	.part_title {
	    border-top: 2px solid #505050;
	    border-bottom: 2px solid #505050;
	    padding: 9px 0 9px;
	}
	.part_title h2 {
	    font-size: 1.8rem;
	    line-height: 3.2rem;
	}

}
