@charset "utf-8";
/* CSS Document */
html {
	overflow-x: hidden;
}
.p_00 {
	background: url(../img/index/bg_title_page.png) left top no-repeat lightgray;
	padding-top: 35px;
}
.top_content {
	padding: 40px;
}
.inner_top_content {
	padding-left: 60px;
	padding-right: 60px;
}
.top_main_content {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 35px;
	line-height: 180%;
}
.top_main_content p {
}
.bath_tub_curve {
	background: #ef9300;
	font-weight: bold;
	color: #fff;
	font-size: 30px;
	text-align: center;
	
	height: 60px;
	padding-top: 18px;
	border-radius: 6px;
	margin-top: 40px;
	margin-bottom: 30px;
	letter-spacing: 2px
}
.bath_tub_curve span {
	font-size: 24px;
	font-weight: normal;
	display: inline-block;
	padding-left: 30px;
}
.top_img {
	text-align: center;
}
.top_img img {
	width: 780px;
}
.top_service {
	margin-top: 50px;
}
.top_sv_item {
	background: rgba(254,219,0,0.3);
	border-radius: 8px;
	padding: 40px 50px;
	margin-bottom: 40px;
}
.top_sv_tt {
	display: inline-block;
	font-size: 20px;
	color: #1d2084;
	font-weight: bold;
	word-break: break-word;
}
.top_sv_des {
	font-size: 16px;
	line-height: 160%;
	margin-top: 15px;
}
.mg20 {
	margin-top: 20px !important;
}

/* Custom */
.title01 {
	background: #ef9300;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0;
	padding-left: 15px;
	border-radius: 3px;
	height: auto;
}

.title01::before {
	content: "■";
	color: #fff;
	padding-right: 8px;
}
.meiryo-font {
	font-family: "Meiryo","メイリオ";
}
.bath_tub_curve {
	padding: 15px 0;
	max-width: 800px;
	height: auto;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.ct-padding {
	padding: 0 104px;
}
#button-lang {
	position: fixed;
	top: 580px;
	right: 0;
	z-index: 1;
}
.button-lang-txt {
	display: none;
}
.justify {
	text-align: justify;
}
.f-18 {
	font-size: 18px;
}
/*body {
	background-size: 12px 12px;
}*/
.ct-padding-1 {
	padding: 0 70px;
}
.letter-spacing {
	letter-spacing: -1px;
}
.ct-padding-2 {
	padding: 20px 70px;
}

.tabs .tab-1-content .btn{
	background-color:#938f90;
}
.tabs .tab-2-content .btn{
	background-color:#f15a25;
}

.tabs{
	width:100%;
	margin:0 auto;
    margin-top:2rem;
}
 
/* タブのスタイル */
.tabs .tab-label01,
.tabs .tab-label02{
    display: inline-block;
	color: #FFFFFF;
	border-radius:15px 15px 0 0;
	font-size:120%;
	font-weight:bold;
	text-align:center;
	margin-top: 50px;
	background: #f29600;
	
	
}
.tabs .tab-label01{
	color: #FFFFFF;
	margin-left: calc(100% - 450px);
	padding:20px 40px 20px;
}
.tabs .tab-label02{
	padding:20px 30px 20px;
}

 
/* タブにマウスカーソルがのったときフッター */
.tabs .tab-label:hover {
  opacity: 0.7;
}
 
/* ラジオボタンと内容を非表示 */
.tabs input[name="tab-radio"],
.tabs .tab-content {
    display: none;
}
 
/* タブ内容のスタイル */
.tabs .tab-content{
	width:100%;
    min-height: 253.5px;
	box-sizing:border-box;
	margin:0 auto;
}

.tab-content .content{
	margin-top: 0px;
}
 
/* 選択されているタブのコンテンツのみを表示 */
.tabs #tab-1:checked ~ .tab-1-content,
.tabs #tab-2:checked ~ .tab-2-content{
    display: block;
}
 
/* 選択されているタブのスタイルを変える */
.tabs input[name="tab-radio"]:checked + .tab-label {
    background-color:#fff;
}

input[type="radio"]:checked + label {
background: rgba(254, 219, 0, 0.3);/* マウス選択時の背景色を指定する */
color: #000000; /* マウス選択時のフォント色を指定する */
}
.label:hover {
background-color: #f29600; /* マウスオーバー時の背景色を指定する */
}




/* End Custom */
@media screen and (max-width:767px) {
/* Custom */
.ct-padding {
	padding: 0;
}
.ct-padding-1 {
	padding: 0;
}
.ct-padding-2 {
	padding: 20px 0;
}
.bath_tub_curve {
	float: left;
	max-width: auto;
}
#button-lang {
	top: unset;
	bottom: 10px;
	left: 10px;
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: #ef9300;
	text-align: center;
	padding: 13px 0;
	color: #fff;
	font-weight: bold;
	border-radius: 50%;
}
.jp-lang {
	height: 60px !important;
	width: 60px !important;
	padding: 24px 0 !important;
}
#button-lang img {
	display: none;
}
.button-lang-txt {
	display: inline-block;
}
/* End Custom */
.inner_top_content {
	padding-left: 0;
	padding-right: 0;
}
.top_content {
	padding: 30px 10px
}
.top_main_content {
	padding-left: 20px;
	padding-right: 20px;
}


.bath_tub_curve {
	font-size: 24px;
	height: auto;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
	padding: 0;
}
.bath_tub_curve span {
	font-size: 20px;
}
.f-36 {
	font-size: 24px;
}
.pdt-60 {
	padding-top: 20px;
}
.top_sv_item {
	padding: 20px;
	margin-bottom: 20px;
}
.top_service {
	margin-top: 30px;
}
}
 @media screen and (max-width:640px) {
.bath_tub_curve span {
	width: 100%;
	float: left;
	padding-left: 0;
}
.top_main_content {
	padding-left: 0;
	padding-right: 0;
}
	 
/* タブのスタイル */
.tabs .tab-label01,
.tabs .tab-label02{
    display: inline-block;
/*	color: #000000; */
	border-radius:15px 15px 0 0;
	font-size:100%;
	font-weight:bold;
	text-align:center;
	margin: 30px auto 0px;
/*	background: rgba(254, 219, 0, 0.3); */
}
.tabs .tab-label01{
/*	color: #000000; */
	padding:10px 25px 10px;
	margin-left: calc(100% - 320px);
}
.tabs .tab-label02{
	padding:10px 25px 10px;
}	 
	 
	 
}
 @media screen and (max-width:480px) {
.bath_tub_curve {
	font-size: 18px;
}
.bath_tub_curve span {
	font-size: 16px;
}
} 
