@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

@font-face {
    font-family: 'futura';
    src: url('font/FUTURAM.eot'); /* IE9 Compat Modes */
    src: url('font/FUTURAM.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('font/FUTURAM.woff') format('woff'), /* Modern Browsers */
         url('font/FUTURAM.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('font/FUTURAM.svg#svgFontName') format('svg'); /* Legacy iOS */
}

#body {
/*	margin:-100px 0 0 0!important;*/
    font-size: 14px;
    letter-spacing: 1px;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    color: #555;
    line-height: 24px;
	min-width: 100%;
}

html {
    margin: 0!important;
}

p {
    margin: 0;
}

hr {
    border: none;
}

footer {
    font-size: 14px;
}

h2 {
    margin: 0;

}

hr.hr-10 {
    border: none;
    padding: 10px 0;
    margin: 0;
}

#footer-navi ul {
    text-align: left;
}

#footer-navi ul li a:hover {
    color: #ff8228;
}

#navi ul li a:hover {

}

.privacy dt {
	width: 100%;
}

.privacy dd {
	width: 100%;
	margin: 0 0 20px 0;
}

.map a {
	color: #555;
}

.map a:hover {
	color: #E23E57;
}

#sidebar,
.top-sns-follows {
    display: none;
}

.c-head span {
	color: #E23E57;
	font-size: 11px;
	display: inline-block;
	margin: 0 0 0 5px;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
    color: #323232;
    border-radius: 0px;
    vertical-align: middle;
    box-shadow: none;
    border: 0;
    width: 100%;
    background-color: #e8ebee;
    border: none;
    margin: 4px 0 20px 0;
    font-size: 14px;
}

input:focus, textarea {
  outline: 0;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="url"]:focus, input[type="tel"]:focus, textarea:focus {
    border: none;
    background: #e8ebee;
    box-shadow: none;
}

textarea {
    resize: none;
}

input, textarea {
    -webkit-appearance: none;
}

#main {
    border: none;
    padding: 0;
    width: 100%;
    background: none;
}

div#header-in, div#body-in, div#footer-in {
    width: 100%!important;
}

header {
    position: relative;
    width: 100%;
    z-index: 99;
}

.single-header{
	z-index: 9;
}

input[type="submit"], input[type="reset"], input[type="button"] {
    text-decoration: none;
    display: block;
    border: none;
    margin: 10px auto 0 auto;
    background: #ff8228 url(images/fi_icon01.png) no-repeat;
    background-size: 12px;
    background-position: right 10px center;
    padding: 10px 70px;
    font-size: 12px;
    color: #fff;
	border-radius: 0;
	font-weight: normal;
}

.alignleft {
    margin-left: 0!important;
    margin-right: 0!important;
    width: 180px!important;
    display: inline-block;
    vertical-align: middle;
}

.header-right {
    display: inline-block;
    width: 720px;
    padding: 0 0 0 0px;
    vertical-align: middle;
}

h1 {
    margin: 0;
}

h1 img{
	max-width:90px;
}

.subpage-ttl2 {
	background: #E23E57;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    margin: 0 0 20px 0;
}

#navi ul {
    background: none;
    border: none;
   /* margin: 5px 0 0 0;*/
	margin: 0px;
}


.main-content {
    padding: 50px 0 0 0;
}

.head {
    text-align: center;
    color: #ff8228;
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: bold;
}

.head span {
    display: block;
    font-size: 12px;
}

.row slick section a{
	color:#88000!important;
}

.main-btn {
    text-align: center;
}

.main-btn a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    background: #ff8228 url(images/fi_icon01.png) no-repeat;
    background-size: 12px;
    background-position: right 10px center;
    padding: 8px 70px;
    font-size: 12px;
    margin: 30px 0 0 0;
}

.news-contents {
    /*position: relative;*/
    overflow: hidden;
    /*padding: 180px 0 50px 0;*/
    padding: 30px 0 50px 0;
}

.news-contents.reverse:before {
    margin: 6% -10% 0;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.news-contents:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 80%;
    margin: 5% -10% 0;
    background: #f1f1f1;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    z-index: -1;
}

.news-list {
    padding: 0;
    margin: 0;
}

.news-list li {
    list-style: none;
}

.news-list li a {
    text-decoration: none;
    color: #555;
}

.news-list .category {
    display: inline-block;
    border: solid 1px #555;
    padding: 0 10px;
    font-size: 12px;
    margin: 0 10px;
}

.blog-list .category {
    display: inline-block;
    border: solid 1px #555;
    padding: 0 10px;
    font-size: 12px;
    margin: 0 10px;
}

.main-bg {
    background: url(images/top_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}

.main-bg2 {
    background: url(images/hv_bg02.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.main-menu-list {
    margin: 0;
    padding: 0;
    text-align: center;
}

.main-menu-list li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    display: block;
    border: solid 1px #fff;
    width: 280px;
    text-align: center;
    vertical-align: middle;
    padding: 110px 0;
	background-color:rgba(255,255,255,0.3);
	transition:all 0.3s ;
}

.main-menu-list li a:hover {
    color: #fff!important;
	background-color:rgba(255,130,28,1);
}


.main-menu-list li a span {
    display: block;
    font-size: 11px;
}

.main-menu-list li {
    list-style: none;
    margin: 15px 10px;
    display: inline-block;
}

#main,
.entry-content {
    margin-bottom: 0!important;
}

h3.entry-title {
    margin: 0;
    background-color: #f5f5f5;
    color: #2e308f;
	font-size:28px;
    padding: 80px 0;
    text-align: center;
}


h3.entry-title{
	background-image:url(images/header/001.jpg);
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}

.subpage-text {
    padding: 50px 0;
}

.text p {
    margin: 0 0 14px 0;
}

img {

    height: auto;
}

.hannari {
    font-family: "Sawarabi Mincho";
}

.subpage-ttl {
    color: #8b0000;
    font-weight: bold;
    border-bottom: solid 4px #8b0000;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
}



dl {
    margin: 0;
}

dt {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}

dd {
    margin-bottom: 5px;
    display: inline-block;
    width: 79%;
    margin: 0 0 5px 0;
}

.table01 {
    margin: 0 0 30px 0;
}

.sub-width01 img {
    width: 50%;
}

.sub-box {
    background: #E23E57;
    color: #fff;
    padding: 20px 40px;
    border-radius: 10px;
    margin: 20px 0 0 0;
}

.icon-sns img {
    width: 24px;
}

dl dd a {
    color: #E23E57;
}

#mobile-menu a {
    color: #fff;
}

.subpage .news-list {
    padding: 50px 0;
}

html {
    margin-top: 0!important;
}



.single-post h1.entry-title {
    font-size: 18px;
	color:#ffffff;
}

.post-meta .category a {
    color: #E23E57;
    text-decoration: none;
    font-size: 12px;
}

#the-content {
    font-size: 14px;
    line-height: 24px;
}

#the-content p {
    margin: 0 0 14px 0;
}

#sns-group, #under-entry-body {
    display: none;
}

article header {
    background: none!important;
}


.post-author{
	display: none;
}

.post-meta {
	font-size: 12px;
}

hr.hr-20 {
    border: none;
    padding: 10px 0;
    margin: 10px 0;
}



/*-------2019.2.26齋藤追加-------*/
.nav-phone a:before{
  font-family: "Font Awesome 5 Free";
  content: '\f095';
  font-weight: 900;
  color: #fff;
 　margin: 0 5px;
}


/*-------2019.5.10齋藤追加-------*/

#container{
	overflow: hidden;
}


/*-----//2019.2.26齋藤追加-------*/
/*===============================================
●PC/タブレット
===============================================*/
@media screen and (min-width: 769px) {
    .sp-display {
        display: none;
    }

    .contents-width {
        width: 1070px;
        margin: 0 auto;
        height: 100%;
    }

    #h-top {
        width: 960px;
        margin: 0 auto;
    }
	
	div.wpcf7 {
		    width: 60%;
    margin: 0 auto!important;
	}

    .col-xs-6 {
        display: inline-block;
        width: 30%;
        margin: 0 0;
        vertical-align: top;
    }

    .news-contents .head {
        display: inline-block;
        width: 20%;
        vertical-align: top;
        margin: 0;
    }

    .news-list {
        display: inline-block;
        vertical-align: top;
    }

    .table01 {
        display: table;
    }

    .img01 {
        display: table-cell;
        vertical-align: top;
        width: 30%;
    }

    .text01 {
        display: table-cell;
        vertical-align: top;
        padding: 0 0 0 3%;
    }

    .single-post #body {
        width: 960px;
        margin: 0 auto;
    }

    .wid70 {
        width: 70%;
        margin: 0 auto 20px auto;
    }





}



/*===============================================
●スマホ
===============================================*/
@media screen and (max-width: 768px) {
    .pc-display {
        display: none;
    }

    .contents-width {
        width: 94%;
        margin: 0 auto;
        height: 100%;
    }

    div#main {
        padding: 0;
    }

    .single-post #body {
        width: 94%;
        margin: 0 auto;
    }

    nav {
        margin: 0px 0 0 0;
    }

    #navi-in {
        margin: 0;
        background: #f5f5f5;
    }

    #navi ul li a {
        padding: 15px;
    }

    #navi ul li {
        border-bottom: solid 1px #ccc;
    }

    #header .alignleft {
        padding: 0 0 0 10px;
    }

    .main-content {
        padding: 30px 0 0 0;
    }

    .col-xs-6 {
        margin: 0 0 10px 0;
    }

    .news-contents.reverse:before {
        /*margin: 17% -10% 0;*/
        display: none;
    }

    .news-contents {
        /*padding: 120px 0 50px 0;*/
        padding: 20px 0 50px 0;
    }

    .main-bg {
        padding: 30px 0;
    }

    .main-menu-list li a {
        width: 100%;
        padding: 50px 0;
    }

    .main-menu-list li {
        margin: 1% 1% 2% 1%;
        width: 46%;
    }

    .menu-menu-container {
        display: none;
    }
	
	#footer-navi ul {
   		 text-align: center;
	}

    #copyright h2 {
        margin: 0 auto 10px auto;
    }

    .img01 {
        margin: 0 0 10px 0;
    }

    .sub-width01 img {
        width: 100%;
    }

    .sub-box {
        padding: 20px;
    }

    dt, dd {
        width: 100%;
    } 
	
	dd {
		border-bottom: dotted 1px #bbb;
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
	}
	
	dd:last-child {
		border-bottom: none;
	}
	
	.news-list li a {
		display: block;
		margin: 5px 0 0 0;
	}
	
	.news-list li {
		border-bottom: dotted 1px #bbb;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
	}
	
	.news-list .date,
	.news-list .category {
		font-size: 11px;
	}
	
	h3.entry-title {
		padding: 70px 0 50px 0;
	}
	
	.subpage-text {
   		padding: 20px 0;
	}
	
	.subpage .news-list {
   	 padding: 20px 0 50px 0;
	}

    .wid70 {
        margin: 0 auto 10px auto;
    }
	
	#header{
		background-color: rgba(51,51,51,0);
	}


}


h3.section-title{
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #ff8228;/*左線*/
  border-bottom: solid 1px #d7d7d7;/*下線*/
	font-size:24px;
}

h4.section-title{
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-bottom: solid 2px #ff8228;/*左線*/
	font-size:20px;
}

h5{
	background-color:#f5f5f5;
	border-radius:5px;
	padding:0.6em;
}

.text-orange{
	color:#ff8228;
}

span.number{
	display:inline-block;
	background-color:#ff8228;
	color:#fff;
	border-radius:50%;
	width:30px;
	height:30px;
	text-align:center;
	margin-right:0.4em;
	line-height:30px;
}

ul.sub-menu li{
	background-color:#f5f5f5!important;
}


.footer-sns img{
	width:60px!important;
}

@media screen and (min-width:600px){

span.d-sm-inline{
	vertical-align:top;
	display:inline-block !important;
}
	
	li.my-1 a{
		display:inline-block;
	}
	li.my-1 span.category{
		vertical-align:top;
	}
}

/* Q&A */
.q-and-a{
	font-size:18px;
	padding:0px 0px 30px 15px;
}
.q-and-a_txt{
	padding:0px 15px 30px;
}

.rc-anchor-normal .rc-anchor-content {
    height: 74px;
    width: 206px;
    display: none;
}

