@charset "shift_jis";

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
    background-color: #f8f9fa;
    line-height: 1.6;
    text-align: center;
  font-size: 15px;
	font-family:'Sawarabi Gothic',  "sans-serif";
	color: #333;
}


@media screen\0 {
    body {
       
    }
}


div.wrapper{
	width: 90%;
    margin: 0 auto;
    max-width: 1000px;
}

@media screen and (max-width:600px) { 
div.wrapper{ width: 94%; }
}



p{
	letter-spacing: 1px;
	line-height: 1.6;
}

@media screen and (max-width:600px) { 
p{
	letter-spacing: 0.2px;
	line-height: 1.3;
}
}


.spNone{display: inline;}
.pcNone{display: none;}
@media screen and (max-width:600px) { 
		.spNone{display: none;}
		.pcNone{display: inline;}
	}


/*==============================================
common
==============================================*/

h1 {
    width: 100%;
    
    padding: 23px 2em 15px; 
    box-sizing: border-box;
}

h1 div p {
    width: 200px;
    margin: 0; 
}

h1 img {
    width: 100%;
    height: auto;
    display: block;
}


.head-obi {
    box-sizing: border-box;
    padding: 4em 3em;
    width: 100%;
    text-align: center;
    font-family: 'Zen Antique Soft', 'BIZ UDPGothic', sans-serif;
    font-size: 28px;
    font-weight: 300; 
    letter-spacing: 0.15em; 
    background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url(https://takigawa.co.jp/img/xform/showroom.webp);
    background-size: cover; 
    background-position: center;
    color: #2c3e50; 
}

.head-obi span {
    display: block;
    font-family: 'BIZ UDPGothic', sans-serif;
    font-size: 13px; 
    font-weight: 700; 
    letter-spacing: 0.2em; 
    text-transform: uppercase;
    color: #7f8c8d;
    margin-bottom: 8px; 
}
.head-obi em {
    color: #c85520;
    font-size: 1.2em;
    font-style: normal; 
}

@media screen and (max-width: 800px) {
    .head-obi {
        font-size: 20px;
        padding-left: 18px;
        line-height: 1.3;
    }
    .head-obi em {
        display: block;
        margin-top: 5px;
    }
}

@media screen and (max-width: 500px) {
    h1 {
        padding: 15px 10px;
    }
    h1 div p {
        width: 160px; 
    }
    .head-obi {
        padding: 15px 10px;
        font-size: 18px;
        letter-spacing: 1px;
    }
    .head-obi span {
        font-size: 13px;
        margin-bottom: 4px;
    }
}

/*
h2{ 
	font-family: 'Zen Antique Soft', serif;
    font-size: 55px;
    letter-spacing: 1px;
	color: #151aa9;
	line-height: 1.1;
}
h2 span{
	font-size: 80%;
    color: #E954A3;
    display: block;
    font-style: oblique;
} 

*/


::placeholder {
  color: #888888;
  font-size: 0.9em;
  opacity: 1;
  letter-spacing: 0.05em;
}

input:focus::placeholder {
  color: #dddddd;
  transition: color 0.3s ease;
}

input:-ms-input-placeholder {
  color: #888888 !important;
}




div.wrapper h1 span{
  border-bottom: 1px solid #17656a;
}

p.front{
letter-spacing: 2px;
    padding: 7px 0 4px 0px;
    font-size: 15px;
}

.em-fr{
	font-weight: bold;	
}

p.back {
    background-color: #f8f9fa;
    color: #666;
    border-left: 3px solid #ccc;
    padding: 8px 12px;
    margin-top: 10px;
    font-size: 13px;
    width: 100%;
}

@media screen and (max-width:650px) { 
	p.back{
		font-size: 12px;
		letter-spacing: 0px;
		width: 100%;
	} 
}


.short{	width: 30%;}
@media screen and (max-width:1200px) { .short{	width: 40%;} }
@media screen and (max-width:500px) { .short{	width: 55%;} }


.middle{	width: 50%;}
@media screen and (max-width:1200px) { .middle{	width: 70%;} }
@media screen and (max-width:500px) { .middle{	width: 85%;} }


.flexarea {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.flexarea div{
	width: 50%;
}

.flexarea div .short{
	width: 95%;
}

.flexarea div select{
    max-width: 255px;
}





.flexarea2 {
    display: flex;
    gap: 5px;
    align-items: flex-end;
}




.short2{width: 8em;}


p.hd{
  font-size: 80%;
  font-weight: bold;
  padding: 10px 0 0 0;
}

p.hd2{
  font-weight: bold;
  padding: 20px 0 4px 0;
  letter-spacing: 2px;
}
p.ag{
  margin-top: 16px;
  font-size: 95%;
  color: #8F8F8F;
}
p.present{
  margin: 10px 0 20px;
  text-align: center;
}
p.present span{
  padding: 6px 14px;
  font-weight: bold;
  /*background: #e8e6dd;*/
  letter-spacing: 2px;
  color: #a40000;
  text-align: center;
  font-size: 18px;
}
p.present span::before{
  content: '';
}
p.present span::after{
  content: '';
}
p.atte{
  font-size: 80%;
}


.radioBoxArea{
	display: flex;
	flex-wrap: wrap;
}
.radioBoxArea .radioBox{
	width: 30%;
}

		@media (max-width:600px) {
				.radioBoxArea .radioBox{
					width: 45%;
				}
		}

table.xf_block {
    margin: 40px auto;
    width: 100%;
    border-collapse: collapse; 
    border: 1px solid #f9f9f9;
    background-color: #ffffff;
    text-align: left;
    table-layout: auto; 
}

table.xf_block tr {
    display: table-row; 
}

table.xf_block th.xf_field {
    min-width: 240px ;
    background-color: #f9f9f9;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    padding: 20px;
    border-bottom: 1px solid #f9f9f9;
    border-right: 1px solid #f9f9f9;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: right;
}

table.xf_block td {
    box-sizing: border-box;
    width: auto; 
    padding: 20px 0 20px 20px;
    border-bottom: 1px solid #f9f9f9;
    border-left: 1px solid #f9f9f9;
    border-right: 1px solid #f9f9f9;
    border-top: none;
}

table.xf_block td.xf_input {
    width: auto;
    padding: 24px 20px ;
    border-bottom: 1px solid #f9f9f9;
    vertical-align: middle;
    box-sizing: border-box;
    background-color: #f9f9f9;
}

table.xf_block th.xf_table_title {
    font-size: 18px;
    padding: 18px 0 9px 3px;
    border-left: none;
    border-bottom: 1px solid #cdcdcd;
    background-color: #f9f9f9;
    display: table-cell;
    box-sizing: border-box;
}

table.xf_block th.xf_table_title small { font-weight: normal; }
table.xf_block th.xf_table_title::before {content: none !important;}

table.xf_block th span.xf_essential {
    display: inline-block;
    margin-left: 6px;
    background-color: transparent; 
    color: #9f2222;
    border: 1px solid #c77878;
    padding: 1px 4px;
    font-weight: normal;           
    font-size: 10px;               
    vertical-align: middle;
    border-radius: 2px;
}


@media screen and (max-width: 600px) {
    table.xf_block {
        border: none;
    }
    table.xf_block tr {
        display: block; 
        margin-bottom: 20px;
    }
    table.xf_block th.xf_table_title {
        display: block;
        width: 100% !important;
        font-size: 16px;
    }
    table.xf_block th.xf_table_title small {
        font-size: 14px;
    }
    table.xf_block th.xf_field {
        display: block;
        width: 100% !important; 
        border: none;
        padding: 12px 15px !important;
        background-color: #f1f1f1;
        text-align: left;
    }
    table.xf_block td.xf_input {
        display: block;
        width: 100% !important;
        padding: 15px !important;
        border: none;
    }

}




input[type="text"], 
input[type="tel"], 
input[type="email"], 
textarea {
    width: 98%;
    padding: 14px 15px; 
    font-size: 16px;
    line-height: 1.4;
    border: 1px solid #bbb; 
    border-radius: 8px;
    background-color: #fffdf8;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.05);   
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out; 
}


input[type="text"]:hover, 
input[type="tel"]:hover, 
input[type="email"]:hover, 
textarea:hover {
    border-color: #999;
    background-color: #f5f5f5; 
}


input[type="text"]:focus, 
input[type="tel"]:focus, 
input[type="email"]:focus, 
textarea:focus {
    background-color: #fff; 
    border-color: #0070d2; 
    box-shadow: 0 0 0 4px rgba(0, 112, 210, 0.1), 
                inset 0 1px 2px rgba(0,0,0,0.1);
    transform: translateY(-1px);

}

input[type="radio"],input[type="checkbox"]{
  margin-bottom:15px;
}
input[type="radio"]{
  margin-top: 10px;
}
input[type="radio"] + label{
  font-size: 16px;
}



input[type=checkbox] :checked+label::before {
background: cornflowerblue;
}


input[type=checkbox] + label{
font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 0;
}

input[type=checkbox]:checked + label, input[type="radio"]:checked + label{
  font-weight:bold;
  border-bottom: 1px solid #000;
}

div.zip input[type="text"] {
  width: 250px;
}
.checkboxArea {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    font-size: 0;
}

.checkbox {
    margin-top: 3px;
    font-size: 16px;
}



select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 16px 40px 16px 15px !important;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    background-image: linear-gradient(45deg, transparent 50%, #888 50%), linear-gradient(135deg, #888 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    border-radius: 9px;
    cursor: pointer;
    transition: border-color 0.3s;
}

select:focus {
    border-color: #0070d2;
    outline: none;
    background-color: #f0f8ff;
}


input[type="submit"], 
input[type="button"] {
    display: inline-block;
    width: 100%;
    max-width: 400px; 
    background: linear-gradient(135deg, #0070d2, #004a99);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 10px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 112, 210, 0.3);
    transition: all 0.3s ease;
    -webkit-appearance: none;
    margin-bottom: 3em;
    
}


input[type="submit"]:hover,
input[type="button"]:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 112, 210, 0.4);
    filter: brightness(1.1);
}

input[type="submit"]:active,
input[type="button"]:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}


.policy {
    background-color: #f0f2f5; 
    padding: 25px;
    border-radius: 8px;
    max-width: 800px;
    margin: 0 auto 3em;
    text-align: left; 
}

.policy p {
    font-size: 13px;
    color: #555;
    line-height: 1.8;
    margin: 0;
}


@media screen and (max-width: 600px) {
    input[type="submit"], 
    input[type="button"] {
        font-size: 16px;
        padding: 16px 10px;
        width: 100%; 
    }

    .policy {
        padding: 15px;
    }
    
    .policy p {
        font-size: 12px;
    }
}










@media screen and (min-width:769px) {
	.pc_display{
		display: block;
	}
	.sp_display{
		display: none;
	}
}

@media screen and (max-width:768px) {
	div.wrapper{
		width: 95%;
		margin: 0 auto;
	}
    h1{width: 100%;}
}


.googlemapArea{
	clear:both;
	text-align:center;
	margin:50px auto;
	}
	
.googlemap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
margin:0 auto;
}
.googlemap iframe {
position: absolute;
left: 0;
top: 0;
width: 100%;
	height: 500px;
}


@media screen and (max-width: 1024px) {
.googlemap {
width: 100%;
}
.googlemap iframe {
height: 100%;
}
}


table.table-normal {
    width: 100%;
    border-collapse: collapse; 
    border-top: 2px solid #333;
    border-bottom: 1px solid #ccc;
    margin-bottom: 3em;
    table-layout: fixed;
}

table.table-normal tr {
    display: table-row; 
}

table.table-normal th {
    width: 25%; 
    background-color: #f9f9f9;
    padding: 20px 15px;
    border-bottom: 1px solid #eee;
    text-align: left;
    vertical-align: top; 
    font-weight: bold;
    color: #555;
    font-size: 14px;
}

table.table-normal td {
    width: 75%;
    padding: 20px 20px;
    border-bottom: 1px solid #eee;
    text-align: left;
    line-height: 1.8;
    color: #333;
}


table.table-normal td p {
    margin-top: 10px;
    font-size: 13px;
    color: #666;
}


@media screen and (max-width: 768px) {
    table.table-normal tr {
        display: block;
        border-bottom: 1px solid #eee;
    }
    
    table.table-normal th, 
    table.table-normal td {
        display: block;
        width: 100% !important;
        border-bottom: none;
        padding: 15px;
    }

    table.table-normal th {
        background-color: #f1f1f1;
        padding-bottom: 5px;
        font-size: 15px;
    }

    table.table-normal td {
        padding-top: 5px;
        padding-left: 15px;
    }
}

.number-cont{
    display: flex;
    align-items: flex-end;
}
.number-cont div{}
.number-cont p{
    padding-left: 10px;
}

