 @charset "utf-8";


/*-----------------------------	
	.tano-jin-text-01
-----------------------------*/
#tano-main-area .tano-jin-text-01 {
    margin: 0 15px 20px 15px;
    font-size: 1.3em;
    font-weight: 500;
    color: #333;
}

#tano-main-area .tano-jin-text-01-02 {
	position: relative;
    padding: 15px 30px;
    margin: 0 10px 40px 10px;
    font-size: 1.5em;
    font-weight: 700;
    color: #a1137a;
}

#tano-main-area .tano-jin-text-01-02:before,
#tano-main-area .tano-jin-text-01-02:after {
  position: absolute;
  content: '';
}

#tano-main-area .tano-jin-text-01-02:after {
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-top: 2px solid #a1137a;
  border-left: 2px solid #a1137a;
}

#tano-main-area .tano-jin-text-01-02:before {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-right: 2px solid #a1137a;
  border-bottom: 2px solid #a1137a;
}

span.marker-yellow {
    background: linear-gradient(transparent 50%, #ffff00 50%);
}

/*-----------------------------	
	.tano-h2
-----------------------------*/
#tano-main-area h2.tano-h2 {
	border-left: none;
    background: #fff2e0;
    margin: 60px 0 15px 0;
    font-size: 2.2em;
    font-weight: 600;
    color: #794904;
    padding: 15px 0 15px 15px;
}

#tano-main-area h2.tano-h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #794904, #794904 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #794904, #794904 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: 10px 20px;
    border-bottom: 3px solid #794904;
    border-left: 3px solid #794904;
    border-radius: 0 0 0 20px;
    background: #fff;
    margin: 50px 0 30px 0;
    font-size: 2.2em;
    font-weight: 600;
    color: #d30f6e;
}

#tano-main-area h2.tano-h2-02:before {
    position: absolute;
    right: 150px;
    bottom: -21px;
    width: 0;
    height: 0;
    content: '';
    border-width: 21px 21px 0 0;
    border-style: solid;
    border-color: #794904 transparent transparent transparent;
}

#tano-main-area h2.tano-h2-02:after {
    position: absolute;
    right: 154px;
    bottom: -14px;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 14px 0 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

/*-----------------------------	
	.tano-h3
-----------------------------*/
#tano-main-area h3.tano-h3 {
	position: relative;
    display: block;
    color: #333;
    font-size: 2.0em;
    font-weight: 700;
    padding: 40px 0 40px 0;
    text-align: center;
}

h3.tano-h3:before,
h3.tano-h3:after {
    position: absolute;
    top: calc(50% - 5px);
    width: 210px;
    height: 6px;
    content: '';
    border-top: solid 2px #333;
    border-bottom: solid 2px #333;
}

h3.tano-h3:before {
  left: 0;
}

h3.tano-h3:after {
	
  right: 0;

}

#tano-main-area h3.tano-h3-02 {
	position: relative;
    display: block;
    color: #333;
    font-size: 2.0em;
    font-weight: 700;
    padding: 40px 0 40px 0;
    text-align: center;
}

h3.tano-h3-02:before,
h3.tano-h3-02:after {
    position: absolute;
    top: calc(50% - 5px);
    width: 310px;
    height: 6px;
    content: '';
    border-top: solid 2px #333;
    border-bottom: solid 2px #333;
}

h3.tano-h3-02:before {
  left: 0;
}

h3.tano-h3-02:after {
	
  right: 0;

}

/*-----------------------------	
	.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;
}

/*-----------------------------	
	container-link
-----------------------------*/

#tano-main-area .container-tano-link {
	display: flex;
    justify-content: center;
    align-items: center;
}

#tano-main-area .box-tano-link {
    text-align: center;
}

#tano-main-area .box-tano-link a {
	display: block;
    background: #2344bc;
    padding: 10px 80px;
    position: relative;
    font-size: 1.4em;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.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);
}

#tano-main-area .box-tano-link a:hover {
	color: #ff0;
	background: #c00;
}

#tano-main-area .container-tano-link-blank {
	display: flex;
    justify-content: center;
    align-items: center;
}

#tano-main-area .box-tano-link-blank a {
	display: block;
    background: #2344bc;
    padding: 15px 80px;
    position: relative;
    font-size: 1.4em;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

#tano-main-area .box-tano-link-blank a:hover {
	color: #ff0;
	background: #c00;
}


#tano-main-area .container-tano-link {
	display: flex;
    justify-content: center;
    align-items: center;
}

#tano-main-area .box-tano-link-right a {
	display: block;
    background: #2344bc;
    padding: 10px 80px;
    position: relative;
    font-size: 1.4em;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
	margin: 20px 0 0 0;
}

#tano-main-area .box-tano-link-right a:before {
    content: "";
    position: absolute;
    top: 40%;
    right: 10px;
    width: 10px;
    height: 3px;
    background: #fff;
    transform: rotate(45deg);
}

#tano-main-area .box-tano-link-right a:after {
    content: "";
    position: absolute;
    top: 52%;
    right: 10px;
    width: 10px;
    height: 3px;
    background: #fff;
    transform: rotate(-45deg);
}

#tano-main-area .box-tano-link-right a:hover {
	color: #ff0;
	background: #c00;
}

#tano-main-area .box-tano-link-right a:hover:after {
	background: #ff0;
}

/*-----------------------------	
	table
-----------------------------*/
#tano-main-area .container-tano-table {
	display: flex;
    justify-content: center;
    align-items: center;
}

#tano-main-area table.iomemory {
	border-collapse:  collapse; 
}

#tano-main-area table.iomemory td.box1 {
	border: solid 1px #333;
	background: #333;
	color:#fff;
	font-size:1.4em;
	font-weight: 700;
	padding:15px 20px;
	text-align: center;
}

#tano-main-area table.iomemory td.box2 {
	border: solid 1px #333;
	background: #fff;
	color:#333;
	font-size:1.4em;
	font-weight: 700;
	padding:15px 20px;
	text-align: center;
}

.tano-text-red {
	color:#c00;	
}

.table-headline {
	olor: #333;
    font-size: 1.6em;
    font-weight: 700;
    padding: 10px 0 10px 0;
    text-align: center;
}

/*-----------------------------	
	remark
-----------------------------*/
#tano-main-area ul.remark {
	width: 700px;
    border: 1px #999 solid;
    padding: 20px;
    background: url(back01.png);
    margin: 30px 0 0 0;
}

#tano-main-area ul.remark li.box1 {
	font-size: 1.8em;
    font-weight: 700;
    text-align: center;
    padding: 0 0 30px 0;
    list-style: none;
}

#tano-main-area ul.remark li.box2 {
	font-size: 1.6em;
    font-weight: 500;
    text-align: center;
    padding: 0 0 30px 0;
    list-style: none;
}

#tano-main-area ul.remark li.box2-2 {
	font-size: 1.4em;
    font-weight: 700;
    text-align: center;
    padding: 0 0 10px 0;
    list-style: none;
}

#tano-main-area ul.remark li.box3 {
	font-size: 1.25em;
    font-weight: 500;
    padding: 0 0 10px 100px;
    list-style: circle inside;
}

#tano-main-area ul.remark li.box3-2 {
	font-size: 1.25em;
    font-weight: 500;
    padding: 0 0 10px 150px;
    list-style: circle inside;
}

#tano-main-area ul.remark li.box4 {
	font-size: 1.8em;
    font-weight: 500;
    text-align: center;
    padding: 20px 0 0 0;
    list-style: none;
}

/*-----------------------------	
	remark-noborder
-----------------------------*/
#tano-main-area ul.remark-noborder {
	width: 740px;
    padding: 10px;
    margin: 30px 0 0 0;
}

#tano-main-area ul.remark-noborder li.box1 {
	font-size: 1.7em;
    font-weight: 700;
    text-align: center;
    padding: 0 0 30px 0;
    list-style: none;
}

#tano-main-area ul.remark-noborder li.box2 {
	font-size: 1.25em;
    font-weight: 500;
    padding: 0 0 0 10px;
    list-style: circle inside;
}

#tano-main-area ul.remark-noborder li.photo {
	padding: 0 0 30px 0;
    margin: 0;
}

/*-----------------------------	
	pasocomkan
-----------------------------*/
.text-pasocomkan {
	font-size: 1.6em;
    color: #0084c1;
    font-weight: 700;
    padding: 0 0 10px 0;
    text-align: center;
}

/*-----------------------------	
	g-nav
-----------------------------*/
#tano-main-area .g-nav {
    margin: 10px 0 20px 0;
    display: flow-root;
}

#tano-main-area .g-nav ul.nav-grid {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: center;
    gap: 10px;
}

#tano-main-area .g-nav ul.nav-grid li {
    flex: 1;
    display: flex;
}

#tano-main-area .g-nav ul.nav-grid li a {
    color: #333;
    font-size: 1.4em;
    font-weight: 700;
    padding: 5px 18px 5px 5px;
    background: #fff;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    /* transition: filter 0.3s ease; */
    outline: 1px solid #333;
    column-gap: 30px;
    text-decoration: none;
}

#tano-main-area .g-nav.allow_right ul li a::after {
    transform: rotate(45deg);
}
#tano-main-area .g-nav ul li a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    width: 7px;
    height: 7px;
    border-right: 2px solid #333;
    border-top: 2px solid #333;
    border-top-right-radius: 2px;
}

#tano-main-area .g-nav ul li a:hover {
    filter: brightness(0.8);
}



/*-----------------------------	
	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-main-area .tano-img-heading img {
    max-width: 100%;
    width: auto;
    padding-bottom: 15px;
}

