@charset "utf-8";
/* CSS Document */
.width_1000-max {
	max-width: 1080px!important;
}
html{font-size:100%;}
@font-face { /* IE用 */
    font-family: 'Sawarabi Gothic';
    src: url('../img/SawarabiGothic-Regular.woff');
}
body,.font_sans-serif{font-family: 'Sawarabi Gothic', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif!important;}
/* --all page-- */
/*予約バナー*/
#fixed_right_banner {
    position: fixed;
    top: 200px;
    right: 0;
	z-index: 99;
}
#fixed_right_banner > *{
    width: 80px;
	margin-right: -20px;
	-webkit-transition: margin .2s ease;
    transition: margin .2s ease;
}
#fixed_right_banner > *:hover{
	margin-right: 0px;
}
#fixed_right_banner > a {
    display: block;
}

/* header */

/*main_menu*/
#main_menu {
	z-index: 99;
}
#main_menu.fixed{
    position: fixed;
    top: 0;
	background: rgba(255,255,255,0.9);
	border-bottom: 1px solid #ababab;
}
#main_menu ul li {
	padding: 10px;
}
#main_menu ul li a {
	color:#303030;
	padding: 10px;
}

/*トップページ動画*/
video {
	width:100%;
}
/*main_img*/
/*#video {
	background-image: url(../img/main_img.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	max-width: 1080px;
	width: 100%;
	height:640px;
	margin: 0 auto;
}*/
#video {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
}
.video_wrap::before{
	position: absolute;
	height: 100%;
	width: 100%;
	content: "";
	display: block;
	background-image: url("../img/dot_img.png");
	z-index: 1;
}
/*fakeloader*/
#fakeloader{
	z-index: 9999;
}
#fakeloader .fl{
	position: absolute!important;
	top: 50%!important;
	left: 50%!important;
	transform: translate(-50%,-50%)!important;
	width: 30%!important;
	max-width: 300px!important;
}
/* リンクボタン */
.effect {
  text-align: center;
  display: inline-block;
  position: relative;
  text-decoration: none;
  width: 90px;
  overflow: hidden;
}
.effect.effect-1 {
  transition: all 0.2s linear 0s;
}
.effect.effect-1:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 15px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 40px;
    transition: all 0.2s linear 0s;
  }
.effect.effect-1:hover {
    text-indent: -20px;
    }
.effect.effect-1:hover:before {
      opacity: 1;
      text-indent: 0px;
    }
#f_menu ul li a {
	color:#c7c7c7
}
#page-top{
	position: fixed;
	right: 10px;
	z-index: 2;
}
#page-top a{
	display: block;
	width: 50px;
	height: 50px;
	position: relative;
}
/* -- index -- */
.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
}
.grayscale:hover {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
#aisatsu {
	background-image: url(../img/top0.jpg);
	background-size: cover;
	background-position: center top;
}
#aisatsu > div {
	background-color: rgba(255,255,255,0.70);
}
#contents1 .contents_img {
	z-index: 1;
}
#contents1 .contents_box,#contents2 .contents_box,#contents3 .contents_box {
	margin-left: 40%;
	margin-top: -200px;
	z-index: 2;
}
.contents_box::before {
	display: block;
	position: absolute;
	content: "";
	pointer-events: none;
	margin: auto;
	left: -30px;
	top: 0px;
	background-color: #ffffff;
	width: 100px;
	height: 1px;
}
.contents_box::after {
	display: block;
	position: absolute;
	content: "";
	pointer-events: none;
	margin: auto;
	left: 0;
	top: -30px;
	background-color: #ffffff;
	width: 1px;
	height: 100px;
}
.contents_box2::before {
	display: block;
	position: absolute;
	content: "";
	pointer-events: none;
	margin: auto;
	right: -30px;
	bottom: 0px;
	background-color: #ababab;
	width: 100px;
	height: 1px;
}
.contents_box2::after {
	display: block;
	position: absolute;
	content: "";
	pointer-events: none;
	margin: auto;
	right: 0;
	bottom: -30px;
	background-color: #ababab;
	width: 1px;
	height: 100px;
}

#top_news h2::before,#top_news h2::after{
	display: block;
	position: absolute;
	content: "";
	pointer-events: none;
	margin: auto;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: #ababab
}
#top_news h2::before{
	width: 200px;
	height: 1px;
}
#top_news h2::after{
	width: 1px;
	height: 40px;
	bottom: -20px;
}
#top_style h2::before,#top_style h2::after{
	display: block;
	position: absolute;
	content: "";
	pointer-events: none;
	margin: auto;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: #ababab
}
#top_style h2::before{
	width: 200px;
	height: 1px;
}
#top_style h2::after{
	width: 1px;
	height: 40px;
	bottom: -20px;
}
#info_map .map img {
	width: 100%;
	max-width: 340px;
}
/* -- cms共通 -- */
.cate_list li {
	padding: 10px;
}
.cate_list li a {
	display: block;
	padding: 15px 10px;
	color:#777777;
	border:1px solid #777777;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}
.cate_list li a:hover {
	color:#c7c7c7;
	border:1px solid #c7c7c7;
	transition: all 0.3s;
}
.cate_title {
	padding-top: 6px;
}
/*下層ページタイトル*/
#main_img2 .page_title {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	max-width: 1080px;
	width: 100%;
	height:240px;
	margin: 0 auto;
}
/* -- about.html -- */
#page2 #main_img2 .page_title {
	background-image: url(../img/page2.jpg);
}
/* -- treatment.html -- */
#page3 #main_img2 .page_title {
	background-image: url(../img/page3.jpg);
	background-position: center;
}
/* -- menu.html -- */
#page4 #main_img2 .page_title {
	background-image: url(../img/page4.jpg);
}
#page4 .box_title1 {
	display: block!important;
}
#page4 .box_title2 {
	display: block!important;
}
/* -- style.html -- */
#page5 #main_img2 .page_title {
	background-image: url(../img/page5.jpg);
	background-position: center;
}
/* -- news.html -- */
#page6 #main_img2 .page_title {
	background-image: url(../img/page6.jpg);
	background-position: center;
}
/* -- access.html -- */
#page7 #main_img2 .page_title {
	background-image: url(../img/page7.jpg);
	background-position: center;
}
/* -- contact.html -- */
#page8 #main_img2 .page_title {
	background-image: url(../img/page8.jpg);
	background-position: center;
}
.submit,.reset {
	-webkit-appearance:none;
	text-align: center;
	border:1px solid #513e30;
}
/* -- privacy.html -- */
#page9 #main_img2 .page_title {
	background-image: url(../img/page9.jpg);
	background-position: center;
}
/* -- sitemap.html -- */
#page10 #main_img2 .page_title {
	background-image: url(../img/page10.jpg);
	background-position: center;
}

@media all and (-ms-high-contrast:none){
#aisatsu:hover {
	background-image: url(../img/top0g.jpg);
}
.cate_title {
	padding-top: 8px;
}
}
@media screen and (max-width: 850px){
#fixed_right_banner {
    top: 280px;
}
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
/* --all page-- */
#fixed_right_banner {
    top: 280px;
}
#fakeloader .fl{
	width: 50%!important;
}
#video {
	height:400px;
}
#main_img2 .page_title {
	height:200px;
}
#contents1 .contents_box,#contents2 .contents_box,#contents3 .contents_box {
	margin-left: 30%;
	margin-top: -100px;
}
#info_map .map img {
	max-width: 280px;
}
.cate_list li a {
	padding: 10px 10px;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#fixed_right_banner {
	display: none;
}
#contents1 .contents_box,#contents2 .contents_box,#contents3 .contents_box {
	margin-left: 0%;
	margin-top: 0px;
}
.contents_box::before {
	width: 0px;
	height: 0px;
}
.contents_box::after {
	width: 0px;
	height: 0px;
}
.cate_list li a {
	text-align: left;
	width:200px;
}
}