@charset "utf-8";
/*---
#home{
	background-image: url("DSC_1089.JPG");
	background-position: center center;
	min-height: 100vh;	
}
--*/
*{
	margin: 0;
	padding: 0;
}
html{
	font-size: 16px;
}
.wrapper{
	max-width: 95%;
	margin: 0 auto;	
}

/*
nav{
	display: flex;
	justify-content: center;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif",sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.1rem;
}
*/
body{
	background-color: rgba(225,225,225,.5);
	background-size: cover;
	background-position: center;
	padding-top: 0;
	margin-top: 30px;
}

header{
	border-bottom: solid rgba(0,3,173,.0) 1px;
	background-color: rgba(255,255,255,1.00);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
	width: 100%;
	height: 5em;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
h1 a{
	color:inherit;
	text-decoration: none;
}
h1{
	/*---
	background-image: url("店.JPG");
	---------*/
	font-family: ta-fuga-fude, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	background-position: center center;
	background-size: cover;
	text-align: left;
	color: rgba(0,32,91,1.00);
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 3%;
	margin: 0;
}
.maru {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column wrap;
  vertical-align: center;
}
.size_normal{
  width: 40px;
  height: 40px;
}
.letter_large{
  font-size: 1em;
  line-height: 1em;
}
.sky1 {
  color: rgba(0,32,91,1.00);
  border: 6px solid rgba(0,32,91,1.00);
}


/*slider
*/


.visual {
	background-color: rgba(225,225,225,0);
	margin-top: 20px;
	margin-bottom: 0;
	margin-right: auto;
	margin-left:auto;
	max-height: 100%;
	max-width: 600px;
	width: 85%;

}

.slick-prev:before, .slick-next:before {
    color: rgba(0,32,91,1.00);
    opacity: 0.5;
}

.slick-img img {
  height: 400px;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}


/*slider
*/





h2{
	width: 100%;
	padding-top: 0;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 2rem;
	color: rgba(0,32,91,1.00);
	
}
.toiawase{
	background-color: rgba(255,255,255,1.00);
	/*
	box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
	*/
	max-width: 600px;
	margin: 50px auto;
	padding: 2%;
	border-radius: 14px;
	text-align: center;
}
.toiawase-annai{
    font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 100;
	font-style: normal;
	color: rgba(0,32,91,1.00);
	margin: 5px auto auto;
	text-align: justify;
	max-width: 600px;
	font-size: 1rem;
}
.toiawase-button a{
	background:rgba(246,139,31,1.00);
	border-radius: 0.5vh;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px auto;
	padding: 2px 0px;
	text-align: center;
	width: 110px;
	height: 50px;
	color: white;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1rem;
}
.toiawase-button a:hover {
  text-decoration: none;
  background-color: #bbbbbb;
}
.aisatsu-title{
	text-align: center;
	font-size: 2rem;
	font-family: fot-tsukuaoldmin-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.aisatsu-main{
	text-align: justify;
	margin-top: 5px;
	font-size: 1em;
	line-height: 1.2em;
}
/*
.aisatsu-shomei{
	text-align: end;
	font-size: 1.25rem;
	margin-top: 10px;
	margin-bottom: 5%;
}
*/
.aisatsu{
    text-align: center;
    font-size: 1rem;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    padding-top: 2%;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 2%;
    max-width: 600px;
    color: rgba(0,32,91,1.00);
	font-family: fot-tsukuaoldmin-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
    /*--
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
    -*/
    font-size: 1rem;
    background-color: rgba(255,255,255,1.00);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
}
.map-wrapper{
	text-align: center;
	margin: 5% 0% 0% 0%;
	padding: 2% 0% 2% 0%;
	max-width: 100%;
	display: block;
	background-color: rgba(200,200,200,1.00);
}
.location-map{
	margin: 20px 0 0;
	padding: 1% 5%;
	background-color: rgba(200,200,200,1.00);
}
.map{
	width: 100%;
	aspect-ratio: 4/3;
	max-width: 600px;
}
.iframecontactform{
	text-align: center;
}
.contactform{
	width: 100%;
	max-width: 600px;
	height: 2400px;
	margin: 3% 0% 0% 0%;
}
footer{
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 1rem;
	/*---
	border-top: solid rgba(0,3,173,.0) 1px;
	---*/
	background-color: rgba(0,32,91,1.00);
	/*---
	box-shadow: 0 0px 0px rgba(0, 0, 0, .25);
	---*/
	color: white;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 3%;
	margin: 0;
	margin-bottom: 80px;
}
.container{
	display:flex;
	flex-direction: row;
	margin: 5px;
	padding: 5px;
	gap: 10px;
}
.stop_logo{
	width:40px;
}
/*iOS用*/
.tel-number a{
	color: white;
	text-decoration: none;
}
@media (max-width: 600px){
	body{
		max-width: 100%;
		margin: 5px auto;
	}
}
.spFixedNavi{
	border-top: solid white 0px;
	background-color: rgba(0,32,91,1.00);
	box-shadow: 0 -3px 6px rgba(0, 0, 0, .25);
	width: 100%;
	height: 80px;
	position: fixed;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	color: white;
	
}

.spFixedNavi__item{
    margin-top: 0px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	
}


h4{
	width: 100%;
	padding-top: 0;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 1.2rem;
	color: deeppink;
}

.importantnews{
	background-color: rgba(255,255,255,1.00);
	/*
	box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
	*/
	max-width: 100px;
	margin-top: 100px;
	margin-bottom: 0;
	margin-right: auto;
	margin-left:auto;
	padding: 2%;
	border-radius: 14px;
	text-align: center;
	border-width:1px;
	border-color: deeppink;
	border-style: solid;
	max-width: 600px;
	/* width: 85%;
	*/
	
}

.importantnews-content{
    font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 100;
	font-style: normal;
	color: rgba(0,32,91,1.00);
	margin: 5px auto auto;
	text-align: justify;
	max-width: 600px;
	font-size: 1rem;
}


.news{
	background-color: rgba(255,255,255,1.00);
	/*
	box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
	*/
	max-width: 100px;
	margin-top: 0px;
	margin-bottom: 0;
	margin-right: auto;
	margin-left:auto;
	padding: 2%;
	border-radius: 14px;
	text-align:center;
	border-width:1px;
	border-color: rgba(0,32,91,1.00);
	border-style: solid;
	max-width: 600px;
}

.news-content{
    font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 100;
	font-style: normal;
	color: rgba(0,32,91,1.00);
	margin: 5px auto auto;
	text-align: justify;
	max-width: 600px;
	font-size: 1rem;
}

article#news dl > dt span {
    width: 6em;
    text-align: center;
    background-color: rgba(0,32,91,1.00);
    color: white;
    display: inline-block;
    padding: 0.6em 0.3em;
    border-radius: 0.2em;
    font-size: 0.75em;
    margin-right: 0.6em;
}

article#news dl > dt {
    width: auto;
    padding: 1em 0 0.5em 0;
}

article#news dl > dd a {
    display: block;
    position: relative;
    padding-right: 1em;
	/*
    background-image: url(../img/icon_next.svg);
	
    background-position: right 0 center;
    background-repeat: no-repeat;
    background-size: 14px;
	*/
    text-decoration: none;
}

article#news dl > dd {
    width: auto;
    padding: 0 0 0.5em 0;
    border-top: none;
}