@charset "utf-8";
body {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1.4rem;
  /*background-color: #FFF;*/
  background-color: rgba(255, 255, 255, 1);
  position: relative;
  color: #000;
  /*color: rgba(27, 27, 27, 1);*/
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
}

a {
  color: #000;
  /*font-weight:bold;*/
  /*color: rgba(27, 27, 27, 1);*/
  font-weight: bold;
  text-decoration: none;
  /*-webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;*/
}


/*a,
input,
select,
textarea,
button,
*:before,
*:after {
	-webkit-transition:  background 0.4s ease,opacity 0.4s ease;
	        transition:  background 0.4s ease,opacity 0.4s ease;
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}*/

img {
  /*width: 100%;*/
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
  interpolation-mode: bicubic;
}


/*サンセリフ*/

.s_serif {
  font-family: "ヒラギノ角ゴシック ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}

.serif {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


/*電話番号font*/

.telfont {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 21px;
  letter-spacing: 0.02em;
}


/*細い方*/

.roboto_cond {
  font-family: 'Roboto Condensed', sans-serif;
}


/*太い方*/

.roboto {
  font-family: 'Roboto', sans-serif;
}


/*スマホ・PC非表示*/

@media screen and ( max-width: 768px) {
  .pconly {
    display: none !important;
  }
}

@media screen and ( min-width: 769px) {
  .sponly {
    display: none !important;
  }
}


/*文字隠し*/

.hide_text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}


/*ページトップ*/

#page-top {
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 105px;
  line-height: 33px;
  background-color: #000;
  font-size: 10px;
  transition: opacity 0.3s;
  font-weight: normal;
}

#page-top span {
  width: 15px;
  height: 10px;
  margin-right: 6px;
  background-image: url(../img/common/f_pt_icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  transition: opacity 0.3s;
}

.safari #page-top span {
  margin-top: -3px;
}


/*PCのみホバー設定*/

@media screen and ( min-width: 769px) {
  a.hover_img {
    opacity: 1;
    transition: 0.3s;
  }
  a.hover_img:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
  a.line_hover {
    position: relative;
    display: inline-block;
    transition: 0.3s;
  }
  a.line_hover::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 1px;
    background-color: #004b37;
    transition: 0.3s;
    bottom: -5px;
  }
  a.line_hover:hover::after {
    width: 100%;
  }
  /*ページトップ*/
  #page-top:hover {
    color: #ffff64;
    transition: 0.3s;
  }
  #page-top:hover span {
    background-image: url(../img/common/f_pt_icon_on.png);
    transition: 0.3s;
  }
}


/*retina*/

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  #page-top span {
    background-image: url(../img/common/f_pt_icon@2x.png);
  }
  /*retina & pconly*/
  @media screen and ( min-width: 769px) {
    #page-top:hover span {
      background-image: url(../img/common/f_pt_icon_on@2x.png);
    }
  }
}


/*sp*/

@media screen and ( max-width: 768px) {
  /*ページトップ*/
  #page-top {
    position: static;
    width: 100%;
    line-height: 40px;
  }
  #page-top span {
    width: 15px;
    height: 11.5px;
    margin-right: 6px;
    background-image: url(../img/common/f_pt_icon_sp.png);
    display: block;
  }
  .safari #page-top span {
    margin-top: -3px;
  }
}


/*リンクなし*/

.nolink:hover::after,
.nolink,
.nolink:hover::after,
.nolink a {
  content: none !important;
  color: #ccc !important;
  pointer-events: none !important;
}


/* ==========================================================================
	header
========================================================================== */

#header {
  width: 100%;
  height: 140px;
  background-color: #fff;
  position: fixed;
  z-index: 5000;
}


/*ロゴ・電話・問い合わせ 包含*/

#header>section {
  width: 960px;
  height: 66px;
  margin: 0 auto;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}


/*ロゴ*/

#logo {
  display: block;
  width: 220px;
  height: 45px;
}

#logo a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/h_logo.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 17px;
}


/*電話・問い合わせ横並び*/

#header>section ul li {
  display: inline-block;
}


/*htel_wrap*/

#header>section ul li.htel_wrap {
  width: 230px;
  margin-right: 20px;
  vertical-align: bottom;
  margin-bottom: 3px;
}


/*TEL.部分調整*/

#header>section ul li.htel_wrap .telfont {
  color: #004b37;
  margin-bottom: 7px;
}

#header>section ul li.htel_wrap .telfont span {
  font-size: 70%;
}


/*会社紹介・新着情報*/

#header>section ul li.htel_wrap>div {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  letter-spacing: 0.14em;
}

#header>section ul li.htel_wrap>div a {
  font-weight: normal;
}


/*ヘッダーコンタクトボタン*/

.h_contact {
  width: 125px;
  height: 61px;
  /*flex-shrink: 0;*/
  text-align: center;
}

.h_contact a {
  width: 100%;
  height: 100%;
  background-image: url(../img/common/h_mail_bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  font-size: 13px;
  padding-top: 12px;
  transition: 0.3s;
}


/*メールアイコン*/

.h_contact a span {
  width: 24px;
  height: 16px;
  background-image: url(../img/common/h_mail_off.png);
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto 7px;
  transition: 0.3s;
}

#pc_menu {
  width: 920px;
  height: 64px;
  margin: 0 auto;
  background-color: #fff;
}

#pc_menu ul {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

#pc_menu ul li {
  height: 74px;
  position: relative;
}

#pc_menu ul li a {
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #004b37;
  display: block;
  overflow: hidden;
  text-align: center;
}

#pc_menu ul li:nth-child(3) a,
#pc_menu ul li:nth-child(4) a {}

#pc_menu ul li a img {
  text-align: center;
}

#pc_menu ul li a p {
  margin-top: 5px;
}

#pc_menu ul li a span {
  background-image: url(../img/common/gmline01.png);
  display: block;
  width: 100%;
  height: 5px;
  margin-top: 2px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(-100%);
  transition: 0.3s;
}

#pc_menu ul li:nth-child(1) a span {
  background-image: url(../img/common/gmline01.png);
}

#pc_menu ul li:nth-child(2) a span {
  background-image: url(../img/common/gmline02.png);
}

#pc_menu ul li:nth-child(3) a span {
  background-image: url(../img/common/gmline03.png);
}

#pc_menu ul li:nth-child(4) a span {
  background-image: url(../img/common/gmline04.png);
}

#pc_menu ul li:nth-child(5) a span {
  background-image: url(../img/common/gmline05.png);
}

#pc_menu ul li:nth-child(6) a span {
  background-image: url(../img/common/gmline06.png);
}

#pc_menu ul li a:hover span {
  transform: translateX(0%);
  transition: 0.3s;
}

#pc_menu .subMenu {
  width: 224px;
  background-image: url(../img/common/bg_menu_01.png);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 38px;
  left: -25px;
  height: 0;
  transition: height 0.275s, opacity 0.5s;
  overflow: hidden;
  opacity: 0;
}

#pc_menu .subMenu ul {
  padding: 30px 10px 20px 20px;
  display: block;
}

#pc_menu .subMenu.is__open {
  top: 43px;
  height: 170px;
  opacity: 1;
}

#pc_menu .onSubMenu01 span,
#pc_menu .onSubMenu02 span,
#pc_menu .onSubMenu03 span,
#pc_menu .onSubMenu04 span {
  display: none;
}

#pc_menu .onSubMenu01 .subMenu.is__open {
  height: 137px;
}
#pc_menu .onSubMenu02 .subMenu.is__open,
#pc_menu .onSubMenu03 .subMenu.is__open {
  height: 100px;
}
#pc_menu .onSubMenu04 .subMenu.is__open {
  height: 180px;
}

#pc_menu .onSubMenu02 .subMenu ul,
#pc_menu .onSubMenu03 .subMenu ul,
#pc_menu .onSubMenu04 .subMenu ul {
  padding-left: 15px;
}

#pc_menu .onSubMenu01 .subMenu {
  background-image: url(../img/common/bg_menu_04.png);
}

#pc_menu .onSubMenu02 .subMenu {
  width: 189px;
  background-image: url(../img/common/bg_menu_02.png);
  left: -61px;
}

#pc_menu .onSubMenu03 .subMenu {
  width: 189px;
  background-image: url(../img/common/bg_menu_02.png);
  left: -66px;
}

#pc_menu .onSubMenu04 .subMenu {
  width: 189px;
  background-image: url(../img/common/bg_menu_05.png);
  left: -66px;
}

#pc_menu .subMenu__item {
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0.1em;
  height: auto;
  margin-top: 15px;
}

#pc_menu .subMenu__item:first-child {
  margin-top: 0;
}

#pc_menu .subMenu__item a {
  color: #fff;
  text-align: left;
  padding-left: 20px;
  position: relative;
}

#pc_menu .subMenu__item a:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(45deg);
}


/*gn active*/

#pc_menu ul li.active a span {
  transform: translateX(0%);
}

#navigation {
  display: none;
}

#content {
  padding-top: 140px;
}


/*MENU文字*/

#menu p {
  display: none;
}


/*CLOSE文字*/

#menu div {
  display: none;
}

.moreLinkBtn {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.149em;
  width: 169px;
  margin: 0 auto;
}

.moreLinkBtn a {
  background-color: #004b37;
  color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  -moz-display: flex;
  -moz-align-items: center;
  -moz-justify-content: center;
  height: 28px;
  position: relative;
}

.moreLinkBtn a:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  transform: rotate(45deg);
}


/*pcのみ*/

@media screen and ( min-width: 769px) {
  /*メールバックグラウンド*/
  .h_contact a:hover {
    background-image: url(../img/common/h_mail_bg_on.png);
    color: #ffff64;
    transition: 0.3s;
  }
  /*メールアイコン*/
  .h_contact a:hover span {
    background-image: url(../img/common/h_mail_on.png);
    transition: 0.3s;
  }
  /* btn hover */
  .moreLinkBtn a,
  .moreLinkBtn a:before {
    transition: 0.3s;
  }
  .moreLinkBtn a:hover {
    background: #023829;
    color: #ffff64;
  }
  .moreLinkBtn a:hover:before {
    border-color: #ffff64;
    right: 7px;
  }
  /* //btn hover */
}


/*retina*/

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  /*ロゴ*/
  #logo a {
    background-image: url(../img/common/h_logo@2x.png);
  }
  /*メールバックグラウンド*/
  .h_contact a {
    background-image: url(../img/common/h_mail_bg@2x.png);
    transition: 0.3s;
  }
  /*メールアイコン*/
  .h_contact a span {
    background-image: url(../img/common/h_mail_off@2x.png);
    transition: 0.3s;
  }
  #pc_menu ul li:nth-child(1) a span {
    background-image: url(../img/common/gmline01@2x.png);
  }
  #pc_menu ul li:nth-child(2) a span {
    background-image: url(../img/common/gmline02@2x.png);
  }
  #pc_menu ul li:nth-child(3) a span {
    background-image: url(../img/common/gmline03@2x.png);
  }
  #pc_menu ul li:nth-child(4) a span {
    background-image: url(../img/common/gmline04@2x.png);
  }
  #pc_menu ul li:nth-child(5) a span {
    background-image: url(../img/common/gmline05@2x.png);
  }
  #pc_menu ul li:nth-child(6) a span {
    background-image: url(../img/common/gmline06@2x.png);
  }
  /*retina & pcのみ*/
  @media screen and ( min-width: 769px) {
    .h_contact a:hover {
      background-image: url(../img/common/h_mail_bg_on@2x.png);
      transition: 0.3s;
    }
    /*メールアイコン*/
    .h_contact a:hover span {
      background-image: url(../img/common/h_mail_on@2x.png);
      transition: 0.3s;
    }
  }
}

@media screen and ( max-width: 768px) {
  #header {
    height: 55px;
    width: 100%;
    /*padding: 0 10px;*/
    /*box-sizing:border-box;*/
  }
  #header>section {
    width: 100%;
    height: 55px;
    /*margin:0 auto;*/
    background-color: #fff;
  }
  /*ロゴ*/
  #logo a {
    background-image: url(../img/common/h_logo_sp.png);
    width: 165px;
    height: 34.5px;
    margin-top: 10px;
    margin-left: 10px;
  }
  #pc_menu {
    display: none;
  }
  #navigation {
    display: block;
  }
  footer>div:nth-child(2){
    display: none !important;
  }
  #navigation {
    width: 100%;
    height: 100vh;
    display: block;
    background: rgba(0, 75, 55, 0.95);
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    overflow: auto;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  #navigation.show {
    z-index: 200;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  #sp-menu {
    margin-top: 55px;
    width: 100%;
    /*height: -webkit-calc(100% - 80px) ;*/
    overflow: auto;
    /*-webkit-overflow-scrolling: touch;*/
  }
  /*homeボタン*/
  #sp-menu>a {
    top: 0;
    width: 55px;
    height: 55px;
    position: absolute;
    background-image: url(../img/common/h_home_sp.png);
    background-size: 38px 30px;
    background-position: center 5.5px;
    background-repeat: no-repeat;
  }
  #sp-menu>a span {
    display: block;
    position: absolute;
    color: #fff;
    bottom: 5px;
    font-size: 10px;
    left: 19%;
  }
  /*SPメニュー全体*/
  #sp-menu>ul {
    display: flex;
    flex-wrap: wrap;
  }
  /*SPメニュー並び*/
  #sp-menu>ul li {
    width: 100%;
  }
  #sp-menu>ul li a {
    line-height: 40px;
  }
  /*SPメニュー並び*/
  #sp-menu>ul li:nth-child(6) {
    margin-bottom: 10.5px;
  }
  /*会社紹介・新着情報*/
  #sp-menu>ul li:nth-child(7) {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
		margin:0 auto;
		/* padding-left: 40px; */
  }
  #sp-menu>ul li:nth-child(7) a {
    width: 35%;
    text-align: center;
    padding-left: 0;
  }
  /*spmenu tel*/
  #sp-menu .telfont a {
    font-size: 30px;
    letter-spacing: 0.05em;
    padding-left: 0.05em;
    line-height: 50px;
    padding-top: 10px;
  }
  #sp-menu .telfont a span {
    font-size: 0.7em;
  }
  /*spmenu お問い合わせ*/
  #sp-menu .spmenumail a {
    font-size: 19px;
    letter-spacing: 0.05em;
    padding-left: 0.05em;
    line-height: 30px;
  }
  #sp-menu>ul>li:nth-child(2n) a {
    background-color: #e4e4dc;
    color: #004b37;
  }
  #sp-menu>ul>li:nth-child(2n)>a span:before,
  #sp-menu>ul>li:nth-child(2n)>a span:after {
    background-color: #004b37;
    border-color: #004b37;
  }
  #sp-menu>ul>li:nth-child(2n) a:before {
    border-color: #004b37;
  }
  #sp-menu .subMenu {
    overflow: hidden;
    transition: max-height 1s;
    max-height: 0;
  }
  #sp-menu .is__open .subMenu {
    max-height: 300px;
    transition: max-height 1.5s;
  }
  #sp-menu .onSubMenu.is__open>a span:after {
    transform: rotate(180deg);
  }
  #sp-menu li a {
    display: block;
    line-height: 45px;
    font-weight: 900;
    text-align: left;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    letter-spacing: normal;
    padding-left: 40px;
    position: relative;
  }
  #sp-menu .notSubMenu>a {
    position: relative;
  }
  #sp-menu .notSubMenu>a:before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-color: transparent !important;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 15px;
    right: 33px;
    transform: rotate(45deg);
    border-radius: 1px;
  }
  #sp-menu .onSubMenu>a {
    position: relative;
  }
  #sp-menu .onSubMenu>a span {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 26px;
  }
  #sp-menu .onSubMenu>a span:before {
    content: "";
    display: block;
    width: 13px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  #sp-menu .onSubMenu>a span:after {
    content: "";
    display: block;
    width: 13px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(90deg);
    transition: 0.3s;
  }
  #sp-menu .subMenu a {
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    position: relative;
  }
  #sp-menu .subMenu a:before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 15px;
    right: 33px;
    transform: rotate(45deg);
    border-radius: 1px;
  }
  #sp-menu .contactArea {
    width: 70%;
    margin: 0 auto;
    margin-top: 10px;
  }
  #sp-menu .contactArea__item:not(:first-child) {
    margin-top: 10px;
  }
  #menu {
    width: 55px;
    height: 55px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 6000;
    cursor: pointer;
    background: #004b37;
    display: flex;
    justify-content: center;
    padding-top: 10px;
  }
  #menu span,
  #menu:before,
  #menu:after {
    content: "";
    width: 50%;
    height: 3px;
    display: block;
    background-color: #fff;
    position: absolute;
    left: 25%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transition: 0.3s;
  }
  #menu:before {
    margin-top: 0px;
  }
  #menu span {
    margin-top: 9px;
  }
  #menu:after {
    margin-top: 18px;
  }
  #menu.show {
    position: fixed;
  }
  #menu.show span {
    opacity: 0;
  }
  #menu.show:before {
    -webkit-transform: translate3d(0, 9px, 0) rotate3d(0, 0, 1, 45deg);
    transform: translate3d(0, 9px, 0) rotate3d(0, 0, 1, 45deg);
    background-color: #fff;
  }
  #menu.show:after {
    -webkit-transform: translate3d(0, -9px, 0) rotate3d(0, 0, 1, -45deg);
    transform: translate3d(0, -9px, 0) rotate3d(0, 0, 1, -45deg);
    background-color: #fff;
  }
  /*MENU文字*/
  #menu p {
    display: block;
    position: absolute;
    color: #fff;
    bottom: 5px;
    font-size: 10px;
    left: 19%;
  }
  #menu.show p {
    display: none;
    position: absolute;
  }
  /*CLOSE文字*/
  #menu div {
    display: none;
    position: absolute;
    color: #fff;
    bottom: 5px;
    font-size: 10px;
    left: 16%;
  }
  #menu.show div {
    display: block;
    position: absolute;
  }
  /*メールアイコン*/
  .h_tel {
    right: 55px;
    position: absolute;
    width: 55px;
    height: 55px;
    background: #000;
    letter-spacing: 0.3em;
  }
  .h_tel a {
    position: absolute;
    width: 55px;
    height: 55px;
    background: url(../img/common/h_tel_sp.svg) 50% 8px no-repeat #000;
    background-size: 19px 26px;
    color: #fff;
  }
  /*TELアイコン*/
  .h_tel a span {
    margin: 0 auto 12px;
  }
  .h_tel a p {
    font-size: 10px;
    text-align: center;
    position: absolute;
    bottom: 5px;
    left: 0;
    right:0;
    margin:0 auto;
  }
  #content {
    padding-top: 55px;
  }
}


/* ==========================================================================
	footer
========================================================================== */

footer {
  width: 100%;
  margin-top: 130px;
  height: auto;
  background-image: url(../img/common/f_line.png);
  background-repeat: repeat-x;
  background-position: top center;
  background-size: 3001px 5px;
  padding-top: 50px;
}

footer>div {
  width: 944px;
  margin: 0 auto;
}


/*緑包含*/

footer>div:first-child {
  background-color: #004b37;
  border-radius: 6px;
  padding: 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


/*電話でのお問い合わせ*/

footer>div:first-child>div:nth-child(1) {
  width: 291px;
  height: 56px;
  color: #fff;
  background-color: #004b37;
  border-radius: 5.5px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}


/*電話マーク*/

footer>div:first-child>div:nth-child(1)>span {
  width: 21px;
  height: 34px;
  display: block;
  background-image: url(../img/common/f_tel.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 20px;
}


/*電話文字*/

footer>div:first-child>div:nth-child(1) div p:nth-child(1) {
  letter-spacing: 0.1em;
}

footer>div:first-child>div:nth-child(1) div p:nth-child(2) {
  font-size: 26px;
  margin-top: 6px;
  line-height: 0.7em;
}


/*Tel.文字*/

footer>div:first-child>div:nth-child(1) div p:nth-child(2) span {
  font-size: 0.7em;
}


/*メールでのお問い合わせ*/

footer>div:first-child>div:nth-child(3) {
  width: 291px;
  height: 56px;
  margin-left: 10px;
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 1.28em;
}

footer>div:first-child>div:nth-child(3) a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background: #fff;
  border-radius: 5.5px;
  transition: 0.3s;
}

footer>div:first-child>div:nth-child(3) a p {
  color: #004b37;
  transition: 0.3s;
}


/*メールマーク*/

footer>div:first-child>div:nth-child(3) a span:first-child {
  width: 28px;
  height: 20px;
  display: block;
  background-image: url(../img/common/f_mail.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 16px;
  transition: 0.3s;
}

/*LINEでのお問い合わせ*/

footer>div:first-child>div:nth-child(4) {
  width: 291px;
  height: 56px;
  margin-left: 10px;
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 1.28em;
}

footer>div:first-child>div:nth-child(4) a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background: #fffebf;
  border-radius: 5.5px;
  transition: 0.3s;
}

footer>div:first-child>div:nth-child(4) a p {
  color: #004b37;
  transition: 0.3s;
}


/*LINEマーク*/

footer>div:first-child>div:nth-child(4) a span:first-child {
  width: 26px;
  height: 26px;
  display: block;
  background-image: url(../img/common/f_line_icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 16px;
  transition: 0.3s;
}


/*営業時間*/

footer>div>p {
  margin: 20px 0 0;
  color: #fff;
  font-weight: normal;
}


/*ロゴ・メニュー包含*/

footer>div:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  /* height: 66px; */
  align-items: center;
}


/*ロゴ*/

#flogo_wrap {
  width: 310px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#flogo_wrap>a {
  width: 45px;
  height: 66px;
  display: block;
  background-image: url(../img/common/f_logo.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#flogo_wrap h1 {
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.33em;
}

#flogo_wrap p {
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1.33em;
  font-weight: normal;
}

#flogo_wrap>div {
  margin-left: 15px;
}


/*footerメニュー*/

footer>div:nth-child(2) ul {
  display: flex;
  flex-wrap: wrap;
  width: 500px;
  font-size: 12px;
  padding-left: 20px;
  margin-top: 13px;
}

footer>div:nth-child(2) ul li {
  margin-right: 9px;
  margin-bottom: 12px;
}

footer>div:nth-child(2) ul li a {
  font-weight: normal;
}

footer>div:nth-child(2) ul li a span {
  color: #004b37;
  margin-right: 3px;
}


/*コピーライト*/

footer>p {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 10px;
}

footer>p .telfont {
  font-size: 11px;
  letter-spacing: 0.05em;
  padding-left: 0.05em;
  font-weight: initial;
}


/*pcのみ*/

@media screen and ( min-width: 769px) {
  /*メールでのお問い合わせ*/
  footer>div:first-child>div:nth-child(3) a:hover {
    background: #ffff64;
    transition: 0.3s;
  }
  footer>div:first-child>div:nth-child(3) a:hover p {
    color: #023829;
    transition: 0.3s;
  }
  /*メールマーク*/
  footer>div:first-child>div:nth-child(3) a:hover span:first-child {
    width: 28px;
    height: 20px;
    display: block;
    background-image: url(../img/common/f_mail_on.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s;
  }

  /*LINEでのお問い合わせ*/
  footer>div:first-child>div:nth-child(4) a:hover {
    background: #ffff64;
    transition: 0.3s;
  }
  footer>div:first-child>div:nth-child(4) a:hover p {
    color: #023829;
    transition: 0.3s;
  }
}


/*retina*/

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  footer {
    background-image: url(../img/common/f_line@2x.png);
  }
  /*電話マーク*/
  footer>div:first-child>div:nth-child(1)>span {
    background-image: url(../img/common/f_tel@2x.png);
  }
  /*メールマーク*/
  footer>div:first-child>div:nth-child(3) a span:first-child {
    background-image: url(../img/common/f_mail@2x.png);
  }
  /*ロゴ*/
  #flogo_wrap>a {
    background-image: url(../img/common/f_logo@2x.png);
  }
  /*rwtina & pc*/
  @media screen and ( min-width: 769px) {
    /*メールマーク*/
    footer>div:first-child>div:nth-child(3) a:hover span:first-child {
      background-image: url(../img/common/f_mail_on@2x.png);
    }
  }
}


/*SP*/

@media screen and ( max-width: 768px) {
  footer {
    /*padding-top: 19px;*/
    margin-top: 75px;
    height: auto;
    background-image: none;
    padding-top: 0px;
  }
  footer>div {
    width: 100%;
    margin: 0 auto;
  }
  /*緑包含*/
  footer>div:first-child {
    border-radius: 0;
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }
  /*SP電話でのお問い合わせ*/
  footer>div:first-child>div:nth-child(2) a {
    width: 100%;
    height: 75px;
    color: #fff;
    background-color: #004b37;
    border-radius: 5.5px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  /*SP電話マーク*/
  footer>div:first-child>div:nth-child(2) a>span {
    width: 22px;
    height: 31px;
    display: block;
    background-image: url(../img/common/f_tel_sp.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 17px;
  }
  /*SP電話文字*/
  footer>div:first-child>div:nth-child(2) a div {
    letter-spacing: 0.1em;
  }
  .iphone.safari footer>div:first-child>div:nth-child(2) a div {
    letter-spacing: -0.02em;
  }
  footer>div:first-child>div:nth-child(2) a div p:nth-child(2) {
    font-size: 26px;
    margin-top: 12px;
    line-height: 0.5em;
  }
  /*Tel.文字*/
  footer>div:first-child>div:nth-child(2) a div p:nth-child(2) span {
    font-size: 0.7em;
  }
  /*メールでのお問い合わせ*/
  footer>div:first-child>div:nth-child(3) {
    width: 100%;
    height: 75px;
    margin-left: 0;
    margin-top: 10px;
  }
  /*メールマーク*/
  footer>div:first-child>div:nth-child(3) a span:first-child {
    width: 24px;
    height: 16px;
    background-image: url(../img/common/f_mail_sp.png);
    margin-right: 20px;
  }
  /*LINEでのお問い合わせ*/
  footer>div:first-child>div:nth-child(4) {
    width: 100%;
    height: 75px;
    margin-left: 0;
    margin-top: 10px;
  }
  /*LINEマーク*/
  footer>div:first-child>div:nth-child(4) a span:first-child {
    margin-right: 20px;
  }
  /*営業時間*/
  footer>div>p {
    text-align: center;
    margin: 20px auto 15px;
    line-height: 1.5em;
  }
  /*ロゴ・メニュー包含*/
  footer>div:nth-child(2) {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0px;
    height: auto;
  }
  /*ロゴ*/
  #flogo_wrap {
    width: 100%;
    flex-direction: column;
    order: 1;
    margin-top: 20px;
    margin-bottom: 25px;
    text-align: center;
  }
  #flogo_wrap>a {
    background-image: url(../img/common/f_logo_sp.png);
    margin-bottom: 15px;
  }
  #flogo_wrap h1 {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.33em;
    margin-bottom: 5px;
  }
  #flogo_wrap p {
    font-size: 12px;
    letter-spacing: 0.03em;
    line-height: 1.58em;
    font-weight: normal;
  }
  #flogo_wrap>div {
    margin-left: 0;
  }
  /*footerメニュー*/
  footer>div:nth-child(2) ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    font-size: 15px;
    padding-left: 0;
    margin-top: 0;
    order: : 0;
    letter-spacing: 0.1em;
  }
  footer>div:nth-child(2) ul li {
    margin-right: 0;
    margin-bottom: 0;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
  }
  footer>div:nth-child(2) ul li a {
    display: block;
    width: 100%;
    padding: 0 25px;
  }
  footer>div:nth-child(2) ul li a span {
    margin-right: 5px;
    font-size: 14px;
  }
  /*コピーライト*/
  footer>p {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 15px;
  }
  footer>p .telfont {
    font-size: 11px;
    letter-spacing: 0.05em;
    padding-left: 0.05em;
    font-weight: initial;
  }
}


/*ヘッダー変更部分*/

#header>section>ul {
  font-size: 0;
}

.h_re_btn a {
  background-image: url(../img/common/h_re_off.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 90px;
  height: 60px;
  display: block;
  transition: 0.3s;
}

.h_line_btn a {
  background-image: url(../img/common/h_line_off.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 166px;
  height: 60px;
  display: block;
  transition: 0.3s;
}

.h_co_btn a {
  background-image: url(../img/common/h_co_off_220107.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 125px;
  height: 60px;
  display: block;
  transition: 0.3s;
}


/*pcのみ*/

@media screen and ( min-width: 769px) {
  .h_re_btn a:hover {
    background-image: url(../img/common/h_re_on.png);
    transition: 0.3s;
  }
  .h_line_btn a:hover {
    background-image: url(../img/common/h_line_on.svg);
    transition: 0.3s;
  }
  .h_co_btn a:hover {
    background-image: url(../img/common/h_co_on_220107.svg);
    transition: 0.3s;
  }
}



/* 200831 */

/* 動画モーダル */
.fancybox-slide--video .fancybox-content {
  background-color: #fff;
}
@media screen and ( min-width: 769px) {
  .fancybox-slide--video .fancybox-content {
    max-width: 350px!important;
    height: auto!important;
  }
}
@media screen and ( max-width: 768px ) {
  .fancybox-slide--video .fancybox-content {
    max-width: 350px!important;
    height: auto!important;
  }
}
@media screen and ( max-width: 370px ) {
  .fancybox-slide--video .fancybox-content {
    max-width: 260px!important;
  }
}
/* movieThumb */
.movieThumb {
  display: block;
  width: 375px;
  margin: 0 auto;
  border: 1px solid #4b4b4b;
  box-sizing: content-box;
  transition: 0.3s ease;
  position: relative;
}
.movieThumb img {
  max-width: 100%;
}
.movieThumb::after {
  content: "";
  background-image: url(../img/gallery/ico_movie1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  height: 34px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.movieTitle {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 0 0 15px 8px;
  color: #004b37;
}
.movieTitle .s1 {
  position: relative;
}
.movieTitle .s1::before,
.movieTitle .s1::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #004b37;
  position: absolute;
  left: -42px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.movieTitle .s1::after {
  left: auto;
  right: -34px;
}

.mt35 {
  margin-top: 35px;
}
.mb35 {
  margin-bottom: 35px;
}
.mt50 {
  margin-top: 50px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb90 {
  margin-bottom: 90px;
}
@media screen and ( min-width: 769px ) {
  .movieThumb:hover {
    opacity: 0.7;
  }
}
@media screen and ( max-width: 768px ) {
  .movieThumb {
    width: 80%;
    max-width: 350px;
  }
  .movieThumb::after {
    width: 34px;
    height: 26px;
    right: 10px;
    bottom: 10px;
  }
  .movieTitle {
    font-size: 17px;
    padding-bottom: 12px;
  }

  .mbs40 {
    margin-bottom: 40px;
  }
  .mb90 {
    margin-bottom: 60px;
  }
}
