@charset "utf-8";
body{
  font-family: "Noto Sans JP", 'Trebuchet MS' , Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #232323;
  font-size: 14px;
}
.qMin {
  font-family: minion-pro, 'Rasa', "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fmin{
  font-family: minion-pro, 'Rasa', "Sawarabi Mincho", "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝","sans-serif",serif;
}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
a{
  color: #212121;
  text-decoration: none;
}
.aligncenter {
    display: block !important;
    margin: 0 auto !important;
}
.alignright { float: right !important; }
.alignleft { float: left !important; }
#primary article{
  padding: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px){
  .pc{
    display: none !important;
  }
  body{
    padding-top: 59px;
		padding-bottom: 72px;
    transition: 0.3s;
  }
  .spContentsHeaderBtn{
    text-align: center;
    padding: 15px 0;
    width: 320px;
    margin: 0 auto;
    display: table;
  }
  .spContentsHeaderBtn a{
    width: 150px;
    margin: 0px;
    display: table-cell;
    padding: 7px 7px 7px 33px;
    text-align: center;
    color: #FFF;
    font-family: minion-pro, 'Rasa', "Sawarabi Mincho", "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝","sans-serif",serif;
    font-size: 13px;
    vertical-align: middle;
    box-sizing: border-box;
    border: 3px solid #FFF;
    line-height: 120%;
  }
  .spContentsHeaderBtn a span{
    display: inline-block;
    font-size: 9px;
    font-weight: bold;
  }
  .spContentsHeaderBtn a.spHeaderBtn01{
    background: url(../img/common/sp_header_icon01.png?20200427) no-repeat 5px center #CB2A20;
    background-size: 30px 30px;
    font-weight: bold;
  }
  .spContentsHeaderBtn a.spHeaderBtn02{
    background: url(../img/sp_header_icon02.png?20200427) no-repeat 5px center #CB2A20;
    background-size: 30px 30px;
    font-weight: bold;
  }
  .normalTtl{
    text-align: center;
    font-size: 18px;
  font-family: "Noto Sans JP", 'Trebuchet MS' , Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.05em;
    border-bottom-width: thick;
    padding: 0 12px;
    margin: 70px auto;
  }
  .normalTtl span{
    font-size: 14px;
    display: block;
  }
  .shortTtl{
    margin: 20px 0 30px;
    text-align: center;
    display: block;
    font-size: 18px;
    font-style: normal;
  font-family: "Noto Sans JP", 'Trebuchet MS' , Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.05em;
    border-bottom-width: thick;
  }
  .subInner{
    width: 96%;
    margin: 0 auto;
  }
  /*header*/
  header{
    top: 0px;
    z-index: 90000;
    border-top: 2px #D8251E solid;
    border-bottom: 2px #D8251E solid;
    padding: 5px;
    position: fixed;
    width: 100%;
    background: #FFF;
    transition: 0.3s;
  }
  header .spMenu{
  }
  header .headerLogo{
    float: left;
  }
  .spMenuIcon{
    float: right;
    margin-right: 5px;
  }
  .headLine{
    height: 72px;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px 50px;
    text-align: center;
    background: #D5281D;
    z-index: 100000;
  }
  .headLine a{
    display: block;
    color: #FFF;
    text-decoration: underline;
    line-height: 160%;
  }
  .headLine a:hover{
    text-decoration: none;
  }
  .headLine .headlineClose{
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -15px;
  }
  
  /*nav*/
  nav{
    z-index: 10000;
    position: fixed;
    top: 58px;
    background: #CA2A1F;
    display: table;
    border-bottom: 1px #D8251E solid;
    width: 100%;
    transition: 0.3s;
  }
  nav .spIcons{
    margin: 6px 5px 3px;
  }
  nav .spIcons li{
    float: left;
    width: 32.33%;
    margin-right: 1.5%;
    text-align: center;
  }
  nav .spIcons li a{
    padding: 3px;
    display: block;
    background: #73161F;
  }
  nav .spIcons li:nth-child(3n){
    margin-right: 0;
  }
  nav .spWideTel a{
    display: block;
    text-align: center;
    background: #932123;
    padding: 3px;
    margin: 0 5px;
  }
  nav .spIconsBtn {
    margin: 10px 0;
  }
  nav .spIconsBtn li{
    float: left;
    width: 32.33%;
    margin-right: 1.5%;
    text-align: center;
  }
  nav .spIconsBtn li:nth-child(3n){
    margin-right: 0;
  }
  nav li.center{
    border-left: 1px #D8251E solid;
    border-right: 1px #D8251E solid;
  }
  .bottomClose div.closeBtn{
    background: url(../img/spbottom_close.png) no-repeat center left;
    background-size: 20px 20px;
    padding-left: 30px;
    height: 20px;
    color: #FFF;
    display: inline;
  }
  .bottomClose{
    margin: 20px auto 10px;
    text-align: center;
    font-size: 12px;
  }
  .spBtn{
    display: table;
    width: 100%;
    padding: 10px;
  }
  .spBtn li{
    display: table-cell;
    text-align: center;
  }
  .spNav{
    width: 100%;
    overflow: auto;
    height: 95vh;
    display: none;
  }
  .spNavFooter{
    text-align: center;
  }
  .spMenu .close{
    display: none;
  }
  .menuClose{
    display: none !important;
  }
  .spList{
    border-bottom: 1px solid #EB948E;
  }
  .spList li{
    display: block;
    float: left;
    width: 50%;
    box-sizing: border-box;
  }
  .spList li a{
    background: url(../img/splisticon.png) no-repeat center right;
    background-size: 20px 20px;
    display: block;
    border-top: 1px solid #EB948E;
    border-right: 1px solid #EB948E;
    padding: 8px 5px;
    color: #FFF;
    font-size: 12px;
  }
  .spList li a:nth-child(2n){
    border-right: 0;
  }
  .spList li span{
    display: block;
    border-top: 1px solid #EB948E;
    padding: 10px;
  }
  .spList li ul li a{
    border-top: none;
    padding-left: 20px;
  }
  .spList li.list{
    background:url(../img/sp_listbg_open.gif) right 8px no-repeat;
    background-size: 40px 20px;
  }
  .spList li.list li{
    display: none;
  }
  .spList li.open li{
    display: block !important;
  }
  .spList li.open{
    background:url(../img/sp_listbg_close.gif) right 8px no-repeat;
    background-size: 40px 20px;
  }
  
  
  /*cta*/
  .cta{
    background: url(../img/sp_cta_bg.png) no-repeat top center;
    background-size: 200px 85px;
    padding: 90px 20px 0;
    margin: 20px auto;
    box-sizing: border-box;
    text-align: center;
  }
  .cta h3{
    margin: 10px 0;
  }
  .cta .telArea{
    display: inline;
  }
  .cta .ctaReserveBtn{
    margin-top: 10px;
  }
  .cta a:hover img{
    opacity: 0.7;
    transition: 0.3s;
  }
  /*footer*/
  footer{
    background: #D5281D;
    padding: 15px 0 15px;
  }
  footer .inner{
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
  }
  footer .inner .pageTop{
    width: 42px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
  }
  footer .inner .pageTop a:hover img{
    opacity: 0.7;
  }
  footer .footerLinkLine{
    display: none;
  }
  footer .footerLinkLineLast{
    float: none;
    clear: both;
    margin-right: 15px;
    text-align: center;
  }
  footer .footerLinkLineLast .footerLinkInWap{
    float: none;
  }
  footer .footerLinkLineLast h3{
    margin-top: 20px;
  }
  footer .footerLinkLineLast li a{
    color: #FFF;
    font-size: 13px;
    text-decoration: none;
  }
  footer .footerLinkLineLast li a:hover{
    color: #FFF;
    font-size: 13px;
    text-decoration: underline;
  }
  footer .snsTtl{
    margin: 20px 0 10px;
    text-align: center;
    color: #FFF;
  }
  footer .snsIcon{
    text-align: center;
  }
  footer .snsIcon li{
    display: inline;
    margin: 10px;
  }
  /*copy*/
  #copy{
    background: #8C0000;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    padding: 10px 5px;
    height: 90px;
  }
  
  /* parts */
  .sInner{
    width: 1000px;
    max-width: 100%;
    margin: 0 auto 0px;
    box-sizing: border-box;
    padding: 10px 20px;
  }
  .oInner{
    width: 1000px;
    max-width: 100%;
    margin: 0 auto 0px;
    box-sizing: border-box;
    padding: 30px 10px;
  }
  .innerContent{
    padding: 50px 10px;
  }
  .borderTtl{
    position: relative;
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    font-family: 'Trebuchet MS' , Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    z-index: 1;
  }
  .borderTtl span{
    display: block;
    font-size: 18px !important;
    font-style: normal;
    letter-spacing: 0.05em !important;
    border-bottom-width: thick;
    font-family: "Noto Sans JP", 'Trebuchet MS' , Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  }
  .borderTtl .borderItem{
    height: 2px !important;
    box-sizing: content-box;
    border: 1px solid #000;
    display: block;
    width: 50px;
    margin: 10px auto 15px;
  }
  .borderTtlShop{

    position: relative;
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
  font-family: "Noto Sans JP", 'Trebuchet MS' , Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    z-index: 1;
  }
  .borderTtlShop span{
    display: block;
    font-size: 14px;
    font-style: normal;
    letter-spacing: 0.05em;
    border-bottom-width: thick;
  }
  .borderTtlShop .borderItem{
    height: 2px !important;
    box-sizing: content-box;
    border: 1px solid #000;
    display: block;
    width: 50px;
    margin: 10px auto 15px;
  }
  .shopListUi{
    display: none;
  }
  
  
  .spfooterMenu{
    background: #8C0000;
  }
  .spfooterMenu .footerOpenLink{
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 20px;
  font-family: "Noto Sans JP", 'Trebuchet MS' , Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .spfooterMenu li ul li ,.spfooterMenu li.drLink,.spfooterMenu span.spfooterLabel{
    padding: 10px;
    border-bottom: 1px solid #FFF;
    display: block;
  }
  .spfooterMenu li ul{
    display: none;
  }
  .spfooterMenu li{
    position: relative;
  }
  .spfooterMenu span,.spfooterMenu a{
    display: block;
    color: #FFF;
  }
  .spfooterMenu .closed{
    display: none;
  }
  .spfooterMenu .active .closed{
    display: block;
  }
  .spfooterMenu .active .plus{
    display: none;
  }
  .spfooterMenu .adress{
    color: #FFF;
    padding: 10px;
    margin-top: 20px;
    font-size: 12px;
  }
  /* cta */
  .entryCta{
    width: 100%;
    background: #EFEFEF;
    padding: 15px 10px;
    box-sizing: border-box;
    margin: 20px 0;
  }
  .entryCtaText{
    font-weight: bold !important;
    text-align: center;
    font-size: 13px;
  }
  .entryCtaText strong{
    font-size: 15px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold !important;
  }
  .spEntryCtaImg{
    float: left;
    max-width: 38%;
  }
  .entryCtaReserve{
    float: right;
    max-width: 58%;
    margin-bottom: 10px;
  }
  .entryCtaTel{
    float: right;
    max-width: 58%;
  }
  .ringBanner{
    margin: 5px 10px;
    text-align: center;
  }
  
  .redBtn a{
    background: url(../img/common/arw_right_white_sp.png) no-repeat center right #D5281D;
    background-size: 20px 16px;
    padding: 8px 10px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    border: 2px solid #FFF;
    display: inline-block;
    transition: 0.3s;
    background-position : right 5px top 48%;
  }
  .redBtn a:hover{
    background: url(../img/common/arw_right_white.png) no-repeat center right #D5281D;
    background-size: 20px 16px;
    background-position : right 0px top 48%;
  }
  .whiteBtn a{
    background: url(../img/common/arw_right_red_sp.png) no-repeat center right #FFF;
    background-size: 20px 16px;
    padding: 8px 10px;
    text-align: center;
    color: #D5281D;
    font-size: 16px;
    border: 2px solid #D5281D;
    display: inline-block;
    transition: 0.3s;
    background-position : right 5px top 48%;
  }
  .whiteBtn a:hover{
    background: url(../img/common/arw_right_red.png) no-repeat center right #FFF;
    background-size: 20px 16px;
    background-position : right 0px top 48%;
  }
  .footerSnsIcons{
    text-align: center;
    margin-bottom: 10px;
  }
  .footerSnsIcons h3{
    color: #FFF;
    margin-bottom: 10px;
  }
  .footerSnsIcons ul li{
    display: inline-block;
    margin: 0 10px;
    transition: 0.3s;
  }
  .footerSnsIcons ul li:hover{
    opacity: 0.7;
  }
  .bottomContentsLinks{
    margin:10px auto 0px;
  }
  .bottomContentsLinks .bcLinkBox{
    width: 48%;
    margin: 1%;
    float: left;
    transition: 0.5s;
  }
  .bottomContentsLinks .bcLinkBox:hover{
    opacity: 0.8;
  }
  #shop,.shopPSwap,#rings,.shopBtn{
    margin-bottom: 30px;
  }
	#ringRingList ul li a{
		display: block;
	}
	.catalogArea{
		width: 100%;
		margin: 0 auto 0px;
	}
	.catalogDl{
		border: 5px solid #F5EDED;
		padding: 25px;
		text-align: center;
		font-size: 16px;
		line-height: 180%;
		margin-bottom: 35px;
	}
	.catalogDl .afbtn{
		margin: 30px auto 0px;
	}
	.formArea .afbtn{
		margin-top: 40px;
	}
	.afbtn{
		text-align: center;
	}
	.afbtn a{
		display: inline-block;
		color: #FFF;
		background: -moz-linear-gradient(left, #D5281D, #75120F);
		background: -webkit-linear-gradient(left, #D5281D, #75120F);
		background: linear-gradient(to right, #D5281D, #75120F);
		padding: 12px 20px;
		border-radius: 50px;
		margin-top: 0px;
		transition: 0.3s;
		font-size: 16px;
		width: 90%;
	}
	.afbtn a:hover {
		opacity: 0.8;
	}
	.formArea .afbtn button{
		display: inline-block;
		color: #FFF;
		background: -moz-linear-gradient(left, #D5281D, #75120F);
		background: -webkit-linear-gradient(left, #D5281D, #75120F);
		background: linear-gradient(to right, #D5281D, #75120F);
		padding: 12px 20px;
		border-radius: 50px;
		margin-top: 0px;
		transition: 0.3s;
		font-size: 16px;
		border: none;
		margin-bottom: 20px;
		width: 68%;
	}
	.afbtn button:hover {
		opacity: 0.8;
	}
}

@media screen and (min-width: 769px) and (max-width: 999px) {
  .sp{
    display: none !important;
  }
  .normalTtl{
    text-align: center;
    font-size: 25px;
  font-family: "Noto Sans JP", 'Trebuchet MS' , Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.05em;
    border-bottom-width: thick;
    padding: 0 12px;
    margin: 70px auto;
  }
  .normalTtl span{
    font-size: 18px;
    display: block;
  }
  .shortTtl{
    margin: 50px 0 70px;
    text-align: center;
    display: block;
    font-size: 25px;
    font-style: normal;
  font-family: "Noto Sans JP", 'Trebuchet MS' , Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.05em;
    border-bottom-width: thick;
  }
  .subInner{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  
    /*inner*/
  .inner{
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
  }
  
  /* body */
  body{
  }
  
  /*header*/
  header{
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 10px;
  }
  header .headerBtn{
    margin-right: 10px;
    width: 100%;
    text-align: right;
		margin-bottom: 10px;
  }
  header .headerBtn a:hover img{
    opacity: 0.7;
  }
  header .headerBtn li{
    display: inline-block;
    padding-right: 8px;
  }
  header .headerLogo{
    text-align: center;
    margin: 3px 0 20px;
  }
  .headLine{
    padding: 20px 50px;
    text-align: center;
    background: #D5281D;
    position: relative;
    padding-bottom: 15px;
  }
  .headLine a{
    display: block;
    color: #FFF;
    text-decoration: underline;
  }
  .headLine a:hover{
    text-decoration: none;
  }
  .headLine .headlineClose{
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -20px;
  }
  
  /*nav*/
  nav{
    width: 820px;
    margin: 0 auto 0px;
  }
  nav li{
    float: left;
    padding-bottom: 20px;
  }
  nav li a:hover img{
    opacity: 0.7;
  }
  
  /*ringNav*/
  .ringNav{
    background: #BF0000 url(../img/ring_nav_bg.gif) no-repeat 120px 0;
    width: 760px;
    margin: 0 auto;
    position: absolute;
    /*top: 148px;*/
    top: 219px;
    left: 50%;
    margin-left: -380px;
    z-index: 9999;
    padding: 20px;
    box-sizing: border-box;
    display: none;
    font-family: minion-pro, 'Rasa', "Sawarabi Mincho", "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝","sans-serif",serif;
    font-weight: bold !important;
    color: #FFF;
    line-height: 180%;
  }
  .ringNav .ringMenu li a{
    color: #FFF;
    opacity: 0.85;
    font-size: 13px;
  }
  .ringNav .ringMenu li a:hover{
    opacity: 1;
  }
  .ringNav .ringMenu,.ringNav .ringInfo,.ringNav .ringImg,.ringNav .readArea{
    float: left;
  }
  .ringNav .ringMenu{
    border-right: 2px solid #CF4040;
    padding: 20px 0;
  }
  .ringNav .ringMenu li{
    margin: 3px 0;
    float: none;
    padding-bottom: 0;
  }
  .ringNav .ringInfo{
    margin-left:25px;
  }
  .ringNav .readArea{
    padding: 20px 0;
    margin-right: 10px;
  }
  .ringNav .ringImg{
  }
  .ringRead{
    width: 270px;
  }
  .ringRead p{
    font-size: 14px;
  }
  .blogNav{
    background: #BF0000 url(../img/ring_nav_bg.gif) no-repeat 650px 0;
    width: 760px;
    margin: 0 auto;
    position: absolute;
    /*top: 148px;*/
    top: 219px;
    left: 50%;
    margin-left: -380px;
    z-index: 9999;
    padding: 20px;
    box-sizing: border-box;
    display: none;
    font-family: minion-pro, 'Rasa', "Sawarabi Mincho", "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝","sans-serif",serif;
    font-weight: bold !important;
    color: #FFF;
    line-height: 180%;
  }
  .blogNav .blogMenu li a{
    color: #FFF;
    opacity: 0.85;
  }
  .blogNav .blogMenu li a:hover{
    opacity: 1;
  }
  .blogNav .blogMenu,.blogNav .blogInfo,.blogNav .blogImg,.blogNav .readArea{
    float: left;
  }
  .blogNav .blogMenu{
    border-right: 2px solid #CF4040;
    padding: 10px 0;
    width: 500px;
  }
  .blogNav .blogMenu li{
    margin: 3px 20px 3px 0;
    padding-bottom: 0;
    float: left;
    width: 45%;
    box-sizing: border-box;
  }
  .blogNav .blogInfo{
    margin:0 25px 0;
  }
  .blogNav .readArea{
    padding: 20px 0;
    margin-right: 10px;
  }
  .blogNav .blogImg{
  }
  
  
  /*cta*/
  .cta{
    background: url(../img/cta_bg.png) no-repeat bottom right;
    margin: 40px auto 30px;
    width: 920px;
    max-width: 100%;
    padding: 0 10px 0;
    box-sizing: border-box;
  }
  .cta h3{
    margin: 10px 0;
  }
  .cta .telArea{
    display: inline;
  }
  .cta .ctaReserveBtn{
    margin-top: 10px;
  }
  .cta a:hover img{
    opacity: 0.7;
    transition: 0.3s;
  }
  
  /*footer*/
  footer{
    background: #D5281D;
    padding: 15px 0 50px;
  }
  footer .inner{
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  footer .inner .pageTop{
    position: fixed;
    right: 30px;
    bottom: 30px;
  }
  footer .inner .pageTop a:hover img{
    opacity: 0.7;
  }
  footer .footerLinkLine,footer .footerLinkLineLast{
    float: left;
    width: 19%;
    margin: 0 0.5%;    
  }
  footer .footerLinkLine h3,footer .footerLinkLineLast h3{
    margin: 20px 0 5px;
    color: #FFF;
    font-family: minion-pro, 'Rasa', "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 16px;
  }
  footer .footerLinkLine li a,footer .footerLinkLineLast li a{
    color: #FFF;
    font-size: 13px;
    text-decoration: none;
  }
  footer .footerLinkLine li a:hover,footer .footerLinkLineLast li a:hover{
    color: #FFF;
    font-size: 13px;
    text-decoration: underline;
  }
  footer .snsTtl{
    margin-top: 30px;
  }
  footer .snsIcon li{
    float: left;
    margin-right: 10px;
  }
  /*copy*/
  #copy{
    background: #AF1D24;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    padding: 25px 0;
  }
  
  /* parts */
  .sInner{
    width: 1000px;
    max-width: 100%;
    margin: 0 auto 0px;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .oInner{
    width: 1000px;
    max-width: 100%;
    margin: 0 auto 0px;
    box-sizing: border-box;
    padding: 30px 100px;
  }
  .innerContent{
    padding: 100px 0;
  }
  .borderTtl{
    position: relative;
    padding: 70px 0;
    text-align: center;
    font-size: 19px;
  font-family: "Noto Sans JP", 'Trebuchet MS' , Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    z-index: 1;
  }
  .borderTtl span{
    display: block;
    font-size: 25px !important;
    font-style: normal;
    letter-spacing: 0.05em !important;
    border-bottom-width: thick;
    font-family: "Noto Sans JP", 'Trebuchet MS' , Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  }
  .borderTtl .borderItem{
    height: 2px !important;
    box-sizing: content-box;
    border: 1px solid #000;
    display: block;
    width: 50px;
    margin: 10px auto 15px;
  }
  .borderTtlShop{
    position: relative;
    padding: 70px 0;
    text-align: center;
    font-size: 22px;
  font-family: "Noto Sans JP", 'Trebuchet MS' , Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    z-index: 1;
  }
  .borderTtlShop span{
    display: block;
    font-size: 16px;
    font-style: normal;
    letter-spacing: 0.05em;
    border-bottom-width: thick;
  }
  .borderTtlShop .borderItem{
    height: 2px !important;
    box-sizing: content-box;
    border: 1px solid #000;
    display: block;
    width: 50px;
    margin: 10px auto 15px;
  }
  .headerBtnR{
    background: url(../img/common/pc_headerbtn_01.png?20190507) no-repeat 10px center #FFF;
    border: 2px solid #D5281D;
    height: 30px;
    color: #D5281D;
  }
  .headerBtnD{
    background: url(../img/common/pc_headerbtn_02.png) no-repeat 10px center #FFF;
    height: 30px;
    border: 2px solid #D5281D;
    color: #D5281D;
  }
  .headerBtnF{
    background: url(../img/common/pc_headerbtn_03.png) no-repeat 10px center #D5281D;
    height: 30px;
    border: 2px solid #D5281D;
  }
  .headerBtn ul li a{
    color: #D5281D;
    text-align: center;
    display: block;
    padding: 6px 5px 5px 45px;
    font-size: 13px;
    font-family: "Noto Sans JP", 'Trebuchet MS' , Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .headerBtn ul li.headerBtnF a{
    color: #FFF;
  }
  /* cta */
  .entryCta{
    width: 100%;
    padding: 30px 50px 10px 250px;
    margin: 40px auto;
    background: url(../img/ring/ringcta_img.jpg) no-repeat left top #EFEFEF;
  }
  .entryCtaText{
    font-weight: bold !important;
    text-align: center;
    font-size: 15px;
  }
  .entryCtaText strong{
    font-size: 18px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold !important;
  }
  .entryCtaReserve{
    float: left;
    max-width: 49%;
  }
  .entryCtaTel{
    float: right;
    max-width: 49%;
  }
  .redBtn a{
    background: url(../img/common/arw_right_white.png) no-repeat center right #D5281D;
    padding: 8px 10px;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    border: 2px solid #FFF;
    display: inline-block;
    transition: 0.3s;
    background-position : right 5px top 48%;
  }
  .redBtn a:hover{
    background: url(../img/common/arw_right_white.png) no-repeat center right #D5281D;
    background-position : right 0px top 48%;
  }
  .whiteBtn a{
    background: url(../img/common/arw_right_red.png) no-repeat center right #FFF;
    padding: 8px 10px;
    text-align: center;
    color: #D5281D;
    font-size: 18px;
    border: 2px solid #D5281D;
    display: inline-block;
    transition: 0.3s;
    background-position : right 5px top 48%;
  }
  .whiteBtn a:hover{
    background: url(../img/common/arw_right_red.png) no-repeat center right #FFF;
    background-position : right 0px top 48%;
  }
  .footerSnsIcons{
    text-align: center;
    margin-bottom: 20px;
  }
  .footerSnsIcons ul li{
    display: inline-block;
    margin: 0 10px;
    transition: 0.3s;
  }
  .footerSnsIcons ul li:hover{
    opacity: 0.7;
  }
	.catalogArea{
		max-width: 620px;
		width: 100%;
		margin: 0 auto 100px;
	}
	.catalogDl{
		border: 10px solid #F5EDED;
		padding: 35px;
		text-align: center;
		font-size: 16px;
		line-height: 180%;
		margin-bottom: 70px;
	}
	.catalogDl .afbtn{
		margin: 30px auto 0px;
	}
	.afbtn{
		text-align: center;
	}
	.afbtn a{
		display: inline-block;
		color: #FFF;
		background: -moz-linear-gradient(left, #D5281D, #75120F);
		background: -webkit-linear-gradient(left, #D5281D, #75120F);
		background: linear-gradient(to right, #D5281D, #75120F);
		padding: 18px 58px;
		border-radius: 50px;
		margin-top: 0px;
		transition: 0.3s;
		font-size: 18px;	
	}
	.afbtn a:hover {
		opacity: 0.8;
	}
	.afbtn button{
		display: inline-block;
		color: #FFF;
		background: -moz-linear-gradient(left, #D5281D, #75120F);
		background: -webkit-linear-gradient(left, #D5281D, #75120F);
		background: linear-gradient(to right, #D5281D, #75120F);
		padding: 18px 58px;
		border-radius: 50px;
		margin-top: 0px;
		transition: 0.3s;
		font-size: 18px;
		border: none;
		margin-bottom: 30px;
	}
	.afbtn button:hover {
		opacity: 0.8;
	}
}

@media screen and (min-width: 1000px)  {
  .sp{
    display: none !important;
  }
  .normalTtl{
    text-align: center;
    font-size: 25px;
  font-family: "Noto Sans JP", 'Trebuchet MS' , Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.05em;
    border-bottom-width: thick;
    padding: 0 12px;
    margin: 70px auto;
  }
  .normalTtl span{
    font-size: 18px;
    display: block;
  }
  .shortTtl{
    margin: 50px 0 70px;
    text-align: center;
    display: block;
    font-size: 25px;
    font-style: normal;
  font-family: "Noto Sans JP", 'Trebuchet MS' , Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.05em;
    border-bottom-width: thick;
  }
  .subInner{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .wideInner{
    width: 1428px;
    max-width: 100%;
    margin: 0 auto;
  }
  
  /*inner*/
  .inner{
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
  }
  
  /* body */
  body{
  }
  

  /*header*/
  header{
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 10px;
  }
  header .headerBtn{
    margin-right: 10px;
    width: 100%;
    text-align: right;
		margin-bottom: 10px;
  }
  header .headerBtn a:hover img{
    opacity: 0.7;
  }
  header .headerBtn li{
    display: inline-block;
    padding-right: 8px;
  }
  header .headerLogo{
    text-align: center;
    margin: 3px 0 20px;
  }
  
  .headLine{
    padding: 20px 50px;
    text-align: center;
    background: #D5281D;
    position: relative;
    margin-bottom: 15px;
  }
  .headLine a{
    display: block;
    color: #FFF;
    text-decoration: underline;
  }
  .headLine a:hover{
    text-decoration: none;
  }
  .headLine .headlineClose{
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -20px;
  }
  
  /*nav*/
  nav{
    width: 820px;
    margin: 0 auto 0px;
  }
  nav li{
    float: left;
    padding-bottom: 20px;
  }
  nav li a:hover img{
    opacity: 0.7;
  }
  
  /*ringNav*/
  .ringNav{
    background: #BF0000 url(../img/ring_nav_bg.gif) no-repeat 120px 0;
    width: 900px;
    margin: 0 auto;
    position: absolute;
    top: 219px;
    left: 50%;
    margin-left: -450px;
    z-index: 9999;
    padding: 20px;
    box-sizing: border-box;
    display: none;
    font-family: minion-pro, 'Rasa', "Sawarabi Mincho", "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝","sans-serif",serif;
    font-weight: bold !important;
    color: #FFF;
    line-height: 180%;
  }
  .ringNav .ringMenu li a{
    color: #FFF;
    opacity: 0.85;
    font-size: 13px;
  }
  .ringNav .ringMenu li a:hover{
    opacity: 1;
  }
  .ringNav .ringMenu,.ringNav .ringInfo,.ringNav .ringImg,.ringNav .readArea{
    float: left;
  }
  .ringNav .ringMenu{
    border-right: 2px solid #CF4040;
    padding: 20px 0;
  }
  .ringNav .ringMenu li{
    margin: 3px 0;
    float: none;
    padding-bottom: 0;
  }
  .ringNav .ringInfo{
    margin:0 25px 0;
  }
  .ringNav .readArea{
    padding: 20px 0;
    margin-right: 10px;
  }
  .ringNav .ringImg{
  }
  .ringRead{
    width: 380px;
  }
  
  .blogNav{
    background: #BF0000 url(../img/ring_nav_bg.gif) no-repeat 720px 0;
    width: 900px;
    margin: 0 auto;
    position: absolute;
    top: 219px;
    left: 50%;
    margin-left: -450px;
    z-index: 9999;
    padding: 20px;
    box-sizing: border-box;
    display: none;
    font-family: minion-pro, 'Rasa', "Sawarabi Mincho", "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝","sans-serif",serif;
    font-weight: bold !important;
    color: #FFF;
    line-height: 180%;
  }
  .blogNav .blogMenu li a{
    color: #FFF;
    opacity: 0.85;
  }
  .blogNav .blogMenu li a:hover{
    opacity: 1;
  }
  .blogNav .blogMenu,.blogNav .blogInfo,.blogNav .blogImg,.blogNav .readArea{
    float: left;
  }
  .blogNav .blogMenu{
    border-right: 2px solid #CF4040;
    padding: 10px 0;
    width: 600px;
  }
  .blogNav .blogMenu li{
    margin: 3px 20px 3px 0;
    padding-bottom: 0;
    float: left;
    width: 45%;
    box-sizing: border-box;
  }
  .blogNav .blogInfo{
    margin:0 25px 0;
  }
  .blogNav .readArea{
    padding: 20px 0;
    margin-right: 10px;
  }
  .blogNav .blogImg{
  }
  
  /*cta*/
  .cta{
    background: url(../img/cta_bg.png) no-repeat bottom right;
    margin: 40px auto 30px;
    width: 920px;
    padding: 0 40px 0 80px;
    box-sizing: border-box;
  }
  .cta h3{
    margin: 10px 0;
  }
  .cta .telArea,.cta .ctaReserveBtn{
    display: inline;
  }
  .cta a:hover img{
    opacity: 0.7;
    transition: 0.3s;
  }
  
  /*footer*/
  footer{
    background: #D5281D;
    padding: 15px 0 50px;
  }
  footer .inner{
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  footer .inner .pageTop{
    position: fixed;
    right: 30px;
    bottom: 30px;
  }
  footer .inner .pageTop a:hover img{
    opacity: 0.7;
  }
  footer .footerLinkLine,footer .footerLinkLineLast{
    float: left;
    width: 19%;
    margin: 0 0.5%;    
  }
  footer .footerLinkLine h3,footer .footerLinkLineLast h3{
    margin: 20px 0 5px;
    color: #FFF;
    font-family: minion-pro, 'Rasa', "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  footer .footerLinkLine li a,footer .footerLinkLineLast li a{
    color: #FFF;
    font-size: 13px;
    text-decoration: none;
  }
  footer .footerLinkLine li a:hover,footer .footerLinkLineLast li a:hover{
    color: #FFF;
    font-size: 13px;
    text-decoration: underline;
  }
  footer .snsTtl{
    margin-top: 30px;
  }
  footer .snsIcon li{
    float: left;
    margin-right: 10px;
  }
  /*copy*/
  #copy{
    background: #AF1D24;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    padding: 25px 0;
  }
  
  /* parts */
  .sInner{
    width: 1000px;
    max-width: 100%;
    margin: 0 auto 0px;
  }
  .oInner{
    width: 1000px;
    max-width: 100%;
    margin: 0 auto 0px;
    box-sizing: border-box;
    padding: 60px 150px 40px;
  }
  .innerContent{
    padding: 100px 0;
  }
  .borderTtl{
    position: relative;
    padding: 70px 0;
    text-align: center;
    font-size: 19px;
  font-family: "Noto Sans JP", 'Trebuchet MS' , Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    z-index: 1;
  }
  .borderTtl span{
    display: block;
    font-size: 25px !important;
    font-style: normal;
    letter-spacing: 0.05em !important;
    border-bottom-width: thick;
    font-family: "Noto Sans JP", 'Trebuchet MS' , Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  }
  .borderTtl .borderItem{
    height: 2px !important;
    box-sizing: content-box;
    border: 1px solid #000;
    display: block;
    width: 50px;
    margin: 10px auto 15px;
  }
  .borderTtlShop{
    position: relative;
    padding: 70px 0;
    text-align: center;
    font-size: 22px;
  font-family: "Noto Sans JP", 'Trebuchet MS' , Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    z-index: 1;
  }
  .borderTtlShop span{
    display: block;
    font-size: 16px;
    font-style: normal;
    letter-spacing: 0.05em;
    border-bottom-width: thick;
  }
  .borderTtlShop .borderItem{
    height: 2px !important;
    box-sizing: content-box;
    border: 1px solid #000;
    display: block;
    width: 50px;
    margin: 10px auto 15px;
  }
  .headerBtnR{
    background: url(../img/common/pc_headerbtn_01.png?20190507) no-repeat 10px center #FFF;
    border: 2px solid #D5281D;
    height: 30px;
    color: #D5281D;
  }
  .headerBtnD{
    background: url(../img/common/pc_headerbtn_02.png) no-repeat 10px center #FFF;
    height: 30px;
    border: 2px solid #D5281D;
    color: #D5281D;
  }
  .headerBtnF{
    background: url(../img/common/pc_headerbtn_03.png) no-repeat 10px center #D5281D;
    height: 30px;
    border: 2px solid #D5281D;
  }
  .headerBtn ul li a{
    color: #D5281D;
    text-align: center;
    display: block;
    padding: 6px 5px 5px 45px;
    font-size: 13px;
    font-family: "Noto Sans JP", 'Trebuchet MS' , Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .headerBtn ul li.headerBtnF a{
    color: #FFF;
  }
  /* cta */
  .entryCta{
    width: 100%;
    max-width: 920px;
    padding: 30px 50px 10px 250px;
    margin: 40px auto;
    background: url(../img/ring/ringcta_img.jpg) no-repeat left top #EFEFEF;
  }
  .entryCtaText{
    font-weight: bold !important;
    text-align: center;
    font-size: 15px;
  }
  .entryCtaText strong{
    font-size: 18px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold !important;
  }
  .entryCtaReserve{
    float: left;
    max-width: 49%;
  }
  .entryCtaTel{
    float: right;
    max-width: 49%;
  }
  .redBtn a{
    background: url(../img/common/arw_right_white.png) no-repeat center right #D5281D;
    padding: 8px 10px;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    border: 2px solid #FFF;
    display: inline-block;
    transition: 0.3s;
    background-position : right 5px top 48%;
  }
  .redBtn a:hover{
    background: url(../img/common/arw_right_white.png) no-repeat center right #D5281D;
    background-position : right 0px top 48%;
  }
  .whiteBtn a{
    background: url(../img/common/arw_right_red.png) no-repeat center right #FFF;
    padding: 8px 10px;
    text-align: center;
    color: #D5281D;
    font-size: 18px;
    border: 2px solid #D5281D;
    display: inline-block;
    transition: 0.3s;
    background-position : right 5px top 48%;
  }
  .whiteBtn a:hover{
    background: url(../img/common/arw_right_red.png) no-repeat center right #FFF;
    background-position : right 0px top 48%;
  }
  .footerSnsIcons{
    text-align: center;
    margin-bottom: 20px;
  }
  .footerSnsIcons ul li{
    display: inline-block;
    margin: 0 10px;
    transition: 0.3s;
  }
  .footerSnsIcons ul li:hover{
    opacity: 0.7;
  }
	.catalogArea{
		max-width: 620px;
		width: 100%;
		margin: 0 auto 100px;
	}
	.catalogDl{
		border: 10px solid #F5EDED;
		padding: 35px;
		text-align: center;
		font-size: 16px;
		line-height: 180%;
		margin-bottom: 70px;
	}
	.catalogDl .afbtn{
		margin: 30px auto 0px;
	}
	.afbtn{
		text-align: center;
	}
	.afbtn a{
		display: inline-block;
		color: #FFF;
		background: -moz-linear-gradient(left, #D5281D, #75120F);
		background: -webkit-linear-gradient(left, #D5281D, #75120F);
		background: linear-gradient(to right, #D5281D, #75120F);
		padding: 18px 58px;
		border-radius: 50px;
		margin-top: 0px;
		transition: 0.3s;
		font-size: 18px;	
	}
	.afbtn a:hover {
		opacity: 0.8;
	}
	.afbtn button{
		display: inline-block;
		color: #FFF;
		background: -moz-linear-gradient(left, #D5281D, #75120F);
		background: -webkit-linear-gradient(left, #D5281D, #75120F);
		background: linear-gradient(to right, #D5281D, #75120F);
		padding: 18px 75px;
		border-radius: 50px;
		margin-top: 0px;
		transition: 0.3s;
		font-size: 18px;
		border: none;
		margin-bottom: 30px;
	}
	.afbtn button:hover {
		opacity: 0.8;
	}
}
@media all and (-ms-high-contrast: none){
  .ringNav{
    top: 214px;
  }
}
