@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------------------------------ */

/*  Reset

/* ------------------------------------------------------------------------ */

html {
	overflow-y	: scroll;
	height		: 100%;
	font-size	: 62.5%;
	-webkit-text-size-adjust: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote {
	margin 	: 0;
	padding : 0;
}

fieldset {
	display	: inline;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style : normal;
}

body/**/table {
	line-height	: 1.5;
}

q:before,
q:after {
	content : '';
}

object,embed {
	vertical-align : top;
}

hr,legend	{
	display : none;
}

h1,h2,h3,h4,h5,h6 {
	font-size : 100%;
}

img,abbr,acronym,fieldset {
	border : 0;
}

li {
	list-style-type : none;
}

img[usemap] {
	border		: none;
	height		: auto;
	max-width	: 100%;
	width		: auto;
}

img {
	border		: 0;
	max-width	: 100%;
}

i {
	padding	: 5px 5px 2px 0;
}

p {
	word-break	: break-all;
}



/* Flexible Images */
img{
    max-width	: 100%;
    height		: auto;
    width /***/	: auto;
}

submit	{ -webkit-appearance : none;}


.style650{
	display: none;
}


@media screen and (max-width:650px){
	.style650{
		display: block;
	}
}

/* ------------------------------------------------------------------------ */

/* テーブルスクロール

/* ------------------------------------------------------------------------ */

.table-wrap {
  overflow-x: auto;   /* 横スクロールを許可 */
  -webkit-overflow-scrolling: touch;
}


/* ------------------------------------------------------------------------ */

/*  Basic Style

/* ------------------------------------------------------------------------ */

body {
	margin		: 0;
	padding		: 0;
	height		: 100%;
	 font-family: "游ゴシック体", "Yu Gothic", "YuGothic",
               "Hiragino Sans", "ヒラギノ角ゴシック",
               "Meiryo", sans-serif;
	font-size	: 1.2rem;
	font-size	: 12px;
	line-height	: 1.5;
	text-align	: center;
	color		: #111111;
	-webkit-text-size-adjust	: 100%;
	font-smoothing	: auto;
}

body *,
body *:before,
body *:after {
    box-sizing: border-box;
}

#wrap{
	margin		: 0 auto;
	text-align	: center;
}

body > #wrap { height : auto;}


/* Link
--------------------------------------------------------------------------- */

.opacity a:hover img{
	opacity: 0.85;
}

a:link	{
	text-decoration	: none;
	color			: #00F;
}

a:visited	{
	text-decoration	: none;
	color			: #941D55;
}

a:hover	{
	opacity: .8;
	text-decoration	: none;
}


/* ------------------------------------------------------------------------ */

/* Hedaer

/* ------------------------------------------------------------------------ */

header {
}

header .inner{
	max-width: 1520px;
	margin: 0 auto;
	padding: 20px 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .inner h1 a{
	display: block;
	max-width: 290px;
	height: auto;
}

header .inner .headerNav{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

header .inner .headerNav .item{
	margin-left: 25px;
}

header .inner .headerNav .item a{
	font-size: 14px;
	font-weight: 700;
	color: #111;
}



.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 40px;
  height: 29px;
  background: none;
  border: none;
  cursor: pointer;
}

.hamburger span {
  display: block;
  height: 1px;
  background: #333;
  border-radius: 2px;
  transition: 0.3s;
}

@media screen and (max-width:1550px) {
	header .inner{
		padding: 20px;
	}
}


@media (max-width: 960px) {
	header{
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 99;
	}

	header .inner{
		background-color: #fff;
	}

	header .inner h1 a{
		max-width: 145px;
	}
	.hamburger {
		display: flex;
	}
	.headerNav {
		position: absolute;
		top: 75px;
		right: 0;
		background: #fff;
		width: 100%;
		padding: 1rem;
		border-bottom: 1px solid #ddd;
		row-gap: 20px;
	}
	.headerNav[hidden] {
		display: none !important;
	}

	header .inner .headerNav{
		z-index: -1;
		transition-duration: .3s;
		justify-content: center;
		flex-wrap: wrap;
	}

	header .inner .headerNav .item{
		margin-left: 0;
		margin-inline: 20px;
	}
}




@media screen and (max-width: 786px) {
	#contentsBlock{
		margin: 120px 0 0;
	}
}




/* ------------------------------------------------------------------------ */

/* breadcrumbs

/* ------------------------------------------------------------------------ */


.breadcrumbs a {
   color: #000;
   text-decoration: underline;
}
.breadcrumbs a:hover {
   text-decoration: none;
}

.breadcrumbs {
    margin-top: 15px;
}

.breadcrumbs .inner{
    max-width: 1200px;
    margin: 0 auto;
}

.breadcrumbs .list{
    display: block;
    text-align: left;
}

.breadcrumbs .list .item{
    display: inline-block;
    font-size: 14px;
}

.breadcrumbs .list .item + .item::before{
    margin: 0 4px;
    font: var(--fa-font-solid);
    content: "\f105";
    font-size: 12px;
    color: #808080;
}

section.list{
    margin-top: 92px;
    margin-inline: 20px;
}

section.list h2{
    font-size: 34px;
}

@media screen and (max-width: 1240px) {
	.breadcrumbs .inner{
		padding: 0 20px;
	}
}


/* ------------------------------------------------------------------------ */

/* cardsの共通css

/* ------------------------------------------------------------------------ */

#contentsBlock .cards{
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 80px;
    margin-top: 30px;
}

#contentsBlock .cards .card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#contentsBlock .cards .card .content > img{
    width: 100%;
    height: 23vw;
    max-height: 282px;
	object-fit: cover;
	object-position: center center;
}

#contentsBlock .cards .card .names{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}

#contentsBlock .cards .card .now{
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 60px;
    width: 100%;
    height: 60px;
    border-radius: 30px;
    background-color: #cfe7a1;
}

#contentsBlock .cards .card .finish{
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 60px;
    width: 100%;
    height: 60px;
    border-radius: 30px;
    background-color: #e7a2ac;
}

#contentsBlock .cards .card .name{
    font-size: 18px;
	text-align: left;
}

#contentsBlock .cards .card .floor{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
		text-align: left;
}

#contentsBlock .cards .card .floor span{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100px;
    width: 100%;
    height: 24px;
    background-color: #d9d9d9;

}



#contentsBlock .cards .card .rent{
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
	text-align: left;
}

#contentsBlock .cards .card .rent span{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100px;
    width: 100%;
    height: 24px;
    background-color: #d9d9d9;
}

#contentsBlock .cards .card .scheduled span{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 160px;
    width: 100%;
    height: 24px;
    background-color: #fff9bf;
}

#contentsBlock .cards .card .details{
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    max-width: 380px;
    width: 100%;
    height: 40px;
    border: 1px solid #008549;
    font-size: 16px;
    font-weight: 700;
    color: #008549;
}

#contentsBlock .cards .card .details::after{
    position: absolute;
    content: "";
    display: block;
    background: url('../img/icon/icon_green.png') no-repeat center center/cover;
    width: 20px;
    height: 20px;
    right: 10px;
}

@media screen and (max-width:1255px) {
    #contentsBlock .about{
        margin-top: 170px;
       margin-inline: 20px;
    }

}

@media screen and (max-width:1000px){
    #contentsBlock .cards{
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
    }
	#contentsBlock .cards .card .content > img{
		width: 100%;
		height: 35vw;
		max-height: 340px;
	}
}

@media screen and (max-width:786px){

    #contentsBlock .about h2{
        font-size: 20px;
    }
    #contentsBlock .cards{
        display: block;
        max-width: 500px;
        width: 100%;
    }


    #contentsBlock .cards .card{
        margin-bottom: 70px;
    }

     #contentsBlock .cards .card:last-child{
        margin-bottom: 0;
     }
	#contentsBlock .cards .card .content > img{
		width: 100%;
		height: auto;
		max-height: 375px;
	}

     #contentsBlock .cards .card .names{
        margin-top: 10px;
        margin-bottom: 10px;
     }

     #contentsBlock .cards .card .name{
        font-size: 14px;
     }
     #contentsBlock .cards .card .now{
        font-size: 12px;
        max-width: 45px;
        height: 45px;
     }

     #contentsBlock .cards .card .floor{
        font-size: 12px;
     }

     #contentsBlock .cards .card .details{
        max-width: 500px;
        font-size: 14px;
     }
}


section.contact{
	margin-top: 120px;
	margin-bottom: 192px;
}

section.contact h3{
	font-size: 26px;
	font-weight: 700;
	text-align: center;
}

section.contact h3::before{
	display: none;
}

section.contact .box{
	max-width: 720px;
	width: 100%;
	margin: 0 auto 0;
	border: 3px solid #008549;
	padding: 32px;
}

section.contact .box .green{
	color: #008549;
	font-size:20px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 13px;
}

section.contact .box p{
	font-size: 18px;
	text-align: center;
}

@media screen and (max-width:786px){
	section.contact{
		margin-top: 60px;
		margin-bottom: 100px;
	}

	section.contact h3{
		font-size: 20px;
		line-height: 1.5;
	}

	section.contact .box{
		padding: 20px;
	}

	section.contact .box .green{
		font-size: 18px;
	}

	section.contact .box p{
		font-size: 16px;
	}
}

@media screen and (max-width:500px){
	section.contact{
		margin-top: 50px;
		margin-bottom: 50px;
	}

	section.contact h3{
		font-size: 18px;
		margin-top: 0;
		margin-left: 0;
		margin-bottom: 20px;
	}

	section.contact .box{
		padding: 10px;
		border: 2px solid #008549;
	}

	section.contact .box .green{
		font-size: 16px;
		margin-bottom: 10px;
	}

	section.contact .box p{
		font-size: 14px;
	}
}


/* ------------------------------------------------------------------------ */

/*　paginationの共通css

/* ------------------------------------------------------------------------ */

.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	list-style: none;
	padding: 0;
	margin: 100px 0 0;
	font-family: "Noto Sans JP", sans-serif;
}
.pagination li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	min-width: 40px;
	height: 40px;
	position: relative;
	font-size: 20px;
	color: #0080c0;
	padding: 0 4px;
	line-height: 1;
}
.pagination li:first-child a,.pagination li:last-child a{
	border: none;
}
.pagination li .current{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	min-width: 40px;
	height: 40px;
	border: 1px solid #008546;
	border-radius: 50%;
}
.pagination li a{
	color: #008546;
}

@media screen and (max-width: 800px){
	.pagination {
	margin: 60px 0 0;
	}
	.pagination li {
	width: 34px;
	min-width: 34px;
	height: 34px;
	font-size: 16px;
	padding: 0 4px;
	}
	.pagination li .current{
	width: 34px;
	min-width: 34px;
	height: 34px;
	}
}


/* ------------------------------------------------------------------------ */

/* 一覧へ戻るボタン

/* ------------------------------------------------------------------------ */

.single-bottom{
  margin-top: 100px;
  margin-bottom: 200px;
  padding-top: 60px;
  border-top: 1px solid #d1d1d1;
}

.single-bottom .btn-back{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  max-width: 360px;
  width: 100%;
  height: 60px;
 border: 1px solid #008549;
 font-size: 18px;
 color: #008549;
}

.single-bottom .btn-back::after{
  position: absolute;
  content: "";
  background: url(../img/icon/icon_green.png) no-repeat center center/cover;
  max-width: 20px;
  width: 100%;
  height: 20px;
  right: 20px;
}

@media screen and (max-width: 786px){
	.single-bottom{
    margin-top: 60px;
    margin-bottom: 100px;
    padding-top: 40px;

  }
}

@media screen and (max-width: 500px){
	  .single-bottom{
    margin-top: 40px;
    margin-bottom: 50px;
    padding-top: 30px;
  }

  .single-bottom .btn-back{
    font-size: 16px;
    max-width: 300px;
    height: 40px;
  }
}


/* ------------------------------------------------------------------------ */

/* Footer

/* ------------------------------------------------------------------------ */

footer {
	clear : both;
	margin-top: 140px;
}

footer .links{
	background-color: #ebebeb;
	padding: 40px 0;
}

footer .links .list{
	max-width: 1200px;
    margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;

}


footer .siteBtn{
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #000000;
	margin-top: 40px;
	padding-right: 40px;
}

footer .siteBtn::after{
	position: absolute;
    content: "";
    display: block;
    background: url('../img/icon/icon_black.png') no-repeat center center/cover;
    width: 20px;
    height: 20px;
    right: 10px;
	top: 0;
}

footer .footerLogo{
	display: block;
	margin-top: 36px;
}

footer .footerLogo img{
	max-width: 440px;
	width: 100%;
	height: auto;
}

footer .footerNav{
	margin-top: 57px;
	display: flex;
	justify-content: center;
	align-items: center;
}

footer .footerNav .item a{
	font-size: 16px;
	font-weight: 500;
	color: #000;
	border-right: 1px solid #000;
	padding-right: 20px;
	margin-right: 20px;
}

footer .footerNav .item:last-child a{
	border: none;
	padding: 0;
	margin: 0;
}
footer .copyright{
	margin-top: 90px;
	padding-bottom: 60px;
	font-size: 14px;
}

@media screen and (max-width:800px){
	footer{
		margin-top: 80px;
	}
}
@media screen and (max-width:786px){
	footer .links .list{
		flex-wrap: wrap;
	}

	footer .links .list .item{
		max-width: 210px;
	}

	footer .siteBtn{
		font-size: 14px;
	}

	footer .siteBtn::after{
		width: 16px;
		height: 16px;
		right: 10px;
		top: 2px;
	}

	footer .footerLogo img{
		max-width: 220px;
	}

	footer .footerNav{
		display: block;
	}

	footer .footerNav .item{
		display: inline-block;
        width: 45%;
		margin-bottom: 20px;
	}

	footer .footerNav .item a{
		border: none;
		padding-right: 0;
		margin-right: 0;
	}

	footer .copyright{
		margin-top: 50px;
		padding-bottom: 50px;
		font-size: 12px;
	}



}

@media screen and (max-width:500px){

	footer .links{
		padding: 20px 0;
	}

	footer .links .list{
		display: block;
	}
	footer .links .list .item{
		max-width: 210px;
		margin-bottom: 10px;
		margin-inline: auto;
	}
}