@charset "UTF-8";
/* variables
----------------------------------------*/
/* mixin
----------------------------------------*/
/* common
----------------------------------------*/
@media screen and (min-width: 751px) {
  .only-sp {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .only-pc {
    display: none;
  }
}
body {
  color: #333;
}

/* wrap
----------------------------------------*/
#wrap {
  width: 100%;
  min-width: 1220px;
  margin: 0 auto 0;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  #wrap {
    min-width: 0;
  }
}

/* .header
-------------------------------------*/
.header {
  top: 0;
  left: 0;
  background: #FFF;
  width: 100%;
  z-index: 1000;
}

.header-inner {
  width: 1020px;
  height: 100px;
  margin: 0 auto;
}

.header p.logo {
  margin: 20px 0 23px 20px;
  float: left;
  width: 172px;
}

.header p.logo img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .header-inner {
    width: 100%;
    height: 65px;
  }

  .header p.logo {
    margin: 0;
    position: absolute;
    left: 10px;
    top: 15px;
    width: auto;
    height: 40px;
  }

  .header p.logo img {
    width: auto;
    height: 100%;
  }
}
/* .footer
-------------------------------------*/
.footer {
  height: 62px;
  line-height: 62px;
  background: #efece6;
}

.footer p {
  width: 1020px;
  margin: 0 auto;
  text-align: right;
  font-size: 11px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 750px) {
  .footer p {
    width: 100%;
    font-size: 9px;
    letter-spacing: 0;
    text-align: center;
  }
}
/* ページ見出し
----------------------------------------*/
.blog-head {
  width: 1020px;
  margin: 0 auto 56px;
}
.blog-head img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .blog-head {
    width: 94.6666666667%;
    margin: 0 auto 7.7333333333%;
  }
}

h1.blog-ttl {
  font-size: 20px;
  font-weight: 500;
  color: #1fb9ef;
  text-align: center;
  margin-bottom: 68px;
}
@media only screen and (max-width: 750px) {
  h1.blog-ttl {
    font-size: 13px;
    font-size: 3.4666666667vw;
    padding: 0 10px;
  }
}

/* .fade-hover
-------------------------------------*/
@media screen and (min-width: 751px) {
  .fade-hover {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .fade-hover:hover, .fade-hover:hover span {
    opacity: .7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
  }
}

/* .content-wrap
--------------------------------------------*/
.content-wrap {
  width: 1020px;
  margin: 0 auto;
  color: #333;
  font-size: 14px;
  line-height: 1.7;
}
@media only screen and (max-width: 750px) {
  .content-wrap {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 12px;
    font-size: 3.2vw;
  }
}

/* .main-content
--------------------------------------------*/
.main-content {
  width: 670px;
  float: left;
}
@media only screen and (max-width: 750px) {
  .main-content {
    width: 100%;
    font-weight: normal;
  }
}

/* .section
--------------------------------------------*/
@media only screen and (max-width: 750px) {
  .section {
    text-align: center;
  }
}
.section + .section {
  margin-top: 70px;
}
@media only screen and (max-width: 750px) {
  .section + .section {
    margin-top: 40px;
  }
}
.section .sec-ttl {
  text-align: left;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .section .sec-ttl {
    font-size: 19.5px;
    font-size: 5.2vw;
    margin-bottom: 20px;
  }
}
.section .sec-ttl + img {
  margin-top: 0;
}
.section:nth-child(1) h2.sec-ttl {
  font-size: 36px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .section:nth-child(1) h2.sec-ttl {
    font-size: 22.5px;
    font-size: 6vw;
  }
}
.section:nth-child(1) h2.sec-ttl + .sec-ttl {
  margin-bottom: 0;
}
.section:nth-child(1) h2.sec-ttl .fs {
  font-size: 30px;
}
.section img {
  max-width: 100%;
  margin-top: 20px;
  border-radius: 5px;
}
@media only screen and (max-width: 750px) {
  .section img {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.section .txt {
  margin-top: 40px;
  text-align: left;
}
@media only screen and (max-width: 750px) {
  .section .txt {
    margin-top: 20px;
  }
}
.section .txt + img {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  .section .txt + img {
    margin-top: 20px;
  }
}
.section .txt + .col-img {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  .section .txt + .col-img {
    margin-top: 10px;
  }
}
.section .data-block {
  margin-top: 40px;
  text-align: left;
  word-break: break-all;
}
@media only screen and (max-width: 750px) {
  .section .data-block {
    margin-top: 20px;
  }
}
.section .bold {
  font-weight: bold;
}
.section .spot-name {
  font-size: 18px;
}
@media only screen and (max-width: 750px) {
  .section .spot-name {
    font-size: 15px;
  }
}
.section a {
  color: #1fb9ef;
}
@media only screen and (min-width: 751px) {
  .section a.tel {
    color: #333;
    text-decoration: none;
    pointer-events: none;
  }
}
.section .cap-ttl {
  font-weight: bold;
  font-size: 20px;
  margin-top: 50px;
}
.section .cap-ttl + .txt {
  margin-top: 20px;
}
.section .ifram-block {
  margin-top: 40px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.section .ifram-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section .col-img {
  width: 100%;
  font-size: 0;
}
.section .col-img img {
  display: inline-block;
  margin-right: 20px;
}
.section .col-img img:last-child {
  margin-right: 0;
}
.section .col-img.herf img {
  width: 325px;
}
@media only screen and (max-width: 750px) {
  .section .col-img.herf img {
    width: 100%;
  }
}
.section .col-img.r210 > img:nth-child(1) {
  width: 440px;
}
@media only screen and (max-width: 750px) {
  .section .col-img.r210 > img:nth-child(1) {
    width: 100%;
  }
}
.section .col-img.r210 > img:nth-child(2) {
  width: 210px;
}
@media only screen and (max-width: 750px) {
  .section .col-img.r210 > img:nth-child(2) {
    width: 50%;
  }
}
.section .col-img.r210 > div {
  width: 210px;
  display: inline-block;
}
@media only screen and (max-width: 750px) {
  .section .col-img.r210 > div {
    width: 100%;
  }
}

/* prof-block
--------------------------------------------*/
.prof-block {
  margin-top: 90px;
}
@media only screen and (max-width: 750px) {
  .prof-block {
    text-align: center;
    margin-top: 60px;
  }
}
.prof-block .bar-ttl {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  position: relative;
  margin-bottom: 35px;
}
@media only screen and (max-width: 750px) {
  .prof-block .bar-ttl {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.prof-block .bar-ttl::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 14px;
}
.prof-block .bar-ttl span {
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 2;
  line-height: 1;
  padding: 0 10px;
}
.prof-block .prof-img {
  display: inline-block;
  vertical-align: middle;
  background-color: #1fb9ef;
  width: 212px;
}
@media only screen and (max-width: 750px) {
  .prof-block .prof-img {
    width: 158px;
  }
}
.prof-block .prof-img.rounded {
  border-radius: 110px;
  border: solid 2px #1fb9ef;
}
.prof-block .txt-block {
  display: inline-block;
  vertical-align: middle;
  width: 430px;
  margin-left: 20px;
}
@media only screen and (max-width: 750px) {
  .prof-block .txt-block {
    text-align: left;
    width: 100%;
    margin-left: 0;
  }
}
.prof-block .txt-block .name, .prof-block .txt-block .sub-ttl {
  text-align: center;
}
.prof-block .txt-block .name {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 750px) {
  .prof-block .txt-block .name {
    font-size: 20px;
    font-size: 5.3333333333vw;
    margin-top: 15px;
  }
}
.prof-block .txt-block .sub-ttl {
  font-size: 12px;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  .prof-block .txt-block .sub-ttl {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}
.prof-block .txt-block .prof-txt {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  .prof-block .txt-block .prof-txt {
    margin-top: 15px;
  }
}

/* .side-content
--------------------------------------------*/
.side-content {
  width: 310px;
  float: right;
}
@media only screen and (max-width: 750px) {
  .side-content {
    width: 100%;
    font-weight: normal;
    border-top: solid 1px #ccc;
    padding-top: 30px;
    margin-top: 30px;
  }
}

.repo-bnr-block .ttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .repo-bnr-block .ttl {
    text-align: center;
    font-size: 17px;
    font-size: 4.5333333333vw;
  }
}
.repo-bnr-block .ttl::before {
  content: '';
  display: inline-block;
  vertical-align: -3px;
  width: 24px;
  height: 24px;
  background-image: url("/lp/oosumi/blogger/img/ico_pen.png");
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 10px;
}
@media only screen and (max-width: 750px) {
  .repo-bnr-block .ttl::before {
    vertical-align: -4px;
  }
}
.repo-bnr-block .bnr-list li + li {
  margin-top: 10px;
}
.repo-bnr-block .bnr-list li a.currnet {
  pointer-events: none;
  cursor: default;
}
.repo-bnr-block .bnr-list img {
  width: 100%;
}
.repo-bnr-block .bnr-list .coming-soon {
  text-align: center;
  border: solid 2px #999999;
  background-color: #e0e0e0;
  font-size: 16px;
  font-weight: 500;
  color: #666;
  width: 100%;
  box-sizing: border-box;
  padding: 40px 0;
}
@media only screen and (max-width: 750px) {
  .repo-bnr-block .bnr-list .coming-soon {
    font-size: 19px;
    font-size: 5.0666666667vw;
    padding: 12.5% 0;
  }
}
.repo-bnr-block .bnr-list .coming-soon span {
  display: block;
  font-size: 14px;
}
@media only screen and (max-width: 750px) {
  .repo-bnr-block .bnr-list .coming-soon span {
    font-size: 17px;
    font-size: 4.5333333333vw;
  }
}

.other-blogger-block {
  margin-top: 50px;
}
.other-blogger-block .ttl {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .other-blogger-block .ttl {
    width: 243px;
    margin-left: auto;
    margin-right: auto;
  }
  .other-blogger-block .ttl img {
    width: 100%;
  }
}
.other-blogger-block .blogger-list li {
  border-bottom: solid 1px #ccc;
  border-top: solid 1px #ccc;
  padding: 10px 0;
}
.other-blogger-block .blogger-list li + li {
  margin-top: -1px;
}
.other-blogger-block .blogger-list li a {
  display: block;
  color: #333;
  font-size: 0;
  position: relative;
}
.other-blogger-block .blogger-list li a::after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: solid 2px #1fb9ef;
  border-right: solid 2px #1fb9ef;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.other-blogger-block .blogger-list li .thumb {
  width: 70px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 750px) {
  .other-blogger-block .blogger-list li .thumb {
    width: 20%;
  }
}
@media only screen and (max-width: 750px) {
  .other-blogger-block .blogger-list li .thumb img {
    width: 100%;
  }
}
.other-blogger-block .blogger-list li .thumb.rounded {
  border: solid 2px #39bbeb;
  border-radius: 50%;
}
.other-blogger-block .blogger-list li .txt-block {
  width: 215px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  box-sizing: border-box;
  padding-right: 20px;
}
@media only screen and (max-width: 750px) {
  .other-blogger-block .blogger-list li .txt-block {
    width: 70%;
  }
}
.other-blogger-block .blogger-list li .txt-block .name {
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  .other-blogger-block .blogger-list li .txt-block .name {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.other-blogger-block .blogger-list li .txt-block .txt {
  line-height: 1.5;
  font-size: 12px;
}
@media only screen and (max-width: 750px) {
  .other-blogger-block .blogger-list li .txt-block .txt {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.other-bnr {
  margin-top: 50px;
}
.other-bnr img {
  width: 100%;
}

/* .bottom-link-block
--------------------------------------------*/
.bottom-link-block {
  background-color: #f2f2f2;
  width: 1020px;
  margin: 50px auto;
  border-radius: 5px;
  text-align: center;
  padding: 27px 0;
}
@media only screen and (max-width: 750px) {
  .bottom-link-block {
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    background: none;
  }
}
.bottom-link-block .btn {
  display: inline-block;
  background-color: #1fb9ef;
  width: 470px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  border-radius: 10px;
  padding: 15px 0;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .bottom-link-block .btn {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.bottom-link-block .btn::before {
  content: '';
  width: 19px;
  height: 19px;
  display: block;
  background-image: url("/lp/oosumi/blogger/img/ico_back.png");
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}

/*# sourceMappingURL=style.css.map */
