@charset "utf-8";
/* CSS Document */


#slide-menuArea {
	display:none !important;
	}
	
#main-menu_un1210 {
	display:none !important;
	}
	
#slide-menu {
	display:none !important;
	}
	
#header_inner {
	display:none !important;
	}
	
#side-menu{
		display:none !important;
	}


body {  
/*
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
*/
	font-family:"游ゴシック","YuGothic","メイリオ",Meiryo,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	color: #281A14;
}

a:link, a:hover, a:active, a:visited { color: #281A14; text-decoration: none; }
a:hover { opacity: 0.5; }

input[type=text] {
	/*
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	*/
	font-family:"游ゴシック","YuGothic","メイリオ",Meiryo,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	border-radius: 6px;
	color: #281A14;
	padding: 0px 10px;
	margin: 0px;
	height: 35px;
	overflow: hidden;
	border: 0;
	background-color: #FFF;
	display: inline-block;
	vertical-align: top;
}

button {
	/*
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	*/
	font-family:"游ゴシック","YuGothic","メイリオ",Meiryo,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
    padding: 0px 15px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    border: 0px;
    border-radius: 6px;
    cursor: pointer;
    color: #FFF;
	margin-left: 5px;
	background-color: #D3381C;
}

button:hover {
	opacity: 0.5;
}

#container {
	background: url(../img/bg.png);
}

a#page-top {
	display: block;
	position: fixed;
	bottom: 50px;
	right: 50px;
	width: 80px;
	height: 80px;
	text-indent: 110%; white-space: nowrap; overflow: hidden; /* text hidden set */
	text-indent: -9999px\9; /* IE10以下ハック */
	background: url(../img/pagetop.png) no-repeat;
	z-index: 1000;
}

#page-top_sp { display: none !important; }

/* header
---------------------------------------------------------------------------------------------------------------------------------------- */

#header {
	background: url(../img/bg_top.png) repeat-x top center;
	color: #5F1E23;
}

#header a:link, #header a:hover, #header a:active, #header a:visited { color: #FFF; }

#header h1 a:hover {
	opacity: 1;
}

/* フォントサイズ切り替え */

/* IE10以上だけ適応（文字下の余白回避） */
@media all and (-ms-high-contrast:none){
	#font-size li.title, #font-size a { padding: 6px 8px 3px 8px !important; }
}

#font-size {
	float: left;
	width: 260px;
	text-align: right;
}

#font-size li {
	display: inline-block;
	border-right: solid 1px #E5D4CB;
	padding: 0px 5px;
}

#font-size li.title {
	padding: 4px 8px 5px 8px;
}

#font-size a {
	display: inline-block;
	background-color: #5F1E23;
	padding: 4px 8px 5px 8px;
	border-radius: 2px;
}

#font-size a.active {
	background: none !important;
	color: #5F1E23 !important;
}

/* Googleサイト内検索 */

#g-search {
	float: left;
	width: 235px;
	margin: 0px 15px;
}

#g-search * {
	-webkit-box-sizing: content-box !important;
	   -moz-box-sizing: content-box !important;
		 -o-box-sizing: content-box !important;
		-ms-box-sizing: content-box !important;
			box-sizing: content-box !important;
}

/* footer
---------------------------------------------------------------------------------------------------------------------------------------- */

#footer {
	font-size: 0.85em;
	color: #FFF;
	text-align: center;
	background: url(../img/bg_btm.png) repeat-x top center #5F1E23;
	padding: 60px 0px;
}

#footer p span.name { font-size: 1.4em; padding-right: 15px; }
#footer p span.tel:before, #footer p span.fax:before  { content: " / "; }
#footer a:link, #footer a:hover, #footer a:active, #footer a:visited { color: #FFF; }

#footer ul { padding: 25px 0px; }
#footer ul li { display: inline-block; line-height: 1.5em; }
#footer ul li:after { content: " / "; }
#footer ul li:last-of-type:after { content: normal; }

#footer #copyright { color: #9F787B; font-family: Arial, sans-serif !important; }

/* maincontents 下層（共通箇所のみ）
---------------------------------------------------------------------------------------------------------------------------------------- */

/* パンくずリスト */

#topicpass {
	height: 42px;
	background-color: rgba(95,30,35,0.1);
	background-color: #EEE7E1\9; /* IE10以下ハック */
	border-radius: 10px;
	padding: 15px 15px 0px 15px;
	font-size: 0.9em;
	color: #9B7378;
	margin-bottom: 15px;
}

#topicpass a.home {
	background: url(../img/icon_home.png) no-repeat left top;
	color: #5F1E23;
	padding-left: 25px;
}

#topicpass a {
	color: #5F1E23;
}

#contents p {
	text-align: justify;
	line-height: 1.6em;
}

#contents #contents_inner {
	background-color: #FFF;
	border-radius: 10px;

	padding: 40px;
}

/* ▼各ページタイトル部分の共通化▼ */

#contents #title {
    height: 120px;
}


#contents #title h2 {
    color: #5f1e23;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: 0.15em;
    text-align: center;
    line-height: 2em;
    background-image: url(../img/modelcourse/h_back.png);
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 20px;
    padding-top: 15px;
}


/* ▲各ページタイトル部分の共通化▲ */



/* ▼マップふきだし用（モデルコース）▼ */

.gogle_anchor {
	width: 300px;

}
.gogle_anchor_delete {
	position: absolute;
	top: 7px;
	right: 7px;
}
.gogle_anchor .anchor_title {
	padding-bottom: 10px;
	font-weight: bold;
	color: #281a14;
	font-size: 1.0em;
	line-height: 1.2em;

}
.gogle_anchor .anchor_text {
	padding-bottom: 10px;
	color: #281a14;
	font-size: 1.0em;
	line-height: 1.2em;
}
.gogle_anchor .btn_detail {
	width: 100%;
	padding: 10px;
	border-radius: 6px;
	background-color: #fbebe8;
	background-position: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
}
.gogle_anchor .btn_area a {
	color: #d3381c;
	border-radius: 6px;
	display: block;
	text-decoration: none;
}
.gogle_anchor .btn_area a:hover {
	opacity: 0.6;
}
.gogle_anchor .clearfix:after {
	content:"";
	display:block;
	clear:both;
}
.gogle_anchor .col-2-left {
	float:left;
	width:35%;
	height: 80px;
	background-color: #ccc;
	background-position: center center;
	background-size: cover;
	border-radius:8px;
}
.gogle_anchor .col-2-right {
	float:right;
	width:60%;
}




/* ▼オレンジボタン用▼ */

.root-describe-system-right-orange .gogle_anchor .btn_area a {
    color: #d3381c;
    border-radius: 6px;
    display: block;
    text-decoration: none;
    background-color: #fff0 !important;
    padding: 0;
}

.root-describe-system-right-orange .gogle_anchor .btn_detail {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    background-color: #feefe5;
    background-position: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 0.9em;
    color: #F56400;
}

/* ▲オレンジボタン用▲ */

/* ▼グリーンボタン用▼ */

.root-describe-system-right-green .gogle_anchor .btn_area a {
    color: #f2f6e5;
    border-radius: 6px;
    display: block;
    text-decoration: none;
    background-color: #f2f6e5; !important;
    padding: 0;
}

.root-describe-system-right-green .gogle_anchor .btn_detail {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    background-color: #f2f6e5;
    background-position: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 0.9em;
    color: #82AA00;
}

/* ▲グリーンボタン用▲ */



/* ▲マップふきだし用（モデルコース）▲ */


/* ポップアップボックス start */

.popupbox {
    background-color: #fff;
    max-width: 300px;
    width: 80%;
    border-radius: 8px;
    border: 3px solid #5f1e23;
    position:relative;
}

.popupbox .popupbox-delete {
	position:absolute;
	top:8px;
	right:8px;
}

.popupbox p {
    text-align: center;
    text-align: center !important;
    padding-top: 40px;
    padding-bottom: 25px;
        padding-right: 5%;
    padding-left: 5%;
}

.popupbox .popupbox-buttonwrap {
    text-align: center;
        padding-bottom: 30px;
}
.popupbox .popupbox-buttonwrap a {
    display: inline-block;
    background-color: #5f1e23;
    border-radius: 8px;
    padding: 12px 22px;
    color: #fff;
    font-weight: bold;
    margin: 0px 10px;
        width: 105px;
}

/* ポップアップボックス end */




/* ▼チェックボックス修正▼ */

#search #s_area ul li, #search #s_genre ul li {
    margin-bottom: 5px;
}

#search.yellow li {
    position: relative;
    display: inline-block;
    margin: 0 32px 0 0;
    padding: 0;
}

#search.yellow input[type="checkbox"] {
     position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;  
    height: 100%;
}

#search.yellow input[type="checkbox"] + label {
	display: block;
    background-color: #FFF;
    border-radius: 6px;
    padding: 6px 10px;
}

#search.yellow input[type="checkbox"] {
	cursor:pointer;
	}

#search #s_word input[type="text"] {
	width:83% !important;
	}
	
}

#search.yellow input[type="checkbox"]:checked + label {
    background-color: #FAA000;
	color:#fff;
}

/* ▲チェックボックス修正▲ */


/* ▼カラム修正 */


/* ▼フィードバック */

.feedback {

    /* background-color: #f7f5f1; */
    padding: 30px;
    border: 2px solid #eeeeee;
    border-radius: 7px;
}

.feedback p{
display:inline-block;
margin-right:30px;
}

.feedback a{
display: inline-block;
    margin-right: 15px;
    font-weight: bold;
    color: #5f1e23;
	padding: 9px 25px;
    border-radius: 6px;
    background-color: #efe5e0;
}



/* ▼feedbackの上部マージン調整 */
.feedback {
margin-top:30px;
}
/* ▲feedbackの上部マージン調整 */	

/* ▲フィードバック */




/* ▼記事スライダーのwidth修正 */



.slick-content .post.slick-slide a {
	display:block;
	width:100%;
	}


/* ▲記事スライダーのwidth修正 */

h3.insta-fixed {
    display: none;
}