@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');*/
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap');
/* RESET
----------------------------------------------------------------------------------------------------*/
a,article,body,dd,div,dl,dt,em,form,footer,header,h1,h2,h3,h4,h5,h6,html,i,iframe,img,label,legend,li,nav,ol,p,section,main,span,table,tbody,tfoot,thead,time,tr,th,td,ul,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}article,footer,header,nav,section,main{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}


/* ----------------------------------------------
 * 設定をしなおす
---------------------------------------------- */
body {
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	line-height: 1.6em;
	font-family:"Nirmala UI B", "UD Digi Kyokasho NP-R", "Meiryo", "メイリオ";
	font-weight: 500;
	color: #535761;
	-webkit-text-size-adjust: 100%;
}

@media only screen and ( max-width : 896px ) {
  body {font-size: 14px;}
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: middle;
  border: none;
}


/* ----------------------------------------------

 * アンカータグの設定

a {
  outline:none;
  color: #333;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}
---------------------------------------------- */

/* ----------------------------------------------

 * 要素を左右中央寄せ



.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

.taL {
  text-align: left !important;
}



*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*behavior:url(/scripts/boxsizing.htc)}.container{margin:0 auto}.clr:after,.col:after,.container:after,.group:after,.row:after{content:"";display:table;clear:both}.row{padding-bottom:0}.col{display:block;float:left;width:100%}@media (min-width:896px),print{.gutters .col{margin-left:2%}.gutters .col:first-child{margin-left:0}.gutters .colR:first-child{margin-right:0}.sp{display:none}}@media(max-width:896px){.sp_none{display:none !important;}}


img {
    max-width: 100%;
    height: auto;
    width :auto;
}
---------------------------------------------- */
@media only screen and ( max-width : 896px ) {
  .sbox {
    margin-bottom: 20px;
  }
  .container {
    padding: 0 30px;
  }
  section {
    padding: 100px 0;
  }
}

@media only screen and ( max-width : 480px ) {
  .container {
    padding: 0 20px;
  }
}
@media only screen and ( max-width : 374px ) {
  .container {
    padding: 0 10px;
  }
}

@media print, screen and ( min-width : 896px ) {
  .sbox {
    margin-bottom: 25px;
  }
  .container {
    /*width: 1200px;*/
    width: 100%;
  }
  section {
    padding: 200px 0;
  }
}

/* ---------------------------------------------------------------------------------------------
　   HEADER
--------------------------------------------------------------------------------------------- */

#header {
  /*box-shadow: 0px 3px 15px rgba(0,0,0,0.2);*/
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
}
#gNav a:hover {
  color: #999;
}
nav li a {
  font-size: 13px;
  letter-spacing: 0.2em;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
  background: #fff;
  background-image: linear-gradient(to top, #ffffff 0%, #cccccc 100%);
}
@media only screen and ( max-width : 896px ) {
  #header {
    padding:0px;
    height: 60px;
  }
  .h_logo {
    width: 250px;/*スマホ用ロゴ幅*/
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 100;
  }

  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
}

@media print, screen and ( min-width : 896px ) {
#header {
	height: 60px;
}
  
.h_logo img {
	width: 300px;/*PC用ロゴ幅*/
	padding-left: 0px;
}
#h_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#gNav ul {
	position: relative;
	display: flex;
}

#gNav li {
	position: relative;
	font-size: 16px;
	margin-left: 10px;
	margin-right: 15px;
}

/*#gNav li:last-child {
	margin-right: 30px;
}*/

  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: right;
    line-height: 60px;
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 20px;
    line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
    color: #E83428;/*-----------------------------------------------------------PCメニューのリンクカラー*/
  }
  #gNav li:hover ul.sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
 #gNav li:hover ul.sub-menu a {
    color: #111;
  }
  #gNav .sub-menu li a:hover {
    background: #fff;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }

/*--------------------------------
会員専用ページを囲む
--------------------------------*/
.cube{
	border-style: solid;/* ボーダーを実線に */
	border-width: 1px;/* ボーダー線の太さを1pxに  */
	border-color: #c0c0c0;/* ボーダー線の色を指定 */
	color:#fff;  /* ボーダー線の色を指定 */
	border-radius: 2px 2px 2px 2px;    /* 囲い四角の四隅に丸みをつける  */ 
	padding: 4px ;/* 文字と四角の間に余白をつくる  */
	margin-left : 1px;/* 左隣りの文字とのスペースを2pxつくる  */
	margin-right: 1px;/* 右隣りの文字とのスペースを2pxつくる  */
	vertical-align: 3%;  /* 上下のずれを微修正；少し上に移動  */
	background-color: #62595E;/* 背景に色を付ける  */       
}

.cube a:hover{
	background-color: #E83428;/* 背景に色を付ける  */       
}
}


/*-------------------------------
メイン画像
-------------------------------*/
img.miniimage { display: none; }   /* ※1 */

/* ▼表示領域が896px以上の場合 */
@media (min-width: 896px) {
   img.miniimage { display: none; }  /* miniを非表示 */
   img.bigimage  { display: block; } /* bigを表示 */
}
/* ▼表示領域が896px未満の場合 */
@media (max-width: 895px) {
   img.miniimage { display: block; } /* miniを表示 */
   img.bigimage  { display: none; }  /* bigを非表示 */
}

.resizeimage img { width: 100%; }   /* ※2 */
/*-------------------------------
※1：メディアクエリの記述方法を解釈できないブラウザで、大小両方の画像が同時に表示されてしまうのを防ぐために、最初に mini.jpg側を非表示にする記述を加えています。
※2：画像サイズが表示領域（ブラウザのウインドウ幅や画面幅）に合わせて変化するように、画像の横幅を100％にしています。
-------------------------------*/

/* スマートフォン用CSS */
@media screen and (max-width: 1200px) {
/*-------------------------------
画面配置幅
-------------------------------*/
.frame1200 {
	width: 100%;	  /*全体の幅を指定する*/ 
	margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
	text-align: center;   /*全体を真ん中揃えにする。*/
}}
/* PC用CSS */
@media screen and (min-width: 1200px) {
/*-------------------------------
画面配置幅
-------------------------------*/
.frame1200 {
	width: 1200px;	  /*全体の幅を指定する*/ 
	margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
	text-align: center;   /*全体を真ん中揃えにする。*/
}}
/*-------------------------------
メニュータブ
-------------------------------*/
