@charset "UTF-8";
/*共通*/
#breadcrumb {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 13px;
	color: #555555;
	line-height: 20px;
	font-weight: 300;
	padding-top:130px;
}
#breadcrumb ul li{
	display:inline;
}
#breadcrumb ul li:after{
	content:" > "
}
#breadcrumb ul li:last-child:after{
	content:none;
}
/*header*/
#headerSP
{
	display: none;
}
#menu-left
{
	display: none;
}
#menu-right
{
	display: none;
}
header#PC {
	position: fixed;
	z-index: 12000;
	background-color: #FFFF00;
	height: 120px;
	top: 0px;
	left: 0px;
	width: 100%;
}
header#PC h1{
	font-size:13px;
	line-height:25px;
	width:1300px;
	position:relative;
	margin:auto;
}
header#PC #Hmenu {
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
	display: table;
	position: relative;
	height: 100px;
}
header#PC #Hmenu > * {
	display: table-cell;
	position: relative;
	vertical-align: middle;
}
header#PC #Hmenu #towelfesta {
	height: 80px;
	padding-right: 0px;
	margin-right: 35px;
	width:130px;
	text-align:center;
}
header#PC #Hmenu #towelfesta img {
	width: 80px;
	height: auto;
}
header#PC #Hmenu #towelfesta small {
	font-size: 14px;
	display: block;
	color: #023B7E;
	padding-left: 15px;
}
header#PC #Hmenu #home {
	font-size: 35px;
	color: #023B7E;
	margin-left: 0px;
	padding-right:10px;
}
header#PC #Hmenu #home a {
	color: #023B7E;
}
header#PC #Hmenu dl {
	position: relative;
	text-align: right;
	color: #000;
	line-height: 1.5em;
	width: 235px;
}
header#PC #Hmenu dl dt {
	font-size: 15px;
	font-weight: 500;
}
header#PC #Hmenu dl dd {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 27px;
}
header#PC #Hmenu dl dd a{
	color:#000;
}
header#PC #Hmenu dl dd span {
	padding-right: 7px;
}
header#PC #Hmenu dl p  {
	font-size: 14px;
	font-weight: 400;
}
/*PC navigation*/
header#PC #Hmenu nav{
	position: relative;
	z-index: 9999;
}
header#PC #Hmenu nav ul.nav{
	width: 890px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border-left:1px dotted #000;
}
header#PC #Hmenu nav ul.nav li  {
    position: relative;
    float: left;
    width: 125px;
    text-align: center;
}
header#PC #Hmenu nav ul.nav li span {
    font-size: 18px;
    padding-top: 20px;
}
header#PC #Hmenu nav ul.nav li i{
    display: block;
    text-align: center;
    color: #242424;
    font-size: 18px;
    padding-top: 10px;
}
header#PC #Hmenu nav ul.nav li a {
    margin: 0px;
    padding: 0px;
    display: block;
    color: #000000;
    height: 90px;
}
header#PC #Hmenu nav ul.nav li a:hover {
}
header#PC #Hmenu nav ul.nav li img  {
	margin-top:10px;
}
header#PC #Hmenu nav ul.nav li span  {
	display: table-cell;
	width: 130px;
	font-size: 13px;
	font-weight: 500;
	height: 45px;
	vertical-align: middle;
	position: relative;
	line-height: 1.1em;
}
header#PC #Hmenu nav ul.nav li ul li  {
	font-size: 14px;
	font-weight: 400;
	line-height: 35px;
	text-align: left;
	float: none;
	color: #FFFFFF;
	border-right: none;
	width: 200px;
	background-color: #EA7800;
	text-indent: 10px;
}
header#PC #Hmenu nav ul.nav li ul li a{
	color: #FFFFFF;
	text-align: left;
	text-indent: 15px;
	height: 35px;
	background-color: #1E1E1B;
}
header#PC #Hmenu nav ul.nav li ul li a:hover {
	background-color: #3F3F3F;
}
/*ドロップダウン*/

/*Footer*/
footer {
	position: relative;
	background-color: #FEFC60;
	width: 100%;
}
footer #Footer {
	width: 1300px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 35px;
	padding-bottom: 35px;
	display: table;
	color:#444440;
}
footer #Footer a{
	color:#444440;
}
footer #Footer > * {
	position: relative;
	display: table-cell;
	vertical-align: top;
}
footer #Footer #Fleft {
	width: 380px;
}
footer #Footer #FRight {
	left: auto;
	position: relative;
	padding-left: 60px;
}
#Fleft #FName {
	position: relative;
	display: table;
	padding-bottom: 15px;
}
#Fleft #FName > * {
	display: table-cell;
	position: relative;
	vertical-align: middle;
}
#Fleft #FName #Blogo {
	width: 90px;
	padding-right: 15px;
}
#Fleft #FName #Bhome {
	width: 36px;
}
#Fleft #FName h1  {
	position: relative;
	padding-right: 15px;
	font-size: 17px;
	font-weight: 500;
}
#Fleft #FName h1 small  {
	display: block;
	font-size: 14px;
}
#Fleft ul  {
	position: relative;
}
#Fleft ul li {
	text-indent: 40px;
	position: relative;
	padding-bottom: 15px;
}
#Fleft ul li#tel  {
	background-image: url(../img/img/black_tel.svg);
	background-repeat: no-repeat;
	font-size: 25px;
	font-family: "Arial Black", Gadget, sans-serif;
	padding-top: 7px;
	background-size: 35px 35px;
}
#Fleft ul li#mail  {
	background-image: url(../img/img/black_mail.svg);
	background-repeat: no-repeat;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 7px;
	background-size: 35px 35px;
}
#Fleft #caution {
	font-size: 15px;
}
#Fleft #caution small {
	font-size: 11px;
	display: block;
}
#FRight dl{
	position: relative;
	display: table;
	padding-bottom: 10px;
}#FRight dl > * {
	display: table-cell;
	vertical-align: middle;

}
#FRight dl dt {
	font-size: 15px;
	font-weight: 500;
	width: 190px;
}
#FRight dl dd {
	font-size: 14px;
	font-weight: 400;
}
#FRight dl dd li {
	position: relative;
	float: left;
}
#FRight dl dd li:after{
	content:'｜';
}
#FRight small {
	text-align: right;
	font-size: 13px;
	display:block;
	padding-top:15px;
}
/*Content*/
#Content {
    position: relative;
    /* padding-top: 120px; */
}
#Content2{
	position: relative;
	padding-top:120px;
}
/*TopPage*/
/*.TopInfoBX {
	background: -moz-linear-gradient(top, #363D42 0%, #3F6D97 50%, #ffffff 50%, #ffffff 100%); 
	background: -webkit-linear-gradient(top, #363D42 0%,#3F6D97 50%,#ffffff 50%,#ffffff 100%); 
	background-position: bottom;
	background-color: #3F6D97; 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1b', endColorstr='#ffffff',GradientType=0 );
	position: relative;
	padding-bottom: 50px;
}*/
.TopInfoBX {
	position: relative;
	padding-bottom: 50px;
	background-image: url(../img/img/bg_myu4.png);
	background-repeat: repeat-x;
}
.TopInfoBX h2 {
	text-align: center;
	position: relative;
	padding-top: 40px;
	padding-bottom: 15px;
}
.TPorderAR article h3 {
	position: relative;
	padding-top: 10px;
	text-align: center;
}
.TPorderAR article .ItImg {
	width: 252px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.TPorderAR article ul {
	position: relative;
	padding-top: 10px;
	width: 252px;
	margin-left: auto;
	margin-right: auto;
}
.TPorderAR article ul li {
	position: relative;
	float: left;
	font-size: 14px;
	margin-right: 2px;
	padding-left: 7px;
	padding-right: 7px;
	margin-bottom: 5px;
	border-radius: 5px;
	color: #FFFFFF;
	font-weight: 300;
}
.TPorderAR article ul li a{
	display:block;
	color:#FFFFFF;
}
.OrderBtn {
	background-color: #D00900;
	text-align: center;
	color: #FFFFFF;
	line-height: 60px;
	font-size: 18px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
.OrderBtn i {
	padding-right: 15px;
}
.OrderBtn a {
	color: #FFFFFF;
	display: block;
}
.OrderBtn a:hover {
	background-color: #E3534D;
}
.OrderBtn3 {
	background-color: #D00900;
	text-align: center;
	color: #FFFFFF;
	line-height: 60px;
	font-size: 18px;
	position: relative;
	width: 100%;
	margin-top:10px;
}
.OrderBtn3 i {
	padding-right: 15px;
}
.OrderBtn3 a {
	color: #FFFFFF;
	display: block;
}
.OrderBtn3 a:hover {
	background-color: #E3534D;
}
.OrderBtn4 {
    background-color: #D00900;
    text-align: center;
    color: #FFFFFF;
    line-height: 60px;
    font-size: 18px;
    position: relative;
    width: 90%;
    margin-top: 10px;
    margin: 0 auto;
	margin-top: 20px;
}
.OrderBtn4 i {
	padding-right: 15px;
}
.OrderBtn4 a {
	color: #FFFFFF;
	display: block;
}
.OrderBtn4 a:hover {
	background-color: #E3534D;
}
.TPorderAR article{
	background: #fefc60; /* Old browsers */
	background: -moz-linear-gradient(top, #fefc60 0%, #fefc60 65%, #ede9e4 65%, #ede9e4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fefc60 0%,#fefc60 65%,#ede9e4 65%,#ede9e4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fefc60 0%,#fefc60 65%,#ede9e4 65%,#ede9e4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefc60', endColorstr='#ede9e4',GradientType=0 ); /* IE6-9 */
	position: relative;
	float: left;
}
#TPorderAR1 {
	width: 1430px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#TPorderAR1 article {
	width: 272px;
	margin-right: 15px;
	/*height: 450px;*/
	height: 260px;
	position: relative;
}
#TPorderAR1 article:last-child {
	margin-right: 0px;
}
#TPorderAR2 {
	width: 1331px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#TPorderAR2 article {
	width: 296px;
	margin-right: 45px;
	/*height: 300px;*/
	height: 485px;
	position: relative;
}
#TPorderAR2 article:last-child {
	margin-right: 0px;
}
#TPorderAR1 article .measure {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#TPorderAR1 article .measure p {
	border-radius: 25px;
	background-color: #00A9B9;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 30px;
}
#TPorderAR1 article .measure p small {
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
}
#TPorderAR1 article .Float2 p{
	float:left;
	width:48%;
}
#TPorderAR1 article .Float2 p:last-child{
	margin-left:4%;
	background-color: #E7A000;
}
#TPorderAR2 article .colinfo {
	text-align: center;
	position: relative;
}
#TPorderAR2 article .Color {
	position: absolute;
	top: -45px;
	left: -40px;
}
.BnnAR {
	width: 1330px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: table;
	padding-bottom: 35px;
	padding-top:35px;
}
.BnnAR > * {
	display: table-cell;
	position: relative;
	vertical-align: top;
}
#TPtabAR {
	position: relative;
	background-color: #E8D7C5;
	margin-top: 80px;
	padding-top: 15px;
	float: none;
	padding-bottom: 25px;
}
#TPtabAR article  {
	position: relative;
	width: 1150px;
	margin-left: auto;
	padding: 25px;
	margin-right: auto;
	display: table;
}
#TPtabAR article > * {
	display: table-cell;
	position: relative;
	vertical-align: top;
}
#TPtabAR article .TBleft {
	width: 650px;
}
#TPtabAR article .TBleft p {
	font-size: 18px;
	line-height: 1.5em;
	padding-right: 20px;
	position: relative;
	padding-bottom: 35px;
}
#TPtabAR article .TBleft ul {
	position: relative;
}
#TPtabAR article .TBleft ul li {
	position: relative;
	float: left;
	width: 180px;
	margin-right: 20px;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
}
#TPtabAR article .TBleft ul li a {
	display: block;
}
#TPtabAR article h3 {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.1em;
	position: relative;
	padding-bottom: 35px;
	color: #957552;
	padding-right: 35px;
}
#TPtabAR article h3 span {
	display: block;
	font-size: 20px;
	color: #333333;
	font-weight: 400;
}
.DLbtn   {
	background-color: #E8442B;
	height: 58px;
	line-height: 58px;
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	width: 85%;
	position: relative;
	margin-bottom: 15px;
}
.DLbtn i  {
	padding-right:10px;
}
.DLbtn a  {
	display:block;
	color:#FFF;
}
.DLbtn a:hover{
	background-color: #EE7562;
}
#DG1 #DGleft ul {
	position: relative;
}
#DG1 #DGleft ul li {
	position: relative;
	float: left;
	padding-right: 25px;
	font-size: 16px;
	padding-bottom: 15px;
	color: #00348B;
}
#DG1 #DGleft ul li a {
	color: #00348B;
}
#TPtabAR article#design1 #DG1 #DGright {
}
#DGright p {
	font-size: 18px;
	font-weight: 500;
	position: relative;
	padding-bottom: 15px;
}
#DGright ul {
	position: relative;
}
#DGright ul li {
	position: relative;
	height: 54px;
	line-height: 54px;
	color: #FFFFFF;
	border-radius: 8px;
	font-size: 18px;
	text-indent: 25px;
	margin-bottom: 10px;
}
#DGright ul li a {
	display: block;
	color: #FFFFFF;
}
#TPtabAR article#design2 p{
	font-size:16px;
	line-height:1.8em;
	padding-bottom:25px;
}
#TPtabAR article#design2 section{
	position: relative;
	display: table;
	width: 100%;
}
#TPtabAR article#design2 section > *{
	display:table-cell;
	vertical-align: top;
}
#TPtabAR article#design2 section dl{
	width:350px;
	padding:15px;
}
#TPtabAR article#design2 section dl dt{
	font-size:20px;
	font-weight:500;
	padding-bottom:10px;
}
#TPtabAR article#design2 section dl dt span{
	padding-right:10px;
	font-size:25px;
}
#TPtabAR article#design2 section dl dt span small{
	font-size:14px;
}
#TPtabAR article#design2 section dl dd{
	font-size:15px;
	font-weight:300;
}
#TPtabAR article#design2 section #BtnAR{
	position:relative;
}
#TPtabAR article#design2 section #BtnAR div{
	font-size: 18px;
	text-indent: 15px;
	line-height: 45px;
	color: #FFF;
	margin-bottom: 5px;
}
#TPtabAR article#design2 section #BtnAR div a{
	display:block;
	color:#FFF;
}
#TPtabAR article#design2 section #BtnAR span {
	padding-bottom: 15px;
	position: relative;
	font-size: 14px;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}
#OrderSample {
	position: relative;
	padding-bottom:80px;
}
#OrderSample h2 {
	background-color: rgba(30,30,27,1.00);
	height: 120px;
	color: #FFFFFF;
	text-align: center;
	line-height: 135px;
	font-size: 30px;
	background-image: url(../img/img/yellow_line.png);
	background-repeat: repeat-x;
	background-position: 0% 15px;
	letter-spacing:1em;
}
#Recommend {
	height: 180px;
	position: relative;
	padding-top: 45px;
}
#Recommend dl {
	position: relative;
	height: 180px;
}
#Recommend dl dt {
	overflow-y: hidden;
	height: 80px;
	display: block;
}
#Recommend dl dt img {
	width: 100%;
	height: auto;
}
#Recommend dl dd {
	padding: 5px;
	font-size: 15px;
}
#Recommend dl dd span {
	display: block;
	font-size: 12px;
}
#OrderSample #Bnn {
	position: relative;
	text-align: center;
	padding-top: 50px;
}
#InformationAR {
	border-top: 8px solid #444440;
	position: relative;
	padding-top: 50px;
	padding-bottom: 80px;
}
#InformationAR #Infom2C {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: table;
}
#InformationAR #Infom2C > * {
	display: table-cell;
	position: relative;
	vertical-align: top;
}
#InformationAR h2 {
	font-size: 30px;
	font-weight: 600;
	position: relative;
	padding-bottom: 50px;
}
#Infom2C #IFleft {
	width:450px;
	padding-right:50px;
}
#Infom2C #IFleft div {
	position: relative;
}
#Infom2C #IFleft div dl {
	display: table;
	position: relative;
	padding-bottom: 25px;
}
#Infom2C #IFleft div dl > * {
	position: relative;
	display: table-cell;
	vertical-align: top;
}
#Infom2C #IFleft div dl dt {
	font-size: 15px;
	font-weight: 300;
	width: 150px;
}
#Infom2C #IFleft div dl dt span{
	color:red;
	padding-right:10px;
	font-weight:500;
}
#Infom2C #IFleft div dl dd {
	font-size: 16px;
}
#Infom2C #IFleft div p {
	text-align: left;
	font-size: 16px;
	font-weight: 300;
}
#Infom2C #IFright {
	width:300px;
}
.TabCalm {
	display: table;
}
.TabCalm > * {
	display: table-cell;
}.PriceArea {
	position: relative;
	padding-bottom: 80px;
}
.PriceArea h2 {
	background-color: #515143;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	color: #D3D3D3;
}
.PriceArea h3  {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 20px;
	padding-top: 125px;
	font-weight: 600;
	padding-bottom: 30px;
}
.PriceArea h3 small {
	position: relative;
	display: block;
}
.PriceArea table {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
/*追加190620*/
#TPNcont1{
	position: relative;
	/*width: 1200px;*/
	width:100%;
	margin-right: auto;
	margin-left: auto;
	display: table;
}
#TPNcont1 > * {
	display: table-cell;
	position: relative;
	vertical-align: top;
	/*width: 600px;*/
	width:50%;
	height: 400px;
	background-size: contain;
}
#TPNcont1 #BG1 {
	background-image: url(../img/img/slide/topcont_bg1.jpg);
	background-repeat: no-repeat;
}
#TPNcont1 #BG1 #TCN-BtnArea {
	width: 260px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 60px;
}
#TPNcont1 #BG1 #TCN-BtnArea li {
	height: 80px;
	width: 100%;
	line-height: 80px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;
}
#TPNcont1 #BG1 #TCN-BtnArea li a {
	color: #000000;
	display: block;
}
#TPNcont1 #BG2 {
	background-image: url(../img/img/slide/topcont_bg2.jpg);
	position: relative;
	padding-top: 100px;
	background-repeat: no-repeat;
}
.BtnBlu-sp2{
	background: rgba(0,140,255,1);
background: -moz-linear-gradient(top, rgba(0,140,255,1) 0%, rgba(0,140,255,1) 50%, rgba(0,126,229,1) 50%, rgba(0,126,229,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,140,255,1)), color-stop(50%, rgba(0,140,255,1)), color-stop(50%, rgba(0,126,229,1)), color-stop(100%, rgba(0,126,229,1)));
background: -webkit-linear-gradient(top, rgba(0,140,255,1) 0%, rgba(0,140,255,1) 50%, rgba(0,126,229,1) 50%, rgba(0,126,229,1) 100%);
background: -o-linear-gradient(top, rgba(0,140,255,1) 0%, rgba(0,140,255,1) 50%, rgba(0,126,229,1) 50%, rgba(0,126,229,1) 100%);
background: -ms-linear-gradient(top, rgba(0,140,255,1) 0%, rgba(0,140,255,1) 50%, rgba(0,126,229,1) 50%, rgba(0,126,229,1) 100%);
background: linear-gradient(to bottom, rgba(0,140,255,1) 0%, rgba(0,140,255,1) 50%, rgba(0,126,229,1) 50%, rgba(0,126,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cff', endColorstr='#007ee5', GradientType=0 );
}
.BtnRed-sp2{
	background: rgba(241,91,36,1);
background: -moz-linear-gradient(top, rgba(241,91,36,1) 0%, rgba(241,91,36,1) 49%, rgba(215,61,5,1) 49%, rgba(215,61,5,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,91,36,1)), color-stop(49%, rgba(241,91,36,1)), color-stop(49%, rgba(215,61,5,1)), color-stop(100%, rgba(215,61,5,1)));
background: -webkit-linear-gradient(top, rgba(241,91,36,1) 0%, rgba(241,91,36,1) 49%, rgba(215,61,5,1) 49%, rgba(215,61,5,1) 100%);
background: -o-linear-gradient(top, rgba(241,91,36,1) 0%, rgba(241,91,36,1) 49%, rgba(215,61,5,1) 49%, rgba(215,61,5,1) 100%);
background: -ms-linear-gradient(top, rgba(241,91,36,1) 0%, rgba(241,91,36,1) 49%, rgba(215,61,5,1) 49%, rgba(215,61,5,1) 100%);
background: linear-gradient(to bottom, rgba(241,91,36,1) 0%, rgba(241,91,36,1) 49%, rgba(215,61,5,1) 49%, rgba(215,61,5,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f15b24', endColorstr='#d73d05', GradientType=0 );
}
.Btnyellw-sp2{
	background: rgba(255,255,0,1);
background: -moz-linear-gradient(top, rgba(255,255,0,1) 0%, rgba(255,255,0,1) 48%, rgba(229,229,0,1) 48%, rgba(229,229,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,0,1)), color-stop(48%, rgba(255,255,0,1)), color-stop(48%, rgba(229,229,0,1)), color-stop(100%, rgba(229,229,0,1)));
background: -webkit-linear-gradient(top, rgba(255,255,0,1) 0%, rgba(255,255,0,1) 48%, rgba(229,229,0,1) 48%, rgba(229,229,0,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,0,1) 0%, rgba(255,255,0,1) 48%, rgba(229,229,0,1) 48%, rgba(229,229,0,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,0,1) 0%, rgba(255,255,0,1) 48%, rgba(229,229,0,1) 48%, rgba(229,229,0,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,0,1) 0%, rgba(255,255,0,1) 48%, rgba(229,229,0,1) 48%, rgba(229,229,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#e5e500', GradientType=0 );

}
.Btnbage1-sp2{
	background: rgba(213,200,186,1);
background: -moz-linear-gradient(top, rgba(213,200,186,1) 0%, rgba(213,200,186,1) 50%, rgba(202,181,158,1) 50%, rgba(202,181,158,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(213,200,186,1)), color-stop(50%, rgba(213,200,186,1)), color-stop(50%, rgba(202,181,158,1)), color-stop(100%, rgba(202,181,158,1)));
background: -webkit-linear-gradient(top, rgba(213,200,186,1) 0%, rgba(213,200,186,1) 50%, rgba(202,181,158,1) 50%, rgba(202,181,158,1) 100%);
background: -o-linear-gradient(top, rgba(213,200,186,1) 0%, rgba(213,200,186,1) 50%, rgba(202,181,158,1) 50%, rgba(202,181,158,1) 100%);
background: -ms-linear-gradient(top, rgba(213,200,186,1) 0%, rgba(213,200,186,1) 50%, rgba(202,181,158,1) 50%, rgba(202,181,158,1) 100%);
background: linear-gradient(to bottom, rgba(213,200,186,1) 0%, rgba(213,200,186,1) 50%, rgba(202,181,158,1) 50%, rgba(202,181,158,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5c8ba', endColorstr='#cab59e', GradientType=0 );
}
.Btnbage2-sp2{
	background: rgba(149,117,82,1);
	background: -moz-linear-gradient(top, rgba(149,117,82,1) 0%, rgba(149,117,82,1) 49%, rgba(150,107,60,1) 50%, rgba(150,107,60,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(149,117,82,1)), color-stop(49%, rgba(149,117,82,1)), color-stop(50%, rgba(150,107,60,1)), color-stop(100%, rgba(150,107,60,1)));
	background: -webkit-linear-gradient(top, rgba(149,117,82,1) 0%, rgba(149,117,82,1) 49%, rgba(150,107,60,1) 50%, rgba(150,107,60,1) 100%);
	background: -o-linear-gradient(top, rgba(149,117,82,1) 0%, rgba(149,117,82,1) 49%, rgba(150,107,60,1) 50%, rgba(150,107,60,1) 100%);
	background: -ms-linear-gradient(top, rgba(149,117,82,1) 0%, rgba(149,117,82,1) 49%, rgba(150,107,60,1) 50%, rgba(150,107,60,1) 100%);
	background: linear-gradient(to bottom, rgba(149,117,82,1) 0%, rgba(149,117,82,1) 49%, rgba(150,107,60,1) 50%, rgba(150,107,60,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#957552', endColorstr='#966b3c', GradientType=0 );
	color: #FFFFFF;
}
.Btnbage1-sp2 a {
  display: block;
  color: #000;
}
.Btnbage2-sp2 a {
  display: block;
  color: #fff;
}
#TPNcont1 #BG2 div {
	width: 500px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 28px;
	padding-bottom: 35px;
	line-height: 1.5em;
	font-weight: 600;
	text-shadow: 
    white 2px 0px,  white -2px 0px,
    white 0px -2px, white 0px 2px,
    white 2px 2px , white -2px 2px,
    white 2px -2px, white -2px -2px,
    white 1px 2px,  white -1px 2px,
    white 1px -2px, white -1px -2px,
    white 2px 1px,  white -2px 1px,
    white 2px -1px, white -2px -1px;
}
#TPNcont1 #BG2 div span {
	display: block;
	font-size: 25px;
	font-weight: 400;
	color: #282828;
}
.FontC-blue {
	color: #008CFF;
}
.FontC-blue a {
	color: #008CFF;
}
/*選ばれる理由*/
#ReasonAR {
	background-color: #8CC32A;
	padding-top: 35px;
	padding-right: 35px;
	padding-left: 35px;
	position: relative;
	padding-bottom: 35px;
}
#ReasonAR h2 {
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
#ReasonAR #RScont {
	position: relative;
	width: 1040px;
	margin-left: auto;
	margin-right: auto;
	display: table;
}
#ReasonAR #RScont > * {
	display: table-cell;
	background-color: #FFFFFF;
	border-right: 10px solid #8CC32A;
	border-left: 10px solid #8CC32A;
	padding: 20px;
	width: 200px;
}
#ReasonAR #RScont dl dt {
	text-align: center;
	height: 180px;
}
#ReasonAR #RScont dl dd {
	font-size: 16px;
	line-height: 1.4em;
}
#ReasonAR #RScont dl dd span {
	display: block;
	font-size: 14px;
	position: relative;
	padding-top: 15px;
}
#USceanAR2 {
	position: relative;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
}
#USceanAR2 h2 {
	font-size: 45px;
	font-weight: 800;
	color: #48A2DB;
	text-align: center;
	padding-bottom: 35px;
}
#USceanAR2 .Useful {
}
#USceanAR2 .Useful p {
	padding: 10px;
	position: relative;
}
#USceanAR2 {
	position: relative;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
}
#USceanAR2 h2 {
	font-size: 45px;
	font-weight: 800;
	color: #48A2DB;
	text-align: center;
	padding-bottom: 35px;
}
#USceanAR2 .Useful {
}
#USceanAR2 .Useful p {
	padding: 10px;
	position: relative;
}
.TableHD {
	position: relative;
	display: table;
}
.TableHD > * {
	display: table-cell;
	position: relative;
}.TPmidashi {
    color: #957552;
    font-size: 28px;
    text-align: center;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    font-weight: 600;
}
#HandyPrice {
    position: relative;
    padding-top: 50px;
}
#HandyPrice h2 {
    width: 1000px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    font-size: 55px;
    font-weight: 600;
    padding-bottom: 50px;
    color: #FF0000;
    text-align: center;
}
#HandyPrice h2 span {
    display: block;
    font-size: 28px;
    line-height: 2.6em;
    color: #202020;
}
#HandyPrice article {
    background-color: #E8D7C5;
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
    position: relative;
    padding-bottom: 25px;
}
#HandyPrice article div {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#HandyPrice article div p {
    font-size: 25px;
    font-weight: 600;
    position: relative;
    padding-bottom: 35px;
}
#HandyPrice article div dl {
    position: relative;
    padding-bottom: 35px;
}
#HandyPrice article div dl dt {
    position: relative;
    font-size: 23px;
    font-weight: 500;
    padding-bottom: 15px;
}
#HandyPrice article div dl dd {
    font-size: 16px;
    line-height: 1.5em;
}
#TPNinfo {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    display: table;
    padding-bottom: 50px;
}
#TPNinfo > * {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 360px;
    padding-left: 20px;
    padding-right: 20px;
}
#TPNinfo article h2 {
    color: #957552;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 25px;
}
#TPNinfo article#info1 {
}
#TPNinfo article#info1 div {
    position: relative;
    padding-bottom: 15px;
}
#TPNinfo article#info1 p {
    font-size: 15px;
    line-height: 1.6em;
}
#TPNinfo article#info2 {
}
#TPNinfo article#info2 ul#Link1 {
    position: relative;
    padding-bottom: 15px;
}
#TPNinfo article#info2 ul#Link1 li {
    position: relative;
    padding-bottom: 10px;
}
#TPNinfo article#info2 ul#Link2 {
}
#TPNinfo article#info2 ul#Link2 li {
    font-size: 17px;
    position: relative;
    padding-bottom: 10px;
    font-weight: 500;
}
#TWsize  {
	position: relative;
	padding-bottom: 50px;
	text-align: center;
}
.NSendBTN {
}
#TWLsizeChoice {
	width: 1210px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #E8D7C5;
	padding-top: 25px;
	padding-bottom: 25px;
}
#TWLsizeChoice h2 {
	text-align: center;
	font-size: 20px;
	position: relative;
	padding-bottom: 15px;
	color: #494337;
	font-weight: 500;
}
#TWLsizeChoice h2 span {
	display: block;
	color: #EE891C;
}
#RN-PriceHD {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#RN-PriceHD article {
	width: 450px;
	position: relative;
	/*float: left;*/
	background-color: #E6E6E6;
	/*height: 650px;*/
	margin-bottom: 50px;
}
#RN-PriceHD article:nth-child(even) {
	/*float: right;*/
}
#RN-PriceHD article h2 {
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	line-height: 45px;
}
#RN-PriceHD article p.Explain {
	padding: 15px;
	position: relative;
}
#RN-PriceHD article p.Explain small{
	display:block;
	padding-top:10px;
}
#RN-PriceHD article p.Explain small strong{
	display:block;
	font-weight:500;
}
#RN-PriceHD article p.Nouki {
	position: relative;
	background-color: #3388C8;
	color: #FFFFFF;
	font-size: 15px;
	width: 310px;
	font-weight: 400;
	line-height: 35px;
	border-radius: 50px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
#RN-PriceHD article dl {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #FFFFFF;
	border-radius: 8px;
	width: 365px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#RN-PriceHD article dl dt {
	font-size: 14px;
	font-weight: 600;
	position: relative;
	padding-bottom: 5px;
}
#RN-PriceHD article dl dd {
	font-size: 15px;
	font-weight: 300;
}
#RN-PriceHD article ol {
	position: relative;
}
#RN-PriceHD article ol li {
	position: relative;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 500;
}
#RN-PriceHD article ol li span {
	margin-left: 7px;
	margin-right: 7px;
	font-size: 14px;
	padding-left: 7px;
	border-radius: 50px;
	padding-right: 7px;
	background-color: #3787C9;
	font-weight: 300;
}
#RN-PriceHD article ol li span a {
	display: inline-block;
	color: #FFFFFF;
}
/*追加190620*/
#TPNcont1{
	position: relative;
	/*width: 1200px;*/
	width:100%;
	margin-right: auto;
	margin-left: auto;
	display: table;
}
#TPNcont1 > * {
	display: table-cell;
	position: relative;
	vertical-align: top;
	/*width: 600px;*/
	width:50%;
	height: 400px;
	background-size: cover;
}
#TPNcont1 #BG1 {
	background-image: url(../img/img/slide/topcont_bg1.jpg);
}
#TPNcont1 #BG1 #TCN-BtnArea {
	width: 260px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 60px;
}
#TPNcont1 #BG1 #TCN-BtnArea li {
	height: 80px;
	width: 100%;
	line-height: 80px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;
}
#TPNcont1 #BG1 #TCN-BtnArea li a {
	color: #000000;
	display: block;
}
#TPNcont1 #BG2 {
	background-image: url(../img/img/slide/topcont_bg2.jpg);
	position: relative;
	padding-top: 100px;
}
.BtnBlu-sp2{
	background: rgba(0,140,255,1);
background: -moz-linear-gradient(top, rgba(0,140,255,1) 0%, rgba(0,140,255,1) 50%, rgba(0,126,229,1) 50%, rgba(0,126,229,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,140,255,1)), color-stop(50%, rgba(0,140,255,1)), color-stop(50%, rgba(0,126,229,1)), color-stop(100%, rgba(0,126,229,1)));
background: -webkit-linear-gradient(top, rgba(0,140,255,1) 0%, rgba(0,140,255,1) 50%, rgba(0,126,229,1) 50%, rgba(0,126,229,1) 100%);
background: -o-linear-gradient(top, rgba(0,140,255,1) 0%, rgba(0,140,255,1) 50%, rgba(0,126,229,1) 50%, rgba(0,126,229,1) 100%);
background: -ms-linear-gradient(top, rgba(0,140,255,1) 0%, rgba(0,140,255,1) 50%, rgba(0,126,229,1) 50%, rgba(0,126,229,1) 100%);
background: linear-gradient(to bottom, rgba(0,140,255,1) 0%, rgba(0,140,255,1) 50%, rgba(0,126,229,1) 50%, rgba(0,126,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cff', endColorstr='#007ee5', GradientType=0 );
}
.BtnRed-sp2{
	background: rgba(241,91,36,1);
background: -moz-linear-gradient(top, rgba(241,91,36,1) 0%, rgba(241,91,36,1) 49%, rgba(215,61,5,1) 49%, rgba(215,61,5,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,91,36,1)), color-stop(49%, rgba(241,91,36,1)), color-stop(49%, rgba(215,61,5,1)), color-stop(100%, rgba(215,61,5,1)));
background: -webkit-linear-gradient(top, rgba(241,91,36,1) 0%, rgba(241,91,36,1) 49%, rgba(215,61,5,1) 49%, rgba(215,61,5,1) 100%);
background: -o-linear-gradient(top, rgba(241,91,36,1) 0%, rgba(241,91,36,1) 49%, rgba(215,61,5,1) 49%, rgba(215,61,5,1) 100%);
background: -ms-linear-gradient(top, rgba(241,91,36,1) 0%, rgba(241,91,36,1) 49%, rgba(215,61,5,1) 49%, rgba(215,61,5,1) 100%);
background: linear-gradient(to bottom, rgba(241,91,36,1) 0%, rgba(241,91,36,1) 49%, rgba(215,61,5,1) 49%, rgba(215,61,5,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f15b24', endColorstr='#d73d05', GradientType=0 );
}
.Btnyellw-sp2{
	background: rgba(255,255,0,1);
background: -moz-linear-gradient(top, rgba(255,255,0,1) 0%, rgba(255,255,0,1) 48%, rgba(229,229,0,1) 48%, rgba(229,229,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,0,1)), color-stop(48%, rgba(255,255,0,1)), color-stop(48%, rgba(229,229,0,1)), color-stop(100%, rgba(229,229,0,1)));
background: -webkit-linear-gradient(top, rgba(255,255,0,1) 0%, rgba(255,255,0,1) 48%, rgba(229,229,0,1) 48%, rgba(229,229,0,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,0,1) 0%, rgba(255,255,0,1) 48%, rgba(229,229,0,1) 48%, rgba(229,229,0,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,0,1) 0%, rgba(255,255,0,1) 48%, rgba(229,229,0,1) 48%, rgba(229,229,0,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,0,1) 0%, rgba(255,255,0,1) 48%, rgba(229,229,0,1) 48%, rgba(229,229,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#e5e500', GradientType=0 );

}
.Btnbage1-sp2{
	background: rgba(213,200,186,1);
background: -moz-linear-gradient(top, rgba(213,200,186,1) 0%, rgba(213,200,186,1) 50%, rgba(202,181,158,1) 50%, rgba(202,181,158,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(213,200,186,1)), color-stop(50%, rgba(213,200,186,1)), color-stop(50%, rgba(202,181,158,1)), color-stop(100%, rgba(202,181,158,1)));
background: -webkit-linear-gradient(top, rgba(213,200,186,1) 0%, rgba(213,200,186,1) 50%, rgba(202,181,158,1) 50%, rgba(202,181,158,1) 100%);
background: -o-linear-gradient(top, rgba(213,200,186,1) 0%, rgba(213,200,186,1) 50%, rgba(202,181,158,1) 50%, rgba(202,181,158,1) 100%);
background: -ms-linear-gradient(top, rgba(213,200,186,1) 0%, rgba(213,200,186,1) 50%, rgba(202,181,158,1) 50%, rgba(202,181,158,1) 100%);
background: linear-gradient(to bottom, rgba(213,200,186,1) 0%, rgba(213,200,186,1) 50%, rgba(202,181,158,1) 50%, rgba(202,181,158,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5c8ba', endColorstr='#cab59e', GradientType=0 );
}
.Btnbage2-sp2{
	background: rgba(149,117,82,1);
	background: -moz-linear-gradient(top, rgba(149,117,82,1) 0%, rgba(149,117,82,1) 49%, rgba(150,107,60,1) 50%, rgba(150,107,60,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(149,117,82,1)), color-stop(49%, rgba(149,117,82,1)), color-stop(50%, rgba(150,107,60,1)), color-stop(100%, rgba(150,107,60,1)));
	background: -webkit-linear-gradient(top, rgba(149,117,82,1) 0%, rgba(149,117,82,1) 49%, rgba(150,107,60,1) 50%, rgba(150,107,60,1) 100%);
	background: -o-linear-gradient(top, rgba(149,117,82,1) 0%, rgba(149,117,82,1) 49%, rgba(150,107,60,1) 50%, rgba(150,107,60,1) 100%);
	background: -ms-linear-gradient(top, rgba(149,117,82,1) 0%, rgba(149,117,82,1) 49%, rgba(150,107,60,1) 50%, rgba(150,107,60,1) 100%);
	background: linear-gradient(to bottom, rgba(149,117,82,1) 0%, rgba(149,117,82,1) 49%, rgba(150,107,60,1) 50%, rgba(150,107,60,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#957552', endColorstr='#966b3c', GradientType=0 );
	color: #FFFFFF;
}
#TPNcont1 #BG2 div {
	width: 500px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 28px;
	padding-bottom: 35px;
	line-height: 1.5em;
	font-weight: 600;
	text-shadow: 
    white 2px 0px,  white -2px 0px,
    white 0px -2px, white 0px 2px,
    white 2px 2px , white -2px 2px,
    white 2px -2px, white -2px -2px,
    white 1px 2px,  white -1px 2px,
    white 1px -2px, white -1px -2px,
    white 2px 1px,  white -2px 1px,
    white 2px -1px, white -2px -1px;
}
#TPNcont1 #BG2 div span {
	display: block;
	font-size: 25px;
	font-weight: 400;
	color: #282828;
}
.FontC-blue {
	color: #008CFF;
}
.FontC-blue a {
	color: #008CFF;
}
/*選ばれる理由*/
#ReasonAR {
	background-color: #8CC32A;
	padding-top: 35px;
	padding-right: 35px;
	padding-left: 35px;
	position: relative;
	padding-bottom: 35px;
}
#ReasonAR h2 {
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
#ReasonAR #RScont {
	position: relative;
	width: 1040px;
	margin-left: auto;
	margin-right: auto;
	display: table;
}
#ReasonAR #RScont > * {
	display: table-cell;
	background-color: #FFFFFF;
	border-right: 10px solid #8CC32A;
	border-left: 10px solid #8CC32A;
	padding: 20px;
	width: 200px;
}
#ReasonAR #RScont dl dt {
	text-align: center;
	height: 180px;
}
#ReasonAR #RScont dl dd {
	font-size: 16px;
	line-height: 1.4em;
}
#ReasonAR #RScont dl dd span {
	display: block;
	font-size: 14px;
	position: relative;
	padding-top: 15px;
}
#USceanAR2 {
	position: relative;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
}
#USceanAR2 h2 {
	font-size: 45px;
	font-weight: 800;
	color: #48A2DB;
	text-align: center;
	padding-bottom: 35px;
}
#USceanAR2 .Useful {
}
#USceanAR2 .Useful p {
	padding: 10px;
	position: relative;
}
#USceanAR2 {
	position: relative;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
}
#USceanAR2 h2 {
	font-size: 45px;
	font-weight: 800;
	color: #48A2DB;
	text-align: center;
	padding-bottom: 35px;
}
#USceanAR2 .Useful {
}
#USceanAR2 .Useful p {
	padding: 10px;
	position: relative;
}
.TableHD {
	position: relative;
	display: table;
}
.TableHD > * {
	display: table-cell;
	position: relative;
}.TPmidashi {
    color: #957552;
    font-size: 28px;
    text-align: center;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    font-weight: 600;
}
#HandyPrice {
    position: relative;
    padding-top: 50px;
}
#HandyPrice h2 {
    width: 1000px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    font-size: 55px;
    font-weight: 600;
    padding-bottom: 50px;
    color: #FF0000;
    text-align: center;
}
#HandyPrice h2 span {
    display: block;
    font-size: 28px;
    line-height: 2.6em;
    color: #202020;
}
#HandyPrice article {
    background-color: #E8D7C5;
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
    position: relative;
    padding-bottom: 25px;
}
#HandyPrice article div {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#HandyPrice article div p {
    font-size: 25px;
    font-weight: 600;
    position: relative;
    padding-bottom: 35px;
}
#HandyPrice article div dl {
    position: relative;
    padding-bottom: 35px;
}
#HandyPrice article div dl dt {
    position: relative;
    font-size: 23px;
    font-weight: 500;
    padding-bottom: 15px;
}
#HandyPrice article div dl dd {
    font-size: 16px;
    line-height: 1.5em;
}
#TPNinfo {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    display: table;
    padding-bottom: 50px;
}
#TPNinfo > * {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 360px;
    padding-left: 20px;
    padding-right: 20px;
}
#TPNinfo article h2 {
    color: #957552;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 25px;
}
#TPNinfo article#info1 {
}
#TPNinfo article#info1 div {
    position: relative;
    padding-bottom: 15px;
}
#TPNinfo article#info1 p {
    font-size: 15px;
    line-height: 1.6em;
}
#TPNinfo article#info2 {
}
#TPNinfo article#info2 ul#Link1 {
    position: relative;
    padding-bottom: 15px;
}
#TPNinfo article#info2 ul#Link1 li {
    position: relative;
    padding-bottom: 10px;
}
#TPNinfo article#info2 ul#Link2 {
}
#TPNinfo article#info2 ul#Link2 li {
    font-size: 17px;
    position: relative;
    padding-bottom: 10px;
    font-weight: 500;
}
#TWsize  {
	position: relative;
	padding-bottom: 50px;
	text-align: center;
}
.NSendBTN {
}
#TWLsizeChoice {
	width: 1210px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #E8D7C5;
	padding-top: 25px;
	padding-bottom: 25px;
}
#TWLsizeChoice h2 {
	text-align: center;
	font-size: 20px;
	position: relative;
	padding-bottom: 15px;
	color: #494337;
	font-weight: 500;
}
#TWLsizeChoice h2 span {
	display: block;
	color: #EE891C;
}
#RN-PriceHD {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#RN-PriceHD article {
	width: 450px;
	position: relative;
	/*float: left;*/
	background-color: #E6E6E6;
	/*height: 820px;*/
	padding-bottom:20px;
	margin-bottom: 50px;
	display:inline-block;
	vertical-align: top;
}
#RN-PriceHD article:nth-child(even) {
	/*float: right;*/
	margin-left: 95px;
}
#RN-PriceHD article h2 {
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	line-height: 45px;
}
#RN-PriceHD article p.Explain {
	padding: 15px;
	position: relative;
}
#RN-PriceHD article p.Nouki {
	position: relative;
	background-color: #3388C8;
	color: #FFFFFF;
	font-size: 15px;
	width: 310px;
	font-weight: 400;
	line-height: 35px;
	border-radius: 50px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
#RN-PriceHD article dl {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #FFFFFF;
    border-radius: 8px;
    width: 365px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
#RN-PriceHD article dl dt {
	font-size: 14px;
	font-weight: 600;
	position: relative;
	padding-bottom: 5px;
}
#RN-PriceHD article dl dd {
	font-size: 15px;
	font-weight: 300;
}
#RN-PriceHD article ol {
    position: relative;
    text-align: center;
    /* margin-bottom: 30px; */
    /* padding-bottom: 30px; */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* margin: 0 auto; */
    /* margin-bottom: 10px; */
}
#RN-PriceHD article ol li {
    position: relative;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    /* display: inline-block; */
    /* padding: 10px; */
    /* width: 47%; */
    /* padding-bottom: 20px; */
}
#RN-PriceHD article ol li span {
    /* margin-left: 10px; */
    /* margin-right: 10px; */
    font-size: 14px;
    /* padding-left: 10px; */
    border-radius: 50px;
    /* padding-right: 10px; */
    background-color: #3cd4b1;
    font-weight: 300;
    padding: 6px 16px;
    color: #fff;
}
#RN-PriceHD article ol li span a {
	display: inline-block;
	color: #FFFFFF;
}
#GuideCont8{
	position:relative;
}
#GuideCont8 #AgreeCont{
	width: 900px;
	position: relative;
	margin: auto;
	padding-top: 50px;
}
#GuideCont8 #AgreeCont dl {
	position: relative;
	padding-bottom: 80px;
}
#GuideCont8 #AgreeCont dl dt {
	font-size: 20px;
	font-weight: 500;
	position: relative;
	padding-bottom: 20px;
}
#GuideCont8 #AgreeCont dl dd {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7em;
}
#GuideCont8 #AgreeCont dl ul {
	position: relative;
	padding-top: 20px;
	padding-left: 20px;
}
#GuideCont8 #AgreeCont dl ul li {
	position: relative;
	padding-bottom: 10px;
	font-size: 15px;
	color: #43576F;
	font-weight: 300;
	line-height: 1.5em;
}
/*新しいスライダー用*/
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.slider{
    margin:0px auto;
    width: 1300px;
}
.slider img{
	height: auto;
	width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before{
    color: #000;
}
/*追加ページ*/
div#tu_tab {
    margin: 20px auto 0 auto;
    text-align: left;
    position: relative;
    /* display: inline-block; */
    text-align: center;
    margin-bottom: 140px;
    width: 100%;
}
div#tu_tab ul#tab-t {
    /* margin: auto; */
    /* padding: 0; */
    /* position: absolute; */
    /* top: -74px; */
    /* width: 1095px; */
    /* left: 0px; */
    /* right: 0px; */
    display: inline-block;
}
div#tu_tab ul li {
    margin-right: 20px;
}
div#tu_tab ul li:last-child {
     margin-right: 0px;
}
div#tu_tab ul#tab-t a {
    color: #fff;
}
.tu-btn {
    text-align: center;
    float: left;
    /* padding: 10px; */
    
    width: 180px;
    line-height: 30px;
    background: rgba(213,200,186,1);
    background: -moz-linear-gradient(top, rgba(213,200,186,1) 0%, rgba(213,200,186,1) 50%, rgba(202,181,158,1) 50%, rgba(202,181,158,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(213,200,186,1)), color-stop(50%, rgba(213,200,186,1)), color-stop(50%, rgba(202,181,158,1)), color-stop(100%, rgba(202,181,158,1)));
    background: -webkit-linear-gradient(top, rgba(213,200,186,1) 0%, rgba(213,200,186,1) 50%, rgba(202,181,158,1) 50%, rgba(202,181,158,1) 100%);
    background: -o-linear-gradient(top, rgba(213,200,186,1) 0%, rgba(213,200,186,1) 50%, rgba(202,181,158,1) 50%, rgba(202,181,158,1) 100%);
    background: -ms-linear-gradient(top, rgba(213,200,186,1) 0%, rgba(213,200,186,1) 50%, rgba(202,181,158,1) 50%, rgba(202,181,158,1) 100%);
    background: linear-gradient(to bottom, rgba(213,200,186,1) 0%, rgba(213,200,186,1) 50%, rgba(202,181,158,1) 50%, rgba(202,181,158,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5c8ba', endColorstr='#cab59e', GradientType=0 );
    border-radius: 10px;
	color: #fff;
}
.panels33 {
    /* position: relative; */
    /* background-color: #E8D7C5; */
    /* margin-top: 80px; */
    /* padding-top: 15px; */
    /* float: none; */
    padding-bottom: 25px;
}
.TbTyp2-tu {
    position: relative;
    width: 1150px;
    margin-left: auto;
    padding: 25px;
    margin-right: auto;
    display: table;
    margin-bottom: 20px;
    padding-bottom: 50px;
}
.bg-tu {
	background-color: #E8D7C5;
	width: 100%;
}
.TbTyp2-tu .TBleft {
    width: 650px;
}
.TbTyp2-tu > * {
    display: table-cell;
    position: relative;
    vertical-align: top;
}
.TbTyp2-tu h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1em;
    position: relative;
    padding-bottom: 35px;
    color: #957552;
    padding-right: 35px;
}
.TbTyp2-tu h3 span {
    display: block;
    font-size: 20px;
    color: #333333;
    font-weight: 400;
}
.TbTyp2-tu .TBleft p {
    font-size: 18px;
    line-height: 1.5em;
    padding-right: 20px;
    position: relative;
    padding-bottom: 35px;
}
.TbTyp2-tu .TBleft ul {
    position: relative;
}
.TbTyp2-tu .TBleft ul li {
    position: relative;
    float: left;
    width: 180px;
    margin-right: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
    border-radius: 10px;
}
.TbTyp2-tu .TBleft ul li a {
    display: block;
}
#TWsize-tu {
    position: relative;
    padding-bottom: 180px;
    text-align: center;
}
#TWsize-tu p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}
.tutu {
    text-align: center;
}
.tutu img {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.tutu ul {
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 20px auto;
}
.tutu ul li {
    position: relative;
    float: left;
    width: 180px;
    margin-right: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}
.tutu ul li:last-child {
    margin-right: 0px;
}
.tutu ul li a {
    display: block;
}
.tubtn01 {
    text-align: center;
    float: left;
    padding: 10px;
    margin-right: 20px;
    width: 180px;
    line-height: 30px;
    background: rgba(0,140,255,1);
    background: -moz-linear-gradient(top, rgba(0,140,255,1) 0%, rgba(0,140,255,1) 50%, rgba(0,126,229,1) 50%, rgba(0,126,229,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,140,255,1)), color-stop(50%, rgba(0,140,255,1)), color-stop(50%, rgba(0,126,229,1)), color-stop(100%, rgba(0,126,229,1)));
    background: -webkit-linear-gradient(top, rgba(0,140,255,1) 0%, rgba(0,140,255,1) 50%, rgba(0,126,229,1) 50%, rgba(0,126,229,1) 100%);
    background: -o-linear-gradient(top, rgba(0,140,255,1) 0%, rgba(0,140,255,1) 50%, rgba(0,126,229,1) 50%, rgba(0,126,229,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,140,255,1) 0%, rgba(0,140,255,1) 50%, rgba(0,126,229,1) 50%, rgba(0,126,229,1) 100%);
    background: linear-gradient(to bottom, rgba(0,140,255,1) 0%, rgba(0,140,255,1) 50%, rgba(0,126,229,1) 50%, rgba(0,126,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cff', endColorstr='#007ee5', GradientType=0 );
}
.tubtn01 a {
	color: #fff;
}
.tubtn02 {
    text-align: center;
    float: left;
    padding: 10px;
    margin-right: 20px;
    width: 180px;
    line-height: 30px;
    background: rgba(255,255,0,1);
    background: -moz-linear-gradient(top, rgba(255,255,0,1) 0%, rgba(255,255,0,1) 50%, rgba(229,229,0,1) 50%, rgba(229,229,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,0,1)), color-stop(50%, rgba(255,255,0,1)), color-stop(50%, rgba(229,229,0,1)), color-stop(100%, rgba(229,229,0,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,0,1) 0%, rgba(255,255,0,1) 50%, rgba(229,229,0,1) 50%, rgba(229,229,0,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,0,1) 0%, rgba(255,255,0,1) 50%, rgba(229,229,0,1) 50%, rgba(229,229,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,0,1) 0%, rgba(255,255,0,1) 50%, rgba(229,229,0,1) 50%, rgba(229,229,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,0,1) 0%, rgba(255,255,0,1) 50%, rgba(229,229,0,1) 50%, rgba(229,229,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#e5e500', GradientType=0 );
}
.tubtn02 a {
	color: #70583e;
}
.tuh3 {
	text-align: center;
}
.TPmidashi-tu {
    color: #957552;
    font-size: 28px;
    text-align: center;
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px;
    font-weight: 600;
}
/*.TPmidashi-tu:before {
    content: '';
    display: inline-block;
    width: 80px;
    height: 50px;
    background-image: url(../img/towelfesta_logo.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}*/
.tu-txt1 {
    text-align: left;
    margin: 20px auto 0;
    display: inline-block;
}
.tubtn03 {
    text-align: center;
    float: left;
    padding: 10px;
    margin-right: 20px;
    width: 180px;
    line-height: 30px;
    background: rgba(0,140,255,1);
    background: -moz-linear-gradient(top, rgba(0,140,255,1) 0%, rgba(0,140,255,1) 50%, rgba(0,126,229,1) 50%, rgba(0,126,229,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,140,255,1)), color-stop(50%, rgba(0,140,255,1)), color-stop(50%, rgba(0,126,229,1)), color-stop(100%, rgba(0,126,229,1)));
    background: -webkit-linear-gradient(top, rgba(0,140,255,1) 0%, rgba(0,140,255,1) 50%, rgba(0,126,229,1) 50%, rgba(0,126,229,1) 100%);
    background: -o-linear-gradient(top, rgba(0,140,255,1) 0%, rgba(0,140,255,1) 50%, rgba(0,126,229,1) 50%, rgba(0,126,229,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,140,255,1) 0%, rgba(0,140,255,1) 50%, rgba(0,126,229,1) 50%, rgba(0,126,229,1) 100%);
    background: linear-gradient(to bottom, rgba(0,140,255,1) 0%, rgba(0,140,255,1) 50%, rgba(0,126,229,1) 50%, rgba(0,126,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cff', endColorstr='#007ee5', GradientType=0 );
	border-radius: 0 !important;
}
.tubtn03 a {
	color: #fff;
}
.tubtn04 {
    text-align: center;
    float: left;
    padding: 10px;
    margin-right: 20px;
    width: 180px;
    line-height: 30px;
    background: rgba(255,255,0,1);
    background: -moz-linear-gradient(top, rgba(255,255,0,1) 0%, rgba(255,255,0,1) 50%, rgba(229,229,0,1) 50%, rgba(229,229,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,0,1)), color-stop(50%, rgba(255,255,0,1)), color-stop(50%, rgba(229,229,0,1)), color-stop(100%, rgba(229,229,0,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,0,1) 0%, rgba(255,255,0,1) 50%, rgba(229,229,0,1) 50%, rgba(229,229,0,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,0,1) 0%, rgba(255,255,0,1) 50%, rgba(229,229,0,1) 50%, rgba(229,229,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,0,1) 0%, rgba(255,255,0,1) 50%, rgba(229,229,0,1) 50%, rgba(229,229,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,0,1) 0%, rgba(255,255,0,1) 50%, rgba(229,229,0,1) 50%, rgba(229,229,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#e5e500', GradientType=0 );
	border-radius: 0 !important;
}
.tubtn04 a {
	color: #70583e;
}
.tuul {
    margin-bottom: 20px;
}
.tu-flex {
    /* padding: 10px; */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	width: 1100px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.tu-fi {
    color: #fff;
    margin: 10px;
    width: 40%;
}
.tu-fi2 {
    color: #fff;
    margin: 10px;
    width: 34%;
}
.tu-fi3 {
    color: #fff;
    margin: 10px;
    width: 26%;
}
.tu-fi4 {
    color: #fff;
    margin: 10px;
    width: 31%;
}
.tu-fi5 {
    color: #fff;
    margin: 10px;
    width: 15%;
}
.tu-fi img {
	/* width: 350px; */
	width: 100%;
}
.TWsize-tu p span {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px;
}
.TWsize-tu {
    position: relative;
    padding-bottom: 80px;
    text-align: center;
    margin-bottom: 80px;
}
#tu01 {
    margin-top: -100px;
    padding-top: 100px;
}
#tu02 {
    margin-top: -100px;
    padding-top: 100px;
}
#tu03 {
    margin-top: -100px;
    padding-top: 100px;
}
#tu04 {
    margin-top: -100px;
    padding-top: 100px;
}
#tu05 {
    margin-top: -100px;
    padding-top: 100px;
}
.linebana {
	margin-top: 50px;
	text-align: center;
}
#BInsta{
	padding-left:20px;
}
#BInsta i{
	font-size:35px;
}

/*2022.6追加*/
.SnGn-intro{
	position:relative;
	text-align:left;
}
.SnGn-intro dt{
	font-size:14px;
	font-weight:500;
	padding-bottom:5px;
}
.SnGn-intro dd{
	font-size:14px;
	font-weight:300;
	padding-bottom:15px;
}
.orderpage{
	width:600px;
	position:relative;
	margin:auto;
	padding-bottom:20px;
}