@charset "UTF-8";
.flex_column {
    display:flex;
    flex-direction: column;
}
.flex_row{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.flex_row_column{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.flex_center{
    display:flex;
    justify-content: center;
    align-items: center;
}
.flex_valign_center{
    display:flex;
    align-items: center;
}
.flex_align_center{
    display:flex;
    justify-content: center;
}
.basecolor {
  color:#b81c22;
}

.dialogue_wrap{
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display:flex;
  flex-direction: column;
  font-size: 18px;
}
#dialogue_ttl {
  position: relative;
    display: flex;
    align-items: center;
    height: 80px;
    margin-bottom: -4px;
    margin-top: 80px;
    background: url(../img/bg_dialogue_ttl.jpg) repeat-x center bottom;
    text-align: center;
    z-index: 10;
}
.takumi_ttl {
  background: #000000 !important;
}
#dialogue_ttl h1 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    width: 100%;
    font-size: 2rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
}

#dialogue_head {
    position: relative;
    width: 100%;
    height: 600px;
    margin-top: 80px;
}
#dialogue_head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#dialogue_head img.withbannai-stamp {
  position: absolute;
  top: 2vw;
  right: 2vw;
  width: 15vw;
  height: auto;
  object-fit: unset;
}
.dialogue_contents {
    width: 100%;
    /*padding: 60px 0;*/
    padding: 10px 0;
}
.dialogue_inbox {
  width: 90%;
    max-width: 1120px;
    margin: 0 auto;
}
.dialogue_inbox h2{
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width: 100%;
  font-size: 2.25rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.dialogue_inbox h2.title_family {
  font-family: sans-serif;
  background-image: url(../img/bg_dialogue_ttl.jpg);
  background-size: 100%;
  background-position: center top;
  color: #fff;
  padding: 0.333rem;
}
.dialogue_inbox h2.title_takumi {
    background-color: #000;
    color: #fff;
    padding: 0.5rem;
    font-weight: normal;
}
.dialogue_inbox ul{
  position: relative;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 40px;
}
.dialogue_inbox ul::before {
  order: 1;
}
.dialogue_inbox ul::before,
.dialogue_inbox ul::after {
    content: "";
    display: block;
    width: 24%;
    height: 0;
}
.dialogue_inbox ul li{
    width: 24%;
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}
.dialogue_inbox ul li a.disabled {
    pointer-events: none;
}
.dialogue_inbox_genre{
  background: #DB882D;
    color: #FFF;
    padding: 3px;
    display: inline;
    font-size: 1rem;
}
.article_takumi .dialogue_inbox_title {
    font-size: 1.5rem;
}
.dialogue_inbox ul li img{
  width: 100%;
  height: auto;
  border-radius: 10px;
}

#dialogue_single_head {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
}
#dialogue_single_head img{
    width: 100%;
}
#dialogue_single_head img.withbannai-stamp {
  position: absolute;
  top: 20px;
  right: 40px;
  width: 150px;
}
.dialogue_single_inbox {
  width: 96%;
  max-width: 1120px;
  margin: 0 auto;
  margin-bottom: 4rem;
}
.dialogue_single_inbox h3{
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    width: 100%;
    font-size: 2rem;
    margin: 0 auto;
    margin-bottom: 40px;
}
.dialogue_single_inbox img{
    width: 100%;
    margin-bottom: 40px;
}
.dialogue_single_head_title{
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    background: url(../img/bg_dialogue_ttl.jpg) repeat-x center bottom;
    margin-bottom: 40px;
}
.dialogue_single_head_title p{
    width: 100%;
    background: #FFFFFF;
    padding: 15px;
    margin:0px;
    border-radius: 10px;
    text-align: center;
    font-size: 1.5rem;
}
.dialogue_single_head_coment {
    width: 100%;
    text-align: left;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 40px;
}
.dialogue_talk_title {
  font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.dialogue_profile_user,
.dialogue_profile_owner,
.dialogue_talk_user {
    margin-bottom: 1.5rem;
}
.dialogue_profile_user_left,
.dialogue_profile_owner_left,
.dialogue_talk_user_left{
    width: 100px;
}
.dialogue_profile_user_right,
.dialogue_profile_owner_right,
.dialogue_talk_user_right {
    flex: 1;
}
.dialogue_profile_user_left img,
.dialogue_profile_owner_left img,
.dialogue_talk_user_left img{
  margin-bottom: 0px;
}
.dialogue_talk_user_all {
  font-weight: bold;
}
.dialogue_profile_user_right_1 {
    color:#b81c22;
    font-weight: bold;
}
.dialogue_profile_user_right_2 {
    color:#b81c22;
    font-weight: bold;
}
.dialogue_profile_owner_right {
    font-weight: bold;
}

.dialogue_talk_family {
    position:relative;
    margin-top: 40px;
}
.dialogue_talk_family_2{
    position: absolute;
    top:-30px;
    left: -20px;
}
.dialogue_talk_family_3 {
    margin: 40px;
}
.dialogue_talk_family_1 img{
  margin-bottom: 0px;
}
.dialogue_talk_family_2 img{
  margin-bottom: 0px;
  width: 150px;
}
.dialogue_shop_info {
  margin-top: 40px;
  margin-bottom: 80px;
}
.dialogue_shop_info_left,
.dialogue_shop_info_right {
    width: 48%;
    margin: 3px;
}
.dialogue_shop_info_right_01 {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 10px;
}
.dialogue_shop_info_right_02 {
    font-size: 0.9rem;
    margin: 10px;
}
.dialogue_shop_info_right dl {
    margin: 10px;
}
.dialogue_shop_info_right dt{
    width: 20%;
    background: #282b46;
    color: #FFFFFF;
    padding: 5px;
    text-align:center;
}
.dialogue_shop_info_right dd {
    padding: 5px;
}

#dialogue_single_head_takumi {
    position: relative;
    margin: 80px 0 4rem;
}
#dialogue_single_head_takumi h1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: normal;
}
.takumi_head_sub_title {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 1vw 2.5vw 1vw 3vw;
    font-size: 2.5vw;
    letter-spacing: 0.1vw;
    line-height: 1;
    margin-bottom: -1px;
}
.takumi_head_title {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 1vw 2.5vw 1.25vw 3vw;
    font-size: 5vw;
    letter-spacing: 0.2vw;
    line-height: 1;
}
#dialogue_single_head_takumi img {
    width: 100%;
    display: block;
}
.dialogue_single_inbox_takumi {
    width: 96%;
    max-width: 1120px;
    margin: 0 auto;
}
.takumi_body_midashi {
    margin-bottom: 4rem;
    text-align: center;
}
.takumi_body_midashi h2 {
    color: #b41f25;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}
.takumi_body_midashi p {
    line-height: 1.8;
}
.takumi_body_contents_block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
}
.takumi_body_contents_block:nth-child(2n) {
    flex-flow: row-reverse;
}
.takumi_body_contents_desc {
    width: 55%;
}
.takumi_body_contents_desc h3 {
    font-size: 1.5rem;
    font-weight: normal;
    background-color: #fff;
    margin-bottom: 1rem;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    border-left: solid 1rem #b41f25;
}
.takumi_body_contents_desc p {
    line-height: 1.8;
    letter-spacing: 0.01rem;
}
.takumi_body_contents_pict {
    width: 42.5%;
}
.takumi_body_contents_pict > div img {
    display: block;
    width: 100%;
    margin-bottom: 0;
}
.takumi_body_contents_pict p {
    font-size: 0.9rem;
    text-align: right;
    margin-top: 0.5rem;
    letter-spacing: 0.05rem;
}
.takumi_body_gallery {
    margin-bottom: 4rem;
}
.takumi_body_gallery .dialogue_single_inbox_takumi {
    display: flex;
    flex-wrap: wrap;
}
.takumi_body_gallery_image  {
    width: 49%;
    margin-bottom: 2%;
}
.takumi_body_gallery_image > div {
    height: 400px;
}
.takumi_body_gallery_image > div img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.takumi_body_gallery_image p {
    font-size: 0.9rem;
    text-align: right;
    margin-top: 0.5rem;
    letter-spacing: 0.05rem;
}

@media screen and (max-width: 767px){
  .dialogue_wrap{
    font-size:16px;
  }
  #dialogue_ttl{
    display: flex;
    align-items: center;
    height: 44px;
    margin-top: 46px;
    background: url(../img/bg_dialogue_ttl.jpg) repeat-x center bottom;
    background-size: cover;
    text-align: center;
  }
  #dialogue_ttl h1{
    font-size: 1rem;
    margin: 0 auto;
  }
  #dialogue_single_head,
  .dialogue_single_inbox h3{
    margin-bottom: 30px;
    font-size: 1.7rem;
    position: relative;
  }
  .dialogue_single_head_title p{
    font-size: 1rem;
  }
  #dialogue_head {
    position: relative;
    margin-top: 50px;
    height: 200px;
  }
  #dialogue_head img.withbannai-stamp,
  #dialogue_single_head img.withbannai-stamp
  {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 60px;
    height: auto;
    object-fit: unset;
  }
  .dialogue_profile_user,
  .dialogue_profile_owner,
  .dialogue_talk_user{
    margin-bottom: 1rem;
  }
  .dialogue_talk_family_2{
    position: absolute;
    left: -5px;
    top: -5px;
  }
  .dialogue_talk_family_2 img{
    width: 90px;
  }
  .dialogue_talk_family{
    margin-top: 30px;
  }
  .dialogue_talk_family_3{
    margin: 30px 10px;
  }
  .flex_row_column{
    display:flex;
    flex-direction: column;
  }
  .dialogue_shop_info_left,
  .dialogue_shop_info_right{
    width: 100%;
    margin: 0;
  }
  .dialogue_shop_info_left img{
    margin: 0;
  }
  .dialogue_shop_info_right dt{
    width: 30%;
  }
  .dialogue_shop_info_right dl{
    margin: 5px;
  }

  .dialogue_inbox h2.title_family {
    font-size: 2rem;
    background-size: 666px;
  }
  .dialogue_inbox h2.title_takumi {
    font-size: 2rem;
  }
  .dialogue_inbox ul li{
    width: 100%;
  }

  #dialogue_single_head_takumi {
    margin: 50px 0 2rem;
  }
  .takumi_head_sub_title {
    font-size: 4vw;
    padding: 3vw 4vw 2vw 5vw;
  }
  .takumi_head_title {
    font-size: 8vw;
    padding: 3vw 5.4vw 3vw 4vw;
  }
  .takumi_body_midashi {
    margin-bottom: 2rem;
  }
  .takumi_body_midashi h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .takumi_body_midashi h2 br {
    display: none;
  }
  .takumi_body_midashi p {
    font-size: 1rem;
    text-align: left;
    width: 92%;
    margin: 0 auto;
  }
  .takumi_body_midashi p br {
    display: none;
  }
  .takumi_body_contents_block {
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .takumi_body_contents_block:nth-child(2n) {
    flex-direction: column;
  }
  .takumi_body_contents_desc {
    width: 100%;
  }
  .takumi_body_contents_desc h3 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    padding: 0.5rem 0.5rem 0.5rem 0.75rem;
    border-left: solid 0.75rem #b41f25;
  }
  .takumi_body_contents_desc p {
    font-size: 1rem;
    width: 92%;
    margin: 0 auto 1rem;
  }
  .takumi_body_contents_pict {
    width: 92%;
    margin: 0 auto;
  }
  .takumi_body_gallery_image  {
    width: 92%;
    margin: 0 auto 1rem;
  }
  .takumi_body_gallery_image > div {
    height: auto;
  }
  .takumi_body_gallery_image > div img {
    object-fit: unset;
  }
}
