@media screen and (max-width:1100px){
.bottom-menu {
    text-align:center;
    }
img{
max-width: 100%;
height: auto;
width /***/:auto;
}

.img2 {
  position: absolute;
  top: 20%;
  left: 55%;
  width: 40%;
}
  
#container{
width: 100%;
}

/*---------------------------------
   共通設定
---------------------------------*/
body {
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

#container{
  width:100%;
  margin:0 auto;
}
  
.container-footer-bar {
  width: 100%;
  height: 60px;
  margin: auto;
  background: #C2B6AF;
}
 
.header-top {
  position: fixed;  /* 位置を固定する */
  top: 0;  /* 固定する位置を指定 */
  left: 0;  /* 固定する位置を指定 */
  width: 100%;  /* ヘッダーの幅 */
  height: 50px;  /* ヘッダーの高さ */
  color: #654E3F;
  line-height: 1;
  background: #C2B6AF;  /* 背景色 */
  display: none;
}

#header{
  width: 100%;
  height: 40px;
  padding-top: 80px;
}

#main{
	width:100%;
	margin-top: 15px;
}

#footer{
  width: 100%;
  text-align: center;
  font-size: 11px;
  font-family: Arial;
  color: #654E3F;
}
  
video {
  width: 100%; /* 動画をレスポンシブ化 */
  max-width: 400px; /* 動画の最大幅 */
}

 .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
} 
  
/*スライダー*/
#gallery{
/* 水平方向の中央揃え */
    display: block;
    margin-right: 10;
    width: 100%;
    height : 250px;
    }

/* スライドの動き等速 */
.swiper-wrapper {
  transition-timing-function: linear;
}
    
/*ナビ*/
nav {
  width: 100%;
  height: 60px;
  background-color: darkseagreen;
  box-sizing: border-box;
  color: #ffffff;
}
ul {
  display: flex;
  justify-content: center;
}
li {
  list-style: none;
}
a {
  display: block;
  text-decoration: none;
  color: white;
  margin-right: 35px;
}

.mainPhoto {
  width:1150px;
  height: 600px;
  overflow:hidden;
  margin:0 auto;
  position:relative;
  margin-top: 80px;
}

.photo01 {
  width:100%;
  position: absolute;
  left: 5%;
  top: 10%;
}

.photo02 {
  animation: slideIn02 3s 1;
  width:500px;
  position: absolute;
  left: 27%;
  top: 65%;
}

.text {
  position: absolute;
  bottom: 15%;
  left: 10%;
  animation: slideIn03 3s 1;
  color:#654E3F;
}

.text02 {
  position: absolute;
  top: 15%;
  right: 33%;
  animation: slideIn04 3s 1;
  color:#654E3F;
}

/*サブテキスト*/
.stext {
  position: relative;
  top: 20%;
  left: 10%;

  color:#654E3F;
}

.stext2 {
  position: relative;
  text-align: center;
  bottom: 7%;
  color:#654E3F;
  font-size: 20px;
}

.stext3 {
  position: relative;
  top: 40%;
  bottom: 7%;
  color:#654E3F;
  font-size: 20px;
}

.box {
  width:95%;
  margin:20 auto;
  position: relative;
  top: 100px;
  left: 10px;
  color:#654E3F;
}

.box1 {
  width:95%;
  height:600px;
  margin:20 auto;
  position: relative;
  top: 100px;
  left: 10px;
  color:#654E3F;
}
  
.box2 {
  width:95%;
  height:450px;
  margin:20 auto;
  position: relative;
  top: 100px;
  left: 10px;
  color:#654E3F;
}
  
  .box8 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #ffc06e;
}
.box8 p {
    margin: 0; 
    padding: 0;
}

.box9 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
    background: #ffe4e1;
    border-left: solid 10px #ff7d6e;
}
  
  .box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #ffc06e;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #ffc06e;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}
    
.box30 {
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
    color: #846D5F;
    text-align: left;
}
.box30 .box-title {
    font-size: 1.0em;
    background: #E4D9D9;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 5px 5px;
    margin-bottom: 30;
}

/*---------------------------------
   全体設定
---------------------------------*/

body{
  background: url("https://atleone.com/img/webp/logo_bg_tablet.webp") no-repeat fixed;
  color:#666666;
  font-size:100%;
  text-align:center;
  line-height:1;
  font-family: sans-serif;}

td{
  font-size:13px;
  line-height:110%;
}

a:link{
  color:#654E3F;
  text-decoration: none;
}
a:visited{
  color:#654E3F;
  text-decoration: none;
}
a:hover{
  color:#654E3F;
  text-decoration: none;
}
a:active{
  color:#654E3F;
  text-decoration: none;
}

.flexbox {
  line-height: 3;
  display: flex;
  justify-content: flex-end;/*右寄せで配置*/
}

.flex-item {
  width: 15%;
}

.my-blown {color: #8b4513}
.my-skyblue {color: #87ceeb}
.my-orange {color: #fecb81}
  
p.left {text-align: left; }
p.center {text-align: center; }
p.right {text-align: right; }
p.text {text-align: justify; text-justify: distribute-all-lines; }

table.main {width: 80%; background-color: #ccffcc;}
}