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


/******************************************************

PC設定 1300px以上の場合に適用 

*******************************************************/

/* 全体の設定 */

html {
	color: #222;
	}

body {
	width: 100%;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	min-width: 1200px;
	font-size: 16px;
	}

a {
	text-decoration: none;
	color: #222;
	cursor: pointer;
	}

p {
	color: #222;
	line-height: 1.8;
	}

img {
	border: none;
	}

* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	}

.container {
    padding: 140px 0;
}
	
.wrapper {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	}

.wrapper_small {
	width: 95%;
	max-width: 960px;
	margin: 0 auto;
	}

.pc {
	display: block;
	}

.sp {
	display: none;
	}

.h2 {
	font-size: 42px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 40px;
}

.h2__en {
	font-size: 20px;
	color: #eb9800;
	display: block;
	font-family: Arial, Helvetica, "sans-serif";
}

.btn {
	display: block;
	width: 300px;
	height: 60px;
	background-color: #eb9800;
	color: #FFF;
	border-radius: 30px;
	text-align: center;
	font-weight: 600;
	line-height: 60px;
	transition: .2s;
	margin: 0 auto;
}

.btn:hover {
	background-color: #f3c84f;
}




/* header */
.header {
	width: 100%;
	height: 76px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9000;
	background-color: #FFF;
	transition: .2s;
}

.header__link {
	width: 233px;
	height: 50px;
	position: absolute;
	left: 1%;
	top: 13px;
	background-image: url("/img/common/logo.png");
	background-size: cover;
	background-position: center center;
	transition: .2;
}

.header__link:hover {
	opacity: .7;
}

.header.scroll {
	box-shadow: 0 0 5px #AAA;
}

.header.scroll .header__link {
	background-image: url("/img/common/logo.png");
}

.sideNav {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 3000;
	width: 50px;
	height: 230px;
}

.sideNav__link {
	transition: .2s;
}

.sideNav__link:hover {
	opacity: .8;
}

.sideNav__link--line {
	display: block;
	width: 50px;
	height: 180px;
	line-height: 50px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: .2em;
	color: #FFF;
	background-color: #06be55;
	writing-mode: vertical-lr;
	padding-top: 13px;	
}

.sideNav__link--line::before {
	display: inline-block;
	content: "";
	width: 23px;
	height: 23px;
	background-image: url("/img/common/icon_sideNav_line.png");
	background-size: cover;
	margin-bottom: 5px;
}

.sideNav__link--instagram {
	display: block;
	width: 50px;
	height: 50px;
	background-image: url("/img/common/icon_sideNav_instagram.png");
	background-size: cover;
}



/* globalNav */
.globalNav {
	position: absolute;
	right: 1%;
	top: 18px;
}

.globalNav__box {
	display: flex;
}

.globalNav__item {
	margin-left: 35px;
	line-height: 40px;
}

.globalNav__link {
	font-size: 15px;
	font-weight: 600;
	transition: .2s;
	padding-bottom: 5px;
	color: #222;
}

.globalNav__link:hover,
.globalNav__link.current {
	border-bottom: 2px solid #eb9800;
}

.globalNav__item:nth-of-type(6) {
	margin-left: 25px;
}

.globalNav__item:nth-of-type(6) .globalNav__link {
	display: inline-block;
	width: 120px;
	height: 40px;
	background-color: #eb9800;
	border-radius: 40px;
	position: relative;
	text-align: center;
	line-height: 40px;
	transition: .2s;
	color: #FFF;
}

.globalNav__item:nth-of-type(7) {
	margin-left: 10px;
}

.globalNav__item:nth-of-type(7) .globalNav__link {
	display: inline-block;
	width: 120px;
	height: 40px;
	background-color: #de4800;
	border-radius: 40px;
	position: relative;
	line-height: 40px;
	text-align: center;
	transition: .2s;
	color: #FFF;
}

.globalNav__item:nth-of-type(6) .globalNav__link:hover,
.globalNav__item:nth-of-type(7) .globalNav__link:hover {
	border-bottom: none;
	opacity: .8;
}



/* pageTitle */
.pageTitle {
	margin-top: 180px;
	margin-bottom: 30px;
}

.pageTitle__h1 {
	font-size: 54px;
	font-weight: 600;
	text-align: center;
}

.pageTitle__h1-en {
	display: block;
	color: #eb9800;
	font-size: 32px;
	font-family: Arial, Helvetica, "sans-serif";
}



/* mv */
.mv {
	width: 100%;
	height: 700px;
	background-position: center center;
	background-size: cover;
}




/* breadcrumb */
.breadcrumb__box {
	display: flex;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
}

.breadcrumb__item {
	margin-right: 10px;
}

.breadcrumb__item:not(:first-child)::before {
	content: ">";
	margin-right: 10px;
	font-size: 14px;
}

.breadcrumb__link {
	font-size: 16px;
}

.breadcrumb__link:hover {
	text-decoration: underline;
}



/* contact */
.contact__header {
	width: 100%;
	height: 500px;
	background-image: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)),url("/img/common/bg_contact.jpg");
	background-position: center center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact__h2,
.contact__h2 .h2__en {
	color: #FFF;
}

.contact__box {
	display: flex;
	margin-top: -80px;
	box-shadow: 0 0 10px #777;
	margin-bottom: 100px;
}

.contact__item {
	width: 33.333%;
	padding: 60px 30px;
	text-align: center;
}

.contact__item--tel {
	background-color: #FFF;
}

.contact__item--line {
	background-color: #06c655;
	color: #FFF;
}

.contact__item--form {
	background-color: #eb9800;
	color: #FFF;
}

.contact__h3 {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 30px;
}

.contact__icon {
	display: block;
	width: 60px;
	height: auto;
	margin: 0 auto 20px auto;
}

.contact__item-txt {
	margin-bottom: 25px;
}

.contact__item--line .contact__item-txt,
.contact__item--form .contact__item-txt {
	color: #FFF;
}

.contact__btn {
	width: 220px;
	max-width: 100%;
	height: 55px;
	line-height: 51px;
}

.contact__item--line .contact__btn,
.contact__item--form .contact__btn {
	border: 1px solid #FFF;
	background: transparent;
}

.contact__item--line .contact__btn:hover {
	background-color: #FFF;
	color: #06be55;
}

.contact__item--form .contact__btn:hover {
	background-color: #FFF;
	color: #eb9800;
}



/* sponsor */
.footer__sponsor {
	padding: 80px 0 65px 0;
}

.footer__sponsor-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer__sponsor-item {
	width: 19%;
	margin-bottom: 15px;
	border: 1px solid #DDD;
}

.footer__sponsor-item img {
	display: block;
	width: 100%;
	height: auto;
	transition: .2s;
}

.footer__sponsor-item img:hover {
	opacity: .7;
}



/* footer */
.footer__map,
.footer__map iframe {
	display: block;
	width: 100%;
	height: 500px;
}

.footer {
	width: 100%;
	padding: 80px 0 30px 0;
	font-size: 13px;
	background-color: #eb9800;
	color: #FFF;
	}

.footer__wrapper {
	display: flex;
}

.footer__left {
	width: 30%;
	height: 100%;
	padding-right: 50px;
	border-right: 1px solid #FFF;
	color: #FFF;
	}

.footer__logo {
	display: block;
	width: 100%;
	max-width: 250px;
	height: auto;
	margin-bottom: 20px;
	}

.footer__name {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #FFF;
	}

.footer__link {
	margin-bottom: 10px;
	}

.footer__link a {
	color: #FFF;
}

.footer__info {
	color: #FFF;
}

.footer__copyright {
	font-size: 14px;
	text-align: center;
	margin-top: 30px;
	color: #FFF;
	}

.footer__right {
	width: 70%;
	padding-left: 50px;
	}

.footer__nav {
	display: flex;
}

.footer__right a {
	color: #FFF;
}

.footer__right ul li {
	line-height: 2;
	}

.footer__right > ul > li {
	width: 25%;
	}

.footer__right > ul > li > ul > li {
	font-weight: 600;
	font-size: 13px;
	margin-bottom: 5px;
	}
	
.footer__right ul li ul li ul li {
	font-size: 12px;
	font-weight: normal;
	}

.footer__right ul li ul li ul li::before {
	content: "-";
	margin-right: 5px;
	}

.footer__right a:hover {
	text-decoration: underline;
}




/******************************************************

タブレットの設定 1200px~1299pxの場合に適用 

*******************************************************/

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

/* globalNav */
.globalNav__link {
	font-size: 14px;
	font-weight: 600;
	transition: .2s;
	padding-bottom: 5px;
	color: #222;
}
	
	
	
	
}









/******************************************************

タブレットの設定 960px~1199pxの場合に適用 

*******************************************************/

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

/* 全体の設定 */
body {
	max-width: 1199px;
	min-width: 100%;
	}
	
	
	
	
/* header */
.header__sns {
	display: block;
	position: fixed;
	top: 22px;
	right: 100px;
}
	
.header__sns-box {
	 display: flex;
}
	
.header__sns-item {
	width: 40px;
	height: 40px;
	margin-left: 15px;
}
	
.header__sns-link {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	border-radius: 7px;
	transition: .2s;
}
	
.header__sns-link--instagram {
	background-image: url("/img/common/icon_header_instagram.png");
}
	
.header__sns-link--x {
	background-image: url("/img/common/icon_header_x.png");
}
	
.header__sns-link:hover {
	opacity: .8;	
}
	
.globalNav {
	display: none;
}

.sideNav {
	height: 180px;
}

.sideNav__link--instagram {
	display: none;
}

.sideNav__link--x {
	display: none;
}
	
	

	
	

}



/******************************************************

タブレットの設定 768px~959pxの場合に適用 

*******************************************************/

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

/* 全体の設定 */
body {
	max-width: 959px;
	min-width: 100%;
	}
	
	

	

}

	
/******************************************************

SPの設定 767px以下の場合に適用 

*******************************************************/

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

/* 全体の設定 */
body {
	max-width: 767px;
	font-size: 14px;
	}
	
.container {
    padding: 60px 0;
}

.pc {
	display: none;
	}

.sp {
	display: block;
	}

.wrapper,
.wrapper_small {
	width: calc(100% - 40px);
	}
	
.btn {
	width: 250px;
	height: 45px;
	line-height: 44px;
}

.h2 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 20px;
}

.h2__en {
	font-size: 14px;
}
	
	
	
/* header */
.header {
	height: 50px;
}

.header__link {
	width: 140px;
	height: 30px;
	top: 10px;
}

.header__sns {
	top: 12px;
	right: 55px;
}
	
.header__sns-item {
	width: 25px;
	height: 25px;
	margin-left: 10px;
}
	
.header__sns-link {
	background-size: cover;
	border-radius: 3px;
}
	
.sideNav {
	display: none;
}




/* pageTitle */
.pageTitle {
	margin-top: 70px;
	margin-bottom: 20px;
}

.pageTitle__h1 {
	font-size: 24px;
}

.pageTitle__h1-en {
	font-size: 16px;
}



/* mv */
.mv {
	height: 200px;
}

	
	
	
	
/* contact */	
.contact__header {
	height: 200px;
}

.contact__box {
	display: block;
	margin-top: -40px;
	box-shadow: 0 0 5px #777;
	margin-bottom: 50px;
}

.contact__item {
	width: 100%;
	padding: 40px 20px;
}

.contact__h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

.contact__icon {
	width: 45px;
	margin: 0 auto 10px auto;
}

.contact__item-txt {
	margin-bottom: 15px;
}

.contact__btn {
	width: 180px;
	height: 45px;
	line-height: 43px;
}

	
	
	
/* sponsor */
.footer__sponsor {
	padding: 40px 0 30px 0;
}
	
.footer__sponsor-box {
	display: flex;
}

.footer__sponsor-item {
	width: 48.5%;
	border: 1px solid #DDD;
	margin-bottom: 10px;
}
	
.footer__sponsor-item:nth-of-type(2n) {
	margin-right: 0;
}

.footer__sponsor-item img {
	display: block;
	width: 100%;
	height: auto;
	transition: .2s;
}

.footer__sponsor-item img:hover {
	opacity: .7;
}

	
	
	
/* footer */
.footer__map,
.footer__map iframe {
	height: 300px;
}
	
.footer {
	padding: 50px 0 30px 0;
	font-size: 12px;
	}

.footer__left {
	width: 100%;
	padding-bottom: 10px;
	padding-right: 0;
	border-bottom: none;
	border-right: none;
	text-align: center;
	}

.footer__logo {
	width: 50%;
	height: auto;
	margin: 0 auto 15px auto;
	}

.footer__name {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	}
	
.footer__info a {
	color: #FFF;
}

.footer__copyright {
	width: 100%;
	font-size: 11px;
	text-align: center;
	margin-top: 0px;
	}

.footer__right {
	display: none;
	}
	


}