@charset "utf-8";

.display-pc {
	display:none !important;
}

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;
	vertical-align:baseline;
	background:transparent;
	list-style-type:none;
	font-size: 15px;
	color:#000;
	font-family:"Meiryo UI", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.7em;
}

a {
	text-decoration: none;
	color:#000;
}

a:hover{
	text-decoration: none;
}

* {
	box-sizing:border-box;
	margin: 0;
	padding: 0;
}

img {
	vertical-align:bottom;
	width:100%;
}

body {
    position:relative;
}

/* -----------------------------------------------------------------------
　ヘッダー
--------------------------------------------------------------------------*/
header {
	padding:7px 10px;
	border-bottom:1px solid #ccc;
}

.header-inner {
	width:100%;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-logo {
	display:block;
	width:140px;
}

.go-to-top {
	display:inline-block;
	font-size:11px;
	position:relative;
	padding-top:13px;
}

.go-to-top::after {
	content: "";
    position: absolute;
    top:0;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-bottom: 8px solid #000;
}

.go-to-top:hover::after {
	border-bottom: 8px solid #3476bf;
}


/* -----------------------------------------------------------------------
　コルビュジエ展
--------------------------------------------------------------------------*/
.pana-caption {
	font-size:9px;
	padding-top:2px;
	text-align:right;
}

.link-btn-round-sankaku {
	display:block;
	background:#c2143e;
	width:174px;
	height:46px;
	margin:20px auto;
	border-radius:30px;
	transition: 0.2s ease-in-out;
}

.link-btn-round-sankaku2,
.link-btn-round-sankaku3 {
	width:210px;
	height:55px;
	margin-bottom:40px;
}

.link-btn-round-sankaku:hover {
	background:#de617f;
}

.link-btn-round-sankaku-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height:46px;
	padding:0 9px 0 27px;
}

.link-btn-round-sankaku-inner-2 {
	height:55px;
}

.link-btn-round-sankaku-text {
	font-size:13.5px;
	font-weight:bold;
	letter-spacing:1px;
	color:#fff;
}

.link-btn-round-sankaku-text-2 {
	font-size:13.5px;
	font-weight:bold;
	letter-spacing:0;
	color:#fff;
	line-height:1.3;
}

.link-btn-round-sankaku-text-2 span {
	font-size:12px;
	color:#fff;
}

/* -----------------------------------------------------------------------
　コルビュジエ展（特設ページ）
--------------------------------------------------------------------------*/
.page-wrap {
	padding:35px 0 20px;
}

.corbusier-inner {
	width:90%;
	margin:10px auto 0;
}

.corbusier-title {
	font-size:19px;
	font-weight:bold;
	line-height:1.45;
	text-align:center;
	margin-bottom:15px;
}

.corbusier-date {
	font-size:14px;
	font-weight:bold;
	line-height:1.45;
	text-align:center;
	margin-bottom:28px;
}

.corbusier-main-img {
	max-width:900px;
	margin:0 auto 20px;
}

.corbusier-body-wrap {
	max-width:700px;
	margin:10px auto;
}

.corbusier-body-text {
	font-size:15.5px;
	text-align: justify;
	margin-bottom:20px;
}

.exibition-wrap {
	margin:20px 0 30px;
}

.exibition-img {
	margin-bottom:15px;
}

.corbusier-works-box {
	border:2px solid #000;
	background:#fff;
	padding:20px 28px;
	margin-top:60px;
}

.corbusier-works-title,
.corbusier-works-title-2 {
	font-size:20px;
	font-weight:bold;
	margin-bottom:30px;
}

.zuroku-wrap-pc {
	display:none !important;
}

.zuroku-img-sp-tab {
	max-width:260px;
	margin:0 auto 30px;
}

.zuroku-detail-box {
	margin:15px 0 30px;
	border-bottom:1px solid #666;
	padding:30px 0;
}

.zuroku-detail-title {
	font-size:15px;
	font-weight:bold;
	line-height:1.6;
	margin-bottom:16px;
}

.zuroku-detail-text {
	font-size:14px;
}

.konyu-midashi {
	font-size:17px;
	font-weight:bold;
	color:#335eb5;
	margin-bottom:3px;
}

.zuroku-info-box {
	border-top:1px solid #666;
	padding:30px 0;
}

.zuroku-info-box-left {
	margin-bottom:25px;
}

.zuroku-info-box-prof {
	background:#efefef;
	padding:20px 25px;
}

.zuroku-info-text {
	font-size:15px;
	line-height:1.8;
}

.zuroku-info-text-right {
	margin-top:10px;
	font-size:13px;
	line-height:1.4;
	text-align:right;
}

.zuroku-info-box-prof-title {
	font-size:14px;
	font-weight:bold;
	line-height:1.5;
	margin-bottom:10px;
}

.zuroku-info-box-prof-text {
	font-size:13px;
	line-height:1.5;
	text-align: justify;
}

.zuroku-sample-box {
	width:100%;
	margin:0 auto 30px;
}

.zuroku-sample {
	border:1px solid #999;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
	margin-bottom:8px;
}

.zuroku-sample-caption {
	font-size:13px;
	font-weight:bold;
	text-align:center;
}

.goods-body-wrap {
	margin-bottom:40px;
}

.goods-box, 
.goods-box-2 {
	width:100%;
	margin:0 auto 40px;
	border:2px solid #000;
	border-radius:10px;
	padding:20px 0 20px;
}

.goods-img,
.goods-img-2-sp,
.goods-img-3-sp {
	width:85%;
	margin:0 auto 10px;
}

.goods-img-2-pc,
.goods-img-3-pc {
	display:none !important;
}

.goods-name {
	font-size:15px;
	font-weight:bold;
	text-align:center;
}

.goods-price {
	font-size:13px;
	text-align:center;
}

.goods-price-left {
	font-size:12px;
}

.chokkaku-box {
	border:2px solid #000;
	border-radius:10px;
	padding:22px 18px;
	margin:0 auto 20px;
}
	
.chokkaku-inner-01 {
	padding-bottom:30px;
	border-bottom:1px dotted #aaa;
	margin-bottom:60px;
}

.chokkaku-inner-01-right {
	padding-top:30px;
}
	
.chokkaku-title {
	font-size:16px;
	font-weight:bold;
	line-height:1.4;
	margin-bottom:4px;
}
.chokkaku-body-wrap {
	margin-top:20px;
}
	
.chokkaku-body-text {
	font-size:15px;
	text-align: justify;
}

.chokkaku-inner-02-right {
	padding-bottom:50px;
}
	
.chokkaku-img-03 {
	width:100%;
}
	
.chokkaku-img-04 {
	max-width:260px;
	margin:0 auto 70px;
}
	
.kiri-box-caption {
	padding-top:3px;
	font-size:13px;
	text-align:center;
}
	
.villa-tenji-caption {
	padding-top:6px;
	font-size:12.5px;
	line-height:1.6;
}
	
.villa-tenji-caption span {
	font-size:13px;
	font-weight:bold;
	line-height:1.4;
}
	
.bitonagi-caption {
	margin-top:30px;
	font-size:11px;
	line-height:1.6;
}

/* -----------------------------------------------------------------------
　フッター
--------------------------------------------------------------------------*/
footer {
	background:#efefef;
	padding:30px 0 30px;
}

.footer-inner {
	margin-bottom:40px;
}

.footer-logo {
	display:block;
	width:180px;
	margin:0 auto 30px;
}

.footer-company-name {
	font-size:13px;
	font-weight:bold;
	text-align:center;
	margin-bottom:3px;
}

.footer-company-address {
	font-size:13px;
	line-height:1.5;
	text-align:center;
}

.cory-right {
	font-size:13px;
	text-align:center;
}