@charset "UTF-8";
/* CSS Document */
@media (min-width: 960px){
	.sptb,.navToggle{
		display: none !important;
	}	
}
@media (min-width: 750px){
	.sp{
		display: none !important;
	}	
}
body{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	background:#fff ;
	color: #1a1a1a;
}

a{
	text-decoration-line: none;
}
a:link{
	text-decoration: none;
}
ul li{
	list-style-type: none;
}
p{
	line-height: 200%;

}
/* 見出し　==================== */
.txt_box{
	width: 100%;
}
.txt_box h2{
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-size: 2em;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
}
.txt_box h2::after{
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid #0086bc 3px;
	bottom: -10px;
	width: 2em;
	left:50%;
	transform: translateX(-50%);
	
}
.txt_box h2 span{
	display: inline-block;
}
.txt_level4{
	font-size: 1.3em;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 15px;
	line-height: 200%;
}
.txt_level3{
	font-size: 1.3em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	margin-bottom: 15px;
}
.txt_level3::first-letter{
	color: #0086bc;
	font-size: 200%;
}
.txt_level2{
	font-size: 1.5em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
}
/* スペース調整======================================== */
.w960{
	max-width: 960px;
	margin: auto;
}
.h100{
	height: 100px;
}
.h50{
	height: 50px;
}
.h30{
	height: 30px;
}
/* 背景======================================== */

.bg_dark{
	background:#000;
}
.bg_in_w{
	background:rgba(255,255,255,0.55);
	padding: 20px;
}
.bg_img02{
	background-image: url("../img/bg_contact.jpg");
	background-size: cover;
	background-position: center;
}

.bg_grad{
	background-image: linear-gradient(90deg, rgba(65,164,235,0.3),rgba(14,244,255,0.3));
}
.bg_cafe{
	background: url("../img/bg_cafe_t.png") no-repeat;
	background-size: 100%;
	background-position: top center;
}
.bg_cafe02{
	background: url("../img/cafe/bg_cafe_g.png") repeat;
}
.bg_cafe03{
	background: url("../img/cafe/bg_cafe02.png") ,url("../img/cafe/bg_cafe03.png");
	background-repeat: no-repeat;
	background-position: bottom 30px left 30px,top right 30px;
}

/* ヘッダー　======================================== */
header{
	width: 100%;
}
.site-header{
	background: linear-gradient(to bottom , rgba(0,0,0,0.5),rgba(0,0,0,0.0));
    position: fixed;
    transition: .5s;
    width: 100%;
	height: 120px;
	z-index: 11;
}
.site-header.transform{
    background: linear-gradient(90deg, rgba(65, 164, 253, 1), rgba(14, 244, 255, 1));
	height: 170px;
}
.site-header .inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}
.top_title h1 img {
	width: 350px;
	transition: .5s ease-out;
}
.top_title.resize h1 img {
	width: 240px;
}

/* ヘッダー問い合わせボタン　================== */
.contact_wrap{
	padding-top: 10px;
}
.top_contact{
	display: flex;
	justify-content:flex-end;
	z-index: 20;
}
.btn_header{
	text-align: center;
	width: 200px;
	height: 40px;
	background-color:#fff;
	color: #000;
	padding: 0.3em;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	border-radius: 30px;
	margin-right: 15px;
	position: relative;
}
.btn_header::after{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: calc(50% - 0.5em);
	right: 15px;
	transition: .5s;
}
.btn_header:hover{
	color: #0086bc;
	transition: .5s;
}
.btn_header:hover::after{
	right: 10px;
	transition: .5s;
}
.tel_header{
	display: block;
	text-align: center;
	vertical-align: middle;
	font-size: 2em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	margin-right: 30px;
}
.tel_header a{
	color: #fff;	
}
.sns{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 5px 15px;
}
.sns a{
	width: 160px;
	text-align: center;
	background: #fff;
	margin-left: 15px;
	padding: 5px;
	font-size: 0.9em;
	border-radius: 30px;
	color: #1a1a1a;
	transition: .5s;
}
.sns a:hover{
	color: #0086bc;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.29);
}
/* ボタン　================================================== */
.button_wrap{
	display: block;
	margin: 0 0 0 auto;
	width: 90%;
	max-width: 300px;
	font-size: 1.1em;
}
.button_wrap_center{
	display: block;
	margin: auto;
	width: 90%;
	max-width: 300px;
	font-size: 1.1em;
}
.button_wrap_wide{
	display: block;
	margin: auto;
	width: 100%;
	max-width: 500px;
	font-size: 1.2em;
}
a.btn02{
    position: relative;
	overflow: hidden;
	text-decoration: none;
	display: inline-block;
    padding: 10px 30px;
    text-align: center;
    outline: none;
    transition: ease .2s;
	width: 100%;
	background: #0086bc;
	color: #fff;
	border-radius: 30px;
	font-weight: 400;
}

a.btn02 span {
	position: relative;
	z-index: 3;
	color:#fff;
}
a.btn02:hover span{
	color:#fff;
	transition: ease .2s;
}
.bgleft_w:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
    /*色や形状*/
 	background:rgba(0,0,0,0.5);
 	width: 100%;
	height: 100%;
    /*アニメーション*/
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}

.bgleft_w:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}

/* スライダー　======================================== */
.slider{
	width: 100%;
	height: 100vh;
	min-height: 650px;
	position: relative;
	overflow: hidden;
	-ms-overflow-style: none;
}
.top_copy{

}

/* メインナビ　======================================== */
.main_nav{
	position: sticky;
	top: 100px;
	left: 0;
	z-index: 20;
	background:linear-gradient(90deg, rgba(65, 164, 253, 1), rgba(14, 244, 255, 1));
}
.main_nav ul{
	display: flex;
	justify-content: center;
	max-width: 1200px;
	margin: auto;
	padding: 10px 0;
}
.main_nav ul li{
	width: 100%;
	border-right: dashed 1px #fff;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	box-sizing: border-box;
}
.main_nav ul li:last-child{
	border-right:none;
}
.main_nav ul li a{
	display: block;
	width: 100%;
	text-align: center;
	padding: 15px 0;
	color: #fff;
	transition: .5s ease;
}
.main_nav ul li a:hover{
	color: #fff;
	padding:10px 0;
	text-shadow: 2px 2px 10px rgba(0,0,0,0.59);
}


/* 最大表示幅枠　======================================== */
.wrapper{
	max-width: 1600px;
	margin: auto;
	padding: 0;
	overflow: hidden;
}


/* 新着情報 ================================================== */
.news_wrap{
	padding: 30px 0 50px;
	background:#0086bc;
}
.news{
	max-width: 960px;
	height: 140px;
	overflow:auto;
	margin: auto;
	display: flex;
	justify-content: space-around;
	padding: 20px;
}
.news h3{
	font-size: 1.5em;
	width: 150px;
	margin-top: auto;
	margin-bottom: 20px;
	text-align: center;
	color:#fff;
	font-family: 'Noto Serif JP', serif;
}
.news_in{
	width: 100%;
	height: 100%;
	max-width: 850px;
	margin: 0 ;
	padding: 10px;
	color: #fff;
}


/* 各コンテンツ枠　======================================== */
.contents{
	padding:50px 0;
	width: 100%;
}
.contents_in{
	max-width: 960px;
	margin: auto;
}
.contents_in_wide{
	max-width: 1280px;
	margin: auto;
}
.card002{
	display: flex;
	justify-content: center;
	align-content: center;
}
.card002 div{
	width: 100%;
	padding: 10px;
}
.card002 div img{
	width: 100%;
}

.photo_flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.photo_flex div{
	width: 100%;
	padding: 10px;
}
.photo_flex div img{
	width: 100%;
}
.photo_flex2-2{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}
.photo_flex2-2 div.wrap{
	width: 50%;
	padding: 0;
	vertical-align: middle;
}
.photo_flex2-2 div.wrap img{
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	vertical-align: middle;
	padding: 0;
}
.img16-9{
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.bg_cafe_cut01{
	background:url("../img/cafe/cut01.png") no-repeat;
	background-position: bottom right;
	background-size: 200px;
}



/* 挨拶　======================================== */
.greeting{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: auto;
	background:url("../img/bg_deco_r01.png"), url("../img/bg_texture_b01.jpg");
	background-repeat:no-repeat, repeat;
	background-position: bottom right,center;
	background-size: 35%,auto;
	padding: 50px 10px;
}
.bg_img01{
	background: url("../img/bg_greeting.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 450px;
}

.greeting_in{
	width: 50%;
	padding: 20px 30px 10px;
	align-self: stretch;
}
.txt_wrap_left{
	width: 460px;
	height: 100%;
	margin: 0 auto 0 0;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.greeting h3{
	font-size: 1.2em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	color: #bca980;
	margin-bottom: 15px;
	
}
.greeting p{
	font-size: 1em;
	line-height: 200%;
	margin-bottom: 1em;
}

.txt_wrap_right{
	width: 460px;
	height: 100%;
	margin: 0 0 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.greeting_btn{
	margin-top: 50px;
}




/* 事業内容　================================================== */
.bg_01{
	background: url("../img/bg_top01.png") no-repeat;
	background-size: contain;
	background-position: left;
}
.bg_02{
	background: url("../img/bg_top02.png") no-repeat;
	background-position: right;
	background-size: contain;
}
.bg_03{
	background: url("../img/bg_top03.png") no-repeat;
	background-position: left;
	background-size: contain;
}
.bg_04{
	background: url("../img/bg_top04.png") no-repeat;
	background-position: right;
	background-size: contain;
}
.bg_in_w_l{
	background: linear-gradient(to left , rgba(255,255,255,0.65),rgba(255,255,255,0.00))
}
.bg_in_w_r{
	background: linear-gradient(to right , rgba(255,255,255,0.65),rgba(255,255,255,0.00))
}
.card002 .logo img{
	width: 300px;
	display: block;
	margin: 30px auto;
}
.card002 .txt{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
/* table ============================== */
.triangle table {
	border-collapse: collapse;
    border-spacing: 5px;
    margin: 0 auto;
    padding: 0;
	width:100%;
}

.triangle table tr{
    border-bottom: solid 2px white;
}

.triangle table tr:last-child{
    border-bottom: none;
}

.triangle table th{
    position: relative;
    width: 20%;
    background-color: #0086bc;
    color: white;
    text-align: center;
    padding: 10px 0;
}

.triangle table th:after{
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top:calc(50% - 10px);
    right:-10px;
    border-left: 10px solid #0086bc;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.triangle table td{
    text-align: left;
    padding: 10px 0 10px 20px;
}
/*コンタクトボタン*/
.footer_contact{
	width: calc(100% - 30px);
	max-width: 960px;
	margin: auto;
	display: flex;
	align-items: center;
	background: #0086bc;
	border-radius: 5px;
	padding: 10px;
}
.footer_contact .f_contact_in{
	width: 100%;
	height: 100px;
	text-align: center;
	position: relative;
}
.footer_contact .border{
	border-left: dashed 1px #ccc;
}
.footer_contact .f_contact_in p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% ,-50%);
	color: #f5f5f5;
	font-size: 1.3em;
	line-height: 150%;
	width: 90%;
	font-family: 'Noto Serif JP', serif;
	transition: .5s;
}
.footer_contact .f_contact_in p i{
	font-size: 150%;
	color: #bca980;
}
.footer_contact .f_contact_in a{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
}
.footer_contact .f_contact_in:hover p{
	color: #bca980;
}

/* フッター部分　================================================== */
footer{
	background-image: url("../img/bg_deco_l02.png"),linear-gradient(90deg, rgba(65, 164, 253, 1), rgba(14, 244, 255, 1));
	background-repeat:no-repeat;
	background-position:left bottom 30px,center;
	background-size: 40%,cover;
	margin: 0;
	padding: 0;
	color:#fff;
}
footer h2{
	text-align: center;
}
footer h2 img{
	width: 300px;
	padding: 10px;
}

.footer_in{
	width: 100%;
	max-width: 960px;
	margin: auto;
	padding: 20px
}

.link_area ul.footer_nav{
	display: flex;
    justify-content: center;
    align-items: center;
	margin: 0px auto 30px;
	max-width: 700px;
}
.link_area ul.footer_nav li{
	font-size: 0.9em;
    font-weight: 700;
    padding: 1em;
    text-align: center;
	width: 100%;
}
.link_area ul.footer_nav li a{
	color: #fff;
}
.link_area ul.footer_nav li :hover{
	color:#ffd04f;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

.address{
	text-align: center;
	font-size:1.2em;
	padding: 10px 0;
}
.address a{
	color: #fff;
}
.address a:hover{
	color: #fff;
	transition:all .5s ease-in;
}

footer small p{
	color: #fff;
	padding: 0.5em 0;
	margin-top: 50px;
	background: #1a1a1a;
	text-align: center;
}


/* サブページ ================================================== */

.subtitle{
	width: 100%;
	height: 600px;
	position: relative;
	overflow: hidden;
	-ms-overflow-style: none;
}
.sub_copy{
	
}
.sub_copy img.type01{
	position: absolute;
	top:100px;
	left:50%;
	transform: translateX(-50%);
	z-index: 10;
	text-align: center;
	height: calc(100% - 100px);
	filter: grayscale(100%) invert(100%) brightness(200%) drop-shadow(2px 2px 5px rgba(0,0,0,0.5));
}
.sub_copy img.type02{
	position: absolute;
	top:100px;
	left:50%;
	transform: translateX(-50%);
	z-index: 10;
	text-align: center;
	height: calc(100% - 100px);
}
.sub_copy h2.txt{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'Noto Serif JP', serif;
	font-size:2.5rem;
	color: #fff;
	text-shadow: 2px 2px 10px #000;
}

.flex_contents{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	background: #f5f5f5;
	padding: 10px;
	border-radius: 15px;
	border:solid 1px #bca980;
}
.flex_contents .photo{
	width: 100%;
	max-width: 300px;
	padding: 10px;
}
.flex_contents .photo img{
	width: 100%;
}
.flex_contents .txt{
	flex: 1;
	padding: 10px;
}
.underline{
	background:linear-gradient(transparent 60%, #ff6 60%);
	font-weight: 500;
}

/* アイコン横並び ============================== */
.pict{
	display: flex;
	justify-content: space-around;
	margin: 30px 0;
}
.pict li{
	width: 100%;
	text-align: center;
	color: #0086bc;
	font-family: ibm-plex-sans-jp, sans-serif;
	font-weight: 700;
	font-size: 1rem;
	line-height: 150%;
}
.pict li img{
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: #f5f5f5;
	padding: 10px;
	border:solid 1px #bca980;
}
.carousel_wrap{
	max-width: 400px;
	width: 100%;
	margin: 20px auto ;
}
.carousel_g {
	width: 100%;
	padding: 0;
	margin: auto;
}
.carousel_g div {
	height: 300px;
	border-radius: 5px;
	overflow: hidden;
	margin: auto;
}
.carousel_g img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.carousel_g .slick-next {
	right: 40px;
	z-index: 50;
}
.carousel_g .slick-prev {
	left: 30px;
	z-index: 50;
}

.ul_pattern1 ul li{
	font-size: 1.2em;
	padding: 0.5em 1em 0.5em 2em;
	text-indent: -1.5em;
	margin-bottom: 0.5em;
	background:#f5f5f5;
}
.ul_pattern1 ul li i{
	margin-left: 1em;
	color: #0086bc;
	padding-left: 0.5em;
}

.img_left{
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 30px 0;
}
.img_right{
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 30px 0 30px auto;
}

.line02_w table {
    border-spacing:0;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.line02_w table th{
	border-bottom: solid 3px #ffd04f;
	padding: 0.5em 1em;
	width:20%;
	min-width: 6em;
}
.line02_w table td{
	border-bottom: solid 3px #ccc;
	padding: 0.5em 1em;
}
.line02_w table td i{
	color: #bca980;
	padding-left: 1em;
}
.line02_w dl{
	margin-bottom: 1em;
}
.line02_w dl dt{
	font-weight: 500;
	color: #0086bc;
}
.line02_w dl dd{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.5em;
}

.line02_w ul li{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.5em;
}
/* メニュー ================================================== */
.menu dl{
	display: flex;
	width: 100%;
	justify-content: space-between;
	border-bottom: dotted 3px #ffd04f;
	margin-bottom: 0.5em;
}
.menu dl dt{
	font-family: 'Noto Serif JP', serif;
	font-size: 1.2em;
}
.menu dl dd{
	text-align: right;
	min-width: 4em;
}



/*パンくずリスト ================================================== */
.breadcrumb {
	list-style: none;
	position: absolute;
	bottom: 1em;
	right: 1em;
	padding: 3px 5px;
	font-size: 0.9em;
}

.breadcrumb li {
	display: inline;
	list-style: none;
	line-height: 100%;
}

.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	color: #fff;
}

.breadcrumb li:last-child:after {
	content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}

.breadcrumb li a:hover {
	text-decoration: underline;
}
/* スクロールフェードイン ================================================== */
.fadein {
	opacity : 0.1;
	transform : translate(0, 100px);
	transition : all 500ms;
	}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	font-family: 'Noto Serif JP', serif;
	}

/*----------------MFS--------------------*/
.c_red{
	color: red;
}
p{
	letter-spacing: 1.2px;
    padding: 4px 0px;
	
}
.mfs_list li i{
	display: inline;
	padding: 10px;
	color:#0086bc;
}
.mfs_list li {
	font-family: 'Noto Serif JP', serif;
	margin-left: 2em;
	color: #1a1a1a;
	text-indent: -2em;
	letter-spacing: 1.2px;
    padding: 4px 0px;
}
.sub_ttl {
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 1.6rem;
	padding: 5px 2rem;
	color: #0086bc;
caption-side: a
}
.sub_ttl::before{
	content: "";
	width: 5px;
	height: 30px;
	background-color: #0086bc;
}
.sub_ttl span{
	color: #1a1a1a;
}
.img_flow{
	width: 80%;
	margin: auto;
}
.img_flow img{
	width: 100%;
}
.flex_contact{
	display: flex;
	width: 80%;
	margin: auto;
	justify-content: center;
}
p{
	letter-spacing: 1.2px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #1a1a1a;	
/*	font-weight: 600;*/
}

@media (max-width: 959px){
	.sub_ttl{
		font-size: 1.4rem
	}
	.flex_contact{
		flex-direction: column;
		align-items: center;
	}
	.button_wrap{
		padding: 10px 0px;
	}
}