@charset "UTF-8";
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, big, cite, code,
em, img, q, s, small, strong,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section, summary,
time, mark, audio, video,
form, input, button, textarea, select {
  margin: 0;
  padding: 0;
  font-size: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

ol, ul {
  list-style: none;
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

b, strong {
  font-weight: inherit;
  font-weight: bolder;
  color: #0A339C;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button, input, select, textarea {
  font: inherit;
  margin: 0;
}

button, input, select {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

button, html [type="button"],
[type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

blockquote, q {
  quotes: none;
}

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

body {
  font-family: 'M PLUS Rounded 1c', 'YuGothic', 'meiryo', serif;
}

a, a img, button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* 共通パーツ */
.color-wh {
  color: white;
}
.color-back-bl {
  background-color: black !important;
  border-bottom: black !important;
  line-height: 80px;
}
.back-color {
  background-color: black !important;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*===================================================================
	サイト基礎
===================================================================*/
body {
  font-family: 'M PLUS Rounded 1c', 'YuGothic', 'meiryo', serif;
  position: relative;
  font-size: 1.4rem;
  color: #595757;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 1.4rem;
  }
}

table {
  width: 100%;
  table-layout: fixed;
  line-height: 1.6;
}

table th, table td {
  padding: 1.8em;
  border: 1px solid #666;
  text-align: left;
}

@media screen and (max-width: 640px) {
  table th, table td {
    padding: .8em;
  }
}

table th {
  width: 30%;
}

table td {
  width: 70%;
}

a {
  color: #1AA0D5;
}

a img {
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}

a img:hover {
  opacity: 0.4;
}

/*===================================================================
	ヘッダー
===================================================================*/
.site-topheader {
  background-color: #0A339C;
  color: #fff;
  font-size: 1rem;
  padding: .5em 55px .5em 10px;
  z-index: 10000;
  position: fixed;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 641px) {
  .site-topheader.changed {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .site-topheader {
    font-size: 1rem;
/*    min-height: 48px;*/
      min-height: 56px;
  }
}

.site-topheader .snipet {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .site-topheader .snipet {
    display: none;
    text-indent: -9999px;
    font-size: 0.9rem;
    margin-top: 4px;
  }
}

.snipet-sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .snipet-sp {
    display: block;
    position: fixed;
    top: 5px;
    left: 5px;
  }
  .snipet-sp a {
    display: block;
  }
  .snipet-sp img {
/*    height: 33px;*/
    height: auto;
      width: 190px;
      max-width: 55vw;
  }
}


/* 20200608 */
.site-header__line-sp {
    display: none;
}
@media screen and (max-width: 640px){
    .site-header__line-sp {
        display: block;
        position: fixed;
        top: 7px;
        right: 50px;
    }
    .site-header__line-sp a {
        display: block;
    }
    .site-header__line-sp img {
        display: block;
        height: 33px;
        width: auto;
    }
}

/* 20200824 */
.site-header__base-sp {
    display: none;
}
@media screen and (max-width: 640px){
    .site-header__base-sp {
        display: block;
        position: fixed;
        top: 7px;
        right: 50px;
        color: #fff;
        font-weight: bold;
    }
}



.site-header {
  z-index: 10001;
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 1.8em;
}

@media screen and (min-width: 641px) {
  .site-header.changed {
    top: 0;
  }
  .site-header.changed .site-header__box {
    padding: 45px 0;
    position: relative;
    height: auto !important;
  }
  .site-header.changed .site-header__box .site-header__boxL {
    width: 100%;
    text-align: center;
  }
  .site-header.changed .site-header__box .site-header__boxL .site-header__logo {
    max-width: none !important;
    text-align: center !important;
    width: 222px !important;
    height: 32px;
    background: url(../../images/head_scroll01.png) 0 0 no-repeat;
    margin: 0 auto;
  }
  .site-header.changed .site-header__box .site-header__boxL .site-header__logo h1 {
    display: none;
  }
  .site-header.changed .site-header__box .site-header__boxL .site-header__logo a {
    display: block;
    width: 222px;
    height: 32px;
  }
  .site-header.changed .site-header__box .site-header__boxL .site-header__logo a:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .site-header.changed .site-header__box .site-header__boxL .site-header__logo img {
    width: auto !important;
    display: none;
  }
/*
  .site-header.changed .site-header__box .site-header__boxC,
  .site-header.changed .site-header__box .site-header__boxC2 {
    display: none;
  }
*/
  .site-header.changed .site-header__box .site-header__boxC,
  .site-header.changed .site-header__box .site-header__boxC2 .top-display {
    display: none;
  }
  .site-header.changed .site-header__box .site-header__boxC2 {
    position: absolute;
    background: transparent;
    top: 18px;
    left: 0;
      width: 200px;
  }
  .site-header.changed .site-header__box .site-header__boxR {
    background: url(../../images/head_scroll02.png) 0 0 no-repeat;
    width: 214px;
    height: 32px;
    position: absolute;
    top: 18px;
    right: 0;
  }
  .site-header.changed .site-header__box .site-header__boxR a {
    display: none;
  }
  .site-header.changed .site-header__box .site-header__boxR2 {
    background: url(../../images/head_img02.png) 0 0 no-repeat;
    width: 214px;
    height: 32px;
    position: absolute;
    top: 73px;
    right: 0;
  }
  .site-header.changed .site-header__box .site-header__boxR2 a {
    display: none;
  }
  .site-header.changed .site-header__nav {
    border-bottom: 2px #ccc solid;
  }
}

@media screen and (max-width: 640px) {
  .site-header.site-header-contact .site-header__box {
    display: none;
  }
  .site-header.site-header-contact .site-header__box__sp {
    display: none;
  }
}

.site-header:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 640px) {
  .site-header {
    background-color: transparent;
    top: 0;
  }
}

.site-header .site-header__box {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 30px 0;
  height: 190px;
}

@media screen and (max-width: 640px) {
  .site-header .site-header__box {
    display: none;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    height: auto;
  }
}

.site-header .site-header__box .site-header__boxL {
  color: #0A339C;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .site-header .site-header__box .site-header__boxL {
    margin-right: 10px;
    font-size: 1rem;
  }
}

.site-header .site-header__box .site-header__boxL .site-header__logo {
  width: 100%;
  max-width: 400px;
  margin-bottom: 4px;
}

@media screen and (max-width: 990px) {
  .site-header .site-header__box .site-header__boxL .site-header__logo {
    max-width: 300px;
  }
}

@media screen and (max-width: 640px) {
  .site-header .site-header__box .site-header__boxL .site-header__logo {
    text-align: center;
  }
}

.site-header .site-header__box .site-header__boxL .site-header__logo img {
  width: 100%;
  vertical-align: top;
}

@media screen and (max-width: 640px) {
  .site-header .site-header__box .site-header__boxL .site-header__logo img {
    width: 65.67164%;
  }
}

.site-header .site-header__box .site-header__boxC {
	/*
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
	*/
  text-align: left;
  font-size: 1.2rem;
  margin-right: 1.66667%;
  margin-left: auto;
	width: 260px;
    flex-shrink: 0;
}

.site-header .site-header__box .site-header__boxC-inner {
    font-size: 1rem;
/*    transform: scale(0.9);*/
}

@media screen and (max-width: 990px) {
  .site-header .site-header__box .site-header__boxC {
    text-align: left;
    font-size: 1rem;
    margin-left: 8px;
  }
}

@media screen and (max-width: 640px) {
  .site-header .site-header__box .site-header__boxC {
    display: none;
  }
}

.site-header .site-header__box .site-header__boxC div {
  margin-bottom: .3em;
  line-height: 1.3;
}

.site-header .site-header__box .site-header__boxC div:last-child {
  margin-bottom: 0;
}

.site-header .site-header__box .site-header__boxC div .name {
  font-weight: bold;
}

.site-header .site-header__box .site-header__boxC div .name strong {
  color: #f00;
}

.site-header .site-header__box .site-header__boxC2 {
  color: #0A339C;
  text-align: center;
  font-weight: bold;
/*  font-size: 1.6rem;*/
  margin-right: 1.66667%;
	width: 250px;
    font-size: 1.1rem;
}

@media screen and (max-width: 990px) {
  .site-header .site-header__box .site-header__boxC2 {
    font-size: 1.1rem;
  }
}

.site-header .site-header__box .site-header__boxC2 .top-display {
    margin-bottom: 5px;
}

.site-header .site-header__box .site-header__boxC2 .address {
  font-weight: normal;
  line-height: 1.3;
  background-color: #0A339C;
  color: #fff;
/*  font-size: 2.8rem;*/
/*  margin-top: 4px;*/
/*  padding: 12px 16px 10px;*/
    margin-top: 3px;
    font-size: 1.4rem;
    padding: 6px 8px 5px;
}

@media screen and (max-width: 990px) {
  .site-header .site-header__box .site-header__boxC2 .address {
    font-size: 1.4rem;
    padding: 6px 8px 5px;
  }
}

.site-header .site-header__box .site-header__boxC2 .address span {
  font-size: 1rem;
  display: block;
}

.site-header .site-header__box .site-header__boxC2 .address a {
  color: #fff;
}

@media screen and (max-width: 640px) {
  .site-header .site-header__box .site-header__boxC2 {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .site-header .site-header__box .site-header__boxR {
    display: none;
  }
}

.site-header .site-header__box__sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .site-header .site-header__box__sp {
    display: block;
/*    margin-top: 46px;*/
      margin-top: 56px;
  }
  .site-header .site-header__box__sp ul {
    overflow: hidden;
  }
  .site-header .site-header__box__sp ul li {
    float: left;
    width: 50%;
    line-height: 1.2;
  }
  .site-header .site-header__box__sp ul li a {
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 10px 5px 10px 3.75em;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 15px 50%;
  }
  .site-header .site-header__box__sp ul li.mail_link {
    background: #86ceea;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(134, 206, 234, 0.8)), to(rgba(26, 161, 212, 0.8)));
    background: linear-gradient(to bottom, rgba(134, 206, 234, 0.8) 0%, rgba(26, 161, 212, 0.8) 100%);
  }
  .site-header .site-header__box__sp ul li.mail_link a {
    background-image: url(../../images/head_sp_img01.png);
    border-right: #fff 1px solid;
  }
  .site-header .site-header__box__sp ul li.tel_link {
    background: #f6a1ac;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(246, 161, 172, 0.8)), to(rgba(235, 43, 88, 0.8)));
    background: linear-gradient(to bottom, rgba(246, 161, 172, 0.8) 1%, rgba(235, 43, 88, 0.8) 100%);
  }
  .site-header .site-header__box__sp ul li.tel_link a {
    background-image: url(../../images/head_sp_img02.png);
  }
}

.site-header .site-header__toggle {
  display: none;
}

@media screen and (max-width: 640px) {
  .site-header .site-header__toggle,
  .site-header .site-header__toggle span {
    display: block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .site-header .site-header__toggle {
    position: fixed;
    top: 5px;
    right: 0;
    width: 20px;
    height: 18px;
    padding: 14px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    z-index: 10001;
  }
  .site-header .site-header__toggle span {
    position: absolute;
    left: 14px;
    width: calc(100% - (14px * 2));
    height: 2px;
    background-color: #fff;
  }
  .site-header .site-header__toggle span:nth-of-type(1) {
    top: 14px;
    -webkit-animation: menu-bar01 0.75s forwards;
            animation: menu-bar01 0.75s forwards;
  }
  .site-header .site-header__toggle span:nth-of-type(2) {
    top: 22px;
    -webkit-transition: all 0.25s 0.25s;
    transition: all 0.25s 0.25s;
    opacity: 1;
  }
  .site-header .site-header__toggle span:nth-of-type(3) {
    bottom: 14px;
    -webkit-animation: menu-bar02 0.75s forwards;
            animation: menu-bar02 0.75s forwards;
  }
  .site-header .site-header__toggle.is-active span {
    background-color: #fff;
  }
  .site-header .site-header__toggle.is-active span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 0.75s forwards;
            animation: active-menu-bar01 0.75s forwards;
  }
  .site-header .site-header__toggle.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .site-header .site-header__toggle.is-active span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 0.75s forwards;
            animation: active-menu-bar03 0.75s forwards;
  }
}

.site-header .site-header__nav {
  width: 100%;
  border-top: #CCC 1px solid;
  border-bottom: #CCC 1px solid;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
  background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
}

@media screen and (max-width: 640px) {
  .site-header .site-header__nav {
    background-color: #000;
    border-top: #ED1B2E 4px solid;
    position: absolute;
    left: 0;
    top: -4px;
    width: 100%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: -1;
  }
  .site-header .site-header__nav.is-active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    z-index: 1;
  }
}

.site-header .site-header__nav ul {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  .site-header .site-header__nav ul {
    display: block;
    width: 100%;
  }
}

.site-header .site-header__nav ul li {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.4rem;
}

.site-header .site-header__nav ul li:first-child a {
  border-left: #ccc 1px solid;
}

@media screen and (max-width: 640px) {
  .site-header .site-header__nav ul li {
    font-size: 1.4rem;
    border-left: none;
  }
}

.site-header .site-header__nav ul li a {
  color: #000;
  text-decoration: none;
  border-right: #ccc 1px solid;
  display: block;
  text-align: center;
  padding: 1em 6%;
  font-weight: bold;
}

.site-header .site-header__nav ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 640px) {
  .site-header .site-header__nav ul li a {
    background-color: #0a339c;
    border-left: none !important;
    border-right: none;
    border-bottom: #fff 1px solid;
    display: block;
/*    padding: .75em;*/
    padding: 1.25em;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
  }
}

/*--------------------------------
  keyframes
--------------------------------*/
@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}

/*===================================================================
	メイン
===================================================================*/
.site-main {
  background-color: #fff;
  padding: 0 0 30px;
}

@media screen and (max-width: 640px) {
  .site-main {
    padding: 0;
  }
}

/*===================================================================
  コンテンツ(サブ)
===================================================================*/
.site-contents {
  font-family: 'M PLUS Rounded 1c', 'YuGothic', 'meiryo', serif;
}

/*===================================================================
  サイドバー（sub）
===================================================================*/
.site-sidebar {
  width: 200px;
}

/*===================================================================
	フッター
===================================================================*/
.site-footer {
  clear: both;
  border: #ccc 1px solid;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#efefef), color-stop(10%, #ffffff));
  background: linear-gradient(to bottom, #efefef 0%, #ffffff 10%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 );
}

.site-footer .scroll-top {
  position: absolute;
  right: 0;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .site-footer .scroll-top {
    position: fixed;
    right: 0;
    bottom: 0;
  }
}

.site-footer .scroll-top #scroll-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  color: #fff;
  display: inline-block;
  padding: 0;
  border: 0;
  font-size: 1.6rem;
}

@media screen and (max-width: 640px) {
  .site-footer .scroll-top #scroll-top {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    font-size: 1.2rem;
  }
}

.site-footer .scroll-top #scroll-top img {
  width: 50%;
  cursor: pointer;
}

.site-footer .scroll-top #scroll-top img:hover {
  opacity: 0.7;
}

.site-footer .site-footer__cnt {
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 45px;
}

@media screen and (max-width: 640px) {
  .site-footer .site-footer__cnt {
    padding: 0;
  }
}

.site-footer .site-footer__cnt .site-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .site-footer .site-footer__cnt .site-footer__nav {
    display: block;
  }
}

.site-footer .site-footer__cnt .site-footer__nav ul li {
  margin: 0 0px .3em 0;
  font-size: 1.2rem;
}

@media screen and (max-width: 640px) {
  .site-footer .site-footer__cnt .site-footer__nav ul li {
    display: block;
    margin: 0;
    border-bottom: #ccc 1px solid;
  }
}

.site-footer .site-footer__cnt .site-footer__nav ul li a {
  color: #666;
}

@media screen and (max-width: 640px) {
  .site-footer .site-footer__cnt .site-footer__nav ul li a {
    display: block;
    padding: .75em;
    text-decoration: none;
  }
}

.site-footer .site-footer__cnt .site-footer__nav ul li a:hover {
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .site-footer .site-footer__cnt .site-footer__nav ul.social {
    text-align: center;
  }
}

.site-footer .site-footer__cnt .site-footer__nav ul.social li {
  margin: 0 0 20px 0;
    text-align: center;
}

@media screen and (max-width: 640px) {
  .site-footer .site-footer__cnt .site-footer__nav ul.social li {
    margin: 0;
    border-bottom: none;
    display: inline-block;
  }
}

.site-footer .site-footer__cnt .site-footer__nav .search-box input[type="text"] {
  background-color: #fff;
  border: #ccc 1px solid;
  padding: .1em;
}

@media screen and (max-width: 640px) {
  .site-footer .site-footer__cnt .site-footer__nav .search-box {
    text-align: center;
    margin: 30px 0;
  }
}

.site-footer .site-footer__cnt .site-footer__nav .search-box .bnr {
  margin: 15px 0 0;
}

.site-footer .site-footer__info {
  background-color: #0A339C;
  color: #fff;
  text-align: center;
  padding: 50px 0 20px;
}

@media screen and (max-width: 640px) {
  .site-footer .site-footer__info {
    padding: 20px 10px;
  }
}

.site-footer .site-footer__info img {
  width: 100%;
  max-width: 400px;
}

@media screen and (max-width: 640px) {
  .site-footer .site-footer__info img {
    max-width: 200px;
  }
}

.site-footer .site-footer__info .site-footer__address {
  width: 100%;
  max-width: 1200px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}

@media screen and (max-width: 1200px) {
  .site-footer .site-footer__info .site-footer__address {
    flex-wrap: wrap;
    max-width: 720px;
    margin: 50px auto 40px;
  }
}
@media screen and (max-width: 640px) {
  .site-footer .site-footer__info .site-footer__address {
    display: block;
    margin: 20px auto;
  }
}

.site-footer .site-footer__info .site-footer__address address {
  margin: 0 20px 80px;
  font-style: normal;
    font-size: 1.2rem;
    width: 18%;
}

@media screen and (max-width: 1200px) {
  .site-footer .site-footer__info .site-footer__address address {
    width: 30%;
      margin: 0 1.5% 40px;
  }
}
@media screen and (max-width: 640px) {
  .site-footer .site-footer__info .site-footer__address address {
      width: auto;
    margin: 0 0 20px;
  }
}

.site-footer .site-footer__info .site-footer__copy {
  font-size: 1.2rem;
}

@media screen and (max-width: 640px) {
  .site-footer .site-footer__info .site-footer__copy {
    text-align: center;
  }
}

/*===================================================================
  パーツ
===================================================================*/
.section-body {
  padding: 0;
}

.section-title {
  background-color: #A1D9EF;
  border-bottom: #019FD7 5px solid;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  padding: .5em;
  font-size: 3.6rem;
}

.section-copy {
  margin: 0.5em 0;
  color: #599442;
  font-size: 2rem;
}

@media screen and (max-width: 640px) {
  .section-copy {
    font-size: 1.6rem;
  }
}

.section-description {
  margin: 1.5em 0 2em;
  font-family: 'M PLUS Rounded 1c', 'YuGothic', 'meiryo', serif;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .section-description {
    font-size: 1.2rem;
  }
}

.detail-link {
  margin: 2em 0;
}

@media screen and (min-width: 641px) {
  .detail-link a {
    display: inline-block;
    color: #FFF;
    text-decoration: none;
  }
  .detail-link a::before {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.8em;
    padding: 0 4px;
    border: 1px solid #FFF;
    font-size: 1rem;
  }
}

@media screen and (max-width: 640px) {
  .detail-link a {
    background-color: #000;
    display: block;
    padding: 1em 4em;
    border-radius: 6px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
  }
  .detail-link a::before {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.4em;
  }
}

/*===================================================================
  山本追加項目　おすすめコンテンツ
===================================================================*/
.section-body .gallery-post .gallery-post__list {
  overflow: hidden;
  margin-bottom: 30px;
}

.section-body .gallery-post .gallery-post__list li {
  overflow: hidden;
  float: left;
  width: 50%;
  margin-bottom: 35px;
  color: #1AA0D5;
}

.section-body .gallery-post .gallery-post__list li a.gallery-post__list-item-link {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    color: inherit;
    text-decoration: inherit;
}
.section-body .gallery-post .gallery-post__list li a.gallery-post__list-item-link::after {
    content: "";
    clear: both;
    display: block;
    width: 100%;
    height: 0;
}

.section-body .gallery-post .gallery-post__list li a.gallery-post__list-item-link:hover {
  opacity: 0.4;
}
.section-body .gallery-post .gallery-post__list li a.gallery-post__list-item-link img:hover {
  opacity: 1;
}

.section-body .gallery-post .gallery-post__list li:nth-child(2n+1) {
  clear: both;
}

@media screen and (max-width: 640px) {
  .section-body .gallery-post .gallery-post__list li {
    float: none;
    width: 95%;
    margin: 0 2.5% 20px;
  }
}

.section-body .gallery-post .gallery-post__list li .gallery-post__img {
  float: left;
  width: 33.33333%;
}

.section-body .gallery-post .gallery-post__list li .gallery-post__txt {
  float: right;
  width: 63.33333%;
  padding: 20px 10% 0 0;
}

@media screen and (max-width: 640px) {
  .section-body .gallery-post .gallery-post__list li .gallery-post__txt {
    padding: 0;
  }
}

.section-body .gallery-post .gallery-post__list li .gallery-post__txt h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .section-body .gallery-post .gallery-post__list li .gallery-post__txt h3 {
    margin-bottom: 0;
  }
}
