@charset "UTF-8";
/* CSS Document */
/*■01.RESET HTML*/
img {
  margin: 0px;
  padding: 0px;
  border: 0px;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

.ov_hover:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70)";
}

a {
  color: #fff;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

html {
  overflow-y: auto;
}

body {
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333231;
  line-height: normal;
  min-width: 1265px;
  overflow: hidden;
}

p {
  line-height: 2.2;
}

/*■02.CLEAR FLOAT*/
.clearfix {
  display: inline-block;
}
.clearfix:after {
  clear: both;
  display: block;
  content: " ";
  height: 0px;
  visibility: hidden;
}

/* Hide these rules from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.hidden {
  display: none;
}

/*■03.USE MEDIA*/
.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.media,
.media-body {
  overflow: hidden;
}

.media-text:after {
  clear: both;
  display: block;
  content: "";
  height: 0px;
  visibility: hidden;
}

/*■04.LAYOUT*/
.container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

/*■05.FLEX*/
.dis_flex {
  display: flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
}

.flex_between {
  display: flex;
  justify-content: space-between;
}

.flex_between_center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex_center_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*justify-content*/
.flex_jus_start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
}

.flex_jus_end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
}

.flex_jus_center {
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
}

.flex_jus_between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
}

.flex_jus_around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
}

.flex_jus_ini {
  justify-content: initial;
  -webkit-justify-content: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial;
}

/*align-items*/
.flex_align_item_start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
}

.flex_align_item_end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
}

.flex_align_item_stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
}

.flex_align_item_baseline {
  align-items: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
}

.flex_align_item_center {
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}

.flex_align_item_ini {
  align-items: initial;
  -webkit-align-items: initial;
  -moz-align-items: initial;
  -ms-align-items: initial;
}

.flex-container {
  flex-wrap: wrap;
}

.flex_bg {
  width: 100%;
  margin-right: -100%;
}

.flex_content {
  width: 100%;
  position: relative;
}

/*■06.HEADER*/
#header {
  animation: scrolltop 0.8s;
  animation-iteration-count: 1;
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.h_main {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 10px 0 10px 20px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
}
.h_main.h_fixed {
  background: #fff;
}
.h_main .h_logo {
  width: 163px;
}
.h_main .h_right {
  position: relative;
  width: 770px;
  padding-right: 90px;
}
.h_main .h_right .h_tel {
  float: right;
  width: 340px;
  text-align: center;
}
.h_main .h_right .h_tel .h_txt {
  color: #2e2e2e;
}
.h_main .h_right .btn_contact {
  position: absolute;
  top: -10px;
  right: 0;
  width: 82px;
  height: 189px;
  background: #aa7736;
  z-index: 999;
}
.h_main .h_right .btn_contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding: 30px 25px;
  text-align: center;
  writing-mode: tb-rl;
  line-height: normal;
}
.h_main .h_right .btn_contact a i {
  font-size: 22px;
  padding-bottom: 5px;
}
.h_main .h_right .btn_contact a:after {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  width: 62px;
  height: 170px;
  top: 12px;
  left: 8px;
}
.h_main .h_right .btn_contact a:before {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  width: 62px;
  height: 170px;
  top: 7px;
  right: 8px;
}
.h_main .h_right .btn_contact a:hover {
  padding: 30px 30px 30px 25px;
}
.h_main .h_right .btn_contact a:hover:before {
  content: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .h_main .h_right .btn_contact a i {
    transform: rotate(-90deg);
    margin-left: 8px;
  }
}
/*■07.GNAV*/
#gnav {
  position: relative;
  width: 100%;
  z-index: 2;
  display: flex;
}
#gnav li {
  display: inline-block;
  position: relative;
  text-align: center;
  border-left: 1px solid #a6936a;
  padding: 2px 3px;
  margin-top: 15px;
}
#gnav li a {
  text-decoration: none;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 12px;
  font-weight: 500;
  display: block;
  position: relative;
  width: 100%;
  line-height: 1.1;
  text-align: center;
  padding: 0 15px;
  color: #333;
}
#gnav li a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  margin: auto;
  width: 0;
  height: 2px;
  background: #aa7736;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#gnav li a:hover {
  color: #aa7736;
}
#gnav li a:hover:before {
  width: 100%;
}

/*■08.FOOTER*/
#footer {
  position: relative;
  color: #fff;
  border-bottom: 15px solid #aa7736;
}
#footer .f_cont {
  padding: 50px;
  text-align: center;
}
#footer .f_cont ul {
  display: flex;
  justify-content: center;
}
#footer .f_cont ul li {
  margin-top: 30px;
}
#footer .f_cont ul li:first-child {
  margin-right: 40px;
}
#footer .f_cont ul li a {
  font-size: 18px;
  font-weight: 500;
  color: #aa7736;
  text-decoration: underline;
}
#footer .f_cont .f_text {
  margin-top: 30px;
}
#footer .f_cont .f_text a {
  font-size: 18px;
  font-weight: 500;
  color: #aa7736;
  text-decoration: underline;
}
#footer .f_cont .f_text a:first-child {
  margin-right: 40px;
}

#back-top {
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 9;
}