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

/*------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, form,
dl, dt, dd, ol, ul, li, li a,
fieldset, legend,
table, caption, tbody, tfoot, thead, tr, th,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
em{ font-style:normal;}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
form{margin:0; padding:0;}
table{border-collapse:collapse;}
address{font-style:normal;}
body{
	margin:0;
	padding:0;
	height:100%;
}
address{font-style:normal;}
img {max-width:100%; height:auto;}
body{
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	color: rgba(39,39,39,1.00);
}
img{
max-width: 100%;
height: auto;
}
main{
	background-color: #fff;
}
strong{ font-weight: 500}
/*--------------------------------------header & subheader-*/
.header{
	height: 580px;
	width: 100%;
	transition: ease 0.4s;
}
.slide{
	width: 100%;
	position: fixed;
	top: 0;
	margin: 70px 0 0 0;
	height: 640px;
	z-index: -1;
	overflow: hidden;
	transition: ease 0.4s;
}
.slide_inner{
	width: 100%;
	height: 640px;
}
.he_up{
	background-color: #FFFFFF;
	height: 170px;
	transition: ease 0.4s;
}
.he_l{background-color: #fff; height: 290px; width: 28%;	transition: ease 0.4s;}
.he_r{background-color: #fff; height: 290px; width: 28%;	transition: ease 0.4s;}
.head-logo{
	height: 290px;
	width: 44%;
	background: url("../images/top/spanky_logo.png") no-repeat center;
	background-size: cover;
	transition: ease 0.4s;
	text-indent: -100%;
	white-space: nowrap;
	overflow: hidden;
}
.he_bot{
	background-color: #fff;
	height: 180px;
	transition: ease 0.4s;
}
.head-t{ display: flex; justify-content: space-around;}
.subheader{
	height: 70px;
	background-color: #fff;
	width: 100%;
	position: static;
	transition: ease 0.5s;
	padding: 80px 0 0 0;
}
body#sub .subheader{
	top: 0px;
	padding: 0;
	position: fixed;
}
.subheader.fixed{
	position: fixed;
	background-color: #fff;
	left: 0;
	top: 0px;
	z-index: 10;
	padding: 0;
	transition: ease 0.5s;
}
.subheader .inner{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
}
.subhead-logo a{
	display: block;
	width: 150px;
	height: 45px;
	margin: 10px auto 0;
	background: url("../images/spanky-logo.svg") no-repeat center;
	background-size: contain;
	text-indent: -100%;
	white-space: nowrap;
	overflow: hidden;
}

/*--------------------------------------content----*/
.content-first{
	background-color: rgba(255,255,255,1.00);
	padding: 180px 0 80px;
	margin-top: 750px;
}
.content{
	width: 100%;
	background-color: rgba(255,255,255,1.00);
	padding: 60px 0;
}
.content .inner,.content-first .inner{
	width: 980px;
	margin: 0 auto;
}
.fix-block{
	display: flex;
	column-gap: 2em;
	padding-bottom: 2em;
}
.fix-block img{
	padding-top: 1em;
}
.telno a{
	font-family:'Montserrat Alternates', sans-serif;
	font-size: 26px;
	font-weight: bold;
	text-decoration: none;
	color: rgba(220,14,17,1.00);
	margin: 1em 0 0;
}
.telno a:before{
	content: '\f10b';
	font-weight: normal;
	font-family: 'icomoon';
	padding: 0 6px 0 0;
	display: inline-block;
	font-size: 32px;
	position: relative;
	vertical-align: middle
}

/*-----------------------------------------nav-----*/
nav.sub{
	padding-top: 20px;
	transition: ease 0.4s;
}
nav.sub ul{
	list-style: none;width: auto; display: flex;
}
nav.sub ul li a{
	text-decoration: none;
	font-family: 'Montserrat Alternates', sans-serif;
	color: #363636;
	transition: ease 0.3s;
	margin: 0 20px 10px 20px;
	font-size: 20px;
	font-weight: 300;
}
nav.sub ul li a em{
	font-size: 15px;
}
nav.sub ul li a:hover{
	color: rgba(66,142,212,1.00);
}
nav.sub ul li a span{font-size: 28px; vertical-align: middle;}
/*----------------------------------------Information-*/
.info-box{
	display: flex;
	justify-content: space-between;
	padding-bottom: 25px;
	margin-bottom: 25px;
	text-decoration: none;
	color:#292929;
	transition: ease 0.4s;
}
.info-box a:hover{opacity: 0.7;}
.info-tmb{
	width: 150px;
	height: 150px;
	display: block;
	overflow: hidden;
	border-radius: 50%;
}
.info-tmb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.info-txt{
	width: 770px;
	font-size: 15px;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}
.info-box:last-child .info-txt{
	border-bottom: none;
}
body#top .post-date{position: relative;}
.info-title{
	font-size: 18px;
	display: block;
	margin: 7px 0;
}
.new-txt{
	font-size: 9px;
	text-align: center;
	color: #fff;
	display: block;
	width: 25px;
	border-radius: 50%;
	height: 18px;
	padding-top: 7px;
	background-color: rgba(220,14,17,1.00);
	position: absolute;
	top: -10px;
	left: -10px;
}
.title {
  display: flex;
  overflow: hidden;
	justify-content: center;
}
.title span {
  display: block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
/*---------------------------------------------map------*/
.map-sec h2{
	margin-top: 0;
}
.map{
	width: 100%;
	padding: 50px 0;
}
.map iframe{
	width: 100%;
}
/*---------------------------------------------- H -----*/
h1{
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 42px;
	text-align: center;
	padding: 0;
	margin: 0;
	color: rgba(220,14,17,1.00);
}
h2{
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 43px;
	padding: 0 0 1.2em 0;
	text-align: center;
	color: rgba(220,14,17,1.00);
}
h2 span{}
#biz_calendar{
	padding: 0 0 0 0; width: 780px; margin: 0 auto;
}

/*-----------------------------------------footer-------*/

.footer{
	height:120px; position: relative; width: 100%;
}
.copy{
	text-align: center; font-size: 14px; padding: 30px 0;
}
.pagetop a{
	width: 180px;
	height: 180px;
	position: absolute;
	right: 20px;
	bottom: 10px;
	z-index: 30;
}
/*----------------------------------------------special-*/
.archive{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	display: flex;
}
.archive-data{padding-left: 50px;}
.post-date{
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 15px;
	padding: 2px 15px 3px 15px;
	font-size: 16px;
	margin: 0 0 10px -5px;
}
.archive h3{padding-bottom: 15px; display: block;}
.archive h3 a,
.info-title a{
	color: rgba(220,14,17,1.00);
	text-decoration: none;
	transition: ease 0.4s;
	padding-left: 0px;
	font-weight: bold;
}
.archive h3 a:hover,
.info-title a:hover{ color: rgba(220,14,17,.7); padding-left: 15px;}
.alignright{text-align: right;}
.alignleft{text-align: left;}
.navigation{
	width: 980px;
	margin: 20px auto;
	padding: 5px 0;
	border-top: 1px solid #ccc;
}
.navigation a{text-decoration:none; }
.post-meta{ padding-bottom: 2em;}
.notebox{
	padding: 15px 8px 15px;
	background-color: rgba(244,244,238,1.00);
	font-size: 92%;
	margin: 1em 0;
}
.notebox h3{
	font-weight: 500;
	font-size: 16px;
	padding-bottom: 0.8em;
}
.note{
	color: rgba(220,14,17,1.00);
}
hr,
hr.wp-block-separator.has-alpha-channel-opacity{
	height: 1px;
	border: none;
	display: block;
	border-top: 1px solid #ccc;
	margin: 120px 0 10px;
}
/*--------------------------------------------------form------*/
.sect-nb{
	width: 980px;
	min-height: 60vh;
	margin: 0 auto;
	padding: 120px 0 0 0;
}
table.formtable{
	width: 100%;
}
table.formtable td{
	padding: 20px 5px;
}
table.formtable th{
	font-weight: 400;
	padding: 20px 5px;
	width: 20%;
	text-align: left;
}
.input-a{
	padding: 10px 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 95%;
}
.input-b{
	padding: 10px 3px;
	width: 15%;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.input-b:after{
	width: 20%;
}
.formtable select{
	padding: 5px 10px;
	background-color: #fff;
	border: 1px solid #ccc;
}
.formtable textarea{
	padding: 10px 5px;
	width: 95%;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.need{
	color: #fff;
	font-size: 12px;
	padding: 1px 5px;
	border-radius: 3px;
	margin: 0 0 0 8px;
	background-color: #D81619;
	display: inline-block;
}
.formbtn{
	padding: 20px 0;
	display: flex;
	justify-content: center;
}
.formbtn input{
	padding: 10px 35px;
	border-radius: 5px;
	font-size: 18px;
	margin: 0 5px;
	cursor: pointer;
	color: #fff;
	border: rgba(224,7,11,1.00) 1px solid;
	background-color: rgba(224,7,11,1.00);
}
.formbtn input:hover{
	background-color: rgba(172,9,12,1.00);
}

/*---------------------------------------------------------------------

max-width: 1024px

---------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
.header{
	height: 580px;
	width: 100%;
	transition: ease 0.4s;
}
.slide{
	width: 100%;
	margin: 70px 0 0 0;
	height: 640px;
}
.slide_inner{
	width: 100%;
	height: 640px;
}
.he_up{
	width: 100%;
	height: 170px;
	transition: ease 0.4s;
}
.he_l{height: 290px; width: 20%;	transition: ease 0.4s;}
.he_r{height: 290px; width: 20%;	transition: ease 0.4s;}
.head-logo{
	background-size: 100%;
	width: 60%;
	}
.he_bot{
	background-color: #fff;
	height: 180px;
	transition: ease 0.4s;
}
.head-t{width: 100%;}
.subheader{
	height: 70px;
	width: 100%;
	padding: 80px 0 0 0;
}
body#sub .subheader{

}
.subheader.fixed{
}
.subheader .inner{
	width: 96%;
}
.subhead-logo a{
	background: url("../images/spanky-logo.svg") no-repeat center;
}
/*----------------------------------------content-----*/
.content-first{
	margin-top: 750px;
	width: 100%;
}
.content{
	width: 100%;
	padding: 50px 0;
}
.content .inner,.content-first .inner{
	width: 96%;
	margin: 0 auto;
}
.fix-block{
}
.fix-block img{
	padding-top: 1em;
}
.telno a{
}
.telno a:before{
}

/*---------------------------------------------nav-------*/
nav.sub{padding-top: 20px;}
nav.sub ul{
}
nav.sub ul li em{
	display: none;
}
nav.sub ul li a:hover{
}
nav.sub ul li a span{}
/*------------------------------------------Information-*/
.info-unit{}

.info-box a:hover{opacity: 0.7;}
.info-tmb{
	width: 20%;
	height: 100%;
	aspect-ratio:1/1;
}
.info-tmb img{
}
.info-txt{
	width: 75%;
	font-size: 15px;
	padding-top: 20px;
}
body#top .post-date{position: relative;}
.info-title{
	font-size: 18px;
	display: block;
	margin: 7px 0;
}
.new-txt{
	font-size: 9px;
	height: 19px;
	padding-top: 6px;
}
.topabout{}
.topabout img{
	margin: 0 auto 20px;
	width: 80%;
	display: block;
}
/*---------------------------------------------map------*/
.map-sec h2{
	margin-top: 0;
}
.map{
	padding: 50px 0;
	width: 100%;
}
.map iframe{
	width: 100%;
}
/*----------------------------------------------- H ----*/
h1{
	font-size: 30px;
}
h2{
	font-size: 38px;
}
h2 span{}
#biz_calendar{padding: 0 0 0 0; width: 90%; margin: 0 auto;}

/*-------------------------------------------footer-----*/
.footer{}
.copy{font-size: 12px;}
.pagetop a{}
/*-------------------------------------------special----*/
.archive{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	display: flex;
}
.archive-data{}
.post-date{}
.archive h3{}
.archive h3 a{ color: rgba(220,14,17,1.00); text-decoration:none;}
.archive h3 a:hover{ color: rgba(220,14,17,.7); text-decoration: underline;}
.navigation{
	width: 96%;
}
.post-meta{ padding-bottom: 2em;}
.notebox{
	margin: 10px 0;
}
.note{
	color: rgba(220,14,17,1.00);
}
hr,
hr.wp-block-separator.has-alpha-channel-opacity{
	margin: 100px 0 10px;
}
/*----------------------------------------------form----*/
.sect-nb{
	width: 96%;
	min-height: 60vh;
	margin: 0 auto;
}
table.formtable{
	width: 100%;
}
table.formtable td{
	padding: 20px 5px;
}
table.formtable th{
	font-weight: 400;
	padding: 20px 5px;
	width: 20%;
	text-align: left;
}
.input-a{
	padding: 10px 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 95%;
}
.input-b{
	padding: 10px 3px;
	width: 15%;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.input-b:after{
	width: 20%;
}
.formtable select{
	padding: 5px 10px;
	background-color: #fff;
	border: 1px solid #ccc;
}
.formtable textarea{
	padding: 10px 5px;
	width: 95%;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.need{
	color: #fff;
	font-size: 12px;
	padding: 1px 5px;
	border-radius: 3px;
	margin: 0 0 0 8px;
	background-color: #D81619;
	display: inline-block;
}
.formbtn{
	padding: 20px 0;
	display: flex;
	justify-content: center;
}
.formbtn input{
	padding: 10px 35px;
	border-radius: 5px;
	font-size: 18px;
	margin: 0 5px;
	cursor: pointer;
	color: #fff;
	border: rgba(224,7,11,1.00) 1px solid;
	background-color: rgba(224,7,11,1.00);
}
.formbtn input:hover{
	background-color: rgba(172,9,12,1.00);
}

}
/*---------------------------------------------------------------------

max-width: 639px

---------------------------------------------------------------------*/
@media screen and (max-width: 639px) {
.header{
	height: 480px;
	width: 100%;
	transition: ease 0.4s;
}
.slide{
	width: 100%;
	margin: 70px 0 0 0;
	height: 440px;
}
.slide_inner{
	width: 100%;
	height: 440px;
}
.he_up{
	width: 100%;
	height: 170px;
	transition: ease 0.4s;
}
.he_l{height: 170px; width: 20%;	transition: ease 0.4s;}
.he_r{height: 170px; width: 20%;	transition: ease 0.4s;}
.head-logo{
	width: 60%;
	height: 180px;

}
.he_bot{
	background-color: #fff;
	height: 180px;
	transition: ease 0.4s;
}
.head-t{width: 100%; height: 150px;}
.subheader{
	height: 60px;
	width: 100%;
	padding: 80px 0 0 0;
}
body#sub .subheader{
}
.subheader.fixed{
}
.subheader .inner{
	width: 96%;
}
.subhead-logo a{
	width: 70px;
	background: url("../images/spanky-logo.svg") no-repeat center;
}
/*-------------------------------------------content-----*/
.content-first{
	margin-top: 750px;
	width: 100%;
}
.content{
	width: 100%;
	padding: 50px 0;
}
.content .inner,.content-first .inner{
	width: 96%;
	margin: 0 auto;
}
.fix-block{
}
.fix-block img{
	padding-top: 1em;
}
.telno a{
}
.telno a:before{
}
h1.title {font-size: 20px;
}
.title span {
}
/*----------------------------------------------nav-----*/
nav.sub{padding-top: 20px;}
nav.sub ul{
}
nav.sub ul li em{
	display: none;
}
nav.sub ul li a{font-size: 14px; margin:0 6px;}
nav.sub ul li a:hover{
}
nav.sub ul li a span{
	font-size: 24px;
	}
/*------------------------------------------Information-*/
.info-unit{}
.info-box{
	display: block;
	justify-content: inherit;
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-decoration: none;
	transition: ease 0.4s;
}
.info-box a:hover{opacity: 0.7;}
.info-tmb{
	width: 25%;
	height: 100%;
	aspect-ratio:1/1;
	display: block;
	margin: 0 auto 15px;
}
.info-tmb img{
}
.info-txt{
	font-size: 15px;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
}
body#top .post-date{position: relative;}
.info-title{
	font-size: 18px;
	display: block;
	margin: 7px 0;
}
.new-txt{
}
.topabout{}
.topabout img{
	margin: 0 auto 20px;
	width: 80%;
	display: block;
}
/*---------------------------------------------map------*/
.map-sec h2{
	margin-top: 0;
}
.map{
	width: 100%;
}
.map iframe{
	width: 100%;
}
/*---------------------------------------------- H -----*/
h1{
	font-size: 30px;
}
h2{
	font-size: 30px;
}
h2 span{}
#biz_calendar{padding: 0 0 0 0; width: 90%; margin: 0 auto;}

/*-------------------------------------------footer-----*/

.footer{}
.copy{font-size: 12px;padding-top: 100px;}
.pagetop a{
	width: 100px;
	bottom: -50px;
}
/*-------------------------------------------special----*/
.archive{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	display: block;
}
.archive-data{padding: 20px;}
.post-date{
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 15px;
	padding: 2px 15px 3px 15px;
	font-size: 16px;
}
.archive h3{}
.archive h3 a{ color: rgba(220,14,17,1.00); text-decoration:none;}
.archive h3 a:hover{ color: rgba(220,14,17,.7); text-decoration: underline;}
.alignright{text-align: right;}
.alignleft{text-align: left;}
.post-meta{ padding-bottom: 2em;}
.notebox{
margin: 10px 0;
}
.note{
	color: rgba(220,14,17,1.00);
}
hr,
hr.wp-block-separator.has-alpha-channel-opacity{
	margin: 35px 0 0;
}
	.type-info h2{font-size: 22px;}
/*---------------------------------------------form-----*/
.sect-nb{}
table.formtable{
	width: 100%;
}
table.formtable td{
	padding: 5px 5px 10px;
	width: 100%;
	display: block;
}
table.formtable th{
	padding: 20px 5px 5px;
	width: 100%;
	text-align: left;
	display: block;
}
.input-a{}
.input-b{}
.input-b:after{
	width: 20%;
}
.formtable select{}
.formtable textarea{}
.need{}
.formbtn{}
.formbtn input{}
.formbtn input:hover{}
}

/*--------------------------------opening animation-----*/

.title.-visible span {
  transform: translate(0, 0);
}
.title span:nth-child(2) {
  transition-delay: 0.06s;
}
.title span:nth-child(3) {
  transition-delay: 0.12s;
}
.title span:nth-child(4) {
  transition-delay: 0.18s;
}
.title span:nth-child(5) {
  transition-delay: 0.24s;
}
.title span:nth-child(6) {
  transition-delay: 0.30s;
}
.title span:nth-child(7) {
  transition-delay: 0.36s;
}
.title span:nth-child(8) {
  transition-delay: 0.42s;
}
.title span:nth-child(9) {
  transition-delay: 0.48s;
}
.title span:nth-child(10) {
  transition-delay: 0.54s;
}
.title span:nth-child(11) {
  transition-delay: 0.6s;
}
.title span:nth-child(12) {
  transition-delay: 0.66s;
}
.title span:nth-child(13) {
  transition-delay: 0.72s;
}
.title span:nth-child(14) {
  transition-delay: 0.78s;
}
.title span:nth-child(15) {
  transition-delay: 0.8s;
}
.title span:nth-child(16) {
  transition-delay: 0.83s;
}
.title span:nth-child(17) {
  transition-delay: 0.86s;
}
.title span:nth-child(18) {
  transition-delay: 0.89s;
}
.title span:nth-child(19) {
  transition-delay: 0.92s;
}
.title span:nth-child(20) {
  transition-delay: 0.95s;
}
.title span:nth-child(21) {
  transition-delay: 1.1s;
}
.title span:nth-child(22) {
  transition-delay: 1.2s;
}
.title span:nth-child(23) {
  transition-delay: 1.23s;
}
.title span:nth-child(24) {
  transition-delay: 1.26s;
}
.title span:nth-child(25) {
  transition-delay: 1.29s;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?7rutkg');
  src:  url('../fonts/icomoon.eot?7rutkg#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?7rutkg') format('truetype'),
    url('../fonts/icomoon.woff?7rutkg') format('woff'),
    url('../fonts/icomoon.svg?7rutkg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-print:before {
  content: "\f02f";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-share-square-o:before {
  content: "\f045";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-twitter-square:before {
  content: "\f081";
}
.icon-facebook-square:before {
  content: "\f082";
}
.icon-pinterest-square:before {
  content: "\f0d3";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-mobile:before {
  content: "\f10b";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-warning:before {
  content: "\ea07";
}
.icon-arrow-right2:before {
  content: "\ea3c";
}
.icon-arrow-left2:before {
  content: "\ea40";
}
.icon-new-tab:before {
  content: "\ea7e";
}
