

@media print {
	
	
/* 初期設定--------------------------------------------------------------------------------------------------------------------------------------------- */


@font-face {
    font-family: 'noto100';
    src:url("../font/noto_sans/NotoSansJP-Thin.woff") format('woff');
}


@font-face {
    font-family: 'noto300';
    src:url("../font/noto_sans/NotoSansJP-Light.woff") format('woff');
}

@font-face {
    font-family: 'noto400';
    src:url("../font/noto_sans/NotoSansJP-Regular.woff") format('woff');
}

@font-face {
    font-family: 'noto500';
    src:url("../font/noto_sans/NotoSansJP-Medium.woff") format('woff');
}

@font-face {
    font-family: 'noto700';
    src:url("../font/noto_sans/NotoSansJP-Bold.woff") format('woff');
}

@font-face {
    font-family: 'noto900';
    src:url("../font/noto_sans/NotoSansJP-Black.woff") format('woff');
}


/* webフォントのちらつき対応 ---------------------------------------------- */

/*
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
*/




html{
  scroll-behavior: smooth;
  scroll-padding-top: 3rem;
}


html {

font-family: shippori-mincho, sans-serif;
font-style: normal;
font-weight: 500;
     
}

*:first-child + html body {
font-family: shippori-mincho, sans-serif;
font-style: normal;
font-weight: 500;
}

body{
font-family: shippori-mincho, sans-serif;
font-style: normal;
font-weight: 500;

	
	padding:0;
	margin:0;
	font-size:16px;

	line-height:150%;
	text-align:left;


}

body a:focus{
	outline:none;
}



/* clear ---------------------------------------------- */


.clearfix:after {
height: 0;
 visibility: hidden;
 content: ".";
 display: block;
 clear: both;
 overflow:hidden;
}
.clearfix {
 display:inline-block;
overflow:hidden;
}

/* exlude MacIE5 \*/
* html .clearfix {
 height:1%;
}
.clearfix {
 display:block;
}

/* PC用のスタイル記述 */
.pc {
	display: block;
}
.phone {
	display: none;
}

.slicknav_menu {
	display:none;
}

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}


/* PCベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */
	
	
body{
	padding:0;
	margin:0;
	font-size:16px;
	line-height:180%;    
	color:#333333;
	text-align:left;
}	 

/* container ---------------------------------------------- */




.container01_bg{
	width:100%;
	height:auto;
	padding:0 50px;
	box-sizing:border-box;
}

.container01{
	max-width:1500px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;

}

.container02{
	max-width:1500px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0;

}


.container03{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;

}



/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}

/* header ---------------------------------------------- */


#fixed-header {
  position: fixed;
  top:0px;  
  width: 100%;
  
  z-index: 100;

  transition: .5s; /* アニメーションタイミング */
}
#fixed-header.is-show {
  top: 0;
}





.header_bg{

	width:100%;
	height:90px;
	margin:0 auto;
    box-sizing: border-box;
    padding: 0 50px;
    

    
    background:#FFFFFF;
 	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05); 
}


#header{
    max-width: 1500px;
	width:100%;
	height:90px;
	margin:0 auto;
    position: relative;

}

header{
    max-width: 1500px;
	width:100%;
	height:90px;
	margin:0 auto;

	box-sizing:border-box;
}




#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10,
#section11,
#section12,
#section13,
#section14
{
    margin-top:-100px;
    padding-top:100px;
}


#kyoten{
    margin-top:-40px;
    padding-top:40px;
}


/* footer ---------------------------------------------- */


footer{
	max-width:100%;
	width:100%;
	height:auto;
	margin:0 auto;

	padding:0 50px;
	box-sizing:border-box;



}

.footer_in{	

	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	
	padding:40px 0 40px 0;
	box-sizing:border-box;


}

address{
	font-size:14px;
	line-height:140%;

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 500;
    
    letter-spacing: 0.02em;

    margin-bottom: 12px;


}

.ad_ttl{
	font-size:20px;
	line-height:120%;
	margin-bottom:8px;	

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 500;
    
    letter-spacing: 0.03em;
    
}

footer a{
	color:#000000;
	text-decoration:none;
}

footer a:hover{
	color:#000000;
	text-decoration:none;
}


.f_cpy{

	font-size: 12px;
	box-sizing:border-box;
	line-height:120%;
	color:#646464;
}













html,
body {
  margin: 0;
  height: 100%;
}



.image-crossfader {
  overflow: hidden;
  position: relative;
  height: 100%;
  

  

}
.image-crossfader-inner {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transform: scale(1);
  transition:
    opacity 3.5s cubic-bezier(0.155, 0.02, 0.115, 0.175),
    transform 3.5s cubic-bezier(0.155, 0.02, 0.115, 0.175);
}
.image-crossfader-inner.is-visible {
  z-index: 1;
  opacity: 1;
  transform: scale(1.02);
}

.image-crossfader-inner:nth-child(1) {
  background-image:url(../img/top/slide01.jpg);
}
.image-crossfader-inner:nth-child(2) {
  background-image:url(../img/top/slide02.jpg);
}
.image-crossfader-inner:nth-child(3) {
  background-image:url(../img/top/slide03.jpg);
}




.slide_txt_out{
position: absolute;
width: 100%;
height: 100%;
padding-top: 80px;
box-sizing: border-box;


z-index: 6000;

  display: flex;
  justify-content: center;
  align-items: center;
}

.slide_txt{

}












/*========= ページトップのためのCSS ===============*/

#page-top1{
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 22px;
  right: 10px;
  width: 48px;
  height:51px;


  color: #fff;
  text-align: center;
  text-decoration: none; 
 

		
}
#page-top1:hover{


	opacity: .7;
}







/*gnav*/




.nav_logo{
	margin-bottom:50px;
	display:none;
}





#g-nav-list{


      text-align: right;
    position: absolute;
    z-index: 9;
    width: 100%;
    top:40px;

    box-sizing: border-box;
    
 
font-family: shippori-mincho, sans-serif;
font-style: normal;
font-weight: 500;
}

#g-nav-list ul{



}

#g-nav-list ul li{
    display: inline-block;
    font-size:18px;
	line-height:150%;
	margin-right:22px;



}

#g-nav-list ul li:last-child{
	margin-right:0px;
}

#g-nav-list ul li a{
	color:#333333;
	text-decoration: none;
	position: relative;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;

}

#g-nav-list ul li a:hover{
	color: #7e6640;

}

.gnav_on{
	color: #7e6640 !important;

}











/* h1 h2 h3 h4 h5 ---------------------------------------------- */

h1.h1_01{

width: 128px;
height: auto;
position: absolute;
top: 8px;

z-index: 100;

}

h1 img{
	width:100%;
	height:auto;
}




.h2_01_bg{

text-align: center;
    margin-bottom: 50px;
}


.h2_01_bg01{
    text-align: center;
    margin-bottom: 30px;
}


h2.h2_01 {


    display: inline-block;
    position: relative;
    padding: 0 120px 0 100px;
    color: #a6813e;
    
    font-size: 30px;
    line-height: 140%;
    text-align: center;
}

h2.h2_01:before,
h2.h2_01::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 53px;
    width: 100px;
    height: 5px;
    background:url("../img/common/h2_bg.png") repeat-x;
}

h2.h2_01::before {
    left: 0;
}

h2.h2_01::after {
    right: 0;
}



h2.h2_01 p{
    font-size: 25px;
    line-height: 140%;
    text-align: center;


    font-family: annabelle-jf, sans-serif;
    font-style: normal;
    font-weight: 400;

}


h3.h3_01{
    font-size: 25px;
    line-height: 150%;
    text-align: center;
 	color:#1d1d1d;
    padding-bottom: 55px;
    margin-bottom: 40px;
    
    background: url("../img/common/h3_bg.png") center bottom no-repeat; 

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 500;
}



h4.h4_01{
    height: 104px;
    background: url("../img/top/00.png") center center no-repeat;
    
    font-size: 30px;
    line-height: 110%;
    margin-bottom: 30px;
    text-align: center;

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 500;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

h4.h4_01 p{
    font-size: 22px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 5px;

}







/*==================================================
スライダーのためのcss
===================================*/
#slider {
    width: 100%;
    height: 100vh !important;
}



.slider_out{
	position: relative;
}

.slider_in{
	position: absolute;
    width: 700px;

	z-index: 2;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -55%);
	text-align:left;


}

.slider_in img{



    -webkit-filter: drop-shadow(0px 3px 10px rgba(255,255,255,.9));
    filter: drop-shadow(0px 0px 10px rgba(255,255,255,.9));
}



.slider_out01{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto;
	position: relative;
}

.slider_in01{
	position: absolute;
    width: 360px;


	z-index: 2;
	top: 50%;
	left: 20%;
	transform: translate(-20%, -50%);
	text-align:left;
}








/*====== 9-1-1 縦線が動いてスクロールを促す =======*/

/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:50%;
	bottom:10px;
    /*全体の高さ*/
	height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
    top:-10px;
    left:50%;
    transform: translate(-50%,-10px);
    
    /*テキストの形状*/
	color:#FFFFFF;
	font-size:14px;
	letter-spacing:0.5em;
    
 
}

.scrolldown1 em {
	letter-spacing:0 !important;
}


/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background: #FFFFFF;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}






/* 各ページイメージ ---------------------------------------------- */






.contact_top_img{
	width: 100%;
	height:400px !important;
	background:url("../img/contact/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:90px auto 70px auto;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}












.button01{
	width:300px;
	height:50px;
	text-align: center;
	text-decoration: none;
    
    background: url("../img/top/btn_bg.jpg") repeat-x;

    border-radius: 15px; 

    margin: 0 auto;
}

.button01 a{
	width:300px;
    display: block;
    height: 50px;
    font-size: 18px;
    line-height: 190%;
    color:#FFFFFF;
    padding-top: 0px;
    vertical-align: text-bottom;

    box-sizing: border-box;

    border-radius: 15px;
    

    background: url("../img/top/btn_bg.jpg") repeat-x;
    
   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 

}


.button01 a span{

    width: 32;
    height: 32px;
    background: url("../img/top/btn_i.png") left 0px no-repeat;
    padding-left: 40px;
    vertical-align: top;
}


.button01 a:hover {
    background: #1c87be;
    color:#FFFFFF;
}










/* トップ　------------------------------------------ */



.tp_b_bg{
    background: #e2dcd4;
}

.tp_b_bg01{
    background: #edf0e9;
}



.tp_b001{
    max-width: 1010px;
    width: 100%;
    height: auto;
    
    font-size: 19px;
    line-height: 180%;
    color: #1d1d1d;

    
    margin: 0 auto 60px auto;
}




.tp_b002{
    max-width: 900px;
    width: 100%;
    height: auto;
    margin: 0 auto;

}



.tp_b003{
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
}

.tp_b003 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;


}

.tp_b003 ul li:nth-child(3n){
    margin-right: 0%;
}


.tp_b003_img{
    margin: 0;
    padding: 0;
    
    z-index: 2;


}


.tp_b003_in{
    background: #FFFFFF;
    padding: 0 30px 30px 30px;
}

.tp_b003_in_nmbr{
    position: relative;
    max-width: 120px;
    width: 100%;
    height: 120px;
    background:#FFFFFF;
    color: #FFFFFF;
    
    font-size: 65px;
    line-height: 100%;
    color: #a6813e;
    
    margin: -60px auto 5px auto;

    border-radius: 50%;
    
    z-index: 100;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
}


.tp_b003_in dl dt{
    
    font-size: 22px;
    line-height: 100%;
    color: #a6813e;
    text-align: center;
    margin-bottom: 15px;
    
}

.tp_b003_in dl dd{
    height: 100px;
    font-size: 16px;
    line-height: 160%;
  
}


.tp_b004{
    font-size: 16px;
    line-height: 180%; 
    margin-bottom: 40px;
}




.tp_b005_bg01{
    background:#F0EDE9 !important;
}

.tp_b005{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin:0 auto 40px auto;
    
    padding: 20px;
    box-sizing: border-box;
    background:rgba(255,255,255,0.50);

}

.tp_b005 dl dt{
    font-size: 16px;
    line-height: 180%; 
    margin-bottom: 3px;
    text-align: center;
}

.tp_b005 dl dd{
    font-size: 15px;
    line-height: 170%; 
    text-align:center;

}



.tp_b006{
}

.tp_b006 ul li{
    width: 25%;
    height: auto;
    float: left;
}

.tp_b006 ul li:nth-child(4n){
    margin-right: 0%;
}



.tp_b007{
    text-align: center;
    margin-bottom: 50px;
}


.tp_b008{
    padding: 25px;
    border: 2px solid #abd6ad;
    box-sizing: border-box;
    
    margin-bottom: 60px;
}

.tp_b008 dl dt{
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    margin-bottom: 20px;

}

.tp_b008 dl dt span{
    padding: 0 6px;
background:linear-gradient(transparent 55%, #f7cccc 55%);

}

.tp_b008 ul li{
    width: 49%;
    height: auto;
    margin-right: 2%;
    float: left;
}

.tp_b008 ul li:nth-child(2n){
    margin-right: 0%;
}

.tp_b008 ul li ul li{
    width:auto;
    height: auto;
    margin-right: 0%;
    float: none;    
    font-size: 14px;

}

.tp_b008 ul li ul li span{
    font-size: 17px;
    margin-right: 12px;
}




.tp_b009{
    width: 100%;
    height: 112px;
    padding: 0 60px;
    box-sizing: border-box;
    margin: 0 auto 50px auto;

    background:url("../img/top/08.jpg") no-repeat;

	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
     
    border-radius: 15px;
    
    font-size: 16px;
    line-height: 180%;
    text-align: center;
    

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_b009 span::before {
	content: "\A" ;
	white-space: pre ;
}

.tp_b010{
    max-width: 180px;
    width: 100%;
    height: 45px;
    border: 2px solid #a6813e;
    
    margin: 0 auto 30px auto;
    
    font-size: 28px;
    line-height: 120%;
    text-align: center;
    color: #a6813e;
    
    background: #FFFFFF;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_b011{
    max-width: 425px;
    width: 100%;
    height: auto;
    margin: 0 auto;

}



.tp_b012{
    margin-bottom: 70px;
}


.tp_b012 table{
	width:100%;
	height:auto;
}



.tp_b012 table tr:nth-child(odd){
background:#f1eee8;
}

.tp_b012 table th{
	border-collapse:collapse;
	font-size:16px;
	line-height:160%;
    color: #020202;

	text-align:left;
	width:140px;
	padding:10px 20px;

}

.tp_b012 table td{
	border-collapse:collapse;
	font-size:16px;
	line-height:160%;
    color: #020202;

	text-align:left;
	padding:10px 0px;
    
}













/* 共通お問い合わせ---------------------------------------------- */



.cmm_ctt_bg{
	height:350px !important;
	background:url("../img/common/ctt_bg.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.cmm_ctt_in{
    max-width: 1000px;
    width: 100%;
    height: 350px;
    margin: 0 auto;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.cmm_ctt_in01{

}

.cmm_ctt{
    width: 100%;
    height: auto;
    margin: 0 auto 0px auto;
}

.cmm_ctt dl dt{
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 25px;
    text-align: center;

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 500;
}

.cmm_ctt dl dd{
    font-size: 40px;
    line-height: 100%;
    text-align: left;

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.cmm_ctt dl dd p{
    font-size: 22px;
    line-height: 100%;
    margin-bottom: 10px;
    text-align: left;

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 500;
}

.cmm_ctt_t{
    font-size: 14px;
    line-height: 100%;
    text-align: center;  
    margin-top: 10px;

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 500;    
}

.cmm_ctt dl dd a{
    color: #000000;
    text-decoration: none;
}

.cmm_ctt dl dd a:hover{
    color: #000000;
    text-decoration: none;
}







/* プライバシー ---------------------------------------------- */


.privacy{
}


.privacy dt {
    font-size:18px;
    line-height: 160%;

    margin-bottom: 8px;

}


.privacy dd {
    font-size:15px;
    line-height: 150%;
    margin-bottom: 25px;

}









/* お問い合わせフォーム ---------------------------------------------- */




.ctt_txt01{
    font-size: 24px;
    line-height: 140%;
    font-family: 'noto700';    
    margin-bottom: 30px;

}


.ctt_txt02{

    margin-bottom: 60px;

}

.ctt_txt02 ul li{
    margin-bottom: 30px;

}

.ctt_txt02 ul li dl dt{
    font-size: 20px;
    line-height: 140%;
    font-family: 'noto700';   
    margin-bottom: 4px;
}

.ctt_txt02 ul li dl dd{
    font-size: 16px;
    line-height: 140%;
    font-family: 'noto700';   
}

.ctt_txt02 ul li dl dd span{
    font-size: 24px;
    line-height: 140%;
    color: #009fa8;
    font-family: 'noto700';   
}





.f_text01{
}

.f_text01 a{
    font-size: 14px;
    text-align: center;
    color: #000000;

}

.f_text01 a:hover{
    font-size: 14px;
    text-align: center;
    color: #000000;
    text-decoration: underline;

}



.contact-t{

}

.contact-t dl{

}

.contact-t dl dt{

	font-size:20px;

	line-height:120%;
	margin-bottom:15px;
}

.contact-t dl dd{
	
	font-size:47px;
	line-height:140%;


	padding-bottom:15px;
    font-family: 'noto700';    
}

.contact-t dl dd:last-child{
	margin-bottom:0px;
}


.contact-t dl dd a{
    color: #000000;
    text-decoration: none;
}

.contact-t dl dd a:hover{
    color: #000000;
    text-decoration:underline;
}








.ctt_tel{
    margin-bottom: 80px;

}

.ctt_tel dl dt{
    font-size: 55px;
    line-height: 100%;
    text-align: center;
    color: #045594;
    margin-bottom: 20px;


    font-family: futura-pt-bold, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.ctt_tel dl dd{
    font-size: 24px;
    line-height: 180%;
    text-align: center;

}

.ctt_tel dl dt a{
    color: #00ac9a;
}

.ctt_tel dl dt a:hover{
    color: #00ac9a;
}








.contact-tf{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;
    border: 1px solid #9B9B9B;
    padding: 50px;
    box-sizing: border-box;

}


.contact-tf p{
    max-width: 500px;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;

    
    font-size: 26px;
    line-height: 140%;

}

.contact-tf a{
    color: #000000;
    text-decoration: none;
}


.contact-tf a:hover{
    color: #000000;
    text-decoration: none;
}




.contact-img{
	max-width:250px;
	width:100%;
	margin:0 auto 0px auto;
	text-align:center;
}

#contact-f{
	width:100%;
	height:auto;
	margin-bottom:60px;

}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

#contact-f th,td{
	padding:15px;
}

#contact-f th{
	font-size:16px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:28%;	

	background:url(../img/contact/bg.png) repeat;
}

#contact-f td{
	font-size:16px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;


	background:url(../img/contact/bg.png) repeat;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:90%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
    height: 40px !important;  
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}


.f_txt01{
    text-align: center;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 120%;
}

.f_txt01 a{
    color: #000000;
    text-decoration: none;
}

.f_txt01 a:hover{
    color: #000000;
    text-decoration:underline;
}


#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}

input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:150px;
	height:auto;
	padding:15px 0;
    font-size: 1.2em;
    background-color:#697489;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:16px;

　　/*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
	
}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}






#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}





	
}

