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

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


@charset "shift-JIS";

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;
}

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

/* 背景効果 */

.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: 0.8;
    background: rgba(000,000,000,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: 0.9;
}

/* ウィンドウ */

.remodal {
    width: 90%;
    height: 90%;
    padding: 3% 4% 4%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    background-clip: padding-box;
    color: #000000;
    -webkit-box-shadow: 0px 0px 8px #171a24;
    box-shadow: 0px 0px 4px #656565;
    -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);
}

.remodal_img{
	width:100%;
}

/* Modal dialog vertical align  */

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


/* フォント */
.remodal, .remodal * {
	font: 100%/160%   "hannari", "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	 -webkit-text-size-adjust: 100%;
	color: #000;
	text-align: center;
}

.remodal_name {
    font-size: 120%;
    margin: 2% 0 3%;
}

.remodal_txt {
	margin-top:3%;
}

.remodal_price_box {
	margin-top:1%;
}

.remodal_price {
	font-size: 130%;
}

.remodal_privacy, .remodal_tokutei {
    font-size: 110%;
	text-align:center;
    margin: 3% 0 7%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.remodal_footer_title_txt {
	text-align:left;
	font-size: 100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.remodal_footer_txt {
	text-align:left;
	line-height:170%;
	font-size: 80%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.remodal_footer_txt a {
  text-align:left;
	line-height:170%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-decoration: underline;
}


/* 閉じるボタン */
.remodal-cancel {
	font: 90%/120%  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: inline-block;
    width: 20%;
    padding: 2%;
    margin: 2% 0 0;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-clip: padding-box;
}

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

}
.remodal-cancel:hover, .remodal-cancel:active {
    border: 2px solid #aaaaaa;
    background: #f4f4f4;
}

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

/* スクロールバーの幅と高さを設定する */
.scrollbar::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
/* スクロールバーの形を設定する */
.scrollbar-thumb-rounded::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
}
/* スクロールバーの色を設定する */
.scrollbar-thumb-black::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: #aaaaaa;
}
