@charset "UTF-8";

/* トップページヘッダーCSS */
.site-header{
	background-color: rgba(0,0,0,0.2);
	height:128px;
}
@media (max-width:991px){
	.site-header{
		position: absolute !important;
	    height:112px;
	}
}

#site-header{
	background-color: rgba(0,0,0,0.2);
}
#menu-menu_navi{
	margin: auto;
}
.global-nav-list>li:before{
	border-bottom:none;
}
#global-nav{
  width: auto;
}
h1.site-header-logo{
  display: block !important;
}
#global-nav{
	justify-content:space-around;
}
/* トップページヘッダーCSS ここまで */

/********************************************
  支援すごろく 
********************************************/
/* すごろく全体 */
#sugoroku{
    position: relative;
    width: 100%;
    max-width: 768px;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
/* すごろくのコマ */
#sugoroku .piece{
    position: relative;
/*     width: 284px;
    height: 192px; */
    width: 300px;
    height: 200px;
    margin: 10px 5px 160px 5px;
    background-size: contain;
    background-repeat: no-repeat;
}
/* すごろく　テキスト */
@font-face {
	font-family: "KiwiMaruMedium";
	src: url("https://kotorinoie.com/wp/wp-content/uploads/myfonts/KiwiMaru-Medium.ttf");
}
#sugoroku .piece .school_year,
#sugoroku .piece .text_content{
    position: absolute;
    width: fit-content;
	height: fit-content;
    font-size: 14px;
	line-height: 19px;
    color: #6f543f;
    font-family: "KiwiMaruMedium" !important;
}
#sugoroku .piece .school_year{
	font-size: 15px;
}

/* すごろくのコマ（奇数） */
#sugoroku .p_lt{
    /* background-image: url(./images/sugoroku_home_01.png); */
    background-image: url(https://kotorinoie.com/wp/wp-content/uploads/sugoroku/sugoroku_home_ver3_01.png);
}
#sugoroku .p_lt .school_year{
	right: 35px;
    top: 36px;
}

/* すごろくのコマ（偶数） */
#sugoroku .p_rt{
    /* background-image: url(./images/sugoroku_home_02.png); */
    background-image: url(https://kotorinoie.com/wp/wp-content/uploads/sugoroku/sugoroku_home_ver3_02.png);
    transform: translateY(160px);
}
#sugoroku .p_rt .school_year{
    left: 45px;
    top: 45px;
}
#sugoroku .p_rt .text_content{
	text-align: right;
}


#sugoroku .piece:nth-child(1) .text_content{ bottom: 15px; left: 16px; }
#sugoroku .piece:nth-child(3) .text_content{ bottom: 15px; right: 52px; }
#sugoroku .piece:nth-child(5) .text_content{ bottom: 20px; left: 20px; }
#sugoroku .piece:nth-child(7) .text_content{ bottom: 15px; right: 52px; }

/* 足跡の部 */
#sugoroku .bird_foots{
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 40%;
}
#sugoroku .bird_foots img{
    width: 36px;
    display: block;
}

/* 足跡（ ↳ 部） */
#sugoroku .bf01{ top: 220px; left: 20%; }
#sugoroku .bf03{ top: 580px; left: 20%; }

#sugoroku .bf01 img:nth-child(1),
#sugoroku .bf03 img:nth-child(1){
    transform: rotateZ(40deg);
}
#sugoroku .bf01 img:nth-child(2),
#sugoroku .bf03 img:nth-child(2){
    transform: rotateZ(20deg);
    margin-top: 40px;
}
#sugoroku .bf01 img:nth-child(3),
#sugoroku .bf03 img:nth-child(3){
    transform: rotateZ(10deg);
    margin-top: 70px;
}
#sugoroku .bf01 img:nth-child(4),
#sugoroku .bf03 img:nth-child(4){
    transform: rotateZ(-10deg);
    margin-top: 90px;
}
#sugoroku .bf01 img:nth-child(5),
#sugoroku .bf03 img:nth-child(5){
    transform: rotateZ(-30deg);
    margin-top: 96px;
}


/* 足跡（ ↲ 部） */
#sugoroku .bf02{ top: 380px; right: 26%; }
#sugoroku .bf02 img:nth-child(1){
    transform: rotateZ(140deg);
    margin-top: 130px;
}
#sugoroku .bf02 img:nth-child(2){
    transform: rotateZ(120deg);
    margin-top: 115px;
}
#sugoroku .bf02 img:nth-child(3){
    transform: rotateZ(100deg);
    margin-top: 90px;
}
#sugoroku .bf02 img:nth-child(4){
    transform: rotateZ(90deg);
    margin-top: 50px;
}
#sugoroku .bf02 img:nth-child(5){
    transform: rotateZ(70deg);
}

/* すごろく　レスポンシブ */
@media screen and (max-width: 768px) {

    /* すごろく全体 */
    #sugoroku{
        display: block;
    }
    /* すごろく　コマ */
    #sugoroku .piece{
        margin: 10px 5px 70px 5px;
    }
    /* すごろく　コマ（右寄り） */
    #sugoroku .p_rt{
        transform: translateY(0px);
        margin: 10px 5px 70px auto;
    }
	
    #sugoroku .bird_foots{
        width: 26%;
    }
    #sugoroku .bird_foots img{
        width: 18px;
    }

    /* 足跡（ ↳ 部） */
    #sugoroku .bf01{ top: 202px; left: 20%; }
    #sugoroku .bf03{ top: 742px; left: 20%; }
    #sugoroku .bf01 img:nth-child(1),
    #sugoroku .bf03 img:nth-child(1){
        transform: rotateZ(40deg);
    }
    #sugoroku .bf01 img:nth-child(2),
    #sugoroku .bf03 img:nth-child(2){
        transform: rotateZ(20deg);
        margin-top: 18px;
    }
    #sugoroku .bf01 img:nth-child(3),
    #sugoroku .bf03 img:nth-child(3){
        transform: rotateZ(10deg);
        margin-top: 32px;
    }
    #sugoroku .bf01 img:nth-child(4),
    #sugoroku .bf03 img:nth-child(4){
        transform: rotateZ(-10deg);
        margin-top: 44px;
    }
    #sugoroku .bf01 img:nth-child(5),
    #sugoroku .bf03 img:nth-child(5){
		display: none;
        transform: rotateZ(-30deg);
        margin-top: 52px;
    }

    /* 足跡（ ↲ 部） */
    #sugoroku .bf02{ top: 472px; right: 36%; }
    #sugoroku .bf02 img:nth-child(1){
        display: none;
		transform: rotateZ(140deg);
        margin-top: 52px;
    }
    #sugoroku .bf02 img:nth-child(2){
        transform: rotateZ(120deg);
        margin-top: 44px;
    }
    #sugoroku .bf02 img:nth-child(3){
        transform: rotateZ(100deg);
        margin-top: 32px;
    }
    #sugoroku .bf02 img:nth-child(4){
        transform: rotateZ(90deg);
        margin-top: 20px;
    }
    #sugoroku .bf02 img:nth-child(5){
        transform: rotateZ(70deg);
    }

}



/* フォント設定 */
body{
	color:#5c3b26;
	font-family:"Hiragino Maru Gothic Pro";
	font-weight: bold;
	background-color: #faf0e6;
  background-image:url(https://kotorinoie.com/wp/wp-content/uploads/2024/01/22820701.png);
}

a:hover {
		color:#fc860d;
}

/*ヘッダー背景透明
 * スライダー位置変更*/
.site-header{
	background-color:transparent;
	position: fixed;/*ヘッダー固定*/
}

#site-header{
    max-width: 100%;
}

.header_scrolled .global-nav-list>li .global-nav-name {
    	margin-left: -5px;
}

/*ヘッダーロゴのサイズ*/
.site-header-logo img {
    max-height: 100%;
}

#global-nav{
	width: 100%;
}

/*ヘッダーナビのテキストサイズ
 * テキストカラー*/
.global-nav-list>li .global-nav-name {
    font-size: 13px;
	   color:#fff;
}
/*ヘッダーナビのカーソル時の色*/
.global-nav-list>li .global-nav-name :hover{
	color:#fc860d;
}
/*ヘッダーナビテキストの表示位置*/
.global-nav-list .sub-menu li a{
	text-align:center;
}
/*ヘッダーナビリストのホバー時の背景色*/
.global-nav-list .sub-menu li a:hover {
background-color: #fc860d;
}
/* サイトロゴをセンターに */
.site-header--layout--nav-float .site-header-logo {
    margin-left: auto;
    margin-right: auto;
	width: 190px;
}

.header_scrolled .site-header {
    max-width: 100%;
}

@media (max-width: 1200px) {
.site-header--layout--nav-float .site-header-logo {
    width: 150px;
}
.global-nav-list>li .global-nav-name {
	font-size: 12px;
	}
}
@media (max-width: 1000px) {
	.site-header-logo img {
    opacity: 0;
}
.site-header-logo {
    background-image: url(https://kotorinoie.com/wp/wp-content/uploads/2023/12/logo_1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
	.site-header-logo {
	width:60px;
	height:120px;
	}
}

/*レスポンシブ時のハンバーガーメニュー*/

.vk-mobile-nav-menu-btn {
    border: none;
    background-image: url("https://kotorinoie.com/wp/wp-content/uploads/2024/02/menu.png");
	  background-size: cover;
	background-color: transparent;
}
.vk-mobile-nav-menu-btn.menu-open {
    border: none;
    background-image: url("https://kotorinoie.com/wp/wp-content/uploads/2024/02/close.png");
	  background-size: cover;
	background-color: transparent;
}
.vk-mobile-nav-menu-btn {
	 right:5px;
	 left:inherit;
}
#vk-mobile-nav-menu-btn{
	width:60px;
	height:60px;
}
.vk-mobile-nav .widget_nav_menu ul li a, .vk-mobile-nav nav ul li a {
    color: #fff;
}


	
/*トップスライドの矢印ボタン消す*/
.ltg-slide .swiper-button-next:after, .ltg-slide .swiper-button-prev:after {
    font-size: 0em;
}
.swiper-pagination-bullet{
	background-color:transparent;
}
.swiper-pagination-bullet {
   width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,0px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,0px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius,0%);
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .0);
}




/*h2見出し背景*/
h2{
background-image:url();
background-repeat:no-repeat;
background-position:40% 50%;
border:none;
color:#5c3b26;
font-weight: bold;
font-size:23px;
margin-bottom:0;
}
.box-02{
  font-size:15px;
}
.entry-title--post-type--page, h2 {
    padding: 0;
}

/*h3見出し背景*/
h3{
background-image:url();
background-repeat:no-repeat;
background-position:0% 0%;
border:none;
color:#5c3b26;
font-weight: bold;
font-size:23px;
margin-bottom:0;
}
.box-02{
  font-size:15px;
}
.entry-title--post-type--page, h2 {
    padding: 0;
}
h3:after {
    border-bottom: none;
}


/*上に戻るボタンカスタマイズ*/
.page_top_btn {
	right: 0px;
  width: 130px;
  height: 150px;
  background-color: transparent;
  box-shadow: none;
	background-image: url("https://kotorinoie.com/wp/wp-content/uploads/2023/12/235853404.png");
}
@media(max-width: 1200px){
.page_top_btn {
	right: -30px;
  width: 120px;
  height: 150px;
}
}

/*常に表示のタブ*/
.footer_fixed {
  position: fixed;
  width: 10%;
  bottom: 0;
  left: auto;
  right: -6%;
  top: 92px;
  z-index: 999;
}
.footer_fixed a {
  color: #fff;
  text-decoration: none;
}
.footer_tel,
.footer_contact {
  width: 66px;
  height: 200px;
  position: fixed;
  background-color: #bcc41c;
  text-align: center;
  padding: 18px;
  border-radius: 15px 0 0 15px;
  overflow: hidden;
  writing-mode: vertical-rl;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer_tel:hover,
.footer_contact:hover {
  width: 77px;
}
.footer_tel {
  top: 190px;
  right: 0;
}
.footer_contact {
  top: 400px;
  right: 0;
  background-color: #fc860d;
}
.footer_tel a:hover,
.footer_contact a:hover {
 color: #fff;
}
@media (max-width: 1200px) {
  .footer_tel {
    width: 60px;
    height: 190px;
    top: 130px;
    right: 0;
    padding: 14px;
  }
  .footer_contact {
    width: 60px;
    height: 190px;
    top: 330px;
    right: 0;
    padding: 14px;
  }
}
@media (max-width: 1000px) {
  .footer_tel,
  .footer_contact {
    width: 49%;
    height: 55px;
    line-height: 25px;
    writing-mode: horizontal-tb;
    border-radius: 15px 15px 0 0; 
  }
  .footer_tel {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    font-size: 13px;
  }
  .footer_contact {
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    font-size: 13px;
    background-color: #fc860d;
  }
	/* 通常のスタイル */
    .footer_tel,
    .footer_contact {
     transition: height  ease;
}
/*マウスホバー時のスタイル */
.footer_tel:hover,
.footer_contact:hover {
  height: 70px;
	width: 49%;
}
}

/* ページヘッダー画像 */
.page-header {
		color: transparent;
    background: url(https://kotorinoie.com/wp/wp-content/uploads/2024/03/498071620289036385-scaled.jpg) no-repeat;
    background-size: cover;
    min-height: 35rem;
}
.breadcrumb {
     border-top:none;
     border-bottom:none; 
}

@media (max-width: 1000px) {
	.page-header {
    background: url(https://kotorinoie.com/wp/wp-content/uploads/2024/03/498071581919805955-1.jpg) no-repeat;
    background-size: 100%;
    min-height: 35rem;
}
}
	@media (max-width: 600px) {
			.page-header {
    min-height: 20rem;
}
}

/*フッター部分コピーライト非表示*/
.site-footer-copyright p:nth-child(2) {
    display:none;
}

/*フッター部分線非表示*/
.site-footer{
	border:none;
}



.site-footer {
	padding-bottom: 3rem;
}