@charset "utf-8";
/*=== Box-sizing ===*/
*, *:before, *:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*=== Body ===*/
body {
	font-family:'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	padding-top: 0vh;/*11vh*/
	color: #000;
}

header {
    overflow: hidden;
    padding-bottom: 1.5vw;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 7vw;
	z-index: 10;
	background-color: #FFF;
}

#header.headNarrow {
height: 4vw;
}

.boxShadow {
	display: flex;
	align-items: flex-end;
	height: 5.6vw;
	box-shadow: 0px 0.7vw 0.7vw 0px rgba(0,0,0,0.3);
	padding-right: 8.5vw;
	padding-left: 8.5vw;
	padding-bottom: 1vw;
	transition: all 0.6s ease;
}

.boxShadow.scroll-nav {
	height: 3.2vw;
	padding-bottom: 0.7vw;
}

h1 {
	width: 14%;
	padding-top: 1.2vw;
	padding-right: 4vw;
}

h1 img {
	vertical-align: bottom;
	height: auto;
	width: 100%;
	transition: all 0.6s ease;
}

h1.smallLogo img {
	vertical-align: bottom;
	height: auto;
	width: 57%;
	transition: all 0.6s ease;
	padding-top: 0.4em;
}

/* 非表示 */
.snsLink {
	display: none;/*非表示*/
	/*display: flex;*/
	justify-content: flex-end;
	width: 20%;
}

.snsLink .snsIcon {
	margin-left: 1.6vw;
}

.snsLink .snsIcon img {
	vertical-align: bottom;
	height: auto;
	width: 1.8vw;
}

.snsLink .snsIcon:hover {
	opacity: 0.6;
}

/* Wrapper */
.wrapper {
	width: 76%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10vw;
}

/* Lead Area Bottom */
.leadAreaBtm {
	display: flex;
	padding-bottom: 5vw;
}

/* Top Lead Area */
.leadArea {
	display: flex;
	padding-top: 3vw;
	padding-bottom: 4vw;
}

/* Ambassador */
.anbArea {
	width: 18%;
	margin-left: 82%;
	background-image: url(../images/anb_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.anbTxt {
	font-size: 1.4vw;
	line-height: 108%;
	font-weight: 400;
	text-align: center;
	padding-top: 2vw;
	padding-bottom: 2.4vw;
}

/*  */
 
.anbArea {
  animation: poyoyon3 3.5s infinite;
  opacity: 1;
}
@keyframes poyoyon3 {
  0%, 40% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(5deg, 5deg);
  }
  10% {
    transform: skew(-4deg, -4deg);
  }
  15% {
    transform: skew(3deg, 3deg);
  }
  20% {
    transform: skew(-2deg, -2deg);
  }
  25% {
    transform: skew(1deg, 1deg);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    transform: skew(0.3deg, 0.3deg);
  }
}
 

/*  */

/* Saitama Map */
.saitamap {
	width: 15%;
	margin-right: 3%;
	font-size: 1.2vw;
	line-height: 130%;
	font-weight: 500;
	text-align: center;
}

.saitamap img {
	height: auto;
	width: 100%;
	vertical-align: bottom;
}

.leadTxt {
	width: 82%;
}

h2 {
	font-size: 2.2vw;
	line-height: 120%;
	font-weight: 500;
	color: #006BB8;
	padding-bottom: 0.3em;
}

h3 {
	font-size: 3.2vw;
	line-height: 120%;
	font-weight: 600;
	color: #006BB8;
	padding-bottom: 0.4em;
	letter-spacing: -0.03em;
}

h4 {
	font-size: 1.3vw;
	line-height: 120%;
}

.h4Red {
	font-size: 1.3vw;
	line-height: 120%;
	color: #C00;
}

/* Contact Area */
.ContAreaBtm {
	display: flex;
	padding-bottom: 10vw;
	padding-top: 5vw;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.inquiryTtl {
	font-size: 3vw;
	font-weight: 500;
	margin-bottom: 1.6vw;
	padding-bottom: 0.7vw;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

address {
	font-size: 1.6vw;
	line-height: 180%;
}


/* Blue Bar Title */
h2.title {
	font-size: 2.2vw;
	font-weight: 400;
	color: #FFF;
	background-color: #016BB8;
	margin-bottom: 3vw;
	padding-top: 0.05em;
	padding-bottom: 0.2em;
	border-radius: 1.625vw;
	width: 28vw;
	text-align: center;
	line-height: 120%;
}

/* Not yet */
.notYet {
	font-size: 1.4vw;
	text-align: center;
	padding-top: 10vw;
	padding-bottom: 12vw;
}

/* Footer Image */
.footerImg {
	padding-bottom: 1vw;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.footerImg img {
	vertical-align: bottom;
	height: auto;
	width: 100%;
}

/* Footer */
footer {
	background-color: #DBDBDB;
	text-align: center;
	padding-top: 2vw;
	padding-bottom: 2vw;
}

.footerLogo {
	width: 14%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 1.6vw;
}

.footerLogo img {
	vertical-align: bottom;
	height: auto;
	width: 100%;
}

.copy {
	font-size: 1vw;
	text-align: center;
}

/* ページトップ */
.pageTop {
	position: fixed;
	right: 3%;
	bottom: 60px;
	height: 36px;
	width: 36px;
	cursor:pointer;
	opacity: 0.6;
}

.pageTop:hover {
	opacity: 1;
}


@media screen and (max-width: 767.98px){ /*768-992*/

header {
    overflow: hidden;
    padding-bottom: 1.5vw;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 14vw;
	z-index: 10;
	background-color: #FFF;
}	

#header.headNarrow {
height: 14vw;
}

.boxShadow {
	display: flex;
	align-items: flex-end;
	height: 12.5vw;
	box-shadow: 0px 0.7vw 0.7vw 0px rgba(0,0,0,0.3);
	padding-right: 3vw;
	padding-left: 4vw;
	padding-bottom: 1.6vw;
	transition: all 0.6s ease;
}

.boxShadow.scroll-nav {
	height: 8vw;
	padding-bottom: 1.4vw;
}

h1 {
	width: 30%;
	padding-top: 1.2vw;
	padding-right: 4vw;
}

h1 img {
	vertical-align: bottom;
	height: auto;
	width: 100%;
	transition: all 0.6s ease;
}

h1.smallLogo img {
	vertical-align: bottom;
	height: auto;
	width: 57%;
	transition: all 0.6s ease;
	padding-top: 0.4em;
}



.snsLink {
	display: none;
}

.snsLink .snsIcon {
	margin-left: 1.6vw;
}

.snsLink .snsIcon img {
	vertical-align: bottom;
	height: auto;
	width: 1.8vw;
}

.snsLink .snsIcon:hover {
	opacity: 0.6;
}


/* Wrapper */
.wrapper {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 11vh;
}

/* Lead Area Bottom */
.leadAreaBtm {
	display: flex;
	flex-wrap:wrap;
	padding-top: 0vh;
	padding-bottom: 6vh;
}

/* Top Lead Area */
.leadArea {
	display: flex;
	flex-wrap:wrap;
	padding-top: 0vh;
	padding-bottom: 4vw;
}

/* Ambassador */
.anbArea {
	width: 50%;
	margin-left: 0%;
	background-image: url(../images/anb_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.anbTxt {
	font-size: 3.5vw;
	line-height: 115%;
	font-weight: 400;
	text-align: center;
	padding-top: 2vw;
	padding-bottom: 2vw;
}

/*  */
 
.anbArea {
  animation: poyoyon3 3.5s infinite;
  opacity: 1;
}
@keyframes poyoyon3 {
  0%, 40% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(5deg, 5deg);
  }
  10% {
    transform: skew(-4deg, -4deg);
  }
  15% {
    transform: skew(3deg, 3deg);
  }
  20% {
    transform: skew(-2deg, -2deg);
  }
  25% {
    transform: skew(1deg, 1deg);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    transform: skew(0.3deg, 0.3deg);
  }
}
 

/*  */

.saitamap {
	width: 100%;
	margin-right: 3%;
	padding-right: 35%;
	padding-left: 35%;
	padding-bottom: 2vh;
}

.saitamap img {
	height: auto;
	width: 100%;
	vertical-align: bottom;
}

.leadTxt {
	width: 100%;
}


h2 {
	font-size: 4vw;
	line-height: 120%;
	font-weight: 500;
	color: #006BB8;
	padding-bottom: 0.3em;
}

h3 {
	font-size: 5.8vw;
	line-height: 120%;
	font-weight: 600;
	color: #006BB8;
	padding-bottom: 0.4em;
	letter-spacing: -0.03em;
}

h4 {
	font-size: 3.4vw;
	line-height: 120%;
	padding-bottom: 1.2em;
}

.h4Red {
	font-size: 3.4vw;
	line-height: 120%;
	color: #C00;
}

/* Contact Area */
.ContAreaBtm {
	display: flex;
	flex-wrap:wrap;
	padding-bottom: 18vh;
	padding-top: 7vh;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.inquiryTtl {
	font-size: 6vw;
	font-weight: 500;
	margin-bottom: 1.6vw;
	padding-bottom: 0.7vw;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-top: 5vw;
	padding-left: 3vw;
}

address {
	font-size: 3.8vw;
	line-height: 180%;
	padding-left: 3vw;
}

/* Blue Bar Title */
h2.title {
	font-size: 5vw;
	font-weight: 400;
	color: #FFF;
	background-color: #016BB8;
	margin-bottom: 3vw;
	padding-top: 0.05em;
	padding-bottom: 0.2em;
	border-radius: 1.625vw;
	width: 68vw;
	text-align: center;
	line-height: 120%;
}

/* Not yet */
.notYet {
	font-size: 5vw;
	text-align: center;
	padding-top: 10vw;
	padding-bottom: 12vw;
}

/* Footer Image */
.footerImg {
	padding-bottom: 1vw;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.footerImg img {
	vertical-align: bottom;
	height: auto;
	width: 100%;
}

/* Footer */
footer {
	background-color: #DBDBDB;
	text-align: center;
	padding-top: 4vh;
	padding-bottom: 4vh;
}

.footerLogo {
	width: 25%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 1.6vh;
}

.footerLogo img {
	vertical-align: bottom;
	height: auto;
	width: 100%;
}

.copy {
	font-size: 3vw;
	text-align: center;
}

/* ページトップ */
.pageTop {
	position: fixed;
	right: 3%;
	bottom: 60px;
	height: 36px;
	width: 36px;
	cursor:pointer;
	opacity: 0.6;
}

.pageTop:hover {
	opacity: 1;
}


}
