@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);

/*PCSP共通設定*/
section:nth-of-type(odd){/*background-color:#fff;*/}
section:nth-of-type(even){background-color:#fff;}
section:nth-of-type(2){
    background: url(../images/bg_wave.png);
    background-position: bottom center;
    background-repeat:no-repeat;
}

.t_large {
    font-size: 120%;
}
.t_bold {
    font-weight: bold;
}

h2 img {
    width: 100%;
    max-width: 759px;
}

/* 左右に斜め線(両端を丸く) */
.heading {
  align-items: center;
  display: flex; 
  justify-content: center;
  color:#96cdcd;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
.heading::before,
.heading::after {
  background-color: #96cdcd; 
  content: "";
  height: 2px; 
  width: 30px;
}
.heading::before {
  margin-right: 10px;
  transform: rotate(60deg); 
}
.heading::after {
  margin-left: 10px;
  transform: rotate(-60deg); 
}




/*クリアフィックス*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}

/*title*/
img.mainphoto {
    width: 100%;
}
.topimg {
    margin: auto;
    max-width: 970px;
    text-align: center;
    line-height: 0;
}
/*title slider*/

/*画像のちらつきを消す*/
.slideWrap {
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
    
@keyframes slider-1 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  7.1% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  71.4% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}
/*navi*/
.nav {
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between;
	text-align: center;
	max-width: 970px;
	margin: auto;
}

.nav span{
	display: inline-block;
}

.navbox {
    width: calc(20% - 0px); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    position:relative;
	transition: 0.5s;
}

.navbox:nth-child(1) ::before {
    content: "";
    position: absolute;
    bottom: 13px;
    left: 0;
    width: 55px;
    height: 55px;
    background-image: url(../images/nav01_n.png);
    background-size: cover;
}

.navbox:nth-child(1) ::after {
    content: "";
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/nav01.png);
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center;
}

.navbox:nth-child(2) ::before {
    content: "";
    position: absolute;
    bottom: 13px;
    left: 0;
    width: 55px;
    height: 55px;
    background-image: url(../images/nav02_n.png);
    background-size: cover;
	opacity: 0.7;	
}

.navbox:nth-child(2) ::after {
    content: "";
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/nav02.png);
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center;
}

.navbox:nth-child(3) ::before {
    content: "";
    position: absolute;
    bottom: 13px;
    left: 0;
    width: 55px;
    height: 55px;
    background-image: url(../images/nav03_n.png);
    background-size: cover;
}

.navbox:nth-child(3) ::after {
    content: "";
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/nav03.png);
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center;
}

.navbox:nth-child(4) ::before {
    content: "";
    position: absolute;
    bottom: 13px;
    left: 0;
    width: 55px;
    height: 55px;
    background-image: url(../images/nav04_n.png);
    background-size: cover;
}

.navbox:nth-child(4) ::after {
    content: "";
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/nav04.png);
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center;
}

.navbox:nth-child(5) ::before {
    content: "";
    position: absolute;
    bottom: 13px;
    left: 0;
    width: 55px;
    height: 55px;
    background-image: url(../images/nav05_n.png);
    background-size: cover;
	opacity: 0.7;
}

.navbox:nth-child(5) ::after {
    content: "";
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/nav05.png);
    width: 75px;
    height: 75px;
    background-size: cover;
    background-position: center;
}


/*02*/
.navboxLink{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.navbox a{
	display: inline-block;
	color: #FFF;
	margin: auto;
	font-weight: bold;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;	
}	
.navbox:nth-child(1) {
    background-color: #EB9BA5;
}
.navbox:nth-child(2) {
    background-color: #96C8E6;
}
.navbox:nth-child(3) {
    background-color: #96CDCD;
}
.navbox:nth-child(4) {
    background-color: #DCB4D7;
}
.navbox:nth-child(5) {
    background-color: #F5B98C;
}

.navbox:hover {
    opacity: 0.7;
}

/* ------------------------------------------
	gadget（共通）
------------------------------------------ */

.search_kokunaiBar .serchBox > ul {
    border-color: #dcb4d7 !important;
}
.search_kokunaiBar .fw-top .fwnta-btn-search {
    background-color: #dcb4d7 !important;
}



/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}
/* CSS */	
section:nth-of-type(2) {background-size: auto 180px;
	margin: 0 0 65px 0;}	
	
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
section#a01 {
    padding: 20px 0 0 0;
}
#title .slide-image:nth-child(1) {
  background-image: url("../images/main_tit1.jpg");
  animation-delay: -2s;
}
#title .slide-image:nth-child(2) {
  background-image: url("../images/main_tit2_sp.jpg");
  animation-delay: 6s;
}	
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}


h1 {
	font-size: 12px;
	margin: 0 1%;
}
h2 {
	text-align:left;
}
p.tit_catch {
      clear: both;
    text-align: center;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 18px;
    color: #bea57b;
    }

p.tit_catch::before {
    width: 14px;
    height: 20px;
    background-image: url(../images/tit_left.png);
    background-size: 14px 20px;
    content: '';
    display: inline-block;
   margin-right: 10px;
    white-space: pre;
    }
p.tit_catch::after {
    width: 14px;
    height: 20px;
    background-image: url(../images/tit_right.png);
    background-size: 14px 20px;
    content: '';
    display: inline-block;
   margin-left: 10px;
    white-space: pre;
    }

p.tit_catch2 {
    padding: 10px  0 0 0;
    clear: both;
    text-align: center;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 17px;
    color: #bea57b;
    }
p.tit_catch2::before {
    width: 14px;
    height: 20px;
    background-image: url(../images/tit_left.png);
    background-size: 14px 20px;
    content: '';
    display: inline-block;
   margin-right: 10px;
    white-space: pre;
    }
p.tit_catch2::after {
    width: 14px;
    height: 20px;
    background-image: url(../images/tit_right.png);
    background-size: 14px 20px;
    content: '';
    display: inline-block;
   margin-left: 10px;
    white-space: pre;
    }
p.catch {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    color: #373737;
    line-height: 1.8;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.inner{
	width: 90%;
	margin: 0 auto;
	margin: 30px auto;
    padding: 0px 0 40px;
	box-sizing: border-box;
}
	
/*title slider*/
#title{
	overflow:hidden;
	padding:0 0 0 0;
    margin-bottom: -3px;
}
#title{
position: relative;
width:100%;
height:45vh;
overflow: hidden;
text-align: center;
}
#title .slide-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: slider-1 14s linear infinite;
}

	
/*navi*/
.nav{
    display: flex;
    align-items: center;
    justify-content: center;
	}	
.navbox {
    position: relative;
    width: calc(50% - 0px); 
    height: 120px;
    overflow: hidden;
}	
	
.navbox a{
	display: inline-block;
	font-size: 1.2rem;
	color: #FFF;
	margin: auto;
    padding: 12px 0 0;
}	

.navbox:nth-of-type(1){width: calc(100% - 0px);}	
	
.fixed2{
    position: fixed!important;
    top: 0;
	left:0;
	right:0;
    width: 970px;
    z-index: 9999;
	margin:auto;
	text-align:center;
	background-color: #c4b5a2 !important;
	display: flex;
}

.fixed2 nav {
    width: 100%;
}

/*01*/
.chusen_cont {
    flex-direction: column;	
    padding: 10px 0;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 auto;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif; 
}

.chusen_txtbox {
    padding: 10px;
    flex: 1;
	line-height: 1.8;
}

.chusen_txtbox.chusen_wrap{
    background-color: #EB9BA5;
    color:#FFF;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
}

.chusen_txt {
	color: #373737;
}

.chusen_txtbox.chusen_wrap{
    background-color: #EB9BA5;
    color:#FFF;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
    font-size: 1rem;
    padding: 10px 3px 2px;
    line-height: 1.5;
}
	
.chusen_inner {
    max-width: 970px;
	margin: 20px auto;
	}

.chusen_box1 {
    flex: 1;
    border: 4px solid #eb9ba5;
    margin: 20px auto;
	position: relative;
	    background: #FFF;
}

.top_box {
	position: relative;
    height: 40px;
    background-color: #eb9ba5;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_box img {
    width: 133px;
    height: 91px;
    position: absolute;
    left: -36px;
    top: -24px;
    z-index: 4;
}

.c_txtbox {
      display: flex;
      margin: 10px;
}

.c_txtbox img {
    width: 96px;
    height: 135px;
    padding: 20px 0 0 5px;
}

.c_txtbox2 {
      padding: 15px;
	color: #373737;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;	
}
	
.c_title {
	 font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
     font-weight: bold;
	 font-size: 1.2rem;
	 padding: 15px 0 5px;
	 color: #373737;		
}
.chusen_inner span{
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    color: #FFF;
    font-size: 1.5rem;
	font-weight: bold;
}
		
.chusen_inner p {
    margin: auto;
    font-size: 1rem;
    line-height: 1.5;
}
.top_box:before {
	content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 20px solid #eb9ba5;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
	z-index: 4;	
}	
	
/*02*/
p.chusen_txt.a01_text {
    font-size: 0.8rem;
    line-height: 1.5;
}	
	
.planbox {
    border: 1px solid #ccc;
    padding: 20px;
    margin: 20px auto;
}
p.catch {
    text-align: center;
    margin: 20px auto 0;
    font-size: 1rem;
    color: #373737;
    line-height: 1.5;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}	

.plan01_tit,.plan02_tit {
    display: flex;
	color: #373737;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 1rem;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.plan01_tit img,.plan02_tit img {
    padding: 0 15px 10px 0;
	width: 86px;
	height: 75px;
}

.plan01_txt,.plan02_txt {
    display: table;
}
.middle {
    display: table-cell;
    vertical-align: middle;
}
	
	
.plan_img img {
    width: 100%;
    height: auto;
}

.plan_btns {
    display: flex;
    flex-direction: column;
}

.planlink_btn {
    width: 100%;
    border-radius: 5px;
    color: #333!important;
    text-align: center;
    padding: 10px;
    margin: 10px auto 0;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #c4b5a2;
    background: #efebe5;
    box-sizing: border-box;
}

.planlink_btn::after {
    position: absolute;
    top: 15px;
    right: 15px;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid #c4b5a2;
    border-right: 2px solid #c4b5a2;
    transform: rotate(45deg);
}

/*03*/
.info_wrap {
    max-width: 970px;
    border: 1px solid #ccc;
    padding: 20px;
}


.infoimg {
    width: 100%;
    height: auto;
    margin: auto auto 15px;
}

.info_txt {
    flex: 1;
    line-height: 1.5;
    color: #777777;
    font-size: 1rem;
	text-align: left;	
}

.dashed_line {
    border-bottom: 1px dashed #ccc;
    margin: 20px auto;
}

	
.nayami_img img {
    width:100%;
    height: auto;
    }
.arrow_txt {
    text-align: center;
    padding-top:10px;
    }
.arrow_txt img {
    width:100%;    
    }
    
.slideWrap {
    margin:20px 5%;
    width:90%;
    }
.slideWrap img {
    width:100%;
    height: auto;
    }
    
.txt_guide {
    text-align: center;
    padding: 20px 0 30px;
    width:100%;
    }
.txt_guide img {
    width:100%;    
    }


p.click {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    color: #373737;    
}
p.click::before {
    content: "";
    background:url(../images/icon_click.png) no-repeat;
    display: inline-block;
    width:50px;
    height: 50px;
    background-size: 40px 50px;
    vertical-align: -10px;
    }
p.att {
    text-align: left;
    font-size: 13px;
    color: #373737;
    padding: 0 5%;
}




	
.about_wrap {
    margin-top: 20px;
    width:100%;
    background:url(../images/about_bg_smp.png) no-repeat;
    background-position: 0 10px;
    background-size: 100%;
    overflow: hidden;
    }
h3.about {
    text-align: center;
    }
.about_wrap p.txt {
    background:rgba(255,255,255,0.7);
    padding: 15px;
    line-height: 1.5;
    font-size: 15px;
    color: #373737;
    text-align: center;
    margin:50% 5% 0;
    width:90%;
    box-sizing: border-box;
    }
.tripa_wrap {
    margin:15px 5% 20px;
    width:90%;
    border:1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
    color: #373737;
    float:left;
    }
.tripa_wrap li {
    border-bottom: 1px dashed #ccc;
    padding: 10px 10px;
    overflow: hidden;
    }
.tripa_wrap li:last-child {
    border:none;
    padding: 10px 10px 5px;
    overflow: hidden;
    }
.tripa_wrap li p {
    width:40%;
    float:left;
    }
.tripa_wrap li p img {
    width:100%;
    height: auto;
    }
.tripa_wrap li dl {
    float:left;
    width:60%;
    box-sizing: border-box;
    padding-left: 15px;
    }
.tripa_wrap li dl dt {
    font-size: 16px;
    padding-bottom: 10px;
    }
.tripa_wrap li dl dt a {
    color: #373737;
    }
.tripa_wrap li dl dt a:hover {
    text-decoration: underline;
    }
.tripa_wrap li dl dd {
    font-size: 14px;
    line-height: 1.5;
    color: #777777;
    }
    
    
/* ------------------------------------------
	gadget（SP）
------------------------------------------ */
.search_kokunaiBar .serchBox li.select {
	background: #dcb4d7 !important;
}
/*
.search_kokunaiBar .serchBox li {
	background: #edd9eb !important;
	color: #000 !important;
}
*/
.search_kokunaiBar .serchBox .content_wrap {
	border: none !important;
}
.search_kokunaiBar #doAirSearch, .search_kokunaiBar .btnSeach{
	position: relative !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    background: #dcb4d7 !important;
    padding: 10px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    border: solid 1px #dcb4d7 !important;
    color: #fff !important;
    width: 80% !important;
    margin: 20px auto 0 !important;
}
.search_kokunaiBar #doAirSearch::after, .search_kokunaiBar .btnSeach::after {
    position: absolute;
    right: 15px;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ------------------------------------------
	gadget（SP）ここまで
------------------------------------------ */
.more_info {
    padding: 0 0 10px 0;
    font-size: 16px;
    text-align: center;
    }
.btn_wrap {
    width: 100%;
    margin-top: 15px;
    text-align: center;
    margin-bottom:20px;
    }
.btn-square-soft {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #dcb4d7;
  width: 94%;
  height: 50px;
  line-height: 1.5;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  background: linear-gradient(#edd9eb 0%, #edd9eb 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
    margin:0 3%;
}

.btn-square-soft:active {
  /*押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*沈むように*/
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(#edd9eb 0%, #edd9eb 100%);/*グラデーションを明るく*/
}
   
.btn_wrap a {
    color: #fff;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 20px;
    margin-bottom:10px;
}

p.banner {
    width:100%;
    margin: 15px auto;
    }
p.banner img {
    width:100%;    
    }
    
p.banner02 {
    width:94%;
    margin: 15px auto 50px;
    }
p.banner02 img {
    width:100%;    
    }

/*おすすめ情報*/
.heading {
	font-size: 1.4rem;
    margin: 40px auto 20px;
    font-weight: bold;
}
.favo_cont {
    max-width: 950px;
    margin: 0 auto;
    display: flex;
	flex-wrap: wrap; 
    justify-content: space-between;
}
.favo_cont a{
    text-decoration:none;
    color: #000;
}

.favo_box {
    background-color: #f2f2f2;
    border-radius: 10px;
    text-align: left;
    transition: opacity 0.3s ease; 
    cursor: pointer; 
    width: calc(50% - 10px); 
    margin-bottom: 20px; 
}

.favo_box:hover {
    opacity: 0.5; 
}

.favo_box img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
}
.favo_txt{
    padding: 0px 10px;
	font-size: 1rem;
    margin: 10px auto;
	color: #373737;
}
		
.favo_title {
	font-weight: bold;
	font-size: 1rem;
    padding: 0 0 5px 0;

}
}




/*----760px以上-----------------------------------------------------------------------------*/
@media screen and (min-width: 760px),print {
/* CSS */
.pcnone{display:none;}
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}
h2 {
	text-align:left;
	padding: 0px 0 25px;
}
section#a01 {
    padding: 40px 0 0 0;
}	
#title .slide-image:nth-child(1) {
  background-image: url("../images/main_tit1.jpg");
  animation-delay: -2s;
}
#title .slide-image:nth-child(2) {
  background-image: url("../images/main_tit2.jpg");
  animation-delay: 6s;
}
	
/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}


h1 {
	font-size: 14px;
    width: auto;
    max-width: 970px;
    margin: 0 auto 5px;
}
	
p.tit_catch,p.tit_catch2 {
   clear: both;
    text-align: center;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 22px;
    color: #bea57b;
    margin-top:30px;
    }

p.tit_catch::before,p.tit_catch2::before {
    width: 17px;
    height: 24px;
    background-image: url(../images/tit_left.png);
    content: '';
    display: inline-block;
   margin-right: 10px;
    }
p.tit_catch::after,p.tit_catch2::after {
    width: 17px;
    height: 24px;
    background-image: url(../images/tit_right.png);
    content: '';
    display: inline-block;
   margin-left: 10px;
    }
p.catch {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.1rem;
    color: #373737;
    line-height: 1.5;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.inner{
	width: 96%;
	max-width:970px;
    margin: 130px auto;
    padding: 0px 0 40px;
	display: block;
}
u{text-decoration-color: red;}

 /*title slider*/
#title{
position: relative;
width:100%;
height:600px;
overflow: hidden;
text-align: center;
}
#title .slide-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  animation: slider-1 14s linear infinite;
}
#title .slide-image:nth-child(1) {
  background-image: url("../images/main_tit1.jpg");
  animation-delay: -2s;
}
#title .slide-image:nth-child(2) {
  background-image: url("../images/main_tit2.jpg");
  animation-delay: 6s;
}
/*02*/
p.chusen_txt.a01_text {
	text-align: center;
    color: #cc0000;
	font-size: 18px;
    line-height: 1.5;
}
   
/*navi*/
.navbox {
	height: 120px
}		
.navbox a{
	display: inline-block;
	font-size: 18px;
	color: #FFF;
	margin: auto;
    padding-top: 15px;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;	
}		

	
.fixed2{
    position: fixed!important;
    top: 0px;
	left:0;
	right:0;
    width: 970px;
    z-index: 9999;
	margin:0 auto;
	text-align:center;
	display: flex;
}

.fixed2 nav {
    width: 970px;
}

.floatMenu{
    width: 970px;
    margin:-60px auto 0;
    text-align: center;
    padding-top: 60px;
}
    
/*01*/
.chusen_cont {
    padding: 10px 0;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.chusen_txt {
    line-height: 1.5;
    padding: 25px 0 20px;
    font-size: 1.1rem;
    color: #373737;
}
	
	
	

.chusen_txtbox.chusen_wrap{
    background-color: #EB9BA5;
    color:#FFF;
	text-align: center;
	font-size: 25px;
    line-height: 1.5;
    padding: 15px 0 7px;
}
	
.chusen_inner {
    max-width: 650px;
	margin: 30px auto 0;
	}

.chusen_box1 {
    flex: 1;
    border: 4px solid #eb9ba5;
	position: relative;
	    background: #FFF;
}

.top_box {
	position: relative;
    height: 45px;
    background-color: #eb9ba5;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_box img {
    width: 142px;
    height: 95px;
    position: absolute;
    left: -40px;
    top: -22px;
    z-index: 4;
}

.c_txtbox {
    display: flex;
    margin: 5px 10px;
}

.c_txtbox img {
    width: 96px;
    height: 135px;
    padding: 10px;
}

.c_txtbox2 {
      padding: 15px;
	color: #373737;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;		
}
.c_layer{
  position: relative;	
}
	
.c_layer::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fce0e482;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
	backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(2px);
}	
.c_layer_txt p {
    font-size: 15px!important;
}
.c_layer_txt{
    text-align: center;
    position: absolute;
    width: 80%;
    background-color: #fff9f996;
    padding: 12px 10% 6px;
    line-height: 1.5;
    top: 58%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 3;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(4px);
}
	

	
	
.c_title {
	 font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
     font-weight: bold;
	 font-size: 20px;
	 padding: 15px 0 5px;
	 color: #373737;		
}
.chusen_inner span{
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    color: #FFF;
    font-size: 25px;
	font-weight: bold;
}
		
.chusen_inner p {
    margin: auto;
    font-size: 17px;
    line-height: 1.5;
}
.top_box:before {
	content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 20px solid #eb9ba5;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
	z-index: 4;
}
  
	
/*02*/
.plancont {
    display: flex;
}

.planbox {
    flex: 1;
    border: 1px solid #ccc;
    padding: 20px;
    margin: 10px;
}

	
	
.plan01_tit,.plan02_tit {
    display: flex;
	color: #373737;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.plan01_tit img,.plan02_tit img {
    padding: 0 15px 10px 0;
	width: 86px;
    height: 75px;
}

.plan01_txt,.plan02_txt {
    display: table;
}
.middle {
    display: table-cell;
    vertical-align: middle;
}	
	
.plan_img img {
    width: 100%;
    height: auto;
}

.plan_btns {
    display: flex;
    flex-direction: column;
}

.planlink_btn {
    width: 100%;
    border-radius: 5px;
    color: #333!important;
    text-align: center;
    padding: 10px;
    margin: 10px auto 0;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #c4b5a2;
    background: #efebe5;
    box-sizing: border-box;
}

.planlink_btn::after {
    position: absolute;
    top: 15px;
    right: 15px;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid #c4b5a2;
    border-right: 2px solid #c4b5a2;
    transform: rotate(45deg);
}

/*03*/
.info_wrap {
    max-width: 970px;
    border: 1px solid #ccc;
    padding: 20px;
}

.info_box{
    display: flex;
}

.infoimg {
    width: 160px;
    height: 120px;
    margin-right: 20px;
}

.info_txt {
    flex: 1;
    line-height: 1.6;
    color: #777777;
    font-size: 15px;
	text-align: left;
}

.dashed_line {
    border-bottom: 1px dashed #ccc;
    margin: 20px auto;
}
	
/*おすすめ情報*/
.heading {
    font-size: 1.8rem;
    margin: 40px auto 20px;
    font-weight: bold;
}
	
.favo_cont {
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.favo_cont a{
    text-decoration:none;
    color: #000;
}

.favo_box {
    flex: 1;
    background-color: #f2f2f2;
    border-radius: 10px;
    text-align: left;
    transition: opacity 0.3s ease; 
    cursor: pointer; 
}

.favo_box:hover {
    opacity: 0.5; 
}

.favo_box img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
}
.favo_txt{
    padding: 0px 10px;
    font-size: 16px;
    margin: 15px auto;
	color: #373737;
}
		
.favo_title {
	font-weight: bold;
    font-size: 20px;
    padding: 0 0 10px 0;
	}
	
	
.arrow_txt {
    text-align: center;
    padding-top:10px;
    }
    
.slideWrap {
    margin:20px 0;
    padding-bottom: 20px;
    }
    
.txt_guide {
    text-align: center;
    padding: 20px 0 30px;
    }




p.click {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    color: #373737;    
}
p.click::before {
    content: "";
    background:url(../images/icon_click.png) no-repeat;
    display: inline-block;
    width:50px;
    height: 50px;
    background-size: 40px 50px;
    vertical-align: -10px;
    }
p.att {
    text-align: right;
    font-size: 13px;
    color: #373737;
}




.about_wrap {
    margin-top: 20px;
    width:970px;
    background:url(../images/about_bg.png) no-repeat;
    background-position: 0 10px;
    overflow: hidden;
    }
h3.about {
    text-align: center;
    }
.about_wrap p.txt {
    background:rgba(255,255,255,0.7);
    padding: 15px;
    line-height: 1.6;
    font-size: 15px;
    color: #373737;
    text-align: center;
    margin:10px auto;
    width:480px;
    }
.tripa_wrap {
    margin:20px 85px 40px;
    width:800px;
    border:1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
    color: #373737;
    float:left;
    }
.tripa_wrap li {
    border-bottom: 1px dashed #ccc;
    padding: 10px 10px;
    overflow: hidden;
    }
.tripa_wrap li:last-child {
    border:none;
    padding: 10px 10px 5px;
    overflow: hidden;
    }
.tripa_wrap li p {
    width:120px;
    float:left;
    }
.tripa_wrap li p img {
    width:100%;
    height: auto;
    }
.tripa_wrap li dl {
    float:right;
    width:630px;
    float:left;
    box-sizing: border-box;
    padding-left: 15px;
    }
.tripa_wrap li dl dt {
    font-size: 16px;
    padding-bottom: 10px;
    }
.tripa_wrap li dl dt a {
    color: #373737;
    }
.tripa_wrap li dl dt a:hover {
    text-decoration: underline;
    }
.tripa_wrap li dl dd {
    font-size: 14px;
    line-height: 1.6;
    color: #777777;
    }
/* ------------------------------------------
	gadget（PC）
------------------------------------------ */
.search_kokunaiBar {
    margin-top: 40px;
    margin-bottom: 40px;
    }
.search_kokunaiBar .serchBox li.select {
	background: #dcb4d7 !important;
}
/*
.search_kokunaiBar .serchBox li {
	background: #edd9eb !important;
	color: #000 !important;
}
*/
.search_kokunaiBar #doAirSearch,.search_kokunaiBar .btnSeach {
    position: relative !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    background: #fff !important;
    padding: 10px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    border: solid 1px #000 !important;
    width: 60% !important;
    margin: 20px auto 0 !important;
    transition: 0.2s !important;
	color: #000 !important;	
}
.search_kokunaiBar #doAirSearch:hover,.search_kokunaiBar .btnSeach:hover {
    background: #dcb4d7 !important;
    color: #fff !important;
    border: solid 1px #dcb4d7 !important;
    transform: translate(0,2px);
}
.search_kokunaiBar #doAirSearch::after,.search_kokunaiBar .btnSeach::after {
    position: absolute;
    right: 15px;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid #dcb4d7;
    border-right: 2px solid #dcb4d7;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.search_kokunaiBar #doAirSearch:hover::after,.search_kokunaiBar .btnSeach:hover::after {
	border-color: #fff !important;
}
.search_kokunaiBar .serchBox .content_wrap {
    border: 1px solid #dcb4d7;    
    }
    
/* ------------------------------------------
	gadget（PC）ここまで
------------------------------------------ */
.more_info {
    padding: 0 0 10px 0;
    font-size: 16px;
    text-align: center;
    }
.btn_wrap {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
    }
.btn-square-soft {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #f9a9ae;
  width: 600px;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  background: linear-gradient(#dcb4d7 0%, #e5c7e1 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
  margin:0 15px;
}

.btn-square-soft:active {
  /*押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*沈むように*/
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(#e5c7e1 0%, #f1e1ef 100%);/*グラデーションを明るく*/
}
   
.btn_wrap a {
    color: #fff;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 24px;
}
    
p.banner {
    max-width:970px;
    margin: 15px auto 30px;
    }
p.banner img {
    width:100%;    
    }

p.banner02 {
    max-width:700px;
    margin: 0 auto 100px;
    }
p.banner02 img {
    width:100%;    
    }
 
	
	
}