@charset "utf-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Page Base CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

.contents {
	max-width: 740px;
	padding: 0 20px;
	margin: 0 auto 100px;
}
.contents.wide {
	max-width: 1000px;
}
.contents .top {
	width: 200px;
	margin: 50px auto 0;
	position: relative;
	padding: 210px 0 0;
}
.contents .top .circle_A {
	width:  150px;       /* ※縦横を同値に */
	height: 150px;       /* ※縦横を同値に */
	border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */
	background-position: center center;  /* 横長画像の左上を基準に表示 */
	background-size:cover;

	position: absolute;
	left: 50%;
	top: auto;
	bottom: 0;
	
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.contents .top .circle_B {
	border-radius: 50%;
	height: 50px;
	width: 50px;
	
	position: absolute;
	right: -20px;
	top: 10%;
	bottom: auto;
}
.contents dl.column {
	margin-bottom: 50px;
}
.contents dl.column.last {
	margin-bottom: 0;
}
.contents dl.column dt {
	padding: 50px 0 0;
	text-align: center;
	font-size: 2.6rem;
}
/*
.contents dl.column dt br {
	display: none;
}*/
.contents dl.column dd {
	padding: 30px 0 0;
}
.contents dl.column dd img {
	display: block;
	max-width: 400px;
	margin: 50px auto 0;
}
.hospitality .contents .top .circle_B.bgColor {
	background: #5FCEEF;
}
.hospitality .contents .top .circle_A {
    background-image:url(../img/hospitality/circle.jpg);
}
.contents h1 {
	padding: 20px 0 40px;
	text-align: center;
	font-size: 4rem;
	font-weight: normal;
	letter-spacing: 0.2rem;
	line-height: 1.6;
}

.hospitality .contents dl.column dt,
.hospitality .contents h1 {
	color: #5FCEEF;
}
.hospitality .contents .lead img {
	display: block;
	max-width: 400px;
	margin: 50px auto;
}
.hospitality .contents dl.column dt {
	background: url(../img/hospitality/icon2.png) center top no-repeat;
	background-size: 20px auto;
}
.anniversary h3.column-h3 {
    color: #7094C0;
    margin: 30px 0 0;
    padding: 5px 0 0 10px;
    border-left: #7094C0 solid 3px;
    font-size: 1.8rem;
    line-height: 1;
}
.anniversary .column-h3-text {
    margin-top: 15px;
}
.anniversary .voice {
    border: #7EB47D solid 1px;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
}
.anniversary .voice {
    border: #7094C0 solid 1px;
}
.anniversary .voice:first-child{
    margin-top: 0;
}
.anniversary .voice-name {
    font-weight: bold;
    display: block;
    width: fit-content;
    padding: 5px 20px;
    background: #7EB47D;
    border-radius: 5px;
    margin: 0 0 10px;
    color: #FFF;
}
.anniversary .voice-name {
    background: #7094C0;
}

.index-area {
    width: 440px;
    margin: 0 auto 50px;
}
.index-ttl {
    font-size: 2rem;
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: #EEE solid 1px;
}
.index-list {
    
}
.index-list-item {
    display: flex;
    flex-wrap: wrap;
}
.index-list-item.nolist {
	margin-bottom: 20px;
}
.index-list-item-link {
    width: 100%;
    display: flex;
    font-size: 1.7rem;
}
.index-list-item-num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: #7094C0;
    text-align: center;
    border-radius: 30px;
    color: #FFF;
    margin-right: 10px;
    line-height: 1;
}
.index-list-item-num.forty {
	background: #7EB47D;
}
.index-list-item-ttl {
    width: calc(100% - 30px);
    color: #7094C0;
}
.index-list-item-ttl.forty{
    color: #7EB47D;
}
.index-sub-list {
    padding: 10px 0 20px 40px;
}
.index-sub-list-item {
    
}
.index-sub-list-item-link {
    display: flex;
}
.index-sub-list-item-num {
    display: block;
	width: 25px;
    margin: 0 10px 0 0;
}
.index-sub-list-item-text {
    width: calc(100% - 25px);
}
@media screen and (max-width: 768px) {
	.second h3.column-h3 {
		line-height: 1.4;
	}
}
@media screen and (max-width: 475px) {
	.contents {
		margin: 0 auto 40px;
		overflow: hidden;
	}
	.contents h1 {
		font-size: 6vw;
		padding-bottom: 3vw;
        letter-spacing: normal;
	}
    .anniversary h3.column-h3 {
        margin: 6vw 0 0;
        padding: .5vw 0 0 10px;
        border-left: #7094C0 solid 3px;
        font-size: 6vw;
        line-height: 1.4;
    }
	/*.contents dl.column dt br {
		display: block;
	}*/
}

@media screen and (max-width: 460px) {
	.contents {
		padding: 0 10px;
		margin: 0 auto 50px;
	}
    .index-area {
        width: 100%;
    }
    .index-ttl {

    }
    .index-list {

    }
    .index-list-item {

    }
    .index-list-item-link {

    }
    .index-list-item-ttl {
        font-size: 5vw;
        line-height: 1.5;
        padding: 5px 0 0;
    }
    .index-list-item-num {
        font-size: 5vw;
        width: 9vw;
        height: 9vw;
        background: #7094C0;
        border-radius: 60px;
    }
    .index-sub-list {
        padding: 10px 0 20px;
    }
    .index-sub-list-item {
        border-bottom: #DDD solid 1px;
    }
    .index-sub-list-item-link {
        padding: 10px 0;
    }
    .index-sub-list-item-num {
        font-size: 5vw;
        width: 9vw;
        line-height: 1.5;
    }
    .index-sub-list-item-text {
        font-size: 5vw;
        width: calc(100% - 9vw);
        line-height: 1.5;
    }
	.anniversary .column-h3-text {
		font-size: 1.9rem;
	}
}
