@charset "utf-8";

body {
	font-size: 16px;
}
input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="tel"], textarea, select {
	padding: 5px 5px 5px 1em;
	font-size: 16px;
}
.pc {
	display: none;
}


/* 基本レイアウト---------------- */
#wrapper {
	width: 100%;
	text-align: center;
}
#container {
	padding-top: 50px;
}
.main {
  position: relative;
  width: 90%;
  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: 50px;
  background: #fff;
  z-index: 100;
}
.head_in {
  position: relative;
  text-align: left;
}
#head_logo {
  padding: 8px 0 0 10px;
  font-size: 22px;
  font-weight: bold;
}
#head_logo a {
  text-decoration: none;
  color: #000;
}
#head_navi, #head_sub {
  display: none;
}
.sp_navi_btn {
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 50px;
  text-align: center;
  z-index: 200;
}
#navi_on {
  position: fixed;
	top: 0;
  right: 0;
	width: 60px;
  height: 50px;
  text-align: center;
  cursor: pointer;
}
#navi_of {
  display: none;
	position: fixed;
  top: 0;
  right: 0;
	width: 60px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  z-index: 300;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 30px;
  height: 21px;
  margin-top: 14px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #24272B;
  border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  top: -6px;
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  bottom: 5px;
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

#sp_navi {
  display: none;
	width: 100%;
  height: 100%;
	position: fixed;
	top: 50px;
	left: 0;
  padding: 10px 5% 70px; 
  background: #fff;
  z-index: 100;
  overflow-y: scroll;
}
.sp_navi_ul {
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
}
.sp_navi_ul li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 1.5;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
}
.sp_navi_ul li a:after {
  position: absolute;
  top: 16px;
  right: 12px;
  display: block;
  content: "▶";
  font-size: 10px;
}
.sp_sns {
  display: flex;
	flex-wrap: nowrap;
  align-items: center;
  width: 110px;
  margin: 0 auto 15px;
}
.sp_sns li {
  margin-right: 14px;
}
.sp_tel {
  width: 247px;
  margin: 0 auto;
}
.sp_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;
}
.sp_tel a:before {
  position: absolute;
  top: 8px;
  left: 17px;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/icon_tel1.png") no-repeat;
}


/* フッター----------------- */
#foot {
  color: #fff;
  background: #4EA7D1;
}
#foot a {
  color: #fff;
}
#foot .main {
  padding: 25px 0 20px;
  z-index: 3;
}
.foot1 {
  width: 90%;
  margin: 0 auto 25px;
  text-align: center;
}
.foot_col1 {
  margin-bottom: 10px;
}
.foot_logo {
  font-size: 18px;
  font-weight: bold;
}
.foot_tel a {
  position: relative;
  display: inline-block;
  padding-left: 27px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -.04em;
}
.foot_tel a:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  background: url("../img/icon_tel2.png") no-repeat;
  background-size: 100%;
}
.foot2 {
  margin-bottom: 20px;
}
.foot_ul {
  width: 100%;
  margin-bottom: 25px;
}
.foot_ul li {
  margin-bottom: 10px;
  text-align: center;
  font-size: 14px;
}
.foot_sns {
  display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
  width: 62px;
  margin: 0 auto;
}
.foot_sns li {
  width: 22px;
  margin-right: 17px;
}
.foot_sns li:last-child {
  margin-right: 0;
}
.foot_sns li img {
  max-width: 100%;
  height: auto;
}
.copyright {
  text-align: center;
}
.copyright small {
  font-size: 10px;
}
.illust_foot1 {
  position: absolute;
  top: 20px;
  right: 0;
  width: 49px;
  z-index: -1;
}
.illust_foot2 {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 90px;
  z-index: -1;
}


/* トップ---------------- */
#top_main {
  position: relative;
  width: 100%;
  min-height: 400px;
  background: url("../img/bg_top_main.png") no-repeat;
  background-size: cover;
  background-position: center bottom;
}
#top_main .main {
  min-height: 400px;
}
.illust_top_main1 {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 93px;
}
.illust_top_main2 {
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 140px;
}
.top_copy {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 82px;
}
.top_copy img {
  max-width: 100%;
  height: auto;
}

#top_about {
  padding: 30px 0 20px;
}
.fukidasi1 {
  width: 298px;
  height: 100px;
  margin: 0 auto 20px;
  padding-top: 35px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #2921B5;
  background: url("../img/fukidasi1.png") no-repeat;
  background-size: 100%;
}
.fukidasi1 span.kaku {
  position: relative;
  z-index: 5;
}
.big1 {
  position: relative;
  display: inline-block;
  font-size: 18px;
  z-index: 4;
}
.big1:after {
  position: absolute;
  bottom: 0;
  left: -12px;
  display: block;
  content: "";
  width: 90px;
  height: 9px;
  background: #F9E652;
  border-radius: 5px;
  z-index: -1;
}
.txt1 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
  color: #868686;
}
.ul1 {
  display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
  width: 100%;
}
.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;
}
.ul1 li:nth-child(1) a {
  height: 96px;
  padding: 32px 0 0 22.8%;
  font-size: 14px;
  background: url("../img/top_menu1.png") no-repeat;
  background-size: contain;
}
.ul1 li:nth-child(2) a {
  height: 115px;
  padding: 50px 0 0 17.7%;
  font-size: 14px;
  background: url("../img/top_menu2.png") no-repeat;
  background-size: contain;
}
.ul1 li:nth-child(3) a {
  height: 88px;
  padding: 38px 0 0 8%;
  font-size: 14px;
  background: url("../img/top_menu3.png") no-repeat;
  background-size: contain;
}

#top_news {
  min-height: 720px;
  background: url("../img/bg_top1.png") no-repeat;
  background-size: cover;
  background-position: center top;
}
#top_news .main {
  padding: 130px 0 30px;
}
.txt2 {
  position: relative;
  margin-bottom: 40px;
  line-height: 2;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  z-index: 10;
}
.illust_top_news1 {
  position: absolute;
  top: -30px;
  left: 0;
  width: 102px;
}
.illust_top_news2 {
  position: absolute;
  top: 90px;
  left: 0;
  width: 48px;
}
.illust_top_news3 {
  position: absolute;
  top: -50px;
  right: 0;
  width: 63px;
}
.illust_top_news4 {
  position: absolute;
  top: 80px;
  right: 0;
  width: 37px;
}
.illust_top_news5 {
  position: absolute;
  top: 140px;
  right: 0;
  width: 70px;
}
.box1 {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding: 50px 20px 70px;
  text-align: center;
  background: #fff url("../img/bg_dot1.png");
}
.h2_1_en {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #6BAABE;
}
.h2_1 {
  position: relative;
  margin-bottom: 45px;
  font-size: 24px;
}
.h2_1:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  display: block;
  content: "";
  width: 80px;
  height: 14px;
  margin: 0 auto;
  background: url("../img/line1.png") no-repeat;
  background-size: 100%;
}
.ul2 li {
  margin-bottom: 20px;
  text-align: left;
}
.ul2 li a {
  display: block;
  text-decoration: none;
}
.ul2_img {
  margin-bottom: 10px;
}
.ul2_img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.date1 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #6BAABE;
}
.ul2_tit {
  font-size: 15px;
}
.btn1 a {
  position: relative;
  display: block;
  width: 80%;
  height: 50px;
  margin: 0 auto;
  padding-top: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  border-radius: 25px;
}
.btn1 a:before {
  position: absolute;
  top: 16px;
  right: 20px;
  display: block;
  content: "";
  width: 23px;
  height: 17px;
  background: url("../img/icon_btn1.png") no-repeat;
  background-size: 100%;
}
.illust_top_news6 {
  position: absolute;
  top: -10px;
  left: 0;
  width: 79px;
}
.illust_top_news7 {
  position: absolute;
  bottom: 90px;
  right: 0;
  width: 93px;
}

#top_sns {
  padding: 40px 0;
}
.col1 {
  position: relative;
}
.col1_1, .col1_2 {
  padding: 30px 0;
}
.col1:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
  width: 185px;
  height: 147px;
  background: url("../img/bg_sns1.png") no-repeat;
  background-size: 100%;
  z-index: 1;
}
.col1:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 185px;
  height: 147px;
  background: url("../img/bg_sns2.png") no-repeat;
  background-size: 100%;
  z-index: 1;
}
.sns_box {
  position: relative;
  width: 90%;
  min-height: 300px;
  margin: 0 auto;
  z-index: 5;
}
.sns_box img {
  max-width: 100%;
  height: auto;
}
.icon_ig, .icon_tw {
  position: relative;
}
.icon_ig:before {
  position: absolute;
  top: -15px;
  right: -15px;
  display: block;
  content: "";
  width: 33px;
  height: 33px;
  background: url("../img/icon_ig2.png") no-repeat;
  background-size: 100%;
  z-index: 10;
}
.icon_tw:before {
  position: absolute;
  top: -15px;
  right: -15px;
  display: block;
  content: "";
  width: 33px;
  height: 33px;
  background: url("../img/icon_tw2.png") no-repeat;
  background-size: 100%;
  z-index: 10;
}


/* 下層ページ---------------- */

/* 歴史・みどころ */
.content1 {
  position: relative;
  padding: 150px 0 30px;
  background: #7091D9 url("../img/bg_sub2.png") repeat-y;
  background-size: 100%;
  background-position: center top;
}
.content1:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/bg_sub1.png") no-repeat;
  background-size: 100%;
  background-position: center top;
}
.illust_history1 {
  position: absolute;
  top: -80px;
  left: 0;
  width: 131px;
}
.illust_history2 {
  position: absolute;
  top: -70px;
  right: 0;
  width: 122px;
}
.illust_history3 {
  position: absolute;
  bottom: -40px;
  right: 0;
  width: 95px;
}
.h1_1 {
  margin-bottom: 40px;
  text-align: center;
}
.h1_1 h1 {
  margin-bottom: 5px;
  font-size: 24px;
  color: #221816;
}
.h1_t1 {
  font-size: 30px;
  letter-spacing: .08em;
  color: #fff;
}
.ul3 li {
  margin-bottom: 50px;
  font-size: 15px;
}
.ul3_img {
  position: relative;
  margin-bottom: 15px;
  z-index: 3;
}
.ul3_img img {
  width: 100%;
  height: auto;
}
.h2_2 {
  position: relative;
  margin-bottom: 15px;
  font-size: 16px;
  z-index: 2;
}
.h2_2:before {
  position: absolute;
  top: -14px;
  left: -6px;
  display: block;
  content: "";
  width: 48px;
  height: 47px;
  background: url("../img/bg_title1.png") no-repeat;
  background-size: 100%;
  z-index: -1;
}
.p1 {
  position: relative;
  margin-bottom: 20px;
  z-index: 2;
}
.h3_1 {
  display: inline-block;
  width: 120px;
  height: 30px;
  margin-bottom: 10px;
  padding-top: 4px;
  text-align: center;
  background: #fff;
}
.history_cont1 {
  position: relative;
  padding: 60px 0 50px;
  font-size: 15px;
}
.history_cont1:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  content: "";
  width: 80px;
  height: 14px;
  margin: 0 auto;
  background: url("../img/line2.png") no-repeat;
  background-size: 100%;
}

/* 店舗一覧 */
.illust_shop1 {
  position: absolute;
  top: -80px;
  left: 0;
  width: 121px;
}
.illust_shop2 {
  position: absolute;
  top: -110px;
  right: 0;
  width: 145px;
}
.illust_shop3 {
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 171px;
}
.h1_2 {
  margin-bottom: 20px;
  text-align: center;
}
.h1_2 h1 {
  margin-bottom: 5px;
  font-size: 20px;
  color: #221816;
}
.page_navi1 {
  position: relative;
  display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
  width: 100%;
  padding-bottom: 60px;
}
.page_navi1:after {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  display: block;
  content: "";
  width: 80px;
  height: 14px;
  margin: 0 auto;
  background: url("../img/line2.png") no-repeat;
  background-size: 100%;
}
.page_navi1 li {
  width: 30%;
  margin: 0 1.5% 10px;
}
.page_navi1 li a {
  display: block;
  width: 100%;
  height: 38px;
  padding-top: 11px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  background: #fff;
  border-radius: 19px;
}
.shop_cont1 {
  width: 100%;
  margin-bottom: 50px;
}
.h2_3 {
  position: relative;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  padding: 15px 0 0 40px;
  background: url("../img/bg_title2.png") no-repeat;
  background-size: 100%;
}
.h2_3 h2 {
  display: inline-block;
  width: 80px;
  font-size: 18px;
  letter-spacing: .1em;
}
.h2_t1 {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  color: #fff;
}
.ul4 {
  width: 100%;
}
.ul4 li {
  position: relative;
  margin-bottom: 35px;
  padding: 20px 15px 10px;
  background: #fff;
}
.ul4 li:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 20px;
  background: url("../img/bg_box1.png") no-repeat;
  background-size: 100%;
}
.h3_2 {
  margin-bottom: 15px;
  font-size: 18px;
}
.p3 {
  margin-bottom: 20px;
}
.h4_1 {
  display: inline-block;
  width: 100px;
  height: 30px;
  margin-bottom: 10px;
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  background: #8AC2DD;
}
.tel1 {
  margin-bottom: 20px;
}
.link2 a {
  text-decoration: underline;
  word-wrap: break-word;
}

/* 勇払マップ */
.content2 {
  padding-top: 150px;
  background: url("../img/bg_sub1.png") no-repeat;
  background-size: cover;
  background-position: center top;
}
.illust_map1 {
  position: absolute;
  top: -70px;
  left: 0;
  width: 122px;
}
.illust_map2 {
  position: absolute;
  top: -80px;
  right: 0;
  width: 103px;
}
.illust_map3 {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 120px;
}
.h1_3 {
  margin-bottom: 40px;
  text-align: center;
}
.h1_3 h1 {
  margin-bottom: 5px;
  font-size: 20px;
  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: 4px;
  background: url("../img/line3.png") repeat-x;
  background-size: 20px 4px;
}
.gmap {
  position: relative;
  height: 360px;
}
.gmap:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 70px;
  background: url("../img/bg_wave1.png") no-repeat;
  background-size: 100% 100%;
}
.h2_4 {
  position: absolute;
  top: 320px;
  left: 0;
  display: block;
  width: 182px;
  height: 62px;
  padding: 5px 0 0 55px;
  text-align: left;
  background: url("../img/bg_title3.png") no-repeat;
  background-size: 100%;
}
.h2_t2 {
  line-height: 1;
  font-size: 24px;
  color: #89C2DD;
}
.h2_4 h2 {
  font-size: 18px;
}
.map_cont2 {
  padding: 30px 0 150px;
}

/* お知らせ・イベント */
.illust_news1 {
  position: absolute;
  top: -110px;
  left: 0;
  width: 84px;
}
.illust_news2 {
  position: absolute;
  top: -90px;
  right: 0;
  width: 77px;
}
.illust_news3 {
  position: absolute;
  top: 250px;
  right: 0;
  width: 62px;
}
.illust_news4 {
  position: absolute;
  top: 500px;
  left: 0;
  width: 38px;
}
.illust_news5 {
  position: absolute;
  bottom: 240px;
  right: 0;
  width: 50px;
}
.illust_news6 {
  position: absolute;
  bottom: -180px;
  left: 0;
  width: 110px;
}
.illust_news7 {
  position: absolute;
  bottom: -160px;
  right: 0;
  width: 110px;
}
.h1_4 {
  position: relative;
  width: 100%;
  max-width: 290px;
  margin: 0 auto 30px;
  padding-top: 10px;
  text-align: center;
}
.h1_t2 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.h1_4 h1 {
  font-size: 20px;
}
.h1_4:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 75px;
  height: 65px;
  background: url("../img/icon_frag.png") no-repeat;
  background-size: 100%;
}
.box2 {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  padding: 50px 20px 20px;
  background: #fff url("../img/bg_dot1.png");
}
.ul5 {
  display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.ul5 li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
}
.ul5 li:nth-child(2n) {
  margin-right: 0;
}
.ul5 li a {
  display: block;
  text-decoration: none;
}
.ul5_img {
  margin-bottom: 10px;
}
.ul5_img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.date2 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #6BAABE;
}
.ul5_tit {
  margin-bottom: 10px;
  font-size: 14px;
}
.ul5_txt {
  font-size: 11px;
}

/* お知らせ記事 */
.content3 {
  padding: 150px 0 120px;
  background: url("../img/bg_sub1.png") no-repeat;
  background-size: cover;
  background-position: center top;
}
.illust_news8 {
  position: absolute;
  bottom: 230px;
  left: 0;
  width: 40px;
}
.illust_news9 {
  position: absolute;
  bottom: -120px;
  left: 0;
  width: 110px;
}
.illust_news10 {
  position: absolute;
  bottom: -125px;
  right: 0;
  width: 110px;
}
.box3 {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  padding: 50px 20px;
  background: #fff url("../img/bg_dot1.png");
}
.h1_5 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: normal;
  color: #595757;
}
.date3 {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #6BAABE;
}
.post_body {
  font-size: 15px;
}
.post_body a {
  text-decoration: underline;
}
.post_body a:hover {
  text-decoration: none;
}
.post_body h2 {
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 24px;
  border-bottom: 1px solid #999;
}
.post_body h3 {
  margin-bottom: 30px;
  font-size: 22px;
}
.post_body h4 {
  margin-bottom: 25px;
  font-size: 20px;
}
.post_body h5 {
  margin-bottom: 20px;
  font-size: 18px;
}
.post_body p {
  margin-bottom: 25px;
}
.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: 90%;
  margin: 0 auto 150px;
  text-align: center;
}
.pagenation .wp-pagenavi a.page {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0 4px;
  padding-top: 2px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
  font-weight: bold;
	color: #595757;
  border: 1px solid #fff;
}
.pagenation .wp-pagenavi a.page {
  display: inline-block;
  margin-bottom: 10px;
}
.pagenation .wp-pagenavi span.current {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0 4px;
  padding-top: 2px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
  font-weight: bold;
	background: #fff;
  border: 1px solid #fff;
}
.pagenation .wp-pagenavi a.previouspostslink {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 4px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/btn_prev.png") no-repeat;
  background-size: 100%;
  vertical-align: top;
}
.pagenation .wp-pagenavi a.nextpostslink {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 4px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/btn_next.png") no-repeat;
  background-size: 100%;
  vertical-align: top;
}
.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;
}
.center_sp {
    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;
}
