@import url("font.css");

/*! Remodal - v0.1.3 - 2014-03-31
 * https://github.com/VodkaBears/remodal
 * Copyright (c) 2014 VodkaBears; */


/* ==========================================================================
   Remodal necessary styles
   ========================================================================== */

/* Hide scroll bar */


html.remodal_lock, body.remodal_lock {
    overflow: hidden;
}


/* Anti FOUC */

.remodal, [data-remodal-id] {
    visibility: hidden;
}

/* Overlay necessary styles */

.remodal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;

    text-align: center;
}

.remodal-overlay:after {
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    content: '';
}

/* Fix iPad, iPhone glitches */

.remodal-overlay > * {
    -webkit-transform: translateZ(0px);
}

/* Modal dialog necessary styles */

.remodal {
    position: relative;
    display: inline-block;
  overflow-y: scroll;
}

/* ==========================================================================
   Remodal default theme
   ========================================================================== */

/* Default theme font */

.remodal, .remodal * {
	font-family:"ƒqƒ‰ƒMƒm–¾’© Pro W3","HG–¾’©E","‚l‚r ‚o–¾’©","‚l‚r –¾’©",serif;
}

/* Background for effects */

.remodal-bg {
    -webkit-transition: -webkit-filter 0.2s linear;
    -moz-transition: -moz-filter 0.2s linear;
    -o-transition: -o-filter 0.2s linear;
    transition: filter 0.2s linear;
}

body.remodal_active .remodal-bg {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

/* Overlay default theme styles */

.remodal-overlay {
    opacity: 1;
    background: rgba(255,255,255,0.8);
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

body.remodal_active .remodal-overlay {
    opacity: 1;
}

/* Modal dialog default theme styles */

.remodal {
    width: 100%;
    height: 100%;
    padding: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 150%;
    background: #f7f8f3;
    background-clip: padding-box;
    color: #000;
    -webkit-box-shadow: 0px 0px 8px #171a24;
    box-shadow: 0px 0px 8px #bcbcbc;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: -webkit-transform 0.2s linear;
    -moz-transition: -moz-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    transition: transform 0.2s linear;
}

body.remodal_active .remodal {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* Modal dialog vertical align  */

.remodal, .remodal-overlay:after {
    vertical-align: middle;
}

/* Close button */





/* Dialog buttons */




.remodal-confirm_btn {
	text-align:left;
	margin:-15px 0 0 -15px;

}
.remodal-confirm {
    display: inline-block;
    line-height: 95%;
    width: 20px;
    height: : 26px;
    padding: 0 0 2px 1px;
    font-size: 15pt;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 20px;
    border-radius: 15px;
    background-clip: padding-box;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}


.remodal-confirm {
    border: 2px solid #aaaaaa;
    background: #f4f4f4;

}

.remodal-confirm:hover, .remodal-confirm:active {
    background: #aaaaaa;
    color: #f4f4f4;
}


.remodal-cancel {
	font-family: Verdana, "ŸàƒSƒVƒbƒN", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: bold;
    display: inline-block;
    width: 50px;
    padding: 2px 0 1px 3px;
    margin: 30px 0 0 0;
    font-size: 90%;
    line-height: 140%;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
     vertical-align: middle;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}


.remodal-cancel {
    border: 2px solid #aaaaaa;
    background: #f4f4f4;

}

.remodal-cancel:hover, .remodal-cancel:active {
    background: #aaaaaa;
    color: #f4f4f4;
}

.remodal_p {
    text-align: justify;

}
.remodal_small_p {
    text-align: left;
    font-size: 12px;
    margin-top: 5px;
}
.remodal_pc {
    text-align: center;
}
.remodal_t {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
.remodal_name {
    font-size: 21px;
    line-height: 140%;
    margin: 10px 0 25px 0;
	font-family:"ƒqƒ‰ƒMƒm–¾’© Pro W3","HG–¾’©E","‚l‚r ‚o–¾’©","‚l‚r –¾’©",serif;
}

.remodal_privacy, .remodal_tokutei {
    font-size: 17px;
    margin: 10px 0 25px 0;
	font-family:"ƒqƒ‰ƒMƒm–¾’© Pro W3","HG–¾’©E","‚l‚r ‚o–¾’©","‚l‚r –¾’©",serif;
}

.remodal_txt {
	font-family:"ƒqƒ‰ƒMƒm–¾’© Pro W3","HG–¾’©E","‚l‚r ‚o–¾’©","‚l‚r –¾’©",serif;
	margin-top:10px;
	line-height: 180%;
	text-align:center;
	width: 100%;
}

.remodal_footer_title_txt {
	font-size: 14px;
	font-family: Verdana, "ŸàƒSƒVƒbƒN", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.remodal_footer_txt {
	font-size: 12px;
	font-family: Verdana, "ŸàƒSƒVƒbƒN", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.remodal_footer_txt a {
	font-size: 12px;
	font-family: Verdana, "ŸàƒSƒVƒbƒN", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-decoration: underline!important;
}

.remodal_img {
	width: 480px;
}
.remodal_price_box {
	margin-top:10px;
	line-height: 150%;
}
.remodal_price {
	font-size: 17px;
	letter-spacing: 1px;
}
.remodal_fair {
	color: #64684d;
	line-height: 180%;
	margin-bottom:5px;
	font-weight:bold;
}
.remodal_fair_title {
	font-size:160%;
}
.remodal_fair_red {
	color: #b20000;
	font-size:110%;
}
.remodal_fair_limited {
	font-size:90%;
	line-height:220%
}
.remodal_hr {
	margin:0 auto;
	width: 400px;
}



/* Media queries
   ========================================================================== */

@media screen and (min-width : 480px) {
.remodal {
	width: 100%;
	max-width: 750px;
	margin: 20px auto;
	height: 100%;
	max-height: 850px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
}

/* Media queries
   ========================================================================== */

@media screen and (min-width : 768px) {
.remodal {
	width: 100%;
	max-width: 750px;
	margin: 20px auto;
	height: 100%;
	max-height: 720px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
}

.content {
  position: relative;
  overflow-x: scroll;
}

/* ƒXƒNƒ[ƒ‹ƒo[‚Ì•‚Æ‚‚³‚ðÝ’è‚·‚é */
.scrollbar::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
/* ƒXƒNƒ[ƒ‹ƒo[‚ÌŒ`‚ðÝ’è‚·‚é */
.scrollbar-thumb-rounded::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
}
/* ƒXƒNƒ[ƒ‹ƒo[‚ÌF‚ðÝ’è‚·‚é */
.scrollbar-thumb-black::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: #aaaaaa;
}
