@charset "utf-8";
/******************************************************

        スマホサイト用

******************************************************/
@media screen and (max-width: 767px) {


/******************************************************/
/* main 共通  */
/******************************************************/
* {
    margin: 0;
    padding: 0; }
html {
    font-size: 5px;
}
body {
    background: #eaf7fa;
    color: #111;
    font-size: 2.4rem;
    line-height: 1.6;
    text-align: center;
    font-family:
        Arial,
        Helvetica,
        sans-serif;
    -webkit-text-size-adjust: 100%;
}
p {
    text-align: justify;
}
dt {
}
dd {
}
strong, th {
    font-weight: bold;
}
ul, ol {
}
li {
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}
td p, td li, td dt, td dd, dd li, dd p, li p, li li {
}
table {
    font-size: 100%;
    line-height: 1.6;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right-style: none;
    border-bottom-style: none;
}
tr {
    text-align: left;
    vertical-align: top;
}
td, th {
    padding: 9px;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-top-style: none;
    border-left-style: none;
    outline-style: none;
}
hr {
    text-align:        left;
    vertical-align:    top;
    height: 1px;
    border-top-style:  none;
    border-bottom:     1px solid #cccccc;
    border-right-style: none;
    border-left-style: none;
    outline-style:     none;
}
a:link {
    color: #007edf;
}
a:visited {}
a:hover {}
a:active {}
img {
    border-style: none;
    border-width: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
.pc { display: none !important; }
#top {
}
#wrapper {
    background: url(../media/2025/sp_bg.png) no-repeat center top;
    background-size: 100% auto;
}
.inbox {
}
.totop {}
.osaka { font-family: osaka; }


/* header ////////////////////////////////////////////////// */
#header {
    position: relative;
}
#header h1 {
    padding: 3.125vw;
    height: 28.125vw;
}
#header h1 a {
    background: url(../media/sp_logo.png) no-repeat;
    background-size: 37.5vw 28.125vw;
    width: 37.5vw;
    height: 28.125vw;
    display: block;
    text-indent: -9999px;
}



/* footer ////////////////////////////////////////////////// */
#f_subnav {
    gap: 20px;
    width: 93.75vw;
    margin: 0 auto;
    padding: 0 0 6vw;
}
#f_subnav li {
    margin-top: .65em;
}
#f_subnav li a {
    color: #333;
    text-decoration: none;
}
#f_subnav li a:hover {
    text-decoration: underline;
}
#f_subnav li a[target="_blank"] {
    background: url("../media/ico_new_tab.png") no-repeat left center;
    padding-left: 18px;
}
#footer {
    background: url(../media/sp_footer_bg.png) no-repeat center top;
    background-size: cover;
    height: 15.9375vw;
}
#f-in {
    height: 15.9375vw;
    width: 100%;
    display: table;
}
.copyright {
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.5;
    padding-top: 1vw;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
#footer .totop {
    display: none;
}



/* content ////////////////////////////////////////////////// */
#content {
    background: url(../media/sp_bg_white.png) repeat-y center top;
    background-size: 100% auto;
    width: 93.75vw;
    border: 1px solid #66c6dc;
    border-radius: 3.125vw;
    margin: 0 auto 7.25vw;
}
#content-in {
    padding: 0 0 9.375vw;
}
#mn {
}
.kaigaT {
    display: none;
}
.syodoT {
    display: none;
}
#content .kaigaLi {
    background: url(../media/2025/sp_tp-kaiga-t.png) no-repeat center top;
    background-size: 100% auto;
    padding: 32.8125vw 4.6875vw 6.75vw;
    display: flex;
    justify-content: space-between;
}
#content .syodoLi {
    background: url(../media/2025/sp_tp-syodo-t.png) no-repeat center top;
    background-size: 100% auto;
    padding: 33.75vw 4.6875vw 6.75vw;
    display: flex;
    justify-content: space-between;
}
#content .kaigaLi li,
#content .syodoLi li {
    width: 41.25vw;
    text-align: center;
}
#content .kaigaLi li a,
#content .syodoLi li a {
    background-size: 100% auto;
    display: block;
    width: 41.25vw;
    padding-top: 43.75vw;
}
#content .kaigaLi .lower a {
    background: url(../media/2025/sp_mn01.jpg) no-repeat;
    background-size: 100% auto;
}
#content .kaigaLi .upper a {
    background: url(../media/2025/sp_mn02.jpg) no-repeat;
    background-size: 100% auto;
}
#content .syodoLi .lower a {
    background: url(../media/2025/sp_mn03.png) no-repeat;
    background-size: 100% auto;
}
#content .syodoLi .upper a {
    background: url(../media/2025/sp_mn04.png) no-repeat;
    background-size: 100% auto;
}

#shinsain {
    clear: both;
    padding: 0 4.6875vw;
}
#shinsain dl {
    border: 1px solid #ddd;
    margin-top: 2.5vw;
}
#shinsain dt {
    background: #eeeeee;
    font-size: 2.4rem;
    padding: 1.875vw;
}
#shinsain dd {
    display: flex;
    align-items: center;
    padding: 1.875vw;
    text-align: left;
}
#shinsain dd span {
    font-size: 2.2rem;
    line-height: 1.35;
    padding-right: 20px;
    flex-grow: 1;
}
#shinsain dd strong {
    font-size: 2.4rem;
    font-weight: normal;
    width: 5em;
    flex-shrink: 0;
    margin-left: 5px;
}


/* gallery ////////////////////////////////////////////////// */
#content .gallery {
}
#content .menu {
    padding: 5.625vw 4.6875vw;
}
#content .menu ul {
    display: flex;
    border: 1px solid #66c6dc;
}
#content .menu ul:nth-of-type(2) {
    margin-top: 1.875vw;
}
#content .menu li {
    flex-grow: 1;
    font-size: 2.4rem;
    text-align: center;
    border-left: 1px solid #66c6dc;
    padding: 0.975vw;
}
#content .menu li:nth-of-type(1) {
    color: #fff;
    background: #66c6dc;
    flex-grow: 0;
    width: 6em;
}
#content .menu li a {
    color: #333;
}
#content .menu li.active a {
    font-weight: bold;
    text-decoration: none;
}
#content .menu li a span {
    display: none;
}
#content #fn .menu {
    padding-bottom: 0;
}


.kaigaT2L {
    background: url(../media/2025/sp_tp-kaiga-t2-l.png) no-repeat center top;
    background-size: 93.75vw 50vw;
    height: 50vw;
    text-indent: -9999px;
}
.kaigaT2U {
    background: url(../media/2025/sp_tp-kaiga-t2-u.png) no-repeat center top;
    background-size: 93.75vw 50vw;
    height: 50vw;
    text-indent: -9999px;
}
.syodoT2L {
    background: url(../media/2025/sp_tp-syodo-t2-l.png) no-repeat center top;
    background-size: 93.75vw 43.75vw;
    height: 50vw;
    text-indent: -9999px;
}
.syodoT2U {
    background: url(../media/2025/sp_tp-syodo-t2-u.png) no-repeat center top;
    background-size: 93.75vw 43.75vw;
    height: 50vw;
    text-indent: -9999px;
}
#content .click {
    text-align: center;
    padding: 0;
    margin-top: -10.5vw;
    position: relative;
    z-index: 10;
    color: #555;
    font-size: 2rem;
}

#content .gallery {
    position: relative;
    padding: 3.125vw 4.6875vw 0;
}
#content .gallery table {
    border: none;
    display: block;
}
#content .gallery table tbody {
    display: block;
}
#content .gallery table tr {
    display: block;
    display: flex;
    flex-wrap: wrap;
}
#content .gallery td {
    margin-top: 11.25vw;
    padding: 0 0 2vw;
    border: none;
    display: block;
    width: 40vw;
    position: relative;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.35;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
#content .gallery td:nth-of-type(2n+1) {
    margin-right: 4.375vw;
}
#content .gallery td a {
    color: #555;
    text-decoration: none;
}
#content .gallery td a img {
    max-width: 40vw;
    max-height: 40vw;
    width: auto;
    height: auto;
}

#content .gallery .cap {
    margin-top: 2.5vw;
}
#content .gallery .belong {
    display: block;
    font-size: 2.3rem;
    line-height: 1.45;
}
#content .gallery .name {
    display: block;
    font-size: 2.6rem;
    line-height: 1.45;
}

#content .gallery .taisyo,
#content .gallery .kinsyo,
#content .gallery .ginsyo,
#content .gallery .dosyo,
#content .gallery .kasaku {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-44%, -84%);
    zoom: 0.5;
}

#content .kMark {
    position: relative;
    padding: 0 4.6875vw;
    margin-top: 8.75vw;
}
#content .dotBox {
    clear: both;
    background: url(../media/sp_line.png) repeat-x left top;
    background-size: 3px 3px;
    padding-top: 6.5vw;
    color: #555;
    font-size: 2.4rem;
    line-height: 1.65;
}
#content .kMark .kLink {
    text-align:center;
    margin: 0;
}
#content .kMark .kLink a {
    text-align:left;
    background: url("../media/kuraray_logo.png") no-repeat center top;
    background-size: contain;
    width:70px;
    height: 23px;
    margin: 25px auto 0;
    text-indent:-9999px;
    display:block;
}


/* common */
.clear { float: none !important; clear: both !important; }
.clear0 { display: none; }







}