@charset "UTF-8";
/*----------------------------------------------------
	☆CMN
----------------------------------------------------*/
 @import url('https://fonts.googleapis.com/css?family=Archivo+Black');

body {
	color: #fff;
	font-family: Arial, Roboto, 游ゴシック体, 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-size: 1.6rem; /* sets the default sizing to make sure nothing is actually 10px */
	font-weight: 500;
	line-height: 1;
	min-width: auto;
	transition: 0.3s ease-in-out;
}
body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
	margin: 0;
	padding: 0;
}
.last {
	margin-right: 0 !important;
}
.txt {
	color: #000;
	font-family: Arial, Roboto, 游ゴシック体, 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 20px;
	letter-spacing: .1em;
	line-height: 180%;
	text-align: center;
}
ul {
	list-style-type: none;
}
#wrap a:hover {
	opacity: .8;
}

.archo { 

    font-family: 'Archivo Black', sans-serif;

}


/*----------------------------------------------------
	☆nav
----------------------------------------------------*/

#nav .nav_box {
	background: url(../images/navbg.png) repeat-x left 150px;
}
/*----------------------------------------------------
	☆one
----------------------------------------------------*/

#one {
	background: url(../images/bg_blue.jpg) repeat left top;
	padding: 70px 0 30px;
	text-align: center;
	width: 100%;
}


#one .box  {
	background:  url(../images/arrow.png) no-repeat bottom center;
	padding-bottom: 30px;
	margin-top: 20px;
}

#one .lastB  {
	background: none !important;
	margin-bottom: 50px;
}


#one .box .boxInr  {
	background: #fff ;
	padding: 30px;
	margin-bottom: 30px;
}

#one .box .boxInr h3 {
	border-top: 1px dotted #5A2D28;
	border-bottom: 1px dotted #5A2D28;
	margin-bottom: 30px;
	text-align: left;
	padding-left: 10px;
	position: relative;
}


#one .box .boxInr h3 span.rnd {
    background: #83cac7;
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
    padding: 7px 10px;
    border-radius: 50px;
	position: absolute;
	top: 7px;
	left:7px;
}


#one .box .boxInr h3 span.hdtxt{
	color: #592c27;
	font-size: 26px;
	line-height: 170%;
	text-align: left;
	letter-spacing: 1px;
	display: inline-block;
	padding-left: 40px;
	vertical-align: middle;
}


#one .box .boxInr h3 a {
    background: #83cac7;
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
    padding:7px 20px;
	display: inline-block;
}






#one .box .boxInr ul li {
    background: #592c27;
    color: #fff;
	display: inline-block;
	width: 49%;
    font-size: 16px;
    padding: 15px;
	margin-bottom: 10px;
}






#one .txt {
	color: #000000;
	font-size: 18px;
	line-height: 170%;
	text-align: left;
	letter-spacing: 1px;
}


#one .txt01 {
	color: #000000;
	font-size: 18px;
	line-height: 170%;
	text-align: left;
	letter-spacing: 1px;
	margin-bottom: 80px;
}

#one .sml {
	color: #000000;
	font-size: 15px;
	line-height: 170%;
	text-align: left;
	letter-spacing: 1px;
	margin-bottom: 80px;
}


#one h3.hd01  {
	background:  url("../images/hdbg.png") no-repeat center center;
	padding: 20px 0px;
	color: #fff;
	font-size: 34px;
	margin-bottom: 40px;
}











#one .blueBx {
	background: #3679b5;
	padding: 30px;
	margin-bottom: 80px;
	
	

}





#one .blueBx h4{
	color: #fff;
	font-size: 26px;
	line-height: 180%;
	margin-bottom: 30px;
}






#one .blueBx .fltL{
	background: #fff;
	width: 49%;
}



#one .blueBx .fltR{
	background: #fff;

	width: 49%;
}





#one .blueBx h5{
	background: #83cac7;
	color: #fff;
	font-size: 22px;
	line-height: 180%;
}



#one .blueBx .txt {
	color: #000000;
	font-size: 18px;
	line-height: 170%;
	padding: 20px;
	text-align: left;
	letter-spacing: 1px;
	min-height: 285px;
}






#one .blueBx .txt a{
	color: #3679b5;
	font-size: 18px;

}


#one .pricetable {
  position: relative;
  width: 100%;
/*  display: flex;
  flex-direction: column;*/
}

/*#one .pricetable .pricerow {
  display: flex;
  margin-bottom: 8px;
}*/


#one .pricetable .blt {
  border-left: 8px solid transparent;
}
#one .pricetable .pricename {
  position: relative;
  background: #83cac7;
  color: #fff;
  font-size: 22px;
  padding: 8px 4px;
  border-bottom: 8px solid transparent;
}

#one .pricetable .pricevalue {
  position: relative;
  width: 65%;
  background: white;
  color: black;
  font-size: 22px; 
  letter-spacing: 1.8px;
  padding: 8px 4px;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
  text-align: center;
}




@media screen and (max-width: 780px) {
img {
	width: 100%;
}
.last {
	margin-right: 0px !important;
}
.txt {
	color: #3F3B39;
	font-size: 16px;
	font-family: 'hannari';
	letter-spacing: .1em;
	line-height: 180%;
	text-align: center;
}
.txt br {
	display: none;
}
#wrap .btn a {
	background: #94C96A;
	color: #fff;
	font-size: 16px;
	letter-spacing: .1em;
	padding: 10px 30px;
	margin-top: 30px;
	transition: 0.2s ease-in;
}
#wrap a:hover {
	opacity: .8;
}
.bx-wrapper .bx-viewport {
	box-shadow: none !important;
	border: none !important;
	left: 0px !important;
	background: none !important;
}
/*----------------------------------------------------
	☆content
----------------------------------------------------*/

#one {
	background: url(../images/bg_blue.jpg) repeat left top;
	padding: 20px 10px ;
	text-align: center;
	width: 100%;
}


#one .box  {
	background:  url(../images/arrow.png) no-repeat bottom center;
	padding-bottom: 30px;
	margin-top: 20px;
}

#one .lastB  {
	background: none !important;
	margin-bottom: 50px;
}


#one .box .boxInr  {
	padding: 20px;
}

#one .box .boxInr h3 {
	box-sizing: border-box;
	border-top: 1px dotted #5A2D28;
	border-bottom: 1px dotted #5A2D28;
	margin-bottom: 30px;
	text-align: left;
	padding-left: 40px;
	position: relative;
}


#one .box .boxInr h3 span.rnd {
    background: #83cac7;
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
    padding: 7px 10px;
    border-radius: 50px;
}


#one .box .boxInr h3 span.hdtxt{
	color: #592c27;
	font-size: 20px;
	line-height: 170%;
	text-align: left;
	letter-spacing: 1px;
	padding-left: 10px;
}


#one .box .boxInr h3 span.bg0 {
	display: inline-block;
	font-size: 15px;
	margin-top: 10px;
}
#one .box .boxInr h3 a {
	font-size: 15px;
    padding:7px;
	margin-bottom: 10px;
}




#one .box .boxInr ul li {
    background: #592c27;
    color: #fff;
	display:block;
	width: 100%;
    font-size: 16px;
    padding: 15px;
	margin-bottom: 10px;
}






#one .txt {
	color: #000000;
	font-size: 15px;
	line-height: 170%;
	text-align: left;
	letter-spacing: 1px;
}


#one .txt01 {
	color: #000000;
	font-size: 18px;
	line-height: 170%;
	text-align: left;
	letter-spacing: 1px;
	margin-bottom: 80px;
}

#one .sml {
	color: #000000;
	font-size: 15px;
	line-height: 170%;
	text-align: left;
	letter-spacing: 1px;
	margin-bottom: 80px;
}


#one h3.hd01  {
	background:  url("../images/hdbg.png") no-repeat center center;
	padding: 20px 0px;
	color: #fff;
	font-size: 34px;
	margin-bottom: 40px;
}




#one .blueBx {
	background: #3679b5;
	padding: 10px;
	margin-bottom: 30px;

}



#one .blueBx h4{
	color: #fff;
	font-size: 20px;
	line-height: 180%;
	margin-bottom: 20px;
}






#one .blueBx .fltL{
	background: #fff;
	width: 100%;
	margin-bottom: 20px;
}



#one .blueBx .fltR{
	background: #fff;

	width: 100%;
}





#one .blueBx h5{
	background: #83cac7;
	color: #fff;
	font-size: 18px;
	line-height: 180%;
}



#one .blueBx .txt {
	color: #000000;
	font-size: 15px;
	line-height: 170%;
	padding: 20px;
	text-align: left;
	letter-spacing: 1px;
}






#one .blueBx .txt a{
	color: #3679b5;
	font-size: 18px;

}

#one .pricetable .blt {
  border-left: 4px solid transparent;
}
#one .pricetable .pricename {
  font-size: 4vw;
  /*padding: 8px 4px;*/
  border-bottom: 4px solid transparent;
}

#one .pricetable .pricevalue {
  font-size: 4vw;
  width: 55%;
  /*padding: 8px 4px;*/
  border-left: 4px solid transparent;
  border-bottom: 4px solid transparent;
}


	
	
}
