@charset "utf-8";




/*PCSP共通設定*/
section:nth-of-type(odd){background-color:#fff;}
section:nth-of-type(even){background-color:#FCF4DD;}
/*div.Bgcolor{background-color:#eee !important;}*/
html {scroll-behavior: smooth;}/*smooth scroll*/

main{
	margin: 0 !important;
}

html main {font-family: 'Noto Sans JP', sans-serif !important;}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}

section {
    padding: 30px 0 20px;
}

h1 {
	font-size: 12px;
	margin: 0 1%;
}
	
h2 {
	font-size: 16px;
    text-align: center;
    margin-bottom: 25px;
}
h2.bold {
	width: 100%;
    font-size: 21px;
    display: inline-block;
    margin-bottom: 25px;
    letter-spacing: 2px;
}

.inner{
	width: 96%;
	margin: 0 2%;
	padding: 24px 0;
	box-sizing: border-box;
}

/*title*/
#title {
	width: 100%;
    height: 200px;
    background: #222 url("../images/bg.jpg") center top no-repeat;
    background-size: cover;
}
#title img {width: 100%;}
#title p {
    width: 96%;
    color: #FFF;
    font-size: 12px;
    margin: 0 2%;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    background: rgb(0,0,0);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 20%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.3) 80%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 20%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.3) 80%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 20%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.3) 80%, rgba(0,0,0,0) 100%);
    letter-spacing: 1px;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
    line-height: 1.5;
}

#title h2 {
    margin-bottom: 0;
	font-size: 36px;
    font-weight: bold;
    text-align: center;
    padding: 50px 0 10px;
    clear: both;
    color: #ffffff;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
    letter-spacing: 2px;
}
#title h2 span{
    display: block;
    font-size: 20px;
}
	
	
/*ナビ*/
	.naviarea{
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 20px 0 20px 0;
	}
	
	.naviarea li{
		border-right: dashed #ccc 1px;
		width: 33%;
        text-align: center;
	}
	
	.naviarea li:last-of-type{
		border: none !important;
	}
	
	.naviarea li a{
		display: block;
		color: #434343;
		padding: 10px 20px;
		font-size: 16px;
		text-decoration: none;
	}
	
	.naviarea li a:hover{
		transition: 0.2s ;
	opacity: 0.6 ;
		color: #1CADFF;
	}
	
/*slider*/
.slider {
  margin: 0 auto;
  width: 100%;
}
.sliderBox {
  margin: 0 10px;
}

.boxarea{
		margin: 0 0 40px 0;
	}
	
	.boxtit{
        background: url("../images/bg_title.svg") no-repeat center bottom;
        background-size: auto 7px;
		color: #333;
		text-align: center;
		padding: 0 0 20px 0;
		font-size: 16px;
		/*font-weight: bold;*/
		margin: 0 0 20px 0;
        letter-spacing: 3px;
	}
	.boxtit.margintop {
        margin-top: 80px;
	}
	.boxtit small{
        display: block;
		font-size: 12px;
        line-height: 1;
        margin: 0 0 5px;
	}
	
	.boxtit2{
	
		/*background-color:#ffffff !important;*/
		color: #333 !important;
		
	
	}
	
	.box1{
		width: 100%;
		
	}
	
	.boximg{
		width: 100%;
		
	}
	.boximg img{
		width: 100%;
	}
	
	.box1 dl{
		margin: 0;
		padding: 0;
	}
	
	.box1 dl dt{
		font-size: 16px;
		padding: 15px 0;
		text-align: center;
		font-weight: bold;
		margin: 0 0 10px 0;
		/*border-bottom: dashed 1px #cccccc;*/
        letter-spacing: 2px;
	}
	
	.box1 dl dd{
		font-size: 14px;
		line-height: 1.8;
	}
	.box1 dl dd span.small_txt{
		font-size: 12px;
	}
	
	.box1 dl dd.btn a{
		width: 90%;
	}

.deptab{margin-bottom:25px;}
.recoBoxIn{
	padding: 20px;
    margin: 0 0 25px;
    overflow: hidden;
	background-color: #fff;
}
.recoBoxIn .photo{margin-bottom: 10px;}
.recoBoxIn .photo img{
	width:100%;
	height:auto;
}
.recoBoxIn .photo p{
    font-size: 14px;
    margin: 0;
    padding: 5px;
    line-height: 1.5em;
    background: #FFF;
}
.recoBoxIn .photo p span{font-weight:bold;}
.recoBoxIn dl dt{
	padding:0 0 5px;
	margin:0;
	background-image:url(../images/im_line.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	overflow:hidden;
	display:block;
    line-height: 1.6;
    font-size: 13px;
}
.recoBoxIn dl dt img{
	display: block;
    float: left;
    width: 32px;
    height: auto;
    margin: 0 10px 0 0;
    padding: 0;	
}
.recoBoxIn dl dt a{
	display:block;
	overflow:hidden;
	color:#333;
}
.recoBoxIn dl dd.Icon{
	margin:5px 5px 0 0;
	overflow:hidden;
}
.recoBoxIn dl dd.Icon img{
	width: 60px;
    height: auto;
    display: block;
    padding: 0 3px 3px 0;
    float: left;
}
.recoBoxIn dl dd.money{
	margin: 0 0 15px;
    padding: 10px 0 15px;
    font-size: 24px;
    color: #ce0202;
    font-weight: bold;
    text-align: right;
	border-bottom: 1px dashed #ccc;
    line-height: 1.6;
}
.recoBoxIn dl dd.money span{font-size:16px;}
.recoBoxIn dl dd.month{
	text-align: left;
    margin: 15px 0 0;
    clear: both;
    font-size: 14px;
}
.recoBoxIn dl dd.pass{
	text-align:left;
	margin:5px 5px 0 0;
    font-size: 14px;
}
.recoBoxIn dl dd.text{
	margin:5px 0 0 0;
	padding:0 0px 5px 0;
    font-size: 14px;
}
.recoBoxIn dl dd.pass span,
.recoBoxIn dl dd.month span{font-weight:bold;}
.travelplan_preparation_now {
	font-size: 14px;
    padding: 10px 0;
    color: #000;
    text-align: center;
}


.btn {
padding: 0;
}
.btn a{
position: relative;
display: flex;
justify-content: center;
align-items: center;
text-align:center;
background:#C01D3A;
padding:10px;
-webkit-border-radius: 5px;
border-radius: 5px;
border:solid 1px #fff;
margin:20px auto 0;
transition: 0.2s ;
color: #fff;
font-size: 14px;
}
.btn a::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);
}
	
	.btnL{
		margin:40px auto 0;
		width: 100% !important;
	}
	
	.btnL a{
		font-size: 16px;
		color: #1CADFF;
	}
	.colorG a{
		font-size: 18px;
		color: #fff;
        background: #201E8D;
        border-color: #fff;
	}	

    .btn.colorG a::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);
    }
    .btn.colorG a:hover{
    background:#fff;
    color: #201E8D !important;
    border:solid 1px #201E8D;
    transform: translate(0,2px);
    }
    .btn.colorG a:hover::after {
    border-color: #201E8D;
    }
	.yoyakuarea{
		margin: 0 auto;
		padding: 20px 20px;
		/*background-color: #ffffff;*/
	}
	
	.digipan{
		width: 70%;
		margin: 40px auto 50px;
		
	}
	
	.digipan img{
		width: 100%;
	}
	
	.yoyakubtn{
		/* width: 50%; */
	}
	
	.yoyakubtn ul{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.yoyakubtn ul li{
		margin: 0 0 15px 0;
	}
	
	.yoyakubtn ul li:last-of-type{
		margin: 0 !important;
	}
	
	.yoyakubtn ul li a{
        position: relative;
		display: flex;
		justify-content: center;
		font-size: 16px;
		border-radius: 15px;
		border: solid 1px #fff;
		padding: 8px 0;
		width: 100%;
		margin: 0 auto;
		color: #fff;
        transition: 0.2s ;
        background: #1CADFF;
	}
	.yoyakubtn ul li:first-child a{
		padding: 5px 0;
	}      
      .yoyakubtn ul li a::after {
      position: absolute;
      right:15px;
      top: 0;
      bottom: 0;
      content: '';
      display: block;
      width: 6px;
      height: 6px;
      margin: auto 0;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      }
	.yoyakubtn ul li a span{
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	
    .yoyakubtn ul li a span.icon{
		width: 10%;
		margin: 0 20px 0 0;
		max-width: 35px;
	}

	.yoyakubtn ul li:first-child a span.icon{
		width: 12%;
		margin: 0 20px 0 0;
        padding: 0;
		max-width: 48px;
	}

	.yoyakubtn ul li a span.icon img{
		width: 100%;
	}
	.yoyakubtn ul li:first-child a span.yoyakutxt{
		width: 50%;
	}
	.yoyakubtn ul li a span.yoyakutxt{
		width: 30%;
		/* text-align: center; */
	}
	
	.yoyakuarea p{
		font-size: 12px;
		margin: 20px 0 0 0;
	}
	
	.Section{
		border: none !important; 
	}
	
.DpSection {
           background: none !important;
           margin: 0 !important;
 }
	
	        .ItemSection {
            padding: 0rem 0 0rem !important;
        }
	.ItemSection .ItemIntroductionWrap .ItemIntroductionWrapInner{
		background-color: #fff;
	}
	
.infobox {
		padding: 25px;
        border-radius: 8px;
		background-color: #fff;
		
	}

	.infotxt{
        margin-bottom: 20px;
		font-size: 15px;
		line-height: 1.8;
	}
	#theme .infotxt{
        margin: 0 0 30px;
	}
	#theme p.p_text{
        margin: 25px 0 0;
        font-size: 14px;
        text-indent: -1em;
        margin-left: 1em;
        line-height: 1.5;
    }
	.infobox dl{
		margin: 0 0 25px 0;
		
	}
	
	.infobox dl dt{
		font-weight: bold;
  border-bottom: 3px solid #e3e3e3;
  padding:0 0 5px 0;
  margin:0 0 10px 0;
  position: relative;
		font-size: 16px;
	}
	
	.infobox dl dt:after {
  content: '';
  background-color: #C01D3A;
  width: 5em;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
}
	
	.infobox dl dd{
        margin-bottom: 25px;
		font-size: 14px;
		line-height: 1.8;
	}
	
	.point{
		border-radius: 15px;
		padding: 20px;
		background-color: #eee;
		font-size: 14px;
		line-height: 1.8;
	}
	
	.point b{
		font-size: 16px;
	}
	.point ul{
        margin-top: 5px;
	}
	.point ul li{
        position: relative;
        margin-bottom: 10px;
        padding-left: 1.2em;
        line-height: 1.6;
	}
	.point ul li::before{
        position: absolute;
        display: block;
        content: "●";
        left: 0;
	}
	
	.infobox{
		margin: 5px 0 0 0;
		overflow-x: scroll;
	}
	
	.infobox table {
		width: 100%;
        font-size: 14px;
		padding: 10px;
		border: #ccc 1px solid;
	}
	.infobox table td {
        /*width: 22%;*/
		border: #ccc 1px solid;
	}
	.infobox table.table_style {
        border: #ccc 1px solid;
    }
    .infobox table.table_style tr.pink td {
        background-color: #FAD6D8;
    }
    .infobox table.table_style tr.blue td {
        background-color: #DBEDF9;
    }
    .infobox table.table_style th {
		background-color: #EDE7E1;
        white-space: nowrap;
	}
    .infobox table.table_style thead th {
		background-color: #eee;
	}
    .infobox table.table_style th,
    .infobox table.table_style td {
		padding: 10px;
		border: #ccc 1px solid;
	}



	.mapimg{
		width: 100%;
		max-width: 718px;
		margin: 0 auto 0px
	}
	
	.mapimg img{
		width: 100%;
	}
	
/*qa*/
#qanda_box {
    padding: 10px 0;
    background: #fff;
}
#qanda_box dl {
    margin: 0;
	padding: 0;
}
#qanda_box dl div{
    margin: 0;
	padding: 13px;
    border-bottom: 1px dotted #aaa;
}
#qanda_box dl div:last-of-type {border-bottom: none;}
#qanda_box dl {
    margin: 0;
	padding: 0;
}
#qanda_box dt {
	font-size: 15px;
    padding: 0 30px 0 35px;
    word-break: break-all;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
#qanda_box dt:before,
#qanda_box dd:before {
	content: "Q";
    position: absolute;
    left: 0;
    background: #C01D3A;
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    text-indent: 0;
	border-radius:20px;
	line-height: 1;
    padding: 2px 0 0;
    box-sizing: border-box;
}
#qanda_box dt h3{font-weight:bold;}
#qanda_box dt:after {
	content: "＋";
    position: absolute;
    top: 0;
    right: 0;
    background: #FFF;
    width: 20px;
    height: 100%;
    text-align: center;
    font-size: 20px;
    color: #333;
    display: grid;
    align-items: center;
	transition-duration: 0.5s;
}
#qanda_box dt.faqopen:after {content: "－";}
#qanda_box dd {
	position: relative;
    font-size: 15px;
    margin-top: 10px;
    padding: 10px 10px 0 35px;
	word-break: break-all;
    line-height: 1.6;
}
#qanda_box dd:before {
    content: "A";
    background: #fff;
    color: #C01D3A;
    border: 1px solid #C01D3A;
}

.search_kaigaiBar .serchBox.kaigaiS li {
    width: 22%;
}

#reco { margin-bottom: -20px;}

/* Gadget */
.search_kaigaiBar #round-trip dl dd.select_radio_btn p {
    width: 25%;
}


}

/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}

/*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;
}
section {
    padding: 50px 0 30px;
}
.inner{
	width: 96%;
	max-width:970px;
	margin: 0 auto;
	padding:25px 0;
	display: block;
	position: relative;
}
	
.inner h2 {
	        font-size: 22px;
        text-align: center;
        margin-bottom: 20px;
        clear: both;
        
}
.inner h2.bold {
	width: 100%;
    font-size: 30px;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 3px;
}




/*title*/
#title {
	width: 100%;
    height: 400px;
    background: #222 url("../images/bg.jpg") center 11% no-repeat;
    background-size: cover;
}
#title img {
    width: 760px;
    margin: auto;
    padding-top: 50px;
    display: block;
}
#title p {
	width: 740px;
    color: #FFF;
    font-size: 20px;
    margin: auto;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    background: rgb(0,0,0);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 20%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.3) 80%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 20%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.3) 80%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 20%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.3) 80%, rgba(0,0,0,0) 100%);
    letter-spacing: 3px;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
    line-height: 1.5;
}
	
#title h2 {
	font-size: 60px;
    font-weight: bold;
    text-align: center;
    padding: 100px 0 20px;
    clear: both;
    color: #ffffff;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
    letter-spacing: 5px;
}
#title h2 span{
    display: block;
    font-size: 30px;
}

/*ナビ*/
	.naviarea{
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 20px 0 0;
	}
	
	.naviarea li{
		border-right: dashed #434343 1px;
		width: 15%;
        text-align: center;
	}
	
	.naviarea li:last-of-type{
		border: none !important;
	}
	
	.naviarea li a{
		display: block;
		color: #434343;
		padding: 10px 20px;
		font-size: 18px;
		text-decoration: none;
	}
	
	.naviarea li a:hover{
		transition: 0.2s ;
	opacity: 0.6 ;
		color: #1CADFF;
	}
	
	/*slider*/

.slider {
display: flex;
  margin: 0 auto;
  width: 100%;
}
.sliderBox {
  margin: 0 5px;
}
	
.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 30px;
}
.prev-arrow {
  left: -40px;
}
.next-arrow {
  right: -40px;
}

.boxarea{
    margin: 0 0 40px 0;
}
	
	.boxtit{
        background: url("../images/bg_title.svg") no-repeat center bottom;
        background-size: auto 7px;
		color: #333;
		text-align: center;
		padding: 0 0 20px 0;
		font-size: 20px;
		/*font-weight: bold;*/
		margin: 20px 0 30px;
        letter-spacing: 3px;
	}
	.boxtit.margintop {
        margin-top: 80px;
	}
	.boxtit small{
        display: block;
        line-height: 1;
        margin: 0 0 5px;
		font-size: 14px;
    }
	
	.boxtit2{
	
		/*background-color:#ffffff !important;*/
		color: #333 !important;
		
	
	}
	
	.box1{
		max-width: 310px;
		
	}
	
	.boximg{
		max-width: 400px;
		width: 100%;
		
	}
	.boximg img{
		width: 100%;
	}
	
	.box1 dl{
		margin: 0;
		padding: 0;
	}
	
	.box1 dl dt{
		font-size: 18px;
		padding: 15px 0;
		text-align: center;
		font-weight: bold;
		margin: 0;
		/*border-bottom: dashed 1px #cccccc;*/
        letter-spacing: 2px;
	}
	
	.box1 dl dd{
        padding-bottom: 5px;
		font-size: 16px;
		line-height: 1.8;
	}
	.box1 dl dd span.small_txt{
		font-size: 13px;
	}	
	.box1 dl dd.btn a{
		width: 90%;
	}
	.box1 dl dd.btn.btndp a{
		letter-spacing: 0;
	}
	
	.deptab{margin-bottom:25px;}
.recoBoxIn{
	padding: 25px;
    margin: 0 0 25px;
    overflow: hidden;
	background-color: #ffffff;
    
}
.recoBoxIn .photo{
	width: 300px;
    height: auto;
    float: left;
    margin: 0 25px 0 0;
}
.recoBoxIn .photo img{
	width:100%;
	height:auto;
}
.recoBoxIn .photo p{
    font-size: 14px;
    margin: 0;
    padding: 5px;
    line-height: 1.5em;
    background: #FFF;
}
.recoBoxIn .photo p span{
	font-weight:bold;
}
.recoBoxIn dl{
	width: calc(100% - 325px);
    margin: 0;
    display: block;
    float: left;
}
.recoBoxIn dl dt{
	padding:0 0 5px;
	margin:0;
	background-image:url(../images/im_line.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	overflow:hidden;
	display:block;
	font-size: 16px;
    line-height: 1.6;
}
.recoBoxIn dl dt img{
	display: block;
    float: left;
    width: 32px;
    height: auto;
    margin: 0 15px 0 0;
    padding: 0;	
}
.recoBoxIn dl dt a{
	display:block;
	overflow:hidden;
	color:#333;
}
	
	.recoBoxIn dl dd{
		font-size:16px;
        margin: 15px 0 0;
	}
.recoBoxIn dl dd.Icon{
	margin:5px 5px 0 0;
	overflow:hidden;
}
.recoBoxIn dl dd.Icon img{
	width: 60px;
    height: auto;
    display: block;
    padding: 0 3px 3px 0;
    float: left;
}
.recoBoxIn dl dd.money{
	margin: 0;
    padding: 10px 0 15px;
    font-size: 24px;
    color: #ce0202;
    font-weight: bold;
    text-align: right;
	border-bottom: 1px dashed #ccc;
}
.recoBoxIn dl dd.money span{
	font-size:16px;
}
.recoBoxIn dl dd.month{
	text-align: left;
    margin: 15px 0 0;
    clear: both;
}
.recoBoxIn dl dd.pass{
	text-align:left;
	margin:5px 5px 0 0;
}
.recoBoxIn dl dd.text{
	margin:5px 0 0 0;
	padding:0 0px 5px 0;
}
.recoBoxIn dl dd.pass span,
.recoBoxIn dl dd.month span{font-weight:bold;}
.travelplan_preparation_now {
    font-size: 16px;
    padding: 10px 0;
	color: #000;
    text-align: center;
}
.recoBoxIn dl .btn a{
    width: 60%;
}

.btn {
padding: 0;
}
.btn a{
position: relative;
display: flex;
justify-content: center;
align-items: center;
text-align:center;
background:#fff;
padding:10px;
-webkit-border-radius: 5px;
border-radius: 5px;
border:solid 1px #C01D3A;
margin:20px auto 0;
transition: 0.2s ;
color: #C01D3A;
font-size: 16px;
letter-spacing: 2px;
}
.btn a::after {
position: absolute;
right:15px;
content: '';
width: 6px;
height: 6px;
border-top: 2px solid #C01D3A;
border-right: 2px solid #C01D3A;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.btn a:hover{
background:#C01D3A;
color: #fff !important;
border:solid 1px #C01D3A;
transform: translate(0,2px);
}
.btn a:hover::after {
border-color: #fff;
}
	
	.btnL{
		margin:40px auto 40px;
		width: 60% !important;
        max-width: 580px;
	}
	
	.btnL a{
		font-size: 18px;
		color: #1CADFF;
	}
	.colorG a{
		font-size: 18px;
		color: #fff;
        background: #201E8D;
        border-color: #fff;
	}
.btn.colorG a::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);
}
.btn.colorG a:hover{
background:#fff;
color: #201E8D !important;
border:solid 1px #201E8D;
transform: translate(0,2px);
}
.btn.colorG a:hover::after {
border-color: #201E8D;
}

.Bgcolor .whiteBox {
    width: 100%;
    max-width: calc(1200px + 2rem);
    margin: 0 auto 80px;
    padding: 40px 0;
    border-radius: 1rem;
    background-color: #ffffff90;
}
.Bgcolor .whiteBox .boxarea { margin: 0;}
    .yoyakuarea{
        width: 660px;
		margin: 0 auto;
		/*background-color: #fff;*/
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.digipan{
		width: 200px;
		margin: 0 50px 0 0;
		display: flex;
        justify-content: center;
        align-items: center;
	}
	
	.digipan img{
		width: 100%;
	}
	
	.yoyakubtn{
		width: 50%;
	}
	
	.yoyakubtn ul{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.yoyakubtn ul li{
		margin: 0 0 15px 0;
	}
	
	.yoyakubtn ul li:last-of-type{
		margin: 0 !important;
	}
	
	.yoyakubtn ul li a{
        position: relative;
		display: flex;
		justify-content: center;
		font-size: 18px;
		border-radius: 5px;
		border: solid 1px #1CADFF;
		padding: 5px 0;
		width: 100%;
		margin: 0 auto;
		color: #1CADFF;
        transition: 0.2s;
        background: #fff;
	}
      .yoyakubtn ul li a::after {
      position: absolute;
      right:15px;
      top: 0;
      bottom: 0;
      content: '';
      display: block;
      width: 6px;
      height: 6px;
      margin: auto 0;
      border-top: 2px solid #1CADFF;
      border-right: 2px solid #1CADFF;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      }
      .yoyakubtn ul li a:hover{
      background:#1CADFF;
      color: #fff !important;
      border:solid 1px #1CADFF;
      transform: translate(0,2px);
      }
    .yoyakubtn ul li a:hover::after {
    border-color: #fff;
    }
	
	.yoyakubtn ul li a span{
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.yoyakubtn ul li a span.icon{
		width: 20%;
		margin: 0 20px 0 0;
        padding: 8px 0;
		max-width: 35px;
	}
	.yoyakubtn ul li:first-child a span.icon{
		width: 20%;
		margin: 0 20px 0 0;
        padding: 0;
		max-width: 48px;
	}
	
	.yoyakubtn ul li a span.icon img{
		width: 100%;
	}
	
	.yoyakubtn ul li:first-child a span.yoyakutxt{
		width: 50%;
	}
	
	.yoyakubtn ul li a span.yoyakutxt{
		width: 30%;
		/* text-align: center; */
	}
	
	.yoyakuarea p{
		font-size: 16px;
		margin: 20px 0 0 0;
		
	}
	
	.Section{
		border: none !important; 
	}
	
.DpSection {
           background: none !important;
           margin: -20px 0 0 !important;
           padding: 0 !important;
 }

	        .ItemSection {
            padding: 0rem 0 0rem !important;
        }
	
	.ItemSection .ItemIntroductionWrap{
		   padding: 2rem 1rem 0.1rem !important;
	}
    .ItemSection .ItemIntroductionWrap .ItemIntroductionWrapInner {
        flex-wrap: wrap !important;
    }
/*	.ItemSection .ItemIntroductionWrap .ItemIntroductionWrapInner{
		padding: 1rem 1rem !important;
		max-width: 970px !important;
	}
	
	.ItemSection .ItemIntroductionWrap .ItemIntroductionLine .ItemIntroductionLTitle{
		font-size: 0.9rem !important;
	}
	
	.ItemSection .ItemIntroductionWrap .ItemIntroductionLine .ItemIntroductionSet .ItemIntroductionBox{
		height: 110px !important;
		width: 105px !important;
		min-width: 105px !important;
	}
	
	.ItemSection .ItemIntroductionWrap .ItemIntroductionLine .ItemIntroductionSet .ItemIntroductionBox .ItemIntroductionName{
		font-size: 0.7rem !important;
	}
*/
	
	.infobox {
        margin-bottom: 80px;
		padding: 50px;
		background-color: #fff;
		border-radius: 8px;
	}

	.infotxt{
        margin: 0 0 20px;
		font-size: 16px;
		line-height: 1.8;
	}
	#theme .infotxt{
        margin: 10px 0 40px;
	}
	#theme p.p_text{
        margin: 20px 0 0;
        font-size: 15px;
        text-indent: -1em;
        margin-left: 1em;
        line-height: 1.5;
	}	
	.infobox dl{
		margin: 0 0 25px 0;
		
	}
	
	.infobox dl dt{
		font-weight: bold;
  border-bottom: 3px solid #e3e3e3;
  padding:0 0 5px 0;
  margin:0 0 10px 0;
  position: relative;
		font-size: 18px;
	}
	
	.infobox dl dt:after {
  content: '';
  background-color: #C01D3A;
  width: 5em;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
}
	
	.infobox dl dd{
        margin-bottom: 25px;
		font-size: 16px;
		line-height: 1.8;
	}
	
	.point{
		border-radius: 15px;
		padding: 20px;
		background-color: #eee;
		font-size: 16px;
		line-height: 1.8;
	}
	
	.point b{
		font-size: 18px;
	}
	.point ul{
        margin-top: 5px;
	}
	.point ul li{
        position: relative;
        margin-bottom: 10px;
        padding-left: 1.2em;
        line-height: 1.6;
	}
	.point ul li::before{
        position: absolute;
        display: block;
        content: "●";
        left: 0;
	}

	
	.infobox{
		margin: 20px 0 0 0;
	}
	
	.infobox table.table_style {
        width: 100%;
        border: #ccc 1px solid;
        font-size: 16px;
    }
    .infobox table.table_style tr.pink td {
        background-color: #FAD6D8;
    }
    .infobox table.table_style tr.blue td {
        background-color: #DBEDF9;
    }
    .infobox table.table_style th {
		background-color: #EDE7E1;
	}
    .infobox table.table_style thead th {
		background-color: #eee;
	}
    .infobox table.table_style th,
    .infobox table.table_style td {
		padding: 10px;
		border: #ccc 1px solid;
	}
	
	.mapimg{
		width: 100%;
		max-width: 718px;
		margin: 0 auto 0px
	}
	
	.mapimg img{
		width: 100%;
	}
	
	/*qa*/
#qanda_box {
    padding: 10px 0;
    background: #fff;
}
#qanda_box dl {
    margin: 0;
	padding: 0;
}
#qanda_box dl div{
    margin: 0;
	padding: 15px;
    border-bottom: 1px dotted #aaa;
}
#qanda_box dl div:last-of-type {border-bottom: none;}
#qanda_box dt {
    position: relative;
	font-size: 18px;
    padding: 0 45px 0 40px;
    line-height: 1.6;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    cursor: pointer;
}
#qanda_box dt:before,
#qanda_box dd:before {
	content: "Q";
    position: absolute;
    left: 0;
    background: #C01D3A;
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    text-indent: 0;
	border-radius:20px;
    padding: 0 0 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
#qanda_box dt h3{font-weight:bold;}
#qanda_box dt:after {
	content: "＋";
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    text-align: center;
    font-size: 20px;
	background: #FFF;
    color: #333;
    display: grid;
    align-items: center;
	transition-duration: 0.5s;
}
#qanda_box dt.faqopen:after {content: "－";}
#qanda_box dd {
	position: relative;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 10px;
    padding: 10px 10px 0 40px;
}
#qanda_box dd:before {
    content: "A";
    background: #fff;
    color: #C01D3A;
    border: 1px solid #C01D3A;
}


/* Gadget */
.search_kaigaiBar .serchBox.kaigaiS .content_wrap.serchBox dl dt {
    width: 90px;
}
.base_gadget label { border: none;}


}

.disnone{display:none;}
