@charset "utf-8";

article,
aside,
canvas,
details,
figcaption,
figure,
header,
footer,
main,
menu,
nav,
section,
summary {
  display: block;
}

html {
  font-size: 62.5% !important;
}

body,
div,
pre,
p,
blockquote,
form,
fieldset,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
table,
th,
td,
embed,
object {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: normal;
  font-size: 1.0em;
}

table {
  border-spacing: 0;
}

* {
  -webkit-appearance: none;
}

* html table {
  border-collapse: collapse;
}

*:first-child+html table {
  border-collapse: collapse;
}

table {
  border-collapse: collapse;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

table,
th,
td {
  border: medium solid grey;
}

input {
  vertical-align: middle;
}

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

ul {
  list-style: none;
}

body {
  font-family: sans-serif;
  font-size: 13px !important;
  font-size: 1.3rem !important;
  line-height: 1.5em;
  margin: 0px;
  padding: 0px;
  color: #000000;
}

a {
  color: #000000;
  text-decoration: none;
}

body>div {
  font-size: 1.3rem !important;
}

p,
td {
  font-size: 1.3rem;
  line-height: 1.5em;
}

.clear {
  margin: 0px;
  padding: 0px;
  font-size: 0em;
  line-height: 0em;
  clear: both;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: bottom
}

address {
  font-style: normal;
}

input,
button,
textarea {
  font-family: sans-serif;
  font-size: 1.6rem !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

div,
th,
td,
dt,
dd,
li,
a,
p {
  word-break: break-all;
}

* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nolink {
  cursor: default;
}

.small {
  font-size: 1rem;
}

/* font // */

.helveticainserat {
  font-family: sans-serif;
  font-display: swap;
}

/* // font */

/* general // */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c {
  text-align: center;
}

/* // general */




/* footer // */
footer {
  text-align: center;
  margin: .5rem 0;
  padding: 0;
  color: #cccccc;
}


/* main // */

.mainimage {
  position: relative;
}

.logo {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 120px;
}

.el {
  position: relative;
  top: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;

}

.el img {
  width: 98%;
}

#info {
  margin: 0 10px;
}

#info a {
  display: inline-block;
}

#info p {
  margin: 0 0 20px 0;
}

#info p img {
  margin: 0 0 6px 0;
}

#info .bnrimg {
  margin: 6px 0;
}

#info p .bnrimg {
  margin: 3px 0 0 0;
}

/* // main */

/* リンク // */
section a.button {
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  line-height: 1em;
  display: block;
  text-align: center;
  padding: 1rem;
  margin: 1rem 0;
  border: 1px solid #000000;
  font-size: 1.2rem;
  -web-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

section a.button:after {
  content: "\e315";
  font-family: 'material icons';
  color: #000000;
  vertical-align: middle;
  font-size: 1.5rem;
  line-height: 1rem;
  float: right;
}

/* // リンク */



.map iframe {
  background: #CCCCCC;
  width: 100%;
  height: 270px;
}

img {
  width: 100%;
}


.align-center {
  text-align: center !important;
}


/* // トップページ */

/* page // */

.sp {
  display: inline-block;
}

.pc {
  display: none;
}

/* // page */



/* IE */
input:-ms-input-placeholder {
  color: #dddddd;
}

/* Edge */
input::-ms-input-placeholder {
  color: #dddddd;
}

p#r {
  font-size: 0.8rem;
}


/* PC // */
@media screen and (min-width: 980px) {

  main {
    width: 980px;
    margin: 0 auto;
  }

  #info {
    margin-top: -50px;
  }

  #info p {
    margin: 20px 0 28px 0;
  }

  #info p img {
    margin: 0 0 12px 0;
  }

  #info .bnrimg {
    margin: 0 0 30px 0;
  }


  /* //footer */



}

/* // PC */