@charset "utf-8";
@import "/homeranian/shared/css/reset.css";
@import "/homeranian/shared/css/animate.css";
body {
  width: 100%;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  color: #333333;
  font-feature-settings: "palt";
  letter-spacing: 0;
}
@media screen and (max-width: 899px) {
  body {
    background: #fff;
  }
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 899px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* =========================================================
header
========================================================= */
/*
@media screen and (max-width:1280px) {
}
@media screen and (max-width:1000px) {
}
@media screen and (max-width:899px) {
}
*/
/*default*/
header {
  clear: both;
  width: 100%;
  height: 500px;
  padding: 0 0 0 0;
  text-align: center;
  background: #fbdcd0;
  /*    background: url(../../img/bg.png) no-repeat 50% 50px #fbdcd0;*/
  border-bottom: 17px solid #fce8e0;
  overflow: auto;
}
header .inner {
  width: 1000px;
  margin: 0 auto 0;
  position: relative;
}
header nav ul li {
  margin: 20px 0 0 0;
  display: inline-block;
  vertical-align: top;
  border-left: 1px dotted #525252;
}
header nav ul li img {
  padding: 5px 20px;
}
header nav ul li a:hover {
  opacity: 0.7;
}
header nav ul li:first-child {
  border-left: none;
}
header .logo {
  padding: 120px 0 0 0;
}
header .logo img {
  width: 240px;
  height: auto;
}
header h1 {
  padding: 45px 0 0 0;
}
header h1 img {
  width: 800px;
  height: auto;
}
header h2 {
  display: none;
}
header aside {
  top: 15px;
  right: 0px;
  position: absolute;
}
header aside ul li {
  display: inline-block;
  margin: 0 5px 0 0;
}
header aside ul li img {
  width: 34px;
  height: auto;
}
header p a {
  display: block;
  position: absolute;
  top: 74px;
  left: 38px;
}
header p a img {
  width: 150px;
  height: auto;
}
.item1 {
  position: absolute;
  top: 134px;
  left: -52px;
}
.item2 {
  position: absolute;
  top: 394px;
  left: 0px;
}
.item3 {
  position: absolute;
  top: 363px;
  left: 917px;
}
.item4 {
  position: absolute;
  top: 131px;
  left: 1064px;
}
header .dog {
  position: absolute;
  top: 75px;
  left: 777px;
}
header .dog2 {
  position: absolute;
  top: 156px;
  left: 913px;
}
.drawer-toggle.drawer-hamburger {
  display: none;
}
/*1200*/
@media screen and (max-width: 1200px) {
  header {
    height: 500px;
    overflow: hidden;
  }
  header .logo {
    padding: 70px 0 0 0;
  }
  header p a {
    position: absolute;
    top: 47px;
    left: 34px;
  }
  .item1 {
    display: none;
  }
  .item2 {
    position: absolute;
    top: 381px;
    left: 5px;
  }
  .item3 {
    position: absolute;
    top: 370px;
    left: 916px;
  }
  .item4 {
    position: absolute;
    display: none;
  }
}
/*899*/
@media screen and (max-width: 899px) {
  .drawer-toggle.drawer-hamburger {
    display: block;
  }
  header {
    padding: 0;
    margin: 0;
    height: auto;
  }
  header .inner {
    width: auto;
  }
  header aside {
    top: 5px;
  }
  header .logo {
    padding: 18% 0 0 0;
  }
  header .logo img {
    width: 35%;
    height: auto;
  }
  header h1 {
    padding: 5% 0 0 0;
  }
  header h1 img {
    width: 90%;
    height: auto;
    margin: 0 0 8% 0;
  }
  header aside ul {
    margin: 0 5px 0 0;
  }
  header aside ul li {
    display: inline-block;
    margin: 0 0 0 0;
  }
  .item1 {
    display: block;
    position: absolute;
    top: 25%;
    left: 0px;
  }
  .item1 img {
    width: 50%;
    height: auto;
  }
  .item2 {
    display: none;
  }
  .item3 {
    display: none;
  }
  .item4 {
    display: block;
    position: absolute;
    top: 80%;
    left: 90%;
  }
  .item4 img {
    width: 70%;
    height: auto;
  }
  header .dog {
    position: absolute;
    top: 20%;
    left: 65%;
  }
  header .dog img {
    width: 55%;
    height: auto;
  }
  header .dog2 {
    position: absolute;
    top: 35%;
    left: 90%;
  }
  header .dog2 img {
    width: 100%;
    height: auto;
  }
  #mes-btn {
    margin: 5% 0 0 0;
    text-align: center;
  }
  #mes-btn img {
    width: 90%;
    height: auto;
  }
}
/*414*/
@media screen and (max-width: 414px) {
  .item1 img {
    width: 40%;
    height: auto;
  }
  .item4 img {
    width: 70%;
    height: auto;
  }
}
/*414*/
@media screen and (max-width: 320px) {
  header .dog {
    position: absolute;
    top: 24%;
    left: 65%;
  }
}

/* =========================================================
#special
========================================================= */
#special {
  margin: 20px 0 0 0;
  padding: 55px 0 70px;
  background: #dceeee;
  border-bottom: 2px dashed #000;
}
#special .inner {
  width: 1000px;
  margin: 0 auto;
}
#special h3 {
  text-align: center;
  background: url("../../img/border_line.png") repeat-x 0 15px;
}
#special h3 span {
  width: 180px;
  margin: 0 auto 60px;
  background: #dceeee;
  display: block;
}
#special h4 {
  width: 687px;
  margin: 0 auto 60px;

  text-align: center;
}

#special h4 img {
  width: 687px;
  height: auto;
}

#special .txt {
  width: 88%;
  margin: 0 auto 30px;
  font-size: 110%;
  line-height: 2em;
}

#special .lead_inner {
  text-align: center;
}
#special .lead_font {
  font-size: 120%;
  font-style: normal;
}
#special .leadtxt {
  width: 85%;
  margin: 0 auto 0px;
  padding: 20px;
  font-size: 130%;
  line-height: 2em;
  background: #fff;
  border: 2px dotted #000;
}
#special .lead_subtt {
  display: block;
  margin: 0 0 5px 0;
  font-size: 130%;
  font-weight: bold;
  text-align: center;
}

#special .leadtxt span {
  display: inline-block;
  padding: 0 0 0 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #333;
  color: #fff;
  text-align: center;
  line-height: 1.7em;
}
#special .leadtxt br {
  display: none;
}

#special .lead_wig {
  width: 500px;
  margin: 30px auto 0;
  text-align: center;
}

.guest {
  width: 855px;
  display: flex;
  justify-content: space-around;
  align-items: top;
  flex-wrap: wrap;
  margin: 60px auto 50px;
}

.guest_inner1 {
  width: 560px;
  display: flex;
  justify-content: space-around;
  align-items: top;
  flex-wrap: wrap;
}

.guest_inner2 {
  width: 260px;
}

.guest_tt1 {
  display: block;
  width: 545px;
  margin: 0 auto 20px;
  padding: 3px 0 3px;
  text-align: center;
  font-size: 120%;
  color: #fff;
  background: #4baaa4;
  border-radius: 20px;
}

.guest_tt2 {
  display: block;
  width: 100%;
  margin: 0 auto 20px;
  padding: 3px 0 3px;
  text-align: center;
  font-size: 120%;
  color: #fff;
  background: #ec7070;
  border-radius: 20px;
}

.guest dl {
  width: 260px;
}

.guest dl dt {
  margin: 0 0 10px 0;
}

.guest dt img {
  width: 260px;
  height: auto;
}

.guest dl dd {
  font-size: 130%;
  font-weight: bold;
  color: #333;
  line-height: 1.6em;
  text-align: center;
}

.guest dl dd img.ph {
  width: 260px;
  height: auto;
  border: 1px solid #ccc;
}

#special .mes {
  padding: 45px 0 0 0;
  text-align: center;
  font-size: 115%;
}

#special .mes br {
  display: none;
}

#special .mes a {
  display: block;
  padding: 10px 0 0 0;
}

#special .present_ph {
  display: block;
  width: 440px;
  height: auto;
  margin: 10px auto 0;
}

#special .aside {
  width: 82%;
  margin: 40px auto 0;
  padding: 30px;
  border: 1px solid #ec7070;
  background: #fff;
}

#special .aside .inner {
  width: 90%;
  margin: 0 auto;
}
#special .icon {
  margin: 0 0 30px 0;
  text-align: center;
}

#special .aside ul {
  padding: 10px 0 10px 0;
}

#special .aside ul li {
  padding: 0 0 0 10px;
  background: url(../../img/icon-list.gif) no-repeat 0 15px;
}
.present {
  display: flex;
  justify-content: space-around;
  align-items: top;
  margin: 0 auto;
}
.present .txt span {
  font-size: 80%;
}

.present .txt {
  width: auto;
  margin: 0 auto 20px !important;
  font-size: 130% !important;
  line-height: 1.5em;
}
.icon img {
  height: auto;
}

.small-txt {
  width: 85%;
  margin: 10px auto 0;
  display: block;
  font-size: 85%;
  font-style: normal;
}

@media screen and (max-width: 899px) {
  #special {
    padding: 8% 0;
    background: #dceeee;
  }
  #special .inner {
    width: 90%;
    margin: 0 auto;
  }
  #special h3 {
    text-align: center;
    background: url("../../img/border_line.png") repeat-x 0 15px;
  }
  #special h3 span {
    width: 130px;
    margin: 0 auto 5%;
    background: #dceeee;
    display: block;
  }
  #special h3 span img {
    width: 90%;
    height: auto;
  }
  #special h4 {
    width: auto;
    text-align: center;
    margin: 10% auto 7%;
  }

  #special h4 img.pc {
    display: none;
  }

  #special h4 img.sp {
    width: 95%;
    height: auto;
    display: block;
    margin: 0 auto 10px;
  }

  #special .txt {
    width: 95%;
    margin: 0 auto 30px;
    font-size: 100%;
    line-height: 2em;
  }

  #special .lead_inner {
    text-align: left;
  }

  #special .leadtxt {
    width: 85%;
    margin: 0 auto 0px;
    padding: 20px;
    font-size: 130%;
    line-height: 2em;
    background: #fff;
    border: 2px dotted #000;
  }

  #special .leadtxt br {
    display: inline-block;
  }

  #special .lead_subtt {
    padding: 0 0 10px 0;
    text-align: left;
    font-size: 110%;
    line-height: 1.3em;
  }

  #special .lead_font {
    padding: 0 0 15px 0;
    font-style: normal;
    text-align: left;
    font-size: 100%;
    line-height: 1.4em;
  }
  #special .leadtxt span {
    display: inline-block;
    padding: 0 0 0 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #333;
    color: #fff;
    text-align: center;
    line-height: 1.7em;
  }

  #special .lead_wig {
    width: auto;
    margin: 20px auto 0;
    text-align: center;
  }

  #special .guest {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin: 5% auto 0;
  }

  .guest_inner1,
  .guest_inner2 {
    width: 80%;
  }

  #special .guest dl {
    width: 80%;
    margin: 0 auto 7%;
    text-align: center;
  }

  #special .guest dt img {
    width: 100%;
    height: auto;
  }
  #special .guest img.ph {
    width: 95%;
    height: auto;
  }

  #special .mes {
    padding: 20px 0 0 0;

    font-size: 100%;
  }
  #special .mes br {
    display: inline;
  }

  #special .mes a {
    display: block;
    padding: 10px 0 0 0;
  }

  #special .mes img {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }

  #special .aside {
    width: 82%;
    margin: 30px auto 0;
    padding: 5px;
    border: 1px solid #ec7070;
    background: #fff;
  }
  #special .icon {
    width: auto;
    margin: 3% 0 0 0;
    text-align: center;
  }

  #special .icon img {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }

  #special .icon img.pc {
    display: none;
  }

  #special .aside {
    width: 90%;
  }

  #special .aside .inner {
    width: auto;
    margin: 0 auto;
  }
  #special .aside ul li {
    background: url(../../img/icon-list.gif) no-repeat 0 8px;
  }
  .present {
    display: block;
  }

  .present .txt {
    width: 95%;
    margin: 5% auto 0 !important;
    font-size: 110% !important;
    line-height: 1.5em !important;
  }
  .present .txt span {
    font-size: 80%;
  }

  #special .present_ph {
    display: block;
    width: 85%;
    height: auto;
    margin: 25px auto 25px;
  }
}

/* =========================================================
#sns
========================================================= */
section#sns {
  background: #fdede7;
}
section#sns.sub {
  background: #dceeee;
}
section#sns .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}
section#sns #twitter {
  width: 49%;
  padding: 0 0 20px 0;
  float: left;
  border-right: 1px dashed #333;
  text-align: center;
}
section#sns #twitter h3 {
  margin: 0 0 25px 0;
  text-align: center;
}
section#sns #twitter p {
  margin: 20px 0 0 0;
}
section#sns #insta {
  width: 50%;
  padding: 0 0 20px 0;
  float: left;
  text-align: center;
}
section#sns #insta h3 {
  margin: 0 0 25px 0;
  text-align: center;
}
section#sns #insta .thumb {
  width: 345px;
  padding: 42px 30px;
  margin: 0 auto;
  background: url("../../img/insta_bg.png");
}
section#sns.sub #insta .thumb {
  background: url("../../img/_insta_bg.png");
}
#instafeed {
  display: inline-block;
  vertical-align: middle;
}
#instafeed img {
  width: 300px;
  height: 300px;
  object-fit: cover;
}
@media all and (-ms-high-contrast: none) {
  .thumb {
    width: 345px;
    padding: 35px;
  }
  #instafeed img {
    width: auto;
    height: 230px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  #instafeed img {
    width: auto;
    height: 230px;
  }
}
section#sns #insta p {
  margin: 23px 0 0 7px;
}
@media screen and (max-width: 899px) {
  section#sns {
    margin: 0;
    padding: 0;
  }
  section#sns .inner {
    width: auto;
    margin: 0 auto;
    padding: 6% 0;
  }
  section#sns .inner img {
    width: 90%;
    height: auto;
  }
  section#sns #twitter {
    width: auto;
    padding: 0 0 8% 0;
    float: none;
    border-right: none;
    border-bottom: 1px dashed #333;
    text-align: center;
  }
  section#sns #twitter h3 {
    margin: 0 0 5% 0;
    text-align: center;
  }
  section#sns #twitter h3 img {
    width: 50%;
    height: auto;
  }
  section#sns #twitter p {
    margin: 20px 0 0 0;
  }
  section#sns #insta {
    width: auto;
    padding: 5% 0 0 0;
    float: left;
    text-align: center;
  }
  section#sns #insta h3 {
    margin: 0 0 4% 0;
    text-align: center;
  }
  section#sns #insta h3 img {
    width: 60%;
    height: auto;
  }
  section#sns #insta .thumb {
    width: 90%;
    padding: 5% 0;
    margin: 0 auto;
    background: url("../../img/insta_bg.png");
  }
  #instafeed {
    display: inline-block;
    vertical-align: middle;
  }
  #instafeed img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

/* =========================================================
.listen
========================================================= */
.listen {
  border-top: 4px double #cccccc;
}
.listen-inner {
  margin: 25px 0 0 0;
}
/* =========================================================
footer
========================================================= */
footer {
  padding: 50px 0;
  background: #f5f4f4;
  border-top: 4px double #cccccc;
}
footer .inner {
  width: 1000px;
  margin: 0 auto 0;
  font-size: 90%;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 899px) {
  footer {
    padding: 5% 0 0 0;
    background: #f5f4f4;
    border-top: 4px double #cccccc;
  }
  footer .inner {
    width: auto;
    margin: 0 auto 0;
    font-size: 90%;
    text-align: center;
    position: relative;
  }
  footer img {
    width: 50%;
    max-width: 200px;
    height: auto;
    margin: 0 0 5% 0;
  }
}
/* =========================================================

[page-top ]

========================================================= */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}
#page-top a {
  width: 70px;
  height: 70px;
  background: url(../../img/pagetop.png) no-repeat top center;
  text-indent: -9999px;
  display: block;
  float: right;
}
@media screen and (max-width: 899px) {
  #page-top {
    position: static;
    bottom: auto;
    right: auto;
  }
  #page-top a {
    margin: 10px auto;
    float: none;
  }
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
ul li:after {
  content: " ";
  display: block;
  clear: both;
}
/*共通*/
/* ----------------------------------------

textdecorations CSS テキスト装飾用CSS

 ----------------------------------------*/
a:link {
  color: #333;
  text-decoration: underline;
}
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: underline;
}
a:active {
  color: #333;
  text-decoration: underline;
}
object,
a:focus {
  outline: none;
}
/* =========================================================
.pageswitch
========================================================= */
.pageswitch {
  width: auto;
  text-align: center;
  color: #000000;
  padding: 0 0 40px 0;
  margin: 0 auto;
  font-size: 14px !important;
}
@media screen and (max-width: 899px) {
  .pageswitch {
    padding: 0 0 0 0;
  }
}
.pageswitch a {
  font-size: 13px !important;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  padding: 0 5px;
  margin: 3px;
}
.pageswitch a:hover {
  background-color: #4d4c4c;
  border: 1px solid #333333;
  color: #ffffff;
}
.pageswitch .active {
  background-color: #4d4c4c;
  border: 1px solid #333333;
  color: #ffffff;
  padding: 3px 5px;
  margin: 3px;
}
.pageswitch strong {
  font-size: 13px !important;
  display: inline-block !important;
  background-color: #4d4c4c;
  border: 1px solid #333333;
  color: #ffffff;
  padding: 0 5px;
  margin: 3px;
  line-height: 1.5em;
}
