@charset "UTF-8";
/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*::after, *::before {
  content: '';
}

body {
  font-size: 1rem;
  -webkit-text-size-adjust: 100%;
  line-height: 1.7;
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #111;
  background-color: #ededed;
}

a{color:#111; text-decoration: none; transition: all .5s ease;}

html{scroll-padding-top:80px;}

.clearfix{clear: both;}


/* -------------------------------- 

margin / padding

-------------------------------- */

.mt5{margin-top: 5px !important}
.mt10{margin-top: 10px !important}
.mt15{margin-top: 15px !important}
.mt20{margin-top: 20px !important}
.mt30{margin-top: 30px !important}
.mt40{margin-top: 40px !important}
.mt50{margin-top: 50px !important}
.mt60{margin-top: 60px !important}
.mt70{margin-top: 70px !important}
.mt80{margin-top: 80px !important}
.mt90{margin-top: 90px !important}
.mt100{margin-top: 100px !important}

.mb5{margin-bottom: 5px !important}
.mb10{margin-bottom: 10px !important}
.mb15{margin-bottom: 15px !important}
.mb20{margin-bottom: 20px !important}
.mb30{margin-bottom: 30px !important}
.mb40{margin-bottom: 40px !important}
.mb50{margin-bottom: 50px !important}
.mb60{margin-bottom: 60px !important}
.mb70{margin-bottom: 70px !important}
.mb80{margin-bottom: 80px !important}
.mb90{margin-bottom: 90px !important}
.mb100{margin-bottom: 100px !important}

.ml5{margin-left: 5px !important}
.ml10{margin-left: 10px !important}
.ml15{margin-left: 15px !important}
.ml20{margin-left: 20px !important}
.ml30{margin-left: 30px !important}
.ml40{margin-left: 40px !important}
.ml50{margin-left: 50px !important}
.ml60{margin-left: 60px !important}
.ml70{margin-left: 70px !important}
.ml80{margin-left: 80px !important}
.ml90{margin-left: 90px !important}
.ml100{margin-left: 100px !important}

.mr5{margin-right: 5px !important}
.mr10{margin-right: 10px !important}
.mr15{margin-right: 15px !important}
.mr20{margin-right: 20px !important}
.mr30{margin-right: 30px !important}
.mr40{margin-right: 40px !important}
.mr50{margin-right: 50px !important}
.mr60{margin-right: 60px !important}
.mr70{margin-right: 70px !important}
.mr80{margin-right: 80px !important}
.mr90{margin-right: 90px !important}
.mr100{margin-right: 100px !important}

.pt5{padding-top: 5px !important}
.pt10{padding-top: 10px !important}
.pt15{padding-top: 15px !important}
.pt20{padding-top: 20px !important}
.pt30{padding-top: 30px !important}
.pt40{padding-top: 40px !important}
.pt50{padding-top: 50px !important}
.pt60{padding-top: 60px !important}
.pt70{padding-top: 70px !important}
.pt80{padding-top: 80px !important}
.pt90{padding-top: 90px !important}
.pt100{padding-top: 100px !important}

.pb5{padding-bottom: 5px !important}
.pb10{padding-bottom: 10px !important}
.pb15{padding-bottom: 15px !important}
.pb20{padding-bottom: 20px !important}
.pb30{padding-bottom: 30px !important}
.pb40{padding-bottom: 40px !important}
.pb50{padding-bottom: 50px !important}
.pb60{padding-bottom: 60px !important}
.pb70{padding-bottom: 70px !important}
.pb80{padding-bottom: 80px !important}
.pb90{padding-bottom: 90px !important}
.pb100{padding-bottom: 100px !important}

.pl5{padding-left: 5px !important}
.pl10{padding-left: 10px !important}
.pl15{padding-left: 15px !important}
.pl20{padding-left: 20px !important}
.pl30{padding-left: 30px !important}
.pl40{padding-left: 40px !important}
.pl50{padding-left: 50px !important}
.pl60{padding-left: 60px !important}
.pl70{padding-left: 70px !important}
.pl80{padding-left: 80px !important}
.pl90{padding-left: 90px !important}
.pl100{padding-left: 100px !important}

.pr5{padding-right: 5px !important}
.pr10{padding-right: 10px !important}
.pr15{padding-right: 15px !important}
.pr20{padding-right: 20px !important}
.pr30{padding-right: 30px !important}
.pr40{padding-right: 40px !important}
.pr50{padding-right: 50px !important}
.pr60{padding-right: 60px !important}
.pr70{padding-right: 70px !important}
.pr80{padding-right: 80px !important}
.pr90{padding-right: 90px !important}
.pr100{padding-right: 100px !important}

.pdg5{padding: 5px;}
.pdg10{padding: 10px;}
.pdg20{padding: 20px;}

.mgn5{margin:5px;}
.mgn10{margin:10px;}
.mgn20{margin:20px;}

/* -------------------------------- 

text

-------------------------------- */

/*--size--*/
.txt-10{font-size: 10px; line-height: 1.7;}
.txt-12{font-size: 12px; line-height: 1.7;}
.txt-14{font-size: 14px; line-height: 1.7;}
.txt-16{font-size: 16px; line-height: 1.7;}
.txt-18{font-size: 18px; line-height: 1.7;}
.txt-20{font-size: 20px; line-height: 1.7;}
.txt-22{font-size: 22px; line-height: 1.7;}
.txt-24{font-size: 24px; line-height: 1.7;}
.txt-26{font-size: 26px; line-height: 1.7;}
.txt-28{font-size: 28px; line-height: 1.7;}
.txt-30{font-size: 30px; line-height: 1.7;}
.txt-32{font-size: 32px; line-height: 1.7;}
.txt-34{font-size: 34px; line-height: 1.7;}
.txt-36{font-size: 36px; line-height: 1.7;}

/*--font--*/
.txt-nomal {font-weight: normal;}
.txt-bold  {font-weight: bold;}

/*--color--*/
.txt-white  {color: #FFFFFF;}
.txt-blue  {color: #4ba5c3;}
.txt-green {color: #64a725;}
.txt-red   {color: #c30d23;}
.txt-pink  {color: #fb1961;}
.txt-gray  {color: #999999;}
.txt-gold {color: #d69711;}
/*--align--*/
.al-left{text-align: left;}
.al-center{text-align: center;}
.al-right {text-align: right;}

.alignleft{text-align: left;}
.aligncenter{text-align: center;}
.alignright{text-align: right;}
/* -------------------------------- 

background-color

-------------------------------- */

.bg-white {width:100%; background-color: #FFFFFF;}
.bg-gray {width:100%; background-color: #cccccc;}
.bg-black {width:100%; background-color: #000000; color: #FFFFFF;}
.bg-green {width:100%; background-color: #90c31f; color: #FFFFFF;}
.bg-blue  {width:100%; background-color: #25b5d4; color: #FFFFFF;}
.bg-purple{width:100%; background-color: #945cbe; color: #FFFFFF;}
.bg-red   {width:100%; background-color: #f54d4d; color: #FFFFFF;}
.bg-pink  {width:100%; background-color: #f474bf; color: #FFFFFF;}
.bg-orange{width:100%; background-color: #eda11c; color: #FFFFFF;}
.bg-beige {background-color: #f2ece1;}

/* -------------------------------- 

background-shadow

-------------------------------- */

.bg-shadow_in {box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2) inset;}
.bg-shadow_out{box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);}


/* -------------------------------- 

image

-------------------------------- */
.img-fit-left{
  width: 100%;
  border:0;
  margin:0;
  padding: 0;
}

.img-fit-left img{
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.img-fit{
  width: 100%;
  text-align: center;
  border:0;
  margin:0;
  padding: 0;
}

.img-fit img{
  width: 100%;
  height: auto;
  vertical-align: top;
}

.img-fit-alpha{
  width: 100%;
  text-align: center;
  border:0;
  margin:0;
  padding: 0;
}

.img-fit-alpha img{
  width: 100%;
  height: auto;
  vertical-align: top;
  opacity: 0.5;
}

.img-fit-round{
  width: 100%;
  border-radius: 10px;
  text-align: center;
  border:0;
  margin:0;
  padding: 0;
  overflow: hidden;
}

.img-fit-round img{
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* -------------------------------- 

icon

-------------------------------- */
.icon-manukahoney{
  font-size: 12px;
  color: #FFF;
  text-align: center;
  background-color: #d69711;
  padding: 5px 10px;
  border-radius: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.icon-news{
  font-size: 12px;
  color: #FFF;
  text-align: center;
  background-color: #448aca;
  padding: 5px 10px;
  border-radius: 40px;
}

.icon-pharmacy{
  font-size: 12px;
  color: #FFF;
  text-align: center;
  background-color: #32b16c;
  padding: 5px 10px;
  border-radius: 40px;
}

.icon-1{
  font-size: 12px;
  color: #FFF;
  background-color: #e9a23c;
  padding: 5px 10px;
}

.icon-2{
  font-size: 12px;
  color: #FFF;
  background-color: #4599ee;
  padding: 5px 10px;
}

.icon-3{
  font-size: 12px;
  color: #FFF;
  background-color: #e06895;
  padding: 5px 10px;
}

/* -------------------------------- 

btn

-------------------------------- */
.btn-100{
  width: 100px;
  margin:20px auto 20px;
  position: relative;
}

.btn-150{
  width: 150px;
  margin:20px auto 20px;
  position: relative;
}

.btn-200{
  width: 200px;
  margin:20px auto 20px;
  position: relative;
}

.btn-200-right{
  width: 200px;
  display: block;
  float: right;
}

.btn-300{
  width: 300px;
  margin:20px auto 20px;
  position: relative;
}

.btn-red{
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: block;
  background-color: #bb2a5d;
  border-radius: 40px;
  padding: 10px 0px;
  text-align: center;
  outline: none;
  transition: ease .3s;
}

.btn-red:hover{
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}

.btn-red i{
  position: absolute;
  z-index: 3;
  color: #FFF;
  right: 20px;
  top:50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: ease .5s;
}

.btn-red:hover i{
  color: #FFF;
  position: absolute;
  right: 15px;
}

.btn-red span {
  position: relative;
  z-index: 3;
  color:#FFF;
}

.btn-red:hover span{
  color:#fff;
}

.bgleft-red:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#a0234f;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.bgleft-red:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

.btn-blue{
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: block;
  background-color: #047494;
  border-radius: 40px;
  padding: 15px 0px;
  text-align: center;
  outline: none;
  transition: ease .3s;
}

.btn-blue:hover{
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}

.btn-blue i{
  position: absolute;
  z-index: 3;
  color: #FFF;
  right: 20px;
  top:50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: ease .5s;
}

.btn-blue:hover i{
  color: #FFF;
  position: absolute;
  right: 15px;
}

.btn-blue span {
  position: relative;
  z-index: 3;
  color:#FFF;
}

.btn-blue:hover span{
  color:#fff;
}

.bgleft-blue:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#03647f;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.bgleft-blue:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

.btn-green{
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: block;
  background-color: #4d8e3c;
  border-radius: 40px;
  padding: 15px 0px;
  text-align: center;
  outline: none;
  transition: ease .3s;
}

.btn-green:hover{
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}

.btn-green i{
  position: absolute;
  z-index: 3;
  color: #FFF;
  right: 20px;
  top:50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: ease .5s;
}

.btn-green:hover i{
  color: #FFF;
  position: absolute;
  right: 15px;
}

.btn-green span {
  position: relative;
  z-index: 3;
  color:#FFF;
}

.btn-green:hover span{
  color:#fff;
}

.bgleft-green:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#3d712f;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.bgleft-green:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

.btn-orange{
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: block;
  color: #FFF;
  background-color: #f17a07;
  border-radius: 6px;
  padding: 15px 0px;
  text-align: center;
  outline: none;
  transition: ease .3s;
}

.btn-orange:hover{
  background-color: #f18607;
}

.btn-orange i{
  position: absolute;
  z-index: 3;
  color: #FFF;
  right: 20px;
  top:50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: ease .5s;
}

.btn-orange:hover i{
  color: #FFF;
  position: absolute;
  right: 15px;
}

.btn-orange span {
  position: relative;
  z-index: 3;
  color:#FFF;
}

.btn-orange:hover span{
  color:#fff;
}

.bgleft-orange:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#e67e19;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.bgleft-orange:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

.btn-pink{
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: block;
  background-color: #e26f97;
  border-radius: 40px;
  padding: 15px 0px;
  text-align: center;
  outline: none;
  transition: ease .3s;
}

.btn-pink:hover{
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}

.btn-pink i{
  position: absolute;
  z-index: 3;
  color: #FFF;
  right: 20px;
  top:50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: ease .5s;
}

.btn-pink:hover i{
  color: #FFF;
  position: absolute;
  right: 15px;
}

.btn-pink span {
  position: relative;
  z-index: 3;
  color:#FFF;
}

.btn-pink:hover span{
  color:#fff;
}

.bgleft-pink:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#d16389;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.bgleft-pink:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

.btn-back{
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: block;
  background-color: #ffffff;
  border:1px solid #ccc;
  border-radius: 40px;
  padding: 10px 0px;
  text-align: center;
  outline: none;
  transition: ease .3s;
}

.btn-back:hover{
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}

.btn-back i{
  position: absolute;
  z-index: 3;
  left: 20px;
  top:50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: ease .5s;
}

.btn-back:hover i{
  position: absolute;
  left: 15px;
  top:50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.btn-back span {
  position: relative;
  z-index: 3;
}

.btn-back:hover span{
}

.bgleft-back:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#ffffff;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: left top;
}

.bgleft-back:hover:before{
  transform-origin:right top;
  transform:scale(1, 1);
}


/* --------------------------------

pagenation

-------------------------------- */
.nav-links{
  width: 100%;
  margin: 40px 0px;
}

ul.page-numbers{
  font-family: arial;
  font-weight: bold;
  list-style: none;
  text-align: center;
}

ul.page-numbers li{
  display: inline-block;
  margin:0px 5px;
}

ul.page-numbers li a{
  font-size: 1.125rem;
  line-height: 32px;
  width: 36px;
  height: 36px;
  display: inline-block;
/*  border:1px solid #ccc;
  background-color: #fff;*/
}

ul.page-numbers li a:hover{
  color: #c30d23;
/*  background-color: #4d4d4d;
  border:1px solid #4d4d4d;*/
}

ul.page-numbers .current{
  display: block;
  font-size: 1.125rem;
  line-height: 32px;
  width: 34px;
  height: 34px;
  color: #c30d23;
/*  background-color: #4d4d4d;
  border:1px solid #4d4d4d;*/
}

/* -------------------------------- 

pagetop

-------------------------------- */


.ungle-top{
  font-size: 42px;
}

.ungle-top a{
  color: #ffa800;
}

/* -------------------------------- 

amime

-------------------------------- */
.fadeUp {
animation-name: fadeUpAnime;/*アニメーションの定義名*/
animation-duration:2s;/*アニメーション変化時間 ※デフォルト*/
animation-fill-mode:forwards;/*アニメーションの開始と終了時の状態を指定*/
animation-iteration-count:1;/*infinite=ループ*/
opacity:0;
}

/*アニメーションの開始から終了までを指定する*/
@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.fadeDown {
animation-name: fadeDownAnime;/*アニメーションの定義名*/
animation-duration:2s;/*アニメーション変化時間 ※デフォルト*/
animation-fill-mode:forwards;/*アニメーションの開始と終了時の状態を指定*/
animation-iteration-count:1;/*infinite=ループ*/
opacity:0;
}

/*アニメーションの開始から終了までを指定する*/
@keyframes fadeDownAnime{
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}


.fadeRight {
animation-name: fadeRightAnime;/*アニメーションの定義名*/
animation-duration:2s;/*アニメーション変化時間 ※デフォルト*/
animation-fill-mode:forwards;/*アニメーションの開始と終了時の状態を指定*/
animation-iteration-count:1;/*infinite=ループ*/
opacity:1;
}

/*アニメーションの開始から終了までを指定する*/
@keyframes fadeRightAnime{
  from {
    opacity: 1;
    transform: translateX(200px);
  }
  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* スライド */
.slide-box{
  position: relative;
}

.slide-box .prev{
  font-size: 16px;
  line-height:32px; 
  width: 32px;
  height: 32px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  position: absolute;
  bottom:0;
  right: 32px;
  z-index: 3;
  transition: all .5s ease;
}

.slide-box .prev:hover{
  opacity: 0.5;
}

.slide-box .next{
  font-size: 16px;
  line-height:32px; 
  width: 32px;
  height: 32px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  position: absolute;
  bottom:0;
  right: 0;
  z-index: 3;
  transition: all .5s ease;
}

.slide-box .next:hover{
  opacity: 0.5;
}

.yoyaku-btn{
  width: 100%;
}

.yoyaku-btn a{
  width: 100%;
  display: block;
  color: #FFF;
  background-color: #3498db;
  text-align: center;
  padding: 15px;
  border-radius: 100px;
}

.yoyaku-btn a:hover{
  opacity: 0.8;
}

ul.postLinks{
  width: 100%;
  display: flex;
  align-items: center;
}

ul.postLinks li{
  width: 50%;
}

.postLink-prev{
  text-align: left;
}

.postLink-next{
  text-align: right;
}

.postLink a:hover{
  color: #d69711;
}

ul.page-numbers{
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.page-numbers li{
  margin-right: 20px;
}

ul.page-numbers li:last-child{
  margin-right: 0px;
}

ul.page-numbers li a{
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 36px;
  border:1px solid #333;
}

ul.page-numbers li a:hover{
  width: 40px;
  height: 40px;
  display: block;
  color: #FFF;
  text-align: center;
  line-height: 36px;
  border:1px solid #d69711;
  background-color: #d69711;
}

ul.page-numbers li .current{
  width: 40px;
  height: 40px;
  display: block;
  color: #d69711;
  text-align: center;
  line-height: 36px;
  border:1px solid #d69711;
}
