@charset "utf-8";
/* CSS Document */

body {
  background-image:url("img2/kokki2.png");
  background-position: center;
  background-attachment:fixed ;
  background-size:contain;
  background-repeat: repeat-y;
  margin: auto;
}

img {
  max-width: 100%;
  height: auto;
}

p{
	font-size: 1.4rem;
}

.header {
    align-items: center;
    max-width: 1920px;
	height: auto;
    margin: auto;
    background-color: #0094DA;
	gap:30px;
}

.header3logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: no-wrap;
    max-width: 1200px;
	height: auto;
    margin: auto;
    background-color: #0094DA;
	padding: 0px;
	gap:30px;
}



.tamayalogo{
    padding:"0";
    margin:"0";
}

	
.Tamaya-logo:hover{ 
	opacity:0.5;
	transition:0.3s;
}

.centerpic{
	padding-top:10px;
	padding-left: 50px;
    margin:0px;	
}


.otoiawse-logo{
	padding-top:10px;
    margin:0px;
}

.otoiawse-logo:hover{ 
	opacity:0.5;
	transition:0.3s;
}

@media(max-width:750px){
	.header{
		 display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: no-wrap;
		margin: auto;
		padding: auto;
	}
	
	.centerpic{
		display:none;
	}	
	
}


.main-contents {
  max-width: 1200px;
  margin: auto;
  padding: 24px;
   background-color: rgba(255, 255, 255, 0.562);
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: justify;
}

.title{
	text-align: center;}

	.IN{
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: bold;
	
}

.date{
	text-align: right;
}




.setsumei1{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	max-width: 1200px;
	gap:75px;
	margin: 30px;
}
.kasumi2png{
  max-width: 400px;
}

.p1 {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    padding: 1em 1.5em;
    background-color: #f5f868;
    color: #333;
}

.p1::after {
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 20px 20px 0;
    border-style: solid;
    border-color: #d5d848 #fff;
    box-shadow: -1px 1px 1px rgb(0 0 0 / 5%);
    content: '';
}

@media(max-width:750px){
	.setsumei1{
		display:block;
	}
.p1 {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    padding: 0.75em 1em;
    background-color: #f5f868;
    color: #333;
	font-size:0.8em;
}

.p1::after {
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 20px 20px 0;
    border-style: solid;
    border-color: #d5d848 #fff;
    box-shadow: -1px 1px 1px rgb(0 0 0 / 5%);
    content: '';
}
.title{font-size:0.8em;}
.date{font-size:0.8em;}
}


.h2 {
  position: relative;
  padding: 0.5em 1em;
  background: #6366f1;
  color: #f9fafb;
  margin-bottom: 1.5em;
  border-radius: 3px 3px 0 0;
  font-size: 24px;
  text-align: left;
}
.h2::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #8b5cf6;
}

@media(max-width:750px){
.h2 {
  font-size:0.8em;
  position: relative;
  padding: 0.5em 1em;
  background: #6366f1;
  color: #f9fafb;
  margin-bottom: 1.5em;
  border-radius: 3px 3px 0 0;
  font-size:0.8em;
  text-align: left;
}
.h2::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #8b5cf6;
}}


.setsumei2{
	display: flex;
    flex-direction:column;
	align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
	gap:50px;
}

.underlink{
	display: flex;
	justify-content: center;
	align-items: center;
    flex-wrap: wrap;
    max-width: 952px;
    margin: 50px auto;
	gap:10px;
}

.otoiawse-logo2:hover{ 
	opacity:0.5;
	transition:0.3s;
}

.instergram:hover{ 
	opacity:0.5;
	transition:0.3s;
}

.yajirushi{
	display: flex;
	justify-content: center;
	align-items: center;
    flex-wrap: wrap;
    max-width: 952px;
    margin: 50px auto;
	gap:80px;
	
}

.ichiran:hover{ 
	opacity:0.5;
	transition:0.3s;
}

.Right:hover{ 
	opacity:0.5;
	transition:0.3s;
}

.Left:hover{ 
	opacity:0.5;
	transition:0.3s;
}


.box-015 {
    position: relative;
    max-width: 800px;
    margin: 50px;
    padding: 1em 2.5em 1em 1.5em;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
    background-color: #e0efff;
    color: #333333;
}

.box-015::before,
.box-015::after {
    position: absolute;
    content: '';
}

.box-015::before {
    top: -15px;
    right: 10px;
    height: 50px;
    width: 15px;
    border: 3px solid #999;
    border-radius: 10px;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 30%);
    transform: rotate(10deg);
}

.box-015::after {
    top: 0;
    width: 10px;
    right: 20px;
    border: solid 5px #e0efff;
}


.footer {
	max-width: 1920px;
    margin: auto;
    background-color: #0094DA;
	padding: 24px;
}

.footerlogo{
	text-align: center;
	padding: 24px;
}

.ctamaya{
	text-align: center;
	color: #ffffff;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@charset "utf-8";
/* CSS Document */

