@charset "UTF-8";
/* CSS Document */

body,
div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,td {
	margin:0;
	padding:0;
}

table {
   border-collapse:collapse;
   border-spacing:0;
}

fieldset,img {
   border:0;
}

address,
caption,
cite,
code,
dfn,
em,strong,
th,
var {
   font-style:normal;
   font-weight:normal;
}

ol,ul {
   list-style:none;
}

caption,th {
   text-align:left;
}

h1,h2,h3,h4,h5,h6 {
   font-size:100%;
   font-weight:normal;
}

q:before,
q:after {
   content:'';
}

abbr,acronym {
   border:0;
}





* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 100%;
}
body {
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
	font-family: "游ゴシック Medium",YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	line-height: 1.8;
	color: #222;
	position: relative;
	background-color:#333333;
}
a {
  text-decoration: none;
  color: #1C6AA7;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}
a:active { color:#1C6AA7 ;}
a:hover {
  text-decoration: underline;
  color:#CE0000 ;
}
h1, h2, h3, p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight:normal;
}
p {
  margin-bottom:16px;
}
img {
  border: 0;
}
table{
	margin: 1em 0 1.5em;
	}
table th {
	padding: 4px;
	font-weight: bold;
}
table td {
	background: #FFF;
	padding: 4px;
}
hr{
	clear:both;
	text-decoration:none;
	border:none;
	border-bottom:1px solid #AAA;
	margin-bottom:20px;
}

*[data-unlockdate] {
  display: none;
}

img {
	width:auto;
	max-width:100%;
	height:auto;
}

.pc{display :none;}
.clr{
	clear:both;
}

@media only screen and (min-width: 768px) {
.pc{display :block;}
.sp{display:none;}
table th {
	padding: 10px;
	font-weight: bold;
}
table td {
	background: #FFF;
	padding: 10px;
}
a[href^="tel:"]{
    pointer-events: none;
}

}


#visual { width:100%;text-align:center; margin:0;padding:60px 0 0;line-height:0;}

#wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
	background-color:#FFF;
}
.content {
	padding: 30px 12px 0;
	background-color:#f9f9f9;
}

@media only screen and (min-width: 768px) {
#wrap {
  margin: 0 auto;
  max-width:1024px;
}
.content {
	padding: 80px 20px 0;
}
}


#header{
padding:10px;
background-color:#FFF;
display:flex;
justify-content: space-between;
align-items: center;
position:fixed;
top:0;
z-index:99;
width:100%;
  max-width:1024px;
  height:60px;
}
#header h1{
	line-height:0;
}
#wrap #header p.bt_tel{
	margin-bottom:0;
}
#wrap #header p.bt_tel a{
	background-color:#333;
	color:#FFF;
	font-family: "Oswald", sans-serif;
	display:block;
	border-radius:10px;
	padding:2px 10px;
}
@media only screen and (min-width: 768px) {
#header{
  padding:2px 10px;
}
#wrap #header p.bt_tel a{
	padding:4px 20px;
}
}

footer {
    padding: 10px 0;
	width:100%;
    clear: both;
	border-top:1px solid #AAA;
}
footer p.add {
    text-align: center;
	margin-bottom:0;
    font-size: 12px;
    letter-spacing: 0;
    padding: 20px 0;
    clear: both;
}

@media only screen and (min-width: 768px) {
  footer {
    padding: 0;
  }
footer p.add {
	line-height:1.0;
}
}