@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #222222;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

input, button, textarea, select {
  font-size: 15px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-border-radius: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

iframe {
  display: inline-block;
  max-width: 100%;
  margin: 0 0 20px 0;
}

a {
  color: #222222;
  text-decoration: none;
}

a:hover {
  color: #555555;
  text-decoration: none;
}

b {
  font-weight: bold;
}

i {
  font-style: italic;
}

#header {
  width: 100%;
  height: 72px;
  padding: 3px 0 0 0;
  background: #FFFFFF;
  background-size: cover;
}

#header .inner {
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 4px;
  text-align: right;
  border-bottom: 3px solid #333333;
}

#header .inner h1 {
  text-align: left;
  margin: 0 0 -46px 0;
}

#header .ico h1 ::before {
  position: relative;
  top: 7px;
  margin: 0px 6px 0px 0px;
  content: url(/img/logo.png);
}

#header .inner h1 a {
  font-size: 46px;
  font-weight: bold;
  line-height: 64px;
  letter-spacing: 3px;
}

#header .inner p a {
  font-size: 27px;
  color: #333333;
  font-weight: bold;
  line-height: 20px;
  padding: 0 20px;
  text-align: left;
  position: relative;
  top: -3px;
}

#header .inner h2 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #333333;
  line-height: 20px;
  padding: 0px 4px 0px 20px;
  text-align: right;
  position: relative;
  top: -6px;
  left: -2px;
}

#header .inner h3 {
  font-size: 18px;
  letter-spacing: 7px;
  position: relative;
  top: -3px;
}

#section .inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}

#footer {
  width: 100%;
  background: #F6F6F6;
  padding: 0px 0 20px 0;
  word-break: break-word;
}

img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

#section .inner .entry .g strong {
  font-weight: 300;
}

#section .inner .entry .kaisha {
  width: 100%;
  margin: 0 0 368px 0;
}

#section .inner .entry h3 {
  text-align: center;
  font-size: 27px;
  letter-spacing: 6px;
  padding-bottom: 9px;
}
.notouch{
  user-select: none;
}

.button01 a, .button02 a, .button03 a, .button04 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 6px 6px 6px 9px;
  width: 123px;
  color: #2285b1;
  font-size:27px;
  font-weight: 700;
  border: 3px solid #a0c4d3;
  border-radius: 10px;
  position: relative;
  top: -243px;
  left: -105px;
  float: left;
}

.button01 a::after, .button02 a::after, .button03 a::after, .button04 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #2285b1;
  border-right: 3px solid #2285b1;
  transform: rotate(45deg);
}

.button01 a:hover, .button02 a:hover, .button03 a:hover, .button04 a:hover {
  color: #333333;
  text-decoration: none;
  background-color: #a0c4d3;
}

.button01 a:hover::after, .button02 a:hover::after, .button03, a:hover::after.button04 a:hover::after {
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
}

.button01 a {
  top: 8px;
  left: 126px;
  width: 81px;
  letter-spacing: 9px;
  padding-left: 11px;
  padding-right: 6px;
}

.button02 a {
  top: 8px;
  left: -103px;
  width: 90px;
  letter-spacing: 7px;
  padding-left: 11px;
  padding-right: 6px;
}

.button03 a {
  left: 150px;
  width: 81px;
  letter-spacing: 9px;
  padding-left: 11px;
  padding-right: 6px;
}

.heading1{
  background: #27acd9;
  color: #fff;
  padding: 1px 1px 9px 1px;
  margin-top: 3px;
}

.copyrights{
  margin-top: -192px;
  padding-top: 16px;
  text-align: center;
}
@media screen and (max-width: 1024px) {

 /* #footer .inner .footer_plugin .plugin_content .plugin_body .plugin-calender table.calender caption a {
    width: 20%;
  }
  #header .ico h1 ::before {
    top: 6px;
  }
  #header .inner h1 a, #header .inner p a {
    font-size: 22px;
  }
  #header .inner h2 {
    font-size: 11px;
  }
  #section .inner .entry .sp {
    margin-top: -1px;
  }
  #section .inner .entry h3 {
    font-size: 20px;
    letter-spacing: 4px;
    margin-top: 7px;
  }
  #section .inner .entry p, #section .inner .entry h4 {
    margin: 0px;
    font-size: 15px;
    line-height: 24px;
  }*/
}

@media screen and (max-width: 820px) {
  #header .inner h1 a {
    font-size: 41px;
  }

  #header .ico h1 ::before {
    content: url(/img/logo2.png);
  }
}

@media(min-width: 800px){
  a[href^="tel:"]{
      pointer-events: none;
  }
}

@media screen and (max-width: 590px) {
  #header .inner h1 {
    text-align: center;
    margin: 0px;
  }
  #header .inner h2, .b {
    text-align: center;
  }
  #section .inner {
    margin-top: 60px;
  }
  #header .ico h1 ::before {
    top: 14px;
    content: url(img/logo.png);
  }
  #header .inner h1 a, #header .inner p a {
    font-size: 27px;
  }
  #header .inner h2 {
    font-size: 13px;
    margin-left: 43px;
    margin-top: -5px;
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 550px) {
  .card-container {
    padding-bottom: 60px;
  }
  #a {
    left: 5px;
  }
}

@media screen and (max-width: 444px) {
  #header .inner p a {
    top: -5px;
  }
  #header .ico h1 ::before {
    top: 6px;
    content: url(img/logo.png);
  }
  #header .inner h1 a, #header .inner p a {
    font-size: 22px;
  }
  #header .inner h2 {
    font-size: 11px;
  }
  #section .inner {
    margin-top: 42px;
  }
}
