/*
Theme Name: aoitoriyoujien Theme
Theme URI: http://www.www.www/
Description: This is my aoitoriyoujien 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: 'M PLUS Rounded 1c', sans-serif;
	line-height: 1.7;
	word-wrap: break-word;
    -webkit-tap-highlight-color: rgba(0,0,0,0); 　
	-webkit-text-size-adjust: 100%;
	background-color: #ffffff;
	} 
	
html.osMac body, body.osMac {
	}

* {
	margin: 0;
	padding: 0;
	}

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

h1 { font-size: 170%; margin: 0 0 20px; font-weight: 700;line-height: 1.3;}
h2 { font-size: 170%; margin: 0 0 20px; font-weight: 700;line-height: 1.5;}
h3 { font-size: 125%; margin: 0 0 20px;line-height: 1.5;}
.box h3 { font-size: 125%; margin: 0 0 0px;}
h4 { font-size: 110%; margin: 0 0 20px;line-height: 1.5;}
h5 { font-size: 100%; margin: 0 0 20px;line-height: 1.5;}
h6 { font-size: 80%; margin: 0 0 20px;line-height: 1.5;}

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

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: #333
	}
	
span {
	color: #333
	}

p.title {
	clear: both;
	margin: 0 auto 35px;
	padding: 0;
	text-align: center;
	color: #09f;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
}

p.title span {
	color: #6cf;
	font-size: 32px;
	font-weight: 700;
}

p.last {
	margin: 0;
}
.center {
	text-align: center;
}

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

/* --------------------------------------------------
	ヘッダー
-------------------------------------------------- */
header {
	width: 100%;
	height: auto;
	margin: 0 auto 0;
	padding: 15px 0 0px;
	background-color: #fff;
	}

#logo {
	width: 360px;
	height: 78px;
	margin: 0 auto 15px;
	padding: 0;
	}

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

/* --------------------------------------------------
	ナビゲーション
-------------------------------------------------- */
nav#nav {
	clear: both;
	margin: 0 auto 0px;
	width: 100%;
	height: 40px;
	text-align:center;
	background-color: #09f;
	}

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

nav#nav li {
	list-style-type: none;
	width: auto;
	display: inline-block;
	text-align: center;
	}

nav#nav li a {
	display: block;
	width: auto;
	height: 40px;
	font-size: 100%;
	font-weight: bold;
	line-height: 40px;
	color: #fff;
	text-align: center;
	padding: 0 20px;
	position: relative;
	}

nav#nav li a:hover {
	opacity: 1.0;
	}

/* --------------------------------------------------
	フッターナビゲーション
-------------------------------------------------- */
#footnavi {
	clear: both;
	margin: 0 auto 0px;
	width: 100%;
	height: 40px;
	text-align:center;
	background-color: #09f;
	}

#footnavi ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
	text-align:center;
	}

#footnavi li {
	list-style-type: none;
	width: auto;
	display: inline-block;
	text-align: center;
	}

#footnavi li a {
	display: block;
	width: auto;
	height: 40px;
	font-size: 100%;
	font-weight: bold;
	line-height: 40px;
	color: #fff;
	text-align: center;
	padding: 0 20px;
	position: relative;
	}

#footnavi li a:hover {
	opacity: 0.7;
	}

/* --------------------------------------------------
	メインイメージ
-------------------------------------------------- */
#mainimage {
	width: 100%;
	height: auto;
	margin: 0 auto 0;
	padding: 0;
	overflow: hidden;
	border-bottom: 5px solid #09f;
}

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

/* --------------------------------------------------
	コンテンツ
-------------------------------------------------- */
#content {
	width: 100%;
	margin: 0 auto;
	padding: 0px 0 0px;
	}

/* --------------------------------------------------
	フッター
-------------------------------------------------- */
footer {
	margin: 0;
	padding: 25px 0 0;
	text-align: center;
	clear: both;
	border-top: 5px solid #09f;
	}

#foot-logo {
	width: 341px;
	height: 76px;
	margin: 0px auto 15px;
	padding: 0; 
	}

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

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

/* --------------------------------------------------
	フッターコピー
-------------------------------------------------- */
#footercopy {
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 10px 0;
	}

#footercopy p {
	font-size: 80%;
	}

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

#back-top a {
	display: block;
	width: 106px;
	height: 124px;
	font-size: 200%;
	padding: 0;
	}

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

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

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

span.oldpage {
	float: left;
	}

span.newpage {
	float: right;
	}

/* --------------------------------------------------
	セクション
-------------------------------------------------- */
.section {
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 auto 0px;
	padding: 50px 0;
	}

.section-b {
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 auto 0;
	padding: 50px 0;
	background-color: #eef5ff;
	}

.section-map {
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 auto 0;
	padding: 50px 0 0;
	background-color: #fff;
	}

.section-map p {
	text-align: center;	}

.inner {
	width: 90%;
	max-width: 900px;
	margin: auto;
	padding: 0 5% 0;
	position: relative;
	}

.map {
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 auto 0;
	padding: 0;
	vertical-align: bottom;
}

.map iframe {
	clear: both;
	width: 100%;
	margin: 0 auto 0;
	padding: 0;
	vertical-align: bottom;
}

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

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

/* --------------------------------------------------
	横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;
	}

.box-top {
	display: flex;
  justify-content: center;
  align-items: center;
}

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

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

.box2-right70 p,.box2-left70 p {
	margin: 0 0 13px;
	}

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

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

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

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

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

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

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

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

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

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

.box3 h3 { font-size: 18px; margin: 0 0 2px; padding: 0; line-height: 1.5;}
p.sub {font-size: 14px;margin: 0 0 5px; line-height: 1.6;}
p.price {font-size: 24px;font-weight: 700; text-align: right;line-height: 1.0;margin: 0;}
p.price span {font-size: 15px;font-weight: 700;}

.box3image {
	width: 100%;
	height: auto;
	margin: 0 0 8px;
	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;
}


/* --------------------------------------------------
	パンくずリスト
-------------------------------------------------- */
#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: #333;
	color: #fff;
	}


/* --------------------------------------------------
	リンク
-------------------------------------------------- */

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

.link-btn a {
	font-size: 26px;
	margin: 0 auto;
	padding: 0;
	display: block;
	width: 100%;
	height: 65px;
	line-height: 65px;
	color: #fff;
	background: #87b624;
	border-radius: 15px;
	-webkit-transition: all 0.3s;
            transition: all 0.3s;
	background-image: url("image/sankaku.png");
	background-size: auto;
	background-position: right 15px center;
	background-repeat: no-repeat;
}

.link-btn a span {
	position: absolute;
	right: 10px;
}

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

#sidelink {
	position: fixed;
	width: 50px;
	height: 210px;
	top: 45%;
	right: 0;
	margin:0;
	margin-top:-105px;
	padding:0;
	z-index: 99999999;
}

#side-hogosya {
	width: 50px;
	height: 210px;
	margin:0;
	padding:0;
}

#side-hogosya img {
	width: 50px;
	height: 210px;
	margin:0;
	padding:0;
}

table.data {
	font-weight: normal;
	width: 100%;
	border-top: 1px solid #ccc;
	margin: 10px 0 0;
}

.data tr {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	padding: 0;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	}

.data td {
	padding: 10px 0;
	}

.data td.category {
	width: 150px;
	margin: 0;
	vertical-align: top;
	}

table.event-left {
	font-weight: normal;
	width: 45%;
	border-top: 1px solid #ccc;
	margin: 10px 0 0;
	float: left;
}

table.event-right {
	font-weight: normal;
	width: 45%;
	border-top: 1px solid #ccc;
	margin: 10px 0 0;
	float: right;
}

table.event-left tr,table.event-right tr {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	padding: 0;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	}

table.event-left td,table.event-right td {
	padding: 10px 0;
	}

ul.news-list li {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	padding: 10px 0;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	}

ul.news-list li span {
	padding-right: 15px;
}

ul.text-list {
	width: auto;
	margin: 0 0 30px;
	}

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

.box-shiryou h3 { font-size: 125%; margin: 0 0 10px;border-bottom: 1px solid #666;}

.box-shiryou ul li {
	width: auto;
	margin: 0 0 5px;
	padding: 0;
	line-height: 1.6;
	float: none;
	position: relative;
	font-size: 100%;
	list-style: none;
	padding-left: 18px;
	}

.box-shiryou ul li:before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}

.shiryou-link {
	margin: 30px auto 0;
	text-align: center;
}

.shiryou-link a {
	margin: 0;
	text-align: center;
	color: #09f;
	text-decoration: underline;
}

