@media screen and (min-width: 1200px){
.bottom-menu {
    display: none;
    text-align:center;
    }
img{
max-width: 100%;
height: auto;
width /***/:auto;
}
  
.img2 {
  position: absolute;
  top: 35%;
  left: 45%;
  width: 35%;
}  
  
.img3 {
  width: 90%;
  text-align:center;
}
  
#container{
width:100%;
}
}
/*---------------------------------
   共通設定
---------------------------------*/
body {
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

#container{
  width: 100%;
  margin: 10px auto;
  word-break: break-all;
  text-align: center;
  padding-top: 50px;
  color: #fff;
}

.field {
display: flex;
}

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

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

#footer{
  width:100%;
  padding-top:100px;
  font-size:14px;
  font-family:Arial;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #654E3F;
}

video {
  width: 100%; /* 動画をレスポンシブ化 */
  max-width: 600px; /* 動画の最大幅 */
}

/*テキストスライダー*/
.text__slideIn {
  animation: slideIn 1.6s;
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
    
.img__hover img {
  display: block;
  transition-duration: 0.3s;
}
.img__hover img:hover {
  transform: scale(1.1);
  transition-duration: 0.3s;
}

/*スライダー*/
#gallery{
/* 水平方向の中央揃え */
    display: block;
    margin-right: 10;
    width: 100%;
    height : 100%;
    }

/* スライドの動き等速 */
.swiper-wrapper {
  transition-timing-function: linear;
  color: #654E3F;
}

/*reset*/
ul {
  padding: 0;
  text-align: left;
}

li{
  list-style: none; 
  color: #654E3F;
}

a {
  color: #000;
}

/*フォト*/
.photo {
  width:800px;
  height: 300px;
  overflow: hidden;
  margin: 10px auto;
  position: relative;
  text-align: center;
  font-family: "Hannari";
}

/*サブテキスト*/
.stext {
  position: relative;
  bottom: 7%;
  left: 38%;
  color:#654E3F;
}

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

/*ナビ*/
.header-nav {
  margin: 5%;
}
.header-nav ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
}
  
.header-nav ul li {
  font-size: 14px;
}

.header-nav ul li a {
  position: relative;
  left: 90px;
}

.header-nav ul li a::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #db7093;
  bottom: -15px;
  left: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-nav ul li a:hover::after {
  transform: scale(1, 1);
}

/*背景が流れてくるアニメーション*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.bg .bg-wrap {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}
.bg.is-animated .bg-wrap::before {
  animation: bg 4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  background: #ffffff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}
.bg.is-animated2 .bg-wrap::before {
  opacity: 0;
  animation: bg 4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s forwards;
  background: rgba(219, 112, 147, 1.8);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}
.bg .bg-wrap .inn {
  opacity: 0;
  animation: fadeIn 2s ease 1.5s forwards;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  padding: 5px 15px;
  font-family: 'Noto Serif JP', serif;
  position: relative;
  z-index: 1;
}
.bg.is-animated2 .bg-wrap .inn {
  opacity: 0;
  animation: fadeIn 2s ease 2s forwards;
}

img {
  width:100%;
}

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

h1,h2 {
  font-size:200%;
}

p {
  font-size:16px;
}

.photo01 {
  animation: slideIn01 3s 1;
  width:700px;
}

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

.text {
  position: relative;
  bottom: 17%;
  left: 50%;
  animation: slideIn03 3s 1;
  color:#654E3F;
}

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

@keyframes slideIn01 {
  0% {
    opacity: 0;/*初期状態では透明に*/
    transform: translateX(-1000px);
  }
  60% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideIn02 {
  0% {
    opacity: 0;
  }  
  10% {
    opacity: 0;
    transform: translateX(1000px);
  }
  70% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideIn03 {
  0% {
    opacity: 0;
  }  
  20% {
    opacity: 0;
    transform: translateY(500px);
  }
  80% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideIn04 {
  0% {
    opacity: 0;
  }  
  30% {
    opacity: 0;
    transform: translateY(-500px);
  }
  90% {
    opacity: 1;
    transform: translateY(0);
  }
}

.button-link {
	color: #00f ;
	text-decoration: underline ;
}
 
.button-link:hover {
	cursor: pointer ;
	color: #f00 ;
}

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

  color:#654E3F;
}

.stext2 {
  position: relative;
  top: 20%;
  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:680px;
  margin:20 auto;
  position: relative;
  top: 100px;
  left: 10px;
  color:#654E3F;
}

.box2 {
  width:95%;
  height:720px;
  margin:20 auto;
  position: relative;
  top: 50px;
  left: 10px;
  color:#654E3F;
  text-align: center;
}

.box3 {
  width:95%;
  height:900px;
  margin:20 auto;
  position: relative;
  top: 300px;
  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: #654E3F;
    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 20px;
    margin: 0;
}

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

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

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

#r1 {
  background-color: #F7F2E0;
}

a:link{
  color:#6f5436;
  text-decoration: none;
}
a:visited{
  color:#6f5436;
  text-decoration: none;
}
a:hover{
  color:#6f5436;
  text-decoration: none;
}
a:active{
  color:#6f5436;
  text-decoration: none;
}

.flexbox {
  line-height: 3;
  display: flex;
  justify-content: flex-end;
}

.flex-item {
  width: 8%;
}

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