/* 共通 */
* {
  box-sizing: border-box;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
html {
  scroll-behavior: smooth;
 background-image: url(
	 "../images/houkan/background－image.png");
	background-size: contain;
	
}
a {
  text-decoration: none;
}
p {
  margin-bottom: 40px;
	padding: 0 10px;
  line-height: 1.8;
	/*text-align: center;*/
}
img {
  max-width: 100%;
	height: auto;
}
h3{
	color: #FF3333;
	font-weight: bold;
	/*text-align: center;*/
}
/* container */
.container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1000px;
	height: auto;
  line-height: 1.6;
}
.container--large {
  max-width: 1200px;
}
/* message */
.message01 {
  /*background-image: url("../image/contents-image.jpg");*/
  /*background-size: cover;*/
 /* background-position: center;*/
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  height: auto;
 
}
.message02 {
  padding-bottom: 40px;
}
/* column */
.column {
 /* display: flex;*/
  /*text-align: center;*/
  margin: 0 auto;
}
.column__item {
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
/* media-object */
.media-object {
 /* display: flex;*/
 /* justify-content: flex-start;*/
 /* align-items: flex-start;*/
	padding:5px;
}
.media-object__reverse {
  flex-direction: row-reverse;
}
.media-object__img {
  width: 25%;
  margin-right: 20px;
}
.media-object__reverse .media-object__img {
  text-align: right;
  margin-right: 0;
  margin-left: 20px;
}
.media-object__content {
 /* flex: 1 80%;*/
  padding: 0 5px;
 /* text-align: left;*/
	line-height: 1.2em;
}
.media-object02 {
  padding: 0 0 0 10px;
  width: 50%;
	text-align: center;

}
/* heading */
.heading__01 {
  text-align: center;
  padding-bottom: 20px;
  /*border-bottom: 1px solid #ccc;*/
}
.btn {
  display: inline-block;
  border: 2px solid #000;
  font-weight: bold;
  padding: 10px 20px;
  font-size: 14px;
  color: #000;
  transition: all 0.6s;
  cursor: pointer;
  background-color: #fff;
}
.btn:hover {
  background-color: #000;
  color: #fff;
}
/* section margin */
.service, .gallery, .message, .information{
  margin-bottom: 40px;
}
/* site-header layout*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  width: 100%;
  height: 70px;
  line-height: 1;
  z-index: 10;
}
@media (min-width:768px) {
  .site-header {
    align-items: center;
    justify-content: space-between;
  }
}
.site-header .site-logo {
  font-size: 18px;
  margin: 0;
  padding: 20px 0 20px 10px;
  width: auto;
}
@media (min-width:768px) {
  .site-header .site-logo {
    display: inline-block;
    width: 100%;
    padding: 0 0 0 20px;
  }
}
.site-header .site-nav {
  width: 100%;
}
@media (min-width:768px) {
  .site-header .site-nav {
    width: auto;
  }
}
.site-header .main-nav {
  display: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
@media (min-width:768px) {
  .site-header .main-nav {
    display: block;
    margin: 0;
    border-bottom: none;
    line-height: 0;
  }
}
.site-header .main-nav li {
  list-style: none;
}
.site-header .main-nav__item a {
  display: block;
  padding: 20px;
  border-top: 1px solid #ccc;
  font-size: 12px;
  color: #000;
}
@media (min-width:768px) {
  .site-header .main-nav__item a {
    border-top: none;
  }
}
.site-header .main-nav__item a:hover {
  background-color: #000;
  color: #fff;
}
/* hamburger switch */
.site-header input[type="checkbox"]:checked ~ .main-nav {
  display: block;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.site-header input[type="checkbox"]:checked ~ .main-nav__item {
  flex: 1;
  line-height: 0;
}
@media (min-width:768px) {
  .site-header input[type="checkbox"]:checked ~ .main-nav, .site-header input[type="checkbox"] ~ .main-nav {
    display: flex;
    flex-direction: row;
  }
}
/* hamburger icon */
.site-header .site-nav__toggle {
  display: none;
}
.site-header .site-nav__toggle-label {
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
}
.site-header .site-nav__toggle-label span {
  display: block;
  width: 40px;
  height: 39px;
  background-color: #333;
  cursor: pointer;
}
.site-header .site-nav__toggle-label span span {
  display: block;
  overflow: hidden;
  width: 1px;
  height: 1px;
}
.site-header .site-nav__toggle-label span span::before, .site-header .site-nav__toggle-label span span::after, .site-header .site-nav__toggle-label span::after {
  position: absolute;
  left: 10px;
  content: "";
  width: 20px;
  height: 3px;
  background-color: #FFF;
}
.site-header .site-nav__toggle-label span span::before {
  top: 10px;
}
.site-header .site-nav__toggle-label span span::after {
  top: 18px;
}
.site-header .site-nav__toggle-label span::after {
  bottom: 10px;
}
@media (min-width:768px) {
  .site-header .site-nav__toggle-label {
    display: none;
  }
}
/* hamburger icon checked */
.site-header input[type="checkbox"]:checked ~ .site-nav__toggle-label span span::before {
  top: 19px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.site-header input[type="checkbox"]:checked ~ .site-nav__toggle-label span span::after {
  display: none;
}
.site-header input[type="checkbox"]:checked ~ .site-nav__toggle-label span::after {
  top: 19px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.site-main {
  margin-top: 60px;
}
/* main-visual */
.main-visual {
 /* background-image: url("../image/heart.png");*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  height: 300px;
  color: #fff;
}
@media (min-width:768px) {
  .main-visual {
    height: 330px;
    width: auto;
  }
}
.main-visual .container {
  flex: 1 1 auto;
}
.main-visual .container__inner {
  max-width: 100%;
  height: auto;
  padding: 20px 0 20px 20px;
}
.service .column {
  flex-direction: column;
}
.service .column__item {
 /* flex: 1 33%;*/
}
.service .media-object__img img {
  height: 150px;
  width: 100%;
 /* object-fit: cover;*/
   object-fit: contain ;
  /* object-fit: fill; */
}
.service .media-object__content p {
  padding-right: 5px;
  margin-bottom: 20px;
/*  text-align: left;*/
}
@media (min-width:768px) {
  .service .column {
    flex-direction: row;
  }
  .service .column__item {
    flex: 1 1 33%;
   /* text-align: center;*/
  }
  .media-object {
    flex-direction: column;
  }
  .media-object__img {
    width: 100%;
    margin: 0;
  }
}
/* feature */
/* 幅が 768px 以上 タブレットサイズ */
.feature .column {
  flex-direction: column;
}
.feature .column__item {
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}
.feature .column__item img {
  max-width: 220px;
}
@media (min-width:768px) {
  .feature .column {
    flex-direction: row;
  }
  .feature .column {
    justify-content: space-between;
  }
  .feature .column__item {
    text-align: center;
    width: 30%;
  }
}
.feature .column__img {
  border-radius: 50%;
}
#modal-content{
	width:50%;
	margin:1.5em auto 0;
	padding:10px 20px;
	border:2px solid #aaa;
	background:#fff;
	z-index:2;
}

.modal-p{
	margin-top:1em;
}

.modal-p:first-child{
	margin-top:0;
}

.button-link{
	color:#00f;
	text-decoration:underline;
}
 
.button-link:hover{
	cursor:pointer;
	color:#f00;
}
/* gallery */
.gallery {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width:768px) {
  .gallery {
    flex-wrap: nowrap;
  }
}
.gallery__item {
  list-style: none;
  width: 33.333%;
  line-height: 0;
}
.gallery__item img {
  width: 100%;
  height: auto;
}
/*cost*/
.cost .column {
  flex-direction: column;
}
.cost .column__item {
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}
.cost .column__item img {
  max-width: 350px;
}
@media (min-width:768px) {
  .cost .column {
    flex-direction: row;
  }
  .cost .column {
    justify-content: space-between;
  }
  .cost .column__item {
    text-align: center;
  
  }
}
.cost .column__img {
  border-radius: 50%;
}
.cost table {
	border-collapse: collapse;
	width: 95%;
	margin: 0 auto;
}
.cost table tr th,.cost table tr td {
	border: 1px solid #ccc;
	padding: .5em ;
	text-align: center;
	vertical-align: middle;
	font-size: 0.85em;
}
.cost table span {
	font-size: 0.9em;
}
/*cost*/
/* access */
.access .google-maps {
  display: flex;
  padding-bottom: 60%;
  flex: 1 auto;
  height: 0;
  overflow: hidden;
}
@media (min-width:768px) {
  .google-maps {
    padding-bottom: 30%;
  }
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}
.google-maps .media-object01 {
  padding: 0 0 0 10px;
  width: 50%;

}

/* site-footer */
.site-footer {
	background-image: url("../images/houkan/footer-image.png");
	background-size: cover;
  padding: 20px 0;
  flex-direction: column;
	font-size: 1.1em;
}
.site-footer .column {
  display: flex;
  text-align: center;
  margin: 0 auto;
}
.site-footer .columm .column__item {
	flex: 1 auto;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
	
}
.copy {
  text-align: center;
  font-size: 12px;
}
/* media-object */
.site-footer .media-object01 {
  display: flex;
  justify-content: space-around;
  align-items: center;
	flex: 1 auto;
}
.site-footer .media-object__reverse01 {
  flex-direction: row-reverse;
}
.site-footer .media-object__img01 {
  padding-left: 10px;
}
.site-footer .media-object__img01 h3{
	color: #000000;
}
.site-footer .media-object__content01 {

  padding: 0 10px 0 0;
  text-align: left;
}
@media (min-width:768px) {
  .site-footer .column {
    flex-direction: row;
  }
  .site-footer .column__item {
    flex: 1 1 33%;
    text-align: center;
  }
  .site-footer .media-object {
    flex-direction: column;
  }
  .site-footer .media-object__img {
    width: 100%;
    margin: 0;
  }
}
.copyright {
  text-align: center;
  font-size: 12px;
  margin-bottom: 0;
}
/* go-to-top */
.go-to-top {
  position: fixed;
  z-index: 1;
  font-size: 12px;
  right: 20px;
  bottom: 20px;
}
.go-to-top button {
  display: inline-block;
  padding: 10px;
  background-color: #222;
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
}