@charset "UTF-8";
/*
Theme Name: minato
Description:
Version: 9.99
*/

/* Opening
-----------------------------------------*/
.Opening {
	width:100%;height:calc(100vh - 90px);
	overflow:hidden;
	position:relative;
}
.Opening ul li{
  position: relative;
  overflow: hidden;
  width: 100%;height:auto;
  text-align: center;
}
.Opening ul li img.Opening__text{
  position: absolute;
  top:-90px;left: 0;right:0;bottom:0;
	max-width:640px;
	margin: auto;
  z-index: 9;
}
.Opening ul li span img.Opening__img{
  max-width: inherit;
  width: 100%;
  height: auto;
	opacity: 0.65;
}

#Spmenu {
	display:none;
}

@media only screen and (max-width:767px) {
.Opening, .Opening ul li {
	width:100%;max-height:calc(100vh - 60px);
}
.Opening ul li img.Opening__text{
	max-width:240px;
top:-60px;left: 0;right:0;bottom:0;
}

#Spmenu {
	display:block;
	margin:auto;
	background:#fff;
}
.Spmenu li {
	width:calc(100% / 2);
	display:inline-block;
	border:1px solid #ccc;
	text-align:center;
}
.Spmenu li a {
	width:100%;height:100%;
	display:block;
	text-align:center;
	font-size:1.1em;
	font-weight:bold;
	color:#003e71;
	text-decoration:none;
	padding:10px 20px;
}
.Spmenu li:nth-child(1),
.Spmenu li:nth-child(4),
.Spmenu li:nth-child(5), { background:#D2E5EE; }
.Spmenu li:nth-child(2),
.Spmenu li:nth-child(3),
.Spmenu li:nth-child(6) { background:#e6f1f6; }


}

h3.h3-2 {
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    padding:  10px 20px;
    overflow: hidden;
    border: 1px solid #003e71;
    border-radius: 10px;
	margin-bottom:1em;
	background:#fff;
    z-index: 0;
}

h3.h3-2:before {
    position: absolute;
    top: -100%;
    left: -40px;
    z-index: 1;
    transform: rotate(25deg);
    width: 6em;
    height: 400%;
    background-color: #003e71;
    content: '';
}

h3.h3-2 span {
    margin-right: 2.5em;
    color: #fff;
    font-size: 1.1em;
	background:#003e71;
    z-index: 2;
}

.breadcrumbs { 
font-size:0.8em;
padding: 10px 20px 20px;}

.no_list {
    list-style-type: none;
    padding: 1em;
	background:#fff;
    border: 1px solid #003e71;
	border-radius:20px;
    counter-reset: li;
}

.no_list li {
    display: flex;
    align-items: center;
    padding: 10px;
}

.no_list li::before {
    display: inline-block;
    min-width: 1.7em;
    margin-right: 1em;
    border-radius: 50%;
    background-color: #003e71;
    color: #fff;
    font-weight: bold;
    font-size: .75em;
    line-height: 1.7em;
    text-align: center;
    content: counter(li);
    counter-increment: li;
}

.st_list {
    list-style-type: none;
    padding: 1em;
    border: 2px solid #2589d0;
    display: flex;
    align-items: center;

}

.st_list li {
	flex-basis:30%;
	padding:20px 30px;
	text-align:center;
}



.hoken {
border-collapse: collapse;
table-layout: fixed;
width: 100%;
/*max-width: 720px;*/
border-radius: 20px;
overflow: hidden;
text-align: center;
margin:auto;
}
.hoken tr {
background-color: #e6f1f6;
}
.hoken tr:nth-child(even) {
background-color: #fff;
}
.hoken th, .hoken td {
padding: 0.75em 1em;
}
.hoken td span {
	font-size:1.3em;
}

.hoken thead th {
background-color: #4d9bc1;
color: #fff;
font-weight: bold;
text-align: center;
}
.hoken tbody th {
color: #4d9bc1;
}
@media screen and (max-width: 787px) {
.breadcrumbs { 
font-size:0.8em;
padding: 0 10px}

.hoken {
border-radius: 0;
text-align: left;
}
.hoken thead {
display:none;
}
.hoken tr {
background-color: unset;
}
.hoken th, .hoken td {
display: block;
border: 0;
border-bottom: 1px solid #4d9bc1;
}
.hoken tbody th{
background: #4d9bc1;
color:#fff;
text-align: center;
}
.hoken td::before{
content: attr(data-label);
background-color: #e6f1f6;
font-weight: bold;
display: inline-block;
width: 33.33%;
min-width: 6em;
text-align: center;
margin-right: 2em;
padding: 4px;
border-radius: 100vh;
}
}

.hoken_box {
	width:100%;
	margin:auto;
	padding:20px;

	font-size:0.8em;
}

.list-keireki {
    list-style-type: disc;
    list-style-position: inside;
    padding: 10px;
/*    border: 2px solid #2589d0;*/
}

.list-keireki li {
    padding: 10px;
}

.list-keireki li:not(:last-child) {
    border-bottom: 1px dashed #2589d0;
}

.list-keireki li::marker {
    color: #2589d0;
    font-size: 1.1em;
}

.qa {
    max-width: 100%;
    margin-bottom: 1em;
    border: 1px solid #d6dde3;
    border-radius: 20px;
	background:#fff;
}

.qa summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa summary::before,
.qa p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa summary::before {
    color: #75bbff;
    content: "Q";
}

.qa summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa[open] summary::after {
    transform: rotate(225deg);
}

.qa p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa[open] p {
    transform: none;
    opacity: 1;
}

.qa p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}

/*
#MV_area {
	width:100vw;height:calc(100vh - 90px);
	display: flex;
	justify-content: center;
	align-items: center;
}
#MV_area > div {
	flex-basis:860px;
}
#MV_area > div img {
	width:100%;height:auto;
	max-width:860px;

	filter:drop-shadow(3px 3px 10px rgba(255, 255, 255, 0.85));
}*/

a.disabled img {
filter: grayscale(1);
}

a.disabled:hover img {
filter: grayscale(0);
}

#Frontpage .content { overflow:hidden;}

.footer_fix {
	position:fixed;
	display:block;
	left:0;bottom:0;
	background: rgba( 255, 255, 255, 0.9);
}

.footer_fix img {
	width:100%;
	max-width:480px;
	height:auto;max-height:80px;
}

.color_f01 {
	background:#b28247;
}

.color_f02 {
	background:#c13432;
}

.color_f03 {
	background:#229c61;
}

h2.screen-reader-text {
	display:none;
}

nav.pagination {
	position:relative !important;
}

ul.pagination li a.active {
    background-color: #4CAF50;
    color: white;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}

.hint2 {font-size:0.85em;color:#777;}
.line_001 {border:none;border-top:1px solid #ccc;margin: 20px auto 20px;}
.line_002 {border:none;border-top:1px solid #ccc;margin: 10px auto 10px;}

@media screen and (min-width: 639px) { 
	.img_50per { max-width:320px; }
}

h3.sp_view{
    border:solid 1px #ddd;
  -moz-border-radius: 5px; /* FF */
  -webkit-border-radius: 5px;/* Webkit */
  border-radius: 5px;
  background: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background: -moz-linear-gradient(top,  #fff,  #eee);
    padding: 5px;margin-bottom:15px;
  -pie-background:linear-gradient(top,  #fff,  #eee);
}
h3.sp_view span {
  border-left:5px #3cf solid;
  padding-left:10px;
}



.calls {
	font-size:1.8em;
	font-weight:600;
	color:#333;
	text-align:center;
	text-decoration:none;

	display:block;
	margin:0 auto;
}


/**
pages
*/
.flex_content {
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
}

.item, .item2 {
	flex-basis: 48.5%;
	position:relative;
}

.item {
/*	padding:10px; */
}

.item > img {
	border:1px solid #ccc;
	padding:10px;
	background:#fff;
}

.item2 {
	border:1px solid #ccc;
	padding:20px;
	background:#fff;
}

.item4 {
	flex-basis: 100%;
	position:relative;
	margin:0 0 18.5px;
	
	border-left:7px solid #1b4898;
	border-radius:3px;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}

.item5 {
	flex-basis: 31.5%;
	position:relative;
	vertical-align:middle;
	flex-direction: column;
	border:1px solid #4d9bc1;
	border-radius: 48px;
	padding: 10px 20px;
	margin-bottom:20px;
	font-size:1.1em;
	font-weight:bold;
	color:#4d9bc1;
	text-align:center;
}
.item5:nth-child(odd) { background:#D2E5EE; }
.item5:nth-child(even) { background:#e6f1f6; }


.item10 {
	flex-basis: 31.5%;
	border:1px solid #ccc;
	border-radius:10px;

	font-size:0.8em;
	line-height:1.35;
	overflow:hidden;
}

.item10 > h3 {
	text-align:center;
	margin: 20px auto 0;
}

.item10 > p {
	padding: 20px 20px 0;
}

.item11 {
	flex-basis: 33.33%;
	position:relative;
}
.item12 {
	flex-basis: 66.66%;
	position:relative;
}

.item13 {
	flex-basis: 15%;
	position:relative;
	text-align:center;
	vertical-align:bottom;
}
.item13 img {
	max-width:200px;
}
.item14 {
	flex-basis: 80%;
	position:relative;
	padding:40px;
}

.cont_01 {order:1;}
.cont_02 {order:2;}
.cont_03 {order:4;}
.cont_04 {order:3;}
.cont_05 {order:5;}
.cont_06 {order:6;}
.cont_07 {order:8;}
.cont_08 {order:7;}
.cont_09 {order:9;}
.cont_10 {order:10;}



.sitemap {
	max-width:1080px;
	margin:0 auto;
	padding:20px 0 40px;
}

.sitemap > li > ul > li:not(:first-child) {
	font-size:14px;
}

.sitemap > li > ul > li:first-child a {
	font-size:1em;
}

.sitemap ul {
	list-style:none;
	padding:10px;
}

.sitemap > li {
	width:33.3%;
	display:inline-block;

	vertical-align:top;
}

.sitemap > li > ul > li:not(:first-child) {
	text-indent:1.5em;
}

@media only screen and (max-width:959px) {
.item {
	flex-basis: 100%;
	position:relative;
}
.item2 {
	flex-basis: 100%;
	margin-bottom:10px;
}
.item5 {
	flex-basis: 48.5%;
}

.item10, .item11, .item12, .item13, .item14 {
	flex-basis: 100%;
}

.item10 {
	margin-bottom:2em;
}

.item14 {
	padding: 20px 20px 40px;
}

.cont_01 {order:1;}
.cont_02 {order:2;}
.cont_03 {order:3;}
.cont_04 {order:4;}
.cont_05 {order:5;}
.cont_06 {order:6;}
.cont_07 {order:7;}
.cont_08 {order:8;}
.cont_09 {order:9;}
.cont_10 {order:10;}
}

/******************************************************
* WordPress Origin Class
******************************************************/

.wp-caption{
  max-width: 100%;
}
.wp-caption-text{
  text-align: left;
}
.alignright{
  float: right;
}
.alignleft{
  float: left;
}
.aligncenter{
  clear: both;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width:768px) {
  .alignright,
  .alignleft,
  .aligncenter{
    float: none;
    text-align: center;
    display: block;
    margin: 0 auto;
  }
}

/******************************************************
*Style for wrap
*
* - Includes main visual, main contents and sidebar.
******************************************************/

#wrap{
  margin-bottom: 20px;
}

@media screen and (max-width:768px) {
  #wrap{
    margin-top: 70px; /*Set the height of header.*/
  }
}

/******************************************************
*  Style for main contents
*
* - Stretch according to the width of the browser.
******************************************************/

/*Wrapper id of main contents.*/
#primary{
  float: left;
  width: 100%;
  margin-right: -220px; /*Set a value more than the width of the sidebar.*/
  padding-right: 220px; /*Set a value more than the width of the sidebar.*/
}
#primary main{
  border: 1px #BBB solid;
  padding: 10px;
}

@media screen and (max-width:768px) {
  #primary{
    float: none;
    margin: 0 0 20px 0;
    padding: 0;
  }
}

/******************************************************
*  Style for sidebar
*
* - Fixed width.
******************************************************/

/*Wrapper id of sidebar.*/
#secondary{
  float: right;
  width: 200px; /*Set the width of sidebar.*/
  border: 1px #BBB solid;
  margin-bottom: 20px;
  padding: 10px;
}

/*Wrapper class of widget.*/
#secondary .widget{
  border: 1px #BBB solid;
  padding: 10px;
}
#secondary .widget:not(:last-child){
  margin-bottom: 10px;
}

@media screen and (max-width:768px) {
  #secondary{
    float: none;
    width: 100%;
  }
}

/******************************************************
*  Style for Front Page (displays Your latest posts)
*
* - The body tag has 'home' when you select 'Front page displays Your latest posts'.
* - Describe here if you want to define unique style on the Front Page.
******************************************************/

/*Style for the article box. */
.home .archive-entry{
  display: table;
  border: 1px #BBB solid;
  padding: 10px;
  width: 100%;
}

/*Style for the article thumbnail. */
.home .archive-entry .entry-thumbnail{
  display: table-cell;
  width: 200px; /*Set the width of the thumbnail.*/
  vertical-align: middle;
}

/*Style for the article title and excerpt. */
.home .archive-entry .entry-main{
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}
.home .archive-entry .entry-main h3 a{
  font-size: 18px;
}

@media screen and (max-width:768px) {
  .home .archive-entry .entry-thumbnail{
    display: block;
    width: 100%;
    text-align: center;
  }
  .home .archive-entry .entry-thumbnail img{
    max-width: 200px;
  }
  .home .archive-entry .entry-main{
    display: block;
  }
}

/******************************************************
*  Style for Single Page
*
* - The body tag has 'single' class on the single page.
* - Describe here if you want to define unique style on the single page.
******************************************************/

/*Style for the article title.*/
.single h2.entry-title{
  font-size: 20px;
}

/*Style for the article thumbnail. */
.single .entry-thumbnail{
  text-align: center;
}
.single .entry-thumbnail img{
  width: 100%;
  max-width: 250px; /*Set the max width of the thumbnail.*/
}

/*Style for the article content. */
.single .entry-content{
  border: 1px #BBB solid;
  margin-bottom: 10px;
}

/*Style for the pagenation. */
.single .pagenation{
  border: 1px #BBB solid;
  margin-bottom: 10px;
  padding: 10px;
}
.single .pagenation .prev{
  float: left;
}
.single .pagenation .next{
  float: right;
}

/*Style for the tag. */
.single .tag{
  border: 1px #BBB solid;
  margin-bottom: 10px;
  padding: 10px;
}

/******************************************************
*  Style for Archive Page
*
* - The body tag has 'archive' class on the archive page.
* - Describe here if you want to define unique style on the archive page.
******************************************************/

/*Style for the archive category title.*/
.archive h2.archive-title{
  font-size: 20px;
}

/*Style for the article box. */
.archive .archive-entry{
  display: table;
  border: 1px #BBB solid;
  padding: 10px;
  width: 100%;
}

/*Style for the article thumbnail. */
.archive .archive-entry .entry-thumbnail{
  display: table-cell;
  width: 200px; /*Set the width of the thumbnail.*/
  vertical-align: middle;
}

/*Style for the article title and excerpt. */
.archive .archive-entry .entry-main{
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}
.archive .archive-entry .entry-main h3 a{
  font-size: 18px;
}

@media screen and (max-width:768px) {
  .archive .archive-entry .entry-thumbnail{
    display: block;
    width: 100%;
    text-align: center;
  }
  .archive .archive-entry .entry-thumbnail img{
    max-width: 200px;
  }
  .archive .archive-entry .entry-main{
    display: block;
  }
}
