@charset "UTF-8";
@charset "UTF-8";

 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, small, 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%;
font-style: normal;
font-weight: normal;
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;
} ins {
background-color: #ff9;
color: #000;
text-decoration: none;
} 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;
} hr {
display: block;
height: 1px;
border: 0;
border-bottom: 1px solid #ddd;
margin: 0px;
padding: 0;
}
input, select {
vertical-align: middle;
}
img {
max-width: 100%;
height: auto;
border: none;
vertical-align: middle;
}
strong {
font-weight: bold;
}
body {
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
font-weight: 500;
font-size: 15px;
line-height: 2em;
letter-spacing: 0.05em;
color: #333333;
min-width: 1054px;
}
a:link {
color: #333;
}
a:visited {
color: #333;
text-decoration: none;
}
a:hover {
color: #999;
text-decoration: none;
}
a:active {
color: #333;
text-decoration: none;
}
.no-link {
pointer-events: none;
}
.container {
width: 1054px;
}
@media only screen and (max-width: 800px) {
body {
min-width: 0px;
}
.container {
width: 100%;
}
} .header_01 {
border-top: solid 5px #cc0000;
padding-top: 30px;
}
@media only screen and (max-width: 800px) {} .header_01 .gNavi>ul>li {
position: relative;
display: inline-block;
}
.header_01 .gNavi>ul>li:after {
content: " / ";
color: #a6a6a6;
margin: 0 5px;
}
.header_01 .gNavi>ul>li:last-Child:after {
content: "";
}
.header_01 .gNavi>ul>li>a {
text-decoration: none;
} .gNavi .dd {
position: relative;
z-index: 999999;
}
.gNavi .dd ul {
width: 100%;
position: absolute;
display: none;
left: -10px;
top: 20px;
background-color: rgba(255, 255, 255, 0.9);
padding-bottom: 5px;
padding: 5px;
}
.gNavi .dd ul li a {
display: block;
padding: 5px;
text-align: center;
color: #333;
font-size: 14px;
text-decoration: none;
}
@media only screen and (max-width: 800px) { .humberger {
background: #cc0000;
cursor: pointer;
display: block;
position: fixed;
top: 0;
right: 0;
width: 50px;
height: 50px;
z-index: 10000;
}
.humberger span {
background: #fff;
position: absolute;
left: 50%;
width: 25px;
height: 2px;
transform: translateX(-50%);
transition: 0.4s;
}
.humberger span:nth-of-type(1) {
top: 15px;
}
.humberger span:nth-of-type(2) {
top: 50%;
transform: translate(-50%, -50%);
}
.humberger span:nth-of-type(3) {
bottom: 15px;
}
.is-open .humberger span:nth-of-type(1) {
transform: translate(-50%, 9px) rotate(-45deg);
}
.is-open .humberger span:nth-of-type(2) {
opacity: 0;
}
.is-open .humberger span:nth-of-type(3) {
transform: translate(-50%, -9px) rotate(45deg);
}
.overlay {
background: transparent;
position: fixed;
pointer-events: none;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 10;
transition: 0.2s;
}
.is-open .overlay {
background: rgba(0, 0, 0, 0.7);
pointer-events: auto;
} .sp-navi {
-webkit-text-size-adjust: 100%;
position: fixed;
top: 0;
right: 0;
z-index: 9999;
}
.sp-navi.is-open .sp-navi-inner {
transform: translate3d(0, 0, 0);
}
.sp-navi .sp-navi-inner {
background: #ffffff;
position: fixed;
top: 0;
right: 0;
overflow: scroll;
overflow-x: hidden;
overflow-y: auto;
padding: 50px 0;
height: 100%;
width: 280px;
transition: .5s;
transform: translate3d(100%, 0, 0);
z-index: 10;
}
.sp-navi .sp-navi-inner .navi-main {
margin: 0 0 30px;
}
.sp-navi .sp-navi-inner .navi-main a {
color: #333;
}
.sp-navi .sp-navi-inner .navi-main>li {
border-bottom: 1px solid #ddd;
position: relative;
}
.sp-navi .sp-navi-inner .navi-main>li:before {
background: #cc0000;
content: "";
height: 3px;
width: 8px;
position: absolute;
left: 10px;
top: 23px;
}
.sp-navi .sp-navi-inner .navi-main>li:first-child {
border-top: 1px solid #ddd;
}
.sp-navi .sp-navi-inner .navi-main>li>a {
display: block;
font-size: 14px;
font-weight: 500;
letter-spacing: 2.5px;
padding: 15px 10px 15px 30px;
overflow: hidden;
line-height: 1.3em;
text-decoration: none;
}
.sp-navi .sp-navi-inner .navi-main>li>ul>li {
border-top: 1px dashed #ddd;
width: 100%;
}
.sp-navi .sp-navi-inner .navi-main>li>ul>li>a {
display: block;
font-size: 14px;
line-height: 1.3em;
padding: 10px 10px 10px 50px;
position: relative;
text-decoration: none;
}
.sp-navi .sp-navi-inner .navi-main>li>ul>li>a:before {
background: #cc0000;
content: "";
height: 1px;
width: 10px;
position: absolute;
left: 26px;
top: 19px;
}
.sp-navi .sp-navi-inner .navi-main>li>ul>li>ul>li>a {
display: block;
font-size: 14px;
line-height: 1.3em;
padding: 10px 10px 10px 60px;
position: relative;
text-decoration: none;
}
.sp-navi .sp-navi-inner .navi-other {
padding: 0 15px;
}
} .pagettl {
background: #f2f2f2;
position: relative;
padding: 90px 0;
text-align: center;
}
.pagettl .ttl_01 {
font-family: "FOT-セザンヌ ProN DB", sans-serif !important;
display: inline-block;
font-size: 30px;
color: #333333;
line-height: 1.5em;
position: relative;
z-index: 0;
margin-bottom: 20px;
}
.pagettl .ttl_02 {
font-family: 'Lato', sans-serif !important;
display: inline-block;
font-size: 18px;
color: #cc0000;
line-height: 1.5em;
position: relative;
z-index: 0;
}
.heading_back {
font-family: "FOT-セザンヌ ProN DB", sans-serif !important;
position: relative;
font-size: 28px;
line-height: 1.2;
color: #cc0000;
padding-bottom: 20px;
}
.heading_back::before {
content: '';
position: absolute;
bottom: 0;
display: inline-block;
width: 50px;
height: 2px;
left: 0;
background-color: #cc0000;
}
.heading_btmline, .postdata h4 {
font-family: "FOT-セザンヌ ProN DB", sans-serif !important;
position: relative;
font-size: 22px;
color: #000;
text-align: left;
border-bottom: 1px solid #dddddd;
padding-bottom: 10px;
}
.heading_large, .postdata h5 {
font-family: "FOT-セザンヌ ProN DB", sans-serif !important;
position: relative;
font-size: 18px;
padding-left: 15px;
color: #cc0000;
}
.heading_large::before, .postdata h5::before {
position: absolute;
display: inline-block;
top: 5px;
left: 0;
content: '';
background: url(//www.japan-gap-association.jp/wp-content/themes/temp01_05/images/under/h5_ico.png) no-repeat;
width: 4px;
height: 20px;
}
.ellipsis {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
@media only screen and (max-width: 800px) {
.heading_back {
font-size: 23px;
}
.heading_btmline, .postdata h4 {
font-size: 20px;
}
.heading_large, .postdata h5 {
font-size: 18px;
}
.pagettl {
height: auto;
padding: 60px 0;
background-size: cover;
}
.pagettl .ttl {
font-size: 26px;
}
} .contents {
float: left;
width: 740px;
}
@media only screen and (max-width: 800px) {
.contents {
float: none;
width: auto;
}
} .rNavi {
float: right;
width: 256px;
}
.rNavi .box {
background: #ffffff;
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
.rNavi h3 {
border-bottom: solid 1px #dddddd;
}
.rNavi li {
background: url(//www.japan-gap-association.jp/wp-content/themes/temp01_05/images/shared/arrow_ico.png) no-repeat left top 9px;
padding-left: 15px;
margin-bottom: 5px;
}
.rNavi li a {
text-decoration: none;
}
@media only screen and (max-width: 800px) {
.rNavi {
float: none;
width: auto;
max-width: 256px;
margin: auto;
}
}  .footer_01 li {
display: inline-block;
margin: 0 10px 20px;
}
.footer_nav {
border-top: solid 1px #dddddd;
background: #fafafa;
}
.footer_nav li {
background: url(//www.japan-gap-association.jp/wp-content/themes/temp01_05/images/shared/arrow_ico.png) no-repeat left top 6px;
padding-left: 10px;
margin-bottom: 10px;
}
.footer_nav li a {
text-decoration: none;
}
.footer_nav li a:hover {
text-decoration: underline;
}
.copyright {
font-family: Verdana, "Droid Sans";
}
.sp-navi-footer-fix {
display: none;
}
@media only screen and (max-width: 800px) {
.footer {
padding-bottom: 50px;
}
.pagetop {
display: none;
}
.sp-navi-footer-fix {
display: block;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 1000;
}
.sp-navi-btns {
display: flex;
width: 100%;
box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.15);
background: #f5f5f5;
}
.sp-navi-footer-fix .item {
background-size: 20px;
background-position: top 10px center;
background-repeat: no-repeat;
color: #333;
font-size: 10px;
line-height: 1;
letter-spacing: 0;
text-align: center;
white-space: nowrap;
padding: 0 0 5px;
}
.sp-navi-footer-fix .item.btn-info {
background-image: url(https://www.japan-gap-association.jp/wp-content/themes/temp01_05/images/shared/ico-info.png);
background-color: #C00;
width: 40%;
}
.sp-navi-footer-fix .item.btn-seminar {
background-image: url(https://www.japan-gap-association.jp/wp-content/themes/temp01_05/images/shared/ico-seminar.png);
background-color: #DE3E3E;
width: 40%;
}
.sp-navi-footer-fix .item.btn-pagetop {
background-image: url(https://www.japan-gap-association.jp/wp-content/themes/temp01_05/images/shared/ico-up.png);
width: 20%;
}
.sp-navi-btns .item a {
display: block;
padding: 35px 0 0;
text-decoration: none;
color: #FFF;
height: 100%;
}
.sp-navi-btns .item.btn-pagetop a {
color: #222;
}
}
.pagetop_btn {
position: fixed;
right: 20px;
bottom: 0;
display: block;
padding: 20px;
z-index: 999;
}
@media only screen and (max-width: 800px) {
.pagetop_btn {
right: 0;
bottom: 35px;
width: 50px;
padding: 5px;
}
} .table-bordered {
border-collapse: collapse;
width: 100%;
background-color: #fff;
}
.table-bordered th, .table-bordered td {
border: 1px solid #cc0000;
padding: 10px;
vertical-align: middle;
font-size: 16px;
}
.table-bordered th {
font-family: "FOT-セザンヌ ProN DB", sans-serif !important;
text-align: left;
background-color: #cc0000;
border-bottom: solid 1px #e15353;
width: 30%;
font-size: 16px;
color: #fff;
}
.table-bordered td {
text-align: left;
width: 50%;
color: #333;
} @media only screen and (max-width: 800px) {
.table-bordered {
width: 100%;
}
.sp-listlayout {
border: none !important;
}
.sp-listlayout tr {
display: block;
margin-bottom: 5px
}
.sp-listlayout th {
border: none !important;
display: list-item;
list-style: none;
width: 100% !important;
}
.sp-listlayout td {
border: none !important;
display: list-item;
list-style: none;
width: 100% !important;
}
.sp-listlayout {
table-layout: fixed;
}
.sp-listlayout * {
word-wrap: break-word;
}
} .mw_wp_form {
font-size: 13px;
margin: 0 0 20px;     }
.mw_wp_form dl {
border-top: #dddddd solid 1px;
border-left: #dddddd solid 1px;
border-right: #dddddd solid 1px;
margin: 0;
padding: 0;
overflow: hidden;
zoom: 1;
}
.mw_wp_form .formend {
border-bottom: #dddddd solid 1px !important;
}
.mw_wp_form dl dt, .mw_wp_form dl dd {
margin: 0;
padding: 20px 0 15px 10px;
}
.mw_wp_form dl dt {
float: left;
font-weight: bold;
padding-right: 20px;
width: 25%;
position: relative;
}
.mw_wp_form dl dt .mwform-require {
position: absolute;
top: 20px;
right: 20px;
}
.mw_wp_form dl dd {
overflow: hidden;
zoom: 1;
border-left: #dddddd solid 1px;
}
.mw_wp_form dl dd input, .mw_wp_form dl dd textarea, .mw_wp_form dl dd select {
border: #cccccc solid 1px;
border-radius: 3px;
margin: 0;
max-width: 88%;
padding: 9px 12px;
vertical-align: middle;
}
.mw_wp_form dl dd textarea {
width: 90%;
}
.mw_wp_form dl dd label {
margin: 0 10px 0 2px;
}
.mw_wp_form dl dd label input[type="checkbox"], .mw_wp_form dl dd label input[type="radio"] {
margin: 0 5px 0 0;
}
.mw_wp_form p.mwform-btn {
margin-top: 10px;
text-align: center;
}
.mw_wp_form p.mwform-btn input {
background-color: #f5f5f5;
border: #dddddd solid 1px;
border-radius: 3px;
color: #000;
cursor: pointer;
font-weight: normal;
padding: 10px 20px;
}
.mw_wp_form p.mwform-btn input:active, .mw_wp_form p.mwform-btn input:hover {
background-color: #eee;
}
.mw_wp_form .mwform-errors {
margin: 5px 0 0;
overflow: hidden;
zoom: 1; }
.mw_wp_form .mwform-errors .mwform-error {
float: left;
margin: 0 10px 0 0;
}
.mw_wp_form .mwform-errors .mwform-error span {
background-color: #F7CCE6;
border: #ee4d89 solid 1px;
border-radius: 3px;
color: #EE4D89;
display: inline-block;
font-size: 85%;
padding: 3px 6px 2px;
}
.mw_wp_form .mwform-require {
color: #fff;
background-color: #ff0000;
font-size: 85%;
padding: 1px 5px;
}
.mw_wp_form .mwform-field {
margin: 0 0 5px;
}
.mw_wp_form .mwform-note {
font-size: 85%;
}
.mw_wp_form .horizontal-item {
margin: 0 10px 0 0;
}
.mw_wp_form .horizontal-item+.horizontal-item {
margin: 0 10px 0 0;
} .mwform-checkbox-field {
display: inline-block;
white-space: wrap;
}
.mw_wp_form_confirm .agree {
display: none;
}
@media screen and (max-width: 480px) {
.mw_wp_form .horizontal-item {
margin: 0;
}
.mw_wp_form .horizontal-item+.horizontal-item {
margin: 0;
}
.mw_wp_form dl dt {
float: none;
width: auto;
padding-bottom: 10px;
}
.mw_wp_form dl dd {
padding-top: 0;
border-left: none;
}
}
.mailmagazine-inner {
border: 1px solid #DDD;
padding: 10px;
}
.box .mailmagazine-inner {
border: 0;
padding: 0;
}
.box .mailmagazine-inner h3 {
margin-bottom: 20px;
}
.mailmagazine .description {
margin-bottom: 10px;
font-size: 15px;
line-height: 1.5;
}
.mailmagazine .form-flex {
display: -webkit-box;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.mailmagazine .form-wrap {
position: relative;
padding-top: 25px;
}
.mailmagazine .form-wrap label {
position: absolute;
top: 0;
font-size: 13px;
font-weight: bold;
}
.mailmagazine .form-wrap input {
padding: 5px;
}
.mailmagazine .form-wrap.email input {
width: 100%;
}
.mailmagazine .form-btn {
margin: 14px auto;
text-align: center;
}
.mailmagazine .form-btn input {
-webkit-appearance: none;
border: 1px solid #C00;
border-bottom: 2px solid #C00;
background: #FFF;
color: #C00;
font-weight: bold;
padding: 4px 30px;
cursor: pointer;
}
@media screen and (max-width: 800px) {
.mailmagazine .form-flex {
display: -webkit-box;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: flex-start;
justify-content: flex-start;
}
.mailmagazine .form-wrap,
.mailmagazine .form-wrap input {
width: 100%;
}
}   .more-btn a {
background: url(//www.japan-gap-association.jp/wp-content/themes/temp01_05/images/shared/arrow_ico.png) no-repeat 10px 50%;
font-family: "FOT-セザンヌ ProN DB", sans-serif !important;
font-size: 15px;
line-height: 1.6;
color: #cc0000;
text-align: center;
padding: 10px 30px;
text-decoration: none;
display: inline-block;
min-width: 200px;
border-top: solid 2px #cc0000;
border-right: solid 2px #cc0000;
border-bottom: solid 3px #cc0000;
border-left: solid 2px #cc0000;
transition: .3s ease;
}
.more-btn a:hover {
opacity: 0.5;
} .topics_sec article ul {
padding-left: 1.5em;
}
.topics_sec article ul li {
list-style: outside disc;
}
.topics_sec article p {
margin-bottom: 15px;
}
.topics_sec article p:last-Child {
margin-bottom: 0px;
}
.topics_sec .category li {
display: inline-block;
vertical-align: middle;
}
.anchor-btn {
display: -webkit-box;
display: flex;
margin-bottom: 30px;
}
.anchor-btn li+li {
margin-left: 10px;
}
@media screen and (max-width: 800px) { .anchor-btn {
flex-wrap: wrap;
justify-content: center;
}
.anchor-btn li+li {
margin-top: 20px;
margin-left: 0;
}
}
ol {
padding-left: 2em;
}
ol li {
list-style: outside decimal;
}
.list_disc {
padding-left: 20px;
}
.list_disc li {
list-style: outside disc;
}
.list_indent {
padding-left: 1em;
}
.list_indent li {
text-indent: -1em;
}
.notice {
padding-left: 1em;
text-indent: -1em;
}
.postdata p,
.postdata ul,
.postdata ol {
margin-bottom: 20px;
}
.postdata ul li {
list-style: disc;
}
.postdata ol li {
list-style: decimal;
}
.postdata strong {
font-weight: bold;
}
.postdata em {
font-style: italic;
}
.postdata a {
text-decoration: underline;
}
.postdata a:hover {
text-decoration: none;
}
@media screen and (max-width: 800px) {
.postdata .iframe-container {
position: relative;
overflow: hidden;
height: 0;
width: 100%;
padding-bottom: 56.25%;
margin-bottom: 20px;
}
.postdata .iframe-container iframe {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
} .rob.mg10 {
margin: 0px -8px;
}
.rob.mg10 .coll-1, .rob.mg10 .coll-2, .rob.mg10 .coll-3, .rob.mg10 .coll-4, .rob.mg10 .coll-5, .rob.mg10 .coll-6, .rob.mg10 .coll-7, .rob.mg10 .coll-8, .rob.mg10 .coll-9, .rob.mg10 .coll-10, .rob.mg10 .coll-11, .rob.mg10 .coll-12 {
padding: 0px 8px;
}
.iframe_wrap_pg {
position: relative;
width: 100%;
padding-top: 50%; }
.iframe_wrap_top {
position: relative;
width: 100%;
padding-top: 233px
}
.iframe_wrap_pg iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
.iframe_wrap_top iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
} .main {
background: url(//www.japan-gap-association.jp/wp-content/themes/temp01_05/images/main.jpg) center top / cover no-repeat;
height: 550px;
padding-top: 230px;
} .side_fix_ar {
position: fixed;
top: 29%;
right: 0px;
z-index: 99;
} .flex {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.flex li {
width: 32%;
margin-bottom: 40px;
}
.flex li a {
text-decoration: none;
}
.flex02 {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.flex02 li {
width: 32%;
margin-bottom: 40px;
}
.flex02 li a {
text-decoration: none;
} .line_right {
display: flex;
align-items: center;
}
.line_right::after {
margin-left: 15px;
border-top: 1px solid #dddddd;
content: "";
flex-grow: 1;
} .top_art01 {
background: #f2f2f2;
}
.top_art01 .infomation {
background: #ffffff;
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
.top_art01 .infomation .area_01 {
padding: 10px 30px 10px 20px;
border-bottom: solid 1px #dddddd;
}
.top_art01 .infomation .area_01 h2 {
display: flex;
align-items: center;
}
.top_art01 .infomation .area_01 h2 span {
margin: 0 10px;
}
.top_art01 .infomation .area_02 {
padding: 30px 30px 10px;
}
.top_art01 .infomation .area_02 ul {
margin-bottom: 20px;
}
.top_art01 .infomation .area_02 li {
display: inline-block;
}
.top_art01 .infomation .area_02 li a {
text-decoration: none;
}
.top_art02 {
background: #fafafa;
}
.top_art02 .back-img {
background: url(//www.japan-gap-association.jp/wp-content/themes/temp01_05/images/top0201.png) no-repeat right top;
}
.top_art02 .back-img p {
background: rgba(250, 250, 250, 0.8);
padding: 30px;
}
.top_art04 {
background: #fafafa;
}
.top_art04 .group {
background: #ffffff;
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
padding: 30px;
}
.top_art04 .group hr {
border-bottom: 1px solid #dddddd;
margin-bottom: 20px;
}
.top_art05 {
background: #cc0000;
}
.pg02 .item h6 {
display: inline-block;
border-bottom: solid 1px #ffffff;
}
.more-btn_01 a {
background: url(//www.japan-gap-association.jp/wp-content/themes/temp01_05/images/shared/arrow_ico_w.png) no-repeat 10px 50%;
font-family: "FOT-セザンヌ ProN DB", sans-serif !important;
font-size: 15px;
line-height: 1.6;
color: #ffffff;
text-align: center;
padding: 10px 30px;
text-decoration: none;
display: inline-block;
width: 100%;
border-top: solid 2px #ffffff;
border-right: solid 2px #ffffff;
border-bottom: solid 3px #ffffff;
border-left: solid 2px #ffffff;
transition: .3s ease;
}
.more-btn_01 a:hover {
opacity: 0.5;
}
.more-btn_02 a {
background: url(//www.japan-gap-association.jp/wp-content/themes/temp01_05/images/shared/arrow_ico.png) no-repeat 10px 50% #ffffff;
font-family: "FOT-セザンヌ ProN DB", sans-serif !important;
font-size: 15px;
line-height: 1.6;
color: #cc0000;
text-align: center;
padding: 10px 30px;
text-decoration: none;
display: inline-block;
width: 100%;
transition: .3s ease;
}
.more-btn_02 a:hover {
opacity: 0.5;
}
@media only screen and (max-width: 800px) {
.main {
height: auto;
padding: 90px 30px;
}
.flex li {
width: 48%;
}
.flex02 {
display: block;
}
.flex02 li {
width: 100%;
}
.top_art01 .infomation .area_01 {
padding: 10px 0;
}
.top_art01 .infomation .area_01 h2 {
display: block;
text-align: center;
}
.top_art02 .back-img {
background: none;
}
.top_art02 .back-img p {
padding: 0;
margin-bottom: 20px;
}
.top_art02 .back-img h3 {
margin-bottom: 20px;
}
} .number {
text-align: center;
margin-bottom: 20px;
}
.number a {
background: #f7f4f1;
border-radius: 4px;
color: #333;
display: inline-block;
margin: 0 5px 10px;
padding: 5px 15px;
text-decoration: none;
transition: .2s;
}
.number a:hover {
background: #cc0000;
color: #fff;
text-decoration: none;
}
.number .current {
color: #fff;
background: #cc0000;
border-radius: 5px;
box-shadow: 0 2px 0 #ddd;
display: inline-block;
margin: 0 5px 10px;
padding: 5px 15px;
} .pager {
padding-left: 0;
margin: 20px 0;
list-style: none;
text-align: center;
}
.pager li {
display: inline;
}
.pager li>a, .pager li>span {
background: #faf9f7;
border-radius: 4px;
color: #333;
display: inline-block;
margin: 0 5px 10px;
padding: 5px 15px;
text-decoration: none !important;
transition: .2s;
}
.pager li>a:hover, .pager li>a:focus {
background: #cc0000;
color: #fff;
text-decoration: none;
}
.pager .disabled>a, .pager .disabled>a:hover, .pager .disabled>a:focus, .pager .disabled>span {
color: #FFF;
background: #cc0000;
cursor: not-allowed;
text-decoration: none;
}
.no-tel-link {
pointer-events: none;
}
@media only screen and (max-width: 800px) {
.no-tel-link {
pointer-events: auto;
}
}
.grecaptcha-badge {
bottom: 90px !important;
}
@media only screen and (max-width: 800px) {
.grecaptcha-badge {
bottom: 60px !important;
}
}
.movie {
width: 100%;
aspect-ratio: 16 / 9;
}
.movie iframe {
width: 100%;
height: 100%;
}
 .font01 {
font-family: "FOT-セザンヌ ProN DB", sans-serif !important;
line-height: 1.75em;
letter-spacing: 0.05em;
}
.font02 {
font-family: 'Lato', sans-serif !important;
letter-spacing: 0.1em;
} .fo-white {
color: #FFFFFF !important;
}
.fo-red {
color: #cc0000 !important;
}
.fo-gray {
color: #aaaaaa !important;
}
.fo-green {
color: #00b900 !important;
}
.fo-orange {
color: #f37e00 !important;
} .back-white {
background-color: #FFFFFF !important;
}
.back-gray {
background-color: #f7f7f7 !important;
}
.back-red {
background-color: #cc0000 !important;
}
.back-black {
background-color: #333333 !important;
}
.chunk_80-40 {
margin-bottom: 80px !important;
}
.chunk_60-30 {
margin-bottom: 60px !important;
}
.chunktop_60-30 {
padding-top: 60px !important;
}
.chunktop_100-50 {
padding-top: 100px !important;
}
.chunkpad_40-20 {
padding-top: 40px !important;
padding-bottom: 40px !important;
}
.chunkpad_60-30 {
padding-top: 60px !important;
padding-bottom: 60px !important;
}
.chunkpad_80-40 {
padding-top: 80px !important;
padding-bottom: 80px !important;
}
.chunk_40-20 {
margin-bottom: 40px !important;
}
.rm30-0 {
margin-right: 30px;
}
.lm40-0 {
margin-left: 40px;
}
.tm30-0 {
margin-top: 30px;
}
.tp30-0 {
padding-top: 30px;
}
.rp30-15 {
padding-right: 30px !important;
}
.lp30-15	{
padding-left: 30px !important;
}
@media only screen and (max-width: 800px) {
.chunk_80-40 {
margin-bottom: 40px !important;
}
.chunk_60-30 {
margin-bottom: 30px !important;
}
.chunktop_60-30 {
padding-top: 30px !important;
}
.chunktop_100-50 {
padding-top: 50px !important;
}
.chunkpad_40-20 {
padding-top: 20px !important;
padding-bottom: 20px !important;
}
.chunkpad_60-30 {
padding-top: 30px !important;
padding-bottom: 30px !important;
}
.chunkpad_80-40 {
padding-top: 40px !important;
padding-bottom: 40px !important;
}
.chunk_40-20 {
margin-bottom: 20px !important;
}
.rm30-0 {
margin-right: 0;
}
.lm40-0 {
margin-left: 0;
}
.tm30-0 {
margin-top: 0;
}
.tp30-0 {
padding-top: 0;
}
.rp30-15 {
padding-right: 15px !important;
}
.lp30-15	{
padding-left: 15px !important;
}
} .full-mg-00 {
margin: 0 !important;
}
.full-mg-05 {
margin: 5px !important;
}
.full-mg-10 {
margin: 10px !important;
}
.full-mg-15 {
margin: 15px !important;
}
.full-mg-20 {
margin: 20px !important;
}
.full-mg-30 {
margin: 30px !important;
}
.full-mg-40 {
margin: 40px !important;
}
.top-mg-00 {
margin-top: 0px !important;
}
.top-mg-05 {
margin-top: 5px !important;
}
.top-mg-10 {
margin-top: 10px !important;
}
.top-mg-15 {
margin-top: 15px !important;
}
.top-mg-20 {
margin-top: 20px !important;
}
.top-mg-30 {
margin-top: 30px !important;
}
.top-mg-40 {
margin-top: 40px !important;
}
.right-mg-00 {
margin-right: 0 !important;
}
.right-mg-05 {
margin-right: 5px !important;
}
.right-mg-10 {
margin-right: 10px !important;
}
.right-mg-15 {
margin-right: 15px !important;
}
.right-mg-20 {
margin-right: 20px !important;
}
.right-mg-30 {
margin-right: 30px !important;
}
.right-mg-40 {
margin-right: 40px !important;
}
.bottom-mg-00 {
margin-bottom: 0px !important;
}
.bottom-mg-05 {
margin-bottom: 5px !important;
}
.bottom-mg-10 {
margin-bottom: 10px !important;
}
.bottom-mg-15 {
margin-bottom: 15px !important;
}
.bottom-mg-20 {
margin-bottom: 20px !important;
}
.bottom-mg-25 {
margin-bottom: 25px !important;
}
.bottom-mg-30 {
margin-bottom: 30px !important;
}
.bottom-mg-40 {
margin-bottom: 40px !important;
}
.bottom-mg-60 {
margin-bottom: 60px !important;
}
.bottom-mg-80 {
margin-bottom: 80px !important;
}
.left-mg-00 {
margin-left: 0 !important;
}
.left-mg-05 {
margin-left: 5px !important;
}
.left-mg-10 {
margin-left: 10px !important;
}
.left-mg-15 {
margin-left: 15px !important;
}
.left-mg-20 {
margin-left: 20px !important;
}
.left-mg-30 {
margin-left: 30px !important;
}
.left-mg-40 {
margin-left: 40px !important;
}
.left-mg-100 {
margin-left: 100px !important;
} .full-pad-00 {
padding: 0px !important;
}
.full-pad-05 {
padding: 5px !important;
}
.full-pad-10 {
padding: 10px !important;
}
.full-pad-15 {
padding: 15px !important;
}
.full-pad-20 {
padding: 20px !important;
}
.full-pad-30 {
padding: 30px !important;
}
.full-pad-40 {
padding: 40px !important;
}
.top-pad-00 {
padding-top: 0 !important;
}
.top-pad-05 {
padding-top: 5px !important;
}
.top-pad-10 {
padding-top: 10px !important;
}
.top-pad-15 {
padding-top: 15px !important;
}
.top-pad-20 {
padding-top: 20px !important;
}
.top-pad-30 {
padding-top: 30px !important;
}
.top-pad-40 {
padding-top: 40px !important;
}
.right-pad-00 {
padding-right: 0 !important;
}
.right-pad-05 {
padding-right: 5px !important;
}
.right-pad-10 {
padding-right: 10px !important;
}
.right-pad-15 {
padding-right: 15px !important;
}
.right-pad-20 {
padding-right: 20px !important;
}
.right-pad-30 {
padding-right: 30px !important;
}
.right-pad-40 {
padding-right: 40px !important;
}
.right-pad-60 {
padding-right: 60px !important;
}
.bottom-pad-00 {
padding-bottom: 0 !important;
}
.bottom-pad-05 {
padding-bottom: 5px !important;
}
.bottom-pad-10 {
padding-bottom: 10px !important;
}
.bottom-pad-15 {
padding-bottom: 15px !important;
}
.bottom-pad-20 {
padding-bottom: 20px !important;
}
.bottom-pad-30 {
padding-bottom: 30px !important;
}
.bottom-pad-40 {
padding-bottom: 40px !important;
}
.left-pad-00 {
padding-left: 0 !important;
}
.left-pad-05 {
padding-left: 5px !important;
}
.left-pad-10 {
padding-left: 10px !important;
}
.left-pad-15 {
padding-left: 15px !important;
}
.left-pad-20 {
padding-left: 20px !important;
}
.left-pad-30 {
padding-left: 30px !important;
}
.left-pad-40 {
padding-left: 40px !important;
}
.left-pad-60 {
padding-left: 60px !important;
}  .full-border{
border: solid 1px #8ac075 !important;
}
.top-border {
border-top: solid 3px #8ac075 !important;
}
.right-border {
border-right: solid 1px #8ac075 !important;
}
.bottom-border {
border-bottom:solid 1px #8ac075 !important;
}
.left-border {
border-left:solid 1px #8ac075 !important;
} .left {
float: left !important;
}
.right {
float: right !important;
}  .fo10 {
font-size: 10px !important;
}
.fo11 {
font-size: 11px !important;
}
.fo12 {
font-size: 12px !important;
}
.fo13 {
font-size: 13px !important;
}
.fo14 {
font-size: 14px !important;
}
.fo15 {
font-size: 15px !important;
}
.fo16 {
font-size: 16px !important;
}
.fo17 {
font-size: 17px !important;
}
.fo18 {
font-size: 18px !important;
}
.fo19 {
font-size: 19px !important;
}
.fo20 {
font-size: 20px !important;
}
.fo21 {
font-size: 21px !important;
}
.fo22 {
font-size: 22px !important;
}
.fo23 {
font-size: 23px !important;
}
.fo24 {
font-size: 24px !important;
}
.fo25 {
font-size: 25px !important;
}
.fo26 {
font-size: 26px;
}
.fo27 {
font-size: 27px !important;
}
.fo28 {
font-size: 28px !important;
}
.fo30 {
font-size: 30px;
}
.fo31 {
font-size: 31px;
}
.fo32 {
font-size: 32px;
}
.fo34 {
font-size: 34px;
}
.fo36 {
font-size: 36px !important;
}
.fo38 {
font-size: 38px !important;
}
.fo40 {
font-size: 40px !important;
}
.fo48 {
font-size: 48px !important;
}
@media only screen and (max-width: 800px) {
.fo24 {
font-size: 22px !important;
}
.fo26 {
font-size: 22px;
}
.fo30 {
font-size: 24px;
}
.fo31 {
font-size: 24px;
}
.fo32 {
font-size: 24px;
}
.fo34 {
font-size: 24px;
}
.fo36 {
font-size: 24px !important;
}
.fo45 {
font-size: 26px !important;
}
.fo48 {
font-size: 28px !important;
}
} .bold {
font-weight: bold !important;
}
.fo-nomal {
font-weight: normal !important;
}
.lh12 {
line-height: 1.2em !important;
}
.lh14 {
line-height: 1.4em !important;
}
.lh18 {
line-height: 1.8em !important;
}
.lh20 {
line-height: 2em !important;
} .text-left {
text-align: left !important;
}
.text-right {
text-align: right !important;
}
.text-center {
text-align: center !important;
}
.text-left_s-center{
text-align:left !important;
}
.text-right_s-center{
text-align:right !important;
}
.text-center_s-left{
text-align:center !important;
}
.text-center_s-right{
text-align:center !important;
}
.text-right_s-left{
text-align:right !important;
}
@media only screen and (max-width: 800px) {
.text-left_s-center,.text-right_s-center {
text-align:center !important;
}
.text-center_s-left {
text-align:left !important;
}
.text-center_s-right{
text-align:right !important;
}
.text-right_s-left {
text-align: left !important;
}
} .pos-ab {
position: absolute !important;
}
.pos-rel {
position: relative !important;
} .hv {
opacity: 1.0 !important;
filter: alpha(opacity=100) !important;
-ms-filter: "alpha( opacity=100 )" !important;
}
.hv:hover {
opacity: 0.8 !important;
filter: alpha(opacity=80) !important;
-ms-filter: "alpha( opacity=80 )" !important;
}  * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.container_fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.rob {
margin-left: -15px;
margin-right: -15px;
}
.cols-1, .coll-1, .cols-2, .coll-2, .cols-3, .coll-3, .cols-4, .coll-4, .cols-5, .coll-5, .cols-6, .coll-6, .cols-7, .coll-7, .cols-8, .coll-8, .cols-9, .coll-9, .cols-10, .coll-10, .cols-11, .coll-11, .cols-12, .coll-12, .cols-user01, .coll-user01, .cols-user02, .coll-user02, .cols-user03, .coll-user03 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.cols-1, .cols-2, .cols-3, .cols-4, .cols-5, .cols-6, .cols-7, .cols-8, .cols-9, .cols-10, .cols-11, .cols-12, .cols-user01, .cols-user02, .cols-user03 {
float: left;
}
.cols-12 {
width: 100%;
}
.cols-11 {
width: 91.66666667%;
}
.cols-10 {
width: 83.33333333%;
}
.cols-9 {
width: 75%;
}
.cols-8 {
width: 66.66666667%;
}
.cols-7 {
width: 58.33333333%;
}
.cols-6 {
width: 50%;
}
.cols-5 {
width: 41.66666667%;
}
.cols-4 {
width: 33.33333333%;
}
.cols-3 {
width: 25%;
}
.cols-2 {
width: 16.66666667%;
}
.cols-1 {
width: 8.33333333%;
}
.cols-user01{
width:;
}
.cols-user02{
width:;
}
.cols-user03{
width:;
}
.cols-pull-12 {
right: 100%;
}
.cols-pull-11 {
right: 91.66666667%;
}
.cols-pull-10 {
right: 83.33333333%;
}
.cols-pull-9 {
right: 75%;
}
.cols-pull-8 {
right: 66.66666667%;
}
.cols-pull-7 {
right: 58.33333333%;
}
.cols-pull-6 {
right: 50%;
}
.cols-pull-5 {
right: 41.66666667%;
}
.cols-pull-4 {
right: 33.33333333%;
}
.cols-pull-3 {
right: 25%;
}
.cols-pull-2 {
right: 16.66666667%;
}
.cols-pull-1 {
right: 8.33333333%;
}
.cols-pull-0 {
right: auto;
}
.cols-push-12 {
left: 100%;
}
.cols-push-11 {
left: 91.66666667%;
}
.cols-push-10 {
left: 83.33333333%;
}
.cols-push-9 {
left: 75%;
}
.cols-push-8 {
left: 66.66666667%;
}
.cols-push-7 {
left: 58.33333333%;
}
.cols-push-6 {
left: 50%;
}
.cols-push-5 {
left: 41.66666667%;
}
.cols-push-4 {
left: 33.33333333%;
}
.cols-push-3 {
left: 25%;
}
.cols-push-2 {
left: 16.66666667%;
}
.cols-push-1 {
left: 8.33333333%;
}
.cols-push-0 {
left: auto;
}
.cols-offset-12 {
margin-left: 100%;
}
.cols-offset-11 {
margin-left: 91.66666667%;
}
.cols-offset-10 {
margin-left: 83.33333333%;
}
.cols-offset-9 {
margin-left: 75%;
}
.cols-offset-8 {
margin-left: 66.66666667%;
}
.cols-offset-7 {
margin-left: 58.33333333%;
}
.cols-offset-6 {
margin-left: 50%;
}
.cols-offset-5 {
margin-left: 41.66666667%;
}
.cols-offset-4 {
margin-left: 33.33333333%;
}
.cols-offset-3 {
margin-left: 25%;
}
.cols-offset-2 {
margin-left: 16.66666667%;
}
.cols-offset-1 {
margin-left: 8.33333333%;
}
.cols-offset-0 {
margin-left: 0%;
}
@media (min-width: 800px) {
.coll-1, .coll-2, .coll-3, .coll-4, .coll-5, .coll-6, .coll-7, .coll-8, .coll-9, .coll-10, .coll-11, .coll-12 {
float: left;
}
.coll-12 {
width: 100%;
}
.coll-11 {
width: 91.66666667%;
}
.coll-10 {
width: 83.33333333%;
}
.coll-9 {
width: 75%;
}
.coll-8 {
width: 66.66666667%;
}
.coll-7 {
width: 58.33333333%;
}
.coll-6 {
width: 50%;
}
.coll-5 {
width: 41.66666667%;
}
.coll-4 {
width: 33.33333333%;
}
.coll-3 {
width: 25%;
}
.coll-2 {
width: 16.66666667%;
}
.coll-1 {
width: 8.33333333%;
}
.coll-pull-12 {
right: 100%;
}
.coll-pull-11 {
right: 91.66666667%;
}
.coll-pull-10 {
right: 83.33333333%;
}
.coll-pull-9 {
right: 75%;
}
.coll-pull-8 {
right: 66.66666667%;
}
.coll-pull-7 {
right: 58.33333333%;
}
.coll-pull-6 {
right: 50%;
}
.coll-pull-5 {
right: 41.66666667%;
}
.coll-pull-4 {
right: 33.33333333%;
}
.coll-pull-3 {
right: 25%;
}
.coll-pull-2 {
right: 16.66666667%;
}
.coll-pull-1 {
right: 8.33333333%;
}
.coll-pull-0 {
right: auto;
}
.coll-push-12 {
left: 100%;
}
.coll-push-11 {
left: 91.66666667%;
}
.coll-push-10 {
left: 83.33333333%;
}
.coll-push-9 {
left: 75%;
}
.coll-push-8 {
left: 66.66666667%;
}
.coll-push-7 {
left: 58.33333333%;
}
.coll-push-6 {
left: 50%;
}
.coll-push-5 {
left: 41.66666667%;
}
.coll-push-4 {
left: 33.33333333%;
}
.coll-push-3 {
left: 25%;
}
.coll-push-2 {
left: 16.66666667%;
}
.coll-push-1 {
left: 8.33333333%;
}
.coll-push-0 {
left: auto;
}
.coll-offset-12 {
margin-left: 100%;
}
.coll-offset-11 {
margin-left: 91.66666667%;
}
.coll-offset-10 {
margin-left: 83.33333333%;
}
.coll-offset-9 {
margin-left: 75%;
}
.coll-offset-8 {
margin-left: 66.66666667%;
}
.coll-offset-7 {
margin-left: 58.33333333%;
}
.coll-offset-6 {
margin-left: 50%;
}
.coll-offset-5 {
margin-left: 41.66666667%;
}
.coll-offset-4 {
margin-left: 33.33333333%;
}
.coll-offset-3 {
margin-left: 25%;
}
.coll-offset-2 {
margin-left: 16.66666667%;
}
.coll-offset-15 {
margin-left: 12.5%;
}
.coll-offset-1 {
margin-left: 8.33333333%;
}
.coll-offset-05 {
margin-left: 4.1666666667%;
}
.coll-offset-0 {
margin-left: 0%;
}
} .pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
}
.pagination > li {
display: inline;
}
.pagination > li > a, .pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
line-height: 1.42857143;
text-decoration: none;
color: #44301f;
background-color: #ffffff;
border: 1px solid #44301f;
margin-left: -1px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
margin-left: 0;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
color: #44301f;
background-color: #fcf7eb;
border-color: #44301f;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
z-index: 2;
color: #ffffff;
background-color: #44301f;
border-color: #44301f;
cursor: default;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
color: #777777;
background-color: #ffffff;
border-color: #44301f;
cursor: not-allowed;
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container_fluid:before, .container_fluid:after, .rob:before, .rob:after, .pager:before, .pager:after {
content: " ";
display: table;
}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container_fluid:after, .rob:after, .pager:after {
clear: both;
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before,
.dl-horizontal dd:after, .container:before, .container:after, .container_fluid:before, .container_fluid:after , .rob:before, .rob:after, .pager:before, .pager:after {
content: " ";
display: table;
}
.clearfix:after, .dl-horizontal dd:after,.container:after, .container_fluid:after, .rob:after, .pager:after  {
clear: both;
} @media (max-width: 800px) {
.hidden-s {
display: none !important;
}
}
@media (min-width: 801px) {
.hidden-l {
display: none !important;
}
} img {
vertical-align: middle;
} img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
margin: 15px 0px 15px 20px;
float: right;
}
img.alignleft {
margin: 15px 20px 15px 0px;
float: left;
}
img.alignnone {
margin: 15px 20px 15px 0px;
}
img.aligncenter {
display: block;
margin: 15px auto;
}