@charset "UTF-8";
/* headermenu */
.gmenu span.on{
  border-bottom:#333 solid 1px;
  padding-bottom: 1px;
}

/* menu2  */
.fixMenu{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  z-index: 1;
  background-color: #796A56;
  width: 100%;
  height: 100%;
}
.fixMenu ul li{
  border-top:#fff solid 1px;
}
.fixMenu ul li:last-child{
  border-bottom:#fff solid 1px;
}
.fixMenu ul li a{
  color: #fff;
  text-align: center;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}
.fixMenu ul li span{
  color: #fff;
  text-align: center;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: underline;
}
.fixMenu .logo{
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	padding-top: 20px;
}
.fixMenu .logo img{
  width:100%;
}
.fixMenu .fst{
  width: 20%;
}
.fixMenu .sec{
  width: 60%;
}
.fixMenu .trd{
  width: 20%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end!important;
  justify-content: flex-end!important;
}
.fixMenu .trd button{
  margin:5px 10px auto auto;
}

#hamburgerOut {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
#hamburgerOut .nav_line {
  background-color: #fff;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all .5s;
}
#hamburgerOut .nav_line1 {
  top: 0;
}
#hamburgerOut .nav_line2 {
  top: 10px;
}
#hamburgerOut .nav_line3 {
  bottom: 0px;
}
.menuLang{
  color:#fff;
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
.menuLang a{
  color:#fff;
}

/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓共通CSSここから↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  max-width: 1960px;
  width: 100%;
  margin:0 auto;
}

a:hover {
  opacity: 0.6;
}

.morebtn {
  background: #fff;
  border: 3px solid #898989;
  text-align: center;
  display: block;
  position: relative;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.morebtn:after {
  content: "";
  background-image: url(../img/link_arrow.png);
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 6px;
}

.bigmorebtn {
  background: #796A56;
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
}

.bigmorebtn:after {
  content: "";
  background-image: url(../img/link_arrow_wht.png);
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑共通CSSここまで↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓フッターここから↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
footer {
  background: #796A56;
  color: #fff;
}

footer a {
  color: #fff;
}

footer nav {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

footer nav .mainmenu li .submenu li {
  list-style: disc;
}

footer #footinfo {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

footer #footinfo h2 img {
  width: 100%;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑フッターここまで↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
@media only screen and (max-width: 768px) {
  /*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓SP版フッターここから↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
  footer {
    margin-top: 0;
    padding: 20px 0;
  }
  footer nav {
    width: 100%;
    margin: 0 auto;
  }
  footer nav .mainmenu li {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 3%;
    margin-bottom: 3%;
    font-size: 4vw;
  }
  footer nav .mainmenu li a {
    width: 85%;
    margin: 0 auto;
    display: block;
  }
  footer nav .mainmenu li .submenu {
    display: none;
  }
  footer #footinfo {
    width: 100%;
    margin: 20px auto 0;
    align-items: center;
  }
  footer #footinfo h2 {
    width: 60%;
    margin: 0 auto;
  }
  footer #footinfo p {
    font-size: 2vw;
    text-align: center;
  }
  footer #copyright {
    width: 100%;
    margin: 0 auto;
    font-size: 2vw;
    text-align: center;
  }
  /*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑SP版フッターここまで↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
}
@media only screen and (min-width: 769px) {
  /*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓PC版フッターここから↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
  .fh2{
	font-size:26px;
  }
  footer {
    margin-top: 0;
    padding: 20px 20px 10px 20px;
  }
  footer nav {
    width: 1000px;
    margin: 0 auto;
  }
  footer nav .mainmenu {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  footer nav .mainmenu li {
    width: 20%;
  }
  footer nav .mainmenu li .submenu {
    margin-left: 1em;
    margin-top: 10px;
  }
  footer nav .mainmenu li .submenu li {
    width: 100%;
    font-size: 12px;
  }
  footer #footinfo {
    width: 1000px;
    margin: 20px auto 0;
    align-items: center;
  }
  footer #footinfo h2 {
    width: 350px;
    margin-right: 10px;
  }
  footer #footinfo p {
    font-size: 12px;
	height: 36px;
	display: -ms-flexbox!important;
    display: flex!important;
	-ms-flex-align: end!important;
    align-items: flex-end!important;
  }
  footer #copyright {
    width: 1000px;
    margin: 0 auto;
    font-size: 12px;
  }
  /*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑PC版フッターここまで↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
}

/* 追加共通CSS */
/* フォント */
.shima{
  font-family: "Shimanami", serif;
}
.shima-en{
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.mc{
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.gc{
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

/* SP時に消す */
.spdndb{
  display: none;
}
@media only screen and (min-width: 769px) {
  .spdndb{
	display: block;
  }
}
.spdnil{
  display: none;
}
@media only screen and (min-width: 769px) {
  .spdnil{
	display: inline;
  }
}

/* PC時に消すs */
.pcdnil{
  display: inline;
}
@media only screen and (min-width: 769px) {
  .pcdnil{
	display: none;
  }
}

/* 六角形メニュー */
.menuDia{
  width: 140px;
  height: 140px;
  background-image: url(../img/menuDia.png);
  background-size: contain;
  background-repeat:no-repeat;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin:0 auto;
}
@media only screen and (min-width: 769px) {
  .menuDia{
	width: 188px;
	height: 188px;
	font-size:23px;
  }
}
.menuDia span{
  display: inline-block;
  line-height: 23px;
  font-size:14px;
  text-align: center;
}

/* 縦書き横書き */
.rl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.rl.enCls {
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: horizontal-tb;
  -o-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
  text-orientation: upright;
}

/* flex 左右入れ替え */
@media only screen and (min-width: 769px) {
  .f-o1 {
	-ms-flex-order: 1;
	order: 1;
  }
  .f-o2 {
	-ms-flex-order: 2;
	order: 2;
  }
}

/* 100% */
.w100p{
  width: 100%;
}

/* 高さ100px(PC) */
@media only screen and (min-width: 769px) {
  .h100px{
	height: 100px;
  }
}

/* border-botom取り */
@media only screen and (min-width: 769px) {
  .b00{
	border-bottom: 0!important;
  }
}

/* 背景灰色 */
.bg-gray{
  background-color: #eee;
}

/* 背景緑色 */
.bg-green{
  background-color: #eaf0e6;
}

/* clearfix */
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/* ボタン */
.commonBtnBr {
  background: #796A56;
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
  padding-top:15px;
  padding-bottom: 15px;
  background-image: url(../img/link_arrow_wht.png);
  background-size: 30px 10px;
  background-repeat: no-repeat;
  background-position: center right 20px;
  width:330px;
}

.commonBtnBr:after {
  content: "";
  background-image: url(../img/link_arrow_wht.png);
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* margin-left SPのみ27px */
.spFtitle{
  display: none;
}
@media only screen and (min-width: 769px){
  .spFtitle{
	width: 85%;
	margin:0 auto;
	display: block;
	width: auto;
	margin: auto;
	display: inline;
  }
}

/* 縦書き */
.subRiTitle{
  font-size: 5.0vw;
  font-weight: normal;
}
@media only screen and (min-width: 769px) {
  .subRiTitle{
	font-size:46px;
	font-weight: normal;
	line-height: 60px;
  }
}
/* 英語のみ en～ */
.enmt00{
  margin-top: 0!important;
}
.endn{
  display: none;
}
@media only screen and (min-width: 769px) {
  .enpl40{
	padding-left: 40px!important;
  }
}

/* border */
.borderBottom{
  border-bottom:#353F55 solid 1px;
}

/* flex center*/
.d-flex{
  display: -ms-flexbox;
  display: flex;
}
.align-items-center{
   -ms-flex-align: center;
  align-items: center;
}
.justify-content-center{
  -ms-flex-pack: center;
  justify-content: center; 
}
