@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 0px) and (max-width: 750px){
  p{
  font-size: 4.0625vw;
  line-height: 1.8; 
  }
  
  .main_contents {
    width: 98%;
    margin: 0 auto;
  }
  .process_item{
    padding-top: 4em;
  }
  .process_item:last-of-type{
    padding-bottom: 4em;
  }
  .process_item_inner{
    padding: 2em 0 0;
  }
  .content_title_info{
    margin-bottom: 1.5em;
  }
  

  
/* --------------------------
  ▼▼ ページ内リンク 
-----------------------------*/
    .p_link {
    font-family: source-han-serif-japanese, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 4vw;
    color: #4d4d4d;
    letter-spacing: 1.5px;
    background: #eee;
    width: 95%;
    margin: 0 auto 1.5em;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    position:relative; 
}
  .p_link a {
    display: block;
    padding: 11px 0;
}
  .flow_btn_icon_phone {
    display: inline-block;
    float: right;
    padding: 0.1em;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    background: #FFF;
    color: #4D4D4D;
    right: 0.8em;
    position: relative;
    font-size: 5vw;
}
  .flow_btn_icon_phone .fa-caret-down {
    font-size: 5vw;
    position: absolute;
    top: 0.2em;
    left: 0.4em;
}
  .link_text{
    display: inline-block;
    width: 55%;
    margin-left: 32.5%;
    position: absolute;
  }
  
/* --------------------------
  ▼▼ 商品が届いたら…
-----------------------------*/
  .underline{
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFDFDF 0%) repeat scroll 0 0;
  }
  .lead_list{
    background-color: #EFEFEF;
    color:#4D4D4D;
    margin: 1em auto 1em;
    padding: 1.5em 0.8em;
  }
  .lead_text{
    font-weight: bold;
  }
  .lead_phone_wrap{
    border:1px solid #4D4D4D;
    margin: 1.5em auto 0;
    padding: 1em 0.8em;
    text-align: center;
  }
  .lead_phone_wrap li{
    padding-bottom: 0.3em;
    color:#4D4D4D;
  }
  .lead_phone_wrap li:last-of-type{
    padding-bottom: 0;
  }
  .lead_phone_wrap p{
    line-height: 1.5;
  }
  .lead_phone{
    font-size: 6vw;
    font-weight: bold;
  }
  .lead_phone p{
    text-align: center;
    line-height: 1.5;
  }
  
  /* 着用時の注意 */
  .caution_item{
    border: 3px solid #083449;
    padding: 1.5em;
    margin-bottom: 1.5em;
  }
  .caution_item:last-of-type{
    margin-bottom: 0;
  }
  .caution_item .caution_title{
    text-align: center;
  }
  .caution_title{
    font-family: source-han-serif-japanese, sans-serif;
    color: #083449;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 1em;
  }
  .caution_item img{
    width: 50%;
    display: block;
    margin: auto;
  }
  .caution_bg{
    background-color: #EFEFEF;
    color: #4D4D4D;
    padding: 1.8em 1em;
    line-height: 2;
    width: 100%;
    margin: 1.5em 0;
    box-sizing: border-box;
  }
  
/*---------------------------
  ▼▼ セット内容
-----------------------------*/
  .set_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    margin: 2em auto 0;
    font-size: 14px;
    color: #4D4D4D;
}
  .column2_set_item {
    flex: 0 0 31%;
    margin: 0 1% 4%;
    position: relative;
}
  .column1_set_item{
    flex: 0 0 31%;
    margin: 0 1% 4%;
    position: relative;
  }
  .set_border {
    position: relative;
}
  .set_border img {
    border: 1px #dddddd solid;
    width: 100%;
}
  .set_subtitle{
    font-size: 4.2vw;
    font-weight: bold;
    text-align:center;
    padding: 0.8em 0 0.8em;
  }
  .set_pre {
    display: inline-block;
    position: absolute;
    bottom: 13px;
    left: 0;
    background: rgba(255, 255, 255, 0.6);
    padding: 3px;
    border-radius: 5px;
    color: #4D4D4D;
    font-size: 12px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}
  .set_pre_ubugi{
    font-size: 12px;
  }
 
/* チェックボックス */
.checkbox-wrap {
  display: block;
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.5em;
  font-size: 14px;
  user-select: none;
}
.checkbox-wrap input {
  display: none;
}
.checkbox-wrap .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: #EFEFEF;
  box-sizing: border-box;
}
/* チェックマーク */
.checkbox-wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: 2px solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkbox-wrap input:checked + .checkmark {
  background-color: #083449;
}
.checkbox-wrap input:checked + .checkmark:after {
  display: block;
}
.checked_wrap{
  position: relative;
  font-size: 14px;
  left: 5px;
  padding-right: 2em;
}
.checked{
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  box-sizing: border-box;
  background-color: #083449;
}
 .checked_wrap .checked::after{
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: 2px solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/* チェックボックスここまで*/
  
/*タブメニュー*/
  .tab-content{
    margin: 1.5em 0 0;
  }
.tab-content input[type="radio"] {
	display: none;
}
.tab-content .tab-item:hover, .tab-content input[type="radio"]:checked + .tab-item {
	background-color: #083449;
    border: 0px solid #083449;
    color: #fff;
	cursor: pointer;
}
.tab-content .tab-box {
	width: 100%;
	height: auto;
	margin: 0 auto 1em auto;
	box-sizing: border-box;
	background-color: #ffffff;
}
.tab-content > .tab-box > div {
	display: none;
}
#tab1:checked ~ .tab-box > #tabView1 {
	display: block;
	width: 100%;
}
#tab2:checked ~ .tab-box > #tabView2 {
	display: block;
	width: 100%;
}
#tab3:checked ~ .tab-box > #tabView3 {
	display: block;
	width: 100%;
}
#tab4:checked ~ .tab-box > #tabView4 {
	display: block;
	width: 100%;
}
#tab5:checked ~ .tab-box > #tabView5 {
	display: block;
	width: 100%;
}
#tab6:checked ~ .tab-box > #tabView6 {
	display: block;
	width: 100%;
}
#tab7:checked ~ .tab-box > #tabView7 {
	display: block;
	width: 100%;
}
#tab8:checked ~ .tab-box > #tabView8 {
	display: block;
	width: 100%;
}
#tab9:checked ~ .tab-box > #tabView9 {
	display: block;
	width: 100%;
}
.tab-item {
  width: 46%;
  padding: 5px 0;
  margin: 15px 5px;
  color: #323232;
  font-size: 16px;
  background-color: #eee;
  text-align: center;
  text-decoration: none;
  border-radius: 25px;
  border: 1px solid #ddd;
  display: inline-block;
  box-sizing: border-box;
}
/*タブメニューここまで*/
  
  .tab-item_return{
    border-radius: 0px;
    margin: 0;
    width: 100%;
    margin-bottom: 10px;
    padding: 11px;
  }

  .set_a{
  font-size: 4.0625vw;
  line-height: 1.8;
  border-bottom: 1px solid #444;
  }
  
/*---------------------------
  ▼▼ ご返却内容
-----------------------------*/
  .return_inner{
    width: 98%;
    margin: 0 auto 3em;
  }
  .return_inner:last-of-type{
    margin: 0 auto;
  }
  .kiyaku_link{
    border-bottom: 1px solid #4D4D4D;
  }
  
  /* 着物の畳み方 */
  .tatamikata_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .tatamikata_item{
    flex: 0 0 50%;
  } 
  
  
  .process_title_info{
    background: #eee;
    color: #333333;
    padding: 10px 0;
    width: 100%;
    margin: 1em auto 1.5em;
  }
  .return_title{
    padding-bottom: 0.3em;
    margin-bottom: 1em;
    border-bottom: 1px #D6D6D6 solid;
    display: block;
    color: #083449;
    font-size: 4.4vw;
    font-family: source-han-serif-japanese, sans-serif;
    font-style: normal;
    font-weight: 800;
    clear: both;
  }
  .hensou_img_wrap_wide{
    width: 90%;
    margin: 2em auto 1.5em;
  }
  .hensou_img_wrap{
    width: 95%;
    margin: 1.5em auto 2em;
  } 
  .hensou_img_wrap img{
    margin-bottom: 1em;
  }
  .hensou_img_wrap img:last-of-type{
    margin-bottom: 0;
  }
  .hensou_img{
    width: 100%;
    margin: 0 auto 3.5em;
  }
  .hensou_img img{
    margin-bottom: 0.5em;
  }
  .hensou_square{
    border: 10px solid #ddd;
    padding: 1.5em 1.5em 0.5em;
    width: 100%;
    text-align: center;
    position: relative;
  }
  .hensou_square div{
    width: 100%;
    margin: 5% 1% 5% 1%;
  }
  .hensou_square::before{
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -35px;
    border: 35px solid transparent;
    border-bottom: 45px solid #ddd;
  }
  .return_text_title{
    width: 97%;
    font-weight: 600;
    margin: 0 0 0.5em;
    font-size: 3.8vw;
    border-bottom: dotted 2px #D6D6D6;
  }
  .flow_btn {
    width: 100%;
    margin:1.5em auto 0.5em;
    font-size: 4.0625vw;
    font-weight: bold;
    line-height: 2;
    border: #083449 1px solid;
    border-radius: 30px;
    padding: 3px 0 3px 15px; 
}
  .flow_btn a{
    color: #083449;
    display: block;
    text-align: center;
    
  }
  .flow_btn_icon {
    display: inline-block;
    float: right;
    padding: 5px;
    width: 1em;
    height: 1em;
    margin-right: 0.3em;
    border-radius: 50%;
    background: #083449;
    color: #FFF;
    top: 0.05em;
    position: relative;
    font-size: 5vw;
}
  .fa-caret-right {
    font-size: 5vw;
    position: absolute;
    right: 0.5em;
}
  .yamato_phone_wrap{
/*    border: 1px solid #333;*/
    text-align: center;
    background: #fff;
    margin: 1.5em auto;
  }
  .yamato_phone_text{
/*    border-bottom: 1px solid #333;*/
    padding:1.2em 0 0.5em 0;
    font-weight:bold;
    font-size: 4vw;
  }
  .yamato_phone_number{
    padding: 0 0.5em 1.2em 0.5em;
  }
  .yamato_phone_number p{
    font-size: 6vw;
    font-weight: bold;
    padding-bottom: 0.6em;
  }
  
  .request_box{
    background-color: #f0f0f0;
    padding: 20px;
    margin: 0 0 30px 0;
  }  
  .jp_phone_wrap{
    text-align: center;
    background: #fff;
    margin: 1.5em 0;
  }
  .jp_caution{
    display: inline-block;
    color:#da1449;
    padding-top: 10px;
  }
  
  
  
  .return_title span{
    display: block;
    background-color: #083449;
    color: #fff;
    width: 30%;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    padding: 3px 0;
    margin-bottom: 10px;
  }
   .carrier_title{
    display: inline-block;
    border: solid 1px #083449;
    color: #083449;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    padding: 5px 20px;
    margin-bottom: 12px;
  }
  .carrier_caution_wrap{
    border: 1px solid #da1449;
    width: 98%;
    margin: 40px auto 60px;
  }
  .carrier_caution_title{
    background: #da1449;
    color: #fff;
    font-size: 4.4vw;
    font-weight: bold;
    text-align: center;
    padding: 5px;
  }
  .carrier_caution_wrap p{
    color: #da1449;
    font-weight: bold;
    text-align: center;
    padding: 15px 5px;
    border-bottom: 1px solid #da1449;
    margin-bottom: 30px;
  }
  .carrier_hensou_flex{
    padding-bottom: 30px;
    text-align: center;
    width: 80%;
    margin: auto;
  }
  .hensou_item_yamato , .hensou_item_sagawa{
    margin-bottom: 30px;
  }
  .hensou_wrap{
     padding: 30px 0 35px 0;   
  }

  
/*---------------------------
  ▼▼ 着付け方
-----------------------------*/
  .kitsuke_base {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 1em 0 0;
}
  .kitsuke_box {
    width: 48%;
    position: relative;
    margin: 10px auto;
    text-align: left;
}
  .img_box {
    border: 1px solid #d4d4d4;
    padding: 10px;
    box-sizing: border-box;
}
  .howto_kitsuke *, .howto_kitsuke *:before, .howto_kitsuke *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
  .kitsuke_no {
    position: absolute;
    left: -5px;
    top: -10px;
    font-size: 4.5vw;
    border-radius: 50%;
    background-color: #ed7979;
    color: #fff;
    width: 2em;
    line-height: 2em;
    text-align: center;
}
  .kitsuke_text {
    font-size: 4vw;
    color: #4d4d4d;
    width: 95%;
    margin: 5px auto;
    display: block;
}
  .kitsuke_base::after {
    content: "";
    display: block;
    width: 48%;
}
  .contents_box{
    margin: 2em 0 3em;
  }
  .video {
    width: 100%;
    margin: 0 auto;
    display: block;
}
/*---------------------------
  ▼▼ 袴セット・男まとめページ
-----------------------------*/
  .hakama_btn_wrap , .mens_btn_wrap{
    width: 90%;
    margin: 2em auto 4em;
  }
  .hakama_btn_item , .mens_btn_item{
    margin: 0 0 3%;
  }
  .hakama_btn_item a img , .mens_btn_item a img{
    border:1px solid #eee;
    box-sizing: border-box;
  }
  .text_center{
    text-align: center;
  }
  
}

@media screen and (min-width: 751px) and (max-width: 1024px){
  
  .main_contents {
    width: 98%;
    margin: 0 auto;
  }
  .section_wrap{
    width: 98%;
    margin: 0 auto;
    max-width: 1024px;
  }
  .process_item{
    padding-top: 4em;
  }
  .process_item:last-of-type{
    padding-bottom: 2em;
  }
  .process_item_inner{
    padding: 2em 0 0;
  }
  .content_title_info{
    margin-bottom: 1.5em;
  }
  p.ruby:before {
    color: #083449;
}
  .page_title h2{
    color: #083449;
  }
  
/*---------------------------
  ▼▼ ページ内リンク
-----------------------------*/
    .p_link {
    font-family: source-han-serif-japanese, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #4D4D4D;
    letter-spacing: 1.5px;
    background: #eee;
    width: 85%;
    margin: 0 auto 0.8em;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    position: relative;
}
  .p_link a {
    display: block;
    padding: 11px 0;
}
  .flow_btn_icon_phone {
    display: inline-block;
    float: right;
    padding: 0.1em;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #FFF;
    color: #4D4D4D;
    right: 15px;
    top: -3px;
    position: relative;
}
  .flow_btn_icon_phone .fa-caret-down {
    font-size: 24px;
    position: absolute;
    left: 10px;
    top: 5px;
}
  .link_text{
    display: inline-block;
    width: 55%;
    margin-left: 32.5%;
    position: absolute;
  }
  
/*---------------------------
  ▼▼ 荷物が届いたら…
-----------------------------*/
  .underline{
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFDFDF 0%) repeat scroll 0 0;
  }
  .lead_list_wrap{
    display: flex;
    justify-content: space-between;
    margin-top:2em;
  }
  .lead_list{
    width: 48%;
    background-color: #EFEFEF;
    color:#4D4D4D;
    padding: 1.5em 1em;
    line-height: 1.8;
    align-items: center;
  }
  .lead_text{
    font-weight: bold;
  }
  .return_inner{
    width: 98%;
    margin: 0 auto 3em;
  }
  .lead_phone_wrap{
    width: 45%;
    border:1px solid #4D4D4D;
    padding: 1em 1.2em;
    align-items: center;
    text-align: center;
  }
  .lead_phone_wrap li{
    padding-bottom: 0.3em;
    color:#4D4D4D;
  }
  .lead_phone_wrap li:last-of-type{
    padding-bottom: 0;
  }
  .lead_phone{
    font-size: 3vw;
    font-weight: bold;
  }
  .lead_phone p{
    text-align: center;
    line-height: 1.5;
  }
  
  /* 着用時の注意 */
  .caution_box{
    display: flex;
    justify-content: space-between;
  }
  .caution_item{
    border: 3px solid #083449;
    width: 41%;
    padding: 1.5em 1.5em;
  }
  .caution_item .caution_title{
    text-align: center;
  }
  .caution_title{
    font-family: source-han-serif-japanese, sans-serif;
    color: #083449;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 1em;
  }
  .caution_item img{
    width: 70%;
    display: block;
    margin: auto;
    margin: 0 auto 1.5em;
  }
  .caution_bg{
    background-color: #EFEFEF;
    color: #4D4D4D;
    padding: 1.8em 1em;
    line-height: 1.8;
    width: 100%;
    margin: 1.5em 0;
    box-sizing: border-box;
  }
  
/*---------------------------
  ▼▼ セット内容
-----------------------------*/
  .set_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    color: #4D4D4D;
    margin: 1.5em 0;
}
   .set_img {
    width: 65%;
    margin-right: 3%;
}
  .set_wrap p{
    width: 100%;
  }
  .column2_set_item {
    flex: 0 0 18.5%;
    margin: .7%;
    position: relative;
}
  .column1_set_item{
    flex: 0 0 18.5%;
    margin: 0 .7% 2%;
    position: relative;
  }
  .set_border {
    position: relative;
}
  .set_border img {
    border: 1px #dddddd solid;
    width: 100%;
}
  .set_subtitle{
    font-size: 2.4vw;
    font-weight: bold;
    text-align:center;
    padding: 0.8em 0 0.8em;
  }
    .set_pre {
    display: inline-block;
    position: absolute;
    bottom: 13px;
    left: 0;
    background: rgba(255, 255, 255, 0.6);
    padding: 3px;
    border-radius: 5px;
    color: #4D4D4D;
    font-size: 13px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}
  .set_pre_ubugi{
    font-size: 12px;
    padding: 2px;
    left: 6px;
  }

/* チェックボックス */
.checkbox-wrap {
  display: block;
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.5em;
  font-size: 14px;
  user-select: none;
}
.checkbox-wrap input {
  display: none;
}
.checkbox-wrap .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: #EFEFEF;
  box-sizing: border-box;
}
.checkbox-wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: 2px solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkbox-wrap input:checked + .checkmark {
  background-color: #083449;
}
.checkbox-wrap input:checked + .checkmark:after {
  display: block;
}
.checked_wrap{
  position: relative;
  font-size: 14px;
  left: 5px;
  padding-right: 2em;
}
.checked{
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  box-sizing: border-box;
  background-color: #083449;
}
 .checked_wrap .checked::after{
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: 2px solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/* チェックボックスここまで */
  
/*タブメニュー*/
  .tab-content{
    margin: 1.5em 0 0;
  }
.tab-content input[type="radio"] {
	display: none;
}
.tab-content .tab-item:hover, .tab-content input[type="radio"]:checked + .tab-item {
	background-color: #083449;
    border: 0px solid #083449;
    color: #fff;
	cursor: pointer;
}
.tab-content .tab-box {
	width: 100%;
	height: auto;
	margin: 0 auto 1em auto;
	box-sizing: border-box;
	background-color: #ffffff;
}
.tab-content > .tab-box > div {
	display: none;
}
#tab1:checked ~ .tab-box > #tabView1 {
	display: block;
	width: 100%;
}
#tab2:checked ~ .tab-box > #tabView2 {
	display: block;
	width: 100%;
}
#tab3:checked ~ .tab-box > #tabView3 {
	display: block;
	width: 100%;
}
#tab4:checked ~ .tab-box > #tabView4 {
	display: block;
	width: 100%;
}
#tab5:checked ~ .tab-box > #tabView5 {
	display: block;
	width: 100%;
}
#tab6:checked ~ .tab-box > #tabView6 {
	display: block;
	width: 100%;
}
#tab7:checked ~ .tab-box > #tabView7 {
	display: block;
	width: 100%;
}
#tab8:checked ~ .tab-box > #tabView8 {
	display: block;
	width: 100%;
}
#tab9:checked ~ .tab-box > #tabView9 {
	display: block;
	width: 100%;
}
.tab-item {
  width: 48%;
  padding: 10px 0;
  margin: 10px 5px;
  color: #323232;
  font-size: 16px;
  background-color: #eee;
  text-align: center;
  text-decoration: none;
  border-radius: 25px;
  border: 1px solid #ddd;
  display: inline-block;
  box-sizing: border-box;
}
/*▼タブメニューここまで*/

  .set_a{
  border-bottom: 1px solid #444;
  }
  
/*---------------------------
  ▼▼ ご返却方法
-----------------------------*/
   .column1_set_wrap .column2_set_item{
    flex: 0 0 18%;
  }
  .kiyaku_link{
    border-bottom: 1px solid #4D4D4D;
  }
  
  /* 着物の畳み方 */
  .tatamikata_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .tatamikata_item{
    flex: 0 0 33%;
  } 
  
  
  .process_title_info{
    background: #eee;
    color: #333333;
    padding: 10px 0;
    width: 100%;
    margin: 1em auto 1.5em;
  }
  .return_title{
    padding-bottom: 0.3em;
    margin-bottom: 1em;
    border-bottom: 1px #D6D6D6 solid;
    display: block;
    color: #083449;
    font-size: 2.3vw;
    font-family: source-han-serif-japanese, sans-serif;
    font-style: normal;
    font-weight: 800;
    clear: both;
  }
  .hensou_img_wrap_wide{
    width: 95%;
    margin: 2em auto 1.5em;
  }
  .hensou_img{
    display: flex;
    justify-content: space-between;
    margin-bottom: 4em;
  }
  .hensou_img img{
    width: 49%;
  }
  .hensou_square{
    border: 10px solid #ddd;
    padding: 1.5em 2em 2em;
    width: 100%;
    text-align: center;
    position: relative;
    color:#4D4D4D;
  }
  .hensou_square_img{
    display: flex;
    justify-content: space-between;
    margin: 1em 0 0;
  }
  .hensou_square_img div{
    width: 48%;
  }
  .hensou_square::before{
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -40px;
    border: 40px solid transparent;
    border-bottom: 50px solid #ddd;
  }
  .hensou_img_wrap img{
    margin-bottom: 0.5em;
  }
  .hensou_img_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 85%;
    margin: 1em auto 1em 0;
  } 
 
  .hensou_img_wrap img{
    max-width: 48%;
  }
  .return_text_title{
    width: 97%;
    font-weight: 600;
    margin: 0 0 0.5em;
    font-size: 2.2vw;
    border-bottom: dotted 2px #D6D6D6;
  }
  .flow_btn {
    width: 60%;
    margin: 1em 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
    border: #083449 1px solid;
    border-radius: 30px;
    padding: 2px 0 2px 0;
}
  .flow_btn a{
    color: #083449;
    display: block;
    text-align: center;
    
  }
  .flow_btn_icon {
    display: inline-block;
    float: right;
    padding: 5px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 50%;
    background: #083449;
    color: #FFF;
    top: 3px;
    position: relative;
}
  .fa-caret-right {
    font-size: 23px;
    position: absolute;
    right: 8px;
    top: 3px;
}
  .yamato_phone_flex{
    display: flex;
  }
  .yamato_phone_text{
/*    border-bottom: 1px solid #333;*/
    padding: 0.6em;
    font-weight:bold;
    font-size: 2vw;
  }
  .yamato_phone_number{
    padding: 0.8em;
  }
  .yamato_phone_number p{
    font-size: 3vw;
    font-weight: bold;
  }
/*
  .yamato_phone_number span{
    font-size: 2vw;
    color:#4d4d4d;
  }
*/
  
  .yamato_phone_flex{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 1.5em 0;
  }
  .yamato_phone_wrap{
    width: 49%;
/*    border: 1px solid #333;*/
    text-align: center;
    background: #fff;
  }
  .yamato_phone_text{
/*    border-bottom: 1px solid #333;*/
    padding: 20px 0 10px;
    font-weight: bold;
    font-size: 18px;
  }
  .yamato_phone_number{
    padding: 0 0 20px;
  }
  .yamato_phone_number p{
    font-size: 30px;
    font-weight: bold;
  }
  .request_box_flex{
   display: flex;
  justify-content: space-between;
    margin-top: 1.5em;
  }
  .request_box_flex .request_box{
    width: 49%;
  }
  .jp_phone_wrap{
    text-align: center;
    background: #fff;
    margin: 1.5em 0;
  }
  .jp_caution{
    display: inline-block;
    color:#da1449;
    padding-top: 10px;
  }
  #tabView9 .request_box_flex > div:nth-child(2){
    height: 50%;
  }
  
  .return_title span{
    display: block;
    background-color: #083449;
    color: #fff;
    width: 10%;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    padding: 3px 0;
    margin-bottom: 5px;
  }
   .carrier_title{
    display: inline-block;
    border: solid 1px #083449;
    color: #083449;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    padding: 5px 20px;
    margin-bottom: 12px;
  }
  .carrier_caution_wrap{
    border: 1px solid #da1449;
    width: 95%;
    margin: 40px auto 60px;
  }
  .carrier_caution_title{
    background: #da1449;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
  }
  .carrier_caution_wrap p{
    color: #da1449;
    font-weight: bold;
    text-align: center;
    padding: 15px 0 15px;
    border-bottom: 1px solid #da1449;
    margin-bottom: 40px;
  }
  .carrier_hensou_flex{
    display: flex;
    justify-content: space-around;
    padding-bottom: 30px;
  }
  .carrier_hensou_item:nth-child(1){
    width: 40%
  }
  .carrier_hensou_item:nth-child(2){
    width: 30%
  }
  .hensou_item_yamato{
    margin-bottom: 45px;
  }
  .hensou_wrap{
     padding: 30px 0 35px 0;   
  }
  .request_box{
    background-color: #f0f0f0;
    padding: 20px;
  }
  
/*---------------------------
  ▼▼ 着付け方
-----------------------------*/
  .kitsuke_base {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 1em 0 0;
}
  .kitsuke_box {
    width: 24%;
    position: relative;
    margin: 10px auto;
    text-align: left;
}
  .img_box {
    border: 1px solid #d4d4d4;
    padding: 10px;
    box-sizing: border-box;
}
  .howto_kitsuke *, .howto_kitsuke *:before, .howto_kitsuke *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
  .kitsuke_no {
    position: absolute;
    left: -5px;
    top: -10px;
    font-size: 18px;
    border-radius: 50%;
    background-color: #ed7979;
    color: #fff;
    width: 2em;
    line-height: 2em;
    text-align: center;
}
  .kitsuke_text {
    font-size: 15px;
    color: #4d4d4d;
    width: 95%;
    margin: 5px auto;
    display: block;
}
.kitsuke_base::after {
    content: "";
    display: block;
    width: 24%;
}
  .contents_box{
    margin: 2em 0 3em;
  }
  .video {
    width: 80%;
    margin: 30px auto 30px;
    display: block;
}
  
  
/*---------------------------
  ▼▼ 袴セット・男まとめページ
-----------------------------*/
  .hakama_btn_wrap , .mens_btn_wrap{
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    margin: 2em 0 4em;
  }
  .hakama_btn_wrap::after{
    content: "";
    display: block;
    flex: 0 0 30%;
    margin: 0 0.5% 1%;
  }
  .hakama_btn_item{
    flex: 0 0 30%;
    margin: 0 0.5% 1%;
  }
  .mens_btn_item{
    flex: 0 0 45%;
    margin: 0 0.5% 1%;
  }
  .hakama_btn_item a img , .mens_btn_item a img{
    border:1px solid #eee;
    box-sizing: border-box;
  }
  .text_center{
    text-align: center;
  }
  
  
}


@media screen and (min-width: 1025px), print, tv{
  .category_wrap{
    justify-content: flex-start;
  }
  .category_wrap a{
    width: 23.8%;
  }
  .main_contents {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
  .section_wrap{
    width: 98%;
    margin: 0 auto;
  }
  .process_item{
    padding: 5em 0 0;
  }
  .process_item:last-of-type{
    padding-bottom: 5em;
  }
   .process_item_inner{
    padding: 4em 0 0;
  }
  .content_title_info{
    margin-bottom: 1.5em;
  }
   p.ruby{
    margin: -10px auto 80px;
  }
  p.ruby:before {
    color: #083449;
}
  .page_title h2{
    color: #083449;
  }
  
/*---------------------------
  ▼▼ ページ内リンク
-----------------------------*/
  .link_wrap{
    display: flex;
    justify-content: space-around;
    margin: auto;
  }
  .link_wrap_3item .p_link{
    width: 30%;
  }
    .p_link {
    font-family: source-han-serif-japanese, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #4D4D4D;
    letter-spacing: 1.5px;
    background: #eee;
    width: 23%;
    margin: 0 auto 0.8em;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    position: relative;
}
  .p_link a {
    display: block;
    padding: 11px 0;
}
  .flow_btn_icon_phone {
    display: inline-block;
    float: right;
    padding: 0.1em;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #FFF;
    color: #4D4D4D;
    right: 15px;
    top: -3px;
    position: relative;
}
  .flow_btn_icon_phone .fa-caret-down {
    font-size: 24px;
    position: absolute;
    left: 10px;
    top: 5px;
}
  .link_text{
    display: inline-block;
    width: 55%;
    margin-left: 32.5%;
    position: absolute;
  }
  
/*---------------------------
  ▼▼ 商品が届いたら…
-----------------------------*/
  .underline{
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFDFDF 0%) repeat scroll 0 0;
  }
  .lead_list_wrap{
    display: flex;
    justify-content: space-between;
    margin: 2em auto 0 0;
  }
  .lead_list{
    width: 45%;
    background-color: #EFEFEF;
    color:#4D4D4D;
    padding: 1.8em 1em;
    line-height: 1.8;
    align-items: center;
  }
  .lead_text{
    font-weight: bold;
  }
  .return_inner{
    width: 98%;
    margin: 0 auto 3em;
  }
  .lead_phone_wrap{
    width: 48%;
    border:1px solid #4D4D4D;
    padding: 1em 1.2em;
    align-items: center;
    text-align: center;
  }
  .lead_phone_wrap li{
    padding-bottom: 0.3em;
    color:#4D4D4D;
  }
  .lead_phone_wrap li:last-of-type{
    padding-bottom: 0;
  }
  .lead_phone{
    font-size: 30px;
    font-weight: bold;
  }
  .lead_phone p{
    text-align: center;
    line-height: 1.5;
  }
  /* 着用時の注意 */
  .caution_box{
    display: flex;
    justify-content: space-between;
  }
  .caution_item{
    border: 3px solid #083449;
    width: 41%;
    padding: 1.5em 2.5em;
  }
  .caution_item .caution_title{
    text-align: center;
  }
  .caution_title{
    font-family: source-han-serif-japanese, sans-serif;
    color: #083449;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 1em;
  }
  .caution_item img{
    display: block;
    margin: auto;
    margin: 0 auto 1.5em;
  }
  .caution_bg{
    background-color: #EFEFEF;
    color: #4D4D4D;
    padding: 1.8em 1em;
    line-height: 1.8;
    width: 70%;
    margin: 1.5em 0;
  }
  
/*---------------------------
  ▼▼ セット内容
-----------------------------*/
  .set_wrap_pc{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 2em auto 0 0;
  }
  .set_img {
    width: 40%;
    margin-right: 2%;
}
  .set_border img {
    border: 1px #dddddd solid;
    width: 100%;
}
  .set_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    width: 85%;
    justify-content: flex-start;
    color: #4D4D4D;
}
  .set_border{
    position: relative;
  }
  .column2_set_item{
    flex: 0 0 18%;
    margin: 0 .7% 2%;
    position: relative;
}
  .column1_set_item{
    flex: 0 0 13%;
    margin: 0 .5% 2%;
    position: relative;
  }
  .set_pre {
    display: inline-block;
    position: relative;
    width: 100%;
    bottom: 3em;
    left: 0;
    background: rgba(255, 255, 255, 0.6);
    padding: 3px;
    border-radius: 5px;
    color: #4D4D4D;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
}
  .set_pre_ubugi{
    font-size: 14px;
  }
  .set_pre_menskimono{
    bottom: 30%;
  }
  .set_wrap p {
    width: 100%;
  }
  
/* チェックボックス */
.check_item{
    cursor: pointer;
  }
.checkbox-wrap {
  display: block;
  position: relative;
  padding-left: 1.8em;
  margin-bottom: 0.3em;
  font-size: 15px;
  user-select: none;
}
.checkbox-wrap input {
  display: none;
}
.checkbox-wrap .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: #EFEFEF;
  box-sizing: border-box;
}
/* チェックマーク */
.checkbox-wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: 2px solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkbox-wrap input:checked + .checkmark {
  background-color: #083449;
}
.checkbox-wrap input:checked + .checkmark:after {
  display: block;
}
.checked_wrap{
  position: relative;
  font-size: 14px;
  left: 5px;
  padding-right: 2em;
}
.checked{
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  box-sizing: border-box;
  background-color: #083449;
}
 .checked_wrap .checked::after{
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: 2px solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/* チェックボックスここまで */
  
/*タブメニュー*/
.tab-content{
  margin: 45px auto;
  }
.tab-content input[type="radio"] {
	display: none;
}
.tab-content input[type="radio"]:checked + .tab-item {
	background-color: #083449;
  border: 0px solid #083449;
  color: #fff;
}
.tab_wrap label{
  cursor: pointer;
  }
.tab-content .tab-box {
	width: 100%;
	height: auto;
	margin: 0 auto 1em auto;
	box-sizing: border-box;
	background-color: #ffffff;
}
.tab-content > .tab-box > div {
	display: none;
}
#tab1:checked ~ .tab-box > #tabView1 {
	display: block;
	width: 100%;
}
#tab2:checked ~ .tab-box > #tabView2 {
	display: block;
	width: 100%;
}
#tab3:checked ~ .tab-box > #tabView3 {
	display: block;
	width: 100%;
}
#tab4:checked ~ .tab-box > #tabView4 {
	display: block;
	width: 100%;
}
#tab5:checked ~ .tab-box > #tabView5 {
	display: block;
	width: 100%;
}
#tab6:checked ~ .tab-box > #tabView6 {
	display: block;
	width: 100%;
}
#tab7:checked ~ .tab-box #tabView7 {
	display: block;
	width: 100%;
}
#tab8:checked ~ .tab-box #tabView8 {
	display: block;
	width: 100%;
}
#tab9:checked ~ .tab-box #tabView9 {
	display: block;
	width: 100%;
}
.tab-item {
  width: 46%;
  padding: 10px 0;
  margin: 15px;
  color: #323232;
  font-size: 16px;
  background-color: #eee;
  text-align: center;
  text-decoration: none;
  border-radius: 25px;
  border: 1px solid #ddd;
  display: inline-block;
  box-sizing: border-box;
}
  .tab-item_return{
    cursor: pointer;
    border-radius: 0px;
    margin: 0;
    width: 33%;
  }
/*
  .tab-wrap {
    display: flex;
  }
*/
/*タブメニューここまで*/
  
  .set_a{
    border-bottom: 1px solid #444;
  }
/*---------------------------
  ▼▼ ご返却方法
-----------------------------*/
/* 着物の畳み方 */
  .tatamikata_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .tatamikata_item{
    flex: 0 0 24%;
  }
  
  .return_inner{
    width: 98%;
    margin: 0 auto 3em;
  }
  .return_inner:last-of-type{
    margin-bottom: 0;
  }
  .return_list{
    border:1px solid #4D4D4D;
    margin: 1.5em auto 0;
    padding: 1em 0.8em;
  }
  .return_list li{
    padding-bottom: 0.3em;
    color:#4D4D4D;
  }
  .return_list li:last-of-type{
    padding-bottom: 0;
  }
  .column1_set_wrap{
    width: 100%;
    margin: 2em auto 0;
  }
  .kiyaku_link{
    border-bottom: 1px solid #4D4D4D;
  }
  .process_title_info{
    background: #eee;
    color: #333333;
    padding: 10px 0;
    width: 100%;
    margin: 1em auto 2em;
  }
  .return_title{
    padding-bottom: 0.3em;
    margin-bottom: 1em;
    border-bottom: 1px #D6D6D6 solid;
    display: block;
    color: #083449;
    font-size: 21px;
    font-family: source-han-serif-japanese, sans-serif;
    font-style: normal;
    font-weight: 800;
    clear: both;
  }
  .return_title span{
    display: block;
    background-color: #083449;
    color: #fff;
    width: 10%;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    padding: 3px 0;
    margin-bottom: 5px;
  }
   .carrier_title{
    display: inline-block;
    border: solid 1px #083449;
    color: #083449;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    padding: 5px 20px;
    margin-bottom: 12px;
  }
  .carrier_caution_wrap{
    border: 1px solid #da1449;
    width: 95%;
    margin: 40px auto 60px;
  }
  .carrier_caution_title{
    background: #da1449;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
  }
  .carrier_caution_wrap p{
    color: #da1449;
    font-weight: bold;
    text-align: center;
    padding: 20px 0 20px;
    border-bottom: 1px solid #da1449;
    margin-bottom: 40px;
  }
  .carrier_hensou_flex{
    display: flex;
    justify-content: space-around;
    padding-bottom: 30px;
  }
  .carrier_hensou_item:nth-child(1){
    width: 35%
  }
  .carrier_hensou_item:nth-child(2){
    width: 30%
  }
  .hensou_item_yamato{
    margin-bottom: 45px;
  }
  .hensou_wrap{
     padding: 30px 0 35px 0;   
  }
  .request_box{
    background-color: #f0f0f0;
    padding: 10px 40px 20px 40px;
    margin: 0 0 30px 0;
  }
  .hensou_img_wrap_wide{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85%;
    margin: 2em auto 3em;
  }
  .hensou_img{
    width: 40%;
  }
  .hensou_img img {
    margin-bottom: 5px;
}
  .hensou_square{
    border: 10px solid #ddd;
    padding: 2em 0;
    width: 46%;
    text-align: center;
    position: relative;
  }
  .hensou_square::before{
    content: "";
    position: absolute;
    top: 40%;
    right: 100%;
    border: 40px solid transparent;
    border-right: 50px solid #ddd;
  }
  .hensou_square img{
    width: 75%;
    margin: 2% auto;
  }
  .hensou_img_wrap img{
    margin-bottom: 0.5em;
  }
  .hensou_img_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 70%;
    margin: 10px 0;
  }  
  .hensou_img_wrap img{
    max-width: 48%;
  }
  .return_text_title{
    font-weight: 600;
    margin: 1em 0 0.5em;
    font-size: 18px;
    border-bottom: dotted 2px #D6D6D6;
  }
  .flow_btn {
    width: 40%;
    margin: 1em 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
    border: #083449 1px solid;
    border-radius: 30px;
    padding: 2px 0 2px 0;
}
  .flow_btn a{
    color: #083449;
    display: block;
    text-align: center;
    font-size: 16px;
    
  }
  .flow_btn_icon {
    display: inline-block;
    float: right;
    padding: 5px;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    border-radius: 50%;
    background: #083449;
    color: #FFF;
    top: 2px;
    position: relative;
}
  .fa-caret-right {
    font-size: 23px;
    position: absolute;
    right: 8px;
    top: 3px;
}
  .yamato_phone_flex{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 1.5em 0;
  }
  .yamato_phone_wrap{
    width: 49%;
/*    border: 1px solid #333;*/
    text-align: center;
    background: #fff;
  }
  .yamato_phone_text{
/*    border-bottom: 1px solid #333;*/
    padding: 20px 0 10px;
    font-weight: bold;
    font-size: 18px;
  }
  .yamato_phone_number{
    padding: 0 0 20px;
  }
  .yamato_phone_number p{
    font-size: 30px;
    font-weight: bold;
  }
  .request_box_flex{
   display: flex;
  justify-content: space-between;
  }
  .request_box_flex .request_box{
    width: 49%;
  }
  .jp_phone_wrap{
    text-align: center;
    background: #fff;
    margin: 1.5em 0;
  }
  .jp_caution{
    display: inline-block;
    color:#da1449;
    padding-top: 10px;
  }
  #tabView9 .request_box_flex > div:nth-child(2){
    height: 50%;
  }
  
/*---------------------------
  ▼▼ 着付け方
-----------------------------*/
  .kitsuke_base {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2em 0 2em;
}
  .kitsuke_box {
    width: 24%;
    position: relative;
    margin: 10px auto;
    text-align: left;
}
  .img_box {
    border: 1px solid #d4d4d4;
    padding: 10px;
    box-sizing: border-box;
}
  .howto_kitsuke *, .howto_kitsuke *:before, .howto_kitsuke *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
  .kitsuke_no {
    position: absolute;
    left: -5px;
    top: -10px;
    font-size: 18px;
    border-radius: 50%;
    background-color: #ed7979;
    color: #fff;
    width: 2em;
    line-height: 2em;
    text-align: center;
}
  .kitsuke_text {
    font-size: 15px;
    color: #4d4d4d;
    width: 95%;
    margin: 5px auto;
    display: block;
}
  .kitsuke_base::after {
    content: "";
    display: block;
    width: 24%;
}
  .contents_box{
    margin: 2em 0 3em;
  }
  .howto_img {
    width: 90%;
    margin: auto;
}
 .video {
    width: 73%;
    margin: 4em auto 2em;
    display: block;
}

/*---------------------------
  ▼▼ 袴セット・男まとめページ
-----------------------------*/
  .hakama_btn_wrap , .mens_btn_wrap{
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    margin: 2em 0 4em;
  }
  .hakama_btn_wrap::after{
    content: "";
    display: block;
    flex: 0 0 30%;
    margin: 0 0.5% 1%;
  }
  .hakama_btn_item{
    flex: 0 0 30%;
    margin: 0 0.5% 1%;
  }
  .hakama_btn_item a img{
    border:1px solid #eee;
    box-sizing: border-box;
  }
  .text_center{
    text-align: center;
  }
  
  
}


























