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

/*
font-family: 'Noto Sans JP', sans-serif;
*/


/* --------------
 reset
-------------- */
*{
	backface-visibility: hidden;/* animation時のにじみ防止 */
	-webkit-backface-visibility: hidden;/* animation時のにじみ防止 */
	-webkit-font-smoothing: antialiased/* animation時の文字にじみ防止 */
	-moz-osx-font-smoothing: grayscale;/* animation時の文字にじみ防止 */
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,figure{margin:0;padding:0}
ol,ul{list-style:none}
caption,th{text-align:left}

img {max-width:100% !important; height:auto;vertical-align: bottom;}
iframe {max-width:100% !important; border:0;}
iframe img{max-width:none !important; border:0;}

body *,
body *:before,
body *:after {
	box-sizing: border-box;
}

.printOnly {
	display: none;
}


/* --------------
 clearfix
-------------- */
div:after,ul:after,ol:after,dl:after,
header:after,footer:after,
nav:after,section:after,article:after {
	content: "";
	display: block;
	clear: both;
}

/* --------------
 base
-------------- */
html {
	font-size: 18px;
	-webkit-text-size-adjust: 100%;
}
body {
	width: 100%;
	height: 100%;
	color: #222;
	background: #fff;
	font: 14px/1.2 'Noto Sans JP', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 1.2;
	word-break: break-word !important;
}
/* link */
a {
	color: #303030;
/*	word-break: break-all;*/
	word-break: break-word;
	text-decoration: none;
  transition: .3s ease-in-out;
}
a:hover {
}
a img {
	-webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: .3s ease-in-out;
}
a:hover img {
	opacity:0.7;
}


a.break {
	word-break: break-all;
}

img {
	pointer-events: none;
}

.inlineblock { display: inline-block !important; }
.block { display: block !important; }



.pointer {
	cursor: pointer;
}

img.lazyload[src="/img/blank.gif"] {
	background: url("./ajax-loader.gif") no-repeat center center;
}

/* --------------
 modules css
-------------- */
/* ---------- font size */

.fs05 { font-size: 0.5em; }
.fs06 { font-size: 0.6em; }
.fs07 { font-size: 0.7em; }
.fs08 { font-size: 0.8em; }
.fs09 { font-size: 0.9em; }
.fs10 { font-size: 1.0em; }
.fs11 { font-size: 1.1em; }
.fs12 { font-size: 1.2em; }
.fs13 { font-size: 1.3em; }
.fs14 { font-size: 1.4em; }
.fs15 { font-size: 1.5em; }
.fs16 { font-size: 1.6em; }
.fs17 { font-size: 1.7em; }
.fs18 { font-size: 1.8em; }
.fs19 { font-size: 1.9em; }
.fs20 { font-size: 2.0em; }
.fs21 { font-size: 2.1em; }
.fs22 { font-size: 2.2em; }
.fs23 { font-size: 2.3em; }
.fs24 { font-size: 2.4em; }
.fs25 { font-size: 2.5em; }
.fs30 { font-size: 3.0em; }


/* ---------- font weight */
.thin {	font-weight: 100;}
.demilight {	font-weight: 300;}
.normal {	font-weight: 400;}
.midium {	font-weight: 500;}
.bold {	font-weight: 700;}
.black {	font-weight: 900;}

/* ---------- align */
.alc { text-align: center !important;}
.alr { text-align: right !important;}
.all { text-align: left !important;}

.alt { vertical-align: top !important;}
.alb { text-align: bottom !important;}
.alm { vertical-align: middle !important;}

.alj {
	/* 文字均等割付 */
 text-align: justify !important;
 text-justify: inter-ideograph !important;
}


/* ---------- float */
.noFloat { float: none !important;}

/* ---------- Cancele */

.both { clear: both;}

/* ---------- margin,padding */
.mb0 {	margin-bottom: 0px !important;}
.mb3 {	margin-bottom: 3px !important;}
.mb5 {	margin-bottom: 5px !important;}
.mb10 {	margin-bottom: 10px !important;}
.mb15 {	margin-bottom: 15px !important;}
.mb20 {	margin-bottom: 20px !important;}
.mb25 {	margin-bottom: 25px !important;}
.mb30 {	margin-bottom: 30px !important;}
.mb35 {	margin-bottom: 35px !important;}
.mb40 {	margin-bottom: 40px !important;}
.mb45 {	margin-bottom: 45px !important;}
.mb50 {	margin-bottom: 50px !important;}
.mb55 {	margin-bottom: 55px !important;}
.mb60 {	margin-bottom: 60px !important;}
.mb70 {	margin-bottom: 70px !important;}
.mb80 {	margin-bottom: 80px !important;}
.mb90 {	margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !important;}

.mb1rem {	margin-bottom: 1rem !important;}
.mb2rem {	margin-bottom: 2rem !important;}
.mb3rem {	margin-bottom: 3rem !important;}

.ml0 {	margin-left: 0px !important;}
.ml5 {	margin-left: 5px !important;}
.ml10 {	margin-left: 10px !important;}
.ml20 {	margin-left: 20px !important;}
.ml30 {	margin-left: 30px !important;}

.mr0 {	margin-right: 0px !important;}
.mr5 {	margin-right: 5px !important;}
.mr10 {	margin-right: 10px !important;}
.mr20 {	margin-right: 20px !important;}
.mr30 {	margin-right: 30px !important;}

.mt0 {	margin-top: 0px !important;}
.mt3 {	margin-top: 3px !important;}
.mt5 {	margin-top: 5px !important;}
.mt10 {	margin-top: 10px !important;}
.mt15 {	margin-top: 15px !important;}
.mt20 {	margin-top: 20px !important;}
.mt30 {	margin-top: 30px !important;}
.mt50 {	margin-top: 50px !important;}

.mt1rem {	margin-top: 1rem !important;}
.mt2rem {	margin-top: 2rem !important;}
.mt3rem {	margin-top: 3rem !important;}

.pb0 {	padding-bottom: 0px !important;}
.pb3 {	padding-bottom: 3px !important;}
.pb5 {	padding-bottom: 5px !important;}
.pb10 {	padding-bottom: 10px !important;}
.pb20 {	padding-bottom: 20px !important;}
.pb30 {	padding-bottom: 30px !important;}

.pt0 {	padding-top: 0px !important;}
.pt3 {	padding-top: 3px !important;}
.pt5 {	padding-top: 5px !important;}
.pt10 {	padding-top: 10px !important;}
.pt15 {	padding-top: 15px !important;}
.pt20 {	padding-top: 20px !important;}
.pt30 {	padding-top: 30px !important;}

.pt1rem {	padding-top: 1rem !important;}
.pt2rem {	padding-top: 2rem !important;}
.pt3rem {	padding-top: 3rem !important;}

.pl0 {	padding-left: 0px !important;}
.pl3 {	padding-left: 3px !important;}
.pl5 {	padding-left: 5px !important;}
.pl10 {	padding-left: 10px !important;}

.pr0 {	padding-right: 0px !important;}
.pr3 {	padding-right: 3px !important;}
.pr5 {	padding-right: 5px !important;}
.pr10 {	padding-right: 10px !important;}

.pa10 {
	padding: 10px;
}

/* ----- text */

.lh10 {	line-height: 1.0;}
.lh12 {	line-height: 1.2;}
.lh15 {	line-height: 1.5;}
.lh18 {	line-height: 1.8;}
.lh20 {	line-height: 2.0;}


/* ----- color */

.cl-normal {	color: #222 !important;	}

.cl-white {	color: #fff !important;	}
.cl-gray {	color: #888 !important;	}

.cl-red { color: #E81317 !important; }
.cl-orange {	color: #fe6800 !important;	}
.cl-blue {	color: #0f77b9 !important;	}
.cl-pink {	color: #ff5591 !important;	}
.cl-green {	color: #1d7d12 !important;	}


.cl-success { color: #46b450; }
.cl-warning { color: #ffb900; }
.cl-error { color: #dc3232; }
.cl-info { color: #00a0d2; }

.cl-pdf { color: #FF2116; }
.cl-word { color: #275196; }
.cl-csv { color: #1E6D42; }

.notice-success,
.notice-warning,
.notice-error,
.notice-info {
	margin: 1rem 10px;
	padding: .5em;
	border-left: #ccc solid 5px;
	background: #fff;
	box-shadow: 0 1px 5px rgba(0,0,0,.15);
}
.notice-success { color: #46b450; border-left-color: #46b450; }
.notice-warning { border-left-color: #ffb900; }
.notice-error { color: #dc3232; border-left-color: #dc3232; }
.notice-info { color: #00a0d2; border-left-color: #00a0d2; }


.bg-white { background-color: #fff !important; }
.bg-gray { background-color: #eee !important; }
.bg-gray-dark { background-color: #555 !important; }
.bg-yellow-light { background-color: #fff8e6 !important; }
.bg-red { background-color: #ff2627 !important; }
.bg-orange { background-color: #FF9A2A !important; }
.bg-pink { background-color: #ff486e !important; }
.bg-campaign{ background-color: #ea5529 !important; }

.bdr-all-solid-1px{ border: #555 solid 1px;}
.bdr-all-solid-2px{ border: #555 solid 2px;}
.bdr-all-solid-3px{ border: #555 solid 3px;}
.bdr-all-solid-4px{ border: #555 solid 4px;}
.bdr-all-solid-5px{ border: #555 solid 5px;}
.bdr-all-solid-10px{ border: #555 solid 10px;}

.bdr-red { border-color: #ff2627 !important; }
.bdr-yellow { border-color: #f9d706 !important; }
.bdr-orange {	border-color: #FF9A2A !important;	}
.bdr-blue {	border-color: #206beb !important;	}
.bdr-pink {	border-color: #ff486e !important;	}
.bdr-green {	border-color: #29B818 !important;	}


.bg-stripe {
	border: #f3f3f3 solid 1px;
	background: #f3f3f3;
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.05) 10px, rgba(0, 0, 0, 0.05) 20px );
}

.cl-gourmet {  color: #ff7100 !important; }
.cl-activity {  color: #fb4583 !important; }
.cl-accommodation {  color: #2952a7 !important; }
.bdr-gourmet {  border-color: #ff7100 !important;}
.bdr-activity {  border-color: #fb4583 !important; }
.bdr-accommodation { border-color: #2952a7 !important; }
.bg-gourmet {  background-color: #ff7100 !important; }
.bg-activity {  background-color: #fb4583 !important; }
.bg-accommodation {  background-color: #2952a7 !important; }
.img-gourmet {
	background-image: url('../img/gourmet.jpg');
	background-size: cover;
	background-position: center;
	height: 100px !important;
	border: none !important;
}
.img-activity {
	background-image: url('../img/activity.jpg');
	background-size: cover;
	background-position: center;
	height: 100px !important;
	border: none !important;
}
.img-accommodation {
	background-image: url('../img/accommodation.jpg');
	background-size: cover;
	background-position: center;
	height: 100px !important;
	border: none !important;
}



/* ----- list */
.ulDisc {
	margin-left: 2em;
	list-style: outside disc;
}

.olDecimal {
	margin-left: 2em;
	list-style: outside decimal;
}
.olLatin,
.olULatin {
	margin-left: 2em;
	list-style: outside upper-alpha;
}
.olLLatin {
	margin-left: 2em;
	list-style: outside lower-alpha;
}


.ulCaution {
	margin-left: 2em;
}
.ulCaution li {
  position: relative;
}
.ulCaution li:before {
  content: '※';
  position: absolute;
  top: 0;
  left: -1.5em;
}

.ulBar {
	margin-left: 2em;
}
.ulBar li {
  position: relative;
}
.ulBar li:before {
  content: '-';
  position: absolute;
  top: 0;
  left: -1.5em;
}

.ulDisc li, .olDecimal li ,.olLatin li ,.olULatin li ,.olLLatin li ,.ulCaution li,.ulBar li{
	margin-bottom: 10px;
}

/* ----- decoration (button, etc...) */
.bdrR5 {
	border-radius: 5px;
	overflow: hidden !important;
}

.bdrR10 {
	border-radius: 10px;
	overflow: hidden !important;
}
.bdrR20 {
	border-radius: 20px;
	overflow: hidden !important;
}
.bdrR30 {
	border-radius: 30px;
	overflow: hidden !important;
}

hr {
	border: 0;
	height: 1px;
	background: #ccc;
	margin: 2rem 0;
}

/* ----- button */

.btn-a {
	display: inline-block;
	margin: 0 auto;
	padding: .25em 1em;
	border: #333 solid 1px;
	text-align: center;
  border-radius: 1.5em;
  color: #222;
  background: #fff;
}
.btn-a:hover {
  color: #1772cc;
  border-color: #1772cc;
}
.btn-a[class*="bg-"]:hover {
  color: #fff;
  border-color: #aaa;
}

.btn-b {
	position: relative;
	display: inline-block;
	margin: 0 auto;
  padding: 1rem 1.5rem;
  text-align: center;
  color: #222;
  border: #333 solid 2px;
  font-weight: bold;
	text-shadow:
    #fff 2px 0px 0px, #fff -2px 0px 0px,
    #fff 0px -2px 0px, #fff 0px 2px 0px,
    #fff 2px 2px 0px, #fff -2px 2px 0px,
    #fff 2px -2px 0px, #fff -2px -2px 0px,
    #fff 1px 2px 0px, #fff -1px 2px 0px,
    #fff 1px -2px 0px, #fff -1px -2px 0px,
    #fff 2px 1px 0px, #fff -2px 1px 0px,
    #fff 2px -1px 0px, #fff -2px -1px 0px,
    #fff 1px 1px 0px, #fff -1px 1px 0px,
    #fff 1px -1px 0px, #fff -1px -1px 0px;
	background-color: #fff;
}
.btn-b:hover {
  color: #222;
	background: #ff2627;
	box-shadow: 2px 2px 0 #fff inset, -2px -2px 0 #fff inset;
}

.btn-c {
	display: inline-block;
	margin: .25rem;
  padding: 1rem 1.5rem;
  text-align: center;
  box-shadow: 0 -.25em 0 rgba(0,0,0,.25) inset;
  background-color: #2eb1f3;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
	text-shadow: 0 2px 0 rgba(0,0,0,.25);
}
.btn-c:hover {
  color: #fff;
  box-shadow: 0 .25em 0 rgba(0,0,0,.25) inset;
}

.btn-d {
	display: inline-block;
	margin: .25rem;
  padding: 1rem 1.5rem;
  text-align: center;
  background-color: #fff;
  color: #222;
  border: #333 solid 2px;
  box-shadow: 3px 3px 0 #fff inset, -3px -3px 0 #fff inset;
  font-weight: bold;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255,255,55,.8)),
    to(rgba(255,255,55,.0))
  );
  background-image: -webkit-linear-gradient(left, rgba(255,255,55,.8) 50%, rgba(255,255,55,.0) 51%);
  background-image: linear-gradient(to right, rgba(255,255,55,.8) 50%, rgba(255,255,55,.0) 51%);
  background-size: 210% auto;
  background-position: right top;
}
.btn-d:hover {
  color: #222;
  background-position: left top;
}


.btn-b.btn-small,
.btn-c.btn-small,
.btn-d.btn-small {
	padding: .25em 1em;
}

.btn-a.next,
.btn-b.next,
.btn-c.next,
.btn-d.next {
  position: relative;
  padding-right: 2.5em;
}
.btn-a.prev,
.btn-b.prev,
.btn-c.prev,
.btn-d.prev {
  position: relative;
  padding-left: 2.5em;
}

.btn-a.next .iconbox,
.btn-b.next .iconbox,
.btn-c.next .iconbox,
.btn-d.next .iconbox,
.btn-a.prev .iconbox,
.btn-b.prev .iconbox,
.btn-c.prev .iconbox,
.btn-d.prev .iconbox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  font-size: 1em;
}

.btn-a.next .iconbox,
.btn-b.next .iconbox,
.btn-c.next .iconbox,
.btn-d.next .iconbox {
  right: 1em;
}
.btn-a.prev .iconbox,
.btn-b.prev .iconbox,
.btn-c.prev .iconbox,
.btn-d.prev .iconbox {
  left: 1em;
}


.list-link > li {
	margin-bottom: 5px;
}
.list-link > li > .btn-a,
.list-link > li > .btn-b,
.list-link > li > .btn-c,
.list-link > li > .btn-d {
  margin: 0;
	display: block;
	width: 100%;
}

.btn-e {
	display: inline-block;
	padding: 4px;
	border: #888 solid 1px;
	border-radius: 3px;
	line-height: 1;
	color: #222;
	background: #fff;
}
.btn-e:hover,
.btn-e.active {
	border-color: #169AE4;
}
.btn-e:disabled{
	color: #aaa;
	background: #ddd;
}



.btn-submit {
	display: inline-block;
	margin: 0;
	border: #222 solid 1px;
	padding: 5px 1rem;
	background: #222;
	color: #fff;
	outline: 0;
}
.search-box-btn .btn-submit {
	width: 100%;
	max-width: 300px;
}


.btn-submit.btn-confirm {
	background-color: #E81317;
	border-color: #E81317;
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.btn-submit.btn-confirm:disabled {
	background-color: #ddd;
	color: #555;
}

.btn-submit.btn-back {
	background-color: #888;
	border-color: #888;
	font-weight: bold;
	margin-top: 1rem;
	padding-top: 10px;
	padding-bottom: 10px;
}

.btn-login {
	display: block;
	text-align: center;
	border: 1px solid #333333;
	width: 250px;
	margin: 0 auto;
	padding: 10px 0;
	border-radius: 10px;
	font-weight: bold;
  background-color: #fff;
}
.btn-login:hover {
	background-color: #333333;
	color: #ffffff;
}


.btn-typeA {
	display: inline-block;
	min-width: 250px;
  max-width: 100%;
	margin: 16px auto;
	padding: 1.2rem 2rem;
	font-weight: bold;
	font-size: 1.2em;
	border: none;
	position: relative;
	text-align: center;
	border-radius: 10px;
	color: #fff;
	background: #E95513;
}

.btn-typeA:hover {
  background-color: #FAF063;
  color: #222;
}

.btn-news {
  display: flex;
  justify-content: center;
}


/* ----- youtube */


.youtubeBox {
 position: relative;
 width: 100%;
 padding-top: 56.25%;
}
.youtubeBox iframe {
 position: absolute;
 top: 0;
 right: 0;
 width: 100% !important;
 height: 100% !important;
}



/* --------------
 common
-------------- */

body.no-navigation #subNav,
body.no-navigation #footNav,
body.no-navigation .sharebox,
body.no-navigation .noticeWrap,
body.no-navigation #globalNav {
	display: none!important;
}


/* =header
-------------------------------------------------------------- **/
#header {
	position: relative;
  z-index: 99;
}

/* =siteHeader
---------------------------------------------------- */
#siteHeader {
}


#siteHeader .subHeader {
}

#header .logo-img a {
	display: block;
}

.home #header-img {
  position: relative;
  background: url("../img/header.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 56.3%;
}

.home #header-img .logo-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 5%;
  background: rgba(255,255,255,.9);
  width: 80%;
}

/* =globalNav
---------------------------------------------------- */
.nav-unshown {
  display:none;
}
#globalNav {
}
#globalNav li {
}

#globalNav li a {
  display: block;
	color: #222;
}


.no-navigation .nav_menu {
  display: none;
}

.nav_menu input,
#menu_button {
	display: none;
}

/* =breadcrumb
---------------------------------------------------- */
#breadcrumbBox {
	padding: 0;
	line-height: 1;
	font-size: .9em;
}
#breadcrumb ul {
	margin-bottom: 0;
	padding: 5px;
}
#breadcrumb li {
	color: #222;
	display: inline-block;
	line-height: 1;
	padding: 5px 2px;
}
#breadcrumb li a {
	color: #222;
	text-decoration: none;
}
#breadcrumb li:not(:last-of-type):after {
	content: ">";
}

#breadcrumbBox ul::-webkit-scrollbar {
	height: 5px;
}
#breadcrumbBox ul::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #eee;
}
#breadcrumbBox ul::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #ccc;
}

/* =container
-------------------------------------------------------------- **/
#container {
	overflow: hidden;
}

#main {
	min-height: 70vh;
}

.contents {
	padding: 2rem 10px;
}

/* =headline / titles
---------------------------------------------------- */
.contents h1 {
	font-size: 1.5em;
	clear: both;
	margin-bottom: .5rem;
}

.contents h2 {
	margin-bottom: 1rem;
	font-size: 1.5em;
}

.contents h3 {
	margin-top: 2rem;
	margin-bottom: 1rem;
	font-size: 1.3em;
}
.contents h4 {
	margin-top: 2rem;
	margin-bottom: 1rem;
	font-size: 1.1em;
}
.contents h5 {
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 1.0em;
}

/* コンテンツ中身 */
.contents p,
.contents figure,
.contents ul,
.contents ol,
.contents dl,
.contents table {
	margin-bottom: 1rem;
}

p.indent-1 {
  text-indent: 1em;
}


/* テーブル */
.contents table, .contents table td, .contents table th {
	border-collapse: collapse;
	border: 1px solid #888;
}
.contents table {
	width: 100%;
	background: #fff;
}
.contents table caption {
  font-weight: bold;
  padding: 10px;
  font-size: 1.1em;
}
.contents table th, .contents table td {
  padding: 10px;
}
.contents table th {
	background: rgba(0,0,0,.1);
	vertical-align: top;
}
.contents table td {
}

.contents dl dt {
  font-weight: bold;
	margin-bottom: 5px;
}
.contents dl dd {
  margin-left: .5rem
}
.contents figure figcaption {
  padding: .25rem .5rem;
  font-size: .9em;
  background-color: #eee;
}
.contents figure figcaption:last-child {
  margin-top: .5rem;
}


/* 画像中央寄せトリミング */
.centerPhoto {
	position: relative;
	/*width: 100%;*/
	height: 0;
	padding-top: 20.25%;
	overflow: hidden;
	display: block;
}

.centerPhoto img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.centerPhoto.imgBnrFeature img {
	max-width: none !important;
	width: 120%;
}

/* 64:27 */
.centerPhoto.size6427 {
	padding-top: 42.18%;
}

/* 4:3 */
.centerPhoto.size43 {
	padding-top: 75%;
}
/* 1:1 */
.centerPhoto.size11 {
	padding-top: 100%;
}
/* 2:1 */
.centerPhoto.size21 {
	padding-top: 50%;
}
.centerPhoto.size11 img {
	max-width: none !important;
	max-height: 100% !important;
}

.ofi {
  object-fit: cover;
  font-family: 'object-fit: cover;';
	width: 100%;
	height: 100%;
}
.ofi.contain {
  object-fit: contain;
  font-family: 'object-fit: contain;';
}
.ofi.ofinone {
  object-fit: none;
  font-family: 'object-fit: none;';
}
.ofi.scale-down {
  object-fit: scale-down;
  font-family: 'object-fit: scale-down;';
}

/* =pagination
---------------------------------------------------- */
.pagination {
	width: 100%;
	text-align: center;
	margin-top: 2rem;
}

.pagination b,
.pagination a {
	display: inline-block;
	font-size: 0.9em;
	margin: 1px 2px;
	padding: .5em .7em;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #222;
	line-height: 1;
	border: #222 solid 1px;
}

.pagination b,
.pagination a:hover {
	background: #222;
	color: #fff;
}


/* =sns
---------------------------------------------------- */
.sharebox {
	text-align: center;
	padding: 1rem 0;
	background: #fff;
	border-top: #222 dotted 1px;
}
.sharebox.nobdr {
	border: 0;
}
.sharebox .btn-sns {
	display: inline-block;
}
.sharebox .btn-sns.fb .fb_iframe_widget span {
	vertical-align: baseline !important;
}


/* =footer
-------------------------------------------------------------- **/
#footer {
}
/* =siteFooter
---------------------------------------------------- */

/* =copyright
---------------------------------------------------- */
#copyright {
	background: #222;
	color: #fff;
	padding: 7px 0;
	text-align: center;
	font-size: .7em;
}

/* =pageTop
---------------------------------------------------- */
#pageTop {
	position: fixed;
	bottom: 1%;
	right: 1%;
	z-index: 10000;
}
#pageTop a {
	display: block;
	width: 60px;
	height: 165px;
	background: url(../img/pagetop.png) no-repeat center;
	background-size: contain;
}
#pageTop a:hover {
	transform: translateY(-3px);
	filter: brightness(120%);
}


/* --------------
 page contents
-------------- */



.acd-check{
    display: none;
}
.acd-label{
	position: relative;
	display: block;
	padding: 10px;
	padding-right: 2rem;
	transition: .1s;
	background: #eee;
}
.acd-label:before,
.acd-label:after {
	content: '';
	position: absolute;
	top:  50%;
	right: .5rem;
	transition: .1s;
	transform: translateY(-50%);
	line-height: 1;
	width: 1rem;
	height: 2px;
	background: #222;
}
.acd-label:hover,
.acd-check:checked ~ .acd-label,
.acd-check:checked + .acd-linkcont .acd-label {
	transition: .4s;
	background: #ddd;
}
.acd-check ~ .acd-label:after,
.acd-check + .acd-linkcont .acd-label:after {
	transform: translateY(-50%) rotate(-270deg);
}
.acd-check:checked ~ .acd-label:after,
.acd-check:checked + .acd-linkcont .acd-label:after {
	transition: .4s;
	transform: translateY(-50%) rotate(0);
}
.acd-content{
	height: 0;
	transition: .1s;
	visibility: hidden;
	opacity: 0;
	overflow: hidden;
}
.acd-check:checked ~ .acd-content,
.acd-check:checked + .acd-linkcont .acd-content{
	height: auto;
	visibility: visible;
	transition: .4s;
	opacity: 1;
}


/* =regist
------------------------------- */

.err_msg {
	color: #DD1317;
}
.regist-item {
	padding: 5px;
  border: transparent solid 1px;
}
.regist-item.errorBox {
  border-color: #E81317;
  background-color: #ffede9;
}
.regist-item dt {
	position: relative;
	padding-right: 3rem;
	padding: 10px;
	background-color: #f7f7f7;
}
.regist-item dt .flag-must,
.regist-item dt .flag-notmust {
	position: absolute;
	top: -0.8em;
	right: 3px;
}
.regist-item dd {
	margin: 10px;
}

.flag-must,
.flag-notmust {
	display: inline-block;
	border: #E81317 solid 1px;
	padding: 2px 5px;
	border-radius: 10px;
	font-size: .8rem;
	font-weight: bold;
	line-height: 1;
	color: #E81317;
	background-color: #fff;
}
.flag-notmust {
	border: #5c6cff solid 1px;
	color: #5c6cff;
}
.regist-item input[type=search],
.regist-item input[type=text],
.regist-item input[type=email],
.regist-item input[type=password],
.regist-item input[type=number],
.regist-item input[type=tel],
.regist-item select {
	max-width: 100% !important;
	margin: 1px 0;
	padding: 5px;
/*	padding-right: 20px; スピナーの位置がおかしくなる…*/
	border: #555 solid 1px;
}

.regist-item .wd100 {
	width: 100%;
}
.regist-item .wd15 {
	width: 15%;
	min-width: 5em;
}
.regist-item .errmsg,
.regist-item input:required + .help-text {
	color: #F44336;
}
.regist-item input:not(:focus):placeholder-shown:required,
.regist-item textarea:not(:focus):placeholder-shown:required {
	background-color: #ffebf1;
}
.regist-item input:not(:focus):not(:placeholder-shown):not([type="file"]):valid,
.regist-item textarea:not(:focus):not(:placeholder-shown):valid {
	border-color: #10b98c;
	background-image: url("data:image/svg+xml,%3Csvg width='45px' height='34px' viewBox='0 0 45 34' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%28-56.000000, -59.000000%29' fill='%2310b98c'%3E%3Cpolygon points='70.1468531 85.8671329 97.013986 59 100.58042 62.5664336 70.1468531 93 56 78.8531469 59.5664336 75.2867133'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 1rem auto;
}
.regist-item input:not(:focus):not(:placeholder-shown):not([type="file"]).input-error,
.regist-item input:not(:focus):not(:placeholder-shown):not([type="file"]):invalid {
	border-color: #F44336;
	background-image: url("data:image/svg+xml,%3Csvg width='30px' height='30px' viewBox='0 0 30 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%28-128.000000, -59.000000%29' fill='%23F44336'%3E%3Cpolygon points='157.848404 61.9920213 145.980053 73.8603723 157.848404 85.7287234 154.856383 88.7207447 142.988032 76.8523936 131.119681 88.7207447 128.12766 85.7287234 139.996011 73.8603723 128.12766 61.9920213 131.119681 59 142.988032 70.8683511 154.856383 59'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 1rem auto;
}
.regist-item li label {
	position: relative;
	display: block;
	padding: 10px;
	z-index: 1;
}
.regist-item li label:hover input + span:before,
.regist-item li input:checked + span:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: #ff904f solid 1px;
	border-radius: 5px;
	z-index: -1;
}
.regist-item li input:checked + span:before {
	background-color: #ffeed0;
}

.regist-item textarea {
  width: 100%;
  height: 5em;
}

.regist-item input[type=text]:read-only,
.regist-item textarea:read-only {
  border: none;
}

.contents .regist-item .attention_box {
  max-height: 250px;
  overflow-y: scroll;
  padding: 8px;
  border: #aaa solid 1px;
}
.contents .regist-item .attention_box h4 {
  padding: 0;
  background-color: inherit;
}
.contents .regist-item .attention_box h4:before,
.contents .regist-item .attention_box h4:after {
  display: none;  
}

.contents .regist-item .attention_box > *:first-child {
  margin-top: 0;
}


.regist-item .ansItemList-nps {
/*  overflow-x: auto;
  white-space: nowrap;*/
}

.regist-item .ansItemList-nps li {
  display: inline-block;
/*  white-space: normal;*/
  text-align: center;
}
.regist-item .ansItemList-nps li .input {
  display: inline-block;
  width: 100%;
}


/* =form step
------------------------------- */

.form-step-wrap {
/*	margin:  0 20px;*/
}
.form-step {
	display: flex;
	text-align: center;
	border: #222 solid 1px;
}
.form-step:after {
	display: none;
}

.form-step li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 30px;
	padding: 0 10px;
	position: relative;
}
.form-step li:not(:last-child):before,
.form-step li:not(:last-child):after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-width: 15px 0 15px 10px;
	border-style: solid;
	top: 0;
	position: absolute;
	z-index: 10;
}
.form-step li:not(:last-child):before {
	border-color: transparent transparent transparent #222;
	right: -10px;
}
.form-step li:not(:last-child):after {
	border-color: transparent transparent transparent #fff;
	right: -9px;
}
.form-step li.current {
	background: #ff904f;
	color: #fff;
	font-weight: bold;
}
.form-step li.current:not(:last-child):after {
	border-left-color: #ff904f;
}



/* =lower
------------------------------- */
.lower #header {
}


.contents.lower-contents .sticky-parent {
	position: relative;
	margin-top: 3rem;
}
.contents.lower-contents .sticky-parent .sticky {
	position: sticky;
	top: 0;
	padding: 1px 0;
	padding-top: 8px;
	background: #fff;
	z-index: 100;
}
.contents.lower-contents .sticky-parent .sticky h3 {
	margin-top: 0;
}


.contents.lower-contents .lower-contents-header {
	color: #303030;
	text-align: center;
	font-weight: bold;
	font-size: 1.5rem;
	margin-bottom: 2rem;

}
/* .contents.lower-contents .lower-contents-header {
	margin: 0 -10px;
	margin-bottom: 2rem;
	padding: 1rem 10px;
	background-color: #ffd48eb9;
} */
.contents.lower-contents .lower-contents-header h2 {
	margin: 0;
	padding: 0;
}

.contents.lower-contents h3 {
	position: relative;
  padding: .25em .5em;
  border-top: #004482 solid 2px;
  border-bottom: #004482 solid 2px;
  color: #004482;
  text-shadow: 1px 2px 0 #FAF063;
}


.contents.lower-contents h4 {
	position: relative;
/*	margin-left: -5px;
	margin-right: -5px;*/
	padding: 10px;
	background-color: #ececec;
}
.contents.lower-contents h4:before,
.contents.lower-contents h4:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	border: transparent solid 7px;
}
.contents.lower-contents h4:before {
	top: 0;
	left: 0;
	border-left-color: #555;
	border-top-color: #555;
}
.contents.lower-contents h4:after {
	bottom: 0;
	right: 0;
	border-right-color: #555;
	border-bottom-color: #555;
}

.site_header .top_image {
	width: 60%;
	margin: auto;
}

/* 福井追加   */

.box_msg {
  margin-bottom: 2rem;
  padding: 20px;
  border: #D80F0F solid 2px;
  color: #D80F0F;
  font-weight: bold;
  font-size: 1.2em;
  background-color: #FFE7E7;
}
.box_msg > * {
  margin-bottom: 0 !important;
}


/* home-contents ---------------------------------------- */

.home-contents h2 {
  padding: 1em;
  font-size: 1.5em;
  font-weight: 900;
  color: #FAF063;
  background: #004482;
}

.home-contents h3 {
  display: flex;
  align-items: center;
}
.home-contents h3:before {
  content: '';
  display: inline-block;
  width: .8em;
  height: .8em;
  margin-top: .25em;
  margin-right: .5em;
  align-self: start;
  background: #004482;
}
.home-contents h3:after {
  content: '';
  display: inline-block;
  flex-grow: 1;
  width: 1em;
  height: 1px;
  margin-left: 1em;
  border-bottom: #222 solid 1px;
  vertical-align: middle;
}

#home-detail {
  background: url("../img/bg-paper.jpg") top center no-repeat fixed;
  background-size: cover;
}


.sns-post-box {
  text-align: center;
  margin: 20px 0;
}
.sns-post-box .sns-box > * {
  display: inline-block;
  vertical-align: middle;
}



/* archive-contents ---------------------------------------- */

.archive-contents {
  
}

.list-archive > li {
  margin-bottom: 20px;
}
.list-archive > li > a {
  display: block;
  margin: 10px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,.35);
}
.list-archive > li > a:hover {
  box-shadow: 0 0 5px rgba(73,188,189,.8);
}
.list-archive li .flex_box {
  display: flex;
  justify-content: space-between;
}
.list-archive li .flex_box:after {
  display: none;
}
.list-archive li .flex_box h3 {
  margin-top: .5rem;
}
.list-archive li .flex_box figure {
  width: 30%;
}
.list-archive li .flex_box figure + * {
  width: 68%;
}

.list-tag {
  font-size: .9em;
}
.list-tag li {
  display: inline-block;
  margin: 2px;
  padding: 5px;
  border-radius: 5px;
  background: #eee;
}

.list-tag li.area_tag {
  color: #004482;
}
.list-tag li.industry_tag {
  color: #E95513;
}



/* detail-contents ---------------------------------------- */

.detail-contents h1 {
  position: relative;
  margin-bottom: 2rem;
  padding: .5em;
}
.detail-contents h1:before,
.detail-contents h1:after {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
}
.detail-contents h1:before {
  top: -3px;  
  background: linear-gradient(135deg, rgba(32,172,173,1) 0%, rgba(250,240,99,1) 100%);
}
.detail-contents h1:after {
  bottom: -3px;
  background: linear-gradient(135deg, rgba(250,240,99,1) 0%, rgba(32,172,173,1) 100%);
}

.detail-contents .expTxt {
  margin-top: 2rem;
  font-size: 1.1em;
  line-height: 1.5;
}




.slider-for .slick-track {
  display: flex;
}

.slider-for figure img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  max-height: 60vh;
}


.slider-nav .slick-track {
  transform:unset!important;
  display: flex;
}

.slider-nav .slick-slide {
  cursor: pointer;
}
.slider-nav .slick-slide:not(.slick-current) {
  opacity: .5;
}
.slider-nav figure img {
  width: 100%;
  height: 100%;
  max-height: 50px;
  object-fit: scale-down;
}


.main-visual{
  width: 100%;
  position: relative;
}

.main-visual__image{
  width: 100%;
}

.main-visual__link{
  position: absolute;
}

.youtube-section__iframe {
  width: 100%;
}

.youtube-section__iframe {
  aspect-ratio: 16/9;
}

.youtube-section__title {
  text-align: center;
  font-weight: bold;
  color: #E95513;
}

/* add2025 */
.present-text{
  font-size: 22px;
  margin-top: 7px
}

.present-text span{
  color: #E95513;
}