@charset "UTF-8";
/* CSS Document */

/* 日本語 基本フォント */

body {　font-family: 'Noto Sans JP', sans-serif;　}

p,b,strong,ul,li,a,ol {
	font-family: 'Noto Sans JP', sans-serif;
}

.header_h1 {
	background-image: url("../img/base_usuibaijyu.jpg");
	background-repeat: repeat;
	display: block;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 8px;
	color: #333;
	text-align: left;
	letter-spacing: 0.1em;
	font-weight: normal;
	margin: 0 auto;
}

.title_h2 {
	font-family: "Sawarabi Mincho";
	font-size: 30px;
	text-align: center;
  width: 90%;
	margin: 0 auto;
	display: block;
}

.parenthesis p {
	font-family: "Sawarabi Mincho";
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	margin: 5px auto;
}

.parenthesis {
  position: relative;
  width: 80%;
  padding: 1px 30px;
	
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	
  margin: 0 auto;
}
.parenthesis::before,
.parenthesis::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 50px;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	
}
.parenthesis::before {
  top: 0;
  left: 0;	/*
  border-top: 1px solid #555;
  border-left: 1px solid #555;
	*/
}
.parenthesis::after {
  bottom: 0;
  right: 0;/*
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
	*/
}


.parenthesis_w p {
	font-family: "Sawarabi Mincho";
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	margin: 5px auto;
	color: #fff;
}

.parenthesis_w {
  position: relative;
  width: 80%;
  padding: 1px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
.parenthesis_w::before,
.parenthesis_w::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.parenthesis_w::before {
  top: 0;
  left: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.parenthesis_w::after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.cach_h3{font-size: 16px;}
.tokucyou {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 28px;
	line-height: 1.4;
	font-weight: bold;
	text-align: left;
	
}



/* 色文字 */

.pink {
	color: #BD5557;
}



/*p  strong */


.text1 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	line-height: 1.5;
	text-align: justify
}
.syouhinmei {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
	text-align: left;
	display: block;
	padding-bottom: 6px;
	margin-bottom: 10px;
}

.kakaku {
	
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	border-bottom: dotted 1px gray;
	font-weight: bold;
	padding-bottom:2%;
}



.text_tokucyou {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	text-align: left;
	line-height: 1.4;
	
}

.text_osusume {
	font-family: "M PLUS Rounded 1c";
	font-size: 19px;
	text-align: left;
	line-height: 1.3;
	display: block;
	margin: 15px auto 12px auto;
	text-align:justify;
	font-weight: bold;
	
}

/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */

@media screen and (max-width: 560px) {
	

.header_h1 {
	font-size: 6px;
	display: none;
}
	
	
.title_h2 {
	font-size: 20px;
	background-position: center top;
	width: 90%;
	margin: 0 auto;
}

.parenthesis p {
	font-size: 20px;
	width: 95%;
	margin: 0 auto;
}

	
.parenthesis {
  width: 90%;
}
	
.parenthesis_w p {
	font-size: 20px;
	width: 95%;
	margin: 0 auto;
}

	
.parenthesis_w {
  width: 90%;
}
		

.tokucyou {
	font-size: 18px;
	margin-bottom: 5px;
	text-align: left;
	
}

.text_tokucyou {
	font-size: 15px;
	margin-top: 0px;
	text-align: left;
	
}

.text_osusume {
	font-size: 17px;
	
}
	
}