/*
Theme Name: Yoshikawa Theme
Theme URI: http://www.www.www/
Description: This is my Yoshikawa theme.
*/
@import "css/form.css";

/* --------------------------------------------------
	ベース
-------------------------------------------------- */
html {
	height: 100%;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll;
	}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: Myriad, Helvetica, Arial, "Meiryo", "メイリオ", sans-serif;
	line-height: 1.8;
	word-wrap: break-word;
    -webkit-tap-highlight-color: rgba(0,0,0,0); 　
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
	} 
	
html.osMac body, body.osMac {
    font-family: Myriad, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	}

* {
	margin: 0;
	padding: 0;
	}

hr {
	color: inherit;
	border: none;
	clear: both;
}
/* --------------------------------------------------
	テキスト
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, a { color: #555; }

h1 { font-size: 160%; margin: 0 0 20px;font-weight: bold;}
h2 { font-size: 160%; margin: 0 0 20px; }
h3 { font-size: 125%; margin: 0 0 20px;}
h4 { font-size: 110%; margin: 0 0 20px; }
h5 { font-size: 100%; margin: 0 0 20px; }
h6 { font-size: 80%; margin: 0 0 20px; }

p { font-size: 100%;
	line-height: 1.8;
	text-decoration: none;
	margin: 0 0 20px;
	padding:0;
	}

p.name { font-size: 110%;
	line-height: 1.3;
	text-decoration: none;
	margin: 0;
	padding:0;
	font-weight: bold;
	}

a {
	text-decoration: none;
	}	
	
a:hover {
	opacity: 0.7;
	color: #888;
	text-decoration: none;
		-webkit-transition: all 0.3s;
            transition: all 0.3s;
	}
	
div {
	color: #555;
	}
	
span {
	color: #555;
	}


h2.title {
	margin: 0 auto 10px;
	padding: 0;
	text-align: center;
	color: #36d;
	border-bottom: 1px solid #36d;
}

h2.title-page {
	margin: 0 auto 30px;
	padding: 0;
	text-align: center;
	color: #36d;
	border-bottom: 1px solid #36d;
}

h3.midashi { font-size: 125%; color: #36d; margin: 0 0 20px; border-left: 5px solid #36d;padding-left: 15px;}

.center {
	text-align: center;
}

p.top-message {
	font-size: 100%;
	line-height: 1.8;
	text-decoration: none;
	margin: 0 0 30px;
	padding:0;
	text-align: center;
	}

/* --------------------------------------------------
	リスト
-------------------------------------------------- */
li {
	list-style: none;
	}
	
/* --------------------------------------------------
	イメージ
-------------------------------------------------- */
img {
	border: none;
	margin: 0;
	padding: 0;
	}
	
/* --------------------------------------------------
	コンテナ
-------------------------------------------------- */
#container {
	margin: 0 auto 0;
	padding: 0;
	}

/* --------------------------------------------------
	ヘッダー
-------------------------------------------------- */
header {
	width: 90%;
	max-width: 980px;
	height: auto;
	margin: 5px auto 0;
	padding: 0 5%;
	position: relative;
	}

#logo {
	width: 30%;
	max-width: 300px;
	height: 72px;
	margin: 10px 0 15px;
	padding: 0;
	float: left;
	}

#logo img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	vertical-align: middle
	}

#head-right {
	width: 70%;
	max-width: 340px;
	height: auto;
	margin: 0;
	padding: 0; 
	float: right;
	}

#head-right p {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	font-size: 14px;
	float: right;
	}

.head-tel {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0; 
	}

.head-tel img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	vertical-align: middle
	}

/* --------------------------------------------------
	ナビゲーション
-------------------------------------------------- */
nav#nav {
	clear: both;
	margin: 0 auto 0px;
	padding: 20px 0;
	width: 100%;
	height: 30px;
	text-align:center;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #36d;
	}

nav#nav ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 980px;
	height: auto;
	text-align:center;
	}

nav#nav li {
	list-style-type: none;
	float: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	width: 20%;
	}

nav#nav li a {
	display: block;
	width: 100%;
	height: 25px;
	font-size: 100%;
	font-weight: bold;
	line-height: 25px;
	color: #777;
	text-align: center;
	padding: 0;
	position: relative;
	border-right: 1px solid #ccc;
	}

nav#nav li:first-child a {
	border-left: 1px solid #ccc;
	}

nav#nav li a:hover {
	opacity: 1.0;
	color: #36d;
	}

/* --------------------------------------------------
	ヘッダーイメージ
-------------------------------------------------- */
#slide {
	width: 100%;
	height: auto;
	margin: 0 0 15px;
	padding: 0;
	overflow: hidden;
}

#slide img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

/* --------------------------------------------------
	コンテンツ
-------------------------------------------------- */
#content-top {
	width: 90%;
	max-width: 980px;
	margin: auto;
	padding: 40px 5% 30px;
	}

#content {
	width: 90%;
	max-width: 980px;
	margin: auto;
	padding: 60px 5% 0;
	}

h1.top {
	text-align: center;
	margin: 0 auto 30px;
	padding: 0;
}

#content-second {
	width: 90%;
	max-width:780px;
	margin: auto;
	padding: 40px 5% 30px;
	}

#content-second h2 {
	text-align: center;
	margin: 0 auto 30px;
	padding: 10px 0;
	vertical-align: middle;
	line-height: 1.0;
	color: #36d;
	border-top: 2px solid #36d;
	border-bottom: 2px solid #36d;
}

/* --------------------------------------------------
	TOPコンテンツ
-------------------------------------------------- */
p.topcon {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 10px;
}

/* --------------------------------------------------
	ページ送り
-------------------------------------------------- */
p.pagenation {
	font-size: 14px;
	overflow: hidden;
	margin-bottom: 50px;
	}

span.oldpage {
	float: left;
	}

span.newpage {
	float: right;
	}

.section-box3 {
	clear: both;
	width: 90%;
	max-width: 980px;
	height: auto;
	margin: 50px auto 30px;
	padding: 0;
	}

.section {
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 auto 65px;
	padding: 0;
	}

.box {
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 auto 45px;
	padding: 0;
	}

.box-step {
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 auto 40px;
	padding: 0 0 15px;
	border-bottom: 1px dotted #ccc;
	}

.box-step p {
	margin: 0 auto 10px;
	padding: 0;
	}

.box-step p.step {
	font-size: 24px;
	color: #36d;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	margin: 0 auto 20px;
}

.box-step p.step span {
	font-size: 80%;
	color: #fff;
	background-color: #36d;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	margin-right: 15px;
}
/* --------------------------------------------------
	横2並び
-------------------------------------------------- */
.box2 {
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
	padding: 0;
	border-bottom: 1px solid #ccc;
	}
	
.box2-left {
	float: left;
	width: 47%;
	height: auto;
	margin: 0 0 13px;
	padding: 0;
	overflow: hidden;
	}

.box2-right {
	float: right;
	width: 47%;
	height: auto;
	margin: 0 0 13px;
	padding: 0;
	overflow: hidden;
	}

.box2-left img,.box2-right img {
	margin: 0 auto 10px;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}

.box2-left70 {
	float: left;
	width: 65%;
	height: auto;
	margin: 0 0 13px;
	padding: 0;
	overflow: hidden;
	}

.box2-right30 {
	float: right;
	width: 32%;
	height: auto;
	margin: 0 0 13px;
	padding: 0;
	overflow: hidden;
	}

.box2-right70 {
	float: right;
	width: 65%;
	height: auto;
	margin: 0 0 13px;
	padding: 0;
	overflow: hidden;
	}

.box2-left30 {
	float: left;
	width: 32%;
	height: auto;
	margin: 0 0 13px;
	padding: 0;
	overflow: hidden;
	}

.box2-left70 img,.box2-right30 img,.box2-right70 img,.box2-left30 img {
	margin: 0 auto 10px;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}

#page-image {
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	}

#page-image img {
	margin: 0 auto;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}

.image {
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 auto 0;
	padding: 0;
	overflow: hidden;
	}

.image-all {
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 auto 13px;
	padding: 0;
	overflow: hidden;
	}

.image img,.image-all img {
	margin: 0 auto 10px;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}
	
.image780 {
	clear: both;
	width: 100%;
	max-width: 780px;
	height: auto;
	margin: 0 auto 13px;
	padding: 0;
	overflow: hidden;
	}

.image780 img {
	margin: 0 auto 10px;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}

/* --------------------------------------------------
	横3並び
-------------------------------------------------- */
.box3-1,.box3-2 {
	float: left;
	width: 30%;
	height: auto;
	margin: 0 0 20px;
	margin-right: 5%;
}

.box3-3 {
	float: right;
	width: 30%;
	height: auto;
	margin: 0 0 20px;
	margin-right: 0;
}

.box3-1 .inner,.box3-2 .inner,.box3-3 .inner {
	margin: 0;
	padding: 12px;
	border: 1px solid #36d;
}

.box3image {
	width: 100%;
	height: auto;
	margin: 0 0 10px;
	overflow: hidden;
}

.box3image img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	position: relative;
}

/* --------------------------------------------------
	横4並び
-------------------------------------------------- */
#section-box4 {
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 0 30px;
	padding: 0;
	}

.box4 {
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 0 30px;
	padding: 0;
	}
	
.box4-1,.box4-2,.box4-3 {
	float: left;
	width: 23%;
	height: auto;
	margin: 0;
	margin-right: 2.66%;
}

.box4-4 {
	float: right;
	width: 23%;
	height: auto;
	margin: 0;
	margin-right: 0;
}

.box4image {
	width: 100%;
	height: auto;
	margin: 0 0 15px;
	overflow: hidden;
}

.box4image img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	position: relative;
}


/* --------------------------------------------------
	トップお知らせ
-------------------------------------------------- */
#section-news {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #efefef;
	}

#section-news .inner {
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
	padding: 40px 0;
	}

p.info-title {
	font-size: 150%;
	margin: 0 0 20px;
	text-align: center;
	color: #777;
	font-weight: bold;
}

ul.news-list {
	padding: 15px 30px;
	margin: 0 auto 40px;
	background-color: #fff;
	}

ul.news-list li {
	list-style-type: none;
	border-bottom: 1px dotted #ccc;
	padding: 10px 0;
	}

ul.news-list li:last-child {
	border-bottom: none;
	}

ul.news-list li a {
	color: #555;
	padding: 0;
	-webkit-text-size-adjust: none;
	}

ul.news-list li a:hover {
	color: #888;
	}

ul.news-list li span {
	float: left;
	color: #555;
	width: 120px;
	-webkit-text-size-adjust: none;
	margin: 0 20px 0 0;
	letter-spacing: 1px;
	}

/* --------------------------------------------------
	パンくずリスト
-------------------------------------------------- */
#breadcrumb  {
	margin-bottom: 5px;
	}

#breadcrumb div {
	display: inline;
	}

/* --------------------------------------------------
	ページ番号リンク
-------------------------------------------------- */
p.pagenum {
	text-align: center;
	}

p.pagenum a, p.pagenum span {
	color: #fff;
	border-radius: 3px;
	padding: 5px 7px;
	}

p.pagenum a {
	background-color: #555;
	}

p.pagenum a:hover {
	background-color: #ccc;
	color: #555;
	}

p.pagenum span  {
	background-color: #ccc;
	color: #555;
	}

p.pagenation a {
	color: #555;
	}
/* --------------------------------------------------
	フッター
-------------------------------------------------- */
footer {
	margin: 0;
	padding: 0;
	text-align: center;
	clear: both;
	border-top: 2px solid #36d;
	}

#foot-logo {
	width: 300px;
	height: 72px;
	margin: 0 0 20px;
	padding: 0; 
	}

#foot-logo img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	vertical-align: middle
	}

footer .inner {
	width: 90%;
	max-width: 980px;
	margin: auto;
	padding: 30px 0 60px;
	}

#footer-left {
	float: left;
	width: 40%;
	height: auto;
	margin: 0 auto 20px;
	padding: 0;
	text-align: left;
	}

footer p {
	clear: both;
	margin: 0;
	font-size: 90%;
	}

footer p.copy {
	clear: both;
	margin: 0;
	font-size: 12px;
	}

/* --------------------------------------------------
	フッター お問い合わせ
-------------------------------------------------- */
#foot-access {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 55px;
	margin: 0 auto;
	padding: 0;
	background-color: #36d;
	color: #fff;
	z-index: 999999999;
	}

#foot-access .inner {
	width: 90%;
	max-width: 980px;
	margin: auto;
	padding: 0;
	}

#foot-tel {
	width: 100%;
	max-width: 500px;
	height: auto;
	margin: 10px auto 0;
	padding: 0; 
	}

#foot-tel img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	vertical-align: middle
	}


/* --------------------------------------------------
	トップに戻る
-------------------------------------------------- */
#back-top {
	position: fixed;
	right: 30px;
	bottom: 80px;
	width: 50px;
	height: 50px;
	}

#back-top a {
	background-color: #777;
	color: #fff;
	display: block;
	width: 50px;
	height: 50px;
	font-size: 200%;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	padding: 0;
	border-radius: 25px;
	}

#back-top a:hover {
	opacity: 0.7;
	}


#footer-right {
	float: right;
	width: 58%;
	height: auto;
	margin: 0 auto 20px;
	padding: 0;
	text-align: left;
	}

table.schedule {
	clear: both;
	width: 100%;
	color: #444;
	margin: 0 auto 10px;
	padding: 0;
	border: none;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: center;
	}

td,th {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-collapse: collapse;
	}

table.schedule td {
	line-height: 1.7;
	font-size: 100%;
	font-weight: normal;
	background-color: #fff; 
	padding: 12px 10px 8px;
	}

table.schedule th {
	line-height: 1.7;
	font-size: 100%;
	font-weight: normal;
	background-color: #eee; 
	padding: 12px 10px 8px;
	}

table.schedule span {
	font-size: 80%!important;
	}
#post p.info a {
	color:#33333!important;
	opacity: 1.0;
}
/* --------------------------------------------------
	リンク
-------------------------------------------------- */

.link-btn {
	margin: 0;
	padding: 0;
	width: auto;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	position: relative;
}

.link-btn a {
	font-size: 90%;
	margin: 0;
	padding: 0 20px;
	display: block;
	width: auto;
	height: 24px;
	line-height: 24px;
	color: #fff;
	background: #36d;
	-webkit-transition: all 0.3s;
            transition: all 0.3s;
}

.link-btn a i {
	position: absolute;
	right: 10px;
	top: 5px;
}

.link-btn a:hover {
	opacity: 0.7;
	-webkit-transition: all 0.3s;
            transition: all 0.3s;
}

.link-btn-page {
	margin: 0;
	padding: 0;
	width: 200px;
	height: 24px;
	line-height: 24px;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	position: relative;
}

.link-btn-page a {
	font-size: 90%;
	margin: 0;
	padding: 0 20px;
	display: block;
	width: auto;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	background: #aaa;
	-webkit-transition: all 0.3s;
            transition: all 0.3s;
}

.link-btn-page a i {
	position: absolute;
	right: 10px;
	top: 5px;
}

.link-btn-page a:hover {
	opacity: 0.7;
	-webkit-transition: all 0.3s;
            transition: all 0.3s;
}

.link-btn-main {
	margin: 0 auto 30px;
	padding: 0;
	width: 100%;
	max-width: 280px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	position: relative;
}

.link-btn-main a {
	font-size: 120%;
	margin: 0;
	padding: 0 20px;
	display: block;
	width: auto;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: #36d;
	-webkit-transition: all 0.3s;
            transition: all 0.3s;
}

.link-btn-main a i {
	position: absolute;
	right: 16px;
	top: 16px;
}

.link-btn-main a:hover {
	opacity: 0.7;
	-webkit-transition: all 0.3s;
            transition: all 0.3s;
}

.link-btn-news {
	margin: 0 auto 0px;
	padding: 0;
	width: 100%;
	max-width: 200px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	position: relative;
}

.link-btn-news a {
	font-size: 100%;
	margin: 0;
	padding: 0 20px;
	display: block;
	width: auto;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #aaa;
	-webkit-transition: all 0.3s;
            transition: all 0.3s;
}

.link-btn-news a i {
	position: absolute;
	right: 10px;
	top: 7px;
}

.link-btn-news a:hover {
	opacity: 0.7;
	-webkit-transition: all 0.3s;
            transition: all 0.3s;
}

#slider {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
  }

.rslides_tabs {
  list-style: none;
  margin: 0 auto 50px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  color: #fff;
  font-weight: bold;
  }

a {
  color: #fff;
  text-decoration: none;
  }

#slider-pager a {
	display: inline-block;
	width: 33%;
	margin: 0;
	padding: 0;
	float: left;
}

#slider-pager img {
  float: left;
}

#slider-pager .rslides_here a {
  background: transparent;
  box-shadow: 0;
	opacity: 0.7;
}

#slider-pager a {
  padding: 0;
}
p.pagenation span a {
	color:#333!;
	text-decoration:under-line;
}
}
