/*Style Template BBG*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

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

body{
    font-family: "Noto Sans JP", sans-serif;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 140%;
    color: #333333;
    box-sizing: border-box;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    overflow-x: hidden;
}

/* ヘッダ */
header {
  overflow: hidden;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

/* サイトロゴ */
header .logo, header .wrap-header, header .grid-1315, header .hd-intro, header .hd-right, header .hd-nav ul li a {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* 縮小時 */
header.smaller .wrap-header {
  padding: 20px 0 18px;
}

header.smaller .grid-1315 {
  padding: 0 20px;
}

header.smaller .logo {
  width: 110px;
}

header.smaller .hd-intro {
  width: inherit;
  font-size: 10px;
  color: #666666;
  line-height: 120%;
  padding: 10px 15px;
}

header.smaller .hd-right {
  margin-top: 0;
}

header.smaller .hd-nav ul li a {
  font-size: 12px;
}

header.smaller .slogan {
  width: 300px;
  right: 25px;
  top: -12px;
}

header.smaller .slogan .sdg {
  height: 22px;
  margin-top: 3px;
}

header.smaller .slogan .slog {
  width: 145px;
}

/*----------------------------------------------------
    #page（ページ全体）
----------------------------------------------------*/
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary{
    display:block;
}
ol,ul,li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
dl,dd,dt {
    margin: 0;
    padding: 0;
}
small {
    font-size: 10px;
}
blockquote {
  background: #eee url(https://hamazo.tv/template/_img/set_business_6/quote.gif) no-repeat 10px 10px;
    padding: 25px;
    margin: 0 20px;
}
p,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0
}

iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
/*  height: 100%;*/
}

a{  
    color: inherit;
    text-decoration: none;
}
a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
a img:hover {
    opacity: 0.8;
}
.hv-o{-o-transition: 1s ease opacity;-moz-transition: 1s ease opacity;-webkit-transition: 1s ease opacity;transition: 1s ease opacity;}
.hv-o:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); -moz-opacity: 0.7; -khtml-opacity: 0.7; opacity: 0.7;}
.hv-u:hover { text-decoration: underline; }
a.link:hover {
    text-decoration: underline;
    opacity: 1;
}
a.link {
    color: inherit;
}
img{
    max-width: 100%;
    vertical-align: bottom;
}
img [align="left"] {
    margin: 0 10px 0 0;
    float: left;
    vertical-align: top;
}
img [align="right"] {
    margin: 0 0 0 10px;
    float: right;
    vertical-align: top;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}

/*Custom CSS*/

.container{
    width: 96%;
    max-width: 1120px;
    margin: auto;
    box-sizing: border-box;
}

.row{
    width: 100%;
    display: inline-block;
}
.bg-set{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.loadMore{
    width: 100%;
}

.sideContent{
    width: 778px;
    margin-right: 45px;
    float: left;
}
.sideBar{
    float: left;
    width: 297px;
    box-sizing: border-box;
}


/*Font Hack for Any Header Text*/
/*font-feature-settings: "palt";
letter-spacing: 2px;*/

/*START CUSTOM*/
header, footer {
    width: 100%;
    float: left;
}
.cont {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

/*header*/
.ow{
    overflow: hidden;
    width: 100%;
}
.wrap-header {
  border-top: 5px solid #000;
  padding-top: 37px;
  padding-bottom: 33px;
  border-bottom: 5px solid #efefef;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 999;
  position: fixed;
}

/* .nav-fix {
	top: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.nav-fix  .hd-icon{
	display: none;
} */
section {
  margin-top: 137px;
}

.grid-1315 {
  max-width: 1310px;
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
}

.hd-co {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.hd-left {
  width: 35%;
}

.hd-right {
  text-align: right;
  width: 65%;
  margin-top: 18px;
}

.hd-left-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.logo {
  width: 138px;
}

.logo h2 a {
  display: block;
}

.logo h2 a img {
  width: 100%;
}

.hd-intro {
  background: #FAFAFA;
  position: relative;
  border: 1px dashed #E3E3E3;
  margin-left: 20px;
  font-size: 12px;
  color: #666666;
  line-height: 145%;
  padding: 10px 20px;
  font-weight: 200;
}

.hd-icon ul li {
  display: inline-block;
}

.hd-icon ul li a {
  display: block;
}

.hd-icon ul li.icon-ins img {
  width: 20px;
}

.hd-icon ul li.icon-fb img {
  width: 20px;
}

.hd-icon ul li.icon-tw img {
  width: 22px;
}

.hd-icon ul li.icon-fb a {
  padding-left: 10px;
  padding-right: 10px;
}

.hd-nav ul li {
  display: inline-block;
}

.hd-nav ul li a {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 991px) {
  .hd-nav ul li a {
    font-size: 12px;
  }
}

.hd-nav ul li a:hover {
  text-decoration: none;
}

.hd-nav ul li:last-child a {
  padding-right: 0;
}

.hd-nav {
  margin-top: 18px;
}

.fml-robo {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.05rem;
}

span.btn-more {
  width: 100px;
  display: block;
  border: 1px solid #000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

span.btn-more a {
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  color: #000;
  line-height: 140%;
  padding-top: 5px;
  padding-bottom: 3px;
  display: block;
}

span.btn-more a i {
  float: right;
  padding-right: 6px;
  padding-top: 2px;
}

span.btn-more:hover {
  background: #000;
}

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

.wrap-ft {
  background: #121212;
  color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
}

.ft-rows {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  letter-spacing: 0.05rem;
}

.ft-left a img {
  width: 113px;
}

.ft-left {
  position: relative;
  width: 29%;
  padding-left: 12px;
}

.ft-right {
  position: relative;
  width: 71%;
}

span.ft-addrees {
  font-size: 12px;
  line-height: 160%;
  display: block;
  margin-top: 20px;
  font-weight: 200;
}

.fl-item01 {
  width: 54%;
}

.ft-item02 {
  width: 30%;
}

.ft-item03 {
  width: 16%;
}

.ft-right-rows {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.fl-item01 ul {
  width: 50%;
  float: left;
}

.pointer-events {
  pointer-events: none;
}

ul.nav-child {
  margin-top: 45px;
}

ul#nav-first-child {
  width: 60%;
}

ul#nav-last-child {
  width: 40%;
}

ul.nav-child li a {
  font-size: 12px;
  line-height: 160%;
  font-family: 'Roboto', sans-serif;
}

ul.nav-child li {
  font-size: 12px;
  line-height: 160%;
  font-family: 'Roboto', sans-serif;
  padding-bottom: 8px;
}

ul.nav-par li a {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 8px;
  line-height: 160%;
  display: inline-block;
  margin-bottom: 0;
}

.ft-left-bt {
  position: absolute;
  bottom: 0;
  left: 0;
}

.ft-left-bt ul li {
  display: inline-block;
}

.ft-left-bt ul li a {
  display: block;
}

.ft-left-bt ul li.icon-ins img {
  width: 20px;
}

.ft-left-bt ul li.icon-fb img {
  width: 20px;
}

.ft-left-bt ul li.icon-tw img {
  width: 22px;
}

.ft-left-bt ul li.icon-fb a {
  padding-left: 10px;
  padding-right: 10px;
}

.ft-left-bt p {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  line-height: 100%;
  margin-top: 20px;
}

ul.nav-child li:last-child {
  padding-bottom: 0;
}

ul.nav-child li:last-child a {
  line-height: 100%;
}

.scrolltop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
}

.title-style1 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  line-height: 160%;
}

.wp01-left span {
  display: inline-block;
  vertical-align: middle;
}

.wp01-left span.title-child {
  line-height: 140%;
  padding-top: 15px;
  font-size: 15px;
  font-weight: bold;
  color: #666666;
  padding-left: 10px;
}

.wp01-left {
  float: left;
}

.icon-nav {
  display: none;
}

.nav-sp {
  display: none;
}

/*END COMMON*/
/*PAGE*/
.wrap-banner-page {
  background: #111;
  color: #fff;
  text-align: center;
  padding-top: 55px;
  padding-bottom: 45px;
}

.title-page {
  background: url(../img/line-page.png) bottom center no-repeat;
  padding-bottom: 27px;
}

.title-page h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 140%;
}

.title-page span {
  font-size: 12px;
  font-weight: bold;
  line-height: 120%;
}

.intro-page {
  font-size: 12px;
  padding-top: 20px;
  line-height: 160%;
  font-weight: 200;
}

.breadcurmb-page {
  background: #e3e3e3;
  height: 50px;
  line-height: 50px;
}

ul.breadcurmb li {
  float: left;
}

ul.breadcurmb li.active a {
  text-decoration: underline;
}

ul.breadcurmb li {
  font-size: 12px;
  color: #333333;
}

ul.breadcurmb li i {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
}

.page-sp {
  display: none;
}

.sp-460 {
  display: none;
}

br.br-480 {
  display: none;
}

.br-320 {
  display: none;
}

.icon-close {
  display: none;
}

.icon-open .icon-close {
  display: block;
  width: 20px;
}

.icon-open img:first-child {
  display: none;
}

.mobile-only {
  display: none;
}

/*END PAGE*/
/* 2018/09/14 10:37 TRUNG */
#pc-slider {
  display: block;
}

#sp-slider {
  display: none;
}

/* END 2018/09/14 10:37 TRUNG */
.ft-banner-img {
  display: none;
}

@media (min-width: 992px) {
  .ft-banner-img {
    display: block;
    width: 50%;
    margin-top: 30px;
  }
  .ft-left {
    padding-left: 0;
  }
}

a.message-title {
  font-size: 25px;
  font-weight: bold;
  transform: skew(-20deg);
  background: #1ca971;
  color: #FFFFFF;
  margin-bottom: 30px;
  padding: 37.5px 80px;
  display: inline-block;
  letter-spacing: 3px;
  line-height: 1;
  text-decoration: none;
}

@media only screen and (max-width: 575.98px) {
  a.message-title {
    font-size: 14px;
    padding: 15px 20px;
  }
}

@media only screen and (max-width: 991.98px) {
  a.message-title {
    font-size: 18px;
    padding: 22.5px 25px;
  }
}

a.message-title:hover {
  color: #1ca971;
  text-decoration: none;
}

a.message-title.bg-orange:hover {
  background: #FFFFFF;
  outline: 3px solid #1ca971;
}

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

.bg-orange {
  background: #EE5A24;
}

.slogan {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: -15px;
  position: absolute;
  width: 100%;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.slogan .sdg {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 10px;
  height: 31px;
  margin-top: 5px;
}

.slogan .slog {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 220px;
}


/*Mainvisual*/
.mainvisual {
    margin-top: 136px;
    position: relative;
    width: 100%;
    height: 400px;
    background-image: url(https://www.boutique-bigi.jp/blog/img/nothing_here.jpg);
}
.mainvisual .main-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    overflow: hidden;
}
.mainvisual .main-logo img {
    width: 100%;
	height: 150px;
    background-color: #FFF;
    vertical-align: middle;
    padding: 15px;
    box-sizing: border-box;
}
.mainvisual img:hover {
    opacity: 1;
}

/*breadcrumb*/
.breadcrumb {
    color: #333333;
    background-color: #E3E3E3;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    letter-spacing: 1px;
}
.breadcrumb a {
    color: #333333;
    border-bottom: 1px solid;
    margin-right: 10px;
    cursor: pointer;
}
.breadcrumb a:last-child {
    text-transform: none;
    margin-left: 5px;
    border-bottom: none;
}

/*main*/
.main {
    background-color: #FFFFFF;
    padding: 50px 0 30px;
}

/*----RECOMMEND----*/
.recommend-list {
    margin-bottom: 50px;
}
.recommend-list li {
    float: left;
    width: 31.5%;
    margin-right: 25px;
    position: relative;
}
.recommend-list li:last-child {
    margin-right: 0;
}
.recommend-list li .article-image {
    width: 100%;
    height: 530px;
    position: relative;
}
.recommend-list li .article-text {
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 12px 15px 10px;
    box-sizing: border-box;
    color: #FFF;
    background: linear-gradient(to top,
     rgba(44,44,44, 1) 1%, 
     rgba(51,51,51, 0) 99%
  );
}
.recommend-list li .article-text p {
    font-size: 12px;
    font-weight: 400;
}
.recommend-list li .article-text h2 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}

/*----DESCRIPTION---*/
.desc-blog {
    position: relative;
    border: 1px solid #1A1A1A;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}
.desc-blog .title {
    display: flex;
    position: relative;
    float: left;
    width: 140px;
    min-width: 140px;
    background-color: #1A1A1A;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    padding: 0 34px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}
.desc-blog .title:after {
    position: absolute;
    top: 50%;
    right: -3px;
    transform: translate(50%, -50%);
    content: "";
    width: 0; 
    height: 0; 
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #1A1A1A;
}
.desc-blog .desc {
    display: flex;
    padding: 20px;
    height: 100%;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.8;
}

/*

/*content*/
.head-content-title {
    margin-bottom: 40px;
}
.head-content-title h2 {
    display: inline-block;
    text-transform: uppercase;
    color: #111;
    font-size: 38px;
    box-sizing: border-box;
    font-weight: bold;
    font-feature-settings: "palt";
    font-family: 'Arial';
    letter-spacing: 1px;
    line-height: 0.8;
}
.head-content-title span {
    margin-left: 20px;
    color: #666666;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
}
/*article-list*/
.article-list li {
    float: left;
    box-sizing: border-box;
    color: #FFF;
    border-radius: 0;
    margin-right: 20px;
    margin-bottom: 20px;
}
.article-list li a {
    color: #FFF;
}
.article-list-inner .article-image {
    position: relative;
    width: 100%;
    height: 250px;
}
.article-list-inner .article-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 12px 15px 10px;
    box-sizing: border-box;
    background: linear-gradient(to top,
     rgba(44,44,44, 1) 1%, 
     rgba(51,51,51, 0) 99%
  );
}
.article-list-inner .article-title {
    font-size: 14px;
    font-feature-settings: "palt";
    letter-spacing: 1px;
    line-height: 1.3;
    text-decoration: none;
    margin-top: 10px;
}
.article-list-inner .article-time {
    font-size: 10px;
    line-height: 1;
}
/*.article-list-inner .article-desc {
    font-size: 14px;
    line-height: 1.5;
    height: 85px;
    overflow: hidden;
}*/

/*== LOADMORE ==*/
.loadMore{
    font-feature-settings: "palt";
    width: 100%;
    height: 58px;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin: 40px auto 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}
.loadMore .fa-angle-right {
    position: absolute;
    top: 20px;
    right: 15px;
}
/*.loadMore .fa-chevron-left {
    position: absolute;
    top: 18px;
    left: 10px;
}*/

.loadMore-album-author {
    height: 58px;
    margin-top: 15px;
}


.loadMore-album {
    letter-spacing: 1px;
    border-radius: 0;
    font-size: 14px;
    font-weight: normal;
    float: left;
    display: block;
    width: 100%;
    height: 58px;
    line-height: 58px;
    position: relative;
    text-align: center;
    color: #FFF;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    background-color: #0071B9;
    border: 1px solid #0071B9;
    box-sizing: border-box;
}
.loadMore-album:hover {
    background-color: #FFF;
    color: #0071B9;
}

.loadMore .fa-picture-o {
    font-size: 14px;
    margin: 0 3px 0 0;
}

a.loadMore-before, a.loadMore-next {
    letter-spacing: 1px;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    width: 47%;
    height: 58px;
    line-height: 58px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #FFF;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border: 1px solid #0071B9;
    background-color: #0071B9;
    box-sizing: border-box;
}
a.loadMore-before:hover, a.loadMore-next:hover {
    background-color: #FFF;
    color: #0071B9;
}
a.loadMore-before {
    position: absolute;
    top: 0;
    left: 0%;
}
a.loadMore-next {
    position: absolute;
    top: 0;
    right: 3.5%;
}
.pad_btn {
    z-index: 2;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}


/*  ..Sidebar.. */

.wa-sidebar__body,
.calender,
.subscription,
.category,
.sitemap_category,
.recententry,
.qrcode,
.profile,
.inquiry,
.counter,
.recententry_img,
.archives,
.comment,
.search,
.link,
.blog_entry,
.tag_cloud,
.ad,
.custom-ad img { 
    margin-bottom: 50px;
}

.wa-sidebar__title,
.sidetitle, .comments-title {
    line-height: 1;
    font-feature-settings: "palt";
    font-size: 30px;
    font-weight: bold;
    box-sizing: border-box;
    margin: 0 0 20px;
    border-bottom: 1px solid #cdcdcd;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0px 0 15px;
}

.required-field-message {
    color: red;
}

.side {
    
 }
.counter .side, .tag_cloud .side, .subscription .side, .blog_entry .side {
    
}

/*.search .side, .counter .side, .subscription .side,
.inquiry .side {
    margin-top: 15px;
}*/

.sidebody { 
    margin: 0;
    line-height: 1.5;
    font-size: 15px;
    color: #585858;
 }
.sidebody a{
    line-height: 1;
    color: #666;
    text-decoration: none;
    font-weight: normal;
}
.sidebody a:hover{
    text-decoration: underline;
}
.profile .photo {
    text-align: center;
    width: 150px;
    overflow: hidden;
    margin: 0 auto 15px;
}
.profile .photo img {
    border-radius: 50%;
    height: 150px;
}
.profile .nickname { 
    width: 80%;
    font-feature-settings: "palt";
    line-height: 1.3;
    margin: 0 auto 15px;
    color: #111111;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
}
.profile .message{
    text-align: left;
    color: #111;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 1px;
    margin: 15px auto;
    box-sizing: border-box;
    font-feature-settings: "palt";
    border-radius: 3px;
    background-color: #EFEFEF;
    padding: 15px;
}
.profile span img {
    width: 30px;
}
.search .sidebody {
   /* width: 100%;*/
}

/*.subscription .sidebody form, .search .sidebody {
    display: flex;
}*/
.search .input_general_box, .subscription .input_general_box {
    border-radius: 0;
    float: left;
    width: 75% !important;
    border: 1px solid #111;
    padding: 15.5px 10px 16px !important;
    transition: all 0.35s ease 0s;
    outline: none;
    margin: 0 0 0 0px;
    font-size: 14px;
    border-color: #0071B9;
}
input.button{
    cursor: pointer;
    margin: 0;
    height: inherit;
    line-height: inherit;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #0071B9;
    color: #FFF;
    background-color: #0071B9;
    padding: 11px 21px;
    border-radius: 0;
    letter-spacing: 0px;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    -webkit-appearance: normal;
    -moz-appearance: normal;
    appearance: normal;
    -webkit-appearance: none;
    outline: none;
}
.search input.button,
.subscription input.button {
    padding: 13.5px 20px;
}
input.button:hover {
    background-color: #FFF;
    color: #0071B9;
}
.subscription .sidebody form {
    margin: 10px 0;
}
.blog_entry .sidebody div{
    padding: 10px 0 15px !important;
}

.blog_entry .sidebody { 
    line-height: 1.9;
 }
.category .sidetitle,
.archives .sidetitle,
.comment .sidetitle,
.recententry .sidetitle{
    margin-bottom: 5px;
}
.category .sidebody,
.archives .sidebody,
.comment .sidebody,
.recententry .sidebody, 
.link .sidebody {
    border-bottom: 1px solid #eee;
    margin: 0 0 5px;
    padding: 10px 10px;
    line-height: 1.8;
    font-size: 15px;
}
.category .sidebody a,
.archives .sidebody a,
.comment .sidebody a,
.recententry .sidebody a,
.link .sidebody a{
    font-weight: 400;
    
}
.category .side,
.archives .side,
.recententry .side,
.comment .side {
    
}
.archives select{
    width: 100%;
    height: 40px;
    margin-top: 20px;
    padding: 10px;
}
.search .side, .qrcode .side, .inquiry .side {
    background-color: unset;
    padding: 0;
}
.search .sidebody {
    margin: 0;
}
.recententry_img .side .sidebody {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
    line-height: 1;
    display: block;
}
.recententry_img .side .sidebody .text-aside a{
    font-weight: 400;
}
/*.recententry_img .side .sidebody:visited .text-aside a,
.recententry_img .side .sidebody:link .text-aside a{
    color: #597031;
}*/
.recententry_img .side .sidebody .text-aside a:hover{
    opacity: 0.8;

}

.recententry_img .text-aside {
    font-size: 15px;
    line-height: 1.3;
    max-width: 100% !important;
    max-height: inherit!important;
    overflow: hidden;
}
.recententry_img .image-aside img {
    height: 70px;
    width: 100%;
    border-radius: 0;
    margin-bottom: 0!important;
}
.recententry_img .image-aside {
    text-align: center;
    float: left;
    margin: 0 2% 0 0;
    display: block;
    width: 100%;
    overflow: hidden;
    height: 70px;
    max-width: 95px;
    border-radius: 0;
}
.image-aside a:hover img {
    width: 100%;
    margin-bottom: 0 !important;
    opacity: 0.8 !important;
    filter: unset!important;
}

#album-link img{
    vertical-align: middle;
}
#album-link {
    color: #FFF !important;
    border-radius: 0 !important;
    font-weight: normal !important;
    background-color: #0071B9 !important;
    text-align: center;
    font-weight: bold;
    border: 1px solid #0071B9;
    padding: 13.5px 0;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    width: 100px;
    box-sizing: border-box;
    margin-right: auto;
    margin-left:auto;
}
/***** Calendar ******/

.calendarhead { 
    line-height: 1;
    font-feature-settings: "palt";
    font-size: 30px;
    font-weight: bold;
    box-sizing: border-box;
    margin: 0 0 20px;
    border-bottom: 1px solid #cdcdcd;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Arial';
    padding: 0px 0 15px;
}
.calendarhead a{ 
    color: #666;
    text-decoration: none;
}
.calendarhead a:hover{ 
    text-decoration: none !important;   
}
.calendartable {
    border-collapse: collapse;
    width: 100%;
    margin: auto;
    /* background-color: #e5eae4; */
}
.calendartable tbody {
    background-color: #FFF;
}
.calendard {
    border: 1px solid #cdcdcd;
    text-align: center;
    padding: 0;
    font-size: 12px;
    line-height: 2.5;
}
.calendard a {
    border-radius: 0;
    color: #FFF !important;
    display: block;
    box-sizing: border-box;
    background-color: #0071B9 !important;
    text-decoration: none;
}
.calendard:hover a{ 
    opacity: 0.8;
}
.calendarwd{
    background: #efefef;
    color: #666;
    text-align: center;
    padding: 7px 0;
    border: 1px solid #cdcdcd;
}
.calendarwd.sun { 
    color: red;
}
.calendard.sun {
    color: red;
}
.qrcode .sidetitle {    
    margin-bottom: 10px;
}
.rss {
    text-align: center;
    margin: 0 auto 35px;
    display: table;
}

ul.rss{
    margin: 0 auto 10px;
}
.rss li a{ 
    font-weight: normal;
    color: #FFF; 
    text-decoration: none;
}
.rss li:hover { 
     background-color: #FFF !important;
}
.rss li:hover>a {
    color: #0071B9;
}   
.rss li { 
    margin: 2.5px;
    display: inline-block;
    cursor:pointer;
    border-radius: 0;
    padding:13.5px 15px;
    font-size: 14px;    
    background-color: #0071B9 !important;
    letter-spacing: 2px;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    -webkit-appearance: normal;
    -moz-appearance: normal;
    appearance: normal;
    -webkit-appearance: none;
    outline: none; 
    border: 1px solid #0071B9;
}
a:hover #album-link{
    opacity: 1 !important;
    background-color: #FFF !important;
    color: #0071B9 !important;
}
#album-link img {
    display: none;
}
.tag_cloud .sidebody span {
    font-size: 100% !important;
    font-weight: 400 !important;
}

/*END SIDEBAR*/

/*== Entry Article ===*/
.article {
    /*background-color: #ffffff;
    padding: 20px;
    margin-right: 30px;
    border-radius: 10px;*/
}
.entry-wrap{
    margin: 0 0 100px;
}

.entry-wrap .entry-content {
    line-height: 23px;
    margin: 0 0 30px;
    font-size: 15px;
}
.entry-wrap .entry-content a {
    color: #666;
}
.entry-wrap a:aposted {
    color: #666;
}
.entry-wrap .entry-content a:hover{
    opacity: 0.8;
    text-decoration: underline;
}
.entry-wrap .title-blog{
    line-height: 1.2;
    font-size: 30px;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-feature-settings: "palt";
    letter-spacing: 2px;
    font-weight: bold;
    color: #111111;
}
.entry-wrap .title-blog a {
    color: #111111;
}
.entry-wrap .title-blog a:hover {
    text-decoration: none;
}

.entry-wrap .date-sec {
    margin-bottom: 20px;
}
.entry-wrap .date-blog{
    color: #FFF;
    padding: 5px 15px;
    font-size: 12px;
    background-color: #111111;
    font-weight: 500;
    margin-bottom: 15px;
    border-radius: 0;
}
.date-blog i {
    margin-right: 5px;
}
.entry-wrap .entry-content img{
    max-width: 100%;
}
.entry-wrap .entry-category{
    margin: 0px 0 0 15px;
}
.entry-wrap .entry-category a{
    margin-right: 5px;
    color: #666;
}
.entry-wrap .entry-category a span {
    margin-right: 5px;
}
.entry-wrap .entry-category a:hover {
    text-decoration: underline !important; 
}
.entry-wrap .entry-text img{
    max-width: 100%;
}
.entry-wrap .entry-text {
    line-height: 1.85;
}
.entry-wrap .posted {
    text-align: right;
    margin-top: 5px;
    margin-bottom: 30px;
}
.insideout2 {
    float: right;
    margin-right: 5px;
}
.insideout2 a.amenu {
    font-size: 14px;
    color: #FFF;
    padding: 17px 15px;
    border: 1px solid #0071B9;
    background-color: #0071B9;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}
.insideout2 a.amenu:hover {
    opacity: 1;
    text-decoration: none;
    background-color: #FFF;
    color: #0071B9;
}

.tag_list a {
    color: #37479D;
}
.tag-list a:hover {
    opacity: 0.8;
    text-decoration: underline;
}
.set-relevance { 
    margin-bottom: 10px !important;
    padding-top: 0 !important;
    padding-bottom: 15px !important;
    display: inline-block; 
    border-bottom: 1px solid #eee !important;
    font-size: 14px;
    width: 100%;
}
.set-relevance a{ 
    margin-right: 5px;
    font-size: 14px;
    line-height: 1.4;
}
.set-relevance a:link,
.set-relevance a:visited{
    font-weight: normal;
}
.set-relevance a:hover{ 
    text-decoration: underline;
}
.category-bar{ 
    line-height: 1;
    background-color: #ffffff !important;
    padding: 0 0 15px !important;
    clear: both;
    font-feature-settings: "palt";
    letter-spacing: 2px;
    margin: 20px 0 !important;
    font-weight: bold !important;
    font-size: 30px !important;
    border: none !important;
    border-bottom: 1px solid #cdcdcd !important;
    color: #111 !important;
}
.category-bar a:link {
    color: #666 !important;
    text-decoration: none !important;
}
.category-bar a:visited {
    color: #666 !important;
    text-decoration: none;
}
.category-bar a:hover {
    text-decoration: none !important;
}

.image-relevance{
    width: 40% !important;
    margin: 0 2% 0 0px !important;
}
.text-relevance {

}
/* Comment */
.comment-form{
    width: 100%; 
    box-sizing: 
    border-box;}
.comment-form td{ 

}
.comment-form .label{ 
    font-size: 12px; 
    width: 65px; 
}
.comment-form .label.colm{ 
    display: block; 
    padding-top: 10px 
}
.comment-form input[ name="keystring"]{ 
    width: 150px;  
} 
.comment-form input[ style="display:none"]{ 
    display: block !important;  
}
.comment-form input, .comment-form textarea{ 
    border: 1px solid #FDDF45 !important;
    width: 100%;
    background-color: #EAEAEA; 
    margin: 0 0 10px;
    padding: 0 10px;
    font-size: 12px;
    border-radius: 5px;
    height: 30px;
    color: #666666;
    box-sizing: border-box;
}
.comment-form textarea{
    border: 1px solid #FDDF45;
    box-sizing: border-box;
    padding: 5px 10px; 
    height: 115px;
    outline: none;
    transition: all 0.35s ease 0s;
    overflow: hidden; 
}
input.comments-btn{ 
    border: 1px solid #0071b9;
    cursor: pointer;
    font-size: 14px;
    margin: 10px 0;
    letter-spacing: 1px;
    width: 100px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 0 !important;
    background: #0071b9;
    color: #FFF;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}
input.comments-btn:hover{
    background-color: #FFF;
    color: #0071b9;
}
.comment-input{
    font-size: 12px;
}
.comment-author span{ 
    font-size: 10px; 
    color: #AAAAAA;
}
.comment-author h5{ 
    color: #666666; 
    font-weight: normal; 
}
.comment-count{ 
    width: 100%;
    margin-bottom: 40px; 
}
.comment-head { 
    line-height: 1;
    font-feature-settings: "palt";
    letter-spacing: 1px;
    font-size: 30px;
    font-weight: bold;
    box-sizing: border-box;
    color: #111;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.comment-body{ 
    line-height: 1.4;
    font-size: 12px;  
}
.comment-post{ 
    text-align: right; 
    font-size: 10px; 
}
.comment-style{ 
    background-color: #efefef;
    border: 1px solid #cdcdcd;
    padding: 10px;
    border-radius: 0;
}
span.comments-body{
    width: 100%;
    background-color: #efefef;
    margin: 0 0 10px;
    font-size: 12px;
    border-radius: 0;
    border: 1px solid #cdcdcd;
    padding: 0 15px;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    box-sizing: border-box;
}
textarea#text{
    border: 1px solid #cdcdcd;
    box-sizing: border-box;
    height: 115px !important;
    border-image: initial;
    padding: 5px 15px;
    outline: none;
    transition: all 0.35s ease 0s;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    margin: 0 0 10px;
    font-size: 12px;
    border-radius: 0;
}
input#url, input#author{
    border: 1px solid #cdcdcd;
    width: 100%;
    background-color: #efefef;
    margin: 0 0 10px;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border-radius: 0;
    box-sizing: border-box;

}
.comments-body{
    line-height: 1.5;
    color: #111;
    font-size: 12px;
}
.form td label{
    font-size: 12px;
}


/*BRAND*/
.wp-list {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 28px;
}
.wp01-left {
    float: left;
}
.wp01-left span {
    display: inline-block;
    vertical-align: middle;
}
.fml-robo {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.05rem;
}
.title-style1 {
    font-size: 40px;
    font-weight: bold;
    color: #000;
    line-height: 160%;
}
.wp01-left span.title-child {
    line-height: 140%;
    padding-top: 15px;
    font-size: 15px;
    font-weight: bold;
    color: #666666;
    padding-left: 10px;
}
.wp-list-flr {
    float: right;
    padding-top: 30px;
}
.wp-list-flr ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}
.wp-list-flr ul li.li-men {
    padding-right: 10px;
}
.wp-list-flr ul li img {
    display: inline-block;
    vertical-align: middle;
}
.wp-list01{
    background: #efefef;
    padding-top: 42px;
    padding-bottom: 42px;
}
.wp-ls01-rows{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.wp-ls01-rows a{
    display: block;
    background: #fff;
    margin-right: 3.5%;
    width: 31%;
    text-decoration: none;
    padding-bottom: 35px;
}
.wp-ls01-rows a:nth-child(3n){
    margin-right: 0;
}
.ls-logo-50{
    height: 50px;
}
.ls-img{
    text-align: center;
    border-bottom: 1px solid #efefef;
    position: relative;
    height: 180px;

}
.ls-img img{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.ls-info h3{
    text-align: center;
    color: #333333;
    font-size: 12px;
    line-height: 160%;
    padding-top: 28px;
}
.ls-info-text{
    font-size: 15px;
    line-height: 210%;
    color: #666666;
    height: 55px;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 16px;
    display: none;
}
.ls-info span img{
    display: inline-block;
}
.ls-info span{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.ls-logo-27{
    height: 27px;
}
.ls-logo-44{
    height: 44px;
}
img.img-mg{
    padding-right: 10px;
}
.ls-logo-32{
    height: 32px;
}
.ls-logo-104{
    height: 104px;
}
.ls-logo-104{
    height: 81px;
}
.ls-logo-50{
    height: 50px;
}

/*SHOP-INFO*/
.wp-shop{
    background: #FFF;
    padding-top: 70px;
    padding-bottom: 42px;
}
.wp-shop-rows{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding-bottom: 15px;
}
.wp-shop-rows li {
    display: block;
    background: #E3E3E3;
    width: 50%;
    text-decoration: none;
    height: 348px;
}
.wp-shop-rows .image {
    background: url(https://www.boutique-bigi.jp/blog/img/shop-yoshieinaba-shizuoka.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.wp-shop-rows .imageIwata {
    background: url(https://www.boutique-bigi.jp/blog/cramet/assets/img/iwatatop_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.wp-shop-rows .imageIchino {
    background: url(https://www.boutique-bigi.jp/blog/cramet/assets/img/ichinotop_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.wp-shop-rows .imageOpus {
    background: url(https://www.boutique-bigi.jp/blog/cramet/assets/img/shitorotop_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.wp-shop-rows .info {
    padding: 50px 30px;
}
.wp-shop-rows .info .title {
    padding-bottom: 20px;
}
.wp-shop-rows .info .title  .wp01-left .title-big {
    font-size: 30px;
    color: #000000;
    letter-spacing: 0.05rem;
    font-weight: bold;
    line-height: 1;
}
.wp-shop-rows .info  .title .title-little {
    font-size: 12px;
    font-weight: inherit;
    vertical-align: -webkit-baseline-middle;
    display: inline;
}
.wp-shop-rows .info ul li {
    font-size: 14px;
    color: #333333;
    line-height: 160%;
    height: auto;
    width: inherit;
}
.wp-shop-rows .info ul li:first-child {
    letter-spacing: 0.04rem;
}
.wp-shop-rows .info ul li i {
    font-size: 18px;
    padding-right: 10px;
    font-weight: bold;
}
.ntd-2 {
    padding-left: 20px;
}
.fa-maps {
    width: 15px;
    height: 15px;
    float: left;
}
.ntd-2 img {
    margin-top: 6px;
    margin-right: 5px;
}
.item-phone {
    padding-top: 20px;
    padding-bottom: 20px;
}
.item-mxh {
    margin-top: 35px;
    padding-bottom: 35px;
}
.item-mxh .ul li {
    margin-right: 3%;
    float: left;
}
.wp-page ul li a {
    color: #333333;
    text-decoration: none;
}
.item-1 img {
    width: 115.25px;
    height: 40px;
}
.item-2 img {
    width: 127.5px;
    height: 40px;
}

/*MAP*/
.map {
    width: 100%;
    height: 348px;
}
.map iframe {
    height: 100%;
}

/*STAFF*/
.wp-staff {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #efefef;
}
.wp-co04-rows {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-top: 23px;
}
.wp-co04-rows .co-col4 {
    text-decoration: none;
    position: relative;
    display: block;
    color: inherit;
    background: #000;
    margin-right: 1.7%;
    width: 23.725%;
    color: #fff;
    min-height: 432px;
    text-align: center;
    padding: 3px;
}
.col-col4-img {
    width: 100%;
    background-size: cover !important;
    height: 350px;
}

.col-col4-text {
    padding-top: 25px;
}
.col-col4-text p {
    font-size: 10px;
    line-height: 120%;
    font-weight: 200;
    letter-spacing: 1px;
}
.col-col4-text h4 {
    font-size: 15px;
    font-weight: bold;
    line-height: 160%;
    margin-top: 2px;
}
.wp-co04-rows .co-col4:last-child {
    margin-right: 0;
}

@media screen and (max-width:1315px) {
    .grid-1315 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width:1255px) {
    .hd-left {
        width: 20%;
    }

    .hd-right {
        width: 80%;
    }

    .hd-intro {
        display: none;
    }
    span.cat{
        right: 0;
    }
}

@media screen and (max-width:1120px) {
    .cont {
        padding-left: 10px;
        padding-right: 10px;
    }

    .info-right table tr td.col-1 ul li span.news_date {
        display: block;
    }

    .info-right table tr td.col-1 ul li.li-last {
        line-height: 160%;
    }

    .ft-left {
        padding-left: 0;
    }

    ul.nav-child {
        padding-right: 8px;
    }
}

@media (max-width: 1119px) {
    .sideContent {
        width: 63%;
        margin-right: 30px;
    }
    .sideBar {
        width: 33%;
    }
    .article-list-inner .article-image {
        height: 200px;
    }
    .article-text {
        width: 100%;
    }
    .search .input_general_box, .subscription .input_general_box {
        width: 74% !important;
    }
    .article-list li {
        width: 46%;
    }
    .mainvisual {
        margin-top: 136px;
    }
}

@media screen and (max-width:960px) {
    .info-left {
        display: none;
    }

    .info-right {
        width: 100%;
    }

    .wp02-title-03 h4 {
        font-size: 12px;
    }

    .wp04-rows a img {
        padding-left: 8px;
        padding-right: 8px;
    }
    .wp-ti02-text{
        padding-left: 10px;
        padding-right: 5px;
    }
    .wp-ti02-rows a{
        width: 49.15%;
    }
    .wp-ti02-rows a:nth-child(3n){
        margin-right: 1.7%;
    }
    .wp-ti02-rows a:nth-child(2n){
        margin-right: 0;
    }
    .mainvisual {
        margin-top: 147px;
    }
}

@media screen and (max-width:860px) {
    section {
        margin-top: 135px;
    }
    .hd-nav ul li a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .hd-nav {
        margin-top: 8px;
    }

    .wp02-title-03 h4 br {
        display: none;
    }
    .ls-img img{
        padding-left: 10px;
        padding-right: 10px;
    }
    .ls-info h3{
        padding-left: 10px;
        padding-right: 10px;
    }
    .wp-ti01-title{
        padding-top: 40px;
    }
    .wpti-intro{
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .wpti-intro span{
        font-size: 14px;
    }
    .wpti-intro p{
        font-size: 12px;
        margin-top: 15px;
    }
    .wp-ti02{
        padding-top: 42px;
        padding-bottom: 20px;
    }
    .wp-ti02-rows{
        margin-top: 16px;
    }
    .wp-ti03{
        padding-top: 42px;
        padding-bottom: 80px;
    }
    .wp-ti03-left{
        width: 100%;
        height: 280px;
    }
    .wp-ti03-right{
        width: 100%;
    }
    .co-col4-text h4{
        font-size: 12px;
    }
    .wp-wo01{
        font-size: 12px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

.ft-banner-img{
	display: none;
}

@media (min-width: 992px) {
	.ft-banner-img{
		display: block;
		width: 50%;
		margin-top: 30px;
	}
	
	.ft-left {
		padding-left: 0;
	}
}

.entry-wrap .entry-text {
    line-height: 1.75;
    margin-bottom: 50px;
}
.entry-wrap .entry-text p {
    margin-bottom: 1rem;
}
.entry-wrap .entry-text img {
    max-width: 100%;
    display: block;
    margin: 1rem auto;
    height: auto !important;
}
.entry-wrap .entry-text a {
    color: #0071B9; }
    .entry-wrap .entry-text a:hover {
    text-decoration: underline; }
.entry-wrap .entry-text blockquote {
    background-color: #EEE;
    padding: 15px;
    border-radius: 5px;
margin-bottom: 1rem; }
.entry-wrap .entry-text iframe {
    display: block;
    margin: auto; }

.jsCalendar table {
    margin: 0;
}
.jsCalendar thead .jsCalendar-title {
    display: flex;
    justify-content: center;
}
.jsCalendar thead .jsCalendar-title-name {
    flex: 1;
}
.jsCalendar tbody td, .jsCalendar thead .jsCalendar-week-days th {
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 0px 1px;
}
.jsCalendar tbody td.jsCalendar-current {
    background-color: #0071B9;
}

/* .calender table {
    width: 100%;
    border-collapse: collapse;
}
.jsCalendar-title-name {
    font-size: 18px;
    margin-bottom: 1rem;
}
.calender table .jsCalendar-week-days th, 
.calender table tbody td {
    border: 1px solid #eee;
    padding: 0.25rem 0.5rem;
    text-align: center;
}
.calender table .jsCalendar-week-days th {
    padding: 0.5rem;
    background-color: #0071B9;
    color: #FFF;
} */

@media screen and (max-width: 991px) {
    .sideContent {
        width: 100%;
        margin-right: 0;
    }
    .sideBar {
        width: 100%;
        margin-top: 3rem;
    }
    .calender {
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 1315px) {
  .grid-1315 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 1255px) {
  .hd-left {
    width: 20%;
  }
  .hd-right {
    width: 80%;
  }
  .hd-intro {
    display: none;
  }
  span.cat {
    right: 0;
  }
}

@media screen and (max-width: 1120px) {
  .cont {
    padding-left: 10px;
    padding-right: 10px;
  }
  .info-right table tr td.col-1 ul li span.news_date {
    display: block;
  }
  .info-right table tr td.col-1 ul li.li-last {
    line-height: 160%;
  }
  .ft-left {
    padding-left: 0;
  }
  ul.nav-child {
    padding-right: 8px;
  }
}

@media screen and (max-width: 960px) {
  .info-left {
    display: none;
  }
  .info-right {
    width: 100%;
  }
  .wp02-title-03 h4 {
    font-size: 12px;
  }
  .wp04-rows a img {
    padding-left: 8px;
    padding-right: 8px;
  }
  .wp-ti02-text {
    padding-left: 10px;
    padding-right: 5px;
  }
  .wp-ti02-rows a {
    width: 49.15%;
  }
  .wp-ti02-rows a:nth-child(3n) {
    margin-right: 1.7%;
  }
  .wp-ti02-rows a:nth-child(2n) {
    margin-right: 0;
  }
  /* 縮小時 */
  header.smaller .logo {
    width: 138px;
  }
  header.smaller .wrap-header {
    padding: 10px 10px 7px;
  }
  header.smaller .grid-1315 {
    padding: 0 10px;
  }
  header.smaller .hd-right {
    margin-top: 0;
  }
  header.smaller .hd-nav ul li a {
    font-size: 11px;
  }
  header.smaller .grid-1315 {
    padding: 0;
  }
}

@media screen and (max-width: 860px) {
  section {
    margin-top: 135px;
  }
  .hd-nav ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hd-nav {
    margin-top: 8px;
  }
  .wp02-title-03 h4 br {
    display: none;
  }
  .ls-img img {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ls-info h3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .wp-ti01-title {
    padding-top: 40px;
  }
  .wpti-intro {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .wpti-intro span {
    font-size: 14px;
  }
  .wpti-intro p {
    font-size: 12px;
    margin-top: 15px;
  }
  .wp-ti02 {
    padding-top: 42px;
    padding-bottom: 20px;
  }
  .wp-ti02-rows {
    margin-top: 16px;
  }
  .wp-ti03 {
    padding-top: 42px;
    padding-bottom: 80px;
  }
  .wp-ti03-left {
    width: 100%;
    height: 280px;
  }
  .wp-ti03-left_2 {
    width: 100%;
    height: 280px;
  }
  .wp-ti03-right {
    width: 100%;
  }
  .co-col4-text h4 {
    font-size: 12px;
  }
  .wp-wo01 {
    font-size: 12px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
    .mainvisual {
        margin-top: 70px;
    }
  body {
    font-size: 12px;
  }
  .hd-icon {
    display: none;
  }
  .wrap-header {
    padding-top: 10px;
    padding-bottom: 7px;
    border-bottom: none;
    height: 70px;
    overflow: visible;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background: #fff;
  }
  section {
    margin-top: 70px;
  }
  .hd-nav {
    display: none;
  }
  .hd-left {
    width: 100%;
  }
  .logo {
    margin: 0 auto;
  }
  .icon-nav img {
    width: 30px;
  }
  .icon-nav {
    display: inline-block;
    position: absolute;
    top: 26px;
    right: 20px;
    z-index: 9999;
  }
  .logo h2 a img {
    width: 118px;
  }
  .nav-sp {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #000;
    overflow-y: auto;
    padding-top: 70px;
  }
  .nav-sp ul li a {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    padding-top: 18px;
    padding-bottom: 18px;
    display: block;
    margin-bottom: 0;
  }
  .nav-sp ul li a.nav-click {
    padding-bottom: 34px;
  }
  .nav-sp ul li a.nav-click span.nav-icon img:last-child {
    display: none;
  }
  .nav-sp ul li a.nav-change span.nav-icon img:last-child {
    display: block;
    float: right;
  }
  .nav-sp ul li a.nav-change span.nav-icon img:first-child {
    display: none;
  }
  .nav-sp ul li a.nav-click span.nav-icon {
    padding-top: 0;
    padding-bottom: 0;
  }
  .nav-sp ul li {
    background: #000;
    float: left;
    width: 100%;
    border-bottom: 1px solid #333333;
    padding-left: 15px;
  }
  .nav-sp ul li span.nav-text {
    float: left;
    width: 88%;
  }
  .nav-sp ul li span.nav-icon {
    width: 12%;
    text-align: right;
    padding-right: 10px;
    float: right;
    padding-top: 16px;
    cursor: pointer;
    padding-bottom: 20px;
  }
  .nav-sp ul li span.nav-icon img {
    display: inline-block;
  }
  .nav-sp ul li.has-sub-menu span.nav-text {
    width: 88%;
  }
  ul.sub-menu {
    display: none;
    width: 100%;
    float: left;
  }
  .nav-sp ul li.has-sub-menu {
    position: relative;
  }
  ul li.has-sub-menu span.nav-click img:last-child {
    display: none;
  }
  ul li.has-sub-menu span.nav-click.nav-change img:first-child {
    display: none;
  }
  ul li.has-sub-menu span.nav-click.nav-change img:last-child {
    display: inline-block;
  }
  .ft-right {
    display: none;
  }
  .ft-left {
    width: 100%;
  }
  .wrap-info {
    background: #000;
    color: #fff;
  }
  .info-right table tr td.col-1 ul li span.news_date {
    color: #808080;
    font-size: 11px;
    margin-right: 0;
    line-height: 100%;
  }
  .info-right table tr td.col-1 ul li span {
    font-size: 11px;
    color: #fff;
  }
  .info-right table tr td {
    float: left;
    width: 100% !important;
  }
  .info-right table tr td.col-1 ul li {
    border-bottom: 1px solid #333333;
    padding-top: 17px;
  }
  .info-right table tr td.col-2 span {
    border: 1px solid #fff;
  }
  .info-right table tr td.col-2 span a {
    color: #fff;
    padding-top: 13px;
    padding-bottom: 9px;
  }
  .wrap-info {
    padding-top: 10px;
    padding-bottom: 25px;
    margin-top: -3px;
  }
  .info-right table tr td.col-2 {
    margin-top: 18px;
  }
  .info-right table tr td.col-1 ul li.li-last {
    padding-top: 17px;
    padding-bottom: 8px;
  }
  .wp01-right {
    display: none;
  }
  .wp01-btn-sp {
    display: block;
  }
  .wp01-left span.title-child {
    display: none;
  }
  .wp01-left {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
  .title-style1 {
    font-size: 20px;
  }
  .wp01-left span.shop-title-pa {
    font-size: 20px;
    letter-spacing: 0;
  }
  .wrap01 {
    padding-top: 42px;
  }
  .wp01-rows {
    margin-top: 16px;
  }
  .wp-shop-rows {
    flex-direction: column;
  }
  .wp-shop-rows .image {
    width: 100%;
  }
  .wp-shop-rows .info {
    width: 100%;
    padding: 1rem;
  }
  .wp-shop-rows .info .title .wp01-left .title-big {
    display: block;
    text-align: center;
    font-size: 1.5rem;
  }
  .wp-shop-rows .info .title .title-little {
    display: block;
    text-align: center;
  }
  /* .wp01-rows a{
        margin-right: 3.333%;
        width: 48.3335%;
    }
    .wp01-rows a.wp01-pd{
        margin-right: 0;
    } */
  .wp01-img {
    background-size: contain;
    height: 245px;
  }
  .wp01-rows a p {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 0;
  }
  .wp01-rows a span.wp01-date {
    font-size: 10px;
    padding: 0;
  }
  span.btn-more {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
  span.btn-more a {
    padding-top: 13px;
    padding-bottom: 9px;
  }
  .wrap02 {
    margin-top: 40px;
  }
  .wp02-rows {
    margin-top: 18px;
  }
  .wrap04 {
    background: #EFEFEF;
    margin-top: 0px;
    padding-top: 43px;
  }
  .wp04-rows {
    margin-top: 17px;
  }
  .wp04-rows a {
    width: 50%;
  }
  .wp04-rows a.a-bdr {
    border-right: 0px solid #e3e3e3;
  }
  .wp04-rows a.a-bdb {
    border-bottom: 0px solid #e3e3e3;
  }
  .wp04-rows a:nth-child(even) {
    border-right: 1px solid #e3e3e3;
  }
  .sp-bd-1 {
    border-bottom: 1px solid #e3e3e3 !important;
  }
  .wp04-rows a:last-child {
    border-top: 1px solid #e3e3e3;
  }
  .wp04-rows a {
    height: 73px;
    background: #FFFFFF;
  }
  .hide_sp {
    display: none !important;
  }
  .wp04-rows {
    margin-bottom: 0px;
  }
  .mgb-50 {
    margin-bottom: 50px;
  }
  .wrap-ft {
    padding-top: 52px;
    padding-bottom: 0px;
    text-align: center;
  }
  .scrolltop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999;
  }
  .scrolltop img {
    width: 40px;
  }
  .ft-left a img {
    width: 150px;
    margin: 0 auto;
  }
  .ft-left-bt {
    position: static;
    margin-top: 30px;
  }
  span.ft-addrees {
    margin-top: 12px;
  }
  .ft-left-bt p {
    margin-top: 47px;
    border-top: 1px solid #1A1A1A;
    padding-top: 22px;
    padding-bottom: 21px;
  }
  span.ft-addrees {
    font-size: 10px;
    line-height: 180%;
  }
  .brand-logo-60 {
    height: 40px;
  }
  .brand-logo-30 {
    height: 20px;
  }
  .brand-logo-50 {
    height: 33px;
  }
  .brand-logo-45 {
    height: 30px;
  }
  .brand-logo-20 {
    height: 13px;
  }
  .wp03-rows a.wp03-col6 {
    height: 374px;
  }
  .wp02-item-col-3 .col-3 {
    height: 120px;
  }
  .wp02-title-03 h4 {
    font-size: 11px;
  }
  .shop-news-list li:first-child, .shop-news-list li:nth-child(2) {
    height: 240px;
    width: 100%;
    margin-bottom: 5px;
  }
  .shop-news-list li:nth-child(3), .shop-news-list li:nth-child(4), .shop-news-list li:nth-child(5) {
    height: 240px;
    width: 100%;
    margin-bottom: 5px;
  }
  .shop-news-list li:nth-child(6), .shop-news-list li:nth-child(7), .shop-news-list li:nth-child(8), .shop-news-list li:nth-child(9), .shop-news-list li:nth-child(10), .shop-news-list li:nth-child(11), .shop-news-list li:nth-child(12), .shop-news-list li:nth-child(13) {
    width: 49.2%;
    margin-right: 0;
    margin-bottom: 1.6%;
    height: 125px;
    font-size: 10px;
  }
  .shop-news-list li:nth-child(6), .shop-news-list li:nth-child(8), .shop-news-list li:nth-child(10), .shop-news-list li:nth-child(12) {
    margin-right: 1.6%;
  }
  .wp02-title-01 h4 {
    font-size: 12px;
    margin-top: 5px;
  }
  .shop-news-list li:nth-child(3) h4, .shop-news-list li:nth-child(4) h4, .shop-news-list li:nth-child(5) h4 {
    font-size: 12px;
    margin-top: 5px;
  }
  .shop-news-list li:nth-child(3) .wp02-title-01, .shop-news-list li:nth-child(4) .wp02-title-01, .shop-news-list li:nth-child(5) .wp02-title-01 {
    padding: 0 10px 10px;
  }
  .shop-news-list li:nth-child(6) h4, .shop-news-list li:nth-child(7) h4, .shop-news-list li:nth-child(8) h4, .shop-news-list li:nth-child(9) h4, .shop-news-list li:nth-child(10) h4, .shop-news-list li:nth-child(11) h4, .shop-news-list li:nth-child(12) h4, .shop-news-list li:nth-child(13) h4 {
    font-size: 10px;
    line-height: 1.3;
  }
  .shop-news-list li:nth-child(6) .wp02-title-01, .shop-news-list li:nth-child(7) .wp02-title-01, .shop-news-list li:nth-child(8) .wp02-title-01, .shop-news-list li:nth-child(9) .wp02-title-01, .shop-news-list li:nth-child(10) .wp02-title-01, .shop-news-list li:nth-child(11) .wp02-title-01, .shop-news-list li:nth-child(12) .wp02-title-01, .shop-news-list li:nth-child(13) .wp02-title-01 {
    padding: 0 8px 6px;
  }
  .wp02-title-02 h4 {
    font-size: 12px;
  }
  .wp02-title-01 span {
    font-size: 10px;
  }
  .wp02-title-02 span {
    font-size: 10px;
  }
  .page-sp {
    display: block;
  }
  .page-pc {
    display: none;
  }
  .ls-info-text {
    padding-left: 14px;
    padding-right: 14px;
  }
  .intro-page {
    font-size: 10px;
    line-height: 210%;
  }
  .intro-page br {
    display: none;
  }
  .breadcurmb-page {
    height: 45px;
    line-height: 45px;
  }
  .wrap-banner-page {
    padding-top: 40px;
    padding-bottom: 58px;
  }
  .wp-ls01-rows a {
    width: 48.25%;
  }
  .wp-ls01-rows a:nth-child(3n) {
    margin-right: 3.5%;
  }
  .wp-ls01-rows a:nth-child(2n) {
    margin-right: 0;
  }
  .wp-list01 {
    padding-bottom: 30px;
  }
  .wp-co01 {
    padding-top: 42px;
    padding-bottom: 23px;
  }
  .co-video {
    margin-top: 18px;
  }
  .co-video iframe {
    height: 220px;
  }
  .wp-co02 {
    padding-top: 42px;
  }
  .wp-co02-intro {
    padding-top: 10px;
    padding-bottom: 25px;
    font-size: 12px;
    line-height: 1.85;
  }
  .co02-right h4 {
    font-size: 15px;
  }
  .co2-right-text {
    font-size: 12px;
    margin-top: 10px;
  }
  .wp-co02-row {
    padding-bottom: 30px;
  }
  .wp-co03 {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .wp-co03-content table tr td {
    font-size: 12px;
  }
  img.co-maps {
    width: 118px;
  }
  .wp-co04-rows a,
  .wp-co04-rows .co-col4 {
    width: 49.15%;
    min-height: 420px;
  }
  .wp-co04-rows a.no-mgr {
    margin-right: 1.7%;
  }
  .wp-co04-rows a.no-mgr-sp {
    margin-right: 0;
  }
  .co-col4-text {
    padding-top: 16px;
  }
  .wp-co04 {
    padding-top: 42px;
    padding-bottom: 30px;
  }
  .shop-item h4 {
    font-size: 15px;
  }
  .wp-shop01 {
    padding-top: 35px;
    padding-bottom: 60px;
  }
  .wp-shop {
    padding-top: 22px;
  }
  .wp-shop-co {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .wp-co03-content {
    padding-top: 16px;
  }
  .wp-co04-rows {
    margin-top: 16px;
  }
  .wp-list {
    padding-top: 42px;
  }
  .wp-list-flr {
    padding-top: 11px;
  }
  .wp-ti03-row {
    margin-top: 16px;
  }
  .shopping-mt-70 {
    margin-top: 42px;
    margin-bottom: 17px;
  }
  .shopping-mt-73 {
    margin-top: 42px;
  }
  .shopping-mb-60 {
    padding-bottom: 16px;
  }
  .mg-ct-sp {
    margin-top: 8px;
    margin-bottom: 0;
  }
  .point-bbg {
    padding-top: 34px;
  }
  .point-pt-30 {
    padding-top: 10px;
  }
  .point-avai-20 {
    margin-top: 42px;
    margin-bottom: 16px;
  }
  #contact-wp01-left {
    margin-top: 40px;
    margin-bottom: 16px;
  }
  #contact-wp01-mail {
    margin-top: 42px;
    margin-bottom: 2px;
  }
  .wp-shop {
    padding-top: 42px;
    padding-bottom: 17px;
  }
  .desc-blog {
    flex-direction: column;
  }
  .desc-blog .title {
    width: 100%;
    padding: 1rem;
  }
  .desc-blog .title:after {
    display: none;
  }
  .container {
    width: 94%;
  }
  .entry-wrap .title-blog {
    font-size: 24px;
  }
}

@media screen and (max-width: 640px) {
  .wp02-item-col-4 {
    margin-top: 0;
  }
  .wp02-rows .col-6,
  .wp02-rows .col-4 {
    width: 100%;
    margin-bottom: 5px;
  }
  .wp02-rows .col-6 div {
    /*background-size: cover !important;*/
    background-size: 100%;
    background-position: top;
  }
  .wp02-rows .col-3 {
    width: 49.5%;
    margin-bottom: 5px;
    margin-right: 1%;
    float: left;
  }
  .wp02-rows .col-3:nth-child(even) {
    margin-right: 0;
  }
  .wp01-rows a.wp01-pd {
    padding-left: 0px;
  }
  /* .wp02-rows {
        margin-top: 13px;
    } */
  .wp02-item-col-12 {
    margin-top: 10px;
  }
  .wp02-item-col-12 span {
    margin-left: 10px;
    margin-right: 10px;
  }
  .wrap03 {
    margin-top: 42px;
  }
  .wp03-rows a.wp03-col6 {
    width: 100% !important;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .wp03-rows a span.wp03-mene {
    max-width: 105px;
    width: 100%;
  }
  .wp03-rows a span {
    font-size: 32px;
    height: 45px;
    line-height: 45px;
  }
  .wp03-rows a span.wp03-women {
    max-width: 140px;
  }
  .wp02-rows .col-3 {
    width: 49.2%;
    margin-right: 1.6%;
  }
  .wp01-img {
    height: 145px !important;
    background-size: cover !important;
  }
  .wp01-rows a {
    width: 48.5%;
    margin-right: 3%;
    margin-left: 0;
  }
  .wp01-rows a:last-child {
    margin-right: 0;
  }
  span.btn-more {
    margin-top: 17px;
  }
  .wp03-rows {
    margin-top: 17px;
  }
  .wp02-item-col-12 span a {
    font-size: 13px;
  }
  .wp02-item-col-12 span a i {
    font-size: 13px;
  }
  .wp02-item-col-12 span {
    padding-top: 10px;
    padding-bottom: 9px;
  }
  span.wp02-cat, .wp02-cat01 {
    font-size: 10px;
    padding: 1px 8px;
  }
  /* .wp02-title-01 h4 br{
        display: none;
    } */
  .wp02-title-01 {
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }
  .wp02-title-03 {
    padding-left: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
  }
  .wp02-title-02 {
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }
  .contact-row-2 li, .contact-189 p, .contact-189 ul li, .contact-row-1 span, .styled-checkbox-1, .btn-210 {
    font-size: 12px;
  }
  .contact-table tr td {
    font-size: 12px !important;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .contact-table tr td:last-child input, .contact-table tr td:last-child textarea {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .contact-189 h4 {
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .styled-checkbox + label:before {
    width: 20px;
    height: 20px;
  }
  .styled-checkbox:checked + label:after {
    left: 5px;
    top: 7px;
    width: 2px;
    height: 2px;
  }
  .wp-ti02-text h4 {
    font-size: 12px;
  }
  .wp-ti03-right {
    padding: 25px 10px 20px 10px;
  }
  .wp-ti03-table {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .wp-ti03-table table tr td {
    font-size: 12px;
  }
  .wp-ti03-right span.title-child01 {
    font-size: 15px;
  }
  .wp-ti03-table table tr td i {
    font-size: 14px;
  }
  .wp-ti03 {
    padding-bottom: 45px;
  }
  .wp-ti02-rows a {
    margin-bottom: 40px;
  }
  .wp02-item-col-4 a {
    height: 240px;
  }
}

@media screen and (max-width: 560px) {
  .wp-ti02-rows a {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .wp-ti02-img-row {
    width: 100%;
  }
  .wp-ti02-text {
    max-width: 380px;
  }
  .wp-ti03-right ul li {
    float: left;
    width: 25%;
    padding-right: 10px;
  }
  .co02-left {
    width: 25%;
  }
  .co02-right {
    width: 75%;
    padding-left: 15px;
  }
}

@media screen and (max-width: 480px) {
  /* 2018/09/14 10:37 TRUNG */
  #pc-slider {
    display: none;
  }
  #sp-slider {
    display: block;
  }
  /* END 2018/09/14 10:37 TRUNG */
  .wp02-title-01 h4 br.sp-460 {
    display: none;
  }
  .wp-list {
    padding-bottom: 15px;
  }
  .wp-ls01-rows a {
    width: 100%;
    margin-right: 0 !important;
  }
  .ls-info-text {
    font-size: 12px;
  }
  .wpti-intro p br {
    display: none;
  }
  .wp-ti03-table {
    margin-bottom: 0;
    margin-top: 5px;
  }
  .wp-ti03-right {
    padding: 25px 10px 5px 10px;
  }
  .wp-ti03-table table tr td {
    padding-bottom: 5px;
  }
  br.br-480 {
    display: block;
  }
  .wp-ti01-title h3 img {
    height: 30px;
  }
  .wp-ti01-title span {
    margin-top: 12px;
  }
  .wp-co03-content table tr td {
    width: 100% !important;
    float: left;
  }
  .wp-co03-content table tr td:first-child {
    border: none;
    font-weight: bold;
    background: #fff;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 18px;
  }
  .wp-co03-content table tr td {
    border-top: none;
    border-bottom: 1px solid #e3e3e3;
    padding-top: 4px;
    padding-bottom: 18px;
    padding-left: 0;
    padding-right: 0;
  }
  .wp-co03-content {
    background: #fff;
    padding: 18px 18px 40px 18px;
    margin-top: 16px;
  }
  .wp-co04-rows a {
    min-height: 250px;
    margin-bottom: 33px;
  }
  .co-col4-img {
    height: 190px;
  }
  [type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
    padding-top: 2px;
  }
  .wp-co02-row-sp {
    display: block;
    border-top: 1px solid #e3e3e3;
    padding-top: 30px;
  }
  .wp-co02-row {
    display: none;
  }
  #co-blue {
    border: 1px solid #16587f;
  }
  #co-pink {
    border: 1px solid #b2003d;
  }
  #co-or {
    border: 1px solid #d1910d;
  }
  #co-gre {
    border: 1px solid #3b7302;
  }
  .co-sp-item-img img {
    width: 100%;
  }
  span.co-click {
    background: #efefef;
    display: block;
    height: 30px;
    cursor: pointer;
  }
  span.co-click img {
    padding-top: 12px;
    width: 15px;
    margin: 0 auto;
  }
  .co-sp-introtext {
    padding: 25px 25px 25px 25px;
  }
  .co-sp-introtext h4 {
    font-size: 15px;
    font-weight: bold;
    line-height: 140%;
  }
  #co-blue .co-sp-introtext h4 {
    color: #16587f;
  }
  #co-pink .co-sp-introtext h4 {
    color: #b2003d;
  }
  #co-or .co-sp-introtext h4 {
    color: #d1910d;
  }
  #co-gre .co-sp-introtext h4 {
    color: #3b7302;
  }
  .co-sp-text-info {
    font-size: 12px;
    line-height: 180%;
    color: #333333;
    margin-top: 20px;
    display: none;
  }
  .wp-co02-sp-item {
    margin-bottom: 30px;
  }
  span.open img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    padding-top: 0;
    padding-bottom: 12px;
  }
  .mobile-only {
    display: block;
    padding: 42px 0 50px;
  }
}

.article #comments .comments-title {
  line-height: 1;
    font-feature-settings: "palt";
    font-size: 30px;
    font-weight: bold;
    box-sizing: border-box;
    margin: 0 0 20px;
    border-bottom: 1px solid #cdcdcd;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0px 0 15px;
}

.article #respond .comment-form {
  margin: 1rem 0;
}
.article #respond .comment-form .comment-notes {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.article #respond .comment-form .comment-notes .required {
  color: red;
}

.article #respond .comment-form .comment-form-comment,
.article #respond .comment-form .comment-form-author,
.article #respond .comment-form .comment-form-email,
.article #respond .comment-form .comment-form-url,
.article #respond .comment-form .comment-form-cookies-consent {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.article #respond .comment-form .comment-form-comment label,
.article #respond .comment-form .comment-form-author label,
.article #respond .comment-form .comment-form-email label,
.article #respond .comment-form .comment-form-url label {
  width: 150px;
}

.article #respond .comment-form .comment-form-comment label {
  width: 150px;
}

.article #respond .comment-form .comment-form-comment textarea,
.article #respond .comment-form .comment-form-author input,
.article #respond .comment-form .comment-form-email input,
.article #respond .comment-form .comment-form-url input {
  width: unset !important;
  flex: 1 !important;
    margin: 0 0 10px;
    padding: 5px 15px;
    font-size: 93.75%;
    border-radius: 2px;
    height: 30px !important;
    color: #333333;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #C6C6C6 !important;
}

.article #respond .comment-form .comment-form-comment textarea {
  height: 100px !important;
  resize: none !important;
}

.article #respond .comment-form .comment-form-cookies-consent {
  max-width: 480px;
  width: 100%;
  margin: 1rem auto 2.5rem;
  justify-content: center;
  gap: 1rem;
}
.article #respond .comment-form .comment-form-cookies-consent input {
    width: auto;
}

.article #respond .comment-form .form-submit {
  display: flex;
  justify-content: center;
}
.article #respond .comment-form .form-submit input[type="submit"] {
  width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0071B9;
    border: 1px solid #0071B9 !important;
    color: #FFF;
    position: relative;
    transition: all 0.3s ease;
    font-size: 1rem;
    cursor: pointer;
}
.article #respond .comment-form .form-submit input[type="submit"]:hover {
  background-color: #0071B9;
  border-color: #0071B9;
}

.wp-pagenavi {
    clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
  color: #000000 !important;
  text-decoration: none;
  background-color: #FCFDFD !important;
  border: 1px solid #b4b4b4 !important;
  padding: 4px 8px !important;
  margin: 2px !important;
  border-radius: 0;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  color: #FFF !important;
    border-color: #000 !important;
    background-color:#000 !important;
}

.wp-pagenavi span.current {
    font-weight: bold !important;
    background-color:#000 !important;
    border-color: #000 !important;
}

.wp-pagenavi {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .article #respond .comment-form .comment-notes {
    font-size: 13px;
  }
  .article #respond .comment-form .comment-form-comment,
.article #respond .comment-form .comment-form-author,
.article #respond .comment-form .comment-form-email,
.article #respond .comment-form .comment-form-url {
  display: block;
}
.article #respond .comment-form .comment-form-comment textarea,
.article #respond .comment-form .comment-form-author input,
.article #respond .comment-form .comment-form-email input,
.article #respond .comment-form .comment-form-url input {
  width: 100%;
}

.comment-form input[ name="wp-comment-cookies-consent"] {
    width: auto !important;
}


}

.swiper.kemana {
  margin-top: 136px;
}

.swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}

.swiper .swiper-wrapper .swiper-slide img.sp {
  display: none;
}

@media screen and (max-width:960px) {
    .swiper.kemana {
        margin-top: 147px;
    }
}

@media screen and (max-width: 767px) {
    .swiper.kemana {
        margin-top: 70px;
    }
    .swiper .swiper-wrapper .swiper-slide img.pc {
      display: none;
    }
    .swiper .swiper-wrapper .swiper-slide img.sp {
      display: block;
    }
}