@charset "utf-8";
/* ル・シェル */

.dm{}

/* ====================
スマホレイアウト
==================== */
@media screen and (max-width: 640px) {
	
  #mainArticle {
    padding: 64px 0 0;
  }
	
	/* ========== WEDDING HALL */
  #weddinghallWrap .contentsWrap {
    padding: 0;
    background-image: url(/images/concierge/hall_bg.jpg);
    background-position: center top;
  }
  #weddinghallWrap .contentsWrapIn {
    width: 100%;
  }
  #weddinghallWrap #hallImage {
    margin-bottom: 50px;
  }
  #weddinghallWrap #hallHeader {
    display: flex;
    flex-flow: column;
    text-align: center;
  }
  #weddinghallWrap #hallHeader h1 {
    font-size:24px;
    font-weight:bold;
    line-height: 1.2;
    margin-bottom: 25px;
    order: 2;
  }
  #weddinghallWrap #hallHeader .enName {
    font-family: 'Libre Baskerville', serif;
    font-size: 10px;
    line-height:1;
    margin-bottom: 25px;
    order: 1;
  }
  #weddinghallWrap #hallHeader .type {
    font-size: 12px;
    font-weight: bold;
    color: #666;
    margin-bottom: 25px;
    order: 3;
  }
  #weddinghallWrap #hallHeader .read {
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
    text-justify: inter-ideograph;
    width: 90%;
    margin: 0 auto 50px;
    order: 4;
  }
  #weddinghallWrap #hallHeader .photo {
    width: 90%;
    margin: 0 auto 60px;
    order: 5;
  }
  
  #weddinghallWrap #hallInfo {
    width: 90%;
    margin: 0 auto 60px;
  }
  #weddinghallWrap #hallInfo h2 {
    font-family: 'Libre Baskerville', serif;
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
  }
  #weddinghallWrap #hallInfo .pointTt {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: .1rem;
    text-indent: .1rem;
    line-height: 1.2;
  }
  #weddinghallWrap #hallInfo .pointList li {
    display: flex;
    flex-flow: column;
    margin-bottom: 40px;
  }
  #wed#weddinghallWrap #hallInfo .pointList:last-child {
    margin-bottom: 0;
  }
  #weddinghallWrap #hallInfo .pointList li::after {
    content: '';
    display: block;
    clear: both;
  }
  #weddinghallWrap #hallInfo .pointList li .text {
    position: relative;
    width: 100%;
    order: 2;
  }
  #weddinghallWrap #hallInfo .pointList li .text::before {
    position: absolute;
    top: 22px;
    left: 0;
    content: '';
    display: block;
    width: 46px;
    height: 24px;
    padding-right: 13px;
    border-right: 1px solid #333;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #weddinghallWrap #hallInfo .pointList li .text h3 {
    font-family: 'Libre Baskerville', serif;
    font-size: 11px;
    line-height: 1;
    margin-left: 60px;
    margin-bottom: 5px;
  }
  #weddinghallWrap #hallInfo .pointList li:nth-child(1) .text::before {
    background-image: url(/images/concierge/check_no1.png);
  }
  #weddinghallWrap #hallInfo .pointList li:nth-child(2) .text::before {
    background-image: url(/images/concierge/check_no2.png);
  }
  #weddinghallWrap #hallInfo .pointList li:nth-child(3) .text::before {
    background-image: url(/images/concierge/check_no3.png);
  }
  #weddinghallWrap #hallInfo .pointList li .text .read1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin-left: 58px;
    margin-bottom: 10px;
  }
  #weddinghallWrap #hallInfo .pointList li .text .read2 {
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  
  #weddinghallWrap #hallInfo .pointList li .photo {
    width: 100%;
    margin-bottom: 20px;
    order: 1;
  }
  
  #weddinghallWrap #hallData {
    width: 90%;
    margin: 0 auto 60px;
  }
  #weddinghallWrap #hallData h2 {
    font-family: 'Libre Baskerville', serif;
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
  }
  #weddinghallWrap #hallData .dataTable table {
    border-top: 1px dashed #666;
  }
  #weddinghallWrap #hallData .dataTable table th {
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
  }
  #weddinghallWrap #hallData .dataTable table td {
    font-weight: 500;
  }
  #weddinghallWrap #hallData .dataTable table td .map {
    display: inline-block;
    margin-left: 15px;
    line-height: 1;
  }
  #weddinghallWrap #hallData .dataTable table td .map img {
    vertical-align: initial;
  }
  #weddinghallWrap #hallData .dataTable table th,
  #weddinghallWrap #hallData .dataTable table td {
    font-size: 12px;
    border-bottom: 1px dashed #666;
    padding: 15px 6px;
  }
  
  #weddinghallWrap .hallCta {
    background-color: rgba(0,0,0,.1);
    margin: 0 auto 60px;
    padding: 35px 0;
    text-align: center;
  }
  #weddinghallWrap .hallCta.under {
    margin: 0 auto 50px;
  }
  #weddinghallWrap .hallCta p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
    color: #666;
  }
  #weddinghallWrap .hallCta ul {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
  }
  #weddinghallWrap .hallCta ul li {
    width: 49%;
  }
  #weddinghallWrap .hallCta ul li:first-child {
    width: 100%;
    margin-bottom: 2%;
  }
  #weddinghallWrap .hallCta ul li a:hover img {
    opacity: .8;
  }
  
	#weddinghallWrap > .btn {
		margin: auto;
		display: block;
	}
	
}

/* ====================
ディスクトップレイアウト
==================== */
@media only screen and (min-width: 641px) {
  
  #mainArticle {
    padding: 58px 0 0;
  }
	
	/* ========== WEDDING HALL */
	#weddinghallWrap {
		position: relative;
    background-image: url(/images/concierge/hall_bg.jpg);
    background-position: center top;
		padding-bottom: 80px;
	}
  #weddinghallWrap::before {
    content: '';
    display: block;
    padding-top: 590px;
  }
  #weddinghallWrap .contentsWrap {
    padding: 58px 0 0 0;
    background-image: url(/images/concierge/hall_bg.jpg);
    background-position: center top;
  }
  #weddinghallWrap #hallImage {
    position: relative;
    margin: auto;
    width: 2000px;
    height: 520px;
    min-width: 1200px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  
  #weddinghallWrap #hallHeader {
    display: flex;
    flex-flow: column;
    text-align: center;
  }
  #weddinghallWrap #hallHeader h1 {
    font-size:38px;
    line-height: 1;
    margin-bottom: 35px;
    order: 2;
  }
  #weddinghallWrap #hallHeader .enName {
    font-family: 'Libre Baskerville', serif;
    font-size: 13px;
    line-height:1;
    margin-bottom: 30px;
    order: 1;
  }
  #weddinghallWrap #hallHeader .type {
    font-size: 18px;
    font-weight: bold;
    color: #666;
    margin-bottom: 35px;
    order: 3;
  }
  #weddinghallWrap #hallHeader .read {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 50px;
    order: 4;
  }
  #weddinghallWrap #hallHeader .photo {
    width: 970px;
    margin: 0 auto 60px;
    order: 5;
  }
  
  #weddinghallWrap #hallInfo {
    width: 970px;
    margin: 0 auto 120px;
  }
  #weddinghallWrap #hallInfo h2 {
    font-family: 'Libre Baskerville', serif;
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
  }
  #weddinghallWrap #hallInfo .pointTt {
    font-size: 28px;
    /*! font-weight: bold; */
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: .1rem
  }
  #weddinghallWrap #hallInfo .pointList li {
    margin-bottom: 100px;
  }
  #wed#weddinghallWrap #hallInfo .pointList:last-child {
    margin-bottom: 0;
  }
  #weddinghallWrap #hallInfo .pointList li::after {
    content: '';
    display: block;
    clear: both;
  }
  #weddinghallWrap #hallInfo .pointList li .text {
    width: 340px;
    padding-top: 80px;
  }
  #weddinghallWrap #hallInfo .pointList li:nth-child(odd) .text {
    float: left;
  }
  #weddinghallWrap #hallInfo .pointList li:nth-child(even) .text {
    float: right;
  }
  #weddinghallWrap #hallInfo .pointList li .text h3 {
    font-family: 'Libre Baskerville', serif;
    font-size: 12px;
    line-height: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
  #weddinghallWrap #hallInfo .pointList li .text h3::before {
    content: '';
    display: inline-block;
    width: 70px;
    height: 50px;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  #weddinghallWrap #hallInfo .pointList li:nth-child(1) .text h3::before {
    background-image: url(/images/concierge/check_no1.png);
  }
  #weddinghallWrap #hallInfo .pointList li:nth-child(2) .text h3::before {
    background-image: url(/images/concierge/check_no2.png);
  }
  #weddinghallWrap #hallInfo .pointList li:nth-child(3) .text h3::before {
    background-image: url(/images/concierge/check_no3.png);
  }
  #weddinghallWrap #hallInfo .pointList li .text .read1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  #weddinghallWrap #hallInfo .pointList li .text .read2 {
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  
  #weddinghallWrap #hallInfo .pointList li .photo {
    width: 600px;
  }
  #weddinghallWrap #hallInfo .pointList li:nth-child(odd) .photo {
    float: right;
  }
  #weddinghallWrap #hallInfo .pointList li:nth-child(even) .photo {
    float: left;
  }
  
  #weddinghallWrap #hallData {
    width: 880px;
    margin: 0 auto 120px;
  }
  #weddinghallWrap #hallData h2 {
    font-family: 'Libre Baskerville', serif;
    font-size: 22px;
    margin-bottom: 50px;
    text-align: center;
  }
  #weddinghallWrap #hallData .dataTable table {
    width: 100%;
    border-top: 1px dashed #666;
  }
  #weddinghallWrap #hallData .dataTable table th {
    font-weight: bold;
    text-align: center;
  }
  #weddinghallWrap #hallData .dataTable table td {
    font-weight: 500;
  }
  #weddinghallWrap #hallData .dataTable table td .map {
    display: inline-block;
    width: 44px;
    margin-left: 15px;
    line-height: 1;
  }
  #weddinghallWrap #hallData .dataTable table td .map img {
    vertical-align: initial;
  }
  #weddinghallWrap #hallData .dataTable table th,
  #weddinghallWrap #hallData .dataTable table td {
    border-bottom: 1px dashed #666;
    padding: 15px;
  }
  
  #weddinghallWrap .hallCta {
    background-color: rgba(0,0,0,.1);
    margin: 0 auto 120px;
    padding: 35px 0;
    text-align: center;
  }
  #weddinghallWrap .hallCta.under {
    margin: 0 auto 50px;
  }
  #weddinghallWrap .hallCta p {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
    color: #666;
  }
  #weddinghallWrap .hallCta ul {
    width: 770px;
    display: flex;
    justify-content: space-between;
    margin: auto;
  }
  #weddinghallWrap .hallCta ul li {
    width: 245px;
  }
  #weddinghallWrap .hallCta ul li a:hover img {
    opacity: .8;
  }
  
	#weddinghallWrap > .btn {
		margin: auto;
		display: block;
	}
	
}

