@charset "utf-8";
/* CSS Document */


/* -----------------------------------
reset
----------------------------------- */
h1 {margin:0;padding:0;}
h2 {
	background-color: #434343;}
h3 {}
img {vertical-align:top;}

.section {margin-top:0;}

/* -----------------------------------
デザインパーツ
----------------------------------- */
#main {
	line-height:1.5;
	padding-bottom:1em;
	margin-bottom:1em;}
#main a:hover img{ opacity: 0.8; }

/* タイトルTOP */
#billboard {
	text-align:center;
	background-color: #5f1985;
	padding-top:5%;
	margin-bottom:1%;}
#billboard img { width:100%;}
h1.title { margin-bottom:3%;}
h1.title img { width:100%;}

/* 見出し */
h2.ttl01 {
	background-color:#5F1985}
h3 {
	padding:3px 2px;
	background-color:#FFF;
	text-align:left;
	margin-bottom:5px;}


/* イントロ　予約特典 */
.intro_tokuten {
	border:3px solid #5F1985;
	text-align:center;
	-moz-border-radius:12px;
	-webkit-border-radius:12px; border-radius:12px;
	margin:0 10px 2em;
	padding:2px 0 0 5px;
	text-align:center;}
.intro_tokuten img {
	width:100%;
	height:auto;}

/* 商品説明テーブル */
.summary {
	width:100%;
	margin-bottom:20px;}
.summary th, .summary td {
	border-bottom:1px dotted #757575;
	padding: 8px 2px;
	line-height:1.3;
	vertical-align:middle;}
.summary th {
	white-space:nowrap;
	padding-right:1em;}
	
/* 背景（チェック柄） */
.bg { background:url(/mngdbps/_template_/_user_/_SITE_/localhost/_res/products/n46cds1702/bg.gif) repeat; padding-bottom:15px;}

/* タイプ別商品リスト */
.typeList {
	border:1px solid #BDBDBD;
	margin:0 10px 30px;
	background:#FFF;}
.typeList_cts {}
.typeList_ttl-a {
	border-bottom:3px solid #7f1084;}
.typeList_ttl-b {
	border-bottom:3px solid #d3c6db;margin-top:3em;}
.typeList_ttl-c {
	border-bottom:3px solid #7f1084;margin-top:3em;}
.typeList_ttl-d {
	border-bottom:3px solid #d3c6db;margin-top:3em;}
.typeList_ttl-n {
	border-bottom:3px solid #16C1C4;margin-top:3em;}
.typeList_img img {
	width:100%;
	height:auto;}

/* 商品リストの注釈 */
.hedge.typeList_hedge {
	padding:5px 10px;}
.hedge.typeList_hedge em {
	color:#F00;
	font-weight:bold;}

/* ご案内 */
.howto {
	border:1px solid #B7B7B7;
	margin-bottom:30px;}
.howto_ttl {
	margin:0;
	padding:4px 10px;
	font-size:110%;
	font-size:1.1rem;
	background-color: #DBDBDB;
	color:#333;}
.howto_cts {
	overflow:hidden;}
.howto_process {
	/*font-size:110%;
	font-size:1.1rem;*/
	margin:0 10px;}
.howto_process_1colum {
	/*font-size:110%;
	font-size:1.1rem;*/
	margin:10px 5px 10px;}
.howto_process_1colum li{
	margin-right:10px;}
.howto_process li {
	overflow:hidden;}
.howto_process_1colum li {
	overflow:hidden;}
.howto_process h4 {
	margin:10px 0 0;
	clear:both;
	font-size:110%;
	font-size:1.1rem;}
.howto_process_1colum h4 {
	margin:10px 0 0;
	clear:both;
	font-size:110%;
	font-size:1.1rem;}
.howto_process_1colum .howto_process-img {
	width:40%;
	float:left;
	text-align:center;}
.howto_process .howto_process-img {
	width:40%;
	float:left;
	text-align:center;}
.howto_hedge {
    margin: 10px 20px;}
@media screen and (max-width:480px) {
.howto_process .howto_process-img img {
	width:100%;
	height:auto;}
.howto_process_1colum {
	margin:10px 0 10px;}
.howto_process_1colum .howto_process-img img {
	width:100%;
	height:auto;}
.howto_process .howto_process-txt {
	margin-left:42%;}
.howto_process_1colum .howto_process-txt {
	margin-left:42%;}
.howto_process .howto_process-txt .hedge {
	color:#666;
	display:block;
	padding-top:5px;}
.howto_process_1colum .howto_process-txt .hedge {
	color:#666;
	display:block;
	padding-top:5px;}
.step_txtRed {
	background-color:#BC0003;
	color:#FFF;
	text-align:center;
	display:block;
	margin-bottom:3px;}
.howto_hedge {
	margin:10px;
	font-size:80%;
	font-size:0.80rem;}
.term dt {
	margin-right:-10px;
	margin-top:3px;}
.term dd .red{
	font-size:60%;
	font-size:0.7rem;
	display:block;}
}

/* 必ずお読みください。 */
.read {
	font-size:90%;
	font-size:0.9rem;
	margin:0 10px 1.3em;}
.read li {}
.read img {
	height:1em;
	width:auto;
	vertical-align: middle;}
.read em {
	color:#F00;}
.read_ttl {
	font-weight:bold;
	color:#BC0003;
	margin:0 10px 2px;}
	
 /*ボタン*/
.btnNormal {margin:20px 0; text-align:center;}
.btnNormal a  {
	display:inline-block;
	margin:auto;
	padding:12px 0;
	width:90%;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	line-height:1.2;
	background: #BC0003; 
	background: -moz-linear-gradient(#BC0003, #970002); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BC0003), color-stop(100%,#970002)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #BC0003 0%,#970002 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top, #BC0003 0%,#970002 100%); /* IE10+ */
   -moz-border-radius:4px;
   -webkit-border-radius:4px;
   border-radius:4px;
   -moz-box-shadow:0px 0px 6px #222;
   -webkit-box-shadow:0px 0px 6px #222;
   box-shadow:1px 1px 1px #ddd;}
.btnNormal a:hover{
	background: #D11619; 
	background: -moz-linear-gradient(top, #D11619 0%, #BC0003 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D11619), color-stop(100%,#BC0003)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #D11619 0%,#BC0003 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top, #D11619 0%,#BC0003 100%); /* IE10+ */
}
.btnNormal a img {
	height:0.9em;
	width:auto;
	vertical-align:middle;
	margin-left:3px;}

/*----------------
 文字色
--------------- */
.txtRed {
	color:#F00;}

/*----------------
 注釈
--------------- */
#main #notes
  {margin:20px 0 0; padding:0 10px;}
ul.note li {font-size:85%; font-size:0.85rem;}

.cr {
	padding:10px;
	margin-top:30px;
	font-size:85%;
	font-size:0.85rem;
	color:#686868}


/*----------------
 SNSボタン
--------------- */
#sns {text-align:center;font-size:90%;font-size:0.9rem;}
 
/* ********************** */
/* PC/SP切替 */
/* ********************** */
.dispPC {display:none;}
.dispSP {}


/* ********************** */
/* 泣き別れ対策 */
/* ********************** */
.nw {white-space:nowrap;}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .nw { display:inline-block; white-space:normal; } /* IE11 */
}

/* ********************** */
/* 画像サイズ調整 */
/* ********************** */
@media screen and (max-width:410px) {

}

/* ********************** */
/* 肖像保護 */
/* ********************** */
/* Image protection */
.imgPrtctWrp {
    width: 100%;
    text-align: center;
}
.imgPrtctBg {
    margin: 0 auto;
    position: relative;
    background: no-repeat center center;
    background-size:cover;
    text-align:center;
}
  
.imgPrtctBg .show-print {
    display: none;
}
.imgPrtctBg .clear-img {
    width: 100%;
    height: 100%;
}
/* END Image protection */
  
  
@media print {
      
    /* Image protection */
    .imgPrtctBg {
        background-image: none !important;
    }
    .imgPrtctBg .show-print {
        display: block;
        width: 100%;
        height: 100%;
        max-width: 100%;
    }
    .imgPrtctBg .clear-img {
        display: none;
    }   
      
}