@charset "utf-8";



/*リセットCSS（sanitize.css）の読み込み
---------------------------------------------------------------------------*/
@import url("https://unpkg.com/sanitize.css");

/*slick.cssの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");

/*Font Awesomeの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");

/*テンプレート専用cssファイルの読み込み
---------------------------------------------------------------------------*/
@import url("animation.css");
@import url("print.css") print;





/*全体の設定
---------------------------------------------------------------------------*/
html,body {
	margin: 0;padding: 0;
	font-size: 16px;	/*基準となるフォントサイズ。下の方にある「画面幅900px以上」で基準を大きなサイズに再設定しています。*/
}

body {
	font-family: "Helvetica Neue,Helvetica,Arial,sans-serif";	/*フォント種類（ゴシック）*/
	-webkit-text-size-adjust: none;
	background: #fff;
	color: #4c4c4c;
	line-height: 1.8em;
	overflow-x: hidden;
}
/*リセット*/
figure {margin: 0;}
dd {margin: 0;}
nav {margin: 0;padding: 0;}

/*table全般の設定*/
table {border-collapse:collapse;}

/*画像全般の設定*/
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}

/*videoタグ*/
video {max-width: 100%;}

/*iframeタグ*/
iframe {width: 100%;}

/*ul,olタグ*/
ul, ol {margin-bottom: 30px;}

/*他*/
section + section {
	margin-top: 50px;
}
.bar_top {
	border-top: 3px solid #d8d8d8;
	padding-top: 50px;
}

/*リンクテキスト全般の設定
---------------------------------------------------------------------------*/
a {
	color: #cd3001;
	transition: 0.3s;
}

a:hover {
	opacity: 0.5;
}


/*containerブロック（左右のブロックを囲むボックス）
---------------------------------------------------------------------------*/
#container {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	background: #fff;
	max-width: 1600px;
}
#p_home #container {
/*	background: #fff url(../images/1.jpg) no-repeat center top / contain;*/
}
#consbox {
	background: url(../images/bg_footer.png) no-repeat 50% 101% / 60%;
	padding-bottom: 13%;
	border-bottom: 5px solid #156082;
}
.p #container, .s #container  {padding-top: 2rem;}
.mainbox {
	background: #fff;
	padding: 0 0 10% 0;
}

main {
	padding: 0 0 40px;
}

/*headerブロック
---------------------------------------------------------------------------*/
header {
	background: #fff;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 55px;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
	min-height: 56px;
}

/*ヘッダー内のリンクテキスト*/
header a {
	color: #1d4c7c;
	text-decoration: none;
	font-weight: bold;
}

/*ロゴ画像*/
header #logo {
	margin: 0;
	line-height: 0;
	width: 400px;
}
header #logo h1 {margin: 0;}

/*ヘッダー内のメニュー*/
header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;	
}
header ul a {
	margin-left: 2em;
}
.p header ul a {
	line-height: 47px;
}

/*pagettl_boxブロック（詳細ページのページタイトル）
---------------------------------------------------------------------------*/
.pagettl_box {
	background: #4da3ad url(../images/pagettl_box.jpg) repeat 0 0;
	width: 100%;
	background-size: cover;
	text-align: center;
	padding: .5em 0;
}
.pagettl_box h1 {
	background: rgba(0, 0, 0, 0.7);
	margin: .5em auto;
	padding: .5em;
	letter-spacing: .1em;
	color: #fff;
	font-weight: bold;
	font-size: 2.2em;
}
.pagettl_box h1 span {
/*	background:url(../images/ttl01bg.png) no-repeat center bottom;*/
}

/*mainブロック設定
---------------------------------------------------------------------------*/
/*mainブロック内の主にh2タグ*/
.ttl01 {
	margin: 0 0 0.5em;
	letter-spacing: 0.1em;
	text-align: center;
	font-size: 2em;
	line-height: 1.3em;
	color: #888;
}

.ttl02 {
	position: relative;
	padding: 0 0 .4em 20px;
	margin-bottom: 1rem;
	font-weight: bold;
	font-size: 1.7em;
	line-height: 1.4em;
}
.ttl02:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	background: -webkit-repeating-linear-gradient(-45deg, #6081b7, #6081b7 1px, #fff 2px, #fff 5px);
	background: repeating-linear-gradient(-45deg, #6081b7, #6081b7 1px, #fff 2px, #fff 5px);
}
.ttl03 {
	background: #efefef;
	border-left: 3px solid #6096af;
	padding: 0 20px;
	font-size: 1.2em;
	margin-bottom: 1em;
	color: #156082;
}
.ttl04 {
	display: inline-block;
	border-bottom: 3px dotted #6096af;
	padding: 0 20px;
	font-size: 1.2em;
	color: #156082;
	margin-bottom: .5em;
}

/*mainブロックのpタグ*/
main p {
	margin: 0 20px 30px;	/*上、左右、下へ空けるスペース*/
}

main p + p {margin-top: -10px;}

.boxp {
	margin: 0 20px 30px;
}

/*メニュー初期設定
---------------------------------------------------------------------------*/
#menubar {margin-left: 10px; margin-right: 50px; padding-top: 3em; padding-bottom: 3em;}
.p #menubar {padding-top: 0;}
#p_home #menubar {padding-top: .5rem;}
#menubar ul {list-style: none;margin: 0;padding: 0;}
#menubar {display: none;}
#menubar.db {display: block;}
#menubar.dn {display: none;}
#menubar ul.submenu {padding-top: 40px;}

/*小さな端末用の設定（開閉ブロック）
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
.s #menubar.db {
	position: fixed;overflow: auto;z-index: 100;
	left: 0px;top: 0px;
	width: 100%;
	height: 100%;
	padding: 70px 0;
	background: rgba(29,76,124,0.9);
	animation: animation1 0.2s both;
	text-align: center;
	color: #fff;
	margin-left: 0;
}
.s #menubar.db a, .s #menubar.db span.inactive {
	display: block;
	text-decoration: none;
	padding: 15px 5px;
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
}
.s #menubar.db span.inactive {
	color: #84a5db;
}

/*マウスオン時*/
.s #menubar.db a:hover {
	border-left: 5px solid #cd3001;
	color: #cd3001;
	background: rgba(255,255,255,1.0);
	
}
#p_home #menubar.db li#home a,
#p_important #menubar.db li#important a,
#p_venue #menubar.db li#venue a,
#p_abstract #menubar.db li#abstract a,
#p_registration #menubar.db li#registration a,
#p_invited #menubar.db li#invited a,
#p_program #menubar.db li#program a,
#p_accomodation #menubar.db li#accomodation a,
#p_links #menubar.db li#links a,
#p_excursions #menubar.db li#excursions a {
	background: #3f84c5;
	color: #fff;
}

/*３本バー（ハンバーガー）アイコン設定
---------------------------------------------------------------------------*/
/*開閉用のスタイル*/
#menubar_hdr.db {display: flex;}
#menubar_hdr.dn {display: none;}

/*３本バーを囲むブロック*/
#menubar_hdr {
	position: fixed;z-index: 101;
	cursor: pointer;
	left: 5px;
	top: 5px;
	padding: 16px 14px;
	width: 46px;	
	height: 46px;
	display: flex;	
	flex-direction: column;
	justify-content: space-between;
	background: rgba(0,0,0,0.8);
	border-radius: 50%;
}

/*バー１本あたりの設定*/
#menubar_hdr span {
	display: block;
	transition: 0.3s;
	border-top: 2px solid #fff;
}

/*×印が出ている状態の設定。※１本目および２本目のバーの共通設定。*/
#menubar_hdr.ham span:nth-of-type(1),
#menubar_hdr.ham span:nth-of-type(3) {
	transform-origin: center center;	/*変形の起点。センターに。*/
	width: 20px;						/*バーの幅*/
}

/*×印が出ている状態の設定。※１本目のバー。*/
#menubar_hdr.ham span:nth-of-type(1){
	transform: rotate(45deg) translate(3.8px, 5px);	/*回転45°と、X軸Y軸への移動距離の指定*/
}

/*×印が出ている状態の設定。※３本目のバー。*/
#menubar_hdr.ham span:nth-of-type(3){
	transform: rotate(-45deg) translate(3.8px, -5px);	/*回転-45°と、X軸Y軸への移動距離の指定*/
}

/*×印が出ている状態の設定。※２本目のバー。*/
#menubar_hdr.ham span:nth-of-type(2){
	display: none;	/*２本目は使わないので非表示にする*/
}



/*「最近チェックした情報」ブロック
---------------------------------------------------------------------------*/
#check {
	background: #f0f0f0;	
	padding: 2%;
}

/*h2見出し*/
#check h2 {
	text-align: center;	/*テキストをセンタリング*/
}



/*フッターメニュー設定
---------------------------------------------------------------------------*/
#footerinfo {
	background: #156082;
	color: #fff;
	padding: 20px 40px;
	text-align: left;
	line-height: 1.4em;
	display: flex;
	justify-content: space-evenly;
	margin: 0 auto;
	font-size: .9em;
}
#footerinfo a {
	color: #fff;
}
#footerinfo .ttl {
	font-size: 1.1em;
	flex-grow: 0;
	margin-right: 40px;
	font-weight: bold;
	border-left: 5px solid #fff;
	padding-left: 0.8em;
	margin-bottom: 0.5em;
	letter-spacing: 1.5px;
}
#footerinfo > div {padding: .5em;}
#footerinfo p {
	margin: 0;
}
.office-logo { padding-top: 0 !important; flex-basis: 30%;}
.office-unei {}


/*ボックス全体の設定*/
#footermenu {
	background: #333;
	color: #999;
	font-size: 0.8em;
	padding: 20px 40px;
}

/*ボックス内のリンクテキスト設定*/
#footermenu a {
	text-decoration: none;
	color: #ababab;
}

/*リンクテキストのマウスオン時*/
#footermenu a:hover {
	color: #ed3e23;
}

/*ulタグ（メニューの列単位）*/
#footermenu ul {
	display: flex;	
	justify-content: space-between;
	align-items: flex-start;		/*垂直揃えの指定。上に配置されるように。*/
	margin: 0 0 1em 0;
	padding: 0 2px;
	flex: 1;
	list-style: none;
	justify-content: space-evenly;
}
#footermenu ul li {
	text-align: center;
	line-height: 1.2em;
	width: calc(100% / 6);
}

#footermenu .title {
	font-weight: bold;
	color: #ccc;
	padding-bottom: 5px;
}
#footermenu .title .inactive {
	color: #626262;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer small {font-size: 100%;}

footer {
	font-size: 0.8em;
	background: #222;
	color: #ccc;	
	text-align: center;
	padding: 20px;
}

/*リンクテキスト*/
footer a {color: #ccc;text-decoration: none;}

/*著作部分*/
footer .pr {display: block;}


/*「Wellcome massage」ブロック
---------------------------------------------------------------------------*/
.ribbon_box {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 10px 0;
	width: 100%;
	background: #fff;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}
.ribbon {
	font-size: 180%;
	line-height:1.4em;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	padding: 15px 10px 10px 40px;
	margin: 0 0 0 -20px;
	width: calc(100% + 20px);
	color: #1d4c7c;
	background: #ccecff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.ribbon:before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 15px transparent;
	border-right: solid 20px #cd614d;
}

/*「お知らせ」ブロック
---------------------------------------------------------------------------*/
/*お知らせブロック*/
.scroll_bar {
	overflow-y: scroll;
	height: 8em;
	overflow-y: scroll;
}
.scroll_bar::-webkit-scrollbar{
	width: 8px;
}
.scroll_bar::-webkit-scrollbar-track{
	background-color: #eee;
}
.scroll_bar::-webkit-scrollbar-thumb{
	background-color: #edb1bf;
}

#new {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	padding: 0 20px;
}

/*日付(dt)、記事(dd)共通設定*/
#new dt,
#new dd {
	padding: 5px 0;
}

/*日付(dt)設定*/
#new dt {
	width: 8em;	/*幅。8文字(em)分。※下の「900px以上」の端末用の設定に再設定があります。*/
}

/*日付の横のマーク（共通設定）*/
#new dt span {
	display: none;	/*小さな端末では非表示にしておく。*/
}

/*記事(dd)設定*/
#new dd {
	width: calc(100% - 8em);	/*「8em」は上の「#new dt」のwidthの値です。※下の「900px以上」の端末用の設定に再設定があります。*/
}

/*NEWアイコン*/
#new .newicon {
	display: inline-block;
	background: #ff0000;
	color: #fff;
	font-size: 0.8em;
	line-height: 1;
	padding: 3px 5px;
	border-radius: 3px;
}


/*スライドショー（slickを使用）
---------------------------------------------------------------------------*/
.mv {
	position: relative;
	width: 100%;
	max-width: 1120px;
	height: auto;
	text-align: center;
	margin: 1.55em auto 0 auto;
}
.mv img { width: 100%;}


/*Googleマップ
---------------------------------------------------------------------------*/
.map {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 75%; /* 比率を4:3に固定 */
	margin-bottom: 40px;
}
 
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*listブロック
---------------------------------------------------------------------------*/
/*listブロック全体を囲むブロック*/
.list-container {
	display: flex;		/*flexボックスを使う指定*/
	flex-wrap: wrap;	/*折り返す指定*/
}

/*１個あたりのボックス設定*/
.list {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 30px;
	padding: 10px;
	background: #fff;
	width: 48%;
	margin-right: 4%;
	border: 4px solid #156082;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

/*２の倍数のlistブロックへの追加設定*/
.list:nth-of-type(2n) {
	margin-right: 0;
}

/*ボックス内のfigure画像*/
.list figure {
	margin: -10px -10px 0;	/*上の.listで設定しているpadding分を相殺して画像をブロックいっぱいに出す*/
}

/*ボックス内のh4タグ*/
.list h4 {
	margin: 0.5em 0 0;
}
/*ボックス内のtextブロック*/
.list .text {
	flex: 1;
}
.list h4 {
	line-height: 1.5;
	padding-bottom: .5em;
}

/*ボックス内のpタグ*/
.list p {
	margin: 0;
	font-size: 0.8em;
	line-height: 1.5;
}



/*調理時間アイコン*/
.list .icon {
	width: 40px;		/*幅*/
	height: 40px;		/*高さ*/
	position: absolute;	/*親のrelativeに対して絶対配置させる指示*/
	right: 3px;			/*listブロックに対して右からの配置場所の指定*/
	top: 3px;			/*listブロックに対して上からの配置場所の指定*/
}
/*マウスオン時*/
.list .icon a:hover {
	opacity: 1;	/*デフォルトで半透明になるのを、しないように*/
	filter: brightness(1.2);	/*明るくする*/
}

/*NEWアイコン、UPアイコン共通*/
.list .newicon {
	font-size: 10px;	/*文字サイズ*/
	position: absolute;
	right: 0px;			/*右からの配置場所指定*/
	bottom: 0px;		/*下からの配置場所指定*/
	width: 100px;		/*幅*/
	height: 26px;		/*高さ*/
	text-align: center;	/*テキストをセンタリング*/
	transform: translate(40px) rotate(-45deg);	/*右に40px移動し、45度半時計回りに回転。*/
}
/*NEWアイコン*/
.list .newicon {
	background: #ff4343;	/*背景色*/
	color: #fff;			/*文字色*/
}
/*UPアイコン*/
.list .up {
	background: #4385ff;	/*背景色*/
	color: #fff;			/*文字色*/
}


/* dl
---------------------------------------------------------------------------*/
.dl_name, .dl_name2 {
	margin: 0;
	padding: 0 20px 20px;
}
.dl_name dt, .dl_name2 dt {
	clear: left;
	float: left;
	font-weight: bold;
	color: #156082;
}
.dl_name dd {
	padding-left: 6em;
	margin-bottom: 1em;
}
.dl_name2 dd {
	padding-left: 4em;
	margin-bottom: 1em;
}
.name_post .dl_name2 dd {
	margin-bottom: 0;
}
.dl_name dd p, .dl_name2 dd p {
	margin: 0 0 1em 0 !important;
}
.dl_at {
	margin: 0 20px 30px;
}
.dl_at dt {
	clear: left;
	float: left;
}
.dl_at dd {
	padding-left: 1.5em;
}


/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	font-weight: bold;		/*太字に*/
	padding: 10px 5px;		/*上下、左右へのボックス内の余白。基本的に数行下の「.ta1 th, .ta1 td」のpaddingと揃えておけばOKです。*/
	border: 3px solid #57aab2;	/*枠線の幅、線種、色*/
	color: #57aab2;			/*文字色*/
	background: #fff;	/*背景色*/
	font-size: 1.2em;		/*文字サイズ。親要素の1.2倍。*/
	margin-bottom: 15px;	/*下に空けるスペース*/
	border-radius: 5px;		/*角を丸くする指定*/
}

/*ta1テーブルブロック設定*/
.ta1, .ta2 {
	border-top: 1px solid #ccc;
	width: 100%;
	margin: 0 auto 30px;
}
.ta1 tr, .ta2 tr  {
	border-bottom: 1px solid #ccc;
}
.ta1 th, .ta1 td, .ta2 th, .ta2 td {
	line-height: 1.6em;
	padding: 10px 20px;
	word-break: break-all;	/*英語などのテキストを改行で自動的に折り返す設定。これがないと、テーブルを突き抜けて表示される場合があります。*/
}
.ta1 th {
	text-align: left;
	background: #f7f7f7;
}


.cellcolor01 { background: #ccecff;}
.cellcolor02 { background: #efefef;}

/*こだわりアイコンのフロート指定(CMS用)*/
.ta1 td label {
	float: left;
	display: inline-block;
	margin-right: 10px;
}


/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
.pagetop-show {display: block;}

/*ボタンの設定*/
.pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 99;
	background: rgba(244,48,15,0.5);	/*背景色。0,0,0は黒の事で0.2は色が20%出た状態。*/
	position: fixed;	/*スクロールに追従しない(固定で表示)為の設定*/
	right: 20px;		/*右からの配置場所指定*/
	bottom: 20px;		/*下からの配置場所指定*/
	color: #fff;		/*文字色*/
	font-size: 1.5em;	/*文字サイズ*/
	width: 60px;		/*幅*/
	line-height: 60px;	/*高さ*/
	border-radius: 50%;	/*円形にする*/
}


/*btn
---------------------------------------------------------------------------*/
.btn, .btn2,
.btninactive, .btninactive2 {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	background: #156082;
	color: #fff;
	margin: 10px auto 0;
	border-radius: 5px;
	width: auto;
	padding: 10px 20px;
	font-weight: bold;
	letter-spacing: 2px;
}
.btn2, .btninactive2 {
	background: #cd3001;
}

.btninactive, .btninactive2 {
	opacity: 0.5;
}



/*inputタグの場合*/
input[type="submit"].btn,
input[type="button"].btn,
input[type="reset"].btn {
	-webkit-appearance: none;
	outline: none;
	padding: 5px 20px;		/*上下、左右へのボックス内の余白*/
	font-size: 130%;		/*文字サイズ*/
	border-radius: 3px;		/*角丸のサイズ*/
}

/*リスト
---------------------------------------------------------------------------*/
ul.decimal {
	list-style-type: decimal;
}



/*その他
---------------------------------------------------------------------------*/
.clear {clear: both;}
.clearfix::after {content: "";display: block;clear: both;}
.ws {width: 95%;display: block;}
.wl {width: 90%;display: block; margin: 0 auto;}
.small {font-size: 0.6em;}


/*追加
---------------------------------------------------------------------------*/
.c {text-align: center !important;}
.r {text-align: right !important;}
.l {text-align: left !important;}
.fl {float: left;}
.fr {float: right;}

/* margin */
.mt0 {margin-top: 0 !important;}
.mt10m {margin-top: -10px !important;}

.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt60 {margin-top: 60px !important;}

.mb0 {margin-bottom: 0 !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb60 {margin-bottom: 60px !important;}

.mb5em {margin-bottom: .5em !important;}
.mb01em {margin-bottom: 1em !important;}

.mr20 {margin-right: 20px !important;}
.mlr20 {margin-left: 20px !important; margin-right: 20px !important;}

.pt0 {padding-top: 0px !important;}
.pt10 {padding-top: 10px !important;}
.pt20 {padding-top: 20px !important;}
.pt30 {padding-top: 30px !important;}
.pt40 {padding-top: 40px !important;}
.pt60 {padding-top: 60px !important;}

.pb0 {padding-bottom: 0 !important;}
.pb10 {padding-bottom: 10px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb40 {padding-bottom: 40px !important;}
.pb60 {padding-bottom: 60px !important;}

.pd_off {padding: 0 !important;}
.mg_off {margin: 0 !important;}

.pl10 {padding-left: 10px !important;}
.pl20 {padding-left: 20px !important;}
.pl40 {padding-left: 40px !important;}

.plr20 {padding-left: 20px !important; padding-right: 20px !important;}


/* text */
.bold {font-weight: bold;}
.normal {font-weight: normal;}
.line {text-decoration: underline;}
.through {text-decoration: line-through;}
.italic {font-style: italic;}

.tx_small2 {font-size: 90%;}
.tx_small {font-size: 80%;}
.tx_large {font-size: 110%;}
.tx_large1 {font-size: 120%;}
.tx_large2 {font-size: 140%;}
.tx_large3 {font-size: 160%;}
.tx_large4 {font-size: 180%;}

.color-theme, .color-theme a {color: #156082 !important;}
.color-check, .color-check a {color: #cd3001 !important;}
.color0 {color: #4c4c4c  !important;}
.color1 {color: #6143d3 !important;}
.color2 {color: #e5a12c !important;}

hr {
	height: 1px;
	border: none;
	border-top: 1px #928458 solid;
}
.hover:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}




/*---------------------------------------------------------------------------
ここから下は画面幅899px以下の追加指定
---------------------------------------------------------------------------*/
@media screen and (max-width:899px) {

/*containerブロック（左右のブロックを囲むボックス）
---------------------------------------------------------------------------*/
#consbox {
	background: url(../images/bg_footer.png) no-repeat 50% 100% / 100%;
}

/*mainブロック設定
---------------------------------------------------------------------------*/
.ttl02 {
	margin: 1rem 20px;
}
.ttl03, .ttl04 {
	margin: 1rem 20px;
	padding: 0 10px;
}


/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/
}




/*---------------------------------------------------------------------------
ここから下は画面幅700px以下の追加指定
---------------------------------------------------------------------------*/
@media screen and (max-width:700px) {


/*headerブロック
---------------------------------------------------------------------------*/
/*ヘッダー内のメニュー*/
header ul {
	display: none;	/*面積が狭くなるので非表示に。サブコンテンツに同じメニューがあるのが予備です。*/
}
header #logo { margin: 0 auto;}
header #logo h1 {margin: 0 auto;}


/*pagettl_boxブロック（詳細ページのページタイトル）
---------------------------------------------------------------------------*/
.pagettl_box h1 {
	padding: 30px 10px;
	font-size: 1.6em;
}

/*mainブロック設定
---------------------------------------------------------------------------*/
.ttl01 {
	font-size: 1.6em;
}
.ttl02 {
	position: relative;
	padding: 0.4rem 0;
	margin-bottom: 1rem;
	overflow: hidden;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.5em;
	color: #888;
}
.ttl03 {
	padding: 0 10px;
	font-size: 1.2em;
	margin-bottom: 1em;
	color: #156082;
}
.ttl04 { padding: 0;}


/* dl
---------------------------------------------------------------------------*/
.dl_name dt, .dl_name2 dt {
	float: none;
}
.dl_name dd, .dl_name2 dd {
	padding-left: 0;
}

/*フッターメニュー設定
---------------------------------------------------------------------------*/
#footermenu ul {
	display: block;
	margin: 0;
}
#footermenu ul li {
	width: 100%;
	line-height: 2em;
}
#footerinfo {
	display: block;
	justify-content: space-around;
}
.office-logo { text-align: center;}
/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/
}





/*---------------------------------------------------------------------------
ここから下は画面幅900px以上の追加指定
---------------------------------------------------------------------------*/
@media screen and (min-width:900px) {


/*全体の設定
---------------------------------------------------------------------------*/
html, body {
	font-size: 16px;	/*基準となるフォントサイズの上書き*/
}


/*３本バー（ハンバーガー）アイコン設定
---------------------------------------------------------------------------*/
/*ハンバーガーメニューを非表示にする*/
#menubar_hdr {display: none;}

/*スポンサーバナー（左サイド）を表示にする*/
#menubar .bnrmenu {display: block;}

/*mainブロック設定
---------------------------------------------------------------------------*/
/*mainブロックの設定*/
main {	
	width: calc(100% - 230px);	/*ブロックの幅。230pxというのは、下で設定している#menubarの幅に30px分の余白を足した数字です。*/
	order: 2;	/*mainと#menubarの左右の配置指定。数字が小さい方が先(左)にきます。*/
	max-width: 800px;
}

/*１カラム使用時*/
.c1 main {
	width: 100%;
}

.mv img {
}

/*サブブロック設定
---------------------------------------------------------------------------*/
/*ブロック全体*/
#menubar {
	width: 200px;
	order: 1;		/*mainと#menubarの左右の配置指定。数字が小さい方が先(左)にきます。*/
	text-align: center;
}

/*１カラム使用時*/
.c1 #menubar {
	display: none;
}

#menubar ul.mainmenu {list-style: none;margin: 0;padding: 0;}
#menubar ul.mainmenu a, #menubar ul.mainmenu .inactive {
	display: block;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	padding: 8px 15px;
	line-height: 1.2em;
	border-radius: 3px;
	background: #1d4c7c;
	margin-bottom: 8px;
	color: #fff;
}
#menubar ul.mainmenu .inactive {color: #6081b7;}
#menubar ul.mainmenu li a:hover {
	opacity: 1;
	background: #d7d7d7;
	color: #cd3001;
}
#p_home #menubar ul.mainmenu li#home a,
#p_important #menubar ul.mainmenu li#important a,
#p_venue #menubar ul.mainmenu li#venue a,
#p_abstract #menubar ul.mainmenu li#abstract a,
#p_registration #menubar ul.mainmenu li#registration a,
#p_invited #menubar ul.mainmenu li#invited a,
#p_program #menubar ul.mainmenu li#lprogram a,
#p_accomodation #menubar ul.mainmenu li#accomodation a,
#p_links #menubar ul.mainmenu li#links a,
#p_excursions #menubar ul.mainmenu li#excursions a {
	opacity: 1;
	background: #d7d7d7;
	color: #cd3001;
}



/*メニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/
ul.submenu {
	padding: 50px 0 !important;
}

/*メニュー１個あたりの設定*/
ul.submenu li a {
	display: block;
	border-radius: 30px;
}

/*マウスオンj時の背景色*/
ul.submenu:not(.btn) li a:hover {
	background: #f0f0f0;
}


/*スポンサーバナー
---------------------------------------------------------------------------*/
#menubar ul.bnrmenu {
	display: block;
	border-top: 3px solid #d8d8d8;
	padding-top: 50px !important;
}
#menubar ul.bnrmenu li {
	margin: 0 0 15px 0;
}
#menubar ul.bnrmenu li a {
	display: block;
}




/*「お知らせ」ブロック
---------------------------------------------------------------------------*/
/*日付(dt)設定*/
#new dt {
	width: 10em;
	display: flex;
	justify-content: space-between;	/*日付とアイコンをそれぞれ端に寄せる*/
}

/*日付の横のマーク（共通設定）*/
#new dt span {
	display: inline-block;
	width: 7.5em;
	background: #b5b5b5;
	color: #fff;
	font-size: 0.8em;
	text-align: center;
	margin-right: 1em;
	align-self: flex-start;
	line-height: 1.8;
	position: relative;top: 0.4em;
	border-radius: 30px;
}

#new dt span.icon-bg1 {
	background: #2c8e74;
}

#new dt span.icon-bg2 {
	background: #ff4343;
}

/*記事(dd)設定*/
#new dd {
	width: calc(100% - 14em);


/*listブロック
---------------------------------------------------------------------------*/
/*１個あたりのボックス設定*/
.list {
	width: 32%;
	margin-right: 1.33%;	/*右側に空けるスペース*/
}

/*２の倍数のlistブロックへの追加設定。小さな端末用で0と指定しているので、改めて大きな端末用のマージンを指定。*/
.list:nth-of-type(2n) {
	margin-right: 1.33%;
}

/*４の倍数のlistブロックへの追加設定*/
.list:nth-of-type(4n) {
	margin-right: 0;	/*右側の余白をなくす*/
}


/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	padding: 5px 15px;		/*上下、左右へのボックス内の余白*/
}

/*th（左側）、td（右側）の共通設定*/
.ta1 th, .ta1 td {
	padding: 20px 15px;		/*上下、左右へのボックス内の余白*/
}

/*th（左側）のみの設定*/
.ta1 th {
	width: 20%;		/*幅*/
}


/*その他
---------------------------------------------------------------------------*/
.ws {width: 48%;display: inline;}
.wl {width: 50%;}
.sh {display: none;}


/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/

}





/*---------------------------------------------------------------------------
ここから下は画面幅1200px以上の追加指定
---------------------------------------------------------------------------*/
@media screen and (min-width:1200px) {


/*mainブロック設定
---------------------------------------------------------------------------*/
/*mainブロックの設定*/
main {	
	width: calc(100% - 350px);
}


/*subブロック設定
---------------------------------------------------------------------------*/
#menubar ul {margin: 0;display: block;}
/*メニューブロック全体*/
#menubar {
	width: 260px;
}
.mv img {
}
/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/

}
