@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 768px) {
}
body {
	font-family: 'Zen Maru Gothic', sans-serif;
	color:#504e51;
	font-weight: 300;
}
p {
	line-height: 1.6;
}
@media screen and (min-width: 768px) {
	.only_sp767 {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	main {
		padding-bottom: 0;
	}
}

p {
	font-size: 3.6vw;
}

.fonts {
	font-family: 'Zen Maru Gothic', sans-serif;
}
small {
	font-size: 70%;
}
a,p,input,li {
	font-family: 'Zen Maru Gothic', sans-serif;
}
h1,h2,h3,h4 {
	font-family: 'Zen Maru Gothic', sans-serif;
}
 img {
	width: 100%;
	height: auto;
	opacity: 1;
	transition: opacity 0.2s ease-in-out
}
label img:hover , a img:hover{
	opacity: 0.5;
	
}


.wrapper {
	position: relative;
	overflow: hidden;
	background-color: aliceblue;
	padding: 60px 0;
}
.wrapper::before {
	content: "";
	position: fixed;
	display: table-cell;
	width: 500px;
	height: 500px;
	background: center center / 100% auto url("../img/obihiro_logo_white.png") no-repeat;
	left: -80px;
	top: 200px;
}
.wrapper .contWrap {
	width: 100%;
	margin: 0 auto;
	background-color: #FFF;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	position: relative;
}
main {
	position: relative;
}

header  {
	background: #fff;
	padding: 10px ;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
header h1 {
	position: relative;
}
header h1 a:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	pointer-events: auto;
	content: "";
}
header h1:hover {
	opacity: 0.6;
}
.menu {
	display: block;
	background: none;
	border: none;
	cursor: pointer;
	padding: 8px 4px;
	z-index: 1000;

}
.menu span {
	display: block;
	width: 24px;
	height: 2px;
	border-radius: 2px;
	background-color: #323232;
	margin-bottom: 5px;
	transition: transform 0.3s ease;
}
.menu span:nth-child(3) {
	margin-bottom: 0;
}
.menu.active span:nth-child(1) {
	transform: rotate(45deg) translate(5px, 5px);
}
.menu.active span:nth-child(2) {
	opacity: 0;
}
.menu.active span:nth-child(3) {
	transform: rotate(-45deg) translate(5px, -5px);
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
.mt5 {
	margin-top: 5px !important;
}
header h1 {
	display: flex;
}

header h1 img{
	height: 40px;
	width: auto;
}
header h1 div {
	margin-right: 5px;
	font-size: 20px;
	font-weight: 400;
	line-height: 105%;
}
header h1 div span {
	font-size: 14px;
}

nav {
	position: fixed;
	top: 0;
	right: -100%; /* 初期状態では画面外に配置 */
	width: 70%;
	height: 100%;
	background-color: #fff;
	transition: right 0.3s ease;
	z-index: 999;
	padding-top: 60px;
	box-shadow: -2px 0 5px rgba(0,0,0,0.2);
}

nav.active {
	right: 0; /* activeクラスが付いたら画面内に表示 */
}

.nav_wrap {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

header .select_wrap {
	margin-right: 10px;
	position: relative;
	}
header .select_wrap select {
	font-size: 16px;
	border-radius: 20px;
	background: #4bc8ca;
	padding: 3px 16px 4px 10px;
	color: #fff;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-weight: 500;
	letter-spacing: 0.2cap;
}

header .select_wrap:after {
	position: absolute;
	content: "▼"; 
	font-size: 10px;
	color: #fff;
	right: 7px;
	top: 50%;
  transform: translateY(-50%);
}

nav ul.gNav {
	flex-direction: column;
	padding: 0;
	margin-bottom: 20px;
}
nav ul.gNav li {
	padding: 15px 20px;
	border-bottom: 1px solid #eee;
}
nav ul.gNav li a {
	padding-left: 15px;
	position: relative;
	font-size: 16px;
	display: block;
}

nav ul.gNav li a::before {
		content: ''; /* コンテンツは空にする */
  display: inline-block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px 0 4px 6px;
		border-color: transparent transparent transparent #4bc8ca;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -3px;
}
p.ttype01 {
	font-size: 44px;
	font-weight: bold;
	line-height: 1.36;
}
.fv_area {
	position: relative; 
  width: 100%; 
display: flex;
  flex-direction: column;
  justify-content: space-between; /* 子要素を上下に配置 */
  min-height: 55vh;
  text-align: center;
  padding:2vw 1vw 8vw;
  background: top center / cover no-repeat;
}

.fv_area .logo {
	width: 45%;
	margin: 0 auto 3.2vw;
}
.fv_area .logo img {
	width: 100%;
}
.fv_area .copy1 {
	color: #fff;
	text-align: center;
	font-size: 6.5vw;
	line-height: 120%;
	margin-bottom: 3vw;
	  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9), 0px 0px 1px rgba(0, 0, 0, 1), 0px 0px 2px rgba(0, 0, 0, 1);
	  font-weight: 500;
}
.fv_area .copy2 {
	color: #fff;
	text-align: center;
	font-size: 4vw;
	  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9), 0px 0px 1px rgba(0, 0, 0, 1) ,  0px 0px 2px rgba(0, 0, 0, 1);
	  font-weight: 500;
}

.fv_area .line {
  width: 2px;
  background-color: rgba(255,255,255,0.7);
  margin: 10px auto; 
  flex-grow: 1;
}

.fv_area .top_btn {
	align-self: center; /* 水平方向の中央揃え */
  margin-top: auto;
}

.fv_area .top_btn a {
	display: inline-block;
	background: rgba(0,0,0,0.7);
	border-radius: 999px;
	padding: 3vw 8vw;
	color: #fff;
	font-size: 5vw;
	 text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9), 0px 0px 1px rgba(0, 0, 0, 1) ,  0px 0px 2px rgba(0, 0, 0, 1);
	 margin: 0 auto;
	 transition: opacity 0.2s ease-in-out
}
select {
	cursor: pointer;
}
.separator {
  background-color: #333; /* 線の色 */
}
.fv_area.fvbg1 {
	background-image:url("../img/main01sp.webp") ;
}
.fv_area.fvbg2 {
	background-image: url("../img/main02sp.webp") ;
}
.fv_area.fvbg3 {
	background-image: url("../img/main03sp.webp") ;
}
.fv_area.fvbg4 {
	background-image: url("../img/main04sp.webp") ;
}
.formHead {
	padding:4.6vw 5.3vw 0;
	position: relative;
}
input:focus, label:focus,
label:focus-within {
	outline: none!important;
}

.bg_lightyellow {
	background-color: #FFF;
}
h2 {
	margin-bottom: 4vw;
	font-size: 4.5vw;
	text-decoration: underline;
	text-align: center;
	text-underline-offset: 10px;
	font-weight: 400;
	color: #4f4d4e;
	text-decoration-thickness: 1px;
	margin: 0 0 30px;
}
h3 {
	margin-bottom: 4vw;
	font-size: 4.5vw;
	text-align: center;
	font-weight: 400;
	color: #4f4d4e;
}

.formHead .text {
	font-size: 28px;
	line-height: 1.6;
	position: relative;
}
.formHead .text.hissu::after {
	content: "必須";
	font-size: 28px;
	line-height: 2em;
	height: 2em;
	display: table-cell;
	padding: 0 0.7em;
	border-radius: 1em;
	background-color: #cd4444;
	color: #FFF;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
section {
	padding:0 5.3vw 40px;
}
.map {
	margin: 40px auto 40px;
	width: 90%;
}
.map iframe {
	width: 100%;
	height: 300px;
}


.boxHead_big {
	padding: 35px 40px;
	background-color: #f5e059;
	position: relative;
}
input[type="radio"],
input[type="checkbox"]{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
	cursor: pointer;
}

.boxHead_big label {
	display: block;
	position: relative;
	font-size: 34px;
	font-weight: bold;
	color: #413e30;
	line-height: 50px;
	height: 50px;
	cursor: pointer;
}
.boxHead_big input[type="radio"] {
	padding-left: 65px;
}
.boxHead_big input[type="radio"]::before {
	content: "";
	display: table-cell;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #000;
	background-color: #FFF;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
}
.boxHead_big input[type="radio"]:checked::after {
	content: "";
	display: table-cell;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #413e30;
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: border-box;
}
.boxHead_big .sup {
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 28px;
}
#recommend {
	padding: 6vw 5.3vw 1vw;
	background: #d2eaea;
}


#recommend .slider {
	margin: 30px 30px 40px;
}

#recommend .slider p {
	font-size: 3.6vw;
	overflow: hidden;
  text-overflow: ellipsis; 
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 5px;
}

#recommend .slick-prev, #recommend  .slick-next {
	margin-top: -15px;
	width: 22px;
	height: 46px;
}
#recommend .slick-prev:before, #recommend .slick-next:before {
	content: "";
	width: 22px;
	height: 46px;
	display: block;
}

#recommend .slick-prev {
	left: -35px;
}
#recommend .slick-next {
	right: -35px;
}

#recommend .slick-prev:before {
	background: url(../../assets/img/arrow-l.svg) no-repeat;
}
#recommend .slick-next:before {
	background: url(../../assets/img/arrow-r.svg) no-repeat;
}

#recommend .slick-slide {
	position: relative;
}
#recommend .slick-slide p {
	position: absolute;
	bottom: 0;
	padding: 5px 10px 2px;
	background: rgba(216,216,216,0.8);
}
#recommend .slick-slide img {
	aspect-ratio: 14/9;
	object-fit: cover;
}

.checkItem {
	position: relative;
}
.flexBox {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.searchError {
    border:1px solid #f5c6cb;
    border-radius: 4px;
    background-color: #f8d7da;
    padding: .75rem 1.25rem;
    font-size: 4vw;
    line-height: 1.5;
}
.searchError p {
    font-size: min(18px, 4vw);
    line-height: 1.5;
}


.wrapper section .gridBox {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
	margin:3vw 0;
	padding-left: 15px;
	padding-right: 15px;
}

#date > .durationBox {
	padding-left: 15px;
	padding-right: 15px;
}

#plan .checkBoxWrap {
	margin-bottom: 30px;
}

#plan article.plan_top{
	border: 1px solid #60bfc3;
	padding: 3vw;
	margin-bottom: 20px;
}
#plan article h4 {
margin-bottom: 4vw;
    font-size: 4vw;
    text-align: left;
    font-weight: 400;
    color: #4f4d4e;
	line-height: 140%;
}

section p {
	padding-left: 10px;
	padding-right: 10px;
}

#plan article.plan_top p:last-child {
	font-size: 3.5vw;
	margin-top: 5px;
}

#plan .plan_list {
	margin-bottom: 15px;
}

#plan .plan_list li {
	background: #A9E4EA;
	background: linear-gradient(180deg, rgba(169, 228, 234, 1) 0%, rgba(160, 230, 228, 1) 100%);
	border-radius: 55px;
	font-weight: 500;
	font-size: 4vw;
	padding: 1.5vw 1vw;
	margin-bottom: 10px;
	position: relative;
	display: flex;
	align-items: center;
}

#plan .box02 .checkBox .checkItem {
	display: flex;
    align-items: center;
}

#plan .map_img {
	margin: 15px;
	max-width: 560px;
	position: relative;
}
#plan .map_img img{
	opacity:0 ;
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity 0.5s ease-in-out;
}
#plan .map_img img.show {
	opacity: 1.0;
	
}

h5 , #plan .plan_list {
	width: 100%;
}
#plan .map_img img.base {
	position: static;
	opacity: 1.0;
}


h5 , #plan .plan_list li {
	background: #A9E4EA;
	background: linear-gradient(180deg, rgba(169, 228, 234, 1) 0%, rgba(160, 230, 228, 1) 100%);
	border-radius: 9999px;
	font-weight: 500;
	font-size: 3.8vw;
	padding: 0.4rem 0.4rem; 
	margin-bottom: 10px;
	position: relative;
	display: flex;
	align-items: center;
	position: relative;
}
h5 span.icon{
	width: 2rem;
	height: 2rem;
	background-color: #fff;
	border-radius: 50%; 
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 2vh;
	margin-right: 10px;
}

h5 span.icon img {
	width: 70%;
	height: 70%;
}

#plan h5 span.icon , #plan .plan_list li span.icon{
	width: 2rem;
	height: 2rem;
	background-color: #4d454d;
	border-radius: 50%; 
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 2vh;
	margin-right: 10px;
}


.checkItem label  {
	line-height: 1.4;
	max-width: 100%;
	box-sizing: border-box;
	text-align: left;
	vertical-align: middle;
	position: relative;
	cursor: pointer;
	flex-wrap: wrap;
	align-items: center;
	padding:5px 5px 5px 25px;
	background: url(../img/icn_circle.png) left center no-repeat;
	background-size: 20px;
}

.checkItem label input {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.radioItem label .labelText{
	background: url(../img/icn_circle.png) left center no-repeat;
	background-size: 20px;
}

.radioItem label:has(input:checked) .labelText{
	background: url(../img/icn_circleon.png) left center no-repeat;
	background-size: 20px;
}

.checkItem label:has(input:checked) , .radioItem label:has(input:checked)  {
	background: url(../img/icn_circleon.png) left center no-repeat;
	background-size: 20px;
}

.accordionContent .checkItem label:has(input:checked) {
	background: url(../img/icn_circlecheck.png) left center no-repeat;
	background-size: 20px;
}

.planWrap .box01 .checkItem label {
	padding:5px 5px 5px 0;
	display: block;
	height: auto;
	background: url(../img/icn_circle.png) left 5px no-repeat;

}

.planWrap .box01 .checkItem label:has(input:checked) {
	background: url(../img/icn_circleon.png) left 5px no-repeat;

}

#plan .planWrap .box01 .checkItem label span {
	padding-left: 25px;
}


#plan .checkBox{
	margin-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

#plan .checkBox .checkItem {
	margin-bottom: 8px;
}

#plan .checkBox label span {
	text-align: left;
	padding-left: 5px;
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
}

#plan .checkBox label div {
	margin-top: 5px;
}


/* アコーディオンアイテムの基本スタイル（変更なし） */
.accordionItem {
       margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}
.accordionHeader {
    margin: 0;
	font-size: 3.6vw;
	color: #413e30;
}

.accordionButton {
    width: 100%;
    padding: 10px 15px;
    background-color: #f0f0f0;
    border: none;
    text-align: left;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: bold;
    display: flex;
    align-items: center;
	border-radius: 30px;
	font-weight: 400;
	color: #363233;
}
.accordionButton::before {
    content: '▼';
    transition: transform 0.2s ease-in-out;
 	display: inline-block;
    vertical-align: middle; 
	 margin-right: 10px; 
}
.accordionButton.obihiro {
	background: #92dde2;
}
.accordionButton.north {
	background: #edcede;
}
.accordionButton.west {
	background: #d5d1e8;
}
.accordionButton.east {
	background: #b3e6f7;
}
.accordionButton.south {
	background: #e7d7b6;
}



.accordionItem.is-open .accordionButton::before {
	 transform: rotate(-90deg);
    transform-origin: calc(50% + 1px) center; 
}

.accordionButton[aria-expanded="true"]::after {
    transform: rotate(180deg);
}
.accordionContent {
    display: none;
}
.accordionItem.is-open .accordionContent {
    display: block;
}
.calendar-wrapper {
  position: relative;
  display: block;
  margin:1.0em 0 0.5em;
  text-align: left;
  
}
.calendar-wrapper input {
  color: transparent;   /* 入力文字を透明にする */
  text-shadow: 0 0 0 transparent;
  caret-color: transparent;
  width: 13em;
  cursor: pointer;
}
.calendar-label {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-left: 15px;
  font-weight: 500;
  transform: translateY(-50%);
  color: #4bc5ca;
  text-decoration: underline;
  font-size: 18px;
  pointer-events: none;
  padding-left: 25px;
  background: url(../img/icn_calblue.svg) no-repeat left center;
  background-size: auto 18px;
  cursor: pointer;
}


#plan .box02 .headtext02{
	margin-bottom: 20px;
}

.checkItem label:checked {
	opacity: 0;
}
.checkItem label .labelText {
	line-height: 1.3;
}

.checkItem .infoBtn {	
	height: 100%;
	background: center center / 100% auto url("../img/icn_i.svg") no-repeat;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	cursor: pointer;
}

.checkItem.box1 .infoBtn {
	right: 15px;
	cursor: pointer;
}



.hissuText {
	padding-right: 4.0em;
}
.hissuText::after {
	content: "必 須";
	font-size: 3vw;
	color: #FFF;
	background-color: #fd5c92;
	line-height: 1.8;
	padding: 0 1em;
	border-radius: 1.4em;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.boxWeather .boxHead .boxTitle {
	padding-left: 123px;
}
.box01 .boxHead .boxTitle::before {
	content: "";
	display: table-cell;
	width: 60px;
	height: 60px;
	background: center center / 100% auto url("../img/icn_compass.svg") no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.box01 .yellowBox .boxHead .boxTitle::before {
	display: none;
}


.boxWho .contBox .radioItem label {
	display: block;
	overflow: hidden;
	vertical-align: top;
	position: relative;
	cursor: pointer;
	
}
.boxWho .contBox .radioItem label input {
	position: absolute;
	left: 0;
	top: 0;
}
.boxWho .contBox .radioItem label .labelText
  {
	display: block;
	text-align: left;
	font-size: 16px;
	box-sizing: border-box;
	padding: 10px 0 10px 25px;
	font-weight: 400;
}
 .radio_2choices {
	padding: 10px;
 }
.radio_2choices .checkItem {
	margin-bottom: 8px;
}

 .radio_2choices .checkItem label , .radio_3choices .checkItem label
  {
	text-align: left;
	font-size: 16px;
	box-sizing: border-box;
	font-weight: 400;
	
}


.wrapper section .radio_3choices {
	padding: 10px;
	justify-content: space-around;
	grid-template-columns: repeat(2, minmax(0, 1fr));
    gap:10px 20px;
    padding-left: 15px;
    padding-right: 15px;
   
}


.boxWho .contBox .radioItem input:checked + .labelText {
	font-weight: 500;
}
.boxWho .contBox .radioItem label .bottomImg {
	width: 100%;
	display: block;
}

.contBoxWrap.borderBottomNone {
	border-bottom: none;
}
.hissu .boxTitle {
	position: relative;
}
.hissu .boxTitle::after {
  content: "必須";
  font-size: 28px;
	font-weight: 500;
  line-height: 2em;
  height: 2em;
  display: table-cell;
  padding: 0 0.6em;
  border-radius: 1em;
  background-color: #cd4444;
  color: #FFF;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.durationBox {
	font-size: 4vw;
	line-height: 1.0;
	color: #333;
}
.durationBox select,
.durationBox option
{
	font-size: 4.4vw;
	font-weight: 500;
	background-color: #FFF;
}
.durationBox select , .durationBox .durationRow .calculated {
	border: 2px solid #413e30;
	border-radius: 6px;
	padding: 0 0.2em;
	text-align: center;
	font-weight: 500;
}
.durationBox .durationRow {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.durationBox .durationRow select  {
	padding: 10px 5px;
}
.durationBox .dep_arrive   {
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
max-width: 550px;
}

.durationBox .dep_arrive:after {
	content: "";
	display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #4bc8ca;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -5px;
	margin-left: -4px;
}

.stay .checkItem label {
	display: block;
    text-align: left;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0px 0px 0px 25px;
    font-weight: 400;
}

section#stay {
	opacity: 0.5;
	transition: opacity 0.5s ease-in-out
}
section#stay .hissuText:after {
	opacity: 0;
	transition: opacity 0.5s ease-in-out
}


section#stay.hissu ,section#stay.hissu .hissuText:after{
	opacity: 1;
}
section#stay .checkItem label {
cursor: default;
display: flex;
}
section#stay.hissu .checkItem label {
cursor: pointer;
width: 8em;
}

/* タクシーチェックボックスのグレーアウト制御 */
.taxiWrap {
	opacity: 0.5;
	transition: opacity 0.5s ease-in-out;
}
.taxiWrap.enabled {
	opacity: 1;
}
.taxiWrap .taxi {
	cursor: default;
}
.taxiWrap.enabled .taxi {
	cursor: pointer;
}


.durationBox .durationRow .calculated {
	padding: 5px;
	font-size: 4.4vw;
}
.durationBox .asta {
	margin-top: 15px;
}
.durationBox .durationRow .text {
	width: 4em;
	text-align: center;

}

.durationBox .durationRow select  {
	margin-right: 5px;
}

.durationBox .durationRow select#dep_year , .durationBox .durationRow select#dep_time , .durationBox .durationRow select#dep_arrive , .durationBox .durationRow select#dep_time , .durationBox .durationRow .calculated {
width: 3.4em;
box-sizing: border-box;
}

.gray {
	font-size: 3.2vw;
}

.durationBox .durationRow div {
	margin-right: 15px;
}
.durationBox .durationRow select#dep_time {
	margin-right: 20px;
}

.durationBox .cel02 {
	width: 167px;
}
.durationBox .cel02 input.calculated {
	border: 2px solid #d0d0d0;
	border-radius: 6px;
	padding: 0 0.5em;
	width: 150px;
	height: 60px;
	text-align: center;
	line-height: 56px;
	font-weight: bold;
	color: #333;
	font-size: 32px;
}
 .durationBox .dep_arrive > div  {
display: flex;
justify-content: space-between;
align-items: center;
margin-right: 0;
}

.durationBox .cel02 select {
	width: 150px;
	line-height: 56px;
	height: 60px;
	font-size: 32px;
}
.durationBox .cel03 select {
	width: 100px;
	line-height: 60px;
	height: 60px;
}
.durationBox .cel03 select#dep_month {
	margin: 0 0.3em;
}
.durationBox .cel03 .sup {
	font-size: 24px;
	line-height: 1.3;
	color: #333;
}
.durationBox .cel03 .gray {
	font-size: 28px;
	color: #333;
}
.boxWeather .boxHead .gray {
	font-size: 24px;
	color: #333;
	line-height: 1.3;
	margin-top: 1em;
}

.rentLink {
	text-align: right;
	font-size: 16px;
	margin-top: 5px;
}

.rentLink a{
	color: #4bc5ca;
	text-decoration: underline;
	padding-left: 20px;
	background: url(../img/icn_i.svg) no-repeat left center;
	background-size: 16px;
}

.taxiWrap{
	border-top: 1px dotted #484848;
	padding: 15px 0;
	margin: 0 30px;
}

.taxiWrap .asta {
	margin-left: 0;
	margin-right: 0;
}

.taxiWrap p {
	margin-top: 10px;
}

.boxMove label.taxi {
	font-size: 16px;
    line-height: 1.0;
    padding:10px 0 10px 2em;
    color: #333;
	font-weight: 400;
    position: relative;
    cursor: pointer;
}

.boxMove label.taxi input {
	position: absolute;
    left: 0;
    top: 50%;
    display: table;
    width: 4vw;
	height: 4vw;
    box-sizing: border-box;
    border: 2px solid #d4d4d4;
    transform: translateY(-50%);
    border-radius: 6px;
}


.boxMove label.taxi input:checked::before {
    content: "";
    display: table-cell;
    width: 4.0vw;
	height: 4.0vw;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: center center / 80% auto url(../img/icn_check.svg) no-repeat;
    position: absolute;
}

.shopText {
	margin-bottom: 15px;
	font-size: 3vw;
}
.asta{
	padding-left: 1.2em;
	position: relative;
	font-size: 16px;
	line-height: 1.5;
	margin-left: 15px;
}

#weather .asta {
	margin-left: 15px;
}
.asta::before {
	content: "※";
	position: absolute;
	left: 0;
	line-height: 1.5;
}
.submitArea {
	padding: 20px 40px 40px;
}
.submitArea input[type="submit"] {
	font-size: 5.6vw;
	font-weight: 500;
	text-align: center;
	width: 100%;
	height: 16vw;
	border: none;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.7);
    padding: 3vw 8vw;
    color: #fff;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5), 0px 0px 2px rgba(0, 0, 0, 0.6);
	background: linear-gradient(180deg, rgba(141, 220, 224, 1) 0%, rgba(78, 202, 220, 1) 100%);
    box-shadow:0px 0px 5px 4px #dedede ;
	cursor: pointer;
	
}

.submitArea input[type="submit"], .btnArea input {
transition: opacity 0.2s ease-in-out
}

.submitArea input[type="submit"]:hover, .btnArea input:hover{
	opacity: 0.5;
}

.bottomBnr , .menuBnr {
	margin:20px auto 50px;
}

.bottomBnr li , .menuBnr li {
	width: 80%;
	max-width: 500px;
	text-align: center;
	margin: 0 auto 15px;
}



footer ul.footerNav {
	padding: 60px 40px 40px;
	text-align: left;
	font-size: 0;
}
footer .snsList + ul.footerNav {
	padding-top: 30px;
}
footer ul.footerNav li {
	margin-bottom: 20px;
	display: inline-block;
}
footer .snsList {
	padding: 0 40px;
}
footer ul.list01 {
	border-bottom: 2px solid #b5b5b5;
	padding: 35px 0 20px;
}
footer ul.list01 li {
	border: none;
	display: block;
	margin-bottom: 15px;
}
footer ul.list01 li:nth-last-child(1) {
	margin-bottom: 0;
}
footer ul.list01 li a {
  display: block;
  font-size: 4.4vw;
	font-weight: 500;
	line-height: 50px;
  padding: 0 0 0 70px;
  position: relative;
	border: none;
}
footer ul.list01 li.email a::before {
	content: "";
	display: table-cell;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: center center / 100% auto url("../img/icon_sns_email.png") no-repeat;
	border:none;
}
footer ul.list01 li.bookmark a::before {
	content: "";
	display: table-cell;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: center center / 100% auto url("../img/icon_sns_bookmark.png") no-repeat;
	border:none;
}


footer ul li a {
	display: block;
	font-size: 3.4vw;
	line-height: 1.3;
	padding: 0 1.2em 0 2.0em;
	position: relative;
}
footer ul li a::before {
	content: "";
	display: table-cell;
	width: 10px;
	height: 14px;
	border-left: 10px solid #4bc8ca;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	box-sizing: border-box;
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
}
footer ul.list02 {
  padding: 30px 0 0;
  text-align: left;
}
footer ul.list02 li {
  border-left: none;
  margin-bottom: 0;
  display: inline-block;
	width: 50px;
	margin-right: 10px;
}
footer ul.list02 li a {
  display: block;
  font-size: 0;
  line-height: 1.3;
  padding: 0;
  position: relative;
}
footer ul.list02 li a::before {
	display: none;
}
footer ul.list02 li:nth-child(2), footer ul.list02 li:nth-last-child(1) {
  border-right: none;
}
footer .copy {
	background-color: #333;
}
footer .copy p {
	font-size: 3.2vw;
	line-height: 1.0;
	padding: 1em 0;
	color: #FFF;
	text-align: center;
}

@media screen and (max-width: 1024px) {

	.wrapper {
	  padding:0;
	}
	.formHead::before {
	  height: 5.3vw;
	  border-top-left-radius: 5.3vw;
	  border-top-right-radius: 5.3vw;
	}	
	.formHead .text.hissu::after {
	  font-size: 3.7vw;
	}
	.boxHead_big {
	  padding: 4.6vw 5.3vw;
	}
	.boxHead_big input[type="radio"]::before {
	  width: 6.6vw;
	  height: 6.6vw;
	}	
	.boxHead_big input[type="radio"]:checked::after {
	  width: 4.3vw;
	  height: 4.3vw;
	  left: 3.3vw;
	}
	.boxHead_big label {
	  line-height: 6.6vw;
	  height: 6.6vw;
	}	
	.box01 .boxHead .boxTitle::before {
	  content: "";
	  display: table-cell;
	  width: 8vw;
	  height: 8vw;
	  background: center center / 100% auto url("../img/icn_compass.svg") no-repeat;
	  position: absolute;
	  left: 0;
	  top: 50%;
	  transform: translateY(-50%);
	}
	.yellowBox {
	  border-radius: 2.6vw;
	  margin-top: 20px;
	}	

	.checkItem.box1 .infoBtn {
	  right: 2vw;
	}	

	.boxHead_big input[type="radio"] {
		padding-left: 8.6vw;
	}
	.boxHead_big .sup {
	  right: 5.3vw;
	}	
	.yellowBox .boxHead {
	  background-color: #fed501;
	  padding: 4.3vw;
	}


	.boxWho .boxHead .boxTitle::before,
	.boxDep .boxHead .boxTitle::before,
	.boxArrive .boxHead .boxTitle::before,
	.boxDuration .boxHead .boxTitle::before,
	.boxMove .boxHead .boxTitle::before {
		width: 8vw;
		height: 8vw;
	}
	.boxWeather .boxHead .boxTitle::before {
		width: 13vw;
		height: 13vw;
	}
	
	



	.hissu .boxTitle::after {
	  font-size: 3.7vw;
	}	

	.durationBox .cel02 input.calculated {
	  width: 20vw;
	  height: 8vw;
	  line-height: 7vw;
	}
	.durationBox .cel03 select {
	  width: 13vw;
	  line-height: 8vw;
	  height: 8vw;
	}
	.durationBox select {
	  border: 2px solid #413e30;
	  border-radius: 6px;
	  padding: 0 0.5em;
	}	


	footer ul {
	  padding: 8vw 5.3vw 5.3vw;
	}	
	footer ul li a::before {
	  width: 1.3vw;
	  height: 1.86vw;
	  border-left: 1.3vw solid #4bc8ca;
	  border-top: 0.83vw solid transparent;
	  border-bottom: 0.83vw solid transparent;
	  left: 4vw;
		box-sizing: border-box;
	}	
	.boxWeather .boxHead .boxTitle {
	  padding-left: 16.4vw;
	}
}

.gotop {
	display: table-cell;
	width: 40px;
	height: 40px;
	background-color: rgba(0,0,0,0.7);
	border-radius: 50%;
	position: fixed;
	bottom: 15px;
	right: 15px;
	cursor: pointer;
	opacity: 0.8;
}
.gotop .gotopIn {
	display: block;
	background: center center / 120% auto url("../img/icn_top.png") no-repeat;
	background-size: 40%;
	width: 100%;
	height: 100%;
}
.gotop:hover {
	opacity: 0.7;
}

.gomakota {
	display: table-cell;
	width: 40px;
	height: 40px;
	background-color: rgba(0,0,0,0.7);
	border-radius: 50%;
	position: fixed;
	bottom: 70px;
	right: 15px;
	cursor: pointer;
	opacity: 0.8;
}
.gomakota .gotopIn {
	display: block;
	background: center center / auto auto url("../img/btn_matoka_link_ja.png") no-repeat;
	background-size: 100%;
	width: 100%;
	height: 100%;
}
.gomakota:hover {
	opacity: 0.7;
}



#weather .tips {
	display: inline-block;
	width: 30px;
	height: 30px;
	color: #FFF;
	text-align: center;
	vertical-align: top;
	/* position: absolute;
	left: 8em; */
	margin-left: 0.5em;

	cursor: pointer;
	line-height: inherit;
}
.tips:hover {
	opacity: 0.7;
}
.tips_mark::before {
	content: "?";
	color: #FFF;
	display: block;
	font-size: 20px;
	line-height: 30px;
	background-color: #413e30;
	border-radius: 50%;
	vertical-align: middle;
}

.box02 .boxHead_big {
	vertical-align: middle;
}
.box02 .boxHead_big label {
  display: inline-block;
  position: relative;
  font-size: 34px;
  font-weight: bold;
  color: #413e30;
  line-height: 50px;
  height: 50px;
  cursor: pointer;
}
.tipWindow {
	display: none;
}
.tipWindow.showing {
	display: block;
}
.tipWindow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 1000;
	background-color: rgba(0,0,0,0.7);
	box-sizing: border-box;
	padding: 60px 0 0;
}
.tipWindow .tipWindowIn {
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
	background-color: #FFF;
	min-height: 300px;
	max-height: 90vh;
	position: relative;
	padding: 70px 0;
}
.tipWindow .closeBtn {
	position: absolute;
	right: 0;
	top: 0;
	width: 90px;
	height: 90px;
	display: table-cell;
	background-color: #413e30;
}
.tipWindow .closeBtn .Btn {
	width: 36px;
	height: 36px;
	display: table-cell;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.tipWindow .closeBtn .Btn .border {
	display: table-cell;
	width: 43px;
	height: 3px;
	background-color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.tipWindow .closeBtn .Btn .border:nth-child(1) {
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.tipWindow .closeBtn .Btn .border:nth-child(2) {
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.tipWindow * {
	vertical-align: baseline;
}
.tipWindow h3 {
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 1em;
}
.tipWindow p {
	font-size: 20px;
	text-align: left;
	line-height: 1.5;
	margin-bottom: 1em;
}
.tipWindow p .label {
	margin-right: 0.3em;
}
.tipWindow .tipContWrap {
	max-height: 80vh;
	overflow-y: scroll;
	padding: 0 40px;
}
.tipPlace {
	vertical-align: middle;
	line-height: inherit;
}
@media screen and (max-width: 1024px) {

	.tipWindow .closeBtn {
	  width: 12vw;
	  height: 12vw;
	}	
	.tipWindow .closeBtn .Btn {
	  width: 4.8vw;
	  height: 4.8vw;
	}
	.tipWindow .tipWindowIn {
	  padding: 9.3vw 0;
	}	
	.tipWindow .tipContWrap {
	  padding: 0 5.3vw;
	}
	.tipWindow h3 {
	}	
	.questionBoxIn {
		padding: 4vw;
	}
}


.seachBox {
	background-color: #FFF;
	padding: 20px 4vw;
}


.backLink p a {
	font-size: 18px;
}
.detailHead .pageTitle h2 {
	text-decoration: none;
	text-align: left;
	margin: 0;
	font-weight: 500;
}
.seachBox .seachBoxIn > p {
	font-size: 3.6vw;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 1em;
}
.seachBox .seachBoxIn .seachSetting {
	border: 1px solid #60bfc3;
    padding: 3vw;
    margin-bottom: 20px;
}
.seachBox .seachBoxIn .seachSetting .settingHead {
	position: relative;
	margin-bottom: 33px;
}
.seachBox .seachBoxIn .seachSetting .settingHead .left {
	display: inline-block;
}
.seachBox .seachBoxIn .seachSetting .settingHead .left h3 {
	font-size: 4.3vw;
	font-weight: 500;
	color: #333;
	display: block;
	margin: 0;
}
.seachBox .seachBoxIn .seachSetting .settingHead .btnArea {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.seachBox .seachBoxIn .seachSetting .settingHead .btnArea .btn {
}
.seachBox .seachBoxIn .seachSetting .settingHead .btnArea .btn a {
	display: block;
    font-size: 3.5vw;
    font-weight: 500;
    background: linear-gradient(180deg, rgba(169, 228, 234, 1) 0%, rgba(160, 230, 228, 1) 100%);
    border-radius: 999px;
    padding: 15px 10px;
    position: relative;
    margin: 0 auto;
}


.seachBox .seachBoxIn .settingBody ul li {
	display: inline-block;
	font-size: 4.2vw;
	margin-bottom: 0.8em;
	vertical-align: middle;
}
.seachBox .seachBoxIn .settingBody ul li::after {
	content: "｜";
}
.resultBox {
	
}
.resultBox .sortBox {
	background-color: #FFF;
	display: block;
	text-align: right;
	vertical-align: top;
	padding: 1vw 4vw 4vw;
	position: relative;
}

.resultBox .sortBox .text {
	display: inline-block;
	font-size: 22px;
	line-height: 58px;
	font-weight: 500;
	vertical-align: top;
}
.resultBox .sortBox .sort {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.resultBox .sortBox select {
	border: 1px solid #b5b5b5;
	padding: 0 2em 0 1em;
	font-size: 3.2vw;
	line-height: 58px;
	border-radius: 6px;
	font-weight: 400;
}
.resultBox .sort::after {
	content: '▼';
    display: inline-block;
    margin-right: 5px;
    font-size: 3vw;
	position: absolute;
	right: 1vw;
	top: 50%;
	transform: translateY(-50%);
}
.resultListWrap {
	background-color: #d2eaea; 
	padding: 40px 0;
}
.weatherBox {
	max-width: 1600px;
	padding: 0 4vw;
	margin: 0 auto;
	margin-bottom: 30px;
}
.weatherBox p {
	font-size: 32px;
	font-weight: 600;
	color: #333;
}
.weatherBox .weather {
	padding-right: 70px;
	position: relative;
}
.weatherBox .weather::after {
	content: "";
	display: table-cell;
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.weatherBox #sunny.weather::after {
	background: right center / 100% auto url("../img/icn_weather_sunny.png") no-repeat;
}
.weatherBox #rain.weather::after {
	background: right center / 100% auto url("../img/icn_weather_rain.png") no-repeat;
}
.weatherBox #cloud.weather::after,
.weatherBox #cloudy.weather::after {
	background: right center / 100% auto url("../img/icn_weather_cloud.png") no-repeat;
}
.weatherBox #snowy.weather::after {
	background: right center / 100% auto url("../img/icn_weather_snowy.png") no-repeat;
}

.weatherList .planBox {
	background-color: #FFF;
	border-radius: 6px;
	position: relative;
	padding-right: 46px;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	margin-bottom: 20px;
}
.weatherList .planBox:nth-last-child(1) {
	margin-bottom: 0;
}
.weatherList .planBox:hover {
	opacity: 0.8;
}
.weatherList .planBox a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: opacity 0.2s ease-in-out
}
.weatherList .planBox::before {
	content: "";
	position: absolute;
	display: table-cell;
	width: 46px;
	height: 100%;
	background-color: #ADD8E6;
	right: 0;
	top: 0;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.weatherList .planBox::after {
	content: "";
	display: table-cell;
	width: 20px;
	height: 28px;
	border-left: 20px solid #519ab2;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	right: 13px;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
	position: absolute;
}
.weatherList .planBoxIn {
	padding: 40px;
	
}
.weatherList .planBox .row01 {
	display: table;
	width: 100%;
	margin-bottom: 26px;
}
.weatherList .planBox .planName {
	display: table-cell;
	padding-left: 60px;
	position: relative;
}
.weatherList .planBox .planName::before {
	content: "";
	display: table-cell;
	width: 30px;
	height: 36px;
	background: center center / 100% auto url("../img/icn_kanban.svg") no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.weatherList .planBox .planName h3 {
	font-size: 4.8vw;
	font-weight: 500;
	color: #333;
	text-align: left;
}
.weatherList .planBox .planPrice {
	display: table-cell;
	text-align: right;
}
.weatherList .planBox .planPrice p {
	text-align: right;
	font-size:  4.2vw;
	font-weight: 400;
	color: #333;
}
.weatherList .planBox .planPrice p .price {
	font-weight: 500;
	font-size:  5.2vw;
}
.weatherList .planBox .planPrice p .unit {
	font-size:  4.2vw;
	margin-left: 0.2em;
}
.weatherList .planBox .row02 {
	margin-bottom: 46px;
}
.weatherList .planBox .row02 p {
	font-size: 4vw;
	line-height: 1.0;
	font-weight: 500;
	color: #333;
}
.weatherList .planBox .row03 {
	margin-bottom: 38px;
}
.weatherList .planBox .row03 p {
	font-size: 4.4vw;
	font-weight: 600;
	color: #333;
	display: table;
}
.weatherList .planBox .row03 p > span {
	display: table-cell;
}
.weatherList .planBox .row03 p .bus , .page_detail .detailBox .row02 p .bus {
	background: center center / auto 100% url("../img/icn_bus.svg") no-repeat;
	width: 34px;
	height: 20px;
}
.weatherList .planBox .row03 p .taxi , .page_detail .detailBox .row02 p .taxi{
	width: 31px;
	height: 20px;
	line-height: 41px;
	background: center center / auto 100% url("../img/icn_car.svg") no-repeat;
}
.weatherList .planBox .row04 p {
	font-size: 4vw;
	font-weight: 500;
}

.weatherList .planBox .row05 ul li {
	font-size: 3.8vw;
	line-height: 1.57;
	display: inline-block;
}
.weatherList .planBox .row05 ul li::after {
	content: "／";
}
.weatherList .planBox .row05 ul li:last-child::after {
	content: none;
}
.weatherList .planBox .row05 ul li.selected-spot {
	font-weight: 600;
}

.page_detail .questionBox {
	padding: 4vw;
	background-color: #efefef;
	margin-bottom: 40px;
}
.questionBox p {
	font-size: 3.8vw;
	font-weight: 400;
	color: #333;
	margin-bottom: 0.2em;
}
.questionBox select {
	font-size: 3.8vw;
	padding: 0.3em 0.6em;
	border: 1px solid #413e30;
	border-radius: 6px;
	position: relative;
	text-align: center;
	background-color: #FFF;
	margin-bottom: 15px;
}
.questionBox .qselect::before {
	content: "";
	display: table-cell;
	width: 14px;
	height: 10px;
	border-top: 10px solid #333;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	position: absolute;
	right: 13px;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
}

.questionBox textarea {
	font-size: 3.8vw;
	line-height: 1.5;
	padding: 10px;
	border: 1px solid #413e30;
	border-radius: 6px;
	background-color: #FFF;
	width: 100%;
	margin-bottom: 15px;
}

.questionBox .btnArea .btn {
	display: block;
	margin-top: 15px;
	text-align: center;
}
.questionBox .btnArea .btn input {
font-size: 5.6vw;
	font-weight: 500;
	text-align: center;
	width: 100%;
	max-width: 400px;

	height: 16vw;
	border: none;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.7);
    padding: 3vw 8vw;
    color: #fff;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5), 0px 0px 2px rgba(0, 0, 0, 0.6);
	background: linear-gradient(180deg, rgba(141, 220, 224, 1) 0%, rgba(78, 202, 220, 1) 100%);
    box-shadow:0px 0px 5px 4px #dedede ;
	cursor: pointer;
}
.questionBox .btnArea .btn input:disabled {
	cursor: not-allowed;
	filter: grayscale(100%);
}
.questionBox .btnArea .btn input:disabled:hover {
	opacity: 1;
}

.seachBox .seachBoxIn .seachSetting .settingHead .btnArea .btn a::before {
	content: '▼';
    display: inline-block;
    margin-right: 5px;
    transform: rotate(-90deg);
    transform-origin: calc(50% + 1px) center;
    font-size: 3.4vw;
	}	



@media screen and (max-width:1024px) {

	.seachBox .seachBoxIn .seachSetting {
	  padding: 4vw 5.3vw 1.3vw;
	}
	.seachBox .seachBoxIn .seachSetting .settingHead .btnArea .btn a {
	  padding: 0.3em 4.6vw 0.5em 4.2vw;
	}	
	
	.seachBox .seachBoxIn .seachSetting .settingHead {
	  position: relative;
	  margin-bottom: 4.6vw;
	}
	.resultBox .sortBox .text {
	  font-size: 3vw;
	  line-height: 7.7vw;
	}
	.resultBox .sortBox select {
	  line-height: 7.7vw;
	}	
	.resultListWrap {
	  padding: 4vw;
	}	
	.weatherBox {
		padding: 0;
	  margin-bottom: 4vw;
	}
	.weatherBox p {
		font-size: 4vw;
	}
	.weatherBox .weather {
		padding-right: 9.3vw;
	}
	.weatherBox .weather::after {
		width: 8vw;
		height: 8vw;
	}
	.weatherList .planBox {
	  padding-right: 6.2vw;
	  box-shadow: 0 0 4px rgba(0,0,0,0.1);
	  margin-bottom: 3vw;
	}	
	.weatherList .planBox::before {
	  width: 6.2vw;
	}	
	.weatherList .planBox::after {
	  width: 2.6vw;
	  height: 3.8vw;
	  border-left: 2.6vw solid #36aec1;
	  border-top: 1.9vw solid transparent;
	  border-bottom: 1.9vw solid transparent;
	  right: 1.7vw;
	}
	.weatherList .planBoxIn {
	  padding: 4vw;
	}	
	.weatherList .planBox .planName {
	  padding-left: 40px;
	}	

	.weatherList .planBox .row01 {
	  margin-bottom: 3.4vw;
	}	
	.weatherList .planBox .row02 {
	  margin-bottom: 3vw;
	}	
	.weatherList .planBox .row03 {
	  margin-bottom: 3vw;
	}	
	.weatherList .planBox .row03 p .bus {
	  width: 12vw;
	  height: 5.46vw;
	}
	.weatherList .planBox .row03 p .taxi {
	  width: 12vw;
	  height: 5.46vw;
	  line-height: 5.46vw;
	}	

}
.backLink {
	margin:0 0 40px 5.4vw;
}
.backLink p {
	font-size: 28px;
	font-weight: 500;
	color: #333;
	line-height: 1.0;
}

.detailHead {
	display: table;
	width: 100%;
}
.page_list .detailHead {
	display: block;
	margin-bottom: 0;
}
.detailHead .pageTitle {
	display: table-cell;
}
.page_list .detailHead .pageTitle {
	display: block;
	margin-bottom: 0;
}
.page_list .detailHead p {
	font-size: 18px;
	line-height: 1.3
}
.detailHead .snsList {
	display: table-cell;
	vertical-align: top;
	text-align: right;
}
.detailHead .snsList ul {
	font-size: 0;
}
.detailHead .snsList ul li {
	font-size: 0;
	vertical-align: top;
	display: inline-block;
	width: 50px;
	margin-left: 10px;
}
.detailHead .snsList ul li a {
	font-size: 0;
	display: block;
}
.detailHead .snsList ul li img {
	width: 100%;
	height: auto;
}
.page_detail .contHeadWrap {
	padding: 30px 5.3vw;
	
}
.page_detail .detailBox {
  border: 1px solid #60bfc3;
    padding: 3vw;
    margin: 20px 0;
}
.page_detail .detailBox .row01 {
	font-size: 32px;
	color: #333;
	font-weight: 500;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.page_detail .detailBox .row01 .planTime {
	display: table-cell;
}
.page_detail .detailBox .row01 .planPrice {
	display: table-cell;
}
.page_detail .detailBox .row01 .planPrice p .price {
	font-weight: 500;
}
.page_detail .detailBox .row01 .planPrice p .unit {
	font-size: 0.8em;
	margin-left: 0.2em;
	font-weight: 500;
}
.weatherList .planBox .row03 p {
	font-size: 4vw;
	font-weight: 500;
	display: table;
}
.page_detail .detailBox .row02 p {
	display: flex;
}
.page_detail .detailBox .row02 p > span {
	display: table-cell;
}

.recoLinkBox {
	margin: 30px 0;
}
.recoLinkBox .btnArea {
}

.recoLinkBox .btnArea a::after {
	content: "";
	display: table-cell;
	width: 9px;
	height: 14px;
	border-left: 9px solid #FFF;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	left: 33px;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	position:absolute;
	box-sizing: border-box;
}
.scheduleBox {
	
}
.scheduleBox .schedule {
}
.scheduleBox .scheduleTimeBox {
	padding: 3vw 2vw 3vw 13vw;
	background-color: #d2eaea;
	position: relative;
}
.scheduleBox .schedule.white .scheduleTimeBox {
	background-color: #FFF;
	padding: 20px 40px 20px 120px;
}
.scheduleBox .scheduleTimeBox .marks {
	position: absolute;
	left: 60px;
	top: 0;
	height: 100%;
}
.scheduleBox .scheduleTimeBox .marks .circle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: #4bc8ca;
	border-radius: 50%;
}
.scheduleBox .scheduleTimeBox .marks .topBorder {
	display: table-cell;
	width: 2px;
	height: calc(50% - 25px);
	background-color: #4bc8ca;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.scheduleBox .schedule:nth-child(1) .scheduleTimeBox .marks .topBorder {
	display: none;
}
.scheduleBox .scheduleTimeBox .marks .bottomBorder {
	display: table-cell;
	width: 2px;
	height: calc(50% - 25px);
	background-color: #4bc8ca;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.scheduleBox .schedule:nth-last-child(1) .scheduleTimeBox .marks .bottomBorder {
	display: none;
}
.scheduleBox .infoBox {
	padding: 40px 40px 40px 120px;
	position: relative;
}
.scheduleBox .schedule.white .infoBox {
	padding-top: 0;
}
.scheduleBox .infoBox::before {
	content: "";
	display: table-cell;
	width: 2px;
	height: 100%;
	background-color: #4bc8ca;
	position: absolute;
	top: 0;
	left: 60px;
	transform: translateX(-50%);
}
.scheduleBox .schedule:nth-last-child(1) .infoBox::before {
	display: none;
}
.scheduleBox .scheduleTimeBox p {
	text-align: left;
	font-size: 3.7vw;
}
.scheduleBox .scheduleTimeBox .purpose {
	font-size: 28px;
	font-weight: 400;
	margin-right: 0.5em;
}
.scheduleBox .scheduleTimeBox .time {
	font-size: 28px;
	font-weight: 400;
}
.scheduleBox .schedulePlace p {
	font-size: 4.8vw;
	font-weight: 500;
}
.scheduleBox .infoBox p {
	font-size: 4.0vw;
	line-height: 1.5;
	margin-bottom: 1em;
	font-weight: 400;
}
.scheduleBox .infoBox p:nth-last-child(1) {
	margin-bottom: 0;
}
.scheduleBox .infoBox p img {
	width: 100%;
	height: auto;
	margin: 0 0 1em;
}
.scheduleBox .infoBox p.taxi {
	position: relative;
	padding-left: 45px;
}
.scheduleBox .infoBox p.taxi::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: table-cell;
	width: 31px;
	height: 20px;
	background: center left / auto 100% url("../img/icn_car.svg") no-repeat;
}
.scheduleBox .infoBox p.bus {
	padding-left: 45px;
	position: relative;
}
.scheduleBox .infoBox p.bus::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: table-cell;
	width: 34px;
	height: 20px;
	background: center left / auto 100% url("../img/icn_bus.svg") no-repeat;
}
.scheduleBox .infoBox p.walk {
	padding-left: 45px;
	position: relative;
}
.scheduleBox .infoBox p.walk::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: table-cell;
	width: 45px;
	height: 30px;
	background: center / auto 100% url("../img/icn_walk.svg") no-repeat;
}


.scheduleBox .infoBox .linkBox {
	margin-top: 50px;
	margin-bottom: 30px;
}
.scheduleBox .infoBox .linkBox a {
	display: block;
    font-size: 4.4vw;
    font-weight: 500;
    background: linear-gradient(180deg, rgba(169, 228, 234, 1) 0%, rgba(160, 230, 228, 1) 100%);
    border-radius: 999px;
    padding: 15px 20px;
    position: relative;
     margin: 0 auto;
}
.scheduleBox .infoBox .linkBox a::before {
	    content: '▼';
    display: inline-block;
    margin-right: 10px;
	transform: rotate(-90deg);
    transform-origin: calc(50% + 1px) center;
	font-size: 4vw;
}

.scheduleBox .infoBox .linkBox a .btnText {
	padding-left: 1.5em;
	position: relative;
}
.scheduleBox .infoBox .linkBox a .btnText::before {
	content: "";
	display: table-cell;
	width: 26px;
	height: 26px;
	background-color: #333;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.scheduleBox .infoBox .linkBox a .btnText::after {
	content: "";
	display: table-cell;
	width: 9px;
	height: 14px;
	border-left: 9px solid #fff;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	position: absolute;
	left: 13px;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: border-box;
}
.backLink p {
	margin-top: 20px;
}

.infoBox .btn a , .backLink p a{
display: block;
    font-size: 4.4vw;
	text-align: center;
    font-weight: 500;
    background: linear-gradient(180deg, rgba(169, 228, 234, 1) 0%, rgba(160, 230, 228, 1) 100%);
    border-radius: 999px;
    padding: 15px 10px;
    position: relative;
    width: 80%;
    margin: 0 auto;transition: opacity 0.2s ease-in-out}

.infoBox .btn a:before ,     .backLink p a:before
 {
    content: '▼';
    display: inline-block;
    margin-right: 10px;
    transform: rotate(-90deg);
    transform-origin: calc(50% + 1px) center;
    font-size: 4vw;

}

.orangelinkBox {
	margin-bottom: 30px;
}
.orangelinkBox .btn {
	text-align: center;
}
.orangelinkBox .btn a , .recoLinkBox .btnArea a{
	color: #4bc5ca;
    text-decoration: underline;
    padding-left: 1.5em;
    background: url(../img/icn_i.svg) no-repeat left center;
    background-size:auto 80%;
	font-size: 4vw;
	font-weight: 500;
	padding: 0 0 0 1.4em;
	text-align: left;
	width: 100%;
}
.infoBox .flexPc {
	margin-bottom: 20px;
}

.infoBox .flexPc div:first-child {
	margin-bottom: 20px;
}

.orangelinkBox .btn a:before {
	content: none;
}

.schedule div:last-child {
	margin-bottom: 0;
}

.planName h3 {
	margin-bottom: 0;
}
.page_detail .detailBox .row02 p > span.bus , .page_detail .detailBox .row02 p > span.taxi {
	margin-right: 10px;

}


@media screen and (max-width: 1024px) {

	
	.detailHead .snsList ul li {
	  font-size: 0;
	  vertical-align: top;
	  display: inline-block;
	  width: 6.6vw;
	  margin-left: 1.3vw;
	}
	.page_detail .detailBox {
	          padding: 4vw 5.3vw 2.3vw;
	  border-radius: 1vw;
	}	

	.recoLinkBox {
	  margin: 4vw 0;
	}	
	
	.recoLinkBox .btnArea a::after {
	  width: 1.2vw;
	  height: 1.86vw;
	  border-left: 1.2vw solid #FFF;
	  border-top: 0.93vw solid transparent;
	  border-bottom: 0.93vw solid transparent;
	  left: 4.4vw;
	}

	.scheduleBox .infoBox {
	  padding: 5.3vw 5.3vw 5.3vw 16vw;
	}	
	.scheduleBox .scheduleTimeBox .marks {
	  left: 8vw;
	}	
	.scheduleBox .scheduleTimeBox .marks .circle {
	  width: 5.3vw;
	  height: 5.3vw;
	}
	.scheduleBox .scheduleTimeBox .marks .topBorder {
	  height: calc(50% - 3.3vw);
	}
	.scheduleBox .scheduleTimeBox .marks .bottomBorder {
	  height: calc(50% - 3.3vw);
	}	
	.scheduleBox .infoBox::before {
	  left: 8vw;
	}	
	.scheduleBox .infoBox .linkBox {
	  margin-top: 6.6vw;
	  margin-bottom: 4vw;
	}	

	.scheduleBox .infoBox .linkBox a .btnText::before {
	  width: 3.4vw;
	  height: 3.4vw;
	}	
	.scheduleBox .infoBox .linkBox a .btnText::after {
	  width: 1.2vw;
	  height: 1.86vw;
	  border-left: 1.2vw solid #fff;
	  border-top: 0.93vw solid transparent;
	  border-bottom: 0.93vw solid transparent;
	  left: 1.7vw;
	}	
	.scheduleBox .schedule.white .scheduleTimeBox {
	  padding: 2.6vw 5.3vw 2.6vw 16vw;
	}	
	.scheduleBox .scheduleTimeBox .purpose,
	.scheduleBox .scheduleTimeBox .time	{
	  font-size: 3.7vw;
	}	

	.orangelinkBox a::after {
	  width: 1.2vw;
	  height: 1.86vw;
	  border-left: 1.2vw solid #fff;
	  border-top: 0.93vw solid transparent;
	  border-bottom: 0.93vw solid transparent;
	  left: 4.2vw;
	}	
	.orangelinkBox {
	  margin-bottom: 4vw;
	}	


	footer ul.list01 {
	  padding: 4.6vw 0 2.6vw;
	}

	footer ul.list01 li a {
	  line-height: 6.6vw;
	  padding: 0 0 0 9.3vw;
	}	
	footer ul.list01 li.email a::before,
	footer ul.list01 li.bookmark a::before
		{
	  width: 6.6vw;
	  height: 6.6vw;
	}	
	footer .snsList {
	  padding: 0 5.3vw;
	}
	footer ul.footerNav {
	  padding: 4vw 5.3vw 1vw;
	}	
	footer ul.list02 li {
	  width: 8vw;
	  margin-right: 3vw;
	}
	footer ul.list02 {
	  padding: 4vw 0 0;
	  text-align: left;
	}	
}
.page_list .contHeadWrap {
  padding: 20px 40px;
}
.subListWrap {
	background-color:#d2eaea;
	padding: 30px 0;
}



.subListWrap .subListIn {
}
.subListWrap .subListIn .block {
	background-color: #FFF;
	margin-bottom: 30px;
}
.subListWrap .subListIn .block:nth-last-child(1) {
	margin-bottom: 0;
}
.subListWrap .subListIn .block h3 {
	font-size: 4.2vw;
	text-align: left;
	padding: 0 0.6em;
	background-color: #ADD8E6;
	margin: 0;
}
.subListWrap .subListIn .block h3 span {
	position: relative;
	padding-left: 40px;
	display: block;
	line-height: 2.4;
}
.subListWrap .subListIn .block h3 span.airport::before {
	content: "";
	display: table-cell;
	width: 28px;
	height: 28px;
	background: left center / auto 100% url("../img/icn_airport.png") no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.subListWrap .subListIn .block h3 span.station::before {
	content: "";
	display: table-cell;
	width: 28px;
	height: 28px;
	background: left center / auto 100% url("../img/icn_station.png") no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.subListWrap .subListIn .block h3 span.city::before {
	content: "";
	display: table-cell;
	width: 28px;
	height: 28px;
	background: left center / auto 100% url("../img/icn_city.png") no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.subListWrap .subListIn .block ul {
	padding: 30px;
}
.subListWrap .subListIn .block ul li {
	margin-bottom: 28px;
	padding-bottom: 28px;
	border-bottom: 3px dotted #eee;
}
.subListWrap .subListIn .block ul li:nth-last-child(1) {
	margin-bottom: 0;
	border: none;
}
.subListWrap .subListIn .block ul li .head {
	display: block;
	font-size: 20px;
	font-weight: 500;
	border-left: 8px solid #ADD8E6;
	padding-left: 0.8em;
	line-height: 1.6;
}
.subListWrap .subListIn .block ul li .info {
	display: block;
	padding: 10px 20px 0;
}
.subListWrap .subListIn .block ul li .info > span {
	display: block;
	font-size: 20px;
	line-height: 2.2;
	padding-left: 30px;
	position: relative;
}
.subListWrap .subListIn .block ul li .info > span.address::before {
	content: "";
	display: table-cell;
	width: 20px;
	height: 20px;
	background: center center / auto 100% url("../img/icn_map.svg") no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.subListWrap .subListIn .block ul li .info > span.tel::before {
	content: "";
	display: table-cell;
	width: 20px;
	height: 20px;
	background: center center / auto 100% url("../img/icn_tel.png") no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.subListWrap .subListIn .block ul li .info > span.tel a {
	display: block;
	font-size: 20px;
}
.anchorList {
	font-size: 0;
	margin-bottom: 30px;
}
.anchorList li {
	display: inline-block;
	width: 48%;
	margin-right: 4%;
}
.anchorList li:nth-last-child(1) {
	margin-right: 0;
}
.anchorList li a {
	display: block;
	background: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #333;
	padding:15px 0;
	border-radius: 1.1em;
	position: relative;
	font-weight: 400;
}
.anchorList li a::after {
	content: "";
	display: table-cell;
	width: 8px;
	height: 8px;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 1024px) {
	.subListWrap {
	  padding: 4vw;
	}
	.anchorList {
	  margin-bottom: 4vw;
	}
	.anchorList li a::after {
	  content: "";
	  display: table-cell;
	  width: 1vw;
	  height: 1vw;
	  border-right: 2px solid #333;
	  border-bottom: 2px solid #333;
	  position: absolute;
	  right: 3vw;
	  top: 50%;
	  transform: translateY(-50%) rotate(45deg);
	}
	.anchorList li a {
	  font-size: 3.6vw;
	  border-radius: 2em;
	}	

	.subListWrap .subListIn .block ul {
	  padding: 4vw;
	}
	.subListWrap .subListIn .block ul li .info > span {
	  font-size: 4vw;
	  padding-left: 6vw;
	  position: relative;
	}
	.subListWrap .subListIn .block ul li .head {
		font-size: 3.8vw;
	}	
	.subListWrap .subListIn .block ul li .info > span a,
	.subListWrap .subListIn .block ul li .info > span.tel a {
		font-size: 3.8vw;
	}
	.subListWrap .subListIn .block ul li {
	  margin-bottom: 4vw;
	  padding-bottom: 4vw;
	  border-bottom: 3px dotted #eee;
	}
	.subListWrap .subListIn .block ul li .info > span.address::before,
	.subListWrap .subListIn .block ul li .info > span.tel::before {
		width: 4vw;
		height: 4vw;
	}
	.subListWrap .subListIn .block {
	  background-color: #FFF;
	  margin-bottom: 4vw;
	}	
}

.recoBox {
	background-color: #FFF;
	margin-bottom: 30px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.recoBox h3 {
	padding: 12px 1em;
	background-color: #ADD8E6;
	font-size: 4.2vw;
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 0;
	text-align: left;
}

.recoBox .mid {
	display: table;
	padding: 20px;
}
.recoBox .mid .midLeft {
	display: table-cell;
	width: 55%;
}
.recoBox .mid .midRight {
	display: table-cell;
	width: 45%;
	padding-left: 5%;
	vertical-align: middle;
	text-align: center;
}
.recoBox .mid .midRight p {
	display: inline-block;
	font-size: 18px;
	line-height: 1.6;
	text-align: left;
	margin-bottom: 1.0em;
}
.recoBox .mid .midRight p .small {
	font-size: 0.8em;
	line-height: 1.6;
	display: block;
	margin-top: 1em;
}
.recoBox .mid .midRight .btn {
	margin-bottom: 20px;
}
.recoBox .btn a {
	display: block;
    font-size: 4.4vw;
    font-weight: 500;
    background: linear-gradient(180deg, rgba(169, 228, 234, 1) 0%, rgba(160, 230, 228, 1) 100%);
    border-radius: 999px;
    padding: 15px 10px;
    position: relative;
	width: 80%;
	margin: 0 auto;
}

.recoBox .btn a:before{
	content: '▼';
    transition: transform 0.2s ease-in-out;
    display: inline-block;
    margin-right: 10px;
    transform: rotate(-90deg);
   	font-size: 4vw;
}

.recoBox .bottom {
	padding: 0 20px 30px;
}
.recoBox .bottom p {
	font-size: 16px;
	line-height: 1.6;
}
@media screen and (max-width: 1024px) {
	.page_list .contHeadWrap {
	  padding: 4vw;
	}
	.recoBox .mid {
	  padding: 4vw;
		display: block;
	}	
	.recoBox .mid .midLeft {
	  display: block;
	  width: 100%;
	}	
	.recoBox .mid .midRight {
	  display: block;
	  width: 100%;
	  padding-left: 0;
		padding-top: 4vw;
	}	
	.recoBox .mid .midRight p {
		font-size: 3.8vw;
	}
	.recoBox .bottom p {
	  font-size: 3.2vw;
	}
	.recoBox .bottom {
	  padding: 0 4vw 4vw;
	}
	.recoBox {
	  margin-bottom: 4vw;
	}	
	.recoBox .mid .midRight .btn a {
	  font-size: 4vw;
	}	
}
.shopBox {
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	margin-bottom: 30px;
}
.shopBox .head {
  background-color: #ADD8E6;	
}
.shopBox .head p {
	font-size: 22px;
	font-weight: 400;
	line-height: 2.2;
	padding: 0 1em;
}
.shopBox .head p .meter {
	font-size: 1.2em;
	font-weight: 500;
	margin: 0 0.2em;
}
.shopBox .info {
	display: table;
	padding: 20px;
}
.shopBox .info .infoLeft {
	display: table-cell;
	width: 45%;
	vertical-align: top;
}
.shopBox .info .infoRight {
	display: table-cell;
	width: 55%;
	padding-left: 5%;
	vertical-align: middle;
}
.shopBox h3.tips {
  display: block;
  width: auto;
  color: rgba(30,133,159,1.00);
	text-decoration: underline;
  text-align: left;
  vertical-align: top;
	padding: 0;
	margin: 0 0 0.6em;
  cursor: pointer;
  line-height: inherit;
	font-size: 4vw;
	font-weight: 500;
}
.shopBox p.shopAdd {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 1em;
	padding-left: 20px;
	position: relative;
}
.shopText {
	font-size: 3.8vw;
}

.shopBox p.shopAdd::before {
	content: "";
	display: table-cell;
	width: 18px;
	height: 18px;
	background: left center / auto 100% url("../img/icn_map.svg") no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.shopBox .btn.tel {
	margin-bottom: 10px;
}

.shopBox .btn.tel a {
	display: block;
    font-size: 4.4vw;
    font-weight: 500;
    background: linear-gradient(180deg, rgba(172, 192, 240, 1) 0%, rgba(154,177,231,1.00) 100%);
    border-radius: 999px;
    padding: 15px;
    position: relative;
    width: 80%;
    margin: 0 auto;
	text-align: center;	
	

}

.shopBox .btn.access a {
	display: block;
    font-size: 4.4vw;
    font-weight: 500;
    background: linear-gradient(180deg, rgba(169, 228, 234, 1) 0%, rgba(160, 230, 228, 1) 100%);
    border-radius: 999px;
    padding: 15px;
    position: relative;
    width: 80%;
    margin: 0 auto;
	text-align: center;	
}
.shopBox .btn.tel a:before {
    transition: transform 0.2s ease-in-out;
	content: "";
	background: url("../img/icn_tel.svg") no-repeat;
	background-size: 100%;
	width: 3.5vw;
	height: 3.5vw;
    display: inline-block;
    margin-right: 10px;
    font-size: 3.6vw;
}
.shopBox .btn.access a:before {
    transition: transform 0.2s ease-in-out;
	content: "";
	background: url("../img/icn_map.svg") no-repeat;
	background-size: 100%;
	width: 3.5vw;
	height: 3.5vw;
    display: inline-block;
    margin-right: 10px;
    font-size: 3.6vw;
}


@media screen and (max-width:1024px) {
	.page_list .detailHead p {
		font-size: 3vw;
	}
	.shopBox .head p {
	  font-size: 4vw;
	}
	.shopBox .info {
	  padding: 4vw;
		display: block;
	}	
	.shopBox {
	  margin-bottom: 4vw;
	}	
	.shopBox .info .infoLeft {
	  display: block;
	  width: 100%;
		margin-bottom: 4vw;
	}	
	.shopBox .info .infoRight {
	  display: block;
	  width: 100%;
	  padding-left: 0;
	  vertical-align: middle;
	}
	.shopBox p.shopAdd {
	  font-size: 3vw;
	  padding-left: 5vw;
	}	
	.shopBox p.shopAdd::before {
	  width: 4vw;
	  height: 4vw;
	}	
	.shopBox .btn.tel a,
	.shopBox .btn.access a	{
	  font-size: 4vw;
	}	
}

@media screen and (min-width: 1025px) {
header {
	padding: 15px;
}
header h1 img{
	height: 42px;
	
}
header h1 {
	padding-right: 15px;
}

.nav_wrap {
	flex-direction: row;
}

button.menu {
	display: none;
}
nav {
	position: relative;
	top:inherit;
	right: inherit;
	width: auto;
	height: auto;
	box-shadow: none;
	padding-top: 0;
}
nav ul.gNav {
	display: flex;
	flex-direction: row;
	margin-bottom: 0;
}
nav ul.gNav li {
	border-bottom:none;
	padding: 5px 10px 5px 0;
}

.flexPc {
	display: flex;
	justify-content: space-between;
	max-width: 1600px;
	margin: 0 auto;
	box-sizing: border-box;
}
.flexPc.flexPc.detailArea {
	padding: 0 4vw;
}
header .select_wrap select {
	margin-left: 10px;
	cursor: pointer;
}

nav ul.menuBnr {
	display: none;
}
.fv_area .logo {
	width: 350px;
	margin: 0 auto 10px;
}
.fv_area .logo img {
	height: auto;
	width: 100%;
}
.fv_area {
	background: center no-repeat;
	background-size: cover;
	min-height: inherit;
	padding: 2vw 1vw;
}
.fv_area.fvbg1 {
	background-image: url(../img/main01.webp);
}
.fv_area.fvbg2 {
	background-image: url(../img/main02.webp) ;
}
.fv_area.fvbg3 {
	background-image: url(../img/main03.webp) ;
}
.fv_area.fvbg4 {
	background-image: url(../img/main04.webp) ;
}
.fv_area {
	padding-top: 20px;
}
.fv_area .copy1 {
	font-size: 2.3vw;
	margin-bottom: 20px;
}
.fv_area .copy2 {
	font-size: 1.2vw;
	margin-bottom: 20px;
}
.fv_area .top_btn a {
	font-size: 1.3vw;
	    padding: 1.2vw 4vw;
		border-radius: 999px;
}
h2 {
	font-size: 32px;
}
.boxWho label input:checked::after {
	left: -12px;
    top: 0px;
}
#recommend {
    padding: 40px 0 60px;
	max-width: 100%;
}
#recommend .slick-slide p {
	box-sizing: border-box;
	width: 100%;
}
#recommend .slider {
	box-sizing: border-box;
	margin: 0 auto;
}
#recommend .slideWrap {
	padding: 0 4vw;
	max-width: 1620px;
	margin: 0 auto;
}
.map {
	box-sizing: border-box;
	max-width: 1600px;
	padding: 40px 4vw;
	width: 100%;
	margin: 0 auto;
}
.map iframe {
	height: 500px;
}
.formHead {
	padding: 1.2vw 2vw 0;
}
.slider li {
	margin: 0 10px;
}
#recommend .slider p {
	font-size: 18px;
}
.wrapper {
	padding: 0;
	background: none;
}
.wrapper .contWrap{
	max-width: 100%;
}
.contBoxWrap {
	border: none;
}
section {
	text-align: center;
}
.durationBox .dep_arrive {
	max-width: 420px;
}
.hissuText::after {
	font-size: 18px;
}
.tipWindow p {
	font-size: 20px;
}
.pc-none {
	display: none;
}
.ttype01 {
	text-align: center;
	margin-bottom: 6vw;
}
#date .durationBox {
	padding: 0 15px;
	margin-top: 20px;
}
section {
	padding: 30px 4vw 0;
	max-width: 1600px;
	box-sizing: border-box;
	margin: 0 auto;
}
h3 {
	font-size: 34px;
	margin-bottom: 30px;
}
.radio_3choices .checkItem {
	width: 30%;
}
.radio_3choices .checkItem label{
	width: 100%;
}

#plan article h4 {
	font-size: 24px;
	margin-bottom: 1.5vw;
	text-align: center;
}
#plan article.plan_top {
	padding: 1.5vw 2.5vw 1.5vw;
	margin-bottom: 60px;
	display: inline-block;
}
h5, #plan .plan_list li {
	font-size: 22px;
}
.plan_top .flexBox {
	flex-wrap: nowrap;
	justify-content: center;
}
#plan .plan_top .flexBox > ul {
	width: 400px;
	margin-right: 20px;
	margin-bottom: 0;
}
.planWrap {
	display: flex;
	justify-content: space-between;
}
.planWrap > .checkBoxWrap{
	width: 35%;
}
.planWrap > article {
	width: 63%;
}
#plan .checkBox {
	margin: 15px;
	max-width: 370px;
	padding: 0;
}
.planWrap p {
	padding: 0 15px;
}

.planWrap .checkItem  {
	text-align: left;
}

#plan article.plan_top p:last-child {
	font-size: 16px;
}
.headtext02.asta  {
	padding: 0;
	text-align: center;
}
.headtext02.asta::before {
	position: relative;
	padding-right: 5px;
}
#plan p , #plan li {
	font-size: 18px;
}
.hissuText {
	padding-right: 0;
}
.formHead .ttype01 {
	font-size: 36px;
	margin-bottom: 40px;
}
#plan .headtext02 {
	font-size: 18px;
}
#plan .box02 .flexPc {
	justify-content: space-between;
	flex-wrap: nowrap;
}
.tipWindow {
	padding: 72px 0 0;
}
#plan .box02 .flexPc .map_img {
	width: 45%;
	margin: 20px 15px 0;
	padding:0;
}
#plan .checkBox label span {
	font-size: 18px;
}
#plan .box02 .flexPc .areaWrap {
	width: 53%;
	margin: 20px 0 0;
}
#plan .box02 .flexPc .areaWrap h6 {
	font-size: 18px;
}
.wrapper #plan .gridBox {
	 grid-template-columns: repeat(auto-fit, 24%);
	 gap: 1%;
}
#plan .box02 .checkBox .checkItem {
	margin-bottom: 0px;
}
.durationBox {
	font-size: 22px;
}
.durationBox select, .durationBox option , .durationBox .durationRow .calculated {
	font-size: 24px;
	font-weight: 500;
}
.planWrap .box01 .checkItem label {
	
	background: url(../img/icn_circle.png) left 8px no-repeat;

}

.planWrap .box01 .checkItem label:has(input:checked) {
	background: url(../img/icn_circleon.png) left 8px no-repeat;

}


.radio_2choices .checkItem label, .radio_3choices .checkItem label {
	font-size: 18px;
}
.radio_3choices {
	padding-top: 20px;
}
.recoLinkBox .btnArea a {
	font-size: 30px;
}
.recoLinkBox .btnArea a {
	display: inline-block;
}
.scheduleBox .scheduleTimeBox p {
	font-size: 22px;
}
.scheduleBox .infoBox .linkBox a {
	font-size: 28px;
	width: 400px;
}
.asta {
	font-size: 18px;} 
.yellowBox .checkBox  {
	padding: 1.5vw 2vw 0.5vw;
	text-align: left;
}

.radioWrap .checkItem label::before {
	width: 20px;
	height: 20px;
	left: 0px;
}
.radioWrap .checkItem input:checked::after {
	width: 14px;
	height: 14px;
	left: 10px;
}
.radioWrap.yellowBox .checkItem label {
    padding-left: 30px;
}
.checkItem label::before {
	width: 20px;
	height: 20px;
	left: 8px;
}
.checkItem label {
	font-size: 18px;
}
#plan .box02 .checkBox .checkItem {
	min-height: 40px;
}
.boxWho .contBox .radioItem label .labelText , .gray{
	font-size: 18px;
}
.boxWho .contBox .radioItem label input {
	left: 37px;
    top: 39px;
    width: 20px;
    height: 20px;
}
.wrapper section .gridBox {
	margin: 20px 0 5px;
}
.boxWho .contBox .radioItem label input {
	left: 22px;
	top: 20px;
}
.boxWho .contBox .radioItem label input:checked::before {
	width: 14px;
	height: 14px;
}
.durationBox .durationRow:first-child {
	justify-content: flex-end;
}
.durationBox .durationRow:first-child div:last-child {
	margin-right: 0;
}
.durationRow.last {
	justify-content:center;
}
footer ul li:nth-child(2), footer ul li:nth-last-child(1) {
    border-right: none;
}
.gotop {
	width: 60px;
	height: 60px;
	right: 20px;
	bottom: 20px;
}
.gomakota {
	width: 60px;
	height: 60px;
	right: 20px;
	bottom: 100px;
}
.shopBox .info {
	display: flex;
}
.shopBox .info .infoLeft {
	width: 30%;
	display: block;
}
.shopBox .info .infoRight {
	width: 70%;
	display: block;
	padding-left: 25px;
	box-sizing: border-box;
}
.shopBox h3.tips {
	font-size: 24px;
}
.stay .checkItem label {
	font-size: 18px;
}
#date .asta {
	padding-right: 0;
}
.boxMove label.taxi {
	font-size: 18px;
}
.boxMove label.taxi input {
	width: 24px;
	height: 24px;
}
.boxMove label.taxi input:checked::before {
	width: 20px;
	height: 20px;
}
.taxiWrap {
	padding: 25px 20px;
	text-align: left;
}

.page_detail .detailBox .row02 p {
	font-size: 28px;
}
.submitArea input[type="submit"] , .questionBox .btnArea .btn input {
	font-size: 30px;
	line-height: 100%;
	height: 80px;
	max-width: 400px;
	padding: 0;
}
.submitArea {
	text-align: center;
	padding: 30px 40px 80px;
}
.questionBox .btnArea .btn{
	text-align: center;
	margin-top: 20px;
}
.bottomBnr {
	display: flex;
	width: 100%;
	max-width: 1040px;
	margin: 0 auto 40px;
	padding: 0 10px;
}
.bottomBnr li {
	margin: 0 10px;
}
footer ul.footerNav {
	padding: 60px 40px 20px;
}
footer ul li a, footer .copy p {
	font-size: 16px;
}
footer ul li a::before {
	left: 15px;
}
#date .asta:before {
	position: relative;
	margin-right: 5px;
}
#weather .tips {
	left: 7em;
}
#weather p {
	margin-left: 15px;
}

#weather .hissuText::after{
	margin-left: 55px;
}


.questionBoxIn {
	max-width:1600px ;
	margin: 0 auto;
	padding: 30px 4vw 60px;
}


.flexPc.detailArea > div {
	width: 49%;
}
.flexPc.detailArea > div section {
	padding: 0 0 40px;
	width: 100%;
}
.flexPc.detailArea > div section .radio_2choices .checkItem {
	margin:0 5px 10px;
}



.halfBox {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 0;
}
.halfBox .radioWrap .checkItem label {
	text-align: left;
	padding: 0 0 0 25px;
}
.halfBox  section:nth-child(1) {
padding: 0 0 2vw 3.3vw;
}
.halfBox  section:nth-child(2) {
padding: 0 3.3vw 2vw 0;
}
.halfBox .radioWrap .checkItem label::before {
	left: 16px;
}
.halfBox .radioWrap .checkItem input:checked::after {
	left: 26px;
	}
.wrapper section#who .gridBox
 {    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
	padding: 0 30px;
	max-width: 1200px;
	margin: 0 auto 40px;
}
.checkItem input:checked::after {
	width: 20px;
	height: 20px;
	left: 8px;
}
.seachBox h2
 {
	font-size: 36px;
	padding-left: 0;
	margin-bottom: 35px;
}
.seachBox .seachBoxIn .seachSetting {
	padding:25px 20px;
}

.seachBox .seachBoxIn .seachSetting .settingHead .left h3 , .page_detail .detailBox .row01 p {
	font-size: 22px;
}
.seachBox .seachBoxIn .seachSetting .settingHead {
	margin-bottom: 20px;
}
.seachBox .seachBoxIn .settingBody ul li {
	font-size: 22px;
	margin-bottom: 0;
}
.resultBox .sortBox select {
	font-size: 18px;
	line-height: 36px;
}
.resultBox .sortBox .text {
	font-size: 16px;
	line-height: 36px;
}
.weatherList {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
	max-width: 1600px;
	padding: 0 4vw;
	margin: 0 auto;
}
.weatherList .planBoxIn {
    padding: 20px;
}
.weatherList .planBox .planName h3 {
	font-size: 22px;
}
.weatherList .planBox .planName::before {
	width: 35px;
	height: 35px;
}
.weatherList .planBox .planName {
	padding: 10px 10px 10px 50px;
}
.seachBox .seachBoxIn > p {
	font-size: 18px;
}
.seachBox .seachBoxIn .seachSetting .settingHead .btnArea .btn a {
	font-size: 18px;
	padding: 10px 20px 10px 18px;
}
.seachBox .seachBoxIn .seachSetting .settingHead .btnArea .btn a::before {
	font-size: 16px;
}

.infoBox > .scheduleWrap > p {
	margin-left: 3vw;
}

.weatherList .planBox .planPrice p,.weatherList .planBox .planPrice p .unit {
	font-size: 20px;
}
.weatherList .planBox .planPrice p .price {
	font-size: 24px;
}
.weatherList .planBox .row02 , .weatherList .planBox .row03{
	margin-bottom: 20px;
}
.weatherList .planBox .row02 p , .weatherList .planBox .row03 , .weatherList .planBox .row03 p , .weatherList .planBox .row04 p
  {
	font-size: 22px;
}
.weatherList .planBox .row01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.detailHead {
	margin-bottom: 10px;
}
.scheduleBox .scheduleTimeBox , .scheduleBox .infoBox , .scheduleBox .schedule.white .scheduleTimeBox{
	padding: 20px 20px 20px 6.8vw;
}
.scheduleBox .scheduleTimeBox .purpose , .scheduleBox .scheduleTimeBox .time {
        font-size: 22px;
    }
.scheduleBox .scheduleTimeBox .schedulePlace p {
   font-size: 28px;
}
.scheduleBox .infoBox p img {
	display: block;
	width: 50%;
}
.scheduleBox .infoBox .linkBox {
	margin-top: 10px;
}
.scheduleBox .scheduleTimeBox .marks {
	left: 5vw;
}
.scheduleBox .scheduleTimeBox .marks .circle {
	width: 30px;
	height: 30px;
}
.scheduleBox .scheduleTimeBox .marks .bottomBorder {
	height: calc(50% - 20px);
}
.scheduleBox .scheduleTimeBox .marks .topBorder {
	height: calc(50% - 20px);
}
.scheduleBox .infoBox::before {
	content: none;
}
.scheduleBox .infoBox .scheduleWrap::before {
    content: "";
    display: table-cell;
    width: 2px;
    height: 100%;
    background-color: #4bc8ca;
    position: absolute;
    top: 0;
    left: 60px;
    transform: translateX(-50%);
}
.scheduleBox .infoBox .scheduleWrap::before {
	left: 5vw;
}
.weatherList .planBox .row03 p .bus , .page_detail .detailBox .row02 p .bus{
width: 54px;
height: 26px;
}
.backLink {
	margin: 0 auto 40px;
	max-width: 1600px;
	padding: 0 4vw;
}
.shopText {
	font-size: 18px;
}
.shopBox .btn a {
	width: 400px;
}
.resultBox .sortBox {
	padding: 0 4vw 20px;
	max-width: 1600px;
	margin: 0 auto;
	box-sizing: border-box;
}
.seachBox {
	padding: 30px 4vw ;
	max-width: 1600px;
	margin: 0 auto;	
}
.resultBox .sort::after {
	    right: 5px;
		font-size: 16px;
}



.weatherList .planBox .row03 p .taxi , .page_detail .detailBox .row02 p .taxi  {
	width: 52px;
	height: 28px;
}

.scheduleBox .infoBox p.walk::before {
	width: 40px;
	height: 50px;
}
.scheduleBox .infoBox p.bus::before {
	width: 50px;
    height: 28px;
}
.scheduleBox .infoBox p {
	font-size: 24px;
	display: flex;

}
.infoBox > .scheduleWrap > .flexPc {
	margin-left: 3vw;
}
.scheduleBox > .infoBox > p {
	margin: 0 0 15px 3vw;
}

.scheduleBox .infoBox p img {
	margin: 0 15px 20px 0;
	width: 300px;
}
.orangelinkBox .btn a {
	font-size: 28px;
	display: inline-block;
}

.scheduleBox .scheduleTimeBox .scheduleWrap{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	
}
.scheduleBox .scheduleTimeBox .scheduleTime {
	margin:0 10px 0 3vw;
}
.detailHead .snsList ul li , footer ul.list02 li {
	width: 40px;
}
footer ul.list01 li.email a::before , footer ul.list01 li.bookmark a::before{
	width: 30px;
	height: 30px;
}
footer ul.list01 li {
	margin-bottom: 10px;
}
footer ul.list01 li a {
	padding: 0 0 0 40px;
	font-size: 18px;
	line-height: 30px;
}
.scheduleBox .infoBox p.walk , .scheduleBox .infoBox p.bus{
	padding-left: 55px;
}
.weatherList .planBox .row05 ul li {
	font-size: 18px;
}
.weatherList .planBox {
	margin-bottom: 0;
}

.page_detail .questionBox  {
	padding: 40px;
}
.page_detail .contHeadWrap {
	padding: 30px 4vw;
	max-width: 1600px;
	margin: 0 auto;
}

.questionBox select {
	font-size: 18px;
	width: 14em;
	margin-bottom: 20px;
	font-weight: 400;
}
.questionBox p  {
	margin-bottom: 0.2em;
	font-size: 18px;
	font-weight: 500;
}
.questionBox textarea {
	width: 100%;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 400;
}
.subListWrap .subListIn .block ul {
    padding: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}
.subListWrap .subListIn .block ul li:nth-last-child(1){
	margin-bottom: 30px;
	border-bottom: 3px dotted #eee;
}
.subListWrap .subListIn .block h3 {
	font-size: 32px;
	padding-left: 20px;
}


.recoBox .mid {
	display: flex;
}
.recoBox .mid .midLeft {
	width: 300px;
	display: block;
	padding-right: 20px;
	box-sizing: border-box;
}
.recoBox .mid .midRight {
	width: calc(100% - 300px);
	display: block;
	padding-left: 0;
	text-align: left;
}

.recoBox .head h3 {
	font-size: 28px;
}

.subListWrap .subListIn {
	padding: 30px 4vw;
	max-width: 1600px;
	box-sizing: border-box;
	margin: 0 auto;
	width: 100%;
}

.recoBox h3 {
	font-size: 24px;
}

.shopBox .btn.tel a {
	display: inline-block;
    font-size: 4.4vw;
    font-weight: 500;
    position: relative;
    width: 100%;
    margin: inherit;
	padding: 15px 20px;
	font-size: 20px;
	margin-bottom: 0;
}
.shopBox .flexPc {
	padding: 0 20px;
	margin-top: 20px;
}
.shopBox .flexPc .btn {
width: 48%;
}

.shopBox .btn.access a {
	display: inline-block;
    font-size: 4.4vw;
    font-weight: 500;
    position: relative;
    width: 100%;
    margin: inherit;
	padding: 15px 20px;
	font-size: 20px;
	margin-bottom: 0;
	
}
.shopBox .btn.tel a:before {
  	width: 18px;
	height: 18px;
}
.shopBox .btn.access a:before {  
	width: 18px;
	height: 18px;
}
.infoBox .flexPc > div:first-child {
	width: 300px;
	flex-shrink: 0;
}
.infoBox .flexPc > div:last-child {
	margin-left: 15px;
	flex-grow: 1;
}
.infoBox .btn a, .backLink p a , .recoBox .btn a{
	font-size: 20px;
	display: inline-block;
	width: auto;
	padding: 15px 30px;
	cursor: pointer;
}
.infoBox .btn a:before, .backLink p a:before , .recoBox .btn a:before {
  font-size: 18px;
}
.orangelinkBox .btn , .recoLinkBox .btnArea {
	text-align: left;
}
.orangelinkBox .btn a, .recoLinkBox .btnArea a {
	padding: 0 0 0 20px;
	text-align: left;
	font-size: 18px;
	background-size: auto 100%
}
.scheduleBox .scheduleTimeBox, .scheduleBox .infoBox, .scheduleBox .schedule.white .scheduleTimeBox {
	padding: 0;
}
.scheduleWrap {
	max-width: 1600px;
	margin: 0 auto;
	padding: 20px 4vw;
	position: relative;
}
.infoBox .scheduleWrap {
	padding: 30px 4vw;
}
.schedule.white .scheduleTimeBox .scheduleWrap {
	padding: 0px 4vw;
}



.orangelinkBox {
	margin-left: 3vw;
}
.page_detail .detailBox {
	padding: 25px;
}
}

@media screen and (min-width: 1024px) {
.halfBox2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 0;
}}



@media screen and (min-width: 751px) and (max-width: 1024px) {


.fv_area .logo {
	width: 30%;
}

	nav ul.gNav li a::before {
		margin-top: -4px;
	}
#recommend .slick-slide p {
	font-size: 16px;
}
footer .copy p {
	font-size: 16px;
}
.slider li {
	margin: 0 10px;
}
h2 {
	font-size: 28px;
}
h3 ,#plan article h4{
	font-size: 24px;
}

h5, #plan .plan_list li {
	font-size: 22px;
}
p , #plan article.plan_top p:last-child  {
	font-size: 18px;
}

#plan .box01 .checkBox
 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

#plan .flexPc {
	display: flex;
	justify-content: space-between;
	margin: 20px 15px 0;
}
#plan .flexPc .map_img {
	width: 48%;
	margin: 0;
	padding: 0;
}
#plan .flexPc .areaWrap {
width: 48%;
}
.accordionHeader  {
	font-size: 18px;
}
.durationBox .durationRow .text {
	font-size: 18px;
}
.durationBox {
	font-size: 18px;
	position: relative;
}
.durationBox select, .durationBox option ,.durationBox .durationRow .calculated , .gray {
	font-size: 18px;
}

.wrapper section#who .gridBox {
	grid-template-columns: repeat(3, 1fr);
}
.hissuText::after {
	font-size: 16px;
}
.durationBox .dep_arrive {
	max-width: 400px;
	position: absolute;
	top: 11px;
	right: 15px;

}
.durationBox .dep_arrive:after {
	content: none;
}
.durationBox .durationRow select#dep_time , .durationBox .durationRow div{
	margin-right: 10px;
}

.boxMove label.taxi input {
	width: 20px;
	height: 20px;
}
.boxMove label.taxi {
	padding: 10px 0 10px 1.5em;
}
.submitArea {
	text-align: center;
}
.submitArea input[type="submit"] {
	font-size: 28px;
	height: auto;
	max-width: 400px;
}

.halfBox {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 0;
	padding: 0 5.3vw 40px;
}
.halfBox section {
	padding: 0;
}

.bottomBnr {
display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        margin: 0;
        padding: 0 5.3vw 40px;
}

.bottomBnr li {
	width: 100%;
}

.fv_area .copy1 {
	font-size: 4.5vw;
}
.fv_area .copy2 {
	font-size: 3vw;
}
.fv_area .top_btn a {
	font-size: 3vw;
}
footer ul li a {
	font-size: 16px;
	padding-left: 20px;
}
footer ul li a::before {
    content: "";
    display: table-cell;
    width: 10px;
    height: 14px;
    border-left: 10px solid #4bc8ca;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    box-sizing: border-box;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

}

#plan p.whereNotice {
	margin-top: 0.25em;
	font-size: 14px;
	line-height: 1.5;
	color: #921824;
}

.resultBox .whereNoticeContainer {
    max-width: 1600px;
    padding: 0 4vw;
    margin: 0 auto;
    margin-bottom: 30px;

	/* 非表示 */
	display: none !important;
}

.resultBox .whereNoticeContainer p.whereNotice {
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    background-color: #f8d7da;
    padding: .75em 1em;

	font-size: 14px;
	line-height: 1.5;
}

@media screen and (min-width: 1025px) {
	.resultBox .whereNoticeContainer p.whereNotice {
		font-size: 16px;
	}
}

@media screen and (max-width:1024px) {
	.resultBox .whereNoticeContainer {
		padding: 0;
		margin-bottom: 4vw;
	}
}