@charset "UTF-8";

/* ------------------------------------------------
                    TOP
--------------------------------------------------- */

/*----------- 共通 -----------*/
.ttl-txt {
    font-size: 18px;
}
.middle-txt {
    font-size: 18px;
}
.txt-indent {
	display: inline-block;
	text-indent: -1em;
	padding-left: 1em;
}

@media (max-width: 768px) {
    .ttl-txt {
        font-size: 4.2vw;
    }
    .middle-txt {
        font-size: 3.6vw;
    }
    .box-wrap {
        display: block;
    }
}




/*----------- メインヴィジュアル -----------*/
.main-visual {
    width: 100%;
    height: auto;
    position: relative;
}
.main-visual h1 {
    position: fixed;
    top: 120px;
    right: calc(3% + 10px);
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.2em;
    z-index: 2;
}
.main-visual .main-txt {
    margin: 85px auto 80px;
    display: inline-block;
    font-size: 30px;
	letter-spacing: 0.5em;
}
.main-visual .main-txt span {
	display: block;
    font-size: 14px;
    line-height: 1;
}
.main-visual .main-copy {
    margin: 0 auto 80px;
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 3;
}



@media (max-width: 768px) {
    .main-visual {
        width: 100%;
        height: auto;
        position: relative;
    }
    .main-visual h1 {
        display: none;
        /*position: fixed;
        top: 20%;
        right: calc(5% + 0.7vw);
        font-size: 3.2vw;
        font-weight: 300;
        letter-spacing: 0.3em;*/
    }
    .main-visual .main-txt {
		margin: 20vw auto 8vw;
		font-size: 6vw;
    }
	.main-visual .main-txt span {
		font-size: 3.2vw;
	}
	.main-visual .main-copy {
		margin: 0 auto 12vw;
        font-size: 3.4vw;
        line-height: 2.6;
	}
}


/*----------- テキスト -----------*/
.cont-introduction {
}
.cont-introduction .box-wrap {
    width: 100%;
    margin-bottom: 88px;
    align-items: center;
    justify-content: space-between;
}
.cont-introduction .box-wrap.last {
    margin-bottom: 0;
}
.cont-introduction .box-left {
    width: 48%;
}
.cont-introduction .box-right {
    width: 48%;
    padding: 0 4% 0 7%;
}
.cont-introduction .normal-txt {
    font-size: 15px;
    line-height: 3;
}

@media (max-width: 768px) {
	.cont-introduction .box-wrap {
		width: 100%;
		margin-bottom: 16vw;
		align-items: center;
		justify-content: space-between;
	}
	.cont-introduction .box-wrap.last {
		margin-bottom: 0;
	}
	.cont-introduction .box-left {
		width: 100%;
		margin-bottom: 5vw;
	}
	.cont-introduction .box-right {
		width: 100%;
		padding: 0;
	}
	.cont-introduction .normal-txt {
        font-size: 3.6vw;
        line-height: 2.22;
	}
}




/*----------- メイン画像 -----------*/
.cont-tegamidokoro {
    width: 100%;
    padding: 0 0 100px;
	text-align: center;
}


.cont-tegamidokoro .tegamidokoro-photo {
	margin: 60px auto 0;
}


@media (max-width: 768px) {
    .cont-tegamidokoro {
        width: 100%;
        padding: 0;
    }
	
	.cont-tegamidokoro .cont-in{
		width: 100%;
	}
}


/*----------- 建物・設備のこと -----------*/
.tegamidokoro_equipment {
	margin: 120px auto 100px;
}
/*
.tegamidokoro_equipment h2 {
	margin-bottom: 45px;
    text-align: center;
    font-size: 26px;
    font-weight: 300;
}
*/
.tegamidokoro_equipment .slider-wrap {
	width:calc((100% - 1080px) / 2 + 1080px);
    margin: 0 0 0 auto;
    overflow: hidden;
}

.tegamidokoro_equipment  .equipment-slider {
    width: 120%;
}
.tegamidokoro_equipment .slide {
    padding: 0 40px 0 0;
	font-size: 14px;
	text-align: left;
}

.tegamidokoro_equipment .slide .ttl-txt {
	margin-top: 25px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.2em;
}
.tegamidokoro_equipment .slide .slide-txt {
    font-size: 12px;
}



@media (max-width: 768px) {
	.tegamidokoro_equipment{
		overflow: hidden;
		margin: 25vw auto 20vw;
	}
    .tegamidokoro_equipment .slide .ttl-txt {
        margin-bottom: 4vw;
        font-size: 3.6vw;
        line-height: 1;
        letter-spacing: 0.2em;
    }

	.tegamidokoro_equipment .slide .ttl-txt {
		margin-top: 4vw;
		margin-bottom: 2vw;
		font-size: 3.2vw;
	}
	.tegamidokoro_equipment .slide .slide-txt {
		font-size: 2.4vw;
	}

    .tegamidokoro_equipment  .equipment-slider {
        width: 100%;
		margin-left: 5vw
    }
    .tegamidokoro_equipment .slide {
        padding: 0 3vw 0 0;
    }


}


/*----------- ご利用方法 -----------*/
.cont-howto {
    width: 100%;
    margin: 0 auto;
    padding: 110px 0 80px;
    background: #F7F7F7;
}
.cont-howto h2 {
    margin-bottom: 90px;
    text-align: center;
    font-size: 26px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.2em;
}

.cont-howto .howto-box-white {
    width: 100%;
    margin: 32px auto 0;
    padding: 40px 35px;
    background: #fff;
}
.cont-howto .howto-box-white .p-box-white-ttl {
	margin-bottom: 25px;
    font-size: 15px;
    line-height: 2.6;
    letter-spacing: 0.08em;
}
.cont-howto .howto-box-white .p-box-white-ttl span {
    font-size: 18px;
    line-height: 2.1;
    letter-spacing: 0.08em;
}
.cont-howto .box-wrap {
    margin: 0 0 90px;
    justify-content: space-between;
}
.cont-howto .box-left {
    width: 58%;
    position: relative;
}

.cont-howto .slide-list {
    width: 100%;
}

.cont-howto .box-right {
    width: 36%;
}


@media (max-width: 768px) {
    .cont-howto {
        width: 100%;
        margin: 0 auto;
        padding: 20vw 0 16vw;
    }
    
    .cont-howto h2 {
        margin-bottom: 16vw;
        text-align: center;
        font-size: 5vw;
        font-weight: 300;
        line-height: 1;
        letter-spacing: 0.2em;
    }
    .cont-howto h3 {
        margin-bottom: 6vw;
        padding-bottom: 3vw;
        border-bottom: 1px solid #CCCCCC;
        font-size: 4vw;
        font-weight: 300;
        letter-spacing: 0.2em;
    }

	.cont-howto .howto-box-white {
		width: 100%;
		margin: 6vw auto 0;
        padding: 5vw;
	}
	.cont-howto .howto-box-white .p-box-white-ttl {
		margin-bottom: 5vw;
        font-size: 3.2vw;
		line-height: 1.8;
	}
	.cont-howto .howto-box-white .p-box-white-ttl span {
        font-size: 3.8vw;
	}
	.cont-howto .box-wrap {
        margin: 0 0 10vw;
		justify-content: space-between;
	}
    .cont-howto .box-left {
        width: 96%;
        margin: 0 auto 16vw;
        position: relative;
    }

    .cont-howto .box-right {
        width: 100%;
    }
    .cont-howto .ttl-txt {
        width: 96%;
        margin: 0 auto;
    }
    .cont-howto .normal-txt {
        margin: 4vw 0 0;
    }
}



/*----------- アクセス -----------*/
.tegamidokoro_map {
    width: 100%;
	margin: 150px auto 0;
    padding: 0;
}
.tegamidokoro_map h3 {
	padding-bottom: 0;
	border-bottom: none;
}
.tegamidokoro_map .box-wrap {
	margin-bottom: 0;
	align-items: flex-start;
}
.tegamidokoro_map .box-left {
	width: 43%;
	text-align: left;
}
.tegamidokoro_map .box-left .ttl-map {
	margin: 0 auto 40px;
	font-size: 24px;
    font-weight: 300;
}
.tegamidokoro_map .normal-txt {
	width: 100%;
    font-size: 12px;
	line-height: 2;
	padding-right: 20px;
	letter-spacing: 0;
}
.tegamidokoro_map .box-right{
	width: 57%;
}

@media (max-width: 768px) {
	.tegamidokoro_map {
		width: 100%;
		margin: 0 auto 0;
		padding: 20vw 0 0;
	}
	.tegamidokoro_map .box-left {
		width: 100%;
		margin: 0 auto 8vw;
	}
	.tegamidokoro_map .box-left .ttl-map {
		font-size: 5.7vw;
	}
	.tegamidokoro_map .normal-txt {
		font-size: 2.4vw;
		padding-right: 0;
	}
	.tegamidokoro_map .box-right {
		width: 100%;
	}
	
}


/*----------- MAP -----------*/
.tegamidokoro_map .ggmap {
	position: relative;
	padding-bottom: 50.0%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	background:#00B9FF
}
 
.tegamidokoro_map .ggmap iframe,
.tegamidokoro_map .ggmap object,
.tegamidokoro_map .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



@media (max-width: 768px) {
	.tegamidokoro_map .ggmap {
		padding-top: 0;
		padding-bottom: 87.5%;
	}
}



/*スライダー Dots */
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-dots {
    width: 100%;
    height: 1px;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    position: absolute;
    bottom: -20px;
    left: 0;
}
.slick-dots li {
    position: relative;
    display: block;
    width: 24px;
    height: 2px;
    margin: 0 0 0 8px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 24px;
    height: 1px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #CCCCCC;
    opacity: 1;
}
.slick-dots li button:before {
    content: none;
}
.slick-dots li.slick-active button{
    background: #666666;
}
.slick-dots li.slick-active button:before {
    content: none;
}
@media (max-width: 768px) {
    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
    .slick-dots {
        width: 100%;
        height: 2px;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        list-style: none;
        position: absolute;
        bottom: -6vw;
        left: 0;
    }
    .slick-dots li {
        position: relative;
        display: block;
        width: 5vw;
        height: 2px;
        margin: 0 0 0 1.2vw;
        padding: 0;
        cursor: pointer;
    }
    .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 5vw;
        height: 2px;
        padding: 0;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: #CCCCCC;
        opacity: 1;
    }
    
}


/*----------- MAP -----------*/
.cont-tegamibako {
	width: 100%;
	padding: 140px 0 120px;
	background: #C9E3E6;
	text-align: center;
}
.cont-tegamibako h2 {
    margin: 0 auto 100px;
    display: inline-block;
    font-size: 30px;
	font-weight: 300;
	letter-spacing: 0.5em;
}
.cont-tegamibako .p-main-copy {
    margin: 120px auto 130px;
    font-size: 20px;
	letter-spacing: 0.08em;
	line-height: 3;
}
.cont-tegamibako .box-wrap {
    margin: 0 0 90px;
    justify-content: space-between;
	align-items: center;
}
.cont-tegamibako .box-wrap.last {
    margin-bottom: 0;
}
.cont-tegamibako .box-left {
    width: 48%;
}
.cont-tegamibako .box-right {
    width: 48%;
    padding: 0 5% 0 6%;
	text-align: left;
}
.cont-tegamibako .ttl-txt {
    margin-bottom: 45px;
    line-height: 2.22;
}
.cont-tegamibako .normal-txt {
    font-size: 15px;
    line-height: 2.66;
}

@media (max-width: 768px) {
	.cont-tegamibako {
		width: 100%;
		padding: 20vw 0 18vw;
	}
	.cont-tegamibako h2 {
		margin: 0 auto 12vw;
		font-size: 6.8vw;
	}
	.cont-tegamibako .p-main-copy {
		margin: 10vw auto 20vw;
        font-size: 3.6vw;
        line-height: 2.66;
	}
	.cont-tegamibako .box-wrap {
        margin: 0 0 20vw;
		justify-content: space-between;
		align-items: center;
	}
	.cont-tegamibako .box-wrap.last {
		margin-bottom: 0;
	}
	.cont-tegamibako .box-left {
        width: 96%;
        margin: 0 auto 5vw;
	}
	.cont-tegamibako .box-right {
        width: 96%;
        margin: 0 auto;
		padding: 0;
		text-align: left;
	}
	.cont-tegamibako .ttl-txt {
		margin-bottom: 4vw;
	}
	.cont-tegamibako .normal-txt {
		font-size: 3.4vw;
		letter-spacing: 0;
        line-height: 2.22;
	}
	
}




/*----------- 手紙処浜町でのご利用方法 -----------*/
.cont-howtouse-tegamibako {
    width: 100%;
    margin: 0 auto;
    padding: 110px 0 175px;
    background: #E7F4F5;
}
.cont-howtouse-tegamibako h2 {
    margin-bottom: 90px;
    text-align: center;
    font-size: 26px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.2em;
}
.cont-howtouse-tegamibako h3 {
	margin-top: 124px;
    margin-bottom: 50px;
    padding-bottom: 15px;
    border-bottom: 1px solid #CCCCCC;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0.2em;
}
.cont-howtouse-tegamibako h3:first-of-type {
	margin-top: 0;
}

.cont-howtouse-tegamibako .howto-box-white {
    width: 100%;
    margin: 32px auto 0;
    padding: 40px 35px;
    background: #fff;
}
.cont-howtouse-tegamibako .howto-box-white .p-box-white-ttl {
	margin-bottom: 25px;
    font-size: 15px;
    line-height: 2.6;
    letter-spacing: 0.08em;
}
.cont-howtouse-tegamibako .howto-box-white .p-box-white-ttl span {
    font-size: 18px;
    line-height: 2.1;
    letter-spacing: 0.08em;
}

/* フロー */
.tegamibako-flow {
	display: flex;
	justify-content: space-between;
}
.tegamibako-flow li {
	width: calc((100% - 160px) / 3);
	display: flex;
	padding: 33px 27px;
	align-items: center;
	font-size: 14px;
	background: #fff;
	position: relative;
}
.tegamibako-flow li::after {
	content: '';
	width: 44px;
	height: 20px;
	background: url("../img/tegamidokoro/hamacho/arrow.svg") center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: calc(50% - 10px);
	right: -59px;
}
.tegamibako-flow li:last-child::after {
	content: none;
}

/* お渡し方法 */
.cont-howtouse-tegamibako .howto-lead-txt {
	margin-bottom: 50px;
	text-align: center;
	font-size: 18px;
	line-height: 2.22;
}

.tegamibako-handover-plan {
	display: flex;
	justify-content: space-between;
}
.tegamibako-handover-plan li {
	width: calc((100% - 70px) / 3);
	padding: 0 8px;
}
.tegamibako-handover-plan li img {
	width: 60%;
	max-width: 170px;
	margin: 0 auto 20px;
}
.tegamibako-handover-plan li .li-ttl {
	width: 100%;
	height: 3.2em;
	margin: 0 auto 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 18px;
	line-height: 1.55;
}
.tegamibako-handover-plan li .li-txt {
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0;
}
.cont-howtouse-tegamibako .tegamibako-contents {
	width: 100%;
	display: flex;
	align-items: flex-start;
    justify-content: space-between;
}
.cont-howtouse-tegamibako .box-left {
    width: 57%;
    position: relative;
}
.cont-howtouse-tegamibako .box-right {
	width: 38%;
	text-align: left;
}
.cont-howtouse-tegamibako .box-right .tegamibako-contents-ttl {
	margin: 25px auto 50px;
	font-size: 18px;
    font-weight: 300;
}
.cont-howtouse-tegamibako .box-right .normal-txt {
	margin: 40px auto 0;
	width: 100%;
	font-size: 14px;
	line-height: 2;
}

@media (max-width: 768px) {
	.cont-howtouse-tegamibako {
		width: 100%;
		margin: 0 auto;
		padding: 20vw 0 20vw;
	}
	.cont-howtouse-tegamibako h2 {
		margin: 0 auto 12vw;
		font-size: 6vw;
	}
	.cont-howtouse-tegamibako h3 {
		margin-top: 20vw;
        margin-bottom: 6vw;
        padding-bottom: 3vw;
		font-size: 4.4vw;
	}
	.cont-howtouse-tegamibako h3:first-of-type {
		margin-top: 0;
	}

	.cont-howtouse-tegamibako .howto-box-white {
		width: 100%;
		margin: 6vw auto 0;
        padding: 5vw;
	}
	.cont-howtouse-tegamibako .howto-box-white .p-box-white-ttl {
		margin-bottom: 5vw;
        font-size: 3.2vw;
		line-height: 1.8;
	}
	.cont-howtouse-tegamibako .howto-box-white .p-box-white-ttl span {
        font-size: 3.8vw;
	}

	/* フロー */
	.tegamibako-flow {
		display: block;
	}
	.tegamibako-flow li {
		width: 100%;
		margin-bottom: 10vw;
		display: block;
        padding: 4vw 5vw;
		font-size: 3.4vw;
		line-height: 2;
	}
	.tegamibako-flow li::after {
		content: '';
		width: 6vw;
		height: 3vw;
		background: url("../img/tegamidokoro/hamacho/arrow.svg") center center no-repeat;
		background-size: 100%;
		position: absolute;
		top: auto;
		bottom: -6.5vw;
		right: calc(50% - 3vw);
		transform: rotate(90deg);
	}
	.tegamibako-flow li:last-child {
		margin-bottom: 0;
	}
	.tegamibako-flow li:last-child::after {
		content: none;
	}

	/* お渡し方法 */
	.cont-howtouse-tegamibako .howto-lead-txt {
		margin-bottom: 16vw;
		text-align: center;
		font-size: 4.4vw;
	}

	.tegamibako-handover-plan {
		display: block;
	}
	.tegamibako-handover-plan li {
		width: 90%;
		margin: 0 auto 10vw;
		padding: 0;
	}
	.tegamibako-handover-plan li img {
		width: 50%;
		max-width: initial;
		margin: 0 auto 8vw;
	}
	.tegamibako-handover-plan li .li-ttl {
		width: 100%;
		height: auto;
		margin: 0 auto 5vw;
		display: block;
		text-align: center;
		font-size: 4.4vw;
	}
	.tegamibako-handover-plan li .li-txt {
		font-size: 3.4vw;
		line-height: 2;
		letter-spacing: 0;
	}
	.cont-howtouse-tegamibako .tegamibako-contents {
		width: 100%;
		display: block;
	}
	.cont-howtouse-tegamibako .box-left {
		width: 100%;
		position: relative;
	}
	.cont-howtouse-tegamibako .box-right {
		width: 100%;
		text-align: left;
	}
	.cont-howtouse-tegamibako .box-right .tegamibako-contents-ttl {
		margin: 6vw auto 8vw;
		font-size: 4.2vw;
	}
	.cont-howtouse-tegamibako .box-right .normal-txt {
		margin: 8vw auto 0;
		width: 100%;
		font-size: 3.4vw;
	}
	
}


