@charset "utf-8";

html {
  font-size: 62.5%;
}
body {
	width: 100%;
	height: 100%;
	font-family: "游ゴシック","Yu Gothic","游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #231815;
	background: #fff;
	-webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  line-height: 1.8;
  overflow-x: hidden;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
a {
  color: #005BAB;
  text-decoration: underline;
}
section {
  width: 100%;
  padding: 100px 0;
}
.container {
  width: 94%;
  max-width: 1024px;
  margin: 0 auto;
}
.mt10 {margin-top: 10px;}
.txt_center {text-align: center;}
.txt_right {text-align: right;}
.fs_xxsmall {font-size: 80%;}
.fs_xsmall {font-size: 85%;}
.fs_small {font-size: 90%;}
.fs_large {font-size: 110%;}
.em {font-weight: bold;}
.red {color: #D70C18;}
.bg_white {background: #fff;}
.list > li {
  position: relative;
  padding-left: 1.3em;
}
.list > li::before,
.list > li > .num {
  position: absolute;
  top: 0;
  left: 0;
}
.list.inline > li {
  display: inline-block;
}
.list.right {
  text-align: right;
}
.list.right > li {
  text-align: left;
}
.list.kome > li::before {
  content: "※";
}
.list.circle > li::before {
  content: "○";
}
.list.smldot > li::before {
  content: "・";
}
.list.custom_0 > li {
  padding-left: 0;
}
.list.custom_3 > li {
  padding-left: 3.3em;
}
.list.custom_4 > li {
  padding-left: 4.3em;
}
.list.marunum {
  counter-reset: marunum;
}
.list.marunum > li {
  padding-left: 1.8em;
}
.list.marunum > li::before {
  counter-increment: marunum;
  content: counter(marunum);
  color: #005BAB; 
  border: 1px solid #005BAB;
  border-radius: 9999px;
  width: 1.3em;
  height: 1.3em;
  line-height: 1.3;
  text-align: center;
  font-size: 90%;
  font-weight: bold;
  top: .2em;
}
.list.marunum.michinoeki > li::before {
  color: #8fb721; 
  border-color: #8fb721;
}
.tit01 {
  font-size: 3.0rem;
  font-feature-settings: "palt";
  line-height: 1.4;
  letter-spacing: .1em;
  margin-bottom: 1em;
  color: #005BAB;
  text-align: center;
}
.tit02 {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: .1em;
  margin-bottom: 1em;
  color: #005BAB;
  text-align: center;
  border-bottom: 3px solid #005BAB;
}
.tit03 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1em;
  background: #005BAB;
  color: #fff;
  text-align: center;
  padding: .1em 3%;
}
.tit04 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #005BAB;
}
.tit05 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1em;
  color: #005BAB;
  text-align: center;
}
.lead01 {
  font-size: 2.0rem;
  font-weight: bold;
  color: #005BAB;
  margin-bottom: .2em;
}
.lead02 {
  font-weight: bold;
  color: #005BAB;
  text-align: center;
}
.lead03 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #005BAB;
  margin-bottom: .25em;
}
.marker {
  background: linear-gradient(transparent 50%, #fde780 50%);
  padding-bottom: .2em;
}

#intro {
  width: 100%;
  padding: 3em 0;
}
#intro .mainimg {
  width: auto;
  max-width: 1920px;
  margin: auto;
}
#intro_remodal {
  color: #005BAB;
  line-height: 2.2;
  max-width: 850px;
  padding: 80px;
  background-image: url("../images/logo_ouen.png");
  background-repeat: no-repeat;
  background-size: 150px auto;
  background-position: calc(100% - 60px) calc(100% - 60px);
  font-size: 1.6rem;
  font-weight: bold;
}
#intro_remodal .fs_large {
  font-size: 160%;
  letter-spacing: .1em;
  margin-top: .3em;
}
#ouen_map {
  background: #EAF5FC;
  color: #005BAB;
}
.map_box {
  padding-bottom: 20px;
  position: relative;
}
.map_copy {
  position: absolute;
  top: 0;
  left: 0;
}
.map_copy .tit01 {
  margin-bottom: .3em;
}
.map_image {
  width: 812px;
  height: 524px;
  margin: 0 auto;
  position: relative;
}
.map_spot li {
  position: absolute;
}
/* 道の駅 */
.map_spot li#spot_m202105 {left: 497px; top: 170px;}
.map_spot li#spot_m202106 {left: 399px; top: 176px;}
.map_spot li#spot_m202107 {left: 59px; top: 352px;}
.map_spot li#spot_m202108 {left: 571px; top: 314px;}
.map_spot li#spot_m202109 {left: 349px; top: 163px;}
.map_spot li#spot_m202110 {left: 490px; top: 286px;}
.map_spot li#spot_m202111 {left: 643px; top: 105px;}
.map_spot li#spot_m202112 {left: 152px; top: 425px;}
.map_spot li#spot_m202201 {left: 480px; top: 128px;}
.map_spot li#spot_m202202 {left: 664px; top: 303px;}
.map_spot li#spot_m202203 {left: 437px; top: 310px;}
.map_spot li#spot_m202204 {left: 9px; top: 367px;}
.map_spot li#spot_m202205 {left: 465px; top: 340px;}
.map_spot li#spot_m202206 {left: 568px; top: 170px;}
.map_spot li#spot_m202207 {left: 695px; top: 90px;}
.map_spot li#spot_m202208 {left: 285px; top: 200px;}
.map_spot li#spot_m202209 {left: 482px; top: 320px;}
.map_spot li#spot_m202210 {left: 243px; top: 480px;}
.map_spot li#spot_m202211 {left: 632px; top: 258px;}
.map_spot li#spot_m202212 {left: 222px; top: 256px;}
.map_spot li#spot_m202301 {left: 392px; top: 311px;}
.map_spot li#spot_m202302 {left: 679px; top: 130px;}
.map_spot li#spot_m202303 {left: 106px; top: 345px;}

/* お手伝い */
.map_spot li#spot_airport {left: 420px; top: 340px;}
.map_spot li#spot_rsk01 {left: 599px; top: 300px;}
.map_spot li#spot_rsk02 {left: 612px; top: 225px;}
.map_spot li#spot_kago {left: 547px; top: 288px;}
.map_spot li#spot_chairsoftball {left: 587px; top: 269px;}
.map_spot li#spot_hotaru {left: 516px; top: 220px;}
.map_spot li#spot_live {left: 570px; top: 115px;}
.map_spot li#spot_doubutsuaigo {left: 533px; top: 123px;}
.map_spot li#spot_yasugibushi {left: 470px; top: 149px;}
.map_spot li#spot_mizunomiyako {left: 468px; top: 105px;}
.map_spot li#spot_matsue {left: 430px; top: 113px;}
.map_spot li#spot_utagoe {left: 333px; top: 415px;}
.map_spot li#spot_skylantern {left: 331px; top: 388px;}
.map_spot li#spot_fudematsuri {left: 356px; top: 365px;}
.map_spot li#spot_higata {left: 301px; top: 375px;}
.map_spot li#spot_noroshi {left: 323px; top: 349px;}
.map_spot li#spot_itanabe {left: 383px; top: 330px;}
.map_spot li#spot_shinrin {left: 294px; top: 295px;}
.map_spot li#spot_kazenokuni {left: 276px; top: 224px;}
.map_spot li#spot_ikumoichi {left: 139px; top: 390px;}
.map_spot li#spot_slyamaguchi {left: 94px; top: 424px;}
.map_spot li#spot_hakids {left: 87px; top: 373px;}
.map_spot li#spot_nagato-toymuseum {left: 28px; top: 388px;}

.map_spot li a {
  display: block;
  position: relative;
}
.map_spot li a img {
  width: 42px;
}
.map_spot li a .tooltip {
  display: none;
  transition: .5s;
  color: #000;
  border: 1px solid #9E9E9F;
  border-radius: 4px;
  background: #fff;
  font-size: 1.2rem;
  line-height: 1.4;
  white-space: nowrap;
  padding: .2em .5em;
  text-align: center;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.map_spot li a .tooltip.gy2 {
  top: -50px;
}
.map_spot li a:hover {
  z-index: 2;
}
.map_spot li a:hover img {
  transform: scale(1.3, 1.3);
  opacity: 1;
}
.map_spot li a:hover .tooltip {
  display: block;
}
.map_spot li.bubble a::after {
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.map_spot li.bubble._present a::after {
  width: 80px;
  height: 30px;
  background-image: url("../images/i_present.png");
}
.map_spot li.bubble._new a::after {
  width: 38px;
  height: 30px;
  background-image: url("../images/i_new.png");
}
.map_spot li.bubble a:hover::after {
  display: none;
}
.map_guide {
  position: absolute;
  bottom: 0;
  right: 0;
}
.map_guide ul {
  display: table;
  width: 100%;
  height: 100%;
}
.map_guide ul li {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding: 0 .5em;
  border-left: 1px solid #9E9E9F;
}
.map_guide ul li:last-child {
  border-right: 1px solid #9E9E9F;
}
.map_guide ul li button {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  padding: .2em .5em;
  margin: 0;
  font-family: "游ゴシック","Yu Gothic","游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
  transition: .5s;
}
.map_guide ul li button img {
  display: inline-block;
  width: 40px;
  vertical-align: middle;
  margin-right: .5em;
}
.map_guide ul li button span {
  display: inline-block;
  vertical-align: middle;
  color: #000;
}
.map_guide ul li button:hover {
  background: rgba(0,91,171,.2);
}
.icon_click {
  width: 144px;
  height: 134px;
  position: absolute;
  bottom: -60px;
  right: -180px;
}
.s_boxtit {
  margin-bottom: 1em;
}
.s_date {
  width: 90px;
  margin: auto;
}
.s_tit {
  color: #005BAB;
  font-size: 2.0rem;
  padding-left: 20px;
  line-height: 1.4;
}
.s_place {
  font-size: 1.4rem;
  display: inline-block;
}
.s_photo {
  padding-top: 1.5em;
}
.s_photobox {
  margin: 20px -10px 0;
}
.s_photobox .l_row {
  border-spacing: 10px 0;
}
.a_box {
  background: #EAF5FC;
  padding: 40px 50px;
}
.a_box + .a_box {
  margin-top: 40px;
}
.a_icon img {
  width: 90px;
}
.a_boxtit {
  line-height: 1.5;
  text-align: center;
}
.a_boxtit .tit01 {
  margin-bottom: .5em;
}
.a_boxtit .tit01 + .lead01 {
  margin-top: -.5em;
}
.a_date {
  color: #005BAB;
  font-size: 120%;
  font-weight: bold;
  margin-top: 1em;
}
.a_date > span {
  display: inline-block;
  background: #005BAB;
  color: #fff;
  font-size: 70%;
  font-weight: normal;
  line-height: 1;
  padding: .5em .8em;
  margin-right: .8em;
  vertical-align: middle;
}
.a_triggerbtn {
  background: none;
  border: none;
  width: 36px;
  height: 36px;
  position: relative;
  cursor: pointer;
}
.a_triggerbtn::before,
.a_triggerbtn::after {
  content: "";
  width: 5px;
  height: 100%;
  background: #888888;
  position: absolute;
  top: 0;
  left: 15px;
  transition: .5s;
}
.a_triggerbtn::after {
  transform: rotate(90deg);
}
.active .a_triggerbtn::before {
  transform: rotate(90deg);
}
.a_copy {
	text-align: center;
}
.a_copy p + p {
	margin-top: 1em;
}
.a_detail {
  display: none;
  padding-top: 60px;
}
.a_detail._pt {
  padding-top: 15px;
}
.a_detail dl {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  line-height: 1.5;
  overflow: hidden;
}
.a_detail dl dt {
  color: #005BAB;
  font-size: 1.8rem;
  font-weight: bold;
  clear: left;
  float: left;
}
.a_detail dl dt::after {
  content: "：";
}
.a_detail dl dd {
  padding: 0 0 1em 6em;
}
.a_detail dl dd:last-child {
  padding-bottom: 0;
}
.a_detail dl dd .fs_large {
  display: inline-block;
  font-size: 1.8rem;
}
.a_detail dl dd .bg_white {
  padding: 5px 3%;
}
.a_detail .bb_link > .l_row {
  max-width: 790px;
  border-spacing: 20px;
  margin: 30px auto 0;
}
.o_schedule {
  max-width: 740px;
  margin: 20px auto 0;
}
.o_schedule .tit02 {
  color: #b8272d;
  border-bottom-color: #b8272d;
  font-size: 130%;
  text-align: left;
  letter-spacing: 0;
}
.o_schedule > .list {
  border-bottom: 1px solid #999;
  padding-bottom: .5em;
}
.o_schedule > .list > li {
  font-size: 110%;
  font-weight: bold;
  line-height: 1.5;
  color: #b8272d;
  padding: .2em 0 0 40px;
  min-height: 40px;
}
.o_schedule > .list > li + li {
  margin-top: .5em;
}
.o_schedule > .list > li::before {
  content: "";
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.o_schedule > .list > li:nth-child(1)::before {
  background-image: url("../images/chiiki_cp_1.png");
}
.o_schedule > .list > li:nth-child(2)::before {
  background-image: url("../images/chiiki_cp_2.png");
}
.o_schedule > .list > li:nth-child(3)::before {
  background-image: url("../images/chiiki_cp_3.png");
}
.bb_btn {
  display: block;
  margin: 15px auto 5px;
}
.bb_copy {
  font-size: 90%;
  font-weight: bold;
  line-height: 1.6;
  padding: 0 10px;
}
.a_detail .bb_link > .l_row > div:nth-child(1) {
  color: #00A6E9;
}
.a_detail .bb_link > .l_row > div:nth-child(2) {
  color: #EA5431;
}
.bb_plink {
  text-align: center;
  margin-top: 20px;
}
.mess_stu {
	font-size: 2.0rem;
	font-weight: bold;
	color: #005BAB;
	padding: 1.5em 0;
}
.mess_stu + .icon_stu {
	margin-top: -6em;
	padding-bottom: 6em;
}
.donate_box2 + .icon_stu {
	margin-top: -6em;
}
.icon_stu {
  position: relative;
  padding-bottom: 130px;
  margin-top: -20px;
}
.icon_stu > * {
  position: absolute;
  bottom: 0;
}
.icon_stu > *:nth-child(1) {
  left: 0;
}
.icon_stu > *:nth-child(2) {
  right: 0;
}
.donate_box {
  color: #005BAB;
  background: #FFFAE5;
  border: 3px solid #005BAB;
  border-radius: 10px;
  width: 100%;
  max-width: 550px;
  margin: 15px auto;
  padding: 15px 3%;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  position: relative;
}
.a_detail .donate_box {
	margin-top: 30px;
}
.donate_box::after {
  content: "";
  width: 3px;
  height: 50px;
  border-radius: 999px;
  background: #005BAB;
  position: absolute;
  top: -35px;
  left: 75px;
  transform: rotate(45deg);
}
.donate_tit,
.donate_price {
  display: inline-block;
  vertical-align: middle;
  font-size: 120%;
}
.donate_price .em {
  font-size: 160%;
  letter-spacing: .03em;
  line-height: 1;
}
.donate_box2 {
	font-weight: bold;
  line-height: 1.6;
	text-align: center;
	margin-top: 1em;
}
.donate_price2 {
	text-decoration: underline;
	margin-bottom: .5em;
}
.donate_price2 .fs_large {
	font-size: 160%;
  letter-spacing: .03em;
  line-height: 1.2;
}
#member {
  text-align: center;
	padding-top: 0;
}
#member .tit01 {
  background-color: #fff;
  background-image: linear-gradient(#EAF5FC 50%, transparent 50%, transparent 100%);
  background-size: 30px 30px;
  line-height: 75px;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.member_photo {
  text-align: center;
}
.stuinfo {
  margin-top: 60px;
  display: inline-block;
  color: #005BAB;
}
.stuinfo dl {
  display: table;
  width: auto;
  table-layout: auto;
}
.stuinfo dl > * {
  display: table-cell;
  vertical-align: middle;
}
.stuinfo dl > dd {
  text-align: left;
  line-height: 1.1;
  padding-left: 20px;
}
.stuinfo dl > dd > p + p {
  margin-top: .8em;
}
.m_heading {
  padding-bottom: 1em;
}
.m_heading .tit01 {
  margin-bottom: .5em;
}
.m_tit {
  color: #005BAB;
  font-size: 3.0rem;
  text-align: center;
  margin-bottom: .5em;
}
.m_tit > .fs_small {
  display: inline-block;
  font-size: 2.2rem;
}
.m_main > *:nth-child(1) {
  width: 65%;
  padding-right: 30px;
}
.m_main > *:nth-child(2) {
  width: 35%;
  line-height: 1.6;
}
.list.m_icon > li {
  padding-left: 5.5em;
}
.list.m_icon > li + li {
  margin-top: 1em;
}
.list.m_icon > li > .num {
  background: #005BAB;;
  color: #fff;
  font-size: 90%;
  line-height: 1;
  padding: .4em .5em;
  text-align: center;
  width: 5em;
}
.list.m_icon > li a {
  word-break: break-all;
}
.m_note {
  margin-top: 30px;
  background-image: linear-gradient(180deg, #9E9E9F 1px, transparent 1px);
  background-size: 100% 2.5em;
  line-height: 2.5;
  padding-bottom: 1px;
}
.m_photo {
  margin-top: 30px;
  line-height: 1.6;
}
.m_photo .l_row > *:nth-child(1) {
  padding-right: 15px;
}
.m_photo .l_row > *:nth-child(2) {
  padding-left: 15px;
}
.m_photo .l_row + .l_row,
.m_photo_bcom + .l_row {
  margin-top: 30px;
}
.m_photo .l_row > * > * + *,
.m_photo_bcom {
  margin-top: 5px;
}
.m_spot {
  margin-top: 60px;
  background: #EAF5FC;
  padding: 30px;
}
.m_spot > .tit05 .icon {
  width: 60px;
  vertical-align: middle;
  margin-right: .5em;
}
.m_spot .l_row > *:nth-child(1) {
  padding-right: 15px;
}
.m_spot .l_row > *:nth-child(2) {
  padding-left: 15px;
}
.m_spot .l_row + .l_row {
  border-top: 3px dotted #005BAB;
  margin-top: 20px;
  padding-top: 20px;
}
.m_spot .txt_right {
  margin-top: .2em;
}
.m_web {
  margin-top: .5em;
  word-break: break-all;
}
.m_present {
  margin-top: 60px;
}
.i_box .m_present {
  margin-top: 0;
}
.m_present > .tit05 .icon {
  width: 50px;
  vertical-align: -.3em;
}
.m_pwrap {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}
.m_pimgtit {
  margin-top: 20px;
  color: #005BAB;
  border: 3px solid #005BAB;
  border-radius: 10px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  padding: 15px;
  position: relative;
}
.m_pimgtit .fs_large {
  font-size: 160%;
  line-height: 1;
  margin: 0 .1em;
}
.m_pimgtit::after {
  content: "";
  width: 3px;
  height: 100px;
  border-radius: 999px;
  background: #005BAB;
  position: absolute;
  top: -75px;
  left: 75px;
  transform: rotate(45deg);
}
.m_ptxt {
  margin-top: 1em;
}
.m_pdetail {
  margin-top: 1em;
  overflow: hidden;
  position: relative;
}
.m_pdetail dt {
  clear: left;
  float: left;
}
.m_pdetail dt::after {
  content: "：";
}
.icon_btn_box {
  text-align: center;
  margin-top: 30px;
}
.icon_btn {
  display: inline-block;
}
.icon_btn + .icon_btn {
  margin-left: 30px;
}
.icon_btn img {
  height: 114px;
}
.m_pdetail .icon_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 90px;
}
.m_pdetail .list.custom_0.inline > li {
  display: inline;
}
.m_pdetail .list.custom_0.inline > li::after {
  content: "、";
}
.m_pdetail .list.custom_0.inline > li:last-child::after {
  content: none;
}
.m_oubo {
  margin-top: 20px;
}
.m_oubo .tit03 {
  font-size: 120%;
  border-radius: 999px;
}
.m_oubo dl {
  overflow: hidden;
}
.m_oubo dl dt {
  color: #005BAB;
  font-weight: bold;
  position: relative;
  padding-left: 1.3em;
}
.m_oubo dl dt::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}
.m_oubo dl dd {
  padding-left: 1.3em;
}
.m_oubo dl dd + dt {
  margin-top: .5em;
}
.m_oubo_more {
  display: none;
  margin-top: .5em;
}
.m_oubo_morebtn {
  text-align: center;
  margin-top: 20px;
}
.m_oubo_morebtn button {
  font-family: "游ゴシック","Yu Gothic","游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 110%;
  font-weight: bold;
  line-height: 2;
  padding: 0 3em;
  display: inline-block;
  color: #005BAB;
  border: 1px solid #005BAB;
  border-radius: 999px;
  background: #fff;
  transition: .5s;
  cursor: pointer;
}
.cbnr_group {
	margin-bottom: 80px;
}
.cbnr_wrap + .cbnr_wrap {
  margin-top: 40px;
}
.cbnr_wrap {
  display: block;
  text-decoration: none;
  color: #231815;
  transition: .5s;
}
.cbnr_box {
  border: 3px solid #005BAB;
  border-radius: 10px;
  background: #fff;
}
.cbnr_tit {
  background: #005BAB;
  color: #fff;
  padding: 7px 3% 10px;
}
.ippin .cbnr_tit {
  padding-right: 35%;
}
.cbnr_body {
  padding: 30px;
}
.cbnr_body .icon_stu {
  padding-bottom: 10px;
  margin-top: 0;
}
.cbnr_body > .l_row > *:nth-child(1) {
  text-align: center;
}
.cbnr_num {
  width: 65%;
  max-width: 324px;
  margin: 0 auto 15px;
}
.cbnr_copy {
  color: #005BAB;
  font-size: 130%;
  font-weight: bold;
  line-height: 1.5;
}
.cbnr_img {
  text-align: right;
}
.ippin .cbnr_img {
  margin-top: -80px;
  padding-bottom: 40px;
}
.ippin .cbnr_img .fs_xxsmall {
  margin-top: -14%;
}
.cbnr_btn {
  display: block;
  width: 50%;
  max-width: 240px;
  margin: 30px auto 0;
}
.cbnr_btn.mt0 {
	margin-top: 0;
}
.kikangentei .cbnr_box {
  border-color: #f96a00;
}
.kikangentei .cbnr_box .cbnr_tit {
  background: #f96a00;
	position: relative;
	padding-right: 20%;
}
.kikangentei .cbnr_box .cbnr_tit > span {
	position: absolute;
	right: 3%;
	top: 7px;
	width: 16.684%;
}
.kikangentei .cbnr_box .cbnr_body > .l_row > :nth-child(1) {
	width: 40%;
	padding-right: 4%;
}
.kikangentei .cbnr_box .cbnr_body > .l_row > :nth-child(2) {
	width: 60%;
}
.kikangentei .cbnr_sponsor {
	margin-bottom: 15px;
}
.kikangentei .cbnr_present {
	background: #fccf00;
	padding: 5px;
	text-align: center;
	color: #005BAB;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 15px;
}
.kikangentei .cbnr_present .blk {
	display: block;
	line-height: 1.3;
}
.kikangentei .cbnr_present > .list {
	padding: 3px 3%;
}
.kikangentei .cbnr_present > .list > li {
	text-align: left;
	line-height: 1.2;
}
.kikangentei .cbnr_present > .list > li .blk {
	margin-bottom: .2em;
}
.kikangentei .cbnr_present > .list > li + li {
	margin-top: 7px;
}
.kikangentei .cbnr_present._hirokyo > * {
	line-height: 1.3;
}
.kikangentei .cbnr_present._hirokyo > * + * {
	margin-top: .25em;
}
.kikangentei .cbnr_lead {
	color: #005BAB;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: left;
}
.kikangentei .cbnr_date {
	font-size: 110%;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
	position: relative;
	padding-left: 5.5em;
	text-align: left;
}
.kikangentei .cbnr_date > span {
	display: inline-block;
	background: #f96a00;
	color: #fff;
	font-size: 90%;
	padding: 3px 10px;
	position: absolute;
	top: 0;
	left: 0;
}
.kikangentei .cbnr_date + .list {
	margin-top: -5px;
	margin-bottom: 15px;
	text-align: left;
	line-height: 1.5;
}
.obnr_group {
	margin-bottom: 60px;
}
.obnr_group a img {
	border: 1px solid #ccc;
}
.remodal .obnr_group {
	margin-top: 30px;
	margin-bottom: 0;
}
.closed {
  color: #D70C18;
  border: 3px solid #D70C18;
  border-radius: 10px;
  width: 100%;
  max-width: 550px;
  margin: 0 auto 30px;
  padding: 15px;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.6;
}
#ouen_message {
  background: #EAF5FC;
  color: #005BAB;
  padding: 80px 0 60px;
}
#ouen_message .container {
  width: 100%;
  max-width: 800px;
  padding: 0 0 10px 80px;
  background-image: url("../images/logo_ouen.png");
  background-repeat: no-repeat;
  background-size: 180px auto;
  background-position: right bottom;
  font-weight: bold;
  text-align: left;
  line-height: 2.2;
}
#ouen_message .fs_large {
  font-size: 160%;
  letter-spacing: .1em;
  margin-top: .3em;
}

footer {
  padding: 20px 0 40px;
}
footer .f_logo {
  display: inline-block;
  width: 107px;
}
footer .copyright {
  display: inline-block;
  color: #717071;
  width: calc(100% - 120px);
  text-align: center;
  font-size: 1.2rem;
}
footer .copyright small > span {
  display: inline-block;
}

/* remodal.js */
.embed_wrap {
  width: 100%;
  max-width: 640px;
  margin: 20px auto 50px;
}
.embed_inner {
  position: relative;
  padding-bottom: 56.25%;
  max-width: 100%;
  height: 0;
  overflow: hidden;
}
.embed_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed_link {
  text-align: center;
  margin-top: 5px;
}
.remodal {
  width: 94%;
  max-width: 1024px;
  padding: 60px;
  text-align: left;
  height: auto;
  max-height: 95vh;
  overflow-y: auto;
  font-size: 1.4rem;
  transform: none;
}
.remodal-overlay {
  background: rgba(0,0,0,.45);
}
.remodal-close-wrap {
  position: relative;
  text-align: right;
  padding-right: 10px;
}
.remodal-close {
  width: 40px;
  height: 40px;
  top: auto;
  left: auto;
  display: inline-block;
  margin-top: -40px;
  transition: .5s;
  position: fixed;
  z-index: 20000;
}
.remodal-close::before,
.remodal-close::after {
  content: "";
  width: 2px;
  height: 100%;
  background: #9E9E9F;
  position: absolute;
  top: 0;
  left: 22px;
}
.remodal-close::before {
  transform: rotate(45deg);
}
.remodal-close::after {
  transform: rotate(-45deg);
}

/* Jstream */
#ouen2022 .eqp-header-title {
  width: 100%;
}
.lity {
  z-index: 30000;
}

.lead_block {
	text-align: center;
	color: #005BAB;
	font-weight: bold;
	padding: 0 4%;
}
.lead_block ._tit {
	font-size: 3.0rem;
	font-feature-settings: "palt";
	letter-spacing: .1em;
	line-height: 1.4;
	margin-bottom: .5em;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: flex-end;
}
.lead_block ._tit::before,
.lead_block ._tit::after {
	content: "";
	width: 2em;
	height: 1.5em;
	margin-bottom: .3em;
}
.lead_block ._tit::before {
	background: url("../images/ouen_left.svg") no-repeat left bottom / auto 100%;
}
.lead_block ._tit::after {
	background: url("../images/ouen_right.svg") no-repeat right bottom / auto 100%;
}
.lead_block ._copy {
	font-size: 2.0rem;
	line-height: 1.5;
}
.lead_block + section {
	padding-top: 30px;
}


@media only screen and (max-width: 768px){
  body {
    font-size: 1.4rem;
  }
  section {
    padding: 30px 0;
  }
  .pc {display: none;}
  .l_row > * + * {
    margin-top: 20px;
  }
  .tit01 {
    font-size: 2.2rem;
  }
  .tit02 {
    font-size: 2.0rem;
    border-bottom: 2px solid #005BAB;
  }
  .tit03 {
    font-size: 2.0rem;
  }
  .tit04 {
    font-size: 1.8rem;
  }
  .tit05 {
    font-size: 2.0rem;
  }
  .lead01 {
    font-size: 1.6rem;
  }
  .lead02 {
    text-align: left;
  }
  .lead03 {
    font-size: 1.4rem;
		margin-bottom: .5em;
  }
  #intro {
    padding: 1.5em 0;
  }
  #intro_remodal {
    font-size: 1.4rem;
    line-height: 2;
    padding: 50px 20px 200px;
    background-position: center calc(100% - 50px);
    text-align: center;
    position: relative;
  }
  #intro_remodal .remodal-close-wrap {
    position: static;
  }
  #intro_remodal .fs_large {
    font-size: 140%;
  }
  #intro_remodal .remodal-close {
    position: absolute;
  }
  #intro_remodal .remodal-close::before,
  #intro_remodal .remodal-close::after {
    
  }
  .map_box {
    display: none;
  }
  .map_copy {
    position: static;
  }
  .map_image_sp img:nth-of-type(2){
    display: none;
  }
  .map_guide_sp {
    margin-top: 15px;
  }
  .map_guide_sp .tit05 {
    font-size: 1.8rem;
    margin-bottom: .3em;
  }
  .map_guide_sp .tit05 img {
    display: inline-block;
    width: 50px;
    vertical-align: -10px;
  }
  .map_switch {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .map_switch li {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    text-align: center;
  }
  .map_switch li:nth-of-type(1) {
    padding-right: 1px;
  }
  .map_switch li:nth-of-type(2) {
    padding-left: 1px;
  }
  .map_switch li button {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 2px solid #005BAB;
    border-radius: 6px 6px 0 0;
    padding: .5em .2em;
    margin: 0;
    font-family: "游ゴシック","Yu Gothic","游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.3rem;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;
    transition: .5s;
  }
  .map_switch li:nth-of-type(1) button {
    border-color: #8fb721;
  }
  .map_switch li button.open {
    background: #ccdeee;
  }
  .map_switch li:nth-of-type(1) button.open {
    background: #e9f1d3;
  }
  .map_switch li button img {
    display: inline-block;
    width: 40px;
    vertical-align: middle;
    margin-right: .5em;
  }
  .map_switch li button span {
    display: inline-block;
    vertical-align: middle;
    color: #000;
  }
  .map_guide_sp > .list {
    background: #fff;
    border: 2px solid #005BAB;
    border-radius: 0 0 6px 6px;
    padding: 15px 3%;
    margin-top: -2px;
  }
  .map_guide_sp > .list.marunum > li {
    line-height: 1.6;
  }
  .map_guide_sp > .list.marunum > li + li {
    margin-top: .3em;
  }
  .map_guide_sp > .list.michinoeki {
    border-color: #8fb721;
    counter-reset: marunum 24;
  }
  .map_guide_sp > .list.otetsudai {
    display: none;
    counter-reset: marunum 24;
  }
  .map_guide_sp > .list.marunum > li::before {
    counter-increment: marunum -1;
  }
  .map_guide_sp > .list > .iconsp::after {
    content: "";
    display: inline-block;
    vertical-align: -.2em;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 100%;
  }
  .map_guide_sp > .list > .iconsp._new::after {
    background-image: url("../images/i_new_sp.png");
    width: 34px;
  }
  .map_guide_sp > .list > .iconsp._present::after {
    background-image: url("../images/i_present_sp.png");
    width: 70px;
  }
  
  .s_tit {
    font-size: 1.8rem;
    line-height: 1.6;
    padding-left: 0;
    text-align: center;
  }
  .s_place {
    font-size: 1.2rem;
    display: block;
  }
  .s_photo {
    padding-top: 0;
  }
  .s_photobox {
    margin: 5px 0 0;
  }
  .s_photobox .l_row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .s_photobox .l_row > * + * {
    margin-top: 5px;
  }
  .s_photobox .l_row > *:nth-child(1) {
    width: 100%;
  }
  .s_photobox .l_row > *:nth-child(2) {
    width: 49%;
  }
  .s_photobox .l_row > *:nth-child(3) {
    width: 49%;
  }
  .a_box {
    padding: 20px 15px;
    position: relative;
  }
  .a_box + .a_box {
    margin-top: 20px;
  }
  .a_icon {
    text-align: center;
  }
  .a_icon img {
    width: 80px;
  }
  .a_boxtit > .a_icon + div {
    margin-top: 0;
  }
  .a_boxtit .tit01 {
    margin-bottom: .2em;
  }
  .a_boxtit .tit01 + .lead01 {
    margin-top: 0;
  }
  .a_trigger {
    position: absolute;
    top: 0;
    right: 20px;
  }
  .a_triggerbtn {
    width: 30px;
    height: 30px;
  }
  .a_triggerbtn::before,
  .a_triggerbtn::after {
    width: 4px;
    left: 12px;
  }
	.a_copy {
		text-align: left;
	}
	.a_copy p + p {
		margin-top: .5em;
	}
  .a_detail {
    padding-top: 30px;
  }
	.a_detail._pt {
		padding-top: 5px;
	}
  .a_detail dl dt {
    font-size: 1.6rem;
    float: none;
    width: 100%;
  }
  .a_detail dl dt::after {
    position: static;
  }
  .a_detail dl dd {
    padding-left: 0;
  }
  .a_detail dl dd .fs_large {
    font-size: 1.6rem;
  }
  .o_schedule > .list > li {
    padding-top: 0;
  }
  .a_detail .bb_link {
    max-width: 432px;
    margin-bottom: 0;
  }
	.mess_stu {
		font-size: 1.6rem;
		text-align: center;
		padding: 1em 0 0;
	}
	.mess_stu + .icon_stu {
		margin-top: 1em;
		padding-bottom: 5.5em;
	}
	.donate_box2 + .icon_stu {
		margin-top: 0;
	}
  .icon_stu {
    padding-bottom: 90px;
    margin-top: 0;
  }
  .icon_stu > * {
    width: 124px;
  }
  .donate_box {
    border: 2px solid #005BAB;
    border-radius: 6px;
    margin-bottom: 0;
  }
  .donate_box::after {
    width: 2px;
    height: 40px;
    top: -25px;
    left: 40px;
  }
  .donate_price {
    display: block;
  }
  #member .tit01 {
    background-size: 20px 20px;
    line-height: 50px;
    padding-bottom: 10px;
  }
  .stuinfo {
    margin-top: 30px;
  }
  .stuinfo dl > dd {
    padding-left: 10px;
  }
  .stuinfo dl > dd > p + p {
    margin-top: .5em;
  }
  .m_box .donate_box {
    margin-bottom: 20px;
  }
  .m_tit {
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .m_tit > .fs_small {
    display: block;
    font-size: 1.6rem;
  }
  .m_main > *:nth-child(1) {
    width: 100%;
    padding-right: 0;
  }
  .m_main > *:nth-child(2) {
    width: 100%;
  }
  .list.m_icon > li + li {
    margin-top: .5em;
  }
  .m_photo {
    margin-top: 20px;
  }
  .m_photo .l_row > *:nth-child(1) {
    padding-right: 0;
  }
  .m_photo .l_row > *:nth-child(2) {
    padding-left: 0;
  }
  .m_photo .l_row + .l_row,
  .m_photo_bcom + .l_row {
    margin-top: 20px;
  }
  .m_photo .l_row + .l_row > * + * {
    margin-top: 5px;
  }
  .m_photo_sp {
    margin-top: 10px;
  }
  .m_spot {
    margin-top: 30px;
    padding: 20px;
  }
  .m_spot > .tit05 .icon {
    width: 85px;
    display: block;
    margin: -15px auto;
  }
  .m_spot .l_row > *:nth-child(1) {
    padding-right: 0;
  }
  .m_spot .l_row > *:nth-child(2) {
    padding-left: 0;
    margin-top: 10px;
  }
  .m_spot .l_row + .l_row {
    border-top: 2px dotted #005BAB;
  }
  .m_present {
    margin-top: 30px;
  }
  .m_present > .tit05 {
    line-height: 1.4;
  }
  .m_present > .tit05 .icon {
    width: 80px;
    display: block;
    margin: 10px auto;
  }
  .m_pimgtit {
    border: 2px solid #005BAB;
    border-radius: 6px;
    font-size: 1.8rem;
    padding: 10px 3%;
  }
  .m_pimgtit::after {
    height: 60px;
    top: -45px;
    left: 40px;
  }
  .m_oubo_morebtn {
    margin-top: 10px;
  }
  .icon_btn + .icon_btn {
    margin-left: 15px;
  }
	.cbnr_group {
		margin-bottom: 40px;
	}
	.cbnr_wrap + .cbnr_wrap {
		margin-top: 20px;
	}
  .cbnr_box {
    border: 2px solid #005BAB;
    border-radius: 6px;
  }
  .cbnr_tit {
    padding: 7px 15px;
    text-align: center;
  }
  .ippin .cbnr_tit {
    padding-right: 15px;
  }
  .cbnr_tit._hanabi img {
    width: 80%;
    max-width: 440px;
  }
  .cbnr_body {
    padding: 20px 15px;
  }
  .cbnr_body .icon_stu {
    padding-bottom: 60px;
  }
  .cbnr_body .icon_stu > *:nth-child(1) {
    left: -20px;
    bottom: -10px;
  }
  .cbnr_body .icon_stu > *:nth-child(2) {
    right: -15px;
  }
  .cbnr_body > .l_row > *:nth-child(2) {
    text-align: center;
    margin-top: 10px;
  }
  .cbnr_num {
    margin-bottom: 10px;
  }
  .cbnr_copy {
    font-size: 110%;
  }
  .ippin .cbnr_img {
    margin-top: 0;
    padding-bottom: 20px;
  }
  .ippin .cbnr_img .fs_xxsmall {
    margin-top: -3em;
  }
  .cbnr_btn {
    margin-top: 20px;
  }
	.kikangentei.cbnr_wrap {
		margin-top: 40px;
	}
	.kikangentei .cbnr_box .cbnr_tit {
		padding-right: 15px;
	}
	.kikangentei .cbnr_box .cbnr_tit > span {
		width: 100px;
		top: -23px;
		right: 50%;
		transform: translateX(50%);
	}
	.kikangentei .cbnr_box .cbnr_body > .l_row > :nth-child(1) {
		width: 100%;
		padding-right: 0;
	}
	.kikangentei .cbnr_box .cbnr_body > .l_row > :nth-child(2) {
		width: 100%;
	}
	.kikangentei .cbnr_logo img {
		width: 60%;
		max-width: 436px;
	}
	.kikangentei .cbnr_sponsor {
		margin-bottom: 10px;
	}
	.kikangentei .cbnr_sponsor img {
		height: 20px;
	}
	.kikangentei .cbnr_sponsor._hanabi img {
		height: auto;
	}
	.kikangentei .cbnr_present {
		font-size: 120%;
		margin-bottom: 10px;
	}
	.kikangentei .cbnr_date + .list {
		margin-top: -10px;
		margin-bottom: 10px;
	}
	.obnr_group {
		margin-bottom: 30px;
	}
  .closed {
    border: 2px solid #D70C18;
    border-radius: 6px;
    margin-bottom: 15px;
    padding: 10px 3%;
    font-size: 110%;
  }
  #ouen_message {
    padding: 40px 0 0;
  }
  #ouen_message .container {
    background-size: 150px auto;
    background-position: center calc(100% - 50px);
    text-align: center;
    padding: 0 20px 200px;
  }
  #ouen_message .fs_large {
    font-size: 140%;
  }
  
  footer {
    padding: 20px 0;
  }
  footer .f_logo {
    width: 77px;
  }
  footer .copyright {
    display: block;
    width: 100%;
    font-size: .9rem;
    line-height: 1.4;
    margin-top: 20px;
  }

  /* remodal.js */
  .embed_wrap {
    margin-bottom: 20px;
  }
  .remodal-wrapper {
    padding: 0;
  }
  .remodal {
    padding: 50px 15px;
  }
  .remodal.Stream,
  .remodal.Page {
    width: 100%;
    height: 100vh;
    max-height: none;
    margin: 0;
  }
  .remodal-close {
    display: block;
    width: 30px;
    height: 30px;
    top: 15px;
    right: 15px;
    margin-top: 0;
  }
  .remodal-close::before,
  .remodal-close::after {
    left: 18px;
  }
	
	
	.lead_block ._tit {
		font-size: 2.0rem;
		letter-spacing: .05em;
	}
	.lead_block ._copy {
		font-size: 1.4rem;
	}
	.lead_block + section {
		padding-top: 20px;
	}
  
}

@media only screen and (min-width: 769px){
  a:hover {
    text-decoration: none;
  }
  a img {
    transition: .5s;
  }
  a:hover img {
    opacity: .7;
  }
  .sp {display: none;}
  .list.pc_inline > li {
    display: inline;
  }
  .l_row {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .l_row > * {
    display: table-cell;
    vertical-align: top;
  }
  .l_row.s_box > *:nth-child(1) {
    width: 60%;
    padding-right: 30px;
  }
  .l_row.s_box > *:nth-child(2) {
    width: 40%;
  }
  .l_row.s_boxtit > * {
    vertical-align: middle;
  }
  .l_row.a_boxtit > * {
    width: 12%;
    vertical-align: middle;
  }
  .l_row.a_boxtit > *:nth-child(1) {
    text-align: left;
  }
  .l_row.a_boxtit > *:nth-child(2) {
    width: 76%;
  }
  .l_row.a_boxtit > *:nth-child(3) {
    text-align: right;
  }
  .map_box_sp {
    display: none;
  }
  .m_oubo_morebtn button:hover {
    background: #EAF5FC;
  }
  a.cbnr_wrap:hover {
    opacity: .7;
  }
  a.cbnr_wrap:hover * {
    opacity: 1;
  }

  /* remodal.js */
  .remodal-close:hover {
    opacity: .7;
  }
  
  
}