@charset "utf-8";

.main .side {
  float: right;
  width: 300px;
}

.main .index_side2 {
  margin-top: 90px;
}

.side .banner {
  margin-bottom: 34px;
}

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

.side .banner li a {
  display: block;
}

.h2_ttl04 {
  font-family:Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  font-size: 12px;
  color: #000;
  text-align: center;
  font-weight: normal;
}

.h2_img04 img {
  margin: 0 auto 3px;
  display: block;
}

.h2_txt04 {
  margin: 0 auto 2px;
  padding-bottom: 10px;
  border-bottom: 5px solid #000;
  display: block;
  font-size: 14px;
  font-weight: bold;
}

.side .ul_info li {
  padding: 20px 5px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}

.side .ul_info li > a {
  display: block;
}

.side .ul_info .photo {
  position: relative;
  width: 100px;
  height: 100px;
  float: left;
  background: #FFF no-repeat center center;
  background-size: cover;
}

.side .ul_info .photo .num {
  position: absolute;
  left: -3px;
  top: -10px;
}

.side .ul_info p {
  margin-top: -4px;
  float: right;
  width: 172px;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  font-size: 13px;
  color: #000;
  line-height: 1.4;
  text-align: left;
}

.side .ul_info p .ttl {
  margin-bottom: 8px;
  display: block;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  font-size: 12px;
  color: #888;
}

.h2_ttl06 {
  margin: 0 0 22px;
}
.ul_poi{
  padding-bottom: 20px;
}
.ul_poi li {
  margin-bottom: 20px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ccc;
}

.ul_poi li a {
  display: block;
}

.ul_poi .photo {
  width: 300px;
  height: 180px;
  background: #FFF no-repeat center center;
  background-size: cover;
}

.ul_poi p {
  padding: 15px 0 10px;
  position: relative;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  font-size: 13px;
  color: #000;
  line-height: 1.45;
  text-align: left;
  background: url(/wp-content/themes/oggi/img/common/bg_rquot.png) no-repeat right bottom;
}

.ul_poi p:before {
  position: absolute;
  left: -1px;
  top: -6px;
  width: 17px;
  height: 12px;
  content: "";
  background: url(/wp-content/themes/oggi/img/common/bg_lquot.png) no-repeat right bottom;
}

.ul_poi_detail li {
  margin-bottom: 20px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ccc;
}

.ul_poi_detail li a {
  display: block;
  text-align: left;
  padding-bottom: 16px;
}

.ul_poi_detail .photo {
  vertical-align: middle;
  width: 106px;
  height: 106px;
  display: inline-block;
  background: #FFF no-repeat center center;
  background-size: cover;
}

.ul_poi_detail p {
  vertical-align: middle;
  padding: 18px 0 10px 6px;
  position: relative;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  font-size: 13px;
  color: #000;
  width: 180px;
  min-height: 80px;
  display: inline-block;
  line-height: 1.45;
  text-align: left;
}

.ul_poi_detail p:before {
  position: absolute;
  left: 4px;
  top: 0;
  width: 17px;
  height: 12px;
  content: "";
  background: url(/wp-content/themes/oggi/img/common/bg_lquot.png) no-repeat right bottom;
}

.ul_poi_detail p:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 17px;
  height: 12px;
  content: "";
  background: url(/wp-content/themes/oggi/img/common/bg_rquot.png) no-repeat right bottom;
}

.ul_poi_detail a:hover p:before {
  -webkit-animation: lquot 0.4s;
  animation: lquot 0.4s;
}

.ul_poi_detail a:hover p:after {
  -webkit-animation: rquot 0.4s;
  animation: rquot 0.4s;
}

@-webkit-keyframes lquot {
  0% {
    left: 4px;
  }

  30% {
    left: 6px;
  }

  100% {
    left: 4px;
  }
}

@keyframes lquot {
  0% {
    left: 4px;
  }

  30% {
    left: 6px;
  }

  100% {
    left: 4px;
  }
}

@-webkit-keyframes rquot {
  0% {
    right: 0;
  }

  30% {
    right: 2px;
  }

  100% {
    right: 0;
  }
}

@keyframes rquot {
  0% {
    right: 0;
  }

  30% {
    right: 2px;
  }

  100% {
    right: 0;
  }
}

.side .link02 {
  margin-bottom: 40px;
}

.side .link02 a {
  margin-top: -1px;
  padding: 7px 0 6px;
  display: block;
  border-top: 1px solid #000;
  border-bottom: 5px solid #000;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  font-size: 13px;
  color: #000;
  text-align: center;
  background: url(/wp-content/themes/oggi/img/common/bg_arrow01.png) no-repeat 98% center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.side .link02 a:hover {
  background-position: 100% center;
  font-weight: bold;
}

.side .h2_ttl05 {
  position: relative;
  z-index: 10;
  font-size: 12px;
  color: #000;
  line-height: 1.35;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  font-weight: normal;
}

.side .h2_txt05 .txt {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 0 18px;
  background-color: #FFF;
  font-size: 22px;
  font-weight: bold;
  font-family: 'Lora', serif;
  -webkit-font-smoothing: antialiased;
}

.side .h2_txt05 .fw_no {
  font-weight: normal;
}

.side .tags_box {
  margin: -16px 0 40px;
  padding: 31px 14px 18px 19px;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

.side .tags_box li {
  padding: 0 5px 5px 0;
  float: left;
}

.side .tags_box a {
  padding: 2px 11px;
  display: block;
  border: 1px solid #666;
  border-radius: 15px;
  font-family:Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  color: #222;
}

@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop,
     .side .tags_box a {
    padding: 2px 11px 0px;
  }
}

.side .magazine {
  margin-bottom: 30px;
  padding: 18px 20px;
  background-color: #000;
}

.side .magazine .photo {
  width: 184px;
  height: 246px;
  background: #FFF no-repeat center center;
  background-size: cover;
}

.side .magazine .photo {
  float: left;
  width: 184px;
  height: 246px;
}

.side .magazine .text {
  margin-top: 121px;
  float: right;
  width: 70px;
  font-size: 12px;
  color: #FFF;
  line-height: 1.5;
}

.side .magazine .ttl {
  margin-bottom: 7px;
  padding-bottom: 8px;
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 70px;
  line-height: 1;
  border-bottom: 2px solid #FFF;
}

.side .magazine_txt {
  text-align: left;
  font-size: 11px;
  color: #555;
  margin-top: -10px;
  margin-bottom: 30px;
  line-height: 1.5;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
}

.side .link03 {
  padding-top: 20px;
  clear: both;
}

.side .link03 li {
  margin-bottom: 2px;
  padding: 0 10px;
  float: left;
  width: 240px;
  font-size: 13px;
  color: #FFF;
  text-align: center;
  background-color: #444;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.side .link03 li.width01 {
  width: 109px;
}

.side .link03 li.width01 + li.width01 {
  margin-left: 2px;
}

.side .link03 li a {
  padding: 5px 0;
  font-family: Roboto,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  display: block;
  background: #444 url(/wp-content/themes/oggi/img/common/bg_arrow02.png) no-repeat right center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.side .link03 li:hover {
  background-color: #AAA;
}

.side .link03 li:hover a {
  color: #000;
  background: #AAA url(/wp-content/themes/oggi/img/common/bg_arrow03.png) no-repeat right center;
}

.side .photo02 {
  margin: -20px 0 35px;
  padding-top: 30px;
  border-top: 4px solid #000;
}

.side .sns {
  margin-left: -4px;
  margin-top:-8px;
}

.side .sns .facebook iframe {
  border-top: none;
  border-bottom: 1px solid #3C589A;
  border-left: 1px solid #3C589A;
  border-right: 1px solid #3C589A;
  margin-left: 4px;
  visibility: visible;
  width: 298px;
  height: 214px;
  allowtransparency: true;
  allowfullscreen: true;
  scrolling: no;
}

.side .sns .twitter iframe {
  border-bottom: 1px solid #54ACF0 !important;
  border-left: 1px solid #54ACF0 !important;
  border-right: 1px solid #54ACF0 !important;
  margin-left: 4px;
}

.side .sns li {
  margin-bottom: 30px;
}

.side .tax_notation {
  text-align: left;
  border: 1px solid #2f2725;
  padding: 10px 8px;
  margin: 20px 25px;
}

.side .tax_notation a:hover {
  opacity: .5;
}

.side .statement_notation {
  text-align: left;
  border: 1px solid #2f2725;
  padding: 10px 8px;
  margin: 20px 25px;
}

.side .statement_notation a:hover {
  opacity: .5;
}