@charset "UTF-8";
html {
  width: 100%;
  font-size: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 16px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
* {
  max-width: 100%;
  max-height: 999999px;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 16px;
  font-family: inherit;
  font-weight: 300;
  font-style: normal;
  letter-spacing: inherit;
  line-height: inherit;
  outline: none;
  box-sizing: border-box;
  font-feature-settings: "palt";
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
*:before, *:after {
  box-sizing: border-box;
}
* * {
  color: inherit;
  font-size: inherit;
}
a {
  color: #333;
  outline: none;
  text-decoration: none;
}
a:active, a:hover {
  text-decoration: underline;
}
a * {
  color: inherit;
}
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
input {
  border: none;
  vertical-align: bottom;
}
input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input[type="checkbox"], input[type="radio"] {
  margin-right: 5px;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[disabled] {
  cursor: default;
}
button {
  border: none;
  cursor: pointer;
  vertical-align: bottom;
  -webkit-appearance: button;
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button[disabled] {
  cursor: default;
}
select, textarea {
  vertical-align: bottom;
}
@media (min-width: 769px) {
  a:hover img, input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    opacity: 0.6;
  }
}
b, strong {
  font-weight: 700;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
  line-height: 1;
}
ul, ol {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
ul li, ol li {
  list-style: none;
}
audio, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, progress, video {
  display: block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
svg {
  width: auto;
  height: auto;
  vertical-align: bottom;
}
svg:not(:root) {
  overflow: hidden;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
}
table {
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
table th, table td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
hr {
  display: block;
  width: 0;
  height: 0;
  border: 0;
}
.load a, .load img, .load input, .load svg, .load *:before, .load *:after {
  transition: opacity 0.7s;
}
.entry:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.entry > * {
  margin-top: 1.5em;
}
.entry > *:first-child {
  margin-top: 0;
}
.entry ul, .entry ol {
  margin-top: 0.7em;
}
.entry .alignleft, .entry .alignright, .entry .aligncenter {
  margin-bottom: 5px;
}
.entry .alignleft {
  float: left;
  display: inline;
  margin-right: 10px;
  margin-top: 4px;
}
.entry .alignright {
  float: right;
  display: inline;
  margin-left: 10px;
  margin-top: 4px;
}
.entry .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
  .pc {
    display: none !important;
  }
}
/*
.inner,
.innerL{
	width: 1210px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
*/
.inner, .innerL {
  width: 1210px;
}
.innerM {
  width: 1030px;
}
.innerS {
  width: 830px;
}
[class^="inner"] {
  position: relative;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
[class^="inner"] [class^="inner"] {
  padding-left: 0;
  padding-right: 0;
}
.js-fadein {
  position: relative;
  top: 50px;
  opacity: 0;
}
.js-fadein.in {
  top: 0;
  opacity: 1;
  transition: top 0.8s, left 0.8s, right 0.8s, opacity 0.8s;
}
.js-fadein.left-in {
  top: 0;
  left: -100px;
}
.js-fadein.left-in.in {
  left: 0;
}
.js-fadein.right-in {
  top: 0;
  right: -100px;
}
.js-fadein.right-in.in {
  right: 0;
}
#wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.clearFix {
  display: block;
}
.clearFix:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.flex {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
header {
  padding: 30px;
  /*
	#menu {
		display: none;
		@include mq {
			@include flex;
			align-items: center;
			justify-content: center;
			flex-flow: column;
			width: 26px;
			overflow: hidden;
			&:hover {
				text-decoration: none;
			}
			i {
				position: relative;
				display: block;
				width: 100%;
				height: 4px;
				margin: 0 auto;
				& + i {
					margin-top: 4px;
				}
				&:before,
				&:after {
					content: "";
					position: absolute;
					top: 0;
					display: block;
					width: 50%;
					height: 4px;
					background-color: #353535;
					transition: all 0.5s;
				}
				&:before {
					left: 0;
					border-radius: 2px 0 0 2px;
				}
				&:after {
					right: 0;
					border-radius: 0 2px 2px 0;
				}
			}
			&.open {
				i {
					&:nth-child(1) {
						&:before {
							left: 2px;
							top: 4px;
							transform: rotate(45deg);
						}
						&:after {
							right: 2px;
							top: 4px;
							transform: rotate(-45deg);
						}
					}
					&:nth-child(2) {
						&:before {
							left: -100%;
						}
						&:after {
							right: -100%;
						}
					}
					&:nth-child(3) {
						&:before {
							left: 2px;
							top: -4px;
							transform: rotate(-45deg);
						}
						&:after {
							right: 2px;
							top: -4px;
							transform: rotate(45deg);
						}
					}
				}
			}
		}
	}
	*/
  /*
	#menu{
		display: none;
		@include mq {
			position: fixed;
			right: 15px;
			top: 0;
			display: block;
			width: 40px;
			height: 50px;
			outline: none;
			z-index: 99999;
		}
		&:before {
			content: "";
			display: block;
			width: 34px;
			height: 8px;
			margin: 0 auto;
			border-top: 2px #000 solid;
			border-bottom: 2px #000 solid;
		}
		&:after {
			content: "メニュー";
			display: block;
			margin-top: 13px;
			color: #000;
			font-size: 10px;
			font-weight: 900;
			text-align: center;
			line-height: 1;
			letter-spacing: 0;
		}
	}
	*/
}
@media screen and (max-width: 768px) {
  header {
    padding: 15px;
  }
}
header #headerInner {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header #headerInner #logo {
  width: 155px;
  height: 43px;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  header #headerInner #logo {
    width: 130px;
    height: 36px;
  }
}
header #headerInner #logo a {
  display: block;
}
header #headerInner #logo a img {
  filter: invert(100%) sepia(10%) saturate(7500%) hue-rotate(180deg) brightness(114%) contrast(92%);
}
header #headerInner #langBtn {
  position: relative;
}
@media screen and (max-width: 896px) {
  header #headerInner #langBtn {
    display: none;
  }
}
header #headerInner #langBtn:after {
  content: "";
  position: absolute;
  right: 15px;
  top: calc(50% - 4px);
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px #000 solid;
  border-bottom: 2px #000 solid;
  rotate: -45deg;
  transform: matrix(0, 1, -1, 0, 0, 0);
}
header #headerInner #langBtn #langSelect {
  display: block;
  padding: 12px 15px;
  width: 120px;
  border: 1px solid #989898;
  border-radius: 9999px;
  background-color: transparent;
  color: #333;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
header nav#gNavi {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  header nav#gNavi {
    position: fixed;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 75px 15px 120px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: left 0.5s;
    background-color: #202020;
    z-index: 9999;
  }
  header nav#gNavi.open {
    left: 0;
  }
}
header nav#gNavi > ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header nav#gNavi > ul > li {
  position: relative;
}
@media (min-width: 769px) {
  header nav#gNavi > ul > li {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 50px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  header nav#gNavi > ul > li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  header nav#gNavi > ul > li {
    width: 100%;
    margin-right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
}
@media (min-width: 769px) {
  header nav#gNavi > ul > li:last-child {
    margin-right: 0;
  }
}
header nav#gNavi > ul > li > a {
  font-weight: bold;
  text-decoration: none !important;
}
@media screen and (max-width: 1000px) {
  header nav#gNavi > ul > li > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  header nav#gNavi > ul > li > a {
    display: block;
    padding: 15px 10px;
    color: #fff;
    font-weight: normal;
  }
}
@media (min-width: 769px) {
  header nav#gNavi > ul > li:hover > ul {
    z-index: 2;
    translate: -50% 100%;
    pointer-events: auto;
    transition: translate 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.1s ease-in-out;
    opacity: 1;
  }
}
@media (min-width: 769px) {
  header nav#gNavi > ul > li .spToggle {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header nav#gNavi > ul > li .spToggle {
    position: absolute;
    display: block;
    width: 30px;
    right: 0;
    top: 0;
    padding: 18px 10px;
    text-align: right;
    color: #777;
    font-size: 18px;
    line-height: 1;
    z-index: 5;
  }
  header nav#gNavi > ul > li .spToggle:before {
    display: none;
  }
  header nav#gNavi > ul > li .spToggle:after {
    content: "+";
  }
  header nav#gNavi > ul > li .spToggle.open:after {
    content: "-";
  }
}
@media (min-width: 769px) {
  header nav#gNavi > ul > li > ul {
    position: absolute;
    min-width: 16rem;
    padding: 20px;
    left: 50%;
    bottom: 0;
    border-radius: 0.8rem;
    background-color: #fff;
    box-shadow: 0 1rem 5rem rgba(19, 22, 22, 0.2);
    text-align: center;
    pointer-events: none;
    opacity: 0;
    translate: -50% calc(100% + 3rem);
    transition: translate 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.2s, opacity 0.2s ease-in-out 0.2s;
    z-index: 100;
  }
}
@media screen and (max-width: 768px) {
  header nav#gNavi > ul > li > ul {
    display: none;
    margin-bottom: 25px;
    border-top: none;
  }
}
header nav#gNavi > ul > li > ul li {
  padding: 10px 0;
  border-bottom: #e1e1e1 1px solid;
}
@media screen and (max-width: 768px) {
  header nav#gNavi > ul > li > ul li {
    padding: 0;
    border-bottom-color: #999;
  }
}
header nav#gNavi > ul > li > ul li:last-child {
  border-bottom: none;
}
header nav#gNavi > ul > li > ul li a {
  display: block;
  color: #000;
  font-size: 15px;
  background-color: #fff;
}
header nav#gNavi > ul > li > ul li a:hover {
  text-decoration: none;
  color: #002f4c;
}
@media screen and (max-width: 768px) {
  header nav#gNavi > ul > li > ul li a {
    padding: 10px;
    color: #fff !important;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.2);
  }
}
header #menu {
  display: none;
}
@media screen and (max-width: 768px) {
  header #menu {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    right: 10px;
    top: 8px;
    transition: all 0.5s;
    z-index: 99999;
  }
}
header #menu i {
  position: absolute;
  display: block;
  width: 24px;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #000;
  transition: all 0.5s;
}
header #menu i:nth-child(1) {
  top: 11px;
  transform-origin: left top;
}
header #menu i:nth-child(2) {
  top: 19px;
}
header #menu i:nth-child(3) {
  top: 27px;
  transform-origin: left bottom;
}
header #menu:after {
  content: "メニュー";
  position: absolute;
  display: block;
  bottom: 5px;
  width: 100%;
  color: #000;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
header #menu.open i {
  background-color: #fff;
}
header #menu.open i:nth-child(2) {
  opacity: 0;
}
header #menu.open i:nth-child(1) {
  left: 8px;
  transform: rotate(45deg);
}
header #menu.open i:nth-child(3) {
  left: 8px;
  transform: rotate(-45deg);
}
header #menu.open:after {
  color: #fff;
}
footer {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 80px;
  }
}
footer #footerBn {
  padding: 70px 0;
  background-color: #333;
}
@media screen and (max-width: 768px) {
  footer #footerBn {
    padding: 40px 0;
  }
}
footer #footerBn #footerBnList {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  footer #footerBn #footerBnList {
    justify-content: space-between;
  }
}
footer #footerBn #footerBnList > li {
  width: 23.2%;
  margin-right: 2.4%;
}
@media screen and (max-width: 768px) {
  footer #footerBn #footerBnList > li {
    width: 48%;
    margin-right: 0;
  }
}
@media (min-width: 769px) {
  footer #footerBn #footerBnList > li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  footer #footerBn #footerBnList > li:nth-child(n + 3) {
    margin-top: 15px;
  }
}
@media (min-width: 769px) {
  footer #footerBn #footerBnList > li:nth-child(n + 5) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  footer #footerBn #footerBnList > li:nth-child(7), footer #footerBn #footerBnList > li:nth-child(8) {
    display: none;
  }
}
footer #relation {
  padding: 50px 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  footer #relation {
    padding: 30px 0;
  }
}
footer #relation #relationList {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
footer #relation #relationList > li {
  width: 20%;
}
@media screen and (max-width: 768px) {
  footer #relation #relationList > li {
    width: 33.3333333333%;
  }
}
footer #relation #relationList > li a {
  display: block;
}
@media screen and (max-width: 768px) {
  footer #relation #relationList > li a {
    padding: 10px 0;
  }
}
footer #relation #relationList > li a img {
  transform: scale(0.7);
}
footer #footerCnt {
  padding-top: 100px;
  padding-bottom: 50px;
  color: #bfbfbf;
  background-color: #202020;
}
@media screen and (max-width: 768px) {
  footer #footerCnt {
    padding-top: 0;
  }
}
footer #footerCnt #footerSitemap {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  footer #footerCnt #footerSitemap {
    display: none;
  }
}
footer #footerCnt #footerSitemap #footerSitemapList {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: calc(100% - 150px);
}
footer #footerCnt #footerSitemap #footerSitemapList > li {
  width: 33.3333333333%;
}
footer #footerCnt #footerSitemap #footerSitemapList > li:nth-child(n + 4) {
  margin-top: 50px;
}
footer #footerCnt #footerSitemap #footerSitemapList > li > a {
  font-size: 20px;
  color: #bfbfbf;
}
footer #footerCnt #footerSitemap #footerSitemapList > li > ul {
  margin-top: 15px;
  padding-left: 15px;
}
footer #footerCnt #footerSitemap #footerSitemapList > li > ul > li:nth-child(n + 2) {
  margin-top: 10px;
}
footer #footerCnt #footerSitemap #footerSitemapList > li > ul > li a {
  color: #bfbfbf;
}
footer #footerCnt #footerSitemap #footerSitemapList > li > ul > li a span {
  display: none;
}
footer #footerCnt #footerSitemap #sizes {
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
  margin-top: 0;
}
footer #footerCnt #footerSitemap #sizes > li {
  font-size: 16px;
}
footer #footerCnt #footerSitemap #sizes > li:nth-child(n + 2) {
  margin-top: 20px;
}
footer #footerCnt #footerSitemap #sizes > li a {
  color: #bfbfbf;
}
footer #footerCnt #footerEnd {
  padding-top: 60px;
  border-top: 1px solid #777;
}
@media screen and (max-width: 768px) {
  footer #footerCnt #footerEnd {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    border-top: none;
  }
}
footer #footerCnt #footerEnd .flex {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer #footerCnt #footerEnd .flex {
    justify-content: center;
  }
}
footer #footerCnt #footerEnd .flex p {
  font-size: 13px;
}
footer #footerCnt #footerEnd #footerLogo {
  width: 150px;
}
@media screen and (max-width: 768px) {
  footer #footerCnt #footerEnd #footerLogo {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  footer #footerCnt #footerEnd #footerLogo figure {
    width: 48%;
  }
}
footer #footerCnt #footerEnd #footerLogo figure img {
  width: 150px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(46%) sepia(0%) saturate(595%) hue-rotate(299deg) brightness(91%) contrast(92%);
}
@media screen and (max-width: 768px) {
  footer #footerCnt #footerEnd #footerLogo figure img {
    width: auto;
    height: 40px;
  }
}
footer #footerCnt #footerEnd #footerLogo p {
  margin-top: 10px;
  letter-spacing: 0;
  font-size: 11px !important;
}
@media screen and (max-width: 768px) {
  footer #footerCnt #footerEnd #footerLogo p {
    width: 48%;
    margin-top: 0;
  }
}
footer #footerCnt #footerEnd #footerInfo {
  font-size: 14px;
}
footer #footerCnt #footerEnd #footerInfo a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer #footerCnt #footerEnd #footerInfo {
    width: 100%;
    margin-bottom: 30px;
    font-size: 12px;
  }
}
footer #footerCnt #footerEnd #copyright {
  margin-top: 30px;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0;
}
main .ttl01 {
  margin-bottom: 50px;
  color: #002f4c;
  font-size: 40px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  main .ttl01 {
    margin-bottom: 25px;
    font-size: 22px;
  }
}
main .ttl01 i {
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  main .ttl01 i {
    font-size: 13px;
  }
}
main .ttl02 {
  display: block;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main .ttl02 {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
main #hh, main #mainVisual {
  width: calc(100% - 100px);
  margin: 40px auto 100px;
  padding: 60px;
  text-align: center;
  background-color: #f7f7f7;
}
@media screen and (max-width: 768px) {
  main #hh, main #mainVisual {
    width: calc(100% - 30px);
    margin: 20px auto 50px;
    padding: 30px 15px;
  }
}
main #hh h1, main #mainVisual h1 {
  color: #002f4c;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  main #hh h1, main #mainVisual h1 {
    font-size: 24px;
  }
}
main .c2_1 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main .c2_1 > * {
  width: 48%;
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  main .c2_1 > * {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 769px) {
  main .c2_1 > *:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  main .c2_1 > *:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (min-width: 769px) {
  main .c2_1 > *:nth-child(n + 3) {
    margin-top: 50px;
  }
}
main .c2_2 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main .c2_2 > * {
  width: 48%;
  margin-right: 4%;
}
main .c2_2 > *:nth-child(2n) {
  margin-right: 0;
}
main .c2_2 > *:nth-child(n + 3) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  main .c2_2 > *:nth-child(n + 3) {
    margin-top: 30px;
  }
}
main .c3_1 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main .c3_1 > * {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
}
main .c3_1 > *:nth-child(3n) {
  margin-right: 0;
}
main .c3_1 > *:nth-child(n + 4) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  main .c3_1 > * {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  main .c3_1 > *:nth-child(n + 2) {
    margin-top: 30px;
  }
}
main .c3_2 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main .c3_2 > * {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
}
main .c3_2 > *:nth-child(3n) {
  margin-right: 0;
}
main .c3_2 > *:nth-child(n + 4) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  main .c3_2 > * {
    width: 48%;
    margin-right: 4%;
  }
  main .c3_2 > *:nth-child(2n) {
    margin-right: 0;
  }
  main .c3_2 > *:nth-child(n + 3) {
    margin-top: 30px;
  }
}
main .c4_1 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main .c4_1 > * {
  width: calc((100% - 120px) / 4);
  margin-right: 40px;
}
@media (min-width: 769px) {
  main .c4_1 > *:nth-child(4n) {
    margin-right: 0;
  }
}
@media (min-width: 769px) {
  main .c4_1 > *:nth-child(n + 5) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  main .c4_1 > * {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  main .c4_1 > *:nth-child(n + 2) {
    margin-top: 30px;
  }
}
main .c4_2 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main .c4_2 > * {
  width: calc((100% - 120px) / 4);
  margin-right: 40px;
}
@media (min-width: 769px) {
  main .c4_2 > *:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 769px) {
  main .c4_2 > *:nth-child(n + 5) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  main .c4_2 > * {
    width: 48%;
    margin-right: 4%;
  }
  main .c4_2 > *:nth-child(2n) {
    margin-right: 0;
  }
  main .c4_2 > *:nth-child(n + 3) {
    margin-top: 30px;
  }
}
main .btn02 a {
  position: relative;
  display: inline-block;
  min-width: 250px;
  padding: 10px;
  color: #002f4c;
  border: #002f4c 1px solid;
  border-radius: 30px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main .btn02 a {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0;
  }
}
main .btn02 a:after {
  content: "";
  position: absolute;
  display: block;
  right: 25px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: #002f4c 1px solid;
  border-right: #002f4c 1px solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  main .btn02 a:after {
    right: 15px;
  }
}
main .btn02.blank a:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  border: none;
  background: url(../images/icon_blank_01.svg) no-repeat center / cover;
  transform: translateY(-50%);
}
main .table001 {
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
main .table001 tr th, main .table001 tr td {
  padding: 20px;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
}
@media screen and (max-width: 768px) {
  main .table001 tr th, main .table001 tr td {
    padding: 15px;
    font-size: 14px;
  }
}
main .table001 tr th.np, main .table001 tr td.np {
  padding: 0;
}
main .table001 tr th {
  background-color: #f7f7f7;
  font-weight: 600;
}
html.windows header #headerInner #langBtn #langSelect option {
  color: #000 !important;
}
main #news {
  margin-top: 10px;
  padding: 80px 0;
  background-color: #c4c3c2;
}
@media screen and (max-width: 768px) {
  main #news {
    padding: 40px 0;
  }
}
main #news > .inner {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main #news > .inner > section {
  width: 47.45%;
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  main #news > .inner > section {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  main #news > .inner > section:nth-child(n + 2) {
    margin-top: 30px;
  }
}
main #news > .inner > section h2 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main #news > .inner > section h2 {
    font-size: 17px;
  }
}
main #news > .inner > section .newsList {
  border-top: 1px solid #ccc;
}
main #news > .inner > section .newsList > li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  main #news > .inner > section .newsList > li:nth-child(n+4) {
    display: none;
  }
}
main #news > .inner > section .newsList > li a time, main #news > .inner > section .newsList > li a i {
  letter-spacing: 0;
  font-size: 13px;
}
main #news > .inner > section .newsList > li a i {
  padding: 2px 4px;
  border: 1px solid #000;
  border-radius: 9999px;
}
main #news > .inner > section .newsList > li a p {
  margin-top: 3px;
  font-size: 14px;
}
main #news > .inner > section .newsList > li a p span {
  display: block;
  font-weight: 600;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  main #news > .inner > section .newsList > li a p span {
    font-weight: 500;
  }
}
main #news > .inner > section .newsList + .btn {
  margin-top: 20px;
}
main #news > .inner > section .newsList + .btn a {
  display: block;
  width: 100%;
  padding: 20px 0;
  line-height: 1;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  background-image: -moz-linear-gradient(to right, #f0f0f0, #e5eaed, #e5eaed, #f0f0f0);
  background-image: -webkit-linear-gradient(to right, #f0f0f0, #e5eaed, #e5eaed, #f0f0f0);
  background-image: linear-gradient(to right, #f0f0f0, #e5eaed, #e5eaed, #f0f0f0);
  background-size: 300% 100%;
  transition: all 0.6s;
}
main #news > .inner > section#press h2 {
  color: #c74b2a;
}
main #news > .inner > section#press .newsList > li a {
  color: #c74b2a;
}
main #news > .inner > section#press .newsList > li a i {
  border-color: #c74b2a;
}
main #newMembers {
  padding-top: calc(80rem / 16);
  padding-bottom: calc(80rem / 16);
}
@media screen and (max-width: 768px) {
  main #newMembers {
    padding-bottom: 0;
  }
}
main #newMembers ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
main #newMembers ul > li {
  width: 14.2857142857%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main #newMembers ul > li {
    width: 48%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 768px) {
  main #newMembers ul > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  main #newMembers ul > li:nth-child(n+3) {
    margin-top: 20px;
  }
}
main #newMembers ul > li a {
  display: block;
  width: 100%;
  padding: 0 30px;
}
main #newMembers ul > li a img {
  width: auto;
  max-height: 66px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media screen and (max-width: 768px) {
  main #newMembers ul > li a img {
    margin: auto;
  }
}
@media (min-width: 769px) {
  main #newMembers ul > li:nth-child(n + 8) {
    margin-top: 30px;
  }
}
main .head {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  main .head {
    margin-bottom: 25px;
  }
}
main .head .ttl01 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  main .head .btn02 a {
    min-width: inherit;
    width: 160px;
  }
}
main #counter {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  main #counter {
    margin-bottom: 40px;
  }
}
main #counter > div {
  width: 49.15%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main #counter > div {
    width: 48%;
  }
}
main #counter > div a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  align-items: baseline;
  justify-content: center;
  background-color: #F0F0F0;
  border-radius: 10px;
}
main #counter > div a h2 {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  main #counter > div a h2 {
    width: 100%;
    font-size: 15px;
  }
}
main #counter > div a strong {
  margin: 0 5px;
  color: #002F4C;
  letter-spacing: 0;
  font-size: 40px;
  font-weight: bold;
  font-family: Arial, Helvetica, "sans-serif";
}
@media screen and (max-width: 768px) {
  main #counter > div a strong {
    margin-left: 0;
    margin-right: 2px;
    font-size: 24px;
  }
}
main #memberlist input[name="tabParentBtn"] {
  display: none;
}
main #memberlist input[name="tabParentBtn"]#tabParentBtn01:checked ~ #tabParent01 label[for="tabParentBtn01"] {
  background-color: #9F8E54;
  color: #fff;
}
main #memberlist input[name="tabParentBtn"]#tabParentBtn01:checked ~ #tabParent01 label[for="tabParentBtn01"]:after {
  border-top-color: #9F8E55;
}
main #memberlist input[name="tabParentBtn"]#tabParentBtn01:checked ~ #accessionWrap01 {
  display: block;
}
main #memberlist input[name="tabParentBtn"]#tabParentBtn02:checked ~ #tabParent01 label[for="tabParentBtn02"] {
  background-color: #9F8E54;
  color: #fff;
}
main #memberlist input[name="tabParentBtn"]#tabParentBtn02:checked ~ #tabParent01 label[for="tabParentBtn02"]:after {
  border-top-color: #9F8E55;
}
main #memberlist input[name="tabParentBtn"]#tabParentBtn02:checked ~ #accessionWrap02 {
  display: block;
}
main #memberlist input[name="tabParentBtn"]#tabParentBtn03:checked ~ #tabParent01 label[for="tabParentBtn03"] {
  background-color: #9F8E54;
  color: #fff;
}
main #memberlist input[name="tabParentBtn"]#tabParentBtn03:checked ~ #tabParent01 label[for="tabParentBtn03"]:after {
  border-top-color: #9F8E55;
}
main #memberlist input[name="tabParentBtn"]#tabParentBtn03:checked ~ #accessionWrap03 {
  display: block;
}
main #memberlist input[name="tabParentBtn"]#tabParentBtn03:checked ~ #accessionWrap03 #mapWrapper {
  position: inherit;
  display: block;
  height: 600px;
}
@media screen and (max-width: 768px) {
  main #memberlist input[name="tabParentBtn"]#tabParentBtn03:checked ~ #accessionWrap03 #mapWrapper {
    height: 400px;
  }
}
main #memberlist input[name="tabParentBtn"]#tabParentBtn03:checked ~ #accessionWrap03 #mapWrapper #mapClose {
  display: none;
}
main #memberlist input[name="tabParentBtn"]#tabParentBtn03:checked ~ #accessionWrap03 #mapWrapper #gMap {
  width: 100%;
  height: 100%;
}
main #memberlist #tabParent01 {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  main #memberlist #tabParent01 {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
main #memberlist #tabParent01:after {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 1px;
  margin: auto;
  left: 50%;
  right: 0;
  bottom: 0;
  background-color: #D0D0D0;
  transform: translateX(-50%);
}
main #memberlist #tabParent01 li {
  width: 49%;
  margin-right: 2%;
  text-align: center;
  cursor: pointer;
}
main #memberlist #tabParent01 li:nth-child(3) {
  display: none;
}
main #memberlist #tabParent01 li:nth-child(2n) {
  margin-right: 0;
}
main #memberlist #tabParent01 li label {
  position: relative;
  display: block;
  padding: 20px 5px;
  cursor: pointer;
  background-color: #EBEBEB;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  main #memberlist #tabParent01 li label {
    padding: 15px 5px;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}
main #memberlist #tabParent01 li label:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  left: 50%;
  bottom: -20px;
  border: 10px solid transparent;
  transform: translateX(-50%);
}
main #memberlist #accessionWrap01 {
  display: none;
}
main #memberlist #accessionWrap01:first-child {
  display: block;
}
main #memberlist #accessionWrap01 > ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  main #memberlist #accessionWrap01 > ul {
    display: block;
  }
}
main #memberlist #accessionWrap01 > ul > li {
  width: 29.62%;
  margin-right: 5.55%;
}
main #memberlist #accessionWrap01 > ul > li:nth-child(3n) {
  margin-right: 0;
}
main #memberlist #accessionWrap01 > ul > li:nth-child(n+4) {
  margin-top: 5.55%;
}
main #memberlist #accessionWrap01 > ul > li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  main #memberlist #accessionWrap01 > ul > li {
    width: 100%;
    margin-right: 0;
  }
  main #memberlist #accessionWrap01 > ul > li:nth-child(n+2) {
    margin-top: 40px;
  }
}
main #memberlist #accessionWrap01 > ul > li > em {
  display: block;
  font-weight: 600;
}
main #memberlist #accessionWrap01 > ul > li > ul {
  margin-top: 1px;
}
main #memberlist #accessionWrap01 > ul > li > ul > li {
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  main #memberlist #accessionWrap01 > ul > li > ul > li {
    font-size: 14px;
  }
}
main #memberlist #accessionWrap01 > ul > li > ul > li a {
  color: #005485;
}
main #memberlist #accessionWrap02 {
  display: none;
}
main #memberlist #accessionWrap02 > input[type="radio"] {
  display: none;
}
main #memberlist #accessionWrap02 #accessionTab {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  border-right: #e8e8e8 1px solid;
  border-bottom: #e8e8e8 1px solid;
}
@media screen and (max-width: 768px) {
  main #memberlist #accessionWrap02 #accessionTab {
    border-bottom: none;
  }
}
main #memberlist #accessionWrap02 #accessionTab li {
  width: 10%;
  text-align: center;
  border-left: #e8e8e8 1px solid;
  border-top: #e8e8e8 1px solid;
}
@media screen and (max-width: 768px) {
  main #memberlist #accessionWrap02 #accessionTab li {
    width: 20%;
    border-bottom: #e8e8e8 1px solid;
  }
}
@media screen and (max-width: 768px) {
  main #memberlist #accessionWrap02 #accessionTab li:nth-child(5) {
    border-right: none;
  }
}
main #memberlist #accessionWrap02 #accessionTab li:last-child {
  border-right: none;
}
main #memberlist #accessionWrap02 #accessionTab li label {
  display: block;
  padding: 20px 5px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  main #memberlist #accessionWrap02 #accessionTab li label {
    padding: 15px 5px;
    font-size: 15px;
  }
}
main #memberlist #accessionWrap02 .tab {
  display: none;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  main #memberlist #accessionWrap02 .tab {
    padding: 40px 0;
  }
}
main #memberlist #accessionWrap02 .tab .syllabary {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  main #memberlist #accessionWrap02 .tab .syllabary {
    display: block;
  }
}
main #memberlist #accessionWrap02 .tab .syllabary > li {
  width: 29.62%;
  margin-right: 5.55%;
}
main #memberlist #accessionWrap02 .tab .syllabary > li:nth-child(3n) {
  margin-right: 0;
}
main #memberlist #accessionWrap02 .tab .syllabary > li:nth-child(n+4) {
  margin-top: 5.55%;
}
main #memberlist #accessionWrap02 .tab .syllabary > li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  main #memberlist #accessionWrap02 .tab .syllabary > li {
    width: 100%;
    margin-right: 0;
  }
  main #memberlist #accessionWrap02 .tab .syllabary > li:nth-child(n+2) {
    margin-top: 40px;
  }
}
main #memberlist #accessionWrap02 .tab .syllabary > li > em {
  display: block;
  font-weight: 600;
}
main #memberlist #accessionWrap02 .tab .syllabary > li > ul {
  margin-top: 1px;
}
main #memberlist #accessionWrap02 .tab .syllabary > li > ul > li {
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  main #memberlist #accessionWrap02 .tab .syllabary > li > ul > li {
    font-size: 14px;
  }
}
main #memberlist #accessionWrap02 .tab .syllabary > li > ul > li a {
  color: #005485;
}
main #memberlist #accessionWrap02 #tabBtn01:checked ~ #accessionTab label[for="tabBtn01"] {
  background-color: #f7f7f7;
}
main #memberlist #accessionWrap02 #tabBtn01:checked ~ #tab01 {
  display: block;
}
main #memberlist #accessionWrap02 #tabBtn02:checked ~ #accessionTab label[for="tabBtn02"] {
  background-color: #f7f7f7;
}
main #memberlist #accessionWrap02 #tabBtn02:checked ~ #tab02 {
  display: block;
}
main #memberlist #accessionWrap02 #tabBtn03:checked ~ #accessionTab label[for="tabBtn03"] {
  background-color: #f7f7f7;
}
main #memberlist #accessionWrap02 #tabBtn03:checked ~ #tab03 {
  display: block;
}
main #memberlist #accessionWrap02 #tabBtn04:checked ~ #accessionTab label[for="tabBtn04"] {
  background-color: #f7f7f7;
}
main #memberlist #accessionWrap02 #tabBtn04:checked ~ #tab04 {
  display: block;
}
main #memberlist #accessionWrap02 #tabBtn05:checked ~ #accessionTab label[for="tabBtn05"] {
  background-color: #f7f7f7;
}
main #memberlist #accessionWrap02 #tabBtn05:checked ~ #tab05 {
  display: block;
}
main #memberlist #accessionWrap02 #tabBtn06:checked ~ #accessionTab label[for="tabBtn06"] {
  background-color: #f7f7f7;
}
main #memberlist #accessionWrap02 #tabBtn06:checked ~ #tab06 {
  display: block;
}
main #memberlist #accessionWrap02 #tabBtn07:checked ~ #accessionTab label[for="tabBtn07"] {
  background-color: #f7f7f7;
}
main #memberlist #accessionWrap02 #tabBtn07:checked ~ #tab07 {
  display: block;
}
main #memberlist #accessionWrap02 #tabBtn08:checked ~ #accessionTab label[for="tabBtn08"] {
  background-color: #f7f7f7;
}
main #memberlist #accessionWrap02 #tabBtn08:checked ~ #tab08 {
  display: block;
}
main #memberlist #accessionWrap02 #tabBtn09:checked ~ #accessionTab label[for="tabBtn09"] {
  background-color: #f7f7f7;
}
main #memberlist #accessionWrap02 #tabBtn09:checked ~ #tab09 {
  display: block;
}
main #memberlist #accessionWrap02 #tabBtn10:checked ~ #accessionTab label[for="tabBtn10"] {
  background-color: #f7f7f7;
}
main #memberlist #accessionWrap02 #tabBtn10:checked ~ #tab10 {
  display: block;
}
main #pNaviWrap {
  margin-top: 100px;
}
main #pNaviWrap a {
  color: #002F4C;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main #pNaviWrap a {
    font-size: 16px;
  }
}
main #pNaviWrap #pNaviTop {
  position: relative;
  border-top: 1px solid #D0D0D0;
}
main #pNaviWrap #pNaviTop:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: -1px;
  width: 40px;
  height: 1px;
  background-color: #002F4C;
}
main #pNaviWrap #pNaviTop a {
  display: block;
  padding: 25px 25px 25px 60px;
  background: url(../images/common/arrow01.svg) no-repeat left center / 40px 40px #fff;
}
main #pNaviWrap #pNavi {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  main #pNaviWrap #pNavi {
    column-gap: 10px;
    row-gap: 10px;
  }
}
main #pNaviWrap #pNavi > li {
  width: calc(50% - 10px);
}
@media screen and (max-width: 768px) {
  main #pNaviWrap #pNavi > li {
    width: 100%;
  }
}
main #pNaviWrap #pNavi > li a {
  display: block;
  padding: 35px 60px 35px 35px;
  border-top: 1px solid #002F4C;
  box-shadow: 0px 1px 6px #00000029;
  background: url(../images/common/arrow01.svg) no-repeat right 30px center / 40px 40px #fff;
}
@media screen and (max-width: 768px) {
  main #pNaviWrap #pNavi > li a {
    padding: 20px 40px 20px 20px;
    background-position: right 15px center;
    background-size: 25px 25px;
  }
}
main #pNaviWrap #pNavi > li a.active, main #pNaviWrap #pNavi > li a:hover {
  background-color: #F0F3F5;
  text-decoration: none;
}
main #association #vh {
  position: relative;
  margin-bottom: 60px;
  height: 400px;
  background: url(/assets/images/page/associationBg01.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  main #association #vh {
    height: 200px;
    margin-bottom: 40px;
  }
}
main #association #vh h2 {
  position: absolute;
  width: 100%;
  left: 40px;
  bottom: 40px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main #association #vh h2 {
    font-size: 20px;
    left: 20px;
    bottom: 20px;
  }
}
main #association #read {
  margin-bottom: 80px;
  font-size: 17px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  main #association #read {
    margin-bottom: 50px;
    font-size: 16px;
  }
}
main #association > section:nth-of-type(n+2) {
  padding-top: 200px;
}
@media screen and (max-width: 768px) {
  main #association > section:nth-of-type(n+2) {
    padding-top: 80px;
  }
}
main #association #message #messageWrap {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px;
  background-color: #F7F7F7;
}
@media screen and (max-width: 768px) {
  main #association #message #messageWrap {
    padding: 30px;
  }
}
main #association #message #messageWrap .text {
  width: calc(100% - 280px);
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  main #association #message #messageWrap .text {
    width: 100%;
  }
}
main #association #message #messageWrap .pht {
  width: 200px;
}
@media screen and (max-width: 768px) {
  main #association #message #messageWrap .pht {
    width: 100%;
    margin-top: 20px;
  }
}
main #association #message #messageWrap .pht figure {
  text-align: center;
}
main #association #message #messageWrap .pht figure img {
  margin: auto;
}
main #association #message #messageWrap .pht p {
  margin-top: 20px;
  font-size: 13px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  main #association #message #messageWrap .pht p {
    text-align: center;
  }
}
main #association #message #messageWrap .pht h2 {
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width: 768px) {
  main #association #message #messageWrap .pht h2 {
    text-align: center;
  }
}
main #association #activities #activitiesList > li {
  counter-increment: no;
  box-shadow: 0px 1px 6px #00000029;
}
main #association #activities #activitiesList > li:nth-child(n+2) {
  margin-top: 25px;
}
main #association #activities #activitiesList > li h2 {
  position: relative;
  padding: 20px 80px 20px 90px;
  color: #002F4C;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #e1e1e1;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  main #association #activities #activitiesList > li h2 {
    padding: 15px 40px 15px 65px;
    font-size: 18px;
  }
}
main #association #activities #activitiesList > li h2:before {
  content: counter(no,decimal-leading-zero);
  position: absolute;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  left: 0;
  top: 0;
  color: #fff;
  letter-spacing: 0;
  background-color: #002F4C;
}
@media screen and (max-width: 768px) {
  main #association #activities #activitiesList > li h2:before {
    width: 50px;
  }
}
main #association #activities #activitiesList > li h2:after {
  content: "";
  position: absolute;
  display: block;
  right: 30px;
  top: 45%;
  width: 16px;
  height: 16px;
  border-right: #002F4C 2px solid;
  border-bottom: #002F4C 2px solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  main #association #activities #activitiesList > li h2:after {
    width: 8px;
    height: 8px;
    right: 15px;
  }
}
main #association #activities #activitiesList > li > div {
  position: relative;
  padding: 30px;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  main #association #activities #activitiesList > li > div {
    padding: 20px;
  }
}
main #association #information #organization {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  main #association #information #organization {
    margin-top: 40px;
  }
}
main #association #information #organization tr th {
  width: 220px;
}
@media screen and (max-width: 768px) {
  main #association #information #organization tr th {
    width: 100px;
  }
}
main #association #information #organization tr th[rowspan="12"] {
  letter-spacing: -0.05em;
}
main #association #information #organization tr td {
  width: calc(100% - 220px);
}
@media screen and (max-width: 768px) {
  main #association #information #organization tr td {
    width: calc(100% - 100px);
  }
}
main #association #information #organization tr td em {
  display: block;
  font-weight: 600;
}
main #association #information #organization tr td .add {
  color: #707070;
}
@media screen and (max-width: 768px) {
  main #association #information #organization tr td .add {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  main #association #information #organization tr td .flex {
    width: 100%;
  }
}
main #association #information #organization tr td .flex .sth, main #association #information #organization tr td .flex .mtd {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  main #association #information #organization tr td .flex .sth, main #association #information #organization tr td .flex .mtd {
    padding: 10px;
  }
}
main #association #information #organization tr td .flex .sth {
  width: 120px;
}
@media (min-width: 769px) {
  main #association #information #organization tr td .flex .sth {
    border-right: 1px solid #E1E1E1;
  }
}
@media screen and (max-width: 768px) {
  main #association #information #organization tr td .flex .sth {
    width: 100%;
    border-bottom: 1px solid #E1E1E1;
    background-color: #fafafa;
    text-align: center;
  }
}
main #association #information #organization tr td .flex .mtd {
  width: calc(100% - 120px);
}
@media screen and (max-width: 768px) {
  main #association #information #organization tr td .flex .mtd {
    width: 100%;
  }
}
main #association #information #organization tr td .flex .mtd > ul > li {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main #association #information #organization tr td .flex .mtd > ul > li:nth-child(n+2) {
  margin-top: 10px;
}
main #association #information #organization tr td .flex .mtd > ul > li .hname {
  width: 450px;
  color: #707070;
}
@media screen and (max-width: 768px) {
  main #association #information #organization tr td .flex .mtd > ul > li .hname {
    width: 100%;
    font-size: 12px;
  }
}
main #history #historyTable tbody tr:nth-child(2n) th, main #history #historyTable tbody tr:nth-child(2n) td {
  background-color: #fafafa;
}
main #history #historyTable tbody tr th, main #history #historyTable tbody tr td {
  padding: 20px 30px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  main #history #historyTable tbody tr th, main #history #historyTable tbody tr td {
    display: block;
    width: 100% !important;
  }
}
main #history #historyTable tbody tr th {
  width: 20%;
  text-align: right;
  border-right: #e8e8e8 1px dashed;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  main #history #historyTable tbody tr th {
    text-align: left;
    border: none;
    padding: 15px 20px 5px;
  }
}
main #history #historyTable tbody tr th time, main #history #historyTable tbody tr th span {
  display: block;
}
@media screen and (max-width: 768px) {
  main #history #historyTable tbody tr th time, main #history #historyTable tbody tr th span {
    display: inline-block;
  }
}
main #history #historyTable tbody tr th time {
  font-size: 30px;
  font-style: italic;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  main #history #historyTable tbody tr th time {
    font-size: 20px;
  }
}
main #history #historyTable tbody tr th span {
  font-size: 12px;
  color: #d07300;
}
@media screen and (max-width: 768px) {
  main #history #historyTable tbody tr th span {
    margin-left: 10px;
    font-size: 10px;
  }
}
main #history #historyTable tbody tr td {
  width: 80%;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  main #history #historyTable tbody tr td {
    padding: 0 20px 15px;
    font-size: 12px;
  }
}
main #history #historyTable tbody tr td i {
  font-weight: bold;
  padding-right: 15px;
}
main #history #presidentList {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 560px) {
  main #history #presidentList {
    padding-left: 20px;
    padding-right: 20px;
  }
}
main #history #presidentList li {
  width: 22.4576271186%;
  margin-right: 3.3898305085%;
}
@media screen and (max-width: 1024px) {
  main #history #presidentList li {
    width: 28.813559322%;
    margin-right: 6.7796610169%;
  }
}
@media screen and (max-width: 768px) {
  main #history #presidentList li {
    width: 48%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 560px) {
  main #history #presidentList li {
    width: 100%;
    margin-right: 0;
  }
}
main #history #presidentList li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  main #history #presidentList li:nth-child(4n) {
    margin-right: 6.7796610169%;
  }
}
@media screen and (max-width: 768px) {
  main #history #presidentList li:nth-child(4n) {
    margin-right: 5%;
  }
}
@media screen and (max-width: 560px) {
  main #history #presidentList li:nth-child(4n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 1024px) {
  main #history #presidentList li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  main #history #presidentList li:nth-child(3n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 768px) {
  main #history #presidentList li:nth-child(2n) {
    margin-right: 0;
  }
}
main #history #presidentList li:nth-child(n+5) {
  margin-top: 6.7796610169%;
}
@media screen and (max-width: 1024px) {
  main #history #presidentList li:nth-child(n+4) {
    margin-top: 6.7796610169%;
  }
}
@media screen and (max-width: 768px) {
  main #history #presidentList li:nth-child(n+4) {
    margin-top: 5%;
  }
}
@media screen and (max-width: 768px) {
  main #history #presidentList li:nth-child(n+3) {
    margin-top: 10%;
  }
}
@media screen and (max-width: 560px) {
  main #history #presidentList li:nth-child(n+2) {
    margin-top: 50px;
  }
}
main #history #presidentList li .nameBox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: #e8e8e8 1px solid;
}
main #history #presidentList li .nameBox .presidentInfo i, main #history #presidentList li .nameBox .presidentInfo em {
  display: block;
}
main #history #presidentList li .nameBox .presidentInfo i {
  font-size: 11px;
}
main #history #presidentList li .nameBox .presidentInfo em {
  font-size: 13px;
  color: #d07300;
}
main #history #presidentList li .nameBox .presidentName {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  main #history #presidentList li .nameBox .presidentName {
    font-size: 18px;
  }
}
main #history #presidentList li .Inauguration {
  padding: 10px 10px 0 10px;
  color: #777;
  font-size: 14px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  main #history #presidentList li .Inauguration {
    font-size: 12px;
  }
}
main #benefits #benefitsList {
  margin-top: 20px;
}
main #benefits #benefitsList > li {
  counter-increment: no;
  border-right: 2px solid #002F4C;
  box-shadow: 0px 1px 6px #00000029;
}
main #benefits #benefitsList > li:nth-child(n+2) {
  margin-top: 30px;
}
main #benefits #benefitsList > li:first-child .flex {
  justify-content: space-between;
}
main #benefits #benefitsList > li:first-child .flex p {
  width: calc(100% - 200px);
}
@media screen and (max-width: 768px) {
  main #benefits #benefitsList > li:first-child .flex p {
    width: 100%;
  }
}
main #benefits #benefitsList > li:first-child .flex figure {
  width: 150px;
}
@media screen and (max-width: 768px) {
  main #benefits #benefitsList > li:first-child .flex figure {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
main #benefits #benefitsList > li:nth-child(3) .flex {
  justify-content: space-between;
}
main #benefits #benefitsList > li:nth-child(3) .flex figure {
  width: 300px;
}
@media screen and (max-width: 768px) {
  main #benefits #benefitsList > li:nth-child(3) .flex figure {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
main #benefits #benefitsList > li:nth-child(4) .flex {
  justify-content: space-between;
}
main #benefits #benefitsList > li:nth-child(4) .flex figure {
  width: 300px;
}
@media screen and (max-width: 768px) {
  main #benefits #benefitsList > li:nth-child(4) .flex figure {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
main #benefits #benefitsList > li:nth-child(4) .flex p {
  width: calc(100% - 400px);
}
@media screen and (max-width: 768px) {
  main #benefits #benefitsList > li:nth-child(4) .flex p {
    width: 100%;
  }
}
main #benefits #benefitsList > li h2 {
  position: relative;
  padding: 30px 30px 30px 140px;
  color: #002F4C;
  font-size: 30px;
  font-weight: 500;
  background-color: #F7F7F7;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main #benefits #benefitsList > li h2 {
    font-size: 19px;
    padding: 20px 20px 20px 70px;
    line-height: 1.3;
  }
}
main #benefits #benefitsList > li h2:before {
  content: counter(no,decimal-leading-zero);
  position: absolute;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100%;
  left: 0;
  top: 0;
  letter-spacing: 0;
  background-color: #002F4C;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main #benefits #benefitsList > li h2:before {
    width: 50px;
  }
}
main #benefits #benefitsList > li .box {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  main #benefits #benefitsList > li .box {
    padding: 20px;
    font-size: 15px;
  }
}
main #benefits #benefitsList > li .box .dots {
  margin-top: 20px;
}
main #benefits #benefitsList > li .box .dots li {
  font-weight: bold;
}
main #benefits #benefitsList > li .box em {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
main #benefits #benefitsList > li .box em:nth-of-type(n+2) {
  margin-top: 35px;
}
main#content .innerL > .flex {
  justify-content: space-between;
}
main #title {
  width: 100%;
  margin: 40px auto 100px;
  padding: 60px;
  text-align: center;
  background-color: #f7f7f7;
  color: #002F4C;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  main #title {
    margin: 20px auto 50px;
    padding: 30px 15px;
    font-size: 24px;
  }
}
main #contentWrapper {
  display: block;
}
main #contentWrapper:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
main #contentWrapper #main {
  float: right;
  width: calc(100% - 320px);
}
@media screen and (max-width: 768px) {
  main #contentWrapper #main {
    width: 100%;
  }
}
main #contentWrapper #side {
  float: left;
  width: 260px;
}
@media screen and (max-width: 768px) {
  main #contentWrapper #side {
    width: 100%;
    margin-top: 60px;
  }
}
main #contentWrapper #side #sideMenu {
  -webkit-box-shadow: 0 1px 15px 1px rgba(51, 51, 51, 0.15);
  box-shadow: 0 1px 15px 1px rgba(51, 51, 51, 0.15);
}
main #contentWrapper #side #sideMenu > li:nth-child(n+2) {
  border-top: #e8e8e8 1px solid;
}
main #contentWrapper #side #sideMenu > li > a {
  display: block;
  padding: 25px;
  text-align: center;
}
main #contentWrapper #side #sideMenu > li > a:hover, main #contentWrapper #side #sideMenu > li > a.active {
  text-decoration: none;
  background-color: #f7f7f7;
}
main #contentWrapper #side .dotsLink {
  padding: 0 20px 25px 20px;
  background-color: #f7f7f7;
}
main #contentWrapper #side .dotsLink > li {
  text-indent: -1em;
  padding-left: 1em;
}
main #contentWrapper #side .dotsLink > li:before {
  content: "・";
}
main #contentWrapper #side .dotsLink > li a {
  color: #005485;
  font-size: 13px;
}
main #pager {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main #pager {
    margin-top: 30px;
  }
}
main #pager li {
  margin: 0 10px;
  transition: all 0.5s;
  font-weight: 600;
}
main #pager li.current a:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #002f4c;
  transition: all 0.5s;
}
main #pager li a {
  position: relative;
  display: block;
  padding: 10px;
  transition: all 0.5s;
}
@media screen and (max-width: 440px) {
  main #pager li a {
    font-size: 12px;
  }
}
main #pager li a:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #002f4c;
}
main #pager li a:hover {
  text-decoration: none;
}
main #pager li a:hover:after {
  width: 100%;
}
main #spSubNavi {
  display: none;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 1000px) {
  main #spSubNavi {
    display: block !important;
  }
}
main #spSubNavi #refine {
  float: left;
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #f7f7f7;
  border: #f7f7f7 1px solid;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transition: none;
}
main #spSubNavi #refine:hover {
  text-decoration: none;
}
main #spSubNavi #refine.appearance {
  position: fixed;
  width: 40px;
  height: 40px;
  right: 15px;
  top: 15px;
  text-indent: -9999px;
  z-index: 100000;
}
main #spSubNavi #refine.appearance:before, main #spSubNavi #refine.appearance:after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 2px;
  left: 50%;
  top: 50%;
  background-color: #002f4c;
}
main #spSubNavi #refine.appearance:before {
  transform: translateX(-50%) rotate(45deg);
}
main #spSubNavi #refine.appearance:after {
  transform: translateX(-50%) rotate(-45deg);
}
main #spSubNavi.separate #refine {
  width: 70%;
}
main #spSubNavi.separate #refine.appearance {
  width: 40px;
}
main #spSubNavi #mapBtn {
  float: right;
  display: block;
  width: 25%;
  padding: 10px;
  border: #002f4c 1px solid;
  color: #002f4c;
}
main #spSubNavi #mapBtn:hover {
  text-decoration: none;
}
main #sideNavi {
  width: 280px;
}
@media screen and (max-width: 1000px) {
  main #sideNavi {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    bottom: -100%;
    right: 0;
    transition: all 0.5s;
    overflow-y: auto;
    background-color: #f7f7f7;
    -webkit-overflow-scrolling: touch;
    z-index: 1002;
  }
  main #sideNavi.appearance {
    bottom: 0;
  }
}
main #sideNavi > aside:nth-child(n+2) {
  margin-top: 20px;
}
main #sideNavi > aside#mapDisplay {
  text-align: center;
  -webkit-box-shadow: 0 1px 15px 1px rgba(51, 51, 51, 0.15);
  box-shadow: 0 1px 15px 1px rgba(51, 51, 51, 0.15);
}
@media screen and (max-width: 768px) {
  main #sideNavi > aside#mapDisplay {
    display: none;
  }
}
main #sideNavi > aside#mapDisplay a:hover {
  text-decoration: none;
}
main #sideNavi > aside#mapDisplay a p {
  padding: 10px;
  color: #005485;
}
main #sideNavi > aside #search {
  background: #f7f7f7;
  padding: 20px 20px 30px;
}
@media screen and (max-width: 768px) {
  main #sideNavi > aside #search {
    padding-top: 60px;
  }
}
main #sideNavi > aside #search h2 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  main #sideNavi > aside #search h2 {
    font-size: 13px;
    margin-bottom: 6px;
  }
}
main #sideNavi > aside #search h2:nth-child(n+2) {
  margin-top: 20px;
}
main #sideNavi > aside #search input {
  font-size: 14px;
}
main #sideNavi > aside #search input::placeholder, main #sideNavi > aside #search input::-webkit-placeholder, main #sideNavi > aside #search input:-ms-input-placeholder, main #sideNavi > aside #search input::-ms-input-placeholder {
  color: #fff;
}
main #sideNavi > aside #search input[type="text"], main #sideNavi > aside #search input[name="number"] {
  width: 100%;
  padding: 10px;
  border: none;
  letter-spacing: -0.02em;
}
main #sideNavi > aside #search input:disabled {
  background-color: #e8e8e8;
}
@media screen and (max-width: 768px) {
  main #sideNavi > aside #search input {
    font-size: 12px;
  }
}
main #sideNavi > aside #search .select {
  position: relative;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  main #sideNavi > aside #search .select {
    font-size: 12px;
  }
}
main #sideNavi > aside #search .select:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 16px;
  right: 10px;
  border: transparent 3px solid;
  border-top: #000 3px solid;
}
main #sideNavi > aside #search .select select {
  width: 100%;
  padding: 10px;
  border: none;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #999;
  border-radius: 0;
}
main #sideNavi > aside #search .select select:disabled {
  background-color: #e8e8e8;
}
main #sideNavi > aside #search .dtable {
  display: table;
}
main #sideNavi > aside #search .dtable > * {
  display: table-cell;
}
main #sideNavi > aside #search .dtable i {
  width: 10%;
  text-align: center;
  vertical-align: middle;
}
main #sideNavi > aside #search .dtable span {
  position: relative;
}
main #sideNavi > aside #search .dtable span:after {
  content: "円";
  position: absolute;
  display: block;
  right: 10px;
  top: 10px;
  color: #999;
  font-size: 14px;
}
main #sideNavi > aside #search .dtable span input[type="number"] {
  width: 100%;
  padding: 10px 30px 10px 10px;
  border: none;
}
main #sideNavi > aside #search .dtable.enYen span:after {
  content: "yen";
}
main #sideNavi > aside #search label {
  position: relative;
  display: inline-block;
  padding-left: 35px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  main #sideNavi > aside #search label {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  main #sideNavi > aside #search label:nth-child(n+2) {
    margin-top: 15px;
  }
}
@media (min-width: 769px) {
  main #sideNavi > aside #search label:nth-child(5n) {
    margin-left: 0;
    margin-top: 20px;
  }
}
main #sideNavi > aside #search label input {
  display: none;
}
main #sideNavi > aside #search label input:checked ~ span:after {
  transform: scale(1) !important;
}
main #sideNavi > aside #search label span:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  left: 0;
  width: 26px;
  height: 26px;
  border: 2px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  main #sideNavi > aside #search label span:before {
    top: -4px;
  }
}
main #sideNavi > aside #search label span:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 4px;
  left: 5px;
  width: 16px;
  height: 16px;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: scale(0);
  transform: scale(0);
  border: 2px;
  background: #002f4c;
}
@media screen and (max-width: 768px) {
  main #sideNavi > aside #search label span:after {
    top: 1px;
  }
}
main #sideNavi > aside #search #commitment li {
  margin-top: 10px;
}
main #sideNavi > aside #search + input[type="submit"] {
  display: block;
  width: 100%;
  padding: 30px;
  background-color: #002f4c;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main #sideNavi > aside #search + input[type="submit"] {
    padding: 20px;
    font-size: 14px;
    border-radius: 0;
  }
}
main #sideNavi > aside #search + input[type="submit"]:hover {
  text-decoration: none;
  opacity: 0.6;
}
main #sideNavi > aside #search #recommendWrap {
  margin-top: 20px;
}
main #sideNavi > aside #search #recommendWrap #recommendList li {
  position: relative;
}
main #sideNavi > aside #search #recommendWrap #recommendList li:nth-child(n+2) {
  margin-top: 12px;
}
main #sideNavi > aside #search #recommendWrap #recommendList li img {
  position: absolute;
  left: 0;
  width: auto;
  height: 32px;
  margin-right: 10px;
  vertical-align: middle;
}
main #sideNavi > aside #search #recommendWrap #recommendList li a {
  display: block;
  padding-left: 50px;
  padding-top: 6px;
}
main .archive {
  width: calc(100% - 320px);
}
@media screen and (max-width: 1000px) {
  main .archive {
    width: 100%;
    margin-top: 20px;
  }
}
main .archive article {
  position: relative;
  background-color: #fff;
  border-right: #002f4c 2px solid;
  -webkit-box-shadow: -1px 4px 74px -16px rgba(0, 0, 0, 0.15);
  box-shadow: -1px 4px 74px -16px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  main .archive article {
    border-right-width: 1px;
  }
}
main .archive article:nth-child(n+2) {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  main .archive article:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 560px) {
  main .archive article:nth-child(n+2) {
    margin-top: 10px;
  }
}
main .archive article a:hover {
  text-decoration: none;
  opacity: 0.8;
}
main .archive article a .thumbnail {
  position: relative;
  width: calc(100% - 530px);
}
@media screen and (max-width: 768px) {
  main .archive article a .thumbnail {
    width: 180px;
  }
}
@media screen and (max-width: 560px) {
  main .archive article a .thumbnail {
    width: 100px;
  }
}
main .archive article a .thumbnail figure {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  background-image: -webkit-linear-gradient(45deg, #dedede 25%, transparent 25%, transparent 75%, #dedede 75%, #dedede), -webkit-linear-gradient(45deg, #dedede 25%, transparent 25%, transparent 75%, #dedede 75%, #dedede);
  background-image: -moz-linear-gradient(45deg, #dedede 25%, transparent 25%, transparent 75%, #dedede 75%, #dedede), -moz-linear-gradient(45deg, #dedede 25%, transparent 25%, transparent 75%, #dedede 75%, #dedede);
  background-image: -ms-linear-gradient(45deg, #dedede 25%, transparent 25%, transparent 75%, #dedede 75%, #dedede), -ms-linear-gradient(45deg, #dedede 25%, transparent 25%, transparent 75%, #dedede 75%, #dedede);
  background-image: linear-gradient(45deg, #dedede 25%, transparent 25%, transparent 75%, #dedede 75%, #dedede), linear-gradient(45deg, #dedede 25%, transparent 25%, transparent 75%, #dedede 75%, #dedede);
  background-position: 0 0, 3px 3px;
  background-size: 6px 6px;
}
@media (min-width: 769px) {
  main .archive article a .thumbnail figure {
    min-height: 200px;
  }
}
@media screen and (max-width: 768px) {
  main .archive article a .thumbnail figure {
    height: 100%;
    padding-top: 0;
  }
}
main .archive article a .thumbnail figure img {
  position: absolute;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}
main .archive article a .textWrap {
  position: relative;
  width: 530px;
  padding: 20px 20px 60px 20px;
}
@media screen and (max-width: 768px) {
  main .archive article a .textWrap {
    width: calc(100% - 180px);
    padding: 8px 12px;
  }
}
@media screen and (max-width: 560px) {
  main .archive article a .textWrap {
    width: calc(100% - 100px);
  }
}
main .archive article a .textWrap.equality {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  main .archive article a .textWrap.equality {
    padding: 10px;
  }
}
main .archive article a .textWrap h4 {
  width: 100%;
  padding-left: 16px;
  background: url(/assets/images/page/hotelIcon01.svgz) left center no-repeat;
  background-size: 12px 12px;
  font-size: 12px;
  color: #002f4c;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  main .archive article a .textWrap h4 {
    width: 75%;
  }
}
@media screen and (max-width: 560px) {
  main .archive article a .textWrap h4 {
    width: 100%;
    padding-left: 13px;
    font-size: 10px;
    background-size: 10px 10px;
  }
}
main .archive article a .textWrap em {
  display: block;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  main .archive article a .textWrap em {
    font-size: 13px;
  }
}
main .archive article a .textWrap address {
  display: block;
  padding-left: 12px;
  font-size: 10px;
  color: #999;
  background: url(/assets/images/common/pin.svgz) left top 2px no-repeat;
  background-size: 8px 10px;
}
@media screen and (max-width: 768px) {
  main .archive article a .textWrap address {
    margin-top: 5px;
  }
}
main .archive article a .textWrap .place {
  position: relative;
  margin-top: 10px;
}
@media screen and (max-width: 560px) {
  main .archive article a .textWrap .place {
    margin-top: 6px;
  }
}
main .archive article a .textWrap .place address {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 560px) {
  main .archive article a .textWrap .place address {
    position: static;
  }
}
main .archive article a .textWrap p.text {
  margin-top: 20px;
  line-height: 1.8;
  font-size: 12px;
  color: #777;
}
@media screen and (max-width: 768px) {
  main .archive article a .textWrap p.text {
    display: none;
  }
}
main .archive article a .textWrap .chargeList {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  main .archive article a .textWrap .chargeList {
    margin-top: 20px;
  }
}
@media screen and (max-width: 560px) {
  main .archive article a .textWrap .chargeList {
    margin-top: 15px;
  }
}
@media screen and (max-width: 440px) {
  main .archive article a .textWrap .chargeList {
    margin-top: 10px;
  }
}
main .archive article a .textWrap .chargeList li {
  width: 50%;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main .archive article a .textWrap .chargeList li:nth-child(n+3) {
  margin-top: 10px;
}
@media screen and (max-width: 440px) {
  main .archive article a .textWrap .chargeList li:nth-child(n+3) {
    margin-top: 6px;
  }
}
main .archive article a .textWrap .chargeList li i {
  display: inline-block;
  width: 70px;
  padding: 2px;
  background-color: #f7f7f7;
  text-align: center;
  letter-spacing: -1px;
  font-size: 12px;
}
@media screen and (max-width: 560px) {
  main .archive article a .textWrap .chargeList li i {
    font-size: 10px;
    width: 50px;
  }
}
main .archive article a .textWrap .chargeList li p {
  width: calc(100% - 80px);
  margin-left: 10px;
  font-size: 13px;
}
@media screen and (max-width: 560px) {
  main .archive article a .textWrap .chargeList li p {
    width: calc(100% - 60px);
    padding-top: 2px;
    font-size: 10px;
    margin-left: 6px;
  }
}
main .archive article a .textWrap .chargeList li p span {
  font-size: 12px;
  margin-left: 6px;
}
@media screen and (max-width: 560px) {
  main .archive article a .textWrap .chargeList li p span {
    font-size: 10px;
    margin-left: 2px;
    letter-spacing: -1px;
  }
}
main .archive article a .textWrap .restaurantCat {
  position: absolute;
  display: inline-block;
  padding: 3px 10px;
  bottom: 20px;
  border: #d07300 1px solid;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0;
  color: #d07300;
}
@media screen and (max-width: 768px) {
  main .archive article a .textWrap .restaurantCat {
    display: none;
  }
}
main .archive article a .textWrap .charge {
  margin-top: 10px;
  font-family: Arial, Helvetica, "sans-serif";
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  color: #002f4c;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  main .archive article a .textWrap .charge {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  main .archive article a .textWrap .charge {
    margin-top: 10px;
    font-size: 14px;
  }
}
main .archive article a .textWrap .charge span {
  font-size: 14px;
  padding-right: 3px;
}
@media screen and (max-width: 768px) {
  main .archive article a .textWrap .charge span {
    font-size: 12px;
  }
}
main .archive article a .textWrap .charge i {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  main .archive article a .textWrap .charge i {
    font-size: 12px;
  }
}
main .archive article .mylist {
  display: none;
}
main .archive p.nodata {
  text-align: center;
}
main .price {
  margin-top: 28px;
  font-family: Arial, Helvetica, "sans-serif";
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  color: #002f4c;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  main .price {
    font-size: 14px;
  }
}
main .price span {
  padding-right: 3px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  main .price span {
    font-size: 12px;
  }
}
main .detail {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  main .detail {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  main .detail {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  main .detail #ttlWrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
main .detail #ttlWrap h1 {
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  main .detail #ttlWrap h1 {
    font-size: 20px;
  }
}
main .detail #ttlWrap address {
  display: block;
  padding-left: 12px;
  margin-top: 5px;
  font-size: 12px;
  color: #999;
  background: url(/assets/images/common/pin.svgz) left center no-repeat;
  background-size: 8px 10px;
}
@media screen and (max-width: 768px) {
  main .detail #ttlWrap address {
    margin-top: 8px;
    font-size: 10px;
  }
}
main .detail #ttlWrap address a {
  color: #005485;
}
main .detail .flex #mainImage {
  width: 66.1016949153%;
}
@media screen and (max-width: 768px) {
  main .detail .flex #mainImage {
    width: 100%;
  }
}
main .detail .flex #mainImage figure {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  background-image: -webkit-linear-gradient(45deg, #dedede 25%, transparent 25%, transparent 75%, #dedede 75%, #dedede), -webkit-linear-gradient(45deg, #dedede 25%, transparent 25%, transparent 75%, #dedede 75%, #dedede);
  background-image: -moz-linear-gradient(45deg, #dedede 25%, transparent 25%, transparent 75%, #dedede 75%, #dedede), -moz-linear-gradient(45deg, #dedede 25%, transparent 25%, transparent 75%, #dedede 75%, #dedede);
  background-image: -ms-linear-gradient(45deg, #dedede 25%, transparent 25%, transparent 75%, #dedede 75%, #dedede), -ms-linear-gradient(45deg, #dedede 25%, transparent 25%, transparent 75%, #dedede 75%, #dedede);
  background-image: linear-gradient(45deg, #dedede 25%, transparent 25%, transparent 75%, #dedede 75%, #dedede), linear-gradient(45deg, #dedede 25%, transparent 25%, transparent 75%, #dedede 75%, #dedede);
  background-position: 0 0, 3px 3px;
  background-size: 6px 6px;
}
@media screen and (max-width: 768px) {
  main .detail .flex #mainImage figure {
    height: 300px;
  }
}
main .detail .flex #mainImage figure img {
  position: absolute;
  /*
						max-width: none;
						width: auto;
						height: auto;
						left: 50%;
						top: 50%;
						transform: translate(-50%, -50%);
						-webkit-transform: translate(-50%, -50%);
						-ms-transform: translate(-50%, -50%);
						*/
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
}
main .detail .flex #info {
  width: 33.8983050847%;
  padding: 30px 30px 0 30px;
}
@media screen and (max-width: 768px) {
  main .detail .flex #info {
    width: 100%;
    padding: 20px 15px;
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
  }
}
main .detail .flex #info > * {
  width: 100%;
}
main .detail .flex #info #map {
  height: 180px;
}
@media screen and (max-width: 768px) {
  main .detail .flex #info #map {
    height: 200px;
    margin-top: 20px;
    order: 3;
  }
}
main .detail .flex #info .btn a {
  display: block;
  width: 220px;
  padding: 25px 0;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  background-image: -moz-linear-gradient(to right, #f0f0f0, #e5eaed, #e5eaed, #f0f0f0);
  background-image: -webkit-linear-gradient(to right, #f0f0f0, #e5eaed, #e5eaed, #f0f0f0);
  background-image: linear-gradient(to right, #f0f0f0, #e5eaed, #e5eaed, #f0f0f0);
  background-size: 300% 100%;
  transition: all 0.6s;
}
@media screen and (max-width: 768px) {
  main .detail .flex #info .btn a {
    width: 100%;
  }
}
main .detail .flex #info .btn a:hover {
  text-decoration: none;
  background-position: 100% 0%;
}
main .detail .flex #info #print {
  margin-top: 5px;
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  main .detail .flex #info #print {
    display: none;
  }
}
main .detail .flex #info #print a {
  color: #d07300;
}
@media screen and (max-width: 768px) {
  main .detail .flex #info .btn {
    order: 2;
  }
}
main .detail .flex #info .btn a {
  width: 100%;
  margin-top: 20px;
  padding: 15px 0;
}
main .detail .flex #info .note {
  position: relative;
  height: 220px;
  margin-top: 30px;
  padding: 30px;
  background-color: #f7f7f7;
  line-height: 1.6;
  overflow-y: auto;
  text-align: left;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  main .detail .flex #info .note {
    height: auto;
    margin-top: 0;
    padding: 20px;
    order: 1;
  }
}
main .detail .flex #info .note .label {
  position: relative;
  padding-left: 100px;
  min-height: 14px;
}
main .detail .flex #info .note .label:nth-of-type(n+2) {
  margin-top: 15px;
}
main .detail .flex #info .note .label em {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
}
main .detail .flex #info .note .label.enLabel {
  padding-left: 180px;
}
main .detail .flex #info .note .chargeWrap {
  position: relative;
  margin-top: 30px;
}
main .detail .flex #info .note .chargeWrap em {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  font-weight: 600;
}
main .detail .flex #info .note .chargeWrap .charge {
  margin-top: 0;
  padding-left: 100px;
}
@media screen and (max-width: 768px) {
  main .detail .flex #info .note .chargeWrap .charge {
    font-size: 16px;
  }
}
main .detail .flex #info .note .check {
  margin-top: 15px;
}
main .detail .flex #info .note .check .label:nth-of-type(n+2) {
  margin-top: 5px;
}
main .detail article {
  margin-top: 20px;
  -webkit-box-shadow: -1px 4px 74px -16px rgba(51, 51, 51, 0.15);
  box-shadow: -1px 4px 74px -16px rgba(51, 51, 51, 0.15);
  margin-bottom: 60px;
}
main .detail article #pageLink {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  padding: 12px 20px;
  background-color: #f0f0f0;
}
@media screen and (max-width: 1024px) {
  main .detail article #pageLink {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 1024px) {
  main .detail article #pageLink li {
    width: 100%;
    min-width: max-content;
    font-size: 12px;
    text-align: center;
  }
}
main .detail article #pageLink li:nth-child(n+2) {
  margin-left: 40px;
}
@media screen and (max-width: 1024px) {
  main .detail article #pageLink li:nth-child(n+2) {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  main .detail article #pageLink li:last-child {
    padding-right: 30px;
  }
}
main .detail article #pageLink li a {
  color: #002f4c;
}
main .detail article #frame {
  padding: 50px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  main .detail article #frame {
    padding: 15px 15px 40px 15px;
    font-size: 12px;
  }
}
main .detail article #frame .lh18 strong {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  main .detail article #frame .lh18 strong {
    font-size: 14px;
  }
}
main .detail article #frame #mylistBtn {
  display: none;
}
main .detail article #frame > section:nth-child(n+2) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  main .detail article #frame > section:nth-child(n+2) {
    margin-top: 35px;
  }
}
main .detail article #frame > section .possibleList {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main .detail article #frame > section .possibleList li {
  position: relative;
  width: 25%;
  padding: 10px 30px;
}
@media screen and (max-width: 768px) {
  main .detail article #frame > section .possibleList li {
    width: 100%;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
main .detail article #frame > section .possibleList li:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  left: 0;
  top: 10px;
  border-radius: 50%;
  border: #d07300 1px solid;
}
@media screen and (max-width: 768px) {
  main .detail article #frame > section .possibleList li:after {
    top: 5px;
  }
}
main .detail article #frame > section .possibleList li.absent {
  color: #777;
}
main .detail article #frame > section .possibleList li.absent:before, main .detail article #frame > section .possibleList li.absent:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 1px;
  left: 10px;
  top: 20px;
  background-color: #777;
}
@media screen and (max-width: 768px) {
  main .detail article #frame > section .possibleList li.absent:before, main .detail article #frame > section .possibleList li.absent:after {
    top: 14px;
  }
}
main .detail article #frame > section .possibleList li.absent:before {
  transform: translateX(-50%) rotate(45deg);
}
main .detail article #frame > section .possibleList li.absent:after {
  transform: translateX(-50%) rotate(-45deg);
  border-radius: 0;
  border: none;
}
main .detail article #frame > section .otherList {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  main .detail article #frame > section .otherList {
    margin-top: 10px;
  }
}
main .detail article #frame > section .otherList li {
  position: relative;
  width: 50%;
  padding: 10px 30px;
  background: url(/assets/images/page/infoicon.svgz) left center no-repeat;
  background-size: 20px 20px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  main .detail article #frame > section .otherList li {
    width: 100%;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
main .detail article #frame > section#access .flex {
  justify-content: space-between;
}
main .detail article #frame > section#access .left, main .detail article #frame > section#access .right {
  width: 47.2222222222%;
}
@media screen and (max-width: 768px) {
  main .detail article #frame > section#access .left, main .detail article #frame > section#access .right {
    width: 100%;
  }
}
main .detail article #frame > section#access .left h3, main .detail article #frame > section#access .right h3 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  main .detail article #frame > section#access .left h3, main .detail article #frame > section#access .right h3 {
    margin-bottom: 15px;
    font-size: 15px;
  }
}
main .detail article #frame > section#access .left h3 img, main .detail article #frame > section#access .right h3 img {
  display: inline-block;
  width: auto;
  height: 24px;
  margin-right: 10px;
}
main .detail article #frame > section#access .left div, main .detail article #frame > section#access .right div {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  main .detail article #frame > section#access .left div, main .detail article #frame > section#access .right div {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  main .detail article #frame > section#access .right {
    margin-top: 20px;
  }
}
main .detail article #frame > section#facility #facilityList {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main .detail article #frame > section#facility #facilityList li {
  position: relative;
  width: 25%;
  padding: 10px 30px 10px 30px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  main .detail article #frame > section#facility #facilityList li {
    width: 48%;
    margin-right: 4%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  main .detail article #frame > section#facility #facilityList li:nth-child(2n) {
    margin-right: 0;
  }
}
main .detail article #frame > section#facility #facilityList li:before, main .detail article #frame > section#facility #facilityList li:after {
  content: "";
  position: absolute;
  display: block;
}
main .detail article #frame > section#facility #facilityList li:before {
  width: 22px;
  height: 22px;
  left: 0;
  top: 10px;
  border-radius: 50%;
  border: #002f4c 1px solid;
}
@media screen and (max-width: 768px) {
  main .detail article #frame > section#facility #facilityList li:before {
    top: 6px;
  }
}
main .detail article #frame > section#facility #facilityList li:after {
  width: 9px;
  height: 6px;
  border-top: #002f4c 1px solid;
  border-right: #002f4c 1px solid;
  left: 6px;
  top: 17px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  main .detail article #frame > section#facility #facilityList li:after {
    top: 13px;
  }
}
main .detail article #frame > section#facility #facilityList li a {
  color: #005485;
  display: block;
}
main .detail article #frame > section#card figure img {
  height: 36px;
}
main .detail article #frame > section#card #cardList {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main .detail article #frame > section#card #cardList li {
  margin-right: 10px;
}
@media screen and (max-width: 440px) {
  main .detail article #frame > section#card #cardList li {
    margin-right: 8px;
  }
}
main .detail article #frame > section#card #cardList li:last-child {
  margin-right: 0;
}
main .detail article #frame > section#card #cardList li img {
  width: auto;
  height: 30px;
}
@media screen and (max-width: 440px) {
  main .detail article #frame > section#card #cardList li img {
    height: 24px;
  }
}
main .detail article #frame > section#barrierfree > div:nth-of-type(n+2) {
  margin-top: 45px;
}
main .detail article #frame > section#barrierfree h3 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  main .detail article #frame > section#barrierfree h3 {
    margin-bottom: 15px;
    font-size: 15px;
  }
}
main .detail article #frame > section#barrierfree h3 img {
  display: inline-block;
  width: auto;
  height: 24px;
  margin-right: 10px;
}
main .detail article #frame #freeRemarks {
  margin-top: 20px;
  border-right: #e8e8e8 1px solid;
  border-bottom: #e8e8e8 1px solid;
}
main .detail article #frame #freeRemarks li {
  padding: 15px;
  border-left: #e8e8e8 1px solid;
  border-top: #e8e8e8 1px solid;
}
@media screen and (max-width: 768px) {
  main .detail article #frame #freeRemarks li {
    padding: 12px;
  }
}
main .detail article #frame #freeRemarks li h4 {
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  main .detail article #frame #freeRemarks li h4 {
    font-size: 14px;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 768px) {
  main .detail article #frame #freeRemarks li p {
    font-size: 12px;
  }
}
main .detail article #frame #bfLink {
  margin-top: 20px;
}
main .detail article #frame #bfLink a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #005485;
  text-decoration: underline;
}
main .detail article #frame #bfLink a:hover {
  text-decoration: none;
}
main .detail article #frame #bfLink a:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  background: url(/assets/images/page/window.svg) center center no-repeat;
}
main .detail .itemWrap:nth-of-type(n+2) {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  main .detail .itemWrap:nth-of-type(n+2) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  main .detail .itemWrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
main .detail .itemWrap .itemList > li:nth-child(n+2) {
  margin-top: 10px;
}
main .detail .itemWrap .itemList > li a {
  display: table;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: -1px 4px 74px -16px rgba(51, 51, 51, 0.15);
  box-shadow: -1px 4px 74px -16px rgba(51, 51, 51, 0.15);
}
@media screen and (max-width: 768px) {
  main .detail .itemWrap .itemList > li a {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
main .detail .itemWrap .itemList > li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
main .detail .itemWrap .itemList > li a > * {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main .detail .itemWrap .itemList > li a > * {
    display: block;
  }
}
main .detail .itemWrap .itemList > li a > div {
  border-right: #e8e8e8 1px solid;
  padding: 0 30px;
}
@media screen and (max-width: 1024px) {
  main .detail .itemWrap .itemList > li a > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  main .detail .itemWrap .itemList > li a > div {
    border-right: none;
  }
}
main .detail .itemWrap .itemList > li a > div:last-child {
  border-right: none;
}
main .detail .itemWrap .itemList > li a .figureWrap {
  width: 16.9491525424%;
  padding: 0;
  border-right: none;
}
@media screen and (max-width: 768px) {
  main .detail .itemWrap .itemList > li a .figureWrap {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    width: 100px;
    height: 100%;
    align-items: center;
  }
}
main .detail .itemWrap .itemList > li a .figureWrap figure {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60%;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main .detail .itemWrap .itemList > li a .figureWrap figure {
    width: 100px;
  }
}
main .detail .itemWrap .itemList > li a .figureWrap figure img {
  position: absolute;
  max-width: none;
  width: 100%;
  height: auto;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
main .detail .itemWrap .itemList > li a .hd {
  text-align: left;
}
@media screen and (max-width: 768px) {
  main .detail .itemWrap .itemList > li a .hd {
    width: calc(100% - 100px);
    padding: 10px 12px;
  }
}
main .detail .itemWrap .itemList > li a .hd h4 {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  main .detail .itemWrap .itemList > li a .hd h4 {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  main .detail .itemWrap .itemList > li a .hd h4 {
    font-size: 13px;
  }
}
main .detail .itemWrap .itemList > li a .hd p {
  margin-top: 5px;
  padding-left: 18px;
  font-size: 12px;
  color: #999;
  background: url(/assets/images/page/tag.svgz) left center no-repeat;
  background-size: 14px 14px;
}
@media screen and (max-width: 768px) {
  main .detail .itemWrap .itemList > li a .hd p {
    margin-top: 3px;
    font-size: 10px;
    background-size: 12px 12px;
    padding-left: 16px;
  }
}
main .detail .itemWrap .itemList > li a .room {
  width: 10%;
}
@media screen and (max-width: 768px) {
  main .detail .itemWrap .itemList > li a .room {
    border-right: #e8e8e8 1px solid;
    font-size: 12px;
  }
}
main .detail .itemWrap .itemList > li a .area {
  width: 10%;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  main .detail .itemWrap .itemList > li a .area {
    width: 100%;
    padding: 10px;
    font-size: 12px;
    border-top: #e8e8e8 1px solid;
  }
}
main .detail .itemWrap .itemList > li a .price {
  width: 15%;
}
@media screen and (max-width: 768px) {
  main .detail .itemWrap .itemList > li a .price {
    margin-top: 0;
  }
}
main .detail .itemWrap .itemList > li a .room, main .detail .itemWrap .itemList > li a .price {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  main .detail .itemWrap .itemList > li a .room, main .detail .itemWrap .itemList > li a .price {
    width: 50%;
    height: 40px;
    padding: 10px;
    border-top: #e8e8e8 1px solid;
  }
}
main .detail .itemWrap .itemList > li a .btnWrap {
  width: 14.406779661%;
}
@media screen and (max-width: 1024px) {
  main .detail .itemWrap .itemList > li a .btnWrap {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  main .detail .itemWrap .itemList > li a .btnWrap {
    display: none;
  }
}
main .detail .itemWrap .itemList > li a .btnWrap p {
  display: block;
  width: 100%;
  padding: 20px 0;
  line-height: 1;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  background-image: -moz-linear-gradient(to right, #f0f0f0, #e5eaed, #e5eaed, #f0f0f0);
  background-image: -webkit-linear-gradient(to right, #f0f0f0, #e5eaed, #e5eaed, #f0f0f0);
  background-image: linear-gradient(to right, #f0f0f0, #e5eaed, #e5eaed, #f0f0f0);
  background-size: 300% 100%;
  transition: all 0.6s;
}
main .detail .itemWrap .itemList > li a .restaurantPrice, main .detail .itemWrap .itemList > li a .capacity {
  width: 16.9491525424%;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  main .detail .itemWrap .itemList > li a .restaurantPrice, main .detail .itemWrap .itemList > li a .capacity {
    width: 22%;
  }
}
@media screen and (max-width: 768px) {
  main .detail .itemWrap .itemList > li a .restaurantPrice, main .detail .itemWrap .itemList > li a .capacity {
    width: 100%;
    padding: 10px;
    border-top: #e8e8e8 1px solid;
  }
}
main .detail .itemWrap .itemList > li a .restaurantPrice ul li, main .detail .itemWrap .itemList > li a .capacity ul li {
  font-size: 12px;
}
main .detail .itemWrap .itemList > li a .restaurantPrice ul li:nth-child(n+2), main .detail .itemWrap .itemList > li a .capacity ul li:nth-child(n+2) {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  main .detail .itemWrap .itemList > li a .restaurantPrice ul li:nth-child(n+2), main .detail .itemWrap .itemList > li a .capacity ul li:nth-child(n+2) {
    margin-top: 0;
  }
}
main .detail .itemWrap .itemList > li a .restaurantPrice ul li i, main .detail .itemWrap .itemList > li a .capacity ul li i {
  display: inline-block;
  width: 60px;
  background-color: #f7f7f7;
  margin-right: 6px;
  font-size: 10px;
  padding: 2px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main .detail .itemWrap .itemList > li a .restaurantPrice ul {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 768px) {
  main .detail .itemWrap .itemList > li a .restaurantPrice ul li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  main .detail .itemWrap .itemList > li a .restaurantPrice ul li i {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  main .detail .itemWrap .itemList > li a .capacity ul li {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  main .detail .itemWrap .itemList > li a .giftPrice {
    width: 100%;
  }
}
main #restaurant.recommended #sideNavi > aside #search #recommendWrap {
  margin-top: 0;
}
main #restaurant.recommended #recTxt {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main #restaurant.recommended #recTxt {
    margin-bottom: 40px;
    font-size: 13px;
  }
}
main #restaurant.recommended #recTxt em {
  font-weight: 600;
}
main #hall .hallList {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main #hall .hallList li {
  width: 33.3%;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
main #hall .hallList li:nth-child(n+4) {
  margin-top: 10px;
}
@media screen and (max-width: 440px) {
  main #hall .hallList li:nth-child(n+4) {
    margin-top: 6px;
  }
}
main #hall .hallList li i {
  display: inline-block;
  width: 80px;
  padding: 4px;
  background-color: #f7f7f7;
  text-align: center;
}
main #hall .hallList li p {
  width: calc(100% - 90px);
  margin-left: 10px;
}
main #hall .hallList.enHallList li i {
  width: 120px;
  font-size: 12px;
  letter-spacing: -0.5px;
}
main #hall .hallList.enHallList li p {
  width: calc(100% - 130px);
}
main #hall #search .dtable span:after {
  content: "㎡" !important;
}
main #hall #hallArchive article .thumbnail .area {
  position: absolute;
  width: auto;
  padding: 4px 10px;
  background-color: rgba(51, 51, 51, 0.6);
  left: 0;
  top: 0;
  color: #fff;
  font-size: 20px;
  font-style: italic;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  main #hall #hallArchive article .thumbnail .area {
    font-size: 12px;
  }
}
main #hall #hallArchive article .textWrap .hallList {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  main #hall #hallArchive article .textWrap .hallList {
    margin-top: 15px;
  }
}
@media screen and (max-width: 440px) {
  main #hall #hallArchive article .textWrap .hallList {
    margin-top: 10px;
  }
}
@media screen and (max-width: 560px) {
  main #hall #hallArchive article .textWrap .hallList li {
    display: none;
  }
}
main #hall #hallArchive article .textWrap .hallList li:nth-child(n+4) {
  margin-top: 10px;
}
@media screen and (max-width: 440px) {
  main #hall #hallArchive article .textWrap .hallList li:nth-child(n+4) {
    margin-top: 6px;
  }
}
main #hall #hallArchive article .textWrap .hallList li i {
  width: 60px;
  padding: 2px;
  letter-spacing: -1px;
  font-size: 12px;
}
@media screen and (max-width: 440px) {
  main #hall #hallArchive article .textWrap .hallList li i {
    font-size: 10px;
    width: 50px;
  }
}
main #hall #hallArchive article .textWrap .hallList li p {
  width: calc(100% - 70px);
  font-size: 12px;
}
@media screen and (max-width: 440px) {
  main #hall #hallArchive article .textWrap .hallList li p {
    width: calc(100% - 60px);
    padding-top: 2px;
    font-size: 10px;
    margin-left: 6px;
  }
}
@media screen and (max-width: 560px) {
  main #hall #single .hallList li {
    width: 50%;
  }
}
@media screen and (max-width: 560px) {
  main #hall #single .hallList li:nth-child(n+3) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 560px) {
  main #hall #single .hallList li i {
    width: 70px;
    font-size: 13px;
  }
}
@media screen and (max-width: 560px) {
  main #hall #single .hallList li p {
    width: calc(100% - 80px);
    font-size: 13px;
  }
}
main .down {
  margin-top: 40px;
  padding: 20px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 768px) {
  main .down {
    margin-top: 30px;
  }
}
main .down ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
}
@media screen and (max-width: 768px) {
  main .down ul li {
    font-size: 12px;
  }
}
main .down ul li:nth-child(n+2) {
  margin-left: 20px;
}
main .down ul li a {
  padding: 4px 0 4px 26px;
  color: #005485;
  background-image: url(/assets/images/page/pdfIcon.svgz);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px 20px;
}
@media screen and (max-width: 560px) {
  main .down ul li a {
    padding-left: 20px;
  }
}
main #adobe {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  padding: 30px;
  -webkit-box-shadow: -1px 4px 30px -16px rgba(51, 51, 51, 0.3);
  box-shadow: -1px 4px 30px -16px rgba(51, 51, 51, 0.3);
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main #adobe {
    display: none;
  }
}
main #adobe figure {
  width: 160px;
}
main #adobe div {
  width: calc(100% - 200px);
  font-size: 14px;
}
main #adobe div a {
  color: #005485;
  text-decoration: underline;
}
main #adobe div a:hover {
  text-decoration: none;
}
main .link {
  color: #005485;
}
main .url {
  color: #005485;
  text-decoration: underline;
}
main .url:hover {
  text-decoration: none;
}
main .table01, main .table02 {
  width: 100%;
  border-top: #e8e8e8 1px solid;
  border-left: #e8e8e8 1px solid;
}
main .table01.enMa, main .table02.enMa {
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  main .table01.enMa, main .table02.enMa {
    margin: 20px 0;
  }
}
main .table01 th, main .table01 td, main .table02 th, main .table02 td {
  padding: 20px;
  text-align: center;
  border-right: #e8e8e8 1px solid;
  border-bottom: #e8e8e8 1px solid;
}
@media screen and (max-width: 768px) {
  main .table01 th, main .table01 td, main .table02 th, main .table02 td {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  main .table01 tbody th, main .table01 tbody td, main .table02 tbody th, main .table02 tbody td {
    font-size: 12px;
  }
}
main .table01 tbody:nth-of-type(n+2) tr:first-child th, main .table01 tbody:nth-of-type(n+2) tr:first-child td, main .table02 tbody:nth-of-type(n+2) tr:first-child th, main .table02 tbody:nth-of-type(n+2) tr:first-child td {
  border-top: #e8e8e8 3px solid;
}
main .table01 thead th {
  background-color: #F7F7F7;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main .table01 thead th {
    font-size: 13px;
  }
}
main .table01 tbody th {
  background-color: #fefefe;
  font-weight: 600;
}
main .table02 thead th {
  background-color: #95daf0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main .table02 thead th {
    font-size: 13px;
  }
}
main .table02 thead td {
  background-color: #f7f7f7;
  font-weight: 600;
}
main .dots li {
  text-indent: -1em;
  padding-left: 1em;
  font-feature-settings: normal;
}
main .dots li:nth-child(n+2) {
  padding-top: 2px;
}
main .dots li:before {
  content: "・";
}
main #loginError {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  main #loginError {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
main #loginError figure {
  margin-bottom: 40px;
}
main #loginError figure img {
  width: 60px;
  height: auto;
  margin: auto;
}
main #loginError form {
  margin-top: 40px;
}
main #loginError form #input > div {
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 15px 1px rgba(51, 51, 51, 0.15);
  box-shadow: 0 1px 15px 1px rgba(51, 51, 51, 0.15);
}
main #loginError form #input > div input:nth-child(n+2) {
  border-top: #e8e8e8 1px solid;
}
main #loginError form #input input {
  display: block;
  width: 100%;
  border: none;
  padding: 20px;
}
main #loginError form #input input[type="submit"] {
  background-color: #002f4c;
  color: #fff;
}
main #loginError #lost {
  margin-top: 40px;
}
main #loginError #lost p {
  letter-spacing: 0.1em;
}
main #loginError #lost p span {
  color: #005485;
}
main #map #mapArchive article .textWrap h4 {
  margin-bottom: 10px;
  padding-left: 0;
  background: none;
  font-size: 17px;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 768px) {
  main #map #mapArchive article .textWrap h4 {
    margin-bottom: 5px;
    font-size: 13px;
  }
}
main .information .down {
  margin-top: 0;
}
main .information .down ul li {
  display: block;
}
main .information .down ul li:nth-child(n+2) {
  margin-top: 20px;
  margin-left: 0;
}
main .information .down + .ttl02 {
  margin-top: 60px;
}
main #public .down {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  main #public .down {
    margin-bottom: 40px;
  }
}
main #public .maT30 {
  margin-top: 30px;
}
main #incorporation .orderList {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  main #incorporation .orderList {
    margin-top: 40px;
  }
}
main #incorporation .orderList > li:nth-child(n+2) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  main #incorporation .orderList > li:nth-child(n+2) {
    margin-top: 50px;
  }
}
main #incorporation .orderList > li .ttl02 {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
main #financialdata .orderList > li:nth-child(n+2) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  main #financialdata .orderList > li:nth-child(n+2) {
    margin-top: 40px;
  }
}
main .newsWrap #categoryList {
  margin-bottom: 80px;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main .newsWrap #categoryList {
    margin-bottom: 40px;
  }
}
main .newsWrap #categoryList li {
  width: 33.3%;
  border-right: #dedede 1px solid;
}
main .newsWrap #categoryList li:last-child {
  border-right: none;
}
main .newsWrap #categoryList li a {
  display: block;
  padding: 4px 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  main .newsWrap #categoryList li a {
    font-size: 10px;
  }
}
main .newsWrap #categoryList li a:hover, main .newsWrap #categoryList li a.active {
  text-decoration: none;
  color: #999;
}
main .newsWrap #contentWrapper #main article {
  padding: 25px;
  border-top: #e8e8e8 1px solid;
}
@media screen and (max-width: 768px) {
  main .newsWrap #contentWrapper #main article {
    padding: 15px;
  }
}
main .newsWrap #contentWrapper #main article:last-of-type {
  border-bottom: #e8e8e8 1px solid;
}
main .newsWrap #contentWrapper #main article h1 {
  position: relative;
  padding-left: 140px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main .newsWrap #contentWrapper #main article h1 {
    padding-left: 0;
    font-size: 14px;
  }
}
main .newsWrap #contentWrapper #main article h1 time {
  position: absolute;
  left: 0;
  top: 1px;
  color: #002f4c;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  main .newsWrap #contentWrapper #main article h1 time {
    position: static;
    display: block;
    font-size: 12px;
    top: 0;
  }
}
main .newsWrap #contentWrapper #main article h1 > i {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 5px 10px;
  color: #fff;
  font-size: 0.7em;
  vertical-align: baseline;
  line-height: 1;
  background-color: #002f4c;
}
main .newsWrap #contentWrapper #main article .clearFix {
  margin-top: 15px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  main .newsWrap #contentWrapper #main article .clearFix {
    font-size: 12px;
  }
}
main .newsWrap #contentWrapper #main article .clearFix a {
  color: #005485;
  text-decoration: underline;
}
main .newsWrap #contentWrapper #main article .clearFix a:hover {
  text-decoration: none;
}
main .newsWrap #contentWrapper #main article .clearFix .attachment {
  margin-top: 15px;
}
main .newsWrap #contentWrapper #main article .clearFix .attachment .pdf {
  margin-top: 6px;
  padding-left: 25px;
  background: url(/assets/images/page/pdfIcon.svgz) left center no-repeat;
  background-size: 20px 20px;
}
main .newsWrap #contentWrapper #main article .clearFix .newshotelbody {
  margin-top: 6px;
}
main .newsWrap #contentWrapper #main article .clearFix .newshotelbody > p:nth-child(n+2) {
  padding-top: 15px;
}
main .newsWrap #contentWrapper #side #calendar caption {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: bold;
}
main .newsWrap #contentWrapper #side #calendar th, main .newsWrap #contentWrapper #side #calendar td {
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  letter-spacing: 0;
}
main .newsWrap #contentWrapper #side #calendar thead th {
  background-color: #002f4c;
  color: #fff;
  font-weight: 600;
  border-right: #e8e8e8 1px solid;
}
main .newsWrap #contentWrapper #side #calendar thead th:last-child {
  border-right: none;
}
main .newsWrap #contentWrapper #side #calendar tbody td {
  border: #e8e8e8 1px solid;
}
main .newsWrap #contentWrapper #side #calendar tbody td a {
  color: #b00;
  text-decoration: underline;
}
main .newsWrap #contentWrapper #side #calendar tbody td a:hover {
  text-decoration: none;
}
main .newsWrap #contentWrapper #side #calendar tfoot td {
  font-size: 12px;
  text-align: left;
}
main .newsWrap #contentWrapper #side #calendar tfoot td:last-child {
  text-align: right;
}
main .newsWrap #contentWrapper #side aside {
  margin-top: 30px;
  padding: 25px;
  background-color: #f7f7f7;
}
main .newsWrap #contentWrapper #side aside #search input {
  width: 100%;
  padding: 6px 12px;
  border: none;
}
main .newsWrap #contentWrapper #side aside #archive, main .newsWrap #contentWrapper #side aside #category {
  margin-top: 20px;
}
main .newsWrap #contentWrapper #side aside #archive ul, main .newsWrap #contentWrapper #side aside #category ul {
  margin-top: 5px;
}
main .newsWrap #contentWrapper #side aside #archive ul.associationList li:nth-child(n+43), main .newsWrap #contentWrapper #side aside #archive ul#associationList li:nth-child(n+43), main .newsWrap #contentWrapper #side aside #category ul.associationList li:nth-child(n+43), main .newsWrap #contentWrapper #side aside #category ul#associationList li:nth-child(n+43) {
  display: none;
}
main .newsWrap #contentWrapper #side aside #archive ul li, main .newsWrap #contentWrapper #side aside #category ul li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  letter-spacing: 0;
  font-feature-settings: normal;
}
main .newsWrap #contentWrapper #side aside #archive ul li:before, main .newsWrap #contentWrapper #side aside #category ul li:before {
  content: "・";
}
main .newsWrap #contentWrapper #side aside #archive ul li a, main .newsWrap #contentWrapper #side aside #category ul li a {
  color: #005485;
}
main #history section:nth-of-type(n+2) {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  main #history section:nth-of-type(n+2) {
    margin-top: 80px;
  }
}
main #merit .innerM > section:nth-child(n+2) {
  margin-top: 100px;
}
main #merit #meritList {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
}
main #merit #meritList > li {
  width: 49%;
  padding: 25px;
  background-color: #F6F8FC;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main #merit #meritList > li {
    width: 100%;
    padding: 25px 15px 15px 15px;
  }
}
main #merit #meritList > li:last-child {
  width: 100%;
  margin-top: 20px;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main #merit #meritList > li:last-child h2 {
  margin-top: 0;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  main #merit #meritList > li:last-child h2 {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  main #merit #meritList > li:nth-child(n+2) {
    margin-top: 20px;
  }
}
main #merit #meritList > li h2 {
  margin-top: 10px;
  color: #005485;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main #merit #meritList > li h2 {
    font-size: 18px;
  }
}
main #merit #meritList > li i {
  padding: 5px;
  color: #fff;
  background-color: #002F4C;
  border-radius: 5px;
}
main #merit #meritList > li .numerical {
  color: #D07300;
  font-size: 50px;
  font-weight: bold;
  font-family: Arial, Helvetica, "sans-serif";
  letter-spacing: 0;
}
main #merit #meritList > li .numerical span {
  font-size: 20px;
}
main #merit .orderList > li:nth-child(n+2) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  main #merit .orderList > li:nth-child(n+2) {
    margin-top: 40px;
  }
}
main #guid section:nth-of-type(n+2) {
  margin-top: 80px;
}
main #guid .table02 {
  border: none;
}
main #guid .table01 {
  margin-top: 40px;
}
main #guid .ttl01 {
  display: block;
  margin-bottom: 20px;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  main #guid .ttl01 {
    font-size: 22px;
  }
}
main #guid .orderList li:nth-child(n+2) {
  margin-top: 50px;
}
main #guid .down > ul > li {
  margin-left: 0;
}
main #guid .down > ul > li:nth-child(n+2) {
  margin-top: 10px;
}
main #provision .orderList {
  counter-reset: _counter;
}
main #provision .orderList > li {
  position: relative;
  padding-left: 1.5em;
}
main #provision .orderList > li:before {
  content: counter(_counter) ".";
  counter-increment: _counter;
  position: absolute;
  left: 0;
  top: 0;
  letter-spacing: 0;
}
main #provision .orderList > li:nth-child(n+2) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  main #provision .orderList > li:nth-child(n+2) {
    margin-top: 40px;
  }
}
main #provision .orderList > li .table01 {
  margin-top: 30px;
}
main .membership .joinBtn {
  margin-top: 50px;
}
main .membership .joinBtn a {
  display: block;
  padding: 25px;
  border: 1px solid #005485;
  color: #005485;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
main .membership .orderList {
  counter-reset: _counter;
}
main .membership .orderList > li > ol > li {
  position: relative;
  padding-left: 1.5em;
}
main .membership .orderList > li > ol > li:nth-child(n+2) {
  margin-top: 30px;
}
main .membership .orderList > li > ol > li:before {
  content: counter(_counter) ".";
  counter-increment: _counter;
  position: absolute;
  left: 0;
  top: 0;
}
main .membership .orderList > li > ol > li .table01 {
  margin-top: 20px;
}
main .membership #info {
  margin-top: 60px;
  padding: 30px;
  -webkit-box-shadow: 0 1px 15px 1px rgba(51, 51, 51, 0.15);
  box-shadow: 0 1px 15px 1px rgba(51, 51, 51, 0.15);
  text-align: center;
}
@media screen and (max-width: 768px) {
  main .membership #info {
    margin-top: 30px;
  }
}
main .membership #info em {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
main .membership .wrapBg {
  padding: 40px;
  background-color: #F7F7F7;
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  main .membership .wrapBg {
    padding: 20px;
    font-size: 15px;
  }
}
main .membership .wrapBg ol {
  counter-reset: _counter;
}
main .membership .wrapBg ol > li {
  position: relative;
  padding-left: 1.5em;
}
main .membership .wrapBg ol > li:nth-child(n+2) {
  margin-top: 20px;
}
main .membership .wrapBg ol > li:before {
  content: counter(_counter) ".";
  counter-increment: _counter;
  position: absolute;
  left: 0;
  top: 0;
}
main #activity #description > li:nth-child(n+2) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  main #activity #description > li:nth-child(n+2) {
    margin-top: 40px;
  }
}
main #activity #chart {
  width: 800px;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  main #activity #chart {
    width: 100%;
    margin-top: 60px;
  }
}
main #activity .down li:nth-child(n+2) {
  margin-left: 0;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  main #barrierfree #mainVisual #txtWrap {
    padding: 0;
  }
}
main #barrierfree #mainVisual #txtWrap strong {
  display: block;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  main #barrierfree #mainVisual #txtWrap strong {
    margin-top: 10px;
    font-size: 14px;
  }
}
main #barrierfree #form .ttl03 i {
  font-size: 12px;
}
main #barrierfree #form label {
  position: relative;
  display: inline-block;
  padding-left: 35px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  main #barrierfree #form label {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  main #barrierfree #form label:nth-child(n+2) {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media (min-width: 769px) {
  main #barrierfree #form label:nth-child(5n) {
    margin-left: 0;
    margin-top: 20px;
  }
}
main #barrierfree #form label input {
  display: none;
}
main #barrierfree #form label input:checked ~ span:after {
  transform: scale(1) !important;
}
main #barrierfree #form label span:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  left: 0;
  width: 26px;
  height: 26px;
  border: 2px;
  background: #f0f0f0;
}
@media screen and (max-width: 768px) {
  main #barrierfree #form label span:before {
    top: -4px;
  }
}
main #barrierfree #form label span:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 4px;
  left: 5px;
  width: 16px;
  height: 16px;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: scale(0);
  transform: scale(0);
  border: 2px;
  background: #002f4c;
}
@media screen and (max-width: 768px) {
  main #barrierfree #form label span:after {
    top: 1px;
  }
}
main #barrierfree #form .selectWrap {
  position: relative;
  display: inline-block;
  min-width: 200px;
}
@media screen and (max-width: 768px) {
  main #barrierfree #form .selectWrap {
    width: 100%;
  }
}
main #barrierfree #form .selectWrap:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 16px;
  right: 10px;
  border: transparent 3px solid;
  border-top: #333 3px solid;
}
@media screen and (max-width: 768px) {
  main #barrierfree #form .selectWrap:after {
    right: 42%;
  }
}
main #barrierfree #form .selectWrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: 6px 10px;
  background-color: #f0f0f0;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  main #barrierfree #form .selectWrap select {
    width: 60%;
  }
}
main #barrierfree #form #largeCategory {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 16px;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  main #barrierfree #form #largeCategory {
    display: block;
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  main #barrierfree #form #largeCategory label {
    width: 30%;
    margin-right: 5%;
    padding: 25px 20px 80px;
    text-align: center;
    webkit-box-shadow: 0 1px 15px 1px rgba(51, 51, 51, 0.15);
    box-shadow: 0 1px 15px 1px rgba(51, 51, 51, 0.15);
  }
}
main #barrierfree #form #largeCategory label:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  main #barrierfree #form #largeCategory label {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  main #barrierfree #form #largeCategory label:nth-child(n+2) {
    margin-top: 25px;
  }
}
@media (min-width: 769px) {
  main #barrierfree #form #largeCategory label span {
    font-weight: bold;
  }
}
main #barrierfree #form #largeCategory label span:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -30px;
  background-color: #e0e0e0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  main #barrierfree #form #largeCategory label span:before {
    top: -1px;
    left: 0;
    margin: 0;
    width: 26px;
    height: 26px;
    border: 2px;
  }
}
main #barrierfree #form #largeCategory label span:after {
  content: "";
  position: absolute;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: scale(0);
  transform: scale(0);
  background: #002f4c;
  width: 30px;
  height: 30px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -25px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  main #barrierfree #form #largeCategory label span:after {
    top: 4px;
    margin: 0;
    left: 5px;
    width: 16px;
    height: 16px;
  }
}
main #barrierfree #form #terms {
  display: none;
}
main #barrierfree #form form h3 {
  position: relative;
  margin-top: 10px;
  padding: 25px;
  font-size: 17px;
  cursor: pointer;
  background-color: #e8e8e8;
}
@media screen and (max-width: 768px) {
  main #barrierfree #form form h3 {
    width: 100%;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
    font-size: 15px;
    box-sizing: content-box;
  }
}
main #barrierfree #form form h3:before, main #barrierfree #form form h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 2px;
  top: 50%;
  right: 20px;
  background-color: #002f4c;
  transform: translateY(-50%);
}
main #barrierfree #form form h3:after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
main #barrierfree #form form h3.open:after {
  transform: rotate(0);
  transition: 0.5s;
}
main #barrierfree #form form .selecter {
  display: none;
  padding: 0 25px 25px;
}
@media screen and (max-width: 768px) {
  main #barrierfree #form form .selecter {
    padding: 0 0 15px;
  }
}
main #barrierfree #form form .selecter table tbody tr {
  display: none;
  /*
								&.db100{
									th,
									td{
										display: block;
										width: 100%;
									}
									td{
										padding-top: 10px;
										.selectWrap{
											width: 100%;
										}
									}
								}
								*/
}
@media screen and (max-width: 768px) {
  main #barrierfree #form form .selecter table tbody tr:first-child th {
    padding-top: 15px;
  }
}
main #barrierfree #form form .selecter table tbody tr th, main #barrierfree #form form .selecter table tbody tr td {
  padding-top: 25px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  main #barrierfree #form form .selecter table tbody tr th, main #barrierfree #form form .selecter table tbody tr td {
    display: block;
    width: 100% !important;
  }
}
main #barrierfree #form form .selecter table tbody tr th {
  width: 45%;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  main #barrierfree #form form .selecter table tbody tr th {
    padding-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  main #barrierfree #form form .selecter table tbody tr td {
    padding-top: 10px;
  }
}
main #barrierfree #form form .selecter table tbody tr td label {
  margin-right: 20px;
}
main #barrierfree #form form .selecter table tbody tr td label:last-child {
  margin-right: 0;
}
main #barrierfree #form form #search {
  width: 100%;
  height: 80px;
  background-color: #fff;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-shadow: -1px 4px 30px -16px rgba(51, 51, 51, 0.8);
  box-shadow: -1px 4px 30px -16px rgba(51, 51, 51, 0.8);
  margin-top: 20px;
  color: #777;
}
@media screen and (max-width: 768px) {
  main #barrierfree #form form #search {
    width: auto;
    height: auto;
  }
}
main #barrierfree #form form #search .select {
  position: relative;
  width: calc(100% - 200px);
}
@media screen and (max-width: 768px) {
  main #barrierfree #form form #search .select {
    width: 70%;
  }
}
main #barrierfree #form form #search .select:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  right: 20px;
  border: transparent 3px solid;
  border-top: #333 3px solid;
}
@media screen and (max-width: 768px) {
  main #barrierfree #form form #search .select:after {
    right: 10px;
  }
}
main #barrierfree #form form #search .select select {
  width: 100%;
  height: 100%;
  padding: 30px;
  border: none;
  background-color: #fff;
  border-radius: 0;
  color: #707070;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 768px) {
  main #barrierfree #form form #search .select select {
    padding: 15px;
  }
}
main #barrierfree #form form #search input[type="submit"] {
  width: 200px;
  margin-left: auto;
  padding: 30px;
  background-color: #002f4c;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  main #barrierfree #form form #search input[type="submit"] {
    width: 30%;
    padding: 20px 0;
  }
}
main #barrierfree #barrierfreeArchive {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  main #barrierfree #barrierfreeArchive {
    margin-top: 50px;
  }
}
main #barrierfree .col3Archive > .innerM {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main #barrierfree .col3Archive > .innerM article {
  width: 30%;
  margin-right: 5%;
  background-color: #fff;
  border-bottom: #002f4c 2px solid;
  -webkit-box-shadow: -1px 4px 74px -16px rgba(51, 51, 51, 0.15);
  box-shadow: -1px 4px 74px -16px rgba(51, 51, 51, 0.15);
}
@media screen and (max-width: 768px) {
  main #barrierfree .col3Archive > .innerM article {
    width: 100%;
    margin-right: 0;
    border-bottom: none;
    border-right: #002f4c 1px solid;
  }
}
@media screen and (max-width: 768px) {
  main #barrierfree .col3Archive > .innerM article:nth-child(n+2) {
    margin-top: 10px !important;
  }
}
main #barrierfree .col3Archive > .innerM article:nth-child(3n) {
  margin-right: 0;
}
main #barrierfree .col3Archive > .innerM article:nth-child(n+4) {
  margin-top: 5%;
}
main #barrierfree .col3Archive > .innerM article a {
  display: block;
}
@media screen and (max-width: 768px) {
  main #barrierfree .col3Archive > .innerM article a {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
  }
}
main #barrierfree .col3Archive > .innerM article a:hover {
  opacity: 0.6;
  text-decoration: none;
}
main #barrierfree .col3Archive > .innerM article a figure {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60%;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main #barrierfree .col3Archive > .innerM article a figure {
    width: 100px;
    padding-top: 80px;
  }
}
main #barrierfree .col3Archive > .innerM article a figure img {
  position: absolute;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}
main #barrierfree .col3Archive > .innerM article a .text {
  padding: 20px 20px 30px;
}
@media screen and (max-width: 768px) {
  main #barrierfree .col3Archive > .innerM article a .text {
    width: calc(100% - 100px);
    padding: 10px 12px;
  }
}
main #barrierfree .col3Archive > .innerM article a .text h3 {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  main #barrierfree .col3Archive > .innerM article a .text h3 {
    font-size: 13px;
    font-weight: 600;
  }
}
main #barrierfree .col3Archive > .innerM article a .text address {
  display: block;
  margin-top: 15px;
  padding-left: 15px;
  font-size: 10px;
  color: #999;
  background: url(/assets/images/common/pin.svgz) left center no-repeat;
  background-size: 8px 10px;
}
@media screen and (max-width: 768px) {
  main #barrierfree .col3Archive > .innerM article a .text address {
    margin-top: 8px;
  }
}
main #links #title {
  width: calc(100% - 100px);
  margin: 40px auto 100px;
}
@media screen and (max-width: 768px) {
  main #links #title {
    width: calc(100% - 30px);
    margin: 20px auto 50px;
  }
}
main #links #linksList {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main #links #linksList article {
  position: relative;
  width: 28%;
  margin-right: 8%;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  main #links #linksList article {
    width: 48%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 560px) {
  main #links #linksList article {
    width: 100%;
    margin-right: 0 !important;
    padding-left: 25px;
  }
}
main #links #linksList article:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  main #links #linksList article:nth-child(3n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 768px) {
  main #links #linksList article:nth-child(2n) {
    margin-right: 0;
  }
}
main #links #linksList article:nth-child(n+4) {
  margin-top: 8%;
}
@media screen and (max-width: 768px) {
  main #links #linksList article:nth-child(n+3) {
    margin-top: 4%;
  }
}
@media screen and (max-width: 560px) {
  main #links #linksList article:nth-child(n+2) {
    margin-top: 30px;
  }
}
main #links #linksList article:before, main #links #linksList article:after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  left: 0;
  top: 0;
}
main #links #linksList article:before {
  height: 100%;
  background-color: #e8e8e8;
}
main #links #linksList article:after {
  height: 20px;
  background-color: #002f4c;
}
main #links #linksList article em {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  main #links #linksList article em {
    font-size: 14px;
  }
}
main #links #linksList article ul {
  margin-top: 15px;
}
@media screen and (max-width: 560px) {
  main #links #linksList article ul {
    margin-top: 10px;
  }
}
main #links #linksList article ul li {
  padding-top: 6px;
}
main #links #linksList article ul li a {
  color: #005485;
}
@media screen and (max-width: 768px) {
  main #links #linksList article ul li a {
    font-size: 12px;
  }
}
main #sitemap #title {
  width: calc(100% - 100px);
  margin: 40px auto 100px;
}
@media screen and (max-width: 768px) {
  main #sitemap #title {
    width: calc(100% - 30px);
    margin: 20px auto 50px;
  }
}
main #sitemap #sitemapList {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main #sitemap #sitemapList > div {
  position: relative;
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  main #sitemap #sitemapList > div {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main #sitemap #sitemapList > div:nth-child(n+2) {
    margin-top: 40px;
  }
}
main #sitemap #sitemapList > div:before {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #e8e8e8;
}
main #sitemap #sitemapList > div a {
  color: #005485;
}
main #sitemap #sitemapList > div > ul > li {
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  main #sitemap #sitemapList > div > ul > li {
    padding-left: 20px;
  }
}
main #sitemap #sitemapList > div > ul > li:nth-child(n+2) {
  padding-top: 40px;
}
main #sitemap #sitemapList > div > ul > li > a, main #sitemap #sitemapList > div > ul > li > em {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  main #sitemap #sitemapList > div > ul > li > a, main #sitemap #sitemapList > div > ul > li > em {
    font-size: 14px;
  }
}
main #sitemap #sitemapList > div > ul > li > a:before, main #sitemap #sitemapList > div > ul > li > em:before {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 28px;
  left: 0;
  background-color: #002f4c;
}
@media screen and (max-width: 768px) {
  main #sitemap #sitemapList > div > ul > li > a:before, main #sitemap #sitemapList > div > ul > li > em:before {
    height: 24px;
  }
}
main #sitemap #sitemapList > div > ul > li > ul {
  margin-top: 10px;
}
main #sitemap #sitemapList > div > ul > li > ul > li {
  padding-top: 10px;
}
main #policy #title {
  width: calc(100% - 100px);
  margin: 40px auto 100px;
}
@media screen and (max-width: 768px) {
  main #policy #title {
    width: calc(100% - 30px);
    margin: 20px auto 50px;
  }
}
@media screen and (max-width: 768px) {
  main #policy #policyList > li {
    font-size: 14px;
  }
}
main #policy #policyList > li:nth-child(n+2) strong {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  main #policy #policyList > li:nth-child(n+2) strong {
    margin-top: 50px;
  }
}
main #policy #policyList > li strong {
  display: block;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main #policy #policyList > li strong {
    font-size: 18px;
  }
}
main #policy #policyList > li em {
  position: relative;
  display: block;
  margin-top: 40px;
  margin-bottom: 15px;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
  border-left: 2px solid #002F4C;
}
@media screen and (max-width: 768px) {
  main #policy #policyList > li em {
    font-size: 16px;
  }
}
main #policy #policyList > li .dotted > li {
  padding-left: 1em;
  text-indent: -1em;
  font-feature-settings: normal;
}
main #policy #policyList > li .dotted > li:before {
  content: "・";
}
main #policy #policyList > li .dotted > li:nth-child(n+2) {
  padding-top: 10px;
}
#mapWrapper {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 99999;
}
#mapWrapper.appear {
  display: block;
}
#mapWrapper #mapClose {
  position: absolute;
  background-color: #f7f7f7;
  border: #f7f7f7 1px solid;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transition: none;
  width: 40px;
  height: 40px;
  right: 10px;
  top: 10px;
  text-indent: -9999px;
  z-index: 1100;
}
#mapWrapper #mapClose:before, #mapWrapper #mapClose:after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 2px;
  left: 50%;
  top: 50%;
  background-color: #002f4c;
}
#mapWrapper #mapClose:before {
  transform: translateX(-50%) rotate(45deg);
}
#mapWrapper #mapClose:after {
  transform: translateX(-50%) rotate(-45deg);
}
#mapWrapper #gMapSide {
  width: 340px;
  height: 100vh;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 15px 1px rgba(51, 51, 51, 0.15);
  box-shadow: 0 1px 15px 1px rgba(51, 51, 51, 0.15);
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  #mapWrapper #gMapSide {
    display: none;
    width: 100%;
  }
}
#mapWrapper #gMapSide #gMapSideRefine #search {
  padding: 20px;
  background-color: #f7f7f7;
}
#mapWrapper #gMapSide #gMapSideRefine #search > *:nth-child(n+2) {
  margin-top: 10px;
}
#mapWrapper #gMapSide #gMapSideRefine #search input::placeholder, #mapWrapper #gMapSide #gMapSideRefine #search input::-webkit-placeholder, #mapWrapper #gMapSide #gMapSideRefine #search input:-ms-input-placeholder, #mapWrapper #gMapSide #gMapSideRefine #search input::-ms-input-placeholder {
  color: #fff;
}
#mapWrapper #gMapSide #gMapSideRefine #search input[type="text"], #mapWrapper #gMapSide #gMapSideRefine #search input[name="number"] {
  width: 100%;
  padding: 10px;
  border: none;
}
#mapWrapper #gMapSide #gMapSideRefine #search .select {
  position: relative;
}
#mapWrapper #gMapSide #gMapSideRefine #search .select:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 16px;
  right: 10px;
  border: transparent 3px solid;
  border-top: #333 3px solid;
}
#mapWrapper #gMapSide #gMapSideRefine #search .select select {
  width: 100%;
  padding: 10px;
  border: none;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #999;
  border-radius: 0;
}
#mapWrapper #gMapSide #gMapSideRefine #search .dtable {
  display: table;
}
#mapWrapper #gMapSide #gMapSideRefine #search .dtable > * {
  display: table-cell;
}
#mapWrapper #gMapSide #gMapSideRefine #search .dtable i {
  width: 10%;
  text-align: center;
  vertical-align: middle;
}
#mapWrapper #gMapSide #gMapSideRefine #search .dtable span {
  position: relative;
}
#mapWrapper #gMapSide #gMapSideRefine #search .dtable span:after {
  content: "円";
  position: absolute;
  display: block;
  right: 10px;
  top: 10px;
  color: #999;
}
#mapWrapper #gMapSide #gMapSideRefine #search .dtable span input[type="number"] {
  width: 100%;
  padding: 10px 30px 10px 10px;
  border: none;
}
#mapWrapper #gMapSide #gMapSideRefine #search .dtable.enYen span:after {
  content: "yen";
}
#mapWrapper #gMapSide #gMapSideRefine input[type="submit"] {
  display: block;
  width: 100%;
  padding: 15px;
  background-color: #002f4c;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #mapWrapper #gMapSide #gMapSideRefine input[type="submit"] {
    padding: 20px;
    font-size: 14px;
    border-radius: 0;
  }
}
#mapWrapper #gMapSide #gMapSideRefine input[type="submit"]:hover {
  text-decoration: none;
  opacity: 0.6;
}
#mapWrapper #gMapSide #gMapSideArchive {
  padding: 10px;
}
#mapWrapper #gMapSide #gMapSideArchive ul li:nth-child(n+2) {
  border-top: #e8e8e8 1px solid;
}
#mapWrapper #gMapSide #gMapSideArchive ul li a {
  padding: 10px 0;
  justify-content: space-between;
}
#mapWrapper #gMapSide #gMapSideArchive ul li a:hover {
  text-decoration: none;
  background-color: #f7f7f7;
}
#mapWrapper #gMapSide #gMapSideArchive ul li a .thumbnail {
  width: 100px;
}
#mapWrapper #gMapSide #gMapSideArchive ul li a .thumbnail figure {
  position: relative;
  padding-top: 0;
  width: auto;
  height: 100%;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #mapWrapper #gMapSide #gMapSideArchive ul li a .thumbnail figure {
    width: 100px;
    padding-top: 0;
    height: 100%;
  }
}
#mapWrapper #gMapSide #gMapSideArchive ul li a .thumbnail figure img {
  position: absolute;
  max-width: none;
}
@media (min-width: 769px) {
  #mapWrapper #gMapSide #gMapSideArchive ul li a .thumbnail figure img {
    width: auto;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  #mapWrapper #gMapSide #gMapSideArchive ul li a .thumbnail figure img {
    width: auto;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
#mapWrapper #gMapSide #gMapSideArchive ul li a .textWrap {
  width: calc(100% - 110px);
}
#mapWrapper #gMapSide #gMapSideArchive ul li a .textWrap h4 {
  font-size: 13px;
  font-weight: 600;
}
#mapWrapper #gMapSide #gMapSideArchive ul li a .textWrap address {
  display: block;
  padding-left: 12px;
  font-size: 10px;
  color: #999;
  background: url(/assets/images/common/pin.svgz) left top 2px no-repeat;
  background-size: 8px 10px;
}
#mapWrapper #gMapSide #gMapSideArchive ul li a .textWrap .charge {
  margin-top: 10px;
  font-family: Arial, Helvetica, "sans-serif";
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  color: #002f4c;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  #mapWrapper #gMapSide #gMapSideArchive ul li a .textWrap .charge {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #mapWrapper #gMapSide #gMapSideArchive ul li a .textWrap .charge {
    margin-top: 10px;
    font-size: 14px;
  }
}
#mapWrapper #gMapSide #gMapSideArchive ul li a .textWrap .charge span {
  font-size: 14px;
  padding-right: 3px;
}
@media screen and (max-width: 768px) {
  #mapWrapper #gMapSide #gMapSideArchive ul li a .textWrap .charge span {
    font-size: 12px;
  }
}
#mapWrapper #gMapSide #gMapSideArchive ul li a .textWrap .charge i {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #mapWrapper #gMapSide #gMapSideArchive ul li a .textWrap .charge i {
    font-size: 12px;
  }
}
#mapWrapper #gMap {
  width: calc(100% - 340px);
  height: 100vh;
}
@media screen and (max-width: 768px) {
  #mapWrapper #gMap {
    width: 100%;
  }
}
#myList {
  display: none;
}
#hotelAccessInfo h1 {
  position: relative;
  padding: 10px;
  background-color: #002f4c;
  color: #fff;
}
#hotelAccessInfo h1 a {
  position: absolute;
  right: 30px;
  top: 50%;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#hotelAccessInfo h1 a:before, #hotelAccessInfo h1 a:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  margin: auto;
  background-color: #fff;
}
#hotelAccessInfo h1 a:before {
  transform: rotate(45deg);
}
#hotelAccessInfo h1 a:after {
  transform: rotate(-45deg);
}
#hotelAccessInfo #hotelMap {
  margin: 10px 0 15px;
  height: 500px;
}
#hotelAccessInfo .clearFix {
  padding-bottom: 40px;
}
#hotelAccessInfo .clearFix .right {
  float: right;
}
#hotelAccessInfo .clearFix .right a img {
  width: 50px;
  height: auto;
}
#hotelAccessInfo .alc {
  text-align: center;
  font-size: 12px;
}
.gm-style .gm-style-iw-a {
  max-width: none;
}
#gMap .hotelInfo {
  font-size: 13px;
}
#gMap .hotelInfo > .clearFix figure {
  position: relative;
  float: left;
  width: 200px;
  height: 200px;
  overflow: hidden;
}
#gMap .hotelInfo > .clearFix figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 100%;
  transform: translate(-50%, -50%);
}
#gMap .hotelInfo > .clearFix .right {
  float: right;
  width: 260px;
  padding-left: 20px;
}
#gMap .hotelInfo > .clearFix .right em {
  display: block;
  font-weight: bold;
}
#gMap .hotelInfo > .clearFix .right address {
  display: block;
  font-style: normal;
}
#gMap .hotelInfo .links {
  margin-top: 10px;
}
#gMap .hotelInfo .links li {
  padding: 10px 0;
  border-top: 1px #14559c solid;
  color: #8da1ca;
  font-size: 11px;
  font-weight: bold;
  text-align: right;
  line-height: 1;
}
#gMap .hotelInfo .links li:last-child {
  border-bottom: 1px #14559c solid;
}
#gMap .hotelInfo .links li:after {
  content: "";
  margin-left: 5px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#gMap .hotelInfo .links li a {
  color: #8da1ca;
}
