@charset "utf-8";

/*--------------------------------------------------
* Base
==================================================*/

body {
  color: #2f2f2f;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 1px;
}

#wrapper {
	background-color: #fff;
	max-width: 1000px;
	margin: 100px auto 150px;
	box-shadow: 0px 0px 30px 15px #ededed;
  	outline:#EFEAD7 solid 5px;
	 outline-offset:-25px;
	position: relative;
	overflow: hidden;
}

#wrapper:before {
	content: "";
	display: inline-block;
  position: absolute;
  left: -30px;
    top: 40px;
    height: 20px;
    width: 160px;
  background: #004A98;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#wrapper:after {
	content: "";
	display: inline-block;
  position: absolute;
  right: -30px;
    bottom: 40px;
    height: 20px;
    width: 160px;
  background: #004A98;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

a {
  color: #004A98;
  text-decoration: none;
  transition: .3s all;
	position: relative;
padding-left: 15px;
}


a.arw::after {
content: '';
display: block;
width: 6px; 
height: 6px; 
border-top: 2px solid #004A98; 
border-left: 2px solid #004A98; 
transform: rotate(135deg); 
position: absolute; 
left: 0; 
top: 0;
bottom:0;
margin: auto;
}


img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: .3s all;
  backface-visibility: hidden;
}

a:hover {
  opacity: 0.7;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

h2,h3,p {
	padding: 0;
	margin: 0;
}

.forPC {
  display: block !important;
}

.forSP {
  display: none !important;
}

 select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
	box-sizing: border-box;
}

/*--------------------------------------------------
* header
==================================================*/
header {
		padding: 200px 0 30px;

}
header h1 {
	font-family: "Noto Serif JP", serif;
	text-align: center;
	position: relative;
	font-size: 35px;
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
}

header h1:after {
	content: '';
    display: inline-block;
    width: 150px;
    height: 150px;
	opacity: 0.5;
    background-image: url("../img/logo.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	position: absolute;
	top: -200px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/*--------------------------------------------------
* main
==================================================*/

main {
  max-width: 750px;
  margin: 0 auto;
}

main section {
}


/*--------------------------------------------------
* footer
==================================================*/

footer {
  position: fixed;
  left:0;	
  bottom:0;
  width: 100%;
  padding:20px;
  background-color:#004A98;
  text-align: center;
	}
footer a {
	padding-left: 0;
	color: #fff;
	border: 2px solid #fff;
	width: 300px;
	line-height: 60px;
	display: block;
	margin: 0 auto;
	font-weight: bold;
	box-shadow: 0px 5px 15px -5px #000;
	border-radius: 0px;
	}

footer a:hover {
	background-color: #fff;
	color: #004A98;
	opacity: 1;
	box-shadow: 0px 0px 5px -5px #000;
	}



/*--------------------------------------------------
* TOP
==================================================*/
section {
	margin-bottom: 80px;
}
.leadTxt {
	text-align: center;
	padding:0 0 50px;
	position: relative;
	max-width: 750px;
	margin: 0 auto;

}

.leadTxt figure {
	width: 300px;
	margin: 0 auto;
	}

.leadTxt p {
	margin-top: 20px;
	}
/*.leadTxt:before {
	content: "";
	width: 150px;
	height: 1px;
	background-color: #D7D2C1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}*/
.leadTxt:after {
	content: "";
	width: 150px;
	height: 1px;
	background-color: #D7D2C1;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
}
.leadTxt span {
	display: block;
	text-align: right;
	}

h2 {
font-family: "Noto Serif JP", serif;
	margin-bottom: 20px;
	position: relative;
	padding-left: 35px;
}

h2:after {
	content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
	opacity: 0.5;
    background-image: url("../img/logo.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	}

.schedule table {
  border-collapse: collapse;
  width: 100%;
	margin-top: 50px;
}
.schedule table th, .schedule table td {
  border: 2px solid #fff;
  background-color: #EFF8FC;
  padding: 1em;
}
.schedule table th {
  background-color: #004A98;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}
.schedule table td span {
	display: block;
	font-size: 14px;
	    line-height: 1.2;
    text-indent: -1em;
    padding-left: 1em;
}

.schedule .line-it-button {
	text-align: center;
	margin-top: 30px;
	}

.about figure {
	padding: 0;
	margin: 0;
}

.about figcaption {
	text-align: right;
	margin-bottom: 20px;
	font-size: 12px;
	}

.about .name {
	font-size: 14px;
    line-height: 1.2;
    text-align: right;
	margin-top: 20px;
}

.about .dbChange {
	background-color: #F4F1E6;
	padding: 20px;
	font-size: 14px;
	line-height: 1.5;
	margin: 20px 0;
	border: 1px solid #EFEAD7;
}

.qa dt {
    margin-bottom: 1em;
    color: #333333;
    font-weight: 600;
}

.qa dt::before,
.qa dd::before {
    margin-right: .4em;
}

.qa dt::before {
    content: "Q.";
}

.qa dd {
    margin: 0 0 2.5em;
    padding: 1em 1.5em;
    background-color: #EFF8FC;
    color: #333333;
}

.qa dd::before {
    content: "A.";
}

.access iframe {
	margin: 20px 0;
	}
.gallery a {
	max-height: 350px;
	overflow: hidden;
	display: block;
	}
.gallery .slick-dots li {
	margin: 0!important;
	}

/*--------------------------------------------------
* sakumasan
==================================================*/

.sakumasan ul {
	margin:20px 0;
	line-height: 1.8;
	}
.sakumasan ul li {
	align-items: center;
	display: flex;
	}
.sakumasan ul li:before {
	content:"●";
	color:#e95377;
	margin-right: 5px;
	font-size: 60%;
	}
.sakumasan .wrap {
	display: flex;
	justify-content: space-between;
	}
.sakumasan .wrap figure {
	width: 150px;
	margin: 0;
	}

/*--------------------------------------------------
* Form
==================================================*/

.form .intro {
  margin-bottom: 40px;
  padding: 30px;
  background-color: #EFF8FC;
  font-size: 16px;
  line-height: 2em;
  text-align: center;
}

.form h2 {
	padding: 0;
	text-align: center;
	}

.form h2:after {
    content: none;
	}

.form  p.note {
  margin-bottom: 10px;
}

.form  span.necesary {
  color: #FC0000 ;
	    font-size: 60%;
    vertical-align: top;
}

.form  table{
  width: 100%;
  margin-bottom: 50px;
  border-top: 1px solid #e0e0e0;
	font-size: 14px;
	line-height: 1.2;
}

.form  table tr th {
  width: 30%;
  padding: 20px 10px;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
  vertical-align: middle;
}

.form  table tr th.message {
  vertical-align: top;
}

.form  table tr th span.err {
  display: block;
  color: #004a98 ;
  font-size: 11px;
  line-height: 1.5em;
}

.form  table tr td {
  padding: 20px 10px;
  border-bottom: 1px solid #e0e0e0;
}

.form  table tr td input[type=text] {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  background-color: #f2efef;
}

.form table tr td textarea{
  height: 260px;
  padding: 10px;
	width: 100%;
  background-color: #f2efef;
}



.form input.submitBtn {
  display: inline-block;
  width: 320px;
  padding: 20px 0;
  border: 1px solid #004a98 ;
  color: #004a98 ;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
  transition: .3s all;
	margin: 10px auto;
	cursor: pointer;
}

.form .alignC {
	text-align: center;
	}

.form input.submitBtn:hover{
  background-color: #004a98 ;
  color: #fff;
}

.form .privacy {
	font-size: 12px;
	font-weight: normal;
	}

.form .selectD {
	width: 100%;
    display: inline-flex;
    align-items: center;
    position: relative;
}

.form .selectD::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.form .selectD select {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    background-color: #f2efef;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}


.form .radioBtn li {
	margin: 10px;
	}

/*--------------------------------------------------
* Identification
==================================================*/
.identification{
  max-width: 1200px;
  margin: 0 auto;
}
.identification h2 {
	padding: 0;
	text-align: center;
	}


.identification h2:after {
    content: none;
	}

.identification  {
    margin: 5vw auto;
}

.identification .tableList {
	font-size: 12px;
	}
.identification .tableList table tr th{
  padding:10px;
  border-right: none;
  border: 1px solid #e0e0e0;
  text-align: left;
  vertical-align: middle;
 font-size: 10px;
}

.identification .tableList table tr td{
  padding:10px;
  border: 1px solid #e0e0e0;
  line-height: 1.2;
}


.identification .sortTable  table{
  width: 100%;
  margin-bottom: 50px;
  border-top: 1px solid #e0e0e0;
	font-size: 14px;
	line-height: 1.2;
}

.identification .sortTable  table tr th {
  width: 30%;
  padding: 20px 10px;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
  vertical-align: middle;
}



.identification .sortTable  table tr td {
  padding: 20px 10px;
  border-bottom: 1px solid #e0e0e0;
}

.identification .sortTable .selectD {
	width: 100%;
    display: inline-flex;
    align-items: center;
    position: relative;
}

.identification .sortTable .selectD::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.identification .sortTable .selectD select {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    background-color: #f2efef;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}
.identification .tableList th {
  cursor: pointer;
  position: relative;
}

.identification .tableList th.sort::before,.identification .tableList  th.sort::after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border: 5px solid transparent;
  right: 5px;
  top: 50%;
}

.identification .tableList th.sort::before {
    border-bottom-color: #aaa;
    margin-top: -10px;
}
.identification .tableList th.sort::after {
    border-top-color: #aaa;
    margin-top: 2px;
}

.identification .tableList th.sort.asc::before {
          border-bottom-color: #535353;
      }
.identification .tableList th.sort.desc::after {
          border-top-color: #535353;
      }


.tokuteisho > ul {
        border-top: 1px solid #E3E3E3;
	    font-size:14px;	
}


.tokuteisho  ul  li .wrap {
    display: flex;
    align-items: center;
	line-height: 1.5;
}

.tokuteisho  ul  li {
    border-bottom: 1px solid #E3E3E3;
    padding: 30px 0;
    align-items: center;
}


.tokuteisho  ul  li .ttl {
    width: 150px;
    text-align: left;
    font-weight:bold;
    flex-shrink: 0;
    position: relative;
	margin-right: 20px;
	padding-right: 20px;
}

.tokuteisho  ul  li .note {
	font-size: 12px;
    line-height: 1.2;
    text-indent: -1em;
    padding-left: 1em;
    display: block;
	margin-top: 10px;
}

.tokuteisho  ul  li .ttl::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #E3E3E3;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.back a {
	display: block;
	text-align: center;
	padding: 0;
	}

.pcHide {
display: none;
}

@media (max-width: 750px){
	
	
	
  body {
    font-size: 14px;
    line-height: 1.5em;
  }	
	
.pcHide {
display: block;
}

.spHide {
display: none;
}
	

	
#wrapper {
    margin: 10px auto 110px;
}	
	
footer {
    padding: 20px;
    box-sizing: border-box;
}
footer a {

    width: 100%;
	}

main section {
    padding: 0 50px;
}

section {
    margin-bottom: 40px;
}
	
h2 {
    margin-bottom: 20px;
    font-size: 16px;
}	
	
header {
    padding: 100px 0 100px;
}
header h1 {
    font-size: 20px;
	 padding: 0 90px;
	}
	
.leadTxt {
    padding: 0 40px 50px;
	text-align: left;
	}
	
.leadTxt figure {
	width: 200px;
	margin: 0 auto;
	}
		

.schedule table {
    margin-top: 25px;
}
	
.schedule table td span {
    display: block;
    font-size: 10px;
	line-height: 1;
}
.about .name {
    font-size: 11px;
	}
.dbChange a {
    font-size: 11px;
    margin-top: 10px;
    display: block;
}	
	
.qa dt {
    text-indent: -1.5em;
    padding-left: 1.5em;
}	
	
.tokuteisho ul li .wrap {
    display: block;
	}
.tokuteisho ul li .ttl {
    width: 100%;	
    margin-right: 0;
    padding-right: 0;
}
	
.tokuteisho ul li .ttl::before {
    content: none;
	}
.tokuteisho ul li {
    padding: 20px 0;
	}
	
.form table {
	margin-bottom: 20px;}
	
	
.form .intro {
    margin-bottom: 20px;
    padding: 20px;
    font-size: 12px;
    line-height: 1.5;
	text-align: left;
}	
	
.form table tr th,.form table tr td {
    width: 100%;
    padding: 10px 0;
	display: block;
	border-right: none;
	}
.form input.submitBtn {
    width: 100%;
	}
	
    header {
        padding: 60px 0 20px;
    }
    header h1 {
        font-size: 20px;
        padding: 0 70px;
        padding-top: 80px;
    }
	
header h1:after {
    width: 100px;
    height: 100px;
    top: -80px;
}

.sakumasan .wrap {
    display: block;
	}
.sakumasan .wrap figure {
    margin: 20px auto;
	width: 80px;
}	
	
@media only screen and (max-height: 820px) {
    .modaal-gallery-label {
        display:block!important;
    }
}	
}

