@charset "Shift_JIS";

header#headertop {
	height: auto;
	padding-bottom: 10px;
	min-width: 0;
    background: transparent;
}
#header_inner_top {
	width: 100%;
	margin: 0 auto;
}
#header_inner_top:after {
     content: ".";
     height: 0.1px;
     font-size: 0.1em;
     line-height: 0; 
     clear: both;
     display: block;
     visibility: hidden;
}
#topbg {
	clear: both;
	width: 100%;
    height: 100vh; /*全画面表示*/
	background: url(../img/topimg.jpg) no-repeat center center;
    background-size: cover;
}
#topimg_inner {
	margin: 0 auto;
	width: 1300px;
}
header h1 {
	margin: 100px auto 15%;
    text-align: center;
	font-weight: normal;
	font-size: 0.7em;
    letter-spacing: 0.05em;
	padding: 0;
    color: #fff;
}
header h1 img {
    margin-top: 20px;
}
#toparrow {
    text-align: center;
}
#toparrow img {
    width: 39px;
    height: 39px;
}
#topabout {
    padding: 60px 12%;
    background: #fff;
}
p#logocontents {
    text-align: center;
    margin-bottom: 30px;
}
p#logocontents img {
    width: 112px;
    height: auto;
}
p#illust {
    text-align: center;
    margin-bottom: 40px;
}
p#illust img {
    width: 100px;
    height: auto;
}
p#abouttxt {
    font-size: 0.7em;
    letter-spacing: 0.05em;
    line-height: 180%;
}
h2 {
	clear: both;
	margin: 0 auto;
	padding: 8px 0 3px 8px;
	box-sizing: border-box;
	background: #fff;
	width: 100%;
	font-size: 0.8em;
	letter-spacing: 0.05em;
	font-weight: normal;
}
#thumbbox_top {
	margin: 0 0 7px;
	box-sizing: border-box;
	padding: 30px 30px 0;
	background: #fff;
	width: 776px;
	border-radius: 5px;
	letter-spacing: 0.05em;
}
#thumbbox_top:after {
  content: "";
  clear: both;
  display: block;
}
.morebox {
    margin: 0 auto;
    padding-bottom: 30px;
    text-align: center;
}
.morebox a {
    display: block;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    padding: 10px 20px;
    margin: 0 10px;
    box-sizing: border-box;
    text-align: center;
    font-size: 0.8em;
}
#topabout2 {
    padding: 20px 12% 40px;
    background: #fff;
}
p#abouttxt2 {
    font-size: 0.7em;
    letter-spacing: 0.05em;
    line-height: 180%;
    margin-top: 15px;
}

.instafeed {
	box-sizing: border-box;
	margin: 5px 7px 30px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
.instafeed:after {
  content: "";
  clear: both;
  display: block;
}
.instafeed a {
	display: block;
	width: 18.2%;
    margin-bottom: 7px;
    margin-right: 2.2%;
}
.instafeed a:nth-child(5n) {
    margin-right: 0;
}
.instafeed img {
	width: 100%;
    height: auto;
}
#topshowroom {
    padding: 9px;
}
#topshowroom img {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 30px;
}
#map {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 66%;
    overflow: hidden;
    margin-bottom: 30px;
}
#map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#instabanner {
    margin-bottom: 30px;
    margin-top: 0px;
    padding: 9px;
    box-sizing: border-box;
}
#instabanner img {
    width: 100%;
    height: auto;
    border: 1px dotted #999;
}

/*RSS部分*/

#feed {
    padding: 9px;
}
#feed ul {
    list-style: none;
}
#feed li {
    margin: 0 0 40px;
}
#feed li {
    margin: 0 0 40px;
}
#feed li img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
#feed p span.kiji_title {
    display: block;
    font-size: 0.85em;
    margin: 0px;
    font-weight: bold;
}
#feed p span.kiji_entry {
    letter-spacing: 0.05em;
    font-size: 0.7em;
    line-height: 180%;
}
p#maptxt {
    text-align: center;
    font-size: 0.7em;
    letter-spacing: 0.05em;
    line-height: 180%;
    margin-top: 15px;
    margin-bottom: 10px;
}

#calendar {
    margin-bottom: 30px;
}
#calendar iframe {
    width: 100%;
    height: 360px;
}
