@charset "UTF-8";

body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
	font-size: 1em;
	line-height: 1.6em;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a, a:link{
	color: #0066ff;
	text-decoration: none;
}
a:hover{
	color: #fff100;
    text-decoration: none;

}
a:visited{
	color: #000;
}
img{
	max-width: 100%;
	height: auto;
	display: block;
}

/* __ ヘッダー __ */

header{
	display: flex;
	padding: 1em;
	flex-direction: column;
	align-items: center;
	border-bottom: 1px solid #eee;
	font-family: 'Marck Script', cursive;
}
.logo{
	margin:  0 auto;
	display: flex;
	align-items: center;
/*	justify-content: center; */
/*	font-size: 26px;  */
/*	background-color: #000; */
/* 	border-radius: 50%;*/
}
.logo a{
	color: #fff;
	text-align: center;
}

/* __ コンテンツ __ */

.container p:not(:last-child){
	margin-bottom: 1.5em;
}

.photo{
	width: 100%;
	height: 80vh;
	background: url(https://unsplash.it/1200?image=1011) no-repeat center center;
	background-size: cover;
}
.overlay{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
}

.col-odd{
	margin-bottom: 3em;
}
.col-odd__txt{
	padding: 0 0 0 15%;
}
.col-odd__img{
	text-align:center;
    padding:20px 0px;
}

.info_mes {
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.info_mes p {
    text-align:center;	
    padding: 5px 0px ;
    color:#ccc;
}
.topi{
    text-align:center;	
    font-weight:bold;
    padding: 5px 0px ;
    color:#FF0000;
}


/* __ フッター __ */

footer{
	padding: 2em;
	text-align: center;
	background-color: #004898;
	color: #fff;
	}


/* Media queries
-------------------------------------------------------*/

@media screen and (min-width : 768px) { /* デスクトップ */

/* __ ヘッダー __ */

header{
	flex-direction: row;
	justify-content: flex-end;
}
/*
.logo{
	margin: 0 auto 0 0;
}
*/

/* __ コンテンツ __ */

section{
	display: flex;
	justify-content: center;
	align-items: center;
}
.col-item{
	height: 400px;
}
.row-2 .col-item{
	width: 50%;
}
.row-3 .col-item{
	width: 33.3%;
}
.col-odd{
	display: flex;
	justify-content: space-between;
}

.col-odd__img{
	width: 50%;
	padding: 0 5% 0 0;
	margin:2em;
}

.col-odd__txt{
	width: 50%;
	margin:5em;
	padding:10px 0px 20px 15%;
}
.col-odd.reverse{
	margin-bottom: 0;
/*	flex-direction: row-reverse;*/
}
.photo{
	height: 650px;
}
.container{
	margin: 3em;
}
.info_mes{
	margin:2em 0 0 0;
}

.info_mes p {
	padding:10px 0px 20px 0px;
}




