@charset "utf-8";
/* CSS Document */

body {
  background-color: #FFFFFF;
  margin: 0 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: #ffffff;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: justify;
}

.title{
	text-align: center;
}

.date{
	text-align: right;
}

.setsumei1{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	max-width: 1200px;
	gap:30px;
	margin: 30px;
}

.setsumei2{
	align-items: center;
	max-width: 1200px;
	gap:75px;
	margin: 30px;
}
.setsumeipic{
  max-width: 400px;
}

.setsumei2pic{
	 max-width: 300px;
}
.setsumei3pic{
	 max-width: 450px;
}

.box{
	background: none;
	border: 1px solid #f3cbd0;	/* 線の太さ・種類・色 */
	margin: 10px; /* 外側の余白 */
	padding: 20px; /* 内側の余白 */
	position: relative;
	max-width: 600px;
}
.box:after{
	background: none;
	border: 1px solid #f3cbd0;	/* 線の太さ・種類・色 */
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.p1{
	max-width: 600px;
}

.p2{
	max-width: 1200px;
}

@media(max-width:750px){
	.setsumei1{
		display:block;
	}
	.p1{
		font-size:0.8em;
	}
	.p2{
		font-size:0.8em;
	}
	.box-015 p{font-size:0.8em;}
.title{font-size:0.8em;}
.date{font-size:0.8em;}
}


.h2{
    display: inline-block;
    position: relative;
    padding: .5em 1em;
    border-right: 27px solid #2589d0;
    background-color: #f5f5f5;
    color: #333333;
	font-family: "Hannotate SC","TsukuARdGothic-Regular","HanziPen SC";
}

.h2::before{
    position: absolute;
    bottom: 2px;
    right: -20px;
    z-index: -1;
    transform: rotate(5deg);
    width: 100%;
    height: 50%;
    background-color: #d0d0d0;
    content: "";
    filter: blur(4px);
}



.setsumei2{
	max-width: 1200px;
}

.box2{
	background: none;
	border: 1px solid #f3cbd0;	/* 線の太さ・種類・色 */
	margin: 10px; /* 外側の余白 */
	padding: 20px; /* 内側の余白 */
	position: relative;
	max-width: 1200px;
}
.box:after{
	background: none;
	border: 1px solid #f3cbd0;	/* 線の太さ・種類・色 */
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.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 */

