 @charset "utf-8";


/*-----------------------------	
	.tano-jin-text-01
-----------------------------*/
#tano-main-area .tano-jin-text-01 {
    margin: 0 10px 40px 10px;
    font-size: 1.55em;
    font-weight: 700;
    color: #333;
    line-height: 30px;
}

#tano-main-area .tano-jin-text-01-02 {
    margin: 20px 0 40px 0;
    font-size: 1.3em;
    font-weight: 700;
    text-align: center;
    color: #222;
}

#tano-main-area .tano-jin-text-01-03 {
    display: inline-block;
    width: 960px;
    margin: 15px 0 0 0;
    font-size: 1.4em;
    font-weight: 700;
    text-align: center;
    color: #222;
}

#tano-main-area .tano-jin-text-s1 {
    clear: both;
    width: 916px;
    margin: -25px 0 15px 0;
    padding: 15px 20px 10px 20px;
    background: #fffcef;
    font-size: 1.4em;
    text-align: center;
    font-weight: 600;
    color: #333333;
    border-right: 2px #e8c02b solid;
    border-left: 2px #e8c02b solid;
    border-bottom: 2px #e8c02b solid;
}

/*-----------------------------	
	.tano-h2
-----------------------------*/

#tano-main-area h2.tano-h2 {
	position: relative;
    padding: 1.5rem 1.5rem calc(1.5rem + 10px);
    border: 2px solid #e8c02b;
    margin: 40px 0 0 0;
	background: #fffcef;
    color: #222;
    font-size: 2.0em;
    font-weight: 600;
}

#tano-main-area h2.tano-h2:after {
  position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    border-top: 2px solid #e8c02b;
    background-image: -webkit-repeating-linear-gradient(135deg, #e8c02b, #e8c02b 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #e8c02b, #e8c02b 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


#tano-main-area h2.tano-h2-02 {
	position: relative;
    padding: 1.5rem 1.5rem calc(1.5rem + 10px);
    border: 2px solid #379554;
    margin: 40px 0 0 0;
	background: #f5fff8;
    color: #222;
    font-size: 2.0em;
    font-weight: 600;
}

#tano-main-area h2.tano-h2-02:after {
  position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    border-top: 2px solid #379554;
    background-image: -webkit-repeating-linear-gradient(135deg, #379554, #379554 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #379554, #379554 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/*-----------------------------	
	.tano-h3
-----------------------------*/
#tano-main-area h3.tano-h3 {
  position: relative;
  padding: 0 65px;
  text-align: center;
  background: none;
  margin: 0 0 40px 0;
}

#tano-main-area h3.tano-h3:before {
  position: absolute;
  top: calc(75% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #006e7f;
}

#tano-main-area h3.tano-h3 span.text01 {
  display: inline-block;
  position: relative;
  background: #fff;
  font-size: 1.6em;
  font-weight: 700;
  color: #315f9b;
  padding: 40px 0 0 15px;
}

#tano-main-area h3.tano-h3 span.text02 {
  display: inline-block;
  position: relative;
  background: #fff;
  font-size: 1.8em;
  font-weight: 700;
  color: #c9413a;
  padding: 40px 15px 0 15px;
}

/*-----------------------------	
	.tano-h4
-----------------------------*/
#tano-main-area h4.tano-h4 {
	background-color: #f7f7cb;
    margin: 20px 0 10px 10px;
    padding: 10px 0 5px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #960303;
    border-bottom: none;
}

/*-----------------------------	
	.howto
-----------------------------*/

.box-howto {
	margin: 20px 0 0 4px;
	padding: 0
}

#tano-main-area ul.howto {
	float: left;
    padding: 0;
    margin: 0 5px 0 0;
}

#tano-main-area ul.howto li.box01 {
	width: 220px;
    margin: 0;
    padding: 5px;
    color: #222;
    font-size: 1.4em;
    font-weight: 700;
    background: #e8c02b;
	border-top:2px #e8c02b solid;
	border-right:2px #e8c02b solid;
	border-left:2px #e8c02b solid;
}

#tano-main-area ul.howto li.box02 {
	width: 220px;
    margin: 0;
    padding: 5px;
	height: 110px;
    color: #222;
    font-size: 1.2em;
    font-weight: 700;
    background: #fffcef;
	border-bottom:2px #e8c02b solid;
	border-right:2px #e8c02b solid;
	border-left:2px #e8c02b solid;
}

#tano-main-area ul.howto li.box01 span {
	background: #fff;
	padding:0 5px;
	margin: 0 10px 0 0;
	color: #7d0f0a;
}

/*-----------------------------	
	btn-yellow
-----------------------------*/
#tano-main-area .btn-yellow {
	display: flex;
    justify-content: center;
    margin: 30px 0 40px 0;
}

#tano-main-area .btn-yellow a {
	background: #fdf607;
    color: #222;
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
    justify-content: flex-start;
	text-decoration: none;
    padding: 8px 15px;
    border-bottom: 6px #fdd307 solid;
}

#tano-main-area .btn-yellow a:hover {
    background: #c9413a;
    color: #fff;
    border-bottom: 6px #e9817c solid;
}

.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

/*-----------------------------	
	s-navi
-----------------------------*/
#tano-main-area .s-navi {
	margin: 30px 0;
	display: flex;
}

#tano-main-area .s-navi ul.nav-menu {
	width: 100%;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    height: 80px;
    justify-content: center;
    text-align: center;
    gap: 15px;
}

#tano-main-area .s-navi ul.nav-menu li a {
    display: flex;
    width: 100%;
    height: auto;
    background: #fdf607;
    color: #222;
    font-size: 1.3em;
    font-weight: 700;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    text-decoration: none;
    padding: 15px 10px 10px 10px;
    margin: 0;
    border-bottom: 6px #fdd307 solid;
}

#tano-main-area .s-navi ul.nav-menu li a:hover {
    background: #c9413a;
    color: #fff;
    border-bottom: 6px #e9817c solid;
}

.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

.dli-chevron-right {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  margin: 0 0 2px 8px;
}


.seikyu {
	width:960px;
    background: #fff8da;
}

li.seikyu01 {
	font-size: 2.0em;
    font-weight: bold;
    color: #222;
    text-align: center;
    padding: 20px 0 0 0;
    margin: 0;
}

li.seikyu02 {
	font-size: 1.4em;
    color: #222;
    font-weight: 700;
    text-align: center;
    padding: 20px 15px 0 15px;
    margin: 0;
}


.info {
	width: 956px;
    background: #f5fff8;
    border-bottom: 2px #379554 solid;
	border-right: 2px #379554 solid;
	border-left: 2px #379554 solid;
}

li.info01 {
	font-size: 1.5em;
    color: #222;
    font-weight: 700;
    text-align: center;
    padding: 20px 0 0 0;
    margin: 0;
}

li.info02 {
	font-size: 2.4em;
    color: #00744d;
    font-weight: 900;
    text-align: center;
    padding: 10px 0 0 0;
    margin: 0;
}

li.info03 {
	font-size: 1.8em;
    color: #00744d;
    font-weight: 700;
    text-align: center;
    padding: 20px 15px 0 15px;
    margin: 0;
}

li.info04 {
	font-size: 1.3em;
    color: #222;
    font-weight: 700;
    text-align: center;
    padding: 0 0 20px 0;
    margin: 0;
}

/*-----------------------------	
	img
-----------------------------*/
.tano-item-detail-box-2 .tano-item-detail .tano-item-detail-center img,
.tano-item-detail-box-3 .tano-item-detail .tano-item-detail-center img,
.tano-item-detail-box-4 .tano-item-detail .tano-item-detail-center img,
.tano-item-detail-box-5 .tano-item-detail .tano-item-detail-center img {
    border: 0;
}

.movie {
	margin: 30px 90px;
}

.tano-back-color-brown {
    background: #c9413a;
}

#tano-main-area .tano-img-heading img {
    max-width: 100%;
    width: auto;
    padding-bottom: 15px;
}

