@charset "utf-8";
/* default */
@import url(https://fonts.googleapis.com/css?family=Cinzel|M+PLUS+1p:700&display=swap);
@import url("/css/usr/shared/responsive/lightbox.min.css");
@import url("/css/usr/nv/bootstrap-grid.css");

.gakusouWrap{
 /*letter-spacing: .1em !important;*/
}
.block-category-list--header, .block-category-list--promotion-freespace, .block-category-list--promotion-freespace{display: none; height:0;}
.block-category-list--comment{display: none; border-bottom: 0; height:0;}
.gakusouWrap .strng{
 font-weight: bold;
}
.gakusouLead{
 margin: 1em 0;
}
.credit{
 font-size: 14px;
 margin: 1em 0;
 text-align: right;
}
.gakusouWrap h2{
 color: #ac5283;
 font-size: 25px;
 margin: 1.5em 0;
 padding: 1.5em 0 1em;
 position: relative;
 text-align: center;
}
.gakusouWrap h2::before {
 position: absolute;
 bottom: -10px;
 left: calc(50% - 30px);
 width: 60px;
 height: 5px;
 content: '';
 border-radius: 10px;
 background: #ac5283;
}
/*ご注文の流れ*/
.nagare{
}
.nagare{
 background: rgba(172,82,131,0.05);
 padding: 0 1.5em 1em;
}
.nagare ol {
 counter-reset: my-counter;
 list-style: none;
 padding: 0;
 margin: 0;
}
.nagare ol li {
 font-size: 14px;
 line-height: 1.5;
 padding-bottom: 1.6em;
 padding-left: 30px;
 position: relative;
}
.nagare ol li:before {
 content: counter(my-counter);
 counter-increment: my-counter;
 background: #ac5283;
 border-radius: 50%;
 box-sizing: border-box;
 display: flex;
 justify-content: center;
 align-items: center;
 height: 23px;
 width: 23px;
 color: #ffffff;
 font-size: 100%;
 line-height: 1;
 position: absolute;
 top: 0;
 left: 0;
}
.nagare ol li span{
 color: #ac5283;
 display: block;
 font-size: 16px;
 font-weight: bold;
 padding-bottom: .4em;
}
.nagare ol li strong{
 color: #ac5283;
 font-weight: bold;
 text-decoration: underline;
}
.nagare .attention{
 background: #fff;
 margin: 1.5em 0;
 padding: 1em 1.2em;
}
.nagare .attention h3{
 margin-bottom: .5em;
}
.nagare .attention li{
 font-size: 14px;
 list-style: disc outside;
 margin-left: 1em;
 padding: .3em 0;
}
/*額の選び方ガイド*/
.guide{
 margin-bottom: 1.5em;
}
.guide ul{
 margin-bottom: 1.5em;
 margin-top: 1.5em;
}
.guide li p{
 font-size: 13px;
}
/*フレーム詳細*/
.products{
 margin-top: 3em;
 margin-bottom: 1.5em;
}
.products .col-sm-6,
.products .col-lg-4{
 border: 1px solid #dddddd;
 border-collapse: collapse;
 line-height: 1.5;
 margin: 0 -1px -1px 0;
 padding: 1em;
 position: relative; 
}
.products .col-sm-6 span.new,
.products .col-lg-4 span.new{
 background:#ac5283;
 color:#fff;
 font-size: 13px;
 line-height: 1.3;
 margin: 0;
 padding: .4em;
 position: absolute;
 text-align:center;
 right: 0;
 top: 0;
 height: 28px;
 width: 50px;
}
.products .name{
 font-weight: bold;
 margin-bottom: 1em;
}
.products img{
 margin-bottom: .5em;
}
.products .proID{
 display: inline-block;
 font-size: 14px;
 padding-left: 1em;
}
.products .cost{
 color: #666;
 font-size: 16px;
 font-weight: bold;
 margin-bottom: .8em;
}
.products .cost span{
 font-size: 12px;
 font-weight: normal;
 letter-spacing: 0;
}
.products .cost span.total{
 font-size: 14px;
 font-weight: normal;
}
.products .size{
 color: #666;
 font-size: 14px;
 letter-spacing: 0;
 margin-bottom: .8em;
}
.products .detail{
 font-size: 14px;
 letter-spacing: 0;
 margin-bottom: .8em;
}
.products .detail span{
 color: #ac5283;
 display: block;
 font-size: 16px;
 letter-spacing: 0.05em;
 margin-bottom: .4em;
}
.products a.tobuy{
 -moz-border-radius: 50px;
 -webkit-border-radius: 50px;
 border-radius: 50px;
 border: 1px solid #ac5283;
 color: #ac5283;
 display: block;
 font-size: 13px;
 margin: 1em .5em .6em;
 padding: .8em .3em;
 text-align: center;
 text-decoration: none;
}
.products a.tobuy:hover{
 background: #ac5283;
 border: 1px solid #ac5283;
 color: #fff;
 opacity: 1;
}
.products a.tobuy::after{
 content: "\00a0\f07a";
 font-family: "FontAwesome";
}
.products a.pdfDl{
 background: #ac5283;
 -moz-border-radius: 15px;
 -webkit-border-radius: 15px;
 border-radius: 15px;
 border: 1px solid #ac5283;
 color: #fff;
 display: block;
 font-size: 14px;
 margin: 2.5em auto 2em;
 padding: 1.4em .3em;
 -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .20);
 -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .20);
 box-shadow: 0 2px 2px rgba(0, 0, 0, .20);
 text-align: center;
 text-decoration: none;
 width: 90%; 
}
.products a.pdfDl span{
 display: none;
}
.products a.pdfDl:hover{
 background: #fff;
 border: 1px solid #ac5283;
 color: #ac5283;
 opacity: 1;
 text-decoration: none;
}
.products a.pdfDl::after{
 content: "\00a0\f1c1";
 font-family: "FontAwesome";
}
/*申込み・問い合わせ*/
.notes{
 margin-bottom: 1.5em;
}
.notes li{
 list: outside;
 margin-bottom: .8em;
 margin-left: 10px;
}
.notes li::before{
 color: #ac5283;
 content: "\f069";
 font-family: "FontAwesome";
 margin-left: -16px;
}
.moshikomi{
 font-size: 14px;
}
.moshikomi{
 background: #efefef;
 margin-bottom: 1.5em;
 margin-top: 3em;
 padding: 1.3em;
}
.moshikomi span{
 color: #333;
 font-weight: bold;
}
.moshikomi .tel{
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
 background: #999;
 border: 1px solid #999;
 color: #fff;
 display: block;
 font-size: 13px;
 margin: .8em 0 .6em;
 padding: .8em .3em;
 text-align: center;
 text-decoration: none;
}
.moshikomi .tel:hover{
 background: #fff;
 border: 1px solid #999;
 color: #999;
 opacity: 1;
}
.moshikomi .tel::before{
 content: "\f095\00a0";
 font-family: "FontAwesome";
}
.moshikomi .mail{
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
 background: #999;
 border: 1px solid #999;
 color: #fff;
 display: block;
 font-size: 13px;
 margin: .8em 0 .6em;
 padding: .8em .3em;
 text-align: center;
 text-decoration: none;
}
.moshikomi .mail:hover{
 background: #fff;
 border: 1px solid #999;
 color: #999;
 opacity: 1;
}
.moshikomi .mail::before{
 content: "\f0e0\00a0";
 font-family: "FontAwesome";
}
/* *******************************************************************　*/
/* *******************************************************************　*/
/* *******************************************************************　*/
@media print, screen and (min-width: 600px) {
}
/* *******************************************************************　*/
/* *******************************************************************　*/
/* *******************************************************************　*/
@media screen and (min-width: 768px){
a[href^="tel:"]{
 pointer-events: none;
}
.products a.pdfDl{
 margin: 2.5em auto 2em;
 width: 50%; 
}
}
/* *******************************************************************　*/
/* *******************************************************************　*/
/* *******************************************************************　*/
@media screen and (min-width : 900px) {
.gakusouWrap h2{
 font-size: 30px;
}
.guide li p{
 font-size: 15px;
 text-align: center;
}
.products a.tobuy{
 font-size: 15px;
}
.products a.pdfDl{
 font-size: 15px;
}
.moshikomi span{
 font-size: 18px;
}
}
/* *******************************************************************　*/
/* *******************************************************************　*/
/* *******************************************************************　*/
@media screen and (min-width : 1024px) {
.gakusouWrap h2{
 font-size: 35px;
}
}