@charset "utf-8";
/*************************************************
 index
*************************************************/
#gps1day {
	line-height: 160%;
}
.contents_size {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	box-sizing: border-box;
}
section {
	margin: 50px 0;
	padding: 0 10px;
	width: 100%;
	box-sizing: border-box;
}
h2 {
    border-bottom: 5px dotted #fcdada;
    padding: 10px;
    margin: 10px 5px;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
}
p,ul,ol {
	margin:20px 0;
}
p.pre_title {
	padding: 10px;
	margin: 10px 5px;
	font-size: 15px;
	line-height: 140%;
	text-align: center;
}
strong {
font-weight: bold;
    font-size: 15px;
    padding: 0 3px;
    background: linear-gradient(transparent 65%, #fcdada 0%);
}
.bg_pink {
	background: #fff5f8;
	padding: 20px;
}

dt {
	font-weight: bold;
}
.triangle{
  border-top: 50px solid #F0897F;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
}
/* -----------------------------------------------
 worries
------------------------------------------------ */
.worries p {
font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.worries ul {
background-image: url(../img/worries.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: #ecf3fb;
    padding: 25px 10px 25px 40px;
    list-style: disc;
}
.worries li{
    margin: 5px 0;
}


/* -----------------------------------------------
  so_far
------------------------------------------------ */
.so_far ol {
    padding: 20px 10px;
    border: 1px solid #ddd;
}
.so_far li {
background: #fff;
    padding: 3px 8px;
    margin: 5px;
    border-bottom: 2px dotted #f6f6f6;
}

/* -----------------------------------------------
  kakomi
------------------------------------------------ */
.kakomi {
padding: 10px 0px;
    border: 1px solid #ddd;
}
.kakomi li {
background: #fff;
    padding: 15px 8px 15px 20px;
    margin: 5px 0;
    /* line-height: 160%; */
    /* border-top: 2px dotted #f6f6f6; */
    border-bottom: 2px dotted #f6f6f6;
    position: relative;
    overflow: hidden;
}
.kakomi li:before {
    content: '♥';
    position: absolute;
    top: 0;
    left: -15px;
    margin-top: 20px;
    font-size: 80px;
    line-height: 30px;
    color: rgb(238 203 213 / 30%);
}

/* -----------------------------------------------
 overview
------------------------------------------------ */
#overview dt {
    font-weight: bold;
    background: #e4d6d6;
    color: #7b686e;
    display: inline-block;
    font-size: 15px;
    line-height: 100%;
    padding: 10px 20px;
    border-radius: 10px;
}
#overview dd {
border-bottom: 1px dotted #e4d6d6;
    margin: 0px 0 15px 0;
    padding: 8px 5px 15px;
}
#overview dd ul,
#overview dd ol {
	padding-left: 20px;
	margin: 0;
}
#overview dd ul li,
#overview dd ol li {
	margin: 8px 0;
}
#overview dd ol {
list-style: auto;
}
.disc {
	list-style: disc;
}
#overview dd ul.caution {
	margin-top: 30px;
    font-size: 12px;
}
#overview dd ul.caution li {
position: relative;
}
#overview dd ul.caution li:before {
    content: '※';
    position: absolute;
    left: -22px;
}

.profimg {
	width: 100px;
	float: right;
	border-radius: 8px;
	margin-left: 15px;
	margin-bottom: 10px;
	background: #ccc;
}

/* -----------------------------------------------
  button
------------------------------------------------ */
section.detail {
	padding: 0;
	overflow: hidden;
}
.detail dt {
position: relative;
    font-size: 18px;
    line-height: 130%;
    padding: 20px 10px;
    z-index: 2;
    color: #826b73;
}
.detail dd {
	background: #f8f6ef;
	padding: 20px;
	margin: 0 0 40px 0;
	position: relative;
}
.detail dd img {
position: absolute;
    top: -80px;
    right: -10px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: block;
    z-index: 1;
}
.detail dd p {
z-index: 2;
    /* background: #eee; */
    position: relative;
    margin: 10px 5px;
    text-shadow: 0 0 3px #fff;
}

/* -----------------------------------------------
  button
------------------------------------------------ */
.button a {
	display: inline-block;
	width: 100%;
	background-color: #db88a1;
	border-radius: 50px;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: .05em;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	box-shadow: 0px 2px 1px rgb(0 0 0 / 20%);
}
.button a:hover,
.button a:active {
	background-color: #eba8bd;
	box-shadow: 0px 0px 0px;
	margin-top: 2px;
	margin-bottom: -2px;
}

/* 固定ボタン */
.position_fix {
	position: fixed;
	bottom: 0px;
	display: block;
	width: 100%;
	max-width: 1000px;
	z-index: 10;
}

/* -----------------------------------------------
  footer
------------------------------------------------ */
footer {
	background: #96878c;
	color: #fff;
}

/* -----------------------------------------------
  catch
------------------------------------------------ */
h1 {
	max-height: 400px;
	overflow: hidden;
	width: 100%;
	padding: 20px 0;
	box-sizing: border-box;
}
h1 img {
	width: 100%;
}