@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900');
body {
    margin: 0;
    padding: 0;
    color: #333;
    font-family: 'Noto Sans Japanese', 'Roboto', "Times New Roman", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 1.4pt;
    word-break: break-all;
    font-feature-settings: "palt";
	position: relative;
	overflow-x: hidden;
}
img {
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
h1 {
	position: fixed;
	top: 20px;
	right: 10px;
	width: 35px;
	z-index: 999;
}

/*--------flexBox--------*/
.flexBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-around;
}

.flexBox:nth-child(even) {
flex-flow: row-reverse;
}
/*--------hover--------*/
a {
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	opacity: 1;
	color: #333;
	text-decoration: none;
}
a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}

/*--------header--------*/
header {
	background: url(../images/main.jpg) no-repeat center center;
	background-size: contain;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
header div {
	text-align: center;
	/* -webkit-transform: translate(0, -50%); Safari用 
	transform: translate(0, -50%);
	*/
}

header div p {
	font-size: 14px;
	margin: 0;
	line-height: 1.4;
	text-shadow: 
        #fff 1px 1px 0, #fff -1px -1px 0,/*右下、左上*/
        #fff -1px 1px 0, #fff 1px -1px 0,/*右上、左下*/
        #fff 0px 1px 0, #fff  0-1px 0,/*右、左*/
        #fff -1px 0 0, #fff 1px 0 0;/*上、下*/
    }
header div h2 {
	font-size: 50px;
	line-height: 1.2;
	font-weight: 900;
	font-family: "Sawarabi Mincho";
	padding: 0 0 20px;
	margin: 0;
	text-shadow: 
    #fff 2px 0px,  #fff -2px 0px,
    #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px , #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px,  #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px,  #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
}

header div h2 em {
	font-size: 28px;
	font-weight: 700;
	display: inline-block;
	margin: 0;
}

header div h3 {
	width: 20%;
	margin: 0 auto;
	filter: drop-shadow(0px 0px 2px #ffffff);
}

header div span {
	background: linear-gradient(transparent 60%, #f1e7b6 60%);
}

/*--------section--------*/
section {
	max-width: 1060px;
	margin: 0 auto;
	padding: 80px 0 0;
}
section > div {
}

section {
	width: 100%;
}

section .box_s {
	margin: 0 60px 60px;
	align-items: center;
	justify-content: center;
}
section .box_l, section .box_r {
	width: 50%;
}

section .box_r {}

section .box_l img {
	width: 90%;
	margin: 0 auto;
	display: block;

}
section .text01 {
	width: 90%;
	margin: 0 auto;
}
section > div > div.text02 {
	width: 50%;

}
section > div > p.image01,
section > div > p.image02 {
	width: 100%;
	margin: 0 0 80px;
}
section > div > div h2 {
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 1.3;
	background: #222;
	padding: 10px 0;
	margin: 0 0 20px;
	font-family: "Sawarabi Mincho";
}

section > div > div h2 > span {
	font-size: 16px;
	display: inline-block;
	padding: 0 0 5px;
}

section > div > div p.txt_a {
	padding: 0 0 10px;
}

section > div > div p.txt_b {
	padding: 15px;
	margin: 30px auto 0;
	border: 1px dashed #666;
	font-size: 11px;
    line-height: 1.5;
    letter-spacing: 1.2pt;
}

section > div > div p.txt_b span {
	font-weight: bold;
	padding: 0 0 3px;
	display: inline-block;
}

section > div > div a {
	margin: 15px 0 0;
	display: block;
}
section > div > div a b {
	font-weight: normal;
	text-decoration: underline;
}
section a em {
	background: #f1e7b6;
	padding: 3px 8px;
	text-decoration: none;
	display: inline-block;
}
section ul {
	width: 80%;
	margin: 40px auto;
}
section ul li {
	width: 29%;
	margin-bottom: 40px;
	position: relative;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
section ul li a em {
	position: absolute;
	bottom: 0;
	right: 0;
}
section ul li.ihanaItem {
	border: 1px solid #ea3f63;
}
section ul li.ihanaItem .ihanaTit {
	color: #fff;
	background: #ea3f63;
	padding: 3px 8px;
	position: absolute;
	top: 0;
	left: 0;
}

section .box_a {
	margin: 60px 0;
	text-align: center;
}

section .box_a a {
	color: #fff;
	background: #222;
	padding: 20px 50px;
	font-size: 20px;


}

/*--------btn--------*/
.btn {
	font-size: 20px;
	text-align: center;
	background: #f1e7b6;
	padding: 10px 0;
	text-decoration: none;
	display: block;
	margin: 0 auto 100px;
	width: 40%;
}
.btn i {
	font-size: 18px;
}

/*--------pageTop--------*/
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 5px;
	z-index: 9999;
}
#pageTop a {
	display: block;
	font-size: 18px;
	padding: 7px 0 0 8px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background: #f1e7b6;
	font-weight: bold;
	text-align: center;
}
#pageTop i.fa {
	padding-right: 7px;
}

/* footer common */
footer {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    padding: 50px 0 0 !important;
    text-align: center;
    border-top: 4px double #333;
}
footer > div {
    max-width: 1050px;
    margin: 0 auto;
    padding-bottom: 40px;
    align-items: center;
    border-bottom: 1px dotted #ccc;
}
.flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
}
footer > div > p {
    width: 35%;
}
footer img {
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}
footer > div > div {
    width: 55%;
}
footer > div > div h2 {
    max-width: 250px;
    margin: 0 auto;
}
footer > div > div p.aw2017 {
    margin: 20px auto 5px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 16px;
}
footer > div > div p {
    margin: 0 0 30px;
}
footer > div > div p.date {
    color: #fff;
    max-width: 220px;
    margin: 20px auto 40px;
    background: #5cc0bc;
    font-size: 20px;
}
footer p.link_online a {
    color: #5cc0bc;
    text-decoration: underline;
}
footer ul {
    width: 85%;
    margin: 0 auto;
}
footer ul li {
    width: 20%;
}
footer a {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    opacity: 1;
    color: #333;
    text-decoration: none;
}
footer address {
    font-size: 5px;
    color: #fff;
    background: #333;
    padding: 6px 0;
}
footer #palcloset {
    width: 130px;
    margin: 40px auto;
    display: block;
}

@media all and (max-width:750px) {
/*--------header--------*/
header {
	background-size: contain;
	height: 100vh;
}
header div {
	width: 70%;
}

header div p {
	font-size: 10px;
}
header div h2 {
	font-size: 26px;
	line-height: 1.2;
	font-weight: 900;
	padding: 0 0 10px;
}

header div h2 em {
	font-size: 16px;
	font-weight: 700;
}

header div h3 {
	width: 40%;
	margin: 0 auto;
}

/*--------section--------*/
section {
	width: 90%;
	overflow: hidden;
}

section .text01 {
	width: 100%;
}

section .box_l, section .box_r {
	width: 90%;
	margin: 0 auto;
}

section  .box_l img {
	width: 100%;
}

section > div > div h2 {
	font-size: 16px;
	margin: 30px 0 15px;
}

section > div > div a {
	margin: 20px 0 0;
}

.flexBox:nth-child(even) {
flex-flow: column;
}

section .box_a {
	margin: 40px 0;
	text-align: center;
}

section .box_a a {
	padding: 10px 20px;
	font-size: 16px;

}

}

@media all and (max-width:640px) {
h1 {
	position: fixed;
	top: 20px;
/*	right: 1px;
	width: 14px; */
	right: 3px;
	width: 20px;
	z-index: 999;
}

.flexBox:nth-child(even) {
flex-flow: column;
}

/*--------header--------*/
header {
	background: url(../images/main.jpg) no-repeat center center;
	background-size: cover;
	height: 70vh;
}
header div {
	width: 90%;
}

header div p {
	font-size: 10px;
}
header div h2 {
	font-size: 26px;
	line-height: 1.2;
	font-weight: 900;
	padding: 0 0 10px;
}

header div h2 em {
	font-size: 16px;
	font-weight: 700;
}

header div h3 {
	width: 40%;
	margin: 0 auto;
}

/*--------section--------*/
section {
	width: 90%;
	overflow: hidden;
}

section .text01 {
	width: 100%;
	margin: 20px auto;
}

section .box_s {
	margin: 0;
}

section .box_l, section .box_r {
	width: 90%;
	margin: 0 auto;
}

section  .box_l img {
	width: 100%;
}
section > div > div h2 {
	font-size: 16px;
	margin: 30px 0 15px;
}

section > div > div a {
	margin: 20px 0 0;
}
section > div > p.image01,
section > div > p.image02 {
	width: 200%;
	margin: 0 0 20px;
}

section > div > div p.txt_b {
	margin: 30px 0 80px;
	padding: 10px;
}

section ul {
	width: 95%;
	margin: 40px auto;
}
section ul li {
	width: 45%;
	margin-bottom: 20px;
}
section ul li a em {
	font-size: 16px;
	padding: 1px 5px;
}
section ul li a em span.none {
	display: none;
}

/*--------btn--------*/
.btn {
	font-size: 18px;
	width: 70%;
}
.btn i {
	font-size: 16px;
}

/*--------pageTop--------*/
#pageTop {
	bottom: 10px;
	right: 10px;
}
#pageTop a {
	width: 35px;
	height: 40px;
	padding: 4px 0 0 8px;
}
#pageTop i.fa {
	padding-top: 0.2px;
}

/*footer sp */
@media only screen and (max-width: 640px) {
	footer {
	    margin-top: 30px;
	}
	footer > div {
    width: 90%;
	}
	footer > div > p {
    width: 70%;
    margin-bottom: 20px;
	}
	footer > div > div {
    width: 100%;
	}
	footer > div > div h2 {
    max-width: 150px;
	}
	footer > div > div p {
    font-size: 12px;
    margin: 0 0 20px;
	}
	footer > div > div p.aw2017 {
    margin: 10px auto 5px;
    font-size: 14px;
	}
	footer > div > div p.date {
    margin: 20px auto 30px;
    font-size: 16px;
	}
	footer ul {
    width: 100%;
	}
	footer address {
    font-size: 10px;
	}

	@media only screen and (min-width: 481px){
.br-sp {display: none;}
}
}

}
