@charset "utf-8";


/*=============================================================================
   Reset
=============================================================================*/
html {
   font-size: 100%;
   overflow-y: scroll;
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
	 }
body {
	margin: 0;
	}

h1,h2,h3,h4,h5,h6,div,p,ol,ul,li,dl,dt,dd,address,form,input{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	}

strong { font-style: normal; font-weight: bold;}
img { border: 0; vertical-align:bottom; -ms-interpolation-mode: bicubic;/*ie7*/}

ul,ol { list-style: none;}

table { border-collapse: collapse;border-spacing: 0;}
th,td { vertical-align: middle;}

/*=============================================================================
   Base
=============================================================================*/
body {
	color: #020000;
	font: 82%/1.6 "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, verdana, arial, Sans-Serif;
	}

a:link, a:visited{
	color: #A73010;
	text-decoration: none;
	}
a:hover, a:active{
	color: #776622;
	text-decoration: underline;
  outline: 0;
	}
a:focus {
  outline: thin dotted/*chrome*/;
	}
h1 {
	height: 20px;
	width: auto;
	display: block;
	line-height: 20px;
	text-align: right;
	margin-bottom: 10px;
	font-size: 0.92em;
	}
h2 { }
h3 {
	height: 25px;
	width: auto;
	font-size: 1.5em;
	line-height: 25px;
	font-weight: normal;
	margin:0 0 30px 20px;
	clear: both;
	padding: 15px 0px 10px 32px;
	}
h4 {
	margin-bottom: 15px;
	padding: 10px 0px 5px 30px;
	font-size: 1.2em;
	color: #7f6a3d;
	line-height: 1.8;
	font-weight: normal;
	text-align: center;
	}
h5 {
	padding: 0px 0px 0px 24px;
	color: #993300;
	line-height: 24px;
	font-size: 1.42em;
	font-weight: bold;
	clear: both;
	margin-bottom: 8px;
	}
h6 {
	font-size: 1.25em;
	margin-bottom: 5px;
	color: #762;
	background: #DFC793;
	padding: 2px 3px 1px 7px;
	}
hr {
	margin: 25px 0px;
	padding:0;
	height:1px;
	clear:both;
	border-top: 0px none;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
	}
a:hover img {
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	}

/* Clear Settings
-----------------------------------------------------------------------------*/
.clear:before,.clear:after {
  content:"";
  display:table;}
.clear:after { clear:both;}
.clear { zoom:1;}

.clearboth {clear: both;}
.clearblank {clear: both;height: 0px;font-size: 0px;line-height: 0px;}



/*=============================================================================
   Style
=============================================================================*/

/* Style_border
--------------------------------------------------- */
.border {border: 1px solid #CC6633;}
.border02 {border: 2px double #CC6633;}

.border_btm {border-bottom: 1px solid #CC6633;}

.borderdot {border: 1px dotted #CE8639;}
.borderdot_btm {border-bottom: 1px dotted #CE8639;}

.line {
	margin: 0px 0px 10px;
	height: 10px;
	width: auto;
	clear: both;
	padding-bottom: 3px;
	line-height: 10px;
	}

/* Style_text
--------------------------------------------------- */
.small {font-size:0.92em;font-weight: normal;}
.smaller {font-size:smaller;font-weight: normal;}
.midium {font-size:1.16em;}
.midbold {font-size:1.16em;font-weight: bold;}
.larger { font-size:larger;}
.big {font-size:1.40em;font-weight: bold;}
.bold {font-weight: bold;}
.red { color:#ee4444;}
.white { color:#fff;}

/* Style_table
--------------------------------------------------- */
table {
	margin: 0px auto 20px;
}
table caption {text-align: left;font-weight: bold;}
th,td { padding: 4px; }

table.border, .border th, .border td {
	border: 1px solid #654;
}
table.border_btm, .border_btm th, .border_btm td { border-bottom: 1px solid #987; }

/* Style float margin padding
--------------------------------------------------- */
.alignleft {text-align:left;}
.alignright {text-align:right;}
.aligncenter {text-align:center;}

.lfloat, .left {
	float: left !important;
}
.rfloat, .right {float: right !important;}

img.left {float: left; margin-right: 10px; margin-bottom: 10px;}
img.right {float: right; margin-bottom: 10px; margin-left: 10px;}

.lfloatmrb5 {float: left; margin-right: 5px; margin-bottom: 5px;}
.rfloatmbl5 {float: right; margin-bottom: 5px; margin-left: 5px;}
.lfloatmrb10 {float: left; margin-right: 10px; margin-bottom: 10px;}
.rfloatmbl10 {float: right; margin-bottom: 10px; margin-left: 10px;}
.lfloatmr20 {float: left; margin-right: 20px;}
.lfloatmr30 {float: left; margin-right: 30px;}

.m0 { margin: 0px !important;}
.m5 { margin: 5px;}
.m10 { margin: 10px;}
.m15 { margin: 15px;}
.m20 { margin: 20px;}
.m30 { margin: 30px;}
.m40 { margin: 40px;}

.mr0 { margin-right: 0px !important;}
.mr5 { margin-right: 5px;}
.mr10 {	margin-right: 10px;}
.mr15 {	margin-right: 15px;}
.mr20 {	margin-right: 20px;}
.mr30 {	margin-right: 30px;}

.mrb5 { margin-right: 5px; margin-bottom: 5px;}
.mrb10 { margin-right: 10px; margin-bottom: 10px;}

.mb3 { margin-bottom: 3px;}
.mb5 { margin-bottom: 5px;}
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb20 { margin-bottom: 20px;}
.mb25 { margin-bottom: 25px;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}

.ml10 {	margin-left: 10px;}
.ml20 {	margin-left: 20px;}
.ml30 {	margin-left: 30px;}

.mside5 { margin-right: 5px; margin-left: 5px;}
.mside10 { margin-right: 10px; margin-left: 10px;}
.mside15 { margin-right: 15px; margin-left: 15px;}
.mside20 { margin-right: 20px; margin-left: 20px;}

.p5 { padding: 5px;}
.p10 { padding: 10px;}
.p20 { padding: 20px;}

.ptb5 { padding-top: 5px; padding-bottom: 5px;}
.ptb10 { padding-top: 10px; padding-bottom: 10px;}
.ptb20 { padding-top: 20px; padding-bottom: 20px;}

.pside10 { padding-right: 10px; padding-left: 10px;}
.pside20 { padding-right: 20px; padding-left: 20px;}

.pt5 { padding-top: 5px}
.pr5 { padding-right: 5px}
.pb5 { padding-bottom: 5px}
.pl5 { padding-left: 5px}
.facebook_like_button_count{display:block;
width: 100px;float: left;}
.twitter_tweet_count_m{ display:block;
width: 100px;float: left;
}#sidecol .kaiin_box {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.inner .member_box {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.inner .member_img {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.form {
	width: 100%;
	border-top: 1px solid #7F6A3D;
	border-right: 1px solid #7F6A3D;
}
.form tr th {
	margin: 0px;
	padding: 10px;
	border-bottom: 1px solid #7F6A3D;
	border-left: 1px solid #7F6A3D;
	background-color: #E9E9DE;
	color: #000;
	width: 25%;
}
.form tr td {
	margin: 0px;
	padding: 10px;
	border: 1px solid #7F6A3D;
	width: 75%;
}
.mail_box {
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
.scr_box{
	overflow-x: hidden;
	overflow-y: scroll;
	height: 280px;

}
.scr_box .kiyaku {
	font-size: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #816B3F;
	color: #FFF;
}

.scr_box .text_box {
	text-align: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 1.8em;
}
#index #bg #bg02 #contents_wrap #sidecol .kaiin_box .contentsbox.gallery {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#page04 #bg02 #contents_wrap .contentsbox h4 {
	margin-left: 30px;
	margin-bottom: 10px;
	margin-right: 30px;
}
h4 .sm_text {
	font-size: 14px;
	line-height: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contents_wrap .decobox .bgbtm .bgtop .inner .kawaminoyu_left {
	float: left;
	width: 400px;
	margin: 0px;
	padding: 0px;
}

#contents_wrap .decobox .bgbtm .bgtop .inner .kawaminoyu_right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 470px;
}

#contents_wrap .decobox .bgbtm .bgtop .inner .kawaminoyu_right #full {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 320px;
	width: 470px;
}
#contents_wrap .decobox .bgbtm .bgtop .inner .kawaminoyu_right #thumb {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#contents_wrap .decobox .bgbtm .bgtop .inner .kawaminoyu_right #thumb li {
	float: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contents_wrap .decobox .bgbtm .bgtop .inner .kawaminoyu_right #thumb .end {
	padding: 0px;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.spla {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	float: left;
}
#cont_list .contentsbox .bgbtm .bgtop .txtArea .spla {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/**　event
***********************************/
.event .clear{
	clear: both;
}

.event .detail{
	margin-bottom: 20px;
}
.event .setubi{
	border-collapse: separate;
	border-spacing: 2px;
}
.event .setubi {
	width: 100%;
}
.event .setubi th,.event .setubi td{
	text-align: center;
	color: #fff;
	padding: 15px;
	font-family: serif;
	letter-spacing: 2px;
	font-size: 1.1rem;
}
.event .setubi th{
	background: #410;
}
.event .setubi td{
	background: rgba(255,255,255,0.3);
}


#cont_list .contentsbox_red {
	width: 960px;
	margin: 0px auto 30px;
    margin-bottom: 40px;
    background: url(../../img_ev/decobox_bg_r.jpg) repeat-y;
}
#cont_list .contentsbox_red .bgbtm {
    background: url(../../img_ev/decobox_btm_r.jpg) no-repeat center bottom;
}
#cont_list .contentsbox_red .bgtop {
    background: url(../../img_ev/decobox_top_r.jpg) no-repeat center top;
    padding: 25px 20px;
    overflow: hidden;
}

.event #cont_list h4{
	background-image: none;
    height: auto;
    width: auto;
    margin-top: 40px;
    margin-bottom: 0px;
    padding: 10px 0px 5px 10px;
}
#cont_list .txtArea p.bt_plan{
	padding-top: 5px;
}
.bt_plan a:hover{
	text-indent: -9999px;
	background: url(../../img_ev/bt_plan_on.jpg)no-repeat;
	width: 340px;
	height: 40px;
	
	box-shadow:none;
}
.bt_plan a{
	display: inline-block;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.28);
-moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.28);
box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.28);
}



/**　event slider
*************/
#index .bn_event{
	margin: 30px 0 15px;
}

.event .pin{
	position: relative;
	z-index: 100;
}
.event .pin li{
	display: inline-block;
	position: absolute;
	top:0;
	left: 0;
}
.event .pin li:nth-child(2){
	top:380px;
	left: 670px;
}

.event #slideshow {
    margin: 0 auto;
    width: 960px;
    text-align: left;
    position: relative;
}
.event #slideshow div {
    width: 710px;
    height: 420px;
    float: left;
    overflow: hidden;
    position: relative;
    margin-left: 2px;
    margin-top: 2px;
}
.event #slideshow div div {
    top: 0;
    left: 0;
    position: absolute;
}
 
.event #slideshow ul {
    width: 210px;
    float: right;
}
 
.event #slideshow ul li {
    width: 210px;
    margin-bottom: 10px;
}
 
.event #slideshow .active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
 
 
/* =======================================
    ClearFixElements
======================================= */
.event #slideshow ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.event #slideshow ul {
    display: inline-block;
    overflow: hidden;
}



/**20180627　追記
*********************************/
#mail{
	max-width: 1280px;
	margin: 0 auto;
	padding:0 20px; 
}


@media screen and (max-width: 479px) {
    /* 479px以下用（スマートフォン用）の記述 */

	.form tr th{
		width: 35%;
	}
	.form tr td {
		width: 65%;
	}
        input[type=text] {
            width: 100%;
            box-sizing: border-box;
        }
        input[type=submit] {
            float: right;
            margin-left: 10px;
        }
}
