@charset "UTF-8";

/*================================================
 *  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,
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,
main,
menu,
nav.gnav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav.gnav,
section {
    display: block
}

ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

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-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}


/*================================================
 *  一般・共通設定
 ================================================*/

body {
    font-size: 16px;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
}

#contents {
    max-width: 100%;
    margin: 0 auto;
}

header+#contents {
    padding-top: 50px;
}

.inner {
    position: relative;
    width: 98%;
    margin: 0 auto;
}

a {
    color: #35b6cc;
    text-decoration: none;
}


/*↓これを透明にするとTOPへボタンが大きくなる*/

a:hover img {}

a:hover {
    color: #7edeee;
}

h1 {
    font-size: 28px;
}

h2 {
    margin-top: 50px;
    margin-bottom: 0.5em;
    text-align: center;
    clear: both;
}

h3 {
    margin-bottom: 0.25em;
    font-size: 18px;
}

h4 {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    font-size: 16px;
    font-weight: bold;
}

h5 {
    margin-bottom: 0.25em;
    padding-left: 25px;
    font-size: 16px;
    background: url('/images/bg_arrow_black.png') 0 50% no-repeat;
}

h6 {
    margin-bottom: 0.25em;
    padding-left: 5px;
    font-size: 16px;
    font-weight: bold;
}

p {
    margin: 0 0 1em 0;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

em {
    font-weight: bold;
}

strong {
    font-weight: bold;
    color: #ff0000;
}

pre {
    margin: 1em 0;
    padding: 1em;
}

blockquote {
    margin-bottom: 1em;
    padding: 1em;
    border: 1px dotted #ddd;
    border-left: 5px solid #ddd;
}

ul,
ol,
dl {
    margin: 0 0 0 0;
}

ul li {
    list-style: none;
}

ol li {
    list-style: none;
}

li {
    margin-left: 0em;
}

table {
    border-collapse: collapse;
    width: 100%;
}

table tr th {
    width: 94%;
    display: block;
    padding: 10px 3% 10px 3%;
    text-align: left;
    vertical-align: top;
}

table tr th span {
    color: #35b6cc;
}

table tr td {
    width: 94%;
    display: block;
    padding: 0% 3% 3% 3%;
    text-align: left;
    vertical-align: top;
}

input[type="text"] {
    width: 98%;
    line-height: 2em;
}

input[type="textarea"] {
    width: 100%;
}

input#submit_button {
    text-align: center;
    color: #FFF;
    font-size: 1.1em;
    background-color: #35b6cc;
    width: 150px;
    height: 50px;
}

.clr {
    clear: both;
}


/*================================================
 *  汎用クラス
 ================================================*/


/* 中央寄せ */

.center {
    text-align: center;
}


/* 左寄せ */

.left {
    text-align: left;
}


/* 右寄せ */

.right {
    text-align: right;
}


/* 写真中央寄せ */

.imgC {
    clear: both;
    overflow: hidden;
    margin: 0 auto 50px auto;
    margin-bottom: 50px;
    text-align: center;
}

.imgC img {
    margin-bottom: 10px;
}


/* 写真左寄せ */

.imgL {
    clear: both;
    overflow: hidden;
    margin-bottom: 50px;
}

.imgL img {
    float: left;
    margin: 0 10px 0 0;
}


/* 写真右寄せ */

.imgR {
    clear: both;
    overflow: hidden;
    margin-bottom: 50px;
}

.imgR img {
    float: right;
    margin: 0 0 0 10px;
}


/* 写真ズーム */

.zoom {
    overflow: hidden;
}

.zoom img {
    display: block;
    -moz-transition: -moz-transform 0.8s linear;
    -webkit-transition: -webkit-transform 0.8s linear;
    -o-transition: -o-transform 0.8s linear;
    -ms-transition: -ms-transform 0.8s linear;
    transition: transform 0.8s linear;
}

.zoom img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.zoom img {
    margin-bottom: 0;
}


/* オーバーレイ */

.overlay {
    position: relative;
}

.overlay::after {
    background: rgba(0, 0, 0, .5);
    content: "　";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .3s ease-out;
    pointer-events: none;
}

.overlay:hover::after {
    background: rgba(0, 0, 0, .1);
    transition: all .3s ease-out;
}

.overlay img {
    margin-bottom: 0;
}


/* ボタン */

.btn a {
    position: relative;
    display: inline-block;
    padding: 8px 40px 8px 40px;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
    background: #000;
}

.btn a:hover {
    color: #fff;
    background: #333;
}

.information {
    margin-top: -7px;
    width: 100%;
    border-top: 0;
    line-height: 1.5;
    background-color: #35b6cc;
    border-bottom: none;
    overflow: hidden;
    margin-bottom: 50px;
}

.information dt {
    color: #FFF;
    float: left;
    width: 130px;
    padding: 10px;
    border-top: 1px solid #fff;
    font-weight: bold;
}

.information dd {
    color: #35b6cc;
    margin-left: 150px;
    padding: 10px;
    border-top: 1px dashed #999;
    background-color: #fff;
}

.information dd p {
    margin: 0;
}

.information dt:first-child {
    border-top: none;
}

.information dd:nth-child(2) {
    border-top: none;
}

.snsBox {
    width: 100%;
    height: 270px;
    overflow-y: auto;
}


/*================================================
 *  ヘッダー
 ================================================*/

header {
    /* position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    margin: 10px 0 10px 0;
}

header:after {
    content: "";
    display: block;
    clear: both;
}

header h1 {
    float: left;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    padding: 0 0 0 10px;
}

header h1 img {
    vertical-align: middle;
}


/*================================================
 *  フッター
 ================================================*/

footer {
    clear: both;
    margin: 20px 0;
}

.copyright {
    text-align: center;
}


/*================================================
 *  ページトップへの戻り
 ================================================*/

.totop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 333;
}

.totop a {
    display: block;
    text-decoration: none;
}

.totop img {
    background: #111;
    width: 80%;
    height: auto;
    padding: 10%;
}

.totop img:hover {
    background: #222;
}


/*================================================
 *  スライドショー
 ===========================================
.slide {
	overflow: hidden;
	position: relative;
	height:667px;
	background:url(/images/top/movie.jpg) no-repeat top center;
}
=====*/


/*================================================
 *  menuボタン
 ===========================================*/

.menu {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    z-index: 997;
}

.side-open .menu {
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}

.menu ul {
    display: table-cell;
    vertical-align: middle;
}

.menu li {
    width: 300px;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
}

.side-open .menu li {
    opacity: 1;
}

.side-open .menu li:nth-child(1) {
    -webkit-transition: opacity 1s ease .5s;
    transition: opacity 1s ease .5s;
}

.side-open .menu li:nth-child(2) {
    -webkit-transition: opacity 1s ease .6s;
    transition: opacity 1s ease .6s;
}

.side-open .menu li:nth-child(3) {
    -webkit-transition: opacity 1s ease .7s;
    transition: opacity 1s ease .7s;
}

.side-open .menu li:nth-child(4) {
    -webkit-transition: opacity 1s ease .8s;
    transition: opacity 1s ease .8s;
}

.side-open .menu li:nth-child(5) {
    -webkit-transition: opacity 1s ease .9s;
    transition: opacity 1s ease .9s;
}

.side-open .menu li:nth-child(6) {
    -webkit-transition: opacity 1s ease 1s;
    transition: opacity 1s ease 1s;
}

.menu li a {
    display: block;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu li a:hover {
    color: #999;
}

.menu-btn {
    /*
	position: fixed;
	*/
    position: absolute;
    top: 20px;
    right: 20px;
    width: 36px;
    height: 30px;
    line-height: 50px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    z-index: 999;
}


/*menuバツ*/

.menu__line {
    background: #000;
    display: block;
    height: 3px;
    position: absolute;
    transition: transform .3s;
    width: 100%;
}

.menu__line--center {
    top: 13px;
}

.menu__line--bottom {
    bottom: 0;
}

.menu__line--top.active {
    top: 16px;
    transform: rotate(45deg);
    background: #fff;
}

.menu__line--center.active {
    transform: scaleX(0);
}

.menu__line--bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
    background: #fff;
}


/*================================================
 *  top_info_box
 ================================================*/

.top_info_box {
    text-align: center;
    padding: 0 2%;
    margin: 10px auto;
}

.top_info_box img {
    width: 100%;
}


/*================================================
 *  組合とは
 ================================================*/

#aboutcont1 {
    background: url(/sp_img/top/sp_conbg1.jpg) no-repeat top center;
    background-size: 100% auto;
}

#aboutcont1 dt,
#aboutcont3 dt {
    padding: 18% 0 0 2%;
    font-size: 1.3em;
    line-height: 1.3em;
    font-weight: bold;
    width: 52%;
}

#aboutcont1 dd,
#aboutcont3 dd {
    color: #FFF;
    width: 52%;
    padding: 0 0 5% 2%;
}

#aboutcont2 dt {
    padding: 36% 2% 1% 0;
    font-size: 1.3em;
    line-height: 1.3em;
    font-weight: bold;
}

#aboutcont2 dd {
    padding: 0 2% 5% 0;
}

#aboutcont2 {
    background: url(/sp_img/top/sp_conbg2.jpg) no-repeat top center;
    background-size: 100% auto;
    padding: 0 0 0 50%;
    text-align: right;
}

#aboutcont3 {
    background: url(/sp_img/top/sp_conbg3.jpg) no-repeat top center;
    background-size: 100% auto;
}


/*================================================
 *  組合理事会
 ================================================*/

#meeting {
    width: 98%;
    margin: 0 1%;
}

#meeting img {
    width: 100%;
    height: auto;
}


/*================================================
 *  組合加盟について
 ================================================*/

.cover {
    position: relative;
    left: 0;
    top: 70px;
    overflow: hidden;
    background-color: #fff;
    pointer-events: none;
    height: 700px;
    margin-bottom: 70px;
}

#accession {
    position: absolute;
    z-index: 100;
    text-align: center;
    right: 0;
    margin: 0 0 0 0;
    padding: 1% 3% 3% 3%;
    width: 94%;
    height: 600px;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, #35b6cc 60%, rgba(255, 255, 255, 0));
    background: -webkit-linear-gradient(top, #35b6cc 60%, rgba(255, 255, 255, 0));
    background: linear-gradient(to bottom, #35b6cc 60%, rgba(255, 255, 255, 0));
    /*
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(148,216,228,0.6) 25%, rgba(53,182,204,1) 50%);
*/
}

#accession p {
    color: #FFF;
}

.image {
    position: absolute;
    left: 0;
    width: 110%;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    animation-name: image;
    animation-duration: 24s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.image1 {
    background-image: url(/images/top/accession_bg1.jpg);
    background-position: bottom center;
    background-size: auto 60%;
    animation-delay: 0s;
}

.image2 {
    background-image: url(/images/top/accession_bg2.jpg);
    background-position: bottom center;
    background-size: auto 60%;
    animation-delay: 6s;
}

.image3 {
    background-image: url(/images/top/accession_bg3.jpg);
    background-position: bottom left;
    background-size: auto 60%;
    animation-delay: 12s;
}

.image4 {
    background-image: url(/images/top/accession_bg4.jpg);
    background-position: bottom left;
    background-size: auto 60%;
    animation-delay: 18s;
}

@keyframes image {
    0% {
        z-index: 0;
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }
    25% {
        z-index: 1;
        opacity: 1;
    }
    30% {
        visibility: visible;
    }
    31% {
        z-index: 1;
        visibility: hidden;
        opacity: 0;
        transform: translateX(-5%);
    }
    32% {
        z-index: 0;
        visibility: hidden;
    }
    100% {
        z-index: 0;
        visibility: hidden;
    }
}


/*================================================
 *  加盟店一覧
 ================================================*/

#partner {
    background-color: #61b5e6;
    padding: 1% 0 5% 0;
}

#partner ul li {
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
    padding: 1%;
    width: 30%;
    height: auto;
}

#partner ul li img {
    width: 100%;
    height: auto;
}

#partner ul li a {
    color: #FFF;
}
