@charset "utf-8";
/* CSS Document */
html {
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #000;
	font-size: 62.5%;
}
body {
	background-color: #704D8F;
	color: #0d1c26;
	letter-spacing: 1px;
	font-size: 1.6rem;
	line-height: 2.0;
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
	;
	font-feature-settings: 'palt'1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	scroll-behavior: smooth;
}

@media screen and (max-width: 780px) { /*---------------------------SP----- */
	body {
		font-size: 1.5rem;
		line-height: 1.875em;
		letter-spacing: 0.1em;
	}
}

@media only screen and (min-width: 781px) {
    .sp { display: none!important; }
    .pc { display: block; }
}
@media only screen and (max-width: 780px) {
    .pc { display: none!important; }
    .sp { display: block!important; }
}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

/* header
--------------------------------------------------------*/
.main {
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 5%;
}
h1 {
	max-width: 600px;
	margin: 0 auto 40px;
	padding: 0 10%;
}
.tube {
}
.tube img {
	border: 2px solid #000;
}
.btn {
	text-align: center;
	margin-top: 50px;
}
.btn p {
	display: inline-block;
}
.btn p a {
	background-color: #fff;
	border-radius: 100px;
	display: block;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	line-height: 1;
	padding: 20px 30px;
}
.btn p a:hover {
	background-color: #FFF000;
}
.foot {
	background-color: #000;
	padding: 40px 5%;
	color: #fff;
	font-size: 1.5rem;
}
.foot dt {
	font-weight: bold;
	font-size: 1.2rem;
	border-bottom: 1px dotted #fff;
	display: inline-block;
	padding: 0 5px;
	margin-bottom: 5px;
}
.foot dd {
	margin-bottom: 1em;
}
.foot dd a {
	color: #fff;
}
.foot dd a:hover {
	text-decoration: none;
}
.copyright {
	text-align: center;
	font-size: 1.2rem;
	margin-top: 40px;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
.btn {
	margin-top: 30px;
}
.btn p {
	width: 90%;
}
.btn p a {
	padding: 16px 10px;
}

}



