@charset "utf-8";
/* CSS Document */
html {
  	min-height: 100%;
	height: 100%;
  	position: relative;
}

body {
	color:#555;
	font-size:14px;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.5;
	-webkit-text-size-adjust:100%;
	margin: 0 auto;
	padding: 0;
}
.primaryContainer {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	width: 100%;
	font-weight: normal;
}
.clr { clear: both; }
.sp  { display: none;}
header {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	width: 100%;
	max-width: 400px;
	border-bottom: #6b6875 5px solid!important;
}

header ul { 
	width: 100%;
	padding-top: 10px;
}
header li {
	float: left;
	width: 20%;
	text-align: center;
}
/*
header li:first-child {
	margin-left: 2%;
}
header li:last-child {
	margin-right: 2%;
}
*/
header li a {
	text-decoration: none;
	color: #6b6875;
}

#wrap {
    float: none;
    margin: 0 auto ;
    clear: none;
	width:100%;
    height: auto !important;
    height: 100%;
    min-height: 100%;
	background-color: #fff;
}

.logo { margin: 50px auto 30px;}

.logo img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 700px;
}

.hero { margin-bottom: 70px; }
.hero img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
}

footer {
	text-align: center;
	margin-bottom: 10px;
}

.contents {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.contents h2 {
	width: 100%;
	max-width: 400px;
	font-size: 180%;
	font-weight: bold;
	border-bottom: 5px solid #6b6875;
}
/* works */
.works img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.f15 { 
	font-size: 120%;
	font-weight: bold;
}

.f12 { font-weight: bold;}
.l_list {
	float: left;
	width: 42%;
	margin: 30px 4%;
}

.r_list {
	float: left;
	width: 42%;
	margin: 30px 4%;
}

details { margin-top: 1.75rem; }
summary { cursor: pointer; }
details img { padding-top: 20px; }
.splide__pagination__page.is-active { background: #3A3838!important; }
.splide__pagination__page { background: #666!important;}
.splide__pagination { position: inherit!important; }
/*
.works ul {
	width: 40%;
	margin: 30px 5%;
	float: left;
}
*/
/* profile */
.profile { margin: 20px 2.5% 30px;}

.profile h3 {
	font-weight: bold;
	font-size: 120%;
	margin: 20px 0 ;
}

.profile dl dt {
	width: 200px;
	float: left;
}

.profile dl dd { margin-left: 200px; }

.map a {
	margin-left: 200px;
	color: #6b6875;
}

.profile a:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

.pf_p {
	width: 50%;
	float: right;
}

.pf_p img {
	max-width: 150px;
	margin-left: 60px;
	display: block;
}

/* contact */
.contact { margin: 20px 0 30px;}
.contact h3 {
	font-weight: bold;
	font-size: 120%;
	margin: 20px 0 ;
}
.contact p { line-height: 2.5;}

.mailform {	margin: 20px 0 ; }
.mailform dd { margin-bottom: 15px; }
.mailform input { height: 1.5rem;} 
.mailform textarea { 
	height: 1.5rem!important;
    line-height: 1.75;
}
.mfp_buttons { text-align: center;}

/* お知らせ */
.info {
	width: 100%;
    max-width: 1200px;
    margin: 0 auto 50px;	
}

.info h2 {
    width: 100%;
    max-width: 400px;
    font-size: 180%;
    font-weight: bold;
    border-bottom: 5px solid #6b6875;
}

.i_list { 
	width: 900px;
	margin: 30px auto; 
}

.i_list li {
	line-height: 3.75;
	border-bottom: 1px dotted #6b6875;
	box-sizing: border-box;
	padding: 0 1.5rem;
}

.i_list li a, .info h3 span a { color: #6b6875; }
.info h3 span a { float: right; }

.flex-caption {
    padding: 5px 10px;
    word-wrap: break-word;
}
.caption-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    background: black;
    color: white;
    opacity: 0.7;
    margin: 0;
    display: block;
    width: 100%;
    line-height: 1.4em;
}