@charset "UTF-8";
body {
  position: relative;
  margin: 0;
  font-size: 15px;
  min-width: 1100px;
/*  font-family: "Shuei MaruGo B"; */
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #666666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #666666;
}

body a:hover {
  opacity: 0.5;
}

body img {
  max-width: 100%;
}

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

ul {
  padding: 0px;
  margin: 0px;
}

li {
  list-style-type: none;
}

.wrapper {
  text-align: left;
  width: 1000px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

#pagetop {
  position: fixed;
  right: 3%;
  bottom: 3%;
  z-index: 11;
}

.arrow_whitebox {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 0 0 20px 0;
}

.arrow_yellowbox {
  position: relative;
  width: 100%;
  background-color: #fff097;
  padding: 0 0 20px 0;
}

.center_up {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.center_bottom {
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  margin: auto;
}

/* ページャー*/
.pager {
  margin: 50px 0;
}

.wp-pagenavi {
  margin: 0 auto;
  line-height: 2em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wp-pagenavi a,
.wp-pagenavi .current {
  margin: 2px 3px !important;
  padding: 1px 0.4em 3px;
  text-decoration: none;
  font-weight: bold;
  font-size: 22px;
  border: none !important;
}

.wp-pagenavi .current {
  text-decoration: underline;
}

.wp-pagenavi .nextpostslink {
  border: 0 none;
  background: transparent;
  padding: 0;
  font-size: 30px;
  background: url(../img/common/arrow_right.png) no-repeat right center;
}

.wp-pagenavi .previouspostslink {
  border: 0 none;
  background: transparent;
  padding: 0;
  font-size: 30px;
  background: url(../img/common/arrow_left.png) no-repeat right center;
}

area {
  border: none;
  outline: none;
}

#header {
/*  width: 1000px; */
  width: 100%;
  max-width: 1300px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
  overflow: hidden;
}

.hd_left {
  float: left;
  width: 250px;
}

.hd_sub_name {
  font-size: 16px;
}

.hd_name {
  font-size: 65px;
  line-height: 71px;
}

.hd_right {
  float: left;
  width: calc(100% - 250px);
}

.hd_right_contact {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 25px;
}

.hd_right_contact_box {
  font-size: 18px;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #3db1e3;
  color: #fff;
  border-radius: 25px;
  margin-right: 15px;
}

.hd_right_contact_box a {
  color: #fff;
}

.hd_right_contact_box i {
  margin-right: 5px;
}

.hd_right_contact_fb {
  font-size: 27px;
  color: #1877f2;
}

.hd_right_contact_it {
  font-size: 27px;
  color: #CF2E92;
  margin: 0 10px;
}

.hd_right_contact_fb a {
  color: #1877f2;
}

.hd_right_contact_it a {
  color: #CF2E92;
}

.hd_right_menu {
  width: 100%;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hd_right_menu li {
  display: inline;
  padding-left: 7px;
  padding-right: 7px;
  border-right: 1px solid #666666;
}

.hd_right_menu li:first-child {
  padding-left: 0;
}

.hd_right_menu li:last-child {
  border: none;
  padding-right: 0;
}

.disable {
  pointer-events: none;
  color: #dddddd;
}

.navToggle {
  display: none;
  position: fixed;
  right: 5px;
  top: 5px;
  margin-right: 10px;
  width: 42px;
  height: 39px;
  cursor: pointer;
  z-index: 13;
  text-align: center;
}

.navToggle span {
  display: block;
  position: absolute;
  /* .navToggleに対して */
  width: 30px;
  border-bottom: solid 3px #808080;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  left: 6px;
}

.navToggle span:nth-child(1) {
  top: 9px;
}

.navToggle span:nth-child(2) {
  top: 18px;
}

.navToggle span:nth-child(3) {
  top: 27px;
}

.navToggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navToggle.active span:nth-child(2) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navToggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.globalMenuSp {
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  text-align: center;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  height: 100vh;
  overflow: scroll;
}

.globalMenuSp ul {
  background: #f5f5f5;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.globalMenuSp ul li {
  font-size: 1.1em;
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
  /*
					.inner_list{

          }
*/
}

.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.globalMenuSp ul li .inner {
  background-color: #fff;
}

.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.globalMenuSp.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.child {
  display: none;
}

.toggle {
  padding-top: 10px;
  padding-bottom: 10px;
}

.sp_menu_tel {
  margin-top: 20px;
}

.ft_sprit_line {
  width: 100%;
  height: 10px;
  background-color: #e7e5dc;
  margin-bottom: 20px;
}

#footer {
  text-align: left;
  width: 1000px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.ft_line_1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #666666;
  padding-bottom: 17px;
}

.ft_line_1_1 {
  margin-left: 15px;
  margin-right: 15px;
}

.ft_sub_name_1 {
  font-size: 16px;
}

.ft_line_1_2 {
  font-size: 50px;
  margin-left: 15px;
  margin-right: 15px;
}

.ft_line_1_3 {
  margin-left: 15px;
  margin-right: 15px;
}

.ft_line_1_4 {
  margin-left: 15px;
  margin-right: 15px;
}

.ft_map_link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #3db1e3;
  color: #ffffff;
  max-width: 100px;
  margin: 0 auto;
}

.ft_line_2 {
  width: 100%;
  border-bottom: 1px solid #666666;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

.ft_menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.ft_menu_list {
  margin-left: 15px;
  margin-right: 15px;
}

.ft_line_3 {
  width: 100%;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navFix {
  position: fixed;
  top: 80px;
  right: 0;
  width: 46px;
  z-index: 2;
}

.navFix .rpg_sp {
  display: none;
}

.navFix ul {
  width: 100%;
}

.navFix ul li {
  margin-bottom: 10px;
  list-style-type: none;
}

.navFix ul li a {
  padding: 15px 12px;
  color: #3db1e3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  background-color: #fff097;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-radius: 8px 0 0 8px;
  text-align: center;
  -webkit-box-shadow: 0 0 6px 3px rgba(160, 160, 160, 0.3);
  box-shadow: 0 0 6px 3px rgba(160, 160, 160, 0.3);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  max-height: 14em;
}

.navFix ul li:nth-of-type(2) a {
  max-height: 10em;
}

.navFix ul li:nth-of-type(3) a {
  max-height: 8em;
  color: #fff;
  background-color: #3db1e3;
}

.navFix ul li.rpg a {
  position: relative;
  padding: 0;
  border-radius: 0;
  box-shadow:none;
  border:none;
  background: none;
  right: 0;
  width: 104px;
  height: 223px;
  max-height: auto;
  max-height: initial;
  transition: all .3s;
}

.navFix ul li.rpg a:hover {
  right: 52px;
  opacity: 1;
}

.navFix ul li.prg a img {
  width: 100%;
  height: auto;
}

.tag_image {
  width: min(90%, 300px);
  margin: 0 10px 50px;
}

@media only screen and (max-width: 767px) {
  body {
    width: 100%;
    min-width: auto;
  }
  .navToggle {
    display: block;
  }
  #pagetop {
    text-align: right;
    right: 0;
    bottom: 8%;
  }
  #pagetop img {
    width: 80%;
    height: auto;
  }
  #header {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .hd_sub_name {
    font-size: 12px;
  }
  .hd_name {
    font-size: 36px;
    line-height: 43px;
  }
  .hd_right {
    display: none;
  }
  #footer {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .ft_line_1 {
    display: block;
  }
  .ft_line_1_1 {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    margin: 0;
  }
  .ft_line_1_2 {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    margin: 0;
    font-size: 40px;
  }
  .ft_line_1_3 {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
  }
  .ft_line_1_4 {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    margin: 0;
  }
  .ft_line_2 {
    display: none;
  }
  .navFix {
    position: fixed;
    top: initial;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
  }
  .navFix .rpg_sp {
    margin: 0 auto 5px;
    width: 82%;
    max-width:304px;
    display: block;
  }
  .navFix .rpg_sp img {
    width: 100%;
    height: auto;
  }
  .navFix ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .navFix ul li {
    margin-bottom: 0;
    width: 33%;
  }
  .navFix ul li a {
    padding: 5px 5px;
    height: 100%;
    white-space: normal;
    background-color: #fff097;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    text-align: center;
    -webkit-box-shadow: 0 0 6px 3px rgba(160, 160, 160, 0.3);
    box-shadow: 0 0 6px 3px rgba(160, 160, 160, 0.3);
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #3db1e3;
  }
  .navFix ul li:nth-of-type(3) a {
    color: #fff;
    background-color: #3db1e3;
  }
  .navFix ul li.rpg {
    display: none;
  }
}

@media print {
  .globalMenuSp {
    display: none;
  }
  body {
    zoom: 80%;
  }
  .koya_youtube_cm {
    page-break-before: always;
    height: 700px;
  }
  .koya_youtube_box {
    position: unset;
  }
}
