@charset "UTF-8";
/* CSS Document */

/*----------------------*/
/*共通設定*/
/*----------------------*/
*{  margin:0;
	padding:0;
	line-height:1.8;
	list-style-image::none;
	font-size:17px;
	font-family:texgyreadventor-bold , "Sawarabi Gothic";}

img{border:none;}
.img-box{text-align: center;}
a{text-decoration:none;}

/* IE */
@font-face {
font-family: texgyreadventor-bold;
src: url('fonts/texgyreadventor-bold.otf');
}
/* Firefox, Opera, Safari */
@font-face {
font-family: texgyreadventor-bold;
src: url('fonts/texgyreadventor-bold.otf') format('truetype');
}

h1{
	font-size:40px;
	padding-left:80px;
	margin-left:10px;
	background:url(img2/cate_fig.gif) left center no-repeat;
	margin:20px 0px;}
	
h2{
	font-size:25px;
    font-weight:bolder;
	padding-left:10px;
    margin-bottom: 20px;
}
	
h3{
	font-size:20px;
    color: #ffffff;
    background-color: #3C3C49;
	margin:30px 50px 10px 50px;
    padding: 0 20px;
    border-radius: 50px 3px;  
}

	
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}
.ml50{margin-left:50px;}
.mlr50{
	margin-left:50px;
	margin-right:50px;}
.mlr55{
	margin-left:55px;
	margin-right:50px;}

.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}

.click{font-size:15px;
vertical-align:top;
color:#4C44DE;}

.text-shadow{
	text-shadow: white 0.5px 0.5px 0px, White -0.5px 0.5px 0px,
             white 0.5px -0.5px 0px, white -0.5px -0.5px 0px;}

.font15{font-size:15px;}
.font20{font-size:20px;}
.font23{font-size:23px;}
.font25{font-size:25px;}
.font30{font-size:30px;}

a:link { color:#000000; text-decoration:none }
a:visited { color:#000000; text-decoration:none }
a:hover { color:#F9EDD1; text-decoration:none }
a:active { color:#ffffff; text-decoration:none }

.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.btn{
    border:solid;
    padding-top: 6px;
    text-align: center;
    width: 600px;
    height: 40px;
    margin: 0px auto;
    border-radius: 7px;
    transition: .5s;
}

.btn:hover{
    background-color: black;
    color: white;
}

.btn2{
    border:solid;
    padding-top: 6px;
    text-align: center;
    width: 300px;
    height: 40px;
    font-weight: bold;
    margin-right:10px;
    border-radius: 7px;
    transition: .5s;}

.btn2:hover{
    background-color: black;
    color: #FFFFFF;}


/*----------------------*/
/*共通構成*/
/*----------------------*/
#wrapper{
	width:1100px;
	margin:0px auto;
	text-align:left;
	position:relative;}

body{
	font-size:small;
	width:1100px;
	margin-right: auto;
    margin-left : auto;
	text-align:left;
	background: url(img2/bg.jpg) repeat-x;}

.header{
	width:1100px;}
	
.footer{
	width:1100px;
	background-color:#3C3C49;
	color:#FFFFFF;
	clear:both;}
	
.footer_menu{
	width:190px;
	height:50px;
	float:left;
	text-align:center;
	padding-top:10px;
	font-size:20px;}

.kugiri{
	width:1100px;
	clear:both;
	margin:60px 0 15px 0;}

.float{
    float: left;}
}
.clear{
	clear:both;}
	
table{
	margin:0 auto;
	border-collapse:collapse;
	margin-bottom:20px;
	width:900px;
}
	
table th{
	font-size:25px;
    padding-left: 30px;
	vertical-align:top;}

table td{
	font-size:20px;
	padding-top:10px;
}

table,th,td{
	border:none;}

table.beauty{
	margin-left:40px;
	border-collapse:collapse;
	width:900px;}
	
table.beauty th{
	width:200px;
	vertical-align:middle;
	text-align:center;
	border-right:dotted;}
	
table.beauty td{
	text-align:center;
	border:none;}

	
/*----------------------*/
/*index*/
/*----------------------*/	
.menu_box{
	width:1070px;
	margin:0 auto;
	background: linear-gradient(90deg, rgba(250,250,250,.8), rgba(100,100,100,.6)) fixed, url(img2/menu_bg.jpg) ;
	background-size:cover;
	padding: 30px 0;}

.menu_box2{
	width:950px;
	background: linear-gradient(90deg, rgba(160,160,160,.3), rgba(190,190,190,.1));
	background-size:cover;
	margin:0 auto;
	border:dotted;
	border-radius:25px 25px 25px 25px;
	padding-bottom:1px;}
	
.cat_box_light{
	width:1070px;
	margin:0 auto;
	background: linear-gradient(90deg, rgba(250,250,250,.8), rgba(100,100,100,.6)) fixed, url(img2/menu_bg2.jpg) ;
	background-position:top right;
	/*background-size:80% 80%;*/
	/*background-size:cover;*/
	background-repeat:no-repeat;
	padding: 20px 0;}
	
.cat_box_dep{
	width:1070px;
	margin:0 auto;
	background: linear-gradient(90deg, rgba(250,250,250,.8), rgba(100,100,100,.6)) fixed, url(img2/menu_bg3.jpg) ;
	background-position:top right;
	/*background-size:cover;*/
	background-repeat:no-repeat;
	padding: 20px 0;}
	
	

.menu_left{
	width:550px;
	float:left;}
	
.menu_right{
	width:440px;
	float:left;}

.menu{
	width:1070px;
	margin:0px auto 20px auto;}

.menu_narabi{
    float: left;
    margin-right: 7px;}

.text{
	width:1000px;
    margin-left: 30px; 
}

.text_left{
	width:350px;
	float:left;
	margin-left:50px;}
	
.text_2dan{
	width:440px;
	float:left;
	font-size:13px;
	margin-left:60px;}
	
.staff_left{
	width:250px;
	float:left;}
	
.staff_right{
	width:750px;
	margin-left:30px;
	float:left;}

.beauty_menu{
    float: left;
    margin-right: 10px;}

.beauty_menu_list{
    list-style-type:none;
    margin:0 auto;}

.prise{
    text-align: center;
    line-height: 12px;
}

/*----------------------*/
/*dropmenu*/
/*----------------------*/

#dropmenu{
position: relative;
  list-style-type: none;
  width: 64px;
  height: 71px;
  padding: 0;}
  
#dropmenu li{
  width: 100%;
  float: left;
  margin: 3px 0px 3px 0px;
  padding: 0;
  text-align: center;}
    
#dropmenu li a{
  display: block;
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;}
  
#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: -316%;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}
#dropmenu li ul li{
  overflow: hidden;
  width: 300px;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;}
  
#dropmenu li ul li a{
  padding: 15px 15px;
  background: #3C3C49;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
}
#dropmenu li:hover > a{
  background: #FFF;
  color: #3C3C49;
}
#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #3C3C49;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}

 
 /*----------------------*/
/*list*/
/*----------------------*/
 
 ol.kome{
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  width:600px;
  margin: 0 auto;
}

ol li.kome{
  position: relative;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 40px;
}

.point{
    margin-left:300px;
    border: 0.5rem solid;
    width: 500px;
}

ol li.kome:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #3C3C49;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align:center;
  /*以下上下中央寄せのため*/
  top: 50%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);}


/* 表示ボタン */
.openBtn {
cursor: pointer;}
 
.openBtn:hover {
opacity: 0.7;
}
 
/* 説明文 */
.textArea {
display: none;}
 
/* 表示ボタン ー 逆三角アイコン */
.faColor {
color: #9FD6D2;
}


ul.style {
  margin: 0;
  padding: 0;
}
img { border: none; }
.clear { clear: both; }
  
#wrapper_red {
  width: 900px; /*サムネイル画像の幅×横に並べる数＋margin分*/
  margin: 0 auto;}
  
#wrapper_red li {
  float: left;
  margin: 10px;
}
 
/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* insta */
.insta_list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
}

.insta_list li{
    position: relative;
    width: calc((100% - 40px)/3);
}

@media screen and (max-width: 750px){
    .insta_list li{
        width: calc((100% - 20px)/2);
    }
}

.insta_list li::before{
	content: "";
	display: block;
	padding-top: 100%;
}

.insta_list a{
	position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.insta_list img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.insta_btn{
    background-color: #000;
    padding: .5em 1em;
    width: fit-content;
    margin: 0 auto;
    cursor: pointer;
    transition: .3s
}

.insta_btn a{
    color: #fff;
    text-decoration: none;
}

.insta_btn:hover{
    background-color: #999;
}