@charset "utf-8";
/*----------------------------------
MAIN AREA
------------------------------------*/
#mainArea {
	position: relative;
	border-top: solid 1px #E4E3E3;
	margin-bottom: 40px;
}
#mainArea h1 {
	margin-top: 50px;
	text-align: center;
}
#mainArea h1 span {
	display: block;
	font-size: 2.4rem;
	margin-bottom: 20px;
}
/*----------------------------------
MENU AREA
------------------------------------*/
#menuArea {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin: 50px 100px;
	line-height: 1.8;
}
#menuArea .inn {
	width: 32%;
	margin-bottom: 30px;
}
#menuArea .inn:nth-of-type(3n+2):last-of-type {
margin-right: 34%;
}
#menuArea .inn figure img {
	width: 100%;
}
#menuArea .inn .txt {
	margin-top: 10px;
}
#menuArea .inn .txt time {
	color: #605d58;
	font-size: 1.4rem;
}
#menuArea .inn .txt .new::after {
	content: 'New!';
	color: #cf0a2c;
	font-size: 1.4rem;
	margin-left: 10px;
}
#menuArea .inn .txt h2 {
	margin-top: 10px;
	font-size: 2.0rem;
}
#menuArea .inn .txt h2 a {
	text-decoration: underline;
}
#menuArea .inn .txt h2 a:hover {
	text-decoration: none;
}
#menuArea .inn .txt p {
	margin-top: 10px;
	font-size: 1.5rem;
}
/*----------------------------------
SECONDARY AREA
------------------------------------*/
#secondaryArea {
	position: relative;
	line-height: 1.8;
}
#secondaryArea #title {
	background: #D3CBC5;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
#secondaryArea #title2 {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
#secondaryArea #title .pic,#secondaryArea #title2 .pic  {
	width: 55%;
}
#secondaryArea #title .txt,#secondaryArea #title2 .txt   {
	width: 45%;
	padding: 40px;
}
#secondaryArea #title .txt time,#secondaryArea #title2 .txt time {
	color: #605D58;
	font-size: 1.4rem;
	font-weight: bold;
}
#secondaryArea #title .txt h2,#secondaryArea #title2 .txt h2 {
	font-size: 3.4rem;
	margin-top: 10px;
}
#secondaryArea #title .txt p,#secondaryArea #title2 .txt p {
	font-size: 1.5rem;
	line-height: 1.8;
	margin-top: 20px;
	text-align: justify;
	text-justify: auto;
}
#secondaryArea #title .pic img,#secondaryArea #title2 .pic img {
	max-width: 100%;
}
#secondaryArea #profile {
	border: solid 1px #CCC2BA;
	margin-top: 20px;
}
#secondaryArea #profile2 {
	border: solid 1px #CCC2BA;
	margin-top: 20px;
    padding:20px;
	display: flex;
}
#secondaryArea #profile dl{
	margin: 20px 100px;
}
#secondaryArea #profile dl dt,#secondaryArea #profile2 dl dt {
	font-size: 2.2rem;
	font-weight: bold;
}
#secondaryArea #profile dl dt span,#secondaryArea #profile2 dl dt span {
	font-size: 1.5rem;
}
#secondaryArea #profile dl dt span:first-of-type, #secondaryArea #profile2 dl dt span:first-of-type{
	display: block;
	margin-bottom: 4px;
}
#secondaryArea #profile dl dd,#secondaryArea #profile2 dl dd{
	font-size: 1.5rem;
	line-height: 1.6;
	margin-top: 20px;
	text-align: justify;
	text-justify: auto;
}
#secondaryArea a {
	text-decoration: underline;
}
#secondaryArea a:hover {
	text-decoration: none;
}
#secondaryArea #honbun {
	margin: 50px 100px;
}
#secondaryArea #honbun h3 {
	font-size: 3.0rem;
	text-align: center;
}
#secondaryArea #honbun p {
	font-size: 1.6rem;
	line-height: 1.8;
	margin-top: 30px;
	text-align: justify;
	text-justify: auto;
}
#secondaryArea #honbun p:first-of-type {
	margin-top: 50px;
}

#secondaryArea .flex {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
#secondaryArea .flex .pic {
	width: 55%;
	margin-top: 50px;
	padding-left: 30px;
}
#secondaryArea .flex .txt {
	width: 45%;
}
#secondaryArea .flex .pic img {
	width: 100%;
}

#secondaryArea #profile .flex .pic,#secondaryArea #profile2 .flex .pic {
	width: 25%;
	margin: 20px 0;
	padding-left: 50px;
	box-sizing: border-box;
}
#secondaryArea #profile .flex .txt {
	width: 75%;
}
#secondaryArea #profile .flex .txt dl {
	margin: 20px 100px 20px 40px;
}
#secondaryArea #profile2 .pic {
	width: 30%;
}
#secondaryArea #profile2 .pic img {
	width: 100%;
}
#secondaryArea #profile2 .txt {
	width: 70%;
	padding: 20px 30px 0px;
}
#secondaryArea #profile2 .txt p  {
	font-size: 1.5rem;
	line-height: 1.8;
	text-align: justify;
	text-justify: auto;
}

#secondaryArea .point:nth-child(even){
	flex-flow: row-reverse;
}
@media screen and (min-width: 768px) {
#secondaryArea .point2:nth-child(even) {
	flex-flow: row-reverse;
}
#secondaryArea .point3:nth-child(odd) {
	flex-flow: row-reverse;
}
}
#secondaryArea .point .pic,#secondaryArea .point2 .pic,#secondaryArea .point3 .pic {
	width: 40%;
}
#secondaryArea .point .pic img,#secondaryArea .point2 .pic img,#secondaryArea .point3 .pic img {
	width: 100%;
}
#secondaryArea .point .txt,#secondaryArea .point2 .txt ,#secondaryArea .point3 .txt{
	width: 60%;
	padding: 20px 30px 0px;
}
#secondaryArea .point .txt h4 {
	font-size: 2.0rem;
}
#secondaryArea .point .txt p,#secondaryArea .point2 .txt p,#secondaryArea .point3 .txt p  {
	font-size: 1.5rem;
	line-height: 1.8;
	text-align: justify;
	text-justify: auto;
}
#secondaryArea .point,#secondaryArea .point2,#secondaryArea .point3 {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin-bottom: 30px;
	line-height: 1.8;
}
#secondaryArea h5{
    border-left: solid 3px #CCC2BA;
    font-size: 2.0rem;
    margin: 60px auto 10px;
    padding: 15px;
    font-weight: bold;
}
#secondaryArea h3.kurashi {
    font-size: 3.0rem;
    text-align: center;
margin:60px auto;
padding: 20px;
border-top: solid 1px #CCC2BA;
border-bottom: solid 1px #CCC2BA;
line-height: 1.3;
}
/*----------------------------------
THIRDARY AREA
------------------------------------*/
#thirdaryArea {
	position: relative;
	background: url(../../images/bg_sandwall01.png) repeat 0 0;
	padding: 45px 60px 50px;
	width: 100%;
	max-width: 1200px;
	margin: 50px auto;
	clear: both;
	line-height: 1.8;
}
#thirdaryArea a {
	text-decoration: underline;
}
#thirdaryArea a:hover {
	text-decoration: none;
}
#thirdaryArea .point {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
#thirdaryArea .point:nth-child(even) {
	flex-flow: row-reverse;
}
#thirdaryArea .point .pic,#thirdaryArea .point .pic2 {
	width: 50%;
}
#thirdaryArea .point .pic img,#thirdaryArea .point .pic2 img {
	width: 100%;
}
#thirdaryArea .point .txt {
	width: 50%;
	padding: 50px;
}
#thirdaryArea .point .txt h4 {
	font-size: 2.0rem;
}
#thirdaryArea .point .txt p {
	font-size: 1.5rem;
	line-height: 1.8;
	margin-top: 30px;
	text-align: justify;
	text-justify: auto;
}

/*----------------------------------
FOURDARY AREA
------------------------------------*/
#fourdaryArea {
	position: relative;
	line-height: 1.8;
}
#fourdaryArea .honbun {
	margin: 50px 100px;
}
#fourdaryArea .honbun h3 {
	font-size: 3.0rem;
	text-align: center;
}
#fourdaryArea .honbun p {
	font-size: 1.6rem;
	line-height: 1.8;
	margin-top: 30px;
	text-align: justify;
	text-justify: auto;
}
#fourdaryArea .honbun p:first-of-type {
	margin-top: 50px;
}
/*----------------------------------
FIVE AREA
------------------------------------*/

#fiveArea {
	position: relative;
	background: url(../../images/bg_sandwall01.png) repeat 0 0;
	padding: 45px 60px 50px;
	width: 100%;
	max-width: 1200px;
	margin: 50px auto;
	clear: both;
	line-height: 1.8;
}
#fiveArea .point {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
#fiveArea .point:nth-child(even) {
	flex-flow: row-reverse;
}
#fiveArea .point .pic {
	width: 50%;
}
#fiveArea .point .pic img {
	width: 100%;
}
#fiveArea .point .txt {
	width: 50%;
	padding: 50px;
}
#fiveArea .point .txt h4 {
	font-size: 2.0rem;
}
#fiveArea .point .txt p {
	font-size: 1.5rem;
	line-height: 1.8;
	margin-top: 30px;
	text-align: justify;
	text-justify: auto;
}

/*----------------------------------
PRODUCTS AREA
------------------------------------*/
#productsArea {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 50px ;
	line-height: 1.6;
}
#productsArea h2 {
	font-size: 3.0rem;
	text-align: center;
}
#productsArea ul {
	display: flex;
	margin-top: 50px;
	justify-content: center;
	align-items: flex-end;
}
#productsArea ul li {
	padding: 0 30px;
	text-align: center;
	font-size: 1.5rem;
}
#productsArea ul li figcaption {
	margin-top: 10px;
}
#productsArea ul li a {
	text-decoration: underline;
}
#productsArea ul li a:hover {
	text-decoration: none;
}

@media screen and (max-width: 1079px) {
#thirdaryArea {
	padding: 30px;
}
#fiveArea {
	padding: 30px;
}
#menuArea {
	margin: 50px;
}
}
/*----------------------------------
otherArticles
------------------------------------*/
#otherArticles {
	padding: 20px 0;
	text-align: center;
	border: solid 1px #CCC2BA;
	margin-bottom: 30px;
}
#otherArticles .inn {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 30px;
}
#otherArticles ul {
	text-align: center;
}
#otherArticles .bx-pager {
	display: none;
}
#otherArticles .bx-wrapper {
	margin-bottom: 0;
}
#otherArticles .bx-wrapper .bx-viewport {
	background: transparent;
	border: none;
	box-shadow: none;
	left: 0;
}
#otherArticles ul li {
}
#otherArticles .bx-wrapper .bx-prev {
	width: 16px;
	height: 16px;
	border-top: 4px solid #7E7A77;
	border-right: 4px solid #7E7A77;
	-webkit-transform: rotate(45deg);
	transform: rotate(-135deg);
	top: 50%;
	margin-top: -10px;
	left: -20px;
}
#otherArticles .bx-wrapper .bx-next {
	width: 16px;
	height: 16px;
	border-top: 4px solid #7E7A77;
	border-right: 4px solid #7E7A77;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	margin-top: -10px;
	right: -20px;
}
#otherArticles ul li p {
	margin-top: 5px;
	font-size: 1.4rem;
}
#otherArticles ul li p span {
	color: #CF0A2C;
	font-weight: bold;
	padding-left: 5px;
}
#otherArticles ul li time {
	color: #605D58;
	font-size: 1.2rem;
	font-weight: bold;
}

@media screen and (max-width: 975px) {
/*----------------------------------
SECONDARY AREA
------------------------------------*/
#secondaryArea {
	position: relative;
	padding: 40px 0 50px;
}
}

@media screen and (max-width: 767px) {
/*----------------------------------
MAIN AREA
------------------------------------*/
#mainArea {
	margin-bottom: 20px;
}
#mainArea h1 {
	margin-top: 20px;
}
#mainArea h1 span {
	font-size: 2.0rem;
}
/*----------------------------------
MENU AREA
------------------------------------*/	
#menuArea {
	margin: 50px 20px;
}
#menuArea .inn .txt h2 {
	font-size: 1.8rem;
}
/*----------------------------------
SECONDARY AREA
------------------------------------*/
	
#secondaryArea #title,#secondaryArea #title2 {
	display: block;
}
#secondaryArea #title .pic,#secondaryArea #title2 .pic  {
	width: 100%;
}
#secondaryArea #title .txt,#secondaryArea #title2 .txt {
	width: 100%;
	padding: 20px;
 box-sizing: border-box:
}
#secondaryArea #title .txt h2,#secondaryArea #title2 .txt h2  {
	font-size: 2.8rem;
	margin-top: 10px;
}
#secondaryArea #profile {
	border-bottom: solid 1px #CCC2BA;
	border-top: none;
	border-left: none;
	border-right: none;
}
#secondaryArea #profile dl {
	margin: 20px;
}
#secondaryArea #honbun {
	margin: 40px 20px;
}
#secondaryArea #honbun h3 {
	font-size: 2.8rem;
}
#secondaryArea #honbun p:first-of-type {
	margin-top: 40px;
}
#secondaryArea .flex {
	display: block;
}
#secondaryArea .flex .pic {
	width: 100%;
	margin-top: 20px;
	padding-left: 0;
}
#secondaryArea .flex .txt {
	width: 100%;
	padding: 20px;
 box-sizing: border-box:
}
#secondaryArea #profile .flex {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
#secondaryArea #profile .flex .pic {
	width: 25%;
	margin: 20px 0;
	padding-left: 20px;
	box-sizing: border-box;
}
#secondaryArea #profile .flex .txt {
	width: 75%;
}
#secondaryArea #profile .flex .txt dl {
	margin: 0px 20px 20px 20px;
}
#secondaryArea h3.kurashi {
    font-size: 2.0rem;
    margin: 0px auto 30px;
}
#secondaryArea .point2 .pic,#secondaryArea .point3 .pic {
    width: 100%;
}
#secondaryArea .point2 .txt,#secondaryArea .point3 .txt {
    width: 100%;
    padding: 20px;
}
#secondaryArea #profile2 {
	display: block;
}
#secondaryArea #profile2 .pic {
	width: 100%;
margin:30px auto 20px;
}
#secondaryArea #profile2 .txt {
	width:100%;
	padding: 10px 0px 0px;
}
#secondaryArea h5 {
    margin: 20px auto 10px;
}
/*----------------------------------
THIRDARY AREA
------------------------------------*/
#thirdaryArea .point {
	display: block;
}
#thirdaryArea .point .pic {
	width: 100%;
}
#thirdaryArea .point .txt {
	width: 100%;
	padding: 20px 0 0;
	box-sizing: border-box;
}
/*----------------------------------
FOURDARY AREA
------------------------------------*/

#fourdaryArea .honbun {
	margin: 40px 30px;
}
#fourdaryArea .honbun h3 {
	font-size: 2.8rem;
}
#fourdaryArea .honbun p:first-of-type {
	margin-top: 40px;
}

/*----------------------------------
FIVE AREA
------------------------------------*/
#fiveArea .point {
	display: block;
}
#fiveArea .point .pic {
	width: 100%;
}
#fiveArea .point .txt {
	width: 100%;
	padding: 20px 0 0;
	box-sizing: border-box;
}
}

@media screen and (max-width: 557px) {
#mainArea h1 img {
	width: 70%;
}
/*----------------------------------
MENU AREA
------------------------------------*/
#menuArea .inn {
	width: 48%;
	margin-bottom: 30px;
}
#menuArea .inn .txt p {
	line-height: 1.6;
}
/*----------------------------------
PRODUCTS AREA
------------------------------------*/
	
#productsArea ul {
	align-items: flex-end;
}
#productsArea ul li.yashi {
	padding: 0 10px;
	font-size: 1.4rem;
	box-sizing: border-box;
}
#productsArea ul li.yashi img {
	height: 16rem;
	width: auto;
}
#productsArea ul li.he {
	padding: 0 10px;
	font-size: 1.4rem;
	width: 40%;
	box-sizing: border-box;
}
	#productsArea ul li.he img {
		width: 100%;
		height: auto;
	}
	#productsArea ul li.hekitai img {
		width: 70.4%;
		
	}
}
/*----------------------------------
LIST TUB
------------------------------------*/
.list_tub{
		width: 100%;
        border-bottom:solid 1px #000;
        display: flex;
        justify-content: flex-start;
        margin-top:20px;
}
.list_tub a{
		text-decoration:none;
}
.nnt{
		width: 125px;
		padding:9px;
		border-radius: 3px 3px 0px 0px;
		border-top:solid 1px #000;
		border-left:solid 1px #000;
		border-right:solid 1px #000;
        background:#000;
        color:#fff;
        margin-left:100px;
}
.nt-off{
		width: 137px;
		padding:9px;
		border-radius: 3px 3px 0px 0px;
		border-top:solid 1px #000;
		border-left:solid 1px #000;
		border-right:solid 1px #000;
}
.nnt-off{
		width: 125px;
		padding:9px;
		border-radius: 3px 3px 0px 0px;
		border-top:solid 1px #000;
		border-left:solid 1px #000;
		border-right:solid 1px #000;
        margin-left:100px;
}
.nt{
		width: 137px;
		padding:9px;
		border-radius: 3px 3px 0px 0px;
		border-top:solid 1px #000;
		border-left:solid 1px #000;
		border-right:solid 1px #000;
        background:#000;
        color:#fff;
}
@media screen and (max-width: 1079px) {
.nnt {
        margin-left:50px;
}
.nnt-off{
        margin-left:50px;
}
}
@media screen and (max-width: 767px) {
.nnt {
        margin-left:20px;
}
.nnt-off{
        margin-left:20px;
}
}
/*----------------------------------
YOUTUBE
------------------------------------*/
div#youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
    margin-bottom: 30px;
}
div#youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 767px) {
div#youtube {
    margin-bottom: 0px;
}
}