@charset "utf-8";

/* リセット 無いとデザインが崩れる */
* {
  padding: 0;
  margin: 0;
}

/* **************************************************** */
/* ***************** ここから各ページ ***************** */
/* **************************************************** */
/*___________ 【HEADER SLIDESHOW for index】 ___________ */
.container{
  height: 660px;
  width: auto;
  position: relative;
  text-align: center;
}

.container p{
  position: absolute;
  color: #fff;
  font-size: 4.5vw;
  font-weight: bold;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-shadow: 4px 4px 4px gray;
}

.container p span{
  display: inline-block;
}

.image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center;
  
  animation: image-switch-animation 20s infinite;
}

.src1 {
  background-image: url("../img-layout/slideshow1.jpg");
}
.src2 {
  background-image: url("../img-layout/slideshow2.jpg");
}
.src3 {
  background-image: url("../img-layout/slideshow3.jpg");
}
.src4 {
  background-image: url("../img-layout/slideshow4.jpg");
}

.image:nth-of-type(1) {
  animation-delay: 0s;
}
.image:nth-of-type(2) {
  animation-delay: 5s;
}
.image:nth-of-type(3) {
  animation-delay: 10s;
}
.image:nth-of-type(4) {
  animation-delay: 15s;
}

@keyframes image-switch-animation {
  0%{ opacity: 0;}
  5%{ opacity: 1;}
  25%{ opacity: 1;}
  30%{ opacity: 0;}
  100%{ opacity: 0;}
}


/*___________ 【MESSAGE for index】 ___________ */
#message {
  display: flex;
}

#mainmessage {
  align-self: center;
  margin-right: 10px;
  margin-left: auto;
}

#mainmessage p {
  margin-top: 10px;
}

#mainmessage ul li {
  list-style-type: none;
}

#emblem {
  align-self: center;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: auto;
}


/*___________ 【NEW for index】 ___________ */
#new dl {
  margin-bottom: 0.5em;
}

#new hr {
  border-top: 2px dashed #9dd1ff;
  background-color: #56b0ff;
}

#new h2 {
  color: #2d8fdd;
  border-left: solid 6px #2d8fdd;
  background: #f1f8ff;
  margin-bottom: 1em;
  line-height: 1.0;
  padding: 0.5em;
}

.img_emblem {
  width: 75%;
  height: auto;
  min-width: 120px;
  margin-right: auto;
  margin-left: auto;
}


/*___________ 【LINK for link】 ___________ */
#link h2 {
  color: #2d8fdd;
  border-left: solid 6px #2d8fdd;
  background: #f1f8ff;
  margin-bottom: 1em;
  line-height: 1.0;
  padding: 0.5em;
}


/*___________ 【MYNUMBER for mynumber】 ___________ */
#mynumber h2 {
  color: #2d8fdd;
  border-left: solid 6px #2d8fdd;
  background: #f1f8ff;
  margin-bottom: 1em;
  line-height: 1.0;
  padding: 0.5em;
}


/*___________ 【PRIVACY for privacy】 ___________ */
#privacy h2 {
  color: #2d8fdd;
  border-left: solid 6px #2d8fdd;
  background: #f1f8ff;
  margin-bottom: 1em;
  line-height: 1.0;
  padding: 0.5em;
}

#privacy h3 {
  border-bottom: solid 3px skyblue;
  position: relative;
}

#privacy h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 20%;
}

#kinshi ul {
  list-style-position:inside;
}


/*___________ 【CONTACT for contact】 ___________ */
#ask h2 {
  color: #2d8fdd;
  border-left: solid 6px #2d8fdd;
  background: #f1f8ff;
  margin-bottom: 1em;
  line-height: 1.0;
  padding: 0.5em;
}

#ask hr {
  border-top: 2px dashed #9dd1ff;
  background-color: #56b0ff;
  margin-top: 2em;
  margin-bottom: 2em;
}

form input, textarea, form span {
  padding: 5px;
  margin-bottom: 1.2em;
}

hr {
  margin: 1em 0;
}

.alert {
  color: red;
}


/*___________ 【MAIN for contact】 ___________ */
input[type="email"] {
  width: 50%;
  min-width: 480px;
}

textarea {
  width: 70%;
  min-width: 480px;
}


/*___________ 【RECRUIT for recruit】 ___________ */
#recruit h2 {
  color: #2d8fdd;
  border-left: solid 6px #2d8fdd;
  background: #f1f8ff;
  margin-bottom: 1em;
  line-height: 1.0;
  padding: 0.5em;
}

#recruit h3 {
  border-bottom: solid 3px skyblue;
  position: relative;
}

#recruit h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 30%;
}


/*___________ 【SERVICE for service】 ___________ */
#service h2 {
  color: #2d8fdd;
  border-left: solid 6px #2d8fdd;
  background: #f1f8ff;
  margin-bottom: 1em;
  line-height: 1.0;
  padding: 0.5em;
  z-index: -1;
}

#service h3 {
  border-bottom: solid 3px skyblue;
  position: relative;
  z-index: -1;
}

#service h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 20%;
  z-index: -1;
}

#service-image, #customs-image {
  display: flex;
  justify-content: space-around;
}

.img_kouwanniyaku1, .img_kouwanniyaku2, .img_kouwanniyaku3 {
  width: 320px;
  max-width: calc(100%/3);
  height: auto;
  margin: 1px;
}

.img_epa, .img_tpp11, .img_cites {
  width: 180px;
  max-width: calc(100%/3);
  height: auto;
  border: solid 1px gray;
  margin: 1px;
}


/*___________ 【段落の間隔 for service】 ___________ */
#service h3 {
  margin-bottom: 15px;
}

#service p {
  margin-bottom: 10px;
}

div#harbor,div#customs,div#bonded,div#weight {
  margin-bottom: 20px;
}

#harbor,#customs,#bonded,#weight {
  padding-left: 10px;
}

#harbor p,#customs p,#bonded div,#weight div {
  padding-left: 10px;
}


/*___________ 【画像の配置 for service】 ___________ */
#service-image {
  display: flex;
  justify-content: space-evenly;
}

#customs-image {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 5px;
}

#bonded-image {
  display: flex;
}

.proportion_left {
  flex: 3;
  align-items: center;
  margin-bottom: 5px;
}

.proportion_right {
  flex: 1;
  align-items: center;
  margin-bottom: 5px;
}

#weight-image {
  display: flex;
}

.img_soko, .img_daikan {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.setsumei {
  text-align: center;
}


/*___________ 【SITEMAP for sitemap】 ___________ */
#sitemap h2 {
  color: #2d8fdd;
  border-left: solid 6px #2d8fdd;
  background: #f1f8ff;
  margin-bottom: 1em;
  line-height: 1.0;
  padding: 0.5em;
}

#sitemap ul li ul {
  margin-top: .5em;
  margin-bottom: .75em;
  margin-left: 48px;
}
 
#sitemap ul li ul li {
  margin-bottom: .25em;
  position: relative;
}
 
#sitemap ul li ul li::before {
  content: "";
  position: absolute;
  top: -0.5em;
  left: -16px;
  width: 10px;
  height: calc(100% + .75em);
  border-left: 1px solid #3972b2;
}
 
#sitemap ul li ul li:last-child::before {
  height: calc(1em + .25em);
}
 
#sitemap ul li ul li::after {
  content: "";
  position: absolute;
  top: .75em;
  left: -16px;
  width: 10px;
  border-bottom: 1px solid #3972b2;
}

#sitemap ul {
  list-style-type: none;
}


/*___________ 【AGREEMENT】 ___________ */
#kouwanunsouyakkan, #solas {
  margin-bottom: 2rem;
}

#kouwanunsouyakkan h2, #solas h2 {
  color: #2d8fdd;
  border-left: solid 6px #2d8fdd;
  background: #f1f8ff;
  line-height: 1.0;
  padding: 0.5em;
}


/*___________ 【COMPANYINFO for about】 ___________ */
#companyinfo h2 {
  color: #2d8fdd;
  border-left: solid 6px #2d8fdd;
  background: #f1f8ff;
  margin-bottom: 1em;
  line-height: 1.0;
  padding: 0.5em;
}


/*___________ 【COMPANYHISTORY for about】 ___________ */
#companyhistory h2 {
  color: #2d8fdd;
  border-left: solid 6px #2d8fdd;
  background: #f1f8ff;
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.0;
  padding: 0.5em;
}


/*___________ 【ACCESS for access】 ___________ */
main h2 {
  color: #2d8fdd;
  border-left: solid 6px #2d8fdd;
  background: #f1f8ff;
  margin-bottom: 1em;
  line-height: 1.0;
  padding: 0.5em;
  z-index: -1;
}

#main h3 {
  border-bottom: solid 3px skyblue;
  position: relative;
  z-index: -1;
}

#main h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 20%;
  z-index: -1;
}

#tlt ul li {
  list-style: none;
  font-size: 14px;
}

#map {
  text-align: center;
}

#map iframe {
  width: 100%;
}

.img_honsha {
  max-width: 100%;
  height: auto;
}

.img_honsha, .img_mokuzaifutou, .img_odaiba, .img_soko, .img_daikan {
  width: 360px;
  max-width: 100%;
  min-width: 180px;
  height: auto;
}

#map p {
  font-size: 0.8em;
}



/*___________ 【段落の間隔 for access】 ___________ */
#headquarter h3 {
  margin-bottom: 15px;
}

div#headquarter {
  margin-bottom: 30px;
}

#tlt h3 {
  margin-bottom: 15px;
}

div#tlt {
  margin-bottom: 30px;
}

#odaiba h3 {
  margin-bottom: 15px;
}

div#odaiba {
  margin-bottom: 30px;
}

#daikan h3 {
  margin-bottom: 15px;
}

div#daikan {
  margin-bottom: 30px;
}


/*___________ 【画像の配置 for access】 ___________ */
.address_gazo {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.address_gazo div dl dt, .address_gazo div dl dd {
  display: flex;
  align-items: center;
  text-align: left;
}

.kyoten_gazo {
  margin-right: 10px;
}


/*___________ テーブルデザイン for about & link ___________ */
table {
  width: 98%;
  border-collapse: collapse;
}

table tr {
  border-bottom: solid 2px white;
  background-clip: padding-box;
}

table tr:last-child {
  border-bottom: 1px black;
  background-clip: padding-box;
}

table th {
  position: relative;
  text-align: center;
  width: 20%;
  background-color: #98e0fc;
  color: rgb(0, 0, 0);
  padding: 10px;
  background-clip: padding-box;
}

table th:last-child {
  position: relative;
  text-align: left;
  width: 80%;
  background-color: #98e0fc;
  color: rgb(0, 0, 0);
  padding: 10px;
  background-clip: padding-box;
}

table td {
  text-align: left;
  width: 70%;
  background-color: #eee;
  padding: 10px;
  background-clip: padding-box;
}

table ul li {
  list-style: none;
}


/*___________ 段落の間隔 ___________ */
#companyinfo table {
  margin-left: 10px;
}

#companyhistory section dl {
  padding-left: 10px;
}

#companyhistory dl {
  margin-bottom: 0.5em;
}


/*___________ 【ACCESS for access】 ___________ */
#main h2 {
  color: #2d8fdd;
  border-left: solid 6px #2d8fdd;
  background: #f1f8ff;
  margin-bottom: 1em;
  line-height: 1.0;
  padding: 0.5em;
  z-index: -1;
}

#main h3 {
  border-bottom: solid 3px skyblue;
  position: relative;
  z-index: -1;
}

#main h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 20%;
  z-index: -1;
}

#tlt ul li {
  list-style: none;
  font-size: 14px;
}

#map {
  text-align: center;
}

#map iframe {
  width: 100%;
}

#map p {
  font-size: 0.8em;
}


/*___________ 【段落の間隔 for privacy】 ___________ */
#kanri, #mokuteki, #kinshi {
  margin-top: 1rem;
}

#kinshi ul {
  padding-left: 1rem;
}


/*___________ 【段落の間隔 for mynumber】 ___________ */
#mynumber ol {
  padding-left: 2rem;
}



/* **************************************************** */
/* ***************** 共通項目 ***************** */
/* **************************************************** */
/*___________ 基本設定 ___________ */
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
  width: 85%;
  margin: 20px auto;
}


/*___________ cookie使用同意 ___________ */
.cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: -200px;
  width: 930px;
  max-width: 85%;
  font-size: 12px;
  background: #fff;
  padding: 1em;
  box-sizing: border-box;
  border: 1px solid #ddd;
  visibility: visible;
  transition: .5s;
  color: white;
  background-color: black;
  opacity: 0.9;
  z-index: 100;
}

.cookie-consent.is-show {
  width: 85%;
  bottom: 30px;
}

.cookie-text {
  width: 90%;
  text-align: center;
}

.cookie-text a:link {
  color: orange;
}

.cookie-text a:visited {
  color: skyblue;
}

.cookie-agree {
  color: #fff;
  background: dodgerblue;
  padding: .5em 1.5em;
}

.cookie-agree:hover {
  cursor: pointer;
}

/* パッと消える */
.cc-hide1 {
  display: none;
}

/* ゆっくり消える */
.cc-hide2 {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}


/*___________ レイアウト設計 ___________ */
body {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) 5fr;
  grid-column-gap: 1.5em;
  grid-row-gap: 1em;
  grid-template-areas:
    "header   header"
    "sidebar  main  "
    "footer   footer";
}

#header {
  grid-area: header;
  width: 100%;
  height: auto;
}

#sidebar {
  grid-area: sidebar;
  width: 100%;
  height: auto;
}

 #main {
  grid-area: main;
  width: 100%;
  height: auto;
}

#footer {
  grid-area: footer;
  width: 100%;
  height: auto;
}

#contact, #sidemenu, #location, #service, #companyinfo, #companyhistory, #headquarter, #recruit, #message, #new {
  margin-bottom: 20px;
}


/*___________ 【HEADER】 ___________ */
header h1 {
  font-size:14px;
  text-align: right;
  }
  
header nav {
  background: #000000;
  border-top: 3px solid #4537ff;
}

header nav ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 0;
}

header nav li {
  flex: 1;
  font-weight: bold;
  text-align: center;
}

header nav li a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  text-align: center;
  color: #EFEFEF;
}

header nav li a:hover {
  background: -moz-linear-gradient(top, #5c88ff, rgb(136, 224, 247));
  background: -webkit-linear-gradient(top, #5c88ff, rgb(136, 224, 247));
  background: linear-gradient(to bottom, #5c88ff, rgb(136, 224, 247));
}

.image-gazou img {
  max-width: 100%;
}


/*___________ 【CONTACT】 ___________ */
.button_contact {
  font-size: 1.2em;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.button_contact a {
  background: linear-gradient(to bottom, #5498f1, rgb(104, 231, 253));
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 240px;
  padding: 10px 25px;
  color: #FFF;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 50px;
  border-bottom: 3px solid #1d7fde;
  overflow: hidden;
  font-size: 0.9em;
  line-height: 2.5em;
}
.button_contact a:active {
transform: translateY(4px);
box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
border-bottom: none;
}
.button_contact a:before {
content: '';
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: -100%;
background-image: linear-gradient( 130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 55%);
animation: shine 3s infinite;
}
@keyframes shine {
33% {
  left: 100%;
}
100% {
  left: 100%;
}
}
.button_contact a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg) translateY(-48%);
  position: absolute;
  top: 48%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}


/*___________ 【SIDEMENU】 ___________ */
#sidemenu nav ul {
  list-style: none;
  font-size: 14px;
}

#sidemenu nav ul a {
  text-decoration: none;
  font-weight: bold;
}

#sidemenu nav li a:hover {
  background: lightgray;
}

#sidemenu ul {
  margin-left: 1em;
}

#sidemenu ul li {
  color: #2d8fdd;
  border-left: solid 6px #2d8fdd;
  background: #f1f8ff;
  margin-bottom: 3px;
  line-height: 1.5;
  padding: 0.5em;
  list-style-type: none!important;
}

#sidemenu h2 {
  font-size: 1em;
  padding: 0.1em 0.5em;
  color: #494949;
  background: #f4f4f4;
  border-left: solid 5px #7db4e6;
  border-bottom: solid 3px #d7d7d7;
  margin-bottom: 0.5em;
}


/*___________ 【LOCATION】 ___________ */
#location h2 {
  font-size: 1em;
  padding: 0.1em 0.5em;
  color: #494949;
  background: #f4f4f4;
  border-left: solid 5px #7db4e6;
  border-bottom: solid 3px #d7d7d7;
}

#location dt {
  font-weight: bold;
  margin-top: 0.3em;
  margin-left: 0.5em;
  border-left: 2px solid #7db4e6;
  background-color: #f1f8ff;
  padding-left: 5px;
}

#location dd {
  font-size: 0.8em;
  margin-left: 1.5em;
}


/*___________ 【FOOTER】 ___________ */
#footermenu {
  font-size: 12px;
  text-align: center;
}

#footermenu a {
  margin: 3px;
}

#copyright {
  font-size: 8px;
  text-align: center;
  margin-bottom: 80px;
}


/*___________ パンくずリスト ___________ */
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #eff0ef;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-size: 0.8em;
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: rgb(0, 0, 0);
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #000000;/*色*/
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

#main ol {
  margin-bottom: 10px;
}


/* ___________ PAGETOP ___________ */
#pagetop {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 0;
  bottom: 10px;
  background: #0fe8fd;
  opacity: 0.6;
  }
  
  #pagetop a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
  }
  
  #pagetop a::after {
  content: '▲';
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  }


/* ___________ テキスト設定 ___________ */
.b {
  font-weight: bold;
}
  
.b-red {
  font-weight: bold;
  color: red;
}
  
.f18-b-blue {
  font-size: 18px;
  font-weight: bold;
  color: blue;
}
  
.red {
  color: red;
}

p.midashi {
  position: relative;
  color: #333;
  text-shadow: 0 0 2px white;
  z-index: -1;
}

p.midashi:first-letter {
  font-size: 2em;
  padding: 0.1em;
  color: blue;
  content: "";
  position: absolute;
  background: #9de5ff;
  border-radius: 50%;
}

#harbor p, #customs p, #bonded-image div p, #weight-image div p {
  font-size: 16px;
}


/*___________ レスポンシブ ___________ */
/* メイン画像 */
@media screen and ( min-width: 480px )
{
  .img_main_responsive {
    display: none;
  }

  button {
    display: none;
  }
}

@media screen and ( max-width: 479px ) 
{
  body {
    width : auto;
    margin-left : 10px;
    margin-right : 10px;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-template-areas:
      "header"
      "main"
      "footer";
  }

  .cookie-consent {
    flex-direction: column;
    width: 300px;
    margin: auto;
  }

  .cookie-text {
    width: 100%;
    margin-bottom: 1em;
  }

  #sidebar {
    display: none ;
  }

  table {
    width: auto;
  }

  .container {
    display: none;
  }

	.img_main {
    display: none;
	}

  .img_main_responsive {
    max-width: 100%;
	}

  .img_emblem {
    display: none;
  }

  .img_logo {
		width: 200px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 5px;
	}

  #header h1 {
    font-size: 8px;
  }

  #main h2 {
    font-size: 1.2em;
  }

  #navigation ul li {
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  #mynumber h2 {
    font-size: 1.2em;
  }

  #privacy h2 {
    font-size: 1.2em;
  }
  
  h3 {
    font-size: 1.1em;
  }

  #recruit h2 {
    font-size: 1.2em;
  }

  #ask h2 {
    font-size: 1.2em;
  }

  input[type="text"] {
    width: 80%;
  }

  input[type="tel"] {
    width: 50%;
  }

  input[type="email"],  textarea {
    width: 95%;
  }

  #service h2 {
    font-size: 1.2em;
  }

  .img_kouwanniyaku1, .img_kouwanniyaku2, .img_kouwanniyaku3, .img_epa, .img_tpp11, .img_cites, .proportion_right {
		display: none ;
	}

  .setsumei {
		visibility: hidden ;
	}

  #sitemap h2 {
    font-size: 1.2em;
  }

  #solas h2 {
    font-size: 1.2em;
  }

  #access h2 {
    font-size: 1.2em;
  }

  .img_honsha, .img_mokuzaifutou, .img_odaiba, .img_soko, .img_daikan {
		display: none ;
	}

  iframe {
    width: 95%;
    Height: 300px;
  }

  #companyinfo h2, #companyhistory h2 {
    font-size: 1.2em;
  }

  #link h2 {
    font-size: 1.2em;
  }


/*___________ ハンバーガーメニュー ___________ */
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  ::before , ::after {
    box-sizing: inherit;
  }

  button {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    vertical-align: middle;
    text-align: inherit;
    font: inherit;
    -webkit-appearance: none;
    appearance: none;
  }

  .btn {
    /* ボタンの配置位置  */
    position: fixed;
    top: 36px;
    right: 14px;
    /* 最前面に */
    z-index: 10;
    /* ボタンの大きさ  */
    width: 38px;
    height: 30px;
    background: rgb(66, 174, 236);
  }

  .btn-line {
    display: block;
    /* バーガー線の位置基準として設定 */
    position: relative;
    margin-left: auto;
    margin-right: auto;

    /* 線の長さと高さ */
    width: 30px;
    height: 3px;
    /* バーガー線の色 */
    background-color: white;
    transition: .2s;
  }

  .btn-line::before , .btn-line::after {
    content: "";
    /* 基準線と同じ大きさと色 */
    position: absolute;
    width: 30px;
    height: 100%;
    background-color: white;
    transition: .5s;
  }

  .btn-line::before {
    /* 上の線の位置 */
    transform: translateY(-10px);
  }

  .btn-line::after {
    /* 下の線の位置 */
    transform: translateY(10px);
  }

  .btn-line.open {
    /* 真ん中の線を透明に */
    background-color: transparent;
  }

  .btn-line.open::before , .btn-line.open::after {
    content: "";
    background-color: white;
    transition: .2s;
  }

  .btn-line.open::before {
    /* 上の線を傾ける */
    transform: rotate(45deg);
  }

  .btn-line.open::after {
    /* 下の線を傾ける */
    transform: rotate(-45deg);
  }

  .menu {
    /* メニューを縦に */
    display: flex;
    flex-direction: column;
    position: fixed;
    /* メニューの位置マイナス指定で画面外に */
    right: -70%;
    width: 40%;
    height: auto;
    background-color: rgba(240, 166, 7, 0.877);
    color: #efefef;
    transition: .3s;
  }

  .menu-list {
    /* メニューテキスト位置をリスト内中心に */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-bottom: solid 1px black;
    z-index: 1;
  }

  .menu-list:first-child {
    border-top: solid 1px black;
    z-index: 1;
  }

  .menu-list:first-child {
    border-top: solid 1px black;
    z-index: 1;
  }

  .menu-list:hover {
    background-color: rgba(255, 255, 255, .5);
    color: #333;
    cursor: pointer;
    transition: .3s;
  }

  .menu.open {
    /* ボタンの配置位置  */
    position: fixed;
    top: 72px;
    right: 0px;
    /* 最前面に */
    z-index: 10;
  }
}


/*___________ 印刷設定 ___________ */
@media print {
  .print_none {
      display: none;
  }

  .cookie-consent {
    display: none;
  }

  #sidebar {
    display: none;
  }

  body {
    grid-template-columns: 0 1fr;
  }

}
