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




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


@font-face{
  font-family: 'adinekir';
    src:url("../font/adinekir/adinekir.woff") format('woff');
}





html {
     font-feature-settings : "palt";
     letter-spacing:1px;
     
    font-family: 'noto400';
	

}



body{
    font-family: 'noto400';
	
	padding:0;
	margin:0;
	font-size:16px;

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


    font-display: swap;
}

body a:focus{
	outline:none;
}




.bd_bg{

background-image:url(../img/common/page_btm_bg.jpg);
background-attachment:fixed;
background-repeat: repeat-x;
background-position: bottom;
}



/* 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:17px;

	line-height:160%;
	text-align:left;
    color: #333333;

}	 

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




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



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


.container01{

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

}

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

}


.container02_01{
	max-width:1600px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0 50px 0;

}

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

}



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


.hdr_logo{
width: 242px;
height: auto;
position: absolute;
top: 21px;
left: 40px;

}



#header {

  position: fixed;
  top: 0;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
  width: 100%;
  z-index: 199999;

 box-sizing: border-box;

    

}

.head-animation {
  transform: translateY(-100%);
}
.open .head-animation {
  transform: none;
}

.header_bg{
  width: 100%;
	height:90px;

    box-sizing: border-box;
	position:relative;
    background: #FFFFFF;

}


.top_page .header_bg{
    background: none;
}


header{

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

	box-sizing:border-box;
}

.top_page header{
    display: none;
}


#header_contact{
    position: fixed;
    top: 10px;
    right:50px;
    width: 70px  !important; 
    height: 70px !important; 
    box-sizing:border-box; 

    background: #45423d;
    
    border-radius: 50%;

    cursor: pointer;
    z-index: 100;
}

#header_contact a{
    width: 100%;
    height: 100%;

    background: #45423d;
    
    border-radius: 50%;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF  !important;

    padding-bottom: 2px;
    box-sizing: border-box;
    
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; 
    align-items: center; 
    -webkit-justify-content: center; 
    justify-content: center; 
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;

    font-family: kaisei-opti, sans-serif;
    font-style: normal;
    font-weight: 700;
}

#header_contact a:hover{
    background: #333333;
}



.header_tel{
	position:absolute;
	top:5px;
	right:30px;
    background: url("../img/common/h_tel.jpg") left 4px no-repeat;
    padding-left: 40px;
    
    
    font-size: 35px;
    line-height: 120%;
    color: #000000;
    
    
          
}


.header_time{
	position:absolute;
	top:27px;
	right:30px;
    
    font-size: 15px;
    line-height: 120%;
    
    
      
}


.h_tanjyou{
	width:340px;
	height:auto;
	
	position: absolute;
	top:110px;
	left:52px;


	color:#000;
	font-size:22px;

	line-height:100%;
	box-sizing:border-box;
	

	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 900;
	


}


.h_fb{
	max-width:34px;
	width:100%;
	height:auto;
	position:absolute;
	
	top: 41px;
	right:74px;
}

.h_fb img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.h_fb:hover img {
	opacity: .7;
}


/*nav{
	width:510px;
	position:absolute;
	top:55px;
	right:0;
}

nav ul{
	margin:0;
	padding:0;

}

nav ul li{
	float:left;
	color:#000;
	font-size:16px;

	font-weight:bold;
	margin-right:20px;
	line-height:120%;
}

nav ul li:last-child{
	margin-right:0;
}

nav ul li a{
	color:#FFF !important;
	text-decoration:none;

}

nav ul li a:hover{
	color:#FFF !important;
	text-decoration:underline;
}

.nav_h{
	color:#FFF !important;
	text-decoration:underline !important;
}*/


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

.youtube_outer {
    width: 100%;
    max-width: 650px;
    margin: 0px auto 60px;
}


.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;

  }
  .youtube iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
  }



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


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


	box-sizing:border-box;


}


.f_cpy{

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





}



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


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


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

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

}	

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



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


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



.container01{

	width:100%;
	height:auto;
	margin:0 auto;
	padding:70px 0;

}

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

}

.container02_01{
	max-width:1600px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0 40px 0;

}
.container02_02{
	max-width:1600px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:70px 0 40px 0;

}


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


.hdr_logo{
width: 170px;
height: auto;
position: absolute;
top: 10px;
left: 30px;
}



#header {

  position: fixed;
  top: 0;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
  width: 100%;
  z-index: 199999;

 box-sizing: border-box;


}

.head-animation {
  transform: translateY(-100%);
}
.open .head-animation {
  transform: none;
}


.header_bg{
  width: 100%;
	height:60px;

    box-sizing: border-box;
	position:relative;
    background: #FFFFFF;
 
}


.top_page .header_bg{
    background: none;
}


header{	
	max-width:1300px;
	width:100%;
	height:60px;
	margin:0 auto;
		
	padding:0 20px;
	box-sizing:border-box;
}

.top_page header{
    display: none;
}



.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_contact{
    position: fixed;
    top: 7px;
    right:30px;
    width: 45px  !important; 
    height: 45px !important; 
    box-sizing:border-box; 

    background: #45423d;
    
    border-radius: 50%;

    cursor: pointer;
    z-index: 100;
}

#header_contact a{
    width: 100%;
    height: 100%;

    background: #45423d;
    
    border-radius: 50%;
    font-size: 13px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF  !important;

    padding-bottom: 2px;
    box-sizing: border-box;
    
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; 
    align-items: center; 
    -webkit-justify-content: center; 
    justify-content: center; 
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;

    font-family: kaisei-opti, sans-serif;
    font-style: normal;
    font-weight: 700;
}

#header_contact a:hover{
    background: #333333;
}




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

.youtube_outer {
    width: 100%;
    max-width: 650px;
    margin: 0px auto 50px;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
  }


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


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


	box-sizing:border-box;


}


.f_cpy{

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









}



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


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



body{
	padding:0;
	margin:0;
	font-size:15px;

	line-height:140%;
	text-align:left;
    color: #333333;
}	



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



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


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



.container01{

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

}

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

}


.container02_01{
	max-width:1600px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:40px 0 30px 0;

}

.container02_02{
	max-width:1600px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0 30px 0;

}


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


.hdr_logo{
width: 150px;
height: auto;
position: absolute;
top: 13px;
left: 20px;
}



#header {

  position: fixed;
  top: 0;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
  width: 100%;
  z-index: 199999;

 box-sizing: border-box;

}

.head-animation {
  transform: translateY(-100%);
}
.open .head-animation {
  transform: none;
}


.header_bg{
  width:100%;
	height:60px;

    box-sizing: border-box;
	position:relative;
    background: #FFFFFF;

}

.top_page .header_bg{
    background: none;
}


header{
	max-width:1300px;
	width:100%;
	height:60px;
	margin:0 auto;

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

.top_page header{
    display: none;
}


.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_contact{
    position: fixed;
    top: 7px;
    right:20px;
    width: 45px  !important; 
    height: 45px !important; 
    box-sizing:border-box; 

    background: #45423d;
    
    border-radius: 50%;

    cursor: pointer;
    z-index: 100;
}

#header_contact a{
    width: 100%;
    height: 100%;

    background: #45423d;
    
    border-radius: 50%;
    font-size: 13px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF  !important;

    padding-bottom: 2px;
    box-sizing: border-box;
    
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; 
    align-items: center; 
    -webkit-justify-content: center; 
    justify-content: center; 
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;

    font-family: kaisei-opti, sans-serif;
    font-style: normal;
    font-weight: 700;
}

#header_contact a:hover{
    background: #333333;
}



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

.youtube_outer {
    width: 100%;
    max-width: 650px;
    margin: 0px auto 40px;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;

  }
  .youtube iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
  }



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


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


	box-sizing:border-box;


}


.f_cpy{

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









}




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


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

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


h1.h1_01{
width: 200px;
height: auto;
position: absolute;
top: 10px;
left: 50px;

}



h2.h2_01{
    font-size: 70px;
    line-height: 140%;
    color: #45423d;
    margin-bottom: 45px;
  
    font-family: kaisei-opti, sans-serif;
    font-style: normal;
    font-weight: 700;
    
/*    font-family: nitalago-ruika, sans-serif;
    font-style: normal;
    font-weight: 100;*/
}

h2.h2_01 p{
    font-size: 25px;
    line-height: 100%;
    color: #45423d;
    margin-bottom: 2px;
    background: url("../img/common/h2.jpg") left center no-repeat;
    padding-left: 47px;


    font-family: zen-old-mincho, sans-serif;
    font-style: normal;
    font-weight: 900;

/*    font-family: "iroha-28kiri-stdn", sans-serif;
    font-weight: 400;
    font-style: normal; */
}

.h2_btm0{
    margin-bottom: 0px !important
}


.h2_btm{
    margin-bottom: 15px !important
}

.h2_cr01{
    color:#FFFFFF !important;
}

h2.h2_01.h2_cr01 p{
    background: url("../img/common/h2_01.jpg") left center no-repeat;
}



h3.h3_01{
    font-size: 25px;
    line-height: 120%;
    color: #45423d;

    margin-bottom: 35px;

    font-family: "shippori-mincho-b1", sans-serif;
    font-weight: 400;
    font-style: normal;

/*    font-family: "iroha-28kiri-stdn", sans-serif;
    font-weight: 400;
    font-style: normal; */
}


h3.h3_01 p{
    font-size: 50px;
    line-height: 140%;
    color: #605d58;
    margin-bottom: 5px;

    font-family: kaisei-opti, sans-serif;
    font-weight: 400;
    font-style: normal;
    

    
/*    font-family: nitalago-ruika, sans-serif;
    font-style: normal;
    font-weight: 100;*/
}




h4.h4_01{
    font-size: 18px;
    line-height: 120%;
    color: #45423d;

    margin-bottom: 35px;

    font-family: zen-old-mincho, sans-serif;
    font-style: normal;
    font-weight: 900;
    
/*    font-family: "iroha-28kiri-stdn", sans-serif;
    font-weight: 400;
    font-style: normal; */
}


h4.h4_01 p{
    font-size: 26px;
    line-height: 140%;
    color: #605d58;
    margin-bottom: 5px;
    
   
    font-family: kaisei-opti, sans-serif;
    font-style: normal;
    font-weight: 700;
/*    
    font-family: nitalago-ruika, sans-serif;
    font-style: normal;
    font-weight: 100;*/
}








/*==================================================
スライダーのためのcss
===================================*/
#slider {
    position: relative;
    width: 100%;
    height: 100vh !important;
    background: rgba(0,0,0,0.15);
}

#slider::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: radial-gradient(rgba(0,0,0,0.4) 20%, transparent 20%),radial-gradient(rgba(0,0,0,0.4) 20%, transparent 20%);
  background-size: 6px 6px;
  background-position: 0 0, 3px 3px;
}





.slider_out_bg{
/*    margin-bottom: 100px;*/
    margin-bottom: 40px;
}


.slider_out{
	position: relative;
    
    overflow: hidden;
    
}



.fade-in{
/*   opacity: 0;
   animation-name: fadein;
   animation-duration: 5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;*/
}
@keyframes fadein {
   0% {
      opacity: 0;
      transform: translatex(-50px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}



.slider_in{
	position: absolute;
    max-width: 1100px;
    width: 100%;

    height: 530px;

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



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

.slider_in .img{
    max-width: 400px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;
}



.slider_in dl dt{
    font-size: 40px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 10px;
    color: #ffffff;    


font-family: kaisei-opti, sans-serif;
font-style: normal;
font-weight: 700;



/*
    font-family: "ruika", sans-serif;
    font-weight: 100;
    font-style: normal;*/
}

.slider_in dl dd{
    font-size: 30px;
    line-height: 140%;
    text-align: center;
    color: #ffffff;

font-family: zen-old-mincho, sans-serif;
font-style: normal;
font-weight: 900;


/*    font-family: "iroha-28kiri-stdn", sans-serif;
    font-weight: 400;
    font-style: normal;*/
}







.slider_in01{
	position: absolute;
    max-width: 1100px;
    width: 100%;

    height: 500px;

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



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




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

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

        z-index: 5;
}

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








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






.information_top_img{
	width: 100%;
	height:350px !important;
	background:url("../img/information/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:90px auto 0px auto;
}



.shop_menu_top_img{
	width: 100%;
	height:350px !important;
	background:url("../img/shop_menu/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:90px auto 0px auto;
}





.shop_concept_top_img{
	width: 100%;
	height:350px !important;
	background:url("../img/shop_concept/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:90px auto 0px auto;
}

.lesson_top_img{
	width: 100%;
	height:350px !important;
	background:url("../img/lesson/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:90px auto 0px auto;
}

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

.none_top_img{
	width: 100%;
	height:0px !important;
    margin:90px auto 0px auto;
}






/* ページ共通背景 ---------------------------------------------- */



.button01{

}

.button01 a{
    font-size: 18px;
    line-height: 100%;
    color:#45423d;
    vertical-align: text-top;


    font-family: zen-old-mincho, sans-serif;
    font-style: normal;
    font-weight: 900;

}

.button01 a:hover {
}

.button01 em {
  padding-bottom: 3px; /* テキストと下線の間隔 */

  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: bottom right; /* 下線の初期位置 */
  background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
  transition: background-size 0.3s;
}

.button01 em:hover {
  background-position: bottom left; /* 下線のホバー時位置 */
  background-size: 100% 1px; /* 下線の横幅を100%にする */
}


.button01 p{
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-left: 20px;
    padding-top: 5px;
    padding-left: 5px;
    
    box-sizing: border-box;
    
    border: 1px solid #45423d;
    
    border-radius: 50%;
}

.button01 span{
}

.arrow {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 3px;
  margin: 8.8px 0;
  border-radius: 9999px;
  background-color: #45423d;
  

}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1.5px);
  right: 0;
  width: 12px;
  height: 3px;
  border-radius: 9999px;
  background-color: #45423d;
  transform-origin: calc(100% - 1.5px) 50%;
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}






/* 新着情報---------------------------------------------- */


.tp_news_bx{
/*    margin-bottom: 100px;*/

}

.tp_news_bx_l{
    width: 250px;
    height: auto;
    float: left;

}


.tp_news_bx_r{
    width: calc(100% - 280px);
    height: auto;
    float: right;    
}

.tp_news{

}





.tp_news dl dt{
    font-size: 16px;
    line-height: 140%;
    color: #45423d;
    
    float: left;
    clear: both;
}

.tp_news dl dt span{
    display: inline-block;

    width: 120px;
    height: auto;
    border: 1px solid #8c7b62;
    border-radius: 25px;
    text-align: center;
    margin-left: 20px;
    
    font-size: 16px;
    line-height: 100%;
    color: #786547;
    padding: 0 0 3px 0;

}

.tp_news dl dd{
    font-size: 16px;
    line-height: 140%;
    
    border-bottom: 1px dotted #999999;
    padding-bottom: 15px;
    margin-bottom: 15px;
    
    padding-left: 260px;
    color: #45423d;    
}

.tp_news dl dd a{
    color: #45423d;   
}

.tp_news dl dd a:hover{
    color: #45423d;   
    text-decoration: underline;
}


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







.tp_ns_ttl{
    font-size: 24px;
    line-height: 140%;
    font-weight: 500;
    border-bottom: 2px solid #01CFBE;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.tp_ns_day{
    font-size: 16px;
    line-height: 100%;
    text-align: right;
    margin-bottom: 25px;
}

.tp_ns_post{
    font-size: 18px;
    line-height: 180%;
    margin-bottom: 30px;
}

.tp_ns_img{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

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


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

.tp_ns_img_01{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

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

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




.fb_bnr{
    max-width: 650px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}


.fb_bnr img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.fb_bnr:hover img {
	opacity: .7;
}



.sns_b01{

}

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

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

.sns_b01 ul li img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.sns_b01 ul li:hover img {
	opacity: .7;
}



.tp_news01{
    margin-bottom: 70px;


}

.tp_news01 dl dt{
    font-size: 16px;
    line-height: 160%;
    clear: both;
    float: left;
}


.tp_news01 dl dd{
    font-size: 16px;
    line-height: 160%;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px dotted #BCBCBC;
    padding-left: 100px;
}


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

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




/* トップ入り口--------------------------------------------- */


.tp_igt{
    width: 100%;
    height: auto;
    margin-bottom: 100px;
}

.tp_igt ul li{
    width: 50%;
    height: 500px;
    float: left;
    margin-right: 0%;
    position: relative;
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
 
}

.tp_igt ul li:last-child{
    margin-right: 0;
}


.tp_igt ul li a{
    display: block;
    width: 100%;
    height: 500px;

    transition: all  0.3s ease;
}

.tp_igt ul li a:hover{

}


.tp_igt01_clc{
    font-size: 22px !important;
    line-height: 100%;
    color: #FFFFFF  !important;
    font-family: 'noto700';
}



.tp_igt_bg01{
	height:500px !important;
	background:url("../img/top/01_01.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_igt_bg02{
	height:500px !important;
	background:url("../img/top/01_02.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.tp_ttl_tx_bx{
    position: absolute;
    width: 85%;
    /* height: 200px; */
    height: 100px;
    bottom: 0;
    left: 0;
    background: rgba(0,7,25,0.70);
    padding: 0 50px;
    box-sizing: border-box;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}

.tp_ttl_tx_bx01{
    position: absolute;
    width: 85%;
    /* height: 200px; */
    height: 100px;
    bottom: -8px;
    left: 0px;
    padding: 0 30px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;

}





.tp_ttl_tx{

}

.tp_ttl_tx dl dt{
    font-size: 50px;
    line-height: 100%;

    margin-bottom: 20px;
    color: #ffffff;    

    font-family: kaisei-opti, sans-serif;
    font-weight: 400;
    font-style: normal;

/*    font-family: "ruika", sans-serif;
    font-weight: 100;
    font-style: normal;*/
}

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

    color: #ffffff;

font-family: "shippori-mincho-b1", sans-serif;
font-weight: 400;
font-style: normal;



/*    font-family: "iroha-28kiri-stdn", sans-serif;
    font-weight: 400;
    font-style: normal;*/
}



.tp_ttl_tx dl dd p{
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-left: 20px;
    padding-top: 5px;
    padding-left: 5px;
    
    box-sizing: border-box;
    
    border: 1px solid #FFFFFF;
    
    border-radius: 50%;
}



.arrow01 {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 3px;
  margin: 8.5px 0;
  border-radius: 9999px;
  background-color:#FFFFFF;
  

}

.arrow01::before,
.arrow01::after {
  content: "";
  position: absolute;
  top: calc(50% - 1.5px);
  right: 0;
  width: 12px;
  height: 3px;
  border-radius: 9999px;
  background-color:#FFFFFF;
  transform-origin: calc(100% - 1.5px) 50%;
}

.arrow01:before {
  transform: rotate(45deg);
}

.arrow01::after {
  transform: rotate(-45deg);
}





/* 商品案内--------------------------------------------- */

.sm_b01{
/*    margin-bottom: 100px;*/
    margin-bottom: 40px;
}

.sm_b01 ul li{
    width: calc(100% / 2);
    height: 600px;
    float: left;
    position: relative;    
}

.sm_b01_bg01{
	height:600px !important;
	background:url("../img/top/02_01.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.sm_b01_bg02{
	height:600px !important;
	background:url("../img/top/02_02.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.sm_b01_bg03{
	height:600px !important;
	background:url("../img/top/02_03.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.sm_b01_bg04{
	height:600px !important;
	background:url("../img/top/02_04.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.sm_b01_bg05{
	height:600px !important;
	background:url("../img/top/02_05.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.sm_b01_bg06{
	height:600px !important;
	background:url("../img/top/02_06.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}







/* オーダー-------------------------------------------- */

.or01{
	height:500px !important;
	background:url("../img/top/03.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}







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


.cmm_ctt_bg{
background: linear-gradient(27deg,rgba(0, 0, 0, 1) 0%, rgba(57, 38, 38, 1) 100%);
}



.cmm_ctt{
    margin-bottom: 20px;

}


.cmm_ctt_in{

}

.cmm_ctt_in dl dt{
    font-size: 17px;
    line-height: 120%;

    margin-bottom: 10px;
    color:#FFFFFF;
    font-family: 'noto400';
}

.cmm_ctt_in dl dd{
    font-size: 15px;
    line-height: 160%;

    color:#FFFFFF;
    margin-bottom: 25px;

    font-family: 'noto400'; 
}


.cmm_ctt_btn{

  display: inline-block;
  width: 380px;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  outline: none;
  font-size: 15px;
  color: #000000;
  background-color: #fff;
  position: relative;
  border: 1px solid #000000;
  transition: color 0.5s ease;

}

.cmm_ctt_btn:hover {
  color: #fff;
}
.cmm_ctt_btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.cmm_ctt_btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000000;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.text {
  position: relative;
}







/* インフォメーション--------------------------------------------- */

.if_01{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 100px;

}


.if_02{
    margin-bottom: 100px;
}

.if_02 ul li{
    font-size: 16px;
    line-height: 140%;
    background: url("../img/information/list.png") left 5px no-repeat;
    padding-left: 20px;
    margin-bottom: 10px;
}

.if_02 ul li:last-child{
    margin-bottom:0px;
}


.if_03{
	margin-bottom:100px;
}

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

.if_03 table th{
	width:60px;
	height:auto;
	padding:10px 35px;
	font-size:16px;
	line-height:160%;
	vertical-align:top;
	border-bottom:1px dotted #999999;	
}

.if_03 table td{
	padding:10px 35px;
	font-size:16px;
	line-height:160%;
	border-bottom:1px dotted #999999;	
}

.if_03 table td a{
	color:#000;
	text-decoration:underline;
}

.cp_b01 table td a:hover{
	color:#000;
	text-decoration:none;
}



.if_03 table tr:nth-child(odd){
background:#efeeee;
}


.if_04{

}

.if_04 iframe{
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: 0.4s;
}
.if_04 iframe:hover{
  filter: none;
  -webkit-filter: none;
}


#calendar{
    margin-bottom: 100px;

}





/* ショップメニュー------------------------------------------- */

.sm001{
    font-size: 16px;
    line-height: 180%;

}



.sm_img_bg_cr01{
    background: #f1f1f1;
}

.sm_img_bg_cr02{
    background: #e9f1f2;
}

.sm_img_bg_cr03{
    background: #d9e5e6;
}

.sm_img_bg_cr04{
    background: #dce9e8;
}


.sm_img_bg{
    padding-left: 0px;
    margin-bottom: 100px;

}

.sm_img_b01{
padding: 100px 0;

}


.sm_img_b01_l{
    width: 100%;
    height: auto;

    padding: 0px 50px;
    box-sizing: border-box;
    margin-bottom: 60px;
}

.sm_img_b01_l p{
    font-size: 72px;
    line-height: 90%;
    color: #c8c6c6;


    font-family: kaisei-opti, sans-serif;
    font-style: normal;
    font-weight: 700;

/*    font-family: "makinas-4-flat", sans-serif;
    font-weight: 400;
    font-style: normal;*/

}



.sm_img_b01_r{
    width: 100%;

    height: auto;
}


.sm_img_list{
    max-width: 1200px;
    width: 100%;
    margin: 0px auto 40px;
}

.sm_img_list ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 4px;

}

.sm_img_list ul li{
    width: calc(25% - 3px);
    margin-right: 4px;
    margin-bottom: 4px;

    position: relative;
    transition: 0.3s;
    opacity: 1;
    height: fit-content;
}


.sm_img_list ul li.hidden{
    height: 0;
    opacity:0;
}


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

.sm_img_list ul li a{
    display: block;
    width: 100%;
    height: 100%;

    transition: 0.3s;
}

.sm_img_list ul li a:hover{
    opacity: 0.8;
}


.sm_img_list ul li p{
    position: absolute;
    top: 5px;
    left: 5px;

    color: #fff;

    font-size: 20px;

    font-family: kaisei-opti, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.item img {
  width: 100%;
}

.modal{
    width: fit-content;
}

.modal p{
    font-size: 20px;

}

.moreread_btn{
    width:fit-content;
    margin: 0px auto;
}

.moreread_btn button {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #333;
  font-weight: 400;
  border: solid 1px #333;
  display: block;
  box-sizing: border-box;
  max-width: 300px;
  text-align: center; 
  padding: 16px 64px;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}

.moreread_btn button:hover {
  color: #fff;
  background: #333;
  transition: all 0.3s;
}


/* コンセプト--------------------------------------------- */

.sc001 {
    max-width: 900px;
    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;
    
    position: relative;
    padding: 20px;
    box-sizing: border-box;

    
   
}

.sc001 dl dt{
    font-size: 45px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 20px;

    font-family: "iroha-28kiri-stdn", sans-serif;
    font-weight: 400;
    font-style: normal;  
}


.sc001 dl dd{
    font-size: 30px;
    line-height: 120%;
    text-align: center;

    font-family: "iroha-28kiri-stdn", sans-serif;
    font-weight: 400;
    font-style: normal;  

}


.sc001::before,
.sc001::after {
    position: absolute;
    width: 30px;
    height: 30px;
    content: '';
}

.sc001::before {
    border-left: solid 3px;
    border-top: solid 3px;
    top: 0;
    left: 0;
}

.sc001::after {
    border-right: solid 3px;
    border-bottom: solid 3px;
    bottom: 0;
    right: 0;
}


.sc002_btm{
    margin: 0 auto 100px auto !important;
}

.sc002{
    max-width: 900px;
    width: 100%;
    height: auto;
    margin: 0 auto 60px auto;
    
    font-size: 18px;
    line-height: 200%;
}

.sc002 img{
    width: 100%;
}

.sc003{
    max-width: 1600px;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
}

.sc003 ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.sc003 ul li{
    display: flex;
    flex-direction: column;
    width: 24.7%;

    margin-right: 0.4%;

    margin-bottom: 6px;
}

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




.swiper-container_btm0{
    margin-bottom: 0 !important;

}


.swiper-container {
    position: relative;
    overflow: hidden;
    width: 100%;

    margin-bottom: 70px;

  }
  .swiper-container.visible {
    overflow: visible;
  }
  


  .swiper-slide div{
    text-align: center;
  }

  .swiper-slide div img{
    margin: 0px auto;
    width: 500px;
    height: 500px;
    object-fit: cover; /* この一行を追加するだけ！ */
  }


  .swiper-slide.swiper-slidetp div img{
  height: auto;
  width: 100% !important;
  }




.swiper{
    margin-bottom: 20px;

}


.swiper-button-prev::after,
.swiper-button-next::after {
  color: white;
  font-size: 20px !important;
}





/* フラワーアレンジ教室--------------------------------------------- */


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

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

}

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



.fa_k02{
    margin: 0 auto 100px auto;
    
    border-top: 1px solid #bfb18f;
    border-bottom: 1px solid #bfb18f;
    padding: 30px;
    
    font-size: 16px;
    line-height: 180%;
}



.fa_k03{
    margin: 0 auto 60px auto;

    font-size: 16px;
    line-height: 180%;
}




.fa_k04{
    margin: 0 auto 60px auto;

}

.fa_k04_l{
    width: 48.5%;
    height: auto;
    float: left;

}
.fa_k04_r{
    width: 48.5%;
    height: auto;
    float: right;
}

.fa_k04 table tr:nth-child(odd){
background:#efeeee;
}

.fa_k04 table{
    width: 100%;

}


.fa_k04 table th{
	width:120px;
	height:auto;
	padding:10px 20px;
    box-sizing: border-box;
	font-size:16px;
	line-height:150%;
	vertical-align:top;

}

.fa_k04 table td{
	padding:10px 20px;
    box-sizing: border-box;
	font-size:16px;
	line-height:150%;

}


.lesson_bnr{
    margin: 0 auto 40px auto;
}

.lesson_bnr a{
    display: block;
    width: 100%;
    transition: 0.3s;
}

.lesson_bnr a:hover{
    opacity: 0.8;
}

.lesson_bnr a img{
    width: 100%;
}


.fa05{
    margin-bottom: 40px;
}

.fa05 dl dt{
    font-size: 70px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 5px;
    font-family: kaisei-opti, sans-serif;
    font-weight: 400;
    font-style: normal;    
}

.fa05 dl dd{
    font-size: 50px;
    line-height: 140%;
    color: #45423d;
    text-align: center;
    font-family: "shippori-mincho-b1", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.fa05 dl dd p{
    font-size: 30px;
    line-height: 110%;
    color: #45423d;
    text-align: center;
    font-family: "shippori-mincho-b1", sans-serif;
    font-weight: 400;
    font-style: normal;
}


.fa06{
    max-width: 900px;
    width: 100%;
    text-align: center;
    margin: 0 auto 50px auto;

}


.fa07{
	margin-bottom:100px;
}

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

.fa07 table th{
	width:70px;
	height:auto;
	padding:10px 35px;
	font-size:16px;
	line-height:160%;
	vertical-align:top;
	border-bottom:1px dotted #999999;	
}

.fa07 table td{
	padding:10px 35px;
	font-size:16px;
	line-height:160%;
	border-bottom:1px dotted #999999;	
}

.fa07 table td a{
	color:#000;
	text-decoration:underline;
}

.fa07 table td a:hover{
	color:#000;
	text-decoration:none;
}

.fa07 table tr:nth-child(odd){
background:#efeeee;
}
    

/* 会社情報--------------------------------------------- */



.abt_msg_bg{

	height:310px !important;
    background:url("../img/about/msg_bg.png") center   center no-repeat; 

	 margin:0px auto 70px auto;

}

.abt_msg{
	height:310px !important;


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


.abt_msg  dl dt{

  text-align: center;

  font-size: 40px;
  line-height: 130%;
  color: #e57197;
  margin-bottom: 15px;

      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;    
}

.abt_msg  dl dt span::before {
	content: "\A" ;
	white-space: pre ;
}


.abt_msg dl dd{
    font-size: 20px;
    line-height: 180%;
    text-align: center;
}

.abt_msg dl dd span::before {
	content: "\A" ;
	white-space: pre ;
}



.abt_msg00{

    margin-bottom: 70px;
}

.abt_msg00 dl dt{
    font-size: 26px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 15px;
    

      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;        
}

.abt_msg00 dl dd{
    font-size: 18px;
    line-height: 190%;
}


.abt_msg00 p{
margin-top: 15px;
text-align: right;
}







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

.abt_msg01 ul li{
    width: 100%;
    height: 160px;
    margin-bottom: 20px;
    padding: 20px;
    box-sizing: border-box;
    
    border: 1px solid #5dd4d5;

    
   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 */   
}




.abt_msg01 ul li:last-child{
    margin-bottom:0px;
}


.abt_msg01 ul li dl dt{
    font-size: 24px;
    line-height: 100%;
    color: #000000;
    text-align: center;
    margin-bottom: 15px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;    
}

.abt_msg01 ul li dl dd{
    font-size: 18px;
    line-height: 160%;
    color: #000000;
    text-align: center;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;    
}


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



.abt_msg01_bg01{
	height:160px !important;
	background:url("../img/about/01_01.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.abt_msg01_bg02{
	height:160px !important;
	background:url("../img/about/01_02.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.abt_msg01_bg03{
	height:160px !important;
	background:url("../img/about/01_03.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.abt_msg01_bg04{
	height:160px !important;
	background:url("../img/about/01_04.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.abt_msg01_bg05{
	height:160px !important;
	background:url("../img/about/01_05.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}



.cp_b01{
	margin-bottom:70px;
}

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

.cp_b01 table th{
	width:180px;
	height:auto;
	padding:10px 0;
	font-size:18px;
	line-height:160%;
	vertical-align:top;
	border-bottom:1px dotted #999999;	
}

.cp_b01 table td{
	padding:10px 0;
	font-size:18px;
	line-height:160%;
	border-bottom:1px dotted #999999;	
}

.cp_b01 table td a{
	color:#000;
	text-decoration:underline;
}

.cp_b01 table td a:hover{
	color:#000;
	text-decoration:none;
}


.cp_b01 dl dt{
    margin-bottom: 3px;
}

.cp_b01 dl dd{
    margin-bottom: 13px;
}

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




.cp_b01 dl dd ul li{
    margin-bottom: 5px;
    background: url("../img/common/list001.png") left 12px no-repeat;
    padding-left: 8px;
    margin-left: 20px;
}


.cp_b01 dl dd ul li:last-child{
	margin-bottom:0px;
}



/* 施設概要--------------------------------------------- */


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

}

.fty_img01{
max-width: 700px;
width: 100%;
height: auto;
margin: 0 auto 50px auto;

    text-align: center;

}

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

}

.fty_001 ul li{
    width: 49%;
    height: 240px;
    float: left;
    margin-right: 2%;
    background: #e5f3f2;
    padding: 20px;
    box-sizing: border-box;
    

    
  
}

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

.fty_001 dl dt{
    text-align: center;
    margin-bottom: 15px;

}

.fty_001 dl dd{
    max-width: 250px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size: 16px;
    line-height: 180%;

}



.fty_b01{
max-width: 1000px;
width: 100%;
height: auto;
margin: 0 auto;
	margin-bottom:70px;
}


.fty_b01 p{
    margin-bottom: 7px;

}

.fty_b01 table{
	width:100%;
	height:auto;
    margin-bottom: 40px;
}


.fty_b01 table:last-child{
	margin-bottom:0px;
}


.fty_b01 table th{
	width:160px;
	height:auto;
	padding:10px 0;
	font-size:18px;
	line-height:160%;
	vertical-align:top;
	border-bottom:1px dotted #999999;	
}

.fty_b01 table td{
	padding:10px 0;
	font-size:18px;
	line-height:160%;
	border-bottom:1px dotted #999999;	
}

.fty_b01 table td a{
	color:#000;
	text-decoration:underline;
}

.fty_b01 table td a:hover{
	color:#000;
	text-decoration:none;
}




.fty_b02{
    margin-bottom: 30px;
}

.fty_b02 ul li{
    width: 32.8%;
    height: auto;
    float: left;
    margin-right: 0.8%;
    margin-bottom: 30px;

}

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



.fty_b02 ul li dl dt{
    margin-bottom: 10px;
    text-align: center;
}

.fty_b02 ul li dl dd p{
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 5px;
    color: #3d90bb;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 700;
    font-style: normal;        
}

.fty_b02 ul li dl dd{
    font-size: 16px;
    line-height: 160%;
    height: 120px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal; 
}



.fty_b03{
    border: 1px solid #a5e7c9;
    padding: 40px 50px;
    margin-bottom: 70px;
    
    font-size: 18px;
    line-height: 160%;

    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal; 
}


.fty_b04{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;
}

.fty_b04 ul li{
    background: #bbf1fe;
    height: 100px;
    margin-bottom: 20px;
    padding: 20px;
    box-sizing: border-box;


    
   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 */   
}


.fty_b04 ul li:last-child{
    margin-bottom:0px;
}


.fty_b04 ul li dl dt{
    font-size: 20px;
    line-height: 100%;
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;    
}

.fty_b04 ul li dl dd{
    font-size: 16px;
    line-height: 160%;
    color: #000000;
    text-align: center;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;    
}



.fty_b05{
margin-bottom: 70px;
    text-align: center;
}

fty_b05 ul{
    text-align: center;

}

.fty_b05 ul li{
    display: inline-block;
    margin-right: 20px;
    text-align: center;
    color: #0099cc;    
}

.fty_b05 ul li:last-child{
    margin-right: 0px;
}

.fty_b05 ul li a{
    font-size: 18px;
    line-height: 160%;
    color: #0099cc;
    text-decoration: underline;
}

.fty_b05 ul li a:hover{
    color: #0099cc;
    text-decoration:none;
}


 

.fty_b06{
    margin-bottom: 30px;

}

.fty_b06 dl dt{
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 3px;

}

.fty_b06 dl dd{
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 15px;
}


.fty_b06 dl dd:last-child{
    margin-right: 0px;
}

.fty_b06 dl dd span{
margin-left: 15px;

}

.fty_map{

}







/* 入所申込--------------------------------------------- */

.adm_01{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;
}

.adm_01 ul li{
    background: #bbf1fe;
    height: 100px;
    margin-bottom: 20px;
    padding: 20px;
    box-sizing: border-box;



    
   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 */   
}

.adm_01 ul li:last-child{
    margin-bottom:0px;
}

.adm_01 ul li dl dt{
    font-size: 20px;
    line-height: 100%;
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;    
}

.adm_01 ul li dl dd{
    font-size: 16px;
    line-height: 160%;
    color: #000000;
    text-align: center;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;    
}


.adm_01_img{
    text-align:center;
    margin-bottom: 10px;

}





.adm_02{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 70px auto;

    padding-bottom: 70px;
    border-bottom: 1px dotted #0592a7;
    text-align: center;
}

.adm_02 ul{
    text-align: center;

}

.adm_02 ul li{
    font-size: 20px;
    ine-height: 180%;
    display: inline-block;
    margin-right: 20px;
    text-align: center;

  
}

.adm_02 ul li:last-child{
    margin-right: 0px;
}

.adm_02 ul li a{
    font-size: 18px;
    line-height: 160%;
    color: #0099cc;
    text-decoration: underline;
}

.adm_02 ul li a:hover{
    color: #0099cc;
    text-decoration:none;
}



.adm_03{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;


    padding-bottom:70px;
    border-bottom: 1px dotted #0592a7;    
}

.adm_03 ul li{
    width: 48.5%;
    height: auto;
    float: left;
    margin-right: 3%;
    margin-bottom: 30px;
    padding: 25px;
    box-sizing: border-box;
    
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */        
}


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


.adm_03 dl dt{
    background: #ffffff;
    padding: 10px 10px 9px 10px;
    margin-bottom: 15px;

    font-size: 16px;
    line-height: 130%;
    color: #000000;
    text-align: center;


    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal; 
    
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */    
}

.adm_03 dl dt p{
    font-size: 24px;
    line-height: 130%;
    color: #000000;
    text-align: center;
    margin-bottom: 5px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal; 
}

.adm_03 dl dd{
height: 210px;
    font-size: 16px;
    line-height: 180%;
    color: #000000;

    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal; 
}


.adm_03_bg01{
    background: #fed5e4;
}

.adm_03_bg02{
    background: #b6effb;
}

.adm_03_bg03{
    background: #f4f5a3;
}


.adm_04{

}

.adm_04 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right:2%;
    box-sizing: border-box;
}


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


.adm_04 dl dt{
    font-size: 24px;
    line-height: 130%;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal; 
}

.adm_04 dl dd{
    text-align: center;

}

.adm_04 dl dd img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.adm_04 dl dd img:hover {
	opacity: .7;
}



/* 採用情報--------------------------------------------- */


.rrt_txt{
    margin-bottom: 40px;
}

.rrt_txt dl{
    margin-bottom: 10px;
}

.rrt_txt dl dt{
    font-size: 26px;
    line-height: 170%;
    text-align: center;
    margin-bottom: 20px;
    
     font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.rrt_txt dl dd{
    font-size: 16px;
    line-height: 160%;
    
    word-wrap: break-word;
    word-break: break-all;
}


.rrt_txt dl dd a{
    color: #1F955B;
    text-decoration:underline;
}

.rrt_txt dl dd a:hover{
    color: #1F955B;
    text-decoration: none;
}

.rrt_txt p{
    margin-top: 10px;
    font-size: 22px;
    line-height: 200%;
    color:#219C60;
    font-weight: 600;
    text-align: center;
}

.rrt_job_bnr{
    text-align: center;
}

.rrt_job_bnr a{
    display: block;
    margin: 0px auto;
    transition: 0.3s;
}

.rrt_job_bnr a:hover{
    opacity: 0.8;
}




.rrt_t_bnr{
    max-width: 300px;
    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;
    background: #990000;
    padding: 20px 15px;
}

.rrt_t_bnr dl dt{
    max-width: 260px;
    width: 100%;
    margin: 0 auto 5px auto;
    text-align: center;
}

.rrt_t_bnr dl dd{
    font-size: 16px;
    line-height: 180%;
    text-align: center;
    color: #FFFFFF;
}






.rrt_b01{ 
    margin-bottom: 70px;
}

.rrt_b01 ul li{

    margin-bottom: 70px;
}

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



.rrt_b01 ul li:last-child{
	margin-bottom:0px;
}

.rrt_b01_in{
    height: 320px;
    padding: 30px;
    box-sizing: border-box;
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}

.rrt_b01_in dl dt{
    font-size: 36px;
    line-height: 140%;
    margin-bottom: 40px;
    color:#FFFFFF;

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;    
}

.rrt_b01_in dl dd{
    font-size: 18px;
    line-height: 100%;
    color:#FFFFFF;


    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;   
}


.rrt_b01_in dl dd p{
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 13px;
    color:#FFFFFF;

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;   
}

.rrt_b01_in dl dd p span{
    font-size: 18px;
    line-height: 100%;
    color:#FFFFFF;
    margin-left: 20px;

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;   
}




.rrt_b01_in01{
    margin-top: 25px;
    margin-bottom: 40px;

}


.rrt_b01_in01 dl dt{
    font-size: 24px;
    line-height: 140%;

    margin-bottom: 12px;


    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;   
}


.rrt_b01_in01 dl dd{
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 40px;
    
    word-wrap: break-word;
    word-break: break-all;

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 300;
    font-style: normal;   
}


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




.rrt_box_bg01{
	height:320px !important;
	background:url("../img/recruit/01_01.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.rrt_box_bg02{
	height:320px !important;
	background:url("../img/recruit/01_02.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.rrt_box_bg03{
	height:320px !important;
	background:url("../img/recruit/01_03.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}


.rrt_box_bg04{
	height:320px !important;
	background:url("../img/recruit/01_04.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}


.rrt_box_img{
    margin-bottom: 50px;

}

.rrt_box_img ul li{
    width: 32%;
    height: auto;
    float:left;
    margin-right: 2% !important;
    margin-bottom: 0;
}
    
.rrt_box_img ul li:nth-child(3n){
    margin-right: 0% !important;
}

.rrt_bs{
    padding: 40px 50px;
    background: #fdfef2;
    border: 1px solid #e8e9d7;
    
    margin-bottom: 40px;
    
	-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 */    
}


.rrt_bs dl dt{
    font-size: 26px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 10px;

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;   
}

.rrt_bs dl dd{
    font-size: 18px;
    line-height: 180%;

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;   
}

.rrt_bs dl dd ul li{
    background: url("../img/common/list001.png") left no-repeat;
    display: inline-block;
    margin-right: 25px;
    padding-left: 10px;

}


.rrt_bs_img{
    margin-top: 20px;
}

.rrt_bs_img ul li{
    width: 24.25%;
    height: auto;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;
}

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




.tn_b01_m{
    display: none;
}


.tn_b01{
}

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

.tn_b01 table tr {
	cursor:pointer;
}

.tn_b01 table tr:hover    {
	background:#E2FFE2 !important;
}

.tn_b01 table th{
	padding:10px 10px;
	font-size:13px;
	line-height:140%;
	vertical-align:top;
	background:#006699;
	border:1px solid #cccccc;
	text-align:center;
	color:#FFF;
}

.tn_b01 table td{
	font-size:13px;
	padding:10px 10px;
	line-height:140%;
	vertical-align:top;

	border:1px solid #cccccc;	
}

.tn_b01 table td a{
	color:#FF0004;
	text-decoration:underline;
}

.tn_b01 table td a:hover{
	color:#FF0004;
	text-decoration:none;
}


.tn_b01 table tr:nth-child(even){
	background:#e5eff5;
}



/* 事業内容--------------------------------------------- */


.wk_txt01{
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 30px;
}


.wk_txt02{
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;
    
    font-size: 16px;
    line-height: 160%;

}



.wk_bx{
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;

}

.wk_bx ul li{
    width: 49%;
    height: auto;
    float:left;
    padding: 20px;
    margin-right: 2%;
    box-sizing: border-box;
    margin-bottom: 15px;
    background: #FFFFFF;
    text-align: center;
    font-size: 18px;
    line-height: 120%;
    border: 1px solid #B6DAED;
}
    
.wk_bx ul li:nth-child(2n){
    margin-right: 0%;
}

.wk_bx ul li:nth-child(5){
    margin-bottom: 0px;
}


.wk_bx_btm0{
    margin-bottom: 0px !important;
}

.wk_img{
    text-align: center;
}


/* 情報公開---------------------------------------------- */


.id_b01{
margin-bottom: 50px;
}

.id_b01 dl  {
    margin-bottom: 25px;
    padding-bottom: 25px;
    
    border-bottom: 1px dotted #5B5B5B;
 }
    
.id_b01 dl dt{
    font-size: 18px;
    line-height: 120%;
    clear: both;
    float: left;
}

.id_b01 dl dd{
    font-size: 18px;
    line-height: 120%;
    margin-left: 150px;

}

.id_b01 dl dd ul li{
    background: url("../img/common/list001.png") left 8px no-repeat;
    padding-left: 8px;
    margin-right: 25px;
    display: inline-block;
}


.id_btn{
    width: 170px;
    margin-top: 15px;


}

.id_btn a{
    display:block;
    font-size: 15px;
    line-height: 100%;
    color: #FFFFFF;
    text-align: center;
    background: #0b2b56;
    border: 1px solid #0b2b56;
    padding: 5px 5px;

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

.id_btn a:hover{
    color: #0b2b56;
    background:#FFFFFF;
    border: 1px solid #0b2b56;
}



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


.privacy{
}


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

    margin-bottom: 8px;

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 600;

}


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

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 400;
}














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



.contact-t{
	font-size:17px;
	line-height:160%;
	margin-bottom:50px;	
}

.contact-t dl{
	margin-top:15px;
	margin-bottom:30px;
}

.contact-t dl dt{
	color:#F90;
	font-size:26px;
	text-align:center;
	line-height:120%;
	margin-bottom:10px;
}

.contact-t dl dd{
	
	font-size:18px;
	line-height:140%;
	margin-bottom:15px;
	text-align:center;	border-bottom:1px dotted #999999;
	padding-bottom:15px;
}

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

.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;
	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%;
    margin-top: 15px;
}

.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: 140px;
height: auto;
position: absolute;
top: 6px;
left: 30px;

}





h2.h2_01{
    font-size: 55px;
    line-height: 140%;
    color: #45423d;
    margin-bottom: 40px;
  
    font-family: kaisei-opti, sans-serif;
    font-style: normal;
    font-weight: 700;
    
/*    font-family: nitalago-ruika, sans-serif;
    font-style: normal;
    font-weight: 100;*/
}

h2.h2_01 p{
    font-size: 20px;
    line-height: 100%;
    color: #45423d;
    margin-bottom: 1px;
    background: url("../img/common/h2.jpg") left center no-repeat;
    background-size: 35px 1px;
    padding-left: 42px;

    font-family: zen-old-mincho, sans-serif;
    font-style: normal;
    font-weight: 900;

/*    font-family: "iroha-28kiri-stdn", sans-serif;
    font-weight: 400;
    font-style: normal; */
}


.h2_btm0{
    margin-bottom: 0px !important
}

.h2_btm{
    margin-bottom: 15px !important
}


.h2_cr01{
    color:#FFFFFF !important;
}

h2.h2_01.h2_cr01 p{
    background: url("../img/common/h2_01.jpg") left center no-repeat;
    background-size: 35px 1px;
}






h3.h3_01{
    font-size: 18px;
    line-height: 120%;
    color: #45423d;

    margin-bottom: 30px;

    font-family: "shippori-mincho-b1", sans-serif;
    font-weight: 400;
    font-style: normal;

/*    font-family: "iroha-28kiri-stdn", sans-serif;
    font-weight: 400;
    font-style: normal; */
}


h3.h3_01 p{
    font-size: 38px;
    line-height: 140%;
    color: #605d58;
    margin-bottom: 5px;
    
    
    font-family: kaisei-opti, sans-serif;
    font-weight: 400;
    font-style: normal;
    

    
/*    font-family: nitalago-ruika, sans-serif;
    font-style: normal;
    font-weight: 100;*/
}





h4.h4_01{
    font-size: 15px;
    line-height: 120%;
    color: #45423d;

    margin-bottom: 30px;

    font-family: zen-old-mincho, sans-serif;
    font-style: normal;
    font-weight: 900;
    
/*    font-family: "iroha-28kiri-stdn", sans-serif;
    font-weight: 400;
    font-style: normal; */ 
}


h4.h4_01 p{
    font-size: 23px;
    line-height: 140%;
    color: #605d58;
    margin-bottom: 5px;
    
   
    font-family: kaisei-opti, sans-serif;
    font-style: normal;
    font-weight: 700;
/*    
    font-family: nitalago-ruika, sans-serif;
    font-style: normal;
    font-weight: 100;*/
}





/*==================================================
スライダーのためのcss
===================================*/
#slider {
    width: 100%;
    height: 100vh !important;
    background: rgba(0,0,0,0.15);
}
#slider::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: radial-gradient(rgba(0,0,0,0.4) 20%, transparent 20%),radial-gradient(rgba(0,0,0,0.4) 20%, transparent 20%);
  background-size: 6px 6px;
  background-position: 0 0, 3px 3px;
}


.slider_out_bg{
/*    margin-bottom: 70px;*/
    margin-bottom: 30px;
}


.slider_out{
	position: relative;
    
    overflow: hidden;
     
}


.fade-in{
/*   opacity: 0;
   animation-name: fadein;
   animation-duration: 5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;*/
}
@keyframes fadein {
   0% {
      opacity: 0;
      transform: translatex(-50px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}




.slider_in{
	position: absolute;
    max-width: 1100px;
    width: 100%;

    height: 400px;

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


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

.slider_in .img{
    width: 100%;
    max-width: 340px;
    margin: 0px auto 30px;
}

.slider_in dl dt{
    font-size: 32px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 10px;
    color: #ffffff;      


font-family: kaisei-opti, sans-serif;
font-style: normal;
font-weight: 700;

/*    font-family: "ruika", sans-serif;
    font-weight: 100;
    font-style: normal;*/
}

.slider_in dl dd{
    font-size: 22px;
    line-height: 140%;
    text-align: center;
    color: #ffffff;


font-family: zen-old-mincho, sans-serif;
font-style: normal;
font-weight: 900;

/*    font-family: "iroha-28kiri-stdn", sans-serif;
    font-weight: 400;
    font-style: normal;*/
}




.slider_in01{
	position: absolute;
    max-width: 1100px;
    width: 100%;

    height: 400px;

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



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


.slider_in01 img{
width: 350px;

text-align: center;
}



.slider_in01 img img{

text-align: center;
margin: 0 auto;
}



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

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

    z-index: 5;
}

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





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

.information_top_img{
	width: 100%;
	height:250px !important;
	background:url("../img/information/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
}




.shop_menu_top_img{
	width: 100%;
	height:250px !important;
	background:url("../img/shop_menu/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
}


.shop_concept_top_img{
	width: 100%;
	height:250px !important;
	background:url("../img/shop_concept/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
}


.lesson_top_img{
	width: 100%;
	height:250px !important;
	background:url("../img/lesson/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
}




.order_top_img{
	width: 100%;
	height:250px !important;
	background:url("../img/order/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
}

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

.none_top_img{
	width: 100%;
	height:0px !important;
    margin:60px auto 0px auto;
}




/* 共通バナー ---------------------------------------------- */

.contact_banner{
	margin-top:100px;	
}

.contact_banner img {
	width:100%;
	height:auto;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.contact_banner:hover img {
	opacity: .6;
}




/* ページ共通背景 ---------------------------------------------- */



.button01{

}

.button01 a{
    font-size: 16px;
    line-height: 100%;
    color:#45423d;
    vertical-align: text-top;

    font-family: zen-old-mincho, sans-serif;
    font-style: normal;
    font-weight: 900;
    
}

.button01 a:hover {
}

.button01 em {
  padding-bottom: 3px; /* テキストと下線の間隔 */

  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: bottom right; /* 下線の初期位置 */
  background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
  transition: background-size 0.3s;
}

.button01 em:hover {
  background-position: bottom left; /* 下線のホバー時位置 */
  background-size: 100% 1px; /* 下線の横幅を100%にする */
}


.button01 p{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 16px;
    padding-top: 4px;
    padding-left: 5px;
    
    box-sizing: border-box;
    
    border: 1px solid #45423d;
    
    border-radius: 50%;
}

.button01 span{
}

.arrow {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 2px;
  margin: 7.5px 0;
  border-radius: 9999px;
  background-color: #45423d;
  

}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1.0px);
  right: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #45423d;
  transform-origin: calc(100% - 0.9px) 50%;
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}










/* 新着情報---------------------------------------------- */


.tp_news_bx{
/*    margin-bottom: 80px;*/

}

.tp_news_bx_l{
    width: 180px;
    height: auto;
    float: left;


}


.tp_news_bx_r{
    width: calc(100% - 210px);
    height: auto;
    float: right;    
}

.tp_news{

}





.tp_news dl dt{
    font-size: 15px;
    line-height: 140%;
    color: #45423d;
    
    float: left;
    clear: both;
}

.tp_news dl dt span{
    display: inline-block;

    width: 75px;
    height: auto;
    border: 1px solid #8c7b62;
    border-radius: 25px;
    text-align: center;
    margin-left: 12px;
    
    font-size: 15px;
    line-height: 100%;
    color: #786547;
    padding: 0 0 3px 0;

}

.tp_news dl dd{
    font-size: 15px;
    line-height: 140%;
    
    border-bottom: 1px dotted #999999;
    padding-bottom: 15px;
    margin-bottom: 15px;
    
    padding-left: 185px;
    color: #45423d;    
}

.tp_news dl dd a{
    color: #45423d;   
}

.tp_news dl dd a:hover{
    color: #45423d;   
    text-decoration: underline;
}


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




.tp_ns_ttl{
    font-size: 21px;
    line-height: 140%;
    font-weight: 500;
    border-bottom: 2px solid #01CFBE;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.tp_ns_day{
    font-size: 15px;
    line-height: 100%;
    text-align: right;
    margin-bottom: 25px;
}

.tp_ns_post{
    font-size: 17px;
    line-height: 180%;
    margin-bottom: 30px;
}

.tp_ns_img{
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}


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


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


.tp_ns_img_01{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.tp_ns_img_01 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 15px;
}

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





.fb_bnr{
    max-width: 500px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}


.fb_bnr img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.fb_bnr:hover img {
	opacity: .7;
}



.sns_b01{

}

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

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

.sns_b01 ul li img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.sns_b01 ul li:hover img {
	opacity: .7;
}




.tp_news01{
    margin-bottom: 60px;


}

.tp_news01 dl dt{
    font-size: 15px;
    line-height: 150%;
    clear: both;
    float: left;
}


.tp_news01 dl dd{
    font-size: 15px;
    line-height: 150%;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px dotted #BCBCBC;
    padding-left: 100px;
}


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

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





/* トップ入り口--------------------------------------------- */


.tp_igt{
    width: 100%;
    height: auto;
    margin-bottom: 70px;    
}

.tp_igt ul li{
    width: 50%;
    height: 400px;
    float: left;
    margin-right: 0%;
    position: relative;
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
 
}

.tp_igt ul li:last-child{
    margin-right: 0;
}



.tp_igt_bg01{
	height:400px !important;
	background:url("../img/top/01_01.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_igt_bg02{
	height:400px !important;
	background:url("../img/top/01_02.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.tp_ttl_tx_bx{
    position: absolute;
    width: 85%;
    /* height: 170px; */
    height: 90px;
    bottom: 0;
    left: 0;
    background: rgba(0,7,25,0.70);
    padding: 0 30px;
    box-sizing: border-box;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}

.tp_ttl_tx_bx01{
    position: absolute;
    width: 85%;
    /* height: 170px; */
    height: 90px;
    bottom: 0;
    left: 0;

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

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}




.tp_ttl_tx{

}

.tp_ttl_tx dl dt{
    font-size: 38px;
    line-height: 120%;

    margin-bottom: 10px;
    color: #ffffff;    

    font-family: kaisei-opti, sans-serif;
    font-weight: 400;
    font-style: normal;

/*    font-family: "ruika", sans-serif;
    font-weight: 100;
    font-style: normal;*/
}

.tp_ttl_tx dl dd{
    font-size: 18px;
    line-height: 140%;

    color: #ffffff;

font-family: "shippori-mincho-b1", sans-serif;
font-weight: 400;
font-style: normal;

/*    font-family: "iroha-28kiri-stdn", sans-serif;
    font-weight: 400;
    font-style: normal;*/
}



.tp_ttl_tx dl dd p{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 16px;
    padding-top: 4px;
    padding-left: 5px;
    
    box-sizing: border-box;
    
    border: 1px solid #ffffff;
    
    border-radius: 50%;
}



.arrow01 {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 1px;
  margin: 7.5px 0;
  border-radius: 9999px;
  background-color: #ffffff;
}

.arrow01::before,
.arrow01::after {
  content: "";
  position: absolute;
  top: calc(50% - 1.0px);
  right: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color:#ffffff;
  transform-origin: calc(100% - 0.9px) 50%;
}

.arrow01:before {
  transform: rotate(45deg);
}

.arrow01::after {
  transform: rotate(-45deg);
}






/* 商品案内--------------------------------------------- */

.sm_b01{
/*    margin-bottom: 70px;*/
    margin-bottom: 30px;    
}

.sm_b01 ul li{
    width: calc(100% / 2);
    height: 350px;
    float: left;
    position: relative;    
}

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

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

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

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

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

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







/* オーダー-------------------------------------------- */

.or01{
	height:400px !important;
	background:url("../img/top/03.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}



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


.cmm_ctt_bg{
background: linear-gradient(27deg,rgba(0, 0, 0, 1) 0%, rgba(57, 38, 38, 1) 100%);
}



.cmm_ctt{
    margin-bottom: 15px;

}


.cmm_ctt_in{

}

.cmm_ctt_in dl dt{
    font-size: 15px;
    line-height: 120%;

    margin-bottom: 15px;
    color:#FFFFFF;
    font-family: 'noto400';
}

.cmm_ctt_in dl dd{
    font-size: 13px;
    line-height: 160%;

    color:#FFFFFF;
    margin-bottom: 20px;

    font-family: 'noto400'; 
}


.cmm_ctt_btn{

  display: inline-block;
  width: 260px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  outline: none;
  font-size: 14px;
  color: #000000;
  background-color: #fff;
  position: relative;
  border: 1px solid #000000;
  transition: color 0.5s ease;

}

.cmm_ctt_btn:hover {
  color: #fff;
}
.cmm_ctt_btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.cmm_ctt_btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000000;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.text {
  position: relative;
}


/* インフォメーション--------------------------------------------- */

.if_01{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 80px;

}


.if_02{
    margin-bottom: 80px;
}

.if_02 ul li{
    font-size: 15px;
    line-height: 140%;
    background: url("../img/information/list.png") left 5px no-repeat;
    background-size: 10px 10px;
    padding-left: 15px;
    margin-bottom: 10px;
}

.if_02 ul li:last-child{
    margin-bottom:0px;
}


.if_03{
	margin-bottom:80px;
}

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

.if_03 table th{
	width:60px;
	height:auto;
	padding:10px 35px;
    font-size: 15px;
    line-height: 170%;
	vertical-align:top;
	border-bottom:1px dotted #999999;	
}

.if_03 table td{
	padding:10px 35px;
    font-size: 15px;
    line-height: 170%;
	border-bottom:1px dotted #999999;	
}

.if_03 table td a{
	color:#000;
	text-decoration:underline;
}

.cp_b01 table td a:hover{
	color:#000;
	text-decoration:none;
}



.if_03 table tr:nth-child(odd){
background:#efeeee;
}


.if_04{

}

.if_04 iframe{
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: 0.4s;
}
.if_04 iframe:hover{
  filter: none;
  -webkit-filter: none;
}


#calendar{
    margin-bottom: 80px;

}




/* ショップメニュー------------------------------------------- */

.sm001{
    font-size: 15px;
    line-height: 170%;

}



.sm_img_bg_cr01{
    background: #f1f1f1;
}

.sm_img_bg_cr02{
    background: #e9f1f2;
}

.sm_img_bg_cr03{
    background: #d9e5e6;
}

.sm_img_bg_cr04{
    background: #dce9e8;
}


.sm_img_bg{
    padding-left: 0px;
    margin-bottom: 80px;

}

.sm_img_b01{
padding: 80px 0;

}


.sm_img_b01_l{
    width: 100%;
    height: auto;

    padding: 0px 30px;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.sm_img_b01_l p{
    font-size: 42px;
    line-height: 90%;
    color: #c8c6c6;


    font-family: kaisei-opti, sans-serif;
    font-style: normal;
    font-weight: 700;

/*    font-family: "makinas-4-flat", sans-serif;
    font-weight: 400;
    font-style: normal;*/
       
}



.sm_img_b01_r{
    width: 100%;

    height: auto;
}



.sm_img_list{
    max-width: 1200px;
    width: 100%;
    margin: 0px auto 30px;
}

.sm_img_list ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 3px;
}

.sm_img_list ul li{
    width: calc(33.3% - 2px);
    margin-right: 3px;
    margin-bottom: 3px;

    position: relative;
    transition: 0.3s;
    opacity: 1;
}

.sm_img_list ul li.hidden{
    display: none;
    opacity: 0;
}

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

.sm_img_list ul li a{
    display: block;
    width: 100%;
    height: 100%;

    transition: 0.3s;
}

.sm_img_list ul li a:hover{
    opacity: 0.8;
}


.sm_img_list ul li p{
    position: absolute;
    top: 5px;
    left: 5px;

    color: #fff;

    font-size: 18px;

    font-family: kaisei-opti, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.item img {
  width: 100%;
}

.modal{
    width: fit-content;
}

.modal p{
    font-size: 18px;

}

.moreread_btn{
    width:fit-content;
    margin: 0px auto;
}

.moreread_btn button {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #333;
  font-weight: 400;
  border: solid 1px #333;
  display: block;
  box-sizing: border-box;
  max-width: 300px;
  text-align: center; 
  padding: 14px 56px;
  margin: 20px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}

.moreread_btn button:hover {
  color: #fff;
  background: #333;
  transition: all 0.3s;
}

/* コンセプト--------------------------------------------- */

.sc001 {
    max-width: 700px;
    width: 100%;
    height: auto;
    margin: 0 auto 60px auto;
    
    position: relative;
    padding: 20px;
    box-sizing: border-box;

    
   
}

.sc001 dl dt{
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 20px;

    font-family: "iroha-28kiri-stdn", sans-serif;
    font-weight: 400;
    font-style: normal;  
}


.sc001 dl dd{
    font-size: 22px;
    line-height: 120%;
    text-align: center;

    font-family: "iroha-28kiri-stdn", sans-serif;
    font-weight: 400;
    font-style: normal;  

}


.sc001::before,
.sc001::after {
    position: absolute;
    width: 30px;
    height: 30px;
    content: '';
}

.sc001::before {
    border-left: solid 3px;
    border-top: solid 3px;
    top: 0;
    left: 0;
}

.sc001::after {
    border-right: solid 3px;
    border-bottom: solid 3px;
    bottom: 0;
    right: 0;
}


.sc002_btm{
    margin: 0 auto 80px auto !important;
}



.sc002{
    max-width: 760px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
    
    font-size: 15px;
    line-height: 170%;
}

.sc002 img{
    width: 100%;
}



.sc003{
    max-width: 1600px;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
}

.sc003 ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.sc003 ul li{
    display: flex;
    flex-direction: column;
    width: 33.2%;

    margin-right: 0.2%;

    margin-bottom: 2px;
}
 
.sc003 ul li:nth-child(3n){
    margin-right: 0%;
}





.swiper-container_btm0{
    margin-bottom: 0 !important;

}

.swiper-container {
    position: relative;
    overflow: hidden;
    width: 100%;

    
    margin-bottom: 50px;
  }
  .swiper-container.visible {
    overflow: visible;
  }

  .swiper-slide div{
    text-align: center;
  }

  .swiper-slide div img{
    margin: 0px auto;
    width: 400px;
    height: 400px;
    object-fit: cover; /* この一行を追加するだけ！ */
  }
  
  
    .swiper-slide.swiper-slidetp div img{
  height: auto;
  width: 100% !important;
  }
  
.swiper{
    margin-bottom: 20px;

}


.swiper-button-prev::after,
.swiper-button-next::after {
  color: white;
  font-size: 20px !important;
}

  


/* フラワーアレンジ教室--------------------------------------------- */


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

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

}

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



.fa_k02{
    margin: 0 auto 80px auto;
    
    border-top: 1px solid #bfb18f;
    border-bottom: 1px solid #bfb18f;
    padding: 25px;
    
    font-size: 15px;
    line-height: 170%;
}



.fa_k03{
    margin: 0 auto 50px auto;

    font-size: 15px;
    line-height: 170%;
}




.fa_k04{
    margin: 0 auto 50px auto;
}

.fa_k04_l{
    width: 48.5%;
    height: auto;
    float: left;

}
.fa_k04_r{
    width: 48.5%;
    height: auto;
    float: right;
}

.fa_k04 table tr:nth-child(odd){
background:#efeeee;
}

.fa_k04 table{
    width: 100%;

}

.fa_k04 table th{
	width:70px;
	height:auto;
	padding:10px 20px;
    box-sizing: border-box;
	font-size:15px;
	line-height:150%;
	vertical-align:top;

}

.fa_k04 table td{
	padding:10px 20px;
    box-sizing: border-box;
	font-size:15px;
	line-height:150%;

}
.lesson_bnr{
    margin: 0 auto 30px auto;
}

.lesson_bnr a{
    display: block;
    width: 100%;
    transition: 0.3s;
}

.lesson_bnr a:hover{
    opacity: 0.8;
}

.lesson_bnr a img{
    width: 100%;
}





.fa05{
    margin-bottom: 35px;
}

.fa05 dl dt{
    font-size: 45px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 5px;
    font-family: kaisei-opti, sans-serif;
    font-weight: 400;
    font-style: normal;    
}

.fa05 dl dd{
    font-size: 28px;
    line-height: 140%;
    color: #45423d;
    text-align: center;
    font-family: "shippori-mincho-b1", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.fa05 dl dd p{
    font-size: 30px;
    line-height: 110%;
    color: #45423d;
    text-align: center;
    font-family: "shippori-mincho-b1", sans-serif;
    font-weight: 400;
    font-style: normal;
}


.fa06{
    max-width: 600px;
    width: 100%;
    text-align: center;
    margin: 0 auto 30px auto;

}


.fa07{
	margin-bottom:80px;
}

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

.fa07 table th{
	width:65px;
	height:auto;
	padding:10px 25px;
	font-size:15px;
	line-height:160%;
	vertical-align:top;
	border-bottom:1px dotted #999999;	
}

.fa07 table td{
	padding:10px 25px;
	font-size:15px;
	line-height:160%;
	border-bottom:1px dotted #999999;	
}

.fa07 table td a{
	color:#000;
	text-decoration:underline;
}

.fa07 table td a:hover{
	color:#000;
	text-decoration:none;
}

.fa07 table tr:nth-child(odd){
background:#efeeee;
}
 



/* 会社情報--------------------------------------------- */

.abt_msg_bg{

	height:273px;
    background:url("../img/about/msg_bg.png") center   center no-repeat; 
    background-size: 400px 273px;
	 margin:0px auto 60px auto;

}

.abt_msg{
	height:273px;
    padding: 0;
    margin: 0;
    
       display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;      
}


.abt_msg  dl dt{

  text-align: center;

  font-size: 34px;
  line-height: 130%;
  color: #e57197;
  margin-bottom: 15px;

      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;    
}

.abt_msg  dl dt span::before {
	content: "\A" ;
	white-space: pre ;
}


.abt_msg dl dd{
    font-size: 19px;
    line-height: 180%;
    text-align: center;
}

.abt_msg dl dd span::before {
	content: "\A" ;
	white-space: pre ;
}





.abt_msg00{

    margin-bottom: 70px;
}

.abt_msg00 dl dt{
    font-size: 22px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 15px;
    

      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;        
}

.abt_msg00 dl dd{
    font-size: 16px;
    line-height: 180%;
}


.abt_msg00 p{
margin-top: 15px;
text-align: right;
}




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

.abt_msg01 ul li{
    width: 100%;
    height: 140px;
    margin-bottom: 15px;
    padding: 10px;
    box-sizing: border-box;
    
    border: 1px solid #5dd4d5;

    
   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 */   
}




.abt_msg01 ul li:last-child{
    margin-bottom:0px;
}


.abt_msg01 ul li dl dt{
    font-size: 22px;
    line-height: 100%;
    color: #000000;
    text-align: center;
    margin-bottom: 15px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;    
}

.abt_msg01 ul li dl dd{
    font-size: 16px;
    line-height: 160%;
    color: #000000;
    text-align: center;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;    
}


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



.abt_msg01_bg01{
	height:140px !important;
	background:url("../img/about/01_01.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.abt_msg01_bg02{
	height:140px !important;
	background:url("../img/about/01_02.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.abt_msg01_bg03{
	height:140px !important;
	background:url("../img/about/01_03.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.abt_msg01_bg04{
	height:140px !important;
	background:url("../img/about/01_04.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.abt_msg01_bg05{
	height:140px !important;
	background:url("../img/about/01_05.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}








.cp_b01{
	margin-bottom:50px;
}

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

.cp_b01 table th{
	width:150px;
	height:auto;
	padding:10px 0;
	font-size:16px;
	line-height:160%;
	vertical-align:top;
	border-bottom:1px dotted #999999;	
}

.cp_b01 table td{
	padding:10px 0;
	font-size:16px;
	line-height:160%;
	border-bottom:1px dotted #999999;	
}

.cp_b01 table td a{
	color:#000;
	text-decoration:underline;
}

.cp_b01 table td a:hover{
	color:#000;
	text-decoration:none;
}



.cp_b01 dl dt{
    margin-bottom: 3px;
}

.cp_b01 dl dd{
    margin-bottom: 13px;
}

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




.cp_b01 dl dd ul li{
    margin-bottom: 5px;
    background: url("../img/common/list001.png") left 12px no-repeat;
    padding-left: 8px;
    margin-left: 20px;
}


.cp_b01 dl dd ul li:last-child{
	margin-bottom:0px;
}






/* 施設概要--------------------------------------------- */


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

    text-align: center;

}

.fty_img01{
max-width: 650px;
width: 100%;
height: auto;
margin: 0 auto 50px auto;

    text-align: center;

}



.fty_001{
max-width: 700px;
width: 100%;
height: auto;
margin: 0 auto 50px auto;

}

.fty_001 ul li{
    width: 49%;
    height: 240px;
    float: left;
    margin-right: 2%;
    background: #e5f3f2;
    padding: 20px;
    box-sizing: border-box;
    

    
  
}

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

.fty_001 dl dt{
    text-align: center;
    margin-bottom: 15px;

}

.fty_001 dl dd{
    max-width: 250px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size: 16px;
    line-height: 180%;

}





.fty_b01{
max-width: 1000px;
width: 100%;
height: auto;
margin: 0 auto;
	margin-bottom:50px;
}


.fty_b01 p{
    margin-bottom: 5px;

}

.fty_b01 table{
	width:100%;
	height:auto;
    margin-bottom: 30px;
}


.fty_b01 table:last-child{
	margin-bottom:0px;
}


.fty_b01 table th{
	width:130px;
	height:auto;
	padding:10px 0;
	font-size:16px;
	line-height:160%;
	vertical-align:top;
	border-bottom:1px dotted #999999;	
}

.fty_b01 table td{
	padding:10px 0;
	font-size:16px;
	line-height:160%;
	border-bottom:1px dotted #999999;	
}

.fty_b01 table td a{
	color:#000;
	text-decoration:underline;
}

.fty_b01 table td a:hover{
	color:#000;
	text-decoration:none;
}





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

}

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

}

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



.fty_b02 ul li dl dt{
    margin-bottom: 10px;
    text-align: center;
}

.fty_b02 ul li dl dd p{
    font-size: 17px;
    line-height: 140%;
    margin-bottom: 3px;
    color: #3d90bb;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 700;
    font-style: normal;        
}

.fty_b02 ul li dl dd{
    font-size: 15px;
    line-height: 150%;
    height: 120px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal; 
}




.fty_b03{
    border: 1px solid #a5e7c9;
    padding: 30px 40px;
    margin-bottom: 60px;
    
    font-size: 17px;
    line-height: 160%;

    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal; 
}





.fty_b04{
    max-width: 700px;
    width: 100%;
    height: auto;
    margin: 0 auto 60px auto;
}

.fty_b04 ul li{
    background: #bbf1fe;
    height: 120px;
    margin-bottom: 20px;
    padding: 20px;
    box-sizing: border-box;


    
   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 */   
}


.fty_b04 ul li:last-child{
    margin-bottom:0px;
}


.fty_b04 ul li dl dt{
    font-size: 18px;
    line-height: 120%;
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;    
}

.fty_b04 ul li dl dd{
    font-size: 15px;
    line-height: 160%;
    color: #000000;
    text-align: left;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;    
}




.fty_b05{
margin-bottom: 60px;
    text-align: center;
}

fty_b05 ul{
    text-align: center;

}

.fty_b05 ul li{
    display: inline-block;
    margin-right: 20px;
    text-align: center;
    color: #0099cc;    
}

.fty_b05 ul li:last-child{
    margin-right: 0px;
}

.fty_b05 ul li a{
    font-size: 16px;
    line-height: 160%;
    color: #0099cc;
    text-decoration: underline;
}

.fty_b05 ul li a:hover{
    color: #0099cc;
    text-decoration:none;
}




.fty_b06{
    margin-bottom: 30px;

}

.fty_b06 dl dt{
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 3px;

}

.fty_b06 dl dd{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 15px;
}

.fty_b06 dl dd:last-child{
    margin-right: 0px;
}

.fty_b06 dl dd span{
margin-left: 15px;

}

.fty_map{

}




/* 入所申込--------------------------------------------- */

.adm_01{
    max-width: 800px;
    width: 100%;
    height: auto;

    margin: 0 auto 60px auto;
}

.adm_01 ul li{
    background: #bbf1fe;
    height: 160px;
    margin-bottom: 15px;
    padding: 20px;
    box-sizing: border-box;


    
   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 */   
}


.adm_01 ul li:last-child{
    margin-bottom:0px;
}

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

}

.adm_01 ul li dl dt{
    font-size: 20px;
    line-height: 100%;
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;    
}

.adm_01 ul li dl dd{
    font-size: 16px;
    line-height: 160%;
    color: #000000;
    text-align:left;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;    
}



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




.adm_01_img{
    text-align:center;
    margin-bottom: 5px;

}

.adm_01_img  img{
    width: 24px;
    text-align:center;


}





.adm_02{
    max-width: 800px;
    width: 100%;
    height: auto;

    margin: 0 auto 60px auto;

    padding-bottom: 60px;
    border-bottom: 1px dotted #0592a7;
    text-align: center;
}

.adm_02 ul{
    text-align: center;

}

.adm_02 ul li{
    font-size: 17px;
    ine-height: 180%;
    display: inline-block;
    margin-right: 20px;
    text-align: center;

  
}

.adm_02 ul li:last-child{
    margin-right: 0px;
}

.adm_02 ul li a{
    font-size: 18px;
    line-height: 160%;
    color: #0099cc;
    text-decoration: underline;
}

.adm_02 ul li a:hover{
    color: #0099cc;
    text-decoration:none;
}






.adm_03{
    margin-bottom: 60px;

    padding-bottom:60px;
    border-bottom: 1px dotted #0592a7;  
}

.adm_03 ul li{
    max-width: 800px;
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto 20px auto;

    padding: 25px;
    box-sizing: border-box;
    
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */        
}


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


.adm_03 dl dt{
    background: #ffffff;
    padding: 10px 10px 8px 10px;
    margin-bottom: 15px;

    font-size: 15px;
    line-height: 130%;
    color: #000000;
    text-align: center;

    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal; 
    
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */    
}

.adm_03 dl dt p{
    font-size: 22px;
    line-height: 130%;
    color: #000000;
    text-align: center;
    margin-bottom: 5px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal; 
}

.adm_03 dl dd{
height: 90px;
    font-size: 15px;
    line-height: 170%;
    color: #000000;

    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal; 
}


.adm_03_bg01{
    background: #fed5e4;
}

.adm_03_bg02{
    background: #b6effb;
}

.adm_03_bg03{
    background: #f4f5a3;
}




.adm_04{

}

.adm_04 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right:2%;
    box-sizing: border-box;
}


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


.adm_04 dl dt{
    font-size: 20px;
    line-height: 130%;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal; 
}

.adm_04 dl dt span::before {
	content: "\A" ;
	white-space: pre ;
}



.adm_04 dl dd{
    text-align: center;

}

.adm_04 dl dd img {
    width: 130px;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.adm_04 dl dd img:hover {
	opacity: .7;
}


/* 採用情報--------------------------------------------- */


.rrt_txt{
    margin-bottom: 30px;
}

.rrt_txt dl{
    margin-bottom: 10px;
}

.rrt_txt dl dt{
    font-size: 22px;
    line-height: 170%;
    text-align: center;
    margin-bottom: 20px;
    
     font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 700;
    font-style: normal;

}

.rrt_txt dl dd{
    font-size: 15px;
    line-height: 150%;
    
    word-wrap: break-word;
    word-break: break-all;
}


.rrt_txt dl dd a{
    color: #1F955B;
    text-decoration:underline;
}

.rrt_txt dl dd a:hover{
    color: #1F955B;
    text-decoration: none;
}


.rrt_txt p{
    margin-top: 10px;
    font-size: 20px;
    line-height: 180%;
    color:#219C60;
    font-weight: 600;
}

.rrt_job_bnr{
    text-align: center;
}

.rrt_job_bnr a{
    display: block;
    margin: 0px auto;
    transition: 0.3s;
}

.rrt_job_bnr a:hover{
    opacity: 0.8;
}

.rrt_txt dl dt span::before {
	content: "\A" ;
	white-space: pre ;
}



.rrt_t_bnr{
    max-width: 270px;
    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;
    background: #990000;
    padding: 20px 15px;
}

.rrt_t_bnr dl dt{
    max-width: 260px;
    width: 100%;
    margin: 0 auto 5px auto;
    text-align: center;
}

.rrt_t_bnr dl dd{
    font-size: 15px;
    line-height: 170%;
    text-align: center;
    color: #FFFFFF;
}





.rrt_b01{ 
    margin-bottom: 60px;
}

.rrt_b01 ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0%;
    margin-bottom: 60px;
}

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



.rrt_b01 ul li:last-child{
	margin-bottom:0px;
}

.rrt_b01_in{
    height: 260px;
    padding: 25px;
    box-sizing: border-box;
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}

.rrt_b01_in dl dt{
    font-size: 30px;
    line-height: 140%;
    margin-bottom: 40px;
    color:#FFFFFF;

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;    
}

.rrt_b01_in dl dd{
    font-size: 17px;
    line-height: 100%;
    color:#FFFFFF;


    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;   
}


.rrt_b01_in dl dd p{
    font-size: 28px;
    line-height: 100%;
    margin-bottom: 13px;
    color:#FFFFFF;

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;   
}

.rrt_b01_in dl dd p span{
    font-size: 17px;
    line-height: 100%;
    color:#FFFFFF;
    margin-left: 20px;

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;   
}




.rrt_b01_in01{
    margin-top: 25px;
    margin-bottom: 40px;

}


.rrt_b01_in01 dl dt{
    font-size: 22px;
    line-height: 140%;

    margin-bottom: 8px;


    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;   
}


.rrt_b01_in01 dl dd{
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 30px;
    
    word-wrap: break-word;
    word-break: break-all;

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 300;
    font-style: normal;   
}


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




.rrt_box_bg01{
	height:260px !important;
	background:url("../img/recruit/01_01.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.rrt_box_bg02{
	height:260px !important;
	background:url("../img/recruit/01_02.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.rrt_box_bg03{
	height:260px !important;
	background:url("../img/recruit/01_03.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.rrt_box_bg04{
	height:260px !important;
	background:url("../img/recruit/01_04.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}


.rrt_box_img{
    margin-bottom: 40px;

}

.rrt_box_img ul li{
    width: 32%;
    height: auto;
    float:left;
    margin-right: 2% !important;
    margin-bottom: 0;
}
    
.rrt_box_img ul li:nth-child(3n){
    margin-right: 0% !important;
}



.rrt_bs{
    padding: 20px 30px;
    background: #fdfef2;
    border: 1px solid #e8e9d7;
    
    margin-bottom: 40px;
    
	-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 */    
}


.rrt_bs dl dt{
    font-size: 22px;
    line-height: 140%;

    margin-bottom: 8px;

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;   
}

.rrt_bs dl dd{
    font-size: 16px;
    line-height: 160%;

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;   
}

.rrt_bs dl dd ul li{
    background: url("../img/common/list001.png") left no-repeat;
    display: inline-block;
    margin-right: 25px;
    padding-left: 12px;

}


.rrt_bs_img{
    margin-top: 20px;
}

.rrt_bs_img ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;
}

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



.tn_b01_m{
    display:block;
}


.tn_b01{
}

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


.tn_b01 table thead {
    display: none;
}


.tn_b01 table tr {
    border-top: 1px solid #999;
    display: block;
    margin-bottom: 20px;
	
	cursor:pointer;
}
  
.tn_b01 table tr:hover    {
	background:#E2FFE2 !important;
}



.tn_b01 table td{
	font-size:13px;
	padding:10px 10px;
	line-height:140%;
	vertical-align:top;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
 	text-align: right;
    display: block;
}

.tn_b01 table td a{
	color:#FF0004;
	text-decoration:underline;
}

.tn_b01 table td a:hover{
	color:#FF0004;
	text-decoration:none;
}

.tn_b01 table td:nth-child(even){
	background:#dff2e9;
}




/*.tn_b01 table tr:nth-child(even){
	background:#e5eff5;
}*/


  
.tn_b01 table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    color: #1d8e56;

}
  




/* 事業内容--------------------------------------------- */


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

.wk_txt02{
    max-width: 700px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;
    
    font-size: 16px;
    line-height: 160%;

}




.wk_bx{
    max-width: 700px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;

}

.wk_bx ul li{
    width: 49%;
    height: auto;
    float:left;
    padding: 20px;
    margin-right: 2%;
    box-sizing: border-box;
    margin-bottom: 15px;
    background: #FFFFFF;
    text-align: center;
    font-size: 17px;
    line-height: 120%;
    border: 1px solid #B6DAED;
}
    
.wk_bx ul li:nth-child(2n){
    margin-right: 0%;
}

.wk_bx ul li:nth-child(5){
    margin-bottom: 0px;
}



.wk_bx_btm0{
    margin-bottom: 0px !important;
}

.wk_img{
    text-align: center;
}








/* 施工実績--------------------------------------------- */



.cr_tg{
    margin-bottom: 35px;
}

.cr_tg ul li{
    float: left;
    margin-right: 11px;
    margin-bottom: 8px;
}

.cr_tbl table td ul li:last-child{
    margin-right:0px;
}


.cr_tg ul li a{
    display: block;
    padding: 8px 12px;
    background: #252496;
    border: 1px solid #252496;    
    color: #FFFFFF;
    font-size: 14px;
    line-height: 100%;
    box-sizing: border-box;

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

	-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 */
}

.cr_tg ul li a:hover{
    border: 1px solid #252496;
    box-sizing: border-box;
    background:#FFFFFF;
    color: #252496;
}





.cr_ttl{
    font-size: 18px;
    line-height: 140%;
    color: #494a4b;
    padding-bottom: 5px;


    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;
    
    margin-bottom: 20px;
  border-bottom: solid 3px #a0b8d3;
  position: relative;
}



.cr_ttl:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #bd2b21;
  bottom: -3px;
  width: 10%;
}



.cr_tbl_yr{
border-left: 6px solid #bd2b21;
padding: 10px;
font-size: 16px;
line-height: 100%;
margin-bottom: 8px;
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;
    
}


.cr_tbl{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

.cr_tbl table{
	width:100%;
	height:auto;

}

.cr_tbl table th{
	width:210px;

	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 130%;
	border-collapse:collapse;

    vertical-align: text-top;

	text-align:left;
    border-bottom: 1px solid #d7d7d7;
}

.cr_tbl table td{
	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 130%;
	border-collapse:collapse;

	text-align:left;
    border-bottom: 1px solid #d7d7d7;
}


.cr_tbl table td ul li{
    background: url("../img/common/list001.png") left 8px no-repeat;
    padding-left:8px;
    margin-bottom: 2px;
}


.cr_tbl table td ul li:last-child{
margin-bottom: 0;
}



.cr_tbl table td a{
    color: #000000;
    text-decoration: underline;
}


.cr_tbl table td a:hover{
    color: #000000;
    text-decoration:none;
}



/* 業務内容--------------------------------------------- */


.svs_txt01{
    font-size: 17px;
    line-height: 170%;
}



.svs_txt02{
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 18px;
}


.svs_img01{
}

.svs_img01 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 15px;
}

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



.svs_img01 ul li:nth-child(3){
    margin-bottom: 0;
}

.svs_img01 ul li:nth-child(4){
    margin-bottom: 0;
}

.svs_bg01{
	height:200px !important;
	background:url("../img/service/01.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
   }
   
.svs_bg02{
	height:200px !important;
	background:url("../img/service/02.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
   }

.svs_bg03{
	height:200px !important;
	background:url("../img/service/03.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
   }



/* 社員安全教育--------------------------------------------- */

.se_txt01{
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 30px;
    
    border: 2px solid #1C5396;
    padding: 15px;
    background: #FFFFFF;
}








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


.privacy{
}


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

    margin-bottom: 8px;

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 600;
}


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

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 400;
}





















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


.contact-t{
	font-size:16px;
	line-height:160%;
	margin-bottom:40px;	
}

.contact-t dl{
	margin-top:15px;
	margin-bottom:30px;
}

.contact-t dl dt{
	color:#F90;
	font-size:26px;
	text-align:center;
	line-height:120%;
	margin-bottom:10px;
}

.contact-t dl dd{
	
	font-size:18px;
	line-height:140%;
	margin-bottom:15px;
	text-align:center;	border-bottom:1px dotted #999999;
	padding-bottom:15px;
}

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

.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: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;
	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%;
    margin-top: 15px;
}

.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: 140px;
height: auto;
position: absolute;
top: 8px;
left: 20px;

}



h2.h2_01{
    font-size: 35px;
    line-height: 140%;
    color: #45423d;
    margin-bottom: 35px;
  
    font-family: kaisei-opti, sans-serif;
    font-style: normal;
    font-weight: 700;
    
/*    font-family: nitalago-ruika, sans-serif;
    font-style: normal;
    font-weight: 100;*/
}

h2.h2_01 p{
    font-size: 16px;
    line-height: 100%;
    color: #45423d;
    margin-bottom: 1px;
    background: url("../img/common/h2.jpg") left center no-repeat;
    background-size: 25px 1px;
    padding-left: 30px;

    font-family: zen-old-mincho, sans-serif;
    font-style: normal;
    font-weight: 900;

/*    font-family: "iroha-28kiri-stdn", sans-serif;
    font-weight: 400;
    font-style: normal; */
}

.h2_btm0{
    margin-bottom: 0px !important
}

.h2_btm{
    margin-bottom: 12px !important
}


.h2_cr01{
    color:#FFFFFF !important;
}

h2.h2_01.h2_cr01 p{
    background: url("../img/common/h2_01.jpg") left center no-repeat;
    background-size: 25px 1px;
}



h3.h3_01{
    font-size: 13px;
    line-height: 120%;
    color: #45423d;

    margin-bottom: 30px;

    font-family: "shippori-mincho-b1", sans-serif;
    font-weight: 400;
    font-style: normal;

/*    font-family: "iroha-28kiri-stdn", sans-serif;
    font-weight: 400;
    font-style: normal; */
}


h3.h3_01 p{
    font-size: 24px;
    line-height: 140%;
    color: #605d58;
    margin-bottom: 5px;
    


    font-family: kaisei-opti, sans-serif;
    font-weight: 400;
    font-style: normal;
    

    
/*    font-family: nitalago-ruika, sans-serif;
    font-style: normal;
    font-weight: 100;*/
}




h4.h4_01{
    font-size: 12px;
    line-height: 120%;
    color: #45423d;

    margin-bottom: 30px;

    font-family: zen-old-mincho, sans-serif;
    font-style: normal;
    font-weight: 900;
    
/*    font-family: "iroha-28kiri-stdn", sans-serif;
    font-weight: 400;
    font-style: normal; */
}


h4.h4_01 p{
    font-size: 16px;
    line-height: 120%;
    color: #605d58;
    margin-bottom: 5px;
    
    
   
    font-family: kaisei-opti, sans-serif;
    font-style: normal;
    font-weight: 700;
/*    
    font-family: nitalago-ruika, sans-serif;
    font-style: normal;
    font-weight: 100;*/
}


/*==================================================
スライダーのためのcss
===================================*/
#slider {
    width: 100%;
    height: 100vh !important;
    background: rgba(0,0,0,0.15);
}
#slider::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: radial-gradient(rgba(0,0,0,0.4) 20%, transparent 20%),radial-gradient(rgba(0,0,0,0.4) 20%, transparent 20%);
  background-size: 6px 6px;
  background-position: 0 0, 3px 3px;
}


.slider_out_bg{
/*    margin-bottom: 60px;*/
/* margin-bottom: 15px; */
    margin-bottom: 0px;
}



.slider_out{
	position: relative;
    
    overflow: hidden;
    
}


.fade-in{
/*   opacity: 0;
   animation-name: fadein;
   animation-duration: 5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;*/
}
@keyframes fadein {
   0% {
      opacity: 0;
      transform: translatex(-50px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}



.slider_in{
	position: absolute;
    max-width: 1100px;
    width: 100%;

    height: 350px;

	z-index: 2;
	top: 53%;
	left: 50%;
	transform: translate(-50%, -53%);
    text-align: center;
    
    background: url("../img/top/slide_bg.png") -100px center no-repeat;
    background-size: 350px 350px;
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.slider_in .img{
    width: 100%;
    max-width: 220px;
    margin: 0px auto 20px;
}

.slider_in dl dt{
    font-size: 22px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 8px;
    color: #ffffff;    


font-family: kaisei-opti, sans-serif;
font-style: normal;
font-weight: 700;

/*    font-family: "ruika", sans-serif;
    font-weight: 100;
    font-style: normal;*/
}

.slider_in dl dd{
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #ffffff;


font-family: zen-old-mincho, sans-serif;
font-style: normal;
font-weight: 900;

/*    font-family: "iroha-28kiri-stdn", sans-serif;
    font-weight: 400;
    font-style: normal;*/
}






.slider_in01{
	position: absolute;
    max-width: 1100px;
    width: 100%;

    height: 300px;

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



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


.slider_in01 img{
width: 250px;

text-align: center;
}



.slider_in01 img img{

text-align: center;
margin: 0 auto;
}







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

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

        z-index: 5;
}

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






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



.information_top_img{
	width: 100%;
	height:180px !important;
	background:url("../img/information/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
}




.shop_menu_top_img{
	width: 100%;
	height:180px !important;
	background:url("../img/shop_menu/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
}


.shop_concept_top_img{
	width: 100%;
	height:180px !important;
	background:url("../img/shop_concept/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
}

.lesson_top_img{
	width: 100%;
	height:180px !important;
	background:url("../img/lesson/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
}



.order_top_img{
	width: 100%;
	height:180px !important;
	background:url("../img/order/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
}


.contact_top_img{
	width: 100%;
	height:180px !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;
}

.none_top_img{
	width: 100%;
	height:0px !important;
    margin:60px auto 0px auto;
}
	

/* 共通バナー ---------------------------------------------- */

.contact_banner{
	margin-top:60px;	
}

.contact_banner img {
	width:100%;
	height:auto;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.contact_banner:hover img {
	opacity: .6;
}





/* ページ共通背景 ---------------------------------------------- */





.button01{

}

.button01 a{
    font-size: 15px;
    line-height: 100%;
    color:#45423d;
    vertical-align: text-top;

    font-family: zen-old-mincho, sans-serif;
    font-style: normal;
    font-weight: 900;
    
}

.button01 a:hover {
}

.button01 em {
  padding-bottom: 3px; /* テキストと下線の間隔 */

  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: bottom right; /* 下線の初期位置 */
  background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
  transition: background-size 0.3s;
}

.button01 em:hover {
  background-position: bottom left; /* 下線のホバー時位置 */
  background-size: 100% 1px; /* 下線の横幅を100%にする */
}


.button01 p{
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-left: 14px;
    padding-top: 2px;
    padding-left: 4px;
    
    box-sizing: border-box;
    
    border: 1px solid #45423d;
    
    border-radius: 50%;
}

.button01 span{
}

.arrow {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 2px;
  margin: 7.5px 0;
  border-radius: 9999px;
  background-color: #45423d;
  

}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1.0px);
  right: 0;
  width: 9px;
  height: 2px;
  border-radius: 9999px;
  background-color: #45423d;
  transform-origin: calc(100% - 0.9px) 50%;
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}










/* 新着情報---------------------------------------------- */


.tp_news_bx{
/*    margin-bottom: 70px;*/

}

.tp_news_bx_l{
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 30px;


}


.tp_news_bx_r{
    width: 100%;
    height: auto;
    float: none;  
}

.tp_news{

}





.tp_news dl dt{
    font-size: 14px;
    line-height: 150%;
    color: #45423d;
    
    float: none;
    clear: both;
    margin-bottom: 5px;
}

.tp_news dl dt span{
    display: inline-block;

    width: 65px;
    height: auto;
    border: 1px solid #8c7b62;
    border-radius: 25px;
    text-align: center;
    margin-left: 12px;
    
    font-size: 13px;
    line-height: 100%;
    color: #786547;
    padding: 0 0 2px 0;

}

.tp_news dl dd{
    font-size: 14px;
    line-height: 150%;
    
    border-bottom: 1px dotted #999999;
    padding-bottom: 15px;
    margin-bottom: 15px;
    
    padding-left: 0px;
    color: #45423d;    
}

.tp_news dl dd a{
    color: #45423d;   
}

.tp_news dl dd a:hover{
    color: #45423d;   
    text-decoration: underline;
}


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




.tp_ns_ttl{
    font-size: 20px;
    line-height: 140%;
    font-weight: 500;
    border-bottom: 2px solid #01CFBE;
    padding-bottom: 8px;
    margin-bottom: 12px;
}

.tp_ns_day{
    font-size: 14px;
    line-height: 100%;
    text-align: right;
    margin-bottom: 20px;
}

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

.tp_ns_img{
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}



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


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



.tp_ns_img_01{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.tp_ns_img_01 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 9px;
}

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




.fb_bnr{
    max-width: 320px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}


.fb_bnr img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.fb_bnr:hover img {
	opacity: .7;
}



.sns_b01{

}

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

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

.sns_b01 ul li img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.sns_b01 ul li:hover img {
	opacity: .7;
}


.tp_news01{
    margin-bottom: 50px;


}

.tp_news01 dl dt{
    font-size: 14px;
    line-height: 150%;
    clear: both;
    float: none;
}


.tp_news01 dl dd{
    font-size: 14px;
    line-height: 150%;
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px dotted #BCBCBC;
    padding-left: 0px;
}


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

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


/* トップ入り口--------------------------------------------- */


.tp_igt{
    width: 100%;
    height: auto;
    margin-bottom: 60px;
}

.tp_igt ul li{
    width: 100%;
    height: 260px;
    float:none;
    margin-right: 0%;
    position: relative;
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
 
}

.tp_igt ul li:last-child{
    margin-right: 0;
}





.tp_igt_bg01{
	height:260px !important;
	background:url("../img/top/01_01.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_igt_bg02{
	height:260px !important;
	background:url("../img/top/01_02.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.tp_ttl_tx_bx{
    position: absolute;
    width: 85%;
    /* height: 100px; */
    height: 50px;
    bottom: 0;
    left: 0;
    background: rgba(0,7,25,0.70);
    padding: 10px 25px 10px 25px;
    box-sizing: border-box;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}

.tp_ttl_tx_bx01{
    position: absolute;
    width: 85%;
    /* height: 100px; */
    height: 50px;
    bottom: 0;
    left: 0;

    padding: 0 25px 10px 25px;
    box-sizing: border-box;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}




.tp_ttl_tx{

}

.tp_ttl_tx dl dt{
    font-size: 20px;
    line-height: 120%;

    margin-bottom: 5px;
    color: #ffffff;    

    font-family: kaisei-opti, sans-serif;
    font-weight: 400;
    font-style: normal;

/*    font-family: "ruika", sans-serif;
    font-weight: 100;
    font-style: normal;*/
}

.tp_ttl_tx dl dd{
    font-size: 12px;
    line-height: 140%;

    color: #ffffff;


font-family: "shippori-mincho-b1", sans-serif;
font-weight: 400;
font-style: normal;

/*    font-family: "iroha-28kiri-stdn", sans-serif;
    font-weight: 400;
    font-style: normal;*/
}



.tp_ttl_tx dl dd p{
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-left: 10px;
    padding-top: 2px;
    padding-left: 4px;
    
    box-sizing: border-box;
    
    border: 1px solid  #ffffff;
    
    border-radius: 50%;
}



.arrow01 {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 2px;
  margin: 7.5px 0;
  border-radius: 9999px;
  background-color:  #ffffff;
}

.arrow01::before,
.arrow01::after {
  content: "";
  position: absolute;
  top: calc(50% - 1.0px);
  right: 0;
  width: 9px;
  height: 2px;
  border-radius: 9999px;
  background-color:  #ffffff;
  transform-origin: calc(100% - 0.9px) 50%;
}

.arrow01:before {
  transform: rotate(45deg);
}

.arrow01::after {
  transform: rotate(-45deg);
}









/* 商品案内--------------------------------------------- */

.sm_b01{
/*    margin-bottom: 60px;*/
/* margin-bottom: 15px;     */
    margin-bottom: 0px;
}

.sm_b01 ul li{
    width: calc(100% / 2);
    height: 200px;
    float: left;
    position: relative;    
}

.sm_b01_bg01{
	height:200px !important;
	background:url("../img/top/02_01.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.sm_b01_bg02{
	height:200px !important;
	background:url("../img/top/02_02.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.sm_b01_bg03{
	height:200px !important;
	background:url("../img/top/02_03.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.sm_b01_bg04{
	height:200px !important;
	background:url("../img/top/02_04.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.sm_b01_bg05{
	height:200px !important;
	background:url("../img/top/02_05.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.sm_b01_bg06{
	height:200px !important;
	background:url("../img/top/02_06.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


/* オーダー-------------------------------------------- */

.or01{
	height:260px !important;
	background:url("../img/top/03.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}







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



.cmm_ctt_bg{
background: linear-gradient(27deg,rgba(0, 0, 0, 1) 0%, rgba(57, 38, 38, 1) 100%);
}



.cmm_ctt{
    margin-bottom: 15px;

}


.cmm_ctt_in{

}

.cmm_ctt_in dl dt{
    font-size: 13px;
    line-height: 120%;

    margin-bottom: 7px;
    color:#FFFFFF;
    font-family: 'noto400';
}

.cmm_ctt_in dl dd{
    font-size: 11px;
    line-height: 180%;

    color:#FFFFFF;
    margin-bottom: 15px;

    font-family: 'noto400'; 
}


.cmm_ctt_btn{

  display: inline-block;
  width: 200px;
  text-align: center;
  text-decoration: none;
  line-height: 38px;
  outline: none;
  font-size: 12px;
  color: #000000;
  background-color: #fff;
  position: relative;
  border: 1px solid #000000;
  transition: color 0.5s ease;

}

.cmm_ctt_btn:hover {
  color: #fff;
}
.cmm_ctt_btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.cmm_ctt_btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000000;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.text {
  position: relative;
}



/* インフォメーション--------------------------------------------- */

.if_01{
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 70px;

}


.if_02{
    margin-bottom: 70px;
}

.if_02 ul li{
    font-size: 14px;
    line-height: 140%;
    background: url("../img/information/list.png") left 5px no-repeat;
    background-size: 8px 8px;
    padding-left: 13px;
    margin-bottom: 10px;
}

.if_02 ul li:last-child{
    margin-bottom:0px;
}


.if_03{
    margin-bottom: 70px;
}

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

.if_03 table th{
	width:50px;
	height:auto;
	padding:10px 35px;
    font-size: 14px;
    line-height: 150%;
	vertical-align:top;
	border-bottom:1px dotted #999999;	
}

.if_03 table td{
	padding:10px 35px;
    font-size: 15px;
    line-height: 170%;
	border-bottom:1px dotted #999999;	
}

.if_03 table td a{
	color:#000;
	text-decoration:underline;
}

.cp_b01 table td a:hover{
	color:#000;
	text-decoration:none;
}



.if_03 table tr:nth-child(odd){
background:#efeeee;
}


.if_04{

}

.if_04 iframe{
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: 0.4s;
}
.if_04 iframe:hover{
  filter: none;
  -webkit-filter: none;
}


#calendar{
    margin-bottom: 70px;

}


/* ショップメニュー------------------------------------------- */

.sm001{
    font-size: 14px;
    line-height: 150%;

}



.sm_img_bg_cr01{
    background: #f1f1f1;
}

.sm_img_bg_cr02{
    background: #e9f1f2;
}

.sm_img_bg_cr03{
    background: #d9e5e6;
}

.sm_img_bg_cr04{
    background: #dce9e8;
}


.sm_img_bg{
    padding-left: 0px;
    margin-bottom: 70px;

}

.sm_img_b01{
padding: 70px 0;

}


.sm_img_b01_l{
    width: 100%;
    height: auto;

    padding: 0px 20px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.sm_img_b01_l p{
    font-size: 24px;
    line-height: 90%;
    color: #c8c6c6;


    font-family: kaisei-opti, sans-serif;
    font-style: normal;
    font-weight: 700;

/*    font-family: "makinas-4-flat", sans-serif;
    font-weight: 400;
    font-style: normal;*/
 
}



.sm_img_b01_r{
    width: 100%;

    height: auto;
}


.sm_img_list{
    max-width: 1200px;
    width: 100%;
    margin: 0px auto 20px;
}

.sm_img_list ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 0px;
}

.sm_img_list ul li{
    width: 50%;
    margin-right: 0px;
    margin-bottom: 0px;

    position: relative;
    transition: 0.3s;
}

.sm_img_list ul li.hidden{
    display: none;
    
}

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

.sm_img_list ul li a{
    display: block;
    width: 100%;
    height: 100%;

    transition: 0.3s;
}

.sm_img_list ul li a:hover{
    opacity: 0.8;
}


.sm_img_list ul li p{
    position: absolute;
    top: 5px;
    left: 5px;

    color: #fff;

    font-size: 16px;

    font-family: kaisei-opti, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.item img {
  width: 100%;
}


.modal{
    width: fit-content;
}

.modal p{
    font-size: 16px;

}


.moreread_btn{
    width:fit-content;
    margin: 0px auto;
}

.moreread_btn button {
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #333;
  font-weight: 400;
  border: solid 1px #333;
  display: block;
  box-sizing: border-box;
  max-width: 300px;
  text-align: center; 
  padding: 12px 50px;
  margin: 15px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}

.moreread_btn button:hover {
  color: #fff;
  background: #333;
  transition: all 0.3s;
}



/* コンセプト--------------------------------------------- */

.sc001 {
    max-width: 500px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;
    
    position: relative;
    padding: 15px;
    box-sizing: border-box;

    
   
}

.sc001 dl dt{
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 12px;

    font-family: "iroha-28kiri-stdn", sans-serif;
    font-weight: 400;
    font-style: normal;  
}


.sc001 dl dd{
    font-size: 14px;
    line-height: 120%;
    text-align: center;

    font-family: "iroha-28kiri-stdn", sans-serif;
    font-weight: 400;
    font-style: normal;  

}


.sc001::before,
.sc001::after {
    position: absolute;
    width: 20px;
    height: 20px;
    content: '';
}

.sc001::before {
    border-left: solid 2px;
    border-top: solid 2px;
    top: 0;
    left: 0;
}

.sc001::after {
    border-right: solid 2px;
    border-bottom: solid 2px;
    bottom: 0;
    right: 0;
}


.sc002_btm{
    margin: 0 auto 70px auto !important;
}




.sc002{
    max-width: 760px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
    
    font-size: 14px;
    line-height: 150%;
}

.sc002 img{
    width: 100%;
}

.sc003{
    max-width: 1600px;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
}

.sc003 ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.sc003 ul li{
    display: flex;
    flex-direction: column;
    width: 49.5%;

    margin-right: 1%;

    margin-bottom: 4px;
}
 
.sc003 ul li:nth-child(3n){
    margin-right: 1%;
}
 
.sc003 ul li:nth-child(2n){
    margin-right: 0%;
}




.swiper-container_btm0{
    margin-bottom: 0 !important;

}
.swiper-container {
    position: relative;
    overflow: hidden;
    width: 100%;

    margin-bottom: 40px;
  }
  .swiper-container.visible {
    overflow: visible;
  }

  .swiper-slide div{
    text-align: center;
  }

  .swiper-slide div img{
    margin: 0px auto;
    width: 250px;
    height: 250px;
    object-fit: cover; /* この一行を追加するだけ！ */
  }

    .swiper-slide.swiper-slidetp div img{
  height: auto;
  width: 100% !important;
  }


.swiper{
    margin-bottom: 20px;

}


.swiper-button-prev::after,
.swiper-button-next::after {
  color: white;
  font-size: 20px !important;
}



/* フラワーアレンジ教室--------------------------------------------- */


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

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

}

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



.fa_k02{
    margin: 0 auto 70px auto;
    
    border-top: 1px solid #bfb18f;
    border-bottom: 1px solid #bfb18f;
    padding: 20px;
    
    font-size: 14px;
    line-height: 150%;
}



.fa_k03{
    margin: 0 auto 40px auto;

    font-size: 14px;
    line-height: 150%;
}




.fa_k04{
    margin: 0 auto 40px auto;
}

.fa_k04_l{
    width: 100%;
    height: auto;
    float: none;

}
.fa_k04_r{
    width: 100%;
    height: auto;
    float: none;
}

.fa_k04 table tr:nth-child(odd){
background:#efeeee;
}

.fa_k04 table{
    width: 100%;

}

.fa_k04 table th{
	width:60px;
	height:auto;
	padding:10px 10px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 150%;
	vertical-align:top;

}

.fa_k04 table td{
	padding:10px 10px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 150%;

}

.lesson_bnr{
    margin: 0 auto 20px auto;
}

.lesson_bnr a{
    display: block;
    width: 100%;
    transition: 0.3s;
}

.lesson_bnr a:hover{
    opacity: 0.8;
}

.lesson_bnr a img{
    width: 100%;
}






.fa05{
    margin-bottom: 30px;
}

.fa05 dl dt{
    font-size: 30px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 5px;
    font-family: kaisei-opti, sans-serif;
    font-weight: 400;
    font-style: normal;    
}

.fa05 dl dd{
    font-size: 20px;
    line-height: 140%;
    color: #45423d;
    text-align: center;
    font-family: "shippori-mincho-b1", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.fa05 dl dd p{
    font-size: 16px;
    line-height: 110%;
    color: #45423d;
    text-align: center;
    font-family: "shippori-mincho-b1", sans-serif;
    font-weight: 400;
    font-style: normal;
}


.fa06{
    max-width: 400px;
    width: 100%;
    text-align: center;
    margin: 0 auto 25px auto;

}


.fa07{
	margin-bottom:60px;
}

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

.fa07 table th{
	width:60px;
	height:auto;
	padding:10px 15px;
	font-size:14px;
	line-height:150%;
	vertical-align:top;
	border-bottom:1px dotted #999999;	
}

.fa07 table td{
	padding:10px 15px;
	font-size:14px;
	line-height:150%;
	border-bottom:1px dotted #999999;	
}

.fa07 table td a{
	color:#000;
	text-decoration:underline;
}

.fa07 table td a:hover{
	color:#000;
	text-decoration:none;
}

.fa07 table tr:nth-child(odd){
background:#efeeee;
}
 








/* 会社情報--------------------------------------------- */

.abt_msg_bg{

	height:178px;
    background:url("../img/about/msg_bg.png") center   center no-repeat; 
    background-size: 260px 178px;
	 margin:0px auto 50px auto;

}

.abt_msg{
	height:178px;
    padding: 0;
    margin: 0;
    
       display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;      
}


.abt_msg  dl dt{
  text-align: center;

  font-size: 24px;
  line-height: 130%;
  color: #e57197;
  margin-bottom: 15px;

      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;    
}

.abt_msg  dl dt span::before {
	content: "\A" ;
	white-space: pre ;
}


.abt_msg dl dd{
    max-width: 350px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    
    font-size: 16px;
    line-height: 180%;
    text-align:left;
}

.abt_msg dl dd span::before {
	content: "\A" ;
	white-space: pre ;
}


.abt_msg00{

    margin-bottom: 50px;
}

.abt_msg00 dl dt{
    font-size: 21px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 15px;
    

      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;        
}


.abt_msg00 dl dt span::before {
	content: "\A" ;
	white-space: pre ;
}


.abt_msg00 dl dd{
    font-size: 16px;
    line-height: 170%;
}


.abt_msg00 p{
margin-top: 15px;
text-align: right;
}










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

.abt_msg01 ul li{
    width: 100%;
    height: 140px;
    margin-bottom: 10px;
    padding: 10px;
    box-sizing: border-box;
    
    border: 1px solid #5dd4d5;

    
   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 */   
}




.abt_msg01 ul li:last-child{
    margin-bottom:0px;
}


.abt_msg01 ul li dl dt{
    font-size: 18px;
    line-height: 100%;
    color: #000000;
    text-align: center;
    margin-bottom: 13px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;    
}

.abt_msg01 ul li dl dd{
    font-size: 15px;
    line-height: 160%;
    color: #000000;
    text-align:left;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;    
}


.abt_msg01 ul li dl dd span::before {
	content: "" ;
	white-space:normal;
}







.abt_msg01_bg01{
	height:140px !important;
	background:url("../img/about/01_01.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.abt_msg01_bg02{
	height:140px !important;
	background:url("../img/about/01_02.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.abt_msg01_bg03{
	height:140px !important;
	background:url("../img/about/01_03.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.abt_msg01_bg04{
	height:140px !important;
	background:url("../img/about/01_04.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.abt_msg01_bg05{
	height:140px !important;
	background:url("../img/about/01_05.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}





.cp_b01{
	margin-bottom:40px;
}

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

.cp_b01 table th{
display: block;
	width:100%;
	height:auto;
	padding:8px 0 0 0;
	font-size:15px;
	line-height:150%;
	vertical-align:top;
	border-bottom:none;
    color:#46A979;
}

.cp_b01 table td{
display: block;
	padding:0px 0 8px 0;
	font-size:14px;
	line-height:150%;
	border-bottom:1px dotted #999999;	
}

.cp_b01 table td a{
	color:#000;
	text-decoration:underline;
}

.cp_b01 table td a:hover{
	color:#000;
	text-decoration:none;
}



.cp_b01 dl dt{
    margin-bottom: 3px;
}

.cp_b01 dl dd{
    margin-bottom: 13px;
}

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




.cp_b01 dl dd ul li{
    margin-bottom: 5px;
    background: url("../img/common/list001.png") left 12px no-repeat;
    padding-left: 8px;
    margin-left: 15px;
}


.cp_b01 dl dd ul li:last-child{
	margin-bottom:0px;
}





/* 施設概要--------------------------------------------- */


.fty_img{
max-width: 1200px;
width: 100%;
height: auto;
margin: 0 auto 30px auto;

    text-align: center;

}

.fty_img01{
max-width: 650px;
width: 100%;
height: auto;
margin: 0 auto 40px auto;

    text-align: center;

}



.fty_001{
max-width: 700px;
width: 100%;
height: auto;
margin: 0 auto 30px auto;

}

.fty_001 ul li{
    width: 100%;
    height: 240px;
    float: left;
    margin-right: 2%;
    background: #e5f3f2;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 15px;

}

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

.fty_001 dl dt{
    text-align: center;
    margin-bottom: 15px;

}

.fty_001 dl dd{
    max-width: 250px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size: 16px;
    line-height: 180%;

}



.fty_b01{
max-width: 1000px;
width: 100%;
height: auto;
margin: 0 auto;
	margin-bottom:50px;
}


.fty_b01 p{
    margin-bottom: 4px;

}

.fty_b01 table{
	width:100%;
	height:auto;
    margin-bottom: 30px;
}


.fty_b01 table:last-child{
	margin-bottom:0px;
}


.fty_b01 table th{
display: block;
	width:100%;
	height:auto;
	padding:8px 0 0 0;
	font-size:15px;
	line-height:150%;
	vertical-align:top;
	border-bottom:none;
    color:#46A979;
}

.fty_b01 table td{
display: block;
	padding:0px 0 8px 0;
	font-size:14px;
	line-height:150%;
	border-bottom:1px dotted #999999;	
}

.fty_b01 table td a{
	color:#000;
	text-decoration:underline;
}

.fty_b01 table td a:hover{
	color:#000;
	text-decoration:none;
}



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

}

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

}

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



.fty_b02 ul li dl dt{
    margin-bottom: 7px;
    text-align: center;
}

.fty_b02 ul li dl dd p{
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 3px;
    color: #3d90bb;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 700;
    font-style: normal;        
}

.fty_b02 ul li dl dd{
    font-size: 14px;
    line-height: 150%;
    height: 130px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal; 
}



.fty_b03{
    border: 1px solid #a5e7c9;
    padding: 10px 15px;
    margin-bottom: 50px;
    
    font-size: 15px;
    line-height: 160%;

    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal; 
}



.fty_b04{
    max-width: 700px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
}

.fty_b04 ul li{
    background: #bbf1fe;
    height: 120px;
    margin-bottom: 10px;
    padding: 10px;
    box-sizing: border-box;


    
   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 */   
}


.fty_b04 ul li:last-child{
    margin-bottom:0px;
}


.fty_b04 ul li dl dt{
    font-size: 16px;
    line-height: 120%;
    color: #000000;
    text-align: center;
    margin-bottom: 7px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;    
}

.fty_b04 ul li dl dd{
    font-size: 14px;
    line-height: 160%;
    color: #000000;
    text-align: left;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;    
}







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

fty_b05 ul{
    text-align: center;

}

.fty_b05 ul li{
    display: inline-block;
    margin-right: 20px;
    text-align: center;
    color: #0099cc;    
}

.fty_b05 ul li:last-child{
    margin-right: 0px;
}

.fty_b05 ul li a{
    font-size: 16px;
    line-height: 160%;
    color: #0099cc;
    text-decoration: underline;
}

.fty_b05 ul li a:hover{
    color: #0099cc;
    text-decoration:none;
}



.fty_b06{
    margin-bottom: 20px;

}

.fty_b06 dl dt{
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 3px;

}

.fty_b06 dl dd{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 15px;
}

.fty_b06 dl dd:last-child{
    margin-right: 0px;
}

.fty_b06 dl dd span{
margin-left: 15px;

}

.fty_map{

}



/* 入所申込--------------------------------------------- */

.adm_01{
    max-width: 700px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
}

.adm_01 ul li{
    background: #bbf1fe;
    height: 160px;
    margin-bottom: 10px;
    padding: 10px 15px;
    box-sizing: border-box;


    
   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 */   
}


.adm_01 ul li:last-child{
    margin-bottom:0px;
}



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

}



.adm_01 ul li dl dt{
    font-size: 16px;
    line-height: 120%;
    color: #000000;
    text-align: center;
    margin-bottom: 7px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;    
}

.adm_01 ul li dl dd{
    font-size: 14px;
    line-height: 160%;
    color: #000000;
    text-align: left;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;    
}


.adm_01_img{
    text-align:center;
    margin-bottom: 5px;

}

.adm_01_img  img{
    width: 28px;
    text-align:center;


}




.adm_02{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 50px auto;

    padding-bottom:50px;
    border-bottom: 1px dotted #0592a7;
    text-align: center;
}

.adm_02 ul{
    text-align: center;

}

.adm_02 ul li{
    font-size: 16px;
    ine-height: 180%;
    display: inline-block;
    margin-right: 15px;
    text-align: center;
    margin-bottom: 10px;

  
}

.adm_02 ul li:last-child{
    margin-right: 0px;
}

.adm_02 ul li a{
    font-size: 18px;
    line-height: 160%;
    color: #0099cc;
    text-decoration: underline;
}

.adm_02 ul li a:hover{
    color: #0099cc;
    text-decoration:none;
}



.adm_03{
    margin-bottom: 50px;

    padding-bottom:50px;
    border-bottom: 1px dotted #0592a7;  
}

.adm_03 ul li{
    max-width: 800px;
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto 20px auto;

    padding: 15px;
    box-sizing: border-box;
    
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */        
}


.adm_03 ul li:nth-child(3n){
    margin: 0 auto 20px auto;
}


.adm_03 dl dt{
    background: #ffffff;
    padding: 10px 10px 8px 10px;
    margin-bottom: 10px;

    font-size: 15px;
    line-height: 130%;
    color: #000000;
    text-align: center;
    


    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal; 
    
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */    
}

.adm_03 dl dt p{
    font-size: 20px;
    line-height: 130%;
    color: #000000;
    text-align: center;
    margin-bottom: 5px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal; 
}

.adm_03 dl dd{
height: 150px;
    font-size: 15px;
    line-height: 165%;
    color: #000000;

    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal; 
}


.adm_03_bg01{
    background: #fed5e4;
}

.adm_03_bg02{
    background: #b6effb;
}

.adm_03_bg03{
    background: #f4f5a3;
}



.adm_04{

}

.adm_04 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right:2%;
    box-sizing: border-box;
}


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


.adm_04 dl dt{
    font-size: 16px;
    line-height: 130%;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal; 
}

.adm_04 dl dt span::before {
	content: "\A" ;
	white-space: pre ;
}



.adm_04 dl dd{
    text-align: center;

}

.adm_04 dl dd img {
    width: 100px;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.adm_04 dl dd img:hover {
	opacity: .7;
}



/* 採用情報--------------------------------------------- */


.rrt_txt{
    margin-bottom: 20px;
}

.rrt_txt dl{
    margin-bottom: 10px;
}

.rrt_txt dl dt{
    font-size: 18px;
    line-height: 170%;
    text-align: center;
    margin-bottom: 20px;
    
     font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 700;
    font-style: normal;
}


.rrt_txt dl dt span::before {
	content: "\A" ;
	white-space: pre ;
}


.rrt_txt dl dd{
    font-size: 15px;
    line-height: 150%;
    
    word-wrap: break-word;
    word-break: break-all;
}



.rrt_txt dl dd a{
    color: #1F955B;
    text-decoration:underline;
}

.rrt_txt dl dd a:hover{
    color: #1F955B;
    text-decoration: none;
}




.rrt_txt p{
    margin-top: 10px;
    font-size: 16px;
    line-height: 160%;
    color:#219C60;
    font-weight: 600;
}

.rrt_job_bnr{
    text-align: center;
}

.rrt_job_bnr a{
    display: block;
    margin: 0px auto;
    transition: 0.3s;
}

.rrt_job_bnr a:hover{
    opacity: 0.8;
}


.rrt_t_bnr{
    max-width: 230px;
    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;
    background: #990000;
    padding: 15px 10px;
}

.rrt_t_bnr dl dt{
    max-width: 260px;
    width: 100%;
    margin: 0 auto 2px auto;
    text-align: center;
}

.rrt_t_bnr dl dd{
    font-size: 14px;
    line-height: 170%;
    text-align: center;
    color: #FFFFFF;
}





.rrt_b01{ 
    margin-bottom: 50px;
}

.rrt_b01 ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0%;
    margin-bottom: 50px;
}

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



.rrt_b01 ul li:last-child{
	margin-bottom:0px;
}

.rrt_b01_in{
    height: 200px;
    padding: 20px;
    box-sizing: border-box;
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}

.rrt_b01_in dl dt{
    font-size: 19px;
    line-height: 140%;
    margin-bottom: 25px;
    color:#FFFFFF;

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;    
}

.rrt_b01_in dl dd{
    font-size: 14px;
    line-height: 100%;
    color:#FFFFFF;
    margin-bottom: 0px;

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;   
}


.rrt_b01_in dl dd p{
    font-size: 17px;
    line-height: 100%;
    margin-bottom: 13px;
    color:#FFFFFF;

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;   
}

.rrt_b01_in dl dd p span{
    font-size: 14px;
    line-height: 100%;
    color:#FFFFFF;
    margin-left: 12px;

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;   
}




.rrt_b01_in01{
    margin-top: 20px;
    margin-bottom: 40px;

}


.rrt_b01_in01 dl dt{
    font-size: 19px;
    line-height: 140%;

    margin-bottom: 8px;


    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;   
}


.rrt_b01_in01 dl dd{
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 25px;
    
    word-wrap: break-word;
    word-break: break-all;

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 300;
    font-style: normal;   
}


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




.rrt_box_bg01{
	height:200px !important;
	background:url("../img/recruit/01_01.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.rrt_box_bg02{
	height:200px !important;
	background:url("../img/recruit/01_02.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.rrt_box_bg03{
	height:200px !important;
	background:url("../img/recruit/01_03.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.rrt_box_bg04{
	height:200px !important;
	background:url("../img/recruit/01_04.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}



.rrt_box_img{
    margin-bottom: 30px;

}

.rrt_box_img ul li{
    width: 49%;
    height: auto;
    float:left;
    margin-right: 2% !important;
    margin-bottom: 10px;
}
   
    
.rrt_box_img ul li:nth-child(2n){
    margin-right: 0% !important;
}

.rrt_box_img ul li:nth-child(3n){
    margin-right: 0% !important;
    margin-bottom: 0px;    
}




.rrt_bs{
    padding: 20px 20px;
    background: #fdfef2;
    border: 1px solid #e8e9d7;
    
    margin-bottom: 30px;
    
	-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 */    
}


.rrt_bs dl dt{
    font-size: 18px;
    line-height: 140%;


    margin-bottom: 10px;

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;   
}

.rrt_bs dl dd{
    font-size: 15px;
    line-height: 150%;

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;   
}



.rrt_bs dl dd ul li{
    background: url("../img/common/list001.png") left no-repeat;
    display: inline-block;
    margin-right: 20px;
    padding-left: 7px;

}


.rrt_bs_img{
    margin-top: 20px;
}

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

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


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

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



.tn_b01_m{
    display:block;
}


.tn_b01{
}

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


.tn_b01 table thead {
    display: none;
}


.tn_b01 table tr {
    border-top: 1px solid #999;
    display: block;
    margin-bottom: 20px;
	
	cursor:pointer;
}
  
.tn_b01 table tr:hover    {
	background:#E2FFE2 !important;
}



.tn_b01 table td{
	font-size:13px;
	padding:10px 10px;
	line-height:140%;
	vertical-align:top;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
 	text-align: right;
    display: block;
}

.tn_b01 table td a{
	color:#FF0004;
	text-decoration:underline;
}

.tn_b01 table td a:hover{
	color:#FF0004;
	text-decoration:none;
}


/*.tn_b01 table tr:nth-child(even){
	background:#e5eff5;
}*/

  
.tn_b01 table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;

}
  
  
.tn_b01 table td span{
    color: #FF0004;
    margin-right: 10px;
}

  



/* 事業内容--------------------------------------------- */


.wk_txt01{
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 30px;
}

.wk_txt02{
    max-width: 700px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
    
    font-size: 15px;
    line-height: 150%;

}




.wk_bx{
    max-width: 700px;
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;

}

.wk_bx ul li{
    width: 48%;
    height: auto;
    float:left;
    padding: 15px;
    margin-right: 4%;
    box-sizing: border-box;
    margin-bottom: 13px;
    background: #FFFFFF;
    text-align: center;
    font-size: 15px;
    line-height: 120%;
    border: 1px solid #B6DAED;
}
    
.wk_bx ul li:nth-child(2n){
    margin-right: 0%;
}

.wk_bx ul li:nth-child(5){
    margin-bottom: 0px;
}


.wk_bx_btm0{
    margin-bottom: 0px !important;
}

.wk_img{
    text-align: center;
}












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


.privacy{
}


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

    margin-bottom: 5px;

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 600;
}


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

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 400;
}













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


.contact-t{
	font-size:15px;
	line-height:150%;
	margin-bottom:40px;	
}

.contact-t dl{
	margin-top:15px;
	margin-bottom:30px;
}

.contact-t dl dt{
	color:#F90;
	font-size:20px;
	text-align:left;
	line-height:120%;
	margin-bottom:10px;
}

.contact-t dl dd{
	
	font-size:16px;
	line-height:140%;
	margin-bottom:15px;
	text-align:left;	border-bottom:1px dotted #999999;
	padding-bottom:15px;
}
.contact-t dl dd:last-child{
	margin-bottom:0px;
}

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





#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:450px;
	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: 10px;
    font-size: 14px;
    line-height: 120%;
    margin-top: 12px;
}

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













}
