@charset "utf-8";
/* CSS Document */
html {
	font-size: 62.5%;
}
body {
	font-size: 1.4rem;
	color: #271800;
	line-height: 1.5;
}

p,h3,span,.archive h2,.search h2 {
	font-family: a-otf-jun-pro, sans-serif; 
}

h3 {
	font-weight: 600;
}

.card h3 a {
	color: #271800 !important;
}

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

.jumbotron_home {
	background-image: url(../images/home.png);
	height: 90vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	padding: 0 !important;
	margin-bottom: 0;
}

nav.navbar {
	background-color: #9AE0BD !important;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

li.nav-item a.nav-link {
	color: #5795A3 !important;
	font-size: 3rem;
	transition: 1s;
}

li.nav-item a.nav-link:hover {
	color: #ffffff !important;
}

.container h1 {
	font-size: 5rem;
}

section.Works {
	background-color: #F4F4F4;
	padding-bottom: 5rem;
}

section.Works img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	background-color: #fff;
}

div h1.Category {
	background-color: #9AE0BD;
	display: inline-block;
	padding: 3rem 3rem !important;
	color: #ffffff;
}

.post-categories {
	padding-left: 0;
}

.post-categories li {
	list-style-type: none;
}

.home .post-categories a,.single .post-categories a,.archive .post-categories a {
	color: #fff !important;
	font-weight: 400;
}

.home .post-categories li,.single .post-categories li,.archive .post-categories li {
    background-color: #28a745;
	display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

div h3 a{
	color: #5795A3;
	transition: 0.5s;
}

div h3 a:hover {
	color: #FF5B1A;
}

div.news div.card a {
	color: #5795A3;
}

div.news div.card a h3 {
	transition: 0.9s;
}

div.news div.card a:hover h3 {
	color: #FF5B1A;
}

figure img:hover {
	box-shadow: 0 0.125rem 1.25rem rgba(0, 0, 0, 0.50) !important;
}

.post-template-default figure img:hover {
	box-shadow: none !important;
}

figure img {
	transition: 0.7s;
}

.card {
	transition: 0.7s;
	pointer-events: none;
	
}

.card a {
	pointer-events: auto;
}

.card:hover {
	box-shadow: 0 0.125rem 1.25rem rgba(0, 0, 0, 0.25) !important;
	
}

.card:hover h3 a {
	color: #FF5B1A !important;
}

@media screen and (max-width:767px) {
	.img-flud {
	object-fit: cover !important;
	width: 100% !important;
	height: 32vw !important;
	}
}

@media screen and (max-width:575px) {
	.img-flud {
	object-fit: cover !important;
	width: 100% !important;
	height: 65vw !important;
	}
}

section.About {
	background-color: #F4F4F4;
	padding-bottom: 10rem;
}

.back_Home {
	background-color: #F4F4F4;
}

.back_Home dt a,.back_Home dd a {
	color: #9AE0BD;
	transition: 0.3s;
}

.back_Home a:hover i , .back_Home a:hover {
	color: #FF5B1A !important;
}


footer {
	background-color: #9AE0BD;
	padding-top: 2rem;
	padding-bottom: 2rem;
}


@media screen and (max-width:576px){
	.jumbotron_home {
		background-image: url(../images/home_min.jpg) !important;
		background-attachment: scroll;
		background-size: cover;
		height: 100vh;
		width: 100%;
	}
	div.logo img {
		height: 30px !important;
	}
}


/*archive-workここから*/
.jumbotron_page_1 {
	background-image: url("../images/work.png");
	height: 40vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 0 !important;
	margin-bottom: 0;
}

ul.nav-pills {
	padding-top: 2rem;
}

ul.nav-pills li.nav-item a {
	color: #9AE0BD !important;
}

ul.nav-pills a.navbar-brand {
	background-color: #FFFFFF !important;
} 

ul.nav-pills li.nav-item a.nav-link:hover{
	color: #5795A3 !important;
	font-size: 3.5rem;
	font-weight: bold;
	transition: 0.7s;
}

ul.nav-pills li.nav-item a.nav-link.active {
	background-color: transparent !important;
	font-size: 3.5rem !important;
	font-weight: bold !important;
	color: #5795A3 !important;
}

div h1.Category_1 {
	background-color: #9AE0BD;
	display: inline-block;
	padding: 6rem 3rem;
	color: #ffffff;
	font-size: 3.2rem;
}

figcaption h2,figcaption time,figcaption p,figcaption a {
	color: #5795A3;
	transition: 0.3s;
}

figcaption h2:hover,figcaption p:hover {
	color: #FF5B1A !important;
}



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

}

@media screen and (max-width:575px){
	.jumbotron_page_1 {
		background-image: url("../images/work.png");
		height: 25vh;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		padding: 0 !important;
		margin-bottom: 0;
	}
	
	section.Works img {
		/*height: calc(100vh / 3);*/
		height: 50vh;
	}
	div h1.Category_1 {
		background-color: #9AE0BD;
		display: inline-block;
		padding: 4rem 2rem;
		color: #ffffff;
	}
}

.post-type-archive-portfolio figure img {
	background-color: #fff;
}

/*archive-workここまで*/

/*single-workここから*/
div.worksList div.work_img img {
	width: 100%;
	height: auto;
	box-shadow: 0px 1px 6px 4px #ccc;
}

div.worksList dt {
	font-size: 1.8rem;
}

div.worksList dd {
	font-size: 1.6rem;
}

div.pnel {
	background-color: #F4F4F4; 
}

.previou dt a, .previou dd a, .back dt a,.back dd a, .next dt a,.next dd a {
	color: #9AE0BD;
	transition: 0.3s;
}

.previou a:hover i , .previou a:hover, .next a:hover i , .next a:hover {
	color: #FF5B1A !important;
}

/*@media screen and (max-width:991px) {
	div.worksList {
		padding: 5rem;
	}
}*/

@media screen and (max-width:575px) {
	div.worksList {
		padding-top: 2rem !important;
	}
}

/*single-workここまで*/



/*archive-newsここから*/

div.archive-news div.card a {
	color: #5795A3;
}

div.archive-news div.card a:hover h3 {
	color: #FF5B1A;
}

.post-template-default label {
	display: block !important;
}

.post-template-default input[type="submit"] {
	display: inline-block;
    font-weight: 400;
    /*color: #212529;*/
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*background-color: transparent;*/
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	color: #fff;
    background-color: #28a745;
    border-color: #28a745;
	padding: 0.5rem 3rem;
}

.post-template-default input[type="submit"]:hover {
	color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
	text-decoration: none;
}

textarea#comment {
	width: 100%;
}

.archive_list li {
	list-style-type: none;
}

.archive_list li a {
	color: #9AE0BD;
}

aside ul li a:hover {
	color: #28a745;
}

@media screen and (max-width:767px) {
	div.archive-news {
		padding-top: 2rem !important;
	}
	.img-flud {
	object-fit: cover !important;
	width: 100% !important;
	height: 32vw !important;
	}
}

@media screen and (max-width:575px) {
	.img-flud {
	object-fit: cover !important;
	width: 100% !important;
	height: 65vw !important;
	}
	
	.archive .news,.home .news {
		margin-top: 0 !important;
	}
}

/*archive-newsここまで*/

/*single-newsここから*/

/*.main img {
	width: 100%;
	height: 100%;	
}
*/
.jumbotron_page_2 {
	background-image: url("../images/news.png");
	height: 40vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 0 !important;
	margin-bottom: 0;
}

.pnel a,.pnel i,.back p a {
	color: #9AE0BD;
	transition: 0.7s;
}

.back p a:hover {
	color: #FF5B1A;
}

div h1.Category_2 {
	background-color: #9AE0BD;
	display: inline-block;
	padding: 6rem 3rem;
	color: #ffffff;
	font-size: 3.2rem;
}

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

ul.category p {
	color: #5795A3;
	transition: 0.5s;
}

ul.category p:hover {
	color: #FF5B1A;
}

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

ul.archive p {
	color: #5795A3;
	transition: 0.5s;
}

ul.archive p:hover {
	color: #FF5B1A;
}

ul.category h4, ul.archive h4 {
	background-color: #9AE0BD;
	display: inline-block;
	padding: 1rem; 
	color: #fff;
}

p.comment-form-cookies-consent label {
	display: inline !important;
}

.cat-item a,ul.archive li a {
	color: #9AE0BD;
}

.post-template-default .comments li {
	margin-bottom: 2rem !important;
	margin-top: 2rem !important;
}

.post-template-default .comments .commentlist p {
	margin-bottom: 0 !important;
}

@media screen and (max-width:575px){
	.jumbotron_page_2 {
		background-image: url("../images/news.png");
		height: 25vh;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		padding: 0 !important;
		margin-bottom: 0;
	}
	div h1.Category_2 {
		background-color: #9AE0BD;
		display: inline-block;
		padding: 4rem 2rem;
		color: #ffffff;
	}
	div.main {
		padding-top: 2rem !important;
		margin-top: 0 !important;
	}
	div.sub {
		padding-top: 2rem !important;
	}
	
	.post-template-default input[type="text"] {
		width: 100% !important;
	}
}

	
/*single-newsここまで*/

/*contactここから*/


.jumbotron_page_3 {
	background-image: url("../images/contact.png");
	height: 40vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 0 !important;
	margin-bottom: 0;
}

div h1.Category_3 {
	background-color: #9AE0BD;
	display: inline-block;
	padding: 6rem 3rem;
	color: #fff;
	font-size: 3.2rem;
}

div.contact li {
	list-style-type: none;
} 

button {
	background-color: #9AE0BD;
	border-color: #9AE0BD;
	color: #fff;
	padding: 1rem 2rem;
}

form .badge {
	font-weight: normal !important;
}

@media screen and (max-width:991px){
	div.contact {
		padding-top: 2rem !important;
	}
}

/*contactここまで*/

/*thanksここから*/


@media screen and (max-width:991px){
	div.thanks {
		padding-top: 2rem !important;
	}
}

@media screen and (max-width:576px){
	div.thanks p.thanks-1 {
		font-size: calc(100vw / 19) !important;
	}
}


/*thanksここまで*/

/*errorここから*/

.error404 .jumbotron {
	display: none !important;
}

.error h1 {
	font-size: 2.4rem;
}

@media screen and (max-width:991px){
	.error h1 {
		font-size: 2.5rem;
	}
}

@media screen and (max-width:991px) {
	.error h1 {
		font-size: calc(100vw / 21);
	}
}
/*errorここまで*/

/*searchここから*/
.jumbotron_page_5 {
	background-image: url("../images/search.png");
	height: 40vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 0 !important;
	margin-bottom: 0;
}


.img-flud {
	object-fit: cover !important;
	width: 100% !important;
	height: 20vw !important;	
}

div.search div.card a {
	color: #5795A3;
}

div.search div.card a:hover h3 {
	color: #FF5B1A;
}


@media screen and (max-width:767px) {
	div.search {
		padding-top: 2rem !important;
	}
	.img-flud {
	object-fit: cover !important;
	width: 100% !important;
	height: 32vw !important;
	}
}

@media screen and (max-width:575px) {
	.img-flud {
	object-fit: cover !important;
	width: 100% !important;
	height: 65vw !important;
	}
}

/*searchここまで*/

/*ここからスムーススクロール*/

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: -50px;
  background: darkorange;
  opacity: 0.6;
  border-radius: 50%;
    z-index: 100;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -14px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

hr.line_s {
    background: none;
    border-top: 2px solid darkorange;
    margin: 0;
    padding-bottom: 3px;
    width: 50vw;
}

/*@media screen and (max-width:767px) {
	#page_top {
		bottom: 18vh !important;
	}
}
*/

/*ここまでスムーススクロール*/

/*ここからナビメニュー周り*/
li.nav-item a {
    color: #5795A3 !important;
    font-size: 3rem;
    transition: 1s;
}

li.nav-item a:hover {
	color: #fff !important;
}
/*ここまでナビメニュー周り*/

/*ここからbreadcrumb*/
.breadcrumb {
	background-color: transparent !important;
}
/*ここまでbreadcrumb*/

/*ここからpagination*/
.pagination {
	display: flex;
	justify-content: center;
}

.page-item.active .page-link {
	z-index: 3;
    color: #fff !important;
    background-color: #9AE0BD !important;
    border-color: #9AE0BD !important;
}

.page-link {
	color: #9AE0BD !important;
}

/*ここまでpagination*/

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

@media screen and (max-width:575px) {
	.container-fluid {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

































