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

/*
Theme Name: うつぼ Garden Clinic
*/

.sp{display: none;}

header{
	width: 88%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
	padding: 3vw 0 4vw;
}

h1{
	width: 24%;
}

h1 img{
	transition: .3s ease;
}

h1 img:hover{
	opacity: .6;
}

h1 span{
	display: block;
	font-size: .64vw;
	letter-spacing: .2em;
	line-height: 2.3;
	margin-top: 16px;
	white-space: nowrap;
}

h2{
	font-family: goudy-old-style, serif;
	font-weight: 400;
	font-style: normal;
}

h2.top{
	text-align: center;
	font-size: 30px;
	letter-spacing: .2em;
	margin-bottom: 40px;
}

h2.top span{
	display: block;
	font-size: 13px;
	letter-spacing: .3em;
	margin-top: 4px;
	font-family: ryo-gothic-plusn, sans-serif;
	font-weight: 300;
}

.grad{
	background: #539286; /* Old browsers */
	background: -moz-linear-gradient(left,  #539286 18%, #7abe95 85%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #539286 18%,#7abe95 85%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #539286 18%,#7abe95 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#539286', endColorstr='#7abe95',GradientType=1 ); /* IE6-9 */
}

.nav-wrap{
	text-align: right;
	line-height: 1;
	width: 64%;
}

.nav-wrap li{
	display: inline-block;
}

.gnav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	padding-left: 10%;
}

.gnav li{
	letter-spacing: .1em;
	white-space: nowrap;
	position: relative;
	padding-bottom: 6px;
}

.gnav li::before,
.gnav li::after {
  border-bottom: solid 1px #cccaca;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
.gnav li::before {
  left: 50%;
}
.gnav li::after {
  right: 50%;
}
.gnav li:hover::before,
.gnav li:hover::after {
  width: 50%;
}

.gnav li.btn-contact{
	font-size: 17px;
	letter-spacing: .2em;
	color: #FFF;
	padding: .5em 2.5em;
	transition: all .3s ease;
	border-radius: 30px;
}

.gnav li.btn-contact:hover{
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 3px 2px;
}

.gnav li.btn-contact:before{
	background: #539286; /* Old browsers */
	background: -moz-linear-gradient(left,  #539286 18%, #7abe95 85%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #539286 18%,#7abe95 85%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #539286 18%,#7abe95 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#539286', endColorstr='#7abe95',GradientType=1 ); /* IE6-9 */
	border: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 30px;
	z-index: -1;
}

.gnav li.btn-contact:after{
	background: #42756c; /* Old browsers */
	background: -moz-linear-gradient(left,  #42756c 19%, #679e7d 85%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #42756c 19%,#679e7d 85%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #42756c 19%,#679e7d 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42756c', endColorstr='#679e7d',GradientType=1 ); /* IE6-9 */
	border: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 30px;
	z-index: -2;
}

.gnav li.btn-contact:hover:before{
	opacity: 0;
}

a.tel{
	display: block;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 700;
	margin-right: 8px;
}

a.tel:before{
	content: "";
	display: inline-block;
	width: 16px;
	height: 28px;
	background: url(/wp-content/assets/icon_tel.svg) no-repeat;
	background-size: cover;
	margin-right: 8px;
	vertical-align: middle;
	transform: translateY(-10%);
}

.menu-nav{
	background: #f1f8f5;
	color: #3eab94;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 2em 10px;
}

.menu-nav li{
	position: relative;
	padding: 0 12px;
	padding-bottom: 6px;
	letter-spacing: .04em;
	white-space: nowrap;
	line-height: 1;
}

.menu-nav li::before,
.menu-nav li::after {
  border-bottom: solid 1px #3eab94;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
.menu-nav li::before {
  left: 50%;
}
.menu-nav li::after {
  right: 50%;
}
.menu-nav li:hover::before,
.menu-nav li:hover::after {
  width: 50%;
}

.menu-nav .submenu{
	position: absolute;
	top: 1.5em;
	left: 0;
	background:#f1f8f5;
	z-index: 2;
	width: 100%;
	padding: 0;
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition: opacity .3s ease;
}

.menu-nav li:hover > .submenu{
	opacity: 1;
	height: auto;
	padding: 12px 12px 4px;
}

.menu-nav .submenu li{ 
	display: block;
	text-align: left;
	padding: 0;
	margin-bottom: 16px;
	white-space: normal;
	line-height: 1.2;
}

.top-slider .slide{
	border-radius: 30px;
	overflow: hidden;
}

.top-icatch-area{
	margin-bottom: 5vw;
	position: relative;
}

.top-icatch-area .copy{
	position: absolute;
	bottom: 4vw;
	left: 50%;
	background: rgba(255,255,255,0.8);
	font-size: 1.2vw;
	padding: 24px;
	line-height: 2.5;
}

.top-icatch-area .copy span{
	border-bottom: 3px solid #3eab94;
	padding-bottom: 5px;
}

.top-news-area .news-wrap{
	background: #f6f9ed;
	padding: 24px;
	margin-bottom: 45px;
}

.top-news-area .news-wrap table{
	margin: 0 auto;
		font-size: 12px;
	max-width: 640px;
}

.top-news-area .news-wrap th,
.top-news-area .news-wrap td{
	padding: 12px 0;	
}

.top-news-area .news-wrap th{
	padding-right: 80px;
}

a.news-link{
	line-height: 1;
	color: #727171;
	background: #f1f8f5;
	padding: 1em;
	font-size: 13px;
	font-family: goudy-old-style, serif;
	font-weight: 400;
	font-style: normal;
	position: relative;
	overflow: hidden;
}

a.news-link{
	display: inline-block;
	line-height: 1;
	color: #727171;
	padding: 1em;
	font-size: 13px;
	font-family: goudy-old-style, serif;
	font-weight: 400;
	font-style: normal;
	position: relative;
	overflow: hidden;
	display: table;
	margin: 0 auto 12vw;
}

a.news-link:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #f1f8f5;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}

a.news-link:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #3eab94;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(-110%);
	transition: all .25s ease-out;
	z-index: -1;
}

a.news-link:hover{
	color: #FFF;
	background: none;
}

a.news-link:hover:before{
	transform: translateX(0);
}

.top-menu-area{
	width: 90%;
	max-width: 1780px;
	margin: 0 auto 12vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top-menu-area .top-menu{
	width: 22%;
	position: relative;
}

.top-menu-area .top-menu h3{
	padding-bottom: 16px;
	border-bottom: 1px solid #cccaca;	
}

.top-menu-area .top-menu .more{
	display: inline-block;
	line-height: 1;
	color: #727171;
	padding: 1em;
	font-size: 13px;
	float: right;
	font-family: goudy-old-style, serif;
	font-weight: 400;
	font-style: normal;
	position: relative;
	overflow: hidden;
}

.top-menu-area .top-menu .more:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #f1f8f5;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}

.top-menu-area .top-menu .more:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #3eab94;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(-110%);
	transition: all .25s ease-out;
	z-index: -1;
}

.top-menu-area .top-menu:hover .more{
	color: #FFF;
	background: none;
}

.top-menu-area .top-menu:hover .more:before{
	transform: translateX(0);
}

.top-menu-area .top-menu .thumb{
	display: block;
	line-height: 1;
	margin-bottom: 28px;
	overflow: hidden;
	position: relative;
	padding-top: 66%;
}

.top-menu-area .top-menu .thumb img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% ,-50%);
	transition: all .4s ease-out;
}

.top-menu-area .top-menu:hover .thumb img{
	transform: translate(-50% ,-50%) scale(1.1);
}

footer{
	background: #f6f9ed;
	padding: 4vw 0;
}

footer .logo{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

footer .logo img{
	margin-right: 40px;
}

footer .inner{
	width: 90%;
	max-width: 1780px;
	margin: 0 auto;
}

.foot-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 100px;
}

.foot-wrap .calender{
	width: 27%;
}

.foot-wrap .address{
	width: 52%;
}

.foot-wrap .thumb{
	width: 9%;
	line-height: 0;
}

.calender .btn-web{
	color: #FFF;
	font-size: 23px;
	text-align: center;
	display: block;
	margin-bottom: 32px;
	padding: .5em;
	transition: all .3s ease;
	position: relative;
	z-index: 2;
}

.calender .btn-web:hover,
.access-contents-wrap .clm-wrap .btn-web:hover{
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 3px 2px;
}

.calender .btn-web:before,
.access-contents-wrap .clm-wrap .btn-web:before{
	content: "";
	display: block;
	background: #539286; /* Old browsers */
	background: -moz-linear-gradient(left,  #539286 18%, #7abe95 85%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #539286 18%,#7abe95 85%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #539286 18%,#7abe95 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#539286', endColorstr='#7abe95',GradientType=1 ); /* IE6-9 */
	border: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all .3s ease;
}

.calender .btn-web:after,
.access-contents-wrap .clm-wrap .btn-web:after{
	content: "";
	display: block;
	background: #42756c; /* Old browsers */
	background: -moz-linear-gradient(left,  #42756c 19%, #679e7d 85%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #42756c 19%,#679e7d 85%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #42756c 19%,#679e7d 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42756c', endColorstr='#679e7d',GradientType=1 ); /* IE6-9 */
	border: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	transition: all .3s ease;
}

.calender .btn-web:hover:before,
.access-contents-wrap .clm-wrap .btn-web:hover:before{
	opacity: 0;
}
.calender table{
	width: 100%;
	border-top: 1px solid #595757;
	border-left: 1px solid #595757;
	margin-bottom: 28px;
}

.calender table th,
.calender table td{
	text-align: center;
	border-right: 1px solid #595757;
	border-bottom: 1px solid #595757;
	padding: .2em;
	letter-spacing: .04em;
	vertical-align: middle;
}

.calender table td span{
	display: block;
	font-size: 11px;
}

.calender table td b{
	font-size: 28px;
}

.calender table tr:first-child th{
	font-size: 16px;
}

.calender table tr:first-child td{
	font-size: 16px;
}

.calender li,
.clm-wrap .box li{
	text-indent: -1.2em;
	margin-left: 1.2em;
}

.foot-wrap .address .title{
	color: #FFF;
	font-size: 15x;
	text-align: center;
	display: inline-block;
	margin-bottom: 16px;
	padding: .5em 2em;
	letter-spacing: .3em;
}

.foot-wrap .address .tel{
	font-size: 22px;
	letter-spacing: .3em;
	margin-bottom: 16px;
}

.foot-wrap .address th{
	width: 40%;
	padding-right: 40px;
}

.foot-wrap .address th .map{
	position: relative;
	padding-top: 80%;
}

.foot-wrap .address th iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

.foot-wrap .address td{
	width: 40%;
	vertical-align: middle;
	letter-spacing: .2em;
}

.copyright{
	text-align: center;
	font-size: 10px;
	letter-spacing: .1em;
	line-height: 2.5;
}


/*
=========================

PAGE

=========================
*/


.page-icatch-area{
	height: 20vw;
	margin-bottom: 7vw;
}

h2.page{
	font-size: 30px;
	letter-spacing: .2em;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 6.4vw;
}

h2.page span{
	display: block;
	font-size: 15px;
	letter-spacing: .3em;
	font-family: ryo-gothic-plusn, sans-serif;
	font-weight: 300;
}

h2.page span:before{
	content: "";
	display: block;
	width: 90px;
	height: 1px;
	background: #cccaca;
	margin: 0 auto 32px;
}

h3.page,
h4.line{
	font-size: 15px;
	letter-spacing: .3em;
	text-align: center;
	line-height: 2.3;

}

h3.fadeup{
	line-height: 2.6;
	margin-bottom: 20vw;}

h4.line{
	margin-bottom: 2.4vw;
}

h3.page:after,
h4.line:after{
	content: "";
	display: block;
	width: 90px;
	height: 1px;
	background: #cccaca;
	margin: 24px auto 0;
}


/*
=========================

ABOUT

=========================
*/


.page-icatch-area.about{
	background: url(/wp-content/assets/about_icatch4.jpg) no-repeat center center;
	background-size: cover;
}

.about-contents-wrap{
	width: 90%;
	max-width: 900px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 12vw;
}

.about-contents-wrap section{
	margin-bottom: 8.5vw;
	line-height: 2.7;
	font-size: 17px;
}

/*
=========================

FIRST

=========================
*/

h3.icon{
	font-size: 18px;
	letter-spacing: .4em;
	margin-bottom: 4vw;
	text-align: center;
}

h3.icon.hospital:before{
	content: "";
	display: block;
	width: 44px;
	height: 47px;
	background: url(/wp-content/assets/icon_hospital.svg) no-repeat center center;
	background-size: cover;
	margin: 0 auto 8px;

}

h3.icon.flow:before{
	content: "";
	display: block;
	width: 44px;
	height: 58px;
	background: url(/wp-content/assets/icon_flow.svg) no-repeat center center;
	background-size: cover;
	margin: 0 auto 8px;

}

.page-icatch-area.first{
	background: url(/wp-content/assets/first_icatch1.jpg) no-repeat center center;
	background-size: cover;
}


.first-contents-wrap{
	text-align: center;
	margin-bottom: 12vw;
}

.green{
	background: #f6f9ed;
	padding: 4vw 0;
	margin-bottom: 4vw;
	line-height: 2.8;
}

.green .inner{
	width: 90%;
	margin: 0 auto;
}

.green .grad{
	color: #FFF;
	font-size: 23px;
	display: table;
	padding: .5em 2em;
	margin: 4vw auto 1vw;
	min-width: 490px;
}

.green .tel{
	font-size: 22px;	
}

.flow-wrap{
	text-align: left;
	margin-bottom: 8vw;
}

.flow-wrap section{
	background: #f7f8f8;
	margin-bottom: 2.4vw;
}

.flow-wrap section dl{
	width: 90%;
	max-width: 1180px;
	padding: 40px 0;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: relative;
}

.flow-wrap section dl:before{
	content: "";
	display: block;
	width: 2px;
	height: 130%;
	background: #3eab94;
	position: absolute;
	left: calc(12% + 5px);
	opacity: 0;
	transition: all .4s ease .8s;
}

.flow-wrap section.view dl:before{
	opacity: 1;
}

.flow-wrap section:first-child dl:before{
	transform: translateY(50%);
	height: 110%;
	top: 0;
}

.flow-wrap section:last-child dl:before{
	height: 100%;
	top: 0;
}

.flow-wrap section dt{
	width: 40%;
	padding-left: 12%;
	font-size: 18px;
	display: flex;
	align-items: center;
	line-height: 1.6;
}

.flow-wrap section dd{
	width: 50%;
}

.flow-wrap section dt span{
	color: #FFF;
	position: relative;
	font-size: 22px;
	z-index: 2;
	margin-right: 32px;
	text-align: center;
}

.flow-wrap section dt span:after{
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background: #3eab94;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-55%,-50%) rotate(45deg);
	z-index: -1;
}

.price-wrap{
	margin-bottom: 8vw;
}


/*
=========================

ACCESS

=========================
*/


.page-icatch-area.access{
	background: url(/wp-content/assets/access_icatch2.jpg) no-repeat center center;
	background-size: cover;
}

.access-map{
	height: 450px;
	margin-bottom: 4vw;
}

.access-map iframe{
	width: 100%;
	height: 100%;
}

.access-contents-wrap{
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
	margin-bottom: 12vw;
}

.access-contents-wrap .logo{
	margin-bottom: 32px;
}

.access-contents-wrap .clm-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.access-contents-wrap .clm-wrap .box{
	width: 48%;
	margin-bottom: 64px;
}

.access-contents-wrap .clm-wrap .address{
	letter-spacing: .04em;
	line-height: 1.6;
}

.access-contents-wrap .clm-wrap .btn-web{
	color: #FFF;
	font-size: 23px;
	text-align: center;
	display: block;
	margin-bottom: 32px;
	padding: .5em;
	position: relative;
}

.access-contents-wrap .clm-wrap .note{
	color: #3eab94;
}

.access-contents-wrap .clm-wrap .title{
	color: #FFF;
	font-size: 15x;
	text-align: center;
	display: inline-block;
	margin-bottom: 6px;
	padding: .5em 2em;
	letter-spacing: .3em;
}

.access-contents-wrap .clm-wrap .tel{
	font-size: 22px;
	letter-spacing: .3em;
}


/*
=========================

MENU

=========================
*/


.page-icatch-area.menu{
	background: url(/wp-content/assets/menu_icatch4.jpg) no-repeat center center;
	background-size: cover;
}

.menu-contents-wrap{
	text-align: center;
}

.menu-contents-wrap .thumb{
	margin-bottom: 2.4vw;
}

.menu-contents-wrap .contents-wrap{
	width: 90%;
	margin: 0 auto;
}

.menu-contents-wrap h3{
	font-size: 18px;
	letter-spacing: .4em;
	margin-bottom: 2.4vw;
}

.menu-contents-wrap .read{
	max-width: 880px;
	margin: 0 auto 4vw;
	letter-spacing: .14em;
	line-height: 2.3;
}

.menu-contents-wrap .icon{
	margin-bottom: 4vw;
}

.menu-contents-wrap .flow-wrap{
	line-height: 2.8;
}

.menu-contents-wrap .flow-wrap section dl:before{
	display: none;
}


/*
=========================

CONTACT

=========================
*/

.page-icatch-area.contact{
	background: url(/wp-content/assets/contact_icatch1.jpg) no-repeat center center;
	background-size: cover;
}

.form-wrap{
	width: 90%;
	max-width: 780px;
	margin: 0 auto 160px;
}

.form-wrap h3{
	font-size: 12px;
	margin-bottom: 8px;
}

.form-wrap h3 span{
    color: #ff2828;
    font-size: 10px;
    vertical-align: super;
}

.form-wrap .content{
	margin-bottom: 32px;
}

.form-wrap .content.select{
	margin-bottom: 64px;
}

.form-wrap .name-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.form-wrap .name-wrap .content{
	width: 46%;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea{
	height: 2em;
    border: none;
    border-bottom: 1px solid #d2d1cd;
    background: 0 0;
    padding: 0;
    min-height: 36px;
    width: 100%;
    font-size: 16px;
    -webkit-transition: all .1s ease-in-out,color .1s ease-in-out;
    transition: all .1s ease-in-out,color .1s ease-in-out;
    letter-spacing: .2em;
}

textarea{
	height: 300px;
    border: 1px solid #d2d1cd;
}


input::-webkit-input-placeholder { color:#CCC;}
input:-moz-placeholder { color:#CCC;}
input::-moz-placeholder { color:#CCC;}
input::-webkit-input-placeholder { color:#CCC;}
input:-moz-placeholder { color:#CCC;}
input::-moz-placeholder { color:#CCC;}

textarea::-webkit-input-placeholder { color:#CCC;}
textarea:-moz-placeholder { color:#CCC;}
textarea::-moz-placeholder { color:#CCC;}
textarea::-webkit-input-placeholder { color:#CCC;}
textarea:-moz-placeholder { color:#CCC;}
textarea::-moz-placeholder { color:#CCC;}

select::-webkit-input-placeholder { color:#CCC;}
select:-moz-placeholder { color:#CCC;}
select::-moz-placeholder { color:#CCC;}
select::-webkit-input-placeholder { color:#CCC;}
select:-moz-placeholder { color:#CCC;}
select::-moz-placeholder { color:#CCC;}


/* radio
================================================== */
input[type="radio"] {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form-wrap label {
  position: relative;
  display: block;
  word-break: break-all;
  margin-bottom: 10px;
}

.form-wrap label input[type="radio"] + span {
  position: relative;
  padding: 0 30px 0 30px;
}

.form-wrap label span {
  display: inline-block;
}
.form-wrap label input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.form-wrap label input[type="radio"] + span::after {
  position: absolute;
  display: inline-block;
  content: '';
  box-sizing: border-box;
  border-radius: 100%;
}
.form-wrap label input[type="radio"] + span::after {
    position: absolute;
    top: 50%;
    left: 5px;
    display: block;
    margin-top: -8px;
    width: 18px;
    height: 18px;
    border: 1px solid #aaa;
    border-radius: 100%;
    content: '';
    z-index: 0;
}
.form-wrap label input[type="radio"]:checked + span::before {
	position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    margin-top: -3px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #333;
    content: '';
    z-index: 2;
}

.form-wrap span.wpcf7-list-item{
	margin: 0;
}

.contact-read{
	text-align: center;
	margin-bottom: 40px;
}

input[type="submit"]{
	background: #333;
    border: none;
    width: 15em;
    min-height: 3.5em;
    font-size: 16px;
    color: #fff;
    font-weight: 400 !important;
    padding: 6px 0;
    transition:all .3 ease;
}

input[type="submit"]:hover,
input[type="button"]:hover{
	opacity: 0.8;	
}

input[type="button"]{
	background: #bbb;
    border: none;
    width: 15em;
    min-height: 3.5em;
    font-size: 16px;
    color: #fff;
    font-weight: 400 !important;
    padding: 6px 0;
    margin-right: 16px;
    transition:all .3 ease;
}

.submit{
	position: relative;
	display: table;
	margin-top: 24px;
}

.wpcf7c-conf {
    background: none!important;
    border: none!important;
    color: #999!important;
 }

.form-wrap .read{
    text-align: center;
    padding-top: 80px;
    margin-bottom: 60px;
    font-weight: 400;
}

.thanks{
	text-align: center;
	margin: 6vw auto;
	color: #231815;
}

.thanks h3{
	font-size: 23px;
	margin-bottom:40px;
}
	
.thanks p{
	font-size: 16px;
	display: block;
	margin-bottom: 30px;
}

.thanks a,
.w404 a{
	font-size: 16px;
	display: block;
	margin-top: 60px;
	text-decoration: underline;
}

.ajax-loader{
	display: none!important;
}


/*
=========================

SINGLE

=========================
*/

.arc-nav{
	margin: 60px auto 8vw;
	display: table;
	font-size: 13px;
}

.arc-nav a{
	display: inline-block;
	margin: 0 5px;
	opacity: .6;
}

.arc-nav span{
	display: inline-block;
	margin: 0 5px;
}


.single-contents-wrap h2.page{
	margin-bottom: 4vw;
	font-size: 24px;
}

.single-contents-wrap{
	padding-top: 8vh;
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 12vw;
}


/*
=========================

OTHER

=========================
*/

.info-wrap{
	text-align: center;
	padding-bottom: 10vh;
}

.info-wrap a{
	text-decoration: underline;	
}
/*
     FILE ARCHIVED ON 21:44:17 Jun 30, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:25:55 Jun 12, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 1.497
  load_resource: 72.725
  PetaboxLoader3.resolve: 58.807
  PetaboxLoader3.datanode: 13.459
*/