@charset "utf-8";

/*-------------------------------------------------------------- Normalize */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  min-width: 1200px;
  width: 100%;
  background: url(../images/corp/bg-main.png) repeat;
}


/*-------------------------------------------------------------- Typography */

body,
button,
input,
select,
textarea {
  color: #313131;
  font-size: 14px;
  line-height: 1.5;
}

.mincho {
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/*-------------------------------------------------------------- Links */

a {
  color: #313131;
  outline: 0;
}

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


/*-------------------------------------------------------------- Clearings */

.site-header .inner:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.footer-left:after,
.site-footer-banner:after,
.site-info:after {
  content: "";
  display: table;
}

.site-header .inner:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.footer-left:after,
.site-footer-banner:after,
.site-info:after {
  clear: both;
}


/*-------------------------------------------------------------- Alignments */

.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-bottom: 30px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft img,
.alignright img {
  width: 382px;
}

.clear .alignleft,
.clear .alignright,
.clear .aligncenter {
  margin-bottom: 0;
}

.alignright-01,
.alignleft-01 {
  width: auto;
}

.alignright-01 {
  display: inline;
  float: right;
  margin-left: 35px;
}

.alignleft-01 {
  display: inline;
  float: left;
  margin-right: 35px;
}


/*------------------------------------------------------------------------------------------------  Float  */

.float-r {
  margin-left: 20px;
  float: right;
}

.float-l {
  margin-right: 20px;
  float: left;
}

.align-c {
  margin-top: 20px;
  text-align: center;
}

.clf {
  clear: both;
}


/*------------------------------------------------------------------------------------------------  width/heightユニーク設定  */


/*width*/

.w100 {
  width: 100px;
}

.w200 {
  width: 200px;
}

.w255 {
  width: 255px;
}

.w300 {
  width: 300px;
}

.w382 {
  width: 382px;
}

.w400 {
  width: 400px;
}

.w500 {
  width: 500px;
}

.width-auto {
  width: auto;
}


/*height*/

.h100 {
  height: 100px;
}

.h200 {
  height: 200px;
}

.h300 {
  height: 300px;
}

.h400 {
  height: 400px;
}

.h500 {
  height: 500px;
}

.height-auto {
  height: auto;
}


/*
######### ここまでベーススタイル  #########
*/


/*
######### ここからコーポレートオリジナルスタイル  #########
*/


/*-------------------------------------------------------------- Common */

#site {
  position: relative;
}


/*more-link*/

.more {
  font-size: 13px;
  line-height: 1;
  height: 13px;
  margin-right: 6px;
  padding-left: 24px;
  background: url(../images/corp/marker.png) no-repeat;
}

.more:hover {
  text-decoration: underline;
}


/*パンくず*/

#breadcrumbs {
  padding: 14px 0;
  background: #284070;
}

#breadcrumbs ul {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}

#breadcrumbs ul li {
  float: left;
  line-height: 1;
}

#breadcrumbs ul li,
#breadcrumbs ul li a {
  font-size: 12px;
  color: #fff;
}


/*table*/

.general-table {
  margin-bottom: 40px;
}

.general-table dt {
  width: 25%;
  float: left;
  text-align: center;
  padding: 15px;
  background-color: #f7f5e5;
}

.general-table dd {
  width: 73.5%;
  margin-left: 1.5%;
  padding: 15px 0 15px 20px;
  border-bottom: 1px dotted #e5e5e4;
  display: inline-block;
}

.table-primary th,
.table-primary td {
  border: 1px solid #e5e5e4;
  vertical-align: top;
}

.table-primary th {
  text-align: center;
  padding: 1em 1.5em;
  background: #f7f5e6;
}

.table-primary td {
  padding: 1.4em 1.5em;
}

.table-primary+p {
  margin-top: 1em;
}

p+.table {
  margin-top: 1em;
}

.table+p {
  display: block;
  margin-top: 2em;
}

.table.table-bordered {
  background-color: #fff;
}

.table.table-bordered th,
.table.table-bordered td {
  padding: 15px 20px;
  border: 1px solid #e5e5e4;
  vertical-align: center;
}

.table.table-bordered th {
  width: 18%;
  font-weight: bold;
  text-align: center;
  background-color: #f7f5e5;
}

.table.table-bordered td {
  width: 82%;
}


/*-------------------------------------------------------------- box */

.inner,
.site-main {
  width: 1200px;
  margin: 0 auto;
}

.site-main {
  margin-bottom: 80px;
  clear: both;
  overflow: hidden;
}

.page .site-main,
.single .site-main,
.category .site-main {
  margin-bottom: 170px;
}


/*-------------------------------------------------------------- Main */

.article {
  width: 840px;
  float: right;
}


/*-------------------------------------------------------------- side-bar */


/* Home */

.side-area {
  width: 298px;
  float: left;
}

.side-banner li {
  margin-bottom: 11px;
}

.side-banner li:last-child {
  margin-bottom: 20px;
}

.side-banner li a {
  display: block;
  width: 296px;
  margin: 0 auto;
  background: #fff;
}

.side-banner li a img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.side-banner li a:hover img {
  opacity: 0.6;
}


/*ranking*/

.ranking-wrap {
  overflow: hidden;
}

.ranking {
  padding: 18px 10px 10px;
  border: 4px double #e5e5e4;
  position: relative;
  counter-reset: wpp-ranking;
  background: #fff;
}

.ranking dt {
  text-align: center;
  border-bottom: 1px solid #e5e5e4;
  padding-bottom: 21px;
}

.ranking ul li {
  font-size: 14px;
  line-height: 1.7;
  padding: 21px 9px 15px 6px;
  border-bottom: 1px dashed #e5e5e4;
  clear: both;
  overflow: hidden;
  position: relative;
}

.ranking ul li:before {
  background: #4EACA1;
  font-size: 9px;
  color: #fff;
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  text-align: center!important;
  position: absolute;
  top: 16px;
  left: 1px;
  z-index: 1;
  line-height: 16px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -moz-border-radius: 50%;
}

.ranking ul li:last-child {
  border-bottom: none;
}

.ranking ul li a {
  display: block;
}

.ranking ul li a:hover {
  text-decoration: underline;
}

.ranking ul li img {
  float: left;
  margin-right: 14px;
}


/*ranking new*/

.ranking-items {
  counter-reset: wpp-ranking;
}

.ranking-item {
  font-size: 14px;
  padding: 18px 9px 20px 6px;
  line-height: 1.7;
  position: relative;
  clear: both;
  overflow: hidden;
  border-bottom: 1px dashed #e5e5e4;
}

.ranking-item:last-child {
  border-bottom: none;
}

.ranking-item .thumb {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 14px;
}

.ranking-item::before {
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  display: block;
  font-size: 9px;
  line-height: 16px;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 0;
  width: 16px;
  height: 16px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: #4eaca1;
}

.ranking-item a {
  display: block;
}

.ranking-item a:hover {
  text-decoration: underline;
}


/*Page*/

.side-menu {
  margin-bottom: 40px;
  border: 1px solid #e5e5e4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}

.side-menu li {
  position: relative;
}

.side-menu a {
  display: block;
  color: #5476bd;
  position: relative;
  transition: .3s;
  -webkit-transition: .3s;
}

[class^="sidenavi-"]>li>a {
  font-size: 20px;
  color: #303030;
  height: 60px;
  line-height: 60px;
  padding-left: 70px;
}

[class^="sidenavi-"] .sub-menu li a:hover {
  text-decoration: underline;
}

[class^="sidenavi-"]>li>.sub-menu>li:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  width: 267px;
  border-bottom: 1px dotted #e5e5e4;
  content: '';
}

[class^='sidenavi-']>li>.sub-menu>li .sub-menu>li:first-child::before {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  margin: auto;
  width: 267px;
  border-bottom: 1px dotted #e5e5e4;
  content: '';
}

[class^="sidenavi-"]>li>.sub-menu>li>a {
  padding: 20px 0 20px 54px;
}

[class^="sidenavi-"]>li>.sub-menu>li .sub-menu>li>a {
  padding: 11px 0 9px 54px;
}

[class^="sidenavi-"]>li>.sub-menu>li>a:before {
  width: 15px;
  height: 13px;
  top: 23px;
  left: 30px;
  background: url(../images/corp/marker.png) no-repeat;
}

[class^="sidenavi-"]>li>.sub-menu>li .sub-menu>li>a::before {
  position: absolute;
  top: 18px;
  left: 30px;
  width: 6px;
  height: 6px;
  content: '';
  -webkit-transform: rotate(-40deg);
  transform: rotate(-45deg);
}

[class^="sidenavi-"]>li>.sub-menu>li .sub-menu>li.current-menu-item>a::before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.sidenavi-about>li>.sub-menu>li .sub-menu>li>a::before {
  border-right: 1px solid #273f72;
  border-bottom: 1px solid #273f72;
}

.sidenavi-shimonoseki>li>.sub-menu>li .sub-menu>li>a::before {
  border-right: 1px solid #8662a8;
  border-bottom: 1px solid #8662a8;
}

.sidenavi-about .sub-menu a:hover {
  background: #eae9ef;
}

.sidenavi-about-fugu .sub-menu a:hover {
  background: #f2f7fa;
}

.sidenavi-shimonoseki .sub-menu a:hover {
  background: #f2f0f7;
}

.sidenavi-support .sub-menu a:hover {
  background: #fbf2f4;
}

.sidenavi-shopping .sub-menu a:hover {
  background: #fafaef;
}

.side-menu .sub-menu a:before,
.side-menu .sub-menu .sub-menu a::before {
  position: absolute;
  z-index: 1;
  display: block;
  content: '';
}

.side-menu ul li .current-menu-item:before {
  background: url(../images/corp/marker.png) no-repeat 0 -13px;
}

[class^="sidenavi-"] .current-menu-item>a {
  color: #fff !important;
}


/* Heading border-bottom Setting Start*/

.sidenavi-about>li>a {
  border-bottom: 2px solid #273f72;
}

.sidenavi-about-fugu>li>a {
  border-bottom: 2px solid #5ba5bf;
}

.sidenavi-shimonoseki>li>a {
  border-bottom: 2px solid #8662a8;
}

.sidenavi-support>li>a {
  border-bottom: 2px solid #e36788;
}

.sidenavi-shopping>li>a {
  border-bottom: 2px solid #d4c51a;
}

.sidenavi-about .current-menu-item>a,
.sidenavi-about .current-menu-item>a:hover {
  background: #273f72;
}

.sidenavi-about-fugu .current-menu-item>a,
.sidenavi-about-fugu .current-menu-item>a:hover {
  background: #5ba5bf;
}

.sidenavi-shimonoseki .current-menu-item>a,
.sidenavi-shimonoseki .current-menu-item>a:hover {
  background: #8662a8;
}

.sidenavi-support .current-menu-item>a,
.sidenavi-support .current-menu-item>a:hover {
  background: #e36788;
}

.sidenavi-shopping .current-menu-item>a,
.sidenavi-shopping .current-menu-item>a:hover {
  background: #d4c51a;
}


/*Triagle Setting Start*/

[class^='sidenavi-']>li.current-menu-item:after,
[class^='sidenavi-']>li>.sub-menu>li.current-menu-item:after,
[class^='sidenavi-']>li>.sub-menu>li .sub-menu>li.current-menu-item:after {
  position: absolute;
  top: 0;
  right: -20px;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-right: 0;
}

[class^='sidenavi-']>li.current-menu-item:after,
[class^='sidenavi-']>li>.sub-menu>li.current-menu-item:after {
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}

[class^='sidenavi-']>li>.sub-menu>li .sub-menu>li.current-menu-item:after {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.sidenavi-about .current-menu-item:after {
  border-left: 20px solid #273f72;
}

.sidenavi-about-fugu>li.current-menu-item:after,
.sidenavi-about-fugu>li>.sub-menu>li.current-menu-item:after {
  border-left: 20px solid #5ba5bf;
}

.sidenavi-shimonoseki .current-menu-item:after {
  border-left: 20px solid #8662a8;
}

.sidenavi-support .current-menu-item:after {
  border-left: 20px solid #e36788;
}

.sidenavi-shopping .current-menu-item:after {
  border-left: 20px solid #d4c51a;
}


/*Icon Setting Start*/

[class^="sidenavi-"]>li>a:before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 30px;
  width: 28px;
  height: 100%;
  z-index: 1;
}

.sidenavi-about>li>a:before {
  background: url(../images/corp/icon-navi01-on.png) no-repeat 0 50%;
}

.sidenavi-about-fugu>li>a:before {
  background: url(../images/corp/icon-navi02-on.png) no-repeat 0 53%;
}

.sidenavi-shimonoseki>li>a:before {
  background: url(../images/corp/icon-navi03-on.png) no-repeat 0 53%;
}

.sidenavi-support>li>a:before {
  background: url(../images/corp/icon-navi04-on.png) no-repeat 0 53%;
}

.sidenavi-shopping>li>a:before {
  background: url(../images/corp/icon-navi05-on.png) no-repeat 0 50%;
}

.sidenavi-about>.current-menu-item>a:before {
  background: url(../images/corp/icon-navi01-off.png) no-repeat 0 50%;
}

.sidenavi-about-fugu>.current-menu-item>a:before {
  background: url(../images/corp/icon-navi02-off.png) no-repeat 0 52%;
}

.sidenavi-shimonoseki>.current-menu-item>a:before {
  background: url(../images/corp/icon-navi03-off.png) no-repeat 0 52%;
}

.sidenavi-support>.current-menu-item>a:before {
  background: url(../images/corp/icon-navi04-off.png) no-repeat 0 52%;
}

.sidenavi-shopping>.current-menu-item>a:before {
  background: url(../images/corp/icon-navi05-off.png) no-repeat 0 50%;
}


/*-------------------------------------------------------------- Site-header */

.site-header {
  background: #fff;
}

.site-header .inner {
  height: 191px;
  position: relative;
}

.site-title {
  position: absolute;
  width: 154px;
  top: 15px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

.site-title a {
  display: block;
}

.main-navigation {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 71px;
  clear: both;
  display: block;
  width: 100%;
}

.main-navigation a {
  font-family: '秀英角ゴシック銀 L', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif, serif;
  display: block;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation>ul>li>a {
  display: block;
  height: 71px;
  text-indent: -9999em;
  position: relative;
}

.main-navigation .navi01>a {
  width: 173px;
  background: url(../images/corp/navi01.png) no-repeat 0 0;
}

.main-navigation .navi02>a {
  width: 153px;
  background: url(../images/corp/navi02.png) no-repeat 0 0;
}

.main-navigation .navi03>a {
  width: 154px;
  background: url(../images/corp/navi03.png) no-repeat 0 0;
}

.main-navigation .navi04>a {
  width: 152px;
  background: url(../images/corp/navi04.png) no-repeat 0 0;
}

.main-navigation .navi05>a {
  width: 175px;
  background: url(../images/corp/navi05.png) no-repeat 0 0;
}

.main-navigation .navi06>a {
  width: 153px;
  background: url(../images/corp/navi06.png) no-repeat 0 0;
}

.main-navigation .navi03 {
  margin-right: 120px;
}

.main-navigation .navi04 {
  margin-left: 120px;
}


/*navi icon*/

.main-navigation>ul>li>a:before {
  display: block;
  content: '';
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.navi01>a:before {
  width: 26px;
  background: url(../images/corp/icon-navi01-on.png) no-repeat 0 0;
}

.navi02>a:before {
  width: 28px;
  background: url(../images/corp/icon-navi02-on.png) no-repeat 0 0;
}

.navi03>a:before {
  width: 24px;
  background: url(../images/corp/icon-navi03-on.png) no-repeat 0 0;
}

.navi04>a:before {
  width: 25px;
  background: url(../images/corp/icon-navi04-on.png) no-repeat 0 0;
}

.navi05>a:before {
  width: 27px;
  background: url(../images/corp/icon-navi05-on.png) no-repeat 0 0;
}

.navi06>a:before {
  width: 32px;
  background: url(../images/corp/icon-navi06-on.png) no-repeat 0 0;
}

.main-navigation>ul>li>a:hover:before {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}


/*subnavi*/

.main-navigation .sub-menu {
  opacity: 0;
  top: 50%;
  visibility: hidden;
  list-style: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0 0 10px rgba(8, 1, 2, 0.2);
  box-shadow: 0 0 10px rgba(8, 1, 2, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-navigation ul li:hover .sub-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.main-navigation .sub-menu a {
  color: #333;
  width: 200px;
  background: #FFF;
}

.main-navigation .navi01 .sub-menu a {
  width: 250px;
}

.main-navigation .navi03 .sub-menu a {
  width: 270px;
}

.main-navigation .sub-menu li {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
}

.main-navigation .sub-menu li a {
  padding: 10px 0 10px 25px;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.main-navigation .sub-menu li a:hover {
  text-decoration: underline;
}

.main-navigation .sub-menu li a::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: 10px;
  top: 16px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  content: '';
}

.main-navigation .navi01 .sub-menu li a:hover {
  background: #eae9ef;
}

.main-navigation .navi02 .sub-menu li a:hover {
  background: #f2f7fa;
}

.main-navigation .navi03 .sub-menu li a:hover {
  background: #f2f0f7;
}

.main-navigation .navi04 .sub-menu li a:hover {
  background: #fbf2f4;
}

.main-navigation .navi05 .sub-menu li a:hover {
  background: #fafaef;
}

.main-navigation .navi06 .sub-menu li a:hover {
  background: #f2f7fa;
}


/*most-top-navi*/

.most-top-navigation {
  position: absolute;
  top: 10px;
  right: 0;
}

.most-top-navigation li {
  display: inline-block;
  margin-left: 20px;
  font-size: 12px;
  line-height: 1;
  padding-left: 20px;
  height: 13px;
  background: url(../images/corp/marker.png) no-repeat;
}

.most-top-navigation li a {}

.most-top-navigation li a:hover {
  text-decoration: underline;
}


/*-------------------------------------------------------------- site-footer */

#pagetop {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 0;
}

#pagetop dd {
  position: absolute;
  top: 70px;
  right: 90px;
  z-index: 900;
  margin-top: -153px;
}

@-webkit-keyframes jump {
  0% {
    top: 40px;
  }
  50% {
    top: 0;
  }
  100% {
    top: 70px;
  }
}

@keyframes jump {
  0% {
    top: 40px;
  }
  50% {
    top: 0;
  }
  100% {
    top: 70px;
  }
}


/*wave*/

.footer-wave {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9px;
  overflow: hidden;
  z-index: 2;
  background: url(../images/corp/wave.png) repeat-x;
}


/*site-footer*/

.site-footer {
  width: 100%;
  font-size: 13px;
  color: #fff;
  background: #213d6b;
}

.site-footer a {
  color: #fff;
  outline: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.site-footer-links {
  padding: 44px 0 0 0;
  margin-bottom: 52px;
}

.site-footer-left,
.site-footer-right {
  display: table-cell;
  vertical-align: top;
}

.site-footer-left {
  width: 992px;
  height: 265px;
  border-right: 1px dotted #666;
}

.site-footer-right {
  padding-left: 42px;
}

.site-footer a:hover {
  text-decoration: underline;
}

.footer-navigation {
  clear: both;
  overflow: hidden;
}

.footer-navigation ul li {
  width: 198px;
  float: left;
  font-size: 12px;
}

.footer-navigation>ul>li>a {
  height: 24px;
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
  text-indent: -999999rem;
  white-space: nowrap;
}

.footer-navigation ul>li>ul>li a {
  display: block;
  width: 100%;
  line-height: 2;
  position: relative;
  padding-left: 18px;
}

.footer-navigation ul>li>ul>li a:before {
  -webkit-transform: rotate(-40deg);
  transform: rotate(-45deg);
  position: absolute;
  left: 2px;
  top: 10px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: '';
}

.footer-navigation .navi01>a {
  background: url(../images/corp/fnavi01.png) no-repeat;
}

.footer-navigation .navi02>a {
  background: url(../images/corp/fnavi02.png) no-repeat;
}

.footer-navigation .navi03>a {
  background: url(../images/corp/fnavi03.png) no-repeat;
}

.footer-navigation .navi04>a {
  background: url(../images/corp/fnavi04.png) no-repeat;
}

.footer-navigation .navi05>a {
  background: url(../images/corp/fnavi05.png) no-repeat;
}

.site-footer-right .flogo {
  display: block;
  margin-bottom: 20px;
}

.site-footer-right .company {
  line-height: 1.6;
  letter-spacing: 1px;
}

.site-footer-banner {
  padding: 0 0 60px 0;
}

.site-footer-banner li {
  float: left;
  height: 80px;
}

.site-footer-banner li:nth-child(2) {
  float: right;
}

.site-footer-banner li a {
  display: block;
  background: #fff;
}

.site-footer-banner li a img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.site-footer-banner li a:hover img {
  opacity: 0.6;
}

.site-info {
  font-size: 12px;
  line-height: 1;
  padding: 16px 0;
  background: #303030;
}

.site-info ul,
.site-info ul li {
  float: left;
}

.site-info ul {
  margin-left: -20px;
}

.site-info ul li {
  padding: 0 20px;
  border-right: 1px solid #fff;
}

.site-info ul li:nth-child(2) {
  border: none;
}

.site-info .copy {
  font-size: 100%;
  float: right;
}


/*-------------------------------------------------------------- Home（トップページ） */


/*スライダー*/

.slide-wrapper {
  border-top: 4px solid #284070;
  margin-bottom: 50px;
}

.container {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

.slide_all {
  position: relative;
  width: 1200px;
  height: 395px;
  margin: 0 auto;
}

.slide_wrap {
  position: absolute;
  left: 50%;
  width: 3600px;
  margin-left: -1800px;
}

.slide-body {
  width: 100%;
}

.slide {
  width: 1200px;
}

.slide img {
  width: 100%;
  vertical-align: bottom;
}

.slide-left-layer,
.slide-right-layer {
  width: 1200px;
  height: 395px;
  background: url(../images/corp/pattern-dots-black.png) repeat;
  position: absolute;
}

.slide a {
  display: block;
}

.slide a img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.slide a:hover img {
  opacity: 0.8;
}

.slide-left-layer {
  top: 0;
  left: -1200px;
}

.slide-right-layer {
  top: 0;
  right: -1200px;
}

.bx-controls-direction a {
  position: absolute;
  display: block;
  top: 164px;
  width: 66px;
  height: 66px;
  z-index: 1;
}

.bx-prev {
  left: 1167px;
  background: url(../images/corp/pager.png) no-repeat 0 -66px;
}

.bx-next {
  right: 1167px;
  background: url(../images/corp/pager.png) no-repeat 0 0;
}

.slide-thumb {
  text-align: center;
  padding: 16px 0;
  background: url(../images/corp/pattern-dots-blue.png) repeat;
}

.slide-thumb a {
  display: inline-block;
  width: 145px;
  margin: 0 2px;
  border: 1px solid #273F72;
  position: relative;
}

.slide-thumb a.active {
  border: 1px solid #d3c433;
}

.slide-thumb a img {
  width: 100%;
  height: auto;
}

.slide-thumb a:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.slide-thumb a.active:before {
  background: transparent;
}


/*お知らせ*/

.top-info {
  position: relative;
  margin-bottom: 3em;
}

.top-info-title {
  font-size: 28px;
  line-height: 1;
  letter-spacing: 2px;
  height: 50px;
  padding-left: 67px;
  position: relative;
  background: url(../images/corp/top-info-title-border.png) no-repeat bottom;
}

.top-info-more {
  position: absolute;
  right: 0;
  top: 15px;
}

.top-info li {
  position: relative;
  line-height: 1;
  padding: 14px 0 14px 70px;
  border-bottom: 1px dashed #ddd;
}

.icon-new-info {
  position: absolute;
  width: 50px;
  height: 16px;
  left: 0;
  top: 13px;
  background: url(../images/corp/icon-new-info.png) no-repeat 0 50%;
}

.top-info li time {
  margin-right: 1em;
}

.top-info li a {
  color: #5476bd;
}

.top-info li a:hover {
  text-decoration: underline;
}


/* CMエリア */

.top-cm {
  padding: 2.8em 2em;
  margin-bottom: 5em;
  text-align: center;
  background: #fff;
  border: 1px solid #e5e5e4;
}

.top-cm iframe {
  width: 660px;
  height: 372px;
  margin: 1.5em auto;
}

.top-cm .img {
  max-width: 100%;
  margin: 1.5em auto;
}


/*ふぐマガおすすめ記事*/

.top-magazine {
  position: relative;
  margin-bottom: 90px;
}

.top-magazine-title {
  font-size: 28px;
  letter-spacing: 2px;
  height: 50px;
  padding-left: 67px;
  position: relative;
  background: url(../images/corp/top-magazine-title-border.png) no-repeat bottom;
  line-height: 1;
  margin-bottom: 20px;
}

.top-magazine .more {
  position: absolute;
  right: 0;
  top: 15px;
}

.top-magazine .article {
  width: 405px;
  float: left;
}

.top-magazine .entry-title {
  font-size: 18px;
  color: #5476bd;
  line-height: 1.8;
}

.top-magazine .thumb {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.top-magazine .article a {
  display: block;
}

.top-magazine .thumb img {
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  background: #fff;
}

.top-magazine .article a:hover img {
  opacity: 0.6;
}

.top-magazine .article a:hover .entry-title {
  text-decoration: underline;
}

.icon-new-magazine {
  content: '';
  display: block;
  width: 84px;
  height: 84px;
  background: url(../images/corp/icon-new.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.top-magazine article:first-of-type {
  margin-right: 30px;
}

.excerpt p {
  line-height: 2.4;
}


/*酒井商店とは*/
.top-about {
  margin-bottom: 3em;
}
.top-about-title {
  font-size: 34px;
  line-height: 1;
  letter-spacing: 2px;
  padding: 20px 0px 24px;
  margin-bottom: 48px;
  text-align: center;
  background: url(../images/corp/top-about-title-border.png) no-repeat;
}

.top-about-title span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  text-transform: capitalize;
}

.top-about-body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
}

.top-about-body::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 60px;
  margin: auto;
  content: '';
  border-radius: 50%;
  background: url(../images/corp/bg-main.png) repeat;
}

.top-about-detail {
  width: 50%;
  border-right: 1px dashed #bfbfbf;
  border-bottom: 1px dashed #bfbfbf;
}

.top-about-detail.top {
  padding-bottom: 50px;
}

.top-about-detail.top.left,
.top-about-detail.bottom.left {
  padding-right: 30px;
}

.top-about-detail.top.right,
.top-about-detail.bottom.right {
  padding-left: 30px;
  border-right: none;
}

.top-about-detail.bottom {
  padding-top: 50px;
  border-bottom: none;
}

.top-about-detail-title {
  font-size: 26px;
  letter-spacing: 2px;
  margin-bottom: 12px;
  text-align: center;
}

.top-about-detail-figure {
  position: relative;
  width: 100%;
  height: 85px;
  margin-bottom: 12px;
}

.top-about-detail-figure img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.top-about-detail-text {
  font-size: 14.5px;
  line-height: 2;
}


/*下関おすすめスポット*/

.top-recommend-spot {
  margin-bottom: 60px;
  padding-bottom: 30px;
  text-align: center;
  width: 100%;
  background: #f7f5e5;
  overflow: hidden;
}

.top-recommend-spot-title {
  font-size: 32px;
  letter-spacing: 2px;
  line-height: 1;
  height: 102px;
  padding-top: 54px;
  margin: 32px 0 12px 0;
  position: relative;
  text-align: center;
  background: url(../images/corp/top-spot-title-bg.png) no-repeat center;
}

.top-recommend-spot-items {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.top-recommend-spot-items ul {
  width: 5996px !important
}

.top-recommend-spot-items li {
  background: #fff;
}

.top-recommend-spot-items a {
  display: block;
  height: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}

.top-recommend-spot-items a:hover {
  opacity: .6;
}


/*-------------------------------------------------------------- 固定ページ共通*/

.page .entry-header {
  height: 90px;
  width: 100%;
  padding-top: 25px;
  margin-bottom: 55px;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
}

.page .entry-content {
  padding-top: 10px;
}


/*h1*/

.entry-header .entry-title {
  font-family: '秀英角ゴシック銀 L', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  height: 32px;
  margin: 0 auto;
  line-height: 1;
  text-align: center;
  font-size: 34px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 2px;
}


/*.entry-title bg*/

.entry-header {
  background: url(../images/corp/h1-pattern.png) repeat #eae9ef;
}

.parent-about-fugu .entry-header {
  background: url(../images/corp/h1-pattern.png) repeat #f2f7fa;
}

.parent-shimonoseki .entry-header {
  background: url(../images/corp/h1-pattern.png) repeat #f2f0f7;
}

.parent-support .entry-header {
  background: url(../images/corp/h1-pattern.png) repeat #fbf2f4;
}

.parent-shopping .entry-header {
  background: url(../images/corp/h1-pattern.png) repeat #fafaef;
}

.other .entry-header,
.page-404 .entry-header {
  background: url(../images/corp/h1-pattern.png) repeat #f2f7fa;
}

.other .shimonoseki-new {
  background: url(../images/corp/h1-pattern.png) repeat #f2f0f7;
}

.page-404 .entry-header .entry-title {
  text-indent: 0 !important;
}


/*h2*/

.page .content-title {
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.page .content-title::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}

.parent-about .content-title {
  color: #273F72;
  background: url(../images/corp/liner-about.png) repeat-x 0 100%;
}

.parent-about-fugu .content-title {
  color: #5ba5bf;
  background: url(../images/corp/liner-fugu.png) repeat-x 0 100%;
}

.parent-shimonoseki .content-title {
  color: #8662A8;
  background: url(../images/corp/liner-shimonoseki.png) repeat-x 0 100%;
}

.parent-support .content-title {
  color: #E36788;
  background: url(../images/corp/liner-support.png) repeat-x 0 100%;
}

.parent-shopping .content-title {
  color: #D4C51A;
  background: url(../images/corp/liner-shopping.png) repeat-x 0 100%;
}

.other .content-title {
  color: #5ba5bf;
  background: url(../images/corp/liner-fugu.png) repeat-x 0 100%;
}

.parent-about .content-title:before {
  width: 36px;
  height: 32px;
  margin-top: -3px;
  background: url(../images/corp/icon-about.png) no-repeat;
}

.parent-about-fugu .content-title:before {
  width: 40px;
  height: 30px;
  margin-top: -3px;
  background: url(../images/corp/icon-fugu.png) no-repeat;
}

.parent-shimonoseki .content-title:before {
  width: 33px;
  height: 33px;
  margin-top: -5px;
  background: url(../images/corp/icon-shimonoseki.png) no-repeat;
}

.parent-support .content-title:before {
  width: 32px;
  height: 28px;
  margin-top: -1px;
  background: url(../images/corp/icon-support.png) no-repeat;
}

.parent-shopping .content-title:before {
  width: 35px;
  height: 29px;
  margin-top: -4px;
  background: url(../images/corp/icon-shopping.png) no-repeat;
}

.other .content-title:before {
  width: 40px;
  height: 30px;
  margin-top: -3px;
  background: url(../images/corp/icon-fugu.png) no-repeat;
}


/*h3*/

.content-sub-title {
  font-size: 22px;
  padding: 0 0 0 40px;
  margin: 50px 0 15px 0;
  background: url(../images/corp/icon-h3.png) no-repeat 0 4px;
}

.page .content-title+.content-sub-title {
  margin-top: 0;
}


/*other-setting*/

.page-visual {
  margin-bottom: 40px;
}

.page-visual img {
  width: 100%;
}

.page .entry-content p {
  line-height: 2.28;
  margin-bottom: 1em;
}

.page .entry-content p+.content-title {
  margin-top: 80px;
}

.page .entry-content p a .fa {
  vertical-align: middle;
  margin: -2px .5em 0 0;
}

.page .entry-content a {
  color: #5476bd;
}

.page .entry-content a:hover {
  text-decoration: underline;
}

.content-list {
  margin-left: 7px;
}

.content-list li {
  list-style: disc;
  list-style-position: outside;
  margin: 0 20px 10px;
  line-height: 1.86;
}

.content-list li:last-child {
  margin-bottom: 0;
}

.content-list li .icon-picture_as_pdf {
  display: inline-block;
  font-size: 20px;
  color: #5476BA;
  vertical-align: middle;
  margin: -1px 0 0 5px;
}

.content-list+.content-title,
.general-table+.content-title {
  margin-top: 80px;
}

.page .entry-content p+.content-list {
  margin-top: -20px;
}

.emphasize {
  background-color: #f7f5e5;
  padding: 20px 20px;
  margin: 10px 0;
}

.col3-items {
  text-align: center;
  margin-bottom: 80px;
}

.col3-items .item {
  display: inline-block;
  margin: 0 8px;
}

.extra-movie {
  padding: 2.8em 2em;
  text-align: center;
  background: #fff;
  border: 1px solid #e5e5e4;
}

.extra-movie iframe {
  width: 658px;
  height: 370px;
  margin: 1.5em auto;
}

.extra-movie h3 {
  font-size: 18px;
  font-weight: bold;
  color: #C14826;
}


/*index-list*/

.contents-index {
  margin: 0 -30px 40px 0;
  clear: both;
  overflow: hidden;
}

.contents-index .list {
  float: left;
  width: 260px;
  margin: 0 30px 40px 0;
}

.contents-index .thumb {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.contents-index .title {
  font-size: 15px;
  line-height: 13px;
  height: 13px;
  text-align: center;
}

.contents-index .title a {
  width: 15px;
  height: 13px;
}

.contents-index .thumb a {
  position: relative;
}

.contents-index .title a::before {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
  content: '';
  width: 15px;
  height: 13px;
  background: url(../images/corp/marker.png) no-repeat;
}

.contents-index .thumb a::before {
  opacity: 0;
  content: '';
  display: block;
  width: 260px;
  height: 220px;
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s;
  -webkit-transition: .3s;
  z-index: 1;
}

.contents-index .thumb a:hover:before {
  opacity: 0.3;
}

.parent-about .contents-index .thumb a::before {
  background: #273F72;
}

.parent-about-fugu .contents-index .thumb a::before {
  background: #5ba5bf;
}

.parent-shimonoseki .contents-index .thumb a::before {
  background: #8662A8;
}

.parent-support .contents-index .thumb a::before {
  background: #E36788;
}

.parent-shopping .contents-index .thumb a::before {
  background: #D4C51A;
}

.contents-index p,
.contents-index br {
  display: none;
}


/*Main-btn*/

.main-btn {
  text-align: center;
}

.main-btn a {
  display: inline-block;
  font-size: 18px;
  color: #fff !important;
  line-height: 1;
  padding: 15px 33px;
  margin: 0 auto;
  border: 1px solid #c14826;
  background: #c14826;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-btn span {
  padding-left: 20px;
  position: relative;
}

.main-btn span:before {
  position: absolute;
  top: 3px;
  left: -5px;
  content: '';
  display: block;
  width: 15px;
  height: 13px;
  background: url(../images/corp/marker.png) no-repeat 0 -13px;
  ;
}

.main-btn a:hover {
  text-decoration: none;
  color: #c14826 !important;
  background: #fff;
}

.main-btn a:hover span:before {
  background: url(../images/corp/marker.png) no-repeat 0 0;
}


/*-------------------------------------------------------------- 固定ページユニーク*/


/*about/concept*/

.section-concept .title {
  width: 188px;
  margin: 0;
  padding: 0;
  line-height: 1;
  text-indent: -9999rem;
  position: relative;
}

.section-concept .title::before {
  display: none;
}

.section-concept .title::after {
  content: '';
  display: block;
  width: 2px;
  height: 100px;
  position: absolute;
  top: 0;
  background: #c14826;
}

.section-concept01 .title {
  height: 630px;
  background: url(../images/contents/about/concept-ttl01.png) no-repeat 0 0;
  background-position: center;
}

.section-concept02 .title {
  height: 454px;
  background: url(../images/contents/about/concept-ttl02.png) no-repeat 0 0;
  background-position: center;
}

.section-concept03 .title {
  height: 349px;
  background: url(../images/contents/about/concept-ttl03.png) no-repeat 0 0;
  background-position: center;
}

.section-concept04 .title {
  height: 514px;
  background: url(../images/contents/about/concept-ttl04.png) no-repeat 0 0;
  background-position: center;
}

.section-concept01 .title,
.section-concept03 .title {
  float: left;
}

.section-concept02 .title,
.section-concept04 .title {
  float: right;
}

.section-concept01 .title::after,
.section-concept03 .title::after {
  right: 0;
}

.section-concept02 .title::after,
.section-concept04 .title::after {
  left: 0;
}

.section-concept .content {
  width: 652px;
  float: left;
}

.section-concept01 {
  padding-top: 380px;
  margin-bottom: 93px;
  background: url(../images/contents/about/concept-ph01.jpg) no-repeat 0 0;
}

.section-concept02 {
  margin-bottom: 82px;
}

.section-concept03 {
  margin-bottom: 120px;
}

.section-concept04 {
  margin-bottom: 210px;
}

.section-concept01 .content {
  padding: 40px 20px 0 30px;
}

.section-concept02 .content {
  padding-right: 32px;
}

.section-concept03 .content {
  padding-left: 30px;
}

.section-concept04 .content {
  padding-right: 30px;
}

.section-concept02 figure {
  margin-bottom: 10px;
}

.section-concept03 figure {
  float: right;
  margin-left: 25px;
}

.section-concept04 figure {
  margin-bottom: 20px;
}


/*about/history*/

.section-history .title {
  width: 100%;
  height: 32px;
  padding: 0;
  margin: 0 0 32px 0;
  line-height: 1;
  text-indent: -9999rem;
}

.section-history .title::before {
  display: none;
}

.section-history .title::after {
  content: '';
  width: 130px;
  height: 130px;
  position: absolute;
  left: 0;
  top: 0;
}

.section-history01 .title {
  background: url(../images/contents/about/history-ttl01.png) no-repeat 160px 0;
}

.section-history02 .title {
  background: url(../images/contents/about/history-ttl02.png) no-repeat 160px 0;
}

.section-history03 .title {
  background: url(../images/contents/about/history-ttl03.png) no-repeat 160px 0;
}

.section-history01 .title::after {
  background: url(../images/contents/about/history-1st.png) no-repeat;
}

.section-history02 .title::after {
  background: url(../images/contents/about/history-2nd.png) no-repeat;
}

.section-history03 .title::after {
  background: url(../images/contents/about/history-3rd.png) no-repeat;
}

.section-history01,
.section-history02,
.section-history03 {
  padding-top: 50px;
  position: relative;
}

.section-history01::before,
.section-history02::before {
  content: '';
  display: block;
  width: 680px;
  height: 1px;
  background: #e5e5e4;
  position: absolute;
  right: 0;
}

.section-history01::before {
  bottom: 38px;
}

.section-history02::before {
  bottom: 49px;
}

.section-history01 {}

.section-history02 {
  background: no-repeat 5px 192px;
}

.section-history03 {
  margin-bottom: 200px;
  background: no-repeat 46px 547px;
}

.section-history .content {
  margin-left: 65px;
  padding-left: 95px;
  border-left: 1px dashed #a6b1c7;
}

.section-history01 .content {
  padding-bottom: 70px;
}

.section-history02 .content {
  padding-bottom: 50px;
}

.section-history03 .content {
  margin-bottom: 30px;
}

.section-history03 .content p:last-of-type {
  margin-bottom: 0;
}

.section-history01 .content:before {
  content: url(../images/contents/about/history-foot01.png);
  display: block;
  position: absolute;
  left: 75px;
  top: 158px;
}

.section-history02 .content:before {
  content: url(../images/contents/about/history-foot02.png);
  display: block;
  position: absolute;
  left: 5px;
  top: 192px;
}

.section-history03 .content:before {
  content: url(../images/contents/about/history-foot01.png);
  display: block;
  position: absolute;
  left: 46px;
  top: 547px;
}

.section-history01 figure,
.section-history02 figure {
  float: right;
  margin-left: 24px;
  margin-bottom: 1px;
}

.section-history02 figure {
  margin-bottom: 50px;
}

.section-history03 figure {
  text-align: center;
  padding-left: 230px;
}


/*about/company*/

.company-table {
  margin: 40px 0 80px;
}

.enkaku {
  clear: both;
  overflow: hidden;
  padding-left: 54px;
}

.enkaku .left-box,
.enkaku .right-box {
  float: left;
  width: 371px;
  vertical-align: top;
}

.enkaku .left-box {
  border-right: 1px dashed #a6b1c7;
}

.enkaku .left-box .num {
  text-align: right;
}

.enkaku .right-box .num {
  text-align: left;
}

.enkaku .left-box .num img {
  margin-right: 0;
}

.enkaku .right-box .num img {
  margin-left: -5px;
}

.enkaku .right-box .text {
  padding-left: 96px;
}

.enkaku-item {
  margin-bottom: 34px;
}

.enkaku-item:last-of-type {
  margin-bottom: 0;
}

.enkaku-item:last-of-type .text {
  margin-bottom: 0 !important;
}

.enkaku-item .num {
  margin-bottom: 12px !important;
}

.enkaku-item .text {
  line-height: 1.8 !important;
  margin-bottom: 10px !important;
}

.enkaku-heading {
  font-size: 1.2rem;
  text-align: center;
  color: #c14826;
  margin: 1em 0 1.5em;
}

.enkaku-heading span {
  padding: 0 0 .4em;
  border-bottom: 1px solid #c14826;
}

.enkaku-item .figure {
  display: block;
  margin-top: 10px;
  -webkit-transition: .3s;
  transition: .3s;
  background: #fff;
}

.enkaku-item a:hover .figure {
  opacity: 0.6;
}

.era1942 {
  margin-top: 66px;
  margin-bottom: 160px;
}

.era1950 {
  margin-bottom: 60px;
}

.era1965 {
  margin-bottom: 65px;
}

.era1974 {
  margin-top: 75px;
}

.era2016 {
  margin-top: 498px;
}


/* about/access */

.access-intro {
  overflow: hidden;
}

.access-shop-mv {
  max-width: 825px; 
  /*float: right;*/
  /*margin: 0 0 2em 2em;*/
}

.access-shop-logo {
  display: inline-block;
  margin: 1em 0 1.5em;
}

.access-shop-point {
  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: space-between;  
  text-align: center;
  margin-bottom: 1.5em;
  margin-right: 1em;
}

.access-shop-point li {
  width: 32%; 
  height: auto; 
  margin: 0;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 0; 
  padding: 15px 0; 
  background: #273f72;  
  color:#fff; 
}

.access-img-blk{
  display: flex;
  justify-content: space-between;
}

.access-shop01{
  max-width: 225px;
}

.access-shop02{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 290px;
}

.access-shop03{
  max-width: 300px;
}

.access-shop-room {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /*text-align: center;*/
  margin-bottom: -1em;
}

.access-shop-room .item {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  /*margin: 0 2em .7em;*/
  text-align: left;
}

.access-shop-room .item img {
  padding: 5px;
  /*border: 1px solid #e3e3e3;*/
  border-radius: 2px;
}

.access-shop-room .text p {
  line-height: 1.6;
}

.access-shop-room .name {
  font-size: 1em;
  font-weight: bold;
  margin: .6em 0 .25em;
}

.access-shop-menu {
  display: table;
  width: 100%;
  margin-bottom: 1em;
}


.access-shop-menu .item {
  display: table-cell;
  vertical-align: top;
  width: 33.3333%;
  border-right: 20px solid transparent; /* Right spacing */
  border-bottom: 20px solid transparent; /* Bottom spacing */
  border-image: url(../images/corp/bg-main.png) 20 repeat;
}


.access-shop-menu .image img {
  max-width: 100%;
}
.course-card{
  display: table-cell;
  vertical-align: top;
  width: 33.3333%;
  padding: 30px 19px 20px;
}
.access-shop-menu .full-course {
  border: 1px solid #273f72;
}

.access-shop-menu .karaage-course {
  border: 1px solid #d4c535;
}

.access-shop-menu .basic-course {
  border: 1px solid #8564a6;
}

.access-shop-menu .heading {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-bottom: .25em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid;
}

.access-shop-menu .full-course .heading {
  border-color: #273f72;
}

.access-shop-menu .karaage-course .heading {
  border-color: #d4c535;
}

.access-shop-menu .basic-course .heading {
  border-color: #8564a6;
}

.access-shop-menu .item .text {
  line-height: 1.86;
  margin-bottom: 2em;
}

.access-shop-menu .sub-heading {
  font-size: 1em;
  font-weight: bold;
  margin: 1.25em 0 .5em;
}

.access-shop-menu .natural,
.access-shop-menu .farm {
  display: block;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: .25em;
  margin-bottom: .25em;
  border-bottom: 1px solid;
}

.access-shop-menu .natural {
  color: #273f72;
  border-color: #273f72;
}

.access-shop-menu .farm {
  color: #694230;
  border-color: #694230;
}

/* bc-blk */
.bc-blk{
  display: flex;
}
.bc-blk .image{
  width: 50%;
  margin-right: 20px;
}

.bc-info-blk{
  width: 50%;
}
.course-table th {
  width: 340px;
}

.course-table td {
  padding-bottom: 1.7em;
}

.course-name-price,
.course-season,
.course-contents,
.course-price {
  display: block;
}

.course-price {
  margin-top: .5em;
}

.course-icon,
.course-name-price {
  display: inline-block;
  vertical-align: top;
}

.course-contents,
.course-name {
  font-weight: bold;
}

.course-contents {
  margin-bottom: .5em;
}

.course-description {
  font-size: 13px;
}

.course-icon {
  width: 54px;
  height: 54px;
  margin-right: .8em;
  margin-top: -4px;
}

.course-icon-natural {
  background: url(https://www.fugu-sakai.com/ec/assets/images/common/icons/icon_natural.png) no-repeat;
  background-size: cover;
}

.course-icon-farm {
  background: url(https://www.fugu-sakai.com/ec/assets/images/common/icons/icon_farm.png) no-repeat;
  background-size: cover;
}

.calendar-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  padding: 1.8em .6em;
  margin: 2em 0 6em;
  border: 1px solid #e5e5e4;
}

.calendar-contact-item {
  padding: 0 1em;
  text-align: center;
}

.calendar-contact-item span {
  display: inline-block;
  vertical-align: middle;
  padding-left: .5em;
}

.calendar-contact-item .fa {
  margin-right: .4em;
}

.calendar-contact-item span a {
  color: #C14826 !important;
}

.calendar-contact-item.mail a {
  display: inline-block;
  color: #C14826;
  padding: .5em 1.1em;
  border: 1px solid #C14826;
}

.calendar-contact-item.mail a:hover {
  color: #fff;
  text-decoration: none;
  background: #C14826;
}

.calendar-contact-item.tel span {
  font-size: 1.4rem;
  color: #C14826;
}


/*about/media*/

.media-coverage-items {
  margin-bottom: 80px;
}

.media-coverage-items .item {
  padding: 20px 0 15px;
  border-bottom: 1px dotted #e5e5e4;
}

.media-coverage-items .item:last-of-type {
  border-bottom: none;
}

.media-coverage-items .thumb,
.media-coverage-items .text-area {
  display: table-cell;
  vertical-align: top;
}

.media-coverage-items .text-area {}

.media-coverage-items .text-area .text {
  line-height: 1.7;
  margin-bottom: 0;
}

.media-coverage-items .thumb {
  width: 80px;
  padding-right: 20px;
}

.media-coverage-items .thumb img {
  width: 100%;
}

.media-coverage-items .thumb.movie {
  width: 35%;
  padding-right: 20px;
}

.media-coverage-items .thumb.movie iframe {
  width: 100%;
  height: 155px;
}

.media-coverage-items .text-area .date,
.media-coverage-items .text-area .title {
  margin-bottom: 0;
}

.media-coverage-items .text-area .title {
  font-size: 14px;
  font-weight: bold;
  margin: .5em 0;
}

.media-coverage-items .text-area .date {
  display: inline-block;
  border: 1px solid #BE4828;
  color: #BE4828;
  font-size: 11px;
  line-height: 1;
  padding: 5px;
  margin-bottom: 5px;
}


/*about-fugu common*/

.tabs {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
}

.tabs>.tab {
  display: block;
  text-align: center;
  font-size: 18px;
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}

.tabs>.tab a {
  color: #5ba5bf;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tabs>.tab a:hover {
  text-decoration: none;
}

.panels>.panel {
  display: none;
  padding: 4px 0 30px;
}

.panels>.panel.active {
  display: block;
}

.notes {
  background: #F7F5E5;
}

.notes dt {
  padding: 20px 20px 10px;
}

.notes dd {
  line-height: 1.86;
  padding: 0 20px 20px;
}


/*about-fugu-type*/

.section-fugu-type .fa {
  display: none;
}

.section-fugu-type .tabs>.tab {
  line-height: 3;
}

.section-fugu-type .tabs {
  border-bottom: 2px solid #5ba5bf;
}

.section-fugu-type .tabs .tab:nth-of-type(2) {
  margin: 0 5px;
}

.section-fugu-type .tabs>.tab a {
  background: #f3f3f3;
}

.section-fugu-type .tabs>.tab a:hover,
.section-fugu-type .tabs>.tab.active a {
  color: #fff;
  background: #5ba5bf;
}

.fugu-type-anchor {
  display: table;
  width: 100%;
  padding: 20px 30px;
  margin-bottom: 30px;
  background: #f3f3f3;
}

.fugu-type-anchor ul {
  display: table-row;
}

.fugu-type-anchor li {
  display: table-cell;
  width: 25%;
  line-height: 2.5;
}

.fugu-type-anchor li a {
  position: relative;
  padding-left: 20px;
}

.fugu-type-anchor li a:hover {
  text-decoration: underline;
}

.fugu-type-anchor li a::before {
  -webkit-transform: rotate(-40deg);
  transform: rotate(-45deg);
  position: absolute;
  left: 2px;
  top: 5px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #284070;
  border-bottom: 1px solid #284070;
  content: '';
}

.quote-area {
  margin-bottom: 20px;
}

.quote {
  text-align: center;
}

.section-fugu-type .small {
  font-size: 80%;
  color: #ccc;
  text-align: center;
  margin-top: 10px;
}

.section-fugu-type .small a {
  color: #ccc;
}

.explan dt,
.explan dd {
  margin-bottom: 10px;
}

#cont2 .quote-area div {
  width: 21%;
}
#cont2 .quote-area .explan {
  width: 73%;
}
.explan dt {
  width: 80px;
  float: left;
  text-align: center;
  padding: 8px;
  background-color: #eee;
}

.explan dd {
  margin-left: 88px;
  padding: 8px 0 8px 8px;
  border-bottom: 1px dotted #e5e5e4;
  width: 100%;
}

table.fugu-type-parts {
  margin-bottom: 20px;
}

table.fugu-type-parts th {
  width: 25%;
  background: #eee;
}

table.fugu-type-parts th,
table.fugu-type-parts td {
  padding: 10px;
  border-bottom: 1px dotted #e5e5e4;
}

table.fugu-type-parts td {
  text-align: center;
}

/*about-fugu-dish*/

.section-dish .fa {
  display: none;
}

.section-dish .panels>.panel {
  padding: 40px 0;
}

.section-dish .tabs {
  line-height: 3.6;
  margin: 0 -8px -10px 0;
  border-bottom: 1px solid #5ba5bf;
}

.section-dish .tab {
  position: relative;
  margin: 0 8px 0 0;
}

.section-dish .tabs>.tab a {
  padding-top: 3px;
  color: #313131;
  border-top: 1px solid #e5e5e4;
  border-right: 1px solid #e5e5e4;
  border-left: 1px solid #e5e5e4;
}

.section-dish .tabs>.tab a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(220, 220, 220, .6);
}

.section-dish .tabs>.tab.active a {
  position: relative;
  color: #5ba5bf;
  border-top: 1px solid #5ba5bf;
  border-right: 1px solid #5ba5bf;
  border-left: 1px solid #5ba5bf;
}

.section-dish .tabs>.tab.active a::after {
  top: auto;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: url(../images/corp/bg-main.png) repeat;
}

.section-dish .tabs>.tab a::before {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.section-dish #tab1 a::before {
  content: url(../images/contents/about-fugu/dish-icon-fugusashi.png);
}

.section-dish #tab2 a::before {
  content: url(../images/contents/about-fugu/dish-icon-fuguchiri.png);
}

.section-dish #tab3 a::before {
  content: url(../images/contents/about-fugu/dish-icon-karaage.png);
}

.section-dish #tab4 a::before {
  content: url(../images/contents/about-fugu/dish-icon-hirezake.png);
}


/*shimonoseki*/

.shimonoseki-index-items {
  clear: both;
  overflow: hidden;
  margin-bottom: 75px;
}

.shimonoseki-index-items .item {
  float: left;
  width: 410px;
  border: 1px solid #dcdcdc;
  background: #fff;
}

.shimonoseki-index-items .item:first-of-type {
  margin-right: 20px;
}

.shimonoseki-index-items a {
  display: block;
  color: #313131;
}

.shimonoseki-index-items a:hover {
  text-decoration: none !important;
}

.shimonoseki-index-items .thumb,
.shimonoseki-index-items .title {
  display: table-cell;
  height: 138px;
  vertical-align: middle;
}

.shimonoseki-index-items .title {
  position: relative;
  width: 173px;
  padding-left: 54px;
}

.shimonoseki-index-items .title:before {
  position: absolute;
  z-index: 1;
  top: 68px;
  left: 29px;
  display: block;
  width: 15px;
  height: 13px;
  margin-top: -7px;
  content: '';
  background: url(../images/corp/marker.png) no-repeat;
}

.shimonoseki-index-items .thumb {
  position: relative;
  transition: .3s;
  -webkit-transition: .3s;
}

.shimonoseki-index-items a:hover .thumb {
  opacity: .6;
}

.shimonoseki-index-items .detail {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  background: rgba(255, 255, 255, .7);
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-trassition: .3s;
}

.shimonoseki-index-items .detail span {
  display: inline-block;
  margin-top: 54px;
  padding: 4px 28px 2px;
  -webkit-transition: .3s;
  transition: .3s;
  letter-spacing: 2px;
  color: #5476bd;
  border: 1px solid #5476bd;
  background: #fff;
  -webkit-trassition: .3s;
}

.shimonoseki-index-items .detail span:hover {
  color: #fff;
  background: #5476bd;
}

.shimonoseki-index-items a:hover .detail {
  opacity: 1;
}

.shimonoseki-index-items .fa {
  margin: 0 5px 0 0;
}

.kankou-map {
  position: relative;
  margin-bottom: 600px;
}

.kankou-map area {
  outline: none;
}

.area-circle {
  position: absolute;
}

.area-circle {
  -webkit-animation: bounceIn 2s .5s infinite;
  animation: bounceIn 2s .5s infinite;
}

.area-circle::before {
  display: block;
  content: '';
}

.spot-tooltip {
  position: absolute;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  left: 125px;
  width: 660px;
  padding: 25px 0;
  -webkit-transition: .3s;
  transition: .3s;
  background: rgba(255, 255, 255, .9);
}

.area-set:hover .spot-tooltip {
  visibility: visible;
  opacity: 1;
}

.spot-tooltip-trigger {
  display: none;
}

.spot-tooltip-inner {
  position: relative;
}

.spot-tooltip-inner::before {
  content: "";
  border: 12px solid transparent;
  border-bottom: 12px solid #C35F7A;
  position: absolute;
  z-index: 1;
  top: -50px;
}

.spot-tooltip-inner::after {
  content: "";
  border: 12px solid transparent;
  border-bottom: 12px solid rgba(255, 255, 255, 1);
  position: absolute;
  z-index: 2;
  top: -49px;
}

.area-set:hover .spot-tooltip {
  visibility: visible;
  opacity: 1;
}

.spot-tooltip-items {
  padding: 0 34px;
  margin-bottom: -10px;
  clear: both;
  overflow: hidden;
}

.spot-tooltip-items li {
  position: relative;
  width: 50%;
  margin-bottom: 10px;
  float: left;
}

.spot-tooltip-items a {
  padding-left: 25px;
}

.spot-tooltip-items a::before {
  position: absolute;
  z-index: 1;
  top: 11px;
  left: 0;
  display: block;
  width: 15px;
  height: 13px;
  margin-top: -7px;
  content: '';
  background: url(../images/corp/marker.png) no-repeat;
}

.spot-data {
  float: right;
  width: 382px;
  margin: 0 0 30px 30px;
}

.spot-data .title {
  font-size: 16px;
  display: inline-block;
  width: 154px;
  margin-bottom: 16px !important;
  text-align: center;
  color: #fff;
  background: #7d619c;
}

.spot-data .data {
  margin-top: 10px;
  padding: 16px 19px;
  background: #f7f5e6;
}

.spot-data .text {
  font-size: 12px;
  line-height: 2;
}

.spot-data img {
  width: 100%;
}

.spot-map {
  margin-bottom: 60px;
}

.spot-map iframe {
  width: 100%;
  height: 250px;
}

.spot-bottom-area {
  border: 1px solid #e5e5e4;
}

.spot-top-area {
  margin-top: -10px;
}

.spot-top-area .text-area {
  height: 480px;
}

.spot-top-area .text-area,
.spot-bottom-area .text-area {
  padding: 35px 45px 40px 310px;
}

.spot-top-area .content-sub-title,
.spot-bottom-area .content-sub-title {
  line-height: 1.5 !important;
  margin: 0 0 23px;
}

.spot-top-area .spot-list,
.spot-bottom-area .spot-list {
  padding: 30px 30px 25px;
}

.spot-top-area .spot-list {
  border: 1px solid #e5e5e4;
  margin-top: 25px;
  background: #fff;
}

.spot-bottom-area .text-area {
  min-height: 385px;
}

.spot-bottom-area .spot-list {
  border-top: 1px dashed #e5e5e4;
}

.spot-list-items {
  display: block;
  clear: both;
  overflow: hidden;
  width: 100%;
}

.spot-list-items li {
  position: relative;
  float: left;
  width: 43%;
  margin-bottom: 10px;
  margin-left: 80px;
}

.spot-list-items li:nth-child(2n) {
  margin-left: 10px;
}

.spot-list-items li a {
  padding-left: 25px;
}

.spot-list-items li::before {
  position: absolute;
  z-index: 1;
  top: 3px;
  left: 0;
  display: block;
  width: 15px;
  height: 13px;
  content: '';
  background: url(../images/corp/marker.png) no-repeat;
}


/************ ▼ 観光スポットごとの設定 ▼　************/

.area-circle.toyoura {
  top: 208px;
  left: 397px;
}

.area-circle.yoshimi-yasuoka {
  bottom: 200px;
  left: 239px;
}

.area-circle.yoshida-oduki {
  right: 239px;
  bottom: 148px;
}

.area-circle.karato {
  bottom: 48px;
  left: 196px;
}

.area-circle.chofu {
  right: 344px;
  bottom: 50px;
}

.area-circle::before {
  width: 120px;
  height: 120px;
}

.spot-tooltip.chofu {
  top: 580px;
  left: 80px;
  border: 1px solid #5194aa;
  z-index: 0;
}

.spot-tooltip.karato {
  z-index: 1;
  top: 600px;
  border: 1px solid #C35F7A;
}

.spot-tooltip.toyoura {
  border: 1px solid #49a198;
}

.spot-tooltip.yoshimi-yasuoka {
  border: 1px solid #745b92;
}

.spot-tooltip.yoshida-oduki {
  border: 1px solid #bbaf45;
}

.spot-tooltip.toyoura .spot-tooltip-inner::before {
  border-bottom: 12px solid #49a198;
}

.spot-tooltip.yoshimi-yasuoka .spot-tooltip-inner::before {
  border-bottom: 12px solid #745b92;
}

.spot-tooltip.yoshida-oduki .spot-tooltip-inner::before {
  border-bottom: 12px solid #bbaf45;
}

.spot-tooltip.chofu .spot-tooltip-inner::before {
  left: 45%;
  border-bottom: 12px solid #5194aa;
}

.spot-tooltip.chofu .spot-tooltip-inner::after {
  left: 45%;
}

.spot-tooltip.karato .spot-tooltip-inner::before {
  left: 30%;
  border-bottom: 12px solid #C35F7A;
}

.spot-tooltip.karato .spot-tooltip-inner::after {
  left: 30%;
}

.spot-top-area.karato {
  background: url(../images/contents/shimonoseki/karato/index-area-map.png) no-repeat;
}

.spot-top-area.chofu {
  background: url(../images/contents/shimonoseki/chofu/index-area-map.png) no-repeat;
}

.spot-top-area.toyoura {
  background: url(../images/contents/shimonoseki/toyoura/index-area-map.png) no-repeat;
}

.spot-top-area.yoshimi-yasuoka {
  background: url(../images/contents/shimonoseki/yoshimi-yasuoka/index-area-map.png) no-repeat;
}

.spot-top-area.yoshida-oduki {
  background: url(../images/contents/shimonoseki/yoshida-oduki/index-area-map.png) no-repeat;
}

.spot-bottom-area.karato {
  background: url(../images/contents/shimonoseki/karato/common-area-map.png) #fff no-repeat;
}

.spot-bottom-area.chofu {
  background: url(../images/contents/shimonoseki/chofu/common-area-map.png) #fff no-repeat;
}

.spot-bottom-area.toyoura {
  background: url(../images/contents/shimonoseki/toyoura/common-area-map.png) #fff no-repeat;
}

.spot-bottom-area.yoshimi-yasuoka {
  background: url(../images/contents/shimonoseki/yoshimi-yasuoka/common-area-map.png) #fff no-repeat;
}

.spot-bottom-area.yoshida-oduki {
  background: url(../images/contents/shimonoseki/yoshida-oduki/common-area-map.png) #fff no-repeat;
}


/************ ▲ 観光スポットごとの設定 ▲ ************/


/*shopping*/

.products-list {
  clear: both;
  overflow: hidden;
  margin-right: -30px;
  margin-bottom: 50px;
}

.products-list .list {
  width: 260px;
  float: left;
  margin-right: 30px;
  text-align: center;
}

.products-list .thumb {
  padding: 10px;
  border: 1px solid #e5e5e4;
  margin-bottom: 5px;
}

.products-list .thumb img {
  width: 100%;
  opacity: 1;
  transition: .3s;
  -webkit-transition: .3s;
}

.products-list .thumb a {
  display: block;
  background: #fff;
}

.products-list .thumb a:hover img {
  opacity: 0.6;
}

.products-list .detail p {
  margin: 0
}

.products-list .detail a:hover {
  text-decoration: underline;
}


/*seijisara*/

.onayami {
  clear: both;
  margin-bottom: 40px;
}

.onayami li {
  display: table-cell;
}

.onayami li img {
  width: 100%;
  height: auto;
}

.plate-step dt {
  font-size: 16px;
  font-weight: normal;
  padding: 10px 20px;
  margin-bottom: 20px;
  background: #F7F5E5;
}

.plate-step dd {
  margin-bottom: 40px;
}


/*FAQ*/

dl.faq {
  margin-bottom: 80px;
}

dl.faq dt {
  margin-bottom: 12px;
  background: url(../images/contents/support/faq-q.png) no-repeat;
  padding: 0 0 10px 45px;
  line-height: 2;
}

dl.faq dd {
  margin: 0 0 30px 0;
  background: url(../images/contents/support/faq-a.png) no-repeat;
  padding: 0 0 25px 45px;
  border-bottom: 1px solid #e5e5e4;
  line-height: 2;
}


/*contact*/

.form {
  width: 100%;
  border-collapse: collapse;
}

.form tr td {
  padding: 20px 24px;
}

.form tr th {
  width: 240px;
  text-align: left;
  white-space: nowrap;
  padding: 25px 24px;
  background-color: #f7f5e5;
  border-bottom: 1px solid #fff;
  vertical-align: top;
}

.form tr td {
  background-color: #fff;
  border-bottom: 1px dotted #e5e5e4;
}

.form tr th span {
  font-size: 11px;
  padding: 5px 10px;
  margin-right: 20px;
}

.form th span.require {
  background-color: #C14826;
  color: #fff;
}

.form th span.option {
  background-color: #fff;
  color: #C14826;
  border: 1px solid #C14826;
}

.form td span.cellp,
.form th span.cellp {
  font-size: 12px;
  margin: 10px 0 0 0;
  padding: 0;
  display: block;
}

.form td.treat label {
  width: 50%;
  display: block;
  float: left;
}

.contact_submit {
  text-align: center;
  margin-top: 32px;
}

.mwform-tel-field input {
  width: 59px;
}

.form textarea {
  width: 100%;
}

input[type="text"],
textarea {
  border: 1px solid #ccc;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  outline: none;
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  width: 400px;
  padding: 25px 0;
  margin: 0 auto;
  border: 1px solid #c14826;
  background: #c14826;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

button,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  text-decoration: none;
  color: #c14826;
  background: #fff;
}

#contact_submit input[type="submit"] {
  margin-bottom: 20px;
}

.mw_wp_form .error {
  margin-top: 10px;
  color: #c00 !important;
}

.thanks-info {
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 30px;
  text-align: center;
  background: #fff;
}

.thanks-info .title {
  padding: 30px 0 0;
  margin-bottom: 0 !important;
}

.thanks-info .title br {
  display: none;
}

.thanks-info .items {
  width: 100%;
  display: table;
}

.thanks-info .item {
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  padding: 10px 0 0;
  display: block;
}

.thanks-info .item span {
  font-size: 25px;
  color: #c14826;
}

.thanks-info .item .fa {
  margin-right: 15px;
  vertical-align: bottom;
}

.return-top {
  text-align: center;
  text-decoration: underline;
}


/*sitemap*/

.sitemap {
  clear: both;
  overflow: hidden;
}

.sitemap a:hover {
  text-decoration: underline;
}

.sitemap>ul>li {
  padding: 20px 30px;
  background: #fff;
  margin-bottom: 30px;
}

.sitemap>ul>li>a {
  font-size: 22px;
}

.sitemap>ul>li:before {
  content: url(../images/corp/icon-h3.png);
  position: relative;
  top: 3px;
  right: 0;
  margin-right: 10px;
}

.sitemap .sub-menu {
  padding-left: 12px;
  margin-top: 10px;
  list-style-type: disc;
  list-style-position: inside;
  clear: both;
  overflow: hidden;
}

.sitemap .sub-menu li {
  padding: 5px 0;
  float: left;
  width: 33%;
}

.sitemap p {
  display: none;
}


/*404*/

.page-404 p a {
  text-decoration: underline;
}


/*-------------------------------------------------------------- お知らせ*/

.single .entry-content {
  padding-top: 10px;
}

.category .entry-header,
.single .entry-header {
  width: 100%;
  height: 90px;
  margin-bottom: 55px;
  padding-top: 25px;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  background: url(../images/corp/h1-pattern.png) repeat #f2f7fa;
}

.single h2,
.single .content-title {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 20px;
  padding-bottom: 16px;
  padding-left: 53px;
  color: #5ba5bf;
  background: url(../images/corp/liner-fugu.png) repeat-x 0 100%;
  position: relative;
}

.single h2::before,
.single .content-title::before {
  display: block;
  width: 40px;
  height: 30px;
  content: '';
  vertical-align: top;
  background: url(../images/corp/icon-fugu.png) no-repeat;
  position: absolute;
  left: 0;
  top: 5px;
}

.single .entry-content p {
  line-height: 2;
  margin-bottom: 30px;
}

.single .entry-content a {
  color: #5476bd;
  text-decoration: underline;
}

.all-info-list li {
  line-height: 1;
  padding: 18px 0;
  border-bottom: 1px dashed #ddd;
}

.all-info-list li time {
  margin-right: 40px;
}

.all-info-list li a {
  color: #5476bd;
}

.all-info-list li a:hover {
  text-decoration: underline;
}

.info-pub-date {
  display: block;
  margin-bottom: 20px;
}

.wp-pagenavi {
  font-size: 15px;
  text-align: center;
  margin: 40px 0 20px;
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #aaa;
  background: #eee;
  margin: 0 0.25em 1em;
}

.wp-pagenavi .current,
.wp-pagenavi span:hover,
.wp-pagenavi a:hover {
  color: #fff;
  background: #283D67;
}

.image-float {
  float: left;
  width: 385px;
  margin-right: 11px;
}

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

.blue {
  color: #1e56c5;
}
.page-encyclopedia .tabs>.tab a {
  font-weight: bold;
}
.page-encyclopedia #tab1 a {
  color: #8564a5;
}
.page-encyclopedia #tab2 a {
  color: #e16889;
}
.page-encyclopedia #tab3 a {
  color: #62b6ac;
}
.page-encyclopedia .tabs>.tab a:hover, .page-encyclopedia .tabs>.tab.active a {
  color: #fff !important;
}
.page-encyclopedia .tabs {
  border-bottom: none;
  position: relative;
}
.page-encyclopedia .tabs>.tab a:hover:after,
.page-encyclopedia .tabs>.tab.active a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
}
.page-encyclopedia .tabs>#tab1.tab a:hover, .page-encyclopedia .tabs>#tab1.tab.active a,
.page-encyclopedia .tabs>#tab1.tab a:hover:after, .page-encyclopedia .tabs>#tab1.tab.active a:after {
  background: #8564a5;
}
.page-encyclopedia .tabs>#tab2.tab a:hover, .page-encyclopedia .tabs>#tab2.tab.active a,
.page-encyclopedia .tabs>#tab2.tab a:hover:after, .page-encyclopedia .tabs>#tab2.tab.active a:after {
  background: #e16889;
}
.page-encyclopedia .tabs>#tab3.tab a:hover, .page-encyclopedia .tabs>#tab3.tab.active a,
.page-encyclopedia .tabs>#tab3.tab a:hover:after, .page-encyclopedia .tabs>#tab3.tab.active a:after {
  background: #62b6ac;
}