@charset "utf-8";

@media screen and (max-width: 768px) {

html {
	font-size: 3.12vw;
}

#wrapper {
	min-width: inherit;
}

p {
	font-size: 1.2rem;
	line-height: 1.6;
}

.inner {
	width: 100%;
	margin: 0;
	padding: 0 4vw;
	box-sizing: border-box;
}

.spview {
	display: block;
}

.pcview {
	display: none;
}


/*-------------------------------------------
共通タイトル
*-------------------------------------------*/

h1.title {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	margin-bottom: 6vw;
	padding-left:3.06vw;
	border-left: 3px solid #d33737;
}

_:lang(x)::-ms-backdrop, h1.title {
    padding-top: 0;
} 

h2.title {
	font-size: 1.5rem;
	letter-spacing: normal;
	border-left: 3px solid #d33737;
	padding: 2.66vw;
	margin-bottom: 5.33vw;
}

h3.title {
	font-size: 2rem;
	background: url(../images/common/line01.gif) center bottom no-repeat;
	margin-bottom: 6.66vw;
	padding-bottom: 4vw;
}

h3.title2 {
	font-size: 1.5rem;
	padding: 0 0 2vw;
	margin-bottom: 4vw;
	letter-spacing: normal;
}

/*-------------------------------------------
ヘッダー
*-------------------------------------------*/

header {
	height: 20vw;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	max-width: inherit;
	margin: 0;
}

header h1 {
	width: 32.5vw;
	padding: 2.4vw 0 0 4vw;
}

header nav {
	display: none;
}

.btnMenu {
	display: block;
	width: 14.93vw;
	height: 14.93vw;
	position: absolute;
	top: 1.5vw;
	right: 0;
	z-index: 10000;
	text-align: right;
}

.btnMenu a {
    width: 14.93vw;
	height: 14.93vw;
    z-index: 3;
	margin: 0 0 0 auto;
	position: relative;
	display: block;
}

.btnMenu a span {
    display: block;
    background: #000;
    width: 8.26vw;
    height: 0.6vw;
    position: absolute;
    left: 3.47vw;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.btnMenu a span:first-child {
	top: 4.49vw;
}

.btnMenu a span:nth-child(2) {
	top: 7.24vw;
}

.btnMenu a span:nth-child(3)  {
    bottom: 4.49vw;
}

header .btnMenu.active a span:first-child {
    -webkit-transform: translateY(2.5vw) rotate(45deg);
    -moz-transform: translateY(2.5vw) rotate(45deg);
    -ms-transform: translateY(2.5vw) rotate(45deg);
    transform: translateY(2.5vw) rotate(45deg);
}

header .btnMenu.active a span:nth-child(2) {
    opacity: 0;
}

header .btnMenu.active a span:nth-child(3)  {
    -webkit-transform: translateY(-2.8vw) rotate(-45deg);
    -moz-transform: translateY(-2.8vw) rotate(-45deg);
    -ms-transform: translateY(-2.8vw) rotate(-45deg);
    transform: translateY(-2.8vw) rotate(-45deg);
}

header .btnMenuBg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100vh;
	background: #fff;
	background-size: cover;
	display: none;
	opacity: 0.8;
}

header nav {
	position: absolute;
	top: 15.33vw;
	right: 0;
	z-index: 10000;
	width: 100%;
}

header nav ul {
	overflow: hidden;
}

header nav ul li {
	float: none;
	margin-right: 0;
	width: 100%;
	height: auto !important;
	background: #666666 url(../images/common/icon_open.png) 95% center no-repeat;
	background-size: 4vw auto;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 6.66vw 4vw !important;
	box-sizing: border-box;
}

header nav ul li:hover {
	border: none !important;
}

header nav ul li.gnavi04 {
	margin-right: 0;
}

header nav ul li.gnavi05 {
	width: 50%;
	float: left;
	box-sizing: border-box;
	margin: 0!important;
	padding: 0 !important;
}

header nav ul li.gnavi06 {
	width: 49.3%;
	float: right;
	box-sizing: border-box;
	margin: 0!important;
	padding: 0 !important;
}

header nav ul li.gnavi05 a,
header nav ul li.gnavi06 a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 12vw;
	background: #000;
}

header nav ul li.gnavi05 a img,
header nav ul li.gnavi06 a img {
	width: 5.33vw;
	height: auto;
}

header nav ul li.gnavi07 {
	display: none;
}


/*-------------------------------------------
メガメニュー
*-------------------------------------------*/

#block-views-block-mega-menu-block-1 {
	display: none;
	min-width: inherit;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 0;
	background-color: none;
	z-index: 10000;
	width: 100vw;
	overflow-y: auto;
}

#block-views-block-mega-menu-block-1>ul>li {
	display: list-item;
}

#block-views-block-mega-menu-block-1>ul>li a{
	display: block;
	text-indent: 0;
	line-height: 1.4;
	width: 100%;
	height: auto !important;
	background: #b61e1e url(../images/common/icon_open.png) 95% center no-repeat;
	background-size: 4vw auto;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 7.81vw 4vw !important;
	box-sizing: border-box;
	cursor: pointer;
}

#block-views-block-mega-menu-block-1>ul>li a.op{
	background: #b61e1e url(../images/common/icon_close.png) 95% center no-repeat;
	background-size: 4vw auto;
}

#block-views-block-mega-menu-block-1>ul>li>ul {
	display: none;
}

#block-views-block-mega-menu-block-1>ul>li>ul>li {
	background: #d33737;
	width: 100%;
}

#block-views-block-mega-menu-block-1>ul>li>ul>li>a {
	width: 100%;
	height: 16.5vw !important;
	color: #fff;
	background: url(../images/common/icon_open.png) 95% center no-repeat;
	background-size: 4vw auto;
	font-size: 1.2rem;
	padding: 0 4vw !important;
}

#block-views-block-mega-menu-block-1>ul>li>ul>li>a.op {
	background: #d33737 url(../images/common/icon_close.png) 95% center no-repeat;
	background-size: 4vw auto;
}

#block-views-block-mega-menu-block-1>ul>li:nth-child(2)>ul:nth-child(3)>li {
	background-size: 10.93vw auto !important;
	background-position: 4.68vw 2.8vw !important;
}

#block-views-block-mega-menu-block-1>ul>li:nth-child(2)>ul:nth-child(3)>li a {
	font-size: 1.2rem !important;
	color: #fff!important;
	padding: 0 0 0 20vw !important;
	background: url(../images/common/icon_open.png) 95% center no-repeat;
	background-size: 4vw auto;
}

#block-views-block-mega-menu-block-1>ul>li:nth-child(2)>ul:nth-child(3)>li a.op {
	background: url(../images/common/icon_close.png) 95% center no-repeat;
	background-size: 4vw auto;
}

#block-views-block-mega-menu-block-1>ul>li>ul>li>ul {
	display: none;
	position: static !important;
	top: 0;
	left: 0;
	min-height: inherit !important;
	background: #f67878 !important;
}

#block-views-block-mega-menu-block-1>ul>li>ul>li>ul>li {
	width: 100%;
	background: #e85858;
}

#block-views-block-mega-menu-block-1>ul>li>ul>li>ul>li>a {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: 100% !important;
	height: 14.5vw !important;
	padding: 0 4vw !important;
	font-size: 1.2rem !important;
	font-weight: bold;
	color: #fff !important;
	text-decoration: none;
	background: url(../images/common/icon_open.png) 95% center no-repeat !important;
	background-size: 4vw auto !important;
}

#block-views-block-mega-menu-block-1>ul>li>ul>li>ul>li>a.op {
	background: url(../images/common/icon_close.png) 95% center no-repeat !important;
	background-size: 4vw auto !important;
}

#block-views-block-mega-menu-block-1>ul>li:nth-child(2)>ul:nth-child(3)>li>ul>li {
	width: 100% !important;
}

#block-views-block-mega-menu-block-1>ul>li:nth-child(2)>ul:nth-child(3)>li>ul>li>a {
	width: 100% !important;
	padding: 0 4vw !important;
}

#block-views-block-mega-menu-block-1>ul>li>ul>li>ul>li>ul {
	display: none;
	position: static!important;
	top: 0;
	left: 0;
	width: 100%!important;
	background: #f67878!important;
	overflow: hidden;
	min-height: inherit!important;
}

#block-views-block-mega-menu-block-1>ul>li>ul>li>ul>li>ul>li {
	box-sizing: border-box;
	width: 48vw !important;
	background: #f67878!important;
	float: none !important;
	display: inline-block !important;
}

#block-views-block-mega-menu-block-1>ul>li>ul>li>ul>li>ul>li>a {
	width: 100% !important;
	font-size: 1.1rem !important;
	font-weight: normal!important;
	height: auto !important;
	padding: 3vw 2vw !important;
	display: inline-block!important;
	color: #fff !important;
	vertical-align: top;
}

#block-views-block-mega-menu-block-1>ul>li:nth-child(2)>ul:nth-child(3)>li>ul>li>ul>li {
	box-sizing: border-box;
	width: 48vw !important;
	background: #f67878!important;
}


#block-views-block-mega-menu-block-1>ul>li:nth-child(2)>ul:nth-child(3)>li>ul>li>ul>li>a {
	width: 100% !important;
	padding: 3vw 2vw !important;
	font-size: 1.1rem !important;
}


/*-------------------------------------------
言語メニュー
*-------------------------------------------*/

.spSubMenu {
	display: flex;
	position: absolute;
	top: 5.3vw;
	right: 15.73vw;
	width: 18vw;
	justify-content: space-between;
}


.spSubMenu a {
	width: 8vw;
	height: 8vw;
	background: #000;
	border-radius: 4vw;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.spSubMenu a img {
	width: 4vw;
	height: auto;
}

#block-change-lang {
	position: absolute;
	top: 84%;
	left: 71vw;
	display: none;
}

#block-change-lang .dropdown-menu {
	background: #000;
	width: auto;
}

#block-change-lang .dropdown-menu a {
	display: block;
	font-size: 1.2rem;
	color: #fff;
	text-decoration: none;
	padding: 1.5vw 3.12vw;
}

/*-------------------------------------------
パンくずナビ
*-------------------------------------------*/

.breadcrumbNavi {
	display: none;
}


/*-------------------------------------------
メイン
*-------------------------------------------*/

#mainContainer {
	padding-top: 15.33vw;
	margin-bottom: 0;
}

#contentContainer {
	width: 100%;
	margin: 0 0 21.33vw;
	padding: 0 4vw;
	box-sizing: border-box;
}


/*-------------------------------------------
お問い合わせ
*-------------------------------------------*/

#contactArea {
	padding: 7.33vw 0;
	background: url(../images/common/bg_contact.jpg) center center no-repeat;
	background-size: auto 100%;
}

#contactArea h3 {
	font-size: 1.8rem;
	margin-bottom: 4vw;
}

#contactArea p {
	font-size: 1.3rem;
	margin-bottom: 3.33vw;
}

#contactArea .contactBtn a {
	width: 62.66vw;
	height: 12vw;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 12vw;
	letter-spacing: normal;
	display: inline-block;
	box-sizing: border-box;
	text-decoration: none;
	color: #fff;
	background: #d33737 url(../images/common/icon_arrow06.png) 90% center no-repeat;
	background-size: 1.6vw auto;
}


/*-------------------------------------------
ボトムメニュー
*-------------------------------------------*/

#bottomMenuArea {
	width: 100%;
	margin: 0;
	padding: 6.66vw 0;
	display: block;
}

#bottomMenuArea .area01 {
	width: 100%;
	display: block;
	margin-bottom: 0;
	padding-bottom: 6.66vw;
	border-bottom: 1px solid #e6e6e6;
}

#bottomMenuArea .area01 p {
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	line-height: 2.0;
	text-align: center;
	margin-bottom: 4vw;
}

#bottomMenuArea .area01 p img {
	width: 62vw;
}

#bottomMenuArea .area01 dt {
	font-size: 1.3rem;
	text-align: center;
}

#bottomMenuArea .area01 dd {
	font-size: 1.2rem;
	text-align: center;
}

#bottomMenuArea .area01 dd.area01Btn {
	margin-top: 2vw;
	text-align: center;
	width: 100%;
}

#bottomMenuArea .area01 dd.area01Btn a {
	display: inline-block;
	width: 42vw;
	height: 8.66vw;
	box-sizing: border-box;
	border: 1px solid #cfcfcf;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 8.66vw;
	text-align: center;
	color: #333;
	text-decoration: none;
	background: url(../images/common/icon_arrow02@2x.png) 95% center no-repeat;
	background-size: 1.6vw auto;
}

#bottomMenuArea .area02 {
	width: 100%;
	padding: 0 4vw;
	box-sizing: border-box;
}

#bottomMenuArea .area02>ul {
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}

#bottomMenuArea .area02 ul li {
	margin-top: 6.66vw;
	width: 50%;
}

#bottomMenuArea .area02 ul li.fnavi01,
#bottomMenuArea .area02 ul li.fnavi03,
#bottomMenuArea .area02 ul li.fnavi04 {
	margin-top: 6.66vw;
}

#bottomMenuArea .area02 ul li.fnavi03 {
	margin-bottom: 0;
	
}

#bottomMenuArea .area02>ul>li>a {
	font-size: 1.2rem;
	padding-left: 4vw;
	background: url(../images/common/icon_arrow03@2x.png) left 0.1em no-repeat;
	background-size: 2vw auto;
}

#bottomMenuArea .area02>ul>li ul {
	display: none;
}


/*-------------------------------------------
フッター
*-------------------------------------------*/

footer {
	padding: 6.66vw 0 0;
}

footer .inner {
	position: relative;
}

footer ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

footer li {
	width: 50%;
	display: block;
	margin: 0 0 6vw;
}

footer li a {
	font-size: 1.1rem;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}


footer small {
	font-size: 1.1rem;
	position: static;
	top: 0;
	right: 0;
	text-align: center;
	border-top: 1px solid #fff;
	padding: 4vw 0;
	display: block;
}


/*-------------------------------------------
ページトップ
---------------------------------------------*/

.pagetop {
	text-align: right;
	position: fixed;
	bottom: 3.33vw;
	right: 3.33vw;
}

.pagetop img {
	width: 13.86vw;
}



/*-------------------------------------------
マージン
---------------------------------------------*/

.mgt05 {
	margin-top: 1.56vw !important;
}

.mgt10 {
	margin-top: 3.13vw !important;
}

.mgt15 {
	margin-top: 4.69vw !important;
}

.mgt20 {
	margin-top: 6.25vw !important;
}

.mgt25 {
	margin-top: 7.81vw !important;
}

.mgt30 {
	margin-top: 9.38vw !important;
}

.mgt35 {
	margin-top: 10.94vw !important;
}

.mgt40 {
	margin-top: 12.50vw !important;
}

.mgt45 {
	margin-top: 14.06vw !important;
}

.mgt50 {
	margin-top: 15.63vw !important;
}

.mgb05 {
	margin-bottom: 1.56vw !important;
}

.mgb10 {
	margin-bottom: 3.13vw !important;
}

.mgb15 {
	margin-bottom: 4.69vw !important;
}

.mgb20 {
	margin-bottom: 6.25vw !important;
}

.mgb25 {
	margin-bottom: 7.81vw !important;
}

.mgb30 {
	margin-bottom: 9.38vw !important;
}

.mgb35 {
	margin-bottom: 10.94vw !important;
}

.mgb40 {
	margin-bottom: 12.50vw !important;
}

.mgb45 {
	margin-bottom: 14.06vw !important;
}

.mgb50 {
	margin-bottom: 15.63vw !important;
}

.mgl05 {
	margin-left: 1.56vw !important;
}

.mgl10 {
	margin-left: 3.13vw !important;
}

.mgl15 {
	margin-left: 4.69vw !important;
}

.mgl20 {
	margin-left: 6.25vw !important;
}

.mgl25 {
	margin-left: 7.81vw !important;
}

.mgl30 {
	margin-left: 9.38vw !important;
}

.mgl35 {
	margin-left: 10.94vw !important;
}

.mgl40 {
	margin-left: 12.50vw !important;
}

.mgl45 {
	margin-left: 14.06vw !important;
}

.mgl50 {
	margin-left: 15.63vw !important;
}

.mgr05 {
	margin-right: 1.56vw !important;
}

.mgr10 {
	margin-right: 3.13vw !important;
}

.mgr15 {
	margin-right: 4.69vw !important;
}

.mgr20 {
	margin-right: 6.25vw !important;
}

.mgr25 {
	margin-right: 7.81vw !important;
}

.mgr30 {
	margin-right: 9.38vw !important;
}

.mgr35 {
	margin-right: 10.94vw !important;
}

.mgr40 {
	margin-right: 12.50vw !important;
}

.mgr45 {
	margin-right: 14.06vw !important;
}

.mgr50 {
	margin-right: 15.63vw !important;
}




}