/* CSS Document */


/* コンテンツ幅 フル */
.contentsInr{width:auto;padding:0px;}

.ctm_contentsFull{
background-color:#efe1c1;
} 
/* コンテンツ幅 950px */
.contentsInr .contentsUnit{
	padding:0 10px 20px;
	background-color:#ffffff;
	border-radius: 10px;
	}
@media all and (min-width:740px){
	.contentsInr .contentsUnit{width:950px;margin:0 auto;}
}

/* ティザー */
.ctm_color01{
	background-color:#efe1c1;
}
.ctm_color02{
	background:linear-gradient(to bottom, #ffffff 50%, #efe1c1 50%, #efe1c1 80%, #ffffff 80% );
}


.intro{
    background-image: linear-gradient(to right bottom,#6F0F0C 0%,#89130F 50%,#6F0F0C 100%);
    width:100%;
    height:100%;
	border-radius: 30px;
	padding: 10px;
}

.intro .border_white{
   border: solid 1px #FFF;
   border-radius: 30px;
    padding: 20px; 
}

.intro .intro_Title p{
	font-size: 3rem;
	font-weight: bold;
	color: #FFF;
}
.intro p{
    color: #fff;
}
.ctm_pageTtl.color03{
	color:#724f05;
}	
.ctm_pageTtl img{
	width:70px;
	display: inline-block;
	margin:-20px 5px 0 0;
}
.color04{
	color: #724f05;
}	

.ctm_pageTtl.hc01{
background-image: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/kat/hnd_JA703Jfinal/img_sites/headtitle.jpg);
color:#ffffff;
background-size: cover;
background-position: center center;
} 

.ctm_pageTtl.hc02{
background-image: url("/content/dam/sites/wwwjalcojp/jp/ja/domtour/kat/hnd_JA703Jfinal/img_sites/path-to-stripe.png");
color:#ffffff;
border-radius: 30px;
}

.ctm_pageTtl.hc03{
background-color: #cc0000;
color:#ffffff;
border-radius: 30px;
}  

.ctm_pageTtl .ttlLv1{
margin-bottom: 0px;
}


.tour_List>.txtList > li:before{
background-color: #d15227;
}


.ctm_tableColor_set.table_typeA.price_c th{
background-color: #d15227;
}


.small_Title{
	background:linear-gradient(to bottom,#ffffff 60%,#fff71f 60%,#fff71f 85%,#ffffff 85%);

}


/* チェックボックス */
.attention{
background-color: #FDFBDD;
border: 2px solid #cc0000;
padding:10px;
}

.optinBox{
padding: 10px;
}

.optinBox span.optInCheck {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media all and (min-width: 740px) {
  .optinBox span.optInCheck {
    width: 20px;
    height: 20px;
  }
}

@media all and (max-width: 739px) {
  .optinBox span.optInCheck {
    width: 18px;
    height: 18px;
    margin-top: 3px;
  }
}

.optinBox span.optInCheck::before {
  background: #fff;
  border: 2px solid #cc0000;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.optinBox span.optInCheck::after {
  border-right: 3px solid #333333;
  border-bottom: 3px solid #333333;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media all and (min-width: 740px) {
  .optinBox span.optInCheck::after {
    width: 8px;
    height: 12px;
    left: 6px;
    margin-top: -8px;
  }
}

@media all and (max-width: 739px) {
  .optinBox span.optInCheck::after {
    width: 8px;
    height: 13px;
    left: 5px;
    margin-top: -9px;
  }
}

.optinBox input[type="checkbox"] {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}

.optinBox label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: auto;
}

@media all and (min-width: 740px) {
  .optinBox label {
    padding: 5px 0;
  }
}

@media all and (max-width: 739px) {
  .optinBox label {
    padding: 5px 10px;
    display: flex;
  }
}

input[type="checkbox"]:focus + span.optInCheck {
  box-shadow: 0 0 3px 3px #ccc;
}

input[type="checkbox"]:checked + span.optInCheck:after {
  opacity: 1;
}

.optinBox span.agreeTxt {
  display: inline-block;
  margin-left: 15px;
  font-size: 1.8rem;
  font-weight: bold;
  vertical-align: -2px;
}
/* チェックボックス　ここまで */


