.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#333333;--e-global-color-text:#000000;--e-global-color-accent:#00A0EA;--e-global-color-d176549:#FFFFFF;--e-global-color-6830234:#FFFFFF00;--e-global-color-ac54a18:#FFFCDB;--e-global-color-740a9b4:#FFE329;--e-global-color-cc05817:#D6EDFC;--e-global-color-51f20eb:#EE7800;--e-global-color-aca5c20:#45575FE0;--e-global-color-08fee22:#81C5F3;--e-global-typography-primary-font-family:"YU-GO";--e-global-typography-primary-font-size:1.7rem;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:2em;--e-global-typography-primary-letter-spacing:0.1em;--e-global-typography-secondary-font-family:"YU-GO";--e-global-typography-secondary-font-size:1.2rem;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-letter-spacing:2px;--e-global-typography-text-font-family:"YU-GO";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:500;--e-global-typography-text-line-height:1.8em;--e-global-typography-text-letter-spacing:0.1em;--e-global-typography-accent-font-family:"YU-GO";--e-global-typography-accent-font-size:1.3rem;--e-global-typography-accent-font-weight:500;--e-global-typography-2f4dfaa-font-family:"YU-GO";--e-global-typography-2f4dfaa-font-size:1rem;--e-global-typography-2f4dfaa-font-weight:normal;--e-global-typography-2f4dfaa-letter-spacing:3px;--e-global-typography-02a1083-font-family:"Noto Sans JP";--e-global-typography-02a1083-font-size:1.3rem;--e-global-typography-02a1083-font-weight:normal;--e-global-typography-02a1083-line-height:2em;--e-global-typography-02a1083-letter-spacing:0.1em;--e-global-typography-bae8ff4-font-size:0.6rem;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-animation-duration:1500ms;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-width:100%;--e-preloader-max-width:130px;}.elementor-kit-6 a{font-weight:700;}.elementor-kit-6 a:hover{color:var( --e-global-color-accent );}.elementor-kit-6 h2{font-size:2.1rem;}.elementor-kit-6 img{border-style:none;border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1000px;}.e-con{--container-max-width:1000px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFFFFF;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.tate_text{  writing-mode: vertical-rl;
}

.tatemenu ul{border-bottom:1px solid #f4f4f4;
background:#fff;
}
.tatemenu ul li{border-top:1px solid #f4f4f4;
}

.titleblue{font-size:1.5rem; color:#00A0EA; line-height:1.7em; letter-spacing:0.2rem;}
.icon01{background:url(/wp-content/uploads/2022/11/ticket.svg) no-repeat top 0px center ; background-size:42px 42px ; padding-top: 45px; line-height:1.1rem;  Vertical-align:top; text-align:center; 
}

.icon02{background:url(/wp-content/uploads/2022/11/clock.svg) no-repeat center 0px; background-size:40px 40px ; padding-top: 45px;line-height:1.1rem; Vertical-align:top; text-align:center;}

.icon03{background:url(/wp-content/uploads/2022/11/map2.svg) no-repeat center 0px; background-size:40px 40px ; padding-top: 45px;line-height:1.1rem; Vertical-align:top; text-align:center;}

.icon04{background:url(/wp-content/uploads/2022/10/icon04.svg) no-repeat center 0px; background-size:30px 30px ; padding-top: 35px;line-height:1.1rem; Vertical-align:top; text-align:center;}

.icon05{background:url(/wp-content/uploads/2022/10/icon05.svg) no-repeat center 0px; background-size:30px 30px ; padding-top: 35px;line-height:1.1rem; Vertical-align:top; text-align:center;}



/*=== 9-1-2 丸が動いてスクロールを促す ====*/

/*スクロールダウン全体の場所*/
.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:10px;
	left:50%;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
	position: relative;
	left:5px;
	bottom:5px;
    /*テキストの形状*/
	color: #eee;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	font-family: 'Noto Serif JP', sans-serif;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-2px;
    /*丸の形状*/
	width:5px;
	height:5px;
	border-radius: 50%;
	background:#eee;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	left:0;
    /*線の形状*/
	width:1px;
	height: 50px;
	background:#eee;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'YU-GO';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://de3.tukarega.com/wp-content/uploads/2022/09/YuGothic-Bold-01.ttf') format('truetype');
}
@font-face {
	font-family: 'YU-GO';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://de3.tukarega.com/wp-content/uploads/2022/09/YuGothic-Medium-01.ttf') format('truetype');
}
@font-face {
	font-family: 'YU-GO';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://de3.tukarega.com/wp-content/uploads/2022/09/YuGothic-Regular-01.ttf') format('truetype');
}
@font-face {
	font-family: 'YU-GO';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://de3.tukarega.com/wp-content/uploads/2022/09/YuGothic-Light-01.ttf') format('truetype');
}
/* End Custom Fonts CSS */