@charset "utf-8";
/* CSS Document */
a{
	text-decoration: none;
}
/* reset */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
}
section, article {
  display: block;
}
/* reset for iOS */
input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}
/* base */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-feature-settings: "palt";
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-kerning: normal;
  -webkit-font-kerning: normal;
  font-size: 15px;
  font-weight: 600;
  font-family: A1 Gothic M, 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0px;
  box-sizing: border-box;
  background-color: #fff;
  color: #0f0f0f;
  padding: 0;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
img {
  vertical-align: bottom;
  height: auto;
  width: 100%;
}
::selection {
  background: #0f0f0f;
  color: #FFF;
}
::-moz-selection {
  background: #0f0f0f;
}
/* link */
.left {
  text-align: left;
}
.row-reverse{
  flex-direction: row-reverse;	
}
/*a:hover img {
  -webkit-filter: brightness(110%);
  -moz-filter: brightness(110%);
  -o-filter: brightness(110%);
  -ms-filter: brightness(110%);
  filter: brightness(110%);
}*/
.fa-arrow-right {
  padding-left: 10px;
}
.link_line {
  background: linear-gradient(transparent 80%, #ff6 80%);
}
.link_line a {
  color: #000000;
}
.right{
	text-align: right !important;
}
.left{
	text-align: left !important;
}
.flex{
	display: flex;
}
@media print,
screen and (min-width: 768px) {
	.sp_disp{
		display: none;
	}	
}
@media not all and (min-width: 768px) {
	.pc_disp{
		display: none;
	}
}
/* effect */
.effect-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: 3s;
}
/* パンくず */
.breadcrumb {
  padding: 12px 10px;
  overflow: hidden;
  text-align: left !important;
  margin: 0 auto 0 2%;
  background-color: #FFF;
  width: 100%;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  padding: 0 10px;
  color: #f43a2c;
  font-weight: 700;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
  color: #000;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
/* font */
.a1 {
  font-family: A1 Gothic M !important;
}
.a1_2004 {
  font-family: A1 Gothic M JIS2004 !important;
}
/* clear */
.clear {
  clear: both;
}
.cbox {
  zoom: 100%;
}
.cbox:after {
  content: " ";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
/* nav */
.btn_wrapper.clearfix {
  display: block;
}
.btn_wrapper {
  z-index: 999;
  position: fixed;
}
.menu_btn {
  width: 70px;
  height: 75px;
  position: fixed;
  overflow: visible;
  line-height: 13px;
  font-size: 1px;
  float: right;
  cursor: pointer;
  -webkit-transition: all 400ms ease-out 0ms;
  -moz-transition: all 400ms ease-out 0ms;
  -o-transition: all 400ms ease-out 0ms;
  transition: all 400ms ease-out 0ms;
  top: 30px;
  right: 67px;
  z-index: 999;
}
.menu_btn .line:nth-child(1) {
  top: 30px;
  z-index: 2;
}
.menu_btn .line:nth-child(2) {
  top: 50px;
  z-index: 2;
}
.menu_btn .line:nth-child(3) {
  top: 70px;
  z-index: 2;
}
.menu_btn .line {
  position: fixed;
  background-color: #c29554;
  overflow: hidden;
  z-index: 999;
  width: 50px;
  height: 3px;
  -webkit-transition: all 400ms ease-out 0ms;
  -moz-transition: all 400ms ease-out 0ms;
  -o-transition: all 400ms ease-out 0ms;
  transition: all 400ms ease-out 0ms;
  top: 30px;
  right: 67px;
}
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
nav.sp_menu {
  position: fixed;
  width: 90%;
  height: auto;
  top: 0;
  left: 7.5%;
  background-color: transparent;
  z-index: 9;
  display: none;
}
nav.sp_menu a {
  color: #FFF;
}
.nav_logo {
  max-width: 110px;
  margin-top: 3vh;
}
nav.sp_menu ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 5vh;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3%;
  padding-right: 5%;
  width: 80%;
  height: 38vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
/* scroll bar */
nav.sp_menu ul::-webkit-scrollbar {
  width: 10px;
}
nav.sp_menu ul::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777;
}
nav.sp_menu ul::-webkit-scrollbar-thumb {
  background: #F54E2B;
  border-radius: 10px;
  box-shadow: none;
}
nav.sp_menu ul li {
  width: 21%;
}
nav.sp_menu ul li dl dt {
  font-size: 1.4em;
  color: #FFFFFF;
  font-weight: bold;
  text-align: left;
  margin-bottom: 1em;
  letter-spacing: 0.05em;
  display: block;
  float: none;
  clear: both;
  margin-right: auto;
  margin-left: auto;
}
nav.sp_menu ul li dl dt div {
  margin-top: 8%;
}
.ttl_arrow {
  border-bottom: 1px dotted #FFF;
}
.ttl_arrow::after {
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  font-weight: 900;
  float: right;
}
nav.sp_menu ul li a:hover, .ttl_arrow:hover, .subheading:hover {
  color: #F54E2B;
}
#sp_menu_dl dt {
  display: block;
  cursor: pointer;
  width: auto;
  height: 45px;
}
#sp_menu_dl dd {
  width: auto;
  line-height: 50px;
  display: none;
  margin-top: -20px;
  font-size: 0.85em;	
}
#sp_menu_dl dd div {
  height: 35px;
  position: relative;
  text-align: left;
}
.bttom_arrow::after {
  font-family: "Font Awesome 5 Free";
  content: '\f107';
  font-weight: 900;
  float: right;
}
.right_arrow::after {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  float: right;
}
nav .sns {
  display: inline-block;
  width: 40px;
  margin: 2% 5% 0;
}
nav .subheading {
  font-size: 1.3em;
}
nav .subheading::after {
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  font-weight: 900;
  /*float: right;*/
  position: absolute;
  right: 0;
}
.nav_mail {
  font-size: 1.2em;
  font-weight: 100;
  line-height: 1.1;
  color: #FFF;
}
.nav_mail::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  padding-right: 10px;
  color: #FFFFFF;
}
.menu_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #000;
  opacity: 0.95;
  z-index: -1;
}
/*
メニューオープン時のクリックボタン
*/
.btn_wrapper.clicked .menu_btn .line:nth-child(1) {
  -webkit-transform: translateY(20px) rotate(45deg);
  transform: translateY(20px) rotate(45deg);
  -webkit-transition: all 400ms ease-out 0ms;
  -moz-transition: all 400ms ease-out 0ms;
  -o-transition: all 400ms ease-out 0ms;
  transition: all 400ms ease-out 0ms;
  background-color: #FFFFFF;
}
.btn_wrapper.clicked .menu_btn .line:nth-child(2) {
  opacity: 0;
  -webkit-transition: all 400ms ease-out 0ms;
  -moz-transition: all 400ms ease-out 0ms;
  -o-transition: all 400ms ease-out 0ms;
  transition: all 400ms ease-out 0ms;
}
.btn_wrapper.clicked .menu_btn .line:nth-child(3) {
  -webkit-transform: translateY(-20px) rotate(-45deg);
  transform: translateY(-20px) rotate(-45deg);
  -webkit-transition: all 400ms ease-out 0ms;
  -moz-transition: all 400ms ease-out 0ms;
  -o-transition: all 400ms ease-out 0ms;
  transition: all 400ms ease-out 0ms;
  background-color: #FFFFFF;
}
/*sharebtn*/
.sns {
  width: 270px;
  display: flex;
  margin: 2% auto;
  /*float: right;*/
}
.sns_list {
  width: 60px;
  height: auto;
  margin: 0 22.5px 3%;
}
.sns_list img {
  width: 100%;
}
/* wrapper */
#wrapper {
  margin: 0;
  padding: 0;	
}
/* header */
.t_logo {
  position: absolute;
  left: 13%;
  top: 130px;
  width: 30%;
  z-index: 2;
}
.h_logo {
  width: 20%
}
h1 img {
  width: 100%;
}
h3 {
  text-align: left;
  font-size: 2em;
  font-weight: 400;
  margin-left: 10%;
}
#contents h3 .sub_ttl {
  display: inline;
  vertical-align: middle;
  margin: 0 0 0 2em;
  font-size: 0.5em;
  font-family: A1 Gothic M;
}
/* contents */
.contents {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 5%;	
  /*min-height: 45vh;*/
}
a.d_btn {
  position: relative;
  display: inline-block;
  padding: .5em 3em;
  border: 2px solid #333;
  color: #333;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  z-index: 1;
}
a.d_btn:hover {
  color: #fff;
}
a.d_btn::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  content: '';
  background: #333;
  transform-origin: left top;
  transform: scale(0, 1);
  transition: transform .3s;
}
a.d_btn:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
/*===========================
	link_area
============================*/
.link_area {
  width: 100%;
}
.bnr_bottomarea {
  display: flex;
  width: 100%;
  margin: 0 0 5%;
  border-top: 1px solid #000;
  padding-top: 3%;
}
.bnr_bottomarea li {
  width: 50%;
  margin: 0 7%;
}
.bnr_bottomarea_story dl dt, .bnr_bottomarea_event dl dt {
  width: 40%;
  margin: 0 auto;
}
.bnr_bottomarea_story dl dd {
  display: flex;
  width: 100%;
  margin: 10% auto;
}
.bnr_bottomarea_story dl dd p {
  width: 50%;
  margin: 0 5%;
}
.bnr_bottomarea_event dl dd {
  margin: 8% auto 0;
}
.bnr_bottomarea_story_single {
  width: 35% !important;
}
.bnr_bottomarea_story_single dl dt, .bnr_bottomarea_story_single dl dd {
  width: 50% !important;
  margin: 0 auto 5%;
}
.bnr90 {
  width: 90% !important;
}
/* footer */
#footer {
  width: 100%;
  text-align: left;
  font-size: 0.8em;
  line-height: 2.2em;
  background-color: #F2F6F5;
  border-top: none;
  margin: 0;
  padding-top: 5%;	
}
#footer a{
	color: #333;
}
#footer li {
  display: inline-block;
  vertical-align: top;
}
.mail_ttl {
  font-size: 1.5em;
  font-weight: 700;
}
.mail_ttl::before {
  content: ''; /*何も入れない*/
  display: inline-block; /*忘れずに！*/
  width: 40px; /*画像の幅*/
  height: 40px; /*画像の高さ*/
  margin-right: 10px;
  background-image: url("../images/mail_icon.gif");
  background-size: contain;
  vertical-align: middle;
}
.mail {
  padding-left: 50px;
  font-size: 1.5em;
}
.f_menu {
  display: flex;
  justify-content: center;	
}
.f-contents-top{
	font-size: 1rem !important;
}
#footer ul.f_menu li {
  width: 22%;
  font-size: 1rem;
  font-weight: 700;
	text-align: center;	
}
#footer ul.f_menu li .f_subheading {
  width: 100%;
  text-align: left;
  font-size: 0.7rem;
  padding-left: 3rem;
}
#footer .corp {
  background: #000000;
  color: #FFFFFF;
  text-align: center;
  margin-top: 3%;
  padding: 2% 0;
}
#footer .corp p {
  line-height: 1.5;
}
#footer .corp a:hover {
  text-decoration: underline;
}
.footer_bottom {
  display: flex;
  justify-content: space-between;
}
.footer_bottom li {
  width: 45%;
  padding: 0 5%;
}
#footer .flogo {
  width: 40%;
}
.sns {
  text-align: right;
}
.sns a img {
  width: 50px;
}
/* page-top */
#page_top {
  position: fixed;
  bottom: 30px;
  right: 20px;
}
#page_top a {
  text-align: center;
  text-decoration: none;
  font-size: 3.5em;
  color: #DBD6D6;
}
#page_top a:hover {
  text-decoration: none;
}

@media screen and (max-width: 769px) {
	.flex{
		display: block;
	}
}
