@charset "utf-8";

section#sitepolicy .inner,
section#download .inner,
.schooltrip .inner{
	max-width: 1000px;
}
/*++++++++++++++
修学旅行
++++++++++++++*/
.schooltrip article {
    margin: -100px 0 0;
}
/*++++++++++++++
ご利用情報　出島について
++++++++++++++*/
.other section#guide .inner {
	max-width:1200px;
}
.other section#guide .guidebox,.other section#guide .accessbox {
	width:100%;
	float:none;
	margin: 40px 0 0;
	border: none;
	padding: 0;
}
/*アクセス*/
.other section#guide .accessbox iframe {
	height:500px;
}

.other section#guide table.jr {
	table-layout: auto;
}
.other section#guide table.jr th {
	width: 33%;
}

.other section#guide .column2 {
	display: flex;
	flex-wrap: wrap;
}

.other section#guide .column2 .left {
	width: 48%;
	margin: 0 3% 0 0;
}

.other section#guide .column2 .right {
	margin: 0;
	width: 48%;	
}

/*支払い方法*/
.other section#guide .pay td {
	padding: 20px;
	text-align: left;
}
.other section#guide .pay .flex {
	display: flex;
	justify-content: left;
	margin:3px 0 20px;
}
.other section#guide .pay .flex.koutsu {
    border: 1px solid #b79d62;
    border-radius: 3px;
    padding: 10px;
	/*margin:3px 0 0;*/
}
.other section#guide .pay  em {
	font-size: 0.8em;
	text-align: right;
	letter-spacing: 1px;
	display: block;
}

.other section#guide .pay .flex li {
	margin: 0 15px 0 0;
}

.schooltrip .downloadbox {
	margin:20px 0 0 !important;
}

/*++++++++++++++
各種ダウンロード
++++++++++++++*/
.other section#download .downloadbox {
	margin: 80px 0 0;
}

/*リーフレット*/
.downloadbox .leaflet {
	
}

.downloadbox .leaflet ul{
	display: flex;
	flex-wrap: wrap;
}

.downloadbox .leaflet li{
	width: 48%;
	text-align: center;
	margin: 0 4% 0 0;
}

.downloadbox .leaflet li:last-child{
	margin: 0;
}

a.leaflet_button{
	display: block;
	border: 1px solid #b79d62;
	padding: 40px 50px;
	box-sizing: border-box;
	color: #231815;
	font-size: 1.1em;
	letter-spacing: 2px;
}

a.leaflet_button:hover{
	background:#b79d62;
	transition:.3s;
	color:#f5f1df;
	text-decoration:none;
}

a.leaflet_button:after{
	content: "";
	background: url("../images/common/pdf.png") no-repeat;
	position: absolute;
	top: 0;
	right: 4%;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	background-size: 100%;
}

a.leaflet_button:hover:after {
	background: url("../images/common/pdf_on.png") no-repeat;	
}

.pdfdw {
	margin: 50px 0 0;
}

.pdfdw ul{
	border-top:1px solid #b79d62;
}

.pdfdw li{
	border-bottom: 1px solid #b79d62;
	
}

.pdfdw li a{
	color: #231815;
	display: block;
	padding: 30px 10px;
	background: url(../images/common/dw.png) no-repeat right 2% center;
}

.pdfdw li a:hover {
	text-decoration:none;
	background: url(../images/common/dw.png) no-repeat right 2% top 55% #f5f1df;	
}

.dw_button {
	display: block;
	border: 1px solid #b79d62;
	padding: 20px;
	box-sizing: border-box;
	color: #231815;
	font-size: 1.1em;
	letter-spacing: 2px;
}
.dw_button:hover {
	background:#b79d62;
	color:#fff;
	text-decoration:none;
}

.fa-download:before {
	content: "\f019";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-style: normal;
	color:#69c;
	margin:0 8px 0 0;
}
.dw_button:before {
	content: "\f019";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-style: normal;
	position:absolute;
	color:#b79d62;
	top:0;
	bottom: 0;
	margin: auto;
	right: 3%;
	display: flex;
	align-items: center;
}
.dw_button:hover:before {
	color:#fff;
}

/*++++++++++++++
サイトマップ
++++++++++++++*/
section#sitemap {
	
}

section#sitemap article{
	
}
section#sitemap article ul{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	max-width: 1000px;
	margin: auto;
	border-top: 1px solid #b79d62;
	padding: 50px 0 0;
}

section#sitemap article ul li{
	width: 48%;
	margin: 0 4% 5% 0;
}

section#sitemap article ul li:nth-child(2n){
	margin:0 0 3%
}

section#sitemap article ul li a{
	color: #231815;
	font-size: 1.1em;
	display: block;
	margin: auto;
	width: 100%;
}
/*++++++++++++++
施設サービス
++++++++++++++*/
section#facilities .slick {
    position: relative;
}
section#facilities .slick li {
    margin: 0 5px;
}

section#facilities ul.slick-dots {
    padding: 20px 0 0 !important;
}
section#facilities button.slick-prev:before,
section#facilities button.slick-next:before{
    content:"" !important;
}
section#facilities button.slick-prev {
    background: url(../images/common/pagetop.png) no-repeat center #231815;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-size: 20px;
    left: -1%;
    position: absolute;
    z-index: 100;
    bottom: 0;
    cursor: pointer;
    transform: rotate(-90deg);
    top: -18%;
    margin: auto;
}
section#facilities button.slick-next {
    background: url(../images/common/pagetop.png) no-repeat center #231815;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-size: 20px;
    right: -1%;
    position: absolute;
    z-index: 100;
    bottom: 0;
    cursor: pointer;
    transform: rotate(90deg);
    top: -18%;
    margin: auto;
}
section#facilities .slick-disabled {
	display: none !important;
}

/*++++++++++++++
施設 hoppen
++++++++++++++*/
#facilities #hoppen ul{
    display: flex;
    gap: 1%;

    justify-content: space-between;
}

/*ノートPC等*/
@media screen and (max-width: 1499px) {
section#sitepolicy .inner,
section#download .inner{
	max-width: 90%;
}

/*++++++++++++++
ご利用情報　出島について
++++++++++++++*/
.other section#guide .inner {
	max-width: 95%;
}
.other section#guide .guidebox,.other section#guide .accessbox {
	width:100%;
	float:none;
	margin: 40px 0 0;
}

/*++++++++++++++
各種ダウンロード
++++++++++++++*/
a.leaflet_button:hover{
	background:#b79d62;
	transition:.3s;
	color:#f5f1df;
	text-decoration:none;
}

}

@media screen and (max-width: 1023px) {
.other section#guide .inner {
	max-width:90%;
}
	
section#sitepolicy .inner,
section#download .inner{
}
/*++++++++++++++
修学旅行
++++++++++++++*/
.schooltrip .inner {
    max-width: 90%;
}

/*++++++++++++++
ご利用情報　出島について
++++++++++++++*/
.other section#guide .inner {
}
.other section#guide .guidebox,.other section#guide .accessbox {
	width:100%;
	float:none;
	margin: 40px 0 0;
}

/*++++++++++++++
各種ダウンロード
++++++++++++++*/
.other section#download .downloadbox {
	margin: 80px 0 0;
}

/*リーフレット*/
.downloadbox .leaflet {
	
}

.downloadbox .leaflet ul{
	display: flex;
	flex-wrap: wrap;
}

.downloadbox .leaflet li{
	width: 48%;
	text-align: center;
	margin: 0 4% 0 0;
}

.downloadbox .leaflet li:last-child{
	margin: 0;
}

a.leaflet_button{
	display: block;
	border: 1px solid #b79d62;
	padding: 40px 50px;
	box-sizing: border-box;
	color: #231815;
	font-size: 1.1em;
	letter-spacing: 2px;
}

a.leaflet_button:hover{
	background:#b79d62;
	transition:.3s;
	color:#f5f1df;
	text-decoration:none;
}

a.leaflet_button:after{
	content: "";
}


.pdfdw {
	margin: 50px 0 0;
}

.pdfdw ul{
}



.pdfdw li{
}

.pdfdw li a{
}

.pdfdw li a:hover {
	text-decoration:none;
	background: url(../images/common/dw.png) no-repeat right 2% top 55% #f5f1df;	
}	
	
/*支払い方法*/
.other section#guide .pay td {
	padding: 20px;
	text-align: left;
}
.other section#guide .pay .flex {
	flex-wrap: wrap;
}
.other section#guide .pay .flex.koutsu {
	padding: 10px 10px 0;
margin: 0 0 10px;}
	.other section#guide .pay .flex li {
	width: auto;
	margin: 0 6px 10px;
}
	
/*qrペイ*/
	.other section#guide .pay .qrpay.flex  {
		flex-wrap: wrap;
	justify-content: left;align-items: center;}	
	.other section#guide .pay .qrpay.flex li {
		
	width: 16%;margin: 5px;text-align: center;}	
}
	
@media screen and (max-width: 767px) {
section#sitepolicy .inner,
section#download .inner{
}
/*++++++++++++++
修学旅行
++++++++++++++*/
.schooltrip article {
    margin: 0 0 100px;
}
/*++++++++++++++
ご利用情報　出島について
++++++++++++++*/
.other section#guide .inner {
}
.other section#guide .guidebox,.other section#guide .accessbox {
	width:100%;
	float:none;
	margin: 40px 0 0;
}
	
.other section#guide .column2 {
	display: block;
}

.other section#guide .column2 .left {
	width: 100%;
	margin: 0 0 3%;
}

.other section#guide .column2 .right {
	width: 100%;
}	

/*++++++++++++++
各種ダウンロード
++++++++++++++*/
.other section#download .downloadbox {
	margin: 80px 0 0;
}

/*リーフレット*/

.downloadbox .leaflet ul{
	display: flex;
	flex-wrap: wrap;
}

.downloadbox .leaflet li{
	width: 100%;
	text-align: center;
	margin: 0 0 2%;
}

.downloadbox .leaflet li:last-child{
	margin: 0;
}

a.leaflet_button{
	padding: 20px 40px;
}

a.leaflet_button:hover{
	background:#b79d62;
	transition:.3s;
	color:#f5f1df;
	text-decoration:none;
}

a.leaflet_button:after{
	content: "";
}

.pdfdw {
	margin: 50px 0 0;
}
.pdfdw li a:hover {
	text-decoration:none;
	background: url(../images/common/dw.png) no-repeat right 2% top 55% #f5f1df;	
}
/*支払い方法*/
.other section#guide .pay td {
	padding: 20px;
	text-align: left;
	letter-spacing: 1px;
}
.other section#guide .pay .flex {
	flex-wrap: wrap;
	justify-content: center;
margin: 3px 0;}
.other section#guide .pay .flex:last-child {
	margin: 5px 0 0;
}
.other section#guide .pay .flex.koutsu li {width: auto;}
    

/*++++++++++++++
施設
++++++++++++++*/
#facilities #hoppen ul {
    flex-wrap: wrap;
    gap:3%;
}    
#facilities #hoppen ul li:first-child{
    width:100%;
    margin: 0 0 20px;
}
#facilities #hoppen ul li {
    width: 48%;
}    
}




@media screen and (max-width: 480px) {
	.other section#guide {
		margin: 0;
	}
	
	section#sitepolicy .inner,
section#download .inner{
}

/*++++++++++++++
ご利用情報　出島について
++++++++++++++*/
.other section#guide .inner {
}
.other section#guide .guidebox,.other section#guide .accessbox {
	width:100%;
	float:none;
	margin: 40px 0 0;
}

/*++++++++++++++
各種ダウンロード
++++++++++++++*/
.other section#download article {
	padding:0;
}
.other section#download .downloadbox {margin: 40px 0 0;}

/*リーフレット*/
.downloadbox .leaflet {
	
}

.downloadbox .leaflet ul{
	display: block;
}

.downloadbox .leaflet li{
	width: 100%;
	margin: 0 0 4%;
}

.downloadbox .leaflet li:last-child{
	margin: 0;
}

a.leaflet_button{
	padding: 30px 40px;
	font-size: 1em;
}

a.leaflet_button:hover{
	background:#b79d62;
	transition:.3s;
	color:#f5f1df;
	text-decoration:none;
}

a.leaflet_button:after{
	content: "";
}

.pdfdw {
	margin: 50px 0 0;
}


.pdfdw li a{
	padding: 20px 10px;
}

/*++++++++++++++
サイトマップ
++++++++++++++*/
section#sitemap {
	
}

section#sitemap article{
	
}
section#sitemap article ul{
	max-width: 100%;
	padding: 30px 0 0;
}

section#sitemap article ul li{
	width: 100%;
	margin: 0 0 8%;
}

section#sitemap article ul li:nth-child(2n){
	margin: 0 0 8%;
}

section#sitemap article ul li a{
	font-size: 1em;
}


.other section#guide .pay .flex.koutsu li {width: 15%;}		
}