/*
Theme Name: R-design

*/@charset "utf-8";

/* Reset CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0; 
  word-break: break-all;
  word-wrap: break-word;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

img {
  max-width: 100%;
  max-height: 100%;
}

a{
	color: inherit;
	text-decoration: none;
}
*:focus:not(:focus-visible),
*:focus-visible{
  outline: none;
}

body {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #1e1913;
  position: relative;
	background-color:#FFF;
	font-feature-settings: "palt";
	letter-spacing: .018rem;
	word-break: break-all;
}


.header-flex{}

.header-flex a{transition: .5s;}
.header-flex{display: flex;justify-content: space-between;height: 100px;align-items: center;max-width: 1200px; margin: 0 auto;}
.header-flex img{}
.header-bt{display: flex;justify-content: flex-end;height: 100%;}
.header-bt a{}
@media screen and (max-width: 959px) {
}

.navigation-menu {
position: relative;
height:80px;
width: 100%;
background-color: #00a3e2;
color:#FFF;
font-weight:600;
display: flex;
align-items: center;
justify-content: center;
}
@media screen and (max-width: 959px) {
  .header-flex {
    width: calc(100% - 50px);
    height: 50px;
	padding-left: 0px;
  }
  .header-flex img {max-height:50px;width: auto;height: auto;}
  .header-bt{margin-left:5px;}
  
  header > div {
  position: fixed;
  top:0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	z-index: 18;
	background-color: #fffeee;
  }
  .navigation-menu{width: 50px;height: 50px;border-top: none;background:none;border-bottom:none;}
  .navigation-menu nav {display: inline;}
}

.menu__box {
	width:100%;max-width:1200px;
  display: flex;
  flex-direction: row;
  list-style-type: none;
}

.menu__box li{height:80px;display: flex;justify-content: center; align-items: center;transition: .5s;flex:1;border-right: 1px dotted #FFF;}
.menu__box li:hover{background-color:#173975;}
@media screen and (max-width: 959px) {
  .menu__box {
    flex-direction: column;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    margin: -600px 0 0 0;
    padding: 0.6em 0;
    text-align: center;
    background-color: #af8131;
    z-index: 20;
    transition-duration: 0.5s;
  }
	.menu__box li{display:block;height:unset;border-right:unset;border-bottom:1px dotted #FFF;}
}
.menu__item {
letter-spacing: .1rem;
font-size: 18px;
white-space:nowrap;
}

.menu__itemBL {
border-right: 0px solid #ccc;
	border-left: 1px solid #FFF;
}


@media screen and (max-width: 959px) {
  .menu__item {
    display: block;
    padding: 10px 0px;
    color: #ffffff;
    font-size: 15px;
    transition-duration: 0.5s;
	  border:unset;
  }
  .menu__item:hover {
  }
  
.menu__item span{border-left:none;padding: 0; color:#FFF;}
}
/* 子メニュー */
.menu_sub_box {
  display: none;
  position: absolute;
  z-index: 30;
  top: 55px;
  width: 100%;
  background-color: #dcf4ff;
  transition: .5s;
	color:#000;
	font-size:.88rem;
}
.menu_sub_box li{height:unset;}
.menu__box .-child{position: relative;transition: .5s;}
.menu__box .-child a{}
.menu_sub_box a{display: block; padding: 8px 5px 8px 16px; width: 100%;transition: .5s;}
.menu_sub_box a:hover{background-color: #009fe8;transition: .5s;color: #FFF;}

#menu__toggle {
  opacity: 0;
  display: none;
}
@media screen and (min-width: 960px) {.menu__box .-child:hover .menu_sub_box{display: block;transition: .5s;}}
@media screen and (max-width: 959px) {
.menu_sub_box{width: 100%;display: flex;flex-wrap: wrap;position: relative;top:unset;padding: 0 10px 10px 20px;color:inherit;background-color: inherit;}
.menu_sub_box li{width: 50%;font-size: 14px;text-align: left;}
.menu__box .menu_sub_item:before{content:"-";display: inline-block;padding-right: 5px;font-size: 18px;}
.menu_sub_box a{display: block; padding: 4px 0; width: 100%;transition: .5s;}




#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
  background: #FFF;
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
  background: #FFF;
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
  margin: 0;
  padding: 15px 0 30px 30px;
  text-align: left;
	background-color: #004da0;
}
	}
.menu__btn {
  transition-duration: 0.25s;
  
  display: flex;
  align-items: center;
  position: relative;
  bottom: 2px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 22;
}
.menu__btn span {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #004da0;
}
.menu__btn span::before {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #004da0;
  content: '';
  top: -8px;
  transition-duration: 0.25s;
}
.menu__btn span::after {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #004da0;
  content: '';
  top: 8px;
  transition-duration: 0.25s;
}
@media screen and (min-width: 959px) {
  .menu__btn {
    display: none;
  }
}

a.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}


/* メールフォーム */
section.apply{max-width: 1100px;margin: 20px auto 30px;background-color: #FFF;border-radius: 14px;padding: 40px 30px 10px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;}

.apply-title{font-size: 42px;text-align: center;color:#004da0;line-height:1.2;}
.apply-hoso{padding: 30px 0 15px;text-align: center;font-size: 18px;font-weight: 500; }
.apply-hoso b{font-size: 24px;font-weight: 600;color:#009fe8; }
.Form {
  margin: 0 auto 15px;
  max-width: 800px;
}
.Form .hoso{font-size:15px;padding-top:20px;font-weight:400;letter-spacing:.01rem;}
.apply-thx-come{text-align: center;font-size: 16px;line-height:2.2;padding:30px;margin: 60px auto;
    max-width: 1000px;
    background-color: #f0f0f0;}

@media screen and (max-width: 480px) {section.apply{width: calc(100% - 30px);margin: 20px auto;padding: 20px 15px;}
.apply-title{font-size: 17px;}
.apply-hoso{padding: 10px 0 15px;text-align: center;font-size: 13px;font-weight: 500; }
.apply-hoso b{font-size: 15px;font-weight: 600;color:#004da0; }
.Form {width: 100%;}
.Form .hoso p{display:flex;justify-content:flex-start;}
.Form .hoso .red{font-size:88%;}
.apply-thx-come{text-align: justify;font-size:88%;line-height:2;padding:20px 0;}
.wpcf7-list-item {margin:0 !important;}
}

.Form-Item {
  border-bottom: 1px dashed #ddd;
  padding:15px 0;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding:0 0 10px;
	margin-bottom: 10px;
    flex-wrap: wrap;
  }
}

.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
	margin-bottom: 10px;
  }
}
.Form-Item-Label-Required {
  border-radius: 4px;
  margin-right: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #004da0;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 40px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #FFF;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
	  width:100%;
    margin-left: 0;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 120px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #FFF;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
	  width:100%;
    margin-left: 0;
    height: 100px;
    flex: inherit;
    font-size: 15px;
  }
}

.Form-Item-select{
	border: 1px solid #ccc;
    height: 40px;
    width: 410px;
    padding: 0.4em 0.8em;
    margin-left: 40px;
    border-radius: 6px;
    color: #333;
    font-size: 18px;
}
@media screen and (max-width: 480px) {
	.Form-Item-select{width: 100%;margin-left: 0;height: 40px;font-size: 15px;}
}
.Form-Item-check{margin-left: 20px;}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 300px;
  display: block;
  letter-spacing: 0.05em;
  background: #004da0;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  border: none;
	transition:.3s;
}
.Form-Btn:hover{background: #009fe8;transition:.3s;}

@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 80%;
    font-weight: 500;
	font-size: 1rem;
  }
}
.wpcf7-file{font-size: 16px;}
.hosoku{display:block;font-size:.75rem;color:#888;padding-top:6px;}
.hisu{font-size:.75rem;padding-left: 8px;color:#009fe8;}

/* プライバシーポリシー */
.privacy{width:100%;padding:15px;text-align: justify;font-size:14px;}
.privacy p{line-height: 1.6;padding: 0 10px;}
.privacy h2 {margin: 30px 0 10px 0;padding: .5rem 0 .5rem .75rem;font-size: 16px;border-left: 5px solid #103675;font-weight:500;background-color:#f7f7f7;}
.privacy ol {margin: 20px 0 20px 50px;}
.privacy ol li{position: relative;list-style: outside decimal;padding: .5rem 0;}
.privacy ol li:first-child{padding-top: 0;}
.privacy ol li::marker {font-size: 120%;font-weight: 700;color: #103675;line-height:1;}

.privacy ul {margin: 20px 0 20px 50px;}
.privacy ul li{position: relative;list-style: outside;padding: .5rem 0;}
.privacy ul li:first-child{padding-top: 0;}
.privacy ul li::marker {font-size: 120%;font-weight: 700;color: #103675;line-height:1;}
.privacy ul > p{padding: .5rem;margin-left: -2rem; background-color: #f7f7f7; line-height: 1.6;}
.privacy .tR{text-align: right;padding-top: 1rem;font-size: 90%;}

.privacy ol li ul,.privacy ol li ol{margin: 20px 0 20px 20px;}
.hoso-box{background-color:#f7f7f7;padding:20px;}
.hoso-box ul{list-style:unset;margin: 20px 0 20px 20px;}
.hoso-box ul li{list-style:none;text-indent: -1.7rem;}

.privacy .right{text-align:right;}

@media screen and (max-width: 480px) {
  .privacy p{line-height: 1.6;padding: 0 .5rem;}
  .privacy h2 {margin: 1.5rem 0 10px 0;padding: .3rem 0 .3rem .5rem;font-size: 1.2rem;}
  .privacy ol {margin: 20px 0 0 40px;}
  .privacy ol li ol {margin: 20px 0 0 25px;}
}
  

.upper-roman > li{list-style-type: upper-roman !important;}
.lower-roman > li{list-style-type: lower-roman !important;}

.mail {text-align: left;}
.mail a{color:#004da0;letter-spacing: .1rem;}
.mail a:hover{border-bottom:1px solid #004da0;}

.single-post-waku > p >a{padding:0 3px;border-bottom:2px dotted #004da0;transition:.5s;display:inline-block;}
.single-post-waku > p >a:hover{color:#004da0;border-bottom:2px dotted;}


/*========= スクロール途中でヘッダーが表示＆非表示するためのCSS ===============*/

#sc{height:180px;}
@media screen and (max-width: 480px) {#sc{height:80px;}}

#header{
position: fixed;
width:100%;
z-index: 999;
background-color: #fff;
box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

/*　上に上がる動き　*/

#header.UpMove{
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-100px);
  }
}

/*　下に下がる動き　*/

#header.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}

/****************************************

     　　要素全体をクリックできるように

*****************************************/

.all {
 position: relative;transition: .5s ;
}
.all > a { position: absolute;top:0;bottom:0;left:0;right:0;}
.all:hover {
	transition: .5s ;
 opacity:0.7;
}

.all2 {
position: relative;
z-index: 1;
transition: 1.0s ;
}
.all2 > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2;
	transition: .5s ;
}

/* キラン */
.shine {
  position: relative;
  overflow: hidden;
}
.shine::before {
  content: "";
  animation: shine 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  background-color: #fff;
  width: 140%;
  height: 100%;
  transform: skewX(-45deg);
  top: 0;
  left: -160%;
  opacity: 0.5;
  position: absolute;
}
@keyframes shine {
  0% {
    left: -160%;
    opacity: 0;
  }
  70% {
    left: -160%;
    opacity: 0.5;
  }
  71% {
    left: -160%;
    opacity: 1;
  }
  100% {
    left: -20%;
    opacity: 0;
  }
}

.top-link-botan ,.mslongtail_list_link a {
  position: relative;
  top: 0;
  display: block;
  padding: 14px 0;
  background-color: #FF7A07;
  box-shadow: 0 6px #ba4911;
  border-radius: 5px;
  font-size: 18px;
		width: 300px;
		margin: 30px auto;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  transition: .2s ease-in-out;
}
.top-link-botan:hover ,.mslongtail_list_link a:hover {

  background-color: #ec6c1f;
  top: 6px; /* 元の位置から9px分下げる */
  box-shadow: 0 0 #4C0F13; /* 影を0pxにする */
}

/*　動画　*/
.movie iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.c-modal-movie {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.6s ease opacity;
  display: none;
  z-index: -9999;
}
.c-modal-movie:not(.-active) {
  opacity: 0;
  pointer-events: none;
}
.c-modal-movie__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: #00030c;
  opacity: 0.55;
}
.c-modal-movie__content {
  max-width: 768px;
  width: 100%;
}
@media (max-width: 960px) {
  .c-modal-movie__content {
    max-width: 90%;
  }
}
.c-modal-movie__close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 16px;
  top: 16px;
  cursor: pointer;
}
@media (max-width: 960px) {
  .c-modal-movie__close {
    width: 32px;
    height: 32px;
  }
}
.c-modal-movie__close:before, .c-modal-movie__close:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.c-modal-movie__close:before {
  transform: rotate(45deg);
}
.c-modal-movie__close:after {
  transform: rotate(-45deg);
}
.c-modal-movie__movie {
  position: relative;
  z-index: 1;
  width: 100%;
}
.c-modal-movie__movie iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 560/315;
}
	
.c-item-movie {
  position: relative;
  z-index: 0;
  cursor: pointer;
  background-color: #fff;
}
@media (min-width: 961px) {
  .c-item-movie:hover img {
    opacity: 0.7;
  }
  .c-item-movie:hover:after {
    opacity: 0.7;
  }
}
.c-item-movie:not(.bnr):after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #353c48 100%);
  z-index: -1;
  transition: 0.4s ease;
}
.c-item-movie:not(.bnr) img {
  aspect-ratio: 640/323;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: -1;
  transition: 0.4s ease;
}
.c-item-movie .c-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55px;
  height: 55px;
}
@media (max-width: 960px) {
  .c-item-movie .c-icon {
    width: 25px;
    height: 25px;
  }
}
.c-item-movie__text {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  position: absolute;
  left: 32px;
  bottom: 16px;
}
@media (max-width: 960px) {
  .c-item-movie__text {
    font-size: 1.05rem;
    left: 8px;
    bottom: 8px;
    width: calc(100% - 16px);
  }
}


/*　reCAPTCHA　*/
.grecaptcha-badge { visibility: hidden; }
.reC {font-size:.8rem;color:#666;text-align:center;}
@media screen and (max-width: 480px) {.reC {font-size:min(3vw,.8rem);}}
.caption{text-align:center;padding-top:5vw;}
.caption a{color:#004da0;transition:.3s;}
.caption a:hover{border-bottom:2px dotted #004da0;}

.post-null{padding:60px 0;text-align:center;}

.bg-gray {padding:50px 0;background-color: #f7f7f7;text-align:center;}

/*　ページネーション　*/
.pagination {
    margin-top:30px;
	display:flex;justify-content:center;
	gap:10px;
}

.pagination .page-numbers,
.pagination .prev,
.pagination .next{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: #9e9e9e;
    background: #FFF;
    border: 1px solid #9e9e9e;
    border-radius: 6px;
	transition:.5s;
	cursor: pointer;
}
.pagination .page-numbers:hover{background-color:#00a3e2;color:#FFF;border-color:#00a3e2;}
.pagination .current:hover{background-color:#103675;color:#FFF;border-color:#103675;}
.pagination .current{background-color:#103675;color:#FFF;border-color:#103675;}

.pagination .prev,
.pagination .next,
.pagination .dots
{border:unset;font-size: 20px; width: 20px;}

.pagination .prev:hover,
.pagination .next:hover,
.pagination .dots:hover{color:#00a3e2;background-color:unset;border:unset;}


.nav-links{display:flex;}

.wpcf7-form-control-wrap{width:100%;}
.cl-waku{display:flex;justify-content:center;gap:20px;padding-bottom:20px;}
.cl-waku .wpcf7-list-item {width:48%;}
.cl-waku .wpcf7-list-item label:before{content:"";display:block;
 background-image: url(../../../image/dl/taiyokokojiya-service.jpg);
background-size:cover;
aspect-ratio: 78 / 54;
margin-bottom:5px;border: 1px solid #CCC;
}
.no-posts-message{text-align:center;padding:20px;}