/*
Theme Name: tatsumihoikuen
Description: tatsumihoikuen
Version: 1.0
Author: Mediacloud Nomura
*/

/*-------------------
  reset css
-------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
*, *::before, *::after {
  box-sizing: border-box;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
/*-------------------
  共通CSS
-------------------*/
html, body {
  font-family: fot-tsukuardgothic-std,sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #754c24;
  font-size: 14px;
  
}
p, td, th, li {
  line-height: 1.8;
}
p {
  font-size: 22px;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: #fff;
  text-decoration: none;
}
.ipad-onry {
  display: none;
}
.sp-nav {
  display: none;
}
.header-logo-menu {
  display: none;
}

/*--- img minus ---*/
.minus-magin {
  margin: -100px auto 10px;
  width: 227px;
  height: auto;
}

section {
  width: 100%;
  padding: 65px 0 118px;
}
.container {
  width: 100%;
}
.inner {
  max-width: 1024px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
}
.row {
  display: flex;
  flex-wrap: wrap;
}

h1 {}
h2 {
	background: #ec694a;
  outline-offset : -6px;
  outline: dashed 2px #754c24;
  color: #fff;
  font-size: 24px;
	padding: 15px;
}
h2.h2banner {
  background: none;
  outline: none;
  width: 270px;
  margin: 0 auto -10px;
}

h3 {
  font-size: 24px;
}
h4 {}
p {}
.tel {
  color: #754c24;
}

/*----- botton -----*/
.btn-push {
  display: inline-block;
  max-width: 300px;
  background-color: #754c24;
  color: #fff;
  text-decoration: none;
  padding: 10px 24px;
  border-radius: 10px;
  font-size: 18px;
}
.btn {
    text-align: center;
    margin: 60px auto 0;
}
/*----- shadow -----*/
.shadow {
  box-shadow: 1px 1px 5px rgba(0,0,0,0.10);
}
.img-frame {
  border-radius: 10px;
  border: solid 10px #fff;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.10);
  background: #fff;
}
.img-frame img {
  border-radius: 8px;
}

/*----- textbox -----*/
.message-box {
  background: #fff;
  border: solid 10px #fbecd5;
  border-radius: 10px;
}

.note {
  background-color: #fff;
  background-image:
  linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff 0%, #fff 100%), linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 95%, #c8b7a7 100%);
  background-size: 8px 100%,100% 2em;
  line-height: 2em;
  padding: 2em 1em 0.2em 1em;
}

.home header .container {
	background: url("../img/roof.png") repeat-x;
}

/*----footer-----*/
footer {
  background: #ec694a;
  padding: 60px 0 10px;
}
footer .Column3 {
  margin: auto 0px;
  padding: 20px;
}

footer .Column3 p {
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 100;
}
footer .Column3 .footer-tel {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
footer .footer-btn1 {
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: none;
  padding: 10px 24px;
  border-radius: 6px;
  border: 1px solid #fff;
  margin-top: 10px;
}
footer .footer-btn2 {
  display: block;
  width: 100%;
  background-color: #fff;
  color: #ec694a;
  text-decoration: none;
  padding: 10px 24px;
  border-radius: 6px;
  border: 1px solid #fff;
  margin-top: 9px;
}
footer .footer-btn2 a {
  color: #ec694a;
}
.footer-nav ul {
  padding: 10px 0 30px;
}
address {
  font-style:normal;
  color: #fff;
  text-align: center;
  font-weight: 100;
}


/*----- Column -----*/
.Column2 {
  flex: 0 0 50%;
  padding: 0;
  max-width: 50%;
  position: relative;
}
.Column3 {
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
  padding: 0;
  position: relative;
}
.Column3_1 {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0;
  position: relative;
}
.Column3_2 {
  flex: 0 0 66.666%;
  max-width: 66.666%;
  padding: 0;
  position: relative;
}
.Column4 {
  flex: 0 0 calc(100% / 4);
  max-width: calc(100% / 4);
  padding: 0;
  position: relative;
}

/*-----  Nav  -----*/
nav {
  background-color: #ec694a;
}
nav ul {
  padding: 40px 0;
}
nav li {
  border-right: 1px solid #fff;
  text-align: center;
  flex: 0 0 calc(100% / 6);
}

nav li a {
  color: #fff;
  font-size: 18px;
}

nav li:last-child {
  border-right: none;
}

/*----- background -----*/
.orange-bg {
  background: url("../img/orange-bg.jpg");
}
.white-bg {
  background: url("../img/white-bg.jpg");
}
.paper-bg {
  background: url("../img/paper-bg.jpg");
}

/*----- center-box -----*/
.center-box {
  padding: 4% 0 4%;
}
.box {
  padding: 30% 0;
}

/*----- slider1 -----*/
.slider {
  display: flex;
  height: 90vh;
  object-fit: cover;
}
header .container div:first-child {
    background-position: center center!important;
    background-size: cover!important;
}

.slider img {
  object-fit: cover;
  background: no-repeat;
}

.slider h1 {
	width: 700px;
	margin: auto;
	align-items: center;
  padding-top: 50px;
}

/*----- TOPバナー -----*/
#ToTOP {
  position: fixed;
  right: 40px;
  bottom: 5%;
  z-index: 100;
}

/*-------------------
  Top Page
-------------------*/
/*---- NEWOPEN ----*/
#NEWOPEN {
  border-bottom: 15px solid #2ca6e0;
  background-color: #fdf4e6;
  padding: 0;
}
#NEWOPEN h2.h2banner {
  margin-top: -50px; 
}
#NEWOPEN h3 {
	border-bottom: dashed 2px #cdbfb0;
	text-align: center;
  line-height: 2;
}
.newopen-message {
  padding: 0.5em 1em;
  font-weight: bold;
  background: #fdf6f5;
  border: solid 10px #fff;
  border-radius: 10px;
}
#NEWOPEN p {
  padding: 0 20px;
}
.newopen-img img {
  margin-top: 70px;
}

/*---- MESSAGE1 ----*/
.message-bg {
  background: url("../img/message-bg.jpg");
  padding: 10% 5%;
}
#MESSAGE1 {
  border-bottom: 15px solid #ea6d93; 
  padding: 0;
}
#MESSAGE1 .message-box {
  padding: 80px 40px;
}

/*---- MESSAGE2 ----*/
#MESSAGE2 {
  border-bottom: 15px solid #a8cf6a;    
  padding: 0;
}
.minus-magin .star {
  margin-left: 150px;
  width: 160px;
  height: auto;
}

#MESSAGE2 .message-box {
  padding: 80px 40px;
}

#MESSAGE1 .message-img , #MESSAGE2 .message-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*---- GOAL ----*/
#GOAL {
  border-bottom: 15px solid #2ca6e0;
}
#GOAL .container {
  background-image:
    url("../img/goal-flower.png"),
		url("../img/goal-note-pink.png"),
		url("../img/goal-note-green.png"),
		url("../img/goal-star.png");
	background-repeat:
    no-repeat,
		no-repeat,
		no-repeat,
		no-repeat;
	background-position:
    20% 20%,
		78% 30%,
    20% 90%,
    78% 90%;
}

#GOAL .container .h2banner {
  padding-bottom: 60px;
} 

/*---- POINT ----*/
#POINT {
  border-bottom: 15px solid #ea6d93;
  background-size: auto;
}
#POINT .Column3 img {
  padding: 30px;
}
#POINT .Column3 p {
  padding: 20px;
}

/*---- ABOUT ----*/
#ABOUT {
  border-bottom: 15px solid #a8cf6a;
  padding: 0;
}
#ABOUT li{
  font-size: 22px;
}
#ABOUT .message-box {
  padding: 80px 40px;
  border: solid 10px #fff;
}
#ABOUT h2 {
  text-align: center;
}

#ABOUT .sp-onry {
  display: none;
}

/*---- COMPANY ----*/
#COMPANY {
  background: url("../img/detail-bg.jpg") no-repeat;
  padding: 130px 0;
  object-fit: cover;
  background-size: cover;
}
#COMPANY .company-wrap {
  padding: 10px;
  background-color: #fdfcf7;
}
#COMPANY .row {
  background-image:url("../img/pin-left-top.png"),
					 url("../img/pin-right-top.png"),
					 url("../img/pin-left-bottom.png"),
					 url("../img/pin-right-bottom.png");
	background-repeat:no-repeat,
					  no-repeat,
					  no-repeat,
					  no-repeat;
	background-position:left top,
						right top,
            left bottom,
						right bottom;
  margin-top: -50px;
}
#COMPANY .company-box1 {
  text-align: left;
  padding: 80px 0 40px 60px;
  background-color:rgba(0,0,0,0);
}
#COMPANY h2.h2banner {
    margin-top: -60px;
}
#COMPANY .Column2 img {
  width: auto;
  height: 80px;
}
#COMPANY th {
  font-size: 20px;
  vertical-align: middle;
  border-bottom: 2px dashed #c8b7a7;
  text-align: left;
  padding: 10px;
  width: 120px;
}
#COMPANY td {
  font-size: 19px;
  vertical-align: middle;
  border-bottom: 2px dashed #c8b7a7;
  text-align: left;
  padding: 20px 0;
  line-height: 1.2;
}
#COMPANY .company-box2 {
  text-align: right;
  padding: 30px 60px;
  background-color:rgba(0,0,0,0);
}
/*-- 20211011 --*/
.protect-box p {
  line-height: 1.6;
  font-size: 14px;
  padding: 10px 5px;
}
#COMPANY .company-box2 iframe {
  height: 86%;
}
.protect-box a {
  color: #8f6f4f;
}
/*----- Animation -----*/
/* ふわふわ */
.circle101 {
  animation: fuwafuwa 5s infinite ease-in-out;
}
@keyframes fuwafuwa {
  0% {
  transform: translate(0, 0);
  }
  50% {
  transform: translate(0, -20px);
  }
  100% {
  transform: translate(0, 0);
  }
}
.circle102 {
  animation: fuwafuwa 4s infinite ease-in-out;
}
@keyframes fuwafuwa {
  0% {
  transform: translate(0, 0);
  }
  50% {
  transform: translate(0, -20px);
  }
  100% {
  transform: translate(0, 0);
  }
}


/* 跳ねる */
.trsl {
  display:inline-block;
  animation:trslk 0.5s ease 0s infinite alternate;
}

@keyframes trslk {
  from {
  transform:translateY(0px);
  }
  to {
  transform:translateY(-15px);
  }
}

/* Loading背景画面設定　*/
#splash {
/*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background:#fdf4e6;
  text-align:center;
  color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width:30%;
}

/* fadeUpをするアイコンの動き */
.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


