<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*************index*************** 

 * 1. import
 * 2. font
 * 3. reset
 * 4. PC繝ｻ繧ｹ繝槭�蜷�ｨｭ螳�
 
 ********************************/
 
/********************************
 * 1. import
 ********************************/
/*@import "reset.css";
@import "util.css";*/


/********************************
 * 2. font
 ********************************/
a {
	color: #006699;
	text-decoration: none; }
a:visited {color: #006699; }
a:hover {color: #54C3F1; }
a:active {color: #54C3F1; }

/* Font-Size */
.f10{font-size:10px; line-height:14px;}
.f11{font-size:11px; line-height:15px;}
.f12{font-size:12px; line-height:16px;}
.f13{font-size:13px; line-height:17px;}
.f14{font-size:14px; line-height:18px;}


/********************************
 * 3. reset
 ********************************/


/********************************
 * 4. PC繝ｻ繧ｹ繝槭�蜷�ｨｭ螳�
 ********************************/
@media screen and (min-width: 769px) {

body {
	font-family:"繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #333;
}
img { vertical-align: top;}

/* 蟷�950px險ｭ螳� */
.innerContents {
	position: relative;
	width: 950px;
	margin: 0 auto;
}
#index .innerContents {
	position: relative;
	width: 958px;
	margin: 0 auto;
}


/* 繝倥ャ繝繝ｼ */
#index #headerArea {
	position: relative;
	height: 58px;
	border-bottom: 1px solid #d3c898;
}
#headerArea .innerContents { width: 950px;}
#index #headerArea h1,
#premistLogo { position: absolute; top: 15px; left: 1px;}
#headerArea .logo { position: absolute; top: 18px; right: 0;}

#headerArea a img,
#globalNavArea a img,
#headerNavArea a img,
#footerNavArea a img,
#footerArea a img {
	border: none;
}

#pageTop {
	width: 950px;
	margin: 0 auto 19px;
	text-align: right;
}
#pageTop a {
	display: block;
	width: 104px;
	padding: 21px 0;
	margin-left: 846px;
}

.bold { font-weight: bold;}

/* footerArea
------------------------------------------------------------------------------- */

#footerArea {
	border-top: 1px solid #d0c495;
	height: 126px;
}
#footerArea .footerBlock {
	position: relative;
	width: 950px;
	margin: 0 auto;
}
#footerArea .footerBlock .logoPic {
	position: absolute;
	top: 17px;
	left: 20px;
}
#footerArea .footerBlock .logoTxt {
	position: absolute;
	top: 24px;
	right: 32px;
}
#footerArea .footerBlock .copyright {
	padding: 50px 32px 0 0;
	text-align: right;
	font-size: 11px;
	line-height: 1;
}
#footerArea br { display: none;}


/* sp髱櫁｡ｨ遉ｺ */
.sp,nav { display: none !important;}

/* index
------------------------------------------------------------------------------- */
#headerArea {
	position: relative;
	height: 107px;
	background: url(../images/common/header_shadow.png) repeat-x bottom;
	padding-bottom: 4px;
	z-index: 2;
}
h3 span {
	display: none;
}

.headerNav {
	width: 100%;
	height: 60px;
	display: block;
}
.headerNav ul {
	position: relative;
	width: 950px;
	height: 60px;
	margin: 0 auto;
}

.footerNav { height: 74px; background-color: #eee; margin-bottom: 6px;}
.footerNav ul {
	position: relative;
	width: 950px;
	height: 60px;
	margin: 0 auto;
}
.headerNav li,.footerNav li {
	position: absolute;
	list-style: none;
	top: 50px;
}
.footerNav li {
	top: 16px;
}
.headerNav li.nav1 { left: -2px;}
.headerNav li.nav2,.footerNav li.nav2 { left: 237px;}
.headerNav li.nav3,.footerNav li.nav3 { left: 478px;}
.headerNav li.nav4,.footerNav li.nav4 { left: 718px;}

	
.contents h1 {
}
.main {
	position: relative;
	width: 958px;
	padding-top: 45px;
	margin: 0 auto 12px;
}

.boxHead {
	width: 958px;
	height: 8px;
	background: url(../images/common/box_head.png) no-repeat center top;
	margin: 0 auto;
}
.boxBottom {
	width: 958px;
	height: 8px;
	background: url(../images/common/box_bottom.png) no-repeat center top;
	margin: 0 auto;
}

.contents .innerContents {
	position: relative;
	width: 958px;
	background: url(../images/common/box_body.png) repeat-y center 8px;
	font-size: 13px;
	line-height: 1.5;
	padding-bottom: 22px;
}
.btnBlock { padding: 27px 0 28px;}
.btnBlock ul {
	position: relative;
	width: 908px;
	height: 73px;
	margin: 0 auto;
}
.btnBlock li {
	position: absolute;
	top: 0;
	list-style: none;
}
.btnBlock li.btn2 { left: 304px;}
.btnBlock li.btn3  { right: 0;}

#section1 h2,
#section2 h2,
#section3 h2 {
	width: 908px;
	padding: 0 0 30px;
	margin: 0 auto;
}
h2 span { display: none;}

.contents {
	background: url(../images/bg.jpg) repeat-y center top;
	padding: 0 0 50px;
}
.comment {
	position: absolute;
	bottom: 95px;
	right: 30px;
	z-index: 2;
}
.main .btn-main {
	position: absolute;
	top: 273px;
	left: 652px;
}
.lead {
    font-size: 14px;
    line-height: 1.6;
    padding: 11px 25px 0;
    margin: 0 auto;
}
#section1,
#section2,
#section3,
#section4 { width: 908px; margin: 0 auto;}
#section2,
#section3 {
	padding: 50px 0 10px;
}

#section1 .pic,
#section2 .pic,
#section3 .pic {
	float: right;
	position: relative;
	width: 443px;
	min-height: 296px;
}
#section1 .slide,
#section2 .slide,
#section3 .slide { position: absolute; display: none; left: 0;}
#section1 .slide:first-child,
#section2 .slide:first-child,
#section3 .slide:first-child { display: block;}	
#section1 .txt-block,
#section2 .txt-block,
#section3 .txt-block { float: left; width: 440px;}
	
#section1 p,
#section2 p,
#section3 p {
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 10px;
}
	
	
#section1 .txt1 {
	width: 100%;
	text-align: center;
	padding: 40px 0 60px;
}
#section1 .txt2 {
	text-align: center;
	margin-bottom: 24px;
}
	#section1 .btn {
		text-align: center;
	}
	#section1 .btn p {
		font-size: 12px;
		color: #7a6820;
		text-align: center;
		padding-top: 4px;
	}

	#section2 .subttl1 {
		text-align: center;
		padding: 60px 0 25px;
	}
	#section2 .pink {
		width: 832px;
		height: 73px;
		background-color: #ffeceb;
		margin: 0 auto;
	}
	#section2 .pink p {
		font-size: 24px;
		line-height: 1;
		padding: 26px 0 0 38px;
	}
	#section2 .pink sub {
		font-size: 12px;
	}
	#section2 .pink + .caution {
		width: 832px;
		font-size: 12px;
		padding: 15px 0 25px;
		margin: 0 auto;
	}
	#section2 .subttl2 {
		text-align: center;
		padding: 35px 0 20px;
	}
	#section2 .wrapper {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
		width: 830px;
		margin: 0 auto;		
	}
	#section2 .wrapper table {
		width: 405px;
		background-color: #fff;
		border: 1px solid #e6e6e6;
		margin: 10px 0 60px;
	}
	#section2 .wrapper th {
		width: 134px;
		font-size: 14px;
		font-weight: normal;
		line-height: 37px;
		text-align: center;
		color: #fff;
		background-color: #b09630;
		border: 1px solid #e6e6e6;
	}
	#section2 .wrapper td {
		font-size: 14px;
		line-height: 37px;
		text-align: center;
		border: 1px solid #e6e6e6;
	}
	#section2 .subttl3 {
		text-align: center;
		padding: 0 0 20px;
	}
	#section2 .txt1 {
		width: 832px;
		margin: 0 auto 30px;
	}
	#section2 .subttl4 {
		text-align: center;
		padding: 0 0 20px;
	}
	#section2 .txt-case {
		font-size: 15px;
		background-color: #fff;
		box-shadow: 0px 0px 5px 0px rgba(47, 29, 27, 0.17);
  width: 788px;
		padding: 32px 27px;
		margin: 0 auto 15px;
		box-sizing: border-box;
	}
	#section2 .txt-case h4 {
		font-weight: bold;
	}
	#section2 .txt-case p {
		margin: 0;
	}
	#section2 .subttl5 {
		text-align: center;
		padding: 40px 0 20px;
	}
	#section2 .faq .block {
		position: relative;
		background-color: #fff;
		box-shadow: 0px 0px 5px 0px rgba(47, 29, 27, 0.17);
		width: 913px;
		padding: 30px 22px;
		margin: 0 auto 20px;
		box-sizing: border-box;
	}
	#section2 .faq dt {
		font-size: 15px;
		font-weight: bold;
		color: #ef5350;
		line-height: 1;
		text-indent: -30px;
		padding-left: 40px;
		margin-bottom: 20px;
	}
	#section2 .faq dt:before {
		display: inline-block;
		content: url(../images/icon_q.png);
		vertical-align: top;
		margin: -6px 10px 0 20px;
	}
	#section2 .faq dd {
		font-size: 15px;
		font-weight: bold;
		line-height: 1;
		color: #34495e;
		text-indent: -30px;
		padding-left: 40px;
		margin-bottom: 5px;
	}
	#section2 .faq dd:before {
		display: inline-block;
		content: url(../images/icon_a.png);
		vertical-align: top;
		margin: -6px 10px 0 20px;
	}
	#section2 .faq h4 {
		font-size: 15px;
		font-weight: bold;
		padding: 0 0 6px 40px;
	}
	#section2 .faq p {
		font-size: 13px;
		color: #666;
		padding: 0 0 0 50px;
	}
	#section2 .faq .block:first-child p {
		margin-bottom: 20px;
	}
	#section2 .faq p:last-child {
		margin-bottom: 0;
	}
	#section2 .faq p.caution {
		font-size: 12px;
		padding-left: 40px;
	}
	#section2 .faq .ill1 {
		position: absolute;
		top: 74px;
		right: 35px;
	}
	#section2 .faq .txt-big {
		font-size: 15px;
		padding-left: 40px;
	}
	#section2 .faq .caution {
		font-size: 12px;
		text-indent: -12px;
		padding-left: 12px;
		margin-left: 12px;
	}
	#section2 .faq .graph {
		padding: 30px 0 30px 40px;
	}
	#section2 .faq .ill2 {
		position: absolute;
		top: 55px;
		right: 53px;
	}
	#section3 h2:first-child + p {
		margin-bottom: 40px;
	}
	#section3 &gt; .block {
  width: 914px !important;
		background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(47, 28, 26, 0.21);
		padding: 20px 0 40px;
		margin: 0 auto 35px;		
	}
	#section3 &gt; .block h3 {
		text-align: center;
	}
	#section3 &gt; .block h4 {
		font-size: 20px;
		line-height: 35px;
		margin: 30px 0 10px 15px;
	}
	#section3 &gt; .block:nth-of-type(2) h4 {
		margin-top: 20px;
	}
	#section3 &gt; .block h4 img {
		margin-right: 22px;
	}
	#section3 &gt; .block p {
		font-size: 15px;
		padding: 0 20px 0 120px;
	}
	#section3 &gt; .block p sup {
		font-size: 10px;
	}
	#section3 &gt; .block .caution {
		font-size: 12px;
		color: #333;
	}
	#section3 &gt; .block .lead {
		width: 804px;
		background: none;
		padding: 25px 0 50px;
		margin: 0 auto;
	}
	#section3 &gt; .block .subttl {
		width: 375px;
		text-align: center;
		font-size: 20px;
		text-align: center;
		padding-bottom: 2px;
		border-bottom: 2px solid #7a6820;
		margin: 0 auto;
	}
	#section3 &gt; .block .caution2 {
		font-size: 15px;
		padding: 20px 20px 10px;
		margin: 0 auto;
	}
	#section3 .btn {
		text-align: center;
		margin: 50px 0 65px;
	}
	#section3 .btn p {
		font-size: 12px;
		color: #7a6820;
		text-align: center;
		padding-top: 4px;
	}
	#section3 .faq h3 {
		text-align: center;
	}
	#section3 .faq .lead {
		font-size: 15px;
		width: 788px;
		padding: 25px 0 50px;
		margin: 0 auto;
	}
	#section3 .faq h4 {
		text-align: center;
		margin-bottom: 25px;
	}
	#section3 .block {		
  width: 788px;
  box-shadow: 0px 0px 5px 0px rgba(47, 29, 27, 0.17);
		padding: 26px 20px 20px;
		margin: 0 auto 20px;
		box-sizing: border-box;
	}
	#section3 .faq .block:nth-of-type(4) {
		margin-bottom: 65px;
	}
	#section3 .faq dt {
		font-size: 15px;
		font-weight: bold;
		color: #ef5350;
		line-height: 1;
		text-indent: -30px;
		padding-left: 40px;
		margin-bottom: 15px;
	}
	#section3 .faq dt:before {
		display: inline-block;
		content: url(../images/icon_q.png);
		vertical-align: top;
		margin: -6px 10px 0 20px;
	}
	#section3 .faq dd {
		position: relative;
		font-size: 14px;
		line-height: 1;
		color: #34495e;
		padding-left: 40px;
		margin-bottom: 5px;
	}
	#section3 .faq dd:before {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		content: url(../images/icon_a.png);
		vertical-align: top;
	}
	#section3 .faq .block p:last-child {
		margin-bottom: 0;
	}
	#section3 .faq .caution {
		width: 788px;
		font-size: 11px;
		padding-top: 20px;
		margin: 0 auto;
	}
	#section3 .faq .block .caution {
		width: auto;
		padding: 0 0 20px;
	}
	

.mb0 {
	margin-bottom: 0;
}
.red {
	font-weight: bold;
	color: #ef5350;
}
.white-box {
	width: 853px;
	background-color: #fff;
	padding: 20px 30px 23px 25px;
	margin: 0 auto;
}
.white-box h2 {
	text-align: center;
	margin-bottom: 17px;
}
.white-box h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 30px 0 3px;
}
.white-box p {
	font-size: 15px;
	line-height: 1.7;
}
.white-box ul {
	margin-left: 18px;
}
.white-box li {
	font-size: 15px;
	line-height: 1.6;
	list-style: disc;
}
.white-box li a {
	color: #0068b7;
}
.white-box li a:hover {
	opacity: 0.8;
}
	
.conclusion {
	clear: both;
	width: 788px;
	background: url(../images/bg_conclusion_bottom.png) no-repeat center bottom;
	padding-bottom: 4px;
	margin: 40px auto 20px;
}
.conclusion p {
	width: 738px;
	font-size: 15px;
	line-height: 1.7;
	background: url(../images/bg_conclusion.png) no-repeat center top;
	padding: 25px !important;
}
.supervisor {
	position: relative;
	width: 796px;
	background: url(../images/common/box_small_bottom.png) no-repeat bottom;
	padding-bottom: 8px;
	margin: 60px auto;
}
.supervisor .inner {
	display: -webkit-flex; /* Safari */
	display: flex;
	position: relative;
	background: url(../images/common/box_small_head.png) no-repeat top;
}
.supervisor .left-col {
	width: 158px;
	padding: 15px 0 7px;
	margin-left: 15px;
}
.supervisor .right-col {
	width: 440px;
	padding: 21px 20px 0 0;
}
.supervisor .right-col p {
	font-size: 12px;
}
.supervisor h4 {
	padding: 0 0 9px;
}
.supervisor p.small {
	font-size: 10px;
	line-height: 1.4;
}
.supervisor .btn {
	text-align: right;
	padding: 20px 5px 18px 0;
}
.present {
	display: -webkit-flex; /* Safari */
	display: flex;
	position: relative;
	width: 788px;
	background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
	/*
	background: url(../images/bg_present.png) no-repeat;
	*/
	margin: 0 auto;
}
.present .pic {
}
.present h4 {
	position: absolute;
	top: 10px;
	right: -12px;
	z-index: 2;
}
.present p {
	padding: 90px 0 15px 22px;
}
.present .btn {
	padding: 0 0 0 184px;
}
#footerArea { display: none;}

}



@media screen and (max-width: 768px) {
html { font-size: 62.5%;}
body {
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3";
	font-size: 12px !important;
	color: #333333;
	line-height: 1.2 !important;
	width: 100%;
}
	
img { width: 100%; height: auto; line-height: 1; vertical-align: top; margin: 0; padding: 0;}
.innerContents { position: relative; width: 90.4%; margin: 0 auto;}

.bold { font-weight: bold;}

#headerArea {
	width: 100%;
	height: 100%;
	padding-top: 8.1%;
	border-bottom: 1px solid #d3c898;
}
#headerArea .innerContents { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
#headerArea h1,#headerArea #premistLogo { position: absolute; width: 26.1%; top: 0; left: 5%; margin-top: 2.8%;}
#headerArea .logo { position: absolute; width: 19.6%; top: 0; right: 5%; margin-top: 2.1%;}
#headerArea .menu { position: absolute; top: 13px; right: 0;}
#headerArea .btnNav { position: absolute; width: 7.7%; top: 0; right: 5%; margin-top: 2.8%;}

#headerArea { padding-top: 13.2%; border: none;}
#headerArea #premistLogo { margin-top: 5.5%;}

.headerNav {
	border-top: 3px solid #7a6820;
	border-bottom: 2px solid #7a6820;
	display: none;
}
.headerNav li {
	position: relative;
	display: block;
	width: 100%;
	background: url(../images/sp/nav_top.png) no-repeat;
	background-size: contain;
	padding-top: 13.3%;
	border-bottom: 1px solid #7a6820;
}
.headerNav li a { display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0;}
.headerNav li img { display: none;}
.headerNav li:nth-child(2) { background-image: url(../images/sp/nav_backnumber.png);}

.contents { position: relative; overflow: hidden;}

.contents nav {
	width: 100%;
	position: absolute;
	background-color: #fff;
	text-align: center;
	z-index: 2;
	margin-top: -310px;
}
nav ul {
	padding: 10px 0;
	border-bottom: 1px solid #d3c898;
	background-color: #fff;
}
nav li { margin-bottom: 4px;}

#pageTop a {
	display: block;
	width: 17.7%;
	background: url(../images/sp/pagetop.png) no-repeat;
	background-size: contain;
	padding-top: 17.7%;
	margin: 10px 0 0 78.6%;
}
#pageTop img { display: none;}
#footerArea {
	border-top: 1px solid #d3c898;
	padding: 7% 0;
}
#footerArea .logoPic {
	width: 22.7%;
	background: url(../images/sp/common/logo_footer_mark.png) no-repeat;
	background-size: contain;
	padding-top: 20.4%;
	margin: 0 auto 7.7%;
}
#footerArea .logoTxt {
	width: 33.8%;
	background: url(../images/sp/common/logo_footer_txt.png) no-repeat;
	background-size: contain;
	padding-top: 3.1%;
	margin: 0 auto 7%;
}

#footerArea .logoPic img,
#footerArea .logoTxt img { display: none;}
#footerArea .copyright { font-size: 1rem; text-align: center;}

.contents h1.eat {
	width: 67.8%;
	margin: 1% 0 2% 5.3%;
}
	
.main .pic {
	box-shadow:0px 0px 4px 0px #bdbdbd;
	-moz-box-shadow:0px 0px 4px 0px #bdbdbd;
	-webkit-box-shadow:0px 0px 4px 0px #bdbdbd;
	margin-bottom: 3%;
}

.contents {
	padding-bottom: 30%;
}
.contents .innerContents {
	width: 100%;
	background: url(../images/sp/bg_ptn.png) repeat;
	box-shadow:0px 0px 4px 0px #bdbdbd;
	-moz-box-shadow:0px 0px 4px 0px #bdbdbd;
	-webkit-box-shadow:0px 0px 4px 0px #bdbdbd;
	padding-bottom: 8%;
	margin-bottom: 7%;
}
.btnBlock ul {
	padding: 8% 0 2.6%;
}
.btnBlock li {
	position: relative;
	width: 78.6%;
	font-size: 1.4rem;
	background: url(../images/sp/menu_01.png) no-repeat;
	background-size: contain;
	padding-top: 13.6%;
	margin: 0 auto 2.6%;
}
.btnBlock li:nth-child(2) {
	background: url(../images/sp/menu_02.png) no-repeat;
	background-size: contain;
}
.btnBlock li:nth-child(3) {
	background: url(../images/sp/menu_03.png) no-repeat;
	background-size: contain;
}
.btnBlock li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.btnBlock li img { display: none;}
.contents h2 {
	width: 90%;
	background-color: #fff;
	font-size: 2rem;
	text-align: center;
	color: #7a6820;
	letter-spacing: -1px;
	line-height: 1.25;
	padding: 3.7% 5%;
	margin-bottom: 10px;
}
.residence h2 {
	color: #c06d3b;
}
.interest h2 {
	color: #4b868c;
}
h2 img { display: none;}
#section1,
#section2,
#section3,
#section4 {
	background: url(../images/sp/bg_ptn.png) repeat;
}
.red {
	font-weight: bold;
	color: #ef5350;
}
#section1 {
	padding-bottom: 20px;
}
#section1 .pic,
#section2 .pic,
#section3 .pic { position: relative; width: 78.6%; margin: 0 auto;}
#section2 .pic { margin-bottom: 20px;}

#section1 .txt-block,
#section2 .txt-block,
#section3 .txt-block {
	padding: 7% 0;
}
#section1 p,
#section2 p,
#section3 p,
#section4 p,
#section3 li {
	font-size: 1.4rem;
	line-height: 1.6;
	padding: 0 5%;
	margin-bottom: 1%;
}
#section3 li {
	text-indent: -1.6rem;
	margin: 0 0 10px 1.6rem;
}

	.innerContents &gt; .lead {
		width: 90%;
		font-size: 1.4rem;
		line-height: 1.6;
		padding: 20px 0 0;
		margin: 0 auto;
	}
	#section1 .txt1 {
		width: 90vw;
		margin: 20px auto 40px;
	}
	#section1 .txt2 {
		width: 90vw;
		margin: 0 auto 20px;
	}
	#section1 .btn {
		width: 90vw;
	color: #7a6820;
		text-align: center;
		margin: 0 auto;
	}
	#section1 .btn p {
		font-size: 1.2rem;
		padding: 5px 0 0;
	}
	#section2 .subttl1 {
		width: 41.5vw;
		margin: 20px auto 10px;
	}
	#section2 .pink {
		width: 90vw;
		background-color: #ffeceb;
		margin: 0 auto;
	}
	#section2 .pink p {
		font-size: 1.5rem;
		line-height: 1;
		padding: 15px 20px;
	}
	#section2 .pink sub {
		font-size: 1.1rem;
	}
	#section2 .pink + .caution {
		width: 90vw;
		font-size: 1.2rem;
		padding: 15px 0 25px;
		margin: 0 auto;
	}
	#section2 .subttl2 {
		width: 34.7vw;
		margin: 30px auto 15px;
	}
	#section2 .wrapper h4 {
		width: 90vw;
		font-size: 1.4rem;
		line-height: 1.5;
		margin: 0 auto;
	}
	#section2 .wrapper table {
		width: 90vw;
		background-color: #fff;
		border: 1px solid #e6e6e6;
		margin: 10px auto 20px;
	}
	#section2 .wrapper th {
		width: 33.3%;
		font-size: 14px;
		font-weight: normal;
		line-height: 37px;
		text-align: center;
		color: #fff;
		background-color: #b09630;
		border: 1px solid #e6e6e6;
	}
	#section2 .wrapper td {
		font-size: 14px;
		line-height: 37px;
		text-align: center;
		border: 1px solid #e6e6e6;
	}
	#section2 .subttl3 {
		width: 70.7vw;
		margin: 30px auto 15px;
	}
	#section2 .subttl4 {
		width: 38.7vw;
		margin: 30px auto 15px;
	}
	#section2 .txt-case {
		font-size: 1.5px;
		background-color: #fff;
		box-shadow: 0px 0px 5px 0px rgba(47, 29, 27, 0.17);
  width: 90vw;
		padding: 20px;
		margin: 0 auto 15px;
		box-sizing: border-box;
	}
	#section2 .txt-case h4 {
		font-size: 1.4rem;
		line-height: 1.6;
		font-weight: bold;
		margin-bottom: 10px;
	}
	#section2 .txt-case p {
		font-size: 1.4rem;
		padding: 0;
		margin: 0;
	}
	#section2 .subttl5 {
		width: 27vw;
		margin: 30px auto 15px;
	}
	#section2 .faq .block,
	#section3 .faq .block {
		position: relative;
		background-color: #fff;
		box-shadow: 0px 0px 5px 0px rgba(47, 29, 27, 0.17);
		width: 90vw;
		padding: 20px;
		margin: 0 auto 20px;
		box-sizing: border-box;
	}
	#section2 .faq dt,
	#section3 .faq dt {
		position: relative;
		font-size: 1.4rem;
		font-weight: bold;
		color: #ef5350;
		line-height: 1.4;
		padding: 5px 0 0 40px;
		margin-bottom: 10px;
	}
	#section2 .faq dt:before,
	#section3 .faq dt:before {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		content: url(../images/icon_q.png);
	}
	#section2 .faq dd,
	#section3 .faq dd {
		position: relative;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.4;
		color: #34495e;
		padding: 5px 0 0 40px;
		margin-bottom: 10px;
	}
	#section3 .faq dd {
		font-weight: normal;
	}
	#section2 .faq dd:before,
	#section3 .faq dd:before {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		content: url(../images/icon_a.png);
	}
	#section2 .faq h4 {
		font-size: 1.4rem;
		line-height: 1.4;
		font-weight: bold;
		padding: 0 0 6px;
	}
	#section2 .faq p,
	#section3 .faq p {
		font-size: 1.3rem;
		color: #666;
		padding: 0;
		margin-bottom: 15px;
	}
	#section2 .faq p.caution {
		font-size: 1.2rem;
		color: #666;
	}
	#section2 .faq .ill1 {
		width: 80%;
		margin: 0 auto;
	}
	#section2 .faq .graph {
		width: 100%;
		background: url(../images/graph_02_sp.png) no-repeat;
		background-size: contain;
		padding-top: 30%;
		margin-bottom: 20px;
	}
	#section2 .faq .graph img {
		display: none;
	}
	#section2 .faq .ill2 {
		width: 60%;
		margin: 0 auto;
	}
	
	#section3 .subttl1 {
		width: 90%;
		margin: 0 auto 15px;
	}
	#section3 .block {
		width: 90%;
  box-shadow: 0px 0px 5px 0px rgba(47, 29, 27, 0.17);
		padding: 10px 0;
		margin: 0 auto 20px;
		box-sizing: border-box;
	}
	#section3 h4 img {
		display: block;
		width: 20%;
		margin-bottom: 5px;
	}
	#section3 h4 {
		width: 90%;
		font-size: 1.5rem;
		font-weight: bold;
		text-align: left;
		margin: 20px auto 10px;
	}
	#section3 .subttl2 {
		width: 90%;
		margin: 0 auto 15px;
	}
	#section3 .caution2 {
		font-size: 1.2rem;
		padding-top: 10px;
	}
	#section3 .subttl {
		width: 90%;
		font-size: 1.5rem;
		font-weight: bold;
		text-align: center;
		border-bottom: 2px solid #7a6820;
		margin: 20px auto;
	}
	#section3 .btn {
		width: 90vw;
	color: #7a6820;
		text-align: center;
		margin: 0 auto 30px;
	}
	#section3 .btn p {
		font-size: 1.2rem;
		padding: 5px 0 0;
	}
	#section3 .faq h3 {
		width: 90%;
		margin: 0 auto 20px;
	}
	#section3 .faq .lead {
		width: 90%;
		margin: 0 auto;
	}
	#section3 .faq h4 img {
		width: 100%;
	}
	#section3 .faq .caution {
		width: 90%;
		font-size: 1.2rem;
		margin: 0 auto;
	}

.pic.slider {
    padding-top: 50%;
}
.slide {
    position: absolute;
    top: 0;
	display: none;
}
.slide:first-child {
	display: block;
}
.white-box {
	background-color: #fff;
	margin-bottom: 20px;
}
.white-box h2 { margin-bottom: 10px;}
.white-box h2 img {
	display: block;
	width: 60%;
	height: auto;
	margin: 0 auto;
}
.white-box h3 {
	font-size: 1.8rem;
	padding: 0 5%;
	margin: 15px 0 5px;
}
.white-box p,
.white-box ul {
	font-size: 1.6rem;
	line-height: 1.6;
	padding: 0 5%;
	margin-bottom: 1%;		
}
.white-box ul {
	list-style: disc;
	margin-left: 20px;
}
.conclusion {
	width: 89.3%;
    border: 1px solid #cf4646;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 3% 0;
    margin: 0 auto 20px;
}
.conclusion p {
    width: 88.6%;
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 0 auto;
}
	
#footerArea { display: none;}
#pageTop {
	position: relative;
	margin-top: -30%;
	z-index: 2;
}

.footerNav {
	background-color: #f1f1f1;
}
.footerNav ul {
	width: 290px;
	margin: 0 auto;
	padding: 5px 0;
}
.footerNav li {
	height: 35px;
	margin-bottom: 5px;
}

.pc { display: none;}

/* sp interest
------------------------------------------------------------------------------- */
.contents {
	background:url(../images/bg.jpg) repeat center top;
}
h1 {
	width: 74.1%;
	margin: 1% 0 2% 5.3%;
}
.residence h1 {
	width: 67.8%;
	margin: 1% 0 2% 5.3%;
}
.main .pic {
	width: 100%;
	padding-top: 81.7%;
	background: url(../images/sp/pic_main.jpg) no-repeat;
	background-size: contain;
}
.main .comment {
	width: 60%;
	margin: 0 auto;
}
.main .btn-main {
	width: 60%;
	margin: 10px auto 20px;
}
.main .pic img { display: none;}

.conclusion {
	border: 1px solid #cf4646;
	border-radius: 4px;
	-webkit-border-radius: 4px;	/* Safari,Google Chrome逕ｨ */
	-moz-border-radius: 4px;	/* Firefox逕ｨ */
	padding: 3% 0;
}

.supervisor,
.supervisor2,
.present{
	background-color: #fff;
	box-shadow:0px 0px 4px 0px #bdbdbd;
	-moz-box-shadow:0px 0px 4px 0px #bdbdbd;
	-webkit-box-shadow:0px 0px 4px 0px #bdbdbd;
	margin-bottom: 7%;
}
.supervisor .inner,
.supervisor2 .inner {
	width: 89.3%;
	padding: 8% 0;
	margin: 0 auto;
}
.supervisor .pic {
	width: 50%;	
	margin: 0 auto 20px;
}
.supervisor h4 {
	width: 80vw;
	font-size: 1.6rem;
	line-height: 1.4;
	color: #cf4646;
	margin-bottom: 10px;
}
.residence .supervisor h4 {
	color: #c06d3b;
}
.interest .supervisor h4 {
	color: #4b868c;
}

.supervisor p {
	font-size: 1.3rem;
	line-height: 1.6;
	margin-bottom: 10px;
}
.supervisor .btn {
	width: 70%;
	margin: 0 auto;
}
.supervisor .btn img { width: 100%; height: auto;}

.present { padding: 5.3% 0;}

.present h4 {
	width: 89.6%;
	background: url(../images/sp/title_present.png) right no-repeat;
	background-size: contain;
	padding-top: 17.2%;
	margin-left: auto;
}
.present h4 img { display: none;}

.present .pic {
	width: 78.6%;
	margin: 5% auto;
}
.present p {
	width: 78.6%;
	font-size: 1.6rem;
	line-height: 1.6;
	margin: 0 auto 5%;
}
.present .small {
	font-size: 1.3rem;
}
.present .btn a {
	display: block;
	width: 78.6%;
	background:url(../images/sp/btn_present.png) no-repeat;
	background-size: contain;
	padding-top: 12.1%;
	margin: 0 auto;
}
.present p img,
.present .btn img { display: none;}

}</pre></body></html>