@charset "utf-8";


.brp-pt{
    display: block;
}

.brd-pt{
    display: inline;
}

@media screen and (max-width:751px) {
	
.brp-pt{
    display: inline;
}

.brd-pt{
    display: block;
}

}

/* Wrapper
--------------------------------------------------------------------------*/

#wrap, #always_wrap{
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
    text-align: left;
}

#always_wrap header{
    position:relative;
    width: 100%;
    height: 70px;
    top: 0;
    background: #101d32;
    z-index: 300;
}

#always_wrap section#contents{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 45px 0;
}

body#top #always_wrap section#contents{
    padding:0 0 45px 0;
}


.pc-view{ display: inline; }
.sp-view{ display: none; }

@media screen and (max-width:640px){
.pc-view{ display: none; }
.sp-view{ display: inline; }
}


/* Common
--------------------------------------------------------------------------*/

#always_wrap h3{
    position: relative;
    color: #0888c7;
    font-size: 220%;
    font-weight: bold;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 20px;
}

@media all and (-ms-high-contrast: none) {

#always_wrap h3{
    line-height: 1.5;
}

}

#always_wrap h4{
    color:#FFF;
    background: #0096e0;
    padding: 10px 20px 8px 20px;
    -webkit-border-radius:40px;
	-moz-border-radius:40px;
	border-radius:40px;
    font-size: 140%;
    letter-spacing: 0.02em;
    font-weight: bold;
    margin: 0px auto 30px auto;
}

#always_wrap h5{
    color:#1f5b78;
    font-size: 150%;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-weight: bold;
    margin: 0px auto 30px auto;
}

#always_wrap h6{
    color: #555555;
    font-size: 120%;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-weight:600;
    border-bottom: dotted 1px #A0A0A0;
    padding-bottom: 10px;
    margin: 0px auto 30px auto;
}

#always_wrap p{
    color: #111111;
    font-size: 120%;
    line-height: 180%;
    letter-spacing: 0.05em;
}

#always_wrap p span{
    color: #111111;
}

#always_wrap li{
    color: #111111;
    font-size: 120%;
    line-height: 160%;
    letter-spacing: 0.05em;
}

#always_wrap p.ttl-sub{
    font-size: 130%;
    text-align: center;
    font-weight: bold;
}

#always_wrap .cnt-box p{
    margin-bottom: 30px;
}

@media screen and (max-width:640px) {
    
#always_wrap h3{
    font-size: 180%;
}

#always_wrap h4{
    font-size: 130%;
}

#always_wrap h5{
    font-size: 140%;
}

#always_wrap h6{
    font-size: 110%;
}

#always_wrap p{
    font-size: 110%;
    line-height: 150%;
}

}


/* Header
--------------------------------------------------------------------------*/

#always_wrap header div.hd-wrap{
    position:relative;
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

#always_wrap .hd-logo{
    position: relative;
    box-sizing: border-box;
    width: 200px;
    text-align: center;
    float: left;
}

#always_wrap .hd-logo h1 img{
    width: 151px;
}

#always_wrap nav{
    position: relative;
    box-sizing: border-box;
    width: 800px;
    height: 70px;
    float: left;
}

#always_wrap nav li a{
    position: relative;
    box-sizing: border-box;
    color: #FFFFFF;
    width: 25%;
    height: 70px;
    padding: 0px 20px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #273d62;
	transition: color 0.5s ease 0s;
}

#always_wrap nav li a:hover{
    color: #FF5F00;
}

#always_wrap div.hd-bt{
    display: none;
    position: absolute;
    width: 70px;
    right: 0%;
    top:35px;
    margin: auto;
}

#always_wrap .hd-menu-box{
    display: none;
    box-sizing: border-box;
    position:fixed;
    bottom: 0;
    width: 100%;
    background: #000000;
    text-align: center;
    z-index:300;
}

.modaal-content-container{
    box-sizing:border-box;
	display: flex;
	align-items: center;
	justify-content: center;
    width: 100%;
    height: 94vh;
    padding: 0 !important;
}

.modaal-content-container ul{
    position: relative;
    box-sizing:border-box;
    width: 80%;
    margin: auto 10%;
}

.modaal-content-container li a{
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 14px 16px;
    margin-bottom: 20px;
    background: #0096e2;
    color: #FFFFFF;
    text-align: center;
    border-radius: 5px;
}

.modaal-content-container li.coming a{
    background: #585858;
    color: #ABABAB;
}


.modaal-content-container li.in a{
    background: #1d50a2;
}


@media screen and (max-width:640px) {

#always_wrap .hd-logo{
    width: 152px;
}
    
#always_wrap nav{
    display: none;
}
    
#always_wrap div.hd-bt{
    display: block;
    position: absolute;
    right: 6px;
    top:0;
}

#always_wrap ul.hd-pc-menu{
    display: none;
}
}

/* top-key-v
--------------------------------------------------------------------------*/

div.top-layout section.key-v{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 550px;
    background: url("../img/top/key-v_bg.jpg") #0096e0 no-repeat;
    background-position: bottom center;
    z-index: 100;
}

div.top-layout div.key-v-ttl{
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 700px;
    z-index: 101;
}

div.top-layout div.key-v-icon{
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 700px;
    z-index: 102;
}

div.top-layout div.key-v-sp{
    display: none;
}

#top div.key-v-bt{
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    width: 700px;
    height: 622px;
    z-index: 103;
}

#top div.key-v-bt img{
    width: 126px;
}

#top div.key-v-bt a img{
    opacity: 1;
}

#top div.key-v-bt div.key-v-bt01, #top div.key-v-bt div.key-v-bt02, #top div.key-v-bt div.key-v-bt03, #top div.key-v-bt div.key-v-bt04, #top div.key-v-bt div.key-v-bt05, #top div.key-v-bt div.key-v-bt06, #top div.key-v-bt div.key-v-bt07, #top div.key-v-bt div.key-v-bt08, #top div.key-v-bt div.key-v-bt09, #top div.key-v-bt div.key-v-bt10, #top div.key-v-bt div.key-v-bt11, #top div.key-v-bt div.key-v-bt002{
    position: absolute;
}

#top div.key-v-bt div.key-v-bt01{
    top:54px;
    left: 98px;
}

#top div.key-v-bt div.key-v-bt02{
    top:141px;
    left: 35px;
}

#top div.key-v-bt div.key-v-bt03{
    top:243px;
    left: 10px;
}

#top div.key-v-bt div.key-v-bt04{
    top:350px;
    left: 40px;
}

#top div.key-v-bt div.key-v-bt05{
    top:54px;
    right: 98px;
}

#top div.key-v-bt div.key-v-bt06{
    top:141px;
    right: 35px;
}

#top div.key-v-bt div.key-v-bt07{
    top:243px;
    right: 10px;
}

#top div.key-v-bt div.key-v-bt08{
    top:350px;
    right: 30px;
}

#top div.key-v-bt div.key-v-bt09{
    width: 198px;
    bottom:40px;
    right: -150px;
}

#top div.key-v-bt div.key-v-bt09 img{
    width: 198px;
}

#top div.key-v-bt div.key-v-bt10{
    top:444px;
    right: 90px;
}

#top div.key-v-bt div.key-v-bt11{
    top:444px;
    left: 90px;
}

#top div.key-v-bt div.key-v-bt002{
    width: 198px;
    bottom:40px;
    left: -150px;
}

#top div.key-v-bt div.key-v-bt002 img{
    width: 198px;
}

@media screen and (max-width:640px) {

div.top-layout section.key-v{
    height:auto;
    background: none;
}
    
div.top-layout div.key-v-ttl{
    display: none;
}

div.top-layout div.key-v-icon{
    display: none;
}

div.top-layout div.key-v-sp{
    display: block;
}

}

/* top-list
--------------------------------------------------------------------------*/

#always_wrap .top-sn-box{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 0px 0px 0px;
}

#always_wrap .top-sn-box-ttl{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0 0.5%;
    margin-bottom: 20px;
}

#always_wrap .top-sn-box-dtl{
    position: relative;
    width: 100%;
}

#always_wrap .top-sn-box-ttl ul, #always_wrap .top-sn-box-dtl ul{
	position:relative;
    box-sizing: border-box;
	overflow:hidden;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

#always_wrap .top-sn-box-ttl li{
    position: relative;
    box-sizing: border-box;
    float: left;
  display: flex;
  justify-content: left;
  align-items: center;
}

#always_wrap .top-sn-box-ttl li:first-child{
    width: 30%;
    border-left: solid 8px #1d50a2;
}

#always_wrap .top-sn-box-ttl li:nth-child(2){
    width: 52%;
    padding: 0 2% 0 0;
}

#always_wrap .top-sn-box-ttl li.top-sn-box-nobk{
    width: 70%;
    padding: 0 2% 0 0;
}

#always_wrap .top-sn-box-dtl li{
    position: relative;
    box-sizing: border-box;
    float: left;
    width: 32.3333%;
    margin: 0 0.5% 1% 0.5%;
    overflow: hidden;
}

#always_wrap .top-sn-box-dtl li div.sn-img{
    position: relative;
    width: 100%;
    display: block;
}

#always_wrap .top-sn-box-dtl li div.sn-img img{
    width: 100%;
}

#always_wrap .top-sn-box-dtl li a div.sn-img img{
    transition: transform 0.2s linear;
}
#always_wrap .top-sn-box-dtl li a:hover div.sn-img img{
    opacity: 0.8 ;
    transform: scale(1.1);
}

#always_wrap .top-sn-box-dtl li a div.sn-cp{
    position:absolute;
    width: 100%;
    padding: 12px 0;
    bottom: 0;
    background: url("../img/cmn/hd-bg.png");
    color: #FFF;
  display: flex;
  justify-content: left;
  align-items: center;
    
}

#always_wrap .top-sn-box-dtl li div.sn-cp div.sn-cp-tx{
    position: relative;
    width: 100%;
}

#always_wrap .top-sn-box-dtl li div.sn-new{
    position:absolute;
    width: 100%;
    top: 0;
    border: 0;
    padding: 0;
    margin: 0;
    line-height: 0;
}


#always_wrap .sn-cp-no{
    position: relative;
    background: #FFDD00;
    padding: 1px 10px 1px 4px;
    color: #151515;
    font-size: 90%;
    border-radius: 0 12px 12px 0;
    margin-right: 15px;
}

#always_wrap .sn-cp-tx{
    position: relative;
    font-size: 100%;
    line-height: 1.2em;
    margin-right: 15px;
    color: #FFF;
}

#always_wrap .top-bnr{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 30px 0;
}

#always_wrap .top-bnr-box{
    position:relative;
    width: 100%;
    max-width: 600px;
    margin: auto;
}
#always_wrap .top-bnr-box img{
    width: 100%;
}

@media screen and (max-width:640px) {

#always_wrap .top-sn-box{
    width: 100%;
    padding: 30px 3% 22px 3%;
}
    
#always_wrap .top-sn-box-ttl li:first-child{
    margin: 0 0 15px 0;
}

#always_wrap .sn-cp-tx{
    font-size: 100%;
}

#always_wrap .top-sn-box-ttl li{
    position: relative;
    box-sizing: border-box;
    float: left;
  display: flex;
  justify-content: left;
  align-items: center;
}

#always_wrap .top-sn-box-ttl li:first-child{
    width: 100%;
    padding: 0 30% 15px 30%;
    margin-bottom: 20px;
    border-left:none;
}
    

#always_wrap .top-sn-box-ttl li:first-child::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 120px;
    height: 8px;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #1d50a2;

}

#always_wrap .top-sn-box-ttl li:nth-child(2){
    width: 75%;
    padding: 0 2% 0 0;
}

#always_wrap .top-sn-box{
    padding: 30px 5% 80px 5%;
}
    
#always_wrap .page-cnt-box-list{
    padding: 30px 5% 0px 5%;
    }

#always_wrap .top-sn-box-dtl li{
    float:none;
    width: 100%;
    margin: 0 0 1% 0;
}

#always_wrap .top-sn-box-dtl li a div.sn-img img{
    transition:none;
}

#always_wrap .top-sn-box-dtl li a:hover div.sn-img img{
    opacity:inherit;
    transform:none;
}

#always_wrap .top-sn-box-ttl li:first-child{
    width: 100%;
    padding: 0 20% 15px 20%;
}

#always_wrap .top-sn-box-ttl li:nth-child(2){
    width: 100%;
    padding: 0 2% 0 0;
}

}


@media screen and (max-width:500px) {
  
#always_wrap .top-sn-box-ttl li:first-child{
    width: 100%;
    padding: 0 10% 15px 10%;
}

}

/* Contents
--------------------------------------------------------------------------*/

.cnt-box{
    box-sizing: border-box;
	width: 100%;
	padding: 0 0 25px 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.cnt-box-f{
	position: relative;
	overflow: hidden;
}

.cnt-box-l{
	float:left;
}

.cnt-box-r{
	float:right;
}

.cbw10{ width:100%; }
.cbw9{ width:83%; }
.cbw8{ width:77%; }
.cbw7{ width:67%; }
.cbw6{ width:57%; }
.cbw5{ width:47%; }
.cbw4{ width:37%; }
.cbw3{ width:27%; }
.cbw2{ width:17%; }
.cbw1{ width:14%; }

.cnt-ttl{
    margin-bottom: 30px;
}

.ct-list{
    margin-top: 70px;
}

.img70 img{
    width: 70%;
    margin: 0 15%;
}

.img40 img{
    width: 40%;
    margin: 0 30%;
}

.brk-pt{
	display: block;
}
    
@media screen and (max-width:1050px) {

.cnt-box{
	padding: 0 5% 25px 5%;
}
}

@media screen and (max-width:640px) {

.cnt-box{
	padding: 0 7% 25px 7%;
}

.cnt-box-l{
	float:none;
	margin-bottom: 20px;
}

.cnt-box-r{
	float:none;
	margin-bottom: 0px;
}

.cbw9, .cbw8, .cbw7, .cbw6, .cbw5, .cbw4, .cbw3, .cbw2, .cbw1, .cbw3w{
	width:100%;
}

.ct-list{
    margin-top: 0px;
}

.img-only img{
    width: 70%;
    margin: 0 15%;
}

.img70 img{
    width: 100%;
    margin: 0;
}

.img40 img{
    width: 80%;
    margin: 0 10%;
}

 
.brk-pt{
	display: inline;
}
    
}

/* size */
.tx-s{ font-size:75% !important;}
.tx-m{ font-size:120% !important;}
.tx-l{ font-size:150% !important;}
.tx-xl{ font-size:320% !important;}

/* color */
.c-red{color:#CC0000 !important;}
.c-org{color:#FF6600 !important;}
.c-blue{color:#3366FF !important;}
.c-green{color:#006633 !important;}
.c-glay{color:#888 !important;}

.tx-s-w{font-size:75% !important; color:#FFFFFF;}
    

/*List box*/

ul.list6, ul.list5, ul.list4, ul.list3, ul.list2{
	width: 100%;
	margin:0 0 20px 0;
	position:relative;
	overflow:hidden;
}

.list6 li{
	float:left;
	width:15.6%;
	margin:0 0.5% 10px 0.5%;
	position:relative;
}

.list5 li{
	float:left;
	width:19%;
	margin:0 0.5% 10px 0.5%;
	position:relative;
}

.list4 li{
	float:left;
	width:24%;
	margin:0 0.5% 10px 0.5%;
	position:relative;
}

.list3 li{
	float:left;
	width:32.33%;
	margin:0 0.5% 0 0.5%;
	position:relative;
}

.list2 li{
	float:left;
	width:49%;
	margin:0 0.5% 10px 0.5%;
	position:relative;
}

.list-img3{
	margin:0 15px 15px;
	position:relative;
	overflow:hidden;
}

.list-img2 li{
	float:left;
	width:50%;
}

.list-img2{
	margin:0 0 15px;
	position:relative;
	overflow:hidden;
}

.list-img2 li{
	float:left;
	width:50%;
}

ul.list6 img, ul.list5 img, ul.list4 img, ul.list3 img, ul.list2 img{
	width: 100%;
}

.bt-2w{
    width: 70%;
    margin: 0 15%;
}

#always_wrap  div.cnt-box-info{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 0 20px 0;
    font-size: 80%;
}

#always_wrap  div.cnt-box-info h6{
    margin: 0 auto;
    border-bottom: none;
}

#always_wrap div.cnt-box-info p{
    margin: 0 auto;
}

@media screen and (max-width:640px) {

.list6 li, .list5 li, .list4 li, .list3 li, .list2 li {
	width:48%;
	margin:0 1% 0 1%;
}

.bt-2w{
    width: 80%;
    margin: 0 10%;
}

.list6 li, .list5 li, .list4 li, .list3 li, .list2 li {
	width:90%;
	margin:0 5% 0 5%;
}

.list-img3 li{
	width:100%;
	margin-bottom:10px;
}

.bt-2w{
    width: 90%;
    margin: 0 5%;
}

}

.c-list{
	background: #fff2ad;
	padding: 15px 15px 10px 15px;
	margin-bottom: 15px;
    border-radius: 15px;
	position: relative;
	overflow: hidden;
}

.c-list ul{
	margin-left: 20px;
	background: #fff2ad;
}

.c-list li{
	font-size:90%;
	letter-spacing:0.05em;
	line-height:160%;
	border-bottom:  dotted 1px #B09B6C;
	color:#000000;
	padding: 3px 0 8px 0;
	margin:0 1% 5px 1%;
}

.c-list li:last-child{
	border-bottom: none;
}

.c-list li:before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background: #ff8400;
	position: relative;
	left: -10px;
	top: -3px;
}


.info-sp{
    position: fixed;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 30px 40px;
    background:url("../img/bg_bk95.png");
}

.info-sp h4{
    margin: 0 0 10px 0;
    color: #D9AA07;
}

.info-sp p{
    color: #FFFFFF;
}


.point-box{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 16px 20px;
	border: 4px solid #ffbdd5 !important;
	border-radius: 12px;
	margin: 20px 0;
}

.point-box h5{
	color: #eb6d9a !important;
	margin-bottom: 0.3rem !important;
}

.point-box p{
	font-size: 16px !important;
	margin-bottom: 0 !important;
}

.h-center{
	display: flex;
	align-items: center;
}

.pb-z{
	padding-bottom: 0 !important;
}

/* calender-box
--------------------------------------------------------------------------*/

.calender-box{
    box-sizing: border-box;
    position:fixed;
    display: none;
    bottom: 0;
    width: 100%;
    padding:500px 20%;
    background: #31271A;
    text-align: center;
    z-index:300;
}

/* BT
--------------------------------------------------------------------------*/
p.bt-t1{
    width: 60%;
    margin: 15px auto;
}
p.bt-t1 a{
    box-sizing: border-box;
    width: 100%;
    display: block;
    padding: 15px 15px;
    text-align: center;
    background: #173d7c;
    color: #484848;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 95%;
    line-height: 120%;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	transition: background 0.5s ease 0s;
}

p.bt-t1 a:hover{
    background: #FF7E00;
}

@media screen and (max-width:640px) {

p.bt-t1{
    width: 80%;
    margin: 15px auto;
}

}


/* アコーディオン
--------------------------------------------------------------------------*/

.cp_actab {
position: relative;
overflow: hidden;
}

.cp_actab input {
    display: none;
}

.cp_actab label {
    position:absolute;
    width: 18%;
    height: 45px;
    top: 55px;
    right: 0;
    cursor: pointer;
    background: #0096e0;
    color: #FFFFFF;
    border-radius: 23px;
    display: flex;
  justify-content: center;
  align-items: center;
transition: background 0.8s;
}

.cp_actab label.tab-3{
    top: 54px;
}

.cp_actab label.tab-4{
    top: 76px;
}

.cp_actab label:hover {
    background: #FF7E00;
}

.cp_actab .cp_actab-content {
overflow: hidden;
}

.cp_actab .cp_no1, .cp_actab .cp_no2, .cp_actab .cp_no3, .cp_actab .cp_no4, .cp_actab .cp_no5, .cp_actab .cp_no6, .cp_actab .cp_no7, .cp_actab .cp_no8, .cp_actab .cp_no9, .cp_actab .cp_no10, .cp_actab .cp_no11, .cp_actab .cp_no12{
max-height: 0;
-webkit-transition: max-height 0.8s;
transition: max-height 0.8s; 
}

.cp_actab input:checked ~ .cp_no1 { max-height: 2000px; }
.cp_actab input:checked ~ .cp_no2 { max-height: 2000px; }
.cp_actab input:checked ~ .cp_no3 { max-height: 2000px; }
.cp_actab input:checked ~ .cp_no4 { max-height: 2000px; }
.cp_actab input:checked ~ .cp_no5 { max-height: 2000px; }
.cp_actab input:checked ~ .cp_no6 { max-height: 2000px; }
.cp_actab input:checked ~ .cp_no7 { max-height: 2000px; }
.cp_actab input:checked ~ .cp_no8 { max-height: 2000px; }
.cp_actab input:checked ~ .cp_no9 { max-height: 2000px; }
.cp_actab input:checked ~ .cp_no10 { max-height: 1000px; }
.cp_actab input:checked ~ .cp_no11 { max-height: 1000px; }
.cp_actab input:checked ~ .cp_no12 { max-height: 1000px; }

.cp_actab label:after{
content:"バックナンバーを表示";
}

.cp_actab input:checked ~ label::after {
content:"新着3件を表示";
}


@media screen and (max-width:640px) {

.cp_actab label.tab-3{
    top:auto;
}

.cp_actab label.tab-4{
    top:auto;
}

.cp_actab label{
    width: 24%;
    top:160px;
    right: 3%;
}

.cp_actab input {
position: absolute;
z-index: -1;
opacity: 0;
display:inherit;
}

.cp_actab label {
    position:absolute;
    width: 70%;
    top:auto;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: auto;
}

.cp_actab input:checked ~ .cp_actab-content {
max-height:inherit;
}

.cp_actab input:checked ~ label::after {
content:"閉じる";
}
    
}

/* Other
--------------------------------------------------------------------------*/

ul.ls-ptn-lblue{
    position:relative;
    width: 96%;
    margin:0 2% 30px 2%;
}

ul.ls-ptn-lblue li{
    position: relative;
    display: block;
    margin-right: 25px;
    padding-left: 20px;
    font-size: 120%;
}

ul.ls-ptn-lblue li:after {
    content: '●';
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    top:0;
    left: 0;
    margin: auto;
    color: #3dbddf;
}

ul.list-dot {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0.4rem 0 0.4rem;
}
ul.list-dot li {
  position: relative;
  box-sizing: border-box;
  padding: 0 0.3rem 0 1.2rem;
  line-height: 2rem;
}
ul.list-dot li:before {
  content: '●';
  position: absolute;
  color:#D1721F;
  left: 0;
  top: 0;
  display: inline-block;
}

#always_wrap .bg-w90{
    box-sizing: border-box;
    background: url("../img/cmn/bg-w90.png");
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}

#always_wrap .bg-w90 h5{
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 0;
}

#always_wrap .bg-w90 p{
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 0;
}

#pagetop {
	display: none;
	z-index:300;
	position: fixed;
	bottom: 10px;
	right: 5px;
	cursor: pointer;
}

.pt-z{
    padding-top:0 !important;   
}

.aw-mt20{
    margin-top: 20px;
}

.aw-tx-s{
    font-size: 90% !important;
}


.sp-only{
    display: none !important;
}

@media screen and (max-width:640px) {

.pc-only{
    display: none;
}

.sp-only{
    display: block !important;
}

}

/* Clear
--------------------------------------------------------------------------*/

.clear:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clear{display:inline-table;}
/* \*/
* html .clear{height:1%;}
.clear{display:block;}
/* */


/* Header-snavi
--------------------------------------------------------------------------*/

.hd-snavi{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height:auto;
    margin-top: 0px;
    background: #0fa3ec;
    overflow: hidden;
}


.hd-snavi-box{
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.hd-snavi h2{
    position: relative;
    box-sizing: border-box;
    color: #FFFFFF;
    width: auto;
    height: 55px;
    margin: 0 15px;
    float: left;
    display: flex;
    justify-content: left;
    align-items: center;
    letter-spacing: 0.1em;
}

.hd-snavi ul{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 436px;
    float: right;
}

ul.hd-snavi-fst{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 301px;
    float: right;
}

ul.hd-snavi-new{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 301px;
    float: right;
}

.hd-snavi li a{
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: left;
    align-items: center;
    height: 55px;
    float: left;
    background: #0fa3ec;
    border-left: solid 1px #0386c7;
	transition: background 0.5s ease 0s,  border 0.5s ease 0s;
}

.hd-snavi li a:hover{
    background: #ff7e00;
    border-left: solid 1px #c56100;
}

.hd-snavi li:nth-child(1) a{
    width: 100%;
    max-width: 135px;
}

.hd-snavi li:nth-child(2) a{
    width: 100%;
    max-width: 166px;
}

.hd-snavi li:nth-child(3) a{
    width: 100%;
    max-width: 135px;
}

.hd-snavi ul.hd-snavi-new li:nth-child(1) a{
    width: 100%;
    max-width: 166px;
}

.hd-snavi ul.hd-snavi-new li:nth-child(2) a{
    width: 100%;
    max-width: 135px;
}

@media screen and (max-width:640px) {

.hd-snavi{
    margin-top: 0px;
}

.hd-snavi h2{
    width: 100%;
    height:auto;
    min-height:inherit;
    margin: 15px 0 15px 0;
    justify-content: center;
    text-align: center;
    float:none;
}

.hd-snavi ul{
    float:none;
    margin: auto;
}

.hd-snavi li:nth-child(1) a{
    border-left: none;
}

}

@media screen and (max-width:460px) {

.hd-snavi li:nth-child(1) a{
    width: 30%;
    max-width:none;
}

.hd-snavi li:nth-child(2) a{
    width: 40%;
    max-width:none;
}

.hd-snavi li:nth-child(3) a{
    width: 30%;
    max-width:none;
}
    
}

/* Bg-color
--------------------------------------------------------------------------*/

.contents-bgc{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
}

.bg-yellow{
    background: url("../img/cmn/bg-yellow.jpg") repeat-y #fff6d3;
    background-size: 1980px;
    background-position: top center;
}
.bg-pink{
    background: url("../img/cmn/bg-pink.jpg") repeat-y #ffe6e5;
    background-size: 1980px;
    background-position: top center;
}
.bg-blue-dot{
    background: url("../img/cmn/bg-blue-dot.jpg");
}

/* About
--------------------------------------------------------------------------*/

#about section.key-v{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 10%;
    margin-top: 70px;
    background: url("../img/essay/bg.jpg") no-repeat;
    background-size: 1980px;
    background-position: center;
    text-align: center;
}

#about section.key-v img{
    width: 100%;
    max-width: 330px;
}

@media screen and (max-width:640px) {

#about section.key-v{
    margin-top: 0px;
}

}

/* Footer
--------------------------------------------------------------------------*/

#footer {
	margin-top: 0px !important;
}

@media screen and (max-width:640px) {

#footer {
    background: #0fa3ec !important;
}
    
body#top footer#footer, body#list-page footer#footer{
    background: #FFFFFF !important;
}

body#trip footer#footer {
    background: #faf8f0 !important;
}   
    
}

/* PANKUZU
--------------------------------------------------*/

.breadcrumbs > ul > li {
    color: #aaa !important;
    font-size: .9375em !important;
    line-height: 1.5;
}

.breadcrumbs > ul > li a {
    color: #242424;
}


@media screen and (max-width:640px) {

    .breadcrumbs{
        display: none;
    }
}

/*PAGE NAVI
------------------------------------------------*/

section.page-navi{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 0;
    background: #e3e3e3;
}

section.page-navi ul{
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
}

section.page-navi li{
    position: relative;
}

section.page-navi li a{
    position: relative;
    box-sizing: border-box;
    display: block;
    float: left;
    padding: 10px 20px;
    background: #f4f4f4;
    border-radius: 10px;
    color: #232323;
    text-align: center;
    text-decoration: none;
    border: solid 1px #949494;
	transition: color 0.5s ease 0s,  background 0.5s ease 0s;
}

section.page-navi li a:hover{
    background:#FF6700;
    color: #000000;
}

section.page-navi li a:before{
    content: '▼';
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    left: 10px;
    color: #AFAFAF;

}

#top section.page-navi li a{
    width: 48%;
    margin: 0 1% 10px 1%;
}

#top section.page-navi li:last-child a{
    margin: 0 1% 0 1%;
}

ol.no-list{
    list-style: decimal !important;
    margin-left: 30px;
    
}

ol.no-list li{
    margin-bottom: 5px;
    
}

/* Table
--------------------------------------------------------------------------*/

.qtl_table-wrap{
	margin:0 15px 20px 15px;
}

.qtl_cnt-box table {
	width:98% !important;
	background:#CCC !important;
	font-size:90% !important;
	letter-spacing:0.05em !important;
	line-height:160% !important;
	margin: 0 1% 0 1% !important;
	color:#333 !important;
    border-spacing: 1px !important;
	}

.qtl_cnt-box th{
    box-sizing: border-box;
    width: 20%;
	background-color:#eaecef;
	text-align:center !important;
	padding: 7px 10px !important;
    border: 1px solid #cccccc !important;
	}

.qtl_cnt-box td{
    box-sizing: border-box;
    width: 80%;
	background-color:#FFF;
	padding: 7px 10px !important;
    border: 1px solid #cccccc !important;
	}


#always_wrap .cnt-box p.icon-fd{
    margin-bottom:  3px;
}

p.icon-fd{
    position: relative;
    padding: 0 0 0 40px;
    margin: 0;
    font-size: 240% !important;
    color: #004A98 !important;
}

p.icon-fd:before{
    position: absolute;
    display: inline-block;
    width: 34px;
    height: 24px;
    top:0;
    left: 0;
    margin: auto;
}

p.icon-fd:before{
    content:url("../img/trip/icon-fd.png");
}


/* Modal Window
--------------------------------------------------------------------------*/

.w-modal_wrap input{
    display: none;
}

.w-modal_overlay{
    display: flex;
    justify-content: center;
    overflow:hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}

.w-modal_trigger{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow:hidden;
}

.w-modal_content{
    align-self:center;
    overflow: auto;
    width: 90%;
    max-width: 1000px;
    padding: 40px 30px 15px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transform: scale(1.2);
    transition: 0.5s;
}

#contents-yoga div.yoga-box .w-modal_content p{
    font-size: 16px;
}

.wm_close_button{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px !important;
    cursor: pointer;
}

.w-modal_wrap input:checked ~ .w-modal_overlay{
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

.w-modal_wrap input:checked ~ .w-modal_overlay .w-modal_content{
    transform: scale(1);
}

.wm_open_button{
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin: auto;
    padding: 12px 16px;
    margin-bottom: 30px;
    color: #FFF;
    background: #173d7c;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    border-radius: 20px;
    cursor: pointer;
    transition: 0.5s;
}

.wm_open_button:hover{
    background: #FF5F00;
}

@media screen and (max-width:640px) {
.w-modal_content{
    align-self:auto;
    width: 100%;
}
}

/* other
-------------------------------------------------------*/

.tx-bpp{
    display: block;
}

.tx-bold{
    font-weight: bold !important;
    color: #2F516E !important;
}


@media screen and (max-width:640px) {
.tx-bpp{
    display: inline-block;
}
}