@charset "shift_jis";

input[type=checkbox]#input49_0{ }
input[type=checkbox]#input48_0 + label {font-weight:bold; font-size:18px; line-height: 0.4;}
input[type=checkbox]#input49_0 + label {font-weight:bold; font-size:18px; line-height: 0.4;}
input[type=checkbox]#input51_0 + label {font-weight:bold; font-size:18px; line-height: 0.4;}


@media screen and (max-width:600px) { 
	input[type=checkbox]#input49_0{ }
	input[type=checkbox]#input48_0 + label {font-weight:bold; font-size:16px; }
	input[type=checkbox]#input49_0 + label {font-weight:bold; font-size:16px; }
	input[type=checkbox]#input51_0 + label {font-weight:bold; font-size:16px; }	
	input[type=checkbox]#input60_0 + label {line-height:1;}
	input[type=checkbox]#input62_0 + label {line-height:1;}
}





*{
  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;
}

tr, div.form-row { 
    border-bottom: 1px solid #eee;
}

th, .label-column {
    background-color: #f0f2f5;
    padding: 15px !important;
    font-weight: 600;
    font-size: 14px;
    width: 30%; 
}

td, .input-column {
    padding: 15px !important;
    background-color: #fff;
}





@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: 13px 2em;
    width: 100%;
    text-align: left;
    font-size: 30px;
    font-family: 'Zen Antique Soft', serif;
    letter-spacing: 2px;
    background-image: url(https://takigawa.co.jp/organize/common/images/obi-background.png);
    background-size: cover; 
    background-position: center;
}

.head-obi span {
    font-family: 'BIZ UDPGothic', sans-serif;
    font-size: 15px;
    display: block;
    font-weight: normal;
    line-height: 1.5;
}

.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%;
}



.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 #ddd;
    background-color: #ffffff;
    text-align: left;
    table-layout: fixed;
}

table.xf_block tr {
    display: table-row; 
}
table.xf_block th.xf_field {
    width: 200px;
    background-color: #f9f9f9;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    padding: 20px !important;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    vertical-align: middle;
    box-sizing: border-box;
}
table.xf_block td.xf_input {
    width: auto;
    padding: 30px 20px !important;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
    box-sizing: border-box;
}


              @media screen and (max-width: 600px) {
                table.xf_block {
                    border: none;
                }
                table.xf_block tr {
                    display: block; 
                    margin-bottom: 20px;
                    border: 1px solid #ddd;
                }
                table.xf_block th.xf_field {
                    display: block;
                    width: 100% !important;
                    border: none;
                    padding: 12px 15px !important;
                    background-color: #f1f1f1;
                }
                table.xf_block td.xf_input {
                    display: block;
                    width: 100% !important;
                    padding: 15px !important;
                    border: none;
                }
                .flexarea {
                    flex-direction: column; 
                    gap: 10px;
                }
                .flexarea div {
                    width: 100% !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;
}

table.xf_block th.xf_table_title{
	font-size: 18px;
    padding: 18px 0 18px 10px;
    border-left: none;
    background-color: #fffaf7;
    display: block;
    width: 100%;
    box-sizing: border-box;
}
table.xf_block th.xf_table_title small{font-weight: normal}

		@media (max-width:600px) {
			table.xf_block th.xf_table_title{ font-size: 16px;}
			table.xf_block th.xf_table_title small{font-size: 14px;}
			}


table.xf_block td{
	box-sizing: border-box;
	width: 70%;
	  padding: 20px 0 20px 20px;
	  border-bottom: 1px solid #cccccc;
	  border-left: 1px solid #cccccc;
	  border-right: 1px solid #cccccc;
	  border-top: 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: 12px 40px 12px 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: 6px;
    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;
}

/* --- 繧ｹ繝槭�陦ｨ遉ｺ (600px莉･荳�) --- */
@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; /* flex繧定ｧ｣髯､縺励∵ｨ呎ｺ也噪縺ｪ繝��繝悶Ν縺ｮ謖吝虚縺ｫ */
}

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;
}

/* --- 繧ｹ繝槭�陦ｨ遉ｺ (768px莉･荳�) --- */
@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; /* 荳九�TD縺ｨ縺ｮ荳菴捺─繧貞�縺� */
        font-size: 15px;
    }

    table.table-normal td {
        padding-top: 5px;
        padding-left: 15px;
    }
}