@charset "utf-8";

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 Body
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
body {
	position: relative;
	overflow: hidden;
	font-size: 100%;
	word-wrap: break-word;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: none;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
.sp, .nobr {
	display: none!important;
}
.in_preparation {
	width: 100%;
    height: 100px;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
    font: 400 2.4em/1em a-otf-jun-pro,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",sans-serif;
    letter-spacing: 0.1em;
    color: #ccc;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 Header
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
header {
	position: fixed;
    width: 100%;
	height: 120px;
	display: flex;
		justify-content: flex-start;
        align-content: center;
		align-items: center;
    z-index: 10000;
}
header .header_bg {
	position: absolute;
	width: 100%;
	height: 200px;
    top: -200px;
    left: 0;
	display: block;
    background: linear-gradient(0deg, rgb(255,255,255,0), rgb(255,255,255,0.7), rgb(255,255,255,1));
    transition: all 200ms ease;
    opacity: 1;
}
header .header_bg.appear {
    width: 100%;
    height: 200px;
    top: 0!important;
    transition: all 200ms ease;
    opacity: 1;
}
header .headerLogo {
	position: absolute;
    width: 100px;
    height: 160px;
    top: 10px;
    left: 30px;
	display: block;
    z-index: 20000;
    transition: all 0.4s ease;
}
@media screen and (max-width: 1440px) {
header .headerLogo {
	width: 90px;
    height: 140px;
    left: 20px;
}
}
@media screen and (max-width: 1280px) {
header .headerLogo {
	width: 80px;
    height: 125px;
    left: 20px;
}
}
header .headerLogo a {
	width: 100%;
    height: 100%;
	display: flex;
		justify-content: center;
        align-content: space-between;
		align-items: center;
        flex-wrap: wrap;
}
header .headerLogo a img {
	width: 100%;
	display: block;
    object-fit: contain;
	object-position: 50% 50%;
	font-family: 'object-fit: contain; object-position: 50% 50%;';
}
header a.btnContact {
	position: absolute;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 30px;
    display: flex;
		justify-content: center;
        align-content: center;
		align-items: center;
    transition: all 200ms;
}
header a.btnContact img {
	width: 100%;
    display: block;
}
header a.btnContact:hover {
	opacity: 0.7;
	transition: all 200ms;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【ヘッダー】グローバルナビ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.openMenu {
	position: absolute;
    width: 75%;
    max-width: 1200px;
    height: 80px;
    top: 0;
    right: 80px;
}
@media screen and (max-width: 1280px) {
.openMenu {
	width: calc(100% - 200px);
}
}
.btn_nav {
	display: none;
}
.open_nav,
.close_nav {
	display: none;
}
.sp_nav_wrap {
	width: 100%;
	display: block;
}
.sp_nav {
	width: 100%;
	height: 80px;
	display: block;
}
.sp_nav ul.sp_nav_menu {
	width: 100%;
	height: 80px;
    display: flex;
		justify-content: space-around;
		align-content:  center;
		align-items: center;
		flex-wrap: wrap;
}
.sp_nav ul.sp_nav_menu li {
	position: relative;
    width: auto;
	display: block;
}
.sp_nav ul.sp_nav_menu li.sp {
	display: none;
}
.sp_nav ul.sp_nav_menu li a {
	width: 100%;
    height: 80px;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
    font-family: a-otf-jun-pro,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",sans-serif;
    font-size: 1.3em;
    line-height: 1em;
    letter-spacing: 0.05em;
    cursor: pointer;
    box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
.sp_nav ul.sp_nav_menu li a {
	font-size: 1.2em;
}
}
.sp_nav ul.sp_nav_menu li a span {
	width: 20px;
    height: 20px;
	display: inline-block;
    margin: 0 0 -5px 5px;
    background: url("../images/icon_link.svg") no-repeat center center;
    background-size: contain;
}
.sp_nav ul.sp_nav_menu li a:hover {
	transition: all 200ms;
    opacity: 0.7;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 Common
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
main {
	position: relative;
	width: 100%;
	display: flex;
		justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
		flex-wrap: wrap;
    margin-top: 120px;
}
.wrap {
    width: 100%;
    display: flex;
		justify-content: center;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
    padding: 20px 0;
    background: #e6f4f4;
}
.block,
.inner {
    position: relative;
    max-width: 1280px;
    display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
    margin: 0 auto;
    box-sizing: border-box;
}
.block {
    width: 90%;
    margin: 0 auto 40px;
    padding: 40px;
    border-radius: 20px;
    background: #fff;
}
.inner {
    width: 100%;
}
.reverse {
	flex-direction: row-reverse;
}

/*ページタイトル*/
.pageTitle {
    position: relative;
    width: 100%;
    height: 200px;
	display: flex;
		justify-content: center;
        align-content: flex-end;
        align-items: flex-end;
		flex-wrap: wrap;
    background: url("../images/header_cloud.svg") no-repeat center top;
    background-size: 2940px;
    box-sizing: border-box;
    transition: all 200ms;
}
@media screen and (max-width: 1440px) {
.pageTitle {
    height: 180px;
    background-size: 2400px;
}
}
.pageTitle h2 {
	width: 90%;
    max-width: 1280px;
    height: 60px;
    display: flex;
		justify-content: flex-start;
        align-content: center;
        align-items: center;
		flex-wrap: wrap;
    font: 700 3.2em/1em a-otf-jun-pro,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",sans-serif;
    letter-spacing: 0.05em;
    color: #1cb8ed;
    box-sizing: border-box;
}
.pageTitle h2.shopping {
	color: #036fbb;
}
.pageTitle h2.eat {
	color: #1cb8ed;
}
.pageTitle h2.play {
	color: #dadd09;
}
.pageTitle h2.bbq {
	color: #ea6da5;
}
.pageTitle h2 img {
	width: 60px;
    height: 60px;
    display: block;
    margin: 0 10px -10px 0;
}

/*中タイトル*/
.midTitle {
    position: relative;
    width: 100%;
    height: 60px;
    display: flex;
		justify-content: flex-start;
        align-content: center;
        align-items: center;
		flex-wrap: wrap;
    margin: 20px 0;
    padding-bottom: 20px;
    font: 700 2.4em/1em a-otf-jun-pro,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",sans-serif;
    letter-spacing: 0.05em;
    color: #444;
    border-bottom: solid 1px #ccc;
    box-sizing: border-box;
}
.midTitle::before {
	content: '';
    width: 80px;
    height: 40px;
	display: block;
    margin-right: 10px;
	background: url("../images/rainbow.svg") no-repeat center center;
    background-size: contain;
    transition: all 200ms;
}
.midTitle span {
    display: inline-block;
    margin: 5px 0 0 20px;
    font-size: 0.6em;
    color: #1cb8ed;
}

/*【共通】ボタンデザイン*/
.btnBlock {
    width: 100%;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
}
a.btnDetail {
	position: relative;
    width: 360px;
    height: 80px;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	padding: 0 0 4px 20px;
	font: 700 1.5em/1em a-otf-jun-pro,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",sans-serif;
    letter-spacing: 0.05em;
    color: #1cb8ed;
    border-radius: 4px;
    border: solid 1px #1cb8ed;
	background: url("../images/arrow_right.svg") no-repeat right 20px center #fff;
	background-size: 10px 10px;
	box-sizing: border-box;
    box-shadow: 5px 5px 0 0 rgba(28,184,237,0.2);
}
a.btnDetail img {
	position: absolute;
    width: 40px;
    height: 40px;
    left: 20px;
	display: block;
}
a.btnDetail:hover {
	transition: all 200ms;
    opacity: 0.7;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【Home】
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#home {
	margin-top: 0;
}
#home .home_title {
	width: 100%;
	display: flex;
		justify-content: center;
		flex-wrap: wrap;
    margin-bottom: 40px;
}
#home .home_title .rainbow {
	width: 20%;
    max-width: 80px;
	display: block;
    margin: 0 auto;
}
#home .home_title h2 {
	width: 100%;
	display: block;
    font: normal 1.4em/1.2em a-otf-jun-pro,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",sans-serif;
    letter-spacing: 0.05em;
    text-align: center;
}
#home .home_title h2 span {
	width: 100%;
	display: block;
    margin-bottom: 10px;
    font-size: 2.4em;
    font-weight: 700;
	line-height: 1.2em;
    color: #036fbb;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【Home】メインビジュアル
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#home .mainVisual {
	position: relative;
    width: 100%;
    aspect-ratio: 16/9;
	display: flex;
		justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
		flex-wrap: wrap;
    box-sizing: border-box;
}
#home .mainVisual video,
#home .mainVisual img.image {
	width: 100%;
    aspect-ratio: 16/9;
	display: block;
    object-fit: cover;
	object-position: 50% 50%;
}
#home .mainVisual video.sp {
	display: none;
}
#home .mainVisual img.cloud {
	position: absolute;
    width: 100%;
	display: block;
    object-fit: contain;
	object-position: 50% 50%;
}
#home .mainVisual img.bottom {
	position: absolute;
    width: 100%;
    height: 120px;
    bottom: 0;
	display: block;
    object-fit: cover;
	object-position: 50% 0;
}
#home .mainVisual .copy {
	position: absolute;
    width: 40.625%;
    max-width: 780px;
    bottom: calc(50% - 30%);
    right: 5%;
	display: block;
    z-index: 1000;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【Home】ピックアップ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#home .homePickup {
	position: relative;
    width: 100%;
	display: flex;
		justify-content: center;
        align-content: flex-start;
        align-items: flex-start;
		flex-wrap: wrap;
    padding: 0 0 40px;
    background: #036fbb;
}
#home .homePickup .home_title {
	margin: -80px 0 40px;
}
#home .homePickup .home_title h2,
#home .homePickup .home_title h2 span {
	color: #fff;
}

/*スライド*/
#home .homePickup ul.slider {
    position: relative;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 20px 0;
    border-top: solid 4px #e6f4f4;
    border-bottom: solid 4px #e6f4f4;
    box-sizing: border-box;
}
#home .homePickup ul.slider li {
    position: relative;
    width: 50%;
    display: block;
    margin: 0 20px;
    box-sizing: border-box;
}
#home .homePickup ul.slider li a {
    position: relative;
    width: 100%;
	display: flex;
		justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
}
#home .homePickup ul.slider li a:hover {
    transition: all 200ms;
    opacity: 0.7;
}
#home .homePickup ul.slider li a img {
    width: 40%;
    aspect-ratio: 4/3;
	display: block;
    border-radius: 4px;
    object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 0;';
}
#home .homePickup ul.slider li a div {
	width: 60%;
	display: flex;
		justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
		flex-wrap: wrap;
    padding: 10px 20px;
    color: #fff;
    box-sizing: border-box;
}
#home .homePickup ul.slider li div h3 {
    width: 100%;
	display: block;
    margin-bottom: 20px;
    font: 700 1.6em/1.4em a-otf-jun-pro,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",sans-serif;
}
#home .homePickup ul.slider li div p {
    width: 100%;
	display: block;
    font-size: 1.3em;
    line-height: 1.6em;
}
#home .homePickup ul.slider li a span.arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 0;
    right: 0;
	display: block;
    border-radius: 10px;
    background: url("../images/arrow_right.svg") no-repeat center center #fff;
    background-size: 10px 10px;
}

/* Arrows */
#home .homePickup .slick-prev,
#home .homePickup .slick-next{
    position: absolute;
    width: 40px;
    height: 40px;
    top: calc(50%);
    display: block;
    z-index: 1000;
    padding: 0;
    font-size: 0;
    outline: none;
    cursor: pointer;
    border-radius: 20px;
    border: solid 1px #fff;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    box-sizing: border-box;
}
#home .homePickup .slick-prev {
    left: -60px;
    background: url("../images/arrow_left_w.svg") no-repeat center center;
    background-size: 12px 12px;
}
[dir="rtl"] .slick-prev {
    left: -60px;
    right: auto;
}
#home .homePickup .slick-next {
    right: -60px;
    background: url("../images/arrow_right_w.svg") no-repeat center center;
    background-size: 12px 12px;
}
[dir="rtl"] .slick-next {
    left: -60px;
    right: auto;
}
#home .homePickup .slick-prev:hover,
#home .homePickup .slick-next:hover {
    transition: all 200ms;
    opacity: 0.7;
}
#home .homePickup .slick-prev:focus,
#home .homePickup .slick-next:focus {
    /*outline: none;
    background: transparent;
    color: transparent;*/
}
#home .homePickup .slick-prev:hover:before,
#home .homePickup .slick-prev:focus:before,
#home .homePickup .slick-next:hover:before,
#home .homePickup .slick-next:focus:before {
    opacity: 1;
}
#home .homePickup .slick-prev.slick-disabled:before,
#home .homePickup .slick-next.slick-disabled:before {
    opacity: 0.25;
}
#home .homePickup .slick-prev:before,
#home .homePickup .slick-next:before {
    outline: none;
    font-family: "slick";
    font-size: 0;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Dots */
.slick-dotted.slick-slider {
    display: none;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【Home】ソラハシってどんなトコ!？
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#home .homeAbout {
	position: relative;
    width: 100%;
	display: flex;
		justify-content: center;
        align-content: flex-start;
        align-items: flex-start;
		flex-wrap: wrap;
    padding: 0 0 40%;
    background: url("../images/top/about_bg.webp") no-repeat center bottom #036fbb;
    background-size: contain;
}
#home .homeAbout .home_title {
	margin: 0 0 40px;
}
#home .homeAbout .home_title h2,
#home .homeAbout .home_title h2 span {
	color: #fff;
}
#home .homeAbout .homeAbout_photos {
	position: relative;
    width: 100%;
	display: flex;
		justify-content: center;
        align-content: flex-start;
        align-items: flex-start;
    overflow: hidden;
    margin-bottom: -300px;
}
#home .homeAbout .homeAbout_photos img {
	position: relative;
    width: 110%;
	display: block;
}
#home .homeAbout dl.homeAbout_copy {
	position: relative;
    width: 100%;
	display: flex;
		justify-content: center;
        align-content: flex-start;
        align-items: flex-start;
		flex-wrap: wrap;
    font-family: a-otf-jun-pro,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",sans-serif;
    text-align: center;
}
#home .homeAbout dl.homeAbout_copy dt {
	width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 4.8em;
    line-height: 1.2em;
    color: #ffed48;
}
#home .homeAbout dl.homeAbout_copy dd {
	width: 100%;
    display: block;
    font-size: 2em;
    line-height: 1.6em;
    color: #fff;
}
#home .homeAbout .btnCatg {
	position: relative;
    width: 100%;
	display: flex;
		justify-content: center;
        align-content: flex-start;
        align-items: flex-start;
    padding: 40px 0;
}
#home .homeAbout .btnCatg a {
	width: 150px;
    height: 150px;
	display: block;
    margin: 0 20px;
}
#home .homeAbout .btnCatg a:hover {
	transition: all 200ms;
    opacity: 0.7;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【Home】店舗・施設・催事
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#home .homeService {
	position: relative;
    width: 100%;
	display: flex;
		justify-content: center;
        align-content: flex-start;
        align-items: flex-start;
		flex-wrap: wrap;
    padding: 40px 0;
    background: #e6f4f4;
}
#home .homeService .slideBlock {
	position: relative;
    width: 100%;
	display: block;
    margin: 0 auto 40px;
}
#home .homeService .slideBlock #shopping,
#service .inner_about #shopping,
#home .homeService .slideBlock #eat,
#service .inner_aboutk #eat,
#home .homeService .slideBlock #play,
#service .inner_about #play,
#home .homeService .slideBlock #bbq,
#service .inner_about #bbq {
	position: absolute;
    width: 1px;
    height: 140px;
    top: -140px;
    left: 0;
	display: block;
}
.borderColor_shopping,
#home .homeService .slideBlock ul.borderColor_shopping li {
	border-color: #036fbb;
}
.borderColor_eat,
#home .homeService .slideBlock ul.borderColor_eat li {
	border-color: #1cb8ed;
}
.borderColor_play,
#home .homeService .slideBlock ul.borderColor_play li {
	border-color: #dadd09;
}
.borderColor_bbq,
#home .homeService .slideBlock ul.borderColor_bbq li {
	border-color: #ea6da5;
}
#home .homeService .bgColor_shopping {
	background-color: #036fbb;
}
#home .homeService .bgColor_eat {
	background-color: #1cb8ed;
}
#home .homeService .bgColor_play {
	background-color: #dadd09;
}
#home .homeService .bgColor_bbq {
	background-color: #ea6da5;
}
#home .homeService .homeService_title,
#service ul.listBlock .catgTitle {
	width: calc(100%);
    height: 60px;
	display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
    margin: 20px auto;
    font: normal 3em/1em a-otf-jun-pro,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",sans-serif;
    letter-spacing: 0.05em;
    border-left-style: solid;
    border-left-width: 4px;
    box-sizing: border-box;
}
#home .homeService .homeService_title img,
#service ul.listBlock .catgTitle img {
	width: 60px;
    height: 60px;
	display: block;
    margin: 0 10px -5px;
}
#home .homeService .slideBlock ul.slideBlock_view {
	position: relative;
	width: 100%;
	display: block;
    box-sizing: border-box;
}
#home .homeService .slideBlock ul.slideBlock_view li {
	position: relative;
	width: 100%;
    min-height: 300px;
    display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
    padding-bottom: 60px;
    background: #fff;
    box-sizing: border-box;
}
#home .homeService .slideBlock ul.slideBlock_view li img {
	width: 36%;
    aspect-ratio: 4/3;
    display: block;
    z-index: 2000;
    transform: rotate(-10deg); 
    border-radius: 10px;
    object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
}
#home .homeService .slideBlock ul.slideBlock_view li .shadow {
	position: absolute;
    width: 36%;
    top: 5px;
    left: 5px;
    aspect-ratio: 4/3;
	display: block;
    transform: rotate(-5deg); 
    border-radius: 10px;
}
#home .homeService .slideBlock ul.slideBlock_view li dl {
	width: calc(62% - 40px);
	display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
    padding: 40px 40px 40px 0;
    box-sizing: border-box;
}
#home .homeService .slideBlock ul.slideBlock_view li dl dt {
	width: 100%;
	display: block;
    margin-bottom: 40px;
    font: 700 2.8em/1.4em a-otf-jun-pro,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",sans-serif;
    letter-spacing: 0.05em;
    color: #222;
    box-sizing: border-box;
}
#home .homeService .slideBlock ul.slideBlock_view li dl dd {
	width: 100%;
	display: block;
    font-size: 1.6em;
	line-height: 1.6em;
    text-align: justify;
}
#home .homeService .slideBlock ul.slideBlock_view li a {
	position: absolute;
    width: 240px;
    height: 50px;
    bottom: 40px;
    right: 40px;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
    margin-left: auto;
	padding: 0 10px 4px 0;
	font: 700 1.1em/1em a-otf-jun-pro,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",sans-serif;
    letter-spacing: 0.05em;
    color: #1cb8ed;
    border-radius: 4px;
    border: solid 1px #1cb8ed;
	background: url("../images/arrow_right.svg") no-repeat right 20px center;
	background-size: 10px 10px;
	box-sizing: border-box;
    box-shadow: 5px 5px 0 0 rgba(28,184,237,0.2);
}
#home .homeService .slideBlock ul.slideBlock_view li a:hover {
	transition: all 200ms;
    opacity: 0.7;
}

/*サムネイルボタン*/
#home .homeService .slideBlock ul.thumb {
	width: calc(100% + 1%);
	display: flex;
		justify-content: flex-start;
		align-content: flex-start;
        align-items: flex-start;
		flex-wrap: wrap;
    margin: 20px -0.5%;
	box-sizing: border-box;
}
#home .homeService .slideBlock ul.thumb li {
	width: 24%;
	display: block;
    align-self: stretch;
    margin: 5px 0.5%;
	cursor: pointer;
    border-bottom-style: solid;
    border-bottom-width: 1px;
	box-sizing: border-box;
}
#home .homeService .slideBlock ul.thumb li a {
	position: relative;
    display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
    padding: 10px;
	background: #fff;
    box-sizing: border-box;
}
#home .homeService .slideBlock ul.thumb li a p {
	width: calc(100% - 90px);
	display: block;
    font-size: 1.1em;
	line-height: 1.2em;
    text-align: justify;
}
#home .homeService .slideBlock ul.thumb li a p b {
	width: 100%;
	display: block;
    margin: 15px 0;
    font-size: 1.2em;
	line-height: 1.2em;
}
#home .homeService .slideBlock ul.thumb li a img {
	width: 80px;
	aspect-ratio: 1/1;
    display: block;
    object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
    transition: all 200ms;
}
#home .homeService .slideBlock ul.thumb li a img {
	opacity: 1;
    transition: all 200ms;
}
#home .homeService .slideBlock ul.thumb li a:active img {
	opacity: 1;
    transition: all 200ms;
}
#home .homeService .slideBlock ul.thumb li .active img,
#home .homeService .slideBlock ul.thumb li a:hover img {
 	opacity: 0.5;
    transition: all 200ms;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【Home】周辺おすすめスポット
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#home .homeSpot {
	position: relative;
    width: 100%;
	display: flex;
		justify-content: center;
        align-content: flex-start;
        align-items: flex-start;
		flex-wrap: wrap;
    padding: 80px 0;
    background: #e6f4f4;
}
#home .homeSpot ul.homeSpot_list {
    width: 90%;
    max-width: 1280px;
    display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
    margin: 0 auto 40px;
}
#home .homeSpot ul.homeSpot_list li {
    position: relative;
    width: 30%;
    display: flex;
		justify-content: center;
        align-content: flex-start;
        align-items: flex-start;
		flex-wrap: wrap;
    align-self: stretch;
    margin-bottom: 40px;
    padding-bottom: 50px;
}
#home .homeSpot ul.homeSpot_list li img {
	width: 100%;
    aspect-ratio: 1/1;
	display: block;
    border-radius: 50%;
    border: solid 10px #fff;
    object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
    box-sizing: border-box;
}
#home .homeSpot ul.homeSpot_list li h3 {
	width: 100%;
    display: block;
    margin: 20px 0;
    font: 700 1.8em/1.2em a-otf-jun-pro,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",sans-serif;
    text-align: center;
    color: #1cb8ed;
}
#home .homeSpot ul.homeSpot_list li p {
	width: 90%;
    display: block;
    margin: 0 auto;
    font-size: 1.3em;
    line-height: 1.6em;
    text-align: justify;
}
#home .homeSpot ul.homeSpot_list li a {
	position: absolute;
    width: 160px;
    height: 40px;
    bottom: 0;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
    margin: 0 auto;
	padding: 0 10px 4px 0;
	font: 700 1.1em/1em a-otf-jun-pro,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",sans-serif;
    letter-spacing: 0.05em;
    color: #1cb8ed;
    border-radius: 4px;
    border: solid 1px #1cb8ed;
	background: url("../images/icon_link.svg") no-repeat right 10px center #fff;
	background-size: 16px 16px;
	box-sizing: border-box;
    box-shadow: 5px 5px 0 0 rgba(28,184,237,0.2);
}
#home .homeSpot ul.homeSpot_list li a:hover {
	transition: all 200ms;
    opacity: 0.7;
}
#home .homeSpot a.btnDetail {
	background: url("../images/icon_link.svg") no-repeat right 20px center #fff;
	background-size: 20px 20px;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【Home】ソラハシの想い
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#home .homePhilosophy {
	position: relative;
    width: 100%;
	display: flex;
		justify-content: center;
        align-content: flex-start;
        align-items: flex-start;
		flex-wrap: wrap;
    overflow: hidden;
    padding: 80px 0;
    background: url("../images/philosophy/philosophy_bg.webp") no-repeat center center;
    background-size: cover;
}
#home .homePhilosophy img.photo {
	position: absolute;
    width: 60%;
    bottom: -10%;
    right: -10%;
    display: block;
}
#home .homePhilosophy .inner {
	width: 90%;
}
#home .homePhilosophy .philosophyBox {
	position: relative;
    width: 54%;
    display: flex;
		justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
		flex-wrap: wrap;
    z-index: 1000;
}
#home .homePhilosophy .philosophyBox dl {
	width: 100%;
    display: flex;
		justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
		flex-wrap: wrap;
    margin: 20px 0 40px;
}
#home .homePhilosophy .philosophyBox dl dt {
	width: 100%;
    display: block;
    margin-bottom: 20px;
    font: normal 2.4em/1.6em a-otf-jun-pro,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",sans-serif;
    color: #1cb8ed;
}
#home .homePhilosophy .philosophyBox dl dt span {
	width: 100%;
    display: block;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.6em;
    text-indent: -0.5em;
}
#home .homePhilosophy .philosophyBox dl dd {
	width: 100%;
    display: block;
    font-size: 1.4em;
    line-height: 1.8em;
    text-align: justify;
}
#home .homePhilosophy .philosophyBox a.btnDetail {
	position: inherit;
    margin-left: auto;
}
#home .homePhilosophy .accessBox {
	position: relative;
    width: 43.75%;
    display: flex;
		justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
		flex-wrap: wrap;
    z-index: 1000;
    margin-top: -10%;
    padding-bottom: 120px;
}
#home .homePhilosophy .accessBox img.map {
	width: 100%;
    display: block;
}
#home .homePhilosophy .accessBox .logoSorahashi {
	position: absolute;
    width: 20%;
    bottom: 0;
    right: -20%;
    aspect-ratio: 3/4;
    display: flex;
		justify-content: center;
        align-content: center;
        align-items: center;
    padding: 20px;
    border-radius: 10px;
    background: url("../images/logo.svg") no-repeat center center #fff;
    background-size: 70%;
}
#home .homePhilosophy .accessBox .logoSorahashi span {
    position: absolute;
    width: 35%;
    top: 26%;
    left: -34%;
    aspect-ratio: 3/1;
    display: block;
    background: url("../images/access/arrow.svg") no-repeat center center;
    background-size: contain;
}
#home .homePhilosophy .accessBox a.btnDetail {
	position: absolute;
    bottom: 0;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【Home】Instagram
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#home .homeInstagram {
	position: relative;
    width: 100%;
	display: flex;
		justify-content: center;
        align-content: flex-start;
        align-items: flex-start;
		flex-wrap: wrap;
    padding: 80px 0;
    background: linear-gradient(0deg, rgb(230,244,244,0), rgb(230,244,244,1));
    box-sizing: border-box;
}
#home .homeInstagram .inner {
	position: relative;
    width: 90%;
    max-width: 1440px;
    display: flex;
		justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
		flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
}
#home .homeInstagram .homeInstagram_title {
	width: 240px;
    display: block;
    margin: 0 auto 20px;
}
#home .homeInstagram iframe {
	width: 100%;
    display: block;
    border: none;
    margin-bottom: 20px;
}
#home .homeInstagram img.dammy {
	width: 50%;
    display: block;
}
.btnSNS {
	position: relative;
    width: 100%;
    display: flex;
		justify-content: center;
        align-content: center;
        align-items: center;
		/*flex-wrap: wrap;*/
    margin: 40px auto 0;
}
.btnSNS a {
	width: 40px;
    height: 40px;
    display: block;
    margin: 0 10px;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 ソラハシの想い
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#philosophy .philosophyBlock {
    position: relative;
    width: 90%;
    max-width: 1280px;
    display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
    margin: 0 auto 40px;
    border-radius: 20px;
    background: #fff;
    box-sizing: border-box;
}
#philosophy .philosophyBlock img.main_img {
    width: 100%;
    display: block;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
#philosophy .philosophyInner {
    position: relative;
    width: 100%;
    max-width: 1280px;
    display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
    padding: 40px 60px;
    background: url("../images/philosophy/philosophy_bg.webp") no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
}
#philosophy .inner {
    padding: 20px 40px 40px;
}
#philosophy .mapBlock {
	width: 37.5%;
    display: flex;
		justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
		flex-wrap: wrap;
}
#philosophy .mapBlock img.map {
	width: 100%;
    display: block;
    margin: -60px 0 40px;
}
#philosophy dl.philosophyText {
	width: 56%;
    display: flex;
		justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
		flex-wrap: wrap;
    margin: 40px 0;
}
#philosophy dl.philosophyText dt {
	width: 100%;
    display: block;
    margin-bottom: 20px;
    font: 700 3.2em/1.4em a-otf-jun-pro,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",sans-serif;
    color: #1cb8ed;
}
#philosophy dl.philosophyText dd {
	width: 100%;
    display: block;
    font-size: 1.6em;
    line-height: 1.8em;
    text-align: justify;
}

/*私のルーツと目標*/
#philosophy .greetingBlock img.photo {
	width: 30%;
    aspect-ratio: 3/4;
    display: block;
    margin: 20px 0;
    object-fit: contain;
	object-position: 50% 50%;
	font-family: 'object-fit: contain; object-position: 50% 50%;';
}
#philosophy .greetingBlock .text {
	width: 68%;
    display: flex;
		justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
		flex-wrap: wrap;
    margin: 20px 0;
}
#philosophy .greetingBlock .text p {
	width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 1.6em;
    line-height: 1.8em;
    text-align: justify;
}
#philosophy .greetingBlock .text p b {
	display: block;
    margin: 10px 0;
    font-size: 1.1em;
    text-indent: -0.5em;
    color: #1cb8ed;
}
#philosophy .greetingBlock .text span {
	width: auto;
    display: block;
    margin: 20px 0 0 auto;
    font-size: 1.4em;
    line-height: 1.6em;
    text-align: right;
}
/*#philosophy .greetingBlock .text p .marker {
    background: -webkit-linear-gradient(transparent 50%, #f6ff5f 50%);
    background: -o-linear-gradient(transparent 50%, #f6ff5f 50%);
    background: linear-gradient(transparent 50%, #f6ff5f 50%);
}*/

/*ソラハシの取り組み*/
#philosophy .effortBlock {
	position: relative;
    width: 90%;
    display: flex;
		justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
		flex-wrap: wrap;
    margin: 20px auto;
}
#philosophy .effortBlock .effortBlock_copy {
	position: absolute;
    width: 70%;
    top: 0;
    display: block;
    font: 400 2.6em/1.4em a-otf-jun-pro,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",sans-serif;
    color: #1cb8ed;
}
#philosophy .effortBlock .effortBlock_copy span {
	width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 2.4em;
    font-weight: 700;
    line-height: 1.2em
}
#philosophy .effortBlock img.effortBlock_img {
	width: 76.471%;
    max-width: 780px;
    display: block;
    margin: -80px 0 -80px auto;
    z-index: 1000
}
#philosophy .effortBlock .effortBlock_text {
	width: 70%;
    display: block;
    margin-bottom: 40px;
    font-size: 1.6em;
    line-height: 1.8em;
    text-align: justify;
}
#philosophy .effortList_title {
	width: 100%;
    height: 40px;
    display: flex;
		justify-content: center;
        align-content: center;
        align-items: center;
		flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font: 700 1.8em/1em a-otf-jun-pro,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",sans-serif;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    background: #1cb8ed;
    box-sizing: border-box;
}
#philosophy .effortList_text {
	width: 96%;
    display: block;
    margin: 0 auto 30px;
    font-size: 1.6em;
    line-height: 1.8em;
    text-align: justify;
}
#philosophy .effortList {
	position: relative;
    width: 96%;
    display: flex;
		justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
		flex-wrap: wrap;
    margin: 0 auto;
    padding: 30px 0;
    border-top: solid 1px #ccc;
}
#philosophy .effortList img {
	width: 20%;
	display: block;
    border-radius: 10px;
    object-fit: contain;
	object-position: 50% 50%;
	font-family: 'object-fit: contain; object-position: 50% 50%;';
}
#philosophy .effortList dl {
	width: 75%;
    display: flex;
		justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
		flex-wrap: wrap;
}
#philosophy .effortList dl dt {
	width: 100%;
    display: block;
    margin-bottom: 10px;
    font: 700 2.4em/1.6em a-otf-jun-pro,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",sans-serif;
    color: #1cb8ed;
}
#philosophy .effortList dl .date {
	width: 100%;
    display: block;
    margin-bottom: 10px;
    font-size: 1.4em;
    line-height: 1.2em;
    color: #333;
}
#philosophy .effortList dl dd {
	width: 100%;
    display: block;
    margin-top: 10px;
    font-size: 1.4em;
    line-height: 1.8em;
    text-align: justify;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 ソラハシってどんなトコ!?
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#about .aboutWrap {
    position: relative;
    width: 100%;
    aspect-ratio: 48/29;
	display: flex;
		justify-content: center;
        align-content: center;
        align-items: center;
		flex-wrap: wrap;
    box-sizing: border-box;
}
#about .aboutWrap img.illust_map_title {
	position: absolute;
    width: 25%;
    top: 7%;
    right: calc(50% - 25%);
	display: block;
}
#about .aboutWrap h2 {
	position: absolute;
    width: 90%;
    max-width: 1120px;
    height: 60px;
    top: 15%;
    display: flex;
		justify-content: flex-start;
        align-content: center;
        align-items: center;
		flex-wrap: wrap;
    font: 700 3.2em/1em a-otf-jun-pro,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",sans-serif;
    letter-spacing: 0.05em;
    color: #036fbb;
    box-sizing: border-box;
}
#about .aboutWrap h2 img {
	width: 60px;
    height: 60px;
    display: block;
    margin: 0 10px -10px 0;
}
#about .aboutWrap a {
	position: absolute;
    width: 3.125%;
    aspect-ratio: 3/4;
    display: block;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
}
#about .aboutWrap a:hover {
	transition: all 200ms;
    opacity: 0.7;
}
#about .aboutWrap a.point_shopping {
	top: calc(50% + 5.5%);
    left: calc(50% + 9.6%);
    background: url("../images/about/point_shopping.svg") no-repeat center center;
    background-size: contain;
}
#about .aboutWrap a.point_bbq {
	top: calc(50% - 3%);
    left: calc(50% + 9.5%);
    background: url("../images/about/point_bbq.svg") no-repeat center center;
    background-size: contain;
}
#about .aboutWrap a.point_eat_01,
#about .aboutWrap a.point_eat_02 {
	top: calc(50% - 3%);
    left: calc(50% + 14%);
    background: url("../images/about/point_eat.svg") no-repeat center center;
    background-size: contain;
}
#about .aboutWrap a.point_eat_02 {
	top: calc(50% - 8%);
    left: calc(50% + 6%);
}
#about .aboutWrap a.point_play_01,
#about .aboutWrap a.point_play_02 {
	top: calc(50% - 12%);
    left: calc(50% - 24.5%);
    background: url("../images/about/point_play.svg") no-repeat center center;
    background-size: contain;
}
#about .aboutWrap a.point_play_02 {
	top: calc(50% - 30.5%);
    left: calc(50% - 45.5%);
}

/* 【どんなトコ】店舗リスト */
#service .inner_about {
    position: relative;
    width: 90%;
    max-width: 1280px;
    display: flex;
		justify-content: center;
		align-content: flex-start;
		align-items: flex-start;
}
#service .inner_about .half {
    width: 48%;
}
#service .inner_about ul.listBlock {
    width: 100%!important;
    margin: 0!important;
}
#service .inner_about ul.half li {
    width: 46%!important;
    margin: 0 2% 20px!important;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 店舗・施設・催事（一覧）
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#service ul.listBlock {
    position: relative;
    width: 92%;
    max-width: calc(1280px + 2%);
    display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
    margin: 0 auto 40px;
    box-sizing: border-box;
}
#service ul.listBlock li {
    position: relative;
    width: 23%;
    display: flex;
		justify-content: center;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
    align-self: stretch;
    margin: 0 1% 30px;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
}
#service ul.listBlock li img {
	width: 100%;
    aspect-ratio: 4/3;
	display: block;
    border-radius: 10px;
    object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
}
#service ul.listBlock li h3 {
	width: 100%;
    display: block;
    margin: 10px 0;
    font: 700 1.6em/1.2em a-otf-jun-pro,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",sans-serif;
    text-align: center;
}
#service ul.listBlock li p {
	width: 100%;
    display: block;
    font-size: 1.2em;
    line-height: 1.6em;
    text-align: justify;
}
#service ul.listBlock li p br {
	display: none;
}
#service ul.listBlock li a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    border-radius: 10px;
    background: rgba(255,255,255,0);
}
#service ul.listBlock li a:hover {
    transition: all 200ms;
    background: rgba(255,255,255,0.5);
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 店舗・施設・催事（詳細）
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#service hr.line {
	width: 90%;
    max-width: 1280px;
    height: 10px;
    display: block;
    margin: 0 auto 40px;
    border: none;
    border-radius: 5px;
    background: #1cb8ed;
}
#service .guideBlock {
	position: relative;
    width: 47%;
    display: flex;
		justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
		flex-wrap: wrap;
}
#service .guideBlock .name {
	width: 75%;
    display: block;
    margin-bottom: 20px;
    font: 700 2.8em/1.8em a-otf-jun-pro,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",sans-serif;
}
#service .guideBlock .name span {
	width: 100%;
    display: block;
    font-size: 0.5em;
    font-weight: 200;
    line-height: 1.2em;
    color: #ccc;
}

/*SNS*/
#service .guideBlock .snsBox {
	position: absolute;
    width: auto;
    top: 55px;
    right: 0;
    display: flex;
		justify-content: flex-end;
        align-content: center;
        align-items: center;
		/*flex-wrap: wrap;*/
    z-index: 1000;
}
#service .guideBlock .snsBox a {
	width: 30px;
    height: 30px;
    display: block;
}
#service .guideBlock .snsBox a+a {
	margin-left: 5px;
}
#service .guideBlock .snsBox a img {
	width: 100%;
    display: block;
}
#service .guideBlock table {
	width: 100%;
    display: table;
    border-top: solid 5px #1cb8ed;
}
#service .guideBlock table tr+tr {
	border-top: dashed 1px #1cb8ed;
}
#service .guideBlock table th,
#service .guideBlock table td {
	display: table-cell;
    padding: 15px 5px;
    font-size: 1.3em;
    line-height: 1.6em;
    text-align: left;
    vertical-align: top;
}
#service .guideBlock table th {
	position: relative;
    width: 120px;
    padding-left: 30px;
    font-size: 1.2em;
    color: #666;
    background-position: left top 14px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    box-sizing: border-box;
}
#service .guideBlock table th.clock {
	background-image: url("../images/icon_clock.svg");
}
#service .guideBlock table th.close {
	background-image: url("../images/icon_close.svg");
}
#service .guideBlock table th.tel {
	background-image: url("../images/icon_tel.svg");
}
#service .guideBlock table th.genre {
	background-image: url("../images/icon_genre.svg");
}
#service .guideBlock table th.pay {
	background-image: url("../images/icon_pay.svg");
}
#service img.photo {
	position: relative;
    width: 50%;
    aspect-ratio: 4/3;
	display: block;
    border-radius: 10px;
    object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
}
#service dl.messageBlock {
	width: 100%;
    display: flex;
		justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
		flex-wrap: wrap;
    margin: 40px 0;
}
#service dl.messageBlock dt {
	width: 100%;
    display: block;
    margin-bottom: 20px;
    font: 700 2.4em/1.6em a-otf-jun-pro,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",sans-serif;
    color: #1cb8ed;
}
#service dl.messageBlock dd {
	width: 100%;
    display: block;
    font-size: 1.8em;
    line-height: 1.8em;
    text-align: justify;
}
#service dl.infoBlock {
	position: relative;
    width: 100%;
    display: flex;
		justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
		flex-wrap: wrap;
    margin: 20px 0;
    padding: 20px;
    border: solid 5px #e6f4f4;
    border-radius: 10px;
    box-sizing: border-box;
}
#service dl.infoBlock .mark {
	position: absolute;
    width: 160px;
	display: block;
    top: -40px;
    left: -20px;
}
#service dl.infoBlock dt {
	width: 100%;
    display: block;
    margin-bottom: 20px;
    padding: 0 140px;
    font: 700 2.4em/1.6em a-otf-jun-pro,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",sans-serif;
    text-align: center;
    color: #f15a24;
    box-sizing: border-box;
}
#service dl.infoBlock dd {
	width: 100%;
    display: block;
    font-size: 1.4em;
    line-height: 1.6em;
    text-align: justify;
}

/*「パンフレット」ボタン*/
#service a.btnPanf {
	position: relative;
    width: 200px;
    height: 40px;
    display: flex;
		justify-content: center;
		align-content: center;
        align-items: center;
    margin-left: auto;
    padding-right: 10px;
    font-size: 1.4em;
    line-height: 1.6em;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    background: url("../images/icon_pdf_w.svg") no-repeat right 20px center #f15a24;
    background-size: 20px 20px;
    box-sizing: border-box;
}
#service a.btnPanf::after {
	content: '';
    position: absolute;
    width: 194px;
    height: 34px;
    top: 3px;
    left: 3px;
    display: block;
    border: solid 1px #fff;
    border-radius: 17px;
    box-sizing: border-box;
    opacity: 0.8;
}
#service a.btnPanf:hover {
	transition: all 200ms;
    opacity: 0.7;
}

/*Gallery*/
#service .enlarge {
	position: absolute;
    width: auto;
    top: 50px;
    right: 0;
    display: block;
    font-size: 1.2em;
    line-height: 1em;
}
#service ul.gallery {
	width: 96%;
	display: flex;
		justify-content: space-between;
		align-content: flex-start;
        align-items: flex-start;
		flex-wrap: wrap;
    margin: 20px auto;
	box-sizing: border-box;
}
#service ul.gallery::after {
	content: '';
    width: 30%;
	display: block;
}
#service ul.gallery li {
	position: relative;
    width: 30%;
	display: block;
    margin: 0 0 20px;
}
#service ul.gallery li img {
	width: 100%;
    aspect-ratio: 4/3;
	display: block;
    border-radius: 10px;
    object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
}
#service ul.gallery li p {
	width: 100%;
    display: block;
    margin-top: 10px;
    font-size: 1.4em;
    line-height: 1.2em;
    text-align: center;
}
#service ul.gallery li .pickup {
	position: absolute;
    width: 70px;
    height: 70px;
    top: -30px;
    right: -30px;
    display: block;
    background: url("../images/mark_pickup.svg") no-repeat center center;
    background-size: contain;
    filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.2))
}

/*注釈*/
#service ul.noteBlock {
	width: 100%;
    display: flex;
		justify-content: space-between;
		align-content: flex-start;
        align-items: flex-start;
		flex-wrap: wrap;
    margin-top: 20px;
    padding: 20px 0;
    border-top: solid 1px #ccc;
}
#service ul.noteBlock li {
	width: calc(100% - 1em);
    display: block;
    margin: 3px 0 3px auto;
    font-size: 1.2em;
    line-height: 1.4em;
    text-align: justify;
}
#service ul.noteBlock li::before {
	content: '※';
    display: inline-block;
    text-indent: -1em;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 イベント情報
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.eventBlock {
    position: relative;
    width: 90%;
    max-width: 1280px;
	display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
    margin: 80px auto;
}
.eventList,
#event .eventDetail {
	position: relative;
    width: 100%;
	display: flex;
		justify-content: flex-end;
		align-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	margin: 40px 0;
}
.eventList .eventList_photo,
#event .eventDetail .eventDetail_photo {
	position: absolute;
    width: 35%;
    top: 0;
    left: 0;
    aspect-ratio: 4/3;
	display: block;
    z-index: 2000;
}
.eventList .eventList_photo img,
#event .eventDetail .eventDetail_photo img {
	position: relative;
    width: 100%;
    aspect-ratio: 4/3;
	display: block;
    z-index: 2000;
    transform: rotate(-10deg); 
    border-radius: 10px;
    object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
}
.eventList .eventList_photo .shadow,
#event .eventDetail .eventDetail_photo .shadow {
	position: absolute;
    width: 100%;
    top: 5px;
    left: 5px;
    aspect-ratio: 4/3;
	display: block;
    z-index: 1000;
    transform: rotate(-5deg); 
    border-radius: 10px;
    background: rgba(220,245,249,1);
}
.eventList dl.eventList_text,
#event .eventDetail dl.eventDetail_text {
	width: 60%;
    min-height: 200px;
	display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
}
.eventList dl.eventList_text dt,
#event .eventDetail dl.eventDetail_text dt {
	width: calc(100% + 10px);
    height: 30px;
	display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
    margin-left: -10px;
    padding: 0 10px;
    font-size: 1.4em;
	line-height: 1.2em;
    border-radius: 15px;
    background: #fcee21;
    box-sizing: border-box;
}
#event .eventDetail dl.eventDetail_text dt {
	position: absolute;
    width: auto;
    height: 50px;
    top: -40px;
    left: -40px;
    z-index: 2000;
    margin-left: 0;
    padding: 0 40px;
    font-size: 1.8em;
	line-height: 1.2em;
    border-top-right-radius: 25px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 0;
}
.eventList dl.eventList_text h3,
#event .eventDetail dl.eventDetail_text h3 {
	width: 100%;
	display: block;
    margin: 20px 0;
    font: 700 2.8em/1.4em a-otf-jun-pro,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",sans-serif;
    letter-spacing: 0.05em;
    color: #1cb8ed;
}
#event .eventDetail dl.eventDetail_text h3 {
	margin: 0 0 30px;
}
.eventList dl.eventList_text dd,
#event .eventDetail dl.eventDetail_text dd.copy {
	width: 100%;
	display: block;
    margin-bottom: 20px;
    font-size: 1.8em;
	line-height: 1.6em;
    text-align: justify;
}
#event .eventDetail dl.eventDetail_text dd.description {
	position: relative;
    width: 100%;
	display: block;
    margin-bottom: 30px;
    font-size: 1.4em;
	line-height: 1.8em;
    text-align: justify;
}
.eventList .eventList_detail {
	position: relative;
    width: 100%;
	display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
    padding: 15px 30px 15px 44%;
    color: #fff;
    border-radius: 10px;
    background: #1cb8ed;
    box-sizing: border-box;
}
.eventList .eventList_detail p {
	width: 100%;
	display: block;
    padding: 10px 0;
    font-size: 1.3em;
	line-height: 1.6em;
    text-align: justify;
}
.eventList .eventList_detail a {
	width: auto;
    height: 30px;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
    margin-left: auto;
	padding: 0 20px 4px 0;
	font: 700 1.1em/1em a-otf-jun-pro,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",sans-serif;
    letter-spacing: 0.05em;
    color: #fff;
	background: url("../images/arrow_right_w.svg") no-repeat right center;
	background-size: 10px 10px;
	box-sizing: border-box;
}
.eventList .eventList_detail a:hover {
	transition: all 200ms;
    opacity: 0.7;
}

/*イベント情報（詳細）*/
#event a.btnPanf {
	position: relative;
    width: 300px;
    height: 60px;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
    margin-left: auto;
	padding: 0 0 4px 30px;
	font: 700 1.4em/1em a-otf-jun-pro,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",sans-serif;
    letter-spacing: 0.05em;
    color: #1cb8ed;
    border-radius: 4px;
    border: solid 1px #1cb8ed;
	background: url("../images/icon_pdf.svg") no-repeat left 20px center #fff;
	background-size: 36px 36px;
	box-sizing: border-box;
    box-shadow: 5px 5px 0 0 rgba(28,184,237,0.2);
}
#event a.btnPanf:hover {
	transition: all 200ms;
    opacity: 0.7;
}
#event table {
	width: 80%;
	display: table;
    margin: 20px auto 10px;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    box-sizing: border-box;
}
#event table th,
#event table td {	
    display: table-cell;
    padding: 20px;
    font-size: 1.4em;
	line-height: 1.6em;
    text-align: left;
    vertical-align: top;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    box-sizing: border-box;
}
#event table th {
	width: 200px;
    background: rgba(28,184,237,0.05);
}
#event .note {
	position: relative;
    width: 80%;
	display: block;
    margin: 0 auto;
    font-size: 1.2em;
	line-height: 1.6em;
    text-align: justify;
}
#event .btnBlock {
	margin: 40px 0 20px;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 運営会社
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#access .accessBlock {
	position: relative;
    width: 85%;
	display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
	margin: 20px auto;
}
#access img.car_way {
	width: 28%;
	display: block;
}
#access img.car_time {
	width: 30%;
	display: block;
}
#access img.car_map {
	width: 37.255%;
    max-width: 380px;
	display: block;
}
#access .busBox {
	width: 60%;
	display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
    align-self: stretch;
}
#access .busBox p {
	width: 100%;
	display: block;
    margin-bottom: 20px;
    font-size: 1.8em;
	line-height: 1.6em;
}
#access .busBox a.btnLink {
	position: relative;
    width: 400px;
    height: 60px;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	padding: 0 30px 4px 0;
	font: 700 1.4em/1em a-otf-jun-pro,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",sans-serif;
    letter-spacing: 0.05em;
    color: #1cb8ed;
    border-radius: 4px;
    border: solid 1px #1cb8ed;
	background: url("../images/icon_link.svg") no-repeat right 20px center #fff;
	background-size: 20px 20px;
	box-sizing: border-box;
    box-shadow: 5px 5px 0 0 rgba(28,184,237,0.2);
}
#access .busBox a.btnLink:hover {
	transition: all 200ms;
    opacity: 0.7;
}
#access img.bus_img {
	width: 35.295%;
    max-width: 360px;
	display: block;
    border-radius: 10px;
}
#access address {
	width: 100%;
	display: block;
    margin-bottom: 20px;
    font-size: 1.8em;
	line-height: 1.6em;
}
#access iframe {
	width: 100%;
    height: 480px;
	display: block;
    border-radius: 10px;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 運営会社
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#company .copy {
	width: 100%;
    display: flex;
		justify-content: center;
        align-content: center;
        align-items: center;
		flex-wrap: wrap;
    margin-bottom: 20px;
    font: 700 2.4em/1.6em a-otf-jun-pro,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",sans-serif;
    text-align: center;
    color: #1cb8ed;
    box-sizing: border-box;
}
#company table {
	width: 80%;
	display: table;
    margin: 20px auto;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    box-sizing: border-box;
}
#company table th,
#company table td {	
    display: table-cell;
    padding: 20px;
    font-size: 1.4em;
	line-height: 1.6em;
    text-align: left;
    vertical-align: top;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    box-sizing: border-box;
}
#company table th {
	width: 200px;
}
#company table td a {	
    text-decoration: underline;
    color: #06c;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 ニュース
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.newsBlock,
#news .newsBlock {
    position: relative;
    width: 90%;
    max-width: 1280px;
	display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
    margin: 20px auto;
}
#news .newsBlock {
    width: 100%;
    margin: 0 auto;
}
#home .newsBlock {
    align-content: flex-end;
    align-items: flex-end;
    margin: 80px auto;
}
.newsBlock .inner {
	position: relative;
    width: 50%;
	display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	box-sizing: border-box;
}
#home .newsBlock img.illust {
	width: 50%;
    max-width: 600px;
	display: block;
}
.newsBlock .box,
#news .newsBlock .box {
	width: 100%;
	display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	margin: 20px 0;
    box-sizing: border-box;
}
#news .newsBlock .box {
	width: 48%;
}
.newsBlock .box .thumb {
	position: relative;
    width: 30%;
	display: block;
}
.newsBlock .box .thumb img {
	width: 100%;
    aspect-ratio: 1/1;
	display: block;
    border-radius: 10px;
}
.newsBlock .box .thumb .new {
	position: absolute;
    width: 60px;
    height: 60px;
    top: -20px;
    left: -20px;
	display: block;
    background: url("../images/news/mark_new.svg") no-repeat center center;
    background-size: contain;
    filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.2));
}
.newsBlock dl.list {
	position: relative;
    width: 67%;
	display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	padding: 10px 0 40px;
    box-sizing: border-box;
}
.newsBlock dl.list dt {
	width: 100%;
	display: block;
    margin-bottom: 20px;
    font-size: 1.2em;
	line-height: 1em;
    color: #999;
}
.newsBlock dl.list h3 {
	width: 100%;
	display: block;
    font-size: 1.6em;
    font-weight: 700;
	line-height: 1.2em;
}
.newsBlock dl.list h3 a {
	color: #1cb8ed;
}
.newsBlock dl.list dd {
	width: 100%;
	display: block;
    margin-top: 10px;
    font-size: 1.4em;
	line-height: 1.6em;
    text-align: justify;
}
.newsBlock dl.list a.arrow {
	position: absolute;
    width: 30px;
    height: 30px;
    bottom: 0;
    right: 0;
	display: block;
    border-radius: 15px;
    background: url("../images/arrow_right_w.svg") no-repeat center center #1cb8ed;
    background-size: 10px 10px;
    box-sizing: border-box;
}
.newsBlock dl.list a.arrow:hover {
	transition: all 200ms;
    opacity: 0.7;
}
#home .newsBlock a.newsBlock_btn {
	position: absolute;
    width: auto;
    height: 30px;
    bottom: 0;
    left: 55%;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	padding-right: 20px;
	font: normal 1.2em/1em a-otf-jun-pro,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",sans-serif;
    letter-spacing: 0.05em;
    color: #1cb8ed;
	background: url("../images/arrow_right.svg") no-repeat right center #fff;
	background-size: 10px 10px;
	box-sizing: border-box;
}
#home .newsBlock a.newsBlock_btn:hover {
	transition: all 200ms;
    opacity: 0.7;
}
.wp-pagenavi {
	width: 100%;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	margin: 40px auto;
    padding-top: 40px;
	text-align: center;
	font-size: 1.4em;
	line-height: 1em;
    border-top: solid 1px #ccc;
}
.wp-pagenavi a,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.prevpostslink {
	min-width: 40px;
    height: 40px;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
    margin: 0 5px;
	text-decoration: none;
    border: none;
    border-radius: 10px;
    background: #f5f5f5;
    box-sizing: border-box;
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.prevpostslink {
	border: none;
}
.wp-pagenavi a:hover {
	border-color: #1cb8ed;
}
.wp-pagenavi a,
.wp-pagenavi span {
    border: none;
    border-radius: 10px;
	box-sizing: border-box;
}
.wp-pagenavi a.page,
.wp-pagenavi span.pages {
	border: none;
}
.wp-pagenavi span.current {
	width: 40px;
    height: 40px;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
    margin: 0 5px;
	font-weight: bold;
	color: #FFF;
	border: none;
	background: #1cb8ed;
    box-sizing: border-box;
}
.wp-pagenavi span.extend {
	padding: 5px 10px;
    border: none;
}
.wp-pagenavi .first,
.wp-pagenavi .last {
	width: 60px;
    height: 40px;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
    margin: 0 5px;
	font-size: 0.9em;
	color: #1cb8ed;
	border: solid 1px #1cb8ed;
	background: #fff;
    box-sizing: border-box;
}

/*-- News（詳細ページ） --*/
#news img.eyecatch {
	width: 25%;
    aspect-ratio: 1/1;
	display: block;
    border-radius: 10px;
    object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
}
#news .newsBlock_title {
	width: 75%;
	display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
    align-self: stretch;
}
#news .date {
	width: 100%;
	display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
	margin-bottom: 20px;
	font-size: 1.4em;
	line-height: 1em;
	color: #999;
}
#news h3.articleTitle {
	width: 100%;
	display: block;
	font: 700 2.4em/1.4em a-otf-jun-pro,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",sans-serif;
    letter-spacing: 0.05em;
    color: #1cb8ed;
}
#news .content {
	width: 100%;
    display: block;
    margin-top: 40px;
	padding: 20px 0;
    font-size: 1.4em;
	line-height: 1.8em;
    border-top: solid 5px #1cb8ed;
}
#news .content p {
	width: 100%;
    display: block;
    padding: 10px 0;
	font-size: 1em;
}
#news .content a {
	text-decoration: underline;
	color: #06C;
}
#news .content .aligncenter {
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.pageNavi {
	position: relative;
	width: 100%;
	max-width: 1280px;
    min-height: 60px;
	display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
		/*flex-wrap: wrap;*/
    margin: 0 auto;
	border-top: solid 1px #CCC;
}
.pageNavi .prev,
.pageNavi .next {
	width: 45%;
	display: block;
}
.pageNavi .prev a,
.pageNavi .next a {
	height: 60px;
    display: flex;
		align-content: center;
		align-items: center;
    font-size: 1.2em;
	line-height: 1.2em;
	text-decoration: none;
    box-sizing: border-box;
}
.pageNavi .prev a {
	justify-content: flex-start;
    padding-left: 20px;
	background: url("../images/arrow_left.svg") no-repeat left center;
	background-size: 10px 10px;
}
.pageNavi .next a {
	justify-content: flex-end;
	padding-right: 20px;
	background: url("../images/arrow_right.svg") no-repeat right center;
	background-size: 10px 10px;
}
.pageNavi a.btnList {
	position: absolute;
    width: 10%;
    left: calc(50% - 5%);
	display: block;
}
.pageNavi a.btnList span {
	width: 90%;
	max-width: 30px;
	height: 1px;
	display: block;
	margin: 7px auto;
	background: #333;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
サイトポリシー／個人情報保護方針
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#policy .block {
	
}
#policy .box {
	width: 100%;
	display: flex;
		justify-content: space-between;
		align-content: stretch;
		align-items: flex-start;
		flex-wrap: wrap;
	margin: 0 auto;
	padding: 20px 0;
}
#policy hr {
	width: 100%;
	height: 1px;
	border: none;
	background: #ddd;
}
#policy .date {
	width: auto;
	display: block;
    margin: 20px 0 20px auto;
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: right;
}
#policy .text {
	width: 100%;
	clear: both;
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: justify;
}
#policy .text+.text {
	margin-top: 20px;
}
#policy .text .note {
	font-size: 0.8em;
}
#policy b {
	display: block;
	font-size: 1em;
}
#policy .subject {
	width: 100%;
	clear: both;
	margin-bottom: 15px;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1em;
}
#policy .text a {
	color: #06C;
	text-decoration: underline;
}
#policy dl {
	width: 100%;
	float: left;
	clear: both;
	margin: 10px 0;
}
#policy dl dt {
	width: 2%;
	float: left;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: right;
}
#policy dl dd {
	width: 97%;
	float: right;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.6em;
}
#policy dl ul {
	width: 95%;
	float: right;
	clear: both;
	margin-top: 10px;
}
#policy dl ul li {
	width: 100%;
	margin-top: 10px;
	font-size: 1.2em;
	line-height: 1.4em;
	list-style-position: outside;
	list-style-type: disc;
}
#policy ol {
	width: 80%;
	display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	margin: 0 auto;
}
#policy ol b {
	display: block;
	font-size: 1.1em;
    text-indent: -2em;
}
#policy ol li {
	width: 100%;
	margin: 10px 0;
	font-size: 1.2em;
	line-height: 1.6em;
	list-style: decimal outside;
}
#policy .contact {
	width: 100%;
	clear: both;
	margin: 0 auto 20px;
	font-size: 1.6em;
	line-height: 1em;
	text-align: center;
}
#policy .tel {
	width: 100%;
	clear: both;
	padding-top: 20px;
	font-size: 2em;
	line-height: 1.4em;
	text-align: center;
}
#policy .tel span {
	font-size: 1.6em;
}
#policy .tel span.small {
	font-size: 0.6em;
}
#policy .privacy_contact {
	width: 49%;
	display: block;
}
#policy .privacy_contact h2 {
	width: 100%;
	margin-bottom: 5px;
	padding: 10px 0;
	font-size: 1.1em;
	line-height: 1.4em;
	background: #edf7f9;
	text-align: center;
	border: none;
}
#policy .privacy_contact h3 {
	width: 100%;
	padding: 5px 0;
	font-size: 1.4em;
	line-height: 1.4em;
	text-align: center;
}
#policy .privacy_contact address {
	width: 100%;
	margin-bottom: 5px;
	padding: 5px 0;
	font-size: 1.1em;
	line-height: 1.4em;
	text-align: center;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
サイトマップ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#sitemap .block {
    padding: 20px 40px;
}
#sitemap ul.list {
	width: 100%;
	display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	margin: 0 auto;
}
#sitemap ul.list li {
	width: 48%;
	display: block;
    border-bottom: solid 1px #ccc;
}
#sitemap ul.list li:nth-last-child(-n+1) {
	border-bottom: none;
}
#sitemap ul.list li a,
#sitemap ul.list li p {
	width: 100%;
	display: block;
	padding: 40px 20px;
	font-size: 1.4em;
	line-height: 1em;
    box-sizing: border-box;
}
#sitemap ul.list li a {
	background: url("../images/arrow_right.svg") no-repeat right 10px center;
	background-size: 14px 14px;
}
#sitemap ul.list li a.linkOut {
	background: url("../images/icon_link.svg") no-repeat right 5px center;
	background-size: 24px 24px;
}
#sitemap ul.list li a:hover {
    transition: all 200ms;
    opacity: 0.7;
}
#sitemap ul.list li.dv3 {
	width: 32%;
}
#sitemap ul.listS {
	width: 98%;
	clear: both;
	display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	margin: 0 0 0 2%;
}
#sitemap ul.listS li.menuS {
	width: 16%;
	display: block;
	margin-bottom: 40px;
	border: none;
}
#sitemap ul.listS li.menuS a {
	width: 100%;
	display: block;
	padding: 5px 0 5px 20px;
	font-size: 1.4em;
	line-height: 1em;
	background: url("../images/arrow_right.svg") no-repeat left center;
	background-size: 12px 12px;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
Footer
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
footer {
	position: relative;
    width: 100%;
	display: flex;
		justify-content: center;
		align-content: space-between;
		align-items: center;
    background: url("../images/footer_bg.webp") no-repeat center bottom;
    background-size: contain;
}
footer #page-top{
	position: fixed;
	width: 60px;
	right: 10px;
	bottom: 0;
	z-index: 30000;
    border-radius: 30px;
	background: rgba(3,111,187,0.7);
}
/*reCAPTCHAタグ配置場所設定*/
.grecaptcha-badge {
  /*left: 0 !important;
  right: auto !important;*/
  bottom: 80px !important;
  /*display: none !important;*/
  /*position: fixed !important;*/
}

footer .inner {
	position: relative;
    width: 90%;
    max-width: 1280px;
    display: flex;
		justify-content: center;
		align-content: space-between;
		align-items: center;
        flex-wrap: wrap;
    margin: 80px 0 40px;
}
footer img.copy {
	position: absolute;
    width: 8%;
    top: -20px;
    right: calc(50% - 35%);
	display: block;
    z-index: 1000;
}
footer a.logo {
	width: 140px;
    display: block;
    margin-bottom: 20px;
}
footer address {
	width: 100%;
    display: flex;
		justify-content: center;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
}
footer address p {
	width: auto;
    display: block;
	font-size: 1.3em;
    line-height: 1.8em;
    text-align: center;
}
footer a.link {
	width: auto;
    height: 30px;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
    margin: 20px auto;
    font: normal 1.2em/1em a-otf-jun-pro,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",sans-serif;
    letter-spacing: 0.05em;
    cursor: pointer;
    box-sizing: border-box;
}
footer a.link span {
	width: 20px;
    height: 20px;
	display: inline-block;
    margin-left: 10px;
    background: url("../images/icon_link.svg") no-repeat center center;
    background-size: contain;
}
footer ul.subMenu {
	width: 100%;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		/*flex-wrap: wrap;*/
    margin: 80px 0 20px;
}
footer ul.subMenu li {
	display: block;
	padding-right: 20px;
	font-size: 1.1em;
	line-height: 1em;
}
footer ul.subMenu li+li {
	padding-left: 20px;
	border-left: solid 1px #666;
}
footer ul.subMenu li a {
	color: #000;
}
footer ul.subMenu li a:hover {
	text-decoration: underline;
    color: #cc1e06;
}
footer .copyright {
	width: 100%;
    display: block;
	font-size: 1em;
    line-height: 1em;
    text-align: center;
}
