@charset "utf-8";
/* *****************************************************************************
PC用のスタイル記述
***************************************************************************** */

/* -----------------------------------------------------------------------------
Header
----------------------------------------------------------------------------- */
.wrapper__outer {
    overflow-x: hidden;
    min-height: 100vh;
    max-width: 100%;
}

.g-header__outer {
	margin-bottom: 0;
	background-color: #fff;
	padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    z-index: 4000;
    position: fixed;
    top: 0;
    left: 0;
}

.lower .g-header__outer {
    background-color: #fff;
}

.is-color {
	background-color: #fff;
}

.is-color header nav .g-navi li a:before {
	border-color: #000;
}

header {
    max-width: none;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

.header__inner {
    box-sizing: border-box;
    max-width: 1366px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    position: relative;
    padding: 20px 0px;
    min-height: 90px;
    justify-content: space-between;
}

header .logo img {
    width: 180px;
}

header nav {
    display: flex;
}

header nav .g-navi,
header nav .g-navi-tel {
    display: flex;
    align-items: center;
}

header nav .g-navi-tel {
    background-color: #231815;
    margin-left: 20px;
    padding: 5px 15px;
    border-radius: 50px;
}

header nav .g-navi-tel:hover {
    background-color: #00732a;
    transition: .2s ease-in-out;
}

header nav .g-navi li {
    padding: 0 15px;
}

header nav .g-navi-tel li {
    padding: 0 5px;
    display: flex;
    align-items: center;
}

header nav .g-navi-tel .icon-tel {
    width: 17px;
    margin-right: 5px;
}

header nav .g-navi-tel .icon-tel img {
    width: 17px;
    display: block;
}

header nav .g-navi li a {
	display: block;
	color: #231815;
	font-size: 14px;
	font-weight: 600;
    letter-spacing: 0;
    padding: 5px 0;
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    transition: .22s cubic-bezier(.44,.18,.49,.99);
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

/*header nav .g-navi li a:hover {
    background-color: #231815;
    color: #fff;
    border-radius: 50px;
    transition: .2s ease-in-out;
}*/

header nav .g-navi-tel li a {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
    padding: 5px;
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    transition: .22s cubic-bezier(.44,.18,.49,.99);
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

header nav .g-navi li a:before,
header nav .g-navi-tel li a:before {
	content: "";
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 2px solid #90c31f;
    transition: transform .3s;
    transform: scale(0, 1);
    transform-origin: right top;
}

header nav .g-navi li a:hover {
	color: #231815;
	text-decoration: none;
	opacity: 1;
}

header nav .g-navi-tel li a:hover {
    color: #fff;
}

header nav .g-navi li a:hover:before,
header nav .g-navi-tel li a:hover:before {
	opacity: 1;
	transform: scale(1,1);
	transform-origin: left top;
}


.lower header nav .g-navi li a {
	color: #231815;
}

.lower header nav .g-navi li a:hover {
    color: #fff;
}

.lower header nav .g-navi li a:before {
	border-color: #231815;
}

/* -----------------------------------------------------------------------------
Tap Scroll
----------------------------------------------------------------------------- */
.tap-scroll {
    width: 100%;
    box-sizing: border-box;
    background-color: #f2f2f2;
    position: relative;
    padding: 80px 0px;
}

.tap-scroll__inner {
    max-width: 1120px;
    width: 100%;
    padding: 0 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.tap-scroll-col {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.tap-scroll .link {
    display: block;
    text-decoration: none;
    width: 250px;
    box-sizing: border-box;
    border-radius: 10px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding: 20px 0;
}

.tap-link01 {
    background-image: url(../images/lineup/tap01.jpg);
    border-radius: 10px;
    overflow: hidden;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.tap-link02 {
    background-image: url(../images/lineup/tap02.jpg);
    border-radius: 10px;
    overflow: hidden;
    background-position: center -70px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.tap-link03 {
    background-image: url(../images/lineup/tap03.jpg);
    border-radius: 10px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.link-color1 {
    background-color: rgba(0, 115, 42, 0.7);
}

.link-color1:hover {
    background-color: rgba(0, 0, 0, 0);
    transition: .2s ease-in-out;
}

.link-color2 {
    background-color: rgba(35, 24, 21, 0.6);
}

.link-color2:hover {
    background-color: rgba(0, 0, 0, 0);
    transition: .2s ease-in-out;
}

.link-color3 {
    background-color: rgba(185, 75, 0, 0.6);
}

.link-color3:hover {
    background-color: rgba(0, 0, 0, 0);
    transition: .2s ease-in-out;
}

.tap-scroll .link:hover {
    text-shadow: 0px 0px 5px #000;
    transition: .2s ease-in-out;
}

.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

/* -----------------------------------------------------------------------------
Footer
----------------------------------------------------------------------------- */
.g-footer__outer {
	position: relative;
	width: 100%;
	padding: 40px 0 0;
}

.footer__inner {
    max-width: 1366px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.footer-info {
	display: flex;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 10px;
    position: relative;
}

.footer-info-col:nth-child(1) {
    display: flex;
    max-width: 25%;
    width: 100%;
    flex-direction: column;
}

.footer-info-col:nth-child(1) .ft-logo {
    width: 183px;
}

.footer-info-col:nth-child(1) .ft-logo a {
    display: block;
}

.ft-logo img {
    display: block;
    width: 100％;
}

.footer-sns {
    margin-top: 10px;
}

.footer-sns .sns-col li {
    width: 22px;
    background-color: #231815;
    padding: 5px;
    border-radius: 22px;
}

.footer-sns .sns-col li:hover {
    background-color: #00732a;
    transition: .2s ease-in-out;
}

.footer-sns .sns-col a {
    display: block;
}

.footer-sns .sns-col img {
    width: 22px;
}

.footer-info-col:nth-child(1) .text {
    margin-top: 10px;
}

.footer-info-col:nth-child(1) .text p.company-name {
    color: #231815;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

.footer-info-col:nth-child(1) .text p.address,
.footer-info-col:nth-child(1) .text p.tel {
    color: #231815;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 300;
}

.footer-info-col:nth-child(2) {
    flex-direction: column;
    width: 100%;
    display: flex;
}

.footer-info-col:nth-child(2) .g-navi {
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    flex-wrap: nowrap;
    width: 100%;
}

.footer-info-col:nth-child(2) .g-navi li {
    padding-left: 40px;
}

.footer-info-col:nth-child(2) .g-navi li a {
	color: #231815;
	font-weight: 400;
	position: relative;
	display: unset;
    line-height: 1.4;
}

.footer-info-col:nth-child(2) .g-navi li a:before {
	content: "";
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: -5px;
    border-bottom: 2px solid #90c31f;
    transition: transform .3s;
    transform: scale(0, 1);
    transform-origin: right top;
}

.footer-info-col:nth-child(2) .g-navi li a:hover {
	color: #231815;
	text-decoration: none;
	opacity: 1;
}

.footer-info-col:nth-child(2) .g-navi li a:hover:before {
	opacity: 1;
	transform: scale(1,1);
	transform-origin: left top;
}

.copyright__outer {
    padding: 10px 0;
}

.copyright-text {
    font-size: 12px;
    text-align: center;
    color: #231815;
}

/* -----------------------------------------------------------------------------
Sidebtns
----------------------------------------------------------------------------- */
.l-sidebtns__outer {
	position: fixed;
    right: 0;
    top: 260px;
    z-index: 3000;
}

.sidebtns {
	display: flex;
	width: 54px;
	flex-direction: column-reverse;
	flex-wrap: wrap;
	position: relative;
}

.sidebtns .btn {
	display: flex;
    width: 54px;
    height: 194px;
    writing-mode: vertical-rl;
    align-items: center;
    text-align: center;
    padding: 0;
    letter-spacing: .2em;
    border: none;
    justify-content: center;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    padding: 10px 18px;
    font-weight: 600;
}

.sidebtns .cal-btn {
    background-color: #231815;
    margin-bottom: 10px;
    font-size: 16px;
    border: solid 1px #fff;
    border-radius: 0 0 0 10px;
}

.sidebtns .cal-btn:hover {
    opacity: 0.9;
}

.sidebtns .doc-btn {
    background-color: #00732a;
    margin-bottom: 10px;
        border: solid 1px #fff;
    border-radius: 10px 0 0 0;
}

.sidebtns .doc-btn:hover {
    opacity: 0.9;
}

.sidebtns .ico_cal, .sidebtns .ico_doc {
    position: static;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
}

.sidebtns .ico_cal:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    min-height: 40px;
    background-image: url(../images/common/ico_calendar.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 6px;
}

.sidebtns .ico_doc:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    min-height: 40px;
    background-image: url(../images/common/ico_document.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 6px;
}

/* *****************************************************************************
SP用のスタイル記述
***************************************************************************** */

@media screen and (max-width: 1120px){

.pc-only {
    display: none;
}

.sp-only {
    display: block;
}


/* -----------------------------------------------------------------------------
SP__Header
----------------------------------------------------------------------------- */
.wrapper__outer {
    overflow-x: hidden;
    min-height: 100vh;
    max-width: 100%;
}

.g-header__outer {
	margin-bottom: 0;
	background-color: transparent;
	padding: 0;
    box-sizing: border-box;
    width: 100%;
    z-index: 4000;
    position: fixed;
    top: 0;
    left: 0;
}

.is-color {
    background-color: transparent;
}

header {
    max-width: 100%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

.header__inner {
    box-sizing: border-box;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0;
    min-height: 50px;
}

header .logo {
	width: 112px;
	padding: 0 15px;
}

header .logo a {
	display: block;
}

header .logo img {
    width: 112px;
}

/* ヘッダーのナビ部分 */
header nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  margin-top: 50px;
  transform: translateX(100%);
  height: calc(100vh - 50px);
  background-color: #fff;
 /*ハンバーガーメニュークリック時のナビゲーションメニュー出現を遅延*/
  transition: ease .4s;
}

header nav.active {
  transform: translateX(0%);
}

header nav .g-navi {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    position: absolute;
    padding: 0;
}

header nav .g-navi li {
	margin-left: 0px;
	border-bottom: solid 1px #ccc;
	width: 100%;
    padding: 0;
}

header nav .g-navi li a {
	display: block;
	color: #2c2220;
	font-weight: 600;
    font-size: 16px;
    letter-spacing: 0;
    padding: 18px 40px;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

header nav .g-navi li a:after {
	content: "";
	background-image: url(../images/common/menu_arrow.png);
	position: absolute;
    width: 7px;
    height: 16px;
    top: 50%;
    right: 40px;
    transform: translate(0, -50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

header nav .g-navi li a:hover {
    color: #2c2220;
	background-color: rgba(144, 195, 31, 0.2);
    border-radius: 0px;
	transition: .2s ease-in-out;
}

/* イベント情報・資料請求 */
.ham-btns__outer {
	width: 100%;
	padding-top: 430px;
}

.ham-btns {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	text-align: center;
}

.ham-btns .btn {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 312px;
    height: 67px;
    text-align: center;
    padding: 0;
    margin: 20px auto 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    position: relative;
}

.ham-btns .btn:hover {
    opacity: 0.8;
	transition: .2s ease-in-out;
}

.ham-btns .cal-btn {
    background-color: #00732a;
}

.ham-btns .doc-btn {
    background-color: #231815;
}

.ham-btns .ico_cal, .ham-btns .ico_doc {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 40px;
}

.ham-btns .ico_cal:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    min-height: 40px;
    background-image: url(../images/common/ico_calendar.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
}

.ham-btns .ico_doc:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    min-height: 40px;
    background-image: url(../images/common/ico_document.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
}

.ham-btns .btn:after {
	content: "";
	background-image: url(../images/common/menu_arrow_white.png);
	position: absolute;
    width: 7px;
    height: 16px;
    right: 60px;
    transform: translate(0, 0);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* ハンバーガーメニュー */
.header__hamburger {
  width: 50px;
  height: 50px;
  background-color: #231815;
  border: none;
  padding: 10px;
}

.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: relative;
  transition: ease .4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 8px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -10px;
  transform: rotate(-45deg);
}

/* -----------------------------------------------------------------------------
SP__Tap Scroll
----------------------------------------------------------------------------- */
.tap-scroll {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    padding: 45px 0px;
}

.tap-scroll__inner {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.tap-scroll-col {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: no-wrap;
}

.tap-scroll-col li {
    width: 24%;
}

.tap-scroll .link {
    display: block;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    line-height: 1.4;
}

.tap-scroll .link:hover {
    opacity: 0.8;
    transition: .2s ease-in-out;
}

.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

/* -----------------------------------------------------------------------------
SP__Footer
----------------------------------------------------------------------------- */
.g-footer__outer {
	background-color: #fff;
	position: relative;
	padding: 50px 0 0;
}

.footer__inner {
    max-width: 100%;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.footer-info {
	display: flex;
	flex-direction: column;
    width: 100%;
    padding-bottom: 0px;
}

.footer-info-col:nth-child(1) {
    width: 100%;
    flex-direction: column;
    max-width: 100%;
    margin-bottom: 30px;
}

.footer-info-col:nth-child(1) .ft-logo {
    width: 210px;
    height: 50px;
    margin: 0 auto;
}

.ft-logo img {
    width: 210px;
    display: block;
}

.footer-info .footer-sns {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.footer-info .sns-col {
    justify-content: center;
}

.footer-info .sns-col li {
    margin-left: 15px;
    margin-right: 15px;
}

.footer-info-col:nth-child(1) .text {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.footer-info-col:nth-child(1) .text p {
    text-align: center;
}

.footer-info-col:nth-child(2) .g-navi {
    flex-direction: unset;
    justify-content: unset;
    padding: 0;
    flex-wrap: wrap;
    border-top: solid 1px #231815;
}

.footer-info-col:nth-child(2) .g-navi li {
	width: 100%;
	margin-left: 0px;
    position: relative;
    border-bottom: solid 1px #231815;
    padding: 0;
}

/*.footer-info-col:nth-child(2) .g-navi li:nth-child(9),
.footer-info-col:nth-child(2) .g-navi li:last-child {
    border-bottom: none;
}*/

.footer-info-col:nth-child(2) .g-navi li a {
    display: block;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    font-size: 14px;
}

.footer-info-col:nth-child(2) .g-navi li a:before {
    display: none;
}

.footer-info-col:nth-child(2) .g-navi li a:after {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 30px;
    top: 18px;
    background-image: url(../images/common/menu_arrow.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-info-col:nth-child(2) .g-navi li a:hover {
    background-color: rgba(0, 0, 0, 0.1);
    transition: .2s ease-in-out;
}

.footer-info-col:nth-child(2) .g-navi li a:hover:before {
    opacity: 1;
    transform: scale(1,1);
    transform-origin: left top;
}

.copyright__outer {
    padding: 25px 0px;
}

.copyright-text {
    font-size: 10px;
    line-height: 1;
}

/* -----------------------------------------------------------------------------
Sidebtns
----------------------------------------------------------------------------- */
.l-sidebtns__outer {
	position: unset;
}

}


/* *****************************************************************************
カラー後付け
***************************************************************************** */
.bgcolor__beige {
	background-color: #f0ebd7;
}

header nav .g-navi li a.color__black {
    color: #000;
}

/*.color__black {
	color: #000!important;
}*/

header nav .g-navi li a.color__black:hover {
    color: #fff;
}

.color__white {
    color: #fff!important;
}
