@charset "utf-8";
/* CSS Document */

.pc { display: block !important; }
.sp { display: none !important; }

@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

@import url('https://fonts.googleapis.com/css?family=Sawarabi+Gothic');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Great+Vibes&display=swap');


#pagetop {
    position: fixed;
    bottom: 50px;
    right: 30px;
}

body {
	font-family: 'Sawarabi Gothic', sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	background-size: cover;
	background-color: #F3F3F3;
}
a:link {
    color: #009AA7;
    text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #009AA7;
}
a:hover {
	text-decoration: none;
	color: #81D7DF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFE4B5;
}
a:active {
	text-decoration: none;
	color: #009AA7;
}


.logo {
	text-align: center;
}


.undercopy {
    text-align: center;
    color: #8C8C8C;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.pagebody {
	color: #fff;
	margin: auto;
	width: 1000px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.intxton {
    border-radius: 4px;
    margin-bottom: 50px;
    color: #fff;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 20px;
}
.txts1sr {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    background-color: #ffffff;
    border-radius: 6px;
    background-position: center center;
    padding: 10px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 30px;
    margin-left: 5px;
}

hr{
	border: 1px dotted #999;
	}

.soundbox {
	background-color: #FFF;
	padding: 5px;
}
.pagebody h3 {
    font-size: 16px;
    color: #008C93;
    font-weight: 500;
    letter-spacing: 3px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    font-family: Georgia, "Times New Roman", Times, serif;
    border-bottom: 1px solid #008C93;
}
h1 {
	color: #696969;
	font-size: 40px;
	padding: 5px;
	font-family: "Great Vibes", cursive;
	font-weight: 400;
	font-style: normal;
	text-align: center;
}
.pagebody h2 {
    font-size: 16px;
    color: #88847F;
    font-weight: 500;
    background-image: url(../img/bgbackisye.jpg);
    background-position: left center;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    border-bottom: 1px solid #D8D8D8;
    border-top: 1px solid #D8D8D8;
    padding: 10px;
    margin-right: 10px;
    margin-left: 10px;
}
.pagebody h4 {
	color: #31ACFF;
	font-weight: 500;
	letter-spacing: 3px;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #004B7D;
	padding-bottom: 5px;
	padding-left: 5px;
}
.menu {
    padding: 20px;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-align: center;
    background-color: rgba(232,244,242,1);
}
ul {
	list-style-type: none;
	padding-left: 0;
}

li {
  display: inline;
  padding: 0 5px;
}
h5 {
	color: #F90;
	font-size: 14px;
	font-weight: 400;
}

/*YouTube掲載欄
-----------------------------------------*/
.iframe-wrap {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}

.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
