@charset "utf-8";
/* CSS Document */

/* common */
html,body{}
body{font-size:88%;font-family:'Noto Sans JP',"游ゴシック体","YuGothic","游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro","Hiragino Sans","ヒラギノ角ゴシック","メイリオ","Meiryo","Meiryo UI","verdana",sans-serif;color:#666;margin:0;padding:0;text-align:center;overflow-x:hidden;letter-spacing:0.1em;font-feature-settings:"palt";}
body{-webkit-text-size-adjust:none;}
body.fixed{position:fixed;width:100%;left:0;}

.noto{font-family:'Noto Sans JP',sans-serif;}
.medium{font-weight:500;}

@media screen and (max-width:480px){
body{font-size:82%;}
}

h1,h2,h3,h4,h5,h6,p,ol,ul,dt,dd{font-size:100%;padding:0;}

h1,h2,h3,h4,h5,h6{line-height:1.5em;margin:0 0 1em;font-weight:normal;}
p{line-height:1.8em;margin:0 0 1.5em;}
ol,ul,dt,dd{line-height:1.7em;margin:0 0 1.5em;}
table{line-height:1.5em;margin:0 0 1.5em;}

strong{font-weight:bold;}

img{border:none;max-width:100%;height:auto;}


/* リスト通常使用 */
ul.normal{padding-left:13px;margin-left:13px;list-style:disc;}
ul.normal li{}
ul.none{list-style:none;}

ol.normal{padding-left:13px;margin-left:13px;list-style:decimal;}
ol.normal li{}

dl{margin:0;padding:0;}
dt{margin:0;padding:0;}
dd{margin:0;padding:0;}


a:link{text-decoration:underline;color:#777;}
a:visited{text-decoration:underline;color:#777;}
a:hover{text-decoration:none;color:#777;}

a{-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;}
a img{-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;}
a:hover img{filter:alpha(opacity=70);-moz-opacity:0.70;opacity:0.70;}

img{max-width:100%;}


table{border-collapse:collapse;border-spacing:1px;}
th,td{padding:10px;vertical-align:middle;border:solid 1px #ccc;text-align:center;}
th{background:#00388f;color:#ffffff;/*font-size:114%;*/font-weight:bold;}
td{background:#ffffff;}
td{text-align:left;}

@media screen and (max-width:640px){
th,td{padding:10px;font-size:90%;letter-spacing:0;}
}
@media screen and (max-width:480px){
th,td{padding:5px;}
}


.pc{}
.sp{display:none !important;}
@media screen and (max-width:900px){
	.pc{display:none !important;}
	.sp{display:block !important;}
	img.sp{display:inline !important;}
}



/* inview */
.inviewfadeIn{opacity:0;position:relative;top:30px;
-webkit-transition: all 1.0s ease;-moz-transition: all 1.0s ease;}
.inviewfadeIn.fadeIn{opacity:1;top:0;}


/* loader */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #0bd;
 
/* 以下のコードを追加 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
	display:table;
}
.loaded {
  opacity: 0;
  visibility: hidden;
}
.load_in{
	display:table-cell;
	vertical-align:middle;
}

.loader {
  margin: 100px auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}


/* header */

#header{background:#fff;z-index:10;
-webkit-transition: all 1.0s ease;-moz-transition: all 1.0s ease;}
#header2{position:fixed;top:-80px;left:0;width:100%;z-index:10;
-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;}
#header2.active{top:0;}

#header .in{display:table;width:100%;padding:20px 4%;}
#header .in #logo,
#header .in #header_r{display:table-cell;vertical-align:middle;}

#logo{margin:0;line-height:0;text-align:left;font-weight:bold;}
#logo a{text-decoration:none;}
#logo a:hover{text-decoration:underline;}

#header_r{text-align:right;}
#header_r .sns{margin:0 0 10px;font-size:21px;}
#header_r .sns li{display:inline-block;margin:0 0 0 10px;}
#header_r .sns a{}
#header_r .sns a:hover{filter:alpha(opacity=70);-moz-opacity:0.70;opacity:0.70;}


@media screen and (max-width:900px){
	#logo{max-width:40%;}
	#header .in #header_r{vertical-align:bottom;}
	#header_r .sns{margin:0;}
	
	#header .in{display:none;}
}

/* spmenu */
#sp_menu{position:fixed;z-index:999;top:15px;right:4%;display:none;}
#sp_menu a{display:block;}

@media screen and (max-width:900px){
	#sp_menu{display:block;}
}


.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
	position: relative;
		width: 40px;
		height: 40px;
	background:#809455;
}
.menu-trigger span{
  position: absolute;
  left: 5px;
  width: 30px;
  height: 2px;
  background-color:#fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 10px;
}
.menu-trigger span:nth-of-type(2) {
  top: 19px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 10px;
}

.menu-trigger.active {
	background:#ffffff;
}
.menu-trigger.active span {
	background-color:#809455;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) translateX(-0) rotate(-45deg);
  transform: translateY(9px) translateX(-0) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) translateX(-0) rotate(45deg);
  transform: translateY(-9px) translateX(-0) rotate(45deg);
}

/*
@media screen and (max-width:540px){
	.menu-trigger {
		width: 40px;
		height: 40px;
	}
	.menu-trigger span{
	  left: 10px;
	  width: 20px;
	  height: 2px;
	}
	.menu-trigger span:nth-of-type(1) {
	  top: 12px;
	}
	.menu-trigger span:nth-of-type(2) {
	  top: 19px;
	}
	.menu-trigger span:nth-of-type(3) {
	  bottom: 12px;
	}
	
	.menu-trigger.active span {
		background-color:#053691;
		width:36px;
	}

	.menu-trigger.active span:nth-of-type(1) {
	  -webkit-transform: translateY(7px) translateX(-6px) rotate(-45deg);
	  transform: translateY(7px) translateX(-7.5px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(3) {
	  -webkit-transform: translateY(-7px) translateX(-6px) rotate(45deg);
	  transform: translateY(-7px) translateX(-7.5px) rotate(45deg);
	}
}
*/


/* gnavi */
#nav,
#nav2{margin:0;background:#00388f;}

.menu{margin:0 auto;color:#fff;display:table;}
.menu li{margin:0;display:table-cell;border:solid #fff;border-width:0 1px 0 0;position:relative;}
.menu li:last-of-type{border:none;}

.menu a{color:#fff !important;display:block;padding:10px 20px;text-decoration:none;position:relative;}
.menu a:hover{text-decoration:underline;}

/*
.menu li.menu-item-has-children a{padding:10px 30px 10px 20px;background:url("../images/arrow02_b.png") no-repeat;background-position:right 10px center;background-size:13px;}
*/
.menu li.menu-item-has-children{padding:0 30px 0 0;}
.menu li.menu-item-has-children:after{content:" ";background:url("../images/arrow02_b.png") no-repeat;background-position:50% 50%;background-size:13px;position:absolute;right:0;top:0;width:30px;height:100%;}
.menu li.menu-item-has-children a{padding:10px 0 10px 20px;}

.menu li .sub-menu{position:absolute;top:100%;left:0;/*background:url("../images/menu_bg_b80.png");*/display:none;z-index:5;}
.menu li:hover .sub-menu{display:block;min-width:200px;}
.menu li .sub-menu li{display:block;border:solid #fff;border-width:0 0 1px;position:relative;text-align:left;}
.menu li .sub-menu li:last-of-type{border:none;}
.menu li .sub-menu li a{padding:10px 20px;background:none;position:relative;z-index:2;}
.menu li .sub-menu li:after{content:" ";background:#000;width:100%;height:100%;position:absolute;left:0;top:0;opacity:0.8;z-index:1;}

.menu:before,
.menu:after{content:"";display:table;} 
.menu:after{clear:both;}
.menu{zoom:1;}/* clearfix */

#nav .sns{display:none;}
/*
.gnavi{margin:0 auto;color:#fff;display:table;}
.gnavi li{margin:0;position:relative;display:table-cell;border:solid #fff;border-width:0 1px 0 0;}
.gnavi li:last-of-type{border:none;}

.gnavi a{color:#fff;display:block;padding:10px 20px;text-decoration:none;}
.gnavi a:hover{text-decoration:underline;}
*/

@media screen and (max-width:900px){
	#nav,
	#nav2{display:none;}
	
	#nav{position:fixed;width:100%;height:100%;top:0;z-index:99;background:url("../images/nav_bg.png");padding:70px 0 0;}
	.menu{display:block;border:solid #fff;border-width:1px 0;}
	.menu a{padding:10px 4%;}
	
	.menu li{display:block;border:solid #fff;border-width:0 0 1px;}
	
	.menu li.menu-item-has-children{padding:0;}
	.menu li.menu-item-has-children:after{content:none;}
	.menu li.menu-item-has-children a{padding:10px 4%;}

	.menu li .sub-menu{position:relative;top:0;display:block;border:solid #fff;border-width:1px 0 0;margin:0;}
	.menu li .sub-menu li{text-align:center;}
	.menu li .sub-menu li a{padding:5px 4%;font-size:86%;}
	
	#nav .sns{display:block;font-size:18px;margin:30px 0 0;}
	#nav .sns li{display:inline-block;margin:0 5px;}
	#nav .sns a{color:#fff !important;}
}


#pc_menu{margin:0 auto;}

#pc_menu .menu{margin:0 auto;color:#fff;display:block;width:auto;text-align:center;}
#pc_menu .menu li{margin:0 10px;display:inline-block;border:none;}
#pc_menu .menu li:last-of-type{border:none;}

#pc_menu .menu a{color:#fff !important;display:block;padding:5px 20px;background:#809455;border-radius:15px;}
#pc_menu .menu a:hover{text-decoration:underline;}

@media screen and (max-width:900px){
	#pc_menu{display:none;}
}




/* footer */
#f_cont{background:#333;padding:30px 4%;color:#fff;}
#f_cont a{color:#fff;}
#f_cont .menu a{padding:0 20px;}

#footer{background:#00388f;padding:10px 55px;color:#fff;}
#copy{margin:0;font-size:88%;}

#topcontrol{position:fixed;right:0;bottom:0;line-height:0;margin:0;display:none;background:#00388f;width:50px;height:50px;font-size:24px;}
#topcontrol a{display:table;width:100%;height:100%;color:#ffffff;}
#topcontrol a span{display:table-cell;text-align:center;vertical-align:middle;}

@media screen and (max-width:900px){
	#f_cont{padding:0;}
	#f_cont .menu{border:none;}
	#f_cont .menu li{}
	#f_cont .menu a{padding:5px 4%;}
}


/* コンテンツ */
#wrap{width:100%;text-align:left;}
.inner{width:1000px;margin:0 auto;}
.sec{padding:0 0 80px;margin:0 0 80px;border:solid #ccc;border-width:0 0 1px;}
section:last-of-type .sec{margin:0;border:none;}

.second{padding:40px 0 0;}

.sec ul{padding-left:13px !important;margin-left:13px !important;list-style:disc;}
.sec ol{padding-left:13px !important;margin-left:13px !important;list-style:decimal;}

@media screen and (max-width:1080px){
	.inner{width:92%;margin:0 auto;}
}
@media screen and (max-width:900px){
	.sec{padding:0 0 40px;margin:0 0 40px;}
	section:last-of-type .sec{padding:0 0 40px;}
}

/* main */
#main_slide01{margin:0 0 50px;}

#main_slide01 .swiper-slide{position:relative;/*background:#d6ccb4;*/}
#main_slide01 .swiper-slide .img{position:relative;z-index:1;line-height:0;background-position:50% 50% !important;background-size:contain !important;height:100%;background-repeat:no-repeat !important;}
/*#main_slide01 .swiper-slide .img img{width:100%;}*/

#main_slide01 .swiper-slide .txt{display:table;width:100%;height:100%;position:absolute;left:0;top:0;z-index:2;color:#fff;font-size:200%;font-weight:bold;margin:0;text-shadow:3px 3px 12px #666;}
#main_slide01 .swiper-slide .txt span{display:table-cell;vertical-align:middle;padding:10px 60px;line-height:1.5em;}

.swiper-pagination-bullet{opacity:1;}

#main_slide01 .swiper-slide a .img{-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;}
#main_slide01 .swiper-slide a:hover .img{filter:alpha(opacity=70);-moz-opacity:0.70;opacity:0.70;}


@media screen and (max-width:900px){
	#main_slide01{margin:0;height:52.2vw !important;}
}




/* パーツ */
.h2{font-size:257%;font-weight:bold;margin:0 0 40px;text-align:center;}


.btn01{margin:0;}
.btn01 a{display:table;width:300px;height:50px;margin:0 auto;background:#fff;/*background:#fff url("../images/arrow01_r.png") no-repeat 280px 50%;background-size:8px;*/color:#00388f;font-weight:bold;text-align:center;text-decoration:none;border:solid 1px #00388f;border-radius:5px;position:relative;}
.btn01 a span{display:table-cell;vertical-align:middle;}
.btn01 a:hover{filter:alpha(opacity=70);-moz-opacity:0.70;opacity:0.70;}
.btn01 a i{position:absolute;top:50%;right:10px;font-size:16px;margin-top:-8px;}

.btn02{margin:0;}
.btn02 a{display:table;width:200px;padding:5px 10px;margin:0 auto;background:#fff;/*background:#fff url("../images/arrow01_r.png") no-repeat 180px 50%;background-size:8px;*/color:#00388f;font-weight:bold;text-align:center;text-decoration:none;border:solid 1px #00388f;border-radius:5px;position:relative;}
.btn02 a span{display:table-cell;vertical-align:middle;}
.btn02 a:hover{filter:alpha(opacity=70);-moz-opacity:0.70;opacity:0.70;}
.btn02 a i{position:absolute;top:50%;right:10px;font-size:16px;margin-top:-8px;}

.btn03{margin:0;}
.btn03 a{display:table;width:300px;height:50px;margin:0 auto;background:#00388f;color:#fff;font-weight:bold;text-align:center;text-decoration:none;border-radius:5px;position:relative;font-size:129%;}
.btn03 a span{display:table-cell;vertical-align:middle;}
.btn03 a:hover{filter:alpha(opacity=70);-moz-opacity:0.70;opacity:0.70;}
.btn03 a i{position:absolute;top:50%;right:10px;font-size:20px;margin-top:-10px;}

.buy_btn{margin:20px 0 0;text-align:center;font-size:93%;}
.buy_btn a{display:table;margin:0 auto;color:#fff;background:#00388f;border-radius:5px;}
.buy_btn a span{display:table-cell;vertical-align:middle;padding:5px 10px;}
.buy_btn a span i{margin-right:5px;}
.buy_btn a:hover{filter:alpha(opacity=70);-moz-opacity:0.70;opacity:0.70;}

@media screen and (max-width:900px){
	.btn01 a,
	.btn02 a,
	.btn03 a{max-width:90%;}
}

.anc{position:relative;top:-50px;}
@media screen and (max-width:900px){
	.anc{top:0;}
}

/* */

.news{margin:0 0 40px;}
.news dl{display:table;width:100%;margin:0 0 10px;padding:0 0 10px;border:dotted #ccc;border-width:0 0 1px;}
.news dt,
.news dd{display:table-cell;vertical-align:top;}
.news dt{width:8em;}



.service_set{display:flex;width:100%;margin:0 0 40px;}
.service_set.img_l .img{order:1;}
.service_set.img_l .txt{order:2;}
.service_set.img_r .img{order:2;}
.service_set.img_r .txt{order:1;}

.service_set .img{margin:0;line-height:0;flex-shrink:0;}
.service_set .img.top_img{}
.service_set .img img{border: solid 1px #c9773c;}

.menu_set .service_set .img{width:485px;}
.menu_set .service_set .txt{width:515px;}

.service_set.img_l .txt{padding:0 0 0 30px;}
.service_set.img_r .txt{padding:0 30px 0 0;}

.service_set .txt .h{font-size:150%;margin:0;font-weight:bold;color:#8e543c;}
.service_set .txt .price{font-size:115%;font-weight:bold;margin:0 0 15px;}
.service_set .txt .rsv_txt{color:#c9773c;margin: 0 5;font-weight:bold;}

.service_set .txt .ex{margin:0 0 20px;font-size:108%;font-weight:bold;color:#9f372b;}
.service_set .txt .detail{font-size:93%;margin:0;}
.service_set .txt .note{font-size:86%;margin:0 0 20px;}


@media screen and (max-width:1080px){
	.service_set .img{max-width:40%;}
	.menu_set .service_set .img{width:50%;max-width:none;}
	.menu_set .service_set .txt{width:50%;}
}
@media screen and (max-width:900px){
	.menu_set .service_set{margin:0 0 10px;}
	.menu_set .service_set:last-of-type{margin:0;}
	.menu_set .column .service_set:last-of-type{margin:0 0 30px;}
	
	.menu_set .service_set .txt{width:100%;}
	
	.service_set{flex-direction:column;}
	.service_set .img{width:100% !important;max-width:none;text-align:center;}
	
	.service_set.img_l .img{order:2;}
	.service_set.img_l .txt{order:1;}
	.service_set.img_r .img{order:2;}
	.service_set.img_r .txt{order:1;}
	.service_set .btn{order:3;}
	
	.service_set .img{margin:0 0 30px;}
	.service_set.img_l .txt,
	.service_set.img_r .txt{padding:0;}
}



.event_set{}
.event_set .set{width:320px;float:left;margin:0 20px 20px 0;}
.event_set .set:nth-of-type(3n){margin:0 0 20px;}
.event_set .set:nth-of-type(3n+1){clear:both;}

.event_set .set .pic{margin:0 0 20px;line-height:0;}
.event_set .set .h{font-size:115%;font-weight:bold;margin:0 0 15px;}

.event_set a{text-decoration:none;}
.event_set a:hover{text-decoration:underline;}


@media screen and (max-width:1080px){
	.event_set .set{width:32%;margin:0 2% 20px 0;}
}
@media screen and (max-width:640px){
	.event_set .set{width:100%;margin:0 0 20px;float:none;border:dotted #ccc;border-width:0 0 1px;}
	.event_set .set:last-of-type{border:none;}
	.event_set .set .pic{text-align:center;}
}


#prod_slide01{width:1100px;margin:0 auto;padding:0 50px;}
#prod_slide01 .swiper-slide{text-align:center;}
#prod_slide01 .swiper-button-prev,
#prod_slide01 .swiper-button-next{
    top: 50%;
    width: 24px;
    height: 24px;
    padding: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
	margin-top:-12px;
	overflow:hidden;
	border-radius:50%;
}
#prod_slide01 .swiper-button-prev{background:#00388f;left:0;}
#prod_slide01 .swiper-button-next{background:#00388f;right:0;}
#prod_slide01 .swiper-button-next:after{content:"▶";}
#prod_slide01 .swiper-button-prev:after{content:"◀";}
#prod_slide01 .swiper-button-next:after,
#prod_slide01 .swiper-button-prev:after{font-size:12px;color:#fff;}
#prod_slide01 .swiper-left-bg,
#prod_slide01 .swiper-right-bg{width:50px;height:100%;position:absolute;top:0;background:#fff;z-index:5;}
#prod_slide01 .swiper-left-bg{left:0;}
#prod_slide01 .swiper-right-bg{right:0;}

#prod_slide01 .pic{margin:0 0 20px;line-height:0;width:100%;height:180px;position:relative;overflow:hidden;}
#prod_slide01 .pic .img{width:100%;height:100%;position:absolute;left:0;top:0;
	-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;}
#prod_slide01 a:hover .pic .img{transform-origin:50% 50%;transform:scale(1.2);}

#prod_slide01 .pic.noimage{display:table;line-height:1em;background:#999;
	-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;}
#prod_slide01 .pic.noimage span{display:table-cell;font-size:115%;color:#fff;vertical-align:middle;text-align:center;}
#prod_slide01 .pic.noimage span i{display:inline-block;}
#prod_slide01 a:hover .pic.noimage{filter:alpha(opacity=70);-moz-opacity:0.70;opacity:0.70;}

/*#prod_slide01 .pic img{width:100%;}*/
#prod_slide01 .name{font-weight:bold;}
#prod_slide01 .ex{text-align:left;line-height:1.5em;margin:0 0 15px;}
#prod_slide01 .price{margin:0;}

#prod_slide01  a{text-decoration:none;}
#prod_slide01  a:hover{text-decoration:underline;}

@media screen and (max-width:1080px){
	#prod_slide01{width:900px;}
}
@media screen and (max-width:900px){
	#prod_slide01{width:92%;padding:0;}
	
	#prod_slide01 .swiper-left-bg,
	#prod_slide01 .swiper-right-bg{display:none;}
	#prod_slide01 .swiper-button-prev,
	#prod_slide01 .swiper-button-next{display:none;}
}


.blog_set{display:table;width:100%;margin:0 0 20px;padding:0 0 20px;border:dotted #ccc;border-width:0 0 1px;}
.blog_set:last-of-type{margin:0;padding:0;border:none;}

.blog_set .pic,
.blog_set .txt{display:table-cell;vertical-align:top;}

.blog_set .pic{width:300px;line-height:0;}
.blog_set .txt{padding:0 0 0 30px;}
.blog_set .txt .h{font-size:115%;font-weight:bold;margin:0 0 15px;}
.blog_set .txt .date{font-size:86%;margin:0 0 5px;}

.blog_set .pic span.noimage{display:table;width:100%;height:200px;line-height:1em;background:#999;
	-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;}
.blog_set .pic span.noimage span{display:table-cell;font-size:115%;color:#fff;vertical-align:middle;text-align:center;}
.blog_set .pic span.noimage span i{display:inline-block;}
.blog_set a:hover .pic span.noimage{filter:alpha(opacity=70);-moz-opacity:0.70;opacity:0.70;}

.blog_cate{margin:0 0 10px;list-style:none;padding-left:0 !important;margin-left:0 !important;font-size:86%;}
.blog_cate li{display:inline-block;margin:0 5px 0 0;}
.blog_cate li a{display:block;background:#ccc;color:#fff;padding:2px 10px;border-radius:3px;text-decoration:none;}
.blog_cate li a:hover{filter:alpha(opacity=70);-moz-opacity:0.70;opacity:0.70;}

@media screen and (max-width:640px){
	.blog_set .pic,
	.blog_set .txt{display:block;}
	.blog_set .pic{width:100%;text-align:center;}
	.blog_set .txt{padding:0;}
}



#main_mov{width:100%;position: relative;padding-bottom:56.25%;height:0;overflow:hidden;}
#main_mov iframe{position:absolute;top:0;left:0;width:100%;height:100%;}

.mov_link{padding:40px 0;margin:0;text-align:center;}
.mov_link i{font-size:24px;margin-left:10px;vertical-align:middle;}
.mov_list{text-align:center;margin:0;}
.mov_list li{display:inline-block;width:200px;margin:0 10px;border:solid #ffffff 1px;line-height:0em;}
.mov_list li img{width:100%;}

@media screen and (max-width:540px){
	.mov_list li{width:150px;margin:0 5px;}
}
@media screen and (max-width:380px){
	.mov_list li{width:200px;margin:0;}
}



#gmap{width:100%;height:400px;margin:0 0 60px;}
#gmap iframe{width:100%;height:100%;}

@media screen and (max-width:640px){
	#gmap{height:300px;}
}
@media screen and (max-width:480px){
	#gmap{height:250px;margin:0 0 30px;}
}


.access_box{display:table;margin:0 auto;}
.access_box .clm{display:table-cell;vertical-align:top;width:50%;padding:0 20px 0 0;}
.access_box .clm:last-of-type{padding:0;}
.access_box .clm .h{font-size:115%;font-weight:bold;margin:0 0 10px;}

.second .access_box .clm{width:auto;padding:0;}

@media screen and (max-width:480px){
	.access_box .clm{display:block;width:100%;padding:0;}

}



/* ぱんくず */
#pan{padding:7px 4%;background:#fafafa;border:solid #eee;border-width:1px 0 1px;font-size:86%;}
#pan ul{width:100%;margin:0 auto;text-align:left;}
#pan ul li{display:inline-block;}
#pan ul li:after{content:">";margin-left:5px;}
#pan ul li:last-of-type:after{content:none;}

#pan ul li span.cate:after{content:"｜";margin-left:5px;}
#pan ul li span.cate:last-of-type:after{content:none;}


/* 下層用 */
#cate_ttl{display:table;width:100%;height:250px;background:#ccc;color:#fff;font-size:257%;font-weight:bold;margin:0;}
#cate_ttl span{display:table-cell;vertical-align:middle;}

.h_second{font-size:171%;font-weight:bold;margin:0 0 40px;text-align:center;}
.h_main_color{background:#00388f;color:#fff;font-size:143%;margin:0 0 30px;padding:10px;border-radius:5px;}
.h_note{color:#00388f;font-size:115%;font-weight:bold;margin:0 0 15px;}

.normal_cont{padding:0 0 50px;}
.normal_cont:last-of-type{padding:0;}
.normal_cont p:last-of-type,
.normal_cont ul:last-of-type,
.normal_cont ol:last-of-type{margin:0;}

.box_cont{border:dotted #00388f 1px;padding:20px;margin:0 0 50px;border-radius:5px;}
.box_cont p:last-of-type{margin:0;}

.column .normal_cont{padding:0 0 20px;}

@media screen and (max-width:900px){
	.column .normal_cont{padding:0;}
	.normal_cont .service_set{padding:0;}
	.normal_cont .service_set.img_l .txt,
	.normal_cont .service_set.img_r .txt{padding:0 0 1.5em;}
}


/* blog */
.blog_content{width:750px;float:left;}
.blog_side{width:200px;float:right;}
.blog_side h3{font-weight:bold;border:solid;border-width:0 0 2px;padding:0 0 5px;margin:0 0 10px;}
.blog_side li span{font-size:86%;}

.blog_content .date{text-align:right;font-size:86%;margin:0 0 10px;}
.blog_content .blog_cate{text-align:right;}
.blog_content .blog_cate li{margin:0 0 0 5px;}

.blog_set .blog_cate{text-align:left;}
.blog_set .blog_cate li{margin:0 5px 0 0;}

@media screen and (max-width:1080px){
	.blog_content{width:75%;}
	.blog_side{width:20%;}
}
@media screen and (max-width:900px){
	.blog_content,
	.blog_side{width:100%;float:none;}
	.blog_side{padding:40px 0 0;}
}


/* 会社概要 */
.cont_tbl{width:100%;}
.cont_tbl th{}
.cont_tbl td{}


/* 商品アーカイブ */
.product_set{}
.product_set .set{width:320px;float:left;margin:0 20px 40px 0;}
.product_set .set:nth-of-type(3n){margin:0 0 40px;}
.product_set .set:nth-of-type(3n+1){clear:both;}

.product_set .set .pic{margin:0 0 20px;line-height:0;}
.product_set .set .h{font-size:115%;font-weight:bold;margin:0 0 15px;text-align:center;}

.product_set .pic{margin:0 0 20px;line-height:0;width:100%;height:220px;position:relative;overflow:hidden;}
.product_set .pic .img{width:100%;height:100%;position:absolute;left:0;top:0;
	-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;}
.product_set a:hover .pic .img{transform-origin:50% 50%;transform:scale(1.2);}

.product_set .pic.noimage{display:table;line-height:1em;background:#999;
	-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;}
.product_set .pic.noimage span{display:table-cell;font-size:115%;color:#fff;vertical-align:middle;text-align:center;}
.product_set .pic.noimage span i{display:inline-block;}
.product_set a:hover .pic.noimage{filter:alpha(opacity=70);-moz-opacity:0.70;opacity:0.70;}

.product_set .price{margin:0;text-align:center;}

.product_set a{text-decoration:none;}
.product_set a:hover{text-decoration:underline;}

@media screen and (max-width:1080px){
	.product_set .set{width:32%;margin:0 2% 20px 0;}
}
@media screen and (max-width:640px){
	.product_set .set{width:100%;margin:0 0 20px;float:none;border:dotted #ccc;border-width:0 0 1px;padding:0 0 30px;}
	.product_set .set:last-of-type{border:none;padding:0;}
	.product_set .set .pic{text-align:center;}
}



/* 商品詳細 */
.product_info{margin:0 0 50px;}
.product_info .pic_clm{width:480px;float:left;}
.product_info .ex_clm{width:480px;float:right;}

.product_info .pic{margin:0 0 20px;line-height:0;width:100%;height:500px;position:relative;overflow:hidden;}
.product_info .pic .img{width:100%;height:100%;position:absolute;left:0;top:0;}

.product_info .pic.noimage{display:table;line-height:1em;background:#999;
	-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;}
.product_info .pic.noimage span{display:table-cell;font-size:115%;color:#fff;vertical-align:middle;text-align:center;}
.product_info .pic.noimage span i{display:inline-block;}

.product_info .price{font-size:129%;text-align:center;font-weight:bold;}



/* 動画アーカイブ */
.movie_set{}

.youtube{width:48.5%;padding:0;box-sizing:border-box;margin:0 0 20px;max-width:100%;float:left;}
.youtube:nth-of-type(2n){float:right;}
.youtube .youtube_in{width:100%;padding-bottom:56.25%;position:relative;height:0;overflow:hidden;}
.youtube .youtube_in iframe{position:absolute;top:0;left:0;width:100%;height:100%;}

@media screen and (max-width:768px){
	.youtube{width:100%;float:none !important;}
}



/* お問い合わせ */

.mw_wp_form{}
.mw_wp_form table{width:800px;max-width:100%;margin:0 auto 30px;}
.mw_wp_form th,
.mw_wp_form td{background:#fff;border:solid 1px #ccc;}
.mw_wp_form p{text-align:center;}

.mw_wp_form input[type="text"],
.mw_wp_form input[type="email"]{width:100%;height:40px;box-sizing:border-box;padding:5px;border:solid 1px #ccc;}
.mw_wp_form textarea{width:100%;box-sizing:border-box;padding:5px;border:solid 1px #ccc;}

.mw_wp_form input[type="submit"]{min-width:200px;height:40px;border:none;background:#ccc;color:#fff;cursor:pointer;font-size:115%;padding:5px 10px;border-radius:5px;
-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;}
.mw_wp_form input[type="submit"]:hover{filter:alpha(opacity=70);-moz-opacity:0.70;opacity:0.70;}

.mw_wp_form button{min-width:200px;border:none;height:40px;background:#ccc;color:#fff;cursor:pointer;font-size:115%;padding:5px 10px;border-radius:5px;
-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;}
.mw_wp_form button:hover{filter:alpha(opacity=70);-moz-opacity:0.70;opacity:0.70;}





/* */

#lead01{padding-top:50px;}
#lead01 .h_lead{font-size:171%;font-weight:bold;margin:0 0 20px;color:#8e543c;text-align:center;line-height:1.5em;}

#lead01 .h01{font-size:171%;font-weight:bold;margin:0 0 10px;color:#8e543c;text-align:center;}
#lead01 .h02{font-size:171%;font-weight:bold;margin:0 0 30px;color:#8e543c;text-align:center;}

#lead01 .btn{text-align:center;margin:60px 0 0;}
#lead01 .btn a{display:table;margin:0 auto;color:#fff;text-decoration:none;font-weight:bold;font-size:125%;border-radius:15px;background:#9f372b;width:600px;
	-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;}
#lead01 .btn a span{display:table-cell;vertical-align:middle;padding:10px;}

#lead01 .btn a:hover{opacity:0.7;}


#lead02{padding-top:50px;}
#lead02 .h01{font-size:171%;font-weight:bold;margin:0 0 30px;color:#c9773c;text-align:center;}
#lead02 .h02{font-size:125%;font-weight:bold;color:#c9773c;text-align:center;margin:0;}

#lead02 .date{font-size:125%;}
#lead02 .note{font-size:88%;}


#lead02 .set{padding:0 0 30px;text-align:center;}
#lead02 .set:last-of-type{padding:0;}
#lead02 .set p:last-of-type{margin:0;}


@media screen and (max-width:1080px){

}
@media screen and (max-width:768px){
	#lead01 .btn a{width:92%;font-size:100%;}
}
@media screen and (max-width:640px){
	#lead01{padding-top:20px;}
	#lead01 .btn{margin:30px 0 0;}
	
	#lead02{padding-top:20px;}
}



/* */


#kodawari_sec{padding-top:50px;}
#kodawari_sec .in{width:1200px;margin:0 auto;}

#kodawari_sec .set{padding:50px 0;text-align:center;}
#kodawari_sec .set.bg01{background:#f4f2ec;}
#kodawari_sec .set.bg02{background:#fff;}

#kodawari_sec .set .h01{font-size:171%;font-weight:bold;margin:0 0 30px;color:#8e543c;}
#kodawari_sec .set .h01 span{display:inline-block;}
#kodawari_sec .set .txt_large{font-size:129%;font-weight:bold;margin:0;color:#c9773c;}

#kodawari_sec .set .txt_large_block{font-size:129%;font-weight:bold;color:#c9773c;}
#kodawari_sec .set .txt_large_block p{margin:0 0 1em;}


#kodawari_sec .set .pic5{display:flex;flex-wrap:wrap;width:100%;margin:30px 0 30px;border:solid #c9773c;border-width:1px 0;}
#kodawari_sec .set .pic5 li{margin:0;width:20%;line-height:0;}
#kodawari_sec .set .pic5 li img{}

#kodawari_sec .set .clm3{margin:0 0 30px;}

#kodawari_sec .set .clm3 .clm{width:380px;float:left;margin:0 30px 0 0;}
#kodawari_sec .set .clm3 .clm:nth-of-type(3n){margin:0;}
#kodawari_sec .set .clm3 .clm:nth-of-type(3n+1){clear:both;}

#kodawari_sec .set .clm3 .clm .pic{margin:0;line-height:0;border:solid 1px #c9773c;}
#kodawari_sec .set .clm3 .clm .ex{margin:10px 0 0;font-size:100%;text-align:left;}



#kodawari_sec .set .ex_set{display:table;width:100%;margin:0 0 40px;}
#kodawari_sec .set .ex_set .img,
#kodawari_sec .set .ex_set .txt{display:table-cell;vertical-align:top;}

#kodawari_sec .set .ex_set .img{margin:0;line-height:0;flex-shrink:0;width:485px;}
#kodawari_sec .set .ex_set .img img{border: solid 1px #c9773c;}

#kodawari_sec .set .ex_set.img_l .txt{padding:0 0 0 30px;}
#kodawari_sec .set .ex_set.img_r .txt{padding:0 30px 0 0;}

#kodawari_sec .set .ex_set .txt{text-align:left;}
#kodawari_sec .set .ex_set .txt .h{font-size:150%;margin:0 0 15px;font-weight:bold;color:#c9773c;}
#kodawari_sec .set .ex_set .txt .ex{font-size:108%;font-weight:500;}
#kodawari_sec .set .ex_set .txt p:last-of-type{margin:0;}


@media screen and (max-width:1280px){
	#kodawari_sec .set .ex_set .img{max-width:50%;}
	
	#kodawari_sec .in{width:92%;margin:0 auto;}
	#kodawari_sec .set .clm3 .clm{width:32%;margin:0 2% 0 0;}
}
@media screen and (max-width:1080px){

}
@media screen and (max-width:900px){
	#kodawari_sec .set .ex_set{display:flex;flex-direction:column;}
	#kodawari_sec .set .ex_set .img,
	#kodawari_sec .set .ex_set .txt{display:block;}
	
	#kodawari_sec .set .ex_set .img{width:100% !important;max-width:none;text-align:center;}
	
	#kodawari_sec .set .ex_set.img_l .img{order:1;}
	#kodawari_sec .set .ex_set.img_l .txt{order:2;}
	#kodawari_sec .set .ex_set.img_r .img{order:1;}
	#kodawari_sec .set .ex_set.img_r .txt{order:2;}
	
	#kodawari_sec .set .ex_set .img{margin:0 0 30px;}
	#kodawari_sec .set .ex_set.img_l .txt,
	#kodawari_sec .set .ex_set.img_r .txt{padding:0;}
	
	#kodawari_sec .set .ex_set .txt .ex{font-size:100%;}
}
@media screen and (max-width:768px){
	#kodawari_sec .set{padding:30px 0;}
}
@media screen and (max-width:640px){
	#kodawari_sec .set .pic5{margin:0 0 15px;}
	#kodawari_sec .set .pic5 li{width:50%;}
	#kodawari_sec .set .pic5 li:nth-of-type(n+3){width:33.33%;}
	
	#kodawari_sec .set .clm3{margin:0 0 15px;}
	#kodawari_sec .set .clm3 .clm{width:100%;margin:0 0 20px;float:none;}
	#kodawari_sec .set .clm3 .clm:last-of-type{border:none;margin:0;}
	#kodawari_sec .set .clm3 .clm .pic{text-align:center;}
	
	#kodawari_sec .set .h01{font-size:150%;margin:0 0 15px;}
	#kodawari_sec .set .txt_large{font-size:115%;}
	#kodawari_sec .set .clm3 .clm .ex{font-size:93%;}
}


/* */


#menu_sec{padding:50px 0 80px;/*border:solid #8e543c;border-width:2px 0 0;*/}
#menu_sec .h01{color:#8e543c;text-align:center;font-size:225%;font-weight:bold;margin:0 0 40px;position:relative;letter-spacing:0.1em;}
#menu_sec .h01 span{}
#menu_sec .h01:after{content:" ";width:40px;height:2px;position:absolute;left:50%;margin-left:-20px;bottom:-10px;background:#8e543c;}

#menu_sec .menu_set{padding:0 0 50px;}
#menu_sec .menu_set:last-of-type{padding:0;}

#menu_sec .menu_set .h02{font-size:150%;font-weight:bold;color:#c9773c;margin:0 0 10px;}
#menu_sec .menu_set .lead{margin:0 0 15px;}

#menu_sec .menu_clm .clm{width:320px;float:left;margin:0 20px 30px 0;}
#menu_sec .menu_clm .clm:nth-of-type(3n){margin:0 0 30px;}
#menu_sec .menu_clm .clm:nth-of-type(3n+1){clear:both;}

#menu_sec .menu_clm .clm .pic{margin:0 0 10px;line-height:0;border:solid 1px #c9773c;}
#menu_sec .menu_clm .clm .name{font-size:131%;font-weight:bold;margin:0 0 5px;line-height:1.5em;height:3.2em;color:#8e543c;}
#menu_sec .menu_clm .clm .name.ln1{height:auto;}
#menu_sec .menu_clm .clm .price{font-size:115%;font-weight:bold;margin:0 0 10px;}

#menu_sec .menu_clm .clm .ex{margin:0 0 5px;font-size:100%;font-weight:bold;color:#9f372b;}
#menu_sec .menu_clm .clm .detail{font-size:86%;margin:0;}
#menu_sec .menu_clm .clm .note{font-size:81%;margin:0;}

#menu_sec .menu_clm .clm .rsv_txt{color:#c9773c;margin: 0 5;font-weight:bold;}


#menu_sec .info_box{border:solid #8e543c 1px;padding:20px;}
#menu_sec .info_box .h03{font-size:125%;font-weight:bold;color:#8e543c;margin:0 0 5px;}

#menu_sec .info_box p{font-size:93%;}
#menu_sec .info_box .yel{color:#c9773c;font-weight:bold;}



@media screen and (max-width:1080px){
	#menu_sec .menu_clm .clm{width:32%;margin:0 2% 20px 0;}
}
@media screen and (max-width:900px){
	#menu_sec .menu_set .lead{margin:0 0 30px;}
}
@media screen and (max-width:640px){
	#menu_sec .menu_set{padding:0 0 30px;}
	
	#menu_sec .menu_clm .clm{width:100%;margin:0 0 20px;float:none;border:dotted #c9773c;border-width:0 0 1px;padding:0 0 20px;}
	#menu_sec .menu_clm .clm:last-of-type{border:none;}
	#menu_sec .menu_clm .clm .pic{text-align:center;}
	#menu_sec .menu_clm .clm .name{height:auto;}
	
	#menu_sec .info_box{margin:0 0 30px;}
}




#novelty_sec{padding:50px 0 80px;border:solid #8e543c;border-width:2px 0 0;}
#novelty_sec .h01{color:#8e543c;text-align:center;font-size:225%;font-weight:bold;margin:0 0 40px;position:relative;letter-spacing:0.1em;}
#novelty_sec .h01 span{}
#novelty_sec .h01:after{content:" ";width:40px;height:2px;position:absolute;left:50%;margin-left:-20px;bottom:-10px;background:#8e543c;}

#novelty_sec .h02{font-size:150%;font-weight:bold;color:#c9773c;margin:0 0 10px;}

#novelty_sec .novelty_set{padding:0 0 30px;display:table;width:100%;}
#novelty_sec .novelty_set:last-of-type{padding:0;}

#novelty_sec .novelty_set .l_pic,
#novelty_sec .novelty_set .r_txt{display:table-cell;vertical-align:top;}
#novelty_sec .novelty_set .l_pic{width:450px;line-height:0;margin:0;}
#novelty_sec .novelty_set .r_txt{padding:0 0 0 30px;}

#novelty_sec .novelty_set .r_txt .name{font-size:115%;font-weight:bold;margin:0 0 5px;line-height:1.5em;color:#c9773c;}
#novelty_sec .novelty_set .r_txt .ex{margin:0;font-size:93%;}


@media screen and (max-width:1080px){
	#novelty_sec .novelty_set .l_pic{width:45%;}
}
@media screen and (max-width:640px){
	#novelty_sec .novelty_set .l_pic,
	#novelty_sec .novelty_set .r_txt{display:block;}
	#novelty_sec .novelty_set .l_pic{width:100%;margin:0 0 20px;}
	#novelty_sec .novelty_set .r_txt{padding:0;}
}


#goods_sec{padding:50px 0 80px;border:solid #8e543c;border-width:2px 0 0;}
#goods_sec .h01{color:#8e543c;text-align:center;font-size:225%;font-weight:bold;margin:0 0 40px;position:relative;letter-spacing:0.1em;}
#goods_sec .h01 span{}
#goods_sec .h01:after{content:" ";width:40px;height:2px;position:absolute;left:50%;margin-left:-20px;bottom:-10px;background:#8e543c;}

#goods_sec .goods_set{padding:0 0 50px;}
#goods_sec .goods_set:last-of-type{padding:0;}

#goods_sec .goods_set .h02{font-size:150%;font-weight:bold;color:#c9773c;margin:0 0 10px;}
#goods_sec .goods_set .h02 span{font-size:75%;display:inline-block;}
#goods_sec .goods_set .lead{margin:0 0 15px;}

#goods_sec .goods_set .clm{width:320px;float:left;margin:0 20px 30px 0;}
#goods_sec .goods_set .clm:nth-of-type(3n){margin:0 0 30px;}
#goods_sec .goods_set .clm:nth-of-type(3n+1){clear:both;}

#goods_sec .goods_set .clm .pic{margin:0 0 10px;line-height:0;border:solid 1px #c9773c;}
#goods_sec .goods_set .clm .name{font-size:115%;font-weight:bold;margin:0 0 5px;line-height:1.5em;color:#8e543c;}
#goods_sec .goods_set .clm .price{font-size:115%;font-weight:bold;margin:0 0 5px;}

#goods_sec .goods_set .clm .ex{margin:0;font-size:86%;}


#goods_sec .info_box{border:solid #8e543c 1px;padding:20px;}
#goods_sec .info_box .h03{font-size:125%;font-weight:bold;color:#8e543c;margin:0 0 5px;}
#goods_sec .info_box .h04{font-size:108%;font-weight:bold;margin:0 0 5px;}
#goods_sec .info_box p{font-size:93%}

#goods_sec .btn{text-align:center;margin:20px 0 0;font-size:100%;}
#goods_sec .btn a{display:table;margin:0 auto;color:#fff;text-decoration:none;font-weight:bold;font-size:113%;border-radius:15px;background:#f79800;width:600px;
	-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;}
#goods_sec .btn a span{display:table-cell;vertical-align:middle;padding:10px;}

#goods_sec .btn a:hover{opacity:0.7;}


@media screen and (max-width:1080px){
	#goods_sec .goods_set .clm{width:32%;margin:0 2% 20px 0;}
}
@media screen and (max-width:768px){
	#goods_sec .btn a{width:100%;font-size:100%;}
}
@media screen and (max-width:640px){
	#goods_sec{padding:30px 0 50px;}	
	#goods_sec .goods_set .clm{width:100%;margin:0 0 20px;float:none;border:dotted #c9773c;border-width:0 0 1px;padding:0 0 20px;}
	#goods_sec .goods_set .clm:last-of-type{border:none;}
	#goods_sec .goods_set .clm .pic{text-align:center;}
	#goods_sec .goods_set .clm .name{height:auto;}
}




#sche_sec{padding:50px 0 80px;border:solid #8e543c;border-width:2px 0 0;}
#sche_sec .h01{color:#8e543c;text-align:center;font-size:225%;font-weight:bold;margin:0 0 40px;position:relative;letter-spacing:0.1em;}
#sche_sec .h02{font-size:150%;font-weight:bold;color:#c9773c;margin:0 0 10px;}

#sche_sec .schedule{font-size:115%;margin:0 0 40px;}

#sche_sec .note{color:#c9773c;border:solid #c9773c 1px;padding:20px;}
#sche_sec .note .note_h{margin:0 0 10px;font-weight:bold;}
#sche_sec .note p{font-size:86%;}



@media screen and (max-width:640px){
	#sche_sec{padding:30px 0 50px;}	
}





#rsv_sec{padding:50px 0 80px;border:solid #8e543c;border-width:2px 0 0;}
#rsv_sec .h01{color:#8e543c;text-align:center;font-size:225%;font-weight:bold;margin:0 0 40px;position:relative;letter-spacing:0.1em;}
#rsv_sec .h02{font-size:150%;font-weight:bold;color:#c9773c;margin:0 0 10px;}

#rsv_sec .ex{margin:0 0 40px;}

#rsv_sec .info{color:#c9773c;}
#rsv_sec .info .info_set{margin:0 0 30px;}
#rsv_sec .info .info_set .info_h{font-size:115%;margin:0 0 5px;font-weight:bold;}
#rsv_sec .info .info_set p:last-of-type{margin:0;}
#rsv_sec .info .info_set ul:last-of-type{margin:0;}

#rsv_sec .btn{text-align:center;margin:60px 0 0;}
#rsv_sec .btn a{display:table;margin:0 auto;color:#fff;text-decoration:none;font-weight:bold;font-size:125%;border-radius:15px;background:#9f372b;width:600px;
	-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;}
#rsv_sec .btn a span{display:table-cell;vertical-align:middle;padding:10px;}
#rsv_sec .btn a:hover{opacity:0.7;}

#rsv_sec .btn_ex{text-align:center;margin:10px 0 0;}


@media screen and (max-width:768px){
	#rsv_sec .btn a{width:92%;font-size:100%;}
}
@media screen and (max-width:640px){
	#rsv_sec{padding:30px 0 50px;}	
	#rsv_sec .btn{margin:30px 0 0;}
}



#other_sec{padding:50px 0 80px;border:solid #8e543c;border-width:2px 0 0;}
#other_sec .h02{font-size:150%;font-weight:bold;color:#c9773c;margin:0 0 10px;}

#other_sec .cont_set{padding:0 0 80px;}
#other_sec .cont_set:last-of-type{padding:0;}

#other_sec .cont_set .twitter-tweet{margin:0 auto;}


#other_sec .ex{font-size:93%;}
#other_sec .ex p:last-of-type,
#other_sec .ex ul:last-of-type{margin:0;}

@media screen and (max-width:640px){
	#other_sec{padding:30px 0 50px;}
	#other_sec .cont_set{padding:0 0 50px;}
}


.sec.nobdr{border:none;}




/*
#column_sec{padding:50px 0 80px;border:solid #8e543c;border-width:2px 0 0;}
#column_sec .h01{color:#8e543c;text-align:center;font-size:225%;font-weight:bold;margin:0 0 40px;position:relative;letter-spacing:0.1em;}
#column_sec .h01 span{}
#column_sec .h01:after{content:" ";width:40px;height:2px;position:absolute;left:50%;margin-left:-20px;bottom:-10px;background:#8e543c;}

#column_sec .h02{font-size:150%;font-weight:bold;color:#c9773c;margin:0 0 10px;}
*/

.column .service_set{display:flex;width:100%;margin:0 0 50px;/*padding:0 0 40px;border:solid #809455;border-width:0 0 1px;*/}


@media screen and (max-width:1080px){

}
@media screen and (max-width:900px){
	.column .service_set{margin:0 0 50px;}
}
@media screen and (max-width:640px){
	/*#column_sec{padding:30px 0 50px;}*/
}



.column_detail .btn{text-align:center;margin:30px 0 0;}
.column_detail .btn a{display:table;margin:0 auto;color:#fff;text-decoration:none;font-weight:bold;font-size:125%;border-radius:15px;background:#9f372b;width:500px;
	-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;}
.column_detail .btn a span{display:table-cell;vertical-align:middle;padding:10px;}
.column_detail .btn a:hover{opacity:0.7;}



.column_detail .normal_cont h4{font-weight:bold;font-size:150%;color:#8e543c;}



.h_column{font-size:171%;font-weight:bold;margin:0 0 40px;text-align:center;color:#fff;background:#8e543c;width:100%;display:table;border-radius:15px;}
.h_column span{display:table-cell;vertical-align:middle;padding:20px;}


.column_mainimg{margin:0 0 30px;line-height:0;}
.column_mainimg img{border: solid 1px #c9773c;}

.colmn_lead_box{border:solid #c9773c 1px;padding:20px;margin:0 0 50px;border-radius:10px;text-align:center;font-size:115%;font-weight:bold;color:#c9773c;}
.colmn_lead_box p:last-of-type{margin:0;}
.colmn_lead_box .note{font-size:86%;}


@media screen and (max-width:768px){
	.column_detail .btn a{width:92%;font-size:100%;}
}
@media screen and (max-width:640px){
	.column_detail .btn{margin:30px 0 0;}
}




/*------------------------------------------------
   汎用
------------------------------------------------*/

.tx_l{text-align:left !important;}
.tx_c{text-align:center !important;}
.tx_r{text-align:right !important;}

.vm{vertical-align:middle !important;}
.vt{vertical-align:top !important;}
.vb{vertical-align:bottom !important;}

.tx_slarge{font-size:114% !important;}
.tx_large{font-size:128% !important;}
.tx_xlarge{font-size:150% !important;}
.tx_xxlarge{font-size:200% !important;}
.tx_small{font-size:85% !important;}
.tx_midium{font-size:100% !important;}
.tx_xsmall{font-size:71% !important;}

.f_bold{font-weight:bold !important;}
.f_normal{font-weight:normal !important;}

.txt_under{text-decoration:underline !important;}
.txt_strike{text-decoration:line-through !important;}

.inblock{display:inline-block !important;}
.ls_w{letter-spacing:0.2em;}
.ls_m{letter-spacing:0.1em;}

.relative{position:relative !important;}

.lh0{line-height:0em !important;}
.lh1{line-height:1em !important;}
.lh13{line-height:1.3em !important;}
.lh15{line-height:1.5em !important;}
.lh2{line-height:2em !important;}

ul.note{list-style:none !important;}
ul.note li{text-indent:-1em !important;padding-left:1em !important;}
ul.note li:before{content:"※";}

.note01{padding-left:1em !important;text-indent:-1em !important;}
.note02{padding-left:2em !important;text-indent:-2em !important;}
.note03{padding-left:3em !important;text-indent:-3em !important;}
.note04{padding-left:4em !important;text-indent:-4em !important;}
.note05{padding-left:5em !important;text-indent:-5em !important;}
.note06{padding-left:6em !important;text-indent:-6em !important;}
.note07{padding-left:7em !important;text-indent:-7em !important;}
.note08{padding-left:8em !important;text-indent:-8em !important;}
.note09{padding-left:9em !important;text-indent:-9em !important;}
.note10{padding-left:10em !important;text-indent:-10em !important;}
.note11{padding-left:11em !important;text-indent:-11em !important;}
.note12{padding-left:12em !important;text-indent:-12em !important;}

.red{color:#ff0000 !important;}
.white{color:#ffffff !important;}
.black{color:#333333 !important;}

.w_full{width:100% !important;}
.wauto{width:auto !important;}

.w100{width:100px !important;}
.w200{width:200px !important;}
.w300{width:300px !important;}
.w400{width:400px !important;}
.w500{width:500px !important;}
.w600{width:600px !important;}

.w03em{width:3em !important;}
.w04em{width:4em !important;}
.w05em{width:5em !important;}
.w06em{width:6em !important;}
.w07em{width:7em !important;}
.w08em{width:8em !important;}
.w09em{width:9em !important;}
.w10em{width:10em !important;}
.w11em{width:11em !important;}
.w12em{width:12em !important;}
.w13em{width:13em !important;}
.w14em{width:14em !important;}
.w15em{width:15em !important;}
.w16em{width:16em !important;}
.w17em{width:17em !important;}
.w18em{width:18em !important;}
.w19em{width:19em !important;}
.w20em{width:20em !important;}
.w21em{width:21em !important;}
.w22em{width:22em !important;}
.w23em{width:23em !important;}
.w24em{width:24em !important;}
.w25em{width:25em !important;}
.w26em{width:26em !important;}
.w27em{width:27em !important;}
.w28em{width:28em !important;}
.w29em{width:29em !important;}
.w30em{width:30em !important;}

.bdr{border:solid 1px #dddddd !important;}
.bdr_none{border:none !important;}

.radius05{-webkit-border-radius:5px !important;-moz-border-radius:5px !important;border-radius:5px !important;}
.radius10{-webkit-border-radius:10px !important;-moz-border-radius:10px !important;border-radius:10px !important;}

.radius_top05{-webkit-border-top-left-radius:5px !important;-webkit-border-top-right-radius:5px !important;-webkit-border-bottom-left-radius:0px !important;-webkit-border-bottom-right-radius:0px !important;-moz-border-radius:5px 5px 0 0 !important;border-radius:5px 5px 0 0 !important;}
.radius_top10{-webkit-border-top-left-radius:10px !important;-webkit-border-top-right-radius:10px !important;-webkit-border-bottom-left-radius:0px !important;-webkit-border-bottom-right-radius:0px !important;-moz-border-radius:10px 10px 0 0 !important;border-radius:10px 10px 0 0 !important;}

.radius_bottom05{-webkit-border-top-left-radius:0px !important;-webkit-border-top-right-radius:0px !important;-webkit-border-bottom-left-radius:5px !important;-webkit-border-bottom-right-radius:5px !important;-moz-border-radius:0 0 5px 5px !important;border-radius:0 0 5px 5px !important;}
.radius_bottom10{-webkit-border-top-left-radius:0px !important;-webkit-border-top-right-radius:0px !important;-webkit-border-bottom-left-radius:10px !important;-webkit-border-bottom-right-radius:10px !important;-moz-border-radius:0 0 10px 10px !important;border-radius:0 0 10px 10px !important;}

.mauto{margin:auto !important;}

.mt0{margin-top:0px !important;}
.mt01{margin-top:1px !important;}
.mt05{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}

.mb0{margin-bottom:0px !important;}
.mb05{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}
.mb70{margin-bottom:70px !important;}
.mb80{margin-bottom:80px !important;}
.mb90{margin-bottom:90px !important;}
.mb100{margin-bottom:100px !important;}

.ml0{margin-left:0px !important;}
.ml05{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml30{margin-left:30px !important;}
.ml40{margin-left:40px !important;}
.ml50{margin-left:50px !important;}

.mr0{margin-right:0px !important;}
.mr01{margin-right:1px !important;}
.mr05{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr30{margin-right:30px !important;}
.mr40{margin-right:40px !important;}
.mr50{margin-right:50px !important;}

.pt0{padding-top:0 !important;}
.pt05{padding-top:5px !important;}
.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}
.pt20{padding-top:20px !important;}
.pt30{padding-top:30px !important;}
.pt40{padding-top:40px !important;}

.pb0{padding-bottom:0 !important;}
.pb05{padding-bottom:5px !important;}
.pb10{padding-bottom:10px !important;}
.pb15{padding-bottom:15px !important;}
.pb20{padding-bottom:20px !important;}
.pb30{padding-bottom:30px !important;}
.pb40{padding-bottom:40px !important;}

.pl0{padding-left:0 !important;}
.pl05{padding-left:5px !important;}
.pl10{padding-left:10px !important;}
.pl15{padding-left:15px !important;}
.pl20{padding-left:20px !important;}
.pl30{padding-left:30px !important;}
.pl40{padding-left:40px !important;}

.pr0{padding-right:0 !important;}
.pr05{padding-right:5px !important;}
.pr10{padding-right:10px !important;}
.pr15{padding-right:15px !important;}
.pr20{padding-right:20px !important;}
.pr30{padding-right:30px !important;}
.pr40{padding-right:40px !important;}

.pad0{padding:0 !important;}
.pad05{padding:5px !important;}
.pad10{padding:10px !important;}
.pad15{padding:15px !important;}
.pad20{padding:20px !important;}
.pad30{padding:30px !important;}
.pad40{padding:40px !important;}

.plr05{padding-left:5px !important;padding-right:5px !important;}
.plr10{padding-left:10px !important;padding-right:10px !important;}
.plr15{padding-left:15px !important;padding-right:15px !important;}
.plr20{padding-left:20px !important;padding-right:20px !important;}
.plr30{padding-left:30px !important;padding-right:30px !important;}
.plr40{padding-left:40px !important;padding-right:40px !important;}

.fl{float:left !important;}
.fr{float:right !important;}

.visi{display:block !important;}
.hide{display:none !important;}


/* clearfix */
.cls{clear:both;}
/* For modern browsers */
.cf:before,
.cf:after{content:"";display:table;} 
.cf:after{clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.cf{zoom:1;}/* clearfixここまで */
/* 汎用ここまで */
