@charset "utf-8";

/*
Theme Name: 水戸ペイント
Description: 水戸ペイント Original theme.
Theme URI: https://saitasaita.co.jp/
Author: Saita Corp.
Author URI: https://saitasaita.co.jp/
Description: Original Wordpress theme for 水戸ペイント.
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap&family=Zen+Old+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mochiy+Pop+P+One&display=swap');


/*

font-family: "Figtree", sans-serif;
	
font-family: "Zen Kaku Gothic New", sans-serif;
	
font-family: "Zen Old Mincho", serif;

font-family: "Mochiy Pop P One", sans-serif;
*/

@import url(style_contents.css);

li {
  list-style: none;
}
img {
  border: 0;
  -webkit-backface-visibility: hidden;
  width: 100%;
}
a {
color: #000;
  outline: none;
  text-decoration: none;
}
h1, h2, h3, h4, p,figure {
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
}
html {
 height:100%;
	overflow-y: scroll;
}

.orik {
  display: inline-block;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}



body {
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 160%;
  font-family: 'Roboto', 'Zen Kaku Gothic New', "游ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS UI Gothic, Osaka, sans-serif;
  font-size: 15px;
  overflow-x: hidden;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
	position: relative;
}

/*----------------loading------------------*/
/*--最初に出すカバー---*/


#white {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 1000000;
  position: fixed;
  left: 0;
  top: 0;
}
#white figure{
height: 100vh;
min-height: 557px;
}

#white figure img{
height: 100%;
width: 100%;
object-fit: cover;
}
#cover {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 100000;
  position: fixed;
  left: 0;
  top: 0;
  background-size: cover;
  display: grid;
  place-items: center;
  font-family: "Mochiy Pop P One", sans-serif;
  color: #c30d23;
}
#cover .con{
padding-bottom: 90px;
}
#cover .lo1{
width: 150px;
padding: 0 30px 20px 30px;
}
.loading-area {
display: flex;
justify-content: center;
padding: 0 35px;
}

.loading-area span {
display: inline-block;
animation: rotate 0.4s linear;
text-transform: uppercase;
padding: 0 8px;
}
.loading-area span img{
width: 32px;
}
@media screen and (max-width: 700px) {
.loading-area span {
padding: 0 0.5vw;
}
#cover .lo1{
padding: 0 30px 2vw 30px;
}
}
@media screen and (max-width: 400px) {
.loading-area span {
padding: 0 1px;
}
#cover .lo1{
width: 120px;
padding: 0 30px 5px 30px;
}
}


.loading-area span:nth-child(1) {
    animation-delay: 0.5s;
}
.loading-area span:nth-child(2) {
    animation-delay: 0.6s;
}

.loading-area span:nth-child(3) {
    animation-delay: 0.7s;
}

.loading-area span:nth-child(4) {
    animation-delay: 0.8s;
}

.loading-area span:nth-child(5) {
    animation-delay: 0.9s;
}

.loading-area span:nth-child(6) {
    animation-delay: 1.0s;
}

.loading-area span:nth-child(7) {
    animation-delay: 1.1s;
}

.loading-area span:nth-child(8) {
    animation-delay: 1.2s;
}

.loading-area span:nth-child(9) {
    animation-delay: 1.3s;
}

.loading-area span:nth-child(10) {
    animation-delay: 1.4s;
}
.loading-area span:nth-child(11) {
    animation-delay: 1.5s;
}
.loading-area span:nth-child(12) {
    animation-delay: 1.6s;
}
.loading-area span:nth-child(13) {
    animation-delay: 1.7s;
}
.loading-area span:nth-child(14) {
    animation-delay: 1.8s;
}

@keyframes rotate {
0% {
	transform: translate(0,0)
    }
50% {
	transform: translate(0,-4px);
}

100% {
	transform: translate(0,0);
}

}


/*----LUXYプリンタ対応----*/
#luxy {position: fixed !important;}	
@media print {
#luxy {position: static !important;}	
}


/*----Ios初期化-----*/
input, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
}
textarea {
height: 235px;
}


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

ヘッダー

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

#header {
width: 100%;
position: relative;
z-index: 50;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 400;
display: flex;
justify-content: center;
padding: 55px 30px 45px 30px;
box-sizing: border-box;
}
#header.topp {

}
#header.chead .te{
display: none;
}
#header.chead .logo{
padding: 0 110px 0 30px;
}


/*-----------------------
ヘッダー
--------------------------*/
#header .logo{
width: 50%;
max-width: 400px;
/*margin: auto;*/
padding: 0 70px 0 170px;
}

#header .logo img{
width: 100%;
height: 100%;
object-fit: contain;
transition: 0.2s;
}
#header .te{
min-width: 241px;
padding: 45px 0 15px 0;
display: flex;
flex-direction: column;
justify-content: space-between;
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 16px;
color: #231815;
font-weight: 600;
}

#header .te p{
width: fit-content;
transition: 0.9s;
}
#header .logo img:hover,
#header .te p:hover{
position: relative;
  top: -1px;
/*  transition: 0.8s;*/
/*  transform: translate(0,-2px);*/
}
@media screen and (max-width: 1050px) {
#header .logo{
padding: 0 6.6vw 0 16.1vw;
}
}
@media screen and (max-width: 850px) {
#header {
padding: 0;
}
#header.chead .logo,
#header .logo{
width: 100%;
padding: 73px 12.9vw 85px 30px;
}
#header .te{
display: none;
}
}


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



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

フッタ- 

------------------------------------------------------------------*/
#footer{
width: auto;
padding: 45px 0 0 0;
}
#footer .foot{
padding: 0 30px;
display: flex;
justify-content: center;
margin: auto;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 400;
}

#footer .foot div{
color: #231815;
font-style: italic;
padding-bottom: 40px;
padding-left: 25px;
}
#footer .foot div h1{
font-size: 19px;
font-weight: 600;
}
#footer .foot div h1 span{
display: inline-block;
font-size: 15px;
padding-right: 15px;
}
#footer .foot div p:nth-child(2){
font-size: 14px;
margin-left: -1px;
}
#footer .foot img{
width: 104px;
}
#footer iframe{
width: 100%;
height: 265px;
}
@media screen and (max-width: 850px) {
#footer iframe{
width: 100%;
height: 400px;
}
}
@media screen and (min-width: 700px) {
#footer .foot div a.tel{
pointer-events: none;
}
}
@media screen and (max-width: 420px) {
#footer a{
width: fit-content;
margin: auto;
}
#footer .foot{
flex-direction: column;
text-align: center
}
#footer .foot div{
width: fit-content;
text-align: left;
margin: auto;
padding: 30px 0 40px 0;
}
}






/*---------------------------------------------------------------------------
ページングのスタイル
---------------------------------------------------------------------------*/
.newer-older {
	margin: 30px auto 30px auto;
	letter-spacing: -0.4em;
	display:flex;
	-js-display: flex;
	flex-direction:row;
	flex-wrap:wrap;
	width: 100%;
	max-width: 1200px;
	font-size: 14px;
	font-weight: 500;
	background-color: #f6f6f6;
}
.newer-older p {margin: 0; padding: 0;}

.newer-older p.newer {text-align: right; background: url("images/yajir.png") no-repeat right;}
.newer-older p.older {text-align: left; background: url("images/yajil.png") no-repeat left;}
.newer-older p.blog {
	text-align: center; 
	background-color: #f6f6f6;
}

.newer-older p.older,
.newer-older p.newer {
	letter-spacing: normal;
	box-sizing: border-box;
	vertical-align: middle;
}

.newer-older p.older{width: calc(50%)}
.newer-older p.newer{width: calc(50%)}


.newer-older p.older a,
.newer-older p.newer a {
	height: 100%;
	display: block;
	text-decoration: none;
	transition: 0.5s;
	box-sizing: border-box;
}

.newer-older p.older a {padding: 20px 20px 20px 40px;}
.newer-older p.newer a {padding: 20px 40px 20px 20px;}


@media screen and (max-width: 550px) {
.newer-older p.older{width: 50%}
.newer-older p.newer{width: 50%; }
.newer-older p.blog { display: none;}
.newer-older {
	margin: 0px auto ;
}
}

.bgred{
    background-color: #e60012;
    color: white;
    text-align: center;
    margin: 0 0% 10px 0%;
    padding: 2px 15px;
    display: inline-block;
}

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




/*----------------------------------------------------------------------------
ページングカスタマイズ
-----------------------------------------------------------------------------*/

nav.pagination {
	letter-spacing: normal; 
	text-align: center;
	font-size: 16px;
	color:#000;
	margin: 60px 0 ;
	position: relative;
	z-index: 999;
}

nav.pagination h2 {display: none;}
nav.pagination a{
	color:#000;
	margin: 0 10px;
	text-decoration: none;
}

nav.pagination span.page-numbers {
	background-color: #000;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
}

nav.pagination span.dots{
	background: none;
	color:#000;
}
/*--nav.pagination span.page-numbers {background-color: #d6d6d6;}--*/

/*----------------------------------------------------------------------------
フォーム用のボタン・入力
-----------------------------------------------------------------------------*/
.a1,.a2,.a3 {
		height: 40px;
		padding:3px 15px;
		border:1px solid #acacaa;
		font-size:15px;
		font-family: 'Roboto', 'Zen Kaku Gothic New', "游ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS UI Gothic, Osaka, sans-serif;
		background:#fff;
		width:100%;
		box-sizing:border-box;
		outline: none;
	}
	.a1{
	margin-bottom: 3px;
	}
	.a2{
	height: 200px;
		padding-top: 10px;
	}
	.a3{
	max-width: 70px;
	margin-bottom: 15px;
	margin-right: 3px;
	}
	
.a1:focus,
.a2:focus,
.a3:focus{
	border-color:#90c31f;
	outline: none;
}

/*送信ボタン*/
	.sendb,
	.sendb:focus {
		width: 150px;
		height: 40px;
		margin: 50px auto 0 auto;
		background-color: #90c31f;
		color:#fff;
		border: none;
		border-radius: 70px;
		font-size: 18px;
		font-weight: 400;
		cursor:pointer;
		display: grid;
		place-items:center;
		position: relative;
		transition: 0.5s;
		font-family: "Zen Kaku Gothic New", sans-serif;
}
	
	.sendb:hover {
		box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.2);
  transform: translate(0,-2px);
	}


.entry_form label input:before {

	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	        transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: rotate(-45deg) scale(0, 0);
	        transform: rotate(-45deg) scale(0, 0);
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: calc(1rem - 2px);
	height: calc(1rem - 2px);
	border-radius: 20px;
	border: 2px solid #f6f6f6;
	background:  #bbb;
}

.entry_form label input:before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: calc(1rem - 2px);
	height: calc(1rem - 2px);
	border-radius: 20px;
	border: 2px solid #f6f6f6;
	background:  #bbb;
}
.entry_form label input:checked:before {
	-webkit-transform: rotate(-45deg) scale(0.8);
	        transform: rotate(-45deg) scale(0.8);
}
.entry_form label input:after {
	position: absolute;
	top: 0px;
	left: 0;
	width: 1rem;
	height: 1rem;
	content: '';
	cursor: pointer;
	border: 1px solid #acacaa;
	background:#f6f6f6;
	border-radius: 20px;
}
.entry_form .tbl.ra label input {
position: relative;
margin: 0 1rem 0 0;
cursor: pointer;
vertical-align: text-top;
}

.entry_form .tbl.ra .td p {
padding-top: 11px;
margin-left: -15px;
}

.entry_form input[type="checkbox"]:focus {
  outline: none;
}
/* チェックボックス */
input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    position: relative;
    top: 3px;
    margin: 3px 0 0 -16px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #acacaa;
    outline: none;
    transition: background-color 0.2s, border-color 0.2s;
}

input[type=checkbox]:checked {
    background-color: #2d6ab3;
    border-color: #2d6ab3;
}

/* チェックマーク */
input[type=checkbox]:checked::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 6px;
    width: 3px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

input[type=checkbox]:hover {
    border-color: #2d6ab3;
}

select{
border: solid 1px #acacaa;
padding: 5px;
}





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

トップページ

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

#top_con{
padding: 0 30px;
text-align: center;
}

#top_con p{
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 16px;
color: #231815;
font-weight: 600;
width: fit-content;
margin: auto;
margin-bottom: 45px;
display: none;
transform: 0.3s;
}

#top_con h2:hover,#top_con p:hover{
position: relative;
top: -1px;
}
#top_con h2.pl{
display: block;
margin-bottom: 35px;
font-size: 16px;
}
#top_con img{
display: block;
width: 60px;
margin: auto;
transition: 0.5s;
border-radius: 100px;
}
#top_con a.ai{
width: fit-content;
display: block;
margin: auto;

border-radius: 100px;
background-color: #90c31f;
/*  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);*/
transition: 0.3s;
}

#top_con a.at{
/*
background-image: linear-gradient(#90c31f, #90c31f);
background-repeat: no-repeat;
background-position: bottom right;
background-size: 0 2px;
transition: background-size 0.3s;
padding-bottom: 5px;
*/
color: #231815;
}
/*

#top_con a.at:hover{
background-position: bottom left;
  background-size: 100% 2px;
}
*/
#top_con a.ai:hover{
position: relative;
top: -1px;
}
@media screen and (max-width: 850px) {
#top_con{
padding-bottom: 15px;
}
#top_con p{
display: block;
}
}


.entry_form{
padding: 0 30px 0 30px;
}
.entry_form .tbl {
max-width: 610px;
display: flex;
flex-wrap: wrap;
margin: auto;
margin-bottom: 15px;
font-weight: 400;
}

.entry_form .tbl .th {
width: 165px;
font-size: 16px;
padding-top: 10px;
}

.entry_form .tbl .td {
width: calc(100% - 167px);
max-width: 443px;
}

.entry_form label input {
position: relative;
margin: 0 1rem 0 0;
cursor: pointer;
}

/*必須*/
.entry_form span.need {
width: 38px;
height: 20px;
background-color: #221714;
color: #ffffff;
display: inline-grid;
place-items: center;
font-size: 13px;
line-height: 13px;
border-radius: 3px;
margin: 0 5px 0 0;
}
.entry_form span:nth-child(2){
padding-left: 5px;
}


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

.entry_form .tbl {
max-width: 400px;
margin-bottom: 15px;
}

.entry_form .tbl .th {
width: 100%;
padding-bottom: 8px;
}
.entry_form .tbl .td {
width: 100%;
}
.sendb,
.sendb:focus {
margin: 40px auto 0 auto;
}
}

.wpcf7-form{
max-width: 628px;
margin: auto;
}
@media screen and (max-width: 680px) {
.wpcf7-form{
max-width: none;
margin: auto;
}
}
/*

font-family: "Figtree", sans-serif;
	
font-family: "Zen Kaku Gothic New", sans-serif;
	
font-family: "Zen Old Mincho", serif;
*/


