@charset "utf-8";
/* Copyright 2023 FSFIELD All Rights Reserved. */

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

パソコン、タブレット、スマートフォン（iPhone,Android) 共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* ------------------------------------------------------------

Basic

------------------------------------------------------------ */

@font-face {
	font-family: "LINESeedJP";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/LINESeedJP_OTF_Rg.woff2") format("woff2");
	font-display: swap;
}

@font-face {
	font-family: "LINESeedJP";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/LINESeedJP_OTF_Bd.woff2") format("woff2");
	font-display: swap;
}

*{font-family: 'LINESeedJP', Meiryo, sans-serif;}

body{
	background: #FFF;
	color:#000;
	font-weight: 400;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
}

/* ------------------------------------------------------------

Shortcodes

------------------------------------------------------------ */

/* font
---------------------------------------------- */
.normal{font-weight: normal !important;}
.bold{font-weight: bold !important;}
.italic{font-style: italic !important;}

/* display
---------------------------------------------- */
.none{display: none !important;}

/* margin
---------------------------------------------- */
.mb_none{margin-bottom: 0 !important;}

/* 下付き・上付き文字
---------------------------------------------- */
sub{
    vertical-align: sub !important;
    font-size: 50%;
}

sup{
    vertical-align: sup !important;
    font-size: 50%;
}


/* ------------------------------------------------------------

Common

------------------------------------------------------------ */

.svg_symbol{display: none;}

/*--404ページ--*/	
.wrap_404{
	text-align: center;
	padding: 250px 50px 0;
	margin-bottom: 160px;
}

.ttl_404{
	font-size: 5rem;
	font-weight: 700;
	margin-bottom: 12px;
}

.txt_404{margin-bottom: 30px;}

/* メール
---------------------------------------------- */
.txt_mail::after{content: "@";}

/* リンク
---------------------------------------------- */
.link01{
	color: #333;
	text-decoration: underline !important;
    word-wrap: break-word;
}

.link01:hover{text-decoration: none !important;}

.link_tel01 a{
	color: #333;
	display: none;
}

/*--フェードイン--*/
.fadein-item{
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 1s, transform 1s;
}

.fadein-item.is-inview{
	opacity: 1;
	transform: translateY(0);
}

/* ------------------------------------------------------------

Header

------------------------------------------------------------ */

#header{
	width: 100%;
	padding-top: 30px;
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

#header.fixed{
	position: fixed;
	top: 0;
}

/* グローバルナビ
---------------------------------------------- */
.header_inner {
	max-width: 1080px;
	padding: 0 10px;
	margin: 0 auto;
}

.header_inner .h_logo{
	width: 120px;
	height: auto;
	position: absolute;
	top: 3px;
	left: 50%;
    transform: translateX(-50%);
	z-index: 1;
}

.header_inner .h_logo a img{width: 100%;}

.nav_global {
	width: 100%;
	padding: 17px 0;
	display: flex;
	justify-content: space-between;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-radius: 30px;
}

.nav_global ul{
	display: flex;
	justify-content: center;
	width: 50%;
}

.nav_global ul li.g01,
.nav_global ul li.g03{padding-right: 45px;}

.nav_global ul li a{
	color: #134B95;
    display: inline-block;
	font-weight: 700;
	white-space: nowrap;
}

.nav_global ul li a:hover{color: #648CC0;}

.btn_menu,
.d_logo,
#js-focus-trap {display: none;}


/*--ナビの文字を中央に寄せるための疑似要素--*/
.nav_global ul li a span::before{
	content: "";
	width: 0px;
	height: 1px;
	display: inline-block;
	vertical-align: 1.9rem;
}

/* ------------------------------------------------------------

コンテンツ

------------------------------------------------------------ */

section .ttl {
	padding-left: 65px;
	position: relative;
}

section .ttl::before {
    content: "";
    background: url("../img/home/ico_main01.svg") no-repeat 0 0;
    background-size: contain;
	width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
	margin-top: -25px;
    left: 0;
}

section .ttl p {
	color: #134B95;
	font-weight: 700;
}

section .ttl h2 {
	color: #134B95;
	font-size: 3.2rem;
	font-weight: 700;
}


/* ------------------------------------------------------------

Footer

------------------------------------------------------------ */

#footer{position: relative;}

.f_inner .f_message .sp,
.f_inner .f_image .sp,
.f_inner .f_address .sp{display: none;}

.f_inner{
	position: relative;
	text-align: center;
	padding: 70px 0 45px 0;
}

.f_inner::before,
.f_inner::after {
	content: "";
	display: block;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0; 
    left: 0;
	z-index: -1;
}

.f_inner::before {
    background: url("../img/img_footer01.jpg") no-repeat 0 0;
    background-size: contain;
}

.f_inner::after {
    background: url("../img/img_footer02.jpg") no-repeat right 0;
    background-size: contain;
}

/*--ライオンズクラブに入会しませんか？--*/
.f_inner .f_message{margin-bottom: 45px;}

.f_inner .f_message p:first-of-type {
	color: #134B95;
	font-size: 4rem;
	font-weight: 700;
	margin-bottom: 8px;
	text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}

.f_inner .f_message p:nth-of-type(2) {
	font-weight: 700;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

/*--バナー--*/
.f_inner .f_image {
	padding: 0 50px;
	margin-bottom: 45px;
}

.f_inner .f_image a {
	background: #FFF;
	display: inline-block;
	max-width: 1040px;
	margin: 0 auto;
	border-radius: 30px;
}

.f_inner .f_image img {
	max-width: 100%;
	height: auto;
	filter:  drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
	transition: opacity 0.3s;
}

.f_inner .f_image a:hover img {opacity: 0.8;}

/*--住所--*/
.f_inner .f_address p {margin-bottom: 15px;}

.f_inner .f_address p a {
	color: #134B95;
	font-weight: 700;
	text-decoration: underline;
}

.f_inner .f_address p a:hover {text-decoration: none;}

.f_inner .f_address address{
	color: #134B95;
	font-size: 1.4rem;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

/* フッターナビ */
.f_nav {
	background: #134B95;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 37px 50px;
}

.f_nav nav ul{display: flex;}

.f_nav nav ul li{padding-right: 40px;}

.f_nav nav ul li::before{
	content: "";
	width: 0px;
	height: 1px;
	display: inline-block;
	vertical-align: 2.1rem;
}

.f_nav nav ul li:last-of-type{padding-right: 0;}

.f_nav nav ul li a{
	color: #FFF;
	font-weight: 700;
}

.f_nav nav ul li a.focus-visible{outline-color: #FFF;}

.f_nav nav ul li a:hover{color: #F3D300;}

.f_nav .f_small {
	color: #FFF;
	font-size: 1.2rem;
}

/* ページトップボタン
---------------------------------------------- */
#pagetop{
	width: 80px;
	height: 80px;
	border-radius: 50px;
	background: #134B95;
	position: absolute;
	right: 40px;
	top: 40px;
	z-index: 1;
	cursor: pointer;
	transition: background .3s;
}

#pagetop:hover{background: #648CC0;}

#pagetop span{display: none;}

#pagetop .inner {text-align: center;}

#pagetop .inner .ico_arrow01 {
	width: 20px;
	height: 11px;
	fill: #FFF;
	margin-top: 20px;
}

#pagetop .inner p {
	color: #FFF;
	font-size: 1.4rem;
	letter-spacing: -0.04em;
}

@media print{ /* 印刷時のみ */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	PC

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	common

	------------------------------------------------------------ */
	
	/* レイアウト
	---------------------------------------------- */	
	#wrap_all{
		width: 1200px;
		transform: scale(0.8);
		transform-origin: 0 0;
	}
	
	
}/*--@media--*/


@media only screen and (max-width:1100px){ /* 表示領域が1100px以下の場合に適用するスタイル */

	/* ------------------------------------------------------------

	Header

	------------------------------------------------------------ */

	.nav_global ul li.g01,
	.nav_global ul li.g03{padding-right: 20px;}

	
}/*--@media--*/


@media only screen and (max-width:1024px){ /* 表示領域が1024px以下の場合に適用するスタイル */

	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	タブレット

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	Common

	------------------------------------------------------------ */
	
	html{
		-moz-text-size-adjust: none;
		-webkit-text-size-adjust: none;
		-ms-text-size-adjust: none;
	}
	
	/* リンク
	---------------------------------------------- */	
	.link_tel01 a {
		display: inline;
		color: #FFFFFF;
		text-decoration: underline !important;
	}

	.link_tel01 span{display: none;}


	/* 	Footer
	------------------------------------------------------------ */
	/*--フッターナビ--*/
	.f_nav {padding: 37px 30px;}

	.f_nav nav ul li{padding-right: 20px;}

	
}/*--@media--*/


@media only screen and (max-width:900px){ /* 表示領域が900px以下の場合に適用するスタイル */

	/* ------------------------------------------------------------

	Header

	------------------------------------------------------------ */

	#header{
		padding: 0;
		position: fixed;
		top: 0;
		left: 0;
		transform: unset;
	}

	.page404 #header{padding: 0;}

	.page404 .header_inner .h_logo{display: none;}

	/* グローバルナビ
	---------------------------------------------- */
	.header_inner .h_logo{display: none;}

	.btn_menu{
        display: block;
        width: 50px;
        height: 50px;
		background: #134B95;
		border-radius: 50%;
        cursor: pointer;
        position: absolute;
        top: 25px;
        right: 20px;
		z-index: 5;
    }
    
    #wrap_all.open .btn_menu.focus-visible{outline-color: #FFF;}

    .btn_menu_inner{
        display: inline-block;
        width: 100%;
        height: 100%;
        position: relative;
    }
    
    .btn_menu_inner span{
        background: #FFF;
        display: inline-block;
        width: 30px;
        height: 2px;
        position: absolute;
        left: 50%;
        margin-left: -15px;
        transition: all .4s;
    }
    
    .btn_menu_inner span:nth-of-type(1){top: 17px;}
    
    .btn_menu_inner span:nth-of-type(2){top: 24px;}
    
    .btn_menu_inner span:nth-of-type(3){top: 31px;}

    /*--ドロワーが開いたとき--*/
    #wrap_all.open .btn_menu_inner span:nth-of-type(1){top: 23px; transform: rotate(45deg);}
    
    #wrap_all.open .btn_menu_inner span:nth-of-type(2){transform: scaleX(0);}
    
    #wrap_all.open .btn_menu_inner span:nth-of-type(3){top: 23px; transform: rotate(-45deg);}
    
	.drawer{
		background: #134B95;
		display: block;
		width: 100%;
		height: 100%;
		overflow: hidden;
		opacity: 0;
		pointer-events: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 4;
	}
	
	#wrap_all.open .drawer{
        opacity: 1;
        pointer-events: auto;
    }

	.mode-900 .drawer{transition: opacity .4s;}

	/*--ドロワー内のレイアウト--*/
    .drawer_inner{
        height: 100%;
        overflow: hidden;
		position: relative;
		overflow: hidden;
		padding-bottom: 100px;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		-ms-overflow-style: none;
		scrollbar-width: none;
    }
    
    .nav_global{
		display: block;
		padding: 0;
		background: none;
		box-shadow: none;
    }

    .nav_global ul{
		display: block;
		width: 100%;
	}

	.nav_global ul li{text-align: center;}
    
	.nav_global ul li.g01,
	.nav_global ul li.g03{padding-right: 0;}

    .nav_global ul li a{
        min-width: 300px;
		font-size: 1.8rem;
        padding: 20px 0;
		color: #FFF;
    }

	.nav_global ul li a.focus-visible{outline-color: #FFF;}

	.header_inner .d_logo{
		display: block;
		width: 80px;
		height: auto;
		margin: 25px 0 50px 30px;
	}

	.header_inner .d_logo a img{width: 100%;}

	.header_inner .d_logo a.focus-visible{outline-color: #FFF;}

    #js-focus-trap{display: block;}

	/* ------------------------------------------------------------

	Footer

	------------------------------------------------------------ */

	/*--フッターナビ--*/
	.f_nav {
		display: block;
		padding: 40px 20px 15px;
		text-align: center;
	}

	.f_nav nav ul{
		padding: 0 0 30px;
		justify-content: center;
		flex-wrap: wrap;
	}

	/* ページトップボタン
	---------------------------------------------- */
	#pagetop{
		background: #FFF;
		width: 100%;
		height: unset;
		border-radius: 0;
		padding-top: 0;
		position: unset;
		opacity: 1;
		pointer-events: auto;
	}

	#pagetop:hover{background: #FFF;}
	
	#pagetop.pagetop_show{
		opacity: 1;
		pointer-events: auto;
	}

	#pagetop p{padding: 20px 0 17px;}

	#pagetop span{
		display: block;
		color: #134B95;
		font-size: 1.4rem;
		line-height: 1;
		font-weight: 700;
		text-align: center;
	}

	#pagetop span .ico_arrow01 {
		fill: #134B95;
		text-align: center;
		width: 20px;
		height: 11px;
		padding-right: 15px;
	}

	#pagetop .inner.pc{display: none;}

	
}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	Common

	------------------------------------------------------------ */

    #wrap_all.open{
        width: 100%;
        height: auto;
        position: fixed;
        top: 0;
        left: 0;
    }
	
	/*--404ページ--*/
	.wrap_404{
		padding-top: 160px;
		margin-bottom: 100px;
	}
	
	.ttl_404{font-size: 3rem;}
	
	.txt_404 br:nth-of-type(2){display: none;}
	
	

	/* ------------------------------------------------------------

	コンテンツ

	------------------------------------------------------------ */
	
	section .ttl {padding-left: 75px;}

	section .ttl::before {
		content: "";
		background: url("../img/home/ico_main01.svg") no-repeat 0 0;
		background-size: contain;
		width: 40px;
		height: 40px;
		position: absolute;
		top: 50%;
		margin-top: -20px;
		left: 25px;
	}

	section .ttl p {font-size: 1.2rem;}

	section .ttl h2 {font-size: 2.4rem;}


	/* ------------------------------------------------------------

	Footer

	------------------------------------------------------------ */

	.f_inner .f_message .sp,
	.f_inner .f_address .sp{display: block;}

	.f_inner .f_image .sp{display: inline;}

	.f_inner.pc,
	.f_inner .f_image .pc{display: none;}


	.f_inner{
		text-align: center;
		padding: 35% 15px;
	}

	.f_inner::before {
		content: "";
		display: block;
		background: url("../img/img_footer01_sp.jpg") no-repeat 0 0;
		background-size: contain;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	
	.f_inner::after {
		content: "";
		display: block;
		background: url("../img/img_footer02_sp.jpg") no-repeat 0 bottom;
		background-size: contain;
		width: 100%;
		height: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
	}

	/*--ライオンズクラブに入会しませんか？--*/
	.f_inner .f_message{margin-bottom: 35px;}

	.f_inner .f_message p:first-of-type {
		font-size: 2.4rem;
		line-height: 1.4;
	}
	
	.f_inner .f_message p:nth-of-type(2) {font-size: 1.4rem;}

	/*--バナー--*/
	.f_inner .f_image {
		padding: 0;
		margin-bottom: 35px;
	}

	
}/*--@media--*/


@media only screen and (max-width:620px){ /* 表示領域が620px以下の場合に適用するスタイル */

	/* ------------------------------------------------------------

	Footer

	------------------------------------------------------------ */

	.f_nav nav{
		max-width: 320px;
		margin: 0 auto;
	}


}/*--@media--*/