@charset "UTF-8";
/* 1 トップページ
------------------------------------------------------------------------------------------ */
/* 要素の中から文字だけを飛ばす */
/* 要素を天地中央で表示する */
/* 要素を天地中央で表示する（サイズを指定しない） */
/* 擬似要素を作成するときに・・・ */
/* フロートの解除用・・・ */
/* box-sizing: border-box */
/* Reset
------------------------------------------------------------------------------------------ */
body, div, p, h1, h2, h3, h4, h5, h6, ol, ul, li, dt, dd, form, nav, header, footer, main, article, section, aside, figure, figcaption {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ol, ul, li {
  list-style: none;
}

main {
  display: block;
}

main, nav, aside, header, article, section, footer, figure, ul, li, div, p, a, span {
  box-sizing: border-box;
}

img {
  border: 0;
}

a {
  color: #111;
  text-decoration: none;
}
a:hover {
  opacity: 0.9;
}

a > img {
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td, table th {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.noto100 {
  font-weight: 100;
}

.noto200 {
  font-weight: 200;
}

.noto300 {
  font-weight: 300;
}

.noto400 {
  font-weight: 400;
}

.noto500 {
  font-weight: 500;
}

.noto600 {
  font-weight: 600;
}

.noto700 {
  font-weight: 700;
}

.noto800 {
  font-weight: 800;
}

.noto900 {
  font-weight: 900;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
* {
  box-sizing: border-box;
}

/* =============================================================================
   基本定義
   ========================================================================== */
body {
  font-size: 14px;
  font-family: "Noto Sans Japanese", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

a {
  color: #094296;
}

.btn {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #01524D url(../img/btn_bg.png);
  background-size: 4px 4px;
  border-radius: 5px;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.btn.black {
  background: #1A1A1A url(../img/btn_bg.png);
  background-size: 4px 4px;
}
.btn i {
  position: absolute;
  display: block;
  height: 20px;
  width: 11px;
  right: 15px;
  top: 14px;
  background: url(../img/arrow_btn.svg) no-repeat center center;
}
.btn:hover {
  opacity: 0.7;
}

h2.title {
margin-top: 25px;
	height: 20px;
}
h2.title::after {
  clear: both;
  display: block;
  content: "";
}
h2.title span {
  height: 36px;
  display: block;
  float: left;
  width: 18%;
  font-size: 36px;
}
h2.title em {
  height: 36px;
  color: #FFF;
  text-align: right;
  font-style: normal;
  display: block;
  float: right;
  width: 82%;
  font-size: 18px;
  line-height: 36px;
  background: url(../img/h_back00.png) no-repeat left center;
}
h2.title em i {
  display: block;
  width: 100%;
  background: url(../img/h_back02.png) no-repeat left bottom;
  height: 36px;
  line-height: 36px;
  font-style: normal;
}
h2.title em i b {
  display: block;
  width: 100%;
  background: url(../img/h_back01.png) no-repeat left center;
  height: 36px;
  line-height: 36px;
  padding-right: 10px;
}
h2.title.floor_news span {
  width: 25%;
}
h2.title.floor_news em {
  width: 75%;
}
h2.title.fb span {
  width: 25%;
  color: #4267AA;
}
h2.title.fb em {
  width: 75%;
  background: url(../img/h_back_fb.png) no-repeat left center;
}

@media screen and (max-width: 767px) {
  h2.title {
margin-top: 25px;
    height: 20px;
  }
  h2.title::after {
    clear: both;
    display: block;
    content: "";
  }
  h2.title span {
    line-height: 20px;
    height: 20px;
    display: block;
    float: left;
    width: 20%;
    font-size: 16px;
  }
  h2.title em {
    height: 20px;
    color: #FFF;
    text-align: right;
    font-style: normal;
    display: block;
    float: right;
    width: 80%;
    font-size: 10px;
    line-height: 20px;
    background: url(../img/h_back00.png) no-repeat left center;
  }
  h2.title em i {
    display: block;
    width: 100%;
    background: url(../img/h_back02.png) no-repeat left bottom;
    height: 20px;
    line-height: 20px;
    font-style: normal;
  }
  h2.title em i b {
    display: block;
    width: 100%;
    background: url(../img/h_back01.png) no-repeat right center;
    height: 20px;
    line-height: 20px;
    padding-right: 10px;
  }
  h2.title.floor_news span {
    width: 35%;
  }
  h2.title.floor_news em {
    width: 65%;
  }
}
/* =============================================================================
   トップページ
   ========================================================================== */
#main_img {
  position: relative;
  min-width: 1140px;
  height: 520px;
}
#main_img ul {
  height: 520px;
}
#main_img ul li {
  height: 520px;
}
#main_img ul li div {
  position: absolute;
  top: 0;
  left: 50%;
  width: 360px;
  height: 520px;
  background: #FFF;
  z-index: 100;
  margin-left: 210px;
  padding: 0 50px 50px;
  box-shadow: 0px 12px 15px -10px rgba(129, 129, 109, 0.74) inset;
  -moz-box-shadow: 0px 12px 15px -10px rgba(129, 129, 109, 0.74) inset;
  -webkit-box-shadow: 0px 12px 15px -10px rgba(129, 129, 109, 0.74) inset;
}
#main_img ul li div h2 {
  height: 220px;
  display: table-cell;
  vertical-align: middle;
  font-size: 36px;
  color: #808080;
  line-height: 135%;
}
#main_img ul li div h3 {
  font-size: 24px;
  line-height: 135%;
  margin-bottom: 20px;
}
#main_img ul li div p {
  font-size: 16px;
  line-height: 135%;
}
#main_img ul li div a.btn {
  position: absolute;
  bottom: 50px;
  width: 260px;
  left: 50px;
}
#main_img ul li img {
  position: fixed;
  left: 50%;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100%;
  min-width: 100vw;
  /* vw prevents 1px gap on left that 100% has */
  width: auto;
  top: 50%;
  padding-bottom: 1px;
  /* Prevent header from extending beyond the footer */
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
@media all and (-ms-high-contrast: none) {
  #main_img ul li *::-ms-backdrop, #main_img ul li img {
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  #main_img {
    min-width: inherit;
    height: 240px;
  }
  #main_img ul {
    height: 240px;
  }
  #main_img ul li {
    height: 240px;
  }
  #main_img ul li div {
    width: 100%;
    padding: 20px;
    position: inherit;
    background: inherit;
    top: 0;
    left: 0;
    margin-left: 0;
    height: 240px;
  }
  #main_img ul li div h2 {
    display: none;
  }
  #main_img ul li div h3 {
    font-size: 18px;
    color: #FFF;
    text-shadow: 0px 0px 3px #000000;
    margin-bottom: 10px;
  }
  #main_img ul li div p {
    color: #FFF;
    text-shadow: 0px 0px 3px #000000;
    font-size: 12px;
  }
  #main_img ul li div a.btn {
    bottom: 20px;
    width: 260px;
    left: 50%;
    margin-left: -130px;
  }
  #main_img ul li img {
    position: fixed;
    left: 50%;
    max-width: 800px;
    min-height: 50%;
    min-width: 320px;
    min-width: inherit;
    /* vw prevents 1px gap on left that 100% has */
    width: auto;
    top: 50%;
    padding-bottom: 1px;
    /* Prevent header from extending beyond the footer */
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
  }
}
#thumb_box {
  padding: 12px 0;
}
#thumb_box #thumb_list {
  width: 1140px;
  margin: 0 auto;
}
#thumb_box #thumb_list::after {
  clear: both;
  display: block;
  content: "";
}
#thumb_box #thumb_list li {
  float: left;
  margin-right: 12px;
  width: 215px;
  position: relative;
}
#thumb_box #thumb_list li img {
  position: absolute;
  top: 0;
  left: 0;
}
#thumb_box #thumb_list li:nth-last-child(1) {
  margin-right: 0;
}
#thumb_box #thumb_list li a {
  display: block;
  width: 180px;
  height: 180px;
  position: relative;
}
#thumb_box #thumb_list li a span {
  position: absolute;
  width: 100%;
  display: block;
  left: 0;
  bottom: 0;
  color: #FFF;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: rgba(51, 51, 51, 0.6);
  font-weight: 600;
}
#thumb_box #thumb_list li a.active {
  border-top: 8px solid #01706B;
  border-left: 8px solid #01706B;
  border-right: 8px solid #01706B;
}
#thumb_box #thumb_list li a.active span {
  background: #01706B;
}
#thumb_box #thumb_list li p {
  padding: 10px;
  line-height: 135%;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  #thumb_box {
    padding: 12px 0;
    height: 50px;
  }
  #thumb_box #thumb_list {
    width: 120px;
    margin: 0 auto;
    display: none;
  }
  #thumb_box #thumb_list::after {
    clear: both;
    display: block;
    content: "";
  }
  #thumb_box #thumb_list li {
    width: 10px;
    height: 10px;
    position: relative;
  }
  #thumb_box #thumb_list li img {
    display: none;
  }
  #thumb_box #thumb_list li a {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    position: relative;
    background: #ddd;
  }
  #thumb_box #thumb_list li a span {
    display: none;
  }
  #thumb_box #thumb_list li a.active {
    background: #01706B;
    border: none;
  }
  #thumb_box #thumb_list li p {
    display: none;
  }
}
#facebook_box {
  padding: 80px 0;
}
#facebook_box #facebook_box_in {
  width: 1140px;
  margin: 0 auto;
}
#facebook_box #facebook_box_in .float {
  margin-top: 80px;
}
#facebook_box #facebook_box_in .float::after {
  clear: both;
  display: block;
  content: "";
}
#facebook_box #facebook_box_in .float .left {
  width: 540px;
  float: left;
  padding: 20px;
  border: 1px solid #CCC;
}
#facebook_box #facebook_box_in .float .right {
  width: 540px;
  float: right;
  padding: 20px;
  border: 1px solid #CCC;
}

@media screen and (max-width: 767px) {
  #facebook_box {
    display: none;
  }
}
.content {
  background: #ECE1CF url(../img/btn_bg.png);
  background-size: 4px 4px;
  padding: 80px 0;
}
.content.pt0 {
  padding-top: 0px;
}
.content.pt40 {
  padding-top: 40px;
}
.content.white {
  background: #FFF;
}
.content .content_in {
  width: 1140px;
  margin: 0 auto;
}
.content .content_in h2 {
  margin-bottom: 38px;
}
.content .content_in .box_list::after {
  clear: both;
  display: block;
  content: "";
}
.content .content_in .box_list .box {
  width: 540px;
  height: 440px;
  float: left;
  margin-right: 60px;
  margin-bottom: 60px;
  background: #FFF;
  position: relative;
  padding: 285px 20px 20px;
  border: 1px solid #AAA;
}

/* =============================================================================
   太田追加
   ========================================================================== */
.content .content_in .box_list .box_b {
  width: 540px;
  height: 440px;
  float: left;
  margin-right: 60px;
  margin-bottom: 60px;
  background: #FFF;
  position: relative;
  padding: 285px 20px 20px;
  border: 1px solid #AAA;
}



.content .content_in .box_list .box:nth-child(2n) {
  margin-right: 0;
}

/* =============================================================================
   太田追加
   ========================================================================== */
.content .content_in .box_list .box_b:nth-child(2n) {
  margin-right: 0;
}


.content .content_in .box_list .box p.date {
  font-style: 12px;
  color: #808080;
  margin-bottom: 20px;
}
.content .content_in .box_list .box p.desc {
  font-size: 14px;
  line-height: 135%;
}
.content .content_in .box_list .box ul {
    width: 410px;
    position: absolute;
    right: 20px;
    top: 283px;
}
.content .content_in .box_list .box ul::after {
  clear: both;
  display: block;
  content: "";
}
.content .content_in .box_list .box ul li {
  float: left;
  margin-right: 10px;
}
.content .content_in .box_list .box ul li a {
  display: block;
  height: 20px;
  line-height: 20px;
  text-align: center;
  padding: 0 10px;
  color: #FFF;
  border-radius: 10px;
  font-size: 12px;
}
.content .content_in .box_list .box ul li a.c1 {
  background: #CF365C;
}
.content .content_in .box_list .box ul li a.s1 {
  background: #01524D;
}
.content .content_in .box_list .box ul li a.d1 {
  background: #E37000;
}
.content .content_in .box_list .box h3 {
  margin-bottom: 10px;
}
.content .content_in .box_list .box h3 a {
  font-size: 18px;
  color: #1a1a1a;
}
.content .content_in .box_list .box a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.content .content_in .shop li {
  background: #FFF;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border: 1px solid #CCC;
  position: relative;
}
.content .content_in .shop li a {
  display: block;
  color: #1a1a1a;
}
.content .content_in .shop li a img {
  width: 100%;
}
.content .content_in .shop li a h3, .content .content_in .shop li a h4, .content .content_in .shop li a p {
  padding: 0 20px;
}
.content .content_in .shop li a h3 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.content .content_in .shop li a h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #CF365C;
}
.content .content_in .shop li a p {
  line-height: 150%;
  font-size: 16px;
}
.content .content_in .shop li a p.product {
  padding: 0;
  line-height: 1;
  position: absolute;
  top: 10px;
  right: 10px;
}
.content .content_in .shop li:nth-child(1) a p.product img {
  width: 880px;
}
.content .content_in .shop li:nth-child(2) a p.product img {
  width: 812px;
}
.content .content_in .shop li:nth-child(3) a p.product img {
  width: 848px;
}
.content .content_in .shop li:nth-child(4) a p.product img {
  width: 484px;
}
.content .content_in .shop li:nth-child(5) a p.product img {
  width: 866px;
}
.content .content_in .shop li:nth-child(6) a p.product img {
  width: 707px;
}
.content .content_in .staff li {
  background: #FFF;
  padding: 40px 40px 40px 0;
  margin-bottom: 18px;
  width: 100%;
  min-height: 240px;
  position: relative;
}
.content .content_in .staff li:nth-last-child(1) {
  margin-bottom: 0;
}
.content .content_in .staff li img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 220px;
}
.content .content_in .staff li p {
  margin-left: 270px;
}
.content .content_in .staff li p.name {
  font-size: 20px;
  margin-bottom: 20px;
  color: #0275B9;
  font-weight: 500;
}
.content .content_in .staff li p.name.female {
  color: #CF365C;
}
.content .content_in .staff li p.name.sports {
  color: #1D6E42;
}
.content .content_in .staff li p.pr {
  font-size: 16px;
  line-height: 170%;
}


.content .content_in .president li {
  background: #FFF;
  padding: 40px 40px 40px 0;
  margin-bottom: 18px;
  width: 100%;
  min-height: 410px;
  position: relative;
}
.content .content_in .president li:nth-last-child(1) {
  margin-bottom: 0;
}
.content .content_in .president li img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 300px;
}
.content .content_in .president li p {
  margin-left: 350px;
}
.content .content_in .president li p.name {
  font-size: 20px;
  margin-bottom: 20px;
  color: #0275B9;
  font-weight: 500;
}
.content .content_in .president li p.name.female {
  color: #CF365C;
}
.content .content_in .president li p.name.sports {
  color: #1D6E42;
}
.content .content_in .president li p.pr {
  font-size: 16px;
  line-height: 170%;
}
.content .content_in .president li .btn {
  position: absolute;
  bottom: 20px;
  right: 50px;
  width: 250px;
  height: 30px;
  line-height: 30px;
}


.content .content_in .main,
.content .content_in .btn_area {
  background: #FFF;
  padding: 40px;
}

.content .content_in .main h2,
.content .content_in .btn_area h2 {
  font-size: 24px;
  margin: 30px 0 20px;
  padding-left: 16px;
  border-left: 10px solid #01524D;
}
.content .content_in .main hr,
.content .content_in .btn_area hr {
  width: 100%;
  height: 10px;
  border: none;
  background: #00789D url(../img/btn_bg.png);
  background-size: 4px 4px;
  margin: 20px 0 30px;
}
.content .content_in .main p,
.content .content_in .btn_area p {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 1em;
}
.content .content_in .main img,
.content .content_in .btn_area img {
  width: 100%;
  margin-bottom: 30px;
}
.content .content_in .main table,
.content .content_in .btn_area table {
  width: 100%;
  border-top: 1px solid #1a1a1a;
  border-left: 1px solid #1a1a1a;
}
.content .content_in .main table tr th, .content .content_in .main table tr td,
.content .content_in .btn_area table tr th,
.content .content_in .btn_area table tr td {
  font-size: 16px;
  padding: 10px;
  line-height: 150%;
  border-bottom: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
}
.content .content_in .main table tr th,
.content .content_in .btn_area table tr th {
  width: 30%;
  background: #eee url(../img/btn_bg.png);
  background-size: 4px 4px;
}
.content .content_in .main table tr td input,
.content .content_in .main table tr td textarea,
.content .content_in .btn_area table tr td input,
.content .content_in .btn_area table tr td textarea {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.content .content_in .main table tr td input[type="text"],
.content .content_in .btn_area table tr td input[type="text"],
.content .content_in .main table tr td input[type="email"],
.content .content_in .btn_area table tr td input[type="email"] {
  width: 100%;
}
.content .content_in .main table tr td textarea,
.content .content_in .btn_area table tr td textarea {
  width: 100%;
  height: 300px;
}
.content .content_in .main a.link,
.content .content_in .btn_area a.link {
  display: inline-block;
  border: 1px solid #AAA;
  border-radius: 5px;
  padding: 10px 10px 10px 40px;
  font-size: 16px;
  position: relative;
  color: #1a1a1a;
  font-weight: 500;
}
.content .content_in .main a.link.pdf i,
.content .content_in .btn_area a.link.pdf i {
  position: absolute;
  display: block;
  top: 6px;
  left: 10px;
  width: 24px;
  height: 24px;
  background: url(../img/icon_pdf.svg) no-repeat;
  margin-right: 10px;
}
.content .content_in .main a.link.tgt i,
.content .content_in .btn_area a.link.tgt i {
  position: absolute;
  display: block;
  top: 6px;
  left: 10px;
  width: 24px;
  height: 24px;
  background: url(../img/icon_pc.svg) no-repeat;
  margin-right: 10px;
}
.content .content_in .btn_area {
  border-top: 1px solid #AAAAAA;
}
.content .content_in .btn_area .btn {
  width: 280px;
}
.content .content_in.floor_info::after {
  clear: both;
  display: block;
  content: "";
}
.content .content_in.floor_info .left {
  width: 540px;
  float: left;
}
.content .content_in.floor_info .left img {
  width: 100%;
}
.content .content_in.floor_info .right {
  width: 540px;
  float: right;
}
.content .content_in.floor_info .right h3 {
  font-size: 20px;
  color: #01706B;
  line-height: 135%;
}
.content .content_in.floor_info .right p {
  margin: 20px 0;
  font-size: 16px;
  line-height: 150%;
}

@media screen and (max-width: 767px) {
  .content {
    padding: 20px 10px 40px;
  }
  .content.pt40 {
    padding-top: 20px;
  }
  .content .content_in {
    width: 100%;
    margin: 0 auto;
  }
  .content .content_in h2 {
    margin-bottom: 20px;
  }
  .content .content_in .box_list::after {
    clear: both;
    display: block;
    content: "";
  }
  .content .content_in .box_list .box {
    width: 100%;
    height: inherit;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
    background: #FFF;
    position: relative;
    padding: 0 0 20px;
    border: 1px solid #AAA;
  }
    
/* =============================================================================
   太田追加
   ========================================================================== */
  .content .content_in .box_list .box_b {
    width: 100%;
    height: inherit;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
    background: #FFF;
    position: relative;
    padding: 0 0 20px;
    border: 1px solid #AAA;
  }
    

  .content .content_in .box_list .box:nth-child(2n) {
    margin-right: 0;
  }
/* =============================================================================
   太田追加
   ========================================================================== */
  .content .content_in .box_list .box_b:nth-child(2n) {
    margin-right: 0;
  }


  .content .content_in .box_list .box p.date {
    padding: 0 10px;
    font-style: 12px;
    color: #808080;
    margin-bottom: 20px;
    line-height: 12px;
    display: inline-block;
  }
  .content .content_in .box_list .box p.desc {
    padding: 0 10px;
    font-size: 14px;
    line-height: 135%;
  }
  .content .content_in .box_list .box ul {
    width: 200px;
    position: inherit;
    right: 0;
    top: 0;
    padding: 0 10px;
    display: inline-block;
  }
  .content .content_in .box_list .box ul::after {
    clear: both;
    display: block;
    content: "";
  }
  .content .content_in .box_list .box ul li {
    float: left;
    margin-right: 10px;
  }
  .content .content_in .box_list .box ul li a {
    display: block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    padding: 0 10px;
    color: #FFF;
    border-radius: 10px;
    font-size: 12px;
  }
  .content .content_in .box_list .box ul li a.c1 {
    background: #CF365C;
  }
  .content .content_in .box_list .box ul li a.s1 {
    background: #01524D;
  }
  .content .content_in .box_list .box h3 {
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .content .content_in .box_list .box h3 a {
    font-size: 18px;
    color: #1a1a1a;
  }
  .content .content_in .box_list .box a {
    display: block;
  }
  .content .content_in .box_list .box a img {
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .content .content_in .shop li {
    background: #FFF;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border: 1px solid #CCC;
    position: relative;
  }
  .content .content_in .shop li a {
    display: block;
    color: #1a1a1a;
  }
  .content .content_in .shop li a img {
    width: 100%;
  }
  .content .content_in .shop li a h3, .content .content_in .shop li a h4, .content .content_in .shop li a p {
    padding: 0 10px;
  }
  .content .content_in .shop li a h3 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .content .content_in .shop li a h4 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #CF365C;
  }
  .content .content_in .shop li a p {
    line-height: 150%;
    font-size: 12px;
  }
  .content .content_in .shop li a p.product {
    padding: 0;
    line-height: 1;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .content .content_in .shop li:nth-child(1) a p.product img {
    width: 240px;
  }
  .content .content_in .shop li:nth-child(2) a p.product img {
    width: 232px;
  }
  .content .content_in .shop li:nth-child(3) a p.product img {
    width: 268px;
  }
  .content .content_in .shop li:nth-child(4) a p.product img {
    width: 154px;
  }
  .content .content_in .shop li:nth-child(5) a p.product img {
    width: 236px;
  }
  .content .content_in .shop li:nth-child(6) a p.product img {
    width: 207px;
  }
  .content .content_in .staff li,
  .content .content_in .president li {
    background: #FFF;
    padding: 10px;
    margin-bottom: 18px;
    width: 100%;
    height: inherit;
    position: relative;
  }
  .content .content_in .staff li:nth-last-child(1),
  .content .content_in .president li:nth-last-child(1) {
    margin-bottom: 0;
  }
  .content .content_in .staff li img,
  .content .content_in .president li img {
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
  }
  .content .content_in .staff li p,
  .content .content_in .president li p {
    margin-left: 0;
  }
  .content .content_in .staff li p.name,
  .content .content_in .president li p.name {
    margin-top: 20px;
    font-size: 18px;
    margin-bottom: 20px;
    color: #0275B9;
    font-weight: 500;
  }
  .content .content_in .staff li p.name.female,
  .content .content_in .president li p.name.female {
    color: #CF365C;
  }
  .content .content_in .staff li p.pr,
  .content .content_in .president li p.pr {
    font-size: 14px;
    line-height: 150%;
  }
  .content .content_in .president li .btn{
    position: inherit;
    margin-top: 10px;
    width: 100%;
    bottom: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
  }

  .content .content_in .main,
  .content .content_in .btn_area {
    background: #FFF;
    padding: 10px;
  }
  .content .content_in .main h1,
  .content .content_in .btn_area h1 {
    font-size: 18px;
    line-height: 135%;
  }
  .content .content_in .main h2,
  .content .content_in .btn_area h2 {
    font-size: 24px;
    margin: 30px 0 20px;
    padding-left: 16px;
    border-left: 10px solid #01524D;
  }
  .content .content_in .main hr,
  .content .content_in .btn_area hr {
    width: 100%;
    height: 10px;
    border: none;
    background: #00789D url(../img/btn_bg.png);
    background-size: 4px 4px;
    margin: 10px 0 20px;
  }
  .content .content_in .main p,
  .content .content_in .btn_area p {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 1em;
  }
  .content .content_in .main img,
  .content .content_in .btn_area img {
    width: 100%;
    margin-bottom: 20px;
  }
  .content .content_in .main table tr th, .content .content_in .main table tr td,
  .content .content_in .btn_area table tr th,
  .content .content_in .btn_area table tr td {
    display: block;
    font-size: 16px;
    padding: 10px;
    line-height: 150%;
    border-bottom: 1px solid #1a1a1a;
    border-right: 1px solid #1a1a1a;
  }
  .content .content_in .main table tr th,
  .content .content_in .btn_area table tr th {
    width: 100%;
    background: #eee url(../img/btn_bg.png);
    background-size: 4px 4px;
  }
  .content .content_in .main table tr td input,
  .content .content_in .main table tr td textarea,
  .content .content_in .btn_area table tr td input,
  .content .content_in .btn_area table tr td textarea {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  .content .content_in .main table tr td input[type="text"],
  .content .content_in .btn_area table tr td input[type="text"],
  .content .content_in .main table tr td input[type="email"],
  .content .content_in .btn_area table tr td input[type="email"] {
    width: 100%;
  }
  .content .content_in .main table tr td textarea,
  .content .content_in .btn_area table tr td textarea {
    width: 100%;
    height: 300px;
  }
  .content .content_in .main a.link,
  .content .content_in .btn_area a.link {
    display: inline-block;
    border: 1px solid #AAA;
    border-radius: 5px;
    padding: 10px 10px 10px 40px;
    font-size: 14px;
    position: relative;
    color: #1a1a1a;
    font-weight: 500;
  }
  .content .content_in .main a.link.pdf i,
  .content .content_in .btn_area a.link.pdf i {
    position: absolute;
    display: block;
    top: 6px;
    left: 10px;
    width: 24px;
    height: 24px;
    background: url(../img/icon_pdf.svg) no-repeat;
    margin-right: 10px;
  }
  .content .content_in .main a.link.tgt i,
  .content .content_in .btn_area a.link.tgt i {
    position: absolute;
    display: block;
    top: 6px;
    left: 10px;
    width: 24px;
    height: 24px;
    background: url(../img/icon_pc.svg) no-repeat;
    margin-right: 10px;
  }
  .content .content_in .btn_area {
    border-top: 1px solid #AAAAAA;
  }
  .content .content_in .btn_area .btn {
    width: 100%;
  }
  .content .content_in.floor_info::after {
    clear: both;
    display: block;
    content: "";
  }
  .content .content_in.floor_info .left {
    width: 100%;
    float: none;
    padding: 10px;
  }
  .content .content_in.floor_info .right {
    width: 100%;
    float: none;
  }
  .content .content_in.floor_info .right h3 {
    font-size: 18px;
    color: #01706B;
    line-height: 135%;
  }
  .content .content_in.floor_info .right h3 br {
    display: none;
  }
  .content .content_in.floor_info .right p {
    margin: 20px 0;
    font-size: 14px;
    line-height: 150%;
  }
}
#title_box.floor {
  background: #01706B url(../img/h_back03.png) no-repeat;
}
#title_box.news {
  background: #00789D url(../img/h_back03.png) no-repeat;
}
#title_box.company {
  background: #671D80 url(../img/h_back03.png) no-repeat;
}
#title_box.access {
  background: #CF365C url(../img/h_back03.png) no-repeat;
}
#title_box.contact {
  background: #1a1a1a url(../img/h_back03.png) no-repeat;
}
#title_box section {
  padding: 30px 0;
  background: url(../img/btn_bg.png);
  background-size: 4px 4px;
}
#title_box section #title_box_in {
  width: 1140px;
  margin: 0 auto;
  position: relative;
}
#title_box section #title_box_in h1, #title_box section #title_box_in h2 {
  color: #FFF;
}
#title_box section #title_box_in h1 {
  font-size: 44px;
}
#title_box section #title_box_in h2 {
  margin-top: 10px;
  font-size: 20px;
}
#title_box section #title_box_in .place {
  position: absolute;
  background: #FFF;
  padding: 8px 20px;
  border-radius: 24px;
  font-size: 20px;
  right: 0;
  top: 50%;
  margin-top: -16px;
}

@media screen and (max-width: 767px) {
  #title_box.floor {
    background: #01706B url(../img/h_back03.png) no-repeat;
  }
  #title_box.news {
    background: #00789D url(../img/h_back03.png) no-repeat;
  }
  #title_box.company {
    background: #671D80 url(../img/h_back03.png) no-repeat;
  }
  #title_box.access {
    background: #CF365C url(../img/h_back03.png) no-repeat;
  }
  #title_box section {
    padding: 30px 0;
    background: url(../img/btn_bg.png);
    background-size: 4px 4px;
  }
  #title_box section #title_box_in {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 10px;
  }
  #title_box section #title_box_in h1, #title_box section #title_box_in h2 {
    color: #FFF;
  }
  #title_box section #title_box_in h1 {
    font-size: 20px;
  }
  #title_box section #title_box_in h2 {
    margin-top: 10px;
    font-size: 11px;
  }
  #title_box section #title_box_in .place {
    position: absolute;
    background: #FFF;
    padding: 8px 12px;
    border-radius: 24px;
    font-size: 12px;
    right: 10px;
    top: 50%;
    margin-top: -16px;
  }
}
.text-center {
  text-align: center;
  margin-bottom: 30px !important;
  color: #01706B;
}

.concept_img {
  width: 50%;
  margin: 50px auto 0;
}
.concept_img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .concept_img {
    width: 70%;
    margin: 30px auto 0;
  }
}

.concept dt {
  font-weight: bold;
  font-size: 24px;
  padding: 10px 20px;
  color: #FF0;
  background: #f2f2f2;
  text-shadow: 0 2px 0 #01706B, 2px 0 0 #01706B, 0 -2px 0 #01706B, -2px 0 0 #01706B, -2px -2px 0 #01706B, 2px -2px 0 #01706B, -2px 2px 0 #01706B, 2px 2px 0 #01706B;
  border: 1px solid #ccc;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  line-height: 135%;
}

.concept2 dt {
  font-weight: bold;
  font-size: 24px;
  padding: 10px 20px;
  color: #FFF;
  background: #f2f2f2;
  text-shadow: 0 2px 0 #C11203, 2px 0 0 #C11203, 0 -2px 0 #C11203, -2px 0 0 #C11203, -2px -2px 0 #C11203, 2px -2px 0 #C11203, -2px 2px 0 #C11203, 2px 2px 0 #C11203;
  border: 1px solid #ccc;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  line-height: 135%;
}
.concept dd {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 20px;
  padding: 20px;
}
.concept2 dd {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 20px;
  padding: 20px;
}
.concept dd h3 {
  font-size: 18px;
  color: #01706B;
  margin: 10px 0;
}
.concept2 dd h3 {
  font-size: 18px;
  color: #01706B;
  margin: 10px 0;
}
.concept dd p {
  padding-left: 1em;
  margin-bottom: 0 !important;
}
.concept2 dd p {
  padding-left: 1em;
  margin-bottom: 0 !important;
}
.tweet {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .tweet {
    width: 100%;
  }
}

.bx-wrapper .bx-controls-direction a {
  width: 50px;
  height: 50px;
}

.bx-wrapper .bx-prev {
  left: 50%;
  margin-left: -595px;
  background: url("../img/arrow_slide_left.svg") no-repeat center center;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  left: 50%;
  margin-left: 545px;
  background: url("../img/arrow_slide_right.svg") no-repeat center center;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: 0 0;
}

@media screen and (max-width: 767px) {
  .bx-wrapper .bx-controls-direction a {
    width: 30px;
    height: 30px;
    z-index: 1;
  }

  .bx-wrapper .bx-prev {
    left: 10px;
    margin-left: 0;
    background: url("../img/arrow_slide_left.svg") no-repeat center center;
  }

  .bx-wrapper .bx-next {
    left: inherit;
    right: 10px;
    margin-left: 0;
    background: url("../img/arrow_slide_right.svg") no-repeat center center;
  }
}
/*  ヘッダー
------------------------------------------------------------------------------*/
header {
  min-width: 1140px;
}
header #header_in {
  width: 1140px;
  margin: 0 auto;
  height: 112px;
  position: relative;
}
header #header_in h1 {
  position: absolute;
  left: 0;
  top: 36px;
  width: 345px;
}
header #header_in nav ul {
  position: absolute;
  top: 0;
  left: 380px;
  width: 530px;
}
header #header_in nav ul::after {
  clear: both;
  display: block;
  content: "";
}
header #header_in nav ul li {
  float: left;
  height: 112px;
  padding-top: 36px;
  padding-left: 24px;
}
header #header_in nav ul li a {
  font-size: 22px;
  font-weight: 800;
  color: #1a1a1a;
  height: 40px;
  width: 100%;
  display: block;
  border-right: 1px solid #AAA;
}
header #header_in nav ul li a span {
  margin-top: 10px;
  font-size: 14px;
  display: block;
  font-weight: 400;
}
header #header_in nav ul li:nth-child(1) {
  width: 128px;
}
header #header_in nav ul li:nth-child(1) a span {
  color: #01706B;
}
header #header_in nav ul li:nth-child(1).active {
  background: #01706B;
}
header #header_in nav ul li:nth-child(1).active a {
  color: #FFF;
}
header #header_in nav ul li:nth-child(1).active a span {
  color: #FFF;
}
header #header_in nav ul li:nth-child(2) {
  width: 112px;
}
header #header_in nav ul li:nth-child(2) a span {
  color: #00789D;
}
header #header_in nav ul li:nth-child(2).active {
  background: #00789D;
}
header #header_in nav ul li:nth-child(2).active a {
  color: #FFF;
}
header #header_in nav ul li:nth-child(2).active a span {
  color: #FFF;
}
header #header_in nav ul li:nth-child(3) {
  width: 157px;
}
header #header_in nav ul li:nth-child(3) a span {
  color: #671D80;
}
header #header_in nav ul li:nth-child(3).active {
  background: #671D80;
}
header #header_in nav ul li:nth-child(3).active a {
  color: #FFF;
}
header #header_in nav ul li:nth-child(3).active a span {
  color: #FFF;
}
header #header_in nav ul li:nth-child(4) {
  width: 130px;
}
header #header_in nav ul li:nth-child(4) a {
  border-right: none;
}
header #header_in nav ul li:nth-child(4) a span {
  color: #CF365C;
}
header #header_in nav ul li:nth-child(4).active {
  background: #CF365C;
}
header #header_in nav ul li:nth-child(4).active a {
  color: #FFF;
}
header #header_in nav ul li:nth-child(4).active a span {
  color: #FFF;
}
header #header_in a.btn_shopping {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 56px;
  background: #CF365C url(../img/btn_bg.png);
  background-size: 4px 4px;
  line-height: 56px;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
}
header #header_in a.btn_shopping i {
  position: absolute;
  top: 17px;
  left: 14px;
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url(../img/icon_cart.svg) no-repeat center center;
}
header #header_in a.btn_shopping span {
  position: absolute;
  top: 0px;
  left: 56px;
}
header #header_in a.btn_contact {
  position: absolute;
  top: 56px;
  right: 0;
  width: 220px;
  height: 56px;
  background: #1A1A1A url(../img/btn_bg.png);
  background-size: 4px 4px;
  line-height: 56px;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
}
header #header_in a.btn_contact i {
  position: absolute;
  top: 17px;
  left: 14px;
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url(../img/icon_mail.svg) no-repeat center center;
}
header #header_in a.btn_contact span {
  position: absolute;
  top: 0px;
  left: 77px;
}

@media screen and (max-width: 767px) {
  header {
    min-width: 320px;
  }
  header #header_in {
    width: 100%;
    margin: 0 auto;
    height: 60px;
    position: relative;
  }
  header #header_in h1 {
    position: absolute;
    left: 20px;
    top: 17px;
    width: 228px;
  }
  header #header_in nav {
    display: none;
  }
  header #header_in a.btn_shopping {
    display: none;
    width: 60px;
    height: 60px;
  }
  header #header_in a.btn_shopping i {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 33px;
    height: 33px;
    display: inline-block;
    background: url(../img/icon_cart.svg) no-repeat center center;
  }
  header #header_in a.btn_shopping span {
    display: none;
  }
  header #header_in a.btn_contact {
    display: none;
  }
}
#breadcrumb {
  background: #efefef;
  padding: 10px 0;
}
#breadcrumb ul {
  width: 1140px;
  margin: 0 auto;
}
#breadcrumb ul::after {
  clear: both;
  display: block;
  content: "";
}
#breadcrumb ul li {
  float: left;
  margin-right: 10px;
  padding-right: 20px;
  background: url(../img/arrow_right.svg) no-repeat right center;
}
#breadcrumb ul li:nth-last-child(1) {
  background: none;
}

@media screen and (max-width: 767px) {
  #breadcrumb {
    background: #efefef;
    padding: 10px 0;
  }
  #breadcrumb ul {
    width: 100%;
    padding: 0 10px;
  }
}
/*  フッター
------------------------------------------------------------------------------*/
footer {
  background: #1a1a1a url(../img/btn_bg.png);
  background-size: 4px 4px;
  color: #FFF;
  padding-top: 30px;
}
footer a {
  color: #FFF;
}
footer a:hover {
  text-decoration: underline;
}
footer #footer_menu {
  border-bottom: 1px solid #808080;
}
footer #footer_menu,
footer #footer_shop {
  font-size: 16px;
  width: 1140px;
  margin: 0 auto;
  padding-top: 20px;
}
footer #footer_menu::after,
footer #footer_shop::after {
  clear: both;
  display: block;
  content: "";
}
footer #footer_menu h3,
footer #footer_shop h3 {
  float: left;
  width: 66px;
  height: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  background: #FFD900;
  text-align: center;
  color: #1a1a1a;
  border-radius: 10px;
  margin-right: 20px;
}
footer #footer_menu ul,
footer #footer_shop ul {
  float: left;
  width: 1040px;
}
footer #footer_menu ul::after,
footer #footer_shop ul::after {
  clear: both;
  display: block;
  content: "";
}
footer #footer_menu ul li,
footer #footer_shop ul li {
  float: left;
  margin-bottom: 20px;
  padding-left: 22px;
  margin-right: 36px;
  background: url(../img/icon_list.svg) no-repeat left center;
  background-size: 8px 8px;
}
footer #footer_company {
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
}
footer #footer_company #footer_company_in {
  min-height: 260px;
  width: 1140px;
  margin: 0 auto;
  position: relative;
  padding: 46px 0 30px;
  font-size: 16px;
}
footer #footer_company #footer_company_in h2 {
  width: 345px;
  height: 45px;
  margin-left: 310px;
  margin-bottom: 20px;
}
footer #footer_company #footer_company_in p.img {
  position: absolute;
  top: 30px;
  left: 0;
}
footer #footer_company #footer_company_in p.zip, footer #footer_company #footer_company_in p.address, footer #footer_company #footer_company_in p.tel, footer #footer_company #footer_company_in p.fax {
  line-height: 24px;
  margin-left: 310px;
}
footer #copyright {
  position: relative;
  width: 1140px;
  margin: 0 auto;
  height: 50px;
}
footer #copyright p {
  line-height: 50px;
}

@media screen and (max-width: 767px) {
  footer {
    padding-top: 0;
  }
  footer #footer_menu,
  footer #footer_shop {
    font-size: 16px;
    width: 320px;
    margin: 0 auto;
    padding-top: 20px;
  }
  footer #footer_menu h3,
  footer #footer_shop h3 {
    float: none;
    margin-bottom: 20px;
  }
  footer #footer_menu ul,
  footer #footer_shop ul {
    float: none;
    width: 300px;
  }
  footer #footer_menu ul li,
  footer #footer_shop ul li {
    padding-left: 18px;
    margin-right: 24px;
    font-size: 14px;
  }
  footer #footer_company #footer_company_in {
    width: 320px;
    position: relative;
    font-size: 14px;
  }
  footer #footer_company #footer_company_in h2 {
    width: 300px;
    height: 40px;
    margin-left: 0;
    margin-bottom: 20px;
  }
  footer #footer_company #footer_company_in p.img {
    margin-top: 20px;
    position: inherit;
    top: 0;
    left: 0;
  }
  footer #footer_company #footer_company_in p.img img {
    width: 100%;
  }
  footer #footer_company #footer_company_in p.zip, footer #footer_company #footer_company_in p.address, footer #footer_company #footer_company_in p.tel, footer #footer_company #footer_company_in p.fax {
    margin-left: 0;
  }
  footer #copyright {
    width: 320px;
    margin: 0 auto;
  }
  footer #copyright p {
    text-align: center;
    font-size: 12px;
  }
}
#btn_pagetop {
  position: fixed;
  right: 0;
  bottom: 150px;
  width: 30px;
  height: 96px;
  background: -webkit-gradient(linear, top, bottom, from(#3F4C99), to(#0071C1));
  background: -moz-linear-gradient(top, #3F4C99, #0071C1);
  background: linear-gradient(to bottom, #3f4c99, #0071c1);
}
#btn_pagetop a {
  display: block;
  width: 100%;
  height: 96px;
  background: url(../img/arrow_top.png) no-repeat top 10px center;
  background-size: 9px 5px;
  position: relative;
}
#btn_pagetop a span {
  text-align: left;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  width: 12px;
  height: 55px;
  position: absolute;
  background: url(../img/str_page_top.png) no-repeat center center;
  background-size: 12px 55px;
  top: 22px;
  left: 50%;
  margin-left: -6px;
}

.mt0 {margin-top:0px !important;}
