@charset "UTF-8";
.hasSubMenu {
    position: relative;
    display: inline-block;
    float: left;
}
.hasSubMenu .headerSubMenu {
    position: absolute;
    display: none;
    top: 80px;
    left: 0;
    background-color: #FFF;
    width: 217px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}
.hasSubMenu:hover .headerSubMenu {
    display: block;
}
.hasSubMenu .headerSubMenu .header_menu_link:first-child {
    border-bottom: 1px solid #DDD;
}

.hasSubMenu .headerSubMenu .header_menu_link {
    float: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.hasSubMenu .headerSubMenu .headerSubMenuLink:first-child{
  border-bottom: 1px solid #d2d2d2;
}
#interview_single h1{
  font-size: 48px;
  line-height: 1.3;
}
#interview_single h2{
  font-size: 36px;
  line-height: 1.3;
}
#interview_single h3{
  font-size: 24px;
  line-height: 1.3;
}
#interview_single h4{
  font-size: 16px;
  line-height: 1.3;
}
#interview_single h5{
  font-size: 16px;
  line-height: 1.3;
}

#interview_single .main_title_wrap {
    text-align: center;
}
#interview_single .main_title {
    text-align: center;
    display: inline-block;
    position: relative;
      max-width: 600px;
}
#interview_single .main_title:before{
  content: "";
  position: absolute;
  /*width: 80px;*/
  /*height: 1px;*/
  /*background-color: #b7b7b7;*/
  left: -70px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;

    width: 37px;
    height: 3px;
    background-color: #4a7e8b;


}
#interview_single .main_title:after{
  content: "";
  position: absolute;
  /*width: 80px;*/
  /*height: 1px;*/
  /*background-color: #b7b7b7;*/
  right: -70px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;


    width: 37px;
    height: 3px;
    background-color: #4a7e8b;
}
#interview_single .layout1_description_wrap {
    max-width: 500px;
    margin: 20px auto;
    text-align: justify;
}
#interview_single .interviewContent {
    width: 100%;
}
#interview_single img{
  max-width: 100%;
  height: auto;
}
.layout2 {
    max-width: 600px;
    margin: auto;
}
.layout2_text {
    padding: 10px;
    text-align: justify;
}
.layout3 .layout3_img {
    float: right;
    width: 50%;
    padding: 0 0 30px 30px;
}
.interviewContent p {
    text-align: justify;
}
.layout5inner.flexWrap {
    display: flex;
}

.layout5inner.flexWrap > div:first-child{
  padding-right: 3px;
}
.layout5inner.flexWrap > div:last-child{
  padding-left: 3px;
}
.layout6 .layout6_img {
    float: left;
    width: 50%;
    padding: 0 30px 30px 0;
}
.layout7inner.flexWrap {
    display: flex;
    padding-top: 10px;
}
.layout7inner.flexWrap > div{
  width: 100%;

}
.layout7inner.flexWrap > div:first-child{
  padding-right: 10px;
}
.layout7inner.flexWrap > div:last-child{
  padding-left: 10px;
}
.googlemap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.googlemap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.gaiyoutable {
    width: 100%;
}
.gaiyoutable th {
    font-weight: normal;
    text-align: left;
    word-break: keep-all;
    white-space: nowrap;
}
.gaiyoutable th,
.gaiyoutable td {
    padding: 5px;
    line-height: 1.5;
}
.gaiyoutable td {
    /*line-height: 1.5;*/
    word-break: break-all;
}



/*
 *
 * /interview/
 *
 */
#interview_archive img{
  max-width: 100%;
  height: auto;
}
#interview_archive .interviewListItemImg {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}
#interview_archive .interviewList,
#interview_archive #interviewListMoreContentInner {
    display: flex;
    flex-wrap: wrap;
    max-width: 906px;
    margin: 30px auto;
}
#interview_archive .interviewListWrap {
    width: 25%;
    box-sizing: border-box;
    padding: 10px;
}
#interview_archive .interviewListWrap a {
    border: 1px solid #DDD;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    transition: all .5s;
}
#interview_archive .interviewListWrap a:hover {
    transform: scale(1.1);
    box-shadow: 10px 10px 15px -10px;
}
#interview_archive .interviewListItem {
    padding: 8px 14px;
    line-height: 1.3;
}
#listMoreButton {
    position: relative;
    background-color: #4a7e8b;
    padding: 20px 42px;
    display: inline-block;
    border-radius: 15px;
    color: #fff;
    opacity: 1;
    transition: 0.5s;
    font-size: 1.5em;
    cursor: pointer;
}
#listMoreButtonWrap {
    text-align: center;
    padding-bottom: 50px;
}
#interview_archive .interviewList#interviewListMoreContent {
    display: none;
}
.interviewContentTitleWrap {
    text-align: center;
}


.slick-slide {
    padding: 20px;
    width: 20%;
    box-sizing: border-box;
}

.interviewUnderLinkWrap {
    max-width: 1200px;
    margin: auto;
    width: 90%;
    position: relative;
}
.slick-slide > div {
    border: 1px solid #DDD;
    border-radius: 10px;
    overflow: hidden;
}
.interviewUnderLinkTitle {
    display: block;
    padding: 0 10px;
    font-size: 12px;
        text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.slick-slide {
    padding: 30px;
    transition: .5s;
}
.slick-slide.slick-current {
  transform: scale(1.2);
}
.slick-arrow {
    position: absolute;
    width: 30px;
    height: 60px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    cursor: pointer;
}
.prev.slick-arrow{
  left: 38%;
}
.next.slick-arrow{
  right: 38%;
}
#productSlick {
    max-width: 1080px;
    margin: auto;
}
#productSlick .slick-slide.slick-current {
  transform: scale(1.0);
}
#productSlick .slick-slide > div {
    border: none;
}


#productSlick .slick-arrow img {
    max-width: 100%;
}
#productSlick .prev.slick-arrow {
    left: 0;
}
#productSlick .next.slick-arrow {
    right: 0;
}
#productSlick .slick-arrow {
    bottom: initial;
    top: 26%;
}

#singleMoreButtonWrap {
    text-align: center;
    padding-bottom: 50px;
    padding: 70px 0;
    position: relative;
}

#singleMoreButton{
      position: relative;
    background-color: #4a7e8b;
    padding: 20px 42px;
    display: inline-block;
    border-radius: 15px;
    color: #fff;
    opacity: 1;
    transition: 0.5s;
    font-size: 1.5em;
    cursor: pointer;
}
.singleMoreButtonLink {
    position: absolute;
    display: none;
}
#singleMoreButton:hover .singleMoreButtonLink {
    top: -40px;
    bottom: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: auto;
    left: -60px;
    right: -60px;
    background-color: #FFF;
    border: 1px solid #DDD;
    font-size: 16px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
}
.singleMoreButtonLink a:first-child{
  border-bottom: 1px solid #DDD;
}
.layout7_img_wrap {
    text-align: center;
}
.layout7_img_wrap img{
    display: inline-block;
}
.interviewList .textCenter {
    text-align: center;
    display: block;
    width: 100%;
}
.dropcap {
    display: block;
}
.dropcap:first-letter {
    font-size: 2.5em;
    float: left;
    line-height: 1;
    padding: 5px;
    margin-right: 0px;
    display: inline-block;
}

.interviewListWrap .interviewListItem .main_title {
    font-size: 14px;
}


/*
 *
 * /  top
 *
 */
.instagramInner ul {
    display: flex;
    flex-wrap: wrap;
}
.instagramInner li {
    width: calc(100% / 4);
    padding: 10px;
    box-sizing: border-box;
      position: relative;
}
.instagramInner {
    max-width: 1080px;
    margin: 50px auto;
}
.instagramInner li {
    width: calc(100% / 4);
    padding: 10px;
    box-sizing: border-box;
}
.instagramInner li .instagramItem {
    box-sizing: border-box;
    position: relative;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}

.instagramInner li iframe {
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 120%;
    width: 100%!important;
    min-width: initial!important;
}
.instagramInner {
    max-width: 1080px;
    margin: 20px auto 50px;
    max-height: 540px;
    overflow: hidden;
    overflow-y: scroll;
}
.instagramWrap {
    text-align: center;
    padding-top: 100px;
}
.instalogo {
    width: clamp(160px,16%,240px);
    display: inline-block;
}
.instaLinkWrap .btn_g p:after{
  display: none;
}
.instaLinkWrap .btn_g{
  margin: 20px;
}
.instaLinkWrap .btn_g {
    margin: 0 50px 50px;
    font-size: 1.2em;
}



@media (max-width: 1322px) {
#header .forsp {
    display: block!important;
    width: 61px;
    height: 61px;
    border-radius: 15px;
    float: right;
    margin: 3px 4px;
    background: url(/wp-content/themes/hinokiwp/img/menu_op_sp.png) no-repeat;
    background-size: contain;
}
.header_menu_link {
    display: block;
    line-height: 77px;
    height: 77px;
    font-size: 20px;
    text-decoration: none;
    letter-spacing: 0.86px;
    border-bottom: 1px solid #d2d2d2;
    text-align: center;
    width: 100%;
    float: none;
    box-sizing: border-box;
}

.header_menu_wrap {
    display: none;
    position: fixed;
    top: 67px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 100;
    background-color: #eef0ec;
}
#header_inner {
    min-width: initial;
}
#header_menu {
    float: none;
}
.hasSubMenu {
    display: block;
    float: none;
}
.hasSubMenu .headerSubMenu {
    position: static;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
      background: none;
}
.linkToInterviewText {
    display: none;
}
.header_menu_link.header_tel a {
    margin: 30px auto 0;
}
}





@media (max-width: 1030px) {
#interview_single .interviewContent {
    padding: 0 20px;
    box-sizing: border-box;
}
#interview_single .main_title_wrap {
    overflow: hidden;
}

}



@media (max-width: 769px) {
#interview_single h1{
  font-size: 30px;
  line-height: 1.3;
}
#interview_single h2{
  font-size: 26px;
  line-height: 1.3;
}
#interview_single h3{
  font-size: 18px;
  line-height: 1.3;
}
#interview_archive .interviewListWrap {
    width: calc(100% / 2);
}
.next.slick-arrow {
    right: 30%;
}
.prev.slick-arrow {
    left: 30%;
}
.instagramInner li {
    width: calc(100% / 3);
}
.instagramInner {
    margin: 20px auto 20px;
    max-height: 490px;
}
.instaLinkWrap .btn_g {
    margin: 10px;
}
.instagramInner {
    margin: 10px auto 20px;
}

}


@media (max-width: 600px) {
.layout3 .layout3_img,
.layout6 .layout6_img {
    float: none;
    width: auto;
    padding: 0 0 10px;
}
.layout7inner.flexWrap {
    display: block;
}
.layout7inner.flexWrap > div:first-child,
.layout7inner.flexWrap > div:last-child {
    padding-right: 0;
    padding-left: 0;
}
.layout1 {
    padding: 0 20px;
    box-sizing: border-box;
}
#interview_archive .interviewListWrap {
    width: calc(100% / 2);
}
#interview_archive .interviewListWrap a:hover {
    transform: scale(1);
    box-shadow: none;
}
.instagramInner li iframe {
    top: -56px;
    height: 116%;
}
.instagramInner li .instagramItem {
    padding-bottom: 112%;
}
.gaiyoutable th, .gaiyoutable td {
    display: block;
    width: 100%;
    font-size: 0.9em;
}
.gaiyoutable th {
    background-color: #efefef;
}
.gaiyoutable td {
    padding: 5px 5px 18px;
}
#productSlick .slick-arrow {
    width: 40px;
    padding: 10px;
    box-sizing: border-box;
    bottom: initial;
    top: 19%;
}
}


@media (max-width: 500px) {

#interview_archive .interviewListWrap {
    width: 100%;
}
.txt_title {
    font-size: 20px;
}
.slick-slide > div {
    /*border: none;*/
}
.slick-slide.slick-current {
  transform: scale(1);
}
.instaLinkWrap .btn_g {
    font-size: 1em;
    padding: 14px 18px;
    margin: 5px;
}
.instagramWrap {
    padding-top: 60px;
}
.instagramInner li {
    width: calc(100% / 2);
    padding: 0 10px;
}
.instagramInner li iframe {
    top: -56px;
    height: 122%;
}
.instagramInner li .instagramItem {
    padding-bottom: 106%;
}
.instagramInner {
    max-height: 380px;
}
}






































