@charset "UTF-8";

/* ========================================================================== */
.mainlogo {
	max-width: 180px;
    margin: 0 auto;
    padding-top: 10px;
}

#menu {
	width: 100%;
	background-image: url("../assets/imgs/menubg.jpg");
	background-position: top center;
	background-repeat: repeat;
	background-size: 50%;
	font-size: 14px;
	font-weight: bold;
	color: #40220f;
	box-shadow: 0 0px 5px 0px #000000 inset;
	/*position: fixed;
    position: relative;*/
	z-index: 999;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#menu ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
#menu ul li {
	display: inline-block;
	text-align: center;
}
#menu ul li::after {
	content: "｜";
}
#menu ul li:last-child::after {
	content: "";
	margin: 0;
}
#menu ul li a {
	display: inline-block;
	padding: 10px 25px;
	letter-spacing: 0.05em;
	position: relative;
	text-decoration: none;
}
#menu ul li a::after {
		content: "";
		position: absolute;
		left: 25px;
		bottom: 6px;
		width: calc(100% - 50px);
		height: 1px;
		background-color: #40220f;
		transform: scaleX(0);
		transform-origin: left center;
		transition: transform 0.3s ease;
	}
	#menu ul li a:hover::after {
		transform: scaleX(1);
	}

.fixed{
    position: fixed;
    display: block!important;
    text-align: center;
    top: 0;
    left: 0;
    height: 105px!important;
}

#logonav {
    display: none;
    /* width: 100%; */
}
#logonav img {
    width: 17%;
}
.disp {
    display: inline-block!important;
    margin-top: 10px;
}

.mv {
	text-align: center;
	background-image: url(../assets/imgs/contentsbg.jpg);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
	/*background-color: #0d1e63;*/
	position: relative; }
.mv .image {
	z-index: 9;
	position: relative;
	max-width: 1000px;
    margin: 0 auto;
}

.indent {
    padding-left:1em;
	text-indent:-1em;
}

@media screen and (max-width: 754px) {
	.mv .wrap {
	  padding: 0;
	}
	.mainlogo {
		max-width: 70%;
		margin: 0;
		padding: 30px 20px 0;
	}
	#menu {
		font-size: calc(100vw * 12 / 1068);
		display: none!important;
	}
	#menu ul {
		padding: 20px 15px;
	}
}
@media screen and (max-width: 1000px) {
	#menu ul li a {
		padding: 10px 15px;
	}
	#menu {
		font-size: 13px;
	}
}

.sns_btn {
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 999;
	display: flex;
}
.sns_btn a {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 10px;
}

.sns_btn_f {
    text-align: center;
    width: 100%;
    font-size: initial;
    margin-top: 30px;
}
.sns_btn_f a {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 10px;
}
  @media screen and (max-width: 754px) {
	.sns_btn {
		top: inherit;
		bottom: 7px;
		left: 10px;
		text-align: left;
		font-size: initial;
	}
	.sns_btn a {
		margin: 10px;
        width: 20px;
        height: 20px;
	}
	.sns_btn_f {
		margin-top: 20px;
	} }
.obi {
	width: 100%;
	background-color: #002156;
    border-top: 1px solid #000d21;
}
.obi .obiimg {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}
.obi p {
	max-width: 1000px;
	margin: 0 auto;
}
.obi p.icon {
	position: absolute;
	top: -50px;
	left: 45%;
	width: 270px;
	z-index: 99;
}
.obi p.icon img {
	max-width: 270px;
}
@media screen and (max-width: 1000px) {
	.obi p.icon {
		position: absolute;
		top: -0.7rem;
		left: 4.0rem;
		width: 3.5rem;
		/* z-index: 99; */
	}
	.obi p.icon img {
	max-width: inherit;
	}
}
@media screen and (max-width: 754px) {
	.obi p.icon {
		position: absolute;
		top: calc(100vw * -60 / 768);
		left: calc(100vw * 260 / 768);
		width: calc(100vw * 300 / 768);
		z-index: 99;
	}
}
.contents {
	width: 100%;
}
.cont01 {
	width: 100%;
	text-align: center;
	background-image: url(../assets/imgs/mainbg.jpg);
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #0d1e63;
	padding: 30px 0 25px 0;
}
.cont01 p {
	max-width: 920px;
	margin: 0 auto;
}
.cont02 {
	width: 100%;
	text-align: center;
	background-image: url(../assets/imgs/bg.jpg);
	background-repeat: repeat;
	background-position: center center;
	background-size: 100%;
	padding: 5px 0 0px 0;
}
.cont02 p {
	max-width: 900px;
	margin: 0 auto;
}
.cont01 p,
.cont02 p {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.8s ease, transform 0.8s ease;
	will-change: opacity, transform;
}
	.cont01 p.is-show,
	.cont02 p.is-show {
		opacity: 1;
		transform: translateY(0);
	}
.cont02bg {
	width: 100%;
	text-align: center;
	background-image: url(../assets/imgs/img02_02_bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size:100%;
	padding: 0 0 15px 0;
}
.mainarea {
	background-image: url(../assets/imgs/bg02.jpg);
    background-repeat: repeat;
    background-position: top center;
	background-size: 100%;
	padding: 50px 50px 50px 50px;
	border-top: 1px solid #000d4a;
    box-shadow: 0 0px 5px 0px #000000 inset;
}

.main {
	max-width: 760px;
	margin: 0 auto;
	padding: 40px 50px 20px 50px;
	line-height: 30px;
	border-radius: 15px;
	background-color: #fff;
}
.qa {
	max-width: 760px;
	margin: 20px auto 0 auto;
	padding: 40px 50px 40px 50px;
	line-height: 28px;
	border-radius: 15px;
	background-color: #fff;
}
.vc {
	max-width: 760px;
	margin: 20px auto 0 auto;
	padding: 40px 50px 40px 50px;
	line-height: 28px;
	border-radius: 15px;
	background-color: #fff;
}

.copy {
    width: 100%;
    background-color: #ffffff;
    color: #41200f;
    font-weight: 600;
    text-align: center;
    padding: 13px 0;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 18px;
    /*font-family: sans-serif;*/
}
#answer .wrap {
	max-width: 1200px;
	margin: 0 auto;
}

.main h2 {
	font-size: 22px;
    font-weight: bold;
    background-image: url(../assets/imgs/icon.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 30px;
    padding: 15px 0;
    text-indent: 1.7em;
    color: #40220f;
}
.main h2.none {
	background: none;
	color: #000;
	text-indent: inherit;
	font-size: 16px;
	margin-bottom: 0px;
	padding: 0;
}
@media screen and (max-width: 754px) {
	.main {
		padding: 10px 20px;
		border-radius: 15px;
	}
	.qa {
		margin-top: 20px;
		padding: 20px 20px;
		border-radius: 15px;
	}
	.vc {
		margin-top: 20px;
		padding: 20px 20px;
		border-radius: 15px;
	}
	.mainarea {
		padding: 20px 15px 20px 15px;
	}
	.main h2 {
		background-size: 30px;
		text-indent: 1.8em;
		font-size: 20px!important;
		padding: .1rem 0;
	}
	.main p {
		font-size: 16px;
		line-height: 26px;
        padding: 2px;
	}
	.copy {
		padding: 8px 0;
		font-size: 12px;
		line-height: 20px;
	}
}
.main .defult {
	padding: 0;
}
.main .category {
	font-size: 18px;
	margin-bottom: 25px;
	padding: 5px 0;
}
.main .category p {
	line-height: 26px;
}
.main .category ul li {
	font-size: 19px;
	padding-bottom: 3px;
	text-indent: inherit;
    padding-left: inherit;
}
.main .category ul li:last-child {
	padding-bottom: 0;
}
	.main .category ul li:nth-child(1) p:nth-child(1),
	.main .category ul li:nth-child(2) p:nth-child(1),
	.main .category ul li:nth-child(3) p:nth-child(1) {
		display: flex;
		align-items: center;
		margin-bottom: 5px;
	}
	.main .category ul li:nth-child(1) p:nth-child(1) {
		color: #C2201F;
	}
	.main .category ul li:nth-child(2) p:nth-child(1) {
		color: #E2610E;
	}
	.main .category ul li:nth-child(3) p:nth-child(1) {
		color: #369855;
	}
	.main .category ul li:nth-child(1) p:nth-child(1)::before,
	.main .category ul li:nth-child(2) p:nth-child(1)::before,
	.main .category ul li:nth-child(3) p:nth-child(1)::before {
		width: 20px;
		height: 20px;
		display: inline-block;
		margin-right: 5px;
	}
	.main .category ul li:nth-child(1) p:nth-child(1)::before {
		content: url(../assets/imgs/icon_1.svg);
	}
	.main .category ul li:nth-child(2) p:nth-child(1)::before {
		content: url(../assets/imgs/icon_2.svg);
	}
	.main .category ul li:nth-child(3) p:nth-child(1)::before {
		content: url(../assets/imgs/icon_3.svg);
	}
.main .category ul li span {
	font-size: 14px;
}
.main p span.price {
	font-size: 20px;
	font-weight: bold;
}
.main ul li {
	font-size: 13px;
	margin: 0;
	line-height: 26px;
	text-indent: -0.5em;
	padding-left: 1em;
}
.main ul.notes li::before {
	content: "・";
}
.main ul.notes li,
.main ul.notes li a {
	font-size: 13px;
}
.main span {
	font-size: 14px;
}
.main .access {
	font-size: 14px;
}
.main .access p {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 30px;
}
.main .access p.frame {
    border: 1px solid #bfbfbf;
    color: #2d2d2d;
    background-color: #f9f9f9;
    padding: 15px 25px;
    margin: 15px 0;
    display: block;
    border-radius: 5px;
}
.main .access span {
	font-size: 14px;
	line-height: 24px;
	display: inline-block;
	font-weight: normal;
	margin-bottom: 5px;
}
.main h3 {
    font-size: 18px;
    font-weight: bold;
    padding: 0px 0;
    border-left: 3px solid #40220f;
    color: #40220f;
    text-align: left;
    padding-left: 10px;
    margin: 20px 0 10px 0;
}
.main h3.mt {
    margin: 40px 0 10px 0;
}
.main h4 {
	border-bottom: 1px solid #fff;
	font-size: 18px;
	padding-bottom: 5px;
}
.main .time {
	border-radius: 5px;
	margin: 25px 0 5px 0;
	padding: 20px 30px;
	/*background-color: #46b5e2;*/
	background-color: #40220f;
	color: #fff;
    font-feature-settings: "palt";
}
.main .accessmap {
	margin: 30px 0 30px 0;
	text-align: center;
}
.main .time ul {
	margin-top: 15px;
	margin-bottom: 0;
	/* color: #fff; */
}
.main .time a {
	text-decoration: none;
	color: #fff;
}
.main .time a::before {
    content: "▶︎";
    font-size: 10px;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
}
.main a {
	font-size: 16px;
	/* color: #40220f; */
	text-decoration: underline;
}
.main a:hover {
	text-decoration: none;
}
.main a.btnlink {
	font-size: 15px;
    line-height: 24px;
    background: linear-gradient(#caeff5, #8ed1e6);
    border: 1px solid #72b7f3;
    color: #40220f;
    text-decoration: none;
    padding: 10px 20px 10px 30px;
    margin: 10px 0 0px 0;
    display: inline-block;
    border-radius: 5px;
    transition: 0.5s;
    font-weight: 600;
}
.main a.btnlink::before {
	content: "▶︎";
	font-size: 10px;
	margin: 0 7px 0 0;
	position: absolute;
	text-indent: -1.5em;
}
.main a.btnlink:hover {
    background: linear-gradient(#eff4f5, #a7d8e7);
    border: 1px solid #9ec6e9;
}
.ttlnazo {
	max-width: 960px;
	margin: 40px auto 30px auto;
	padding: 0 20px;
}
.qa h2 {
	font-size: 24px;
    font-weight: bold;
    padding: 25px 0 25px 110px;
    color: #40220f;
    background-image: url(../assets/imgs/icon_qa.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 100px;
}
.qa .q {
	font-size: 19px;
	font-weight: bold;
	background-image: url(../assets/imgs/icon_q.svg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 0 10px 50px;
	background-size: 40px;
	margin-top: 35px;
}
.qa .a {
	font-size: 15px;
	background-image: url(../assets/imgs/icon_a.svg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 50px;
	background-size: 40px;
}
.qa span {
	font-size: 12px;
}

.vc h2 {
    font-size: 24px;
    font-weight: bold;
    padding: 25px 0 25px 110px;
    color: #40220f;
    background-image: url(../assets/imgs/icon_voice.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 100px;
    margin-bottom: 20px;
}
.vc h2 span {
    font-size: 20px;
	margin-right: 10px;
}
.vc p {
	/*font-size: 16px;
    margin-bottom: 30px;*/
	background: url(../assets/imgs/voicebg.png) no-repeat top right;
	width: 44.5%;
	border: 1px solid #ddad42;
	background-color: #fcf7ea;
	padding: 2%;
	margin-bottom: 2.5%;
}
.vc div {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    flex-wrap: wrap;
    width: 100%;
}
.vc p.nomal {font-size: 14px;
    line-height: 24px;
    padding: 2% 3% 2% 3%;
    color: #40210f;
    display: block;
    font-weight: bold;
    width: 42%;
}
.vc p span:first-child {
    font-size: 16px;
    font-weight: bold;
    background-color: #ddad42;
    color: #40210f;
    padding: 2px 15px;
    border-radius: 22px;
    margin-bottom: 12px;
    position: relative;
    display: block;
    width: max-content;
}
.vc p span:first-child::after {
    content: "";
    background: url(../assets/imgs/icon_arrow.svg) no-repeat;
    position: absolute;
    bottom: -9px;
    left: 15px;
    width: 12px;
    height: 10px;
}
.vc p span:nth-child(2) {
    font-size: 14px;
    line-height: 23px;
    margin-left: 5px;
    color: #40210f;
    display: block;
    font-weight: bold;
}

.map {
	position: relative;
	width: 100%;
	height: 450px;
	margin-bottom: 40px;
	overflow: hidden;
	border-radius: 10px;
    border: 1px solid #e3e3e3;
}
.map iframe,
.map object,
.map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.main span.stxt {
	font-size: 12px;
}
.access .accttl {
	font-weight: bold;
	font-size: 17px;
}
.access .bold {
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
}

.map {
	position: relative;
	width: 100%;
	height: 450px;
	margin-bottom: 10px;
	overflow: hidden;
	border-radius: 10px;
    border: 1px solid #e3e3e3;
}
.map iframe,
.map object,
.map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.annotation {
    max-width: 150px;
    margin-bottom: 15px;
}

  @media screen and (max-width: 754px) {
	.map {
		height: 350px;
		margin-bottom: .2rem;
		margin-top: .1rem;
	}
	.map:first-child {
		margin-top: .2rem;
	}
	.map:last-child {
		margin-bottom: .1rem;
	}
	.cont01{
		padding: 0;
	}
    .cont01 p {
        /*padding: 15px 0px 20px 15px;*/
    }
    .cont02 {
        background-image: url(../assets/imgs/bg.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
    }
	.cont02bg {
        background-image: url(../assets/imgs/img02_02_bg.png);
        padding: 0;
        background-size: 200%;
        background-position: bottom left;
	}
	.ttlnazo {
		width: 80%;
		margin: 30px auto 25px auto;
	}
    .main .time {
        padding: 15px 20px 5px 20px;
    }
    .main .time ul li {
        margin-bottom: 15px;
    }
    .main ul.notes li, .main ul.notes li a {
        font-size: 12px;
        line-height: 22px;
    }
    .main h3 {
        margin: 10px 0 10px 0;
    }
    .main .accessmap {
        margin: 20px 0 30px 0;
    }
    .main .access p {
        line-height: 28px;
		margin-bottom: 0;
    }
	.main .access span {
		font-size: 12px;
	}
    .main .category {
        /*margin-bottom: 10px;*/
        margin-bottom: 0;
    }
	.qa h2 {
		font-size: 18px;
        padding: 18px 0 18px 90px;
        background-size: 80px;
	}
	.qa .q {
        font-size: 16px;
        padding: 0 0 10px 45px;
        margin-top: .18rem;
	}
	.qa .a {
		font-size: 14px;
        padding-left: 45px;
        line-height: 24px;
	}
    .vc p {
		width: 42%;
    }
	.vc p.nomal {
		font-size: 14px;
		padding: 3% 4%;
		width: 40%;
	}
    .vc p span:first-child {
        margin-bottom: 15px;
        padding: 3px 20px;
        font-size: 15px;
    }
    .vc p span:nth-child(2) {
		font-size: 14px;
        line-height: 24px;
    }
	.vc h2 {
        font-size: .21rem;
        padding: 0.15rem 0 0.1rem 0.8rem;
        background-size: 0.8rem;
        margin-bottom: 0;
 }
	.vc h2 span {
		font-size: .18rem;
		margin-right: 0;
		display: block;
	}
    .vc p {
        margin-bottom: 3%;
        padding: 3%;
    }
    .main a.btnlink {
        font-size: 15px;
        padding: 7px 15px 7px 25px;
        margin: .06rem 0 0px 0;
        line-height: 22px;
        display: block;
    }
    .main a.btnlink::before {
        font-size: 10px;
        text-indent: -1.4em;
    }
	  
	.map {
		height: 4.2rem;
		margin-bottom: .1rem;
	}
	.annotation {
        max-width: 2rem;
        margin-bottom: .2rem;
	}
}

/* ========================================================================== */
@media screen and (max-width: 754px) {
  #main article {
    background: url("../imgs/bg-main_sp.png") 0 0/100% auto no-repeat; } }

.intro {
  padding: 60px 0;
  width: 100%;
  background: url("../assets/imgs/border.gif") top center repeat-x;
  color: #325873; }
  @media screen and (max-width: 754px) {
    .intro {
      padding: 4vw 0 0; } }
  /*.intro .title {
    width: 6.54rem;
    margin: 0 auto; }
    @media screen and (max-width: 754px) {
      .intro .title {
        width: 89.4117647059vw; } }*/
.intro .wrap {
  max-width: 980px;
  text-align: center;
	z-index: 999; }
  .intro .wrap h1 {
    margin: .2rem 0 0;
    font-weight: 600;
    font-size: .24rem;
	letter-spacing: 0.05em;
    line-height: 1.8; }
  .intro .wrap p {
    margin: .2rem 0 0;
    font-size: .17rem;
    font-weight: 500;
	letter-spacing: 0.08em;
    line-height: 2; }
    @media screen and (max-width: 754px) {
      .intro .wrap h1 {
    	font-size: .20rem;
		}
      .intro .wrap p {
        margin: 1.6470588235vw 0 0;
        font-size: 3.5vw;
        line-height: 2.0526315789; } }
  .intro .contact {
    background-color: #3b627e;
    color: #eee6d7;
	margin: 30px auto 0 auto;
    max-width: 550px;
	padding: 20px 50px 30px 50px;
    font-size: .16rem;
	letter-spacing: 0.06em;
    line-height: 1.8; }
	@media screen and (max-width: 754px) {
		.intro .contact {
			margin: 18px auto;
			padding: 20px 30px 20px 30px;
		}
	}
	@media screen and (max-width: 550px) {
		.intro .contact {
			margin: 18px;
		}
	}
  .intro .contact .ttl {
    font-size: .20rem;
	text-align: center;
    border-bottom: 1px solid #eee6d7;
	line-height: .50rem;
	margin-bottom: 25px;
	letter-spacing: 0.02em; }
	@media screen and (max-width: 754px) {
		.intro .contact .ttl {
    		font-size: .20rem;
			line-height: .35rem;
			padding-bottom: 15px;
			margin-bottom: 20px;
		}
		.intro .contact .small {
    		font-size: .14rem;
		}
	}

/* ========================================================================== */
.newsTwitter {
  width: 100%;
  padding: 50px 0 0 0; }
  @media screen and (max-width: 754px) {
    .newsTwitter {
        /*margin: 7.5vw 0 0vw 0;*/
    	padding: 50px 0 0 0; } }
/*  .newsTwitter .inner {
    display: flex;
    justify-content: space-between; }*/
    @media screen and (max-width: 754px) {
      .newsTwitter .inner {
        display: block; } }
    .newsTwitter .inner section {
		max-width: 860px;
		margin: 0 auto;
    	border-radius: 10px;
    	background-color: #fff; }
      @media screen and (max-width: 754px) {
        .newsTwitter .inner section {
          width: auto; } }
      .newsTwitter .inner section .title {
		  text-align: center;
		  font-size: .18rem;
		  padding: 15px;
		  background-color: #40220f;
		  border-radius: 10px 10px 0 0;
		  color: #fff;
		}
        @media screen and (max-width: 754px) {
          .newsTwitter .inner section .title {
		  font-size: .15rem;
		  padding: 15px;
            height: inherit; } }
      .newsTwitter .inner section .box {
        box-sizing: border-box;
        /*height: 3.5rem;*/ }
        @media screen and (max-width: 754px) {
          .newsTwitter .inner section .box {
            /*height: 69.4117647059vw;*/ } }

      @media screen and (max-width: 754px) {
        .newsTwitter .inner section.twitter {
          /*margin: 7.6470588235vw 0 0;*/ } }
      .newsTwitter .inner section.twitter .timeline {
        margin: .30rem;
        /*max-height: 2rem;*/
		  height: 500px;
        /*overflow-y: scroll;*/
        overflow: auto !important;
        position: relative;
        -webkit-overflow-scrolling: touch !important; }
        @media screen and (max-width: 754px) {
          .newsTwitter .inner section.twitter .timeline {
            /*margin: 7.0588235294vw 0 0 5.8823529412vw;*/
            margin: 0;
            padding: 10px;
            max-height: 64.8235294118vw;
            /*&::-webkit-scrollbar {
            	width: 10px;
            	background: #ccc;
            }
            &::-webkit-scrollbar-thumb {
            	background: #aaa;
            }*/ } }
      .newsTwitter .inner section.twitter .timeline iframe {
        position: absolute;
        display: block;
        max-width: 100%;
        overflow: hidden;
        clear: both;
        margin-left: auto;
        margin-right: auto; }

	.newsTwitter .inner section.twitter a.twlink {
		display: none;
	}
	@media all and (-ms-high-contrast:none){
		*::-ms-backdrop, .newsTwitter .inner section.twitter a.twlink {
			font-size: 16px;
			margin:  0 auto;
			text-align: center;
			width: 100%;
			padding: 30px 0;
			display: block;
			color: #840002;
			text-decoration: underline;
		}
		*::-ms-backdrop, .newsTwitter .inner section.twitter a.twlink:hover {
			text-decoration: none;
		}
	}


.scrollbnr {
	display:block;
	position:fixed;
	width:13vw;
	height:auto;
	right: 10px;
	bottom:20%;
	transform:translateX(0);
	opacity:1;
	z-index: 9999;
	transition:transform .5s ease,opacity .3s ease;
}
.scrollbnr.disabled{
	transform:translateX(150%);
	opacity:0;
}
@media screen and (max-width: 754px) {
	.scrollbnr{
		bottom: 90px;
		width: 22vw;
	}
}

#nav-drawer {
    display: none;
}

.button_text {
    font-size: 9px;
    letter-spacing: 0.05em;
    font-family: Muli, "Noto Sans JP", "Original Yu Gothic", "Yu Gothic", YuGothic, 游ゴシック, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0.53333rem;
    position: fixed;
    display: block;
    z-index: 99999;
    right: 10px;
    top: -20px;
}

@media only screen and (max-width:754px) {
    .menu {
        margin-left: auto;
        margin-right: auto;
        display: block;
        z-index: 9999;
        position: relative;
        font-size: 0;
    }
    #nav-drawer {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nav-unshown {
        display: none;
    }

    #nav-open {
        display: inline-block;
        width: 24px;
        height: 24px;
        vertical-align: middle;
        position: fixed;
        z-index: 99999;
        right: 0px;
        top: 0px;
        /* border: 1px solid #f9d171; */
        /* background-color: #ab881a; */
        background: #fff;
        /* border-radius: 5px; */
        padding: 15px;
        border-radius: 0 0 0 5px;
    }

    #nav-open span,
    #nav-open:before,
    #nav-open:after {
        position: absolute;
        height: 2px;
        /*線の太さ*/
        width: 24px;
        /*長さ*/
        bottom: 35px;
        border-radius: 2px;
        background: #412011;
        display: block;
        content: '';
        cursor: pointer;
        z-index: 999999;
        transition: .2s;
    }
    #nav-open.white span,
    #nav-open.white:before,
    #nav-open.white:after {
        background: #40220f;
    }

    #nav-open:before {
        bottom: 40px;
    }

    #nav-open:after {
        bottom: 30px;
    }

    #nav-input:checked ~ #nav-open::before {
      transform: translate3D(0, -50%, 0) rotate(135deg);
      bottom: 34px;
      background: #412011;
      width: 26px;
      right: 14px;
    }

    #nav-input:checked ~ #nav-open::after {
      transform: translate3D(0, -50%, 0) rotate(45deg);
      bottom: 34px;
      background: #412011;
      width: 26px;
      right: 14px;
    }
    #nav-input:checked ~#nav-open span{
      opacity: 0;
    }


    /*閉じる用の薄黒カバー*/
    #nav-close {
        display: none;
        /*はじめは隠しておく*/
        position: fixed;
        z-index: 99;
        top: 0;
        /*全体に広がるように*/
        left: 0;
        width: 100%;
        height: 100%;
        background: black;
        opacity: 0;
        transition: .3s ease-in-out;
    }

    /*中身*/
    #nav-content {
        overflow: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        /*最前面に*/
        width: 90%;
        /*右側に隙間を作る（閉じるカバーを表示）*/
        /*max-width: 330px;最大幅（調整してください）*/
        height: 100%;
        transition: .3s ease-in-out;
        /*滑らかに表示*/
        -webkit-transform: translateX(120%);
        transform: translateX(120%);
        /*左に隠しておく*/
        /*background: #f18f44;*/
    }

    /*チェックが入ったらもろもろ表示*/
    #nav-input:checked ~ #nav-close {
        display: block;
        /*カバーを表示*/
        opacity: .5;
    }

    #nav-input:checked ~ #nav-content {
        -webkit-transform: translateX(11%);
        transform: translateX(11%);
        /*中身を表示（右へスライド）*/
        box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
    }

    .menu02 ul.list {
        margin-top: 15px;
        margin-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
        /*height: 90%;*/
        list-style: none;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        z-index: 9999;
        /* width: 300px; */
        text-align: center;
    }

    .menu02 ul.list > li {
        display: block;
        border-style: none;
        text-align: left;
        padding: 0 30px;
        /*width: 100%;*/
    }

    .line-decorate {
        margin: 0 auto;
        width: 20%;
        border-top-style: solid;
        border-width: 1px;
        border-color: #999999;

    }
    .menu02 ul.list > li > a {
        /* color: #0a324f; */
		color: #fff;
        padding: 13px 0;
        display: block;
        letter-spacing: 0.03em;
        font-size: 16px;
    }

    .menu02 ul.list > li:last-of-type {
        border-right-style: none;
    }

    .menu02 {
        margin-left: auto;
        margin-right: auto;
        height: 100%;
        display: block;
        z-index: 9999;
        position: relative;
        /*background-size: cover;*/
        width: 100%;
		color: #40220f;
    	font-weight: bold;
        background-image: url(../assets/imgs/mainbg_sp.jpg);
        background-size: cover;
        background-position: top center;
    }
    
    .menu02.active {
        transform: translateY(0);
    }

    .menu02 .logo_img {
        width: 100%;
        padding-top: 5px;
        text-align: center;
    }
	.menu02 .sns_btn {
		position: relative;
		margin: 40px 15px;
	}

    #nav-drawer .logo {
        width: 100%;
        text-align: right;
        padding:15px 60px 14px;
        z-index: 99999;
    }

    #nav-drawer .logo img {
        width: 84px;
        text-align: center;
        z-index: 9999999;
        position: fixed;
        right:50px;
        top: 14px;
    }
}

.link {
	width: 100%;
	text-align: center;
	padding: 30px 0 10px 0;
}
.link p {
	margin: 30px auto 0 auto;
}
.link p img {
	border-radius: 10px;
}

@media only screen and (max-width:754px) {
	.link {
		/*padding: 10px 0 0px 0;*/
		padding: 0 3%;
		width: 94%;
	}
}


/* footer
  ############################################################################################# */
/* line 542, common.scss */
#footer {
  position: relative;
  color: #fff;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-size: .12rem;
  line-height: 1;
  text-align: center;
  padding: .18rem 0;
	background-color: #3ea6c8;
}
@media screen and (max-width: 754px) {
  /* line 542, common.scss */
  #footer {
    padding: .03rem 0;
  }
}

.bnr {
	width: 100%;
	text-align: center;
	font-size: 0;
}
.bnr ul {
	/*margin: 40px 0 40px 0;*/
	margin: 20px 0 20px 0;
}
.bnr ul li {
	display: inline;
	margin: 20px;
}
@media screen and (max-width: 754px) {
	.bnr ul {
		/*margin: 10px 0 10px 0;*/
		margin: 0;
	}
	.bnr ul li {
		display: inline-block;
		margin: 10px 30px;
	}
}

#footer .btPagetop {
  display: block;
  position: fixed;
  z-index: 99;
  right: .24rem;
  bottom: 20px;
  max-width: 75px;
  transition: opacity .3s;
}
#footer .btPagetop img {
  transition: opacity .3s;
}
#footer .btPagetop:hover img {
  opacity: .8;
}
#footer .btPagetop.off {
  opacity: 0;
  pointer-events: none;
}
a.anchor {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

@media screen and (max-width: 754px) {
  #footer .copyright {
    padding: 3vw 0 3vw;
  }
  #footer .btPagetop {
    width: inherit;
    bottom: 5px;
    right: 5px;
  }
    a.anchor {
        display: block;
        padding-top: 0!important;
        margin-top: 0!important;
    }
}

/* ROLL-OVER */
.alphaOver a:hover img { opacity:0.8; filter:alpha(opacity=80); -moz-opacity:0.8; }


.map-balloon {
  min-width: 220px;
  padding: 4px 2px 2px;
  color: #40220f;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}

.map-balloon__label {
  display: inline-block;
  margin: 0 0 10px;
  padding: 3px 10px;
  border-radius: 999px;
  background: #f5f1ea;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  color: #6a5648;
}

.map-balloon__title {
  position: relative;
  margin: 0 0 10px!important;
  padding-left: 14px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #40220f;
  border-left: none!important;
}

.map-balloon__title::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 4px;
  height: 1.2em;
  border-radius: 999px;
  background: #40220f;
}

.map-balloon__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #40220f;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none !important;
  transition: opacity 0.25s ease;
}

.map-balloon__link::after {
  content: "↗";
  font-size: 12px;
  line-height: 1;
}

.map-balloon__link:hover {
  opacity: 0.85;
}

.map-balloon.is-red .map-balloon__title::before,
.map-balloon.is-red .map-balloon__link {
  background: #c2201f;
}

.map-balloon.is-orange .map-balloon__title::before,
.map-balloon.is-orange .map-balloon__link {
  background: #e2610e;
}

.map-balloon.is-green .map-balloon__title::before,
.map-balloon.is-green .map-balloon__link {
  background: #369855;
}
.gm-style .gm-style-iw-c {
    max-width: 350px !important;
}

@media screen and (max-width: 754px) {
  .map-balloon {
    min-width: 180px;
    padding: 2px 0 0;
  }

  .map-balloon__label {
	margin-bottom: 8px;
	font-size: 0.12rem!important;
	padding: 0.03rem 0.15rem!important;
  }

  .map-balloon__title {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.5;
  }

  .map-balloon__link {
    padding: 9px 12px;
    font-size: 12px !important;
  }
}
