/* -- 初期設定 -- */
@charset "UTF-8";

html {font-family: "NotoSansCJKjp", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;　overflow-y:scroll;}

*{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style:none;
}
*, *:before, *:after {
  box-sizing: border-box;
}
body {
  font-size: 14px;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
a:link, a:visited, a:hover, a:active {
  color: #555555;
  text-decoration: none;
}
ul,dl{overflow:hidden; margin:0; padding:0;}
em{font-style: normal;}


/* -- 初期設定 -- */

/* -- 共通項目 -- */
main{ 
  /*! display: flex; */
  align-items: center;}

.main_container{width:100%;max-width:1280px; margin:0 auto;clear: both;
overflow:hidden;}
@media only screen and (max-width: 767px) {
  .main_container{width:100%;}
}
.boxcenter{margin: 0 auto;}

.u-visible_xs,.u-visible_lg {display: none !important;}

@media only screen and (max-width: 767px) {
  .u-visible_xs {display: block !important;}
}
@media only screen and (min-width: 768px) {
  .u-visible_lg {display: block !important;}
}
/* -- 共通項目 -- */


/* -- フッター、ヘッダー -- */
.nav_pan li{float:left;}

.fixed{
  position:fixed;
  top:0;
  width: 100%;    
  }

footer{
	width:100%;
	clear:both;
  border-top:5px solid #4096ee;
}
.footwrapper{
	width:100%;
    max-width:1280px;
    overflow:hidden;
  padding:3% 2%;
  display: flex;
  flex-grow: 1;
}

.footer_menu{
  display: flex;
  margin-right:100px;
  flex-wrap: wrap;
}
.footer_right{
  display: flex; 
  flex-wrap: wrap;
  align-content: flex-start;
}
.footwrapper li{
  width: 210px;
  padding: 5px;
  font-size: 14px;
  line-height: 1.8;
}
.copylight {
	font-size:12px;
	text-align:center;
	color:#999;
	margin:0 auto;
	padding:5px;
	width: 100%;
}

.footerlogo{
	width:100%;
    max-width:1280px;
    overflow:hidden;
	height:100px;
	display:flex;
  flex-grow: 2;
}
@media only screen and (max-width: 767px) {
  .footwrapper {width:100%; display:block;}
  .footwrapper li{
    width:50%;
    font-size:1.4rem;
    font-size: 14px;
    line-height: 1.8;
  }
  .footer_right{
    display: flex; 
    flex-wrap: wrap;
    justify-content:center;
    align-content: flex-start;
}
  .footer_menu{
    width: 100%;
  }
  .footerlogo{
    width:100%;
    display:flex;
    padding:3%;
}
.footerlogo h1{margin-right:3% }
.footer_right{
    display: block; 
    flex-wrap: wrap;
    justify-content:center;
    align-content: flex-start;
  }
  .footer_right li{
    width:100%;
    line-height: 1.8;
  }
}

@media screen and (max-width: 760px) and (orientation: landscape) {
  .footer_right li{
    width:100%;
    font-size:1.4rem;
    font-size: 14px;
    line-height: 1.8;
  }
}
/* -- フッター、ヘッダー -- */


/* -- ナビゲーション -- */
.main_nav {
	width:100%;
    max-width:1280px;
    overflow:hidden;
  margin:0 auto;
	display:flex;
	flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
}
.fixed{
  position:fixed;
  top:0;
  width: 100%;
    
  z-index: 9999;
  }
.chase_nav {
	background:#FFF;
	border-bottom:1px #ccc solid;
}
.main_nav{
  list-style: none;
}
.main_nav li{
	width: 25%;
	height:auto;
	padding:15px;
	font-size:1.6rem;  
	font-size:16px;
	text-align: center;
 	background:#FFF;
	border-right:1px #ccc solid;
}
.main_nav li:last-child{border-right: none;}

.main_nav li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.main_nav li a:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #4096ee;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.main_nav li a:hover:after {
  transform: scale(1, 1);
}
.main_nav li a.nav_active {
  border-bottom:3px solid #4096ee;
}

nav.chase_nav_sp {
  padding:11px 9px;
  background: #4096ee;
  width:40px;
  height:40px;
  border-radius:5px;  
}
#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 21px;
  vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 100%;/*長さ*/
  background: #ffffff;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

@media screen and (max-width: 760px) and (orientation: landscape) {
  nav.chase_nav_sp {
    padding:20px 15px;
    background: #4096ee;
    width:20vh;
    height:20vh;
    border-radius:10px;  
  }
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 5px;/*線の太さ*/
    width: 100%;/*長さ*/
    background: #ffffff;
    display: block;
    content: '';
    cursor: pointer;
  }
  #nav-open span:before {
    bottom: -18px;
  }
  #nav-open span:after {
    bottom: -36px;
  }
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

#drawer__content .widget {
  margin: 0 0 15px;
}
#drawer__content .widget_search {
  margin: 1em;
}
#drawer__content input#s {
  background: #efefef;
  box-shadow: none;
}
.drawer__title {
  position: relative;
  padding: 7px 15px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  background-color: #4096ee;
}
.drawer__title .close {
  display: inline-block;
  /*! padding: 10px 3px; */
}
.drawer__title .close span {
  height: 30px;
  margin: 0 20px 0 7px;
}
.drawer__title .close span:before {
  left: -13px;
  width: 30px;
}

/*ハンバーガーボタン・検索*/
.drawer--unshown {
  display: none; /*はじめ非表示に*/
}
#drawer__open,

#drawer__open {
  left: 0;
}
#drawer__close-cover {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
#drawer__input:checked ~ #drawer__content {
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
#drawer__input:checked ~ #drawer__close-cover {
  display: block;
  opacity: 0.5;
}
/*ヘッダーお知らせ欄*/
.header-info a {
  display: block;
  padding: 10px;
  font-weight: bold;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  text-align: center;
  animation: fadeHeader 0.7s ease 0s 1 normal;
}
.header-info a:hover {
  text-decoration: none;
  background-size: 140%;
  opacity: 0.9;
}

@media only screen and (max-width: 767px) {
.main_nav {
	width:100%;
	display:flex;
	flex-direction:column;
	-ms-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
}
.fixed{
    position:none;
  }
.main_nav li{
	width: 100%;
	height:auto;
	padding:10px;
	font-size:1.4rem;
	font-size:14px;
	text-align:center;
	background:#ffffff;
	border-bottom:1px #4096ee solid;
  border-top:0;
  border-left:0;
  border-right:0; 
  }
}
/* -- ナビゲーション -- */

/* -- トップへ戻る -- */
.pageTopBtn {
  display: none;
  position: fixed;
  bottom: 135px;
  right: 20px;
  z-index: 5000;
}
.pageTopBtn a {
  display: block;
  width: 50px;
  height: 50px;
  display: block;
  background:#4096ee;
  text-align:center;
  color:#fff;
  border-radius:3px;
  font-size:1rem;
  line-height:1.2rem;
  padding-top:7px;
  opacity:0.75;
}
/* -- トップへ戻る -- */

@media screen and (min-width: 767px) {.price_text{
background-image: url(../images/price_text_pc.png);
            width: 990px;
    height: 730px;
    padding: 300px 30px 0px !important;
        margin: 20px auto 0px;
    font-size: 17px;
}
}
@media screen and (max-width: 768px) {.price_text{
background-image: url(../images/price_text_sp.png);
            idth: 100%;
    height: 100%;
    padding: 80% 4% 150% !important;
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 3vw;
}
.price_text p{
    font-size: 3vw;
}
}
.price_text p a{
    color:000;
}

#sub_footlist{
display:flex;
}
#sub_footlist li{
float:left;
}

.maincontent21 {
	width:100%;
	padding:3% 0;
}
.maincontent21 h2 {
	font-size:32px;
	padding:1% 0;
	text-align: center;
	color:#FFF;
	background: #4096ee;
	background: -moz-linear-gradient(top,  #4096ee 0%, #2b6bd5 100%);
	background: -webkit-linear-gradient(top,  #4096ee 0%,#2b6bd5 100%);
	background: linear-gradient(to bottom,  #4096ee 0%,#2b6bd5 100%);
}
.maincontent21 ul{

	justify-content: center;
}
.maincontent21 li{
	font-size: 18px;
	margin:20px 20px;
	text-decoration: underline;
}
/* -- SMP -- */
@media only screen and (max-width: 767px) {
	.maincontent21 h2 {
	font-size:20px;
}
.maincontent21 li{
	font-size: 14px;
	margin:20px 20px;
	text-decoration: underline;
}
}
.textcenter{
text-align:center;}

@media only screen and (max-width: 767px) {
#sub_footlist{
display:inline;
}

}