@charset "UTF-8";
@import url(https://weloveiconfonts.com/api/?family=entypo);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

/*
	font-family: 'Noto Sans JP', sans-serif;
	Light 300
	Regular 400
	Medium 500
	Semi-bold 600
	Bold 700
	Black 900
*/


  

/* CSS Document */

html {
	font-size:10px;
}
body {
	position:relative;
	font-size:1rem;
	line-height:1.7;
	font-family: 'Noto Sans JP', sans-serif;
	color:#000000;
	min-width:1200px;
	padding-top:80px;
	/*-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	-ms-font-feature-settings: "palt";
	-o-font-feature-settings: "palt";
	font-feature-settings: "palt";*/
	/*-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;*/
}

.anchor {
  padding-top: 30px;
  margin-top: -30px;
}

@media screen and (max-width: 1200px) {
html {
	/*font-size:0.833vw;*/
	font-size:0.917vw;
}
body {
	font-size:1rem;
	width: 100%;
	min-width: 100%;
}
}
@media screen and (max-width: 1000px) {
html {
	/*font-size:1vw;*/
	font-size:1.1vw;
}
body {
	font-size:1rem;
	width: 100%;
	min-width: 100%;
	padding-top:8vw;
}
}
@media screen and (max-width: 767px) {
html {
	font-size:2.868vw;
}
body {
	font-size:1rem;
	width: 100%;
	min-width: 100%;
	line-height:1.5;
	padding-top: 15.645vw;
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	-ms-font-feature-settings: "palt";
	-o-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
}

* {
	font-style: normal;
	font-weight: 400;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


a {color: #080304; text-decoration: none; transition: .3s;}
a:hover {color: #999999; text-decoration:underline;	transition: .3s;}

main a {color: #080304; text-decoration: underline;	transition: .3s;}
main a:hover {color: #080304; text-decoration:none;	transition: .3s;}

a:hover img ,
a.opacity:hover ,
footer .footer_in .f_contents section dl a:hover {
	text-decoration:none;
	opacity:0.65;
	filter: alpha(opacity=65);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=65)";  /* ie 8 */
	-moz-opacity:0.65;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.65;              /* Safari 1.x */
	zoom:1;
}
header h2 a:hover img ,
footer dl dt a:hover img {
	opacity:1.0;
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity:1.0;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1.0;              /* Safari 1.x */
	zoom:1;
}
a:before, a:after,
a:hover:before, a:hover:after{
	text-decoration: none !important;
	display: inline-block;
}
img {
	width: 100%;
	height: auto;
}
/*共通*/
.tablet , .tablet_img {
	display: none;
}
.sp , .sp_img {
	display: none;
}
@media screen and (max-width: 1200px) {
.pc {
	display: none;
}
.tablet , .tablet_img {
	display: block;
}
}

@media screen and (max-width: 767px) {
	img {
		max-width: none;
		width: 100%;
		height: auto;
	}
	.pc {
		display: none;
	}
	.tablet , .tablet_img {
		display: none;
	}

	.sp , .sp_img {
		display: block;
	}

}

.space-top50 {margin-top: 50px;}
.space-top30 {margin-top: 30px;}



/*	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	behavior: url("/css/PIE.htc");*/

/*
:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
*/


/*header*/
h1 {
	display:none;
}
header {
	position: fixed;
	top:0;
	left:0;
	z-index:2000;
	width:100%;
	height:80px;
	background:#FFF;
	box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.1);
}
header .header_in,#navi {
	width:1200px;
	margin:0 auto;
}
header .header_in:after {

}

header h2 {
	float:left;
	width:135px;
	padding-top:20px;
}

@media screen and (max-width: 1200px) {
header .header_in,#navi {
	width:100%;
	padding:0 10px;
}
}
@media screen and (max-width: 1000px) {
	header {
		position: fixed;
		top:0;
		left:0;
		z-index:2000;
		width:100%;
		//height:8vw;
	}
	header .header_in {width:98%;}
	header h2 {
		width:13.5vw;
		padding-top:2.5vw;
	}
	header nav {padding-top:3.6vw;}
	header nav ul li {
		padding-right:2em;
		font-size:1.5rem;
	}
}

@media screen and (max-width: 767px) {
header {
	//display:none;
}
}




/*footer*/
footer {
	background:#222d34;
	color:#FFF;
}
footer a ,
footer a:hover {
	color:#FFF;
}
footer .box {
	position:relative;
	width:1200px;
	margin:0 auto;
	padding:50px 0;
}
footer .box:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
footer .box ul {
	float:right;
}
footer .box ul:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
footer .box ul li {
	float:left;
	width:290px;
	margin-right:20px;
}
footer .box ul li:last-child {
	margin-right:0;
}
footer .box ul li a {
	position:relative;
	height:75px;
	display:block;
	line-height:75px;
	text-align:center;
	color:#FFF;
	background:#0281d1;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	transition: .3s;
}
footer .box ul li:last-child a {
	background:#0457a5;
}
footer .box ul li a:before {
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	left:30px;
	width:26px;
	height:26px;
	background:url(../img/common/f_icon01.svg) no-repeat center center;
	background-size:cover;
	display:block;
	content:'';
}
footer .box ul li:last-child a:before {
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	left:30px;
	width:21px;
	height:40px;
	background:url(../img/common/f_icon02.svg) no-repeat center center;
	background-size:cover;
	display:block;
	content:'';
}
footer .box ul li a:after {
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	right:30px;
	font-family: "FontAwesome";
	font-size:2.0rem;
	color:#FFF;
	line-height:1.1;
	content: "\f105";
}
footer .box ul li a span {
	display:inline-block;
	font-size:1.5rem;
}
footer .box ul li a:hover {
	transition: .3s;
	text-decoration:none;
	opacity:0.65;
	filter: alpha(opacity=65);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=65)";  /* ie 8 */
	-moz-opacity:0.65;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.65;              /* Safari 1.x */
	zoom:1;
}
footer .box .box_ll {
	float:left;
	line-height:1.1;
	margin:0 10px 0 0;
}
footer .box .box_l {
	float:left;
	line-height:1.1;
}
footer .box .box_l dl {
	margin-bottom:5px;
}
footer .box .box_l dl dt {
	margin-bottom:.5em;
	font-size:1.5rem;
}
footer .box .box_l dl dt span {
	margin-left:1em;
}
footer .box .box_l dl dd {
	font-size:1.6rem;
	font-weight:700;
}
footer .box .box_l dl dd span {
	font-size:1.8rem;
	font-weight:700;
	margin-left:.2em;
}
footer .box .box_l .copy {
	display:block;
	font-size:1.4rem;
}
@media screen and (max-width: 1200px) {
footer .box {
	width:100%;
	padding:50px 10px;
}
}
@media screen and (max-width: 1000px) {
footer .box {
	width:98%;
	padding:5vw 0;
}
footer .box ul li {
	width:29vw;
	margin-right:2vw;
}
footer .box ul li a {
	height:7.5vw;
	line-height:7.5vw;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	transition: .3s;
}
footer .box ul li a:before {
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	left:3vw;
	width:2.6vw;
	height:2.6vw;
	background:url(../img/common/f_icon01.svg) no-repeat center center;
	background-size:cover;
	display:block;
	content:'';
}
footer .box ul li:last-child a:before {
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	left:3vw;
	width:2.1vw;
	height:4vw;
	background:url(../img/common/f_icon02.svg) no-repeat center center;
	background-size:cover;
	display:block;
	content:'';
}
footer .box ul li a:after {
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	right:3vw;
	font-family: "FontAwesome";
	font-size:2.0rem;
	content: "\f105";
}
footer .box ul li a span {
	font-size:1.5rem;
}
footer .box .box_l dl {
	margin-bottom:1.5vw;
}
footer .box .box_l dl dt {
	margin-bottom:.5em;
	font-size:1.5rem;
}
footer .box .box_l dl dt span {
	display:block;
	margin-left:0;
	padding-top:.5em;
}
footer .box .box_l dl dd {
	font-size:1.6rem;
	font-weight:700;
}
footer .box .box_l dl dd span {
	font-size:1.8rem;
	font-weight:700;
	margin-left:.2em;
}
footer .box .box_l .copy {
	font-size:1.4rem;
}
}
@media screen and (max-width: 767px) {
footer .box {
	width:100%;
	padding:10.43vw 0;
}
footer .box ul {
	float:none;
	margin-bottom:5.215vw;
}
footer .box ul li {
	float:none;
	width:80.834vw;
	margin:0 auto;
	margin-bottom:3.911vw;
}
footer .box ul li:last-child {
	margin:0 auto;
	margin-bottom:0;
}
footer .box ul li a {
	height:16.949vw;
	line-height:16.949vw;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	transition: .3s;
}
footer .box ul li a:before {
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	left:7.823vw;
	width:6.78vw;
	height:6.78vw;
	background:url(../img/common/f_icon01.svg) no-repeat center center;
	background-size:cover;
	display:block;
	content:'';
}
footer .box ul li:last-child a:before {
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	left:8.475vw;
	width:5.476vw;
	height:10.43vw;
	background:url(../img/common/f_icon02.svg) no-repeat center center;
	background-size:cover;
	display:block;
	content:'';
}
footer .box ul li a:after {
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	right:6.519vw;
	font-family: "FontAwesome";
	font-size:2.0rem;
	color:#FFF;
	line-height:1.1;
	content: "\f105";
}
footer .box ul li a span {
	display:inline-block;
	font-size:1.6rem;
}
footer .box .box_ll {
	float:none;
	line-height:1.1;
	text-align:center;
}
footer .box .box_l {
	float:none;
	line-height:1.1;
}
footer .box .box_l dl {
	margin-bottom:5.215vw;
}
footer .box .box_l dl dt {
	margin-bottom:.5em;
	font-size:1.15rem;
	text-align:center;
}
footer .box .box_l dl dt span {
	display:inline-block;
	margin-left:1em;
}
footer .box .box_l dl dd {
	font-size:1.1rem;
	font-weight:700;
	text-align:center;
}
footer .box .box_l dl dd span {
	font-size:1.7rem;
	font-weight:700;
	margin-left:.2em;
}
footer .box .box_l .copy {
	display:block;
	font-size:1.1rem;
	text-align:center;
}
}


/*page_ttl*/
.page_ttl {
	position:relative;
	background:#0887cf;
	line-height:1.1;
	color:#FFF;
	padding:45px 0 40px;
}
.page_ttl h3 span ,
.page_ttl h3 em {
	display:block;
	white-space:nowrap;
	text-align:center;
}
.page_ttl h3 span {
	font-size:3.5rem;
	font-weight:700;
	letter-spacing:.1em;
	text-transform: uppercase;
}
.page_ttl h3 em {
	font-size:1.5rem;
	font-weight:700;
	padding-top:.5em;
}
@media screen and (max-width: 1000px) {
.page_ttl {
	padding:4.5vw 0 4vw;
}
.page_ttl h3 span {
	font-size:3.5rem;
	font-weight:700;
	letter-spacing:.1em;
}
.page_ttl h3 em {
	font-size:1.5rem;
	font-weight:700;
	padding-top:.5em;
}
}
@media screen and (max-width: 767px) {
.page_ttl {
	padding:11.734vw 0 10.43vw;
}
.page_ttl h3 span {
	font-size:3.0rem;
	font-weight:700;
	letter-spacing:.1em;
}
.page_ttl h3 em {
	font-size:1.2rem;
	font-weight:700;
	padding-top:.5em;
}
}


/*タイトル*/
.ttl {
	position:relative;
	margin-bottom:40px;
	line-height:1.1;
	text-align:center;
}
.ttl:before {
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	width:100%;
	height:2px;
	background:#0185d0;
	display:block;
	content:'';
}
.ttl span {
	position:relative;
	z-index:2;
	display: inline-block;
	white-space:nowrap;
	text-align:center;
	font-size:2.4rem;
	font-weight:700;
	color:#0185d0;
	background:#FFF;
	padding:0 1.5em;
}
.ttl span em {
	font-size:2.2rem;
	font-weight:700;
}
.sttl01 {
	position:relative;
	padding-bottom:10px;
	margin-bottom:25px;
	line-height:1.1;
	border-bottom: solid 2px #55b1e4;
}
.sttl01 span {
	position:relative;
	display:block;
	font-size:2.0rem;
	font-weight:700;
	color:#0383cb;
	padding-left:18px;
	padding-top:.1em;
	padding-bottom:.1em;
}
.sttl01 span:before {
	position: absolute;
	top:0;
	left:0;
	width:5px;
	height:100%;
	background:#55b1e4;
	-webkit-border-radius: .1em;
	-moz-border-radius: .1em;
	border-radius: .1em;
	display:block;
	content:'';
}
.sttl01 span em {
	font-size:1.8rem;
	font-weight:700;
}
@media screen and (max-width: 1000px) {
.ttl {
	margin-bottom:4vw;
}
.ttl:before {
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
}
.ttl span {
	font-size:2.4rem;
	font-weight:700;
	padding:0 1.5em;
}
.ttl span em {
	font-size:2.2rem;
	font-weight:700;
}
.sttl01 {
	padding-bottom:1vw;
	margin-bottom:2.5vw;
	border-bottom: solid 2px #55b1e4;
}
.sttl01 span {
	font-size:2.0rem;
	font-weight:700;
	padding-left:1.8vw;
	padding-top:.1em;
	padding-bottom:.1em;
}
.sttl01 span:before {
	position: absolute;
	top:0;
	left:0;
	width:0.5vw;
	height:100%;
	background:#55b1e4;
	-webkit-border-radius: .1em;
	-moz-border-radius: .1em;
	border-radius: .1em;
	display:block;
	content:'';
}
.sttl01 span em {
	font-size:1.8rem;
	font-weight:700;
}
}
@media screen and (max-width: 767px) {
.ttl {
	margin-bottom:10.43vw;
}
.ttl span {
	position:relative;
	z-index:2;
	display: inline-block;
	white-space:nowrap;
	text-align:center;
	font-size:1.5rem;
	padding:0 .3em;
}
.ttl span em {
	font-size:1.2rem;
}
.sttl01 {
	padding-bottom:2.608vw;
	margin-bottom:6.519vw;
}
.sttl01 span {
	font-size:1.6rem;
	padding-left:5.215vw;
	padding-top:.1em;
	padding-bottom:.1em;
}
.sttl01 span:before {
	position: absolute;
	top:0;
	left:0;
	width:1.304vw;
	height:100%;
	background:#55b1e4;
	-webkit-border-radius: .1em;
	-moz-border-radius: .1em;
	border-radius: .1em;
	display:block;
	content:'';
}
.sttl01 span em {
	font-size:1.2rem;
	font-weight:700;
}
}


/*main*/
main {
	display:block !important;
	font-size:1.5rem;
}

/*width*/
.w1200 {
	width:1200px;
	margin:0 auto;
}
.w1200:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.w980 {
	width:980px;
	margin:0 auto;
}
.w980:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
@media screen and (max-width: 1200px) {
.w1200 {
	width:100%;
	padding:0 10px;
}
}
@media screen and (max-width: 1000px) {
.w980 {
	width:98%;
}
}
@media screen and (max-width: 767px) {
.w1200 {
	width:92%;
	padding:0;
}
.w980 {
	width:92%;
}
}


.return {
	position:relative;
	left:0;
	bottom:0;
	z-index:5;
	background:#222d34;
	border-top: solid 1px #3e484e;
	width:100%;
}
.return a {
	display:block;
	padding:20px 0 25px;
}
.return a span {
	display:block;
	width:32px;
	margin:0 auto;
}
@media screen and (max-width: 1000px) {
.return a {
	padding:2vw 0 2.5vw;
}
.return a span {
	width:3.2vw;
}
}
@media screen and (max-width: 767px) {
.return a {
	display:block;
	padding:5.215vw 0;
}
.return a span {
	width:8.344vw;
}
}


.anc {
	margin-top:-120px;
	padding-top:120px;
}
@media screen and (max-width: 1400px) {
.anc {
	margin-top:-8.571vw;
	padding-top:8.571vw;
}
}
@media screen and (max-width: 767px) {
.anc {
	margin-top:-16.949vw;
	padding-top:16.949vw;
}
}


div.messe {
	font-size: 21px;
	padding: 0 2rem 4rem 2rem;
}

.dname {
	text-align:right;
	padding:2rem 0 0 0;
}

div.rinen {
	font-size: 30px;
	padding: 0 2rem 6rem 2rem;
	text-align:center;
	font-weight: bold;
}

.rinenbox{
	border: 2px solid #D6CDB5;
	margin: 0 0 3rem 0;
}
.rinenin{
	padding: 1.5em;
	font-size: 17px;
}

.rinenbox h4{
    position: relative;
    color: #000;
    background: #EEECE4;
    margin: 0;
    padding: 5px 0 5px 2rem;
    font-size: 22px;
}

@media screen and (max-width: 767px) {
	div.rinen {font-size: 22px;}
}

p.tate {
   font-size: 17px;
   line-height: 1.3;
}
p.tate span {
}
p.tate em {
   font-style: normal;
   vertical-align: middle;
}
p.tate em.huge {
   font-size: 23px;
}
p.tate em.tiny {
   font-size: 21px;
}