/*ページのフォントカラーとサイズ*/p{font-size:15px;color:black;}body {    background: #fff;font-family: Meiryo;margin: ;   padding: 0;  }div.cover {			display: table;			border-spacing: 0em;			margin: 0px;			padding: 0px;			width: 100%;			background-color: #EAAF83;		}div.cover div.box1 {			display: table-cell;			margin: 0px;			background-color: grey;			padding: 0.5em;			width: 70%		}div.cover div.box2 {			display: table-cell;			margin: 0px;			background-color: grey;			padding: 0.5em;			width: 30%		}/* -------------------------------------------- */		div p { font-size: 90%; margin: 0px; padding: 1em 0px; color: #555; }/* ↓横幅が768px以上の場合*/@media (min-width: 768px) {    .site-header__wrapper {      display: flex;      justify-content: space-between;      align-items: center;      padding-top: 0;      padding-bottom: 0; } }  .nav__wrapper {    display: flex; } /* ↓横幅が767px以下の場合*/@media (max-width: 767px) {  .nav__wrapper {    position: absolute;    top: 100%;    right: 0;    left: 0;    z-index: 1;    background-color: #fff;    visibility: visible;    opacity: 0;    transform: translateY(-100%);    transition: transform 0.3s ease-out, opacity 0.3s ease-out; }    .nav__wrapper.active {      visibility: visible;      opacity: 1;      transform: translateY(0); }  .nav__item a {  display: block;  padding: 1.5rem 1rem; } .nav__toggle {  display: none; }@media (max-width: 768px) {    .nav__toggle {      display: block;      position: absolute;      right: 1rem;	      top: 1rem; } 			li {display: inline;	}ul {  overflow:hidden;  list-style:none;  margin: 0 auto;  z-index: 20;} ul li {  display: inline-block;  padding: 5px 5px 5px 5px;}.img {   height: auto;}.dropdown-menu{-sm|-md|-lg|-xl|-xxl}.container1 {  font-family: meiryo;  font-size: 15px;  margin: 0px;  width: 350px;  height: 200px;  outline: 4px;	}.cent {  /* 水平方向の中央揃え */  text-align: center;}.container2 {  font-family: meiryo;  font-size: 15px;  margin: 25px;  width: 500px;  height: 200px;  outline: none;}				.nav__dropdown {  position: absolute;  left: 0;  top: 100%;}/* BootstrapのDropdown menu background color*/.navbar-nav > li > .dropdown-menu {     background-color: #fff;  }/* Dropdown menu font color*/ /*Bootstrapnavbar-navの小見出しの文字の色*/  .navbar-nav > li > .dropdown-menu a{color: #000; }/*Bootstrapメニューの小見出しの背景色*/  .navbar-nav > li > .dropdown-item a{color: #fff; }.dropdown-menu {background-color: #fff; }.dropdown-item {color: #fff;}	.select{font-size:14px;border:1px;}.nav {    font-size: 14px;}.navbar {    min-height: 50px;}.navbar-brand {    height: 50px;    padding: 15px 15px;}.navbar-nav > li > .dropdown-menu {    margin-top: 0;    border-top-left-radius: 0;    border-top-right-radius: 0;}.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {    margin-bottom: 0;    border-top-left-radius: 4px;    border-top-right-radius: 4px;    border-bottom-right-radius: 0;    border-bottom-left-radius: 0;}.navbar-btn {    margin-top: 8px;    margin-bottom: 8px;}.navbar-btn.btn-sm {    margin-top: 10px;    margin-bottom: 10px;}.navbar-btn.btn-xs {    margin-top: 14px;    margin-bottom: 14px;}.navbar-text {    margin-top: 15px;    margin-bottom: 15px;}.navbar-nav > li > a {    padding-top: 10px;    padding-bottom: 10px;    margin-top: 10px;    margin-bottom: 10px;    line-height: 20px;}.navbar-custom-menu .navbar-nav > li > a {    padding-top: 10px;    padding-bottom: 10px;}.navbar-toggler{  border-color: #fff;}.dropdown-menu {    font-size: 14px;}.btn-space1 {    margin-right: 10px;  margin-top: 5px;}.iframe-wrap {  position: relative;  width: 100%;  padding-top: 56.25%;  overflow:auto;   -webkit-overflow-scrolling:touch;  border: 1px solid #ccc; 	text-align: center;}.iframe-wrap iframe {    position:absolute;    top:0;    left:0;    width:100%;    height:100%;    border:none;    display:block;}.frame {  position: relative;  width: 100%;  padding-top: 56.25%;}.frame-container {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;}.content {    overflow-y:auto;    -webkit-overflow-scrolling:touch;    width:100%;    height:200px;}     .content iframe {        width:100%;        height:100%;    }.box_css{width:500px;height:400pxmargin: 5em;border: solid 3px #0000cd;background-color: #;}.swiper--wrapper {  /* wrapperのサイズを調整 */  width: auto;  height: auto;}.swiper-slide {  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */  color: #ffffff;  width: auto;  height: auto;  text-align: center;  line-height: auto;}.navbar-toggler-icon {  # 三本線の変更  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");}