@charset "utf-8";

/* 全ページ共通 */

/* base setting */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Times New Roman", Times, "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinPro-W3, HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", MS-PMincho, serif;
	color: #221815;
	text-align: center;
	background: url(../../img/bg.png) repeat left top;
}
li {list-style-type: none;}
img {border: none;}
header,
footer,
section,
article,
aside,
nav,
address {display: block;}

/* header */
.subMenu {
	z-index: 1000;
	width: 100%;
	background: url(../../img/bg.png) repeat left top;
}
.subMenu h1 {
	width: 310px;
	height: 70px;
	margin: 20px 0 0 55px;
	background: url(../../img/header_logo.png) no-repeat left top;
	text-indent: -9999px;
	float: left;
}
.subMenu ul {
	width: auto;
	margin: 0 auto;
	padding: 50px 0 5px;
	float: right;
}
.subMenu ul li {
	display: inline-block;
}
.subNavBtn {
	display: block;
	text-decoration: none;
	font-size: 14px;
	padding: 15px;
	color: #221815;
}
.subMenu a:hover {
	color: #E61011;
}
.active {
	color: #E4067E;
}


/* contents */
.pc {
	display: block;
}
.sp {
	display: none;
}
.section {
	width: 100%;
}
.section article {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: left;
}
.section h2 {
	padding-bottom: 40px;
	text-align: center;
}
.section h2.resizeimage img {
	width: 100%;
	text-align: center;
}
.section h2 span {
	display: inline-block;
	margin-top: 5px;
	padding-top: 5px;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0;
	font-weight: normal;
}
.section h2.visual {
	padding-bottom: 0;
	position: relative;
}
.section h2.visual span {
	position: absolute;
	top: 47%;
	left: 0;
	width: 100%;
	margin-top: -15px;
	padding-top: 0;
	font-size: 30px;
	line-height: 31px;
	letter-spacing: 2px;
	color: #FFF;
	border-top: none;
}





/* .section */
/*	border: 1px solid red;*/
.section.s2 article .img {
	text-align: center;
}
.section.s2 article .img img {
	width: auto;
}
.section.s2 article .img.space {
	padding-top: 30px;
}
.section h4 {
	padding-top: 30px;
	font-size: 24px;
	line-height: 30px;
}
.section h5 {
	padding-top: 30px;
	font-size: 20px;
	line-height: 30px;
}
.section p.text1 {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}
.section p.text2 {
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
}

.section.s2 article #title {
	background: url(../../img/title_bg.png) no-repeat left top;
/*	border: 1px solid red;*/
	height: 44px;
	padding-bottom: 15px;
}
.section.s2 article #title h3 {
	color: #fff;
	padding-top: 15px;
	padding-left: 55px;
	font-size: 22px;
	line-height: 22px;
	float: left;
}

article p.kojinjoho {
	padding: 20px 0 20px 30px;
}



/*form*/
article table {
	width: 750px;
	border-collapse: collapse;
	margin: 10px auto 30px auto;
/*	font-size: 0.88em;
	line-height: 2.00em;*/
}
article table th,
article table td {
	padding: 0.5em 0px 0.5em 10px;
	border: 1px solid #CCC;
}
article table th {
	width: 135px;
	background-color: #F6F6F6;
	font-weight: normal;
	text-align: left;
}
article table td {
	background-color: #fff;
}
article table th span {color: #D0111B;}
article table td label {
	padding-right: 20px;
}
input ,select {
vertical-align:-0.1em;
}

form table td {width: 448px;}

input#company,
input#email1,
input#email2,
input#address,
input#bill {width: 390px;}
input#namae,
input#furi,
input#birthday {width: 200px;}
input#zip1,
input#zip2,
input#tel1,
input#tel2,
input#tel3 {width: 49px;}
textarea {width: 394px;}


input,textarea {
	margin: 0.2em;
	ime-mode: active;
}
input.eng {ime-mode: disabled;}

#confirm {
	padding-bottom: 1.5em;
	text-align: center;
}
#confirm input {
	margin: 0em 0.5em;
	padding: 0.5em 1em;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
#doui {
	padding-left: 230px;
	padding-bottom: 20px;
}
form table ul {
	display: table;
	table-layout: fixed;
	text-align: left;
	width: 100%;
}
form table ul li {
	display: table-cell;
	vertical-align: middle;
}
p.text_r {
	text-align: right;
}
.text_s {
	padding-left: 5px;
	font-size: 0.81em;
/*	line-height: 1.00em;*/
}


dl {
	width: 750px;
	padding-bottom: 20px;
	margin: 0 auto;
}
dl dt {
	font-weight: bold;
}
dl dd {
	padding-bottom: 20px;
}


/* pageTop */
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99998;
}
#pageTop a {
	display: inline-block;
	padding: 5px 10px;
	background-color: #999;
	border-radius: 4px;
	font-family: 'Marcellus', serif;
	font-size: 14px;
	line-height: 15px;
	color: #FFF;
	text-decoration: none;
	opacity: 0.5;
}
#pageTop a:hover {
	opacity: 1;
}

/* footer */
footer {
	padding: 23px 40px;
	background-color: #84ab94;
}
footer p {
	color: #fff;
	width: auto;
	padding-top: 20px;
	font-size: 12px;
	line-height: 12px;
	float: right;
}
footer ul {
	width: auto;
	float: left;
}
footer li {
	color: #fff;
	width: auto;
	padding-left: 26px;
	float: left;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}
footer li.add {
	padding-top: 15px;
}

/* fit images size */
.section h2.visual img,
.thumnail li img {
	width: 100%;
	height: auto;
}

/* fit images on text tags */
.subMenu h1,
.thumnail {
	font-size: 0;
	line-height: 0;
}

/* clearfix */
.clearfix:after,
.subMenu:after,
.subMenu ul:after,
.inner:after,
.thumnail:after,
.flow:after,
.section dl:after,
.section section:after,
footer:after,
footer ul:after,
article ul.img_sp:after,
article ul#yearslist:after,
article ul#datelist li:after,
article ul#list_title:after,
article #newslist ul li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix,
.subMenu,
.subMenu ul,
.inner,
.thumnail,
.flow,
.section dl,
.section section,
footer,
footer ul,
article #newslist ul li {zoom:100%;}



/*     */
@media screen and (max-width: 720px) {

.sp {
	display: block;
}
.pc {
	display: none;
}
.subMenu h1 {
	width: 310px;
	height: 70px;
	margin: 10px auto;
	float: none;
}
.subMenu ul {
	width: auto;
	padding: 0 0 29px;
	float: none;
}
.subNavBtn {
	font-size: 10px;
	padding: 5px;
}

.section article {
	width: 94%;
	margin: 0 auto;
	padding: 10% 3%;
}
.section.s2 article .img {
	text-align: center;
}
.section.s2 article .img img {
	width: 100%;
}
.section .photo {
	margin: 0 0 5%;
	float: none;
}
.section .photo img {
	width: 100%;
}



#newslist {
	width: 100%;
}
#newslist ul#datelist li span {
	width: 40%;
}
#newslist ul#datelist li p {
	width: 60%;
}



article table td.month {
	width: 25%;
	padding-right: 10px;
}
article table td.details1 {
	width: 40%;
}
article table td.details2 {
	width: 35%;
}
article table td.details3 {
	width: 75%;
}

/*form*/
article table {
	width: 100%;
}
article table th {
	width: 30%;
}
article table td {
	width: 70%;
}
form table td {width: 70%;}

input#company,
input#email1,
input#email2,
input#address,
input#bill {width: 90%;}
input#namae,
input#furi,
input#birthday {width: 90%;}
input#zip1,
input#zip2,
input#tel1,
input#tel2,
input#tel3 {width: 25%;}
textarea {width: 90%;}



#doui {
	padding-left: 10px;
	padding-bottom: 20px;
}

dl {
	width: 95%;
	margin: 0 auto;
}



footer {
	padding: 5% 0;
}
footer p {
	padding-top: 5%;
	font-size: 10px;
	float: none;
}
footer ul {
	float: none;
}
footer li {
	text-align: center;
	width: 90%;
	padding: 0 5%;
}


}
