@charset "UTF-8";
/*
	BASE
*******************************/

/*
font-family: 'Noto Sans JP', sans-serif;
font-family: "Montserrat", sans-serif;
*/
* {
	/*font-family: "Poppins", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,'Hiragino Kaku Gothic Pro',Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;*/
	font-family: "Zen Old Mincho","Times New Roman", Times,"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	font-feature-settings: "palt";
	line-height:1;
}

@font-face {
	font-family: 'bianca' ;
	src: url('fonts/Bianca_Script.eot') format('embedded-opentype'),
	url('fonts/Bianca_Script.woff2') format('woff2'),
	url('fonts/Bianca_Script.woff') format('woff'),
	url('fonts/Bianca_Script.ttf') format('truetype');
}

.en {
	font-family: "baskerville-display-pt", serif;
}

:root {
	--color_def: #5F6C6E;
	--color_main: #53A3B7;
	--color_sub: #53A3B7;
}

html {
	font-size:62.5%;
	line-height:1;
	body {
		font-size:1.6rem;
		img {
			-webkit-backface-visibility: hidden;
			vertical-align:bottom;
			line-height:0;
			max-width: 100%;
			height: auto;
		}
		p,th,td,dt,dd,li,h1,h2,h3,h4,h5,h6,label {
			color:var(--color_def);
		}
		a {
			color:var(--color_def);
			text-decoration:none;
			outline:none;
			border:none;
			img {
				outline:none;
				border:none;
				-webkit-backface-visibility: hidden;
			}
		}
		area {
			border:none;
			outline:none;
		}
		.clear { clear:both;}
	} 
}

/*//////////////////////////////////////////////////////////////////////////*/

/*
	BASE LAYOUT
******************/

.wrap {
	.contents {
		max-width:1100px;
		width: calc(100% - 60px);
		margin:0 auto;
		p {
			font-size: 1.6rem;
			line-height: 2;
		}
		a{
			&.printbtn {
				background-color: var(--color_main);
				font-size: 1.6rem;
				border-radius: 4px;
				color:#FFFFFF;
				height: 2.5em;
				display: grid;
				grid-template-columns: repeat(2,auto);
				align-items: center;
				justify-content: center;
				grid-column-gap: .33em;
				width: 12em;
				margin-left: auto;
				img {
					width: 1em;
				}
			}
		}
		
	}
}

#contact,#footer {
	.yokoku {
		display: none!important;
	}
}

@media ( hover:hover) {

	a {
		transition: .3s;
		&:hover {
			text-decoration: none;
			opacity: .75;
		}
	}
	
}


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

}

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

	.wrap {
		.contents {
			width: calc(100% - 40px);
			p {
				font-size: 1.4rem;
				line-height: 1.66;
			}
			a {
				&.printbtn {
					font-size: 1.3rem;
				}
			}
		}
	}
	
}


@media screen and (max-width:768px) {
    .pcOnly {
			display:none !important;
    }
    .tbOnly {
			display:none !important;
    }
}
@media screen and (min-width:1024px) {
    .tbOnly {
			display:none !important;
    }
    .sptbOnly {
			display:none !important;
    }
}
@media screen and (min-width:769px) {
    .spOnly {
			display:none !important;
    }
}