@charset "utf-8";

/*==========================================
 custom properties
===========================================*/

:root {
  --main-color: #3693d4;
	--sub-color: #d7e9f6;
	--text-color: #595959;
	--line-color: #595959;
  --bg-color: #dedede;
}

/*==========================================
 common
===========================================*/

*, *::before, *::after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing: border-box;
}

a {
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration:underline;
}

a[href^="tel:"] {
  cursor: default;
}

.pc {
	display: none;
}

.sp {
	display: block;
}

.hidden {
  display: none;
}

@media print, screen and (min-width: 601px) {

  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

}

/*==========================================
 全体
===========================================*/

html {
	font-size: 62.5%;
}

body {
	position: relative;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.4rem;
	line-height: 1.2;
  font-weight: normal;
	color: var(--text-color);
	background: #FFF;
}

#wrap {
	width: 100%;
  overflow: hidden;
	background: #FFF;
}

/* head */

#head_wrap {
	width: 100%;
  position: fixed;
  top: 0;
  background: var(--main-color);
  z-index: 9999;
}

#head_wrap.UpMove{
  animation: UpAnime 1s forwards;
}

#head_wrap.DownMove{
  animation: DownAnime 1s forwards;
}

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

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

#head {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}

/* contents */
#contents_wrap {
	width: 100%;
  background: url("../images/bg_contents_sp.png") repeat;
	position: relative;
	z-index: 1;
}

#contents {
	width: 100%;
}

/* foot */
#foot_wrap {
	width: 100%;
  background: var(--main-color);
  padding: 30px 0;
  position: relative;
	z-index: 1;
}

#foot {
	width: 100%;
  padding: 0 10px;
}

/* foot0 */
#foot0_wrap {
	width: 100%;
  background: var(--main-color);
  padding: 10px 0;
  position: relative;
	z-index: 1;
}

#foot0 {
	width: 100%;
	text-align: center;
  color: #fff;
}

@media print, screen and (min-width: 601px) {

  #wrap {
    width: 1200px;
    margin: 0 auto;
  }

  /* head */
  #head_wrap {
    width: 1200px;
    margin: 0 auto;
  }

  #head {
    width: 1200px;
    height: 110px;
    margin: 0 auto;
  }

  /* contents */
  #contents_wrap {
    background: url("../images/bg_contents_pc.png") repeat;
  }
  
  #contents {
    width: 1200px;
    margin: 0 auto;
  }

  /* foot */
  #foot_wrap {
    padding: 60px 0;
  }

  #foot {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /* foot0 */
  #foot0_wrap {
  }

  #foot0 {
    width: 1200px;
    margin: 0 auto;
  }

}

@media print, screen and (min-width: 1201px) {

  #wrap {
    width: 100%;
  }

  #head_wrap {
    width: 100%;
  }

}

/*==========================================
 ヘッダーのスタイル
===========================================*/

#head .logo {
  width: 100%;
	max-width: 200px;
}

#head .logo img {
	width: 100%;
	height: auto;
}

#head .naviBlock {
	display: flex;
  align-items: center;
}

#head .naviBlock .icon {
  width: 20px;
}

#head .naviBlock .icon img {
	width: 100%;
	height: auto;
}

#head .naviBlock .instagram {
  margin-right: 5px;
}

#head .naviBlock .iconMenu {
	width: 34px;
  margin-left: 10px;
	cursor: pointer;
}

#head .naviBlock .iconMenu img {
	width: 100%;
	height: auto;
}

#sNav {
  border-top: solid 2px var(--main-color);
  border-bottom: solid 2px var(--main-color);
  background: #fafafa;
}

#sNav li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  border-bottom: 1px solid var(--main-color);
  position: relative;
}

#sNav li a {
  display: block;
  font-size: 1.3rem;
  font-weight: normal;
  text-decoration: none;
  color: var(--main-color);
  padding-left: 1em;
}

#sNav li a::after {
  position: absolute;
	right: 10px;
  content: '\f105';
  font-family: FontAwesome;
  font-size: 1.2em;
}

#sNav li a:hover {
  opacity: 0.8;
}

@media print, screen and (min-width: 601px) {

  #head .logo {
    width: 400px;
    max-width: none;
  }

  #head .naviBlock .icon {
    width: 47px;
  }

  #head .naviBlock .instagram {
    margin-right: 10px;
  }

  #head .naviBlock .tel {
    margin-right: 10px;
  }

  #head .naviBlock .tel a {
    font-weight: bold;
    font-size : 32px;
    line-height: 1.0;
    color : #fff;
    display: flex;
    align-items: center;
    margin-top: 6px;
  }

  #head .naviBlock .tel a:before {
    content: "";
    width: 36px;
    height: 36px;
    background: url("../images/icon_tel.svg") no-repeat;
    background-size: cover;
    margin-right: 8px;
    margin-top: -6px;
  }

  #head .naviBlock .tel a:hover {
    text-decoration: none;
  }

  #head .naviBlock .iconMenu {
    display: none !important;
  }

}

/*==========================================
 gNav
===========================================*/

@media print, screen and (min-width: 601px) {

  #gNav {
    display: flex;
    align-items: center;
    margin-top: 6px;
    margin-right: 30px;
  }
  
  #gNav li {
    margin-right: 30px;
  }
  
  #gNav li:last-child {
    margin-right: 0;
  }

  #gNav li a {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s;
    position: relative;
  }

  #gNav li a:hover {
	  opacity: 0.8;
  }
	
}

/*==========================================
 ページトップへボタンのスタイル
===========================================*/

#iconPageTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
	z-index: 10;
}

#iconPageTop a {
	display: block;
	width: 40px;
  transition: all 0.5s;
}

#iconPageTop a img {
	width: 100%;
	height: auto;
}

#iconPageTop a:hover {
	opacity: 0.8;
}

@media print, screen and (min-width: 601px) {
	
  #iconPageTop {
    bottom: 30px;
    right: 10px;
  }

  #iconPageTop a {
    width: 50px;
  }

}

/*==========================================
 フッターのスタイル
===========================================*/

#foot .foot1 {
  margin-bottom: 40px;
}

#foot .foot1 .profile {
  
}

#foot .foot1 .profile .imageBlock {
  margin-bottom: 30px;
}

#foot .foot1 .profile .imageBlock .image {
  width: 100%;
}

#foot .foot1 .profile .imageBlock .image img {
  width: 100%;
  height: auto;
}

#foot .foot1 .profile .textBlock {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  color: #fff;
}

#foot .foot1 .profile .textBlock .logo {
  width: 100%;
	max-width: 260px;
  margin-bottom: 10px;
}

#foot .foot1 .profile .textBlock .logo img {
  width: 100%;
  height: auto;
}

#foot .foot1 .profile .textBlock .name {
  font-size: 14px;
  line-height: 1.0;
  font-weight: bold;
  margin-bottom: 10px;
}

#foot .foot1 .profile .textBlock .adrs {
  font-size: 10px;
  line-height: 1.4;
  margin-bottom: 4px;
}

#foot .foot1 .profile .textBlock .outlineList {
  display: flex;
  flex-wrap: wrap;
}

#foot .foot1 .profile .textBlock .outlineList > dt,
#foot .foot1 .profile .textBlock .outlineList > dd {
  font-size: 10px;
}

#foot .foot1 .profile .textBlock .outlineList > dt {
  width: 5em;
}

#foot .foot1 .profile .textBlock .outlineList > dd {
  width: calc(100% - 5em);
}

#foot .foot1 .profile .textBlock .outlineList > dd .hoursList {
  display: flex;
  flex-wrap: wrap;
}

#foot .foot1 .profile .textBlock .outlineList > dd .hoursList > dt,
#foot .foot1 .profile .textBlock .outlineList > dd .hoursList > dd {
  font-size : 10px;
  line-height : 1.4;
}

#foot .foot1 .profile .textBlock .outlineList > dd .hoursList > dt {
  width: 5.5em;
}

#foot .foot1 .profile .textBlock .outlineList > dd .hoursList > dd {
  width: calc(100% - 5.5em);
}

#foot .foot1 .profile .textBlock .outlineList > dd .note {
  font-size: 10px;
  line-height: 1.4;
}

#foot .foot2 {
}

#foot .foot2 #fNav {
  text-align: center;
  margin-bottom: 40px;
}

#foot .foot2 #fNav li {
  margin-bottom: 20px;
}

#foot .foot2 #fNav li:last-child {
  margin-bottom: 0;
}

#foot .foot2 #fNav li a {
  font-size : 1.4rem;
  line-height : 1.0;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  transition: all 0.5s;
}

#foot .foot2 #fNav li a:hover {
  opacity: 0.8;
}

#foot .foot2 .contact {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

#foot .foot2 .contact .title {
  font-weight : bold;
  font-size : 15px;
  line-height : 1.0;
}

#foot .foot2 .contact .tel {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

#foot .foot2 .contact .tel a {
  font-weight: bold;
  font-size : 28px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
}

#foot .foot2 .contact .tel a:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url("../images/icon_tel.svg") no-repeat;
  background-size: cover;
  margin-right: 8px;
  margin-top: -6px;
}

#foot .foot2 .contact .tel a:hover {
  text-decoration: none;
}

#foot .foot2 .payment {
  text-align: center;
  color: #fff;
}

#foot .foot2 .payment .headline {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

#foot .foot2 .payment .headline .title {
  font-weight : bold;
  font-size : 15px;
  line-height : 1.0;
  margin-bottom: 10px;
}

#foot .foot2 .payment .headline .linkPdf {
  color: #fff;
  font-size : 15px;
  line-height : 1.0;
  margin-top: -0.06em;
}

#foot .foot2 .payment .headline .linkPdf.pdf1 {
  padding-right: 8px;
}

#foot .foot2 .payment .headline .linkPdf.pdf2 {
  padding-left: 8px;
}

#foot .foot2 .payment .headline .linkPdf i {
  font-size : 1em;
}

#foot .foot2 .payment .image {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

#foot .foot2 .payment .image img {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 601px) {

  #foot .foot1 {
    margin-bottom: 0;
  }

  #foot .foot1 .profile {
    display: flex;
    align-items: center;
  }

  #foot .foot1 .profile .imageBlock {
    margin-bottom: 0;
  }

  #foot .foot1 .profile .imageBlock .image {
    width: 284px;
  }

  #foot .foot1 .profile .imageBlock .image img {
    width: 100%;
    height: 278px;
    object-fit: cover;
  }

  #foot .foot1 .profile .textBlock {
    width: 390px;
    max-width: none;
    margin-left: 30px;
  }

  #foot .foot1 .profile .textBlock .logo {
    width: 384px;
    max-width: none;
  }

  #foot .foot1 .profile .textBlock .name {
    font-size: 20px;
  }

  #foot .foot1 .profile .textBlock .adrs {
    font-size: 14px;
  }


  #foot .foot1 .profile .textBlock .outlineList > dt,
  #foot .foot1 .profile .textBlock .outlineList > dd {
    font-size: 14px;
  }

  #foot .foot1 .profile .textBlock .outlineList > dd .hoursList > dt,
  #foot .foot1 .profile .textBlock .outlineList > dd .hoursList > dd {
    font-size: 14px;
  }

  #foot .foot1 .profile .textBlock .outlineList > dd .note {
    font-size: 14px;
  }

  #foot .foot2 {
  }

  #foot .foot2 #fNav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }

  #foot .foot2 #fNav li {
    margin-bottom: 0;
    margin-right: 40px;
  }

  #foot .foot2 #fNav li a {
    font-size : 15px;
  }

  #foot .foot2 #fNav li:last-child {
    margin-right: 0;
  }

  #foot .foot2 .contact {
  }

  #foot .foot2 .contact .title {
    font-size : 20px;
  }

  #foot .foot2 .contact .tel {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }

  #foot .foot2 .contact .tel a {
    font-size : 38px;
    padding-top: 6px;
  }

  #foot .foot2 .contact .tel a:before {
    content: "";
    width: 46px;
    height: 46px;
    background: url("../images/icon_tel.svg") no-repeat;
    background-size: cover;
    margin-right: 10px;
    margin-top: -6px;
  }

  #foot .foot2 .payment .headline .title {
    font-size : 20px;
  }

  #foot .foot2 .payment .headline .linkPdf {
    font-size : 20px;
  }

  #foot .foot2 .payment .image {
    width: 380px;
    max-width: none;
    margin: 0 auto;
  }

  #foot .foot2 .payment .image img {
    width: 100%;
    height: auto;
  }
  
}

/*==========================================
 フッター0のスタイル
===========================================*/

#foot0 .copyright {
  font-size : 10px;
  line-height : 1.0;
}

@media print, screen and (min-width: 601px) {
  
  #foot0 .copyright {
    font-size : 14px;
  }

}

/*==========================================
 ページタイトルイメージのスタイル
===========================================*/

#contentsHeadImage {
	width: 100%;
  height: 290px;
	position: relative;
  
  animation-name: fadeInAnime;
  animation-duration: 2.0s;
  animation-fill-mode: forwards;
  opacity: 0;
} 

#contentsHeadImage::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
  height: 290px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.service #contentsHeadImage::before {
	background-image: url("../images/bg_hd_service_sp.jpg");
}

.news #contentsHeadImage::before,
.error404 #contentsHeadImage::before {
	background-image: url("../images/bg_hd_news_sp.jpg");
}

@media print, screen and (min-width: 601px) {

  #contentsHeadImage {
    width: 1200px;
  } 

  .news #contentsHeadImage,
  .news #contentsHeadImage::before,
  .service #contentsHeadImage,
  .service #contentsHeadImage::before,
  .error404 #contentsHeadImage,
  .error404 #contentsHeadImage::before {
    height: 600px;
  }

  .service #contentsHeadImage::before {
    background-image: url("../images/bg_hd_service.jpg");
  }

  .news #contentsHeadImage::before,
  .error404 #contentsHeadImage::before {
    background-image: url("../images/bg_hd_news.jpg");
  }

} 

@media print, screen and (min-width: 1201px) {

  #contentsHeadImage {
    width: 100%;
  } 

} 

/*==========================================
 ページタイトルのスタイル
===========================================*/

#contentsHead_wrap {
  width: 100%;
  padding: 0 20px;
  animation-name: fadeUpAnime;
  animation-duration: 1.0s;
  animation-fill-mode: forwards;
  opacity: 0;
}

#contentsHead {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 0;
}

#contentsHead .contentsTitle {
  font-weight : bold;
  font-size : 2.3rem;
  text-align: center;
}

@media print, screen and (min-width: 601px) {

  #contentsHead_wrap {
    width: 1200px;
  }

  #contentsHead {
    width: 1200px;
    padding: 150px 0 0;
  }

  #contentsHead .contentsTitle {
    font-size: 6.0rem;
    line-height: 1.72;
  }

}

@media print, screen and (min-width: 1201px) {

  #contentsHead_wrap {
    width: 100%;
  }

}

/*==========================================
 section
===========================================*/

.section_wrap {
	width: 100%;
}

.section_wrap .section {
  width: 100%;
  padding: 40px 20px;
}

@media print, screen and (min-width: 601px) {

  .section_wrap {
    width: 1200px;
  }
	
}

@media print, screen and (min-width: 1201px) {

  .section_wrap {
    width: 100%;
  }

  .section_wrap .section {
    width: 1200px;
    margin: 0 auto;
  }

}

/*==========================================
 共通部品
===========================================*/

/* postNav */

.postNavi {
  display: flex;
  justify-content: center;
  align-items: center;
}

.postNavi .prev,
.postNavi .next {
}

.postNavi .linkArchive {
  margin: 0 40px;
}

.postNavi .prev a,
.postNavi .next a,
.postNavi .linkArchive a {
  font-size : 1.7rem;
  font-weight: bold;
  letter-spacing : 0.04em;
  color : #C7C7C7;
  text-decoration: none;
  transition: all 0.5s;
}

.postNavi .prev a i,
.postNavi .next a i {
  font-size: 1.4em;
  vertical-align: middle;
}

.postNavi .prev a:hover,
.postNavi .next a:hover,
.postNavi .linkArchive a:hover {
  color: var(--text-color);
}


@media print, screen and (min-width: 601px) {
  
}

/* wp-pagenavi */

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  font-weight: normal;
  font-size : 1.7rem;
  letter-spacing : 0.04em;
  color : #C7C7C7;
	margin: 0 6px;
  transition: all 0.5s;
	text-decoration: none;
}

.wp-pagenavi a i {
  font-size: 1.4em;
}

.wp-pagenavi a:hover {
  color: var(--line-color);
}

.wp-pagenavi span.current{
  color: var(--line-color);
}

@media print, screen and (min-width: 601px) {
  
}

/* ctgrySelect */

#ctgrySelect {
	margin-bottom: 40px;
}

#ctgryMenu {
}


#ctgryMenu li {
  margin-bottom: 15px;
}

#ctgryMenu li:last-child {
  margin-bottom: 0;
}

#ctgryMenu li a {
	font-size: 1.4rem;
  font-feature-settings: "palt" 1;
  text-decoration: none;
	transition: all 0.3s;
}

#ctgryMenu li.current-cat a {
  color: var(--main-color);
  pointer-events: none;
}

#ctgryMenu li a:hover {
	opacity: 0.8;
}

.post-type-archive #ctgryMenu li.cat-item-all a,
#ctgryMenu li.current-cat a {
  color: var(--main-color);
  pointer-events: none;
}

@media print, screen and (min-width: 601px) {

}

/*==========================================
 animation
===========================================*/
 
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

.fadeIn{
  animation-name: fadeInAnime;
  animation-duration: 1.0s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.0s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  opacity: 0;
}

.fadeDown{
  animation-name:fadeDownAnime;
  animation-duration: 1.0s;
  animation-fill-mode:forwards;
  animation-timing-function: ease-out;
  opacity:0;
}

.fadeLeft{
  animation-name:fadeLeftAnime;
  animation-duration: 1.0s;
  animation-fill-mode:forwards;
  animation-timing-function: ease-out;
  opacity:0;
}

.fadeRight{
  animation-name:fadeRightAnime;
  animation-duration: 1.0s;
  animation-fill-mode:forwards;
  animation-timing-function: ease-out;
  opacity:0;
}


.delay02 {
  animation-delay: 0.2s;
}

.delay04 {
  animation-delay: 0.4s;
}

.delay06 {
  animation-delay: 0.6s;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

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

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* 印刷 */

@media print{

  body {
    width: 1200px;
  }

  #head_wrap {
    position: static;
  }

  #btnPageTop {
    display: none;
  }
  
  .fadeInTrigger,
  .fadeUpTrigger,
  .fadeDownTrigger,
  .fadeLeftTrigger,
  .fadeRightTrigger {
    opacity: 1;
  }

}
