@charset "utf-8";

/* ---------------------------------
  _01 スタイルリセット
------------------------------------*/

html { font-size: 62.5%;}
body {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	color: #222;
	background-color: #fff;
	background-image: url("../images/common/bg_header.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "noto-sans-cjk-jp", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.6rem;}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
    color: #222;}
p {
	margin: 0;
	padding: 0;
	line-height: 1.4;}
img {
	border: 0;
	display: block;}

a { text-decoration: inherit; /* 必要に応じて「none」に */}
a:link { color: #222;}
a:visited { color: inherit;}
a:hover { color: red;}

ul {
	margin: 0;
	padding: 0;
	list-style: none;}
ol {
	margin: 0;
	padding: 0;}
li {
	margin: 0;
	padding: 0;}
dl, dt, dd {
	margin: 0;
	padding: 0;}
form {
	margin: 0;
	padding: 0;}

hr { display: none;}

/* ---------------------------------

FOT-TsukuBRdGothic Std B
font-family: "fot-tsukubrdgothic-std", sans-serif;
font-weight: 700;
font-style: normal;

Noto Sans CJK JP Medium
font-family: "noto-sans-cjk-jp", sans-serif;
font-weight: 500;
font-style: normal;

------------------------------------*/


/* ---------------------------------
  _02 共通クラス
------------------------------------*/
.section_title {
    display: inline-block;
	margin: 0 50% 1.0em;
    transform: translateX(-50%);
	text-align: center;
	font-family: bodoni-urw, serif;
	font-weight: 700;
	font-style: normal;
	font-size: 3.0rem;
	letter-spacing: 0.1em;}

.btn a {
	margin: 0 auto;
	padding: 0 2em;
	display: block;
	width: fit-content;
	height: 2em;
	line-height: 2em;
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	border-radius: 0.5em;}

.supplement { /* 補助的に入れる見出しを表示しないようにするクラス */
	position: absolute;
	left: -10000em;}

@media screen and (min-width: 641px){

.hide_pc { display: none;}
p.guide {
	margin-bottom: 1em;
	text-align: center;}

}
@media screen and (max-width: 640px){

.hide_sp { display: none;}

.btn a {
	margin: 0 auto;
	padding: 0.5em 1em;
	display: block;
	width: fit-content;
	height: auto;
	line-height: 1.2;
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	border-radius: 0.5em;}

}

section .container　{
    margin: 0 auto;
    width: 1100px;
    height: auto;
}

/* ---------------------------------
  _02 ヘッダー＆ナビゲーション
------------------------------------*/

@media screen and (min-width: 641px){

header .container {
	margin: 0 auto;
	position: relative;
	width: 1100px;}
header .header_suigunsen {
	position: absolute;
	left: 0;
	top: 30px;
	width: 200px;}
header .header_suigunsen img {
	width: 100%;}

header .nav_control {
	border: solid 2px #fff;
	position: absolute;
	top: 30px;
	right: 0;
	width: 60px;
	height: 60px;
	background-image: url("../images/common/nav_control.png");
	background-position: center center;
	background-size: cover;
	background-color: rgba(0,146,163,0.9);
	z-index: 1000;
	cursor: pointer;}
header .nav_control.active {
	background-image: url("../images/common/nav_control_close.png");}
header nav {
	margin-top: -150px;
	padding: 50px 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: rgba(0,146,163,0.8);
	z-index: 999;
	transition: all 0.5s ease;}
header nav.open {
	margin-top: 0;}
header nav dl {
	display: flex;
	justify-content: flex-start;
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.2em;}
header nav dl dd {
	margin-right: 1.5em;
	height: 50px;
	line-height: 50px;}
header nav dl dd a {
	color: #fff !important;}

}

@media screen and (max-width: 640px){

header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 0;
	background-color: rgba(255,255,255,0.8);
	z-index: 2000;}
header .container {
	display: flex;
	justify-content: flex-end;
	}
header .nav_control {
	margin: 20px 20px 0 0;
	border: solid 2px #fff;
	width: 6.0rem;
	height: 6.0rem;
	background-color: rgba(0,146,163,0.9);
	background-image: url("../images/common/nav_control.png");
	background-position: center center;
	background-size: cover;
	z-index: 1010;}
header .nav_control.active {
	background-image: url("../images/common/nav_control_close.png");}
header nav {
	margin-right: -80vw;
	position: absolute;
	right: 0;
	top: 0;
	width: 80vw;
	height: 100vh;
	background-color: rgba(0,146,163,0.9);
	z-index: 1000;
	transition: all 0.5s ease;}
header nav.open {
	margin-right: 0;}
nav a:link { color: #fff;}
nav a:visited { color: #fff;}
nav dl {
	padding: 9rem 2rem 0rem 2rem;
	width: 100%;
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2rem;
	box-sizing: border-box;
}
nav dl dd { margin-bottom: 1em;}

}

#contents-intro {
	padding-top: 80px;
	padding-bottom: 0;}
#contents-intro .sitename {
	margin: 0 auto 30px auto;
	width: 360px;
	height: auto;
	font-size: 2.0rem;
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;}
#contents-intro .sitename img {
	margin-bottom: 0.5em;
	width: 100%;}
#contents-intro h1 {
	margin-bottom: 1.5em;
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;}
#contents-intro .section_end {
	margin-top: -30px;
	width: 100%;
	height: 100px;
	background-image: url("../images/top/end_intro.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;}

.content-header .container {
	position: relative;}
.content-header .suigunsen_logo {
	position: absolute;
	left: 0;
	top: -50px;
	width: 200px;}
.content-header .suigunsen_logo img {
	width: 100%;}

@media screen and (max-width: 640px){

#contents-intro .sitename {
	width: 60vw;}
#contents-intro .section_end {
	height: 2em;}
.content-header .suigunsen_logo {
	position: absolute;
	left: 1em;
	top: -60px;
	width: 6rem;}

}

.content01 {
	background-color: #D9E471;}
	



/* ---------------------------------
  _02 メインビュー
------------------------------------*/

.mainview {
	overflow: hidden;
}

@media screen and (max-width: 640px){

.mainview > div img {
	margin: 0;
	display: block;
	width: 100vw;
	height: 100vw;
	object-fit: cover;
}

}

/* ---------------------------------
  _02 フッター
------------------------------------*/
footer {
	background-color: #fff;
	background-image: url("../images/footer_cover.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;}
footer .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;}
footer .footer_logo {
	text-align: center;
	font-size: 0.9em;}
footer .footer_logo img {
	margin-bottom: 0.5em;
	width: 250px;}
footer nav ul {
	margin-bottom: 1em;
	display: flex;
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.1em;}
footer nav ul li {
	margin-left: 1.5em;}
footer ul.sns {
	display: flex;
	justify-content: flex-end;}
footer ul.sns li {
	margin-left: 0.5em;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border-radius: 30px;}
footer ul.sns li img {
	width: 100%;}
footer dl {
	margin-top: 1em;
	display: flex;
	justify-content: flex-end;
	align-items: center;}
footer dl dt {
	margin-right: 1em;
	padding: 0.25em 0.5em;
	color: #fff;
	background-color: #006837;
	font-size: 0.9em;
	border-radius: 0.5em;}
footer .copyright {
	padding-top: 2em;
	width: 100%;
	text-align: center;}

@media screen and (min-width: 641px){

footer .container {
	margin: 0 auto;
	padding: 50px 0;
	width: 1100px;}

}

@media screen and (max-width: 640px){

footer .container {
	padding: 2em 0;}
footer .footer_logo {
	margin: 0 auto;}
footer .footer_info {
	padding: 0 1em;
	width: 100%;
	box-sizing: border-box;}
footer ul.sns {
	padding-top: 1em;
	justify-content: center;}
footer ul.sns li {
	margin: 0 0.25em;}
footer dl {
	flex-direction: column;
	align-items: flex-start;}
footer dl dt {
	margin-bottom: 0.5em;}
	

}

/* ---------------------------------
  _02 レイアウト
------------------------------------*/


.cards > div,
.cards > li { margin-bottom: 1.5em;}
.cards .item_title { margin-bottom: 0.5em;}

.image-fit img {
	display: block;
	width: 100%;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;}
.gallery > div,
.gallery > li { margin-bottom: 1.5em;}

@media screen and (min-width: 641px){

section { padding: 3em 0;}
section .container {
	margin: 0 auto;
	width: 1100px;}

.column2 > div,
.column2 > li { width: 49%;}
.column3 > div,
.column3 > li { width: 31%;}
.column4 > div,
.column4 > li { width: 23%;}

.item_img img { width: 100%;}

.cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;}

.wide01 .item {
	margin-bottom: 0;
	display: flex;
	align-items: center;
}
.wide01 .item_img {
	width: 80%;
    margin-bottom: 2em;}
.wide01 .item_img img {
	width: 100%;}
.wide01 .item_text {
	padding-left: 50px;
	padding-right: calc( 50vw - 550px);
	width: 40%;
    vertical-align: bottom;
	box-sizing: border-box;
}
.wide01 .item_text .item_title {
	margin-bottom: 1em;}
.wide01 .item:nth-child(2n){
	flex-direction: row-reverse;}
.wide01 .item:nth-child(2n) .item_text {
	padding-left: calc( 50vw - 550px);
	padding-right: 50px;}

    
    
    
    
    
    
.wide02 .item { margin-bottom: 100px; position: relative;}
.wide02 .item .container {
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
	width: 1100px;}
.wide02 .item .item_img {
	width: 720px;
	}
.wide02 .item .item_text {
	padding-top: 80px;
	width: 340px;}
.wide02 .item .container::after {
	content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 40px;
    width: calc((100% - 1100px)/2 - 35px + 1050px);
    height: 540px;
    background-color: #f2f2f2;
    z-index: -1;}

}

@media screen and (max-width: 640px){

section .container {
	padding:  5.0rem 2.0rem 0 2.0rem;}

.gallery.column2 > div,
.gallery.column2 > li,
.gallery.column3 > div,
.gallery.column3 > li,
.gallery.column4 > div,
.gallery.column4 > li { width: 48%;}

.column_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.column_sp > div,
.column_sp > li { width: 48%;}

.item_img img {
	width: 100%;}

.wide01 .item_text {
	padding:  1.0em 2.0rem 1.5em 2.0rem;}
.wide01 .item_text .item_title { margin-bottom: 0.5em;}
.wide02 .item { margin-bottom: 2em;}
.wide02 .item .container {
	padding: 0;
	position: relative;}
.wide02 .item .item_img {
	overflow: hidden;
	width: calc(100% - 2em);
	height: calc((100vw - 2em)*0.7);}
.wide02 .item .item_text {
	margin-left: 2em;
	padding: 1em;
    background-color: #f2f2f2;
	}
.wide02 .item .item_text .item_title {
	margin-left: -1.5em;
	margin-bottom: 0.5em;}
.wide02 .item .container::after {
	content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 2em;
    width: calc(100% - 2em);
	height: calc((100vw - 2em)*0.7);
    background-color: #f2f2f2;
    z-index: -1;}

}

/* ---------------------------------
  _02 コンテンツ
------------------------------------*/

#access iframe {
	margin-bottom: 2em;
	width: 100%;
	height: 450px;
}

@media screen and (min-width: 641px){

#contact dl {
	margin: 0 auto 1em auto;
	display: flex;
	flex-wrap: wrap;
	width: 800px;}
#contact dl dt {
	padding: 0.5em 1em;
	width: 200px;
	text-align: right;
	box-sizing: border-box;}
#contact dl dd {
	padding: 0.5em 1em;
	width: 600px;
	box-sizing: border-box;}
#contact dl dd input,
#contact dl dd textarea {
	width: 100%;
}
#contact .btns {
	text-align: center;
}

}

@media screen and (max-width: 640px){

#contact dl dt { margin-bottom: 0.5em;}
#contact dl dd { margin-bottom: 1.0em;}
#contact input[type="text"],
#contact textarea {
	padding: 0.25em;
	width: 100%;
	font-size: 1.6rem;
	box-sizing: border-box;}
#contact input[type="submit"]{
	margin: 0 auto;
	padding: 0.5em;
	display: block;
	font-size: 1.6rem;}

}

/* ---------------------------------
  _ clearfix
------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */
	