@charset "utf-8";
/* CSS Document */

/* update */



/*  style.css */
/*- 共通 -----------------------------------------*/
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;
    font-size:100%;
    text-decoration: none;
    vertical-align:baseline;
    background:transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,div {
	display:block;
}

body {
	width:100%;
	min-width:1400px;
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
 font-weight: normal;
 color: #5b4741;
 text-decoration: none;
 overflow-x:hidden;
 background: url(../images/body_bg.jpg) repeat;
}

a {
	color: #5b4741;/* site select */
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #5882c3;/* site select */
	text-decoration: none;
}

a:focus {
	outline: none;
}

a img {
 transition: opacity 0.2s linear;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	zoom: 1;
}

img {
	border: none;
	outline: none;
	vertical-align: top;
}

.indent {
    text-indent: -1em;
    padding-left: 1em;
    display: inline-block;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* 全体の内包幅 */

.container {
	width: 980px;
	margin: 0 auto;
}

/* header */

header {
	width: 100%;
	min-width: 1400px;
	height: 134px;
 background: url(../images/header_bg.jpg) repeat;
	position: fixed;
	top: 0;
	z-index: 100;
 box-shadow: 0 3px 30px #aaaaaa;
}

header #header_contents {
 position: relative;
}

header h1 {
 position: absolute;
 top: 0;
 left: 0;
 z-index: 110;
}

header #header_title {
 position: absolute;
 top: 0;
 left: 235px;
 z-index: 110;
}

header #header_tel {
 position: absolute;
 top: 0;
 left: 665px;
 z-index: 110;
}

header #header_reserve {
 position: absolute;
 top: 0;
 left: 854px;
 z-index: 110;
}

header nav {
 padding-top: 69px;
 margin-left: 236px;
}

header nav ul li {
	float: left;
}

header nav ul li a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity: 1;
	zoom: 1;
}

/* KV */

#top #kv {
	width: 100%;
	min-width: 1400px;
 margin-top: 134px;
 position: relative;
}

#top #kv #movie {
	width: 100%;
	min-width: 1400px;
	height: 100%;
 max-height: 530px;
	background-size: cover;
	text-align: center;
	overflow: hidden;
}

#top #kv #movie video {
	margin: 0 auto;
	width: 100%;
}

#top #kv #kv_logo {
	width:437px;
 position: absolute;
 margin:auto;
 top: 20%;
 left: 0;
 right:0;
 z-index: 1;
}

#top #kv #weather {
 width: 130px;
 height: 130px;
 position: absolute;
 margin: auto;
 top: 5.6%;
 left: 850px;
 right: 0;
 z-index: 1;
 background: url(../images/weather_bg.png) no-repeat;
 padding: 37px 0 0 6px;
}

/* main */

#top main a:hover div {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	zoom: 1;
}

#top main #introduction {
 height: 1761px;
 padding-top: 81px;
 position: relative;
}

#top main #introduction #introduction_hdg {
 display: none;
}

#top main #introduction #concept {
 margin-left: 158px;
 padding-top: 60px;
 width: 822px;
 height: 359px;
 background-color: #ffffff;
}

#top main #introduction #concept #concept_hdg {
 margin-left: 357px;
}

#top main #introduction #concept #concept_text {
 margin: 23px 0 0 354px;
 width: 405px;
 line-height: 1.6;
 letter-spacing: 0.02em;
}

#top main #introduction #pet {
 margin: 429px 0 0 1px;
 padding-top: 60px;
 width: 641px;
 height: 811px;
 background: #ffffff url(../images/pet_bg.png) left bottom no-repeat;
}

#top main #introduction #pet #pet_hdg {
 margin-left: 82px;
}

#top main #introduction #pet #pet_text {
 margin: 25px 0 0 82px;
 width: 480px;
 line-height: 1.6;
 letter-spacing: 0.08em;
}

#top main #introduction #pet #pet_photo {
 margin: 24px 0 0 85px;
}

#top main #introduction #pet #pet_link_btn {
 margin: 33px 0 0 347px;
}

#top main #introduction #introduction_illust_bird {
 position: absolute;
 top: 648px;
 left: 0;
 z-index: 10;
}

#top main #introduction #introduction_illust_flower1 {
 position: absolute;
 top: 0;
 right: 0;
 z-index: 10;
}

#top main #introduction #introduction_illust_flower2 {
 position: absolute;
 top: 835px;
 left: 221px;
 z-index: 10;
}

#top main #introduction #introduction_photo1 {
 position: absolute;
 top: 192px;
 left: 0;
 z-index: 5;
}

#top main #introduction #introduction_photo2 {
 position: absolute;
 top: 408px;
 left: 578px;
 z-index: 15;
}

#top main #introduction .photo_front {
 position: absolute;
 top: 0;
 left: 0;
 z-index: 17;
 transition: 2s;
}

#top main #introduction .photo_back {
 position: absolute;
 top: 0;
 left: 0;
 z-index: 16;
 transition: 2s;
}

#top main #introduction #introduction_photo3 {
 position: absolute;
 top: 646px;
 left: 423px;
 z-index: 15;
}

#top main #introduction #facebook_hdg {
 position: absolute;
 top: 869px;
 left: 713px;
 z-index: 10;
}

#top main #introduction #facebook_contents {
 width: 253px;
 height: 582px;
 background-color: #ffffff;
 padding: 5px 0 0 6px;
 position: absolute;
 top: 1097px;
 left: 726px;
 z-index: 10;
}
#top main #introduction #insta_contents {
 width: 253px;
 height: 582px;
 background-color: rgba(255,255,255,0.5);
 padding: 10px;
 position: absolute;
 top: 1097px;
 left: 726px;
 z-index: 10;
}
#top main #introduction #insta_contents .insta_wrap {
 width: 100%;
 height: 100%;
 padding: 15px 15px 15px;
	background-color: rgba(255,255,255,0.7);
	background:url(../images/insta_bg.png) no-repeat bottom 10px left 50%;
	background-size:93%;
	display:flex;
	justify-content: center;
	align-items: flex-start;
	align-content: stretch;
	border: dashed 2px rgba(116,21,7,0.5);
	box-sizing:border-box;
}
#insta_contents .insta_wrap *{
	box-sizing:border-box;
}
#insta_contents .insta_wrap .instarogo{
	text-align: center;
	width:130px;
	height:auto;
	margin:0 auto 10px 10px;
	box-sizing:content-box;
	opacity:0.5;
}
#insta_contents .insta_wrap .instarogo img{
	width:100%;
	height:auto;
}
#insta_contents .insta_wrap .insta_maru{
	text-align: center;
	width:150px;
	height:auto;
	margin:0 auto 15px;
	box-sizing:content-box;
}
#insta_contents .insta_wrap .insta_maru img{
	border-radius:50%;
	width:100%;
	height:auto;
}
#insta_contents .insta_wrap h3{
	text-align: left;
	width:100%;
	height:auto;
	font-size:22px;
	font-weight:400;
	margin-bottom:15px;
	padding:5px;
}
#insta_contents .insta_wrap h4{
	text-align: left;
	width:100%;
	height:auto;
	font-size:16px;
	font-weight:600;
	margin-bottom:5px;
	padding:5px;
}
#insta_contents .insta_wrap p{
	text-align: left;
	width:100%;
	height:auto;
	font-size:15px;
	font-weight:400;
	padding:5px;
}
#insta_contents .insta_wrap p:last-of-type{
	text-align: center;
	width:150px;
	height:auto;
	padding:10px 15px;
	margin:20px auto 0;
	/*border:2px solid rgba(103,49,25,0.50);*/
	border-radius: 10px;
	background:rgba(255,242,226,0.70);
	box-shadow:0px 5px 5px rgba(0,0,0,0.2);
}
#insta_contents .insta_wrap p img{
	width:100%;
	height:auto;
}
#top main #plan {
 height: 705px;
 width: 100%;
 min-width: 1400px;
 padding-top: 60px;
 background-color: #ffffff;
}

#top main #plan #plan_hdg {
 margin-left: 328px;
}

#top main #plan #plan_inner {
	margin-top: 60px;
}

#top main #plan #plan_inner .plan_inner_item {
 float: left;
 margin-left: 34px;
	width: 286px;
	height: 450px;
}

#top main #plan #plan_inner .plan_inner_item_photo {
 margin-left: 19px;
}

#top main #plan #plan_inner .plan_inner_item_text1 {
 margin-top: 24px;
 width: 278px;
 color: #413430;
 font-size: 16px;
 font-weight: bold;
 line-height: 1.5;
}

#top main #plan #plan_inner .plan_inner_item_text2 {
 margin-top: 11px;
 width: 278px;
 color: #413430;
 font-size: 13px;
 line-height: 1.6;
 letter-spacing: 0.04em;
}

#top main #web_plan {
 height: 246px;
 width: 100%;
 min-width: 1400px;
 background-color: #ffffff;
}

#top main #web_plan #web_plan_bnr {
 padding-left: 82px;
}

/* footer */
footer {
	width: 100%;
	min-width: 1400px;
	height: 620px;
 padding-top: 60px;
 background: url(../images/footer_bg2.jpg) bottom repeat-x,
 url(../images/footer_bg1.png) bottom repeat-x;
}

footer #to_top {
 position: fixed;
 bottom: 181px;
 right: 40px;
 z-index: 100;
}

footer #footer_logo {
 margin-left: 348px;
}

footer #footer_info1 {
 margin-top: 17px;
 color: #54413c;
 font-size: 15px;
 text-align: center;
 line-height: 1.6;
 letter-spacing: 0.05em;
}
footer #footer_info1 a{
	text-decoration: underline;
}
.footer_infocover{
	display:flex;
	justify-content:space-between;
	text-align:center;
	width:600px;
	margin:auto;}
	
footer #footer_info2 {
 text-align: center;
 margin: 20px 0 0 0px;
 color: #54413c;
 font-size: 37px;
 font-family: "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
 letter-spacing: 0.03em;
}

footer #footer_info3 {
text-align: center;
 margin: 0px auto;
 color: #54413c;
 font-size: 15px;
 letter-spacing: 0.05em;
}

footer nav {
 float: left;
 margin: 31px 0 0 235px;
 color: #54413c;
 font-size: 13px;
 letter-spacing: -0.047em;
}

footer #footer_yadosagashi {
 margin: 232px 0 0 350px;
 color: #ffffff;
 font-size: 11px;
 letter-spacing: 0.1em;
}

footer #footer_yadosagashi a {
 color: #ffffff;
}

footer #footer_yadosagashi a:hover {
 color: #5882c3;
}

footer small img {
	vertical-align: middle;
}
