@charset "utf-8";


@media screen and (min-width:768px){ /*PC独自設定*/
.sp{display:none !important;}


body {
	font-size: 62.5%;font-size: 14px;
}


ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #3e2a10;
	text-decoration: none;
}

a:visited {
	color: #3e2a10;
	text-decoration: none;
}

a:hover {
	color: #ba8b4e;
	text-decoration: underline;
}

a:active {
	color: #ba8b4e;
	text-decoration: underline;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
	text-align: left !important;
}

.taCenter {
	text-align: center !important;
}

.taRight {
	text-align: right !important;
}

/* フォントの大きさ（プラス） */
.fsP1 {
	font-size: 1.08em !important;
}

.fsP2 {
	font-size: 1.16em !important;
}

.fsP3 {
	font-size: 1.24em !important;
}

.fsP4 {
	font-size: 1.32em !important;
}

.fsP5 {
	font-size: 1.4em !important;
}

/* フォントの大きさ（マイナス） */
.fsM1 {
	font-size: 0.92em !important;
}

.fsM2 {
	font-size: 0.84em !important;
}

.fsM3 {
	font-size: 0.76em !important;
}

.fsM4 {
	font-size: 0.68em !important;
}

.fsM5 {
	font-size: 0.6em !important;
}

/* フォントの太さ */
.fwNormal {
	font-weight: normal !important;
}

.fwBold {
	font-weight: bold !important;
}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
	margin-top: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb40 {
	margin-bottom: 40px !important;
}
.mt10 {
	margin-top: 10px !important;
}


.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}


img {
	vertical-align: top;
}


/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1100px;
	color: #4e4e4e;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
/* 	background: url(/images/reform/common/body_bg.jpg) repeat left top; */
}

#container {
	position: relative;
	overflow: hidden;
	text-align: left;
}



#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}



#main {
	padding-top: 125px;
}



/*------------------------------------------------------------
	mainWrap
------------------------------------------------------------*/
#mainWrap {
	margin: 0 auto;
	padding-bottom: 67px;
	position: relative;
	width: 1260px;
	border-left: 1px solid #eaded4;
    border-right: 1px solid #eaded4;
/* 	background: url(/images/reform/common/main_wrap_bg.png) repeat-y left top; */
}

#mainWrap .comTitle {
	left: -128px;
}

/*------------------------------------------------------------
	comSec
------------------------------------------------------------*/
#conts .comSec {
	padding: 22px 30px 20px;
}

/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
#main .comBox {
/* 	border-top: 1px solid #eaded4; */
}

#main .comBox .headLine01 {
	margin: 0 0 19px -30px;
	padding: 0 0 6px 30px;
/* 	border-bottom: 1px solid #eaded4; */
}


/*------------------------------------------------------------
	editable
------------------------------------------------------------*/

#conts .editable {
  padding-top: 20px;
}


#conts .editable p {
	margin-bottom: 1.5em !important;
}


/*------------------------------------------------------------
    event/east
------------------------------------------------------------*/
#conts.eventEast .comSec {
    padding: 30px 35px 0px;
}

#conts.eventEast .inner {
    margin-bottom: 45px;
    clear: both;
}

#conts.eventEast .imgBox {
    margin-bottom: 16px;
}
#conts.eventEast .imgBox h1 {
    font-size: 20px;
}
#conts.eventEast .imgBox .phoBox {
    margin:30px 0 0;
}
#conts.eventEast .imgBox .phoBox img{width: 100%;height: auto;}

#conts.eventEast .comDetInner .dlTxt {
    margin-bottom: 19px;
    clear: both;
}

#conts.eventEast .comDetInner .dlTxt dt {
    margin-top: 1px;
    float: left;
    
}

#conts.eventEast .comDetInner .dlTxt dd {
    padding-left: 20px;
    width: 1000px;
    float: right;
    font-size: 14px;
    border-left: 1px solid #eaded4;
}

#conts.eventEast .comDetInner .dlTxt dd .txt {
    margin-top: 4px;
    display: block;
}


#conts.eventDet .comDetInner {
    padding: 2px 32px 0 29px;
}

#conts.eventDet .comLink {
    width: 720px;
    margin: 0 auto;
}

#conts.eventDet .comDetInner p {
    margin: 0 5px 40px 0;
    font-size: 15px;
    line-height: 1.35;
}


#conts.eventDet .comDetInner .map-area{
/*  display:flex; */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}

#conts.eventDet .comDetInner .map-area p{
/*  display:flex; */
    margin: 15px auto;
}

#conts.eventDet .comDetInner .map-area .map {
    margin: 0 auto 30px;
/*  width: 90%; */
    text-align: center;
    /*height: 383px;
    border: 1px solid #ebe0d7;*/
}


.eventSection {
	padding: 1.6em 0;
    border-top: 1px solid #ddd;
}

.eventSection:first-child {
    border-top: none;
}


}


@media screen and (max-width:767px){ /*PC独自設定*/
.pc{display:none !important;}

/*------------------------------------------------------------
    書式設定
------------------------------------------------------------*/
.linet{border-top: 1px solid #b0997c;padding-top: 10px}
/* テキストの位置 */
.taLeft {
    text-align: left !important;
}

.taCenter {
    text-align: center !important;
}

.taRight {
    text-align: right !important;
}

/* フォントの大きさ（プラス） */
.fsP1 {
    font-size: 1.08em !important;
}

.fsP2 {
    font-size: 1.16em !important;
}

.fsP3 {
    font-size: 1.24em !important;
}

.fsP4 {
    font-size: 1.32em !important;
}

.fsP5 {
    font-size: 1.4em !important;
}

/* フォントの大きさ（マイナス） */
.fsM1 {
    font-size: 0.92em !important;
}

.fsM2 {
    font-size: 0.84em !important;
}

.fsM3 {
    font-size: 0.76em !important;
}

.fsM4 {
    font-size: 0.68em !important;
}

.fsM5 {
    font-size: 0.6em !important;
}

/* フォントの太さ */
.fwNormal {
    font-weight: normal !important;
}

.fwBold {
    font-weight: bold !important;
}

/*------------------------------------------------------------
    微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
    margin-top: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.t_center {
    text-align: center !important;
}

.smoothScroll {
    -webkit-overflow-scrolling: touch;
}

/*------------------------------------------------------------
    clearfix
------------------------------------------------------------*/
.clearfix:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}

/*------------------------------------------------------------
    リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.tap {

}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

img {
    vertical-align: top;
}

a,
a:link {
    color: #a38960;
    text-decoration: none;
}

a:visited {
    color: #a38960;
}

a:hover {
    color: #a38960;
}

a:active {
    color: #a38960;
}

@media screen and (max-device-width: 736px) {
    img {
        max-width: 100%;
        height: auto;
    }
}

/*------------------------------------------------------------
    レイアウト
------------------------------------------------------------*/
body {
    color: #505050;
    font-size: 14px;
    padding-top: 41px;
    line-height: 1.8;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    
}

#container {
    text-align: left;
}


/*------------------------------------------------------------
    main
------------------------------------------------------------*/
#conts {
    
    padding-top: 10px;
    padding-left: 15px;
}

/*------------------------------------------------------------
    mainWrap
------------------------------------------------------------*/
#mainWrap {
    margin: 0 auto;
    padding-bottom: 67px;
    position: relative;
    border-left: 1px solid #eaded4;
    border-right: 1px solid #eaded4;
}


/*------------------------------------------------------------
    event/detail
------------------------------------------------------------*/


#conts.eventDet .comDetInner {
    padding: 2px 29px 0 0;
}

#conts.eventDet .comLink {
    width: 80%;
    margin: 0 auto;
}


#conts.eventDet .comDetInner p {
    margin: 0 5px 40px 0;
    font-size: 14px;
    line-height: 1.35;
}


#conts.eventDet .comDetInner .map-area{
/*  display:flex; */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}

#conts.eventDet .comDetInner .map-area p{
/*  display:flex; */
    margin: 15px auto;
}

#conts.eventDet .comDetInner .map-area .map {
    margin: 0 auto 30px;
/*  width: 90%; */
    text-align: center;
    /*height: 383px;
    border: 1px solid #ebe0d7;*/
}

.eventSection {
    padding: 1.6em 0;
    border-top: 1px solid #ddd;
}

.eventSection:first-child {
    border-top: none;
}



}

