@charset "utf-8";
/* CSS Document */
html {
	font-size: 62.5%;
}

body {
	font-size: 1.4rem;
	background-image: url("../images/backimg.svg");
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

a {
	display: block;
}

a[type="button"] {
	webkit-appearance: none;
}

.mincho {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.row {
	margin-left: 0;
	margin-right: 0;
}

.container-fluid {
	padding: 0;
}

header {
	background-color: #D94236;
	padding-top: 1rem;
}

header img {
	width: 70%;
}

header nav ul,header nav ul li dl {
	margin-bottom: 0;
}


nav ul li dl dt i {
	color: #ffffff;
	font-size: 3.2rem;
}

ul {
	list-style-type: none;
	padding-left: 0;
}

nav ul li dl dd {
	color: #ffffff;
	font-size: 1.5rem;
}

nav ul li a dl dt {
	transition: 0.5s;
}

nav ul li a:hover {
	text-decoration: none;
}

nav ul li a:hover dl dt {
	transform: scale(1.2,1.2);
}

section.menu {
	background-color: #ffffff;
}

section.menu a[type="button"] {
	font-size: 2.8rem;
	padding: 1rem 15rem;
	background-color: #D94236;
	margin: 5rem;
	border-color: #D94236 !important;
	transition: 0.5s;
}

section.menu a[type="button"]:hover {
	background-color: transparent;
	color: #D94236;
}

div.carousel-inner img {
	height: 100vh;
	width: auto;
	object-fit: cover;
}

section.news img {
	position: relative;
}

section.news h2 {
	background-color: #D94236;
}

section.news ul {
	background-color: #FFFFFF;
}

section.news h3 {
	border-bottom: 2px solid #D94236;
}

section.news div.wrap_1 {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	color: #FFFFFF;
	line-height: 1;
}

section.news ul li a {
	color: #000000;
}

section.news ul li a:hover {
	text-decoration: none;
}

section.news ul li a:hover h3 {
	color: #CF3300;
}

section.news p.Category {
	background-color: #D94236;
	display: inline-block;
	padding: 0.5rem 1rem;
	color: #FFFFFF;
}

div.address {
	background-image: url("../images/access.svg");
	padding: 3%;
}

section.access div.wrap_2 {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	color: #FFFFFF;
	line-height: 1;
}

div.address ul li {
	color: #fff;
}

div.bg_bk {
	background-color: rgba(0,0,0,0.70);
	padding: 3%;
}

div.ggmap {
    position: relative;
    height: calc(100vh / 2);
    overflow: hidden;
    margin-bottom: 1%;
}

.ggmap iframe, .ggmap object, .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

dl.back_home a:hover {
	text-decoration: none !important;
}

p#pagetop a:hover {
	transform: scale(1.2,1.2);
}

p#pagetop a {
	transition: 0.5s;
}

footer {
	background-color: #D94236;
	padding-top: 3rem;
	padding-bottom: 3rem;
	color: #FFFFFF;
}

footer a:hover {
	transform: scale(1.2,1.2);
}


footer a {
	transition: 0.5s;
}
@media screen and (max-width:575px){
	nav ul li dl dd {
		font-size: 1rem;
	}
	
	nav p {
		font-size: 1rem !important;
		margin-bottom: 0;
		margin-top: 1rem;
	}
	
	section.menu h1 {
		font-size: calc(100vw / 17);
	}
	
	section.menu p.lead {
		padding-left: 3rem !important;
		padding-right: 3rem !important;
	}
	
	section.menu a[type="button"] {
		font-size: 2rem;
		padding: 1rem 6rem;
	}
}

@media screen and (max-width:420px) {
	section.news div.wrap_1 h1 {
		font-size: 1.6rem !important;
	}
	
	section.news div.wrap_1 p {
		font-size: 2.4rem !important;
	}
	
	section.access div.wrap_2 h1 {
		font-size: 1.6rem !important;
	}
	
	section.access div.wrap_2 p {
		font-size: 2.4rem !important;
	}
}

@media screen and (max-width:767px) {
	footer p {
		padding-top: 2rem;
	}
	
	section.news h2 {
		font-size: 1.8rem !important;
	}
}

@media screen and (max-width:575px) {
	p#pagetop i {
		font-size: 4rem !important;
	}
}


/*menuここから*/
#menu div.figure img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

#menu div.wrap1 h1 {
	background-color: #D94236;
}

#menu div.wrap1 p {
	background-color: #D94236;
}

#menu div.wrap1 h1 {
	line-height: 1;
}

#menu div.wrap1 p {
	line-height: 1;
}

#menu div.box1 dl dd p {
	margin-top: 0;
}

#menu div.box1 {
	position: relative;
	padding-bottom: 16rem;
}

#menu div.box1 img, div.box1 dl {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 16.5rem;
}

#menu div.box1 p {
	line-height: 1;
}

#menu div.box1 h2 {
	line-height: 1;
}

#menu div dl dt h3 {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

dl.back_home a:hover {
	transform: scale(1.2,1.2);
}

dl.back_home a {
	transition: 0.5s;
}

@media screen and (max-width:991px){
	#menu div.box1 img, div.box1 dl dd h2 {
		font-size: 2rem !important;
		margin-bottom: 0;
	}
}

@media screen and (max-width:991px){
	#menu div.box1 img, div.box1 dl dd p {
		font-size: 3rem !important;
	}
}


@media screen and (max-width:767px) {
	div.wrap1 h1 {
		font-size: 2.8rem !important;
		padding-top: 1rem !important;
	}
	div.wrap1 p {
		font-size: 1.8rem !important;
		padding-bottom: 1rem !important;
	}
	#menu div.box1 img, div.box1 dl dd h2 {
		font-size: 1.8rem !important;
	}
	#menu div.box1 img, div.box1 dl dd p {
		font-size: 2.8rem !important;
	}
}

@media screen and (max-width:575px) {
	div.wrap1 h1 {
		font-size: 2.5rem !important;
		padding-top: 0.8rem !important;
	}
	div.wrap1 p {
		font-size: 1.5rem !important;
		padding-bottom: 0.8rem !important;
	}
	#menu div.box1 img, div.box1 dl dd h2 {
		font-size: 1.5rem !important;
	}
	#menu div.box1 img, div.box1 dl dd p {
		font-size: 2.5rem !important;
	}
}

@media screen and (max-width:767px) {
	div.box1 img {
		padding: 3rem !important;
	}
}

@media screen and (max-width:575px) {
	div.box1 img {
		padding: 4rem !important;
	}
}
/*menuここまで*/


/*contactここから*/
div#contact div.wrap1 h1 {
	background-color: #D94236;
}

div#contact div.wrap1 p {
	background-color: #D94236;
}

div.contact1 {
	background-color: #FFFFFF;
}

form p {
	margin-bottom: 2rem;
}

input[type="text"] {
	width: 20rem;
}

input[type="email"] {
	width: 30rem;
}

textarea {
	width: 45rem;
	height: 20rem;
	overflow-y: scroll;
}

input[type="submit"] {
	padding: 0.5rem 3rem;	
}

@media screen and (max-width:575px) {
	label {
		display: block;
	}
	textarea {
		width: 100%;
	}
	input[type="submit"] {
		width: 100%;
	}
}
/*contactここまで*/

/*archiveここから*/

#archive div.wrap1 h1 {
	background-color: #D94236;
}

#archive div.wrap1 p {
	background-color: #D94236;
}

#archive div.wrap1 h1 {
	line-height: 1;
}

#archive　div.wrap1 p {
	line-height: 1;
}

#archive p.Category {
	background-color: #D94236;
	display: inline-block;
	padding: 0.5rem 1rem;
	color: #FFFFFF;
}

#archive ul li h2 {
	border-bottom: 2px solid #D94236;
}

#archive nav ul li a.page-link {
	color: #D94236;
	font-size: 2rem;
	border: 1.5px solid #D94236;
}

#archive nav ul li a:hover {
	background-color: #D94236;
	color: #FFFFFF;
	transition: 0.5s;
}

#archive ul li a {
	color: #000000;
}

#archive ul li a:hover {
	text-decoration: none;
}

#archive ul li a:hover h3 {
	color: #CF3300;
}
/*archiveここまで*/


/*singleここから*/
#single div.wrap1 h1 {
	background-color: #D94236;
}

#single div.wrap1 p {
	background-color: #D94236;
}

#single ul li h2 {
	border-bottom: 2px solid #D94236;
}

#single p.Category {
	background-color: #D94236;
	display: inline-block;
	padding: 0.5rem 1rem;
	color: #FFFFFF;
}

#single .modoru a {
	color: #000;
}

#single .modoru a:hover {
	text-decoration: none;
}

#single .modoru a:first-of-type p::before {
	content: "◀";
	color: #D94236;
}

#single .modoru a:last-of-type p::after {
	content: "▶";
	color: #D94236;
}

#single .modoru a:hover p {
	color: #CF3300;
}

#single .modoru a:hover dd {
	color: #CF3300;
}


/*#single .modoru p:first-child

#single .modoru p:first-of-type

#single .modoru p:nth-child(2)

#single .modoru p:nth-of-type(2)

#single .modoru p:last-child

#single .modoru p:last-of-type


#single .modoru p::before

#single .modoru p::after*/

/*singleここまで*/

a[type="button"] ,button[type="button"] ,input[type="submit"],input[type="button"]{
    -webkit-appearance: none;
}


























































































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

@media screen and (min-width:768px) and (max-width:991px){
}

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

@media screen and (min-width:1200px){
}

@media screen{
}
