@charset "UTF-8";
/* ==================================================================================================================
　contact（お問い合わせ）
================================================================================================================== */
/* ------------------------
css 目次
---------------------------
	- 一覧ページ
	- 記事ページ
	- サイドナビ
---------------------------*/

.pt_wrap{
	background-image:url(../../news/images/page_title_text_bg.png),url(../../news/images/page_title_bg.png);
	background-repeat: no-repeat,repeat-x;
	background-color: #8db900;
}

/* 共通
-------------------------------------------------- */
/*戻るボタン*/
.news_wrap .btn_box02,.event_wrap .btn_box02{
	margin-bottom: 3em;
}
/*ローカル在地ナビ*/
.tours_lnav {
	width: 100%;
	box-sizing: border-box;
	letter-spacing: -0.35em;
	margin: 1em 0;
}
.tours_lnav li{
	display: inline-table;
	width: 33.3333333%;
	height: 50px;
	color: #888877;
	font-size: 110%;
	font-weight: bold;
	background-color: #eeeedd;
	box-sizing: border-box;
	letter-spacing: normal;
	border-left: 2px #fff solid;
	text-align: center;
	line-height: 50px;
}
.tours_lnav li:first-child{
	border: none;
}
.tours_lnav li.on{
	background-color: #888877;
	color: #eeeedd;
}

/* 共通
-------------------------------------------------- */
@media screen and (max-width:736px){
	/*戻るボタン*/
	.news_wrap .btn_box02,.event_wrap .btn_box02{
		margin-bottom: 2em;
	}
	/*ローカル在地ナビ*/
	.tours_lnav li{
		font-size: 90%;
		line-height: 40px;
		height: 40px;
	}
}/*@media*/



/* =========================================================
　記事ページ
========================================================= */


/* 一覧
--------------------------------------------------------- */
/*sec_title
-------------------------------------------------- */
.sec_title{
	text-align: center;
	margin: 30px auto 50px;
}
.sec_title img{
	width: 340px;
	height: 73px;
}
/*sec_title（スマホ）
-------------------------------------------------- */
@media screen and (max-width:736px){
.sec_title{
	text-align: center;
	margin: 30px auto 20px;
}
.sec_title img{
	width: 100%;
	max-width: 340px;
	height: auto;
}
}/*@media*/


/* 記事
--------------------------------------------------------- */
/*タイトル
-------------------------------------------------- */
.title_big{
	margin-bottom: 15px;
}
.title_big span{
	letter-spacing: normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"
}
.title_big span.event_date{
	display:inline-block;
	font-size: 60%;
	margin: 0 0 .5em;
	vertical-align: middle;
	background-color: #eee;
	padding: .3em .5em;
	border-radius: 2px;
}

/* 内容 */
article .maintext{
	margin: 1em 0 0;
}

/*cms_mainと同一の内容（本文のスタイル）-------------------------------------*/
article .maintext h3,
article .maintext h4,
article .maintext h5,
article .maintext h6 {
	clear: both;
}
article .maintext h3{
	font-weight: normal;
	font-size: 150%;
	margin: 1em 0 1em;
	padding: .5em 0;
	border-bottom: 2px solid #555;
	color: #555;	
}
article .maintext h4{
	font-weight: normal;
	font-size: 140%;
	margin: 1em 0 1em;
	padding: .5em 0;
	border-bottom: 1px solid #555;
	color: #555;	
}
article .maintext h5{
	font-weight: bold;
	font-size: 130%;
	margin: 1em 0 .5em;
	color: #555;	
}
article .maintext h6{
	font-weight: bold;
	font-size: 120%;
	margin: 1em 0 .5em;
	color: #555;	
}

article .maintext p {
	margin: 0 0 1em;
	line-height: 1.6;
	font-size: 110%;
	color: #555;
}
article .maintext img {
	max-width: 100%;
}
/*cms_mainと同一の内容ここまで*/


/* 本文中に外部リンクがあった場合 */
article .maintext a[href^="http://"],
article .maintext a[href^="https://"],
article .maintext a[target="_blank"]	{
	padding-left: 15px;
	background: transparent url(../../imagem/icons/blank.gif) no-repeat center left;
}

/* dl */
article .dl{
	border-top: none;
	margin-top: 1em;
}

/* 添付ファイルリスト */
ul.download {
	margin: 20px 0;
	padding: 15px 0 0;
}

ul.download li {
	margin: 0;
	padding: 0 0 7px 5px;
	list-style: none;
	line-height: 16px;
}
ul.download li a {
	line-height: 1.7em;
}

	/* 添付ファイルにアイコンを付属 */
	ul.download li a[href$='.doc'],
	ul.download li a[href$='.docx'] {
		padding-left: 20px;
		background: transparent url(../../imagem/icons/doc.gif) no-repeat center left;
	}
	
	ul.download li a[href$='.txt'] {
		padding-left: 20px;
		background: transparent url(../../imagem/icons/txt.gif) no-repeat center left;
	}
	
	ul.download li a[href$='.xls'] ,
	ul.download li a[href$='.xlsx'] {
		padding-left: 20px;
		background: transparent url(../../imagem/icons/xls.gif) no-repeat center left;
	}
	
	ul.download li a[href$='.pdf'] { 
		padding-left: 20px;
		background: transparent url(../../imagem/icons/pdf.gif) no-repeat center left;
	}
	
	ul.download li a[href$='.zip'],
	ul.download li a[href$='.rar'],
	ul.download li a[href$='.lzh'] { 
		padding-left: 20px;
		background: transparent url(../../imagem/icons/zip.gif) no-repeat center left;
	}
	
	ul.download li a[href$='.jpg'],
	ul.download li a[href$='.gif'],
	ul.download li a[href$='.png'],
	ul.download li a[href$='.bmp'],
	ul.download li a[href$='.jpeg']{ 
		padding-left: 20px;
		background: transparent url(../../imagem/icons/pic.gif) no-repeat center left;
	}

/*お申し込みボタン*/
.tours_btn{
	font-weight: bold;
	font-size: 120%;
}







/* =========================================================
　お問い合わせindex
========================================================= */
/*注意赤字*/
p.atention{
	text-indent: -1em;
	padding: 0 0 0 1em;
	color:#A52D2F;
}
/*個人情報の取り扱いについてprivacy_box
-------------------------------------------------- */
.privacy_box{
	background-color: #EEEEDD;
	padding:0 2em 1em;
	overflow: auto;
	margin: 2em 0 3em;
}

/*個人情報の取り扱いについてprivacy_box（スマホ）
-------------------------------------------------- */
@media screen and (max-width:736px){
	.privacy_box{
	padding:1em 2em;
	margin: 1em 0 2em;
}
}/*@media*/


/* =========================================================
　form
========================================================= */
/* 説明文のスタイル（PC・スマホ共通）
--------------------------------------------------------- */
.description{
	font-size: 110%;
	text-align: center;
}
.green{
	color: #4A8A40;
	font-weight: bold;
	
}
.dl .green{
	font-size: 70%;
	vertical-align:middle;
}
/* .dl（common上書き）
--------------------------------------------------------- */
.dl{
	font-size: 120%;
	border-top:1px solid #d0d0d0;
}
.dl dt{
	width: 13em;
}
.dl dd{
	padding-left:15em;
	min-height: 2.5em;
}
/* .dl（common上書き）（スマホ）
--------------------------------------------------------- */
@media screen and (max-width:736px){
.dl{
	font-size: 110%;
}
.dl dt,.dl dd{
	width: 100%;
}
.dl dt{
	border: none;	
}
.dl dd{
    min-height: 40px;
	padding: .5em 0 1em;
	border-bottom:1px solid #d0d0d0;
}
}/*@media*/

/* インプットボックス（PC・スマホ共通）
--------------------------------------------------------- */
.form_text,
.form_textbox {
	padding-left: .3em;
	width: 100%;
	height: 38px;
	border-width: 1px;
	border-color: #666;
	border-style: solid;
	background-color: #ffffff;
}
.form_textbox {
	padding-left: .3em;
	height: 220px;
}
.form_text.readonly {
	border-color: #ccc;
}
/* サブミットボタン（PC・スマホ共通）
--------------------------------------------------------- */
.button_box{
	text-align: center;
}
.submit_button {
	margin: 0;
	padding: 1em;
	width: 100%;
	height: 60px;
	color: #666;
	font-size: 110%;
	font-weight: bold;
	border: none;
	background-color: #eeeedd;
	background-image: url(../images/arrow_01.png);
	background-repeat: no-repeat;
	background-size: 7px 12px;
	background-position : right 10px center;
	transition: opacity 0.3s ease 0s;
}
.submit_button:active {
	opacity: 0.7;
}

/* =========================================================
　送信完了
========================================================= */
/*.thanks_text
--------------------------------------------------------- */
p.thanks_text{
	font-size: 130%;
	text-align: center;
	margin: 1.5em 0;
}
p.thanks_atention{
	text-align: center;
	color:#A52D2F;
}
/*.thanks_text（スマホ）
--------------------------------------------------------- */
@media screen and (max-width:736px){
p.thanks_text{
	text-align: left;
}
p.thanks_atention{
	text-align: left;
}
}/*@media*/
/* =========================================================
　同意確認ボックス
========================================================= */
.agreement {
	margin-top: 30px;
	width: 100%;
}
.agreement_txt {
	margin-bottom: 0;
	padding: 10px;
	color: #666;
	background-color: #eeeedd;
}
.agreement_box {
	overflow: auto;
	height: 18em;
	width: 100%;
	color: #666;
	padding: 0 10px 10px;
	border-left: 3px solid #eeeedd;
	border-right: 3px solid #eeeedd;
	border-bottom: 3px solid #eeeedd;
}
.agreement_box .title_sinple {
	margin-top: 0;
}
.agreement_box p {
	word-wrap: break-word;
}
.agreement_radio {
	padding: 15px 25px;
	color: #666;
	background-color: #eeeedd;
}
/* =========================================================
　同行者
========================================================= */
.human1,
.human2,
.human3,
.human4,
.human5 {
	display: none;
}
.confirm.human1,
.confirm.human2,
.confirm.human3,
.confirm.human4,
.confirm.human5 {
	display: block;
}

