@charset "UTF-8";
/* CSS Document */

/*
トップページ
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	/*湯名人」ジャノメ製品をお使いの方に選ばれています！*/
	#top_add01 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 30px auto 90px auto;
	}
	
	#top_add01 h2 {
		position: relative;
		width: 830px;
		margin: 0 auto 65px auto;
		font-size: 36px!important;
		font-weight: 600!important;
		letter-spacing: 2px;
		line-height: 55px;
		text-align: center;
		color: #02011C;
	}
	
	#top_add01 h2 font {
		background:linear-gradient(transparent 60%, rgba(255,230,5,0.40) 60%);
	}
	
	#top_add01 h2::before,
	#top_add01 h2::after {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%) translateX(0);
		width: 46px;
		height: 90px;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#top_add01 h2::before {
		left: 0;
		background-image: url(/wp-content/themes/cf_originaltheme/images/top/add/hukidashi_left.png);
	}
	
	#top_add01 h2::after {
		right: 0;
		background-image: url(/wp-content/themes/cf_originaltheme/images/top/add/hukidashi_right.png);
	}
	
	#top_add01 .ptn {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		width: 780px;
		height: auto;
		margin: 40px auto 0 auto;
	}
	
	#top_add01 .ptn h3 {
		display: block;
		position: relative;
		width: 100%;
		padding: 15px 0 15px 0;
		margin: 0 auto 20px auto;
		font-size: 24px!important;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 24px;
		text-align: center;
		color: #fff;
		background: #6A878E;
	}
	
	#top_add01 .ptn .img {
		position: relative;
		width: 340px;
		height: auto;
	}
	
	#top_add01 .ptn .img:nth-of-type(1)::before {
		content: "";
		position: absolute;
		top: 46%;
		right: -80px;
		transform: translateY(-50%) translateX(0);
		width: 55px;
		height: 50px;
		background-image: url(/wp-content/themes/cf_originaltheme/images/top/add/orange_right.png);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#top_add01 .ptn .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 385px;
		object-fit: cover;
	}
	
	#top_add01 .ptn .img h4 {
		margin: 20px auto 0 auto;
		font-size: 20px!important;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: center;
		color: #02011C;
	}
	
	#top_add01 .btn {
		position: relative;
		width: 1010px;
		height: auto;
		padding: 70px 0 70px 0;
		margin: 85px auto 0 auto;
		border-radius: 20px;
		background-image: linear-gradient(131deg, rgba(192,234,235,0.80), rgba(229,246,247,0.80) 50%, rgba(192,234,235,0.80));
	}
	
	#top_add01 .btn h3 {
		font-size: 36px!important;
		font-weight: 600!important;
		letter-spacing: 2px;
		line-height: 36px;
		text-align: center;
		color: #02011C;
	}
	
	#top_add01 .btn h3 font {
		background:linear-gradient(transparent 60%, rgba(255,230,5,0.40) 60%);
	}
	
	#top_add01 .btn h4 {
		position: relative;
		width: 590px;
		margin: 50px auto 30px auto;
		font-size: 26px!important;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: center;
		color: #005F9E;
	}
	
	#top_add01 .btn h4::before,
	#top_add01 .btn h4::after {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%) translateX(0);
		width: 28px;
		height: 39px;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#top_add01 .btn h4::before {
		left: 0;
		background-image: url(/wp-content/themes/cf_originaltheme/images/top/add/hukidashi2_left.png);
	}
	
	#top_add01 .btn h4::after {
		right: 0;
		background-image: url(/wp-content/themes/cf_originaltheme/images/top/add/hukidashi2_right.png);
	}
	
	#top_add01 .btn a {
		display: block;
		position: relative;
		width: 580px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 22px 0 22px 0;	
		text-align: center;
		border: solid 1px #FD962D;
		border-radius: 100px;
		box-shadow: 2px 3px 6px 0px rgba(2,1,28,0.50);
	}
	
	#top_add01 .btn a font {
		z-index: 2;
		display: block;
		position: relative;
		margin: 0 auto 0 auto;
		font-size: 24px!important;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 24px;
		text-align: center;
		color: #fff;
		transition: 0.4s;
	}
	
	#top_add01 .btn a:hover font {
		color: #FD7F00;
	}
	
	#top_add01 .btn a span {
		content: "";
		z-index: 2;
		position: absolute;
		top: 50%;
		right: 130px;
		transform: translateY(-50%) translateX(0);
		width: 15px;
		height: 17px;
		background-image: url(/wp-content/themes/cf_originaltheme/images/top/add/btn_sankaku.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
		transition: 0.4s;
	}
	
	#top_add01 .btn a:hover span {
		background-image: url(/wp-content/themes/cf_originaltheme/images/top/add/btn_sankaku_orange.png);
	}
	
	#top_add01 .btn a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(97deg, #FD962D 0%, #EF7800 100%) 0% 0% no-repeat padding-box;
		border: solid 1px #FD7F00;
		border-radius: 100px;
    transition: opacity 0.4s ease;
    z-index: 0;
  }
	
	#top_add01 .btn a:hover::before {
    opacity: 0;
	}
	
  #top_add01 .btn a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
	  border: solid 1px #FD7F00;
	  border-radius: 100px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
  }
	
	#top_add01 .btn a:hover::after {
    opacity: 1;
  }
	
	/*おすすめポイント*/
	#top_add02 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 90px auto 0 auto;
	}
	
	#top_add02 h2 {
		position: relative;
		width: 1040px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 30px 0 30px 240px;
		font-size: 40px!important;
		font-weight: 600!important;
		letter-spacing: 1px;
		line-height: 40px;
		text-align: left;
	}
	
	#top_add02 h2::before,
	#top_add02 h2::after {
		content: "";
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
		background: #12A1C4;
	}
	
	#top_add02 h2::before {
		top: 0;
	}
	
	#top_add02 h2::after {
		bottom: 0;
	}
	
	#top_add02 h2 font {
		position: absolute;
		top: 0;
		left: 0;
		font-size: 24px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 28px;
		text-align: center;
		color: #fff;
	}
	
	#top_add02 h2 font big {
		display: block;
		position: relative;
		margin: -5px auto 0 auto;
		font-size: 50px;
		font-weight: bold;
		line-height: 50px;
	}
	
	#top_add02 h2 font::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 152px;
		height: 152px;
		background: #12A1C4;
		border-radius: 200px;
	}
	
	#top_add02 .con01 {
		position: relative;
		width: 970px;
		height: auto;
		margin: 50px auto 0 auto;
	}
	
	#top_add02 .con01 .img01 {
		display: block;
		position: relative;
		width: 710px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#top_add02 .con01 h3 {
		margin: 70px auto 0 auto;
		font-size: 36px!important;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 36px;
		text-align: center;
		color: #005F9E;
	}
	
	#top_add02 .con01 h3 font {
		display: block;
		position: relative;
		margin: 15px auto 0 auto;
		font-size: 18px!important;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
		color: #02011C;
	}
	
	#top_add02 .con01 .img02 {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 65px auto;
	}
	
	#top_add02 .con02 {
		position: relative;
		width: 1040px;
		height: auto;
		margin: 65px auto 0 auto;
	}
	
	#top_add02 .con02 .img01 {
		display: block;
		position: relative;
		width: 830px;
		height: auto;
		margin: 0 auto 40px auto;
	}
	
	#top_add02 .con02 h3 {
		position: relative;
		width: 100%;
		padding: 18px 0 18px 290px;
		font-size: 30px!important;
		font-weight: 600!important;
		letter-spacing: 1px;
		line-height: 38px;
		text-align: left;
		color: #fff;
		background: #12A1C4;
	}
	
	#top_add02 .con02 h3:nth-of-type(3) {
		padding-left: 260px;
	}
	
	#top_add02 .con02 h3 img {
		display: block;
		position: absolute;
		bottom: 0;
		right: 90px;
		width: 196px;
		height: auto;
	}
	
	#top_add02 .con02 .ptn01 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 30px auto 40px auto;
	}
	
	#top_add02 .con02 .ptn01 .img02 {
		display: block;
		position: relative;
		width: 840px;
		height: auto;
		margin: 0 auto 60px auto;
	}
	
	#top_add02 .con02 .ptn01 .img03 {
		display: block;
		position: relative;
		width: 638px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#top_add02 .con02 .ptn02 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 60px auto 50px auto;
	}
	
	#top_add02 .con02 .ptn02 h4 {
		position: relative;
		width: 480px;
		margin: 0 auto 0 auto;
		font-size: 30px!important;
		font-weight: 600!important;
		letter-spacing: 1px;
		line-height: 30px;
		text-align: center;
		color: #02011C;
	}
	
	#top_add02 .con02 .ptn02 h4::before,
	#top_add02 .con02 .ptn02 h4::after {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%) translateX(0);
		width: 29px;
		height: 39px;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#top_add02 .con02 .ptn02 h4::before {
		left: 0;
		background-image: url(/wp-content/themes/cf_originaltheme/images/top/add/top_add02_con02_img10.png);
	}
	
	#top_add02 .con02 .ptn02 h4::after {
		right: 0;
		background-image: url(/wp-content/themes/cf_originaltheme/images/top/add/top_add02_con02_img11.png);
	}
	
	#top_add02 .con02 .ptn02 .img04 {
		display: block;
		position: relative;
		width: 640px;
		height: auto;
		margin: 35px auto 60px auto;
	}
	
	#top_add02 .con02 .ptn02 .img05 {
		display: block;
		position: relative;
		width: 650px;
		height: 380px;
		margin: 0 auto 60px auto;
		object-fit: cover;
	}
	
	#top_add02 .con02 .ptn02 p {
		font-size: 40px!important;
		font-weight: 600!important;
		line-height: 56px;
		text-align: center;
		color: #02011C;
	}
	
	#top_add02 .con02 .ptn02 p img {
		display: inline-block;
		position: relative;
		width: 370px;
		height: auto;
	}
	
	#top_add02 .con02 .ptn02 .img07 {
		display: block;
		position: relative;
		width: 832px;
		height: auto;
		margin: 50px auto 0 auto;
	}
	
	#top_add02 .con02 .ptn03 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		width: 920px;
		height: auto;
		margin: 40px auto 0 auto;
	}
	
	#top_add02 .con02 .ptn03 .ptn {
		position: relative;
		width: 280px;
		height: auto;
	}
	
	#top_add02 .con02 .ptn03 .ptn h5 {
		position: relative;
		width: 100%;
		padding: 20px 0 28px 0;
		font-size: 40px!important;
		font-weight: 600!important;
		line-height: 40px;
		text-align: center;
		color: #fff;
		background: #FD7F00;
	}
	
	#top_add02 .con02 .ptn03 .ptn h5 font {
		display: block;
		position: relative;
		margin: 0 auto 15px auto;
		font-size: 30px!important;
		font-weight: 600!important;
		line-height: 30px;
	}
	
	#top_add02 .con02 .ptn03 .ptn h5 font big {
		position: relative;
		margin-left: 5px;
		font-size: 60px!important;
		font-weight: 600!important;
		line-height: 60px;
	}
	
	#top_add02 .con02 .ptn03 .ptn p {
		margin: 20px auto 0 auto;
		font-size: 26px!important;
		font-weight: normal;
		line-height: 36px;
		text-align: left;
	}
	
	#top_add02 .con02 .ptn03 .ptn p span {
		font-weight: bold;
		color: #FD7F00;
	}
	
	#top_add02 .con02 .ptn03 .ptn p small {
		display: block;
		position: relative;
		margin: 20px auto 0 auto;
		font-size: 16px;
		font-weight: normal;
		line-height: 20px;
		letter-spacing: 0.5px;
		text-align: left;
	}
	
	#top_add02 .con02 .ptn03 .img08 {
		display: block;
		position: relative;
		width: 733px;
		height: auto;
		margin: -50px auto 0 0;
	}
	
	/*お客様の声・設置事例*/
	#top .voice .scroll-area .voice__inner {
		height: auto!important;
	}
	
	/*ご注文から設置まで*/
	#top .flow__wrapper .content .slide-nav .flex-item .sec .menu-title.hasChild:before {
		display: none!important;
	}
	
	#top .flow__wrapper .sub-title {
		position: relative;
		width: 950px;
		padding: 20px 0 20px 0;
		margin: 0 auto 40px auto!important;
		background: #6A878E;
	}
	
	#top .flow__wrapper .sub-title p {
		color: #fff!important;
	}
	
	.flow-toggle {
	position: relative;
	cursor: pointer;
}

/* 横線 */
.flow-toggle::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 28px;
	width: 18px;
	height: 2px;
	background: #fff;
	transform: translateY(-50%);
}

/* 縦線 */
.flow-toggle::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 36px;
	width: 2px;
	height: 18px;
	background: #fff;
	transform: translateY(-50%);
	transition: opacity 0.3s;
}

/* 開いているときは縦線を消して「−」にする */
.flow-toggle.open::before {
	opacity: 0;
}

/* 初期状態は閉じる */
.flow-content {
	display: none;
}
	
	/*お問い合わせ*/
	#top_add03 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 ;
	}
	
	.add03_h3 {
		padding: 12px 0 12px 0;
		font-size: 40px!important;
		font-weight: 600!important;
		letter-spacing: 2px;
		line-height: 40px;
		text-align: center;
		color: #fff;
		border-radius: 100px;
	}
	
	#top_add03 .con01 {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#top_add03 .con01 h2 {
		position: relative;
		width: 740px;
		margin: 0 auto 0 auto;
		font-size: 40px!important;
		font-weight: 600!important;
		letter-spacing: 2px;
		line-height: 40px;
		text-align: center;
		color: #02011C;
	}
	
	#top_add03 .con01 h2 small {
		display: block;
		position: relative;
		margin: 0 auto 15px auto;
		font-size: 32px!important;
		font-weight: 600!important;
		letter-spacing: 1px;
		line-height: 32px;
	}
	
	#top_add03 .con01 h2 font {
		background:linear-gradient(transparent 60%, rgba(255,230,5,0.40) 60%);
	}
	
	#top_add03 .con01 h2::before,
	#top_add03 .con01 h2::after {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%) translateX(0);
		width: 46px;
		height: 90px;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#top_add03 .con01 h2::before {
		left: 0;
		background-image: url(/wp-content/themes/cf_originaltheme/images/top/add/hukidashi_left.png);
	}
	
	#top_add03 .con01 h2::after {
		right: 0;
		background-image: url(/wp-content/themes/cf_originaltheme/images/top/add/hukidashi_right.png);
	}
	
	#top_add03 .con01 p {
		margin: 45px auto 0 auto;
		font-size: 24px!important;
		line-height: 36px;
		text-align: center;
	}
	
	#top_add03 .con01 img {
		display: block;
		position: relative;
		width: 400px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#top_add03 .con02 {
		position: relative;
		width: 1040px;
		height: auto;
		margin: 40px auto 90px auto;
	}
	
	#top_add03 .con02 h3 {
		background: #EFB300;
	}
	
	#top_add03 .con02 a {
		display: block;
		position: relative;
		width: 390px;
		height: auto;
		margin: 45px auto 40px auto;
		font-size: 46px;
		font-weight: 700;
		letter-spacing: 2px;
		line-height: 46px;
		color: #0280B3;
		text-align: right;
	}
	
	#top_add03 .con02 a img {
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 45px;
		height: auto;
	}
	
	#top_add03 .con02 p {
		font-size: 24px!important;
		font-weight: bold!important;
		line-height: 36px;
		text-align: center;
		color: #283738;
	}
	
	#top_form {
		position: relative;
		width: 1040px;
		height: auto;
		margin: 0 auto 90px auto;
	}
	
	#top_add03 #top_form h3 {
		margin-bottom: 50px;
		background: #FF8000;
	}
	
	#top_form .title {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#top_form .title h4 {
		margin-bottom: 40px;
		font-size: 36px;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 36px;
		text-align: center;
		color: #283738;
	}
	
	#top_form .title p {
		text-align: center;
	}
	
	#top_form .form {
		position: relative;
		width: 1040px;
		height: auto;
		margin: 30px auto 0 auto;
	}
	
	/*CF7*/
	#top_form .form  .cf7 table {
		position: relative;
		width: 100%;
		height: auto;
		border-collapse: collapse;
	}
	
	#top_form .form .cf7 table tr {
		border-bottom: solid 1px #B2C9D3;
	}
	
	#top_form .form .cf7 table tr th {
		position: relative;
		width: 380px;
		padding: 52px 0 0 0;
		vertical-align: top;
		box-sizing: border-box;
	}
	
	#top_form .form .cf7 table tr th p {
		position: relative;
		font-size: 18px;
		font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		color: #283738;
	}
	
	#top_form .form .cf7 table tr th p span {
		position: absolute;
		top: -6px;
		right: 60px;
		padding: 6px 10px 6px 10px;
		font-size: 17px;
		font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 17px;
		color: #fff;
		background: #0280B3;
		border-radius: 0;
	}
	
	#top_form .form .cf7 table tr:nth-of-type(1) th p {
		line-height: 24px;
	}
	
	#top_form .form .cf7 table tr:nth-of-type(1) th p span {
		top: -2px;
	}
	
	#top_form .form .cf7 table tr td {
		width: 660px;
		padding: 30px 0 30px 0;
		box-sizing: border-box;
	}
	
	#top_form .form .cf7 table tr td p {
		font-size: 18px;
		font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		color: #3E3A39;
	}
	
	#top_form .form .cf7 table tr td font {
		display: block;
		position: relative;
		margin: 20px auto 15px auto;
		font-size: 18px;
		font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		color: #3E3A39;
	}
	
	/*入力欄設定*/
	#top_form .form ::placeholder {
		font-size: 18px;
		font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 18px;
		color: #727272;
	}
	
	/*お問い合わせ項目*/
	span[data-name="cf_category"] .wpcf7-list-item {
		width: 100%;
		margin: 10px 0 10px 0;
	}
	
	span[data-name="cf_category"] .wpcf7-list-item:nth-of-type(1) {
		margin-top: 20px;
	}
	
	span[data-name="cf_category"] .wpcf7-list-item:nth-of-type(4) {
		margin-bottom: 0;
	}
	
	/*24時間風呂のご利用状況*/
	span[data-name="cf_use"] .wpcf7-list-item {
		width: 100%;
		margin: 10px 0 10px 0;
	}
	
	span[data-name="cf_use"] .wpcf7-list-item:nth-of-type(1) {
		margin-top: 15px;
	}
	
	input[name="cf_name01"],
	input[name="cf_name02"],
	input[name="cf_email"],
	input[name="cf_tel"],
	input[name="zip"],
	input[name="pref"],
	input[name="addr"],
	select[name="cf_use_select01"],
	select[name="cf_use_select02"],
	select[name="cf_use_select03"],
	select[name="cf_use_select04"],
	textarea[name="cf_textarea"] {
		padding: 20px 27px;
		border: none;
		border-radius: 0;
		font-size: 16px;
		font-weight: 400;
		line-height: 16px;
		color: #02011C;
		background: #DFE8EA;
		box-sizing: border-box;
	}
	
	input[name="cf_name01"],
	input[name="cf_name02"],
	input[name="cf_email"] {
		width: 100%;
	}
	
	input[name="cf_tel"] {
		width: 280px;
	}
	
	textarea[name="cf_textarea"] {
		line-height: 22px!important;
	}
	
	input[name="zip"] {
		width: 210px;
	}
	
	input[name="pref"] {
		width: 100%;
		margin: 20px auto 20px auto;
	}
	
	input[name="addr"] {
		width: 100%;
	}
	
	select[name="cf_use_select01"],
	select[name="cf_use_select02"],
	select[name="cf_use_select03"],
	select[name="cf_use_select04"] {
		position: relative;
		width: 390px;
	}
	
	span[data-name="cf_use_select01"]::after,
	span[data-name="cf_use_select02"]::after,
	span[data-name="cf_use_select03"]::after,
	span[data-name="cf_use_select04"]::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 355px;
		transform: translateY(-50%);
		width: 0;
		height: 0;
		border-left: 9px solid transparent;
		border-right: 9px solid transparent;
		border-top: 14px solid #007BB0;
		border-radius: 3px;
		pointer-events: none;
	}
	
	textarea[name="cf_textarea"] {
		width: 100%;
		height: 210px;
	}
	
	textarea::placeholder {
		line-height: 26px!important;
		white-space: pre-line;
	}
	
	#top_form .form .accept {
		margin: 40px auto 40px auto;
	}
	
	#top_form .form .accept p {
		font-size: 18px;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
	}
	
	#top_form .form .accept p a {
		position: relative;
		font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
		font-weight: 600;
		color: #007BB0;
		transition: 0.1s;
	}
	
	#top_form .form .accept p a::before {
		content: "";
		position: absolute;
		bottom: -2px;
		left: 0;
		width: 100%;
		height: 1px;
		background: rgba(0,123,176,0.00);
		transition: 0.1s;
	}
	
	#top_form .form .accept p a:hover::before {
		background: #007BB0;
	}
	
	/*送信ボタン*/
	#top_form .form input[type="submit"] {
		display: block;
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 22px 0 22px 0;
		font-size: 24px;
		font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 24px;
		text-align: center;
		color: #fff;
		background: #007BB0;
		border: solid 1px #007BB0;
		border-radius: 100px;
		box-sizing: border-box;
		text-decoration: none;
		box-shadow: 2px 3px 6px 0px rgba(2,1,28,0.50);
		transition: 0.4s;
	}
	
	#top_form .form input[type="submit"]:hover {
		color: #007BB0;
		background: #fff;
		border: solid 1px #007BB0;
	}
	
	.wpcf7 form .wpcf7-response-output {
		width: 100%;
		margin: 30px auto 0 auto!important;
		font-size: 16px;
		box-sizing: border-box;
	}
	
	/*バナー*/
	#top .banner {
		padding-bottom: 90px!important;
	}
 
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	/*湯名人」ジャノメ製品をお使いの方に選ばれています！*/
	#top_add01 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 15px auto 45px auto;
	}
	
	#top_add01 h2 {
		position: relative;
		width: 375px;
		margin: 0 auto 38px auto;
		font-size: 22px!important;
		font-weight: 600!important;
		letter-spacing: 0.5px;
		line-height: 32px;
		text-align: center;
		color: #02011C;
	}
	
	#top_add01 h2 font {
		background:linear-gradient(transparent 60%, rgba(255,230,5,0.40) 60%);
	}
	
	#top_add01 h2::before,
	#top_add01 h2::after {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%) translateX(0);
		width: 23px;
		height: 45px;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#top_add01 h2::before {
		left: 0;
		background-image: url(/wp-content/themes/cf_originaltheme/images/top/add/hukidashi_left.png);
	}
	
	#top_add01 h2::after {
		right: 0;
		background-image: url(/wp-content/themes/cf_originaltheme/images/top/add/hukidashi_right.png);
	}
	
	#top_add01 .ptn {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		width: 375px;
		height: auto;
		margin: 20px auto 0 auto;
	}
	
	#top_add01 .ptn h3 {
		display: block;
		position: relative;
		width: 100%;
		padding: 8px 0 8px 0;
		margin: 0 auto 20px auto;
		font-size: 18px!important;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
		color: #fff;
		background: #6A878E;
	}
	
	#top_add01 .ptn .img {
		position: relative;
		width: 160px;
		height: auto;
		margin: 0 10px 0 10px;
	}
	
	#top_add01 .ptn .img:nth-of-type(1)::before {
		content: "";
		position: absolute;
		top: 46%;
		right: -32px;
		transform: translateY(-50%) translateX(0);
		width: 27px;
		height: 25px;
		background-image: url(/wp-content/themes/cf_originaltheme/images/top/add/orange_right.png);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#top_add01 .ptn .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 182px;
		object-fit: cover;
	}
	
	#top_add01 .ptn .img h4 {
		margin: 8px auto 0 auto;
		font-size: 14px!important;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: center;
		color: #02011C;
	}
	
	#top_add01 .btn {
		position: relative;
		width: 375px;
		height: auto;
		padding: 45px 0 35px 0;
		margin: 35px auto 0 auto;
		border-radius: 20px;
		background-image: linear-gradient(131deg, rgba(192,234,235,0.80), rgba(229,246,247,0.80) 50%, rgba(192,234,235,0.80));
	}
	
	#top_add01 .btn h3 {
		font-size: 25px!important;
		font-weight: 600!important;
		letter-spacing: 1px;
		line-height: 35px;
		text-align: center;
		color: #02011C;
	}
	
	#top_add01 .btn h3 font {
		background:linear-gradient(transparent 60%, rgba(255,230,5,0.40) 60%);
	}
	
	#top_add01 .btn h4 {
		position: relative;
		width: 360px;
		margin: 25px auto 20px auto;
		font-size: 16px!important;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #005F9E;
	}
	
	#top_add01 .btn h4::before,
	#top_add01 .btn h4::after {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%) translateX(0);
		width: 14px;
		height: 20px;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#top_add01 .btn h4::before {
		left: 0;
		background-image: url(/wp-content/themes/cf_originaltheme/images/top/add/hukidashi2_left.png);
	}
	
	#top_add01 .btn h4::after {
		right: 0;
		background-image: url(/wp-content/themes/cf_originaltheme/images/top/add/hukidashi2_right.png);
	}
	
	#top_add01 .btn a {
		display: block;
		position: relative;
		width: 340px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 18px 0 18px 0;
		font-size: 18px!important;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
		color: #fff;
		background-image: linear-gradient(130deg, #fd962d, #ef7800);
		border-radius: 100px;
		box-shadow: 2px 3px 6px 0px rgba(2,1,28,0.50);
	}
	
	#top_add01 .btn a::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 60px;
		transform: translateY(-50%) translateX(0);
		width: 8px;
		height: 10px;
		background-image: url(/wp-content/themes/cf_originaltheme/images/top/add/btn_sankaku.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	/*バスポカEXecoが選ばれる5つの理由*/
	.reason .scroll-area {
		position: relative;
		overflow: visible;
	}

	.reason .reason__inner {
		width: 100%;
		height: auto !important;
		overflow: hidden;
	}

	.reason .reviews-container {
		display: flex;
		flex-direction: row !important;
		align-items: flex-start;
		height: auto !important;
	}

	.reason .reason-item {
		width: 100% !important;
		height: auto !important;
		flex-shrink: 0;
	}

	.reason .swiper-scrollbar2 {
		display: none !important;
	}

	.reason .swiper-pagination {
		display: block !important;
		position: relative;
		bottom: auto;
		margin-top: 20px;
	}

	.reason .swiper-button-prev,
	.reason .swiper-button-next {
		display: flex !important;
		z-index: 10;
	}

	.reason .swiper-button-prev {
		left: -5px;
	}

	.reason .swiper-button-next {
		right: -5px;
	}
	
	.reason .reviews-container {
		align-items: stretch;
	}

	.reason .reason-item {
		display: flex;
		flex-direction: column;
		height: auto !important;
		background: #fff;
	}

	.reason .reason-item .bottom {
		flex: 1;
	}
	
	#top .reason .scroll-area .swiper-button {
		display: block !important;
		position: absolute;
		top: 25%;
		width: 35px;
		height: 35px;
		margin-top: 0;
		background-color: #fff;
		border: solid 1px #283738;
		border-radius: 50%;
		box-shadow: 2px 3px 5px rgba(2, 1, 28, 0.2);
		transform: translateY(-50%);
		z-index: 30;
	}

	#top .reason .scroll-area .swiper-button::after {
		content: none !important;
	}

	#top .reason .scroll-area .swiper-button::before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		width: 8px;
		height: 11px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		transform: translate(-50%, -50%);
		z-index: 30;
	}

	#top .reason .scroll-area .swiper-button.swiper-button-prev {
		left: -5px;
		right: auto;
	}

	#top .reason .scroll-area .swiper-button.swiper-button-prev::before {
		left: 47%;
		background-image: url(../images/top/sec02/PC/left_black.png);
	}

	#top .reason .scroll-area .swiper-button.swiper-button-next {
		right: -5px;
		left: auto;
	}

	#top .reason .scroll-area .swiper-button.swiper-button-next::before {
		left: 53%;
		background-image: url(../images/top/sec02/PC/right_black.png);
	}
	
	/*おすすめポイント*/
	#top_add02 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 45px auto 0 auto;
	}
	
	#top_add02 h2 {
		position: relative;
		width: 375px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 25px 0 15px 0;
		font-size: 25px!important;
		font-weight: 600!important;
		letter-spacing: 1px;
		line-height: 32px;
		text-align: center;
	}
	
	#top_add02 h2::before,
	#top_add02 h2::after {
		content: "";
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
		background: #12A1C4;
	}
	
	#top_add02 h2::before {
		top: 98px;
	}
	
	#top_add02 h2::after {
		bottom: 0;
	}
	
	#top_add02 h2 font {
		display: block;
		position: relative;
		margin: 0 auto 35px auto;
		font-size: 13px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: center;
		color: #fff;
	}
	
	#top_add02 h2 font big {
		display: block;
		position: relative;
		margin: -3px auto 0 auto;
		font-size: 25px;
		font-weight: bold;
		line-height: 25px;
	}
	
	#top_add02 h2 font::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 76px;
		height: 76px;
		background: #12A1C4;
		border-radius: 200px;
	}
	
	#top_add02 .con01 {
		position: relative;
		width: 325px;
		height: auto;
		margin: 20px auto 30px auto;
	}
	
	#top_add02 .con01 .img01 {
		display: block;
		position: relative;
		width: 325px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#top_add02 .con01 h3 {
		margin: 30px auto 0 auto;
		font-size: 25px!important;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 25px;
		text-align: center;
		color: #005F9E;
	}
	
	#top_add02 .con01 h3 font {
		display: block;
		position: relative;
		margin: 8px auto 0 auto;
		font-size: 12px!important;
		font-weight: normal;
		letter-spacing: 0.5px;
		line-height: 12px;
		text-align: center;
		color: #02011C;
	}
	
	#top_add02 .con01 .img02 {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 20px auto 0 auto;
	}
	
	#top_add02 .con02 {
		position: relative;
		width: 375px;
		height: auto;
		margin: 35px auto 0 auto;
	}
	
	#top_add02 .con02 .img01 {
		display: block;
		position: relative;
		width: 350px;
		height: auto;
		margin: 0 auto 33px auto;
	}
	
	#top_add02 .con02 h3 {
		position: relative;
		width: 100%;
		padding: 18px 0 18px 42px;
		font-size: 20px!important;
		font-weight: 600!important;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
		color: #fff;
		background: #12A1C4;
	}
	
	#top_add02 .con02 h3 img {
		display: block;
		position: absolute;
		bottom: 0;
		right: 8px;
		width: 150px;
		height: auto;
	}
	
	#top_add02 .con02 .ptn01 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 27px auto 36px auto;
	}
	
	#top_add02 .con02 .ptn01 .img02 {
		display: block;
		position: relative;
		width: 365px;
		height: auto;
		margin: 0 auto 45px auto;
	}
	
	#top_add02 .con02 .ptn01 .img03 {
		display: block;
		position: relative;
		width: 350px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#top_add02 .con02 .ptn02 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 35px auto 32px auto;
	}
	
	#top_add02 .con02 .ptn02 h4 {
		position: relative;
		width: 290px;
		margin: 0 auto 0 auto;
		font-size: 20px!important;
		font-weight: 600!important;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: center;
		color: #02011C;
	}
	
	#top_add02 .con02 .ptn02 h4::before,
	#top_add02 .con02 .ptn02 h4::after {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%) translateX(0);
		width: 15px;
		height: 20px;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#top_add02 .con02 .ptn02 h4::before {
		left: 0;
		background-image: url(/wp-content/themes/cf_originaltheme/images/top/add/top_add02_con02_img10.png);
	}
	
	#top_add02 .con02 .ptn02 h4::after {
		right: 0;
		background-image: url(/wp-content/themes/cf_originaltheme/images/top/add/top_add02_con02_img11.png);
	}
	
	#top_add02 .con02 .ptn02 .img04 {
		display: block;
		position: relative;
		width: 335px;
		height: auto;
		margin: 25px auto 30px auto;
	}
	
	#top_add02 .con02 .ptn02 .img05 {
		display: block;
		position: relative;
		width: 350px;
		height: 200px;
		margin: 0 auto 30px auto;
		object-fit: cover;
	}
	
	#top_add02 .con02 .ptn02 p {
		font-size: 25px!important;
		font-weight: 600!important;
		line-height: 32px;
		text-align: center;
		color: #02011C;
	}
	
	#top_add02 .con02 .ptn02 p img {
		display: inline-block;
		position: relative;
		width: 222px;
		height: auto;
	}
	
	#top_add02 .con02 .ptn02 .img07 {
		display: block;
		position: relative;
		width: 350px;
		height: auto;
		margin: 26px auto 0 auto;
	}
	
	#top_add02 .con02 .ptn03 {
		position: relative;
		width: 360px;
		height: auto;
		margin: 15px auto 0 auto;
	}
	
	#top_add02 .con02 .ptn03 .ptn {
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 auto 22px auto;
	}
	
	#top_add02 .con02 .ptn03 .ptn h5 {
		position: relative;
		width: 100%;
		padding: 14px 0 20px 0;
		font-size: 25px!important;
		font-weight: 600!important;
		line-height: 25px;
		letter-spacing: 2px;
		text-align: center;
		color: #fff;
		background: #FD7F00;
	}
	
	#top_add02 .con02 .ptn03 .ptn h5 font {
		display: block;
		position: relative;
		margin: 0 auto 7px auto;
		font-size: 20px!important;
		font-weight: 600!important;
		line-height: 20px;
		letter-spacing: 1px;
	}
	
	#top_add02 .con02 .ptn03 .ptn h5 font big {
		position: relative;
		margin-left: 2px;
		font-size: 35px!important;
		font-weight: 600!important;
		line-height: 35px;
	}
	
	#top_add02 .con02 .ptn03 .ptn p {
		margin: 10px auto 0 auto;
		font-size: 15px!important;
		font-weight: normal;
		line-height: 22px;
		text-align: left;
	}
	
	#top_add02 .con02 .ptn03 .ptn p span {
		font-weight: bold;
		color: #FD7F00;
	}
	
	#top_add02 .con02 .ptn03 .ptn p small {
		display: block;
		position: relative;
		margin: 11px auto 0 auto;
		font-size: 13px;
		font-weight: normal;
		line-height: 18px;
		letter-spacing: 0.5px;
		text-align: left;
	}
	
	#top_add02 .con02 .ptn03 .img08 {
		display: block;
		position: relative;
		width: 350px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	
	/*お客様の声・設置事例*/
	#top .voice .scroll-area .voice__inner {
		height: auto!important;
	}
	
	/*ご注文から設置まで*/
	#top .flow__wrapper .content .slide-nav .flex-item .sec .menu-title.hasChild:before {
		display: none!important;
	}
	
	#top .flow__wrapper .sub-title {
		position: relative;
		width: 380px;
		padding: 14px 0 14px 0;
		margin: 0 auto 30px auto!important;
		background: #6A878E;
	}
	
	#top .flow__wrapper .sub-title p {
		color: #fff!important;
	}
	
	.flow-toggle {
	position: relative;
	cursor: pointer;
}

/* 横線 */
.flow-toggle::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 28px;
	width: 18px;
	height: 2px;
	background: #fff;
	transform: translateY(-50%);
}

/* 縦線 */
.flow-toggle::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 36px;
	width: 2px;
	height: 18px;
	background: #fff;
	transform: translateY(-50%);
	transition: opacity 0.3s;
}

/* 開いているときは縦線を消して「−」にする */
.flow-toggle.open::before {
	opacity: 0;
}

/* 初期状態は閉じる */
.flow-content {
	display: none;
}
	
	/*お問い合わせ*/
	#top_add03 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 ;
	}
	
	.add03_h3 {
		padding: 12px 0 12px 0;
		font-size: 25px!important;
		font-weight: 600!important;
		letter-spacing: 1px;
		line-height: 25px;
		text-align: center;
		color: #fff;
		border-radius: 14px;
	}
	
	#top_add03 .con01 {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#top_add03 .con01 h2 {
		position: relative;
		width: 375px;
		margin: 0 auto 0 auto;
		font-size: 22px!important;
		font-weight: 600!important;
		letter-spacing: 0.5px;
		line-height: 22px;
		text-align: center;
		color: #02011C;
	}
	
	#top_add03 .con01 h2 small {
		display: block;
		position: relative;
		margin: 0 auto 8px auto;
		font-size: 21px!important;
		font-weight: 600!important;
		letter-spacing: 1px;
		line-height: 21px;
	}
	
	#top_add03 .con01 h2 font {
		background:linear-gradient(transparent 60%, rgba(255,230,5,0.40) 60%);
	}
	
	#top_add03 .con01 h2::before,
	#top_add03 .con01 h2::after {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%) translateX(0);
		width: 23px;
		height: 45px;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#top_add03 .con01 h2::before {
		left: 0;
		background-image: url(/wp-content/themes/cf_originaltheme/images/top/add/hukidashi_left.png);
	}
	
	#top_add03 .con01 h2::after {
		right: 0;
		background-image: url(/wp-content/themes/cf_originaltheme/images/top/add/hukidashi_right.png);
	}
	
	#top_add03 .con01 p {
		margin: 20px auto 2px auto;
		font-size: 17px!important;
		line-height: 27px;
		text-align: center;
	}
	
	#top_add03 .con01 img {
		display: block;
		position: relative;
		width: 200px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#top_add03 .con02 {
		position: relative;
		width: 350px;
		height: auto;
		margin: 20px auto 48px auto;
	}
	
	#top_add03 .con02 h3 {
		background: #EFB300;
	}
	
	#top_add03 .con02 a {
		display: block;
		position: relative;
		width: 284px;
		height: auto;
		margin: 25px auto 27px auto;
		font-size: 35px;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 35px;
		color: #0280B3;
		text-align: right;
	}
	
	#top_add03 .con02 a img {
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 30px;
		height: auto;
	}
	
	#top_add03 .con02 p {
		font-size: 17px!important;
		font-weight: bold!important;
		line-height: 27px;
		text-align: center;
		color: #283738;
	}
	
	#top_form {
		position: relative;
		width: 350px;
		height: auto;
		margin: 0 auto 45px auto;
	}
	
	#top_add03 #top_form h3 {
		margin-bottom: 30px;
		background: #FF8000;
	}
	
	#top_form .title {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#top_form .title h4 {
		margin-bottom: 32px;
		font-size: 22px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 22px;
		text-align: center;
		color: #283738;
	}
	
	#top_form .title p {
		text-align: center;
	}
	
	#top_form .form {
		position: relative;
		width: 350px;
		height: auto;
		margin: 10px auto 0 auto;
	}
	
	/*CF7*/
	#top_form .cf7 table {
		position: relative;
		width: 100%;
		height: auto;
		border-collapse: collapse;
	}
	
	#top_form .cf7 table tr {
		border-bottom: solid 1px #B2C9D3;
	}
	
	#top_form .cf7 table tr th {
		display: block;
		position: relative;
		width: 100%;
		padding: 25px 10px 17px 10px;
		box-sizing: border-box;
	}
	
	#top_form .cf7 table tr th p {
		position: relative;
		font-size: 16px;
		font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
		font-weight: 600;
		letter-spacing: 0.5px;
		line-height: 16px;
		text-align: left;
		color: #283738;
	}
	
	#top_form .cf7 table tr th p span {
		position: absolute;
		top: -1px;
		right: 0;
		padding: 3px 5px 3px 5px;
		font-size: 14px;
		font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 14px;
		color: #fff;
		background: #0280B3;
		border-radius: 0;
	}
	
	#top_form .cf7 table tr td {
		display: block;
		position: relative;
		width: 100%;
		padding: 0 10px 25px 10px;
		box-sizing: border-box;
	}
	
	#top_form .cf7 table tr td p {
		font-size: 16px;
		font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
		font-weight: 400;
		letter-spacing: 0.5px;
		line-height: 16px;
		text-align: left;
		color: #3E3A39;
	}
	
	#top_form .cf7 table tr td font {
		display: block;
		position: relative;
		margin: 20px auto 10px auto;
		font-size: 15px;
		font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 15px;
		text-align: left;
		color: #3E3A39;
	}
	
	/*入力欄設定*/
	::placeholder {
		font-size: 15px;
		font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 15px;
		color: #727272;
	}
	
	/*お問い合わせ項目*/
	span[data-name="cf_category"] .wpcf7-list-item {
		width: 100%;
		margin: 0 0 16px 0;
		font-size: 15px;
		letter-spacing: 0.5px;
		line-height: 15px;
	}
	
	span[data-name="cf_category"] .wpcf7-list-item:nth-of-type(4) {
		margin-bottom: 0;
		line-height: 20px;
		padding-left:1em;
		text-indent:-1em;
	}
	
	/*24時間風呂のご利用状況*/
	span[data-name="cf_use"] .wpcf7-list-item {
		width: 100%;
		margin: 10px 0 10px 0;
		font-size: 15px;
		letter-spacing: 0.5px;
		line-height: 15px;
	}
	
	span[data-name="cf_use"] .wpcf7-list-item:nth-of-type(1) {
		margin-top: 0;
	}
	
	input[name="cf_name01"],
	input[name="cf_name02"],
	input[name="cf_email"],
	input[name="cf_tel"],
	input[name="zip"],
	input[name="pref"],
	input[name="addr"],
	select[name="cf_use_select01"],
	select[name="cf_use_select02"],
	select[name="cf_use_select03"],
	select[name="cf_use_select04"],
	textarea[name="cf_textarea"] {
		padding: 15px 14px;
		border: none;
		border-radius: 0;
		font-size: 16px;
		font-weight: 400;
		line-height: 16px;
		color: #02011C;
		background: #DFE8EA;
		box-sizing: border-box;
	}
	
	input[name="cf_name01"],
	input[name="cf_name02"],
	input[name="cf_email"] {
		width: 100%;
	}
	
	input[name="cf_tel"] {
		width: 100%;
	}
	
	textarea[name="cf_textarea"] {
		line-height: 20px!important;
	}
	
	input[name="zip"] {
		width: 160px;
	}
	
	input[name="pref"] {
		width: 100%;
		margin: 12px auto 12px auto;
	}
	
	input[name="addr"] {
		width: 100%;
	}
	
	select[name="cf_use_select01"],
	select[name="cf_use_select02"],
	select[name="cf_use_select03"],
	select[name="cf_use_select04"] {
		position: relative;
		width: 100%;
	}
	
	span[data-name="cf_use_select01"]::after,
	span[data-name="cf_use_select02"]::after,
	span[data-name="cf_use_select03"]::after,
	span[data-name="cf_use_select04"]::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 300px;
		transform: translateY(-50%);
		width: 0;
		height: 0;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-top: 11px solid #007BB0;
		border-radius: 2px;
		pointer-events: none;
	}
	
	textarea[name="cf_textarea"] {
		width: 100%;
		height: 135px;
	}
	
	textarea::placeholder {
		line-height: 20px;
		white-space: pre-line;
	}
	
	#top_form .accept {
		margin: 30px auto 30px auto;
	}
	
	#top_form .accept p {
		font-size: 15px;
		letter-spacing: 0.5px;
		line-height: 22px;
		text-align: center;
	}
	
	#top_form .accept p a {
		position: relative;
		font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
		font-weight: 600;
		color: #007BB0;
	}
	
	#top_form .accept p a::before {
		content: "";
		position: absolute;
		bottom: -1px;
		left: 0;
		width: 100%;
		height: 1px;
		background: #007BB0;
		transition: 0.1s;
	}
	
	/*送信ボタン*/
	#top_form input[type="submit"] {
		display: block;
		position: relative;
		width: 250px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 18px 0 18px 0;
		font-size: 18px;
		font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
		color: #fff;
		background: #007BB0;
		border: solid 1px #007BB0;
		border-radius: 100px;
		box-sizing: border-box;
		text-decoration: none;
		box-shadow: 2px 3px 6px 0px rgba(2,1,28,0.50);
	}
	
	.wpcf7 form .wpcf7-response-output {
		width: 100%;
		margin: 20px auto 0 auto!important;
		font-size: 16px;
		box-sizing: border-box;
	}
	
	/*バナー*/
	#top .banner {
		padding-bottom: 45px!important;
	}
	
}

/*CF7設定*/
/* selectの標準矢印を消す */
.wpcf7-form-control-wrap select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 2.2em;
}

/*送信後メッセージ削除*/
div.wpcf7 .ajax-loader {
    display: none !important;
}

.wpcf7-mail-sent-ok{
    display:none!important;
}

.wpcf7 form.sent .wpcf7-response-output {
	margin: 0;
	padding: 0;
	border: 0px solid rgba(255,255,255,0.00);
	color: rgba(255,255,255,0.00);
}

/* 確認画面のフィールド背景色や枠線を消す */
input.wpcf7c-conf, textarea.wpcf7c-conf, select.wpcf7c-conf {
  border: 0;
  padding: 0;
  background: rgba(255,255,255,0.00);
}

.wpcf7-text:-webkit-autofill {
  box-shadow: 0 0 0 1000px #FFF inset;
}

.wpcf7-select:-webkit-autofill {
  box-shadow: 0 0 0 1000px #FFF inset;
}

.wpcf7.is_confirm input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #FFF inset;
}

.wpcf7.is_confirm select:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #FFF inset;
}

.wpcf7-spinner {
	display: none!important;
}

@supports (-webkit-touch-callout: none) {
	span[data-name="cf_use_select01"]::after,
	span[data-name="cf_use_select02"]::after,
	span[data-name="cf_use_select03"]::after,
	span[data-name="cf_use_select04"]::after {
		top: calc(50% - 4px);
		transform: none;
  }
}