/* 初期設定--------------------------------------------------------------------------------------------------------------------------------------------- */


@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;
}


@media screen and (min-width: 1061px) {
/* PC用のスタイル記述 */
.pc {
	display: block;
}
.phone {
	display: none;
}

.slicknav_menu {
	display:none;
}

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

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

}

@media screen and (max-width: 1060px) {
/* タブレット用のスタイル記述 */

.pc {
	display: none !important;
}
.phone{
	display: block !important;
}	


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

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

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

body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}




}

@media screen and (max-width: 720px) {
/* スマートフォン用のスタイル記述 */
.pc {
	display: none !important;
}
.phone{
	display: block !important;
}	

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

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


body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}	

	/* #menu is the original menu */
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	
}



/* PCベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width: 1061px) {
	
	
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: 10;

  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;
}





}



/* タブレットベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 1060px) {

body{
	padding:0;
	margin:0;
	font-size:15px;
	line-height:160%;    
	color:#333333;
	text-align:left;
}	 

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


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

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

}

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

}



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

}


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

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

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


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

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





.header_bg{
	width:100%;
	height:60px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
    
    background: #FFFFFF;

    padding: 0 30px;
    
 	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);        
}

header{

	width:100%;
	height:60px;
	margin:0 auto;

	box-sizing:border-box;
 
}



.header_yoyaku{
    display: none;
}


.header_yoyaku01{
    max-width: 170px;
    width: 100%;
    height: 60px;
    margin: 0 auto   !important;

    
 
}

.header_yoyaku01 a{
    width: 100%;
    height: 50px;
    display: block;
    background: #fb8b07;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF  !important;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */   
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}


.header_yoyaku01 a:hover{
    color: #FFFFFF  !important;
    background: #ff6666

}


.header_tel{
    display: none;
}


.header_time{
    display: none;  
}






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


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


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


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

	padding:0 30px;
	box-sizing:border-box;
}

.footer_in{	

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


}

address{
	font-size:13px;
	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:16px;
	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;
 
}







}



/* スマホベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 720px) {



body{
	padding:0;
	margin:0;
	font-size:14px;
	line-height:150%;    
	color:#333333;
	text-align:left;
}	 


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



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

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

}

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

}



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

}




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

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


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


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

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





.header_bg{
	width:100%;
	height:60px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
    


    padding: 0 20px;
    
 	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);       
}

header{

	width:100%;
	height:50px;
	margin:0 auto;

	box-sizing:border-box;
  
}




.header_yoyaku{
    display: none;
}


.header_yoyaku01{
    max-width: 170px;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    margin: 0 auto   !important;
    
 
}

.header_yoyaku01 a{
    width: 100%;
    height: 40px;
    display: block;
    background: #fb8b07;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF  !important;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */   
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}


.header_yoyaku01 a:hover{
    color: #FFFFFF  !important;
    background: #ff6666

}


.header_tel{
    display: none;
}






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



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




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

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

	padding:0 20px;
	box-sizing:border-box;
}

.footer_in{	

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


}




address{
	font-size:12px;
	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:13px;
	line-height:120%;
	margin-bottom:6px;	

   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: 10px;
	box-sizing:border-box;
	line-height:120%;
	color:#646464;
    
}











}




/* PC用スタイルスタイル--------------------------------------------------------------------------------------------------------------------------------------------- */


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

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


h1.h1_01{

width: 262px;
height: auto;
position: absolute;
top:14px;

z-index: 100;

}

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




.h2_01_bg{

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


.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: 40px;
    line-height: 140%;
    text-align: center;
}

h2.h2_01:before,
h2.h2_01::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 65px;
    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: 29px;
    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;
    
    background: #FFFFFF;
}

.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;
    
}



.tp_b012 table td a{
    color: #9A8546;
    text-decoration: underline;
}

.tp_b012 table td a:hover{
    color: #9A8546;
    text-decoration: none;
}









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



.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);
    }
}





}


/* タブレット用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 1060px) {
/* タブレット用のスタイル記述 */

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

h1.h1_01{
width: 210px;
height: auto;
position: absolute;
top: 5px;
left: 30px;

z-index: 1;
}

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



.h2_01_bg{

text-align: center;
    margin-bottom: 40px;
    margin-left:16px;
 
}

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

h2.h2_01 {


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

h2.h2_01:before,
h2.h2_01::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 45px;
    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: 21px;
    line-height: 140%;
    text-align: center;


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

}


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

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



h4.h4_01{
    height: 85px;
    background: url("../img/top/00.png") center center no-repeat;
    background-size: 88px 85px;
    
    font-size: 26px;
    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: 19px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 5px;

}





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



.slider_out{
	position: relative;
}


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

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



}

.slider_in img{

    width: 500px;
filter: drop-shadow(2px 2px 20px #FFFFFF);
}



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

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

	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:-8px;
    left:50%;
    transform: translate(-50%,-8px);
    
    /*テキストの形状*/
	color:#FFFFFF;
	font-size:13px;
	letter-spacing:0.4em;
    
 
}

.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:250px !important;
	background:url("../img/contact/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;

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




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

    border-radius: 15px; 

    margin: 0 auto;
}

.button01 a{
	width:270px;
    display: block;
    height: 45px;
    font-size: 17px;
    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{

    background: url("../img/top/btn_i_t.png") left 0px no-repeat;
    padding-left: 35px;
    vertical-align: top;
}


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







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



.tp_b_bg{
    background: #e2dcd4;
}

.tp_b_bg01{
    background: #edf0e9;
}



.tp_b001{
    max-width: 740px;
    width: 100%;
    height: auto;
    
    font-size: 17px;
    line-height: 170%;
    color: #1d1d1d;

    margin: 0 auto 40px auto;
}




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

}



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

.tp_b003 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;


}

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


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



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


}


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

.tp_b003_in_nmbr{
    position: relative;
    max-width: 100px;
    width: 100%;
    height: 100px;
    background:#FFFFFF;
    color: #FFFFFF;
    
    font-size: 55px;
    line-height: 100%;
    color: #a6813e;
    
    margin: -50px 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: 19px;
    line-height: 100%;
    color: #a6813e;
    text-align: center;
    margin-bottom: 12px;
    
}

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


.tp_b004{
    font-size: 15px;
    line-height: 160%; 
    margin-bottom: 20px;
}


.tp_b005_bg01{
    background:#F0EDE9 !important;
}

.tp_b005{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin:0 auto 30px auto;
    
    padding:15px;
    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: 50%;
    height: auto;
    float: left;
}

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




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


.tp_b008{
    padding: 25px 25px 20px 25px;
    border: 2px solid #abd6ad;
    box-sizing: border-box;
    
    margin-bottom: 50px;    
    
    background: #FFFFFF;    
}

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

}

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

}

.tp_b008 ul li{
    max-width: 450px;
    width: 100%;
    height: auto;
    margin: 0 auto;

    float: none;
}

.tp_b008 ul li:nth-child(2n){
    margin: 0 auto 7px auto;
}



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


}




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



.tp_b009{
    width: 100%;
    height: 100px;
    padding: 0 40px;
    box-sizing: border-box;
    margin: 0 auto 40px 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: 15px;
    line-height: 170%;
    text-align:left;
    

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


.tp_b009 span::before {

}



.tp_b010{
    max-width: 160px;
    width: 100%;
    height: 40px;
    border: 2px solid #a6813e;
    
    margin: 0 auto 25px auto;
    
    font-size: 22px;
    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: 50px;
}


.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:15px;
	line-height:160%;
    color: #020202;

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

}

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

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


.tp_b012 table td a{
    color: #9A8546;
    text-decoration: underline;
}

.tp_b012 table td a:hover{
    color: #9A8546;
    text-decoration: none;
}






































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



.cmm_ctt_bg{
	height:270px !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: 270px;
    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: 18px;
    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: 35px;
    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: 20px;
    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: 20px;
    line-height: 140%;
    font-family: 'noto700';    
    margin-bottom: 20px;

}


.ctt_txt02{

    margin-bottom: 50px;

}

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

}

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

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

.ctt_txt02 ul li dl dd span{
    font-size: 21px;
    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:18px;

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

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

    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: 60px;

}

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


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

.ctt_tel dl dd{
    font-size: 20px;
    line-height: 160%;
    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 60px auto;
    border: 1px solid #9B9B9B;
    padding: 30px;
    box-sizing: border-box;
}


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

    
    font-size: 24px;
    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 00px 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:100%;
	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:100%;
    height: 40px !important;     
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
    box-sizing: border-box;
}



.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);
    }
}



}



/* スマホ用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 720px) {
/* スマートフォン用のスタイル記述 */
	
/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
width: 190px;
height: auto;
position: absolute;
top: 8px;
left: 20px;

z-index:1;
}








.h2_01_bg{

text-align: center;
    margin-bottom: 30px;
    margin-left:16px;

}

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


h2.h2_01 {


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

h2.h2_01:before,
h2.h2_01::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 32px;
    width: 60px;
    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: 16px;
    line-height: 140%;
    text-align: center;


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

}


h3.h3_01{
    font-size: 17px;
    line-height: 140%;
    text-align: center;
 	color:#1d1d1d;
    padding-bottom: 30px;
    margin-bottom: 30px;
    
    background: url("../img/common/h3_bg.png") center bottom no-repeat; 
    background-size: 240px 68px;

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



h4.h4_01{
    height: 70px;
    background: url("../img/top/00.png") center center no-repeat;
    background-size: 73px 70px;
    
    font-size: 20px;
    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: 15px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 5px;

}





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



.slider_out{
	position: relative;
}

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

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


}


.slider_in img{

    width: 300px;
filter: drop-shadow(2px 2px 20px #FFFFFF);
}




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

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


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




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

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

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

.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:200px !important;
	background:url("../img/contact/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:50px auto 0px auto;

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






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

    border-radius: 15px; 

    margin: 0 auto;
}

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

    box-sizing: border-box;

    border-radius: 12px;
    

    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{

    background: url("../img/top/btn_i_s.png") left 2px no-repeat;
    padding-left: 28px;
    vertical-align: top;
}


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








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



.tp_b_bg{
    background: #e2dcd4;
}

.tp_b_bg01{
    background: #edf0e9;
}





.tp_b001{
    max-width: 740px;
    width: 100%;
    height: auto;
    
    font-size: 15px;
    line-height: 160%;
    color: #1d1d1d;

    margin: 0 auto 30px auto;
}




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

}



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

.tp_b003 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;


}

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


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



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


}


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

.tp_b003_in_nmbr{
    position: relative;
    max-width: 70px;
    width: 100%;
    height: 70px;
    background:#FFFFFF;
    color: #FFFFFF;
    
    font-size: 40px;
    line-height: 100%;
    color: #a6813e;
    
    margin: -35px auto 2px 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: 16px;
    line-height: 100%;
    color: #a6813e;
    text-align: center;
    margin-bottom: 10px;
    
}

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


.tp_b004{
    font-size: 14px;
    line-height: 150%; 
    margin-bottom: 20px;
}


.tp_b005_bg01{
    background:#F0EDE9 !important;
}

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

}

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

.tp_b005 dl dd{
    font-size: 14px;
    line-height: 160%; 
    text-align:left;

}




.tp_b006{
}

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

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






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


.tp_b008{
    padding: 20px 20px 10px 20px;
    border: 2px solid #abd6ad;
    box-sizing: border-box;
    
    margin-bottom: 30px;    

    background: #FFFFFF;
}

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

}

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

}

.tp_b008 ul li{
    max-width: 450px;
    width: 100%;
    height: auto;
    margin: 0 auto;

    float: none;
}

.tp_b008 ul li:nth-child(2n){
    margin: 0 auto 7px auto;
}



.tp_b008 ul li ul li{
    width:auto;
    height: auto;
    margin: 0 auto 7px auto;
    float: none;    
    font-size: 11px;


}




.tp_b008 ul li ul li span{
    font-size: 13px;
    margin-right: 8px;
}





.tp_b009{
    width: 100%;
    height: 100px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto 30px 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: 14px;
    line-height: 160%;
    text-align:left;
    

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


.tp_b009 span::before {

}





.tp_b010{
    max-width: 140px;
    width: 100%;
    height: 34px;
    border: 2px solid #a6813e;
    
    margin: 0 auto 20px auto;
    
    font-size: 17px;
    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: 40px;
}



.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:14px;
	line-height:150%;
    color: #020202;

	text-align:left;
	width:80px;
	padding:10px 15px;

}

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

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


.tp_b012 table td a{
    color: #9A8546;
    text-decoration: underline;
}

.tp_b012 table td a:hover{
    color: #9A8546;
    text-decoration: none;
}




































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



.cmm_ctt_bg{
	height:190px !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: 190px;
    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: 13px;
    line-height: 100%;
    margin-bottom: 12px;
    text-align: center;

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

.cmm_ctt dl dd{
    font-size: 22px;
    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: 14px;
    line-height: 100%;
    margin-bottom: 8px;
    text-align: left;

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

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

    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:14px;
    line-height: 160%;

    margin-bottom: 5px;

}


.privacy dd {
    font-size:13px;
    line-height: 140%;
    margin-bottom: 20px;

}














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



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

}


.ctt_txt02{

    margin-bottom: 50px;

}

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

}

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

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

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

.ctt_txt02 ul li dl dd span::after{
	content: "\A" ;
	white-space: pre ;
}





.f_text01{
}

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

}

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

}



.contact-t{

}

.contact-t dl{

}

.contact-t dl dt{

	font-size:15px;

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

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

    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: 50px;

}

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


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

.ctt_tel dl dd{
    font-size: 16px;
    line-height: 160%;
    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 50px auto;
    border: 1px solid #9B9B9B;
    padding: 20px 15px;
    box-sizing: border-box;
}


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

    
    font-size: 17px;
    line-height: 160%;

}

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


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







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

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


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

	border-bottom:none;
	text-align:left;
	font-weight:bold;
	color:#333;
	
	width:100%;
	display:block;
	padding:10px 10px 5px 10px;	
	box-sizing:border-box;
	background:url(../img/contact/bg.png) repeat;

}

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

	width:100%;
	display:block;
	padding:0px 10px 10px 10px;
	box-sizing:border-box;
	background:url(../img/contact/bg.png) repeat;
}


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

}

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

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

.with-form3{
	width:100%;
    height: 35px !important;     
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
    box-sizing: border-box;

}



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

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


.f_txt01{
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    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:120px;
	height:auto;
	padding:10px 0;
    font-size: 1.2em;
    background-color:#697489;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:15px;

　　/*角丸*/
	-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);
    }
}













}
