@charset "utf-8";
/*************************
共通
*************************/
html {
  -webkit-overflow-scrolling: touch;
}
/* --------▼　MTのみ崩れる箇所の対策　▼-------- */
*, :after, :before, html , a {box-sizing:border-box;} 
figure {margin:0 0 1rem;}
h1, h2, h3, h4, h5, h6 {margin-top:0; margin-bottom:0.5rem;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {color:inherit; font-family:inherit; font-weight:500; line-height:1.1; margin-bottom:0.5rem;}
/* --------▲　MTのみ崩れる箇所の対策　▲-------- */

main .container {
  width: auto;
  max-width: inherit;
  height: auto;
  padding: 0;
}
body .orihica_main img {
  height: auto;
}
.container .breadcrumbs {
  padding: 12px;
}
.orihica_main p,
.orihica_main ul,
.orihica_main dl{
  line-height: 2;
   font-size: 13px;
  color: #333;
}
.orihica_main .topicModuleCol2__text {
  color: #333 !important;
}
.orihica_main a{
   font-weight: 600;
}
.orihica_main .button a:hover,
.saleList li .button02:hover,
.orihica_main .bnr:hover{
  opacity: .7;
   transition: 0.5s;
}
.orihica_main p+p{
   margin-top: 5px;
}
.orihica_main .tex-red{
   color: #c52729;
}
.orihica_main .emphasis{
   padding-left: 3px;
   line-height: 1.1;
   font-size: 1.5em;
}
.orihica_main .small, .orihica_main small{
   font-size: 75%;
   font-weight: bold!important;
}
.orihica_main ruby rt{
   padding-bottom: 3px;
   letter-spacing: 4px;
   text-align: center;
}


/* アンカーリンクとび先においてヘッダーが入る高さを考慮した上部の空白
　　※とび先の「id」が入っている箇所に下記classを追加してください*/
.orihica_main .anchorLink-margin {
  margin-top: -35px !important;
  padding-top: 35px !important;
}


/* メインビジュアル */
.orihica_main .mv .mv_img img {
  width: 100%;
  margin: 0 auto;
}

/* リード */
.orihica_main .border{
    width: 150px;
    border-top: 1px solid #ccc;
    margin: 23px auto 0;
}
.orihica_main .about {
  line-height: 2.3;
  margin: 0 0 50px;
  padding-top: 40px;
  font-size: 14px;
  text-align: center;
}
.orihica_main .lead_text {
  font-size: 16px;
  text-align: center;
}
.orihica_main .lead_text span {
  font-size: 24px;
   font-weight: bold;
}

/*.anchorLink01 */
.anchorLink01 {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   margin-top: 45px;
   font-size: 16px;
}
.anchorLink01 li {
   margin-bottom: 20px;
}
.anchorLink01 li a {
   position: relative;
   display: block;
   width: 215px;
   padding: 16px 0;
   border: 2px solid #00245d;
   color: #fff;
   background-color: #00245d;
   text-align: center;
}
.anchorLink01 li a::after {
   content: "";
   margin: auto;
   position: absolute;
   top: 0;
   bottom: 0;
   right: 10px;
   width: 7px;
   height: 7px;
   border-top: 1px solid #fff;
   border-right: 1px solid #fff;
   transform: rotate(135deg);
}
.anchorLink01 li a:hover {
   background: #fff;
   color: #00245d !important;
   transition: 0.5s;
}
.anchorLink01 li:hover a::after{
      border-top: 1px solid #00245d;
   border-right: 1px solid #00245d;
}

/*.anchorLink02 */
.anchorLink02 {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   margin: 40px auto 75px;
   font-size: 16px;
}
.anchorLink02 li a {
   position: relative;
   display: block;
   width: 430px;
   padding: 15px 50px 15px 30px;
   border: 2px solid #00245d;
   color: #fff;
   background-color: #00245d;
   text-align: center;
}
.anchorLink02 .anc-ladies a{
   border: 2px solid #e64e80;
   background-color: #e64e80;
}
.anchorLink02 li a::after {
   content: "";
   margin: auto;
   position: absolute;
   top: 0;
   bottom: 0;
   right: 25px;
   width: 9px;
   height: 9px;
   border-top: 1px solid #fff;
   border-right: 1px solid #fff;
   transform: rotate(135deg);
}
.anchorLink02 li a:hover {
   background: #fff;
   color: #00245d !important;
   transition: 0.5s;
}
.anchorLink02 .anc-ladies a:hover {
   color: #e64e80 !important;
}
.anchorLink02 li:hover a::after{
      border-top: 1px solid #00245d;
   border-right: 1px solid #00245d;
}
.anchorLink02 .anc-ladies:hover a::after{
   border-top: 1px solid #e64e80;
   border-right: 1px solid #e64e80;
}
/* 見出し */
.orihica_main h1 {
  margin-bottom: 0;  
}
.orihica_main h2 {
   line-height: 1.1;
   margin-bottom: 25px;
   padding: 5px 15px;
   border-left: 10px solid #00245d;
   color: #00245d;
   font-size: 25px;
   font-weight: bold;
}
.orihica_main h3 {
  line-height: 1.1;
  font-size: 20px;
  font-weight: bold;
}
#sec02 h3{
   margin-top: 40px;
}
.orihica_main .concept{
   margin-bottom: 20px;
   line-height: 1.5;
    letter-spacing: 1.5px;
}

/*ボタン*/
.button {
	max-width: 380px;
	margin: 40px auto 0;
	}
.button+.button{
   margin-top: 30px;
}
.button a,.button02 {
	position: relative;
	display: block;
	padding: 18px 20px;
	text-align: center;
	font-size: 13px;
	color: #fff;
	background-color: #00245d;
   line-height: 1.4;   
	}
.button a::after,.button02 span::after {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	}
.button02{
    margin: 20px 20px 0;
    padding: 10px 20px;
}
.button02 span::after{
   right: 14px;
}
#anc-ladies .button02{
   background-color: #e64e80;
}
/* コンテンツ */
.orihica_main .contents_inner {
  max-width: 900px;
  margin: 0 auto;
}
.bg{
   padding: 65px 0 60px;
   background-color: #f0f0f0;
}
section+section .section-margin,
.sec-inner+.sec-inner{
   margin-top: 90px;
}
.overview p{
   font-weight: bold;
   font-size: 14px;
}
.orihica_main .note{
	margin-top: 12px;
	font-size: 10px;
   font-weight: normal;
    line-height: 1.7;
}
.col2-img .note{
   text-align: right;
}
.col2{
   display: flex;
   justify-content: space-between;
}
.col2-img{
   width: 52%;
}
.col2-text{
   width: 42%;
}
#anc-ladies{
      margin-bottom: 80px;
}
.orihica_main .img {
   text-align: center;
}

/* 店舗情報 */
.info-list{
   margin-bottom: 30px;;
}
.info-list .info-list-item{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: row nowrap;
}
.info-list-title{
   width: 100px;
   font-weight: bold;
    flex-grow: 0;
    flex-shrink: 0;
}
.info-list .info-list-description.info-list-description_address{
       flex-grow: 1;
}
.info-list-item+.info-list-item{
   margin-top: 20px;
   padding-top: 20px;
   border-top:  1px solid #ccc;
   align-items: center;
}
#sec02 .col2{
   margin-bottom: 50px;
}

/* h3 */
#sec02 h3,#sec03 h3{
   margin-bottom: 15px;
   padding-bottom: 15px;
}
#anc-mens h3{
   color: #00245d;
   border-bottom: 4px solid #00245d;
}
#anc-ladies h3{
   margin-top: 80px;
   color: #e64e80;
   border-bottom: 4px solid #e64e80;
}
#sec02 h3{
   position: relative;
   border-bottom: 4px solid #c52729;
}
.Exp-icon{
   display: inline-block;
   position: absolute;
   content: "";
   right: 0;
   bottom: 0;
   background: #c52729;
   color: #fff;
   padding: 12px 10px 10px;
   font-size: 15px;
   line-height: 1.7;
   text-align: center;
}
/* お役立ちコンテンツ */
.orihica_main #useful_contents ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 140px;
    max-width: 850px;
}
#useful_contents ul li {
    max-width: 400px;
}
#useful_contents a {
    display: block;
}
.orihica_main .bnr{
   max-width: 380px;
   margin: 70px auto;
}
.icon a{
   position: relative;
}
.icon a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 45px;
  width: 17px;
  height: 17px;
   background: url("https://www.orihica.com/newopen_yumegaoka/240705/img/newopen_yumegaoka_search.png") ;
   background-size: 17px 17px;
}

/*saleList*/
.saleList {
   display: flex;
   flex-wrap: wrap;
   margin-top: 15px;
}
.saleList li{
   width: calc((100% / 3) - 15px);
   margin-right: 22px;
}
.saleList li:nth-child(3n){
   margin-right: 0;
}
.saleList li:nth-child(n+4){
   margin-top: 35px;
}
.saleList a:hover{
   box-shadow: none;
   transition: 0.5s;
}
.saleList a ,.no-link{
   display: flex;
   flex-direction: column;
   height: 450px;
   border-radius: 10px;
   background-color: #f0f0f0;
}
.saleList a{
   padding: 20px 8px 20px;
   box-shadow: 5px 5px 9px 0px rgba(0, 0, 0, 0.10);
}
.no-link{
   padding: 20px 8px 87px; 
}
.saleList-tx{
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   margin-bottom: 5px;
   text-align: center;
}
.orihica_main .saleList-name{
   display: flex;
   flex-grow: 1;
   margin: auto;
   font-size: 15px;
   align-items: center;
   line-height: 1.6;
}
.SpecialPrice-tx p,.saleList-tx p{
   font-size: 14px;
   font-weight: bold;
}
.orihica_main small{
   padding-top: 5px;
}
.SpecialPrice-tx .discount-price, .saleList-tx .discount-price,.saleList-tx .Regular-price{
   display: flex;
   margin: auto;
   color: #c52729;
   font-size: 24px;
   align-items: center;
   line-height: 1.5;
}
.saleList-tx .Regular-price{
   color: #333;
}
.saleList-tx .letter-spacing{
   letter-spacing: -0.5px;
}
.SpecialPrice-tx .red-box,.saleList-tx .red-box{
   margin-right: 10px;
   padding: 1px 6px;
   background-color: #c52729;
   color: #fff;
   font-size: 13px;
}
.SpecialPrice-tx .red-box{
	font-size: 15px;
}
.saleList li{
   position: relative;
}



/*SpecialPrice-area*/
.SpecialPrice-area{
   margin-top: 30px;
}
.SpecialPrice-box01,.SpecialPrice-box02{
  display: flex;
   justify-content: space-between;
}
.SpecialPrice-box01+.SpecialPrice-box01{
   margin-top: 40px;
}
.SpecialPrice-inner{
   width: 48%;
}
.SpecialPrice-name{
   font-size: 15px;
   font-weight: bold;
}
.SpecialPrice-area .button{
   margin-top: 10px;
   max-width: 100%;
}
   .SpecialPrice-img {
      margin-bottom: 15px!important;
   }
   

/* ORIHICAの便利なサービス */

.orihica_main .topServiceList{
   display:flex;
   flex-wrap:wrap;
   margin-top: 30px;
   margin-bottom: 90px;
}


/*************************
PC only
*************************/
@media screen and (min-width: 862px) {
  .orihica_main .sp {
    display: none;
  }
   .SpecialPrice-area .SpecialPrice-box01{
      align-items: center;
   }
       .topServiceList__item:not(:last-child) {
        margin-right: 8%;
    }
       .topServiceList__item {
        width: 28%;
    }
}


/*************************
tablet only
*************************/
@media screen and (max-width: 1232px) {

}

/*************************
SP only
*************************/
@media screen and (max-width: 861px) {
  .orihica_main .pc {
    display: none;
  }
  /* アンカーリンクとび先においてヘッダーが入る高さを考慮した上部の空白 */
	.orihica_main .anchorLink-margin {
    margin-top: -50px !important;
    padding-top: 50px !important;
	}
   
  /* リード */
  .orihica_main .about {
    margin-bottom: 12vw;
    padding-top: 30px;
  }
   .orihica_main .border{
       margin: 15px auto 0;
   }
   .orihica_main .lead_text{
        font-size: 3.7vw;
   }
   .orihica_main .lead_text span {
    font-size: 6.1vw;
      line-height: 1.3;
}
   
     /*.anchorLink01 */
   .anchorLink01 {
   width: 100%;
   margin: 35px auto;
   font-size: 13px;
	}
.anchorLink01 li {
	width: 49%;
	}
.anchorLink01 li a {
	width: 100%;
	padding: 15px 19px 15px 5px;
   font-size: 3.6vw;
	}
.anchorLink01 li a::after,
.anchorLink02 li a::after{
   right: 10px;
   width: 7px;
   height: 7px;
	}
   
  /* 見出し */
  .orihica_main h2 {
   margin-bottom: 20px;
   padding: 3px 10px;
   border-left: 7px solid #00245d;
   font-size: 6vw;
  }
  .orihica_main h3 {
   margin-bottom: 0;
   font-size: 5vw;
  }
   #anc-ladies h3{
      margin-top: 60px;
   }
      
   /*text-size*/
   .orihica_main p, .orihica_main ul, .orihica_main dlx{
      font-size: 3.4vw;
   }
   .Exp-icon{
       font-size: 3.8vw;
   }
   .saleList-tx p,.saleList-tx .Regular-price{
      font-size: 4.8vw;
   }
   .orihica_main .saleList-name{
     font-size: 10px;
   }
	.saleList-tx .discount-price{
		font-size: 18px;
	}
   .saleList-tx .red-box{
      font-size: 15px;
   }
	.SpecialPrice-tx .discount-price{
		font-size: 5.8vw;
		line-height: 1.3;
	}

  /* コンテンツ */
  .orihica_main .contents_inner,
  main .topicModuleBanner {
    padding: 0 16px;
    box-sizing: border-box;
  }
   section+section .section-margin {
    margin-top: 55px;
}
   .bg{
       padding: 55px 0;
   }
  .orihica_main .contents_inner {
    width: 100%;
  }
   .orihica_main p+p {
    margin-top: 10px;
}
   .col2{
      display: block;
   }
   .col2-img,.col2-text{
      width: auto;
   }
   .col2-text{
      margin-top: 30px;
   }
   #sec01 .col2 {
     display: grid;
   }
   #sec01 .col2 .col2-text{
      order: 2;
   }
   #sec01 .col2 .col2-img{
      order: 1;
   }
   .info-list-title{
      width: 18vw;
   }
   .info-list-item+.info-list-item{
    margin-top: 13px;
    padding-top: 13px;
   }
   .anchorLink02{
    margin: 30px 0 40px;
   }
   .anchorLink02 li{
      width: 49%;
   }
   .anchorLink02 li a{
   width: 100%;
   padding: 12px 18px 12px 11px;
   }
   .saleList{
      justify-content: space-between;
      margin-top: 20px;
   }
   .saleList li{
      width: calc((100% / 2) - 6px);
   }
   .saleList li{
      margin-right: 0;
   }
   .saleList li:nth-child(n+3){
      margin-top: 30px;
   }
   .saleList a,.no-link{
       height: 330px;
   }
   .no-link{
		 padding: 20px 8px 53px;
   }
   .saleList-tx{
      margin-bottom: 10px;
   }
   .SpecialPrice-tx .discount-price,.saleList-tx .discount-price{
      display: block;
   }
   .button {
	margin: 20px auto 0;
	}
   .button a, .button02{
      padding: 18px 20px 18px 10px;
   }   
   .button a::after, .button02 span::after{
      right: 15px;
   }
   .button02 {
   margin: 0;
   padding: 9px 9px 8px 4px;
   font-size: 2.8vw;
}
   .button02 span::after{
    width: 5px;
    height: 5px;
    right: 7px;
   }
   .SpecialPrice-tx .red-box,.saleList-tx .red-box{
       margin-right: 1vw;
}
   .saleList-tx .red-box {
    margin-right: 0px;
    padding: 1px 7px;
}
   .icon a::before{
    left: 24px;
   }
   .orihica_main .bnr{
    margin: 50px auto;
   }
   
   /*SpecialPrice-area*/
   .SpecialPrice-inner{
      width: auto;
   }
   .SpecialPrice-box01{
      display: block;
   }
   .sp-col2{
   display: flex;
   justify-content: space-between;
}
   .SpecialPrice-box02 .SpecialPrice-inner,
   .sp-col2 .SpecialPrice-inner{
      width: 44vw;
   }
   .SpecialPrice-area .button{
      margin-top: 15px;
   }
   .SpecialPrice-box02 .button a,
   .sp-col2 .button a{
     padding: 12px 19px 12px 5px;
   }
   .SpecialPrice-box02 .button,
   .sp-col2 .button{
      margin-top: 5px;
   }
   .SpecialPrice-box02 .SpecialPrice-name,
   .sp-col2 .SpecialPrice-name{
     line-height: 1.4;
   }
   .SpecialPrice-tx{
      margin: 20px auto 10px;
   }
   .SpecialPrice-box02 .SpecialPrice-tx,
   .sp-col2 .SpecialPrice-tx{
      margin: 0px auto 10px;
   }
   
   /* ORIHICAの便利なサービス */
   .orihica_main .topServiceList{
   margin-bottom: 30px;
}
.topServiceList__item{
      width:47%;
      margin-bottom:30px;
   }
   .topServiceList__item:nth-child(odd){
      margin-right:4%;
   }
   
   
     /* お役立ちコンテンツ */
    .orihica_main #useful_contents ul li + li {
        line-height: 1.3;
   }
   .SpecialPrice-box02+.SpecialPrice-box02,
   .sp-col2+.sp-col2{
      margin-top: 30px;
   }
}

