/*============================
	global
============================*/
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
  font-size: 16px;
		  line-height: 1.8em !important;
  color: #333;
    background: #fcfcfc;

}
html {
  scroll-behavior: smooth;
}
main {
  clear: both;
  overflow: hidden;
}
a {
  text-decoration: none;
}
a img:hover {
  opacity: 0.8;
}
.bold {
  font-weight: bold;
}
hr {
  color: #eee;
  margin: 6% 0;
}





blockquote {
    font-family: Georgia, serif;
    font-style: italic;
    width: 100%;
    margin: 3% 0;
    padding: 20px;
    line-height: 1.45;
    position: relative;
    color: #383838;
    background:#f3f3f3;
}
 
blockquote:before {
    display: block;
    content: "\201C";
    font-size: 24px;
    position: absolute;
    left: 10px;
    top: 10px;
    color: #999;
}
 
blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
 
blockquote cite:before {
    content: "\2014 \2009";
}


.inner {
    width: 1100px;
  margin: 0 auto;
  padding: 3% 20px;
    overflow: hidden;
}

.wrap_left{
    width:80%;
    float: left;
    margin-bottom: 6%;
}

.wrap_left img{
    margin-bottom: 20px !important;
}

.wrap_right{
    width:16%;
    float: right;
    margin-top: 60px;
}

.wrapper {
  background: #fff;
}
.belt {
  background: linear-gradient(transparent 50%, #FFF 50%);
}
.red {
  color: #cc1b1b;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
#content {
  padding-bottom: 6%;
}
h1 {
  width: 250px;
  float: left;
    
  font-size: 1rem !important;
}
h2 {
  font-size: 2rem !important;
	font-weight: 400 !important;
	margin: 3% 0;
    color: #5a4435;
    font-weight: 200;
font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    
    
}
h2 span {
  letter-spacing: 0.2em;
}


h2:first-child{
    margin-top: 0 !important;
}


h3 {
	font-size: 18px;
}


.x3_wrap h2{
      color: #0344ac;
	font-size: 30px;
	margin-bottom: 10px;
    border-left: 5px solid #0344ac;
    padding-left: 10px;

}

.pd_3{
	padding: 3%;
}

.pb_0{
	padding:3% 0 0 0;
}

.pt_0{
	padding:0 0 3% 0;
}



.icon_x {
  color: #8ec31f;
	font-size: 72px;
	margin-top: 120px;
font-weight: bold;
}



.mb_3{
	margin-bottom: 3%;
}


.f_large {
	font-size: 24px;
}

.entry-title {
  padding: 3%;
  border-bottom: 2px solid #8ec31f;
  border-top: 2px solid #8ec31f;
  background: #f8f8f8;
  margin: 3% 0;
}
.entry-header, .page-header {
  border-bottom: none;
}
.f_yl {
  background: #e2e4ad;
}
.f_bl {
  background: #add6e4;
}
.bd_wrap {
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 0 3% 3% 3%;
  margin-bottom: 3%;
}
.box {
  overflow: hidden;
  margin: 3% auto 6% auto;
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  justify-content: space-between;
}
.box li {
  width: 31.5%;
  border: 3px solid #add6e4;
  border-radius: 10px;
  padding: 2%;
  margin-bottom: 3%;
}
.box li img {
  margin-bottom: 10px;
  border: 1px solid #eee;
}
header {
  overflow: hidden;
  width: 100%;
  /*border-bottom: 1px solid #eee;*/
}
.head_inner {
  width: 94%;
    height: 80px;
    padding-top: 5px;
  max-width: 1100px;
  margin: 10px auto;
  overflow: hidden;
    background: url("../img/neco.png") no-repeat;
    background-size: 1100px auto;
    
}
.fab {
  color: #8ec31f;
  font-size: 18px;
}
.bg_wh {
  background: #fff;
  overflow: hidden;
}
.nav a .fab {
  font-size: 24px !important;
}
#mv_txt {
  position: absolute;
  width: 500px;
  margin: 0 auto;
  top: 50%;
  left: 10%;
}
.logo_box {
  vertical-align: middle;
  text-align: center;
  padding-bottom: 3%;
  overflow: hidden;
}
.bg_box_01 {
  border: 1px solid #eee;
  padding: 3%;
  margin-bottom: 3%;
}
.bg_box_02 {
  border: 1px solid #eee;
  padding: 3%;
  margin-bottom: 3%;
  background: #f8f8f8;
}
.btn_gr {
  background: #8ec31f;
  border-radius: 5px;
  padding: 10px;
  color: #fff;
  display: block;
  width: 330px;
  margin: 3% auto;
  text-align: center;
}
.btn_gr::after {
  content: "▶︎";
  font-size: 10px;
  margin-left: 10px;
  vertical-align: top;
}
.center_gr {
  text-align: center;
  background: #f8f8f8;
  padding: 10px;
}
/* **************　scroll *************************** */
#scroll {
  text-align: center;
}
#scroll a {
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  padding-top: 40px;
  color: #fff;
  width: 44px;
}
#scroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
#scroll a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
#scroll a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb 3s infinite;
  animation: sdb 3s infinite;
  box-sizing: border-box;
}
/* 

@-webkit-keyframes sdb {
 0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}*/
/* **************　NAV *************************** */
#global-navi {
  width: 700px;
  float: right;
    margin-top: 16px;
    
}
.menu {
  margin: 0 auto;
/*  font-weight: bold;
  font-size: 16px;*/
  text-decoration: none;
  display: flex;
  justify-content: space-evenly;
  transition: all 0.3s ease 0s;
font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    
}
.menu a {
  color: #333;
  text-decoration: none;
}
.nav_small {
  font-size: 9px;
  display: block;
  font-weight: 400;
}
.nav_txt {
  font-size: 12px;
  display: block;
  font-weight: 400;

  vertical-align: top;
}

h2 .nav_txt {
	line-height: 2em;
}


.menu li {
  line-height: 1em;
  text-align: center;
}
.nav a {
  display: block;
  line-height: 1;
  z-index: 1;
}
.nav {
  flex-flow: row wrap;
}
.nav a {
  padding: 0.5em 0;
  font-size: 16px;
  text-align: center;
}
.nav a:hover {
	color: #0344ac;}
.sub {
  display: none;
  position: absolute;
  left: 0;
  top: 72px;
  width: 100%;
  z-index: 3;
}
.sub > li > a {
  font-size: 16px;
  color: #fff;
  line-height: 1.75;
  background-color: #8ec31f;
  border-bottom: 1px solid #fff;
}
.sub > li > a:hover {
  background-color: #1cb004;
  color: #fff;
  opacity: 1;
}
.w50 {
  width: 50%;
}
.w80 {
  width: 74%;
  float: left;
  padding-bottom: 6%;
}
.w20 {
  width: 24%;
  float: right;
  padding-bottom: 6%;
}
.w70 {
  width: 70%;
	padding: 3%;
  float: left;
}
.w30 {
  width: 29%;
  float: right;
}
.fl_l {
  float: left;
}
.fl_r {
  float: right;
}


i {
    margin-right: 10px;
}

.tel {
    font-size: 24px;
}

.arr {
    text-align: center;
color: #5a4435 ;
    border: 1px solid #ff5885;
    padding: 10px;
    border-radius: 5px;

}

.arr img{
        vertical-align:text-top;
}

.con_wrap {
    display: flex;
    justify-content: space-around;
    width: 650px;
    margin: 3% auto 0 auto;
}

.con_box{

    font-weight: bold;
    width: 300px;
}

.con_box a {
    color:#333;
    padding: 14px;
    display: block;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #ddd; 


    background: #fff;    
}

.con_box a:hover {
    color:#0344ac;
    border: 1px solid #0344ac;
    
}

.small_txt {
  font-size: 12px;
  display: block;
  font-weight: 400;
  vertical-align: top;
	line-height: 2em;
}

.news_box a {
  color: #999;
}
.news_box dd {
  padding:0 5px;
}
.news_box dt {
    display: block;
  padding: 5px 5px 0 5px;
}
.bx-wrapper {
  border: 0 !important;
}


.tag {
    margin-top: 10px;
    background: #ff5885;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    width: 70px;
    color: #fff;
  font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  
}

.date {
       font-size: 12px;
    color: #ccc;
}


#container{

  overflow: hidden;
    padding: 60px 0 0 0;
    background: linear-gradient(90deg,#fcfcfc 0%,#fcfcfc 5%,#ff9daf 5%,#ff9daf 100%);


}





#wrap{

  max-width: 1000px;

  width: 100%;

  margin: 0 auto;

}

.bx-wrapper{

  width: 100%;
  margin: 0 auto;
}

.bx-viewport{
  overflow: visible !important;
}


#container2{

  overflow: hidden;
    padding: 60px 0 0 0;
    background: #ff9daf;
    

}

#wrap2{

  max-width: 1000px;

  width: 100%;

  margin: 0 auto;

}
#wrap2 li{
    background: #fff;
}


#wrap2 h2{
    text-align: center;
    color: #fff;
}

#bxslider2 li{
    width: 400px;
}

#bxslider2 li img{
    width: 100%;
    height: 200px;

}


.bx-wrapper {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;    
    background: none !important;
}

.bx-viewport {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background:transparent !important;
}

.pd10 {
    padding: 10px;
}

.sv_box {
	background: url("../img/top-slider-2.jpg") center;
	background-attachment: fixed;
}
.sv_box div {
  width: 31%;
  display: block;
  background: #f8f8f8;
	padding: 20px;
	text-align: center;
	
}

.sv_box h2 {
	color: #fff;
}


.item_back {
    padding: 10px;
}

 a .item_back{
    color: #333;
}


.item_txt {
    color: #FF588D;
    font-size: 12px;
}

.item_tit {
    font-size: 16px;
}

.item_price {
    font-size: 12px;
}

.inner2 {
    padding-top: 3%;
    
}


.post_wrap {
    width: 1100px;
    margin: 0 auto;
}

.post_wrap img{
    max-width: 100%;
    height: auto;
}

.g_wrap　{
    margin: 3% 0;
    background:#f8f8f8;
    padding: 20px;
    border: 1px solid #ccc;
}



blockquote　{
    margin: 3% 0;
    background:#f8f8f8;
    padding: 20px;
    border: 1px solid #ccc;
}




.mod-table-3 {
    margin:3% auto 6% auto;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #dae0e0;
}


.mod-table-3 th {
    width: 25%;
    font-weight: 700;
    background-color: #f7f7f7;
}

.mod-table-3 td {
    font-weight: 400;
    padding: 20px 20px;
    font-size: 16px;
    border-top: 1px solid #dae0e0;
    line-height: 1.6;
    color: #333;
}


.mod-table-3 th, .mod-container .mod-table-3 td {
    border-bottom: 1px solid #dae0e0;
}


.btn {
	color: #333;
	border:1px solid #333;
	padding: 10px;
	width: 200px;
	border-radius: 10px;
	margin: 6% auto;
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
  overflow: hidden;
    /*ボタンの形状*/
  text-decoration: none;
  display: block;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
}

/*ボタン内spanの形状*/
.btn span {
  position: relative;
  z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color:#333;
}

.btn:hover {
	border:1px solid #0344ac;
}


.btn:hover span{
  color:#fff;
}

/*== 背景が流れる（左から右） */
.bgleft:before {
  content: '';
    /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
    /*色や形状*/
  background:#0344ac;/*背景色*/
  width: 100%;
  height: 100%;
    /*アニメーション*/
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}


.btn_wh {
	color: #fff;
	border:1px solid #fff;
	background: rgba(255,255,255,0.1);
}

.btn_wh span {
	color: #fff;
}


.back_gry {
    	background: #f8f8f8;
	overflow: hidden;

}


.pd3{
    padding: 3%;
}







.news_box {
    display: flex;
flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.news_box li{
  display: block;
  width:32%;
    background: #fff;
    padding: 20px;
    margin-bottom: 10px;
    border: 1px solid #eee;
}

.news_box li img{
    width: 100%;
    height: 140px;
    /*height: auto;*/
}


.news_box::after{
  content:"";
  display: block;
  width:33%;
}

.tag_box {
    display: flex;
    justify-content: space-around;
    margin-bottom: 6%;
}

.post_wrap h2{
    font-size: 24px !important;
    margin-top: 40px;
}

.post_wrap .wrap_left h2{
    border-left: 3px solid #ff5885;
    padding:3px 0 3px 7px;

}


.post_wrap .post_tit {
  font-size: 30px !important;
    font-weight: bold !important;
     font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
    border-left: none !important;
    padding: 0 !important;
    margin-bottom: 0;
 
}

.post_wrap .date{
    text-align: right;
}


.post_wrap h3{
    font-size: 18px;
    margin: 10px 0;
}

.post_wrap img{
    margin-bottom: 10px;
}

.post_wrap h3:first-child{
    margin:0 0 10px 0;
}

@keyframes flowing-anim {
 0%{
	 width: 0%;
   }
100%{
	 width: 900px;
   }
}

/* **************************************** */ 
.box_2 .box{
	margin:0;
}


.box {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 100%;
	text-align: center;
}
.box-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  transition: transform .6s ease;
  width: 100%;

}
.box:hover .box-bg {
  transform: scale(1.1);
	color: #FFF;
}


.box h3 {
  align-items: center; /* テキストの中央揃え */
  bottom: 0;
  color: #fff; /* テキストの色 */
  display: flex; /* テキストの中央揃え */
  justify-content: center; /* テキストの中央揃え */
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 80%; /* テキストを横幅いっぱいにならないようにする */
  z-index: 2;
	text-align: center;
	font-size: 24px;
}


.box p {
  align-items: center; /* テキストの中央揃え */
  bottom: 20px;
  color: #fff; /* テキストの色 */
  display: flex; /* テキストの中央揃え */
  justify-content: center; /* テキストの中央揃え */
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 20%;
  width: 80%; /* テキストを横幅いっぱいにならないようにする */
  z-index: 2;
	text-align: center;
}


/* マスク */
.box::before {
  background: rgba(0, 140, 214, .5); /* マスクの色(黒の50%) */
  bottom: 0;
  content: '';
  height: auto;
  left: 0;
  opacity: 0; /* 最初は透明（非表示） */
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .6s ease; /* ゆっくりopacityのみへ変化させる */
  width: 100%;
  z-index: 1;
}
.box:hover::before {
  opacity: 1;
}

.box span {

	display: block;
	font-weight: bold;
	line-height: 24px;
}



.small_txt_box {
	font-size: 80%;
}


.foot_btn {
	display: flex;
	justify-content: space-around;
}

.foot_btn h3{
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
}

.foot_bn {
	width: 48%;
}
.foot_bn a{
	padding: 20px;
	background: #038CD6;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	width: 100%;

	display: block;
}

.foot_bn a:hover{
	background: #8EC322;
	transition: 0.2s;
}


.foot_r ul {
	display: flex;
	justify-content: space-around;
}



footer a{
	color: #fff;
}


footer {
    background: #ff9daf;
    color: #fff;
  padding: 1%;
  text-align: center;
font-size: 12px;
    line-height: 1.4em;
    overflow: hidden;
}

.foot_left{
    float: left;
}

.foot_left li{
     float: left;
    margin-right: 20px;
   
}


copy{
    float: right;
}

.pc_no {
  display: none;
}
.ta_01 {
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  overflow: hidden;
  margin-bottom: 3%;
}
.ta_01 td {
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.ta_01 td:nth-child(odd) {
  background: #f8f8f8;
  overflow: hidden;
}

.lr_wrap {
	clear: both;
	overflow: hidden;
}

.bread_wrap {
	width: 1060px;
	padding: 10px 10px 10px 20px;
	margin: 0 auto;
	font-size: 10px;
	

}

.bread_wrap p{
		  line-height: 1.8em !important;
}



.bg_sub {

	padding: 6%;
}


.bg_s01 {
/*background: url(../img/top-slider-2.jpg) ;	*/
  background:url("../img/top_001.jpg") center;

	background-attachment: fixed;	
}
.bg_sub h2 {
	color: #fff;
	margin-bottom: 0;
}


.bg_s02 {
/*background: url(../img/top-slider-2.jpg) ;*/	
  background:url("../img/top_001.jpg") center;
	
	background-attachment: fixed;
	overflow: hidden;
}

.message_box {
	background-color: rgba(255,255,255,0.9);
	padding: 3%;
	overflow: hidden;
}

.ta_r {
	text-align: right;
}

.x3_wrap {
	overflow: hidden;
	max-height: 400px;
}

.x3_wraper h2{
	font-size:2rem !important;
}




.form_ta {
	width: 700px;
	margin: 0 auto 30px auto;
	border: 1px dashed #ccc;	
}

.form_ta tr{
	padding: 10px 0 ;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
	    display: block;
}

.form_ta td:nth-child(odd){
	width: 200px;
	text-align: center;
}
.form_ta td{
      vertical-align: middle;
}

.wpcf7-submit {
	display: block;
	background: #fff;
	width: 200px;
	margin: 30px auto;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #333;
	color: #333;
	padding: 10px;
  cursor: pointer;
	
}
.br-sp {
    display: none;
}


.form_ta tr:last-child {
	border-bottom: none;
}	
	


.ninki-thumb img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.ninki-title {
    padding:0 0 10px 0;
    margin-bottom: 10px;
    color: #999;
    font-size: 0.8em;
    border-bottom: 1px dashed #ccc;
    text-decoration:underline;
    line-height: 1.4em;
}


.ninki li:hover {
    opacity: 0.8;
}

.wrap_right h2{
    margin-bottom: 40px;
border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    padding: 10px 0;
    font-size: 1.6rem !important;
    
    
}


/* **************************************** */ 

@media screen and (max-width: 1000px) {
    body{
        background: #fff;
    }
    
    
  .sp_fixed {
    position: fixed;
    z-index: 120;
      background: #fcfcfc;
  }
    
    .post_wrap {
        width: 100%;
        padding: 3%;
    }   
    
    .foot_left {
        display: none;
    } 
    
copy {
    float: none;
}    
 .news_box li img {
    width: 100%;
    height: auto;
}   
    
    .br-sp {
        display: block;
    }	
	
  .fl_l, .fl_r {
    float: none;
  }
  .inner {
    padding: 3% ;
	  width: 100%;
  }
	
	.bread_wrap {
	width: 100%;
	}

input[type="checkbox"] {font-size:x-large;height:30px;width:30px;}  
    
.post_wrap h2{
    font-size: 18px !important;
    border-left: 3px solid #ff5885;
    padding-left: 10px;
}

.post_wrap h3{
    font-size: 16px !important;
}    
    
.news_box {
    width: 100%;
}    
    
.con_wrap {
    display: block;
    width: 100%;
    margin: 3% auto 0 auto;
}    
    
.con_box {
    font-weight: bold;
    width: 300px;
    margin:0 auto 3% auto;
    
}    
    
.news_box2 {
    width: 100%;
    margin: 0 auto;
}    
    
    
.bg_sub {
    padding: 6% 3%;
}	
    
.bx-wrapper {
     margin-bottom:0 !important;
}    
    
    
.bx-wrapper .bx-controls-direction a {
    top: 95px !important;
}    
    
	
.bx-viewport {
    height: auto !important;
		width: auto;
}	

.bx-viewport img{
	object-fit: cover;
    height: auto !important;
	width: auto !important;
object-position: 50% 50%;
}	
	
    #bxslider2 li{
        width: 300px !important; 
    }    
    
    
  	.sv_wrap {
width: 100%;
    margin-bottom: 3%;
    }
	
.mod-table-3 th {
    width: 100%;
	padding: 10px;
	display: block;
		border-bottom: none;
		border-top:1px solid #dae0e0;
}

.mod-table-3 td {
    width: 100%;
	display: block;
	border-top: none;
}
	
	

.sp_pt_60 {
	padding-top: 60px;
}	
	
	.mes_wrap {
		text-align: left !important;
		font-size: 16px !important;
	}
	
.x3_wraper h2{
	font-size:24px !important;
}
	
.x3_wrap {
    overflow: hidden;
    max-height: 100%;
}	

	
	
	.message_box {
		margin:6% auto;
	}	
	
.mod-table-3 th, .mod-container .mod-table-3 td {
    border-bottom: 1px solid #dae0e0;
}
	
	
	
.form_ta {
    width: 94%;
}
	
.form_ta tr {
    padding: 0;
}	
	

	
.form_ta td {
	text-align: left;
    padding: 10px;
    display: block;
}	
.form_ta td:nth-child(odd) {
    width: 100%;
    text-align: left;
	background: #f1f1f1;
}
	
	
#ps_wrap {
    overflow: hidden;
	padding-top: 60px;
    
}	
	
	
#slide_txt {
    z-index: 100;
    top: 45%;
    left: 5%;
    padding: 50px;
}	
	
	
#slide_txt {
    padding: 10px;
}	
	
	
	
	
	
	.font_big {
		font-size: 30px !important;
	line-height: 1em;
		margin-bottom: 0;
	}	
	
	#slide_txt p {
		font-size: 12px;
			line-height: 1.6em;

	}	
	

	
.flowing {

    white-space:normal;
}	

	
	
	.sv_wraper {
		display: block;
	}	
	
    header{
            border-bottom: 1px solid #eee;
    }	
    
    
.head_inner {
    margin: 10px auto;
    height: 40px;
    padding-top: 0;
    background: none;

    

}    
    
    
h1 {
    width: 160px;
}	
	
  h2 {
    font-size: 24px;
      margin-bottom:3%;
  }
  .nav_txt {
    font-size: 9px;
	  display: inline-block;
    margin-left: 10px;
    font-weight: 400;
  }
	
	
  h2 .nav_txt {
    font-size: 10px;
	  display: block;
	  line-height: 1em;
  }	
	
  #global-navi {
    width: auto;
    float: left;
    z-index: 2;
    margin-top: 0;
  }
  .menu {
    display: block;
  }
  header nav {
    position: fixed;
    width: 300px;
    top: 0;
    right: -300px;
	  background: #ff9daf;
    /*background-color: rgba(33, 33, 33, 1);*/
    height: 100%;
    padding-top: 56px;
    z-index: 9999;
  }
  header nav ul li {
    width: 250px;
  }
  header nav ul li a {
    color: #ffffff;
    text-align: left;
	  padding: 10px;
	  display: block;
  }
  header .btn-gnavi {
    position: fixed;
    top: 17px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 3;
    cursor: pointer;
    transition: all 400ms;
    -webkit-transition: all 400ms;
  }
  header .btn-gnavi span {
    position: absolute;
    width: 30px;
    height: 4px;
    background: #666;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms
  }
  header .btn-gnavi span:nth-child(1) {
    top: 0;
  }
  header .btn-gnavi span:nth-child(2) {
    top: 10px;
  }
  header .btn-gnavi span:nth-child(3) {
    top: 20px;
  }
  header .btn-gnavi.hb-open {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  header .btn-gnavi.hb-open span {
    background: #fff;
  }
  header .btn-gnavi.hb-open span:nth-child(1) {
    width: 24px;
    transform: translate(-7px, 17px) rotate(45deg);
    -webkit-transform: translate(-7px, 17px) rotate(45deg);
  }
  header .btn-gnavi.hb-open span:nth-child(3) {
    width: 24px;
    transform: translate(-7px, -17px) rotate(-45deg);
    -webkit-transform: translate(-7px, -17px) rotate(-45deg);
  }
	
	.header-nav  {
		border-top: 1px solid #fff !important;
	}

	
	.header-nav li {
		border-bottom: 1px solid #fff !important;
	}
	
	.box2_wrap {
		display: block;
	}	 
	
.box2 {
    /* padding: 20px; */
    width: 100%;
	height: auto;
}
/*.box2 img{
height: 70vh;
}*/
	
    .back_btn {
        color: #0544AC;
        margin-bottom: 30px;
        
    }    
    
	
	.about_txt {
		/* margin-top: -3%; */
	}	
	
.icon_x {
    color: #8ec31f;
    font-size: 72px;
    margin:10px 0 25px 0;
	
    font-weight: bold;
	text-align: center;
}
	
	.sv_box {
		display: block;
	}	
	
.sv_box div {
    width: 100%;
    display: block;
    background: #f8f8f8;
    padding: 20px;
    text-align: center;
	margin-bottom: 3%;
}
	
	
	
.box p {
    top: 34%;
	width: 94%;
}	
	
	footer .inner{
		display: none;
	}	
	
	
.wrap_left img {
    margin-bottom: 10px !important;
}    
   

	.news_box {
		/* font-size: 12px; */
		/* padding: 10px; */
	}
	

.news_box dt {
    padding: 0;
    float:none;
	display: block;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.4em;

}

.news_box dd {
	line-height: 1.4em;
}	
	
.box_2 , .foot_btn{
		display: block;
}	
	
.foot_bn {
    width: 100%;
	margin-bottom: 3%;
}	
	
  .pc_no {
    display: block;
  }
  .sp_no {
    display: none;
  }
  .sp_left {
    text-align: left;
  }
  video {
    transform: translateX(-35%);
  }
  #scroll a {
    left: 45%;
  }
  .f_large {
    font-size: 18px;
  }
  .f_small {
    font-size: 10px;
  }
  h2 {
    font-size: 36px !important;
  }
  .svs_box h3 {
    font-size: 18px;
  }
  .txt_center p + p {
    margin-bottom: 0;
  }
	
    .wrap_left , .wrap_right{
        width: 100%;
        float: none;
    }
    
    
    .wrap_left {
        margin-bottom: 60px;
            padding-top:70px;
    }    
    
	
	.news_box li {
    display: block;
    width: 48%;
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
}
    
    .ninki ul{
        display: flex;
        flex-wrap: wrap;
        justify-content:space-between;
        
    } 
    
    .ninki ul li{
        width: 48%;
    }
    
    .ninki-title {
    font-size:12px;
    border-bottom: none;
        padding: 0;    
}
	
    
.tag {
    margin-top: 0; 
    background: #ff5885;
    border-radius: 3px;
    text-align: center;
    font-size: 10px;
    width: 60px;
    line-height: 1.6em;
    
    color: #fff;
    margin-bottom: 10px;

}    
    
	
  .box_3 {
    display: block;
  }
  .box_3 li {
    width: 100%;
  }
  .ta_01 td {
    display: block;
  }
  .w80, .w20, .w70, .w30, .w50 {
    width: 100%;
    float: none;
  }
}



/* **************************** */
/*▼▼ ここから追加する ▼▼*/
.loader-wrap {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #333;
}
/*▲▲ ここまで追加する ▲▲*/
.loader, .loader:before, .loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #ffffff;
  /*  text-indent: -9999em;*/
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before, .loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
.load {
  text-align: center;
  position: absolute;
  top: 55%;
  font-size: 10px;
  color: #fff;
}
@-webkit-keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}


/* ************************************** */
.wp-site-blocks {
     padding-top: 0 !important; 
    padding-bottom: 0 !important; 
}

input{
	width: 100%;
}

textarea{
	width: 100%;
}

.wp-pagenavi {
  margin: 40px auto;
  font-size: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0344ac;
}

.wp-pagenavi a {
  color: #111;
}

.wp-pagenavi span.current,
.wp-pagenavi a.page,
.wp-pagenavi .extend,
.wp-pagenavi .first,
.wp-pagenavi .last {
  margin: 0 10px 0 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  justify-content: center;
  display: flex;
  align-items: center;
}

.wp-pagenavi span.current {
  border: solid 1px #0344ac;
}

.wp-pagenavi a.page:hover,
.wp-pagenavi .first,
.wp-pagenavi .last {
  background: #0344ac;
  color: #fff;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: none;
}