@charset "utf-8";


/*************************
*        見出し       *
*************************/

/*大見出し */

.title_a {
	font-size: 3rem;
	font-weight: bold;
	padding: 10px 20px;
	margin: 20px auto 20px auto;
    border-top: 2px solid #000;
  border-bottom: 2px solid #000;
	}
.title_a .title_catch {
	font-size:0.6em;
	}

	@media only screen and (max-width: 999px) {
		.title_a {
			font-size: 2.4rem;
		}
	}
	@media only screen and (max-width: 767px){
		.title_a {
			font-size: 2rem;
		}
		.title_c {
	font-size: 1.2rem;
	}
	}
	
/*h3 */
.title_b {
	 font-size:1.750em;
	 font-weight:bold;
	 background: transparent;/*背景透明に*/
  border-left: solid 5px #ece8e0;/*左線*/
	 margin:40px auto 30px;
	 letter-spacing:0.1em;
	 padding: 0.25em 0.5em;/*上下 左右の余白*/
 }
.h3_ttl {
	font-size:1.500em !important;
	font-weight:bold;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px !important;
	padding: 0px 0px 0px 15px;
}
	@media only screen and (max-width: 767px){
		.title_b {
			font-size: 1.8rem;
			margin: 10px auto 20px;
			letter-spacing: 0;
			padding: 0.25em 0.5em;/*上下 左右の余白*/
		}
		.title_a +.title_b {
			margin: 0 auto 20px;
		}
		.h3_ttl {
			font-size: 1.8rem;
			}
	.title_c a {
	font-size: 1.5rem;
	font-weight: bold;
	}
			
	}


/*三角大 */
.title_c {
	font-size: 2rem;
	font-weight: bold;
	}


	@media only screen and (max-width: 999px) {
	}
	@media only screen and (max-width: 767px){
		.p_ttl02 {
			font-size: 1.4rem !important;
		}
	}


/*三角小2 */

.h_ttl02 {
    font-size: 2rem !important;
    background-repeat: no-repeat;
    padding: 5px 0px 5px 15px;
    border-bottom: 1px solid #CCC;
    font-weight: bold;
}
	@media only screen and (max-width: 999px) {
		.h_ttl02 {
			font-size: 1.8rem !important;
		}
	}
	@media only screen and (max-width: 767px){
		.title_a {
			font-size: 1.6rem !important;
		}
	}
	
	/*p */
	


/*三角小 */
.p_ttl02 {
	font-size:1.6rem !important;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px !important;
	background-image: url(https://kanten.itembox.design/item/p_ttl02_bg.png);
	padding: 3px 0px 0px 15px;
	}
	@media only screen and (max-width: 999px) {
	}
	@media only screen and (max-width: 767px){
		.p_ttl02 {
			font-size: 1.4rem !important;
		}
	}


/*三角小2 */

.h_ttl02 {
    font-size: 2rem !important;
    background-repeat: no-repeat;
    padding: 5px 0px 5px 15px;
    border-bottom: 1px solid #CCC;
    font-weight: bold;
}
	@media only screen and (max-width: 999px) {
		.h_ttl02 {
			font-size: 1.8rem !important;
		}
	}
	@media only screen and (max-width: 767px){
		.title_a {
			font-size: 1.6rem !important;
		}
	}


/*************************
*        フォントサイズ       *
*************************/


.txt_10 {font-size:1rem !important;}
.txt_12 {font-size:1.2rem !important;}
.txt_13 {font-size:1.3rem !important;}
.txt_14 {font-size:1.4rem !important;}
.txt_15 {font-size:1.5rem !important;}
.txt_16 {font-size:1.6rem !important;}
.txt_18 {font-size:1.8rem !important;}
.txt_20 {font-size:2rem !important;}
.txt_20red {font-size: 2rem !important;color: #700B0D;}
.txt_24 {font-size:2.4rem !important; font-weight: 600;}
.txt_30 {font-size:3rem !important;}

.txt_24 {padding: 5px 0 5px 10px;}


.txt_24w {
	font-size: 2.4rem !important;
	color: #FFFFFF;
	padding-left: 10px;
	padding: 5px 0 5px 10px;
	background-color: #000000;
	font-weight: normal;
	}
	
.txt_bg {color: #9D805C;}
.txt_red {color: #700B0D;}
.exp {
	font-weight: bold;
	margin-right:5px;
	}
	@media only screen and (max-width: 999px) {
	}
	@media only screen and (max-width: 767px){
		.txt_20 {font-size:1.8rem !important;}
		.txt_20red {font-size: 1.8rem !important}
		.txt_24 {font-size:1.8rem !important;}
		.txt_24 a {font-size:1.6rem !important;}
		.txt_24w {font-size:2rem !important;}
		.txt_30 {font-size:2.4rem !important;}
	}
	
/*************************
*        フロート       *
*************************/
.img_right {
	float: right;
	clear: right;
	padding-left: 10px;
	}
.img_left {
	float: left;
	clear: left;
	padding-right: 30px;
	}
.right {
	float: right;
	clear: right;
	}

/*clearfix */
.cf:before, .cf:after {
    content: '';
    : table;
	}
	
.cf:after {
    clear: both;
	}
	
.cf {
	zoom: 1; /* for IE6/7 */
	}


/*************************
*        ボックス       *
*************************/

.box_auto {
	width: 100%;
	height: auto;
	margin-bottom:50px;
	overflow: hidden;
	}	

.box_center {
	width: 100%;
	height: auto;
	margin: 0 0 50px 0;
	overflow: hidden;
	text-align: center;
	}	


/*角丸ボーダー付き*/

.box_auto_b {
	width: 800px;
	height: auto;
	margin-bottom: 50px;
	padding: 20px 10px 0px 20px;
	overflow: hidden;
	border: 1px solid #EFE4BE;
	border-radius: 8px;
	}

/*商品情報*/
	
.box_auto_c {
	width: 680px;
	height: auto;
	margin: 50px auto;
	padding: 20px 10px 0px 20px;
	overflow: hidden;
	border: 1px solid #999999;
	border-radius: 8px;
	}
	
/*上ボーダー*/
	
.box_auto_d {
	width: 800px;
	height: auto;
	margin: 30px auto 0px auto;
	padding: 20px 10px 0px 20px;
	overflow: hidden;
	border-top: 1px solid #999999;
	}
	
/*ボーダー*/
	
.box_auto_e {
	width:100%;
	max-width: 800px;
	margin: 0 auto 6rem;
	padding: 1.5rem;
	overflow: hidden;
	background:#FFF;
	box-sizing: border-box;
	border: 1px solid #dddddd;
}
.box_auto_e h3 {
	margin:1rem 0 0;
	text-align:center;
}
.box_auto_e  p img {
	display:block;
}
	@media only screen and (max-width: 767px){
		.box_auto_e  p span {
			display:block;
			margin:0;
		}
	}
.box_auto_m0 {
	width: 100%;
	height: auto;
	overflow: hidden;
	}	
		
.box_150 {
	width: 100%;
	height: 150px;
	}

.box_300 {
	width: 100%;
	height: 300px;
	margin-bottom:50px;
	overflow: hidden;
	}
	
.box_350 {
	width: 100%;
	height: 350px;
	margin-bottom:50px;
	overflow: hidden;
	}
	
.box_400 {
	width: 100%;
	height: 400px;
	margin-bottom:50px;
	overflow: hidden;
	}	

.box_450 {
	width: 100%;
	height: 450px;
	margin-bottom:50px;
	overflow: hidden;
	}	
	


#attention {
	width:100%;
	margin: 70px auto;
	padding: 15px;
	text-align: center;
	border: 2px dashed #B7696E;
	}
	
	@media only screen and (max-width: 767px){
		#attention p{font-size:0.8em;
	
	}
	}

/*************************
*        動画       *
*************************/

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

