@charset "utf-8";
/* CSS Document */
/*<!--共通部分-->*/
html, html * {
  padding: 0;
  margin: 0px;
  box-sizing: border-box;
  font-family: "Yu Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
/* ヘッダー */
header{
  width: 100%;
  }

.fixed{
  position: fixed;
  width: 100%;
  z-index: 20;
}
footer {
  padding: 10px 30px;
  background-color: #C1A975;
  text-align: center
}
body {
  margin-left: auto;
  margin-right: auto;
  background-color: #232531;
}
a {
  text-decoration: none;
  color: #fff;
}
img {
  max-width: 100%;
}
p {
  font-size: 16px;
}
.wrap {
  overflow: hidden;
}
.wrap p {
  font-size: 1rem;
  margin: 10px 0 0;
}
.logo {
  position: relative;
  margin-left: 0px;
  display: block;
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.bgimg1 {
  position: relative;
  background-image: url("../wedding/main/main_top.jpg");
  height: 350px;
  width: 100%;
  background-attachment: fixed;
  background-size: auto;
  background-position: top left;
}
.bgimg1 p{
  margin: 15px 0 0 10px;
}
.bgimg2 {
  position: relative;
  background-image: url("../wedding/table/table_top.jpg");
  height: 350px;
  width: 100%;
  background-attachment: fixed;
  background-size: auto;
  background-position: top left;
}
.bgimg3 {
  position: relative;
  background-image: url("../wedding/bouquet/bouquet_top.jpg");
  height: 350px;
  width: 100%;
  background-attachment: fixed;
  background-size: auto;
  background-position: top right;
}
.bgimg4 {
  position: relative;
  background-image: url("../wedding/option/other_top.jpg");
  height: 350px;
  width: 100%;
  background-attachment: fixed;
  background-size: auto;
  background-position: top left;
}

.style_nav {
  background-color: rgba(0, 0, 0, 0.50);
}
.style_nav.fixed {
  background-color: rgb(65, 65, 65);
}
.indextop {
  position: relative;
  width: 160px;
  height: 140px;
  margin-top: 30%;
  margin-left: auto;
  margin-right: auto;
}
.container {
  display: flex;
  max-width: 100%;
  margin: 0 auto;
  flex-wrap: nowrap;
  justify-content: space-around;
}
.subcon {
  display: flex;
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0.80);
  flex-wrap: nowrap;
  justify-content: space-around;
  list-style-type: none;
  font-size: 14px;
  padding: 10px 0px;
}
.subcon a {
  color: #000;
  text-decoration: underline
}
.item-about {
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  text-align: center;
  flex-grow: 1;
  padding: 14px 0px 2px 0px;
  list-style-type: none;
  transition: all 0.8s ease 0s;
}
.item-about:hover {
  background-color: rgba(255, 255, 255, 0.50);
}
.item-about img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 50px;
  padding-bottom: 4px;
}
.item-online {
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  text-align: center;
  flex-grow: 1;
  padding: 5px 0px 2px 0px;
  list-style-type: none;
  transition: all 0.3s ease 0s;
}
.item-online:hover {
  background-color: rgba(255, 255, 255, 0.50);
}
.item-online img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 70px;
  padding-bottom: 3px;
}
.item-wedding {
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  text-align: center;
  flex-grow: 1;
  padding: 5px 0px 2px 0px;
  list-style-type: none;
  transition: all 0.3s ease 0s;
}
.item-wedding:hover {
  background-color: rgba(255, 255, 255, 0.50);
}
.item-wedding img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 60px;
  padding-bottom: 5px;
}
.item-delivery {
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  font-size: 13px;
  text-align: center;
  flex-grow: 1;
  padding: 5px 0px 2px 0px;
  list-style-type: none;
  transition: all 0.3s ease 0s;
}
.item-delivery:hover {
  background-color: rgba(255, 255, 255, 0.50);
}
.item-delivery img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 60px;
  padding-bottom: 7px;
}
.item-access {
  text-align: center;
  flex-grow: 1;
  padding: 5px 0px 5px 0px;
  list-style-type: none;
  transition: all 0.3s ease 0s;
}
.item-access:hover {
  background-color: rgba(255, 255, 255, 0.50);
}
.item-access img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 60px;
  padding-bottom: 5px;
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.line {
  width: 100%;
  background-color: #fff;
  padding: 5px 0px 5px 0px;
}
.wrapper {
  margin: 0 auto;
  padding: 0 0;
}
.grid {
  display: grid;
  gap: 3px;
  margin: 50px 10px 0px 10px;
}
.item {
  overflow: hidden;
  cursor: pointer;
}
.access {
  background-size: cover;
  margin: 50px auto 50px auto;
  text-align: center;
}
.access p {
  padding-left: 0;
  padding-right: 0;
  color: #fff;
}
.access a {
  font-size: 12px;
  color: #fff;
  text-decoration-line: underline;
}
h2 {
  font-size: 40px;
  font-weight: 200;
  color: #fff;
  text-decoration: none;
  position: relative;
  padding-top: 40px;
  margin-left: 20px;
  line-height: 40px;
}
h2 p {
  line-height: 23px;
}
h3 {
  font-size: 16px;
  font-weight: 200;
  color: #fff;
  padding-bottom: 100px;
  position: relative;
  margin-left: 20px;
}
.col {
  width: 100%;
}
.item:hover img {
  opacity: 0.5;
  transition-duration: 0.9s;
}
.footertext {
  font-size: 15px;
  color: #fff;
}

/* パンくず */
ol li{
  display: inline-block;
  color: #fff;
}

.breadcrumbs li::after{
  content: '>';
  display: inline-block;
  padding: 0 10px; /*左右に余白*/
  color: #fff;
}

.breadcrumbs li:last-child::after{
  display: none;
}

.breadcrumbs_nav{
  padding: 10px 0px 0px 20px;
}

/*タブレット用*/
@media (min-width: 768px) {
  body {
    max-width: 778px;
  }
  p {
    font-size: 15px;
  }
  .style-nav {
    float: right;
  }
  .style-nav ul li a {
    display: inline-block;
    font-size: 1.2em;
  }
  .style-nav ul {
    text-align: center;
    padding-top: 0px;
  }
  h2 {
    font-size: 50px;
    font-weight: 200;
    color: #fff;
    text-decoration: none;
    position: relative;
    padding-top: 30px;
    text-align: left;
    line-height: 40px;
  }
  h2 p {
    line-height: 23px;
  }
  h3 {
    font-size: 16px;
    font-weight: 200;
    color: #fff;
    text-align: center;
    padding-bottom: 100px;
    position: relative;
  }
  .col-md-half {
    width: 50%;
  }
  .col {
    float: left;
    padding: 0px 0px 14px;
  }
  .wrapper {
    margin: 0 auto;
    padding: 0 0;
  }
  .grid {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin-top: 6%;
  }
  .bgimg1 {
    background-size: contain;
  }
  .bgimg1 p{
    margin: 15px 0 0 15px;
  }
  .bgimg2 {
    background-size: contain;
  }
  .bgimg3 {
    background-size: contain;
  }
  .bgimg4 {
    background-size: contain;
  }
  .item img {
    margin-bottom: -10px;
  }
  .subcon {
    font-size: 17px;
  }
  .big-box1 {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
  }
  .big-box1 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .big-box2 {
    grid-column: 2 / 4;
    grid-row: 3 / 5;
  }
  .big-box2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .big-box3 {
    grid-column: 1 / 3;
    grid-row: 5 / 7;
  }
  .big-box3 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
	.big-box4 {
    grid-column: 2 / 4;
    grid-row: 7 / 9;
  }
  .big-box4 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
	.big-box5 {
    grid-column: 1 / 3;
    grid-row: 9 / 11;
  }
  .big-box5 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
	.big-box6 {
    grid-column: 2 / 4;
    grid-row: 11 / 13;
  }
  .big-box6 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
	.big-box7 {
    grid-column: 1 / 3;
    grid-row: 13 / 15;
  }
  .big-box7 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
	
/*デスクトップ用*/
@media (min-width: 1024px) {
  body {
    max-width: 1000px;
  }
  .style-nav {
    float: right;
    padding-top: 0px;
  }
  .style-nav ul {
    padding-top: 0px;
  }
  h3 {
    font-size: 16px;
    font-weight: 200;
    color: #fff;
    padding-bottom: 100px;
    position: relative;
  }
  .wrapper {
    margin: 0 auto;
    padding: 0 0;
  }
  .grid {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    margin-top: 6%;
  }
  .bgimg1 {
    background-size: contain;
  }
  .bgimg2 {
    background-size: contain;
  }
  .bgimg3 {
    background-size: contain;
  }
  .bgimg4 {
    background-size: contain;
  }
  .item img {
    margin-bottom: -10px;
  }
}