@charset "UTF-8";

/* メインビジュアル
---------------------------------------*/
article div#slider{
	overflow:hidden;
	text-align:center;
}

article div#slider div.scroll{
	width:100%;
	height:100%;
	position:absolute;
}

article div#slider div.scroll img{
	max-width:666px;
	width:100%;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	z-index:10;
}

article div#slider img#scrollbtn{
	position:fixed;
	bottom:14px;
	right:16px;
	z-index:10;
}

/* 画面幅480px未満
=======================================*/
@media screen and (max-width:489px){
	article div#slider div.scroll{
		padding-top:75px;
		box-sizing:border-box;
		z-index:10;
		width:100%;
		text-align: center;
	}

	article div#slider div.scroll img{
		position:static;
		-webkit-transform:none;
		transform:none;
		margin:0 auto;
		width:100%;
		max-width:320px;
		max-height:100px;
	}

	article div#slider .sp-mask,
	article div#slider .sp-slide,
	article div#slider .sp-slide .sp-image-container{
		height:260px !important;
	}

	article div#slider img#scrollbtn{
		display:none;
	}
}

/* 画面幅480px以上 768px未満
=======================================*/
@media screen and (min-width:480px) and (max-width:768px){
	article div#slider div.scroll img{
		max-width:320px;
		max-height:100px;
	}
}


/* 画面が横長
=======================================*/
@media only screen and (orientation: landscape){
	article div#slider div.scroll img{
		width:auto;
		height:100%;
		max-height:175px;
		max-width:initial;
	}
}

/* コンテンツ
---------------------------------------*/
article div#content_wrapper section{
	padding:45px 0;
}

article div#content_wrapper section > div{
	width:1000px;
	height:100%;
	margin:0 auto;
}

article div#content_wrapper section#concept div.header{
	width:100%;
	border-top:1px solid #a8d3b9;
}

/* 画面幅1250px未満
=======================================*/
@media screen and (max-width:1250px){
	article div#content_wrapper section > div{
		width:100%;
	}
}

/* 画面幅768px未満
=======================================*/
@media screen and (max-width:768px){
	article div#content_wrapper section{
		padding:40px 0;
	}
}

/* 画面幅480px未満
=======================================*/
@media screen and (max-width:480px){
	article div#content_wrapper section{
		/*padding-bottom:70px;*/
		padding-bottom:40px;
	}
}


/* parallax
---------------------------------------*/
article div#content_wrapper section#parallax{
	padding: 0;
}
article div#content_wrapper section#parallax div.appearance{
	width: 100%;
	height:250px;
    background-position:center center;
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-size:cover;
    background-image:url(../img/home/img_parallax.jpg);
	padding-top: 0;
}
_:lang(x)+_:-webkit-full-screen-document, article div#content_wrapper section#parallax div.appearance {
    background-attachment:initial;
  }
/* NEWS
---------------------------------------*/
article div#content_wrapper section#news{
	background-color:#d9ece0;
	overflow:hidden;
}

article div#content_wrapper section#news > div{
	padding:0 20px;
	box-sizing:border-box;
	overflow:hidden;
}

article div#content_wrapper section#news div h1{
	width:147px;
	height:100%;
	float:left;
}

article div#content_wrapper section#news div h1 div{
	border-bottom:1px solid #0d4746;
	color:#0d4746;
	font-size: 50px;
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',arial,sans-serif;
	letter-spacing: 3px;
	line-height: 120%;
	border-bottom: 1px solid #0d4746;
	display: inline-block;
}

article div#content_wrapper section#news div h1 span{
	color:#0d4746;
	font-size: 17px;
	line-height: 120%;
	display: block;
	padding-top: 20px;
}

article div#content_wrapper section#news div ul{
	float:left;
	width:calc(100% - 247px);
	margin-left:100px;
}

article div#content_wrapper section#news div ul li{
	padding:7px 0;
}

article div#content_wrapper section#news div ul li a{
	color:#0d4746;
	font-size:14px;
	display:flex;
	font-weight: 600;
	font-size: 16px;
	transition: all 0.3s ease;
}
article div#content_wrapper section#news div ul li a:hover{
	opacity: 0.7;
}

article div#content_wrapper section#news div ul li a time,
article div#content_wrapper section#news div ul li a span{
	display:block;
}

article div#content_wrapper section#news div ul li a span b{
	color:#c1272d;
	font-size:14px;
	font-weight: 600;
	font-size: 16px;
}


article div#content_wrapper section#news div ul li a time{
	margin-right:20px;
}


article div#content_wrapper section#news a.button{
	display:block;
	width:280px;
	height:45px;
	line-height:45px;
	text-align:center;
	color:#0d4746;
	font-size:123.1%;
	border:3px solid #0d4746;
	margin:40px auto 0 auto;
	transition:all 0.5s;
	font-weight: 600;
	background-color: #d9ece0;
}

article div#content_wrapper section#news a.button:hover{
	background-color:#0d4746;
	color:#FFF;
}

/* 画面幅1250px未満
=======================================*/
@media screen and (max-width:1250px){
	article div#content_wrapper section#news > div{
		max-width: 1000px;
	}
}

/* 画面幅1200px未満
=======================================*/
@media screen and (max-width:1200px){
	article div#content_wrapper section#news > div{
		box-sizing:border-box;
		max-width: 1000px;
	}
}

/* 画面幅1024px未満
=======================================*/
@media screen and (max-width:1024px){
	article div#content_wrapper section#news div ul{
		width: calc(100% - 30%);
		margin: 0 auto;
		float: none;
	}
	article div#content_wrapper section#news div h1{
		width: 100%;
		text-align: center;
		float: none;
		margin-bottom: 30px;
	}
}

/* 画面幅768px未満
=======================================*/
@media screen and (max-width:768px){
	article div#content_wrapper section#news div ul{
		width: calc(100% - 20%);
	}
	
	article div#content_wrapper section#news div h1 a{
		width:100%;
		text-align:center;
		border:1px solid #0d4746;
		padding:5px 0;
	}
	article div#content_wrapper section#news div h1 div{
		font-size:40px;
	}
	article div#content_wrapper section#news div h1 span{
		font-size:40px;
		font-size: 16px;
	}
}

/* 画面幅600px未満
=======================================*/
@media screen and (max-width:600px){
	article div#content_wrapper section#news div ul{
		width: 100%;
	}
}
/* 画面幅480px未満
=======================================*/
@media screen and (max-width:480px){
	article div#content_wrapper section#news div{
		display:block;
	}
	
	article div#content_wrapper section#news div h1,
	article div#content_wrapper section#news div ul{
		float:none;
	}
	
	article div#content_wrapper section#news div h1{
		width:100%;
		margin-bottom:20px;
		text-align: center;
	}
	
	article div#content_wrapper section#news div h1 div{
		text-align:center;
	}
	
	article div#content_wrapper section#news div h1 a{
		display:none;
	}

	article div#content_wrapper section#news div ul{
		margin-left:0;
		width:100%;
	}
}
/* 画面幅400px未満
=======================================*/
@media screen and (max-width:400px){
	article div#content_wrapper section#news div ul li a{
		display:block;
	}
	
	article div#content_wrapper section#news div ul li a time{
		margin-bottom: 10px;
	}
	article div#content_wrapper section#news div ul li a time::before{
		content: "[";
		font-size: inherit;
		color: inherit;
	}
	article div#content_wrapper section#news div ul li a time::after{
		content: "]";
		font-size: inherit;
		color: inherit;
	}
	article div#content_wrapper section#news div ul li a span{
		margin-bottom: 5px;
		border-bottom: 1px dashed;
		padding-bottom: 5px;
	}
}


/* Concept
---------------------------------------*/
article div#content_wrapper section#concept{
	text-align: center;
}
article div#content_wrapper section#concept div h2{
	/* width:540px; */
	font-size:40px;
	font-weight:600;
	color:#0d4746;
	line-height:130%;
	margin-right: auto;
	margin-left: auto;
}
article div#content_wrapper section#concept div h2 br{
	display: none;
}
article div#content_wrapper section#concept div em{
	/* width:540px; */
	font-size:22px;
	font-style: normal;
	color:#000;
	line-height:160%;
	display: block;
    margin: 0 auto;
	padding-top: 40px;
}

article div#content_wrapper section#concept div h2 br#br1{
	display:none;
}

article div#content_wrapper section#concept div > span{
	display: block;
	color:#0d4746;
	font-weight:600;
	font-size:16px;
	font-weight:300;
	line-height:100%;
	padding-top:80px;
	margin-bottom: 10px;
}

article div#content_wrapper section#concept div p{
	/*width:367px;*/
	width:100%;
	font-size:16px;
	line-height:200%;
	color:#000;
	padding-top: 70px;
}

article div#content_wrapper section#concept > div:nth-child(2){
	margin-bottom: 100px;
}
article div#content_wrapper section#concept > div:nth-child(3){
	margin-bottom: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
}
article div#content_wrapper section#concept > div a.button{
	display:block;
	width:288px;
	height:45px;
	line-height:45px;
	text-align:center;
	color:#0d4746;
	font-size:123.1%;
	border:3px solid #0d4746;
	margin-right: 30px;
	transition:all 0.5s;
	font-weight: 600;
	letter-spacing: 2px;
}

article div#content_wrapper section#concept > div a:nth-child(2).button{
	margin-right: 0;
}

article div#content_wrapper section#concept a.button:hover{
	background-color:#0d4746;
	color:#FFF;
}

/* 画面幅1200px未満
=======================================*/
@media screen and (max-width:1200px){
	article div#content_wrapper section#concept > div:nth-child(2){
		/*padding-left:20px;*/
		box-sizing:border-box;
		background:none;
		width:96%;
	}

	article div#content_wrapper section#concept div p{
		width:100%;
		margin-left:0;
	}
	article div#content_wrapper section#concept div h2{
		width:100%;
	}
}

/* 画面幅1000px未満
=======================================*/
@media screen and (max-width:1000px){
	article div#content_wrapper section#concept > div:nth-child(2){
		width:96%;
	}
}

/* 画面幅768px未満
=======================================*/
@media screen and (max-width:768px){
	article div#content_wrapper section#concept > div:nth-child(2){
		width:100%;
	}

	article div#content_wrapper section#concept div h2{
		width:100%;
		font-size: 36px;
	}
	article div#content_wrapper section#concept div em {
		font-size: 20px;
	}
	article div#content_wrapper section#concept div h2 img{
		width:100%;
		max-width:439px;
	}
	
	article div#content_wrapper section#concept div img.over1200_none{
		width:100%;
	}
	
	article div#content_wrapper section#topics div.header,
	article div#content_wrapper section#concept div.header{
		margin-bottom:0px;
	}
	article div#content_wrapper section#concept div p{
		text-align: left;
	}
	article div#content_wrapper section#concept > div a.button{
		width: calc((100% - 5%) / 2 );
		margin-right: 5%;
	}
}
/* 画面幅570px未満
=======================================*/
@media screen and (max-width:570px){
	article div#content_wrapper section#concept div h2{
		width:100%;
		font-size: 30px;
	}
	article div#content_wrapper section#concept div em {
		font-size: 18px;
	}
}

/* 画面幅480px未満
=======================================*/
@media screen and (max-width:480px){
	article div#content_wrapper section#concept{
		padding-top:5px;
	}
	article div#content_wrapper section#concept > div:nth-child(2) {
		margin-bottom: 50px;
	}
	article div#content_wrapper section#concept > div:nth-child(3) {
		margin-bottom: 10px;
	}
	article div#content_wrapper section#concept div > span{
		padding-top:45px;
		margin-bottom: 20px;
	}
	article div#content_wrapper section#concept div em {
		font-size: 18px;
		padding-top: 30px;
	}
	article div#content_wrapper section#concept div h2{
		font-size:28px;
		background-image:none;
		padding-left:0;
	}
	article div#content_wrapper section#concept div h2 br{
		display: block;
	}
	article div#content_wrapper section#concept div h2 span{
		display:none;
	}
	
	article div#content_wrapper section#concept div h2{
		padding-top:0px;
	}
	
	article div#content_wrapper section#concept div h2 br#br1{
		display:inline;
	}
	
	article div#content_wrapper section#topics div.header,
	article div#content_wrapper section#concept div.header{
		margin-bottom:0px;
	}

	article div#content_wrapper section#concept div p{
		line-height:160%;
		padding-top: 50px;
	}

	article div#content_wrapper section#concept div img.over1200_none{
		display:block;
		margin:10px auto;
	}
	article div#content_wrapper section#concept > div:nth-child(3) {
		flex-direction: column;
	}
	article div#content_wrapper section#concept > div a.button{
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	article div#content_wrapper section#concept > div a:nth-child(2).button{
		margin-bottom: 0;
	}
}
/* 画面幅390px未満
=======================================*/
@media screen and (max-width:390px){
	article div#content_wrapper section#concept div h2 {
		font-size: 25px;
	}
}

/* recruit
---------------------------------------*/
article div#content_wrapper section#recruit{
	height:auto;
	box-sizing:border-box;
	margin-top: 65px;
}
article div#content_wrapper section#recruit > div{
	background-color: #D9ECE0;
	width: 100%;
	max-width: 1000px;
	padding-top: 75px;
	padding-bottom: 75px;
}
article div#content_wrapper section#recruit h2{
	text-align: center;
	margin-bottom: 50px;
}
article div#content_wrapper section#recruit h2 div{
	color:#0d4746;
	font-size: 50px;
	letter-spacing: 3px;
	line-height: 120%;
	border-bottom: 1px solid #0d4746;
	display: inline-block;
}
article div#content_wrapper section#recruit h2 span{
	color:#0d4746;
	font-size: 17px;
	line-height: 120%;
	display: block;
	padding-top: 12px;
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',arial,sans-serif;
}
article div#content_wrapper section#recruit > div > em{
	text-align: center;
	margin-bottom: 30px;
	font-style: normal;
	font-size: 123.1%;
	font-weight: 600;
	color: #0D4746;
	display: block;
	letter-spacing: 1px;
    line-height: 1.8;
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',arial,sans-serif;
}
article div#content_wrapper section#recruit > div > div{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
article div#content_wrapper section#recruit > div > div ul{
	margin-bottom: 40px;
}
article div#content_wrapper section#recruit > div > div ul li{
	display: flex;
	flex-wrap: wrap;
	border-bottom:1px dotted #0D4746;
	min-height: 55px;
	justify-content: flex-start;
	align-items: center;
	padding: 20px 0;
	box-sizing: border-box;
}
article div#content_wrapper section#recruit > div > div ul li:first-of-type{
	border-top:1px dotted #0D4746;
}
article div#content_wrapper section#recruit > div > div ul li b{
	font-size: 16px;
	font-weight: 600;
	color: #000;
	width: 270px;
	padding-left: 60px;
	box-sizing: border-box;
	line-height: 1.4;
}
article div#content_wrapper section#recruit > div > div  ul li span{
	font-size: 16px;
	color: #000;
	width: calc(100% - 270px);
	box-sizing: border-box;
	line-height: 1.4;
}
article div#content_wrapper section#recruit > div > p{
	text-align: center;
	margin-bottom: 30px;
	font-style: normal;
	font-size: 123.1%;
	font-weight: 600;
	color: #0D4746;
	display: block;
	letter-spacing: 1px;
    line-height: 1.8;
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',arial,sans-serif;
}
article div#content_wrapper section#recruit > div > a{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	max-width: 400px;
	border-radius: 50px;
	background-color: #0D4746;
	margin: 0 auto;
	height: 100px;
	transition: all 0.5s;
	border: 3px solid #0D4746;
}
article div#content_wrapper section#recruit > div > a:hover{
	background-color: #fff;
}
article div#content_wrapper section#recruit > div > a span{
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 15px;
	transition: all 0.5s;
}
article div#content_wrapper section#recruit > div > a span br{
	display: none;
}
article div#content_wrapper section#recruit > div > a em{
	font-size: 32px;
	font-weight: 600;
	color: #fff;
	font-style: normal;
	transition: all 0.5s;
}

article div#content_wrapper section#recruit > div > a:hover span{
    color: #0D4746;
}
article div#content_wrapper section#recruit > div > a:hover em{
    color: #0D4746;
}

@media screen and (max-width:1024px){
	article div#content_wrapper section#recruit{
		margin-top: 0;
		padding-top: 0;
	}
	article div#content_wrapper section#recruit > div{
		max-width: 100%;
		padding: 80px 4% 75px 4%;
	}
}

/* 画面幅768px未満
=======================================*/
@media screen and (max-width:768px){
	article div#content_wrapper section#recruit h2 div{
		font-size: 40px;
	}
	article div#content_wrapper section#recruit h2 span{
		font-size: 16px;
	}
	article div#content_wrapper section#recruit > div > em{
		font-size: 17px;
	}
	article div#content_wrapper section#recruit > div > p{
		font-size: 17px;
	}
	article div#content_wrapper section#recruit > div > div ul li b{
		width: 190px;
		padding-left: 40px;
	}
	article div#content_wrapper section#recruit > div > div  ul li span{
		width: calc(100% - 200px);
	}
	article div#content_wrapper section#recruit > div > a{
		height: 90px;
	}
	article div#content_wrapper section#recruit > div > a span{
		margin-bottom: 10px;
	}
	article div#content_wrapper section#recruit > div > a em{
		font-size: 28px;
	}
}

@media screen and (max-width: 480px) {
	article div#content_wrapper section#recruit h2{
		margin-bottom: 30px;
	}
	article div#content_wrapper section#recruit h2 div{
		font-size: 36px;
	}
	article div#content_wrapper section#recruit > div > div ul li b{
		width: 125px;
		padding-left: 10px;
		font-size: 14px;
	}
	article div#content_wrapper section#recruit > div > div  ul li span{
		width: calc(100% - 135px);
		font-size: 14px;
	}
	article div#content_wrapper section#recruit > div > div ul li{
		padding: 15px 0;
	}
	article div#content_wrapper section#recruit > div > em{
		font-size: 15px;
	}
	article div#content_wrapper section#recruit > div > p{
		font-size: 15px;
	}
	article div#content_wrapper section#recruit > div > a em{
		font-size: 24px;
	}
	article div#content_wrapper section#recruit > div > a span{
		font-size: 14px;
		margin-bottom: 5px;
	}
	article div#content_wrapper section#recruit > div > a{
		height: 80px;
	}
}
@media screen and (max-width: 370px) {
	article div#content_wrapper section#recruit > div > em{
		letter-spacing: 0;
	}
	article div#content_wrapper section#recruit > div > p{
		letter-spacing: 0;
	}
}
@media screen and (max-width: 350px) {
	article div#content_wrapper section#recruit > div > a span{
		text-align: center;
		line-height: 1.4;
	}
	article div#content_wrapper section#recruit > div > a span br{
		display: block;
	}
	article div#content_wrapper section#recruit > div > a{
		height: 90px;
	}
}


/* @media screen and (max-width: 480px) {
	article div#content_wrapper section#recruit h2{
		margin-bottom: 30px;
	}
	article div#content_wrapper section#recruit h2 div{
		font-size: 36px;
	}
	article div#content_wrapper section#recruit > div > div ul li b{
		width: 100%;
		padding-left: initial;
		padding: 15px 0;
		background-color: #0D4746;
		text-align: center;
		color: #FFF;
	}
	article div#content_wrapper section#recruit > div > div  ul li span{
		width: 100%;
		padding: 15px 20px 20px;
		text-align: center;
	}
	article div#content_wrapper section#recruit > div > div ul li{
		padding: 0;
		flex-direction: column;
		border: 1px solid #0D4746;
	}
} */

/* Instagram
---------------------------------------*/
article div#content_wrapper section#instagram{
	height:auto;
	box-sizing:border-box;
	padding-top: 80px;
	padding-bottom: 20px;
}
article div#content_wrapper section#instagram h2{
	text-align: center;
	margin-bottom: 30px;
}
article div#content_wrapper section#instagram h2 div{
	color:#0d4746;
	font-size: 50px;
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',arial,sans-serif;
	letter-spacing: 3px;
	line-height: 120%;
	border-bottom: 1px solid #0d4746;
	display: inline-block;
}
article div#content_wrapper section#instagram h2 span{
	color:#0d4746;
	font-size: 17px;
	line-height: 120%;
	display: block;
	padding-top: 12px;
}
article div#content_wrapper section#instagram #sb_instagram{
    width:1010px !important;
    margin:0 auto;
    transition:all 0.5s;
    overflow: hidden;
	padding-bottom: 0 !important;
}
/* article div#content_wrapper section#instagram > div.tabonly{
	display: none;
} */
article div#content_wrapper section#instagram > div.pconly{
	display: block;
}


@media screen and (max-width:1024px){
	article div#content_wrapper section#instagram #sb_instagram{
		width:100% !important;
		padding-left: 0px !important;
		padding-right: 0% !important;
	}
}

/* 画面幅768px未満
=======================================*/
@media screen and (max-width:768px){

	article div#content_wrapper section#instagram h2 div{
		font-size: 40px;
	}
	article div#content_wrapper section#instagram h2 span{
		font-size: 16px;
	}

	article div#content_wrapper section#instagram{
		/*display:none;*/
		height:auto;
	}
	/* article div#content_wrapper section#instagram > div.tabonly{
		display: block;
	}
	article div#content_wrapper section#instagram > div.pconly{
		display: none;
	} */

  #sb_instagram #sbi_images{
    gap :10px !important;
  }
}

@media screen and (max-width: 480px) {
	article div#content_wrapper section#instagram{
		padding-top: 40px;
	}
	article div#content_wrapper section#instagram h2{
		margin-bottom: 10px;
	}
	article div#content_wrapper section#instagram h2 div{
		font-size: 36px;
	}
}

/* notice
---------------------------------------*/
article div#content_wrapper section#notice{
	height:auto;
	box-sizing:border-box;
	padding-top: 80px;
	padding-bottom: 20px;
}
article div#content_wrapper section#notice > div{
	width: 100%;
	display: flex;
	justify-content: center;
    align-items: stretch;
	max-width: 1000px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #b52a22;
	padding: 50px;
	box-sizing: border-box;
}
article div#content_wrapper section#notice picture{
	width:calc(50% - 40px);
	margin-right: 40px;
	box-sizing: border-box;
	display: block;

	height: auto;
	position: relative;
	overflow: hidden;
}
article div#content_wrapper section#notice picture::before{
	content: "";
	display: block;
	padding-top: 80%;
}
article div#content_wrapper section#notice picture img{
	/* width: 100%;
	height: auto; */
	position: absolute;
	top: -50%;
	bottom: -50%;
	left: -50%;
	right: -50%;
	/* width: 135%; */
	width: 100%;
	height: auto;
	margin: auto;
}
article div#content_wrapper section#notice > div > div{
	width: 50%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
article div#content_wrapper section#notice > div > div h2{
	/* width: 100%;
	text-align: left;
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 160%;
	border-bottom: #e1d49e solid 1px;
	color: #e1d49e; */
}
article div#content_wrapper section#notice > div > div h2 {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 160%;
	color: #b52a22;
	background: #fff;
	box-shadow: 0px 0px 0px 5px #fff;
	border: dashed 2px #b52a22;
	padding: 0.2em 0.5em;
	box-sizing: border-box;
  }
  article div#content_wrapper section#notice > div > div h2 br{
	display: none;
  }

article div#content_wrapper section#notice > div > div p{
	font-size: 16px;
	width: 100%;
	display: block;
	margin-bottom: 30px;
	color: #fff;
}

article div#content_wrapper section#notice > div > div p span{
	font-size: inherit;
	color: #fff;
}
article div#content_wrapper section#notice > div > div a{
    font-size: 20px;
    font-weight: 600;
    display: flex;
    text-align: center;
    border: #fff 3px solid;
    box-sizing: border-box;
    line-height: 140%;
    width: 100%;
    padding: 5px 0;
    letter-spacing: 1px;
    transition: all 0.5s;
    justify-content: center;
    align-items: center;
    height: 45px;
	color: #fff;
}
article div#content_wrapper section#notice > div > div a:hover{
	color:#0b4645;
	background-color: #fff;
	border:solid 3px #0b4645;
}
article div#content_wrapper section#notice > div > div a::after{
	content: "";
	display: inline-block;
	background-position:center center;
    background-repeat:no-repeat;
	width: 20px;
    height: 24px;
    margin-left: 10px;
    background-image:url(../img/home/ico_pdfview.png);
	transition: all 0.5s;
}
article div#content_wrapper section#notice > div > div a:hover::after{
	content: "";
	display: inline-block;
	background-position:center center;
    background-repeat:no-repeat;
	width: 20px;
    height: 24px;
    margin-left: 10px;
    background-image:url(../img/home/ico_pdfview_hv.png);
}
button:hover {
	transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
	article div#content_wrapper section#notice picture img{
		width: 120%;
		height: 100%;
		object-fit: cover;
	}
}
@media screen and (max-width: 860px) {
	article div#content_wrapper section#notice > div > div h2 br{
		display: block;
	  }
}
@media screen and (max-width: 768px) {
	article div#content_wrapper section#notice > div{
		padding: 40px;
		flex-direction: column;
	}
	article div#content_wrapper section#notice > div > div h2 {
		letter-spacing: 0px;
	}
	article div#content_wrapper section#notice > div > div h2 br{
		display: none;
	  }
	article div#content_wrapper section#notice picture{
		width:100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	article div#content_wrapper section#notice picture::before{
		content: none;
	}
	article div#content_wrapper section#notice picture img{
		/* width: 100%;
		height: auto; */
		position: relative;
		top: initial;
		bottom: initial;
		left: initial;
		right: initial;
		width: 100%;
		height: auto;
		margin: auto;
	}
	article div#content_wrapper section#notice > div > div{
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	article div#content_wrapper section#notice > div > div h2 br{
		display: block;
	}
}
/* Access
---------------------------------------*/
article div#content_wrapper section#access{
	padding-top:0;
}

article div#content_wrapper section#access div.header{
	color:#0d4746;
	box-sizing:border-box;
	max-width: 1000px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 20px 0 20px;
}
article div#content_wrapper section#access div.header h2{
	width:28.5%;
	text-align: left;
}

article div#content_wrapper section#access div.header h2 div{
	border-bottom:1px solid #0d4746;
	color:#0d4746;
	font-size: 50px;
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',arial,sans-serif;
	letter-spacing: 3px;
	line-height: 120%;
	border-bottom: 1px solid #0d4746;
	display: inline-block;
}

article div#content_wrapper section#access div.header h2 span{
	color:#0d4746;
	font-size: 17px;
	line-height: 120%;
	display: block;
	padding-top: 20px;
}

article div#content_wrapper section#access div.header > div{
	margin-right: 30px;
	width: 350px;
}

article div#content_wrapper section#access div.header div address{
	font-style:normal;
	font-size:16px;
	margin-bottom:20px;
}

article div#content_wrapper section#access div.header div address + a{
	font-size:40px;
	color:#0d4746;
	font-weight:bold;
	margin-bottom:20px;
	display:block;
	cursor: default;
    pointer-events: none;
}


@media screen and (max-width: 768px) {
    article div#content_wrapper section#access div.header div address + a{
        pointer-events: auto;
    }
}

article div#content_wrapper section#access div.header div address + a small{
	font-size:26px;
	font-weight:normal;
}

article div#content_wrapper section#access div.header div ul{
	overflow:hidden;
}

article div#content_wrapper section#access div.header div ul li{
	float:left;
}

article div#content_wrapper section#access div.header div ul li a{
	color:#0d4746;
	font-size:18px;
	font-weight:600;
	display:block;
	margin-right:14px;
	box-sizing:border-box;
}
article div#content_wrapper section#access div.header div ul li a::before{
	content: "〉";
	color:#0d4746;
	font-size:18px;
	font-weight:800;
	display:inline-block;
	box-sizing:border-box;
}

article div#content_wrapper section#access div.header > a{
	width:100%;
	max-width: 243px;
	display:block;
	position:relative;
	z-index: -1;
}

article div#content_wrapper section#access div.header > a img{
	position:relative;
	top:-20px;
}

article div#content_wrapper section#access div#gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 470px;
	position: relative;
	background-color:#E9E5DC;
	width: 100%;
	max-width: initial;
}
article div#content_wrapper section#access div#gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

/* 画面幅1200px未満
=======================================*/
@media screen and (max-width: 1200px){
	article div#content_wrapper section#access > div {
		padding: 0;
		box-sizing: border-box;
		max-width: 1000px;
	}
}

/* 画面幅1024px未満
=======================================*/
@media screen and (max-width:1024px){
	article div#content_wrapper section#access div.header{
		padding: 45px 20px;
		flex-direction: column;
	}
	article div#content_wrapper section#access div.header h2{
		width:100%;
		text-align: center;
		margin-bottom: 30px;
	}
	article div#content_wrapper section#access div.header > a{
		display:none;
	}
	article div#content_wrapper section#access div.header > div{
		margin-right: 0;
		width: auto;
	}
}

@media screen and (max-width:900px){
	article div#content_wrapper section#access div.header > a{
		right:-64px;
	}
}

/* 画面幅768px未満
=======================================*/
@media screen and (max-width:768px){
	article div#content_wrapper section#access{
		padding-bottom:0;
	}
	article div#content_wrapper section#access div.header h2 div{
		font-size: 40px;
	}
	article div#content_wrapper section#access div.header h2 span{
		font-size: 16px;
	}
}

@media screen and (max-width:660px){
	article div#content_wrapper section#access div.header > a{
		right:-84px;
	}
}

@media screen and (max-width:660px){
	article div#content_wrapper section#access div.header > a{
		right:-94px;
	}
}

@media screen and (max-width:630px){
	article div#content_wrapper section#access div.header > a{
		right:-104px;
	}
}

@media screen and (max-width:625px){
	article div#content_wrapper section#access div.header > a{
		display:none;
	}
}

/* 画面幅480px未満
=======================================*/
@media screen and (max-width:480px){
	article div#content_wrapper section#access{
		padding-bottom:0;
	}

	article div#content_wrapper section#access div.header h2{
		width:100%;
		text-align:center;
		margin-right:0;
	}
	
	article div#content_wrapper section#access div.header h2 div{
		width:190px;
	}
	
	article div#content_wrapper section#access div.header div address{
		font-size:14px;
		margin-bottom:10px;
	}

	article div#content_wrapper section#access div.header div address + a{
		font-size:34px;
		margin-bottom:10px;
	}

	article div#content_wrapper section#access div.header div address + a small{
		font-size:24px;
	}
	article div#content_wrapper section#access div.header div ul li a{
		font-size:16px;
		margin-right:15px;
	}
	article div#content_wrapper section#access div.header div ul li:last-of-type a{
		margin-right:0;
	}
	article div#content_wrapper section#access div.header div ul li a::before{
		font-size:15px;
	}
	
}

@media screen and (max-width:400px){
	article div#content_wrapper section#access div.header div address{
		font-size:13px;
	}
	article div#content_wrapper section#access div.header div address + a{
		font-size:31px;
		margin-bottom:10px;
	}
	article div#content_wrapper section#access div.header div ul li a{
		font-size:16px;
		margin-right:5px;
	}
}


@media screen and (max-width:768px){
	article div#content_wrapper aside{
		border-top:none;
	}
}

/*改行*/
.br_tbsp{
	display:none;
}

@media screen and (max-width:480px){
	.br_tbsp{
		display:inline;
	}
}






