@charset "UTF-8";
/* CSS Document */

#top-area{
	display: flex;
	align-items: center;
	width: 100%;
	height: 540px;
	margin: 0px auto;
	color: #fff;
	background: #00bd6d;
}
#top-area .l-box{
	width: 50%;
	order: 0;
}
#top-area .l-box .text-box{
	width: 600px;
	box-sizing: border-box;
	padding:0 90px 0 50px;
	margin-left: auto;
	transform: translateY(-25px);
}
#top-area .l-box .text-box h2{
	font-size: 1.7em;
	font-weight: 700;
}
#top-area .l-box .text-box h2 span{
	display: table;
    font-size: 1rem;
    background: #00b0db;
    padding: 0 15px;
	margin-bottom: 15px;
}
#top-area .l-box .text-box p{
	margin-top: 30px;
	font-size: 1.1em;
}
#top-area .r-box{
	order: 1;
	position: relative;
	width: 50%;
	height: 540px;
}
#top-area .r-box .cap{
	position: absolute;
	left: 0;
	top: 50px;
	width: 146px;
	height: 150px;
	transform: translateX(-50%);
}

.head-area{
	width: 100%;
	background: #00b0db;
}
.head{
	position: relative;
	width: 1200px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 50px;
	color: #fff;
	margin: 0 auto;
}
.head h2{
	font-size: 1.7em;
    letter-spacing: .1em;
    font-weight: 700;
}
.head .icn{
	margin-left: auto;
	width: 349px;
	height: 50px;
}
#secondary{
	width: 1200px;
	display: flex;
    margin: -20px auto;
    padding: 40px 0;
    background: #7f38b8;
}
#categories-2{
	margin-left: auto;
	margin-right: 10px;
}
#archives-4{
	margin-right: auto;
	margin-left: 10px
}
#categories-2 form,
#archives-4{
	display: flex;
	align-items: center;
	background: #dcc9ec;
    color: #6b4096;
}
.screen-reader-text{
	padding: 0 20px;
	font-weight: 600;
}
/** Custom Select **/
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
}
  .custom-select-wrapper select {
    display: none;
  }
  .custom-select {
    position: relative;
	  z-index: 1;
    display: inline-block;
  }
    .custom-select-trigger {
      position: relative;
      display: block;
      width: 170px;
      padding: 0 84px 0 22px;
      font-size: 14px;
      font-weight: 600;
      color: #6b4096;
      line-height: 50px;
      background: #fff;
      cursor: pointer;
    }
      .custom-select-trigger:after {
        position: absolute;
        display: block;
        content: '';
        width: 10px; height: 10px;
        top: 50%; right: 25px;
        margin-top: -3px;
        border-bottom: 1px solid #6b4096;
        border-right: 1px solid #6b4096;
        transform: rotate(45deg) translateY(-50%);
        transition: all .4s ease-in-out;
        transform-origin: 50% 0;
      }
      .custom-select.opened .custom-select-trigger:after {
        margin-top: 3px;
        transform: rotate(-135deg) translateY(-50%);
      }
  .custom-options {
    position: absolute;
    display: block;
    top: 100%; left: 0; right: 0;
    min-width: 100%;
    margin: 1px 0 0 0;/*15px 0*/
    /*border: 1px solid #b5b5b5;*/
    /*border-radius: 4px;*/
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0,0,0,.07);
    background: #fff;
    transition: all .4s ease-in-out;
    
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
  }
  .custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
  }
    /*.custom-options:before {
      position: absolute;
      display: block;
      content: '';
      bottom: 100%; right: 25px;
      width: 7px; height: 7px;
      margin-bottom: -4px;
      border-top: 1px solid #b5b5b5;
      border-left: 1px solid #b5b5b5;
      background: #fff;
      transform: rotate(45deg);
      transition: all .4s ease-in-out;
    }*/
    .option-hover:before {
      background: #f9f9f9;
    }
    .custom-option {
      position: relative;
      display: block;
      padding: 0 22px;
      border-bottom: 1px solid #ddd;
      font-size: 14px;
      font-weight: 600;
      color: #6b4096;
      line-height: 47px;
      cursor: pointer;
      transition: all .4s ease-in-out;
    }
    .custom-option:first-of-type {
      border-radius: 4px 4px 0 0;
    }
    .custom-option:last-of-type {
      border-bottom: 0;
      border-radius: 0 0 4px 4px;
    }
    .custom-option:hover,
    .custom-option.selection {
      background: #f9f9f9;
		color: #b5b5b5;
    }

.contact-box{
	width: 80%;
    min-width: 1300px;
    margin: 10px auto 0;
    background: #fff;
}
.contact-box .breadcrumbs{
	width: 1200px;
	box-sizing: border-box;
	padding: 30px 50px 20px;
	margin: 0 auto;
}
.contact-box .list-box{
	display: flex;
	flex-wrap: wrap;
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 50px;
	box-sizing: border-box;
}
.contact-box .list-box article{
	width: 33.333%;
	box-sizing: border-box;
	padding: 10px;
	transition: all .4s cubic-bezier(.25,.1,.25,1);
	cursor: pointer;
}
/*.contact-box .list-box article:hover{
	transform:scale(1);
	box-shadow: 0 0 10px 4px #ddd;
}*/
.contact-box .list-box article a.post-thumbnail{
	width: 100%;
	height: 100%;
}
.contact-box .list-box article img{
	width: 100%;
	height: auto;
}
.contact-box .list-box article .entry-header{
	line-height: 1;
}
.contact-box .list-box article .cat-links a{
	background: #12a4cc;
    color: #fff;
    padding: 10px;
    transform: translateY(-50%);
    display: inline-block;
}
.contact-box .list-box article .entry-title a{
	color: #221614;
}
.contact-box .list-box article .entry-meta{
	margin-top: 10px;
}
.contact-box .list-box article .entry-header .posted-on a{
	color: #777;
    font-family: 'Kosugi Maru', sans-serif;
	font-size: .9em;
	margin-top: 10px;
	letter-spacing: .1em;
}
.entry-footer{
	font-size: .78em;
    margin-top: 20px;
}


/*以下詳細ページ*/
.contact-box .post-page .list-box article{
	width: 100%;
	cursor:inherit;
}
.contact-box .post-page .entry-header{
	padding: 0;
    margin: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
}
.contact-box .post-page .entry-header .cat-links{
	order: 1;
}
.contact-box .post-page .list-box article .entry-meta{
	order: 0;
	margin-right: 10px;
}
.contact-box .post-page .list-box .post-section{
	width: 100%;
}
.contact-box .post-page .list-box article{
	padding: 0;
}
.contact-box .post-page .list-box article .cat-links a{
	transform: translateY(0%);
}
.contact-box .post-page .list-box article figure{
	margin: 0;
}
.contact-box .post-page .list-box article .entry-content h2{
	font-size: 1.5em;
	box-sizing: border-box;
	width: 800px;
	margin: 50px auto 0;
}
.contact-box .post-page .list-box article .entry-content p{
	margin: 30px auto 0;
	width: 800px;
}

.wp-pagenavi{
	display: table;
    margin: 0 auto;
    padding-bottom: 30px;
}
.wp-pagenavi .pages{
	display: none;
}
.wp-pagenavi .current{
	border: 1px solid #ddd;
	margin: 0 5px;
	padding: 5px;
}
.wp-pagenavi a.page,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink{
	padding: 5px;
	margin: 0 5px;
	border: 1px solid #00b0db;
	transition: all .4s cubic-bezier(.25,.1,.25,1);
}
.wp-pagenavi a.page:hover,
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover{
	border: 1px solid #ddd;
	color: #ddd;
}
@media screen and (max-width: 1300px) {
	.head,
	.contact-box,
	#secondary{
		width: 90%;
		min-width: 90%;
	}
	.contact-box .list-box{
		width:calc(100% - 2em);
	}
}
@media screen and (max-width: 1200px) {
	.head,
	.contact-box{
		width: calc(100% - 2em);
		min-width: calc(100% - 2em);
	}
	.contact-box .cap-box,
	.contact-box .text-box{
		width: 100%;
		min-width: 100%;
	}
	.contact-box .breadcrumbs{
		width: 100%;
	}
}
@media screen and (max-width: 940px) {
	#secondary{
		width: calc(100% - 2em);
		min-width: calc(100% - 2em);
		display: block;
		margin: 0 auto;
    	padding: 20px 2em;
		box-sizing: border-box;
	}
	#categories-2,
	#archives-4{
		margin: 5px auto;
		display: table;
	}
	#categories-2 form{
		display: flex;
    	align-items: center;
		width: 100%;
	}
	.screen-reader-text{
    	box-sizing: border-box;
	}
	.custom-select{
		width: 100%;
	}
	.custom-select-trigger{
		width: 100%;
		min-width: 220px;
		box-sizing: border-box;
	}
	.contact-box .list-box article{
		width: 50%;
	}
	.contact-box .post-page .list-box article .entry-content h2{
		width: 90%;
	    margin: 30px auto 0;
	}
	.contact-box .post-page .list-box article .entry-content p{
		width: 90%;
	}
}
@media screen and (max-width: 630px) {
	.head{
		width: 100%;
		min-width: 100%;
		padding: 30px 2em;
		box-sizing: border-box;
	}
	
	.head {
		display: block;
	}
	.head h2{
		font-size: 1.4em;
	}
	.head .icn {
		width: 75%;
		height: auto;
		margin: 20px 0 0;
	}
	#secondary{
		width: 100%;
		padding: 20px 0em;
	}
	.screen-reader-text{
		font-size: .8em;
		padding: 0 1em;
	}
	.custom-select-trigger{
		font-size: .8em;
		min-width: 205px;
	    padding: 0 33px 0 1em;
	}
	.custom-option{
		font-size: .8em;
	}
	.custom-select-trigger:after{
		right: 1em;
	}
	.contact-box{
		width: 100%;
		min-width: 100%;
		padding: 20px 0 30px;
		box-sizing: border-box;
	}
	.contact-box .breadcrumbs{
		padding: 0 1em 5px;
		font-size: .9em;
	}
	.contact-box{
		margin: 0 auto;
	}
	.contact-box .list-box {
		width: 100%;
		padding-bottom: 0;
	}
	.contact-box .list-box article .cat-links a{
		font-size: .9em;
		padding: 5px;
	}
	.contact-box .list-box article .entry-header h2{
		font-size: .9em;
	}
	.contact-box .list-box article .entry-meta{
		font-size: .9em;
	}
	.entry-footer{
		margin-top: 10px;
	}
	.contact-box .post-page .list-box article{
		padding: 0 1em;
	}
}
@media screen and (max-width: 400px) {
	.contact-box .post-page .list-box article .entry-content h2{
		width: 100%;
	    margin: 20px auto 0;
		font-size: 1.25em;
	}
	.contact-box .post-page .list-box article .entry-content p{
		width: 100%;
		margin-top: 25px;
	}
}