@charset "utf-8";
/*
Theme Name:kodou-art
Theme URI:
Description:kodou-artテンプレート
Template:solaris_tcd088
Author:WAOCON
Author URI:https://waocon.com/
Version:2.0.4
*/

#header_search {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 100;
    margin: 1em;
	width: auto;
    height: auto;
}

.btn,
a.btn,
button.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-border-shadow--radius {
  border-radius: 100vh;
}
a.btn-border-shadow {
  padding: calc(1.5rem - 12px) 3rem 1rem;

  background: #fff;
}

a.btn-border-shadow:before {
  position: absolute;
  top: -6px;
  left: -6px;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

  border: 3px solid #000;
  border-radius: 0.5rem;
}

a.btn-border-shadow--radius:before {
  border-radius: 100vh;
}

a.btn-border-shadow:hover {
  padding: calc(1.5rem - 6px) 3rem;
}

a.btn-border-shadow:hover:before {
  top: 0;
  left: 0;
}

#service_access{
	margin: 7em auto 2em;
	text-align: center;
	width: 70%;
}

#access{
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	width: 70%;
}

.ac-2{
	margin: 3em auto;
    line-height: 2;
    text-align: left;
    display: inline-block;
}

.ac-1{
	line-height: 1.5;
}

#banner_btn{
	text-align: center;
}

#member {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 5rem 0 5rem 0;
	width: 70%;
}

.m-3 {
    margin: auto;
}
.m-2 {
    margin: 2em auto 0;
	width: 100%;
}

.m-1 p {
    color: #ddd;
	margin-bottom: 1em;
}

.bg-10 img {
    width: 100%;
    height: 100%;
    min-width: 100%;
    text-align: right;
}
.t-c {
	text-align:center;
}

table.block-1 {
    border-collapse: collapse;
}

table {
    border-spacing: 0;
    width: 100%;
}

table.block-1 tr td:first-child {
    vertical-align: baseline;
    border-color: #000;
    font-weight: 600;
    width: 200px;
}
table.block-1 td {
    border-width: 1px 0px;
    border-style: solid;
    padding: 1em 0;
    font-size: 16px;
    color: #000;
}
table.block-1 tr td:nth-child(2) {
    border-color: #ddd;
}



@media (max-width: 750px) {
	table.block-1 td{
		display: block;
	}
	table.block-1 tr td:first-child{
		width: 100%;
		border-bottom: 1px solid #000;
		border-top: 0px;
	}
	table.block-1 tr td:nth-child(2){
		border-bottom: #ddd 1px solid;
	}
	#dp-footer-bar a.footer_button.num1 {
    font-size: 12px;
    color: #000000;
    background: #ffffff;
    border-top-left-radius: 2em;
    border: 3px solid;
    border-right: 0px;
}

#dp-footer-bar {
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    width: 50%;
}
}
@media (min-width: 500px) {
	br.br-sp{
		display: none;
	}
	}

/*コンタクトフォーム*/
.contact-one{
	    width: 100%;
    margin: 0 0 2.5em !important;
    padding: 0;
    border: 1px solid #ddd;
    background: #fafafa;
    font-size: 14px;
}

.contact-one {
    color: #000;
}

.contact-one form{
	margin: 1.5em 1.5em 0;
}

.contact-one p {
    margin-bottom: 1em;
    font-size: 16px;
}

.contact-one input, .contact-one textarea{
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    line-height: 1.2;
}

.contact-one button{
    -webkit-transition: all .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 225px;
    height: 48px;
    margin: 30px auto 2em;
    border: none !important;
    outline: none;
    background-color: #333333;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all .3s;
}