
h3 {
    font-weight: normal;
    font-family: "Noto Serif JP", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "HiraMinProN-W3" "HGæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", "ï¼­ï¼³ æ˜Žæœ", serif;
    color: #000;
    border-bottom: solid 1px #000;
    text-align: center;
    margin-bottom: 3vw;
    font-size: 2.8rem;
    letter-spacing: 0.5rem;
    font-weight: bold;
}



#fixPagetop {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 0;
    z-index: 100;
    display: none;
    cursor: pointer;
}

#omamori_new_body{
    background-color: #f3f3f3;
}

#omamori_new_body a{
    color: #fff;
}

.logoWap {
    width: 40%;
    max-width: 222px;
    margin: 0 auto;
    padding: 20px;
    background: none;
    text-indent: unset;
}

.omamori_header{
	position: relative;
	/*height: 50vh;*/
}

.omamori_header .top_cautionBox{
    border: 2px solid red;
    background: #fff;
    margin: 30px;
}

.omamori_header .top_cautionTitle{
    padding: 10px;
}

.omamori_header .top_cautionTitle p{
    font-size: 24px;
    color: red;
    text-align: center;
    border-bottom: 1px solid red; 
}

.omamori_header .top_cautionTxt{
    padding: 10px 10px 20px 10px;
}

.omamori_header .top_cautionTxt p{
    font-size: 16px; 
    color: red; 
}

.omamoriNavi{
    padding: 10px;
}

.omamori_header:before{
content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/omamori_new/omamori_header_right_bg_new.png);
    background-size: 100vw 50vh;
    background-repeat: no-repeat;
    position: absolute;
    top: -10%;
    right: 0%;
    z-index: -2;
    opacity: 0.7;
    box-sizing: border-box;
}

.omamori_header:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/omamori_new/omamori_header_left_bg_new.png);
    background-size: 100vw 50vh;
    background-repeat: no-repeat;
    position: absolute;
    top: -10%;
    left: 0;
    z-index: -2;
    opacity: 0.7;
    box-sizing: border-box;
}

.container {
    padding-bottom: 200px;
    width: 100%;
    /*margin-top: -250px;*/
}

.omaNumber {
    background: #fff;
    color: #767676;
    padding: 0 8px 3px;
    margin-right: 10px;
}

#omamori {
	padding: 55px 0px;
	/*background: url(../img/common/jimon_nami.jpg);*/
}

.logoWap{
    margin-bottom: 70px;
}

.omamoriNavi ul{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
	display: block;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;	
}



.omamoriNavi ul li{
	height: 210px; 
}

.cat1_Btn,.cat2_Btn,.cat3_Btn,.cat4_Btn,.cat5_Btn,.cat6_Btn,
.cat7_Btn,.cat8_Btn,.cat9_Btn,.cat10_Btn,.cat11_Btn,.cat12_Btn{
	writing-mode: vertical-rl;
    text-align: center;
    display: block;
    height: 165px;
    padding: 10px;

}

.cat1_Btn{
    background: #223a70;
}

.cat2_Btn{
    background: #e6b422;
}

.cat3_Btn{
	background: #00a497;
}

.cat4_Btn{
	background: #007bbb;
}

.cat5_Btn{
    background: #674598;
}

.cat6_Btn{
    background: #ec6d71;
}

.cat7_Btn{
    background: #d3381c;
}

.cat8_Btn{
    background: #ee7800;
}

.cat9_Btn{
    background: #b8d200;
}

.cat10_Btn{
    background: #b8d200;
}

.cat11_Btn{
    background: #b8d200;
}

.cat12_Btn{
    background: #b8d200;
}

#cat1,#cat2,#cat3,#cat4,#cat5,#cat6,#cat7,#cat8,#cat9,#cat10,#cat11,#cat12{
	/*writing-mode: vertical-rl;*/
    width: 200px;
    text-align: left;
    font-size: 22px;
    display: block;
    /*height: 165px;*/
    margin: 20px 0;
    padding: 10px;
}

#cat1{
    border-left: 5px solid #223a70;
    border-bottom: 3px solid #223a70;
    background: #c4cee3;
}

#cat2{
    border-left: 5px solid #e6b422;
    border-bottom: 3px solid #e6b422;
    background: #fceabd;
}

#cat3{
    border-left: 5px solid #00a497;
    border-bottom: 3px solid #00a497;
    background: #edfaf8;
}

#cat4{
    border-left: 5px solid #007bbb;
    border-bottom: 3px solid #007bbb;
    background: #cde8f6;
}

#cat5{
    border-left: 5px solid #674598;
    border-bottom: 3px solid #674598;
    background: #ede7f7;
}

#cat6{
	border-left: 5px solid #ec6d71;
    border-bottom: 3px solid #ec6d71;
    background: #fcefef;
}

#cat7{
    border-left: 5px solid #d3381c;
    border-bottom: 3px solid #d3381c;
    background: #f3d8d4;
}

#cat8{
    border-left: 5px solid #ee7800;
    border-bottom: 3px solid #ee7800;
    background: #fce9d8;
}

#cat9{
    border-top: 5px solid #b8d200;
    border-bottom: 3px solid #b8d200;
    background: #f2f8d5;
}

#cat10{
    border-top: 5px solid #b8d200;
    border-bottom: 3px solid #b8d200;
    background: #f2f8d5;
}

#cat11{
    border-top: 5px solid #b8d200;
    border-bottom: 3px solid #b8d200;
    background: #f2f8d5;
}

#cat12{
    border-top: 5px solid #b8d200;
    border-bottom: 3px solid #b8d200;
    background: #f2f8d5;
}

.omamoriWap {
	width: 95%;
	max-width: 1080px;
	margin: 0 auto 0;
	position: relative;
	display: block;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.omaBox {
	width: 24%;
	background: #fff;
	margin-bottom: 30px;
	position: relative;
	font-size: 14px;

	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.omamoriWap::before{
  content:"";
  display: block;
  width: 24%;
  order:1;
}

.omamoriWap::after{
  content:"";
  display: block;
  width: 24%;
}

.noItem{
    opacity: 0;
}

.cat1_wap .omaBox{
	border-top: 5px solid #223a70;
}

.cat2_wap .omaBox{
	border-top: 5px solid #e6b422;
}

.cat3_wap .omaBox{
	border-top: 5px solid #00a497;
}

.cat4_wap .omaBox{
	border-top: 5px solid #007bbb;
}

.cat5_wap .omaBox{
	border-top: 5px solid #674598;
}

.cat6_wap .omaBox{
	border-top: 5px solid #ec6d71;
}

.cat7_wap .omaBox{
	border-top: 5px solid #d3381c;
}

.cat8_wap .omaBox{
	border-top: 5px solid #ee7800;
}

.cat9_wap .omaBox{
	border-top: 5px solid #b8d200;
}

.cat10_wap .omaBox{
    border-top: 5px solid #69ba36;
}


.omaImage {
	width: 15vw;
	height: 15vw;
	overflow: hidden;
	text-align: center;
	display: grid;
	background: #f6f3f3;
	/*padding: 10px;*/
	margin: 20px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.omaImage img{
    width: 100%;
    height: 100%;
}


.omaName {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding: 10px 5px;
	margin: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.cat1_wap .omaName {
	background: #223a70;
}

.cat2_wap .omaName {
	background: #e6b422;
}

.cat3_wap .omaName {
	background: #00a497;
}

.cat4_wap .omaName {
	background: #007bbb;
}

.cat5_wap .omaName {
	background: #674598;
}

.cat6_wap .omaName {
	background: #ec6d71;
}

.cat7_wap .omaName {
	background: #d3381c;
}

.cat8_wap .omaName {
	background: #ee7800;
}

.cat9_wap .omaName {
	background: #b8d200;
}

.cat10_wap .omaName {
    background: #69ba36;
}

.omamori_1,.omamori_2,.omamori_3,.omamori_4,.omamori_5,
.omamori_6,.omamori_7,.omamori_8,.omamori_9,.omamori_10,
.omamori_11,.omamori_12{
    position: relative;
    margin-bottom:50px;
}

.omamori_1:after{
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/omamori_new/omamori_container_left_bg.png);
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: -2;
}

.omamori_2:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/omamori_new/omamori_container_right_bg.png);
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: -2;
}

.omamori_3:after{
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/omamori_new/omamori_container_left_bg.png);
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: -2;
}

.omamori_4:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/omamori_new/omamori_container_right_bg.png);
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: -2;
}

.omamori_5:after{
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/omamori_new/omamori_container_left_bg.png);
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: -2;
}

.omamori_6:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/omamori_new/omamori_container_right_bg.png);
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: -2;
}

.omamori_7:after{
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/omamori_new/omamori_container_left_bg.png);
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: -2;
}

.omamori_8:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/omamori_new/omamori_container_right_bg.png);
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: -2;
}

.omamori_9:after{
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/omamori_new/omamori_container_left_bg.png);
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: -2;
}

.omamori_10:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/omamori_new/omamori_container_right_bg.png);
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: -2;
}

.omamori_11:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/omamori_new/omamori_container_left_bg.png);
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: -2;
}

.omamori_12:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/omamori_new/omamori_container_right_bg.png);
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: -2;
}

.omaTxt_En {
    font-size: 14px;
    font-weight: bold;
    min-height: 85px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.omaTxt {
	font-size: 14px;
	min-height: 156px;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.priceBox{
    margin: 0 20px 20px 20px;
    display: block;
    /*display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;*/
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    /*-webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between; */
    align-items: center; 
}

.priceBox_noBtn{
    margin: 0 20px 0 20px;
}

.priceBox a.juyoBtn{
    background: red;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.priceBox a.juyoBtnOff{
    background: blue;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.omaPrice{
	font-weight: bold;
    padding: 0 0 0 0;
}


.priceBox_noBtn .omaPrice{
    font-weight: bold;
    padding: 40px 0 20px 0;
}

/*.detail_TRG {
	display: block;
	width: 132px;
	height: 40px;
	margin: 10px auto;
}
*/

.detail_TRG {
	width: 80%;
	display: block;
	color: #000;
	text-align: center;
	padding: 10px 0px;
	margin: 10px auto;
	border: solid 1px #000;
    cursor: pointer;
    background: url(../img/common/arrow_k.png)left center no-repeat;
   	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
	-moz-transition-timing-function:ease-in-out;
	-webkit-transition-timing-function:ease-in-out;
	-o-transition-timing-function:ease-in-out;
	-ms-transition-timing-function:ease-in-out;
}

.detail_TRG:hover {
	background: url("../img/common/arrow_k.png")20px center no-repeat;
}


/*＝＝＝＝＝ページネーション*/
.pageNation {
	text-align: center;
	position: relative;
}

.pageNext,
.pageNum,
.pagePrev {

	display: inline-block;
	text-align: center;
/*	padding: 0px 10px;
*/	background: #ccc;
	border-radius: 50%;        /* CSS3草案 */  
	-webkit-border-radius: 50%;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 50%;   /* Firefox用 */  

	margin: 0px 3px;
	padding:3px 7px;
	width: 20px;
	color: #fff;
	font-size: 12px;
}

.return_top a{
    padding: 20px;
    color: #767676;
}

.pageNation span{
	vertical-align: top;
	background: #dd0202;
}

.pagePrev,
.pageNext {
	background: none;
	color: #000;
}

.omamori_footer{
	/*background: #f1e0b5;*/
    background-image: url(../img/omamori_new/footer_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;   
    padding: 4vw 12vw;
    height: 400px;
}

.omamori_footer .omamori_footerNavi a{
    color: #a73124;
}

.omamori_footer .logoWap{
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    max-width: 1080px;
}

.omamori_footer .logoWap img{
	width: 220px;
}

.omamori_footer p{
    font-size: 1rem;
    color: #a73124;
}

.omamori_footerNavi{
	width: 100%;
    margin: 20px auto 140px;
    max-width: 1080px;	
}

.pc{
    display: block;
}

.sp{
    display: none;
}

@media handheld, only screen and (max-width: 1000px) {
    .container {
        /*margin-top: -400px;*/
    }

    .omamoriNavi{
        padding: 20px;
    }

    .omaBox {
        width: calc(100% / 3.2);
    }

    .noItem {
        display: none;
    }

    .omamoriWap::before{
      content:"";
      display: block;
      width: calc(100% / 3.2);
      order:1;
    }
    .omamoriWap::after{
      content:"";
      display: block;
      width: calc(100% / 3.2);
    }

    .omaName {
        font-size: 1.9vw;
    }
}

@media handheld, only screen and (max-width: 767px) {

    .pc{
        display: none;
    }

    .sp{
        display: block;
    }

    .omamoriNavi_1{
        padding: 10px 30px 0;
    }
 
    .omamoriNavi_2{
        padding: 0 30px 10px;
    }

    .omamoriNavi_1 ul{
        width: 100%;
        margin: 0 auto;
        padding: 10px 10px 0;
        position: relative;
        display: block;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between; 
    }

    .omamoriNavi_2 ul{
        width: 100%;
        margin: 0 auto;
        padding: 10px;
        position: relative;
        display: block;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center; 
    }

    .omamoriNavi_1 ul li {
        width: calc(100% / 6);
        height: 120px; 
    }

    .omamoriNavi_2 ul li {
        width: calc(100% / 6);
        height: 120px; 
    }

    .cat1_Btn, .cat2_Btn, .cat3_Btn, .cat4_Btn, .cat5_Btn,
     .cat6_Btn, .cat7_Btn, .cat8_Btn, .cat9_Btn, .cat10_Btn,
      .cat11_Btn, .cat12_Btn {
        width: 100%;
        height: 120px;
        display: table;
    }

    .cat1_Btn span, .cat2_Btn span, .cat3_Btn span, .cat4_Btn span, .cat5_Btn span,
     .cat6_Btn span, .cat7_Btn span, .cat8_Btn span, .cat9_Btn span, .cat10_Btn span,
      .cat11_Btn span, .cat12_Btn span {
        display: table-cell;
        vertical-align: middle;
    }

    .omaBox {
        width: calc(100% / 2.1);
    }
    
    .omaImage {
        width: 30vw;
        height: 30vw;
    }

    .noItem {
        display: none;
    }

    .omamori_footer {
        background-size: cover;
        background-position: center;
    }

}




















