@charset "utf-8";
/*===========================
add
===========================*/

/*----------------------
none
----------------------*/
.pcOFFtabletOFFspON{display: none;}
@media screen and (max-width: 768px) {
	.pcOFFtabletOFFspON{display: none;}
}
@media only screen and (max-width: 600px) {
	.pcOFFtabletOFFspON{display: block;}
}

.pcOFFtabletONspOFF{display: none;}
@media screen and (max-width: 768px) {
	.pcOFFtabletONspOFF{display: block;}
}
@media only screen and (max-width: 600px) {
	.pcOFFtabletONspOFF{display: none;}
}

@media screen and (max-width: 768px) {
	.pcONtabletOFFspOFF{display: none;}
}

@media screen and (min-width: 769px) {
	.pcOFFtabletONspON{display: none;}
}

@media screen and (min-width:601px) and (max-width: 768px) {
	.pcONtabletOFFspON{display: none;}
}

@media only screen and (max-width: 600px) {
	.pcONtabletONspOFF{display: none;}
}

/*===========================
text
===========================*/
.txt-s{
	font-size: 0.9rem;
}

.txt-c-indent{
	color: #a34949 !important;
}

.fb00{
	font-weight: bold;
}

.fb01{
	font-weight: bold;
	color:#40a9b9;
}



/*===========================
margin
===========================*/
.mt0{margin-top: 0;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}

.mb0{margin-bottom: 0;}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.mb70{margin-bottom: 70px;}
.mb80{margin-bottom: 80px;}
.mb90{margin-bottom: 90px;}
.mb100{margin-bottom: 100px;}

/*===========================
align
===========================*/
.txc{text-align: center;}

.center-pcONspOFF{text-align: center;}
@media screen and (max-width: 768px) {
	.center-pcONspOFF{text-align: left;}
}

.center-pcONtabletONspOFF{text-align: center;}
@media screen and (max-width: 600px) {
	.center-pcONtabletONspOFF{text-align: left;}
}

/*===========================
cont1-add
===========================*/
/*box1----------*/
/*f-item1-2-----*/
@media screen and (min-width: 769px) {
	.cont1-add .box1 .f-item1-2{
		position: relative;
	}

	.cont1-add .box1 .in01{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		display:flex;
		align-items:center;
	}

	.cont1-add .box1 .boxFrFL{
		width: 100%;
	}
}


/*box2----------*/
/*txt01-----*/
.cont1-add .box2 .txt01{
	text-align: center;
	margin-bottom: 10px;
	background-color: #91e6f2;
	border-radius: 5px;
	color: #fff;
	padding: 8px 0;
	font-size: 1.3rem;
}

.cont1-add .box2 .txt01 + p{
	margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
	.cont1-add .box2 .in01{
		width: 65.5%;
		margin: 0 auto;
	}

	.cont1-add .box2 .in01 .f-item1-3 {
		box-sizing: border-box;
		width: 47.5%;
		margin-bottom:30px;
	}
}
@media screen and (min-width: 601px) {
	.cont1-add .box2 .in01{
		width: 68%;
		margin: 0 auto;
	}

	.cont1-add .box2 .in01 .f-item1-3 {
		box-sizing: border-box;
		width: 47.5%;
		margin-bottom:30px;
	}
}

/*box3----------*/
.cont1-add .box3{
	background: url(../img/content/1.jpg) no-repeat left center;
	background-size: cover;
	color: #fff;
}
.cont1-add .box3:after{
	content: '';
  background-color: rgba(0,0,0,.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.cont1-add .box3{
	font-size: 1.5rem;
	text-shadow: 0 0 1px #000,0 0 2px #000, 0 0 4px #000, 0 0 6px #000, 0 0 8px #000,0 0 10px #000,0 0 12px #000, 0 0 14px #000, 0 0 16px #000;
}
@media screen and (max-width: 768px) {
	.cont1-add .box3{
		font-size: 1.2rem;
	}
}

.cont1-add .box3 .txt1{
	text-align: center;
	font-size: 2.5rem;
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
	.cont1-add .box3 .txt1{
		font-size: 2.2rem;
		line-height: 130%;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 600px) {
	.cont1-add .box3 .txt1{
		font-size: 1.5rem;
		margin-bottom: 25px;
		line-height: 150%;
	}
}

.cont1-add .box3 .txt1 + p{
	text-align: center;
	line-height: 200%;
}
@media screen and (max-width: 768px) {
	.cont1-add .box3 .txt1 + p{
		text-align: left;
		line-height: 180%;
	}
}

/*wrapper-----*/
.cont1-add .box3 .wrapper{
	position: relative;
	z-index: 2;
	padding: 100px 0;
}
@media screen and (max-width: 768px) {
	.cont1-add .box3 .wrapper{
		padding: 50px 20px;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 600px) {
	.cont1-add .box3 .wrapper{
		padding: 0 20px;
	}
}


/*===========================
cont2-add
===========================*/
/*box1----------*/
/*f-wrap-----*/
@media screen and (min-width: 601px) {
	.cont2-add .box1 .f-item1-2{
		margin-bottom: 0;
	}
}

@media screen and (min-width: 601px) {
	.cont2-add .box1 .f-wrap:nth-child(n+2) .f-item1-2{
	margin-top: 30px;
	}
}

@media screen and (max-width: 600px) {
	.cont2-add .box1 .f-item1-2:nth-child(2){
		margin-bottom: 0;
	}

	.cont2-add .box1 .f-wrap:nth-child(n+2){
		margin-top: 30px;
	}
}


/*h3-----*/
.cont2-add .box1 h3{
	background-color: #40a9b9;
	color: #fff;
	text-shadow: none;
	margin: 0 0 15px;
	padding: 10px;
	line-height: 100%;
	font-size: 1.4rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.cont2-add .box1 h3:after{
	background: none;
}


.cont2-add .box1 .price{
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
}

/*box2----------*/
.cont2-add .box2{
	background: url(../img/content/8.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.cont2-add .box2:after{
	content: '';
  background-color: rgba(0,0,0,.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.cont2-add .box2{
	font-size: 1.5rem;
	text-shadow: 0 0 1px #000,0 0 2px #000, 0 0 4px #000, 0 0 6px #000, 0 0 8px #000,0 0 10px #000,0 0 12px #000, 0 0 14px #000, 0 0 16px #000;
}
@media screen and (max-width: 768px) {
	.cont2-add .box2{
		font-size: 1.2rem;
	}
}

.cont2-add .box2 .txt1{
	text-align: center;
	font-size: 2.5rem;
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
	.cont2-add .box2 .txt1{
		font-size: 2.2rem;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 600px) {
	.cont2-add .box2 .txt1{
		font-size: 1.5rem;
		margin-bottom: 25px;
		line-height: 150%;
	}
}

.cont2-add .box2 .txt1 + p{
	text-align: center;
	line-height: 200%;
}
@media screen and (max-width: 768px) {
	.cont2-add .box2 .txt1 + p{
		text-align: left;
		line-height: 180%;
	}
}

/*wrapper-----*/
.cont2-add .box2 .wrapper{
	position: relative;
	z-index: 2;
	padding: 100px 0;
}
@media screen and (max-width: 768px) {
	.cont2-add .box2 .wrapper{
		padding: 50px 20px;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 600px) {
	.cont2-add .box2 .wrapper{
		padding: 0 20px;
	}
}

/*box3----------*/
/*f-item1-2-----*/
@media screen and (min-width: 769px) {
	.cont2-add .box3 .f-item1-2{
		position: relative;
		font-size: 1.2rem;
		line-height: 180%;
	}

	.cont2-add .box3 .in01{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		display:flex;
		align-items:center;
	}

	.cont2-add .box3 .boxFrFL{
		width: 120%;
	}
}



/*===========================
cont3-add
===========================*/
/*box1----------*/
@media screen and (min-width: 769px) {
	.cont3-add .box1 .boxSimple2{
		position: relative;
	}
	.cont3-add .box1 .txt01{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		display:flex;
		justify-content:center;
		align-items:center;
	}
}


/*box2----------*/
.cont3-add .box2{
	background: url(../img/content/15.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.cont3-add .box2:after{
	content: '';
  background-color: rgba(0,0,0,.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/*wrapper-----*/
.cont3-add .box2 .wrapper{
	position: relative;
	z-index: 2;
}

/*h2-----*/
.cont3-add .box2 h2{
	text-shadow: 0 0 1px #000,0 0 2px #000, 0 0 4px #000, 0 0 6px #000, 0 0 8px #000,0 0 10px #000,0 0 12px #000, 0 0 14px #000, 0 0 16px #000, 0 0 18px #000;
}

.cont3-add .box2 .txt01{
	font-size: 1.4rem;
	text-shadow: 0 0 1px #000,0 0 2px #000, 0 0 4px #000, 0 0 6px #000, 0 0 8px #000,0 0 10px #000,0 0 12px #000, 0 0 14px #000, 0 0 16px #000;
	line-height: 200%;
}
@media screen and (max-width: 768px) {
	.cont3-add .box2 .txt01{
		font-size: 1.2rem;
		line-height: 180%;
	}
}



/*txtSign-----*/
.cont3-add .box2 .txtSign{
	text-align: center;
	text-shadow: 0 0 1px #000,0 0 2px #000, 0 0 4px #000, 0 0 6px #000, 0 0 8px #000,0 0 10px #000,0 0 12px #000, 0 0 14px #000, 0 0 16px #000;
}
@media screen and (max-width: 768px) {
	.cont3-add .box2 .txtSign{
		text-align: right;
	}
}


/*box3----------*/
/*table-----*/
@media screen and (min-width: 601px) {
	.cont3-add .box3 th{
		width: 20%;
	}
}

@media screen and (max-width: 768px) {
	.cont3-add .box3 .contPad80p{
		width: 100%;
	}
}

/*box4----------*/
.cont3-add .box4 a{transition: 0.3s;}
.cont3-add .box4 a:hover{opacity: 0.6;}








/* 基本カラー  */

.fcBasic {
	color:#91e6f2;
}

.tx-sp {
	font-size:80%;
}
