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


html {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", hirakakupro-w3, verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

*:first-child + html body {
	font-family: "メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

body{
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", hirakakupro-w3, verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	padding:0;
	margin:0;
	font-size:13px;
	color:#373737;
	line-height:140%;
	text-align:left;

}

body a:focus{
	outline:none;
}



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


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

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

#privacy dt {
	font-weight:bold;
 font-size: 115%;
 margin-top: 20px;
 margin-bottom: 5px;
 }
 
@media screen and (min-width: 920px) {
/* 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: 919px) {
/* タブレット用のスタイル記述 */

.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 横向きで文字を拡大しない */
}




}

@media screen and (max-width: 690px) {
/* スマートフォン用のスタイル記述 */
.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: 920px) {
	
	
body{
	padding:0;
	margin:0;
	font-size:13px;
	color:#373737;
	line-height:140%;
	text-align:left;

	font-family: "メイリオ", sans-serif;
	

}	

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


.container{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;
	padding-bottom:150px;
	padding-top:50px;
}




.container01{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;

	padding-bottom:200px;
}

.container02{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;

}


.container03{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto 200px auto;

}


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

	padding:60px 0;
}


.container_bg02{
	width:100%;
	height:auto;
	background:url(../img/common/main_bg.jpg) repeat;
	padding:60px 0;
}




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

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

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

.header_bg{
	width:100%;
	height:160px;
	background:url(../img/common/nav_bg.jpg) repeat-x;
	

	
/*	position: absolute;
	z-index:600;*/
}

header{
	max-width:90%;
	width:1000px;
	height:80px;
	margin: 0 auto;
	position:relative;
	z-index:800;
}

.header_txt{
	position: absolute;
	top:12px;
	right:0px;
	line-height: 100%;
	font-size: 12px;
	font-weight: normal;
	color:#000;
	z-index:200;
	text-align:right;
}

.header_acs{
    max-width: 192px;
    width: 100%;
    height: auto;
	position:absolute;
	top:4px;
	right:4px;
}

.header_acs a{
    display: block;
    background: #0377AD;
    max-width: 192px;
    width: 100%;
    padding: 2px;
    box-sizing: border-box;
    
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}


.header_acs a:hover{
    background: #1A050E;
    color: #FFFFFF;
}



.header_tel{
	width:197px;
	height:auto;
	position:absolute;
	top:31px;
	right:0;
}

.header_sns_blog{
	width:34px;
	height:auto;
	position:absolute;
	top:44px;
	right:247px;
}

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

.header_sns_blog:hover img {
	opacity: .6;
}

.header_sns_fb{
	width:34px;
	height:auto;
	position:absolute;
	top:44px;
	right:290px;
}


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

.header_sns_fb:hover img {
	opacity: .6;
}





nav{
	width:100%;
	height:40px;
	position:absolute;
	top:100px;
	right:0;
	
	z-index:600;

}

nav ul{
	margin:0;
	padding:0;
}

nav ul li{
	width:12.5%;
	height:40px;
	float:left;
	list-style-type:none;
	color:#000000;
	font-size:12px;
	text-align:center;
	background:url(../img/common/nav_line.png) left no-repeat;
	box-sizing:border-box;	
	line-height:140%;
	font-weight:bold;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;

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

nav ul li p{
	font-size:15px;
	margin-bottom:2px;
}

nav ul li:last-child{
	background:url(../img/common/nav_line.png) left no-repeat,url(../img/common/nav_line.png) right no-repeat;	
}
nav ul li a{
	color:#FFF;
	text-decoration:none;

}

nav ul li a:hover{
	color:#ff3333;



}


.nav_h{
	color:#ff3333 !important;
	text-decoration:none;
}


#section1,
#section2,
#section3,
#section4
{
    margin-top:-60px;
    padding-top:60px;
}



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

.footer-bg{
	width:100%;
	height:auto;
	background:#003366;
	padding:25px 0;
}

footer{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto 0px auto;
	position:relative;
}


.f_nav{
	margin-bottom:20px;
}

.f_nav ul{
	text-align:center;
}

.f_nav ul li{
	margin-right:20px;
	padding-left:20px;
	display:inline;
	font-family: "Noto Sans Japanese";
	font-size:14px;
	line-height:130%;
	background:url(../img/common/footer_menu_border.jpg) left no-repeat;
}

.f_nav ul li:last-child{
	margin-right:0px;
	padding-right:20px;
	background:url(../img/common/footer_menu_border.jpg) left no-repeat, url(../img/common/footer_menu_border.jpg) right no-repeat;
}

.f_nav ul li a{
	color:#FFF;
	text-decoration:none;
}


.f_nav ul li a:hover{
	color:#FFF;
	text-decoration:underline;
}




address{

	font-size: 13px;
	line-height: 160%;
	color:#FFF;
	width:100%;
	text-align:center;
	margin-bottom:15px;
}

.address_t{
	font-size:15px;
	margin-bottom:8px;
}


footer p{
	font-size: 12px;
	color:#FFF;
	width:100%;
	text-align:center;
}


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

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


}



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


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


body{
	padding:0;
	margin:0;
	font-size:13px;
	color:#373737;
	line-height:140%;
	text-align:left;

	font-family: "メイリオ", sans-serif;


}	

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


.container{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;
	padding-bottom:150px;
	padding-top:50px;
}



.container01{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;

	padding-bottom:200px;
}


.container02{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;

}

.container03{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto 200px auto;

}


.container_bg01{
	width:100%;
	height:auto;
	padding:60px 0;
}

.container_bg02{
	width:100%;
	height:auto;
	background:url(../img/common/main_bg.jpg) repeat;
	padding:60px 0;
}




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

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

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


.header_bg{
	width:100%;
	height:auto;
	background:#FFF;
	

}

header{
	max-width:90%;
	width:1000px;
	height:70px;
	margin: 0 auto;
	position:relative;
}

.header_txt{
	position: absolute;
	top:12px;
	left:0px;
	line-height: 100%;
	font-size: 12px;
	font-weight: normal;
	color:#000;
	z-index:200;
}



.header_acs{
    max-width: 150px;
    width: 100%;
    height: auto;
	position:absolute;
	top:4px;
	right:30px;
    z-index: 900;
}

.header_acs a{
    display: block;
    background: #0377AD;
    max-width: 192px;
    width: 100%;
    padding: 1px;
    box-sizing: border-box;
    
    font-size: 11px;
    color: #FFFFFF;
    text-align: center;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}


.header_acs a:hover{
    background: #1A050E;
    color: #FFFFFF;
}



.header_tel{
	width:150px;
	height:auto;
	position:absolute;
	top:30px;
	right:30px;
}

.header_sns_blog{
	width:34px;
	height:auto;
	position:absolute;
	top:44px;
	right:247px;
}

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

.header_sns_blog:hover img {
	opacity: .6;
}

.header_sns_fb{
	width:34px;
	height:auto;
	position:absolute;
	top:33px;
	right:290px;

	display:none;
}


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

.header_sns_fb:hover img {
	opacity: .6;
}



#section1,
#section2,
#section3,
#section4
{
    margin-top:-20px;
    padding-top:20px;
}






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

.footer-bg{
	width:100%;
	height:auto;
	background:#003366;
	padding:25px 0;
}

footer{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto 0px auto;
	position:relative;
}


.f_nav{
	margin-bottom:20px;
}

.f_nav ul{
	text-align:center;
}

.f_nav ul li{
	margin-right:20px;
	padding-left:20px;
	display:inline;
	font-family: "Noto Sans Japanese";
	font-size:14px;
	line-height:130%;
	background:url(../img/common/footer_menu_border.jpg) left no-repeat;
}

.f_nav ul li:last-child{
	margin-right:0px;
	padding-right:20px;
	background:url(../img/common/footer_menu_border.jpg) left no-repeat, url(../img/common/footer_menu_border.jpg) right no-repeat;
}

.f_nav ul li a{
	color:#FFF;
	text-decoration:none;
}


.f_nav ul li a:hover{
	color:#FFF;
	text-decoration:underline;
}




address{

	font-size: 13px;
	line-height: 160%;
	color:#FFF;
	width:100%;
	text-align:center;
	margin-bottom:15px;
}

.address_t{
	font-size:15px;
	margin-bottom:8px;
}


footer p{
	font-size: 12px;
	color:#FFF;
	width:100%;
	text-align:center;
}


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

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


}



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


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



body{
	padding:0;
	margin:0;
	font-size:13px;
	color:#373737;
	line-height:140%;
	text-align:left;
	font-family: "メイリオ", sans-serif;


}	

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


.container{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;
	padding-bottom:150px;
	padding-top:50px;
}



.container01{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;

	padding-bottom:100px;
}


.container02{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;

}


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

}



.container_bg01{
	width:100%;
	height:auto;
	padding:30px 0;
}

.container_bg02{
	width:100%;
	height:auto;
	background:url(../img/common/main_bg.jpg) repeat;
	padding:30px 0;
}



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

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


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


.header_bg{
	width:100%;
	height:auto;
	background:#FFF;

}

header{
	max-width:90%;
	width:1000px;
	height:70px;
	margin: 0 auto;
	position:relative;
}

.header_txt{
	position: absolute;
	top:12px;
	left:0px;
	line-height: 100%;
	font-size: 12px;
	font-weight: normal;
	color:#000;
	z-index:200;
}




.header_acs{
    max-width: 110px;
    width: 100%;
    height: auto;
	position:absolute;
	top:8px;
	right:40px;
}

.header_acs a{
    display: block;
    background: #0377AD;
    max-width: 192px;
    width: 100%;
    padding: 1px;
    box-sizing: border-box;
    
    font-size: 11px;
    color: #FFFFFF;
    text-align: center;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}


.header_acs a:hover{
    background: #1A050E;
    color: #FFFFFF;
}



.header_tel{
	width:110px;
	height:auto;
	position:absolute;
	top:35px;
	right:40px;
}

.header_sns_blog{
	width:34px;
	height:auto;
	position:absolute;
	top:44px;
	right:247px;
}

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

.header_sns_blog:hover img {
	opacity: .6;
}



.header_sns_blog{
	width:34px;
	height:auto;
	position:absolute;
	top:33px;
	right:247px;
	
	display:none;
}

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

.header_sns_blog:hover img {
	opacity: .6;
}

.header_sns_fb{
	width:34px;
	height:auto;
	position:absolute;
	top:33px;
	right:290px;

	display:none;
}


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

.header_sns_fb:hover img {
	opacity: .6;
}





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

.footer-bg{
	width:100%;
	height:auto;
	background:#003366;
	padding:25px 0;
}

footer{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto 0px auto;
	position:relative;
}


.f_nav{
	margin-bottom:20px;
}

.f_nav ul{
	text-align:center;
}

.f_nav ul li{
	margin-right:15px;
	padding-left:15px;
	display:inline;
	font-family: "Noto Sans Japanese";
	font-size:14px;
	line-height:130%;
	background:url(../img/common/footer_menu_border.jpg) left no-repeat;
}

.f_nav ul li:last-child{
	margin-right:0px;
	padding-right:20px;
	background:url(../img/common/footer_menu_border.jpg) left no-repeat, url(../img/common/footer_menu_border.jpg) right no-repeat;
}

.f_nav ul li a{
	color:#FFF;
	text-decoration:none;
}


.f_nav ul li a:hover{
	color:#FFF;
	text-decoration:underline;
}




address{

	font-size: 12px;
	line-height: 160%;
	color:#FFF;
	width:100%;
	text-align:center;
	margin-bottom:15px;
}

.address_t{
	font-size:14px;
	margin-bottom:8px;
}


footer p{
	font-size: 12px;
	color:#FFF;
	width:100%;
	text-align:center;
}


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

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





#section1,
#section2,
#section3,
#section4
{
    margin-top:-20px;
    padding-top:20px;
}



}




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


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

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


h1.h1_01{
	width: 310px;
	height: auto;
	position: absolute;
	top: 16px;
	left: 0;
}

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



h2.h2_01{
	height:83px;
	background:url(../img/common/h2_bg.png) center center no-repeat;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	text-align:center;
	font-weight:bold;
	font-size:15px;
	margin-bottom:50px;
	color:#000;
	
	box-sizing:border-box;
	padding-top:27px;
}

h2.h2_01 p{
	font-size:36px;
	margin-bottom:8px;
	color:#0377ad;
}


h2.h2_02{
	height:83px;
	background:url(../img/common/h2_bg.png) center center no-repeat;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	text-align:center;
	font-weight:bold;
	font-size:15px;
	color:#000;

	box-sizing:border-box;
	padding-top:27px;
}

h2.h2_02 p{
	font-size:36px;
	margin-bottom:8px;
	color:#0377ad;
}



h3.h3_01{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	text-align:center;
	font-weight:bold;
	font-size:15px;
	color:#0377ad;
	line-height:130%;
	
	border-bottom:3px solid #000000;
	margin-bottom:40px;
	padding-bottom:10px;
}

h3.h3_01 p{
	font-size:30px;
	margin-bottom:12px;
	color:#000;
}





/* スライド ---------------------------------------------- */


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

	
}

.top_slide{
	width:100%;
	height:600px;


	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}





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


.main_top_img{
	width: 100%;
	height:600px !important;
	background:url(../img/top/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 0px auto;

}


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


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


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


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


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

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


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


.s_top_img{
      display:none;
      text-align:center;
}










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

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



/* トップ由来 ---------------------------------------------- */

.tp_yr_bg{
	width: 100%;
	height:618px !important;
	background:url(../img/top/01_bg.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 0px auto;	
}

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

.tp_yr{
}

.tp_yr dl dt{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	text-align:center;
	color:#014b79;
	margin-bottom:10px;
	line-height:130%;
	font-size:28px;
	font-weight:bold;
}

.tp_yr dl dd{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	color:#014b79;
	margin-bottom:20px;
	line-height:140%;
	font-size:16px;
	margin-bottom:40px;

	text-align: justify;
	text-justify: inter-ideograph;
}


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



/* トップ ご宿泊プラン ---------------------------------------------- */


.tp_sp_bg{
	background:url(../img/top/02_bg.jpg) repeat;
	padding:50px 0 60px 0;
}


.tp_sp_ttl01{
	font-size:34px;
	line-height:140%;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	color:#ffff66;
	font-weight:bold;
	text-align:center;
	border-top:3px solid #ffff99;
	border-bottom:3px solid #ffff99;
	padding:15px 0 12px 0;
	margin-bottom:40px;
}


.tp_sp{
}

.tp_sp dl dt{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	color:#FFF;
	text-align:center;
	margin-bottom:20px;
	line-height:130%;
	font-size:50px;
	font-weight:bold;
}


.tp_sp dl dd{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	color:#FFF;
	text-align:center;
	margin-bottom:20px;
	line-height:140%;
	font-size:22px;
	font-weight:bold;
	
	word-break:break-all;
}

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

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

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



.tp_sp_b01{
	max-width:660px;
	width:100%;
	height:auto;
	margin:0 auto 40px auto;
}

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

	
	border:1px solid #FFF;
	box-sizing:border-box;
	padding:20px 10px;
	
	color:#FFF;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
}

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

.tp_sp_b01 ul li dl dt{
	text-align:center;
	font-size:24px;
	font-weight:bold;
	line-height:140%;
	margin-bottom:7px;
}

.tp_sp_b01 ul li dl dt span{

	color:#ffff00;
}

.tp_sp_b01 ul li dl dd{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	line-height:140%;
}

.tp_sp_b01 ul li dl dd p{
	font-size:27px;
	margin-bottom:8px;
}

.tp_sp_b01 ul li dl dd p span{
	color:#ffff99;
}


.tp_more{
	width:250px;
	height:auto;
	margin:0 auto;
	background:#cc0000;
}

.tp_more a{
	text-align:center;
	display:block;
	padding:10px;
	line-height:100%;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	color:#FFF;
	font-size:18px;
}

.tp_more a:hover{
	text-decoration:underline;
	color:#FFF;
}


/* トップ ご宴会プラン ---------------------------------------------- */


.tp_ep_bg{
	background:url(../img/top/03_bg.jpg) repeat;
	padding:50px 0 60px 0;
}

.tp_ep{
}

.tp_ep dl dt{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	color:#FFF;
	text-align:center;
	margin-bottom:20px;
	line-height:130%;
	font-size:50px;
	font-weight:bold;
}

.tp_ep dl dd{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	color:#FFF;
	text-align:center;
	margin-bottom:20px;
	line-height:140%;
	font-size:22px;
	font-weight:bold;
	
	word-break:break-all;
}


.tp_ep dl dd p{
	font-size:16px;
	margin-top:5px;
}

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

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

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


/* トップ ご入浴---------------------------------------------- */




.tp_np_bg{
	background:url(../img/top/04_bg.jpg) repeat;
	padding:50px 0 60px 0;
}

.tp_np{
}

.tp_np dl dt{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	color:#FFF;
	text-align:center;
	margin-bottom:20px;
	line-height:130%;
	font-size:50px;
	font-weight:bold;
}

.tp_np dl dd{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	color:#FFF;
	text-align:center;
	margin-bottom:20px;
	line-height:140%;
	font-size:22px;
	font-weight:bold;
	
	word-break:break-all;
}




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

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

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





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

.tp_np_b01 ul{
	margin-bottom:20px;
}

.tp_np_b01 ul li{
	width:49%;
	height:160px;
	float:left;
	margin-right:2%;

 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
	
	border:1px solid #FFF;
	box-sizing:border-box;
	padding:20px 10px;
	
	color:#FFF;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
}

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

.tp_np_b01 ul li dl dt{
	text-align:center;
	font-size:24px;
	font-weight:bold;
	line-height:140%;
	margin-bottom:5px;
}

.tp_np_b01 ul li dl dt span{

	color:#ff6666;
}

.tp_np_b01 ul li dl dd{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height:140%;
}

.tp_np_b01 ul li dl dd p{
	font-size:20px;
	margin-bottom:5px;
	line-height:140%;
}

.tp_np_b01 ul li dl dd p span{
	color:#ffff99;
}

.tp_np_txt01{
	color:#FFF;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	text-align:center;
	font-size:16px;

}





/* 休館のお知らせ---------------------------------------------- */

.tp_oshirase_btm01{
    margin-bottom: 30px;
}



.tp_oshirase_bg{
	width:100%;
	height:auto;
	margin:0 auto;
	background:url(../img/top/event_bg.jpg) repeat;
	padding:50px 0;
}

.tp_oshirase{
	background:#2282b2;
	padding:40px 30px;
	color:#FFFFFF;
}


.tp_oshirase dl dt{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	text-align:center;
	margin-bottom:10px;
	line-height:130%;
	font-size:28px;
	font-weight:bold;
}

.tp_oshirase dl dt a{
	color:#FFF;
	text-decoration:underline;
}

.tp_oshirase dl dt a:hover{
	color:#FFF;
	text-decoration:none;
}

.tp_oshirase dl dd{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;

	line-height:130%;
	font-size:20px;
	font-weight:bold;
	color:#FFF;
}


.tp_oshirase dl dd span{
	color:#FF0;
}


/* トップイベント---------------------------------------------- */



.responsive_slide_bg{
	width:100%;
	height:auto;
	margin:0 auto;
	background:url(../img/top/event_bg.jpg) repeat;
	padding:50px 0;
}
.responsive_slide{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;

}

.responsive_slide_list{
	width:100%;
	height:auto;	
}

.responsive_slide_list_b{
	margin-right:8px;
	background:#FFF;

	text-align:center;
	
	box-sizing:border-box;
	border:3px solid #ff0000;
	
}
 
.responsive_slide_list_b img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.responsive_slide_list_b:hover img {
	opacity: .6;
}



/* トップ 割引券---------------------------------------------- */


.tp_wk{
	text-align:center;
}


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



/* トップニュース---------------------------------------------- */


.news-box-bg01{
	width:100%;
	height:auto;
	background:#e60012;
}

.news-box-in01{
	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;
	padding:20px 0;
}

.news-box-ttl{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	font-style:oblique;

	text-align:center;
	font-weight:bold;
	font-size:22px;
	color:#FFF;
	background:url(../img/top/news_b.png) bottom center no-repeat;
	padding-bottom:39px;
}


.news-box-bg02{
	width:100%;
	height:auto;
	background:#f5f4f4;
}


.news-box{
	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;
	padding:25px 0;


}

.news-box ul li{
	width:33.333%;
	height:auto;
	margin-right:0%;
	padding-bottom:15px;
	float:left;
	border-right:1px dotted #cccccc;
	box-sizing:border-box;
	padding:0 1%;
	text-align:left;
	
}

.news-box ul li:nth-child(1){
	border-left:1px dotted #cccccc;
	box-sizing:border-box;
}

.news-box ul li:nth-child(3n){
	float:right;
	margin-right:0;
}


.news-box dl dt{
	font-size:14px;
	color:#006699;
	margin-bottom:4px;
}

.news-box dl dd{
	font-size:16px;
	color:#000;
}

.news-box dl dd a{
	font-size:16px;
	color:#000000;
	text-decoration:none;
}

.news-box dl dd a:hover{
	font-size:16px;
	color:#000000;
	text-decoration:underline;
}



/* ご入浴---------------------------------------------- */


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


.bt_fee{
	margin-bottom:60px;
}

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

.bt_fee dl dd{
	padding-left:130px;
	font-size:16px;
	color:#000000;
	border-bottom:1px dotted #999999;
	padding-bottom:12px;
	margin-bottom:14px;
	line-height:160%;
}

.bt_fee dl dd a{
	font-size:16px;
	color:#000000;
	text-decoration:none;
}

.bt_fee dl dd a:hover{
	font-size:16px;
	color:#000000;
	text-decoration:underline;
}

.bt_fee p{
	font-size:15px;
	color:#ff0000;
}


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


.bt_img02{
	text-align:center;
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom:1px dotted #999999;
}


.bt_01{
	width:100%;
	height:auto;
}


.bt_01 ul li{
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom:1px dotted #999999;
}


.bt_01_l{
	width:30%;
	height:auto;
	float:left;
}

.bt_01_r{
	width:68%;
	height:auto;
	float:right;
}



.bt_01 dl dt{
	font-size:22px;
	margin-bottom:15px;
	color:#0377ad;
	font-weight:bold;
	font-family: "Noto Sans JP";
}

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





/* 館内のご案内---------------------------------------------- */


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



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

.fc_01{
	margin-bottom:60px;
}

.fc_01 ul li{
	background:url(../img/facility/list.jpg) left 6px no-repeat;
	margin-right:15px;
	float:left;
	padding-left:10px;
	margin-bottom:8px;
	font-size:16px;
}





.fc_02{
	width:100%;
	height:auto;
}


.fc_02 ul li{
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom:1px dotted #999999;
}


.fc_02_l{
	width:30%;
	height:auto;
	float:left;
}

.fc_02_r{
	width:68%;
	height:auto;
	float:right;
}



.fc_02 dl dt{
	font-size:22px;
	margin-bottom:15px;
	color:#0377ad;
	font-weight:bold;
	font-family: "Noto Sans JP";
}

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


.fc_02 dl dd dl dt{
	font-size:16px;
	margin-bottom:0px;
	float:left;
	clear:both;
	color:#000;
	font-weight:bold;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", hirakakupro-w3, verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;

	line-height:150%;
	word-break:break-all;

}

.fc_02 dl dd dl dd{
	padding-left:95px;
	font-size:16px;
	color:#000000;
	line-height:150%;
	margin-bottom:5px;
}

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


.fc_02 p{
	margin-top:10px;
	font-size:16px;
	line-height:150%;
}



/* 料金について---------------------------------------------- */



.pr_01{
	margin-bottom:60px;
}


.pr_01 dl dt{
	font-size:16px;
	margin-bottom:0px;
	float:left;
	clear:both;
	color:#000;
	font-weight:bold;
	line-height:150%;


}

.pr_01 dl dd{
	padding-left:180px;
	font-size:16px;
	color:#000000;
	line-height:150%;
	margin-bottom:5px;
	word-break:break-all;
	
	border-bottom:1px dotted #999999;
	padding-bottom:17px;
	margin-bottom:20px;
}

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


.pr_01 p{
	color:#ff0000;
	margin-top:20px;
	font-size:16px;
	line-height:150%;
}



.pr_02{
	font-size:16px;
	line-height:150%;
	margin-bottom:60px;
}





/* イベント情報--------------------------------------------- */


.ev_01{
	width:100%;
	height:auto;
}

.ev_01 ul li{
	width:32%;
	height:auto;
	margin-right:2%;
	float:left;
	margin-bottom:30px;
}

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

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

.ev_01 ul li dl dt{
	text-align:center;
	margin-bottom:7px;
	box-sizing:border-box;
	border:3px solid #ff0000;
}

.ev_01 ul li dl dd{
	text-align:center;
	font-size:16px;
	line-height:150%;
	margin-bottom:8px;
}

.ev_01 ul li a{
	color:#000;
}

.ev_01 ul li a:hover{
	color:#000;
	text-decoration:underline;
}




.ev_01 ul li p{
	width:110px;
	height:auto;
	margin:0 auto;
	box-sizing:border-box;
	line-height:110%;
	background:#cc0000;
	text-align:center;
}

.ev_01 ul li a p{
	display:block;
	padding:5px 0;
	color:#FFF;
}

.ev_01 ul li a:hover p{
	color:#FFF;
	text-decoration:underline;
}



/* ご宴会--------------------------------------------- */


.bq_01{
	margin-bottom:40px;
}

.bq_01 dl dt{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	line-height:130%;
	text-align:center;
	font-size:22px;
	margin-bottom:15px;
	
	font-weight:bold;
}

.bq_01 dl dd{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	line-height:130%;
	text-align:center;
	font-size:16px;
}



.bq_02{
	margin-bottom:40px;
}

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

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





/* ご宿泊--------------------------------------------- */


.sty_b01{
	margin-bottom:30px;
}

.sty_b01 dl dt{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	line-height:130%;
	font-size:24px;
	text-align:center;
	margin-bottom:15px;
}

.sty_b01 dl dt p{
	font-size:48px;
	color:#0099cc;
	margin-bottom:20px;
}


.sty_b01 dl dd{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	line-height:130%;
	font-size:24px;
	text-align:center;
}


.sty_b02{
	margin-bottom:30px;
}


.sty_b02 ul li{
	width:32%;
	height:auto;
	float:left;
	margin-right:2%;
	
	background:#cc0000;
	text-align:center;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	line-height:130%;	
	font-size:20px;
	color:#FFF;
	padding:10px 5px 10px 5px;
	
	box-sizing:border-box;
}

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



.sty_b03{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	line-height:130%;	
	font-size:16px;
	text-align:center;
	margin-bottom:40px;
}


.sty_b04{
	margin-bottom:30px;
}


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

}

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






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

.sty_b05 ul li{
	width:49%;
	height:auto;
	float:left;
	margin-right:2%;
	
	background:#006699;
	box-sizing:border-box;
	padding:20px 10px;
	
	color:#FFF;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
}

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

.sty_b05 ul li dl dt{
	text-align:center;
	font-size:24px;
	font-weight:bold;
	line-height:140%;
	margin-bottom:7px;
}

.sty_b05 ul li dl dt span{

	color:#ffff00;
}

.sty_b05 ul li dl dd{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	line-height:140%;
}

.sty_b05 ul li dl dd p{
	font-size:27px;
	margin-bottom:8px;
}

.sty_b05 ul li dl dd p span{
	color:#ffff99;
}






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


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

.c_i_msg_l{
	width:78%;
	height:auto;
	float:left;
	font-size:15px;
	line-height:160%;
}

.c_i_msg_r{

	width:18%;
	height:auto;
	float:right;
}

.c_i_msg_r p{
	text-align:center;
	font-size:14px;
	margin-top:8px;
}


.c_i_msg_r img{
	width:100%;
	height:auto;

}



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

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

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

.gaiyou_b01 table td{
	font-size:16px;
	padding:0px 0;
	line-height:140%;
	vertical-align:top;
	padding:10px 0;
	border-bottom:1px dotted #999999;
	
}

.gaiyou_b01 table td dl{
	margin-bottom:7px;
}

.gaiyou_b01 table td dl dt{
	font-weight:bold;
	margin-bottom:3px;
}

.gaiyou_b01 table td dl dd{
	margin-bottom:2px;
}

.gaiyou_b01 table td dl:last-child{
	margin-bottom:0px;
}

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

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



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

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

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

.gaiyou_b02 table td{
	font-size:16px;
	padding:0px 0;
	line-height:140%;
	vertical-align:top;
	padding:10px 0;
	border-bottom:1px dotted #999999;
	
}

.gaiyou_b02 table td dl{
	margin-bottom:7px;
}

.gaiyou_b02 table td dl dt{
	font-weight:bold;
	margin-bottom:3px;
}

.gaiyou_b02 table td dl dd{
	margin-bottom:2px;
}

.gaiyou_b02 table td dl:last-child{
	margin-bottom:0px;
}

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

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



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

.shikaku_list ul li{
	width:48%;
	height:auto;
	float:left;
	margin-right:4%;	
}

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


.shikaku_list ul li dl dt{
	font-size:15px;
	float:left;
	clear:both:
}

.shikaku_list ul li dl dd{
	font-size:15px;
	text-align:right;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px dotted #999999;
}


.map_txt{
	font-size:18px;
	line-height:160%;
	text-align:center;
}

.map_txt p{
	font-weight:bold;
	margin-bottom:5px;
}


#map01{
	width:100%;
	height:500px;
	box-sizing:border-box;
	border:1px solid #CCC;

}


/* トップ　カテゴリ---------------------------------------------- */


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

.top_cat ul li{
	width:32%;
	height:auto;
	margin-right:2%;

	float:left;

	text-align:center;
	font-family: "Noto Sans Japanese";
}



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



.top_cat ul li dl dt{
}

.top_cat ul li dl dd{

	font-size:16px;
	line-height:110%;
	color:#FFF;

	display:block;
	background:url(../img/common/01-bg.jpg) repeat;
}


.top_cat ul li dl dd a{
	padding:13px 0 15px 0;
	font-size:16px;
	line-height:110%;
	color:#FFF;

	display:block;
	background:url(../img/common/01-bg.jpg) repeat;
/*	text-shadow: 1px 1px 3px #333333;*/
}

.top_cat ul li dl dd a:hover{
	color:#FFF;
	text-decoration:underline;
	background:url(../img/common/01-bg_h.jpg) repeat;
}

.top_cat_h{
	color:#FFF !important;
	text-decoration:underline !important;
	background:url(../img/common/01-bg_h.jpg) repeat !important;
}



/* 事業案内---------------------------------------------- */


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

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


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

.b_i_txt01 dl dt{
	font-weight:bold;
	margin-bottom:5px;

}

.b_i_txt01 dl dd{
	font-size:16px;
	margin-bottom:20px;
}

.b_i_txt01 ul li{
	width:100% !important;
	float:none !important;
	margin-right:0 !important;
	list-style:disc;
	margin-left:20px;
	margin-bottom:5px;
}


.b_i_b01{
	width:100%;
	height:auto;
}


.b_i_b01 ul li{
	width:48%;
	height:auto;
	float:left;
	margin-right:4%;	
}

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




.b_i_b02{
	width:100%;
	height:auto;
}


.b_i_b02 ul li{
	width:48%;
	height:auto;
	float:left;
	margin-right:4%;
	margin-bottom:40px;
}

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

.b_i_b02 ul li img{
	width:100%;
	height:auto;
	margin-bottom:20px;
}

.b_i_b02 ul li dl dt{
	font-size:20px;
	font-family: "Noto Sans Japanese";
	margin-bottom:10px;
	padding-bottom:8px;
	border-bottom:2px solid #666;
}

.b_i_b02 ul li dl dd{
	font-size:15px;
}







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

.b_i_b03 dl dt{
	font-size:22px;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	margin-bottom:15px;
	line-height:140%;
	font-weight:bold;
}

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



.b_i_p{
	padding:25px 25px;
	font-size:20px;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	background:#0099CC;
	margin-bottom:60px;
	color:#FFF;
	text-align:center;
	line-height:140%;
}



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


.recruit_txt{
	margin-bottom:60px;
	line-height:160%;
	font-size:16px;
	word-break: break-all;
		
}

.recruit_txt dl{
	margin-top:40px;
}

.recruit_txt dl dt{
	font-size:28px;
	color:#069;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	margin-bottom:20px;
	line-height:150%;
	text-align:center;

}

.recruit_txt dl dt span{
	border-bottom:2px solid #069;
	padding-bottom:5px;
	
}

.recruit_txt dl dd{
	font-size:22px;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	margin-bottom:8px;
	line-height:140%;
	text-align:center;
}



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

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

.recruit_t table th{
	border-collapse:collapse;


	width:180px;
	color:#000000;
	padding:10px 0px;
	font-size:14px;
	line-height:160%;
	vertical-align:text-top;
	
	border-bottom:1px solid #cccccc;
}

.recruit_t table td{
	font-size:14px;
	border-collapse:collapse;
	text-align:left;
	padding:10px 0px;
	border-bottom:1px solid #cccccc;
	line-height:160%;
}



.recruit_txt01{
	margin-bottom:20px;
	line-height:160%;
	font-size:16px;
	word-break: break-all;
		
}


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

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

.recruit_b01 li:last-child{
	margin-right:0%;
}



.recruit_b01 dl{
	margin-top:15px;
}


.recruit_b01 dl dt{
}

.recruit_b01 dl dt p{
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
	background:#069;
	padding:20px 5px;
	box-sizing:border-box;
	color:#FFF;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	text-align:center;
}




.recruit_b01 dl dd{
	font-size:16px;
	margin-bottom:10px;
}

.recruit_b01 dl dd p{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-bottom:5px;
}







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

.recruit_btn li{
	width:48%;
	height:auto;
	float:left;
	margin-right:4%;
}

.recruit_btn li:last-child{
	margin-right:0%;
	float:right;
}

.recruit_btn li img{


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








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


.contact_b01{
	background:#006699;
	padding:50px 30px;
}


.contact_b01 dl dt{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	text-align:center;
	margin-bottom:30px;
	line-height:130%;
	font-size:28px;
	font-weight:bold;
	color:#FFF;
}

.contact_b01 dl dd{
	max-width:660px;
	width:100%;
	height:auto;
	margin:0 auto;
	border:3px solid #FFF;
	padding:30px;
	box-sizing:border-box;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	text-align:center;
	line-height:140%;
	font-size:37px;
	font-weight:bold;
	color:#FFF;
}

.contact_b01 dl dd a{
	color:#FFF;
	text-decoration:underline;
}

.contact_b01 dl dd a:hover{
	color:#FFF;
	text-decoration:none;
}







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

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

#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:13px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:25%;	
	font-family: "メイリオ", sans-serif;
}

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

	font-family: "メイリオ", sans-serif;
}


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

#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:#006599;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:13px;

　　/*角丸*/
	-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用 */
　　/*角丸*/

	font-family: "メイリオ", sans-serif;	
}

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: 919px) {

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

h1.h1_01{
	width:220px;
	height:auto;
	position: absolute;
	top:17px;
	left:0;
}


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


h2.h2_01{
	height:83px;
	background:url(../img/common/h2_bg.png) center center no-repeat;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	text-align:center;
	font-weight:bold;
	font-size:15px;
	margin-bottom:50px;
	color:#000;
	
	box-sizing:border-box;
	padding-top:27px;
}

h2.h2_01 p{
	font-size:36px;
	margin-bottom:8px;
	color:#0377ad;
}


h2.h2_02{
	height:83px;
	background:url(../img/common/h2_bg.png) center center no-repeat;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	text-align:center;
	font-weight:bold;
	font-size:15px;
	color:#000;
	box-sizing:border-box;
	padding-top:27px;
}

h2.h2_02 p{
	font-size:36px;
	margin-bottom:8px;
	color:#0377ad;
}


h3.h3_01{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	text-align:center;
	font-weight:bold;
	font-size:15px;
	color:#0377ad;
	line-height:130%;
	
	border-bottom:3px solid #000000;
	margin-bottom:40px;
	padding-bottom:10px;
}

h3.h3_01 p{
	font-size:30px;
	margin-bottom:12px;
	color:#000;
}



/* スライド ---------------------------------------------- */


.top_slide{
	width:100%;
	min-height:400px;

	

	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}



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

.main_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:0;
}


.bathing_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:0;
}

.facility_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:0;
}


.price_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:0;
}


.event_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:0;
}

.banquet_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:0;
}

.contact_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:0;
}


.stay_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:0;
}


.s_top_img{
	display:block; 
	text-align:center;
	margin:0 !important;
	padding:0 !important;

	  z-index:1; 
}

.s_top_img img{
	width:100%;
	height:auto !important;
	margin:0 !important;
	padding:0 !important;

	display:block;
	line-height:0 !important;
	vertical-align:bottom;
}


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

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






/* トップ由来 ---------------------------------------------- */

.tp_yr_bg{
	width: 100%;
	height:618px !important;
	background:url(../img/top/01_bg.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 0px auto;	
}

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

.tp_yr{
}

.tp_yr dl dt{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	text-align:center;
	color:#014b79;
	margin-bottom:10px;
	line-height:130%;
	font-size:28px;
	font-weight:bold;
}

.tp_yr dl dd{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	text-align:center;
	color:#014b79;
	margin-bottom:20px;
	line-height:140%;
	font-size:16px;
	margin-bottom:40px;

	text-align: justify;
	text-justify: inter-ideograph;	
}


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



/* トップ ご宿泊プラン ---------------------------------------------- */



.tp_sp_bg{
	background:url(../img/top/02_bg.jpg) repeat;
	padding:50px 0 60px 0;
}


.tp_sp_ttl01{
	font-size:34px;
	line-height:140%;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	color:#ffff66;
	font-weight:bold;
	text-align:center;
	border-top:3px solid #ffff99;
	border-bottom:3px solid #ffff99;
	padding:15px 0 12px 0;
	margin-bottom:40px;
}


.tp_sp{
}

.tp_sp dl dt{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	color:#FFF;
	text-align:center;
	margin-bottom:20px;
	line-height:130%;
	font-size:50px;
	font-weight:bold;
}


.tp_sp dl dd{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	color:#FFF;
	text-align:center;
	margin-bottom:20px;
	line-height:140%;
	font-size:22px;
	font-weight:bold;
	
	word-break:break-all;
}


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

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

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




.tp_sp_b01{
	max-width:660px;
	width:100%;
	height:auto;
	margin:0 auto 40px auto;
}

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

	
	border:1px solid #FFF;
	box-sizing:border-box;
	padding:20px 5px;
	
	color:#FFF;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
}

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

.tp_sp_b01 ul li dl dt{
	text-align:center;
	font-size:24px;
	font-weight:bold;
	line-height:140%;
	margin-bottom:7px;
}

.tp_sp_b01 ul li dl dt span{

	color:#ffff00;
}

.tp_sp_b01 ul li dl dd{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	line-height:140%;
}

.tp_sp_b01 ul li dl dd p{
	font-size:27px;
	margin-bottom:8px;
}

.tp_sp_b01 ul li dl dd p span{
	color:#ffff99;
}


.tp_more{
	width:250px;
	height:auto;
	margin:0 auto;
	background:#cc0000;
}

.tp_more a{
	text-align:center;
	display:block;
	padding:10px;
	line-height:100%;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	color:#FFF;
	font-size:18px;
}

.tp_more a:hover{
	text-decoration:underline;
	color:#FFF;
}



/* トップ ご宴会プラン ---------------------------------------------- */


.tp_ep_bg{
	background:url(../img/top/03_bg.jpg) repeat;
	padding:50px 0 60px 0;
}

.tp_ep{
}

.tp_ep dl dt{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	color:#FFF;
	text-align:center;
	margin-bottom:20px;
	line-height:130%;
	font-size:50px;
	font-weight:bold;
}

.tp_ep dl dd{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	color:#FFF;
	text-align:center;
	margin-bottom:20px;
	line-height:140%;
	font-size:22px;
	font-weight:bold;
	
	word-break:break-all;
}


.tp_ep dl dd p{
	font-size:16px;
	margin-top:5px;
}

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

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

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



/* トップ ご入浴---------------------------------------------- */




.tp_np_bg{
	background:url(../img/top/04_bg.jpg) repeat;
	padding:50px 0 60px 0;
}

.tp_np{
}

.tp_np dl dt{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	color:#FFF;
	text-align:center;
	margin-bottom:20px;
	line-height:130%;
	font-size:50px;
	font-weight:bold;
}

.tp_np dl dd{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	color:#FFF;
	text-align:center;
	margin-bottom:20px;
	line-height:140%;
	font-size:22px;
	font-weight:bold;
	
	word-break:break-all;
}




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

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

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



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

.tp_np_b01 ul{
	margin-bottom:20px;
}

.tp_np_b01 ul li{
	width:49%;
	height:160px;
	float:left;
	margin-right:2%;


 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
	
	border:1px solid #FFF;
	box-sizing:border-box;
	padding:20px 5px;
	
	color:#FFF;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	
	margin-bottom:20px;
}


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


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

.tp_np_b01 ul li dl dt{
	text-align:center;
	font-size:24px;
	font-weight:bold;
	line-height:140%;
	margin-bottom:5px;
}

.tp_np_b01 ul li dl dt span{

	color:#ff6666;
}

.tp_np_b01 ul li dl dd{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height:140%;
}

.tp_np_b01 ul li dl dd p{
	font-size:20px;
	margin-bottom:5px;
	line-height:140%;
}

.tp_np_b01 ul li dl dd p span{
	color:#ffff99;
}

.tp_np_txt01{
	color:#FFF;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	text-align:center;
	font-size:16px;

}


/* 休館のお知らせ---------------------------------------------- */


.tp_oshirase_btm01{
    margin-bottom: 25px;
}



.tp_oshirase_bg{
	width:100%;
	height:auto;
	margin:0 auto;
	background:url(../img/top/event_bg.jpg) repeat;
	padding:50px 0;
}

.tp_oshirase{
	background:#2282b2;
	padding:40px 30px;
	color:#FFFFFF;
}


.tp_oshirase dl dt{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	text-align:center;
	margin-bottom:10px;
	line-height:130%;
	font-size:28px;
	font-weight:bold;
}

.tp_oshirase dl dt a{
	color:#FFF;
	text-decoration:underline;
}

.tp_oshirase dl dt a:hover{
	color:#FFF;
	text-decoration:none;
}

.tp_oshirase dl dd{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;

	line-height:130%;
	font-size:20px;
	font-weight:bold;
	color:#FFF;
}


.tp_oshirase dl dd span{
	color:#FF0;
}

/* トップイベント---------------------------------------------- */



.responsive_slide_bg{
	width:100%;
	height:auto;
	margin:0 auto;
	background:url(../img/top/event_bg.jpg) repeat;
	padding:50px 0;
}
.responsive_slide{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;

}

.responsive_slide_list{
	width:100%;
	height:auto;	
}

.responsive_slide_list_b{
	margin-right:8px;
	background:#FFF;

	text-align:center;
	
}
 
.responsive_slide_list_b img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.responsive_slide_list_b:hover img {
	opacity: .6;
}


/* トップ 割引券---------------------------------------------- */


.tp_wk{
	text-align:center;
}


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


/* トップニュース---------------------------------------------- */


.news-box-bg01{
	width:100%;
	height:auto;
	background:#e60012;
}

.news-box-in01{
	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;
	padding:20px 0;
}

.news-box-ttl{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	font-style:oblique;

	text-align:center;
	font-weight:bold;
	font-size:22px;
	color:#FFF;
	background:url(../img/top/news_b.png) bottom center no-repeat;
	padding-bottom:35px;
}


.news-box-bg02{
	width:100%;
	height:auto;
	background:#f5f4f4;
}


.news-box{
	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;
	padding:25px 0;


}

.news-box ul li{
	width:33.333%;
	height:auto;
	margin-right:0%;
	padding-bottom:15px;
	float:left;
	border-right:1px dotted #cccccc;
	box-sizing:border-box;
	padding:0 1%;
	text-align:left;
	
}

.news-box ul li:nth-child(1){
	border-left:1px dotted #cccccc;
	box-sizing:border-box;
}

.news-box ul li:nth-child(3n){
	float:right;
	margin-right:0;
}


.news-box dl dt{
	font-size:14px;
	color:#006699;
	margin-bottom:4px;
}

.news-box dl dd{
	font-size:16px;
	color:#000;
}

.news-box dl dd a{
	font-size:16px;
	color:#000000;
	text-decoration:none;
}

.news-box dl dd a:hover{
	font-size:16px;
	color:#000000;
	text-decoration:underline;
}







/* ご入浴---------------------------------------------- */


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


.bt_fee{
	margin-bottom:60px;
}

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

.bt_fee dl dd{
	padding-left:130px;
	font-size:16px;
	color:#000000;
	border-bottom:1px dotted #999999;
	padding-bottom:12px;
	margin-bottom:14px;
	line-height:160%;
}

.bt_fee dl dd a{
	font-size:16px;
	color:#000000;
	text-decoration:none;
}

.bt_fee dl dd a:hover{
	font-size:16px;
	color:#000000;
	text-decoration:underline;
}

.bt_fee p{
	font-size:15px;
	color:#ff0000;
}


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


.bt_img02{
	text-align:center;
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom:1px dotted #999999;
}


.bt_01{
	width:100%;
	height:auto;
}


.bt_01 ul li{
	margin-bottom:40px;
	padding-bottom:30px;
	border-bottom:1px dotted #999999;
	float:left;
	width:49%;
	margin-right:2%;
}

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


.bt_01_l{
	width:100%;
	height:auto;
	float:none;
	text-align:center;
	margin-bottom:20px;
}

.bt_01_r{
	width:100%;
	height:auto;
	float:none;
}



.bt_01 dl dt{
	font-size:18px;
	margin-bottom:13px;
	color:#0377ad;
	font-weight:bold;
	font-family: "Noto Sans JP";
	text-align:center;
}

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







/* 館内のご案内---------------------------------------------- */


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



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

.fc_01{
	margin-bottom:60px;
}

.fc_01 ul li{
	background:url(../img/facility/list.jpg) left 6px no-repeat;
	margin-right:15px;
	float:left;
	padding-left:10px;
	margin-bottom:8px;
	font-size:16px;
}



.fc_02{
	width:100%;
	height:auto;
}


.fc_02 ul li{
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom:1px dotted #999999;
	
	float:none;
	width:100;
	margin-right:0%;
}





.fc_02_l{
	width:100%;
	height:auto;
	float:none;
	text-align:center;
	margin-bottom:20px;
}

.fc_02_r{
	width:100%;
	height:auto;
	float:none;
}



.fc_02 dl dt{
	font-size:22px;
	margin-bottom:15px;
	color:#0377ad;
	font-weight:bold;
	font-family: "Noto Sans JP";
}

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


.fc_02 dl dd dl dt{
	font-size:16px;
	margin-bottom:0px;
	float:left;
	clear:both;
	color:#000;
	font-weight:bold;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", hirakakupro-w3, verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;

	line-height:150%;
	word-break:break-all;

}

.fc_02 dl dd dl dd{
	padding-left:95px;
	font-size:16px;
	color:#000000;
	line-height:170%;
	margin-bottom:5px;
}

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



.fc_02 p{
	margin-top:10px;
	font-size:16px;
	line-height:150%;
}








/* 料金について---------------------------------------------- */



.pr_01{
	margin-bottom:60px;
}


.pr_01 dl dt{
	font-size:16px;
	margin-bottom:0px;
	float:left;
	clear:both;
	color:#000;
	font-weight:bold;
	line-height:150%;


}

.pr_01 dl dd{
	padding-left:180px;
	font-size:16px;
	color:#000000;
	line-height:150%;
	margin-bottom:5px;
	word-break:break-all;
	
	border-bottom:1px dotted #999999;
	padding-bottom:17px;
	margin-bottom:20px;
}

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


.pr_01 p{
	color:#ff0000;
	margin-top:20px;
	font-size:16px;
	line-height:150%;
}



.pr_02{
	font-size:16px;
	line-height:150%;
	margin-bottom:60px;
}









/* イベント情報--------------------------------------------- */


.ev_01{
	width:100%;
	height:auto;
}

.ev_01 ul li{
	width:32%;
	height:auto;
	margin-right:2%;
	float:left;
	margin-bottom:30px;
}

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

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

.ev_01 ul li dl dt{
	text-align:center;
	margin-bottom:7px;
	box-sizing:border-box;
	border:3px solid #ff0000;
}

.ev_01 ul li dl dd{
	text-align:center;
	font-size:16px;
	line-height:150%;
	margin-bottom:8px;
}

.ev_01 ul li a{
	color:#000;
}

.ev_01 ul li a:hover{
	color:#000;
	text-decoration:underline;
}




.ev_01 ul li p{
	width:110px;
	height:auto;
	margin:0 auto;
	box-sizing:border-box;
	line-height:110%;
	background:#cc0000;
	text-align:center;
}

.ev_01 ul li a p{
	display:block;
	padding:5px 0;
	color:#FFF;
}

.ev_01 ul li a:hover p{
	color:#FFF;
	text-decoration:underline;
}



/* ご宴会--------------------------------------------- */


.bq_01{
	margin-bottom:40px;
}

.bq_01 dl dt{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	line-height:130%;
	text-align:center;
	font-size:22px;
	margin-bottom:15px;
	
	font-weight:bold;
}

.bq_01 dl dd{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	line-height:130%;
	text-align:center;
	font-size:16px;
}



.bq_02{
	margin-bottom:40px;
}

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

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






/* ご宿泊--------------------------------------------- */


.sty_b01{
	margin-bottom:30px;
}

.sty_b01 dl dt{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	line-height:130%;
	font-size:24px;
	text-align:center;
	margin-bottom:15px;
}

.sty_b01 dl dt p{
	font-size:48px;
	color:#0099cc;
	margin-bottom:20px;
}


.sty_b01 dl dd{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	line-height:130%;
	font-size:24px;
	text-align:center;
}


.sty_b02{
	margin-bottom:30px;
}


.sty_b02 ul li{
	width:32%;
	height:70px;
	float:left;
	margin-right:2%;
	
	background:#cc0000;
	text-align:center;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	line-height:130%;	
	font-size:20px;
	color:#FFF;
	padding:10px 5px 10px 5px;
	
	box-sizing:border-box;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


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



.sty_b03{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	line-height:130%;	
	font-size:16px;
	text-align:center;
	margin-bottom:40px;
}


.sty_b04{
	margin-bottom:30px;
}


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

}

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






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

.sty_b05 ul li{
	width:49%;
	height:auto;
	float:left;
	margin-right:2%;
	
	background:#006699;
	box-sizing:border-box;
	padding:20px 10px;
	
	color:#FFF;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
}

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

.sty_b05 ul li dl dt{
	text-align:center;
	font-size:24px;
	font-weight:bold;
	line-height:140%;
	margin-bottom:7px;
}

.sty_b05 ul li dl dt span{

	color:#ffff00;
}

.sty_b05 ul li dl dd{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	line-height:140%;
}

.sty_b05 ul li dl dd p{
	font-size:27px;
	margin-bottom:8px;
}

.sty_b05 ul li dl dd p span{
	color:#ffff99;
}





/* 経営理念---------------------------------------------- */


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

.m_p_txt01 dl{
	margin-top:15px;
}

.m_p_txt01 dl dt{
	font-size:16px;
	font-weight:bold;
	margin-bottom:1px;
	float:left;
	clear:both;
	color:#069;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
}

.m_p_txt01 dl dd{
	font-size:16px;
	margin-bottom:10px;

}

.m_p_txt01 p{
	font-size:22px;
	color:#069;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	margin-bottom:10px;
	line-height:140%;
}

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



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


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

.c_i_msg_l{
	width:100%;
	height:auto;
	float:none;
	font-size:14px;
	line-height:150%;
}

.c_i_msg_r{
	width:100%;
	height:auto;
	float:none;
	margin-bottom:20px;
}

.c_i_msg_r p{
	text-align:center;
	font-size:14px;
	margin-top:8px;
}


.c_i_msg_r img{
	max-width:180px;
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	display:block;
}


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

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

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

.gaiyou_b01 table td{
	font-size:15px;
	padding:0px 0;
	line-height:140%;
	vertical-align:top;
	padding:10px 0;
	border-bottom:1px dotted #999999;
}

.gaiyou_b01 table td dl{
	margin-bottom:7px;
}

.gaiyou_b01 table td dl dt{
	font-weight:bold;
	margin-bottom:3px;
}

.gaiyou_b01 table td dl dd{
	margin-bottom:2px;
}

.gaiyou_b01 table td dl:last-child{
	margin-bottom:0px;
}

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

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



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

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

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

.gaiyou_b02 table td{
	font-size:15px;
	padding:0px 0;
	line-height:140%;
	vertical-align:top;
	padding:10px 0;
	border-bottom:1px dotted #999999;
}

.gaiyou_b02 table td dl{
	margin-bottom:7px;
}

.gaiyou_b02 table td dl dt{
	font-weight:bold;
	margin-bottom:3px;
}

.gaiyou_b02 table td dl dd{
	margin-bottom:2px;
}

.gaiyou_b02 table td dl:last-child{
	margin-bottom:0px;
}

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

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


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

.shikaku_list ul li{
	width:100%;
	height:auto;
	float:left;
	margin-right:0;	
}

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


.shikaku_list ul li dl dt{
	font-size:15px;
	float:left;
	clear:both:
}

.shikaku_list ul li dl dd{
	font-size:15px;
	text-align:right;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px dotted #999999;
}




.map_txt{
font-size:16px;
	line-height:150%;
	text-align:center;
}

.map_txt p{
	font-weight:bold;
	margin-bottom:5px;
}

#map01{
	width:100%;
	height:500px;
	box-sizing:border-box;
	border:1px solid #CCC;

}




/* トップ　カテゴリ---------------------------------------------- */

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

.top_cat ul li{
	width:32%;
	height:auto;
	margin-right:2%;

	float:left;

	text-align:center;
	font-family: "Noto Sans Japanese";
}



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



.top_cat ul li dl dt{
}

.top_cat ul li dl dd{

	font-size:16px;
	line-height:110%;
	color:#FFF;

	display:block;
	background:url(../img/common/01-bg.jpg) repeat;
}


.top_cat ul li dl dd a{
	padding:13px 0 15px 0;
	font-size:16px;
	line-height:110%;
	color:#FFF;

	display:block;
	background:url(../img/common/01-bg.jpg) repeat;
/*	text-shadow: 1px 1px 3px #333333;*/
}

.top_cat ul li dl dd a:hover{
	color:#FFF;
	text-decoration:underline;
	background:url(../img/common/01-bg_h.jpg) repeat;
}

.top_cat_h{
	color:#FFF !important;
	text-decoration:underline !important;
	background:url(../img/common/01-bg_h.jpg) repeat !important;
}


/* 事業案内---------------------------------------------- */


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

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


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

.b_i_txt01 dl dt{
	font-weight:bold;
	margin-bottom:5px;

}

.b_i_txt01 dl dd{
	font-size:16px;
	margin-bottom:20px;
}

.b_i_txt01 ul li{
	width:100% !important;
	float:none !important;
	margin-right:0 !important;
	list-style:disc;
	margin-left:20px;
	margin-bottom:5px;
}


.b_i_b01{
	width:100%;
	height:auto;
}


.b_i_b01 ul li{
	width:48%;
	height:auto;
	float:left;
	margin-right:4%;	
}

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



.b_i_b02{
	width:100%;
	height:auto;
}


.b_i_b02 ul li{
	width:48%;
	height:auto;
	float:left;
	margin-right:4%;
	margin-bottom:40px;
}

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

.b_i_b02 ul li img{
	width:100%;
	height:auto;
	margin-bottom:20px;
}

.b_i_b02 ul li dl dt{
	font-size:20px;
	font-family: "Noto Sans Japanese";
	margin-bottom:10px;
	padding-bottom:8px;
	border-bottom:2px solid #666;
}

.b_i_b02 ul li dl dd{
	font-size:15px;
}




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

.b_i_b03 dl dt{
	font-size:22px;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	margin-bottom:15px;
	line-height:140%;
	font-weight:bold;
}

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

.b_i_p{
	padding:25px 25px;
	font-size:18px;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	background:#0099CC;
	margin-bottom:60px;
	color:#FFF;
	text-align:center;
	line-height:140%;
}



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


.recruit_txt{
	margin-bottom:60px;
	line-height:160%;
	font-size:16px;
	word-break: break-all;
		
}


.recruit_txt dl{
	margin-top:40px;
}

.recruit_txt dl dt{
	font-size:28px;
	color:#069;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	margin-bottom:20px;
	line-height:150%;
	text-align:center;

}

.recruit_txt dl dt span{
	border-bottom:2px solid #069;
	padding-bottom:5px;
	
}

.recruit_txt dl dd{
	font-size:22px;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	margin-bottom:8px;
	line-height:140%;
	text-align:center;
}



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

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

.recruit_t table th{
	border-collapse:collapse;


	width:180px;
	color:#000000;
	padding:10px 0px;
	font-size:14px;
	line-height:160%;
	vertical-align:text-top;
	
	border-bottom:1px solid #cccccc;
}

.recruit_t table td{
	font-size:14px;
	border-collapse:collapse;
	text-align:left;
	padding:10px 0px;
	border-bottom:1px solid #cccccc;
	line-height:160%;
}




.recruit_txt01{
	margin-bottom:20px;
	line-height:160%;
	font-size:16px;
	word-break: break-all;
		
}


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

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

.recruit_b01 li:last-child{
	margin-right:0%;
}



.recruit_b01 dl{
	margin-top:15px;
}

.recruit_b01 dl dt{
}

.recruit_b01 dl dt p{
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
	background:#069;
	padding:20px 5px;
	box-sizing:border-box;
	color:#FFF;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	text-align:center;
}

.recruit_b01 dl dd{
	font-size:16px;
	margin-bottom:10px;
}

.recruit_b01 dl dd p{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-bottom:5px;
}




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

.recruit_btn li{
	width:48%;
	height:auto;
	float:left;
	margin-right:2%;
}

.recruit_btn li:last-child{
	margin-right:0%;
	float:right;
}

.recruit_btn li img{


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




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



.contact_b01{
	background:#006699;
	padding:50px 30px;
}


.contact_b01 dl dt{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	text-align:center;
	margin-bottom:30px;
	line-height:130%;
	font-size:28px;
	font-weight:bold;
	color:#FFF;
}

.contact_b01 dl dd{
	max-width:660px;
	width:100%;
	height:auto;
	margin:0 auto;
	border:3px solid #FFF;
	padding:30px;
	box-sizing:border-box;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	text-align:center;
	line-height:140%;
	font-size:37px;
	font-weight:bold;
	color:#FFF;
}

.contact_b01 dl dd a{
	color:#FFF;
	text-decoration:underline;
}

.contact_b01 dl dd a:hover{
	color:#FFF;
	text-decoration:none;
}



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

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

#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:13px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:25%;
	font-family: "メイリオ", sans-serif;
}

#contact-f td{
	font-size:13px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;
	font-family: "メイリオ", sans-serif;
}


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

#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:#006599;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;

　　/*角丸*/
	-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用 */
　　/*角丸*/

	font-family: "メイリオ", sans-serif;	
}

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: 690px) {	
	
/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
	width:180px;
	height:auto;
	position: absolute;
	top:22px;
	left:0;

}

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


h2.h2_01{
	height:83px;
	background:url(../img/common/h2_bg.png) center center no-repeat;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	text-align:center;
	font-weight:bold;
	font-size:15px;
	margin-bottom:30px;
	color:#000;
	
	box-sizing:border-box;
	padding-top:27px;
}

h2.h2_01 p{
	font-size:27px;
	margin-bottom:8px;
	color:#0377ad;
}


h2.h2_02{
	height:83px;
	background:url(../img/common/h2_bg.png) center center no-repeat;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	text-align:center;
	font-weight:bold;
	font-size:15px;
	color:#000;
	
	box-sizing:border-box;
	padding-top:27px;
}

h2.h2_02 p{
	font-size:27px;
	margin-bottom:8px;
	color:#0377ad;
}



h3.h3_01{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	color:#0377ad;
	line-height:130%;
	
	border-bottom:3px solid #000000;
	margin-bottom:30px;
	padding-bottom:6px;
}

h3.h3_01 p{
	font-size:22px;
	margin-bottom:5px;
	color:#000;
}



/* スライド ---------------------------------------------- */


.top_slide{
	width:100%;
	min-height:260px;

	 	 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}


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


.main_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:0;
}


.bathing_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:0;
}


.facility_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:0;
}

.price_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:0;
}


.event_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:0;
}


.banquet_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:0;
}

.contact_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:0;
}

.stay_top_img{
	width: 100%;
	height:auto !important;
  	background:none;	
	margin:0px auto 0px auto;
	padding:0;
}



.s_top_img{
	display:block; 
	text-align:center;
	margin:0 !important;
	padding:0 !important;

	  z-index:1; 
}

.s_top_img img{
	width:100%;
	height:auto !important;
	margin:0 !important;
	padding:0 !important;

	display:block;
	line-height:0 !important;
	vertical-align:bottom;
}


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

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




/* トップ由来 ---------------------------------------------- */

.tp_yr_bg{
	width: 100%;
	height:480px !important;
	background:url(../img/top/01_bg.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 0px auto;	
}

.tp_yr_img01{
	text-align:center;
	margin-bottom:20px;
}

.tp_yr{
}

.tp_yr dl dt{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	text-align:center;
	color:#014b79;
	margin-bottom:10px;
	line-height:130%;
	font-size:18px;
	font-weight:bold;
}

.tp_yr dl dd{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	text-align:center;
	color:#014b79;
	margin-bottom:20px;
	line-height:140%;
	font-size:14px;
	margin-bottom:20px;

	text-align: justify;
	text-justify: inter-ideograph;
}


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




/* トップ ご宿泊プラン ---------------------------------------------- */



.tp_sp_bg{
	background:url(../img/top/02_bg.jpg) repeat;
	padding:40px 0 50px 0;
}



.tp_sp_ttl01{
	font-size:26px;
	line-height:140%;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	color:#ffff66;
	font-weight:bold;
	text-align:center;
	border-top:3px solid #ffff99;
	border-bottom:3px solid #ffff99;
	padding:10px 0 8px 0;
	margin-bottom:30px;
}


.tp_sp{
}

.tp_sp dl dt{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	color:#FFF;
	text-align:center;
	margin-bottom:20px;
	line-height:130%;
	font-size:30px;
	font-weight:bold;
}


.tp_sp dl dd{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	color:#FFF;
	text-align:center;
	margin-bottom:20px;
	line-height:140%;
	font-size:16px;
	font-weight:bold;
	
	word-break:break-all;
}


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

.tp_sp_b ul{
	text-align:center;
}


.tp_sp_b ul li{
	width:100%;
	height:auto;
	float:none;
	margin-right:0%;
	margin-bottom:20px;
}

.tp_sp_b ul li:last-child{
	margin-right:0%;
	margin-bottom:0px;
}




.tp_sp_b01{
	max-width:660px;
	width:100%;
	height:auto;
	margin:0 auto 40px auto;
}

.tp_sp_b01 ul li{
	width:100%;
	height:auto;
	float:left;
	margin-right:0%;
	margin-bottom:20px;

	
	border:1px solid #FFF;
	box-sizing:border-box;
	padding:20px 10px;
	
	color:#FFF;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
}

.tp_sp_b01 ul li:last-child{
	margin-right:0%;
	margin-bottom:0px;
}

.tp_sp_b01 ul li dl dt{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	line-height:140%;
	margin-bottom:7px;
}

.tp_sp_b01 ul li dl dt span{

	color:#ffff00;
}

.tp_sp_b01 ul li dl dd{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height:140%;
}

.tp_sp_b01 ul li dl dd p{
	font-size:20px;
	margin-bottom:5px;
}

.tp_sp_b01 ul li dl dd p span{
	color:#ffff99;
}


.tp_more{
	width:250px;
	height:auto;
	margin:0 auto;
	background:#cc0000;
}

.tp_more a{
	text-align:center;
	display:block;
	padding:10px;
	line-height:100%;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	color:#FFF;
	font-size:18px;
}

.tp_more a:hover{
	text-decoration:underline;
	color:#FFF;
}



/* トップ ご宴会プラン ---------------------------------------------- */


.tp_ep_bg{
	background:url(../img/top/03_bg.jpg) repeat;
	padding:40px 0 50px 0;
}

.tp_ep{
}

.tp_ep dl dt{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	color:#FFF;
	text-align:center;
	margin-bottom:20px;
	line-height:130%;
	font-size:30px;
	font-weight:bold;
}

.tp_ep dl dd{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	color:#FFF;
	text-align:center;
	margin-bottom:20px;
	line-height:140%;
	font-size:16px;
	font-weight:bold;
	
	word-break:break-all;
}


.tp_ep dl dd p{
	font-size:14px;
	margin-top:5px;
}

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

.tp_ep_b01 ul{
	text-align:center;
}

.tp_ep_b01 ul li{
	width:100%;
	height:auto;
	float:left;
	margin-right:0%;
	margin-bottom:20px;
	text-align:center;
}

.tp_ep_b01 ul li:last-child{
	margin-right:0%;
	margin-bottom:0px;
}




/* トップ ご入浴---------------------------------------------- */




.tp_np_bg{
	background:url(../img/top/04_bg.jpg) repeat;
	padding:50px 0 60px 0;
}

.tp_np{
}

.tp_np dl dt{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	color:#FFF;
	text-align:center;
	margin-bottom:20px;
	line-height:130%;
	font-size:30px;
	font-weight:bold;
}

.tp_np dl dd{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	color:#FFF;
	text-align:center;
	margin-bottom:20px;
	line-height:140%;
	font-size:16px;
	font-weight:bold;
	
	word-break:break-all;
}




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

.tp_np_b ul li{
	width:100%;
	height:auto;
	float:left;
	margin-right:0%;
	margin-bottom:20px;
	text-align:center;
}

.tp_np_b ul li:last-child{
	margin-right:0%;
    margin-bottom: 0;
}




    

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

.tp_np_b01 ul{
	margin-bottom:20px;
}

.tp_np_b01 ul li{
	width:100%;
	height:140px;
	float:left;
	margin-right:0%;
	margin-bottom:20px;


 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
   
	border:1px solid #FFF;
	box-sizing:border-box;
	padding:20px 10px;
	
	color:#FFF;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
}

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

.tp_np_b01 ul li dl dt{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	line-height:140%;
	margin-bottom:7px;
}

.tp_np_b01 ul li dl dt span{

	color:#ff6666;
}

.tp_np_b01 ul li dl dd{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height:140%;
}

.tp_np_b01 ul li dl dd p{
	font-size:20px;
	margin-bottom:5px;
	line-height:140%;
}

.tp_np_b01 ul li dl dd p span{
	color:#ffff99;
}

.tp_np_txt01{
	color:#FFF;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	text-align:center;
	font-size:16px;

}


/* 休館のお知らせ---------------------------------------------- */


.tp_oshirase_btm01{
    margin-bottom: 20px;
}




.tp_oshirase_bg{
	width:100%;
	height:auto;
	margin:0 auto;
	background:url(../img/top/event_bg.jpg) repeat;
	padding:30px 0;
}

.tp_oshirase{
	background:#2282b2;
	padding:20px 15px;
	color:#FFFFFF;
}


.tp_oshirase dl dt{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	text-align:center;
	margin-bottom:10px;
	line-height:130%;
	font-size:20px;
	font-weight:bold;
}

.tp_oshirase dl dt a{
	color:#FFF;
	text-decoration:underline;
}

.tp_oshirase dl dt a:hover{
	color:#FFF;
	text-decoration:none;
}

.tp_oshirase dl dd{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;

	line-height:130%;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
}


.tp_oshirase dl dd span{
	color:#FF0;
}



/* トップイベント---------------------------------------------- */



.responsive_slide_bg{
	width:100%;
	height:auto;
	margin:0 auto;
	background:url(../img/top/event_bg.jpg) repeat;
	padding:30px 0;
}
.responsive_slide{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;

}

.responsive_slide_list{
	width:100%;
	height:auto;	
}

.responsive_slide_list_b{
	margin-right:8px;
	background:#FFF;

	text-align:center;
	
}
 
.responsive_slide_list_b img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.responsive_slide_list_b:hover img {
	opacity: .6;
}

/* トップ 割引券---------------------------------------------- */


.tp_wk{
	text-align:center;
}


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


/* トップニュース---------------------------------------------- */


.news-box-bg01{
	width:100%;
	height:auto;
	background:#e60012;
}

.news-box-in01{
	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;
	padding:13px 0;
}

.news-box-ttl{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	font-style:oblique;

	text-align:center;
	font-weight:bold;
	font-size:18px;
	color:#FFF;
	background:url(../img/top/news_b.png) bottom center no-repeat;
	padding-bottom:35px;
}


.news-box-bg02{
	width:100%;
	height:auto;
	background:#f5f4f4;
}


.news-box{
	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;
	padding:25px 0;


}

.news-box ul li{
	width:100%;
	height:auto;
	margin-right:0%;
	padding-bottom:15px;
	float:none;
	border-bottom:1px dotted #CCCCCC;
	border-right:none;
	box-sizing:border-box;
	padding:0 0 8px 0;
	margin-bottom:10px;
	text-align:left;
	
}

.news-box ul li:nth-child(1){
	border-left:none;
	box-sizing:border-box;
}

.news-box ul li:nth-child(3n){
	float:right;
	margin-right:0;
}


.news-box dl dt{
	font-size:13px;
	color:#006699;
	margin-bottom:4px;
}

.news-box dl dd{
	font-size:14px;
	color:#000;
}

.news-box dl dd a{
	font-size:14px;
	color:#000000;
	text-decoration:none;
}

.news-box dl dd a:hover{
	font-size:14px;
	color:#000000;
	text-decoration:underline;
}





/* ご入浴---------------------------------------------- */


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

.bt_fee{
	margin-bottom:40px;
}

.bt_fee dl dt{
	font-size:16px;
	font-weight:bold;
	float:none;
	clear:both;
	line-height:160%;
}

.bt_fee dl dd{
	padding-left:0px;
	font-size:14px;
	color:#000000;
	border-bottom:1px dotted #999999;
	padding-bottom:12px;
	margin-bottom:14px;
	line-height:160%;
}

.bt_fee dl dd a{
	font-size:16px;
	color:#000000;
	text-decoration:none;
}

.bt_fee dl dd a:hover{
	font-size:16px;
	color:#000000;
	text-decoration:underline;
}

.bt_fee p{
	font-size:14px;
	color:#ff0000;
}


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


.bt_img02{
	text-align:center;
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom:1px dotted #999999;
}


.bt_01{
	width:100%;
	height:auto;
}


.bt_01 ul li{
	margin-bottom:30px;
	padding-bottom:20px;
	border-bottom:1px dotted #999999;
	float:left;
	width:100%;
	margin-right:0%;
}

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


.bt_01_l{
	width:100%;
	height:auto;
	float:none;
	text-align:center;
	margin-bottom:20px;
}

.bt_01_r{
	width:100%;
	height:auto;
	float:none;
}



.bt_01 dl dt{
	font-size:17px;
	margin-bottom:13px;
	color:#0377ad;
	font-weight:bold;
	font-family: "Noto Sans JP";
	text-align:center;
}

.bt_01 dl dd{
	font-size:14px;
	line-height:150%;
	word-break:break-all;
}







/* 館内のご案内---------------------------------------------- */


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



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

.fc_01{
	margin-bottom:40px;
}

.fc_01 ul li{
	background:url(../img/facility/list.jpg) left 6px no-repeat;
	margin-right:15px;
	float:left;
	padding-left:10px;
	margin-bottom:8px;
	font-size:14px;
}



.fc_02{
	width:100%;
	height:auto;
}


.fc_02 ul li{
	margin-bottom:30px;
	padding-bottom:20px;
	border-bottom:1px dotted #999999;
	
	float:none;
	width:100;
	margin-right:0%;
}





.fc_02_l{
	width:100%;
	height:auto;
	float:none;
	text-align:center;
	margin-bottom:20px;
}

.fc_02_r{
	width:100%;
	height:auto;
	float:none;
}



.fc_02 dl dt{
	font-size:18px;
	margin-bottom:10px;
	color:#0377ad;
	font-weight:bold;
	font-family: "Noto Sans JP";
}

.fc_02 dl dd{
	font-size:14px;
	line-height:140%;
	word-break:break-all;
}


.fc_02 dl dd dl dt{
	font-size:14px;
	margin-bottom:0px;
	float:left;
	clear:both;
	color:#000;
	font-weight:bold;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", hirakakupro-w3, verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;

	line-height:140%;
	word-break:break-all;

}

.fc_02 dl dd dl dd{
	padding-left:75px;
	font-size:14px !important;
	color:#000000;
	line-height:140%;
	margin-bottom:5px;
}

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


.fc_02 p{
	margin-top:10px;
	font-size:14px;
	line-height:140%;
}



/* 料金について---------------------------------------------- */



.pr_01{
	margin-bottom:40px;
}


.pr_01 dl dt{
	font-size:15px;
	margin-bottom:0px;
	float:none;
	clear:both;
	color:#000;
	font-weight:bold;
	line-height:140%;
	margin-bottom:5px;


}

.pr_01 dl dd{
	padding-left:0px;
	font-size:14px;
	color:#000000;
	line-height:140%;
	margin-bottom:5px;
	word-break:break-all;
	
	border-bottom:1px dotted #999999;
	padding-bottom:12px;
	margin-bottom:15px;
}

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


.pr_01 p{
	color:#ff0000;
	margin-top:10px;
	font-size:14px;
	line-height:140%;
}



.pr_02{
	font-size:14px;
	line-height:140%;
	margin-bottom:40px;
}









/* イベント情報--------------------------------------------- */


.ev_01{
	width:100%;
	height:auto;
}

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

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


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

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



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

.ev_01 ul li dl dt{
	text-align:center;
	margin-bottom:7px;
	box-sizing:border-box;
	border:3px solid #ff0000;
}

.ev_01 ul li dl dd{
	text-align:center;
	font-size:14px;
	line-height:140%;
	margin-bottom:8px;
}

.ev_01 ul li a{
	color:#000;
}

.ev_01 ul li a:hover{
	color:#000;
	text-decoration:underline;
}




.ev_01 ul li p{
	width:110px;
	height:auto;
	margin:0 auto;
	box-sizing:border-box;
	line-height:110%;
	background:#cc0000;
	text-align:center;
}

.ev_01 ul li a p{
	display:block;
	padding:5px 0;
	color:#FFF;
}

.ev_01 ul li a:hover p{
	color:#FFF;
	text-decoration:underline;
}




/* ご宴会--------------------------------------------- */


.bq_01{
	margin-bottom:20px;
}

.bq_01 dl dt{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	line-height:130%;
	text-align:center;
	font-size:16px;
	margin-bottom:10px;
	
	font-weight:bold;
}

.bq_01 dl dd{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	line-height:130%;
	text-align:center;
	font-size:14px;
}



.bq_02{
	margin-bottom:20px;
}

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

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






/* ご宿泊--------------------------------------------- */


.sty_b01{
	margin-bottom:20px;
}

.sty_b01 dl dt{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	line-height:130%;
	font-size:18px;
	text-align:center;
	margin-bottom:15px;
}

.sty_b01 dl dt p{
	font-size:30px;
	color:#0099cc;
	margin-bottom:15px;
}


.sty_b01 dl dd{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	line-height:130%;
	font-size:18px;
	text-align:center;
}


.sty_b02{
	margin-bottom:20px;
}


.sty_b02 ul li{
	width:100%;
	height:auto;
	float:left;
	margin-right:0%;
	
	background:#cc0000;
	text-align:center;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	line-height:130%;	
	font-size:16px;
	color:#FFF;
	padding:10px 5px 10px 5px;
	
	box-sizing:border-box;
	
	margin-bottom:10px;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


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



.sty_b03{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	line-height:130%;	
	font-size:16px;
	text-align:center;
	margin-bottom:30px;
}


.sty_b04{
	margin-bottom:30px;
}


.sty_b04 ul li{
	width:100%;
	height:auto;
	float:left;
	margin-right:0%;
	margin-bottom:15px;

}

.sty_b04 ul li:last-child{
	margin-right:0%;
	margin-bottom:0px;
}






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

.sty_b05 ul li{
	width:100%;
	height:auto;
	float:left;
	margin-right:0%;
	margin-bottom:10px;
	
	background:#006699;
	box-sizing:border-box;
	padding:20px 10px;
	
	color:#FFF;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
}

.sty_b05 ul li:last-child{
	margin-right:0%;
	margin-bottom:0px;
}

.sty_b05 ul li dl dt{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	line-height:140%;
	margin-bottom:7px;
}

.sty_b05 ul li dl dt span{

	color:#ffff00;
}

.sty_b05 ul li dl dd{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height:140%;
}

.sty_b05 ul li dl dd p{
	font-size:20px;
	margin-bottom:5px;
}

.sty_b05 ul li dl dd p span{
	color:#ffff99;
}







/* 経営理念---------------------------------------------- */


.m_p_txt01{
	font-size:14px;
	line-height:140%;
	margin-bottom:40px;
}

.m_p_txt01 dl{
	margin-top:15px;
}

.m_p_txt01 dl dt{
	font-size:15px;
	font-weight:bold;
	margin-bottom:1px;
	float:none;
	clear:both;
	color:#069;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
}

.m_p_txt01 dl dd{
	font-size:14px;
	margin-bottom:10px;
}

.m_p_txt01 p{
	font-size:18px;
	color:#069;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	margin-bottom:10px;
	line-height:140%;
}

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




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


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

.c_i_msg_l{
	width:100%;
	height:auto;
	float:none;
	font-size:14px;
	line-height:150%;
}

.c_i_msg_r{
	width:100%;
	height:auto;
	float:none;
	margin-bottom:20px;
}

.c_i_msg_r p{
	text-align:center;
	font-size:14px;
	margin-top:8px;
}


.c_i_msg_r img{
	max-width:180px;
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	display:block;
}



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

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

.gaiyou_b01 table th{
	width:100%;
	height:auto;
	padding:10px 0  5px 0;
	font-size:15px;
	line-height:140%;
	vertical-align:top;
	border-bottom:none;
	display:block;
}

.gaiyou_b01 table td{
	font-size:15px;
	padding:0px 0;
	line-height:140%;
	vertical-align:top;
	padding:0 0 10px 0;
	border-bottom:1px dotted #999999;
	display:block;
}

.gaiyou_b01 table td dl{
	margin-bottom:7px;
}

.gaiyou_b01 table td dl dt{
	font-weight:bold;
	margin-bottom:3px;
}

.gaiyou_b01 table td dl dd{
	margin-bottom:2px;
}

.gaiyou_b01 table td dl:last-child{
	margin-bottom:0px;
}

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

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



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

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

.gaiyou_b02 table th{
	width:100%;
	height:auto;
	padding:10px 0  5px 0;
	font-size:15px;
	line-height:140%;
	vertical-align:top;
	border-bottom:none;
	display:block;
}

.gaiyou_b02 table td{
	font-size:15px;
	padding:0px 0;
	line-height:140%;
	vertical-align:top;
	padding:0 0 10px 0;
	border-bottom:1px dotted #999999;
	display:block;
}

.gaiyou_b02 table td dl{
	margin-bottom:7px;
}

.gaiyou_b02 table td dl dt{
	font-weight:bold;
	margin-bottom:3px;
}

.gaiyou_b02 table td dl dd{
	margin-bottom:2px;
}

.gaiyou_b02 table td dl:last-child{
	margin-bottom:0px;
}

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

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



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

.shikaku_list ul li{
	width:100%;
	height:auto;
	float:left;
	margin-right:0;	
}

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


.shikaku_list ul li dl dt{
	font-size:15px;
	float:left;
	clear:both:
}

.shikaku_list ul li dl dd{
	font-size:15px;
	text-align:right;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px dotted #999999;
}




.map_txt{
	font-size:14x;
	line-height:150%;
	text-align:center;
}

.map_txt p{
	font-weight:bold;
	margin-bottom:5px;
}

#map01{
	width:100%;
	height:350px;
	box-sizing:border-box;
	border:1px solid #CCC;

}




/* トップ　カテゴリ---------------------------------------------- */


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

.top_cat ul li{
	width:48%;
	height:auto;
	margin-right:4%;
	margin-bottom:20px;

	float:left;

	text-align:center;
	font-family: "Noto Sans Japanese";
}



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

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



.top_cat ul li dl dt{
}

.top_cat ul li dl dd{

	font-size:16px;
	line-height:110%;
	color:#FFF;

	display:block;
	background:url(../img/common/01-bg.jpg) repeat;
}


.top_cat ul li dl dd a{
	padding:13px 0 15px 0;
	font-size:15px;
	line-height:110%;
	color:#FFF;

	display:block;
	background:url(../img/common/01-bg.jpg) repeat;
/*	text-shadow: 1px 1px 3px #333333;*/
}

.top_cat ul li dl dd a:hover{
	color:#FFF;
	text-decoration:underline;
	background:url(../img/common/01-bg_h.jpg) repeat;
}

.top_cat_h{
	color:#FFF !important;
	text-decoration:underline !important;
	background:url(../img/common/01-bg_h.jpg) repeat !important;
}

/* 事業案内---------------------------------------------- */


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

.b_i_img02{
	max-width:300px;
	text-align:center;
	margin:0 auto 40px auto;
}


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

.b_i_txt01 dl dt{
	font-weight:bold;
	margin-bottom:5px;

}

.b_i_txt01 dl dd{
	font-size:14px;
	margin-bottom:15px;
}

.b_i_txt01 ul li{
	width:auto !important;
	float:none !important;
	margin-right:0 !important;
	list-style:disc;
	margin-left:20px;
	margin-bottom:5px;
	box-sizing:border-box;
}


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



.b_i_b01{
	width:100%;
	height:auto;
}


.b_i_b01 ul li{
	width:100%;
	height:auto;
	float:none;
	margin-right:0%;	
}

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



.b_i_b02{
	width:100%;
	height:auto;
}


.b_i_b02 ul li{
	width:100%;
	height:auto;
	float:left;
	margin-right:0%;
	margin-bottom:30px;
}

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



.b_i_b02 ul li img{
	max-width:470px;
	width:100%;
	height:auto;
	margin:0 auto 20px auto;
	display:block;
}

.b_i_b02 ul li dl dt{
	font-size:17px;
	font-family: "Noto Sans Japanese";
	margin-bottom:10px;
	padding-bottom:8px;
	border-bottom:2px solid #666;
}

.b_i_b02 ul li dl dd{
	font-size:14px;
}






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

.b_i_b03 dl dt{
	font-size:17px;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	margin-bottom:15px;
	line-height:140%;
	font-weight:bold;
}

.b_i_b03 dl dd{
	font-size:14px;
	line-height:160%;
}



.b_i_p{
	padding:15px 15px;
	font-size:16px;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	background:#0099CC;
	margin-bottom:40px;
	color:#FFF;
	text-align:center;
	line-height:140%;
}




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


.recruit_txt{
	margin-bottom:40px;
	line-height:160%;
	font-size:14px;
	word-break: break-all;
		
}


.recruit_txt dl{
	margin-top:25px;
}

.recruit_txt dl dt{
	font-size:20px;
	color:#069;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	margin-bottom:20px;
	line-height:150%;
	text-align:center;

}

.recruit_txt dl dt span{
	border-bottom:2px solid #069;
	padding-bottom:5px;
	
}

.recruit_txt dl dd{
	font-size:16px;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	margin-bottom:8px;
	line-height:140%;
	text-align:center;
}



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

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

.recruit_t table th{
	border-collapse:collapse;
	width:100%;
	color:#000000;
	padding:10px 0px 0 0;
	font-size:14px;
	font-weight:bold;
	line-height:160%;
	vertical-align:text-top;
	display:block;
	
	border-bottom:none;
}

.recruit_t table td{
	font-size:14px;
	border-collapse:collapse;
	text-align:left;
	padding:0 0 10px 0px;
	border-bottom:1px solid #cccccc;
	line-height:160%;
	display:block;
}






.recruit_txt01{
	margin-bottom:20px;
	line-height:160%;
	font-size:14px;
	word-break: break-all;
		
}


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

.recruit_b01 li{
	width:48%;
	height:auto;
	float:left;
	margin-right:2%;
	margin-bottom:30px;
}

.recruit_b01 li:last-child{
	margin-right:0%;
}


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


.recruit_b01 dl{
	margin-top:15px;
}

.recruit_b01 dl dt{
}


.recruit_b01 dl dt p{
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;
	background:#069;
	padding:20px 5px;
	box-sizing:border-box;
	color:#FFF;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	text-align:center;
}

.recruit_b01 dl dd{
	font-size:14px;
	margin-bottom:10px;
	line-height:140%;
}

.recruit_b01 dl dd p{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin-bottom:5px;
}





.recruit_btn{
	max-width:460px;
	width:100%;
	height:auto;
	margin:0 auto 50px auto;
}

.recruit_btn li{
	width:48%;
	height:auto;
	float:left;
	margin-right:2%;
}

.recruit_btn li:last-child{
	margin-right:0%;
}



.recruit_btn li img{
	width:100%;
	height:auto;

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




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



.contact_b01{
	background:#006699;
	padding:30px 20px;
}


.contact_b01 dl dt{
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	text-align:center;
	margin-bottom:20px;
	line-height:130%;
	font-size:20px;
	font-weight:bold;
	color:#FFF;
}

.contact_b01 dl dd{
	max-width:660px;
	width:100%;
	height:auto;
	margin:0 auto;
	border:3px solid #FFF;
	padding:20px;
	box-sizing:border-box;
	font-family :'Yu Mincho', /* Windows用 */YuMincho,    /* Mac用 */serif;
	text-align:center;
	line-height:140%;
	font-size:26px;
	font-weight:bold;
	color:#FFF;
}

.contact_b01 dl dd a{
	color:#FFF;
	text-decoration:underline;
}

.contact_b01 dl dd a:hover{
	color:#FFF;
	text-decoration:none;
}


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

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



#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:13px;
	border-collapse:collapse;

	border-bottom:none;
	text-align:left;
	font-weight:bold;
	color:#333;
	
	width:100%;
	display:block;
	padding:10px 5px 5px 5px;	
	
	font-family: "メイリオ", sans-serif;

}

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

	width:100%;
	display:block;
	padding:0px 5px 10px 5px;
	font-family: "メイリオ", sans-serif;
}


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

#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:#006599;
    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用 */
　　/*角丸*/

	font-family: "メイリオ", sans-serif;
}

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













}
