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

@media screen and (min-width: 768px) {
    .title_vline_03 {
        margin-bottom: 40px;
    }
}

.title_bg_01 span.label{
  background-color: #fff;
  color: #131b38;
  font-size: 16px;
  font-weight: 400;
  padding: 0.4em 1em;
  border-radius: 4px;
}
.title_bg_01 span strong{
  font-size: 18px;
}
.title_bg_01 span.label strong{
  color: #e6960b;
}
.guide .title_bg_01{ margin-bottom: 30px; }
.price .title_bg_01{ margin-top: 50px; margin-bottom: 20px; }
.design .title_bg_01{ margin-top: 50px; }
.lineup .title_bg_01{ margin-top: 50px; }

.title_blue_bold{
  color: #152c81;
  font-weight: 700;
}

@media screen and (max-width: 499px) {
  .title_bg_01.sp_flex{
    display: flex;
    flex-direction: column;
    align-content: space-between;
  }
  .title_bg_01 span.label{
    align-self: flex-end;
    margin-top: 15px;
  }
}
@media screen and (min-width: 500px) {
  .title_bg_01 span.label{
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .title_bg_01 span.label{
    font-size: 18px;
  }  
  .title_bg_01 span strong{
    font-size: 22px;
  }
  .title_list_02::before {
    width: 10px;
    height: 10px;
    top: 14px;
  }
}

@media screen and (max-width: 767px) {
  .title_blue_bold {
    margin-bottom: 5px;
  }
  .tableWrap{
    overflow-x: auto;
    padding-bottom: 5px;
  }
  .tableWrap::-webkit-scrollbar {
    height: 3px;
  }
  .tableWrap::-webkit-scrollbar-track {
    background-color: #ebedf2;
  }
  .tableWrap::-webkit-scrollbar-thumb {
    background-color: #5e73bc;
  }
}

/*------------------------------
          名入れメニュー
------------------------------*/

.accordion{
  margin-top: 50px;  
}
.naire_nav {
  background: #e3ebfa;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .naire_nav {
    background: #f7f9fd;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 30px 15px;
  }
}
.naire_nav_ul {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .naire_nav_ul {
    display: block;
    padding: unset;
    width: calc(100% - 30px);
  }
}
.naire_nav_li {
  width: 180px;
  height: 50px;
  background-color: #fff;
  color: #152c81;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  border: 1px solid;
  border-radius: 4px;
  padding-left: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .naire_nav_li {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0em;
    padding-left: 20px;
  }
}
.naire_nav_li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .naire_nav_li a {
  }
}
.naire_nav_li + .naire_nav_li {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .naire_nav_li + .naire_nav_li {
    margin-left: 0px;
    margin-top: 10px;
  }
}

.top .naire_nav_li.top,
.hform .naire_nav_li.hform,
.cform .naire_nav_li.cform,
.envelope .naire_nav_li.envelope,
.service .naire_nav_li.service,
.order .naire_nav_li.order{
  background-color: #152c81;
  color: #fff;
  border: 1px solid #152c81;
}

.naire_nav.hform .naire_nav_li.hform .accordion-inner_02::after,
.naire_nav.cform .naire_nav_li.cform .accordion-inner_02::after{
  background: url("../../assets/images/icon/arrow-white-w10-h5.svg")
}
.naire_nav.hform .naire_nav_li.hform .accordion-content a,
.naire_nav.cform .naire_nav_li.cform .accordion-content a {
  color: #152c81;
}

.accordion-inner{
  margin: 0;
  padding: 15px 20px;
  font-size: 25px;
  border-left: 13px solid #152c81;
  background: #2f4c9c;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .accordion-inner {
    font-size: 15px;
    padding: 15px;
    border-left: unset;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
    position: relative;
  }
  .accordion-inner::after {
    position: absolute;
    background: url(https://www.hisago.co.jp/assets/images/icon/arrow-white-w10-h5.svg);
    content: "";
    width: 13px;
    height: 8px;
    right: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .accordion-inner.is-active:after {
    rotate: 180deg;
    top: 40%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .accordion-inner:hover{
    cursor: pointer;
  }  
  .accordion-content {
    display: none;
  }
}
.accordion-inner p {
    position: relative;
    font-weight: 700;
}


.accordion-inner_02 {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
.accordion-inner_02::after {
  position: absolute;
  background: url("../../assets/images/icon/arrow-nay-w10-h5.svg");
  content: "";
  width: 13px;
  height: 8px;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
}
.hform .naire_nav_li.hform .accordion-inner_02::after,
.cform .naire_nav_li.cform .accordion-inner_02::after{
  background: url("../../assets/images/icon/arrow-white-w10-h5.svg")
}
.accordion-inner_02.is-active:after {
  rotate: 180deg;
  top: 40%;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.accordion-inner_02 p {
  position: relative;
}

.naire_nav_accordion{
  position: relative;
  left: -11px;
  z-index: 10;
  width: 180px;
  background-color: #fff;
  padding: 10px 0;
  border: 1px solid #152c81;
  border-radius: 4px;
  direction: none;
}
.naire_nav_accordion li{
  background-color: #fff;
  padding: 10px;
}

.naire_nav_li:hover{
	cursor: pointer;
}
.naire_nav_li:hover .accordion-inner_02{
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .naire_nav_accordion{
    position: absolute;
    top: 50px;
    left: -1px;
    z-index: 10;
    width: calc( 100% + 2px );
  }
}

@media screen and (min-width: 768px) {
  .accordion-inner{
    display: none;
  }
  .accordion-content.js-open_02{
    display: none;
  }
  .naire_nav_li:hover .accordion-content.js-open_02{
    display: block;
  }
  .accordion-inner_02 {
    width: 170px;
  }
}


/*------------------------------
          トップ
------------------------------*/

.toplead_text{
  color: #152c81; 
  font-size: 14px;
  font-weight: 500;
  line-height: 1.67;
  margin-top: 20px;
}
.toplead_box{
  display: flex;
  justify-content: center;
  border: 1px solid #c7cad5;
  border-radius: 4px;
  padding: 20px;
  margin: 30px auto 0;
  font-size: 14px;
  line-height: 1.6;
}

.toplineup .title_vline_02{
  margin-bottom: 30px;
}
.toplineupBox{
  display: flex;
  column-gap: 40px;
  margin-bottom: 40px;
}
.toplineupBox .text{
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.toplineupBox .img{
  display: flex;
  justify-content: center;
}

.topfooter{
  display: flex;
  column-gap: 40px; 
}
.topfooter .col{
  background-color: #FFF;
}

@media screen and (max-width: 767px) {
  .toplineupBox{
    flex-direction: column;
  }
  .toplineupBox .col.text{
    order: 2;
  }
  .toplineupBox .col.img{
    order: 1;
    margin-bottom: 30px;
  }
  .toplineupBox .img img{
    max-width: 305px;
    width: 100%;
  }
  .topfooter{
    flex-direction: column;
  }
  .topfooter .col{
    width: 100%;
  }
  .topfooter .col:not(:last-of-type){
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .toplead_text{
    font-size: 18px;
  }
  .toplead_box{
    font-size: 16px;
  }
  .toplineupBox .col{
    width: calc( (100% - 40px) / 2 );
  }
  .toplineupBox .text{
    font-size: 16px;
  }
  .topfooter .col{
    width: calc( (100% - 40px) / 2 );
    padding: 40px;
  }
  .topfooter .title{
    font-size: 25px;
  }
  .topfooter .text{
    margin: 30px auto;
  }
}




/*------------------------------
          説明画像
------------------------------*/

.guide{
  margin: 50px auto;
}
.catch{
  color: #152c81;
  font-size: 15px;
  line-height: 1.8;
}
.color{
  display: inline-block;
  background-color: #e3ebfa;
  padding: 0.5em 1em;
  border-radius: 4px;
  margin-top: 0.4em;
  font-size: 15px;
}
.nouki{
  display: flex;
  justify-content: flex-end;
  margin: 30px auto 20px;
}
.nouki .bg{
  background-color: #152c81;
  border-radius: 9999px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 10px 15px;
  margin-bottom: 10px;
}
.nouki .sub{
  font-size: 13px;
  text-align: center;
}
.guide_img{
  display: flex;
  justify-content: center;
  margin: 20px auto 50px;
}

ul.optionList{
  margin-top: 20px;
  margin-left: 20px;
}
ul.optionList li{
  margin-bottom: 10px;
}
ul.optionList li a{
  color: #152c81;
  font-size: 16px;
  position: relative;
  padding-right: 20px;
}
ul.optionList li a::after{
  position: absolute;
  content: url("../../assets/images/icon/arrow-gray-w10-h5.svg");
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: 0;
  top: 4px;
}
ul.optionList li a.small{
  font-size: 13px;
}
ul.optionList li .option{
  display: inline-block;
  color: #E30012;
  font-size: 13px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .guide_img img{
    max-width: 345px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .catch, .color{
    font-size: 18px;
  }
  .nouki{
    margin-right: 40px;
  }
  .nouki .bg{
    font-size: 20px;
  }
  .nouki .sub{
    font-size: 14px;
  }
  .optionWrap{
    margin-right: 40px; 
    margin-left: 40px; 
  }
  ul.optionList li a{
    font-size: 18px;
  }
  ul.optionList li a.small{
    font-size: 15px;
  }
  ul.optionList li .option{
    font-size: 14px;
  }
}

/*------------------------------
          価格表
------------------------------*/

.kakaku_title{
  color: #152c81;
  font-size: 16px;
  margin-bottom: 10px;
}
.kakaku_title span{
  font-size: 0.9em;
  margin-top: 5px;
}
.lineupBox .scroll{
  margin-bottom: 10px;
}

.price .kakaku{
  padding: 0 20px;
}
.price .kakaku table{
  max-width: 610px;
}
.price .kakaku .kakaku_table tr td:not(:first-of-type){
  min-width: 72px;
}

.lineupBox .kakaku{
  margin-top: 50px;
}
.lineupBox .kakaku_table tr th.double,
.lineupBox .kakaku_table tr td.double{
  border-right: 4px double #c2cad5;
}
.lineupBox .kakaku_table tr th.double{
  min-width: 54px;
}

.kakaku_table{
  width: min-content;
}
.kakaku_table tr th,
.kakaku_table tr td{
  font-size: 15px;
  line-height: 1.15;
  vertical-align: middle;
  font-feature-settings: "palt";
  white-space: nowrap;
}
.kakaku_table tr th{
  background-color: #e3ebfa;
  white-space: nowrap;
}
.kakaku_table tr th:not(:last-of-type),
.kakaku_table tr td:not(:last-of-type){
  border-right:  1px solid #c2cad5;
}
.kakaku_table tr th,
.kakaku_table tr td:first-of-type{  
  padding: 15px 10px;
}
.kakaku_table tr td:not(:first-of-type){
  padding: 15px 5px;
}
.kakaku_table tr td:not(:first-of-type){
  text-align: center;
}
.kakaku ul{
  margin-top: 10px;
}
.kakaku ul li{
  font-size: 13px;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  .kakaku_title span{
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .kakaku_title{
    font-size: 18px;
  }
  .kakaku ul li{
    font-size: 14px;
  }
}



/*------------------------------
          デザイン一覧
------------------------------*/

.design .list{
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  padding: 0 20px;
}
.design .list a img{
  margin-bottom: 10px;
}
.design .list a{
  color: #065fd4;
  text-decoration: underline;
  line-height: 1.8;
  margin-bottom: 30px;
}
.design .list a img{
  max-width: 320px;
  width: 100%;
}
@media screen and (max-width: 499px) {
  .design .list{
    flex-direction: column;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  .design .list a{
    width: calc( (100% - 20px) / 2 );
  }
}

@media screen and (min-width: 768px) {
  .design .list a{
    width: calc( (100% - 60px) / 4 );
  }
}


/*------------------------------
          商品一覧
------------------------------*/

.lineupBox{
  display: flex;
  justify-content: space-between;
  border: 1px solid #c2cad5;
  margin-bottom: 50px;
}
.lineupBox:last-of-type{
  margin-bottom: 100px;
}
.lineupBox .col_L{
  text-align: center;
  padding: 40px 20px 20px;
}
.lineupBox .col_L img{
  margin: 0 auto;
}
.lineupBox .col_R{
  padding-bottom: 40px;
}
.lineupBox .title{
  background-color: #e3ebfa;
  color: #152c81;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  padding: 10px 20px 10px calc(20px + 3em);
  text-indent: -3em;
}
.lineupBox .title:not(:first-of-type){
  margin-top: 50px;
}
.lineupBox .inner{
  margin-right: 20px;
  margin-left: 20px;
}

.lineupBox .number tr td{
  font-size: 18px;
  font-weight: 700;
  margin: 30px 0 40px;
  padding: 10px;
}
.lineupBox .number tr:not(:first-of-type){
  border-bottom: 1px solid #c2cad5;
}
.lineupBox .number tr:nth-of-type(2){
  border-top: 1px solid #c2cad5;
}
.lineupBox .number tr:not(:first-of-type){
  border-left: 1px solid #c2cad5;
}
.lineupBox .number tr:not(:first-of-type) td{
  border-right: 1px solid #c2cad5;
}
.lineupBox .number tr:not(:first-of-type) td:first-of-type{
  background-color: #f5f5f5;  
}
.lineupBox .number .display_sp{
  display: none;
}

.lineupBox .type{
  background-color: #f5f5f5;
  color: #152c81;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 15px 10px 10px;
  border-radius: 4px;
  min-height: 42px;
}
.lineupBox .type strong{
  letter-spacing: 1px;
  font-size: 1.1em;
}
.lineupBox .type small{
  display: inline-block;
  font-feature-settings: "palt";
}
.lineupBox .type_seihon span{
  display: inline-block;
}
.lineupBox .type .type_inner{
  display: flex;
  align-items: center;
}
.lineupBox .icon{
  display: block;
  width: 50px;
  margin-right: 10px;
}
.lineupBox .type_seihon .icon{
  content: url("../images/icon_seihon.png");
}
.lineupBox .type_set .icon{
  content: url("../images/icon_set.png");
}
.lineupBox .type_set_block .icon{
  content: url("../images/icon_set_block.png");
}

.lineupBox .size{
  margin: 20px auto 30px;
}
.lineupBox .size p{
  margin-bottom: 15px;
}
.lineupBox .kiseihin p{
  font-size: 14px;
  line-height: 1.4;
}
.lineupBox .kiseihin p:first-of-type{
  font-weight: 700;
}

.lineupBox .hukusya{
  margin: 30px auto;
}

.lineupBox .seal{
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-top: 30px;
}
.lineupBox .seal .button{
  display: block;
  width: 200px;
  background-color: #152c81;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  padding: 12px 30px 14px 20px;
  cursor: pointer;
  position: relative;
}
.lineupBox .seal .button::after{
  content: "";
  background: url("../../assets/images/icon/arrow-white-w10-h5-2.svg");
  width: 8px;
  height: 13px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
}


@media screen and (max-width: 439px) {
  .lineupBox .title .exsp{
    display: block;
  }
}
@media screen and (min-width: 440px) {
  .lineupBox .title .exsp{
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .lineupBox .number .display_sp{
    display: block;
  }
  .lineupBox .seal{
    flex-direction: column;
    align-items: flex-start;
  }
  .lineupBox .seal .button{
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .lineupBox{
    flex-direction: column;
  }
  .lineupBox .col_L img{
    max-width: 460px;
    width: 100%;
  }
  .lineupBox .number {
    margin: 30px 0 40px;
  }
  .lineupBox .type{
    display: inline-block;
  }
  .lineupBox .hukusya img{
    max-width: 360px;
    width: 100%;
  }

}

@media screen and (min-width: 768px) {
  .lineupBox .col_L{
    width: 46%;
    padding: 40px;
  }
  .lineupBox .col_R{
    width: 54%;
  }
  .lineupBox .title{
    font-size: 22px;
  }
  .lineupBox .inner{
    margin-right: 40px;
    margin-left: 20px;
  }
  .lineupBox .number{
    width: 100%;
    margin: 30px auto 40px;
  }
  .lineupBox .number tr td{
    width: 50%;
    padding: 10px 20px;
    font-size: 22px;
  }
  .lineupBox .number.allmishin tr td{
    width: auto;
  }
  .lineupBox .type{
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .lineupBox .number.allmishin .display_sp{
    display: block;
  }
}

@media screen and (min-width: 1280px) {
  .lineupBox .col_L,
  .lineupBox .col_R{
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .naire_nav_li .display_md{
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
  .naire_nav_li .display_md{
    display: block;
  }
}
@media screen and (min-width: 1140px) {
  .naire_nav_li .display_md{
    display: none;
  }
}

/*------------------------------
          service.php
          サービス内容詳細
------------------------------*/

.serviceWrap{
  margin: 50px auto 100px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .serviceWrap{
    font-size: 16px;
  }
}
.serviceWrap section{
  margin-bottom: 50px;
}
.serviceWrap p{
  line-height: 1.6;
}

.note_01{
  margin-top: 10px;
}
.note_01 .note_01_item {
  font-size: 14px;
  padding-left: 1.2em;
  position: relative;
  line-height: 1.6;
  font-weight: 400;
}
.note_01 .note_01_item::after {
  position: absolute;
  content: "※";
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .note_01 .note_01_item {
    font-size: 13px;
  }
}

.service_color{
  margin-top: 20px;
}
.service_font_01,
.service_logo_01,
.service_logo_02{
  margin-top: 10px;
}

.servise_font_sample{
  margin-top: 10px;
}
.servise_font_sample li{
  display: inline-block;
  column-gap: 10px;
  margin-top: 10px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .service_color img,
  .service_font_01 img,
  .service_logo_01 img,
  .service_logo_02 img{
    max-width: 300px;
    width: 100%;
  }
  .servise_font_sample img{
    max-width: 224px;
    width: 100%;
  }
}

#servise_list_seal .kakaku_table tr td:first-of-type{
  text-align: center;
}


/*------------------------------
          order.php
          ご注文について
------------------------------*/

.orderWrap{
  margin: 50px auto 100px;
  font-size: 14px;
}

.ordersheet{
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  margin: 30px auto;
  border: 1px solid #c2cad5;
  border-radius: 4px;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .ordersheet{
    flex-direction: column;
  }
  .ordersheet .btn{   
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .orderWrap{
    font-size: 16px;
  }
  .ordersheet_01 .text{
    width: calc( 100% - 220px );
  }
  .ordersheet_01 .btn{
    flex-basis: 200px;
  }
  .ordersheet_02 .text{
    width: calc( 100% - 320px );
  }
  .ordersheet_02 .btn{
    flex-basis: 300px;
  }
}

.attentionBox{
  background-color: #f8dada;
  border-radius: 4px;
  padding: 30px;
  margin: 50px auto;
}
.attentionBox .heading{
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 10px;
}

.contactWrap__footer {
  background: #f2f7fd;
  margin-top: 30px;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .contactWrap__footer {
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
