html {
  font-size: 62.5%;
}

body {
  font-size: 14px;
  color: #6d6e71;
  -webkit-text-size-adjust: 100%;
}

#wrap {
  font-size: 14px;
}

a {
  color: #6d6e71;
}
a:visited, a:focus, a:active {
  color: #6d6e71;
}

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

/* common */
/*------------------------------------------------*/
.inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1120px) and (max-width: 1120px) {
  .inner {
    width: 86%;
  }
}
@media only screen and (max-width: 960px) {
  .inner {
    width: 86%;
  }
}

@media only screen and (min-width: 1121px) {
  .flL {
    float: left;
  }

  .flR {
    float: right;
  }

  .hoverOpacity {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .hoverOpacity:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }

  .pcH {
    display: none !important;
  }
}
@media only screen and (max-width: 1120px) {
  .spTabH {
    display: none !important;
  }
}
@media only screen and (min-width: 1120px) and (max-width: 1120px) {
  .tabH {
    display: none !important;
  }
}
@media only screen and (max-width: 960px) {
  .spH {
    display: none !important;
  }
}
.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

@media only screen and (min-width: 1120px) and (max-width: 1120px) {
  .tabAlignL {
    text-align: left;
  }

  .tabAlignC {
    text-align: center;
  }

  .tabAlignR {
    text-align: right;
  }
}
@media only screen and (max-width: 960px) {
  .spAlignL {
    text-align: left;
  }

  .spAlignC {
    text-align: center;
  }

  .spAlignR {
    text-align: right;
  }
}
/* font */
/*------------------------------------------------*/
.required {
  color: #c00;
  font-size: 10px;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

/* tab */
/*------------------------------------------------*/
.tabBox {
  width: 100%;
  display: none;
}
.tabBox.active {
  display: block;
}

/* spGlobalNav */
/*------------------------------------------------*/
@media only screen and (max-width: 960px) {
  .slidemenu {
    width: 240px;
    visibility: hidden;
    position: fixed;
    top: 0;
    z-index: -1;
  }
  .slidemenu .slidemenu-body {
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .slidemenu .slidemenu-content {
    position: relative;
  }
  .slidemenu.slidemenu-left {
    left: 0;
  }
  .slidemenu.slidemenu-right {
    right: 0;
  }
}
#mainWrap #main #contents section .backPanelList {
  background-color: #fafafa;
}
#mainWrap #main #contents section .backPanelList .sectionTitle {
  padding: 90px 0;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .backPanelList .sectionTitle {
    padding: 10%;
  }
}
#mainWrap #main #contents section .backPanelList .sectionTitle p {
  margin-top: 30px;
}
#mainWrap #main #contents section .backPanelList ul {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .backPanelList ul {
    display: block;
  }
}
#mainWrap #main #contents section .backPanelList ul.one li {
  width: 100%;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .backPanelList ul.one li {
    width: 100%;
  }
}
#mainWrap #main #contents section .backPanelList ul.two li {
  width: 50%;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .backPanelList ul.two li {
    width: 100%;
  }
}
#mainWrap #main #contents section .backPanelList ul.three li {
  width: 33.3%;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .backPanelList ul.three li {
    width: 100%;
  }
}
#mainWrap #main #contents section .backPanelList ul.three li:nth-child(3n) {
  width: 33.4%;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .backPanelList ul.three li:nth-child(3n) {
    width: 100%;
  }
}
#mainWrap #main #contents section .backPanelList ul li {
  position: relative;
}
#mainWrap #main #contents section .backPanelList ul li:hover .thumnail .backImg {
  transform: scale(1.1);
}
#mainWrap #main #contents section .backPanelList ul li:hover .thumnail .backImg:after {
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.5s ease-out;
}
#mainWrap #main #contents section .backPanelList ul li:hover .textWrap {
  width: 100%;
}
#mainWrap #main #contents section .backPanelList ul li:hover .textWrap h4 {
  letter-spacing: 0.1em;
}
#mainWrap #main #contents section .backPanelList ul li:hover .textWrap h4:after {
  width: 36px;
}
#mainWrap #main #contents section .backPanelList ul li .thumnail {
  overflow: hidden;
}
#mainWrap #main #contents section .backPanelList ul li .thumnail .backImg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 30vw;
  transition: all 0.5s ease-out;
  position: relative;
}
@media only screen and (max-width: 960px) {
  #mainWrap #main #contents section .backPanelList ul li .thumnail .backImg {
    height: 90vw;
  }
}
#mainWrap #main #contents section .backPanelList ul li .thumnail .backImg:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
}
#mainWrap #main #contents section .backPanelList ul li .textWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: auto;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  transition: all 0.5s ease-out;
  width: 80%;
}
#mainWrap #main #contents section .backPanelList ul li .textWrap h4 {
  letter-spacing: 0.2em;
  font-size: 19px;
  position: relative;
  margin-bottom: 40px;
  transition: all 0.5s ease-out;
}
#mainWrap #main #contents section .backPanelList ul li .textWrap h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  width: 20px;
  height: 1px;
  margin-bottom: -20px;
  background-color: #fff;
  transition: all 0.5s ease-out;
}
#mainWrap #main #contents section .backPanelList ul li .textWrap p.subCatch {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-size: 12px;
}
#mainWrap #main #contents section .backPanelList ul li .textWrap p.detail {
  font-size: 11px;
  line-height: 1.8;
}
#mainWrap #main #contents section .backPanelList ul li .textWrap p.detail a {
  color: #fff;
  text-decoration: underline;
}
#mainWrap #main #contents section .backPanelList ul li .textWrap p.detail a:hover {
  text-decoration: none;
}
#mainWrap #main #contents section .backPanelList ul li .textWrap div {
  margin-top: 30px;
}
#mainWrap #main #contents section .backPanelList ul li .textWrap div a {
  color: #fff;
  border: 1px solid #fff;
  height: 32px;
  line-height: 32px;
  width: 140px;
  display: inline-block;
  font-size: 12px;
}
#mainWrap #main #contents section .backPanelList ul li .textWrap div a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#mainWrap #main #contents section .backPanelList ul li .textWrap div a span:before {
  background-color: #fff;
}
#mainWrap #main #contents section .backPanelList ul li .textWrap div a span:after {
  background-color: #fff;
}

.gm-style-iw {
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}
.gm-style-iw h4 {
  font-size: 14px;
}
.gm-style-iw p {
  font-size: 12px;
}
.gm-style-iw p a {
  display: inline-block;
  background-color: #000;
  color: #fff;
  height: 26px;
  line-height: 26px;
  width: 60%;
  margin-top: 10px;
  font-size: 12px;
}

.tomitwo, .fuyaone, .fuyatwo, .tomione, .yamato {
  height: 100%;
}

.subLink {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 1120px) {
  .subLink {
    width: 80%;
  }
}
.subLink ul {
  justify-content: space-between;
  display: flex;
}
.subLink ul li {
  font-size: 14px;
  text-align: center;
  width: 210px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.subLink ul li:hover {
  border-bottom: 1px solid #818181;
}
@media only screen and (max-width: 1120px) {
  .subLink ul li {
    width: auto;
    font-size: 12px;
    margin: 0 5px;
  }
}
.subLink ul li a {
  display: block;
}