
/*************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 .title,
#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;
}

.toPagetop {
	width: 950px;
	margin: 0 auto 19px;
	text-align: right;
}
.toPagetop a {
	display: block;
	width: 120px;
	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 .title {
	width: 950px;
	padding: 6px 0 1px;
	margin: 0 auto;
}
.main {
	position: relative;
	width: 958px;
	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: 21px 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;}

h2 span { display: none;}

.contents {
	padding: 0 0 50px;
}
.comment {
	position: absolute;
	top: 35px;
	right: 25px;
	z-index: 2;
}
.main .btn-main {
	position: absolute;
	top: 273px;
	left: 652px;
}
.lead {
	position: relative;
    width: 958px;
    z-index: 1;
    background: url(../images/common/box_bottom.png) no-repeat center bottom;
    padding-bottom: 8px;
    margin: 0 auto 8px;
}
.lead p {
	background: url(../images/common/box_body.png) repeat-y center;
    font-size: 14px;
    line-height: 1.5;
    padding: 11px 25px;
    margin: 0 auto;
}
.brown {
	color: #c06d3b;
  font-weight: bold;
}
.show-sp {
  display: none;
  }  
/* ---------------------------------------------------------
.sec
----------------------------------------------------------*/
.sec { width: 908px; margin: 0 auto;
}
.sec h2 {
	width: 908px;
	padding: 0 0 30px;
	margin: 0 auto;
}  
.sec p {
  text-align: justify;
	font-size: 15px;
	line-height: 1.6;
}
.sec .box {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
/* ---------------------------------------------------------
 #section1
----------------------------------------------------------*/
#section1 .box p {
  width: 510px;
}
#section1 .box .block .pic:last-child {
  margin-top: 12px;
}
#section1 .box {
  padding-bottom: 50px;
} 
/* ---------------------------------------------------------
 #section2
----------------------------------------------------------*/  
#section2 .box p {
  width: 525px;
}  
#section2 p:nth-child(3) {
  margin: 13px 0 23px;  
}
#section2 p:nth-of-type(2) {
  margin: 38px 0 76px;
}
  
/* ---------------------------------------------------------
 #section
----------------------------------------------------------*/  
#section3 .box p {
  width: 510px;
}
#section3 .box {
  padding-bottom: 63px;
}
/* ---------------------------------------------------------
 .supervisor
----------------------------------------------------------*/    
.supervisor,
.supervisor2 {
	position: relative;
	width: 796px;
	background: url(../images/common/box_small_bottom.png) no-repeat bottom;
	padding-bottom: 8px;
	margin: 35px auto 30px;
}
.supervisor .inner,
.supervisor2 .inner {
	position: relative;
	min-height: 180px;
	background: url(../images/common/box_small_head.png) no-repeat top;
}
.supervisor .pic,
.supervisor2 .pic {
	position: absolute;
	top: 14px;
	left: 14px;
}
.supervisor h4 {
	padding: 30px 0 9px 30px;
}
.supervisor h5 {
	font-size: 15px;
	padding: 0 0 0 30px;
}
.supervisor p {
	font-size: 15px;
	line-height: 1.66;
	padding: 0 31px 17px 30px;
}
.supervisor a {
	color: #3366cc;
}
.supervisor a:hover {
	text-decoration: underline;
}

.supervisor .right-col {
		position: absolute;
		right: 25px;
		bottom: 20px;
	}
	.supervisor .right-col p {
		font-size: 13px;
		text-align: center;
		padding-bottom: 10px;
	}

.supervisor .btn-item {
	text-align: right;
	padding: 8px 14px 7px 0;
}
.present {
	position: relative;
	width: 796px;
	height: 283px;
	background: url(../images/bg_present.png) no-repeat;
	margin: 0 auto;
}
.present .pic {
	position: absolute;
	top: 4px;
	left: 4px;
}
.present h4 {
	position: absolute;
	top: 10px;
	right: -12px;
	z-index: 2;
}
.present p {
	padding: 91px 0 20px 408px;
}
.present .btn {
	padding: 14px 0 0 570px;
}
#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 .title,#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 .title.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%;
}

.lead {
	width: 100%;
	font-size: 1.6rem;
	line-height: 1.5;
	background: url(../images/sp/bg_ptn.png) repeat;
	box-sizing: border-box;
	box-shadow: 0px 0px 4px 0px #bdbdbd;
    -moz-box-shadow: 0px 0px 4px 0px #bdbdbd;
    -webkit-box-shadow: 0px 0px 4px 0px #bdbdbd;
	padding: 4.5% 5.5%;
	margin-bottom: 7%;
}
.lead p {
  font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 20px;
}
#section1 .lead {
	box-shadow:0px 0px 4px 0px #bdbdbd;
	-moz-box-shadow:0px 0px 4px 0px #bdbdbd;
	-webkit-box-shadow:0px 0px 4px 0px #bdbdbd;

}
.contents {
	padding-bottom: 10%;
}
.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: #cf4646;
	letter-spacing: -1px;
	line-height: 1.25;
	padding: 3.7% 5%;
	margin-bottom: 8%;
}
.residence h2 {
	color: #c06d3b;
}
h2 img { display: none;}
#section1,
#section2,
#section3,
#section4 {
	background: url(../images/sp/bg_ptn.png) repeat;
} 
.brown {
	color: #c06d3b;
  font-weight: bold;
}
.toPagetop,
.modBlock,
.container {
  width: 100%; 
}
/* ---------------------------------------------------------
 .sec
----------------------------------------------------------*/   
.sec {
	padding-bottom: 40px;
}
.sec p {
	font-size: 1.6rem;
	line-height: 1.6;
	padding: 0 5%;
} 
.sec .pic {
  width: 90%;
  margin: 0 auto;
}
  /* ---------------------------------------------------------
 #section1
----------------------------------------------------------*/ 
#section1 .box .block .pic:last-child {
  margin-top: 20px;
}
#section1 .box {
  margin-bottom: 20px;
}
  
/* ---------------------------------------------------------
 #section2
----------------------------------------------------------*/    
#section2 .box:nth-of-type(2) .pic {
   width: 65%;
   padding-bottom: 25px;
}  
#section2 .box .pic {
   padding-bottom: 6%;
}
#section2 .box p,
#section2 p:nth-of-type(1) {
  margin-bottom: 20px;
}
/* ---------------------------------------------------------
 #section3
----------------------------------------------------------*/ 
#section3 .box p {
  margin-bottom: 20px;
} 
  
/* ---------------------------------------------------------
 #footerArea
----------------------------------------------------------*/  
#footerArea { display: none;}
  
.toPagetop {
  text-align: right;
}  

.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
------------------------------------------------------------------------------- */
.title {
	width: 74.1%;
	margin: 1% 0 2% 5.3%;
}
.residence .title {
	width: 67.8%;
	margin: 1% 0 2% 5.3%;
}
.main .pic {
	width: 100%;
	padding-top: 82.4%;
	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: 20px 0;
	margin: 0 auto;
}
.supervisor .pic,
.supervisor2 .pic {
	float: left;
	width: 21%;
}
.supervisor .btn {
	width: 80%;
	margin: 0 auto;
}
.supervisor img {
	width: 100%;
	height: auto;
}
.supervisor h4,
.supervisor2 h4 {
	width: 76.4%;
	font-size: 1.6rem;
	color: #cf4646;
	margin-bottom: 10px;
}
.residence .supervisor h4 {
	color: #c06d3b;
}
.supervisor h5,
.supervisor p,
.supervisor2 p {
	font-size: 1.6rem;
	line-height: 1.6;
}
.supervisor p {
	margin-bottom: 20px;
}
.supervisor h4 img,
.supervisor2 h4 img { display: none;}
.btn-item {
	width: 60%;
    margin: 0 auto;
}
.btn-item 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 .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;}

}