@charset "utf-8";
/* CSS Document */
input,textarea {
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    padding: 5px !important;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
	font-size: 18px;
}
input:not([type]), input[type="email" i], input[type="number" i], input[type="password" i], input[type="tel" i], input[type="url" i], input[type="text" i],textarea {
    padding: 5px 5px;
	max-width: 100%;
}
section.container{width: 1000px; margin-bottom:50px;}
.content-format tr{
	    background-color: #f5e7e5;
}
.content-format table{
	margin-bottom: 0;
	border: none;
}
.content-format tr:nth-child(even){
	background: #fff;
}
.content-format td {
	
    padding: 15px 20px;
    border: none;
    font-size: 1.125em;
}
.content-format th{
    width: 35%;
    padding: 1.125em;
    border: none;
    vertical-align: top;
	background: inherit;
}

section.contact_form table th, section.contact_form table td {
    font-size: 18px;
    padding: 20px;
	font-weight: normal!important;
}
.contact .content section.contact_form table th {
    width: 30%;
}
.contact .content section.contact_form table td {
    width: 70%;
    padding-right: 40px;
}


.contact .content section.contact_form table th span {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    padding: 1px 5px;
    margin-right: 10px;
}
section.contact_form table th .required{
	background: #F32808;
	font-size: 12px;
    color: #fff;
    text-align: center;
	padding:  0 2px;
	margin-right: 10px;
}
section.contact_form table th .non_required {
    background: #61513C;
	font-size: 12px;
    color: #fff;
    text-align: center;
	padding: 0 2px;
	margin-right: 10px;
}
.mwform-checkbox-field label, .mwform-radio-field label{
	align-content: 2px 8px 2px 5px;
	border-radius: 4px;
	border: solid 1px #BBBBBB;
}
.mwform-checkbox-field input, .mwform-radio-field input{
	border-radius: 10px;
}

 .radio {
        display: none; /* まず、＜input＞タグの表示を消します*/
    }
    label {
        position: relative;/* ＜label＞を位置の指標になる指示を書きます*/
        display: inline-block;
        padding: 3px 3px 3px 25px;
        cursor: pointer;
    }
    .radio+span::before,/* ＜span＞タグの疑似要素を作ります*/
    span::after {
        position: absolute;
        content: '';
        top: 50%;
        border-radius: 100%;
        -webkit-transition: all .2s;
        transition: all .2s;
		background: #fff;
    }
    .radio+span::before {
        left: 5px;
        width: 14px;
        height: 14px;
        margin-top: -8px;
        background: #f3f3f3;/* ラジオボタンの元の色の指定*/
        border: 1px solid #ccc;
    }
    .radio+span:hover::before {
        background: #fff;/* ラジオボタンのマウスオーバーしたときの色の指定*/
    }
    .radio+span::after {
        opacity: 0;
        left: 8px;
        width: 8px;
        height: 8px;
        margin-top: -5px;
        background: #666;/* ラジオボタンのチェックした時の色の指定*/
        -webkit-transform: scale(2);
        transform: scale(2);
    }

    .radio:checked + span::before {/* ラジオボタンがチェックされたときの隣接しているタグへの指示を書きます*/
        background:#f5e7e5; 
        border: 1px solid #3498db;/* ラジオボタンのチェックした時の枠の線の指定*/
    }
   .radio:checked + span::before + .mwform-radio-field label {
    background-color: #F5D3DA;
}
    .radio:checked + span::after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
section.contact_form .link input{
    display: block;
	width: 300px;
	height: 60px;
    max-width: 400px;
    margin: 0 auto;
    background-color: #F66280;
    border-radius: 4px;
    padding: 12px;
    color: #fff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
	border: none;
	font-size: 18px;
	
}
/*フォーム以外の設定*/

.contact.contact {
    max-width: 600px;
    padding: 25px 20px 15px;
    background-color: #f5e7e5;
    border-radius: 10px;
    text-align: center;
	line-height: 1.5;}
.contact.contact h4 {
    font-weight: bold;
    font-size: 18px;
    color: #F66280;
    margin-bottom: 10px;
}
.contact.contact .tel {
    position: relative;
    margin-bottom: 10px;
    font-size: 2em;
}
.contact.contact .time {
    display: inline-block;
    margin-right: 30px;
    font-size: .88em;
}
.contact.contact img{
    vertical-align: -1px;
}
section.container p{text-align: center;}
section.contact_form p {
	font-size: 14px;
	line-height: 1.6;
	text-align: left;}
.all-sec-contact{display:  none;}
.g-recaptcha{
	background-color: #f5e7e5;
	margin: 0 0 40px;
	padding: 15px 0 15px
}


@media screen and (max-width:768px) { 
	.contact.contact .tel{
		font-size: 25px;
	}
	.contact.contact .tel img{
		width: 26px;
		height: 17px;
	}
section.contact_form table input[type="text"], section.contact_form table input[type="tel"], section.contact_form table input[type="email"] {
    width: auto;
}
	textarea{max-width: 300px;}
section.container{width: 100%;}
section.contact_form table th, section.contact_form table td
	{width: 340px;
    max-width: 360px;}

section.contact_form table th {
    display: block;
    width: 100%;
    padding-bottom: 0;
}
	.contact .content section.contact_form table td{
display: block;
    width: 100%;
    padding: 10px 20px 20px;}
}
}