@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@600&display=swap');

a:link{
	color:#a9a9a9;
	text-decoration:none;
}

a:visited{
	color:#888;
	text-decoration:none;
}

a:hover{
	color:#7f1e1e;
	text-decoration:none;
}


@media screen and (min-width:641px )
{

  	#contents .topImg_msg{
		max-width:1080px;
        height:auto;
        padding-top:44.81%;
		padding-bottom: 2vw;
        margin:2rem auto 0 auto;
        background: url("../img/top_img_msg.png")no-repeat;
        background-position:top;
        background-size:contain;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		margin-top:-0.5em;
	}
 
    
    /*ボタン*/
    #contents .msg_btnWrap{
        max-width:1080px;
        margin:0 auto 2vw auto;
        text-align: center;
    }

    #contents .msg_btn {
        color: #a9a9a9;
        font-size: 1.25rem;
        font-weight: bold;
        padding: 1vw 2vw;
    }

	/*注意事項*/
	
	#contents .coution_area{
		font-size:14px;
		padding:0;
		margin:0 0 40px 0;
		border: 0;
		line-height: 1.25em;
		text-align:center;
	}
	
	#contents .coution_area p{
		color:#a9a9a9;
	}
	
	#contents .border{
		margin:20px 20px 0 20px;
		border-bottom:1px solid #ccc;
	}
	
	/*メールフォーム*/
	
	#contents .contactForm{
		max-width:700px;
		height:auto;
		margin:10px auto 0 auto;
		padding:0;
		/*border:1px solid #f09;
		box-sizing: border-box;*/
	}
	
/*	
	#contents .contactForm .formArea{
		width:620px;
		margin:0 auto;
		padding:0;
		text-align:left;
	}
	*/

/* Start-追加0902 */

	#contents .contactForm ul {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
	}

	#contents .contactForm li.labeltxt {
		width:  230px;
		padding-right: 30px;
		text-align: right;
		font-size: 1.0rem;
		color:#ebc041;
	}

	#contents .contactForm div.sectionhead {
		margin: 50px 0 20px;
		font-size: 1.0rem;
		font-weight: bold;
		color:#ebc041;
	}

    #contents .cntPs{
        width:100%;
        margin:20px 0 100px;
		text-align: center;
    }

	input#submit_button {
	    width: 26vw;
	    height: auto;
	    margin: 3vw 0 0 0;
	    padding: 1vw 2vw;
	    font-size: 18px;
 	   	font-weight: bold;
		background: #7f1e1e;
	    color: #fff;
        text-decoration: none;
        transition-property: opacity;
        -webkit-transition-property: opacity;
        transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        border-radius: 0px;
		border: 1px solid #1b2538;
        border-radius: 4px;

	}
	input#submit_button:hover {
		background: #843e4f;
		color: #fff;
	}

	#contents .corner{
        max-width:1080px;
        height:auto;
        margin:0 auto;
        padding: 30px 0;
	}


	#contents .corner .message_area .description {
    margin: 30px 0;
    color: #ebc041;
    text-align: center;
    font-size: 1.0rem;
	}

	#contents .corner .message_area .description p.head {
		font-size: 2.5em;
        font-family: griffon, serif;
        font-style: normal;
        font-weight:100;
	}

/* End-追加0902 */


	
	#contents .contactForm .formTable{
		margin:0 auto;
	}
	
	#contents .contactForm .formTable th{
		padding:0 0 20px 0;
		font-size:16px;
	}
	
	#contents .contactForm .formTable td{
		padding:0 0 20px 0;
		font-size:16px;
	}
    
	#contents .contactForm .formTable .btns{
		margin:0 20px;
	}
    
	#contents .contactForm  li input, select, textarea {
		width: 330px;
		padding:6px;
        margin: 8px 0;
		font-size:14px;
        box-sizing: border-box;
        transition: 0.3s;
        border: 1px solid #1b2538;
        border-radius: 4px;
        outline: none;
		text-align: left;
	}
    
     #contents .radio01 {
        transform:scale(1.8);
    }
   
     #contents .button01 {
        display : inline-block;
        border-radius : 20%;
        font-size : 21px;
		font-weight:bold;
        text-align : center;   
        cursor : pointer;    
        padding : 14px 14px; 
		background : #345e74;
		color : #ffffff;
		line-height : 1em;
		opacity : 1;
		transition : .3s;
        margin:0 20px; 
    }
    
    #contents .button01:hover {
		opacity: 0.8; 
    }
    
    #contents .button02 {
        display : inline-block;
        border-radius : 20%;
        font-size : 21px;
        text-align : center;   
        cursor : pointer;    
        padding : 14px 14px; 
		background : #d0d0d0;
		color : #666;
		line-height : 1em;
		opacity : 1;
		transition : .3s;
    }
    
    #contents .button02:hover {
		opacity: 0.8; 
    }

    #contents .btn_sp {
		margin: 0 16px;
        float:left;
    }
    
	#contents  .contactForm .coution_area{
		font-size:14px;
		padding:0;
		line-height: 1.5em;
        color:#a9a9a9;
	}
	
	#contents  .contactForm .thanks{
		margin: 60px auto 100px auto;
		font-size: 24pt; 
		text-align: center;
		color:#ebc041;
		line-height:1.5em;
	}
	
	#contents .top_btn a:link{
		width:640px;
		height:44px;
/*	background: url("../img/pc_btt.gif") no-repeat; */
		margin: 0 auto 20px auto;
		padding:0 0 20px 0;
		display:block;
		text-align:center;
		border:1px solid #f09;
		box-sizing: border-box;
	}
	
	#contents .top_btn a:hover{
		filter: alpha(opacity=50);
		-moz-opacity:0.50;
		opacity:0.50;
	}
	.color_b_msg{
		margin: -2vw 0;
		padding:2vw 0;
	}
	.copy_w{
		color:#fff;
	}

		
}
	
/* スマートフォン用 */

@media screen and (max-width:640px )
{
/*	.pc { display: none !important; }
	.sp { display: block !important; }*/

	/*トップ*/
	

  	#contents .topImg_msg{
		min-width:320px;
        height:auto;
        padding-top:52.42%;
		padding-bottom: 2vw;
        margin:0 auto;
        background: url("../img/top_img_msg_sp.png")no-repeat;
        background-position:top;
        background-size:contain;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
 
	#contents  .corner{
		width:100%;
		height:auto;
		margin:0 auto 0 auto;
		padding: 0;
		position: relative;
	}
	
	#contents .corner .contactForm{
		width:90%;
		height:auto;
		margin:0 auto;
		padding:2vw 0 0 0;
	}
		
	#contents .contactForm  input, select, textarea {
		padding:4px;
        margin: 0 0 10px 0;
		font-size:14px;
        box-sizing: border-box;
        transition: 0.3s;
        border: 1px solid #000;
        border-radius: 4px;
        outline: none;
	}
    
    #contents .contactForm label{
        font-size:16px;
        font-weight:bold;
        margin:20px 0 0 0;
    }
	
    #contents .entry_text{
        font-size:16px;
        font-weight:bold;
        margin:0;
		color:#ebc041;
    }
    
     #contents .radio01 {
        transform:scale(1.8);
    }
   
     #contents .button01 {
        display : inline-block;
        border-radius : 20%;
        font-size : 21px;
		font-weight:bold;
        text-align : center;   
        cursor : pointer;    
        padding : 14px 14px; 
		background : #345e74;
		color : #ffffff;
		line-height : 1em;
		opacity : 1;
		transition : .3s;
        margin:0 20px; 
    }
    
    #contents .button01:hover {
		opacity: 0.8; 
    }
    
    #contents .button02 {
        display : inline-block;
        border-radius : 20%;
        font-size : 21px;
        text-align : center;   
        cursor : pointer;    
        padding : 14px 14px; 
		background : #d0d0d0;
		color : #666;
		line-height : 1em;
		opacity : 1;
		transition : .3s;
    }
    
    #contents .button02:hover {
		opacity: 0.8; 
    }
    
	
	input#submit_button {
		width: 100px;
		height: 50px;
		margin:20px 0;
		padding: 0px;
		font-size:4vw;
        font-weight: bold;
        background:#7f1e1e;
        color:#fff;

 }
		
    #contents .cntPs{
        width:100%;
        text-align: center;
        margin:20px 0;
    }

	#contents .btt_btn{
		width: 370px;
		height: 58px;
		margin: 30px auto;
		padding: 0;
		border:1px #f09 solid;
		box-sizing: border-box;
	}
	
    #contents .msg_btnWrap{
        max-width:640px;
        margin:0;
		padding-bottom: 40px;
        text-align: center;
    }

    #contents .msg_btn {
        color: #a9a9a9;
        font-size: 4.5vw;
        font-weight: bold;
        padding: 0;
		margin: 0;
        text-decoration: none;
        transition-property: opacity;
        -webkit-transition-property: opacity;
        transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
		box-sizing: border-box;
    }	
	
	#contents .coution_area{
		font-size:12px;
		color:#fff;
		padding:0;
		margin:30px 0 40px 0;
		border: 0;
		line-height: 1.25em;
		text-align:center;
	}
	
	#contents .coution_area p{
		color:#a9a9a9;
	}

/* Start-追加0902 */


	#contents .contactForm div.sectionhead {
		margin: 50px 0 20px 10px;
		font-size: 1.0rem;
		font-weight: bold;
	}
	
	#contents .corner .message_area{
		height: 35vh;
		margin: 0;
		padding:0;
	}


	#contents .corner .message_area .description {
    margin: 0 0 80px 0;
	padding: 4vw;
    color: #ebc041;
    text-align: center;
    font-size: 1.0rem;
	}

	#contents .corner .message_area .description p.head {
		font-size: 2.5em;
        font-family: griffon, serif;
        font-style: normal;
        font-weight:100;
	}


/* End-追加0902 */
    
	#contents .contactForm ul {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
	}

	#contents .contactForm li input, select, textarea{
		width:  100%;
		text-align: left;
		font-size: 1.0rem;
		margin-bottom:10px;
		color:#ebc041;
	}

	#contents .contactForm li.labeltxt{
		width:  100%;
		font-size: 1.0rem;
		margin-bottom:5px;
		color:#ebc041;
	}


}