@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	overflow-y:scroll;
	font-size: 62.5%;
}

body {
	color: #000;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	-webkit-text-size-adjust: none;
	word-wrap: break-word;
	word-break: break-all;
	letter-spacing: 0;
	line-height: 1.6;
	width: 100%;
	background: #ffd55f url(../img/bg_body.jpg) repeat center center;
}

a {
	text-decoration: none;
}

img {
	vertical-align: middle;
}

:focus {
	outline: 0;
}

p {
	font-size: 15px;
}

#wrap {
	max-width: 640px;
	margin: 0 auto;
	padding: 0 10px 20px;
	position: relative;
}

.content_wrapper {
    background: #fe860c;
    background-size: auto 10px;
    border-radius: 8px;
    padding: 10px 5px 5px;
	margin: 15px 0 0;
}

.content_box {
	background: #fff;
	padding: 10px;
	border-radius: 8px;
}

.content_wrapper h2.page_title {
	font-size: 18px;
	padding: 5px 0 10px;
	color: #fff;
	text-align: center;
}

.content_wrapper h2.page_title img {
	width: 25px;
	height: auto;
	margin: 0 10px 0 0;
	vertical-align: top;
}

.font_bold {
	font-weight: bold;
}

.bottom10 {
	margin-bottom: 10px;
}

.bottom15 {
	margin-bottom: 15px;
}

.bottom20 {
	margin-bottom: 20px;
}

.text_center {
	text-align: center;
}

.font10 {
	font-size: 10px;
}

.font12 {
	font-size: 12px;
}

.font13 {
	font-size: 13px;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

img.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}



/* Header */

header {
	width: 100%;
	padding: 10px 70px 10px 0;
}

h1 {
	color: transparent;
	background: url(../img/logo.png) no-repeat center center;
	background-size: 100% auto;
	display: block;
	width: 100%;
	height: 25px;
}

h1 a {
	display: block;
	color: rgba(255,255,255,0)
}

#slideNav {
	background: #fe860c;
	border-radius: 0 0 8px 8px;
	width: 50px;
	height: 45px;
	padding: 3px 10px 0;
	display: block;
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
}

#slideNav .line {
	width: 100%;
	height: 3px;
	background: #fff;
	display: block;
	margin: 4px auto 0;	
}

#slideBox {
	background: #ffd55f;
	display: none;
	width: 100%;
	clear: both;
	margin-top: 10px;
	border-radius: 8px;
}

#slideBox ul.gnav li,
.ft_nav li {
	padding: 10px 40px 10px 50px;
	border-bottom: 2px dashed #febe52;
	display: block;
	position: relative;
}

#slideBox ul.gnav li:before,
.ft_nav li:before {
	content: '';
	width: 3px;
	height: 3px;
	border: 4px solid #fe860c;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 20px;
	top: 15px;
}

#slideBox ul.gnav li:last-child {
	border-bottom: none;
}

#slideBox ul.gnav li a {
	color: #000;
	font-size: 16px;
	display: block;
}


/* Front Page */

.news_wrapper {
	background: #fe860c url(../img/icon_news.png) no-repeat 10px 10px;
	background-size: auto 10px;
	border-radius: 8px;
	padding: 20px 5px 5px;
}

.news_wrapper h2 {
	text-align: center;
	margin: 0 0 10px;
}

.news_wrapper h2 img {
	width: 100px;
	height: auto;
}

.news_wrapper .news_list {
	background: #fff;
	border-radius: 8px;
	padding: 10px;
	height: 300px;
	overflow-y: scroll;
}

.news_wrapper .news_list .news_box {
	padding: 0 0 15px;
	margin: 0 0 15px;
	border-bottom: 1px dotted #a6a6a6;
	font-size: 15px;
}

.news_wrapper .news_list .news_box .icon_new {
	display: inline-block;
	background: #d90029;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 11px;
	padding: 2px 10px;
	margin: 0 0 5px;
	line-height: 15px;
}

.news_wrapper .news_list .news_box img.left {
	margin: 0 15px 15px 0;
}
.news_wrapper .news_list .news_box a {
	color: #fe860c;
	box-shadow: 0 1px 0 currentColor;
}

/* Rinen */

.content_box.rinen p {
	line-height: 2;
}

.content_box.rinen img {
	display: block;
	margin: 20px auto;
}

.remarks.rinen {
	border-radius: 5px;
	margin: 15px 0;
	background: #ffd55f;
	padding: 10px;
}

.remarks.rinen p {
	line-height: 1.6;
	font-size: 13px;
}



/* Tokusyoku */


h2.sub_or {
	color: #fa860d;
	font-size: 18px;
	border-bottom: 4px solid #fa8913;
	padding: 30px 0 5px;
	margin: 0 0 15px;
}

h3.title_yg {
	background: url(../img/icon_yg.png) no-repeat left 5px;
	background-size: 15px auto;
	color: #8bb523;
	padding: 0 0 0 20px;
	margin: 15px 0 10px;
	font-size: 18px;
}

h3.title_or {
	background: url(../img/icon_or.png) no-repeat left 5px;
	background-size: 15px auto;
	color: #fa860d;
	padding: 0 0 0 20px;
	margin: 15px 0 10px;
	font-size: 18px;
}

h3.title_center {
	color: #8bb523;
	margin: 30px 0 20px;
	font-size: 20px;
	text-align: center;
	background: url(../img/bg_gallery.png) no-repeat center center;
}

.tokusyoku_text {
	border-bottom: 1px dotted #999;
	padding: 0 0 15px;
}
.iv_text {
	border-bottom: 1px dotted #999;
	padding: 15px 0;
}
.iv_text .bg_name {
	background: #8bb523;
	font-size: 13px;
	color: #fff;
	padding: 2px 5px;
	border-radius: 5px;
	margin-right: 10px;
}

dl.gyoji,
dl.staff {
	font-size: 15px;
}

dl.gyoji dt {
	color: #fa860d;
	font-weight: bold;
}

dl.gyoji dd img {
	width: 100%;
	height: auto;
	margin: 5px 0 0;
}

dl.staff {
	margin: 0 0 15px;
}

dl.staff dt {
	font-weight: bold;
	border-bottom: 1px dotted #999;
	padding: 10px 0;
}

dl.staff dd {
	padding: 10px;
	border-bottom: 1px solid #b4b4b4;
}

dl.staff dd span {
	display: block;
}

ul.gallery {
	list-style: none;
	margin: 0 -3px 15px;
	letter-spacing: -.4em;
}

ul.gallery li {
	display: inline-block;
	letter-spacing: normal;
	padding: 3px;
	width: 50%;
}

ul.gallery li img {
	width: 100%;
	height: auto;
}
.link_yg a {
	background: #ffd55f;
    color: #000;
    text-align: center;
    width: 100%;
    border-radius: 10px;
    padding: 5px 0;
	margin: 20px 0;
    font-size: 16px;
	display: block;
}
.chao img.right {
	max-width: 35%;
	margin: 0 0 15px 15px;
}
.wh_txt {
	text-align: center;
	font-size: 13px;
	color: #fff;
	padding: 0 0 10px;
}

/* Kagai */

h3.title_pink {
	background: #f4878d;
	border-radius: 8px;
	text-align: center;
	padding: 5px 0;
	margin: 10px 0;
	color: #fff;
	font-size: 16px;
}

.kagai_box {
	margin: 0 0 15px;
	clear: both;
	overflow: hidden;
}

.kagai_box ul {
	font-size: 15px;
	margin: 0 0 0 25px;
}

.kagai_box ul li {
	margin: 0 0 5px;
}

.kagai_box img {
	width: auto;
	height: 100px;
}



/* Piyopiyo */


.title_piyo {
	color: #fa860d;
	font-size: 18px;
	padding: 0 0 5px 30px;
	margin: 0 0 20px;
	background: url(../img/icon_piyo_title.jpg) no-repeat left top;
	position: relative;
}

.title_piyo a {
	color: #fa860d;
	display: inline-block;
	position: relative;
	padding-right: 20px;
}

.title_piyo a:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 10px;
	border-color: transparent transparent transparent #fa870d;
	position: absolute;
	top: 6px;
	right: 0;
}

.piyo_info {
	background: url(../img/border_piyo.jpg) no-repeat center top;
	background-size: 260px auto;
	padding: 50px 0 0;
}

.piyo_info dl {
	font-size: 15px;
	margin: 15px 0 25px 15px;
}

.piyo_info dt {
	font-weight: bold;
}

.piyo_info dd {
	margin: 0 0 10px;
}

.piyo_info dl a {
	color: #fa860d;
	box-shadow: 0 1px 0 currentColor;
}

.chao {
	padding: 40px 0 20px;
	background: url(../img/dots_yg.png) repeat-x center 10px;
}

.chao a.link {
	background: #6cab21;
    color: #fff;
    text-align: center;
    width: 100%;
    border-radius: 10px;
    padding: 10px 0;
	margin: 20px 0 0;
    font-size: 16px;
	display: block;
	clear: both;
}

/* Bosyu */

h2.star_title {
	position: relative;
	font-size: 16px;
	text-align: center;
	padding: 20px 0 0;
}

h2.star_title img.left,
h2.star_title img.right {
	width: 15px;
	height: auto;
	float: none;
}

h2.star_title img.left {
	margin: 0 10px 0 0;
}

h2.star_title img.right {
	margin: 0 0 0 10px;
}

.bosyu_text {
	overflow: hidden;
}

.bosyu_text ul {
	list-style: none;
	font-size: 15px;
}

.bosyu_text ul li:nth-child(odd) {
	font-weight: bold;
}

.bosyu_text ul li:nth-child(even) {
	margin: 0 0 15px;
}


/* Access */


.access_map {
	margin: 0 0 20px;
}

.access_map img {
	width: 100%;
	height: auto;
}

.access_banner img {
	max-width: 450px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

h3.map {
	text-align: center;
	margin: 20px 0 10px;
}

.gmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Hogosya */

.voice_text {
	padding: 25px 0 10px;
	background: url(../img/line_yg.jpg) repeat-x center bottom;
}

.voice_text p {
	margin: 0 0 20px;
}

.hogosya .voice_text:last-child {
	background: none;
}



/* Contact */

table.form {
	font-size: 15px;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
}

table.form th,
table.form td {
	display: block;
	width: 100%;
}

table.form th {
	text-align: left;
	padding: 15px 0 0;
	position: relative;
}

table.form th.req:after {
	content: '必須';
	color: #fff;
	background: #fe860c;
	border-radius: 5px;
	font-size: 12px;
	font-weight: normal;
	padding: 0 5px;
	margin: 0 0 0 5px;
}

table.form td {
	padding: 10px 0 15px;
	border-bottom: 1px solid #eee;
}

table.form input[type=text],
table.form textarea {
	-webkit-appearance: none;
	border: 1px solid #a6a6a6;
	border-radius: 10px;
	width: 100% !important;
	font-size: 15px;
	padding: 10px;
}

table.form select {
	font-size: 15px;
}

table.form textarea {
	height: 100px !important;
}

.btn_wrapper {
	margin: 25px auto;
	width: 100%;
}

.btn_wrapper input[type=submit] {
	background: #6cab21;
	color: #fff;
	text-align: center;
	width: 100%;
	border-radius: 10px;
	padding: 10px 0;
	-webkit-appearance: none;
	box-shadow: none;
	border: none;
	font-size: 16px;
}


/* Footer */

.banner_wrapper {
	list-style: none;
	text-align: center;
	letter-spacing: -.4em;
	margin: 15px -5px;
}

.banner_wrapper li {
	text-align: center;
	letter-spacing: normal;
	padding: 5px;
	display: inline-block;
	width: 50%;
	max-width: 250px;
}

.banner_wrapper li:last-child {
	width: 100%;
	max-width: 500px;
}

.banner_wrapper li img {
	width: 100%;
	height: auto;
}

.magazine_wrapper {
	border: 5px solid #6cab21;
	border-radius: 8px;
	background: #fff;
}

.magazine_wrapper h2 {
	text-align: center;
	background: url(../img/dots_yg.png) repeat-x center bottom;
	padding: 10px 0 20px;
}

.magazine_wrapper h2 img {
	width: auto;
	height: 19px;
}

.magazine_area {
	padding: 10px;
}

.magazine_area p {
	font-size: 15px;
	color: #414141;
}

.magazine_area a {
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding: 10px 0 10px 25px;
	margin: 0 0 10px;
	background: #6cab21;
	border-radius: 5px;
	display: block;
	position: relative;
}

.magazine_area a .num {
	width: 20px;
	display: inline-block;
	position: absolute;
	left: 5px;
	top: 10px;
}
	
footer {
	clear: both;
	padding: 15px 10px 10px;
	background: #ffd55f;
}

.ft_info {
	background: #fff url(../img/icon_ft.jpg) no-repeat right 5px;
	background-size: auto 28px;
	border: 5px solid #fe860c;
	border-radius: 8px;
	padding: 15px 10px;
}

.ft_info p {
	font-size: 14px;
}

.ft_nav {
	list-style: none;
	margin: 15px 0;
}

.ft_nav li:first-child {
	border-top: 2px dashed #febe52;
}

.ft_nav li a {
	color: #000;
	font-size: 14px;
	display: block;
}

footer p.copy {
	font-size: 10px;
	font-size: 1.0rem;
	color: #666;
	text-align: center;
}


