@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP|Work+Sans");
body {
  /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
  -webkit-backface-visibility: hidden;
  /*background-color:#e4e4e2;*/
}
body{user-select:none;-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;}
#contents-body{
  overflow: hidden;
}
.content_wrap{
  padding-bottom: 5%;
}
.content_wrap a:hover,
.content_wrap a:visited,
.content_wrap a:link,
.content_wrap a:active{
  text-decoration:none;
}
.content_wrap a img{
  opacity: 1.0;
  transition: 0.3s;
}
.content_wrap a img:hover{
  opacity: 0.7;
}
header{
  margin: 0 auto 10% auto;
  font-feature-settings: "palt";
}
header h2 {
  margin: 0 auto;
}
header h2 img{
  margin: 0 auto 1% auto;
}
header .p-stylist {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: #eeeeee;  
}
header .p-stylist .p-stylist__inner {
  width: 90%;
  max-width: 950px;
  margin: 0 auto;
  justify-content: space-between;
}
header .p-stylist .p-stylist__inner .p-stylist__img {
  width: 25%;
  max-width: 190px;
}
header .p-stylist .p-stylist__inner .p-stylist__text {
  width: 70%;
  margin: 2% 0 0;
  position: relative;
}
header .p-stylist .p-stylist__inner .p-stylist__text:before,
header .p-stylist .p-stylist__inner .p-stylist__text:after{
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  content: "“";
  font-family: 游明朝,"Yu Mincho",YuMincho,Ryumin Medium KL,"リュウミン M-KL","Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,HiraMinProN-W3,HiraMinPro-W3,"ヒラギノ明朝 ProN W3","ヒラギノ明朝 Pro W3","ＭＳ 明朝",serif;
  color: #7979c3;
  font-size: 80px;
  line-height: 1;
}
header .p-stylist .p-stylist__inner .p-stylist__text:before{
  top: 0;
  left: 0;
  content: "“";
}
header .p-stylist .p-stylist__inner .p-stylist__text:after{
  bottom: 6%;
  right: 0;
  text-align: center;
  content: "”";
}
header .p-stylist .p-stylist__inner .p-stylist__text p {
  margin: 3% 0 0 8%;
  text-align: left;
}
header .p-stylist .p-stylist__inner .p-stylist__text .stylist {
  display: flex;
  width: 50%;
  margin-top: 4%;
  margin-left: 50%;
  font-family: 游明朝,"Yu Mincho",YuMincho,Ryumin Medium KL,"リュウミン M-KL","Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,HiraMinProN-W3,HiraMinPro-W3,"ヒラギノ明朝 ProN W3","ヒラギノ明朝 Pro W3","ＭＳ 明朝",serif,Didot,Didot LT STD,Hoefler Text,Garamond,Times New Roman;
  font-size: 1.9em;
  align-items: center;
}
header .p-stylist .p-stylist__inner .p-stylist__text .stylist span {
  font-size: 0.9em;
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: italic;
}
header .p-stylist .p-stylist__inner .p-stylist__text .stylist:before {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
  margin-left: 1rem;
}
.item_detail .item_img{
  position: relaive;
  width: 120px;
}
.coord_btn_a01{
  margin-top: 50px;
}
header h2 p{
  color: #4d4d4d;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 11px !important;
  text-align: center;
  margin: -10% auto;
}
header .main_text{
  background: #fff;
  margin: 4% auto 0;
  padding: 3% 0;
}
header h3{
  font-size: 16px;
  letter-spacing: .08em;
}
header p{
  font-size: 16px;
  line-height: 2;
  text-align: center;
  font-weight: normal;
}
.content_wrap .style{
  margin: 0 auto 10% auto;
  color: #000000;
}
.content_wrap .style h3{
  margin: 0 auto 11% auto;
  text-align: left;
}
.content_wrap .style_02 h3{
  text-align: right;
}
.content_wrap .style ul{
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 0;
  margin-bottom: -4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.content_wrap .style ul.row-reverse {
  flex-direction: row-reverse;
}
.content_wrap .style_01 ul li:first-child{
}
.content_wrap .style_01 ul li:last-child{
}
.content_wrap .style_02 ul li:first-child{
  order: 0;
  margin-bottom: 5%;
}
.content_wrap .style_02 ul li:last-child{
  order: 1;
  padding-left: 2%;
}
.content_wrap .style_02 ul li.style_sub_img{
  margin-left: 2%;
}
.content_wrap .style_01 ul li.style_sub_img{
  width: 100%;
  margin-left: 4%;
}
.content_wrap .style ul li.style_info{
  width: 50%;
  max-width: 511px;
  padding-left: 0;
  z-index: 1000;
}
.content_wrap .style ul li.style_img {
  width: 48%;
  max-width: 490px;
}
.content_wrap .style ul li.style_info .info_top{
  margin: 0 auto 15%;
}
.content_wrap .style ul li.style_info .info_top h3{
    width: 31%;
}
.content_wrap .style_01 ul li.style_info h3 a:hover{
  color:#93384b;
  transition-duration:0.3s;
}
.content_wrap .style_02 ul li.style_info h3 a:hover,
.content_wrap .style_03 ul li.style_info h3 a:hover{
  color:#3a6ba7;
  transition-duration:0.3s;
}
.content_wrap .style ul li.style_info .info_top > p{
    margin-left: 20%;
}
.content_wrap .style ul li.style_info .info_mid{
  margin-bottom: 15%;
}
.content_wrap .style ul li.style_info .info_mid h3{
    width: 50%;
}
.content_wrap .style ul li.style_info .info_mid > p{
  margin-left: 26%;
}
.content_wrap .style ul li.style_info .info_bottom{
  width: 90%;
  max-width: 390px;
  margin: 0 auto 0;
}
.content_wrap .style ul li .info_bottom h4{
  font-family: "Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,HiraMinProN-W3,HiraMinPro-W3,"ヒラギノ明朝 ProN W3","ヒラギノ明朝 Pro W3","ＭＳ 明朝",serif;
  font-size: 21px;
  margin-bottom: 5%;
}
.content_wrap .style ul li.style_info .info_bottom h4{
  margin-left: 7%;
}
.content_wrap .style ul li.style_sub_info .info_bottom h4{
  margin-right: -2%;
  text-align: right;
}
.content_wrap .style ul li .info_bottom p,
.p-stylist__inner div p{
  font-family: 游明朝,"Yu Mincho",YuMincho,Ryumin Medium KL,"リュウミン M-KL","Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,HiraMinProN-W3,HiraMinPro-W3,"ヒラギノ明朝 ProN W3","ヒラギノ明朝 Pro W3","ＭＳ 明朝",serif,Didot,Didot LT STD,Hoefler Text,Garamond,Times New Roman;
  font-weight: 500;
  font-size: 15px;
}
.content_wrap .style ul li .info_bottom > p{
  padding-top: 0;
  width: 93%;
}
.content_wrap .style_01 ul li.style_info .info_bottom > p,
.content_wrap .style_03 ul li.style_info .info_bottom > p,
.content_wrap .style_05 ul li.style_info .info_bottom > p{
  border-left: 9px solid #a5814f;
}
.content_wrap .style_02 ul li.style_info .info_bottom > p,
.content_wrap .style_04 ul li.style_info .info_bottom > p{
  border-left: 9px solid #7979c3;
}
.content_wrap .style ul li.style_info .info_bottom > p{
  padding-left: 4%;
}
.content_wrap .style_01 ul li.style_sub_info .info_bottom > p,
.content_wrap .style_02 ul li.style_sub_info .info_bottom > p,
.content_wrap .style_03 ul li.style_sub_info .info_bottom > p{
  border-left: 9px solid #a5814f;
}
.content_wrap .style ul li.style_sub_info .info_bottom > p{
  text-align: justify;
  margin-left: 14%;
  padding-left: 2%;
}

.content_wrap .style ul li .info_bottom a{
  display: block;
  background-color:#000;
  color:#fff;
  text-align: center;
  width: 100%;
}
.content_wrap .style ul li.style_info .info_bottom a{
}
.content_wrap .style ul li.style_sub_info .info_bottom a{
  margin-left: 14%;
}
.content_wrap .style ul li .info_bottom a:hover{
  text-decoration:none;
  transition-duration:0.3s;
}
.style_01 ul.coord_block_main p.coord_btn:hover,
.style_03 ul.coord_block_main p.coord_btn:hover,
.style_05 ul.coord_block_main p.coord_btn:hover{
  background-color:#a5814f;
  transition-duration:0.3s;
}
.style_02 ul.coord_block_main p.coord_btn:hover,
.style_04 ul.coord_block_main p.coord_btn:hover{
  background-color:#7979c3;
  transition-duration:0.3s;
}
.style_01 ul.coord_block_main p.coord_btn_b{
  background-color:#bd992c;
}

.content_wrap .style ul li .info_bottom p.coord_btn{
  /* margin-left: 14%; */
  border:none;
  margin: 6% auto 0;
  text-align: center;
  padding: 4%;
  font-size: 16px;
  letter-spacing: 2px;
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
}
.content_wrap .style ul li.style_info h3{
  width: 100%;
  max-width: 511px;
  text-align: right;
}
.content_wrap .style ul li p{
  padding-top: 2%;
  font-size: 14px;
  line-height: 1.8em;
}
.content_wrap .style ul li.style_info p.coord_btn{
}
hr{
  transform: rotate(-10deg);
  border:3px #fff solid;
  width: 1190px;
  /* margin: 4% -1% 0; */
}
.content_wrap .style_02 ul.coord_block_main li.style_img img{
  margin: 0 -4% 0;
}
.content_wrap .style section.item{
  width: 100%;
  max-width: 1050px;
  margin: 10% auto 0;
  padding: 3% 0 3%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: center;
}
.content_wrap .style_01 section.item,
.content_wrap .style_03 section.item,
.content_wrap .style_05 section.item{
  background: #a08864;
}
.content_wrap .style_02 section.item,
.content_wrap .style_04 section.item{
  background: #8d8db1;
}
.content_wrap .style section.item_top{
  margin-bottom: -6%;
}
.content_wrap .style .item_detail{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 14px;
  line-height: 2;
  width: 33%;
  justify-content: center;
}
.content_wrap .style .item_detail img{
  margin: 0 0 0 0;
}
.content_wrap .style .item_detail p{
  margin: 0 0 0 5%;
  font-size: 13px;
  color: #fff;
  vertical-align: bottom;
}
.content_wrap .style .item_detail a{
  display: block;
  width: 170px;
  margin: 0 auto 3%;
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 6px 0;
}
.content_wrap .style .item_detail a:hover{
  opacity: .7;
  text-decoration: none;
  transition-duration:0.3s;
}
.content_wrap .style .item_detail a.link_none{
  visibility: hidden;
}
.content_wrap .style .item_detail a.disabled{
pointer-events:none;
}
.hidden-480{
  display: block;
}
.visible-480{
  display: none;
}
.hidden-770{
  display: block;
}
.visible-770{
  display: none;
}
.p-stylist{
  /* border: solid #000000 2px; */
  padding: 0;
  box-sizing: border-box;
  margin: 18% auto 9%;
  background-color: #fff;
  width: 92%;
}
.p-stylist__inner{
  display: flex;
  justify-content: start;
  background: #ededed;
}
.p-stylist__img{
  width: 100%;
  max-width: 240px;
  margin: 0 0;
}
.p-stylist__img img{
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}
.p-stylist__inner div h3{
  margin: 0 0 3% 0;
}
.p-stylist__inner .p-stylist__text {
  margin: 4% 4% 0;
}
.p-stylist__inner .p-stylist__text h4{
  font-family: Didot,Didot LT STD,Hoefler Text,Garamond,Times New Roman,serif;
  font-weight: 500;
  font-size: 28px;
  font-style: italic;
  padding-left: 1%;
  line-height: 0.8em;
  margin: 0 auto 3.5%;
  }
.p-stylist__inner .p-stylist__text h5{
  font-family: 游明朝,"Yu Mincho",YuMincho,Ryumin Medium KL,"リュウミン M-KL","Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,HiraMinProN-W3,HiraMinPro-W3,"ヒラギノ明朝 ProN W3","ヒラギノ明朝 Pro W3","ＭＳ 明朝",serif,Didot,Didot LT STD,Hoefler Text,Garamond,Times New Roman;
  font-weight: 500;
  font-size: 40px;
  margin: 0 auto 3%;
}
.p-stylist__inner .p-stylist__text span{
  font-size:15px;
}
.p-stylist__inner .p-stylist__text p{line-height: 1.8em;}
.p-stylist__inner div p a{
  text-decoration: underline;
}
.p-stylist__inner div p a:hover{
  text-decoration: none;
  opacity: .7;
}
.bnr_area{
  width: 100%;
  max-width: 1170px;
  margin: 5% auto;
  padding-top: 3%;
  position: relative;
}
.bnr_area:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0; /*下線の上下位置調整*/
  display: inline-block;
  width: 80%; /*下線の幅*/
  max-width: 900px;
  height: 1px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background: #eee; /*下線の色*/
}
.bnr_area ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5%;
}
.bnr_area ul li{
  width: 49%;
  max-width: 570px;
}

@media(max-width: 1200px){
  header{
  }
  header h2 {
  }
  header h2 img{
  }
  header h2 p{
  }
  header .main_text{
  }
  header .text_19060{
    margin: 0 auto 5%;
  }
  header div{
  }
  header h3{
  }
  header p{
    font-size: 14px;
  }
  .content_wrap .style{
  }
  .content_wrap .style h3{
  }
  .content_wrap .style ul{
  }
  .content_wrap .style ul li.style_img,
  .content_wrap .style ul li.style_sub_img{
    width: 60%;
  }
  .content_wrap .style ul li.style_info{
  }
  .content_wrap .style_01 ul li.style_info{ 
  }
  .content_wrap .style_02 ul li.style_info{ 
    left: 48%;
    top: 14%;
  }
  .content_wrap .style_03 ul li.style_info{
    left: 48%;
  }
  .content_wrap .style ul li.style_info .info_top{
  }
  .content_wrap .style ul li.style_info .info_top h3{
  }
  .content_wrap .style ul li.style_info h3 a:hover{
  }
  .content_wrap .style ul li.style_info .info_top > p{
    margin-left: 18%;
  }
  .content_wrap .style ul li.style_info .info_mid{
  }
  .content_wrap .style ul li.style_info .info_mid h3{
  }
  .content_wrap .style ul li.style_info .info_mid > p{
    margin-left: 21%;
  }
  .content_wrap .style ul li.style_info .info_bottom{
    width: 90%;
  }
  .content_wrap .style ul li .info_bottom h4{
  }
  .content_wrap .style ul li.style_info .info_bottom h4{
  }
  .content_wrap .style ul li.style_sub_info .info_bottom h4{
  }
  .content_wrap .style ul li .info_bottom p,
  .p-stylist__inner div p{
    font-size: 14px;
  }
  .content_wrap .style ul li .info_bottom > p{
  }
  .content_wrap .style ul li.style_info .info_bottom > p{
  }
  .content_wrap .style ul li.style_sub_info .info_bottom > p{
  }
  .content_wrap .style ul li .info_bottom a{
  }
  .content_wrap .style ul li.style_info .info_bottom a{
  }
  .content_wrap .style ul li.style_sub_info .info_bottom a{
  }
  .content_wrap .style ul li .info_bottom a:hover{
  }
  .content_wrap .style ul li.style_info .info_bottom a:hover{
  }
  .content_wrap .style ul li.style_sub_info .info_bottom a:hover{
  }
  .content_wrap .style ul li .info_bottom p.coord_btn{
  }
  .content_wrap .style ul li.style_info h3{
  }
  .content_wrap .style ul li p{
  }
  .content_wrap .style ul li.style_info p.coord_btn{
  }
  hr{
    width: 1200px;
    margin: 6% -21%;
  }
  .content_wrap .style section.item{
  }
  .content_wrap .style .item_detail{
    width: 40%;
  }
  .content_wrap .style .item_detail img{
  }
  .content_wrap .style .item_detail p{
  }
  .content_wrap .style .item_detail a{
  }
  .content_wrap .style .item_detail a:hover{
  }
  .p-stylist{
  }
  .p-stylist__inner{
  }
  .p-stylist__img{
    margin: 0;
  }
  .p-stylist__inner div h3{
  }
  .p-stylist__inner .p-stylist__text {
    margin: 5% auto 0;
  }
  .p-stylist__inner .p-stylist__text h4{
    }
  .p-stylist__inner .p-stylist__text h5{
  }
  .p-stylist__inner .p-stylist__text span{
  }
  .p-stylist__inner .p-stylist__text p{
  }
  .p-stylist__inner div p a{
  }
  .p-stylist__inner div p a:hover{
  }
  .p-stylist__inner{
  }
  .p-stylist__inner div{
    width: 60%;
  }
}







@media(max-width: 980px){
  header{
  }
  header h2 {
  }
  header h2 img{
  }
  header h2 p{
  }
  header .main_text{
  }
  header .text_19060{
  margin: 0 auto 12%;
  }
  header div{
  }
  header h3{
  }
  header p{
  }
  .content_wrap .style{
  }
  .content_wrap .style h3{
  }
  .content_wrap .style ul{
  }

  .content_wrap .style ul li.style_img,
  .content_wrap .style ul li.style_sub_img{
  margin-left: 2%;
  }
  .content_wrap .style_01 ul li.style_info{
  }
  .content_wrap .style_02 ul li.style_info{
  }
  .content_wrap .style_03 ul li.style_info{
  left: 48%;
  }
  .content_wrap .style ul li.style_info .info_top{
  }
  .content_wrap .style ul li.style_info .info_top h3{
  width: 28%;
  }
  .content_wrap .style ul li.style_info h3 a:hover{
  }
  .content_wrap .style ul li.style_info .info_top > p{
  margin-left: 14%;
  }
  .content_wrap .style ul li.style_info .info_mid{
  }
  .content_wrap .style ul li.style_info .info_mid h3{
  width: 48%;
  }
  .content_wrap .style ul li.style_info .info_mid > p{
  margin-left: 18%;
  }
  .content_wrap .style ul li.style_info .info_bottom{
  }
  .content_wrap .style ul li .info_bottom h4{
  font-size: 22px;
  }
  .content_wrap .style ul li.style_info .info_bottom h4{
  }
  .content_wrap .style ul li.style_sub_info .info_bottom h4{
  /* margin: 0 auto; */
  }
  .content_wrap .style ul li .info_bottom p,
  .p-stylist__inner div p{
  font-size: 13px;
  }
  .content_wrap .style ul li .info_bottom > p{
  }
  .content_wrap .style ul li.style_info .info_bottom > p{
  }
  .content_wrap .style ul li.style_sub_info .info_bottom > p{
  }
  .content_wrap .style ul li .info_bottom a{
  }
  .content_wrap .style ul li.style_info .info_bottom a{
  }
  .content_wrap .style ul li.style_sub_info .info_bottom a{

  }
  .content_wrap .style ul li .info_bottom a:hover{
  }
  .content_wrap .style ul li.style_info .info_bottom a:hover{
  }
  .content_wrap .style ul li.style_sub_info .info_bottom a:hover{
  }
  .content_wrap .style ul li .info_bottom p.coord_btn{
  }
  .content_wrap .style ul li.style_info h3{
  font-size: 24px;
  }
  .content_wrap .style ul li p{
  }
  .content_wrap .style ul li.style_info p.coord_btn{
  }
  hr{
    width: 980px;
    margin-top: 18%;
  }
  .content_wrap .style section.item{
  }
  .content_wrap .style .item_detail{
  }
  .content_wrap .style .item_detail img{
    margin: 0 auto;
  }
  .content_wrap .style .item_detail p{
    text-align: center;
    margin: 0 auto;
  }
  .content_wrap .style .item_detail a{
  }
  .content_wrap .style .item_detail a:hover{
  }
  .p-stylist{
  }
  .p-stylist__inner{
  }
  .p-stylist__img{
  }
  .p-stylist__inner div h3{
  }
  .p-stylist__inner .p-stylist__text {
    margin: 6% auto 0;
  }
  .p-stylist__inner .p-stylist__text h4{
    font-size: 28px;
    margin: 0 auto 6%;
    padding-left: 2%;
  }
  .p-stylist__inner .p-stylist__text h5{
    font-size: 35px;
    margin: 0 auto 6%;
  }
  .p-stylist__inner .p-stylist__text span{
  }
  .p-stylist__inner .p-stylist__text p{
  }
  .p-stylist__inner div p a{
  }
  .p-stylist__inner div p a:hover{
  }
}

@media(max-width: 345px){
  .u-sm-none_01 {
    display: none;
  }
}

@media(max-width: 770px){
  header{
  }
  header h2 {
  }
  header h2 img{
    width:100%;
    max-width: 770px;
  }
  header h2 p{
  }
  header .main_text{
    width: 90%;
    margin: 5% auto 15%;
    padding: 3% 5%;
  }
  header .text_19060{
    margin: 0 auto 15%;
  }
  header div{
  }
  header h3{
  }
  header p{
  }
  .content_wrap .style{
    width: 100%;
  }
  .content_wrap .style h3{
    width: 90%;
    margin-top: 20%;
  }
  .content_wrap .style ul{
    display: block;
    margin-bottom: 9%;
    overflow: hidden;
  }
  .content_wrap .style ul li.style_img,
  .content_wrap .style ul li.style_sub_img{
    width: 100%;
    margin: 0 auto;
  }
  .content_wrap .style ul li.style_img img{
    margin: 0 auto;
  }
  .content_wrap .style ul.coord_block_main li.style_img img{
    margin:0 auto;
  }
  .content_wrap .style ul li.style_info{
    width: 100%;
    margin-top: 5%;
  }
  .content_wrap .style ul li.style_info .info_top{
    margin: 8% auto 0;
  }
  .content_wrap .style ul li.style_info .info_top h3{
  }
  .content_wrap .style ul li.style_info h3 a:hover{
  }
  .content_wrap .style ul li.style_info .info_top > p{
    text-align: center;
    margin: 0 auto;
  }
  .content_wrap .style ul li.style_info .info_mid{
    margin: 8% auto 0;
  }
  .content_wrap .style ul li.style_info .info_mid h3{
  }
  .content_wrap .style ul li.style_info .info_mid > p{
    text-align: center;
    margin: 0 auto;
  }
  .content_wrap .info_bottom{
    margin: 0 auto;
    width: 79%;
  }
  .content_wrap .info_bottom h4,
  .content_wrap .style ul li.style_sub_info .info_bottom h4{
    margin: 5% auto;
  }
  .content_wrap .style ul li.style_sub_info .info_bottom > p{
    margin: 0 auto;
    width: 95%;
    /* border-right: 7px solid #3a6ba7; */
  }
  .content_wrap .info_bottom p,
  .p-stylist__inner div p{
  }
  .content_wrap .info_bottom > p{
  }
  .content_wrap .style ul li .info_bottom a{
    margin: 0 auto;
    width: 100%;
  }
  .content_wrap .info_bottom p.coord_btn{
  }
  .content_wrap .style ul li.style_info h3{
    text-align: center;
    margin: 0 auto;
  }
  .content_wrap .style ul.coord_block_main li .info_bottom > p{
  }
  .content_wrap .style ul li.style_sub_info .info_bottom a{
    margin:0 auto;
  }
  .content_wrap .style ul li.style_info p.coord_btn{
  }
  hr{
    margin-top: 0;
    margin-bottom: 9%;
  }
  .content_wrap .style section.item{
  }
  .content_wrap .style .item_detail{
  }
  .content_wrap .style .item_detail img{
  }
  .content_wrap .style .item_detail p{
  }
  .content_wrap .style .item_detail a{
    text-align: center;
    max-width: 400px;
    margin: 2% auto 0;
    width: 100%;
    padding: 8px 0;
    display: inline-block;
  }
  .content_wrap .style .item_detail a:hover{
  }
  .p-stylist__inner .p-stylist__text h4{
    text-align: center;
    font-size: 18px;
  }
  .p-stylist__inner .p-stylist__text h5{
    text-align: center;
    font-size: 25px;
  }
  header h2 p{
    font-size: 15px !important;
    text-align: center;
  }
  header h3{
    font-size: 33px;
    margin: 0 auto 4% auto;
    line-height: 1.4;
  }
  header p{
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }
  .content_wrap .style section.item{
    width: 95%;
    margin: 0 auto 0 auto;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5% 0 0 0;
  }
  .content_wrap .style section.item_top{
    margin-bottom: -3%;
    padding: 0;
  }
  .content_wrap .style .item_detail{
    width: 100%;
    margin: 0 auto 5%;
    display: flex;
    font-size: 13px;
    line-height: 2;
  }
  .item_detail .item_img{
    margin: 0 auto;
    width: 32%;
    max-width: 120px;
  }
  .content_wrap .style .item_detail p{
    margin: 0 auto;
    text-align: center;
    width: 60%;
  }
  .p-stylist{
    width: 100%;
  }
  .p-stylist__inner {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 8% 0;
  }
  header .p-stylist .p-stylist__inner .p-stylist__img,
  .p-stylist__img{
    width: 100%;
    max-width: 650px;
    margin: 0 auto 5% auto;
    text-align: center;
  }
  .p-stylist__inner div{
    width: 100%;
    max-width: initial;
  }
  .p-stylist__inner div p{
    line-height: 1.8;
  }
  header .p-stylist .p-stylist__inner .p-stylist__text,
  .p-stylist__inner .p-stylist__text {
    width: 90%;
    margin: 12% auto 0;
  }
  .hidden-770{
    display: none;
  }
  .visible-770{
    display: block;
  }
}

@media(max-width: 640px){
  header .text_19060{
    margin: 0 auto 15%;
  }
}


@media(max-width: 480px){
  header{
    margin: 0 auto 5% auto;
  }
  header h2 p{
    font-size: 10px !important;
  }
  header div{
    /* width: 87%; */
  }
  header .text_19060{
  margin: 0% auto 20%;
  }
  header h3{
    font-size: 20px;
    margin: 0 auto 7% auto;
  }
  header p{
    font-size: 14px;
    line-height: 2;
  }
  header .p-stylist{
    width: 100%;
  }
  header .p-stylist .p-stylist__inner .p-stylist__img{
    width: 100%;
  }
  header .p-stylist .p-stylist__inner .p-stylist__text{
    width: 100%;
  }
  header .p-stylist .p-stylist__inner .p-stylist__text p{
    padding: 5% 0;
  }
  header .p-stylist .p-stylist__inner .p-stylist__text:before,
  header .p-stylist .p-stylist__inner .p-stylist__text:after{
    font-size: 60px;
  }
  header .p-stylist .p-stylist__inner .p-stylist__text .stylist{
    width: 80%;
    margin-left: 20%;
    font-size: 1.5em;
  }
  .content_wrap .style section.item{
    margin: 0 auto 0 auto;
  }
  .content_wrap .style section.item_top{
    margin-bottom: -3%;
    padding: 0;
  }
  .content_wrap .style .item_detail{
  
  }
  .hidden-480{
    display: none;
  }
  .visible-480{
    display: block;
  }
}




@media(max-width: 414px){
  header .text_19060{
  margin: 0 auto 20%;
  }
}

@media(max-width: 375px){
  header .text_19060{
    margin: 0% auto 15%;
  }
}

.u-hide_text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.u-clearfix:after,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.u-clear,
.clear {
  clear: both;
}
.u-fluid_img,
.fluid_img {
  max-width: 100%;
  height: auto;
}
.u-flo--left {
  float: left;
}
.u-flo--right {
  float: right;
}

.u-text--left {
  text-align: left;
}

.u-text--right {
  text-align: right;
}

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

.u-font--xs {
  font-size: 60%;
}

.u-font--s {
  font-size: 80%;
}

.u-none {
  display: none;
}

@media (min-width: 768px) {
  .u-sm-inline {
    display: inline;
  }
}

@media (min-width: 980px) {
  .u-md-inline {
    display: inline;
  }
}

@media (min-width: 768px) {
  .u-sm-block {
    display: block;
  }
}

@media (min-width: 980px) {
  .u-md-block {
    display: block;
  }
}

@media (min-width: 768px) {
  .u-sm-table {
    display: table;
  }
}

@media (min-width: 980px) {
  .u-md-table {
    display: table;
  }
}

@media (min-width: 544px) {
  .u-xs-none {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-sm-none {
    display: none;
  }
}

@media (min-width: 980px) {
  .u-md-none {
    display: none;
  }
}

.u-font-xs {
  font-size: 60%;
}

.u-font-sm {
  font-size: 80%;
}

.u-font-md {
  font-size: 100%;
}

.u-font-lg {
  font-size: 120%;
}

.u-font-xl {
  font-size: 140%;
}

.u-pos-relative {
  position: relative;
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-hidden {
  visibility: hidden;
}






.two-rows-child img{
    width: 100%;
}
.p-link {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "Noto Sans JP", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, serif;
  font-weight: bold;
  padding: 40px 0 0 0;
  width: 100%;
}
.p-link .p-link__inner {
  /* max-width: 1170px; */
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 30px auto;
}

@media (min-width: 768px) {
  .p-link .p-link__inner {
    margin: 0 auto 50px auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .p-link .p-link__inner > * {
    -webkit-flex: 0 1 48%;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
    -webkit-flex: 0 1 calc(50% - 5px);
    -ms-flex: 0 1 calc(50% - 5px);
    flex: 0 1 calc(50% - 5px);
    max-width: 573px;
  }
}

.p-link .p-link__inner > * + * {
  margin-top: 10px;
}

@media (min-width: 768px) {
.p-link .p-link__inner > * + * {
    margin-top: 0;
  }
}

.p-link .p-link__text-outer {
  max-width: 965px;
  margin: 0 auto;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .p-link .p-link__text-outer {
    padding: 0;
  }
}

.p-link .p-link__text {
  text-align: right;
  font-weight: bold;
  font-size: 110%;
}



@media (min-width: 768px) {
  .p-link .p-link__text {
    font-size: 200%;
    margin: 0 0 6% 0;
  }
}

.p-link .p-link__text a {
  border-bottom: 2px solid rgba(0, 0, 0, 0.6);
  padding-bottom: 5px;
}

.p-link .p-link__text a:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #000000;
  margin-left: 10px;
  border-width: 4px 0 4px 8px;
}

@media (min-width: 768px) {
  .p-link .p-link__text a:after {
    border-width: 8px 0 8px 12px;
  }
}

.p-link .p-link__text-top a:after {
  border-color: transparent transparent #000000 transparent;
  border-width: 0 4px 8px 4px;
}

@media (min-width: 768px) {
  .p-link .p-link__text-top a:after {
    border-width: 0 8px 12px 8px;
  }
}

.p-link .p-link__text + .p-link__text {
  margin-top: 30px;
}

a.p-btn {
  border: 0;
  color: #FFFFFF;
  background-color: #333333;
  border-radius: 0;
  display: inline-block;
  padding: 11px;
  cursor: pointer;
  line-height: 1.44;
  display: block;
  text-align: center;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 10px 2px;
}
a.p-btn a, a.p-btn:hover, a.p-btn:focus,
a.p-btn a:hover,
a.p-btn a:focus {
  color: #FFFFFF;
}

@media (min-width: 768px) {
  a.p-btn {
    padding: 22px;
  }
}

@media (min-width: 980px) {
  a.p-btn {
    font-size: 22px;
    box-sizing: border-box;
    padding: 22px;
  }
}

a.p-btn img {
  vertical-align: middle;
}

a.p-btn .l-mark {
  margin: 0 10px 10px 10px;
  width: 35px;
  height: 35px;
  vertical-align: -20px;
}

@media (min-width: 768px) {
  a.p-btn .l-mark {
    margin: 0 10px;
    vertical-align: -25px;
    width: 63px;
    height: 63px;
  }
}

@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .couppon_txt {
    text-align: center;
    padding: 20px 0 20px 0;
    font-size: 14px;
    background-color: #BD992B;
    clear: both;
}


}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}