@charset "utf-8";

/*
Theme Name: ポルタリブレ
Theme URI: http://kidsc0me.com/
Description: A theme by <a href="http://kidsc0me.com/">kimura kazuki</a>.
Version: 2.0
Author: kimura kazuki
Author URI: http://kidsc0me.com/
*/

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	font-weight:normal;
}
th, td{
	text-align:left;
}
html { font-size: 62.5%; }
body {
	color: #563c2f;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 14px; font-size: 1.4rem;
	line-height: 2.0;
	letter-spacing: 1px;
	background: url(images/bg01.png) repeat;
}

article,aside,details,figcaption,figure,
	footer,header,hgroup,menu,nav,section {
	display:block;
}
ul,li {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	vertical-align:baseline;
	background:transparent;
	text-decoration: none;
	color: #576b45;
}
a:hover {
	text-decoration: underline;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	margin:1em 0;
	padding:0;
	background-color: #e5e5e5;
}
hr.line01 {
	background: url(images/line01.png);
	width: 100%;
	height: 1px;
	margin: 10px 0;
}

input, select {
	vertical-align:middle;
}
/*----------------------------------*/

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td {
	font-size: 100%;
	font-weight: normal;
}

/* オブジェクト指向CSSセット start */
.fl{ float:left; }
.fr{ float:right; }
.w30 { width:  30px !important; }
.w40 { width:  40px !important; }
.w50 { width:  50px !important; }
.w60 { width:  60px !important; }
.w70 { width:  70px !important; }
.w100{ width: 100px !important; }
.w220{ width: 220px !important; }
.w240{ width: 240px !important; }
.w300{ width: 300px !important; }
.w400{ width: 400px !important; }
.w420{ width: 420px !important; }
.w500{ width: 500px !important; }
.w600{ width: 600px !important; }
.mt0 { margin-top:  0px !important; }
.mt5 { margin-top:  5px !important; }
.mt10{ margin-top: 10px !important; }
.mt20{ margin-top: 20px !important; }
.mt30{ margin-top: 30px !important; }
.mt40{ margin-top: 40px !important; }
.mt50{ margin-top: 50px !important; }
.mt60{ margin-top: 60px !important; }
.mt70{ margin-top: 70px !important; }
.mt80{ margin-top: 80px !important; }
.mt90{ margin-top: 90px !important; }
.mt100{ margin-top: 100px !important; }
.mt110{ margin-top: 110px !important; }
.mt120{ margin-top: 120px !important; }
.mt130{ margin-top: 130px !important; }
.mt140{ margin-top: 140px !important; }
.mt150{ margin-top: 150px !important; }
.mr5{ margin-right: 5px !important; }
.mr10{ margin-right: 10px !important; }
.mr15{ margin-right: 15px !important; }
.mr20{ margin-right: 20px !important; }
.mr30{ margin-right: 30px !important; }
.mr40{ margin-right: 40px !important; }
.mr50{ margin-right: 50px !important; }
.mb0 { margin-bottom:  0px !important; }
.mb5 { margin-bottom:  5px !important; }
.mb10{ margin-bottom: 10px !important; }
.mb20{ margin-bottom: 20px !important; }
.mb30{ margin-bottom: 30px !important; }
.mb40{ margin-bottom: 40px !important; }
.mb50{ margin-bottom: 50px !important; }
.mb60{ margin-bottom: 60px !important; }
.mb70{ margin-bottom: 70px !important; }
.mb80{ margin-bottom: 80px !important; }
.mb90{ margin-bottom: 90px !important; }
.mb100{ margin-bottom: 100px !important; }
.mb110{ margin-bottom: 110px !important; }
.mb120{ margin-bottom: 120px !important; }
.mb130{ margin-bottom: 130px !important; }
.mb140{ margin-bottom: 140px !important; }
.mb150{ margin-bottom: 150px !important; }
.ml10{ margin-left: 10px !important; }
.ml20{ margin-left: 20px !important; }
.ml30{ margin-left: 30px !important; }
.ml40{ margin-left: 40px !important; }
.ml50{ margin-left: 50px !important; }
.ml60{ margin-left: 60px !important; }
.ml70{ margin-left: 70px !important; }
.pl10{ padding-left:10px;}
.boxc{ margin-right:auto; margin-left:auto; }
.txtc{ text-align:center; }
.fs10{ font-size: 10px; }
.fs11{ font-size: 11px; }
.fs12{ font-size: 12px; }
.fs70{ font-size: 70%; }
.fs80{ font-size: 80%; }
.fs90{ font-size: 90%; }
.fs100{ font-size: 100%; }
.fs110{ font-size: 110%; }
.fs120{ font-size: 120%; }
.fs130{ font-size: 130%; }
.fs140{ font-size: 140%; }
.fs150{ font-size: 150%; }
.fs160{ font-size: 160%; }
.small{ font-size: 80%; }
.white{ color: #ffffff; }
.red{ color: #d63630; }
.red2{ color: #C04F5C; }
.orange{ color: #c67108; }
.blue{ color: #0082f0; }
.green{ color: #419321; }
.dblu{ color: #005f9d; }
.pink{ color: #e9518c; }
.fiber_blu { color: #0f84c2; }
strong{ color:#d63630; font-weight: bold; }
.bold{ font-weight: bold !important; }
.underline{ text-decoration: underline; }
.lh10{ line-height: 1.0; }
.lh11{ line-height: 1.1; }
.lh12{ line-height: 1.2; }
.clear{ clear:both; height:0; }
.clearfix,.cf{ zoom:1; }
.clearfix:after,.cf:after{ content:""; display:block; clear:both; }
.w300{width:300px;}
.w225{width:225px;}
.w380{width:380px;}
.w400{width:400px;}
.tac{text-align:center;}
.tar{text-align:right;}
/* オブジェクト指向CSSセット end */

h3 {
	font-size:14.3px; font-size:1.43rem;
	font-weight:bold;
}

.bg02 {
	margin-top:20px;
}

#wrap {
	width:810px;
	margin:0 auto;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

ul.imgList li {
	float:left;
	width:200px;
	height: 150px;
	margin-right:10px;
	margin-bottom:10px;
	text-align: center;
	background-size:contain;
	background-position: center center;
	background-repeat: no-repeat;
}
ul.imgList li.last {
	margin-right: 0;
}
ul.imgList li img{
	width:100%;
}

ul.room {
	display:flex;
	justify-content:space-between;
}
ul.room li {
	width: 100%;
	height: auto;
}

/*==================================
    ■ 1:ヘッダ
==================================*/

#header{
	width:780px;
	height: 130px;
	margin:0 auto;
	padding: 0;
}

#header .logo {
	display: block;
	float: left;
	margin: 27px 0 0 20px;
}
#header .description {
	margin: 0;
}
#header .tel {
	float:right;
	margin:34px 20px 0 0;
}
#header .description img {
	vertical-align: 5px;
}
#header .description {
	margin: 8px 0 0 0;
}

#home #eyecatch {
	max-width: 810px;
	min-width: 810px;
	height: 551px;
	margin: 0 auto;
	/* background: url(images/eyecatch.png) center center no-repeat; */
	background: url(images/eyecatch-20200319.jpg?202003191156) center center no-repeat;
	background-size:cover;
}
#eyecatch {
	margin:40px 0;
}

#breadcrumbs {
	width:810px;
	margin:30px auto 0 auto;
}
#breadcrumbs span {
	margin:0 8px 0 4px;
}
/*==================================
    ■ 1-1:グローバルナビ
==================================*/

#gnavi{
	width: 100%;
	height:56px;
	margin: 0 auto;
	background: #eff1de;
}
#gnavi ul{
	display: flex;
	justify-content: center;;
	width: 760px;
	height:56px;
	margin: 0 auto;
	/* padding:0 25px; */
	/* padding-left:90px; */
}
#gnavi ul li{
	/* float:left; */
	line-height: 56px;
	margin:0;
	background: url(images/gn_line.png) right center no-repeat;
}
#gnavi ul li.last{background: none;}
#gnavi ul li a{
	display: block;
	padding:0 30px;
}

/*==================================
    ■ 2:コンテンツ
==================================*/
#content{
	width:810px;
	margin:60px auto 0 auto;
}
#home #mainContent{
	float:left;
	width:390px;
	margin:0 0 0 55px;
}
#mainContent{
	width:680px;
	margin:0 auto;
}

#mainContent p{
	margin-bottom: 10px;
}

.page #mainContent{
	width:810px;
	margin:0 auto;
	border:2px solid #e5e5e5;
}

.page #mainContent .entry p {
	line-height: 2.6;
	margin-bottom:10px;
	font-size:13.3px; font-size:1.33rem;
}

/* top - お知らせ */
#info-content dl {
	width:660px;
	margin-top:8px;
	padding:30px 20px;
	background:#f3f3f3;
}

#info-content dl dt {
	clear: left;
	float: left;
	width: 11.2em;
	padding-left: 5px;
	color: #000;
}

#info-content dl dd {
	margin-left: 11.2em;
	padding-left: 2.1em;
	border-left: 1px dotted #999;
}
#info-content dl dt,
#info-content dl dd {
	margin-bottom:1px;
	padding-bottom: 1.3em;
}
#info-content .readmore {
	margin-top: 10px;
	text-align: right;
}

/* page.php */
.page div.entry .inner {
	margin-left:152px;
	padding-bottom:50px;
}

/* プライバシーポリシー */
#privacy li {
	line-height: 2;
	list-style-type:disc;
	list-style-position: inside;
	font-size: 13.3px; font-size: 1.33rem;
}

/* テーブル */
div.news table {
	letter-spacing: 0.1em;
	width: 700px;
	margin: 30px 0 20px 0;
	line-height: 1.8;
	font-size: 13px;
}
div.news table th {
	width: 130px;
	vertical-align: middle;
	padding: 8px 25px;
	border-bottom: 1px dotted #bbb;
	border-right: 1px dotted #bbb;
	font-weight: normal;
	text-align: center;
}
div.news table td {
	vertical-align: middle;
	padding: 8px 30px;
	border-bottom: 1px dotted #bbb;
}
div.news table .line {
	background: #f5f2e9;
}
div.news table img.explain {
	vertical-align: middle;
	margin: 0 0 0 10px;
}
div.news p.notes {
	font-size: 12px;
	margin: 10px 0 5px 10px;
}

table.s01 {
	letter-spacing: 0.1em;
	width: 100%;
	margin: 30px 0 20px 0;
	border-top: 1px dotted #bbb;
	line-height: 1.8;
	font-size: 13px;
}
table.s01 th {
	width: 110px;
	vertical-align: middle;
	padding: 8px 25px;
	border-bottom: 1px dotted #bbb;
	border-right: 1px dotted #bbb;
	border-left: 1px dotted #bbb;
	background: #f5f2e9;
	font-weight: normal;
	text-align: left;
}
table.s01 th span {
	display: block;
	float: right;
	font-size: 85%;
	color: #d63630;
}

table.s01 td {
	vertical-align: middle;
	padding: 8px 30px;
	border-right: 1px dotted #bbb;
	border-bottom: 1px dotted #bbb;
}


/*==================================
    ■ 2-1:メイン
==================================*/
.entry {
	margin-bottom: 50px;
}

.section {
	margin-bottom: 80px;
}

.article {
	margin-top: 30px;
}
.article .left {
	float: left;
	width: 530px;
}
.article .right {
	float: right;
	width: 130px;
}
.article h3 {
	line-height: 1.4;
	margin-bottom: 10px;
	padding: 0 0 6px 18px;
	border-left:  5px #ADCC75 solid;
	border-bottom: 2px #77AED5 solid;
	color: #176FB6;
	font-size: 18px;
	letter-spacing: -0.05em;
}
.article h3 span {
	display: block;
	float: right;
	padding-top: 4px;
	color: #3f3f3f;
	font-size: 11px;
	letter-spacing: 0;
}
.readmore01 {
	float: right;
}
.readmore02 {
	margin-top: 20px;
	text-align: center;
	font-size: 18px;
}
.readmore02 a{ text-decoration: underline; }
.readmore02 a:hover{ text-decoration: none; }


/*==================================
    ■ 2-2:サイドバー
==================================*/
#sideBar{
	float:right;
	width:270px;
	margin-right: 50px;
	padding:20px;
	background: #f7efe7;
	font-size:13px;font-size:1.3rem;
}
#sideBar h2 {
	margin-bottom:10px;
	font-size:14px;font-size:1.4rem;
}
#sideBar .grayBox {
	padding: 25px 0 25px 0;
	background: #f3f3f3 url(images/side_box_btm.png) bottom center no-repeat;
}
#sideBar .grayBox p {
	padding:15px 20px;
}
#sideBar .grayBox .btn {
	margin-top:10px;
	text-align: center;
}

#sideBar ul li {
	margin-bottom: 10px;
}
#sideBar ul.sideNav li.sbg01{ background: url(images/sideNav_bg01.png) left bottom no-repeat; }
#sideBar ul.sideNav li.sbg02{ background: url(images/sideNav_bg02.png) left bottom no-repeat; }
#sideBar ul.sideNav li.sbg03{ background: url(images/sideNav_bg03.png) left bottom no-repeat; }
#sideBar ul.sideNav li.sbg04{ background: url(images/sideNav_bg04.png) left bottom no-repeat; }
#sideBar ul.sideNav li.sbg05{ background: url(images/sideNav_bg05.png) left bottom no-repeat; }
#sideBar ul.sideNav li.sbg06{ background: url(images/sideNav_bg06.png) left bottom no-repeat; }
#sideBar ul.sideNav li.sbg07{ background: url(images/sideNav_bg07.png) left bottom no-repeat; }
#sideBar ul.sideNav li.sbg08{ background: url(images/sideNav_bg08.png) left bottom no-repeat; }

/*==================================
    ■ 4:フッタ
==================================*/

#footer {
	width: 100%;
	margin-top:50px;
	font-size: 12px;
}

#footer #footerInner {
	position: relative;
	width: 810px;
	margin: 25px auto;
}

#footer #footerTop {
	padding: 17px 0;
	border-top: 1px solid #e5e5e5;
}
#footer #footerTop #footerTopInner {
	width: 810px;
	margin: 30px auto;
}
#footer #footerTop #footerTopInner #footerLogo {
	margin-bottom:28px;
}
#footer #footerTop #footerTopInner ul#fNav {
	width:300px;
	padding-left:40px;
}
#footer #footerTop #footerTopInner ul#fNav li {
	list-style-type:disc;
	list-style-position: outside;
	margin-bottom: 10px;
}
#footer #footerBottom {
	width:100%;
	padding: 10px 0;
	border-top: 1px #e1e1e1 solid;
	font-size:11px;
}
#footer #footerBottom #footerBottomInner {
	width: 770px;
	margin: 0 20px;
}
#footer #footerBottom #footerBottomInner ul li {
	display: inline;
	margin:0 14px 0 8px;
}
#footer #footerBottom #footerBottomInner ul li.first {
	margin-left:0;
}
.gotoTop {
	position: absolute;
	right: 10px;
	top: -48px;
}
address{
	padding-left:10px;
	font-style: normal;
}

.copyright {
	color: #a2a2a2;
	font-size: 11px;
	text-align: center;
}

/* お問い合わせ
----------------*/
#contactForm input[type="text"],
#contactForm textarea {
	width: 400px;
	padding:5px;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:1.1em;
	font-family:Arial, sans-serif;
	color:#333;
}

#contactForm input[type="submit"] {
	width: 400px;
	padding:.4em 1.8em .45em;

	border:1px solid #b9b9b9;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;

	background:#419321;
	background:-webkit-gradient(linear,left top,left bottom,from(#4ca42a),to(#419321));
	background:-moz-linear-gradient(top,#4ca42a,#419321);

	-webkit-box-shadow:0 1px 1px #fff;
	-moz-box-shadow:0 1px 1px #fff;
	box-shadow:0 1px 1px #fff;

	color:#fff!important;
	text-transform:uppercase;
	text-shadow:0 -1px 1px rgba(0,0,0,.4);
	font-size:20px;
	font-family:"Tenderness";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ca42a',endColorstr='#419321');
	cursor:pointer
}
#contactForm input[type="submit"]:hover {
	background:-webkit-gradient(linear,left top,left bottom,from(#429223),to(#39811d));
	background:-moz-linear-gradient(top,#429223,#39811d);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#429223',endColorstr='#39811d')
}
#contactForm input[type="submit"]:active {
	position:relative;
	top:1px
}

/* テーブル */
table.table-style01 {
	width: 700px;
	margin:0 auto 23px auto;
}
table.table-style01 th {
	width:200px;
	padding: 14px;
	background-color: #f5f5f5;
	font-weight: bold;
}
table.table-style01,
table.table-style01>tbody>tr>td,
table.table-style01>tbody>tr>th,
table.table-style01>tfoot>tr>td,
table.table-style01>tfoot>tr>th,
table.table-style01>thead>tr>td,
table.table-style01>thead>tr>th {
	border: 1px solid #ddd;
}
table.table-style01>tbody>tr>td,
table.table-style01>tbody>tr>th,
table.table-style01>tfoot>tr>td,
table.table-style01>tfoot>tr>th,
table.table-style01>thead>tr>td,
table.table-style01>thead>tr>th {
	padding: 8px;
	line-height: 1.7;
	vertical-align: top;
	border-top: 1px solid #ddd;
}



table.contact {
	width: 700px;
	margin:0 auto 23px auto;
}
table.contact th {
	width:200px;
	padding: 14px;
	background-color: #f5f5f5;
	font-weight: bold;
}
table.contact,
table.contact>tbody>tr>td,
table.contact>tbody>tr>th,
table.contact>tfoot>tr>td,
table.contact>tfoot>tr>th,
table.contact>thead>tr>td,
table.contact>thead>tr>th {
	border: 1px solid #ddd;
}
table.contact>tbody>tr>td,
table.contact>tbody>tr>th,
table.contact>tfoot>tr>td,
table.contact>tfoot>tr>th,
table.contact>thead>tr>td,
table.contact>thead>tr>th {
	padding: 8px;
	line-height: 1.7;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
table.contact span.red {
	margin-left:5px;
	color:red;
	font-size:10px;
}
table.contact label {
	display: block;
}
.personal_information {
	padding:10px;
	border:1px #ccc solid;
}
.personal_information h3 {
	font-weight:bold;
}

table.contact input[type="text"],
table.contact textarea {
	width: 400px;
	padding:5px;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:1.1em;
	font-family:Arial, sans-serif;
	color:#333;
}

.mfp_buttons input[type="submit"] {
	width: 400px;
	padding:.4em 1.8em .45em;

	border:1px solid #b9b9b9;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;

	background:#419321;
	background:-webkit-gradient(linear,left top,left bottom,from(#4ca42a),to(#419321));
	background:-moz-linear-gradient(top,#4ca42a,#419321);

	-webkit-box-shadow:0 1px 1px #fff;
	-moz-box-shadow:0 1px 1px #fff;
	box-shadow:0 1px 1px #fff;

	color:#fff!important;
	text-transform:uppercase;
	text-shadow:0 -1px 1px rgba(0,0,0,.4);
	font-size:20px;
	font-family:"Tenderness";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ca42a',endColorstr='#419321');
	cursor:pointer
}
.mfp_buttons input[type="submit"]:hover {
	background:-webkit-gradient(linear,left top,left bottom,from(#429223),to(#39811d));
	background:-moz-linear-gradient(top,#429223,#39811d);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#429223',endColorstr='#39811d')
}
.mfp_buttons input[type="submit"]:active {
	position:relative;
	top:1px
}
.attention {
	margin-left:10px;
	color:red;
	font-size:80%;
}
