@charset "utf-8";
/* PC */

body {
  font-size: 17px;
}
a:hover {
  text-decoration: underline;
}
a img {
  transition: all .3s;
}
a:hover img {
  opacity: .7;
}
a.hv1, a.hv2 {
  position: relative;
  text-decoration: none;
}
a.hv1:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 100%;
  height: 1.5px;
  background-color: #595757;
  transition: all .3s;
  transform: scaleX(0);
}
a.hv2:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 100%;
  height: 1.5px;
  background-color: #fff;
  transition: all .3s;
  transform: scaleX(0);
}
a.hv1:hover:after, a.hv2:hover:after {
  width:100%;
  transform: scaleX(1);
}
input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="tel"], textarea, select {
  padding: 10px;
  font-size: 17px;
}
.sp {
  display: none;
}


/* 基本レイアウト---------------- */
#wrapper {
  position: relative;
  width: 100%;
  text-align: center;
}
#container {
  width: 100%;
}
.main {
  position: relative;
  width: 96%;
  max-width: 1300px;
  margin: 0 auto;
  text-align: left;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.flex_st {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-self: center;
}


/* ヘッダー---------------- */
#head {
  position: fixed;
  width: 100%;
  height: 80px;
  background: #fff;
  z-index: 200;
}
.head_in {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#head_logo {
  width: 280px;
  padding: 15px 0 0 40px;
  text-align: left;
  font-size: 30px;
  font-weight: bold;
}
#head_logo a {
  text-decoration: none;
  color: #000;
}
#head_navi {
  width: calc(100% - 637px);
  text-align: center;
}
#head_navi ul {
  display: flex;
	flex-wrap: nowrap;
  align-items: center;
  width: 560px;
  margin: 0 auto;
}
#head_navi ul li {
  position: relative;
  padding-top: 30px;
}
#head_navi ul li a {
  position: relative;
  display: block;
  margin: 0 15px;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
}
#head_navi ul li a:before {
  opacity: 0;
  position: absolute;
  top: -30px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 5px;
  background: #2921B5;
  transition: all .3s;
}
#head_navi ul li a:hover:before {
  opacity: 1;
}
#head_navi ul li.current:before {
  position: absolute;
  top: 0;
  left: 15px;
  display: block;
  content: "";
  width: calc(100% - 30px);
  height: 5px;
  background: #2921B5;
}
#head_sub {
  display: flex;
	flex-wrap: nowrap;
  align-items: center;
  width: 357px;
  padding-top: 20px;
  text-align: left;
}
.head_sns {
  display: flex;
	flex-wrap: nowrap;
  align-items: center;
  width: 110px;
}
.head_sns li {
  margin-right: 14px;
}
.head_tel {
  width: 247px;
}
.head_tel a {
  position: relative;
  display: block;
  width: 230px;
  height: 42px;
  padding: 8px 0 0 48px;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background: #2921B5;
  border-radius: 21px;
  transition: all .3s;
}
.head_tel a:hover {
  opacity: .7;
}
.head_tel a:before {
  position: absolute;
  top: 8px;
  left: 17px;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/icon_tel1.png") no-repeat;
}
@media screen and (max-width:1200px) {
  #head_navi ul li a {
    font-size: 15px;
    margin: 0 10px;
  }
}
@media screen and (max-width:1100px) {
  #head_navi ul li a {
    font-size: 13px;
    margin: 0 5px;
  }
}

.sp_navi_btn, #sp_navi, #sp_menu {
  display: none;
}


/* フッター----------------- */
#foot {
  color: #fff;
  background: #4EA7D1;
}
#foot a {
  color: #fff;
}
#foot .main {
  padding: 93px 0 60px;
  z-index: 3;
}
.foot1 {
  display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
  width: 90%;
  max-width: 700px;
  margin: 0 auto 50px;
  text-align: left;
}
.foot_col1 {
  width: 50%;
}
.foot_col2 {
  width: 50%;
}
.foot_logo {
  font-size: 33px;
  font-weight: bold;
}
.foot_tel a {
  position: relative;
  display: block;
  padding-left: 55px;
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -.04em;
}
.foot_tel a:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 44px;
  height: 44px;
  background: url("../img/icon_tel2.png") no-repeat;
}
.foot2 {
  margin-bottom: 25px;
}
.foot_ul {
  display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
}
.foot_ul li {
  width: 20%;
  text-align: center;
  font-size: 18px;
}
.foot_ul li a {
  text-decoration: none;
}
.foot_sns {
  display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
  width: 124px;
  margin: 0 auto;
}
.foot_sns li {
  width: 44px;
  margin-right: 34px;
}
.foot_sns li:last-child {
  margin-right: 0;
}
.copyright {
  text-align: center;
}
.copyright small {
  font-size: 12px;
}
.illust_foot1 {
  position: absolute;
  top: 47px;
  right: 0;
  z-index: -1;
}
.illust_foot2 {
  position: absolute;
  bottom: 80px;
  left: 14px;
  z-index: -1;
}


/* トップ---------------- */
#top_main {
  position: relative;
  width: 100%;
  min-height: 850px;
  background: url("../img/bg_top_main.png") no-repeat;
  background-size: cover;
  background-position: center bottom;
}
#top_main .main {
  min-height: 850px;
}
.illust_top_main1 {
  position: absolute;
  bottom: -10px;
  left: 70px;
}
.illust_top_main2 {
  position: absolute;
  bottom: -109px;
  right: 20px;
}
.top_copy {
  position: absolute;
  top: 150px;
  left: 190px;
}
.top_copy img {
  max-width: 100%;
  height: auto;
}

#top_about {
  padding: 65px 0 26px;
}
.fukidasi1 {
  width: 662px;
  height: 222px;
  margin: 0 auto 20px;
  padding-top: 80px;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  color: #2921B5;
  background: url("../img/fukidasi1.png") no-repeat;
}
.fukidasi1 span.kaku {
  position: relative;
  z-index: 5;
}
.big1 {
  position: relative;
  display: inline-block;
  font-size: 40px;
  z-index: 4;
}
.big1:after {
  position: absolute;
  bottom: 0;
  left: -25px;
  display: block;
  content: "";
  width: 200px;
  height: 18px;
  background: #F9E652;
  border-radius: 9px;
  z-index: -1;
}
.txt1 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 25px;
  color: #868686;
}
.ul1 {
  display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.ul1 li:nth-child(1) {
  width: 30.7%;
  margin-right: 3.1%;
}
.ul1 li:nth-child(2) {
  width: 29.6%;
  margin-right: 5.6%;
  padding-top: 20px;
}
.ul1 li:nth-child(3) {
  width: 27.4%;
  padding-top: 12px;
}
.ul1 li a {
  display: block;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  transition: all .3s;
}
.ul1 li a:hover {
  opacity: .7;
}
.ul1 li:nth-child(1) a {
  height: 320px;
  padding: 115px 0 0 22.8%;
  font-size: 37px;
  background: url("../img/top_menu1.png") no-repeat;
  background-size: contain;
}
.ul1 li:nth-child(2) a {
  height: 382px;
  padding: 175px 0 0 17.7%;
  font-size: 36px;
  background: url("../img/top_menu2.png") no-repeat;
  background-size: contain;
}
.ul1 li:nth-child(3) a {
  height: 294px;
  padding: 130px 0 0 8%;
  font-size: 34px;
  background: url("../img/top_menu3.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width:1200px) {
  .ul1 li:nth-child(1) a {
    padding: 100px 0 0 22.8%;
  }
  .ul1 li:nth-child(2) a {
    padding: 160px 0 0 17.7%;
  }
  .ul1 li:nth-child(3) a {
    padding: 115px 0 0 8%;
  }
}

#top_news {
  min-height: 1438px;
  background: url("../img/bg_top1.png") no-repeat;
  background-size: cover;
  background-position: center top;
}
#top_news .main {
  padding: 190px 0 73px;
}
.txt2 {
  margin-bottom: 210px;
  line-height: 2;
  text-align: center;
  font-size: 33px;
  font-weight: bold;
  color: #fff;
}
.illust_top_news1 {
  position: absolute;
  top: -116px;
  left: 6px;
}
.illust_top_news2 {
  position: absolute;
  top: 159px;
  left: 54px;
}
.illust_top_news3 {
  position: absolute;
  top: -208px;
  right: 20px;
}
.illust_top_news4 {
  position: absolute;
  top: 238px;
  right: 26px;
}
.illust_top_news5 {
  position: absolute;
  top: 330px;
  right: 34px;
}
.box1 {
  position: relative;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto 45px;
  padding: 90px 49px;
  text-align: center;
  background: #fff url("../img/bg_dot1.png");
}
.h2_1_en {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: bold;
  color: #6BAABE;
}
.h2_1 {
  position: relative;
  margin-bottom: 80px;
  font-size: 44px;
}
.h2_1:after {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  display: block;
  content: "";
  width: 160px;
  height: 28px;
  margin: 0 auto;
  background: url("../img/line1.png") no-repeat;
}
.ul2 {
  display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.ul2 li {
  width: 30.6%;
  margin-right: 4.1%;
  text-align: left;
}
.ul2 li:nth-child(3n) {
  margin-right: 0;
}
.ul2 li a {
  display: block;
  text-decoration: none;
}
.ul2_img {
  margin-bottom: 15px;
}
.ul2_img img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.date1 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #6BAABE;
}
.ul2_tit {
  font-size: 17px;
  line-height: 150%;
}
.btn1 a {
  position: relative;
  display: block;
  width: 372px;
  height: 76px;
  margin: 0 auto;
  padding-top: 16px;
  text-align: center;
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
  background: #fff;
  border-radius: 38px;
}
.btn1 a:before {
  position: absolute;
  top: 20px;
  right: 27px;
  display: block;
  content: "";
  width: 46px;
  height: 34px;
  background: url("../img/icon_btn1.png") no-repeat;
  transition: all .3s;
}
.btn1 a:hover:before {
  right: 17px;
}
.illust_top_news6 {
  position: absolute;
  top: -7px;
  left: 10px;
}
.illust_top_news7 {
  position: absolute;
  bottom: 90px;
  right: 0;
}

#top_sns {
  padding: 80px 0 93px;
}
.col1 {
  position: relative;
  display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.col1_1, .col1_2 {
  width: 50%;
  padding: 68px 0 65px;
  z-index: 5;
}
.col1:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
  width: 370px;
  height: 294px;
  background: url("../img/bg_sns1.png") no-repeat;
  z-index: 1;
}
.col1:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 370px;
  height: 294px;
  background: url("../img/bg_sns2.png") no-repeat;
  z-index: 1;
}
.sns_box {
  width: 100%;
  max-width: 467px;
  height: 603px;
  margin: 0 auto;
}
.sns_box img {
  max-width: 100%;
  height: auto;
}
.icon_ig, .icon_tw {
  position: relative;
}
.icon_ig:before {
  position: absolute;
  top: -32px;
  right: -28px;
  display: block;
  content: "";
  width: 66px;
  height: 66px;
  background: url("../img/icon_ig2.png") no-repeat;
  z-index: 10;
}
.icon_tw:before {
  position: absolute;
  top: -32px;
  right: -28px;
  display: block;
  content: "";
  width: 66px;
  height: 66px;
  background: url("../img/icon_tw2.png") no-repeat;
  z-index: 10;
}


/* 下層ページ---------------- */

/* 歴史・みどころ */
.content1 {
  padding: 210px 0 70px;
  background: url("../img/bg_sub1.png") no-repeat;
  background-size: cover;
  background-position: center top;
}
.illust_history1 {
  position: absolute;
  top: -14px;
  left: 60px;
}
.illust_history2 {
  position: absolute;
  top: 0;
  right: 35px;
}
.illust_history3 {
  position: absolute;
  bottom: -80px;
  right: 23px;
}
.h1_1 {
  margin-bottom: 90px;
  text-align: center;
}
.h1_1 h1 {
  margin-bottom: 5px;
  font-size: 30px;
  color: #221816;
}
.h1_t1 {
  font-size: 45px;
  letter-spacing: .08em;
  color: #fff;
}
.ul3 {
  display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
}
.ul3 li {
  width: 45.8%;
  margin-right: 8.4%;
  margin-bottom: 90px;
}
.ul3 li:nth-child(2n) {
  margin-right: 0;
}
.ul3_img {
  position: relative;
  margin-bottom: 20px;
  z-index: 3;
}
.ul3_img img {
  width: 100%;
  height: auto;
}
.h2_2 {
  position: relative;
  margin-bottom: 24px;
  font-size: 23px;
  z-index: 2;
}
.h2_2:before {
  position: absolute;
  top: -35px;
  left: -10px;
  display: block;
  content: "";
  width: 96px;
  height: 94px;
  background: url("../img/bg_title1.png") no-repeat;
  z-index: -1;
}
.p1 {
  position: relative;
  margin-bottom: 20px;
  z-index: 2;
}
.h3_1 {
  display: inline-block;
  width: 130px;
  height: 42px;
  margin-bottom: 15px;
  padding-top: 9px;
  text-align: center;
  background: #fff;
}
.history_cont1 {
  position: relative;
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
  padding: 120px 0 80px;
}
.history_cont1:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  content: "";
  width: 160px;
  height: 28px;
  margin: 0 auto;
  background: url("../img/line2.png") no-repeat;
}

/* 店舗一覧 */
.illust_shop1 {
  position: absolute;
  top: 3px;
  left: 26px;
}
.illust_shop2 {
  position: absolute;
  top: -78px;
  right: 13px;
}
.illust_shop3 {
  position: absolute;
  bottom: -27px;
  right: 35px;
}
.h1_2 {
  margin-bottom: 70px;
  text-align: center;
}
.h1_2 h1 {
  margin-bottom: 5px;
  font-size: 30px;
  color: #221816;
}
.page_navi1 {
  position: relative;
  display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
  width: 100%;
  max-width: 1046px;
  margin: 0 auto;
  padding-bottom: 130px;
}
.page_navi1:after {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  display: block;
  content: "";
  width: 160px;
  height: 28px;
  margin: 0 auto;
  background: url("../img/line2.png") no-repeat;
}
.page_navi1 li {
  width: 9.6%;
  margin: 0 .7%;
}
.page_navi1 li a {
  display: block;
  width: 100%;
  height: 38px;
  padding-top: 9px;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  background: #fff;
  border-radius: 19px;
  transition: all .3s;
}
.page_navi1 li a:hover {
  background: #F9E652;
}
.shop_cont1 {
  width: 100%;
  max-width: 1026px;
  margin: 0 auto 50px;
}
.h2_3 {
  position: relative;
  width: 100%;
  height: 140px;
  margin-bottom: 20px;
  padding: 94px 0 0 22px;
  background: url("../img/bg_title2.png") no-repeat;
  background-size: 100%;
}
.h2_3 h2 {
  display: inline-block;
  width: 80px;
  text-align: center;
  font-size: 23px;
  letter-spacing: .1em;
}
.h2_t1 {
  position: absolute;
  top: 78px;
  right: 27px;
  font-size: 42px;
  color: #fff;
}
.ul4 {
  display: flex;
	flex-wrap: wrap;
	align-items: stretch;
  width: 100%;
  max-width: 1016px;
  margin: 0 auto;
}
.ul4 li {
  position: relative;
  width: 49.2%;
  margin-right: 1.6%;
  margin-bottom: 54px;
  padding: 35px 30px 3px;
  background: #fff;
}
.ul4 li:nth-child(2n) {
  margin-right: 0;
}
.ul4 li:after {
  position: absolute;
  bottom: -36px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 36px;
  background: url("../img/bg_box1.png") no-repeat;
  background-size: 100%;
}
.h3_2 {
  margin-bottom: 15px;
  font-size: 23px;
}
.p3 {
  min-height: 55px;
  margin-bottom: 35px;
}
.h4_1 {
  display: inline-block;
  width: 112px;
  height: 36px;
  margin-bottom: 10px;
  padding-top: 7px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background: #8AC2DD;
}
.tel1 {
  margin-bottom: 20px;
}
.link2 a {
  text-decoration: underline;
  word-wrap: break-word;
}
.link2 a:hover {
  text-decoration: none;
}

/* 勇払マップ */
.content2 {
  padding-top: 210px;
  background: url("../img/bg_sub1.png") no-repeat;
  background-size: cover;
  background-position: center top;
}
.illust_map1 {
  position: absolute;
  top: 2px;
  left: 36px;
}
.illust_map2 {
  position: absolute;
  top: 22px;
  right: 40px;
}
.illust_map3 {
  position: absolute;
  bottom: 22px;
  right: 60px;
}
.h1_3 {
  margin-bottom: 115px;
  text-align: center;
}
.h1_3 h1 {
  margin-bottom: 5px;
  font-size: 30px;
  color: #221816;
}
.map_cont1 {
  position: relative;
  width: 100%;
  background: #fff;
}
.map_cont1:before {
  position: absolute;
  top: -13px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  background: url("../img/line3.png") repeat-x;
}
.gmap {
  position: relative;
  height: 720px;
}
.gmap:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 140px;
  background: url("../img/bg_wave1.png") no-repeat;
  background-size: 100% 100%;
}
.h2_4 {
  position: absolute;
  top: 661px;
  left: 0;
  display: block;
  width: 364px;
  height: 122px;
  padding: 30px 0 0 110px;
  text-align: left;
  background: url("../img/bg_title3.png") no-repeat;
}
.h2_t2 {
  line-height: 1;
  font-size: 37px;
  color: #89C2DD;
}
.h2_4 h2 {
  font-size: 26px;
}
.map_cont2 {
  padding: 75px 0 125px;
}

/* お知らせ・イベント */
.illust_news1 {
  position: absolute;
  top: -30px;
  left: 90px;
}
.illust_news2 {
  position: absolute;
  top: -65px;
  right: 78px;
}
.illust_news3 {
  position: absolute;
  top: 503px;
  right: 16px;
}
.illust_news4 {
  position: absolute;
  top: 1062px;
  left: 0;
}
.illust_news5 {
  position: absolute;
  bottom: 420px;
  right: 36px;
}
.illust_news6 {
  position: absolute;
  bottom: -70px;
  left: 12px;
}
.illust_news7 {
  position: absolute;
  bottom: -40px;
  right: 0;
}
.h1_4 {
  position: relative;
  width: 90%;
  max-width: 630px;
  margin: 0 auto 75px;
  padding-top: 25px;
  text-align: center;
}
.h1_t2 {
  margin-bottom: 15px;
  font-size: 29px;
  font-weight: bold;
  color: #fff;
}
.h1_4 h1 {
  font-size: 38px;
}
.h1_4:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 150px;
  height: 130px;
  background: url("../img/icon_frag.png") no-repeat;
}
.box2 {
  position: relative;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto 65px;
  padding: 100px 65px 40px;
  background: #fff url("../img/bg_dot1.png");
}
.ul5 {
  display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.ul5 li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 60px;
}
.ul5 li:nth-child(3n) {
  margin-right: 0;
}
.ul5 li a {
  display: block;
  text-decoration: none;
}
.ul5_img {
  margin-bottom: 15px;
}
.ul5_img img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.date2 {
  margin-bottom: 15px;
  font-size: 19px;
  font-weight: bold;
  color: #6BAABE;
}
.ul5_tit {
  margin-bottom: 15px;
  font-size: 17px;
}
.ul5_txt {
  font-size: 12px;
}

/* お知らせ記事 */
.content3 {
  padding: 210px 0 170px;
  background: url("../img/bg_sub1.png") no-repeat;
  background-size: cover;
  background-position: center top;
}
.illust_news8 {
  position: absolute;
  bottom: 470px;
  left: 16px;
}
.illust_news9 {
  position: absolute;
  bottom: -170px;
  left: 12px;
}
.illust_news10 {
  position: absolute;
  bottom: -180px;
  right: 0;
}
.box3 {
  position: relative;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto 80px;
  padding: 110px 85px 140px;
  background: #fff url("../img/bg_dot1.png");
}
.h1_5 {
  margin-bottom: 15px;
  font-size: 33px;
  font-weight: normal;
  color: #595757;
}
.date3 {
  margin-bottom: 30px;
  font-size: 29px;
  font-weight: bold;
  color: #6BAABE;
}
.post_body {
  font-size: 21px;
}
.post_body a {
  text-decoration: underline;
}
.post_body a:hover {
  text-decoration: none;
}
.post_body h2 {
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 30px;
  border-bottom: 1px solid #999;
}
.post_body h3 {
  margin-bottom: 30px;
  font-size: 28px;
}
.post_body h4 {
  margin-bottom: 25px;
  font-size: 26px;
}
.post_body h5 {
  margin-bottom: 20px;
  font-size: 24px;
}
.post_body p {
  margin-bottom: 30px;
}
.post_body img {
  max-width: 100%;
  height: auto;
}
.post_body ul {
  margin-bottom: 30px;
}
.post_body ul li {
  margin: 0 0 10px 30px;
  line-height: 1.6;
  list-style: disc;
}



/* wordpress */
.wp-pagenavi {
	width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.pagenation .wp-pagenavi a.page {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 9px;
  padding-top: 2px;
	text-align: center;
	text-decoration: none;
	font-size: 28px;
  font-weight: bold;
	color: #595757;
  border: 1px solid #fff;
  transition: all .3s;
}
.pagenation .wp-pagenavi a.page:hover {
	background: #fff;
}
.pagenation .wp-pagenavi a.page {
  display: inline-block;
  margin-bottom: 10px;
}
.pagenation .wp-pagenavi span.current {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 9px;
  padding-top: 2px;
	text-align: center;
	text-decoration: none;
	font-size: 28px;
  font-weight: bold;
	background: #fff;
  border: 1px solid #fff;
}
.pagenation .wp-pagenavi a.previouspostslink {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 9px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/btn_prev.png") no-repeat;
  vertical-align: top;
  transition: all .3s;
}
.pagenation .wp-pagenavi a.nextpostslink {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 9px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/btn_next.png") no-repeat;
  vertical-align: top;
  transition: all .3s;
}
.pagenation .wp-pagenavi a.nextpostslink:hover, .pagenation .wp-pagenavi a.previouspostslink:hover {
	opacity: .7;
}
.pagenation .wp-pagenavi span.pages {
	display: none;
}


/* 汎用スタイル---------------- */
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.img100 img {
  width: 100%;
  height: auto;
}
.img_res img {
  max-width: 100%;
  height: auto;
}
.bold {
  font-weight: 600;
}
