@media screen and (max-width:430px){
.bottom-menu {
    text-align:center;
    }
img{
max-width: 100%;
height: auto;
width /***/:auto;
}
  
.img2 {
  position: absolute;
  top: 10%;
  left: 40%;
  width: 55%;
}

#container{
width: 100%;
}

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

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

#header{
  width: 100%;
  height: 15px;
  padding-top: 40px;
  text-align: center;
}

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

#footer{
  width: 100%;
  padding-top:100px;
  text-align: center;
  font-size: 11px;
  font-family: Arial;
  color: #654E3F;
}

 .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
} 
  
/*スライダー*/
#gallery{
    display: block;
    width: 90%;
    }

/* スライドの動き等速 */
.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:430px;
  height: 500px;
  overflow:hidden;
  margin:0 auto;
  position:relative;
  margin-top: 30px;
}

.photo01 {
  width:100%;
  position: absolute;
  left: 0%;
  top: 15%;
}

.photo02 {
  width:100%;
  position: absolute;
  left: 0%;
  top: 65%;
}

.text {
  position: relative;
  top: 20%;
  left: 1%;
  color:#654E3F;
}

.text02 {
  position: relative;
  top: 43%;
  left: 1%;
  color:#654E3F;
}

/*サブテキスト*/
.stext {
  position: relative;
  top: 10%;
  left: 1%;
  color:#654E3F;
}

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

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

.box1 {
  width:95%;
  height:400px;
  margin:20 auto;
  position: relative;
  top: 100px;
  left: 10px;
  color:#654E3F;
}
 
.box2 {
  width:95%;
  height:1800px;
  margin:20 auto;
  position: relative;
  top: 100px;
  left: 10px;
  color:#654E3F;
}

.box3 {
  width:95%;
  height:600px;
  margin:20 auto;
  position: relative;
  top: 150px;
  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 {
    margin: 2em;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
    color: #846D5F;
    text-align: left;
}
.box30 .box-title {
    font-size: 1.2em;
    background: #E4D9D9;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 15px 10px;
    margin: 0;
}

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

body{
  background: url("https://atleone.com/img/webp/bg.webp") 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 {
  width: 100%;
  line-height: 3;
  display: flex;
  justify-content: flex-end;/*右寄せで配置*/
}

.flex-item {
  width: 31%;
}

.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;}
}