@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: UtsukushiFONT;
  src: url(../font/UtsukushiFONT.woff) format("truetype");
  -ms-font-feature-settings: "normal";
}
/* YUI 3.8.1 (build 5795) Copyright 2013 Yahoo! Inc. http://yuilibrary.com/license/ */
html {
  color: #000;
  background: #fff;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000;
}
#yui3-css-stamp.cssreset {
  display: none;
}
p,
span,
i,
div,
li,
a,
h1 {
  letter-spacing: 2px;
  line-height: 2;
  font-family: UtsukushiFONT;
}

a {
  text-decoration: none !important;
}

body {
  font-family: "Noto Sans Japanese", serif;
  font-size: 14px;
}

/**************************/
.ec_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background-color: #FFF;
    padding: 20px 0;
}
.ec_container {
    width: 90%;
    max-width: 1760px;
    margin: 0 auto;
}

#logo {
    display: flex;
    align-items: center;
    column-gap: 30px;
}
.ec_main  {
    margin-top: 100px;
}
.ec_main img {
    width: 100%;
    height: auto;
}
@media only screen and (max-width:1300px){
.ec_main  {
    margin-top: 85px;
}
}
@media only screen and (max-width:1024px){
    .tomoni_logo img {
        width: 180px;
        height: auto;
    }
    .isshony_logo img {
        width: 130px;
        height: auto;
    }
}

@media only screen and (max-width:768px){
    #logo {
        column-gap: 10px;
    }
    .tomoni_logo img {
        width: 120px;
        height: auto;
    }
    .isshony_logo img {
        width: 80px;
        height: auto;
    }
.ec_main  {
    margin-top:70px;
}
.ec_main img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}
}



