@charset "utf-8";
/* CSS Document */


/* section_title */
.section_title{
		text-align: center;
    width: 100%;
    padding: 1rem 0;
    font-size: 2.6rem;
    font-weight: bold;
    color: #005a6e;
		text-shadow: 4px 4px 0px rgb(205, 241, 243), 8px 8px 0px rgb(0 0 0 / 8%);
	}

	.field_box2 {
    /* padding: 1rem; */
    /* margin-top: 2.5rem; */
    background: #fff;
    border: solid #b8f0ff 10px;
}
/* pikup_area */
.pikup_area .PC_flex_cc_box{
	display: flex;
	justify-content: center;
	column-gap: 5px;
}
.pikup_area .PC_flex_cc_box a{
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 1rem;
	font-size: 1.5rem;
	font-weight: bold;
}
/* pick_title */
.pick_title{
		padding: 4rem 1rem;
    background-image: linear-gradient(#b8f0ff, transparent);
	}
.pick_title .title{
		text-align: center;
    width: 100%;
    padding: 1rem 0;
    font-size: 2.6rem;
    font-weight: bold;
    color: #005a6e;
		text-shadow: 4px 4px 0px rgb(255 255 255), 8px 8px 0px rgb(0 0 0 / 8%);
	}
	
.pick_title .pick_img{
		position: absolute;
    top: -70px;
    max-width: 240px;
    left: 30px;
    transform: rotate(350deg);
	}

.pick_title .note{
		max-width: 80%;
    margin: 1rem auto;
    font-size: 1.5rem;
    text-align: center;
    line-height: 3rem;
    color: #005a6e;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {

	.pick_title .title{
    font-size: 2.4rem;
		}
.pick_title .pick_img{
    top: -50px;
		left: initial;
    max-width: 190px;
    right: 30px;
    transform: rotate(5deg);
	}

}
/* charm_port */
.charm_port {
    padding: 3rem 0;
		width: 85%;
    margin: 0 auto;
}
.charm_port h5{
    font-size: 1.8rem;
    font-weight: bold;
    padding: 1rem 0;
    color: #056f99;
}
.charm_port p{
		font-size: 1.4rem;
		color: #405f63;
		line-height: 1.3;
}
.charm_port .flex_c_box{
    column-gap: 20px;
		position: relative;
		background-image: radial-gradient(#a6edeb96 1%, transparent 70%);
}
.charm_port .reverse{
		flex-direction: row-reverse;
}

.charm_port img{
    height: 270px;
    object-fit: cover;
    border-radius: 50%;
    border: solid #eee 5px;
    box-sizing: border-box;
}
.charm_port .flex_c_box::after{
    content: "";
    position: absolute;
    bottom: -5px;
    height: 30%;
    width: 45%;
    z-index: -1;
    background-image: radial-gradient(#f4ffbe96 1%, transparent 70%);
}

/* charm_ship */
.charm_ship{
    position: relative;
}
.charm_ship .ti{
    font-size: 1.8rem;
    color: #056f99;
    font-weight: bold;
    background: #e4f1f8;
    padding: 0 20px;
    border-radius: 50px;
		margin: .5rem 0;
}
.charm_ship img{
    width: 480px;
    height: 300px;
    object-fit: cover;
    object-position: left;
    border-radius: 20px;
}
.charm_ship_txt{
    padding: 1rem;
}
.charm_ship_txt .note{
    line-height: 1.8;
    font-size: 16px;
}
.charm_ship_txt span{
    font-size: 1.4rem;
    color: #056f99;
    display: block;
    padding-top: .5rem;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
.charm_port img{
    float: left;
    margin-right: 15px;
    border-radius: 50%;
    -webkit-shape-outside: circle(50%);
    shape-outside: circle(50%);
    margin-right: 30px;
    margin-bottom: 20px;
}
	.charm_port :nth-of-type(2) img{
    float: right;
}
.charm_port,.pick_title .note,.charm_ship img  {
		width: 100%;
		height: auto;
		max-width: 100%;
}
.charm_port {
    padding: 3rem 0 0;
}
.charm_ship .ti {
    font-size: 1.6rem;
    padding: 0 15px;
		line-height: 1.5;
}
.charm_port .flex_c_box {
        margin: 2rem 0;
    }
			}


