/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px){
img{
max-width: 100%;
/*height: auto;
width /***/:auto;　*/
}
.container{
width:100%;
}

}


/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
	font-size: 1.3em;
	line-height: 1.6;
	background-color: #f6f6dd;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

a:hover img {
    -webkit-filter: brightness(1.3);
     -moz-filter: brightness(1.3);
     -o-filter: brightness(1.3);
     -ms-filter: brightness(1.3);
     filter: brightness(1.3);
}

input:hover {
    -webkit-filter: brightness(1.3);
     -moz-filter: brightness(1.3);
     -o-filter: brightness(1.3);
     -ms-filter: brightness(1.3);
     filter: brightness(1.3);
}

body input:hover {
    transition: all 0.5s ease 0s;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

p, pre {
    margin: 1.7em 0;
}



/* ==========================================================================
   Author's custom styles
   ========================================================================== */

header {
	
}

.header_wrap {
    margin: 0 auto;
    max-width: 1100px;
    min-width: 960px;
	text-align: center;
}

.header_wrap img {
    height: auto;
    width: 100%;
}

.header_main {
    background: rgba(0, 0, 0, 0) url("../img/top_bg.jpg") no-repeat scroll center top / cover ;
	border-bottom: 1px solid #555;
}

.wrap {
    clear: both;
    margin: 0 auto;
    width: 1000px;
	    box-shadow: 0 0 6px #333;
}

footer .wrap {
    clear: both;
    margin: 0 auto;
    width: 1000px;
	    box-shadow:none;
}

/*a:hover img {
    opacity: 0.8;
}*/

.text_area_bg {
    background-color: #fff;
/*    border: 5px solid #ffff00;*/
    width: 1000px;
	margin-bottom:0;
	margin-top:0;
}

.text_area {
    margin: 0 0 0 !important;
    padding: 30px 50px;
    width: 900px;
}

.marbtm {
	margin-bottom:20px;
}

.marbtm1 {
	margin-bottom:50px;
}

.marbtm_0 {
	margin-bottom:0 !important;
}

.marsub {
	margin:60px 0 20px 0;
}

.patop_0 {
	padding-top:0 !important;
}

footer {
	background-color:#000;
	padding:10px 0 30px 0;
	text-align:center;
}

footer p {
	margin:20px 0;
	font-size:80%;
}

footer a {
	color:#fff;
}

address {
	color:#fff;
	font-size:90%;
	text-align:center;
}

.btnArea a, .btnArea img {
	display: block;
	width: 760px;
	height: 230px;
}

p .migi {
  float: right;
  margin-left: 2em;
  margin-bottom: 1em;
}

.bg_gray {
	background-color:#191919;
	height:10px;
}


.bg_rd {
    background-color: #da1f1a;
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
}

.box_white {
    clear: both;
    margin: 0 auto;
    width:1000px;
	background-color:#fff;
	border-radius:10px;
}

.bg_rd p {
    color: #da1f1a;
    font-size: 140%;
    margin: 10px 0;
    padding: 10px 0;
}

#rule {
	font-size:90%;
}

#rule h3 {
	background-color:#ffffff;
	color:#000;
}

.title {
    background: #191919;
    color: #ffffff;
    text-align: center;
}

.centering {
	margin:0 auto;
	text-align:center;
}


.fimg2_r {
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.2);
    float: right;
    margin: 40px 25px 50px;
}

.cau {
    background-color: #ffe5e5;
    border: 3px solid #ff3232;
    border-radius: 5px;
    font-size: 100%;
    line-height: 1.5em;
    margin: 0 100px;
}



.cau_top {
    background-color: #c9fec9;
    border: 3px solid #01cc01;
    border-radius: 5px;
    font-size: 145%;
    line-height: 1.5em;
    margin: 0 100px;
}

.cau_top p {
    margin: 20px 0;
}



body a img {
    transition: all 0.5s ease 0s;
}


.caution {
    background: #fff203 none repeat scroll 0 0;
    border: 3px solid #d51f10;
    border-radius: 5px;
    font-size: 120%;
    font-weight: bold;
    padding: 20px 30px;
}

.you_frame {
    border: 8px solid #c9a849;
    height: 409px;
    width: 744px;
}

.toptext {
	margin:30px 0 30px 0;
}

.toptext p {
	margin:0 0 10px 0;
}



.orangefr {
    background-color: #fef5dd;
    border: 15px solid #e5a015;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 115%;
    line-height: 1.8em;
    margin: 0 80px;
    padding: 20px 50px;
}


.pay_memo {
    border: 3px solid #dddddd;
    border-radius: 5px;
    font-size: 80%;
    line-height: 1.5em;
    margin: 20px 100px 50px !important;
    padding: 20px 50px;
	font-weight:bold;
	color:red;
}

.bgwhite {
	background-color:#fff;
}

.bgbk {
	background-color:#191919;
}

.bgbk .wrap {
	box-shadow:none;
}

.cdbk {
	color:#191919;
}

.counter {
    background: yellow none repeat scroll 0 0;
    color: #cb4630;
    font-size: 150%;
    font-weight: bold;
    line-height: 1.5em;
    padding: 1.5%;
    text-align: center;
}

.brsp {
	display:none;
}

.memo {
	border:2px solid #00992F;
	background-color:#FEF8E2;
	border-radius:10px;
	padding:3%;
	font-size:90%;
}

.memo p {
	margin:0;
}


/* ==========================================================================
   コンテンツ欄
   ========================================================================== */

.gentei {
    background: rgba(0, 0, 0, 0) url("../img/bg_gold.jpg") repeat scroll center top;
    border: 5px solid #c09c60;
    margin: 50px auto;
    padding: 20px 0;
    width: 860px;
}

.buy {
    background: rgba(0, 0, 0, 0) url("../img/bg_buy.png") repeat scroll center top;
    border: 5px solid #c09c60;
    margin: 50px auto;
    padding: 20px 0;
    width: 860px;
}



.rinner {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.2);
    font-size: 90%;
    margin: 20px;
    padding: 10px 0;
}

.rinner p {
    margin-left: 40px;
    margin-right: 40px;
}

.rinner img {
	margin:0 10px;
}

.pr_price {
	margin-top:0 !important;
	margin-bottom:30px;
}



/* ==========================================================================
   テキスト強調・装飾
   ========================================================================== */

.yellow {
	background-color:#FFED4F;
}

.yellow2 {
    background-color: #ffed4f;
    font-size: 110%;
    font-weight: normal;
    line-height: 2em;
}

.yellow3 {
    background-color: #ffed4f;
    font-size: 110%;
    font-weight: bold;
	color:#F00;
    line-height: 2em;
}

.red {
	color:#e60000;
	font-size:120%;
}

.blue {
    color: #000066;
}

.blue2 {
    color: #2C3E50;
	font-weight:bold;
	font-size:110%;
}


.pink {
    color: #ff3333;
}

.t_center {
	text-align:center;
}

.red_big {
	color:#e60000;
	font-size:150% !important;
	margin:0.5em 0 0.3em 0;
}

.red2 {
	color:#CC2626;
}

.text_area2 {
	text-align:center;
/*	font-style:oblique !important;*/
	font-size:200% !important;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bolder;
}

.strong {
	font-size:105%;
	font-weight:bold;
}

.strong2 {
    color: #012a57;
    font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
    font-size: 130% !important;
    font-style: italic;
    font-weight: bolder;
}

.textlink {
	text-align:center;
}

.infosub {
    background-color: #6fba2c;
    border-left: 8px solid #4a7c1d;
    color: #fff;
    padding: 5px 0 5px 20px;
}

.qndalinkbg {
	background-color:#FDF4EB;
	padding:15px;
	border-radius: 10px;
	border: 1px solid #ccc;
	margin-bottom: 50px;
}

.qndalinkbg p {
	margin: 1.5em 0;
}

.qndalinkbg ul li {
	font-size:125%;
}

.qndalinkbg a:visited {
	color:#0000ff;
}



.ps {
    font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
    font-size: 50px;
    font-weight: bolder;
    margin: 1em;
}

h3 {
    background-color: #000;
    border-left: 5px solid #a71d1a;
    color: #fff;
    font-size: 100%;
    margin: 1em 0;
    padding-left: 20px;
}


.finish {
    background-color: #fff;
    border-left: 5px solid #a71d1a;
    color: #000;
    font-size: 170%;
    margin: 1em 0;
    padding-left: 20px;
}

.txtbig {
	font-size:150%;
}

.txtsize1 {
	font-size:80%;
}

.txtsize2 {
	font-size:90%;
}

.pb50 {
	padding-bottom:50px;
	} 
.pt50 {
	padding-top:50px;
}

/* ==========================================================================
   購入欄
   ========================================================================== */

/*.buy_bg {
	width:1000px;
	height:1810px;
	position:relative;
	background-image:url("../img/buy_bg3.jpg");
} 

.buy_btn1 {
    background-color: transparent;
    background-image: url("../img/btn_maru1.png");
    background-repeat: no-repeat;
    border: medium none;
    height: 320px;
    left: 460px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 590px;
    width: 320px;
}
.buy_btn2 {
    background-color: transparent;
    background-image: url("../img/btn_maru2.png");
    background-repeat: no-repeat;
    border: medium none;
    height: 320px;
    left: 460px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 930px;
    width: 320px;
}
.buy_btn3 {
    background-color: transparent;
    background-repeat: no-repeat;
    border: medium none;
    height: 320px;
    left:460px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 1375px;
    width: 320px;
}*/




.buy_bg {
	width:1000px;
	height:1250px;
	position:relative;
	background-image:url("../img/buy_bg2.jpg");
} 

.buy_btn1 {
    background-color: transparent;
    background-image: url("../img/btn1.png");
    background-repeat: no-repeat;
    border: medium none;
    height: 125px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 600px;
    width: 720px;
}
.buy_btn2 {
    background-color: transparent;
    background-image: url("../img/btn2.png");
    background-repeat: no-repeat;
    border: medium none;
    height: 125px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 740px;
    width: 720px;
}
.buy_btn3 {
    background-color: transparent;
    background-image: url("../img/btn3.png");
    background-repeat: no-repeat;
    border: medium none;
    height: 125px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 878px;
    width: 720px;
}

.buy_btn4 {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 1010px;
}


/*.buy_bg {
	width:1000px;
	height:1354px;
	position:relative;
	background-image:url("../img/buy_bg.jpg");
} 

.buy_btn1 {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 600px;
}

.buy_btn2 {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 740px;
}

.buy_btn3 {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 878px;
}

.buy_btn4 {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 1127px;
}*/



.bgye {
    background-color: #fcf3cc;
}
.buy_memo {
    background-color: #fcf3cc;
    border: 7px solid #094c00;
    border-radius: 15px;
    box-sizing: border-box;
    font-size: 90%;
    margin: 10px auto 0;
    padding: 30px 100px;
    width: 840px;
}



/* ==========================================================================
 表形式
   ========================================================================== */

.toku {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto;
    padding: 4% 0;
    width: 100%;
}
.toku .inner {
    padding: 40px;
}
.toku table {
    border: 1px solid #333;
    color: #333;
    font-size: 0.8em;
    margin: 0 auto;
    width: 90%;
}
.toku table th, .toku table td {
    border: 1px solid #333;
    line-height: 1.4em;
    padding: 1%;
}
.toku table th {
    background: #eee none repeat scroll 0 0;
    color: #333;
    width: 25%;
}
.tokushou {
    background: #fff none repeat scroll 0 0;
    color: #000;
    font-size: 0.9em;
    margin: 0 auto;
    width: 1000px;
}
.tokushou .inner {
    padding: 30px;
}
.tokushou h1 {
    background: #fff none repeat scroll 0 0;
    color: #000;
    margin: 0;
    padding: 0;
}
.tokushou table {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #333;
    color: #333;
    margin: 5% 0 0;
	width:100%;
}
.tokushou table th, .tokushou table td {
    border: 1px solid #333;
    line-height: 1.4em;
    padding: 1%;
}
.tokushou table th {
    background: #eee none repeat scroll 0 0;
}




/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



.header_wrap {
    margin: 0 auto;
    max-width: 1000px;
    min-width: 960px;
	text-align: center;
}
.header_wrap img {
	width: 100%;
	height: auto;
}

.header_in1 {
	background: #A50004;
}

.header_in1 p {
	margin: 0 0 0;
}

.moni {
	font-size:250%;
	color:#fff;
}

.header_in2 {
	background: #FF3;
	padding: 10px 0 5px 0;
}

.header_in2 p {
	margin: 1% 0 0;
	font-weight: bold;
	font-size: 150%;
}

.pchide {
	display: none;
}

#in_num {
	color: #Ff3;
	font-size: 280%;
}

#counter {
	background: #F00;
	color: #FFFFFF;
	padding: 0 0.5%;
	margin: 0 0.5%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.counttxt {
	font-size: 135%;
	line-height: 1.8em;
}

.moni {
	font-size:250%;
}



@media screen and (min-width:1100px){

	.header_in p {
		font-size: 100%;
	}

	.hide {
		display: none;
	}
	
	.counttxt {
		font-size: 120%;
	}
}

@media screen and (max-width:1000px){
	.counttxt {
		font-size: 125%;
	}
}

@media screen and (max-width:950px){

	.counttxt {
		font-size: 120%;
	}
}




@media screen and (max-width:640px){


	.header_in p {
		font-size: 110%;
		line-height: 1.6em;
	}
	
	.counttxt {
		font-size: 65%;
	}

	.pchide {
		display: inline;
	}

	#counter {
		padding: 1% 2%;
		font-size: 120%;
	}

}



@media screen and (max-width:320px){

	.header_in p {
		font-size: 100%;
	}
	
	.counttxt {
		font-size: 65%;
	}

}

