@charset "UTF-8";
/* #base
   -------------------------------------------------------------------------- */
html {
  box-sizing: border-box; /* 1 */
  font-size: 100%; /* 2 */
}

*,
*::before,
*::after {
  box-sizing: inherit; /* 1 */
}

body {
  word-wrap: break-word; /* 1 */
  overflow-wrap: break-word; /* 1 */
  font-kerning: normal; /* 2 */
  -webkit-font-smoothing: subpixel-antialiased; /* 3 */
  -moz-osx-font-smoothing: auto; /* 3 */
}

main {
  overflow-x: hidden;
}

figure {
  margin: 0;
}

fieldset {
  min-width: auto;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
blockquote,
p,
address,
hr,
table,
pre {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  -webkit-text-decoration-skip: none;
}

dd {
  margin-left: 0;
}

code,
kbd,
samp {
  font-size: 1rem;
}

[lang=ja] i,
[lang=ja] cite,
[lang=ja] em,
[lang=ja] address,
[lang=ja] dfn {
  font-style: normal;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

input[type=text] {
  line-height: normal;
}

[type=text]::-ms-clear {
  visibility: hidden;
}

[type=password]::-ms-reveal {
  visibility: hidden;
}

[type=number]::-webkit-outer-spin-button,
[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *:focus {
  outline: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  color: #505050;
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

h2 {
  font-size: 2.8rem;
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  h2 {
    padding-bottom: 20px;
  }
}
h2 a:hover {
  opacity: 0.8;
}

h2.sm {
  font-size: 1.8rem;
}

.sec_cont {
  padding: 40px 15px;
}
@media screen and (max-width: 767px) {
  .sec_cont {
    padding: 20px 15px;
  }
}

.content {
  max-width: 940px;
  margin: 0 auto;
  padding: 40px 30px;
}
@media screen and (max-width: 767px) {
  .content {
    padding: 20px 15px;
  }
}

.content__fit {
  max-width: 940px;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .content__fit {
    padding: 15px 0;
  }
}

.trim {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

a.link_full {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

a.link_full_over {
  z-index: 101;
}

a.link_img img:hover {
  opacity: 0.8;
}

.bgc_base {
  background-color: #ffffff;
}

.w-font {
  transform: rotate(0.03deg);
}

.f-xl {
  font-size: 2rem;
}

.f-lg {
  font-size: 1.8rem;
}

.f-sm {
  font-size: 1.4rem;
}

.f-xs {
  font-size: 1.2rem;
}

.fw-b {
  font-weight: bold;
}

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

.mb-l {
  margin-bottom: 2rem;
}

.sp_only {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
.txt-c_or {
  color: #e95504;
}

.txt-c_link {
  color: #29abe2;
}

@media screen and (max-width: 767px) {
  .txt-ls_s {
    letter-spacing: -0.09rem;
  }
}

#wrap__bg {
  background-image: url("/tottori_kazoku/assets/img/bg.jpg");
  background-position: top center;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  #wrap__bg {
    background-size: 200%;
  }
}

.header__hero {
  width: 100%;
  height: 180px;
  background-color: #ffffff;
  position: relative;
}
.header__hero::before {
  background-image: url(/tottori_kazoku/assets/img/tottory.png);
  background-size: 130px 180px;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 130px;
  height: 180px;
  background-position: center;
  transform: translateX(-50%);
}

header.header {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 30px 0 30px;
}
@media screen and (max-width: 767px) {
  header.header {
    padding: 20px 15px 0 15px;
  }
}
header.header .header__inner {
  text-align: center;
  background-color: #ffffff;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  header.header .header__inner {
    padding: 20px;
  }
}
header.header .header__inner p {
  font-size: 1.8rem;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#page-top a {
  width: 80px;
  padding: 15px;
  background: rgb(255, 255, 255);
  text-decoration: none;
  text-align: center;
  display: block;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
}
#page-top a:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  #page-top a {
    width: 40px;
    padding: 7.5px;
  }
}

.sec_banner .content__fit {
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec_banner .content__fit {
    display: block;
  }
}
.sec_banner .content__fit .col-banner_4 {
  width: calc((100% - 50px) / 5 * 3 + 20px);
}
@media screen and (max-width: 767px) {
  .sec_banner .content__fit .col-banner_4 {
    width: 100%;
  }
}
.sec_banner .content__fit .col-banner_1 {
  width: calc((100% - 50px) / 5 * 1);
}
@media screen and (max-width: 767px) {
  .sec_banner .content__fit .col-banner_1 {
    width: 100%;
  }
}
.sec_banner h3 {
  margin-bottom: 10px;
  position: relative;
}
.sec_banner h3:after {
  background: radial-gradient(circle farthest-side, #505050, #505050 60%, transparent 60%, transparent);
  background-size: 6px 6px;
  content: "";
  display: inline-block;
  height: 6px;
  width: 100%;
  position: absolute;
  top: 7px;
  margin-left: 5px;
}
.sec_banner .banner__wrap {
  overflow: hidden;
  margin-right: 10px;
}
.sec_banner .banner__wrap:last-child {
  margin-right: 0;
}
.sec_banner .banner__wrap ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin-right: 10px;
}
.sec_banner .banner__wrap ul:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .sec_banner .banner__wrap ul {
    flex-wrap: wrap;
  }
}
.sec_banner .banner__wrap ul li {
  width: 100%;
  margin-right: 10px;
}
.sec_banner .banner__wrap ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .sec_banner .banner__wrap ul li {
    max-width: calc((100% - 10px) / 4 * 2);
    padding-bottom: 20px;
  }
  .sec_banner .banner__wrap ul li:nth-of-type(2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 767px) {
  .sec_banner .banner__wrap.col-banner_4 ul {
    flex-wrap: wrap;
  }
  .sec_banner .banner__wrap.col-banner_4 ul li {
    width: calc((100% - 20px) / 3);
  }
  .sec_banner .banner__wrap.col-banner_4 ul li:nth-child(3n) {
    margin-right: 0;
  }
  .sec_banner .banner__wrap.col-banner_4 ul li:nth-child(n+4) {
    margin-top: 10px;
  }
}

small {
  text-align: center;
  font-size: 1.4rem;
  padding: 20px;
  display: block;
}

.poster-headline.sec_contest {
  padding: 40px 15px 20px;
}
.poster-headline.sec_contest .content {
  padding: 20px 30px;
}
.poster-headline.sec_contest h2 {
  padding-bottom: 0;
}
.poster-headline.sec_contest h2 img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.poster-wrap {
  padding: 40px 15px 0;
}
.poster-wrap .content__fit {
  padding: 0;
}

.poster-card {
  width: calc((100% - 40px) / 3);
  overflow: hidden;
  position: relative;
  transition-property: transform;
  margin-bottom: 20px;
  margin-right: 20px;
}
.poster-card:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .poster-card {
    width: 100%;
    margin-right: 0;
  }
}
.poster-card p {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 5px;
}

.yellow-button {
  background-color: #FBCF00;
  margin: 0 auto;
  width: 60%;
}
@media (max-width: 767px) {
  .yellow-button {
    width: 100%;
  }
}
.yellow-button .yellow-button__link {
  color: #505050;
  display: block;
  text-decoration: none;
  padding: 10px;
}
.yellow-button .yellow-button__link:hover {
  opacity: 0.8;
}
.yellow-button .yellow-button__link .fa-angle-right {
  margin-left: 1rem;
}

.poster-wrap .content__fit,
.instagram-wrap .content__fit {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.instagram-wrap {
  padding: 40px 15px 0;
}
@media screen and (max-width: 767px) {
  .instagram-wrap {
    padding-top: 5px;
  }
}

.instagram-card {
  width: calc((100% - 40px) / 3);
  position: relative;
  flex-shrink: 0;
  border-radius: 9px;
  overflow: hidden;
  position: relative;
  transition-property: transform;
  margin-bottom: 20px;
  margin-right: 20px;
}
.instagram-card:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .instagram-card {
    width: 100%;
    margin-right: 0;
  }
}
.instagram-card .user-id__bg {
  width: 100%;
  padding: 0.5rem 1rem;
  position: absolute;
  top: -100px;
  background-color: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  z-index: 99;
}
.instagram-card .user-id__bg .user-id__img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.instagram-card .user-id__bg p {
  font-size: 1rem;
}
.instagram-card .post-ttl {
  width: 100%;
  padding: 0.5rem 1rem;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 99;
}

.bl-instagram_inner {
  width: 100%;
  background: #ffffff;
  padding: 40px 40px 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .bl-instagram_inner {
    padding: 70px 20px 20px;
  }
}
.bl-instagram_inner .label__asadake {
  width: 300px;
  margin-bottom: 20px;
}
.bl-instagram_inner .label__award {
  width: 260px;
  margin-bottom: 20px;
}
.bl-instagram_inner .label__ws {
  width: 160px;
  margin-bottom: 20px;
}
.bl-instagram_inner .label__photo {
  width: 230px;
  margin-bottom: 20px;
}
.bl-instagram_inner .bl-instagram_wrap {
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bl-instagram_inner .bl-instagram_wrap {
    display: block;
  }
}
.bl-instagram_inner .bl-inner__img {
  width: 50%;
  position: relative;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
  border-radius: 9px;
}
@media screen and (max-width: 767px) {
  .bl-instagram_inner .bl-inner__img {
    width: 100%;
    padding-bottom: 100%;
  }
}
.bl-instagram_inner .bl-inner__content {
  width: 50%;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .bl-instagram_inner .bl-inner__content {
    width: 100%;
    padding-left: 0;
  }
}
.bl-instagram_inner .bl-inner__content .user-post__header {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 99;
  border-bottom: 1px solid #505050;
}
@media screen and (max-width: 767px) {
  .bl-instagram_inner .bl-inner__content .user-post__header {
    padding: 10px 0;
  }
}
.bl-instagram_inner .bl-inner__content .user-post__header .user-post__img {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.bl-instagram_inner .bl-inner__content .user-post__header p {
  font-size: 1.4rem;
}
.bl-instagram_inner .bl-inner__content .user-post__header p span {
  margin-left: 20px;
  color: #29abe2;
}
@media screen and (max-width: 767px) {
  .bl-instagram_inner .bl-inner__content .user-post__header p span {
    display: none;
  }
}
.bl-instagram_inner .bl-inner__content .user-post__header .user-post__dotted_line {
  width: 40px;
  position: absolute;
  right: 0;
}
.bl-instagram_inner .bl-inner__content .user-post__ttl {
  font-size: 3.6rem;
  border-bottom: 1px solid #505050;
  margin-bottom: 20px;
  font-size: 3rem;
  padding-bottom: 20px;
}
.bl-instagram_inner .bl-inner__content .comment {
  border-bottom: 1px solid #505050;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.bl-instagram_inner .bl-inner__content .comment .txt-c_link {
  display: block;
  margin-top: 1rem;
}
.bl-instagram_inner .bl-inner__content .user-post__icon {
  display: flex;
  position: relative;
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
}
.bl-instagram_inner .bl-inner__content .user-post__icon li {
  width: 30px;
  margin-right: 20px;
}
.bl-instagram_inner .bl-inner__content .user-post__icon li:last-child {
  position: absolute;
  margin-right: 0;
  right: 0;
}
.bl-instagram_inner .bl-cr__comment {
  padding-top: 30px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .bl-instagram_inner .bl-cr__comment {
    display: block;
  }
}
.bl-instagram_inner .col-comment_2 {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .bl-instagram_inner .col-comment_2 {
    width: 100%;
  }
  .bl-instagram_inner .col-comment_2:first-child {
    margin-bottom: 20px;
  }
}
.bl-instagram_inner .col-comment_2:last-child {
  margin-right: 0;
}
.bl-instagram_inner .cr_img {
  width: 96px;
  height: 96px;
  margin-right: 20px;
}
.bl-instagram_inner .cr_txt {
  width: 100%;
  padding: 20px 10px;
  border: 1px solid #505050;
  border-radius: 1rem;
  position: relative;
  min-height: 8rem;
}
.bl-instagram_inner .cr_txt::before, .bl-instagram_inner .cr_txt::after {
  content: "";
  position: absolute;
  top: 55px;
  left: -34px;
  width: 0;
  height: 0;
  margin: auto;
  transform: rotate(180deg);
}
.bl-instagram_inner .cr_txt::before {
  border-style: solid;
  border-color: transparent transparent #505050 transparent;
  border-width: 0px 34px 15px 0;
}
.bl-instagram_inner .cr_txt::after {
  top: 56px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0px 34px 14px 0;
  z-index: 10;
  left: -30px;
}

.sec_contest {
  text-align: center;
}
.sec_contest h2 {
  padding-bottom: 1rem;
}
.sec_contest h2 img {
  max-width: 400px;
}
.sec_contest p {
  margin-top: 1.6rem;
}

.cp-end_txt {
  color: #e95504;
  display: none;
}

.sec_howto .howto__step ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .sec_howto .howto__step ul {
    display: block;
  }
}
.sec_howto .howto__step ul li {
  width: 33.3333333333%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec_howto .howto__step ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.sec_howto .howto__step ul li img {
  max-width: 180px;
}
.sec_howto .howto__step ul li p {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .sec_howto .howto__step ul li p {
    padding-top: 1.6rem;
  }
}
.sec_howto .howto__step ul li:after {
  content: "";
  width: 24px;
  height: 44px;
  background: url(/tottori_kazoku/assets/img/entry_arrow.png);
  background-size: 24px 44px;
  position: absolute;
  right: -12px;
  top: 68px;
}
@media screen and (max-width: 767px) {
  .sec_howto .howto__step ul li:after {
    display: none;
  }
}
.sec_howto .howto__step ul li:last-child:after {
  display: none;
}

.list__photograph {
  width: 84%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .list__photograph {
    width: 100%;
    display: block;
  }
}

.list__photograph dt,
.list__photograph dd {
  padding-bottom: 20px;
  width: 100%;
}

.list__photograph dt {
  width: 10%;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .list__photograph dt {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    padding-bottom: 10px;
  }
}

.list__photograph dd {
  width: 90%;
  margin: 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .list__photograph dd {
    width: 100%;
  }
}

.main__dl dt {
  font-size: 2rem;
  padding-bottom: 0.5rem;
  border-top: dashed 1px #505050;
  padding-top: 2rem;
}
.main__dl dt:first-child {
  padding-top: 0;
  border-top: none;
}
.main__dl dd {
  padding-bottom: 2rem;
}
.main__dl dd .box__present .inner__txt {
  vertical-align: top;
  margin-bottom: 20px;
}
.main__dl dd .box__present img {
  width: 200px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .main__dl dd .box__present img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 260px;
  }
}
.main__dl dd .box__present .award {
  color: #e95504;
}
.main__dl dd:last-child {
  padding-bottom: 0;
}

.main__list {
  padding-left: 2rem;
}
.main__list + p {
  padding: 2rem 0;
}
.main__list li {
  margin-bottom: 1rem;
}
.main__list li:last-child {
  margin-bottom: 0;
}
.main__list .min {
  padding-top: 0.5rem;
  padding-left: 2rem;
}
.main__list.min li, .main__list .min li {
  font-size: 1.4rem;
  margin-bottom: 0.1rem;
}
.main__list .ls_none {
  list-style: none;
}

.inner__list {
  list-style: none;
  padding: 0;
  padding-left: 1.6rem;
  text-indent: -1.6rem;
}

.contact {
  font-size: 1.4rem;
  padding-top: 20px;
}

.terms__wrap {
  padding: 1rem;
  max-width: 720px;
  height: 200px;
  margin: 0 auto;
  border: 1px solid #b4b4b5;
}

.sugousagi {
  width: 200px;
  margin: 0 auto;
  display: block;
}

.br-sp {
  display: none;
}
@media (max-width: 767px) {
  .br-sp {
    display: block;
  }
}

.header__inner a:hover {
  opacity: 0.8;
}

.experiences-headline {
  padding: 40px 15px 0;
}
.experiences-headline .content {
  padding: 40px 15px;
}
@media (max-width: 767px) {
  .experiences-headline .content {
    padding: 20px 15px;
  }
}
.experiences-headline h2 {
  padding-bottom: 0;
}
.experiences-headline h2 img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.sec_experiences {
  padding: 40px 15px 0;
}

.intro_experiences .content {
  padding: 20px 15px;
}
.intro_experiences h2 {
  padding-bottom: 0;
}
.intro_experiences h2 img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.experiences-wrap {
  padding: 20px 0 0;
}
.experiences-wrap .content__fit {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .experiences-wrap .content__fit {
    flex-direction: column;
  }
}

.experiences-card {
  width: calc((100% - 20px) / 2);
  margin-bottom: 0;
}
.experiences-card:nth-of-type(2n) {
  margin-left: 20px;
}
.experiences-card:nth-last-of-type(-n+2) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .experiences-card {
    width: 100%;
  }
  .experiences-card:nth-of-type(2n) {
    margin-left: 0;
  }
  .experiences-card:nth-of-type(2) {
    margin-top: 20px;
  }
}

.experiences-content {
  margin-top: 20px;
  padding: 20px;
}
.experiences-content .list__experiences dt {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}
.experiences-content .list__experiences dt::before {
  content: "■";
  color: #FBCF00;
}
.experiences-content .list__experiences dd {
  margin-bottom: 20px;
}
.experiences-content .list__experiences dd:last-child {
  margin-bottom: 0;
}
.experiences-content .list__experiences p, .experiences-content .list__experiences ul, .experiences-content .list__experiences li {
  margin: 0;
}/*# sourceMappingURL=style.css.map */