@charset "UTF-8";

/* CSS Document */
@font-face {
  font-family: 'icomoon';
  src: url("./fonts/icomoon/icomoon.eot?srf3rx");
  src: url("./fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("./fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("./fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("./fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
html, body {
      margin: 0;
      padding: 0;
    }

    * {
      box-sizing: border-box;
    }
body {
	position: relative;
}

a{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    }
a:hover {
	opacity: 0.5;
    }
.wrap{
	width: 1000px;
	margin: 0 auto;
}
#content p{
	font-size: 1rem !important;
	line-height: 1.6;
}
#content h3 {
font-size: 1.5rem !important;
line-height: 1.3em !important;
letter-spacing: -1px !important;
}
#content h5{
	font-weight: 100 !important;
	font-size: 100% !important;
	line-height: 1.3!important; 
}
.border-gradation {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,0d4591+50,000000+100 */
background: #000000; /* Old browsers */
background: -moz-linear-gradient(left, #000000 0%, #0d4591 50%, #000000 100%)!important; /* FF3.6-15 */
background: -webkit-linear-gradient(left, #000000 0%,#0d4591 50%,#000000 100%)!important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #000000 0%,#0d4591 50%,#000000 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
	height: 4px;
	margin-top: -6px;
}
.border-gradation2 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6f3ff+0,0d4591+50,e6f3ff+100 */
background: #e6f3ff; /* Old browsers */
background: -moz-linear-gradient(left, #e6f3ff 0%, #0d4591 50%, #e6f3ff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #e6f3ff 0%,#0d4591 50%,#e6f3ff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #e6f3ff 0%,#0d4591 50%,#e6f3ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f3ff', endColorstr='#e6f3ff',GradientType=1 ); /* IE6-9 */
	height: 2px;
	/*margin-top: -2px;*/
}
.btn {
	width: 50%;
	margin: 0 auto;
	
}
i{
	vertical-align: -5px;
}
.btn a,
.btn-03 a,
.moreLink a{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	text-align: center;
  color: #FFF !important;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 20px;
   position: relative;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid transparent;
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0.5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 0.5);
}

.btn a:hover,
input[type=button] a:hover{
text-decoration: none !important;
  border-color: #FFF;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-color: transparent;
  outline-offset: 12px;
  text-shadow: 2px 2px 3px #FFF;
}
.btn-02 a,
.btn-03 a,
.moreLink a{
	background: #68b1fc;
}
.btn-03 {
width: 250vh;
text-align: center;
max-width: 100%;
}
body.custom-background{
	background: none !important;
}

.sns_area{
	position: relative;
}

#wpstats{
	display:  none;}

/*header*/
.site-header{
	background: #fff;
	background: rgba(255,255,255,0.70);
	z-index: 9999;
	display: flex;
	justify-content: space-between;
	padding: 10px 35px;
	position: fixed;
	top: 0;
	transition: .5s;
	width: 100%;
}
.site-header.hide{
	top: -63px;
}
.site-logo img{
	height: 35px;
	width: auto;
}
.inner {
    width: 980px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -115px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
	color: #333;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
width: 15%;
top: 0;
position: absolute;
}
#top-head .logo img{
	width: 	100%;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
	top:15px;
    font-size: 14px;
}
#global-nav ul li {
float: left;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
font-size: 1.1rem;
font-weight: bold;
}
#global-nav ul li a {
    padding:0 10px;
	display: block;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 5px;
    height: 60px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
	width: 10%;
	top: 5px;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 12px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

.content{
	line-height: 1.6;
	margin: 0 auto;
	/*width: 800px;*/
}
.content p{
	margin-bottom: 40px;
}

/*cont_ph*/
.cont_ph{
	margin:20px auto;
}
.cont_ph li{
	float: left;
	width: 32%;
	margin-right: 2%;
}
.cont_ph li:last-child{
	margin-right: -2%;
}
.cont_ph li img{
	width: 100%;
}
/*cont_concept*/
.cont_concept{
	background: #5ab0d4;
	
}
.cont_concept .bloc{
	margin: 0 auto;
	line-height: 2;
	color: #fff;
}
.cont_concept .bloc .concept-ttl{
	font-size: 35px;
	text-align: center;
	padding-top: 60px;
	width: 70%;
	margin: 0 auto 20px;
}
.cont_concept .bloc .btn-01{
	padding-bottom: 60px;
}
.cont_concept .bloc-comment{
	font-size: 20px;
}

.cont_concept .bloc-comment .last-txt{
	margin: 30px 0;
}
.cont_concept .bloc-comment .last-txt img{
	margin-right: 10px;
}
.slick-slider1 .slick-slide{margin:0!important;}
/*main*/

#cal_month .cal_line .cal_cel{
	height:135px !important;
}
.main {
	color: #5c5c5c;
	background: #f5faff;
}
.main a{
	color: #5c5c5c;
}
.main .topPr{
	margin-bottom: 80px;
display: -ms-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
	
}
.main .topPr .topPrInner{
	padding:2%;
}
#topPr p.topPrDescription{
	margin-bottom: 10px !important;
}
.main .topPr .topPrOuter{
-webkit-box-flex: 0;
-ms-flex: 0 0 33%;
flex: 0 0 33%;
max-width: 100%;
}
.main .topPr .prImage {
	margin-bottom: 10px;
}
.main .topPr .prImage img{
	width: 100%;
}
#topPrLeft{
	position: relative;
}
#topPrLeft h3{
}
.imageSmall{
		display: none;
	}
.main .cont-bloc{
	padding-top: 80px;
	padding-bottom: 40px;
}
.main .cont-bloc h2,
.main .cont-bloc h3{
	text-align: center;
	font-size: 22px !important;
	line-height: 1.2;
	margin-bottom: 20px;
}
.main .cont-bloc h2,
.main .cont-bloc h3{
padding: .5em;
position: relative;
	
}
.main .cont-bloc h2:before,
.main .cont-bloc h3:before{
position: absolute;
content: '';
bottom: 0;
left: 0;
width: 0;
height: 0;
border: none;
border-left: solid 15px transparent;
border-bottom: solid 15px rgb(104, 177, 252);
}
.main .cont-bloc h2:after,
.main .cont-bloc h3:after{
position: absolute;
content: '';
left: 0;
bottom: 0;
left: 10px;
width: 100%;
height:2px;
background: linear-gradient(to right, #68b1fc, rgba(255,255,255,0) 100%);
}
.main .cont-bloc h3.mainTtl{
	font-size:35px !important;
}
.main .cont-bloc h3.mainTtl small{
	font-size:20px !important;
}
.main .cont-bloc .iF_area iframe{
height:100vh !important;
}
.main .cont-bloc .iF_area .youtube{
    height: 100vh;
	padding-bottom: auto!important;
}
.main .iconTxt_area{
	margin: 50px 0;
}
.main .iconTxt_area p{
	margin-bottom: 20px !important;
}
.main .iconTxt_area span{
	font-size: 18px;
}
.main .iconTxt_area .icon1{
	color: #FDE9D9;
}
.main .iconTxt_area .icon2{
	color: #ffe599;
}
.main .iconTxt_area .icon3{
	color: #c9daf8;
}
.main .iconTxt_area .icon4{
	color: #d9d2e9;
}
.main .iconTxt_area .icon5{
	color: #d5a6bd;
}
.main .iconTxt_area .icon6{
	color: #b6d7a8;
}
.main .cont-bloc .topPrDescription {
font-size: 16px !important;
line-height: 1.5;
margin-bottom: 10px;
}


/*site-footer*/
.site-footer{
	background: #68b1fc;
	padding: 80px 0;
}
.site-footer .site-map{
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
margin: 0 auto;
}

.site-footer .site-map li{
font-size: 20px;
/*width: calc(100% / 7 - 0px);*/
text-align: center;
}
.site-footer .site-map a{
	color:#333;
}
.bnr-area{
	margin: 20px auto;
	display: flex;
	justify-content:center;

}
.bnr-area li img {
width: 100%;
margin-bottom: 10px;
}
.bnr-area li{
	padding:0 20px;
}

.site-footer .access{
	width: 50%;
	margin: 0 auto 50px;
	display: table;
}
.site-footer .access a{
	color: #666;
	display: inline-block;
}
.site-footer .access .ft-logo{
	display: inline-block;
	width: 45%;
}
.site-footer .access-B{
	display: table-cell;
	line-height: 1.5;
	vertical-align: middle;
	text-align: left;
width: 55%;
}
.site-footer .access-B img {
    width: 45%;
    margin-bottom: 5px;
    display: block;
}
.copyright{
	padding: 35px 0;
	background: #FFF;
	font-size: 12px;
	text-align: center;
}
.hero{
	padding-top: 90px;
}
.hero .main_img {
    justify-content: center;
    display: flex;
    margin: 0 auto 30px;
    overflow: hidden;
    height: 100%;
    align-items: center;
}
.hero .main_img img{
	width:100%;
}
.hero .logoTop,
.hero .main_ph{
	padding:0 20px;
}
.hero .logoTop{
	width: 26%;
}
/*slider*/
    .slider {
        width: 100%;
        margin: 0 auto;
    }

    .slick-slide {
	  width: 100%;
      margin: 0px 20px;
    }

.hero .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }
.slick-slider2 .entryTxtBox{
	width: 100%;
	word-break: break-all;
}
.slick-slider2 .slick-prev:before,
.slick-slider2 .slick-next:before{
	color:#000 !important;
}
.slick-slider2 .entryTxtBox{
	width: 100% !important;
}

.ttBox .ttBoxThumb img{
	/*width:100%;*/
	display: block;
	margin: 0 auto;
}
.main .cont-bloc .slick-slider2{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
	margin-bottom: 40px;
}
.main .cont-bloc .infoCate{
	font-size: 14px;
font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
}
.main .cont-bloc .infoCate a {
border-color: #68b1fc;
color: #68b1fc;
}
.main .cont-bloc .infoCate a {
background: none;
border: 1px solid #68b1fc;
display: inline-block;
padding: 2px 4px 0px;
margin: 2px;
}
.main .cont-bloc .infoCate a:hover {
background-color: #68b1fc;
color: #f5f5f5;
}
.main .cont-bloc .thumbImageInner,
.main .cont-bloc .entry_txt,
.main .cont-bloc .entry_txt2{
	margin-bottom: 10px;
}
.main .cont-bloc .entryMeta{margin-bottom: 10px;
position: relative;}
.main .cont-bloc .entryMeta .infoDate{
color: #0099cc;
border: solid 1px #0099cc;
padding:0 5px;
display: inline-block;
}
.main .cont-bloc .entryMeta .new{
background: #e00000;
color:#fff;
padding:0 5px;
	margin-right: 5px;
display: inline-block;
}
.main .cont-bloc .entryMeta .new2{
position: absolute;
top: 33px;
}


.sideTower .sideWidget,
#sideTower .sideWidget{
	width: -webkit-calc(100% / 3 - 10px);
	width: calc(100% / 3 - 10px);
	padding: 10px;
}
.lcp_catlist,
#categories-2 ul,
#archives-3 ul,
#recent-posts-2 ul{
	height: 330px;
	overflow-y: scroll;
	margin: 0 auto;
	border: solid 1px #CCC;
	padding: 10px;
	background: #FFF;
}
#lcp_instance_0{
	display:none;
}

#calendar-2{
	display:none;
}
/*second*/
 .archive #content li{
	margin-bottom: 30px !important;
}
#content .infoList .infoListBox div.entryTxtBox h4.entryTitle{
	font-size: 100% !important;
}
#content .infoList .infoListBox div.entryTxtBox h4.entryTitle a {
text-decoration: none;
display: table-cell;
width: 100%;
}
#content .infoList .infoListBox div.thumbImage div.thumbImageInner img {
width: 80% !important;
text-align: center;
display: block;
float: right;
}
#content .infoList .infoListBox div.entryTxtBox.haveThumbnail{
	float:none !important;
}
.yarpp-related a {
	text-decoration: underline !important;
line-height: 1.5 !important;
font-size: 1.1rem !important;
	font-weight: normal !important;

}
.home #sideTower{
	padding: 20px 0;
}
#sideTower{
background: #f5faff;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
justify-content: center;
padding: 45px 0;
}
#sideTower #sideContact,
#sideTower #search-2{
	display:none;
}
#content h1.entryPostTitle{
	line-height: 1.5;
}
.breadcrumb{
	width: 1000px;
	margin: 0 auto;
}
/*.second {padding-top: 10px;}*/
.second .head_img{
    position: relative;
    height: 200px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    background-size: cover;
	background: url(../img/slider2.jpg);
	background-size: 100% auto;
}
.second .head_img::before {
    background-color: rgba(0,30,79,0.6);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}
.box.wrap {
    width: 70%;
    margin: 0 auto;
}
.second .head_img h2 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    top: 30%;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.innerBox, #gMenu #gMenuInner.innerBox, #panList .innerBox, #footMenu .innerBox, #siteBottomInner.innerBox, #topMainBnrFrame{
	padding-left: 0 !important;
	padding-right: 0 !important;
	width:100% !important;
}
.single #sideTower,
.single #snsBnr,
.single #content .mainFoot{
	display:none !important;
}
#content .infoList .infoCate a {
display: inline-block;
vertical-align: top;
}
.page-template #sideTower,
.page-template-default #content .mainFoot,
.page-template-default #sideTower{
	display:none !important;
}
.archive #snsBnr,
.archive #content .mainFoot{
	display:none !important;
}
.archive .infoList li{
	margin-bottom: 20px;
}
/*entry-content*/
.entry-content .ai1ec-main-container {
display:-webkit-box;
display: -webkit-flex;
display:-ms-flexbox;
display: flex;
flex-direction:column;  /* コンテンツの配置を「上→下」に設定 */
}
.entry-content .ai1ec-main-container #ai1ec-calendar{
-webkit-box-ordinal-group:1;
-ms-flex-order:1;
-webkit-order:1;
order:1;
}
.entry-content .ai1ec-main-container .schedule{
-webkit-box-ordinal-group:2;
-ms-flex-order:2;
-webkit-order:2;
order:2;
}

/*			.socialSet 0.2.0.0
/*-------------------------------------------*/

.site-footer .socialSet ul { 
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
}
.site-footer .socialSet ul li{ 
	padding:0 10px;
}
.site-footer .socialSet ul li.sb_icon a {display:block; overflow:hidden;border:1px solid #ccc; background-color:#fff; padding: 3px 5px 0px; border-radius: 3px; line-height: 100%;color:#333;text-decoration: none; }
.site-footer .socialSet ul li.sb_icon a .sns_txt { font-size:11px; position: relative;top:-2px; }
.site-footer .socialSet ul li iframe	{ border:none; }
.site-footer .socialSet ul li a .icon_sns { margin-right:5px;font-size:100%; }
.site-footer .socialSet ul li.sb_icon.sb_facebook .icon_sns	{ color:#425dab; }
.site-footer .socialSet ul li.sb_icon.sb_hatena .icon_sns	{ color:#2c6ebd; }
.site-footer .socialSet ul li.sb_icon.sb_twitter .icon_sns	{ color:#00abec; }
.site-footer .socialSet ul li.sb_icon.sb_google .icon_sns	{ color:#dd4b39; }
.site-footer .socialSet ul li.sb_icon.sb_line .icon_sns	{ color:#6ebd30; }
.site-footer .socialSet ul li.sb_pocket		{ margin-left:5px;}
.tw_area{
	width: 50%;
	margin: 0 auto 50px;
	height: 300px;
	overflow-y: scroll;
	padding: 10px;
	background: #f7f8f9;	
}
#fb-like-box { margin-bottom:20px; }


#content {
margin-bottom: 36px;
text-align: left;
display: block;
overflow: visible;
width: 95%;
margin: 30px auto;
font-size: 20px;
}
#content img{
	/*width:100%;*/
}
/*form*/
#content form {
}
#content form input[type=text], #content form textarea{
	width: 100%;
	padding: 10px!important;
}
input[type="text"], input[type="email"], input[type="password"], select, textarea{
	width: 100%;
	padding: 10px!important;
}
#searchform input[type=submit], p.form-submit input[type=submit], form#searchform input#searchsubmit, #content form input.wpcf7-submit, #confirm-button input, a.btn, .linkBtn a, input[type=button], input[type=submit] {
background-color: #68b1fc !important;
width: 100%!important;
padding: 20px 0!important;
font-size: 16px!important;
}
#content .alignleft,
#content img.alignleft {
display: inline;
float: left;
margin-right: 20px;
margin-top: 4px;
width: 20%;
}
.post_first{
	width: 800px;
	margin: 0 auto;
}

.post_first .thumbImageInner{
	width:80px;
}
.post_first .thumbImage {
	display: table;
}
.post_first .thumbImage .thumbImageInner,
.post_first .thumbImage .entry_txt2{
	display: table-cell;
	vertical-align: top;
	

	
}
.post_first .thumbImage .entry_txt2{
	padding-left:20px;
	width: 90%;
}
.innerBox img{
	height:auto !important;
}
.ttBox {
display: flex !important;
}
.ttBox .ttBoxRight{
	width:100%;
	float:none !important;
}
@media screen and (max-width: 768px) {
	.wrap {
width: 100%;
margin: 0 auto;
}
.btn a{
		padding: 10px;
		font-size:13px;
}
	.cont_concept .bloc .btn-01{
		padding-bottom:30px;
	}
#content {
margin: 15px auto 0;
font-size: 16px !important;
}
.hero {
padding-top: 50px;
}
.home .content{
	padding-bottom: 0;
	
}
.content{
	margin: 0 auto;
	padding-bottom: 30px;
	
}
	.cont_concept .bloc {
line-height: 1.3;
}
	.border-gradation{
		margin-top:-2px;
	}	
	.slick-slider {
		margin-top: 2px;
	}
.main .iconTxt_area{
	margin: 20px 0;
}
/*menu*/
#top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
#top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
/* Fixed reset */
#top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
#mobile-head {
        background:  rgba(255, 255, 255, 0.5);
        width: 100%;
        height: 50px;
        z-index: 999;
        position: relative;
    }
#top-head.fixed .logo,
#top-head .logo {
        position: absolute;
left: 13px;
top: 8px;
color: #333;
font-size: 26px;
width: 15%;
	line-height: 1.3;
}
#global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -506px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
}
#global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
#global-nav ul li {
        float: none;
        position: static;
    }
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
#nav-toggle {
        display: block;
    }
	.main .topPr .topPrOuter{
		-webkit-box-flex: 100;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
	}
	#topPr .prImage{
		width: 100% !important;
	}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
.open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
.open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
/* #global-nav スライドアニメーション */
.open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }

.border-gradation{
		height:2px;
		
	}
.cont_concept .bloc .concept-ttl {
font-size:18px;
text-align: center;
padding-top: 30px;
	width: 80%;
margin: 0 auto 10px;
}
.main .cont-bloc {
width: 95%;
margin: 0 auto;
padding-top: 20px;
padding-bottom: 10px;
}
.main .cont-bloc .prImage,
.main .cont-bloc .topPrDescription{
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.main .cont-bloc .iF_area iframe{
		height:300px;
	}
.main .cont-bloc h2,
.main .cont-bloc h3 {
font-size: 18px;
margin-bottom:10px;
min-height: auto;
border-bottom: solid 1px #68b1fc;
}	
.main .cont-bloc h2:before,
.main .cont-bloc h3:before{
		border-bottom: none;
		width: 80%;
	}
.main .cont-bloc h2:after,
.main .cont-bloc h3:after{
		background: none;
	}
.main .cont-bloc .main-con-read .topPrTxtBox{
font-size: 16px!important;
line-height: 1.5;
}
.main .cont-bloc h3.mainTtl{
font-size: 22px!important;
line-height: 1.5;
	}
.main .cont-bloc h3.mainTtl small{
font-size: 12px!important;
line-height: 1.5;
	}
.main .cont-bloc .iF_area iframe{
height:600px !important;
}
#topPr .topPrTxtBox {
display: block;
	overflow: visible!important;
}
	.main .cont-bloc .clum_1{
		margin-bottom: 15px;
	}
	.cont_concept .bloc-comment{
		font-size: 16px;
		width: 90%;
		margin: 0 auto;
		line-height: 1.5;
	}
	.cont_concept .bloc-comment .last-txt{
		margin: 10px 0;
	}
	.site-footer{
		padding: 30px 0;
	}
	.site-footer .access{
		width: 90%;
		margin-bottom: 20px;
	}
	.site-footer .site-map{
width: 90%;
margin: 0 auto;
}
	
	
.site-footer .site-map li{
	font-size: 13px;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 10px;
border-bottom: dashed 1px #ccc;
padding-bottom: 15px;
	text-align: center;
}

	.site-footer .access-B{
		font-size: 13px;
	}
	.bnr-area{
		margin-bottom: 10px;
	}
	.bnr-area li{
		padding: 0 1px;
	}
	.bnr-area li img{
		width:100%;
		margin-bottom: 5px;
	}
	.second .head_img {
    height: 10vh;
    background-position: center center !important;
    min-height: 100%;
    overflow: hidden;
    background-attachment:inherit !important;
}
	#content .infoList .infoListBox div.entryTxtBox h4.entryTitle{
		line-height: 140% !important;
font-size: 100% !important;
	}
#content .infoList .infoListBox div.thumbImage{
	float:none !important;
}
#content .infoList .infoListBox div.entryTxtBox h4.entryTitle a {
text-decoration: none;
display: block;
width: 100%;
}
#content .infoList .infoListBox div.thumbImage div.thumbImageInner img {
width: 50% !important;
text-align: center;
float: none;
display: block;
margin: 0 auto 10px;
}
#content .infoList .infoListBox div.entryTxtBox.haveThumbnail{
	float:none !important;
}
	.sideTower .sideWidget,
#sideTower .sideWidget{
	width: -webkit-calc(100% / 1 - 10px);
	width: calc(100% / 1 - 10px);
	padding: 10px;
}
.copyright {
    padding: 5px 0 0 0;
    font-size: 10px;
    margin-bottom: 80px;
}
.site-footer .socialSet ul { 
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}	
.site-footer .socialSet ul li {
    padding: 0 0 10px 0;
}
	.hero .logoTop {
    max-width: 100%;
    width: 85%;
}
.breadcrumb{
	width: 95%;
}
}
@media screen and (max-width: 480px) {
	#top-head.fixed .logo, #top-head .logo{
		width: 20%;
	}
}

.btn-phArea {
display: flex;
width: 100%;
margin-bottom: 20px;
flex-wrap: wrap;
justify-content: center;
}
.btn-phArea .box-a{
	width: 31%;
padding: 10px;
border: solid 1px rgb(153, 153, 153);
	margin:0 1% 2%;
}
.btn-phArea p{
margin-bottom: 10px !important;
max-height: 180px !important;
overflow: hidden;
}
.btn-phArea .box-a p a{
min-height: 55px;
display: block;
}
.btn-phArea img {
/* width: 100%; */
min-height: 180px;
}
#lcp_instance_listcategorypostswidget-3 li{
	display: flex;
	align-items: center;
}
#lcp_instance_listcategorypostswidget-3 li a:first-child{
	width: 100%;
/*min-width: 50vh;*/
}
.youtube {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
}
 
.youtube iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
/* Loading背景画面設定　*/
.loading {
    width: 100%;
    height: 100%;
    transition: all 1s;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
}

.loading.is-active {
    opacity: 0;
    visibility: hidden;
	background:#FFF;
}

.loading-animation {
	transition: all 1s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 9999;
	opacity: 0;
  visibility: hidden;
}

.loading-animation.is-active {
    opacity: 1;
    visibility: visible;
}


/* Loading アイコンの大きさ設定　*/

.loading-animation img {
    width: 260px;
}


/* fadeUpをするアイコンの動き */

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 768px) {
	.btn-phArea .box-a{
	width: 100%;
	margin: 0 auto 10px;
	}
	.btn-phArea p{
max-height:300px !important;
	}
	.btn-phArea {
flex-wrap: wrap;
}
}