/* Go To Travel CSS */
html,body{overflow-x:hidden; box-sizing: border-box;}
*{box-sizing: border-box;}
.container {
	width: 900px;
	margin: 0 auto;
    font-family:'Noto Sans JP',
'メイリオ', 'Meiryo', 'Helvetica','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Arial', sans-serif;
	font-size:15px;
	line-height:1.6;
	font-feature-settings: "palt";
    word-wrap: break-word;
    overflow-wrap: break-word;
	box-sizing: border-box;
}
/* #breadcrumb{width: 900px} */
dl,dt,dd,ul,li,ol,li {
	margin:0;
	padding:0;
	text-decoration:none;
}
img {
	margin:0;
	padding:0;
	vertical-align:bottom;
}
a, a:link{background:none; text-decoration:none;}
th {
    font-family:'Noto Sans JP',
'メイリオ', 'Meiryo', 'Helvetica','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Arial', sans-serif;
}
section{overflow: hidden;}
.br-pc{
	display: block;
}
/*pagetop*/
html {
    scroll-behavior: smooth;
}
#pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #6B6B6B;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
#pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #6B6B6B;
    border-right: 3px solid #6B6B6B;
    transform: translateY(20%) rotate(-45deg);
}
#pagetop:hover {
	text-decoration: none;
	background-color: #F7E199;
}

/*******************************************************************************  */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
/* 背景用*/
body {
  padding: 15px;
}
/******************************************************************************* COMMON */
.fullsize{
	margin-left:-200%;
	margin-right: -200%;
	padding-left:200%;
	padding-right: 200%;
	position: relative;
}
.font_red{
	color: #DF8495;
}
.br-sp{
	display: none;
}

/******************************************************************************* link */
.link{
    text-align: center;
    margin: 30px 20px 50px;
}
.link h3{
    margin: 0 auto 20px;
    width: 260px;
    font-size: 1em;
}
.link img{
    width: 50%;
}	
/******************************************************************************* section_common */
section{
	font-size: 16px;
	line-height: 1.6;
	color: #6B6B6B;
    font-family:'Noto Sans JP',
'メイリオ', 'Meiryo', 'Helvetica','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Arial', sans-serif;
}
th {
    font-family:'Noto Sans JP',
'メイリオ', 'Meiryo', 'Helvetica','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Arial', sans-serif;
	font-size: 16px;
	line-height: 1.6;
}
section h2{
	font-size: 1.6em;
	line-height: 1.3;
	padding: 0.1em 0;
	margin-bottom: 1em;
	margin-top: 1.5em;
	color: #6B6B6B;
	border-bottom: 2px solid #00ABBA;
	font-weight: 600;
	text-align: center;
}
h2:nth-of-type(1){margin-top: 0;}

.col-box-kome{
		width: 100%; max-width: 660px;
		margin: 16px auto;
		padding-left: 4px;
}
section h3{
	font-size: 1.2em;
	padding: 0;
	margin: 0.5em 0 1em;
	text-align: center;
	line-height: 1.4;
	border-bottom: #F7E199 6px solid;
}
.notice-h4{
	font-size: 1.2em;
	padding: 0 0 0.2em 0.6em;
	margin: 10px 13px;
	color: #6B6B6B;
	line-height: 1;
	border-left: 6px solid #6B6B6B;
}
.shorui-ab{
	font-size: 1em;
	padding: 0 0 0.2em 0.6em;
	margin: 10px 3px;
	color: #fff;
	line-height: 1;
	border-left: 6px solid #fff;
}
.shorui{
	font-size: 1em;
	font-weight: bold;
	padding: 0 0 20px;
	text-align: center;
	color: #619B98;
	line-height: 1.4;
	border-bottom: #F7E199 6px solid;
}
/******************************************************************************* titile */
#title{
	margin: 50px;
} 
#title h1{
	color: #00ABBA;
	font-size: 2.6em;
	padding: 0;
}
#title h1 span{
	display: block;
}
.titleiillust img{width: 100%;}

.item-wrap{
	padding-top: 1em;
	padding-bottom: 1em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

/******************************************************************************* fukidashi */
.fukidashi-001 {
    position: relative;
    padding: 20px;
	width: 300px;
    border: 3px solid #6B6B6B;
    background-color: #fff;
    color: #6B6B6B;
    font-weight: bold;
    font-size: 26px;
	margin-bottom: 20px;
}
.fukidashi-001:before {
    position: absolute;
    top: 100%;
    left: 200px;
    transform: skew(-25deg);
    height: 15px;
    width: 15px;
    border-right: 3px solid #333;
    background-color: white;
    content: "";
}
.fukidashi-002 {
	position: relative;
	display: inline-block;
	padding: 3rem;
	outline: 2px dashed #353535;
	outline-offset: -8px;
	margin: 1.5em auto;
	width: 100%; max-width: 900px;
    border-radius: 10px;
    font-size: 24px;
	letter-spacing: 0.2em;
	top:20px;
    text-align: center;
	background: #F7E199;
	-webkit-filter:drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
  }

  .fukidashi-002:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #F7E199;
  }
/*******************************************************************************  flex-box*/
.flex-box {
	display: flex;
	justify-content: space-between; 
	width: 100%;
	height: 230px;
	margin: auto;
}
.flex-box02 {
	display: flex;
	justify-content: space-between; 
	width: 100%;
	margin: auto;
}
.flex-item {
    padding: 10px;
    color:  #fff;
    margin:  10px;
    border-radius: 5px; 
}
.flex-item01 {
	text-align: center;
    padding: 10px;
    color:  #fff;
    margin:  10px;
    border-radius: 5px;
}
.flex-item01 p{
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: bold;
}
.flex-item02 {
	display: flex;
}

.flex-item01 img{
	height: 70%;
	margin-bottom: 20px;
	object-fit: cover;
}
.flex-item:nth-child(1) {
	width: 50%; 
    background-color:  #A5D3C8; /* 背景色指定 */
}
.flex-item:nth-child(2) {
	width: 50%; 
    background-color:  #A5D3C8; /* 背景色指定 */
}
.flex-item01:nth-child(1) {
	width: 50%; 
    background-color:  #A5D3C8; /* 背景色指定 */
}
.flex-item01:nth-child(2) {
	width: 50%; 
    background-color:  #A5D3C8; /* 背景色指定 */
}

/******************************************************************************* text-box */
.text-box{
	width: 80%;
	margin: auto;
	padding: 50px 0px;
	line-height: 2em;
	text-align: left;
}

/******************************************************************************* col-box*/
.col-box{
    background-color: #fff; 
    padding:  20px 20PX 10px;
	margin: 0 auto 30px;
	width: 100%; max-width: 900px;
	border-radius: 10px; 
}
.li-box{
	width: 100%; max-width: 680px;
	margin: auto;
}
.col-box-2{
	align-items: stretch;
    background-color: #fff; 
	color: #707070;
    padding:  20px;
	margin: 0 auto 1em;
	width: 100%; max-width: 900px;
	border-radius: 10px; 
}
/******************************************************************************* nichiji */
.nichiji-box{
	text-align: center;
	padding: 30px 0;
	margin: 20px 0 20px;
	line-height: 2em;
	border-radius: 10px; 
}
.nichiji{
	font-size: 1.4em;
	color: #DF8495;
	font-weight: bold;
}
.nichiji02{
	font-size: 1.4em;
	font-weight: bold;
	color: #6B6B6B;
}
/******************************************************************************* 見出し */
.ribbon20-wrapper {  
	display: block;
	position: relative;
	background: #fff;
	}
.ribbon20 {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	padding: 0 8px 0 20px;
	margin: 0;
	height: 40px;
	line-height: 38px;
	font-size: 18px;
	letter-spacing: 1.1em;
	color: white;
	background: #A5D3C8;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
  }
.ribbon20:before {
	position: absolute;
	content: '';
	top: 0;
	left: -7px;
	border: none;
	height: 48px;
	width: 7px;
	background: #A5D3C8;
	border-radius: 5px 0 0 5px;
  }
.ribbon20:after {
	position: absolute;
	content: '';
	bottom: -7px;
	left: -5px;
	border: none;
	height: 7px;
	width: 5px;
	background: #4d99ca;
	border-radius: 5px 0 0 5px;
  }
/******************************************************************************* list */
.li-chek{
	position: relative;
	padding-left: 15px;
	line-height: 1.8em;
}
	 
.li-chek:before {
	content: "";
	position: absolute;
	top: .7em;
	left: -0.2em;
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	width: 5px;
	height: 10px;
	border-right: 3px solid #8b6b4e;
	border-bottom: 3px solid #8b6b4e;
	}
ol {
	position: relative;
	margin: 0;
	padding: 0 0px 0 6px;
	list-style: none;
  }
  ol li {
	position: relative;
	margin: 12px 10px 0 34px;
	padding: 0;
  }
  ul li {
	position: relative;
	margin: 12px 10px 0 14px;
	padding: 0;
  }
  ol {
	counter-reset: li;
  }
  ol > li:before {
	position: absolute;
	font-weight: bold;
	counter-increment: li;
	content: counter(li) "";
	left: -34px;
	top: 1px;
	color: #fff;
	width: 24px;
	height: 24px;
	font-size: 14px;
	text-align: center;
	border-radius: 100%;
	box-sizing: border-box;
	line-height: .8;
	background: #ffc33c;
	padding: 6px 0;
  }

/******************************************************************************* maru */
  .entryPattern_dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  }

  .entryPattern_dt{
	width: 28%;
	background: #A5D3C8;
	color: #fff;
	font-weight:bold;
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	display:flex;
	justify-content:center;
	align-items:center;
  }

  .entryPattern_dd{
	width: 69%;
	background: #EDF8F6;
	padding: 20px;
	margin-bottom: 10px;
	margin-right: 10px;
  }
  
/******************************************************************************* midashi */
.midashi-01{
	color: #DF8495;
}
/******************************************************************************* box */
.box-01{
	flex-basis: 50%;
	max-width: 50%;
	text-align: center;
}
.title-box{
	text-align: center;
}
/******************************************************************************* innmenu */
#innmenu{
	padding-top: 1em;
	padding-bottom: 1em;
}
#innmenu ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#innmenu ul li{
	flex-basis: 24%;
	max-width: 24%;
	text-align: center;
	line-height: 1.2;

}
#innmenu ul li a{
	width: 100%;
	height: 100%;
	background-color: #3FC0CC;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.8em;
	border-radius: 10px;
}
#innmenu ul li a:hover{
	background-color: #47dbe9;
}
.notice{
	margin: 1em 0;
	border: 1px solid #CCC;
	padding: 1em;
}
#summary{
    position: relative;
    top: 0px;
    overflow: hidden;
	background-color: #EDF8F6;
}
.callcenter{
	flex-basis: 100%;
	margin: 0.3em 0;
	font-size: 2em;
	font-weight: bold;
}
.callcenter small{display: inline-block;}

/******************************************************************************* inquiry */
#inquiry{
	position: relative;
	text-align: center;
	border: solid 1px #A5D3C8;
	margin: 30PX 0 20px;

}
#inquiry h2{
	height: 2em;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #A5D3C8;
	border: 0;
	font-size: 1.2em;
	font-weight: normal;
	color: #FFF;
}
#inquiry h4{
	font-size: 1.1em;
	line-height: 1.2;
	color: #619B98;
	padding: 0.4em 0.8em;
	display: inline-block;
	font-weight: 500;
margin: 0 10px;
	border: 1px solid #A5D3C8;
}
.inqbox {
	margin-bottom: 2em;
	width: 100%;
}
.inqbox dd{
	line-height: 1.4;
}

/*--------------------------------------------------- ------
					900px
-----------------------------------------------------------*/
@media only screen and (max-width: 900px) {

.container{	width:100%; padding: 0 4%; overflow-x: hidden;}
#title{
	margin: 40px 10px;
} 
#title h1{
	flex-basis: 100%;
	max-width: 100%;
	font-size: 2em;
	padding: 0;
}
.titleiillust{
	width: 100%;
	margin: auto;
}
section h2{
	font-size: 1.4em;
}
.fukidashi-002 {
    font-size: 1.3em;
	letter-spacing: 0.1em;
	padding: 30px;
	margin-bottom: 2em
}
.flex-item01{
	padding: 5px;
} 
.flex-item01 p{
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
} 
.flex-item01 img{
    width:auto;
    height:auto;
    max: width 60%;
    max-height:60%;

}
.entryPattern_dt{
	width: 30%;
} 
   .entryPattern_dd{
	width: 66%;
} 
.link img{
    width: 70%;
}	
}

/*--------------------------------------------
	768px
---------------------------------------------*/
@media screen and (max-width: 768px)  {

.br-sp{
	display: block;
}
.br-pc{
	display: none;
}
.text-box{
	padding: 20px;
}
.entryPattern_dt{
	width: 30%;
}
.entryPattern_dd{
	width: 64%;
}
.flex-item {
    padding: 10px;
    color:  #fff;
    margin:  10px 0;
    border-radius: 5px; 
}
.flex-box02{
	display: block;
	width: 100%;
}
.flex-item:nth-child(1){
	width: 100%;
}
.flex-item:nth-child(2){
	width: 100%;
}
.box-01{
	flex-basis: 100%;
	max-width: 100%;
	margin-top: 10px;
}
.fukidashi-002 {
	margin: 1.2em auto;
	font-size: 1.3em;
}
#title{
	margin: 0px;
} 
#title h1{
	flex-basis: 100%;
	max-width: 100%;
	font-size: 2.6em;
	padding: 0;
}
.titleiillust{
	flex-basis: 80%;
	max-width: 80%;
	margin: auto;
}
.flex-item01 img{
    width:auto;
    height:auto;
    max: width 60%;
    max-height:60%;
}

.flex-item01 p{
font-size: 1em;
}
.text-box{
	width: 90%;
	margin: auto;
	padding: 50px 0px;
	line-height: 2em;
	text-align: left;
}
.nichiji-box{
	text-align: center;
	padding: 40px 0 20px;
	margin: 10px 0 20px;
	line-height: 2em;
	box-shadow: 10px 10px 15px -10px;
	border-radius: 10px; 
}
.nichiji{
	font-size: 1.4em;
	font-weight: bold;
}
.nichiji02{
	font-size: 1.2em;
	font-weight: bold;
}
.nichiji-p{
	margin: 10px 20px;
	padding: 10px;
	line-height: 1.2em;
	border: solid;
}
section h2{
	font-size: 1.2em;
}

/******************************************************************************* innmenu */
#innmenu ul li{
	flex-basis: 49%;
	max-width: 49%;
	margin-bottom: 2%;
}

/******************************************************************************* link */

.link{
    text-align: center;
    margin: 10px 20px 50px;
}
.link h3{
    margin: 0 auto 20px;
    width: 260px;
    font-size: 1em;
}
.link img{
    width: 80%;
}	
}

/*--------------------------------------------
	480x
---------------------------------------------*/
@media screen and (max-width: 480px)  {
body {
		padding: 0px;
	  }
.flex-box{
	display: block;
	width: 100%;
}
.flex-item01:nth-child(1){
	width: 100%;
}
.flex-item01:nth-child(2){
	width: 100%;
}
.flex-item01{
	margin: 10px 0;
}
.col-box{
	padding: 10px;
}
/******************************************************************************* link */
.link{
    margin: 10px 0 30px;
}
/******************************************************************************* fukidashi */
.fukidashi-001 {
    padding: 16px;
	width: 100%;
    font-size: 24px;
	margin-bottom: 16px;
}
.fukidashi-002 {
    font-size: 1.1em;
	letter-spacing: 0.1em;
	padding: 20px;
	margin-bottom: 2em
  }
  .flex-item01 p{
	font-size: 1.4em;
	font-weight: bold;
}

/******************************************************************************* titile */
#title{
	margin: 0px;
} 
#title h1{
	flex-basis: 100%;
	max-width: 100%;
	font-size: 2em;
	padding: 0;
}
.titleiillust{
	flex-basis: 90%;
	max-width: 90%;
}
.flex-box {
	display: block;
	justify-content: space-between; 
	width: 100%;
	margin: auto;
	height: auto;
}
.flex-box02 {
	display: block;
	justify-content: space-between; 
	width: 100%;
	margin: auto;
}
.flex-item01 {
	display: flex;
	text-align: left;
	padding: 3px;
    color:  #fff;
    margin:  10px 0;
    border-radius: 5px;
}
.flex-item01 p{
	font-size: 1.1em;
	margin-top: 1.3em;
	margin-left: 10px;
	line-height: 1.6em;
	font-weight: bold;
}
.flex-item01 img{
	width: 50%;
	object-fit: cover;
	display: block;
	margin: 0;
}
.flex-item01:nth-child(1) {
	width: 100%; 
    background-color:  #A5D3C8; /* 背景色指定 */
}
.flex-item01:nth-child(2) {
	width: 100%; 
    background-color:  #A5D3C8; /* 背景色指定 */
}
.text-box{
	width: 100%;
	margin: 0;
	padding: 16px;
} 
.entryPattern_dt{
	width: 25%;
	padding: 0;
}
  .entryPattern_dd{
	width: 66%;
}
.link img{
    width: 100%;
}	
.col-box-2{
    padding:  10px;
}
.shorui{
	font-size: 1em;
	padding: 0 0 10px;
}
.notice h4{
	font-size: 1em;
	line-height: 1.4em;
	margin: 0px 0px;
}
.notice-h4{
	margin: 10px 0px !important;
}
.notice p{
	margin: 10px 0px;
}
.shorui-ab{
	font-size: 1.3em;
	line-height: 1.4em;
}
.entryPattern_dt{
	width: 100%;
	background: #A5D3C8;
	color: #fff;
	font-weight:bold;
	padding: 10px 3px;
	border-radius: 2px;
	margin-bottom: 1px;
	margin-left: 0px;
	display:flex;
	justify-content:center;
	align-items:center;
  }
.entryPattern_dd{
	width: 100%;
	background: #EDF8F6;
	padding: 10px;
	border-radius: 2px;
	margin-bottom: 10px;
	margin-right: 0px;
  }
  ul li {
	position: relative;
	margin: 12px 0px 0 16px;
	padding: 0;
	/* line-height: 1.2em; */
  }
  ol li {
	position: relative;
	margin: 12px 0px 0 30px;
	padding: 0;
  }
  section h2{
	font-size: 1.2em;
	line-height: 1.3;
	padding: 0.1em 0;
	margin-bottom: 1em;
	margin-top: 2em;
}
#inquiry p{
	margin: 10px;
}
.col-box-kome{
padding: 0 10px;
}
.callcenter{
	font-size: 2em
}

}
