@charset "UTF-8";
/*------------------------------------------------------------
	SPP2
------------------------------------------------------------*/
/*------------------------------------------------------------
	デフォルト化
------------------------------------------------------------*/
html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;/*=16px*/
	font-weight: normal;
}
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  font-family: inherit;
}
caption, th, td {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}
article, header, footer, section, nav, aside {
  display: block;
}
h1, h2, h3, h4, h5, h6, dl, dt, dd, ol, ul, li, p {
	line-height: 1em;
}
hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
/*------------------------------------------------------------
	ベース
------------------------------------------------------------*/
html,body{
	height:100%;
}
body {
	color: #333;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", arial, sans-serif;
	word-break: break-all;
	background-color: #FFF;
	-webkit-text-size-adjust: 100%;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#wrap {/*トップページには無し　コンテンツが少ない記事ページ対策*/
	width: 100%;
	position: relative;
	min-height: 100%;
	background-color: #FFF;
}
#contents{/*トップページには無し　コンテンツが少ない記事ページ対策*/
	padding-bottom: 40px; /*フッターの高さと同じ*/
}
a:link, a:visited {
	color: #3F4C89;
	text-decoration: none;
}
a:hover, a:active {
	color: #616FA6;
	text-decoration: none;
}
strong {
	font-weight: bold;
}
img {
	border: 0;
	display: inline-block;
	vertical-align: bottom;
}
a img {
    border-style:none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cb {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.red {
	color: #F00;
}
.bold {
	font-weight: bold;
}




/*------------------------------------------------------------
　YoutubeやGoogleMapなどiframeのレスポンシブ化
------------------------------------------------------------*/
.responsive_iframe {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.responsive_iframe iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/*------------------------------------------------------------
　PC or タブレット スイッチ（全ページ共通）
------------------------------------------------------------*/
.item_pc {
	display: block;
}
.item_tab {
	display: none;
}
@media (max-width: 960px) {/*タブレット*/
	.item_pc {
	display: none;
	}
	.item_tab {
	display: block;
	}
}
/*------------------------------------------------------------
　スマホのときだけ表示させる（全ページ共通）
------------------------------------------------------------*/
.item_smapho_on {
	display: none;
}
@media (max-width: 480px) {/*スマホ*/
	.item_smapho_on {
	display: block;
	}
}
/*------------------------------------------------------------
　スマホのときだけ表示させない（全ページ共通）
------------------------------------------------------------*/
@media (max-width: 480px) {/*スマホ*/
	.item_smapho_off {
	display: none;
	}
}



/*------------------------------------------------------------
	ヘッダー（全ページ共通）
------------------------------------------------------------*/
#home {
	position: fixed;
	z-index: 30;
	background-color: #333;
	width: 100%;
	height: 60px;
}

#topspace {/*ヘッダーの高さ分空ける*/
	height: 60px;
}

/*ロゴとナビゲーション*/
#logo_and_navi {}

h1 {
	padding-top: 14px;
	float: left;
}

h1 img {
	width: 110px;
	margin-left: 10px;
}

#g_navi {
	float: right;
	padding-top: 10px;
}
.nav {
	height: 40px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	font-family: 'Marcellus', serif;
}
.nav li {
  position: relative;
  list-style: none;
}
.nav li a {
  display: block;
  padding-left: 22px;
  padding-right: 22px;
  height: 40px;
  color: #FFF;
  line-height: 2.8;
  transition: 0.3s;
  text-decoration: none;
}
.nav > li:hover > a {
	color: #BDE6FF;
}

/*------------------------------------------------------------
	メインコンテンツ
------------------------------------------------------------*/
.maincontents a:link, .maincontents a:visited {
	color: #3F4C89;
	text-decoration: underline;
}
.maincontents a:hover, .maincontents a:active {
	color: #616FA6;
	text-decoration: underline;
}
.maincontents img {
	max-width: 100% !important;
	height: inherit;
}
@media (max-width: 480px) {/*スマホ*/
	.maincontents img {
	width: 100% !important;
	}
}

.maincontents h3 {
	font-size: 1.5rem;
	line-height: 1.4em;
	margin-bottom: 20px;
	clear: both;
}

.maincontents h4 {
	font-size: 1.3rem;
	line-height: 1.4em;
	margin-bottom: 20px;
	clear: both;
}

.maincontents p {
	line-height: 1.8em;
	margin-bottom: 30px;
}
.maincontents p:last-child {
	margin-bottom: 0px;
}

.maincontents hr {
	margin-top: 80px;
	margin-bottom: 80px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDD;
}

.maincontents ul {
	margin-left: 22px;
	margin-bottom: 30px;
}

.maincontents ul li {
	list-style-type: disc;
	line-height: 1.6em;
	margin-bottom: 15px;
}

.maincontents ol {
	margin-bottom: 30px;
}

.maincontents ol li {
	margin-left: 22px;
	padding-left: 0px;
	line-height: 1.6em;
	list-style-type: decimal;
	margin-bottom: 15px;
}

.maincontents table {
	border: 0;
	margin-top: 15px;
	margin-bottom: 25px;
}

.maincontents th, .maincontents td {
	border: 1px solid #CACACA;
	vertical-align: middle;
	padding-top: 13px;
	padding-right: 20px;
	padding-bottom: 11px;
	padding-left: 20px;
}
@media (max-width: 480px) {/*スマホ*/
	.maincontents th, .maincontents td {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	}
}

.maincontents th {
	background-color: #F2F2F2;
	text-align: center;
}
.maincontents th p, .maincontents td p {
	margin-bottom: 0px;
}

/*ボタン（黒）*/
.maincontents .button-01 {
    background: #333!important;
    color: #fff!important;
	display: inline-block;
    max-width: 600px;
    margin: 10px 5px;
    padding: 18px 40px;
    cursor: pointer;
	border: 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
    text-align: center;
    font-size: 1.2rem;
	font-weight: 900;
    text-decoration: none!important;
}
.maincontents .button-01:hover {
    background: #444!important;
}
/*ボタン（ローズ）*/
.maincontents .button-02 {
    background: #990033!important;
    color: #fff!important;
	display: inline-block;
    max-width: 600px;
    margin: 10px 5px;
    padding: 18px 40px;
	cursor: pointer;
	border: 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    font-size: 1.2rem;
	font-weight: 900;
    text-decoration: none!important;
}
.maincontents .button-02:hover {
    background: #A72145!important;
}

/*------------------------------------------------------------
	トップページのメインビジュアル
------------------------------------------------------------*/
body::before {/*メインビジュアルの画像を固定配置*/
	background: url(../img/img_mainvisual.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
}
#mainvisual {
	height:100%;
	z-index: 20;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#mainvisual .title_mainvisual {
	width: 600px;
	height: 360px;
}
@media (max-width: 960px) {/*タブレット*/
	#mainvisual .title_mainvisual {
	width: 400px;
	height: 300px;
	}
}
@media (max-width: 480px) {/*スマホ*/
	#mainvisual .title_mainvisual {
	width: 90%;
	margin-left:auto;
	margin-right: auto;
	height: 230px;
	}
}

#mainvisual .title_mainvisual img {
	width: 100%;
}
#mainvisual p {
	margin-top: 40px;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.5em;
	color: #FFF;
	text-align: center;
	text-shadow:0 0 6px #444;
}
@media (max-width: 480px) {/*スマホ*/
	#mainvisual p {
	font-size: 0.9rem;
	/*text-align: left;*/
	}
}

/*スクロールを促す下向き矢印*/
.scroll_arrow *, .scroll_arrow *:before, .scroll_arrow *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.scroll_arrow .cp_arrow {
	position: absolute;
	top: 90%;
	left: 47%;
	width: 50px;
	height: 20px;
}
@media (max-width: 480px) {/*スマホ*/
	.scroll_arrow .cp_arrow {
	width: 30px;
	height: 10px;
	}
}
.scroll_arrow .cp_bounce {
	-webkit-animation: arrow-move09 3s infinite ease-in-out;
	        animation: arrow-move09 3s infinite ease-in-out;
}
@-webkit-keyframes arrow-move09 {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	48% {
		-webkit-transform: translateY(-15px);
		        transform: translateY(-15px);
	}
	60% {
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
}
@keyframes arrow-move09 {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	48% {
		-webkit-transform: translateY(-15px);
		        transform: translateY(-15px);
	}
	60% {
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
}


/*------------------------------------------------------------
	mainvisual 以外に白を敷く
------------------------------------------------------------*/
#white_wrap {
	background-color: #FFF;
}

/*------------------------------------------------------------
	type_info
------------------------------------------------------------*/
.type_info {
	display: -webkit-box;
  	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 960px) {/*タブレット*/
	.type_info {
	display: block;
	}
}
.type_info .leftbox {	
	width: 40%;
	padding-top: 150px;
}
@media (max-width: 960px) {/*タブレット*/
	.type_info .leftbox {
	width: 100%;
	padding-top: 100px;
	}
}
.type_info .rightbox {	
	width: 60%;
	padding-top: 125px;
	padding-bottom: 150px;
}
@media (max-width: 960px) {/*タブレット*/
	.type_info .rightbox {
	padding-top: 30px;
	padding-bottom: 100px;
	width: 100%;
	}
}
.type_info .leftbox h2 {
	margin-left: 8%;
}
@media (max-width: 960px) {/*タブレット*/
	.type_info .leftbox h2{
	margin-left: 16%;
	}
}
@media (max-width: 480px) {/*スマホ*/
	.type_info .leftbox h2{
	margin-left: 5%;
	}
}
.type_info .leftbox h2 .h2_en {
	font-family: 'Marcellus', serif;
	font-size: 2.5rem;
	}
.type_info .leftbox h2 .h2_jp {
	font-size: 0.6rem;
	}
.type_info .rightbox dl {
	margin-bottom: 15px;
	padding-right: 10px;
}
@media (max-width: 960px) {/*タブレット*/
	.type_info .rightbox dl {
	padding-left: 15%;
	padding-right: 15%;
	}
}
@media (max-width: 480px) {/*スマホ*/
	.type_info .rightbox dl {
	padding-left: 5%;
	padding-right: 5%;
	}
}
.type_info .rightbox dt {
	font-family: 'Playfair Display', serif;
	color: #333;
	padding-top: 26px;
	padding-left: 6px;
	float: left;
}
.type_info .rightbox dd {
	padding-top: 24px;
	padding-bottom: 22px;
	padding-left: 110px;
	padding-right: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	line-height: 1.5em;
}
@media (max-width: 960px) {/*タブレット*/
	.type_info .rightbox dt {
	float: none;
	}
	.type_info .rightbox dd {
	float: none;
	padding-top: 5px;
	padding-left: 6px;
	}
}

.type_info .rightbox dd a:link, .type_info .rightbox dd a:visited {
	color: #3F4C89;
}
.type_info .rightbox dd a:hover, .type_info .rightbox dd a:active {
	color: #616FA6;
	text-decoration: none;
}

.type_info .to_listpage {
	text-align: right;
	margin-top: 5px;
	margin-right: 30px;
}
@media (max-width: 960px) {/*タブレット*/
	.type_info .to_listpage {
	margin-right: 15%;
	}
}
@media (max-width: 480px) {/*スマホ*/
	.type_info .to_listpage {
	margin-right: 5%;
	}
}


/******サムネイル付きの場合*****/
.type_info article {
	display: flex;
	display:-webkit-box;
  	display:-ms-flexbox;
	box-sizing: border-box;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	padding-top: 10px;
	padding-bottom: 10px;
}
.type_info article figure {
	margin-right: 20px;
	width: 100px;
	height: 100px;
}
.type_info article figure img {
	min-width: 100px;
	max-width: 100%;
	vertical-align: top;
}

.type_info article .text_content {
	width: 70%;
}
@media (max-width: 960px) {/*タブレット*/
	.type_info article {
	margin-left: 15%;
	margin-right: 15%;
	}
	.type_info article .text_content {
	width: 75%;
	}
}
@media (max-width: 700px) {
	.type_info article .text_content {
	width: 70%;
	}
}
@media (max-width: 600px) {
	.type_info article .text_content {
	width: 65;
	}
}
@media (max-width: 480px) {/*スマホ*/
	.type_info article {
	margin-left: 5%;
	margin-right: 5%;
	}
}
@media (max-width: 400px) {
	.type_info article .text_content {
	width: 60%;
	}
}

.type_info article .date {
	font-family: 'Playfair Display', serif;
	color: #333;
	line-height: 1em;
}
.type_info article .title {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.3em;
}
.type_info article .text_excerpt {
	font-size:14px;
	line-height: 1.3em;
}
@media (max-width: 480px) {/*スマホ*/
	.type_info article figure {
	margin-right: 10px;
	}
	.type_info article .text_excerpt {
	font-size:12px;
	}
}
/*****************************/




/*------------------------------------------------------------
	type_concept
------------------------------------------------------------*/
.type_concept {
	background-color: #F3F3F3;
	display:-webkit-box;
  	display:-ms-flexbox;
	display:flex;
}
@media (max-width: 960px) {/*タブレット*/
	.type_concept {
	display: block;
	}
}
.type_concept .leftbox {
	width: 40%;
	/*background-image: url(../img/img_concept.jpg);*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
@media (max-width: 960px) {/*タブレット*/
	.type_concept .leftbox {
	width: 100%;
	height: 500px;
	}
}
@media (max-width: 480px) {/*スマホ*/
	.type_concept .leftbox {
	height: 400px;
	}
}
.type_concept .rightbox {	
	width: 60%;
}
@media (max-width: 960px) {/*タブレット*/
	.type_concept .rightbox {
	width: 100%;
	}
}
.type_concept .rightbox .inner {
	padding-top: 150px;
	padding-bottom: 150px;
	padding-left: 15%;
	padding-right: 15%;
}
@media (max-width: 960px) {/*タブレット*/
	.type_concept .rightbox .inner {
	padding-top: 100px;
	padding-bottom: 100px;
	}
}
@media (max-width: 480px) {/*スマホ*/
	.type_concept .rightbox .inner {
	padding-left: 5%;
	padding-right: 5%;
	}
}
.type_concept h2 {
	margin-bottom:20px;
	line-height: 1.5em;
}
.type_concept h2 .h2_en {
	font-family: 'Marcellus', serif;
	font-size: 2.5rem;
	}
.type_concept h2 .h2_jp {
	font-size: 0.6rem;
	}
.type_concept h2 .kaigyo {
	display: none;
}
@media (max-width: 400px) {
	.type_concept h2 .kaigyo {
	display: block;
	}
}

/*------------------------------------------------------------
	type_items
------------------------------------------------------------*/
.type_items {
	padding-top: 150px;
	padding-bottom: 150px;
}
@media (max-width: 960px) {/*タブレット*/
	.type_items {
	padding-top: 100px;
	padding-bottom: 100px;
	}
}
.type_items .inner {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}
@media (max-width: 960px) {/*タブレット*/
	.type_items .inner {
	width: 90%;
	}
}

.type_items .inner h2 {
	text-align: center;
	margin-bottom: 20px;
}
.type_items .inner h2 .h2_en {
	font-family: 'Marcellus', serif;
	font-size: 2.5rem;
	}
.type_items .inner h2 .h2_jp {
	font-size: 0.6rem;
	}
.type_items .inner .maincontents {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	/*text-align: center;*/
}
@media (max-width: 960px) {/*タブレット*/
	.type_items .inner .maincontents {
	width: 100%;
	}
}
.type_items .inner h3 {/*記事タイトル*/
	font-size: 1rem;
	line-height: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
}
@media (max-width: 960px) {/*タブレット*/
	.type_items .inner h3 {
	font-size: 0.9rem;
	}
}
@media (max-width: 480px) {/*スマホ*/
	.type_items .inner h3 {
	font-size: 0.8rem;
	}
}

.type_items .inner ul li {
	float: left;
	width: 30%;
	height: 320px;
}
@media (max-width: 960px) {/*タブレット*/
	.type_items .inner ul li {
	height: 320px;
	}
}
@media (max-width: 900px) {
	.type_items .inner ul li {
	height: 310px;
	}
}
@media (max-width: 850px) {
	.type_items .inner ul li {
	height: 300px;
	}
}
@media (max-width: 800px) {
	.type_items .inner ul li {
	height: 290px;
	}
}
@media (max-width: 750px) {
	.type_items .inner ul li {
	height: 280px;
	}
}
@media (max-width: 700px) {
	.type_items .inner ul li {
	height: 270px;
	}
}
@media (max-width: 650px) {
	.type_items .inner ul li {
	height: 260px;
	}
}
@media (max-width: 600px) {
	.type_items .inner ul li {
	height: 250px;
	}
}
@media (max-width: 550px) {
	.type_items .inner ul li {
	height: 240px;
	}
}
@media (max-width: 500px) {
	.type_items .inner ul li {
	height: 230px;
	}
}
@media (max-width: 480px) {
	.type_items .inner ul li {
	height: 200px;
	}
}
@media (max-width: 450px) {
	.type_items .inner ul li {
	height: 190px;
	}
}
@media (max-width: 400px) {
	.type_items .inner ul li {
	height: 180px;
	}
}
@media (max-width: 350px) {
	.type_items .inner ul li {
	height: 170px;
	}
}

.type_items .inner ul li img {
	max-width: 100%;
	height: inherit;
}

.type_items .inner ul li {margin-right: 5%;}
.type_items .inner ul li:nth-of-type(3n) {margin-right: 0%;!important}


.type_items .to_itemslistpage {
	margin-top: 30px;
	text-align: center;
}
.type_items .to_itemslistpage a {
	-webkit-appearance: none;
	font-size: 1.2rem;
	color: #FFF;
	cursor: pointer;
	border: 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	font-weight: 900;
	background-color: #333;/*カスタム必須*/
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 18px;
	padding-left: 60px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 960px) {/*タブレット*/
	.type_items .to_itemslistpage a {
	font-size: 1rem;
	}
}
@media (max-width: 480px) {/*スマホ*/
	.type_items .to_itemslistpage a {
	padding-right: 30px;
	padding-left: 30px;
	}
}

.type_items .to_itemslistpage a:hover {
	background-color: #222;/*カスタム必須*/
	text-decoration: none;
}

/*------------------------------------------------------------
	type_company
------------------------------------------------------------*/
.type_company {
	background-color: #F3F3F3;
	display:-webkit-box;
  	display:-ms-flexbox;
	display:flex;
}
@media (max-width: 960px) {/*タブレット*/
	.type_company {
	display: block;
	}
}
.type_company .leftbox {	
	width: 60%;
}
@media (max-width: 960px) {/*タブレット*/
	.type_company .leftbox  {
	width: 100%;
	}
}
.type_company .leftbox .inner {
	padding-top: 150px;
	padding-bottom: 150px;
	padding-left: 15%;
	padding-right: 15%;
}
@media (max-width: 960px) {/*タブレット*/
	.type_company .leftbox .inner  {
	padding-top: 100px;
	padding-bottom: 100px;
	}
}
@media (max-width: 480px) {/*スマホ*/
	.type_company .leftbox .inner {
	padding-left: 5%;
	padding-right: 5%;;
	}
}
.type_company .rightbox {
	width: 40%;
	/*background-image: url(../img/img_company.jpg);*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
@media (max-width: 960px) {/*タブレット*/
	.type_company .rightbox  {
	width: 100%;
	height: 500px;
	}
}
@media (max-width: 480px) {/*スマホ*/
	.type_company .rightbox  {
	height: 400px;
	}
}
.type_company h2 {
	margin-bottom:20px;
}
.type_company h2 .h2_en {
	font-family: 'Marcellus', serif;
	font-size: 2.5rem;
	}
.type_company h2 .h2_jp {
	font-size: 0.6rem;
	}

/*Googleマップ*/
#g_map iframe {
	height: 500px;
}
@media (max-width: 768px) {
	#g_map iframe {
	height: 350px;
	}
}
@media (max-width: 480px) {/*スマホ*/
	#g_map iframe {
	height: 250px;
	}
}



/*------------------------------------------------------------
	type_contact
------------------------------------------------------------*/
.type_contact {
	text-align: center;
}
.type_contact .inner {
	padding-top: 150px;
	padding-bottom: 150px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 960px) {/*タブレット*/
	.type_contact .inner {
	padding-top: 100px;
	padding-bottom: 100px;
	width: 70%;
	}
}
@media (max-width: 480px) {/*スマホ*/
	.type_contact .inner {
	width: 90%;
	}
}
.type_contact h2 {
	margin-bottom:20px;
}
.type_contact h2 .h2_en {
	font-family: 'Marcellus', serif;
	font-size: 3rem;
	line-height:1.2em;
}
.type_contact .h2_jp {
	font-size: 0.8rem;
}
.type_contact .icon {
	margin-top: 80px;
	margin-bottom: 20px;
}
.type_contact .icon img {
	width: 100px;
	height: 100px;
}
@media (max-width: 480px) {/*スマホ*/
	.type_contact .icon img {
	width: 70px !important;
	height: 70px !important;
	}
}
.type_contact .maincontents {
	padding-top: 50px;
}
#formbox {
}
#formbox p {
	margin-top: 50px;
	margin-bottom: 10px;
}
span.wpcf7-list-item {
	display: block;
}
.wpcf7-not-valid-tip {
	color: #F00;
	display: block;
}
span.wpcf7-list-item {
	margin-left: 1em;
}

.form-width { 
	max-width: 97%;
}
@media (max-width: 480px) {/*スマホ*/
	.form-width { 
	max-width: 94%;
	}
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #8D0000 !important;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	background-color: #F6F6F6;
	color: #333;
	border: 1px solid #DDD;
	font-size: 1.125rem;
	padding: 0.5em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	width: 100% !important;
}
@media (max-width: 768px) {
	.wpcf7 input[type="text"],
	.wpcf7 input[type="email"],
	.wpcf7 input[type="tel"] { 
	width: 100% !important;
	}
}
@media (max-width: 480px) {/*スマホ*/
	.wpcf7 input[type="text"],
	.wpcf7 input[type="email"],
	.wpcf7 input[type="tel"] { 
	width: 100% !important;
	}
}

.wpcf7 textarea {
	width: 100% !important;
}
@media (max-width: 768px) {
	.wpcf7 textarea { 
	width: 100% !important;
	}
}
@media (max-width: 480px) {/*スマホ*/
	.wpcf7 textarea { 
	width: 100% !important;
	}
}

.submitbtns input[type="submit"] {
	-webkit-appearance: none;
	font-size: 1.2rem;
	color: #FFF;
	cursor: pointer;
	border: 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	font-weight: 900;
	background-color: #999;/*カスタム必須*/
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 18px;
	padding-left: 60px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.submitbtns input[type="submit"]:hover {
	background-color: #888;/*カスタム必須*/
	text-decoration: none;
}
.wpcf7-response-output {
	font-weight: bold;
	border: none !important;
	padding: 0 !important;
	margin-top: 10px;
	margin-right: 0 !important;
	margin-bottom: 30px;
}
div.wpcf7-mail-sent-ok {
	color: #039;
	border: 0px !important;
	margin-top: 50px;
	font-size: 1.125rem;
}
div.wpcf7-mail-sent-ng {
	border: 0px !important;
	margin-top: 50px;
}
div.wpcf7-spam-blocked {
	border: 0px !important;
	margin-top: 50px;
}
div.wpcf7-validation-errors {
	color: #F00;
	border: 0px !important;
	margin-top: 50px;
}
.screen-reader-response {
	display: none;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer_toppage {
	width: 100%;
	height: 40px;
	background-color: #333;
	color: #FFF;
	padding-top: 20px;
}

#footer {
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0;
	background-color: #333;
	color: #FFF;
	padding-top: 20px;
}

/*コピーライト*/
.copyright {
	font-size: 0.9rem;
	text-align: center;	
}


/*------------------------------------------------------------
	type_subpages
------------------------------------------------------------*/
.type_subpages {
	padding-top: 100px;
	padding-bottom: 100px;
}
@media (max-width: 960px) {/*タブレット*/
	.type_subpages {
	padding-top: 50px;
	padding-bottom: 50px;
	}
}
.type_subpages .inner {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}
@media (max-width: 960px) {/*タブレット*/
	.type_subpages .inner {
	width: 70%;
	}
}
@media (max-width: 480px) {/*スマホ*/
	.type_subpages .inner {
	width: 90%;
	}
}
.type_subpages .inner h2 {
	font-size: 2.5rem;
	line-height: 1.3em;
	margin-bottom:20px;
}
.type_subpages .inner p {
	line-height: 1.8em;
}
.type_subpages .inner h2.kotei {/*増設固定ページのh2*/
	padding-bottom: 30px;
	margin-bottom: 40px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	border-bottom-width: 1px;
}

/*------------------------------------------------------------
	INFORMATION記事一覧
------------------------------------------------------------*/
.info2 dl {
	margin-bottom: 15px;
	padding-right: 10px;
}
.info2 dt {
	font-family: 'Playfair Display', serif;
	color: #333;
	padding-top: 26px;
	padding-left: 6px;
	float: left;
}
.info2 dd {
	padding-top: 24px;
	padding-bottom: 22px;
	padding-left: 110px;
	padding-right: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	line-height: 1.5em;
}

@media (max-width: 960px) {/*タブレット*/
	.info2 dt {
	float: none;
	}
	.info2 dd {
	float: none;
	padding-top: 5px;
	padding-left: 6px;
	}
}

.info2 dd a:link, .info2 dd a:visited {
	color: #3F4C89;
}
.info2 dd a:hover, .info2 dd a:active {
	color: #616FA6;
	text-decoration: none;
}

/******サムネイル付きの場合*****/
.info2 article {
	display: flex;
	display:-webkit-box;
  	display:-ms-flexbox;
	box-sizing: border-box;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	padding-top: 10px;
	padding-bottom: 10px;
}
.info2 article figure {
	margin-right: 20px;
	width: 100px;
	height: 100px;
}
.info2 article figure img {
	min-width: 100px;
	max-width: 100%;
	vertical-align: top;
}

.info2 article .text_content {
	width: 680px;
}
@media (max-width: 960px) {/*タブレット*/
	.info2 article .text_content {
	width: 75%;
	}
}
@media (max-width: 700px) {
	.info2 article .text_content {
	width: 70%;
	}
}
@media (max-width: 600px) {
	.info2 article .text_content {
	width: 65%;
	}
}
@media (max-width: 400px) {
	.info2 article .text_content {
	width: 60%;
	}
}

.info2 article .date {
	font-family: 'Playfair Display', serif;
	color: #333;
	line-height: 1em;
}
.info2 article .title {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.3em;
}
.info2 article .text_excerpt {
	font-size:14px;
	line-height: 1.3em;
}
@media (max-width: 480px) {/*スマホ*/
	.info2 article figure {
	margin-right: 10px;
	}
	.info2 article .text_excerpt {
	font-size:12px;
	}
}
/*****************************/



/*一覧ページのページネーション*/
#pagenation_box {
	font-family: 'Marcellus', serif;
	margin-top: 50px;
	text-align: center;
	font-size: 1.2rem;
}
#pagenation_box .screen-reader-text {
	display: none;
}
.pagination a {
	padding: 2px 10px;
	display: inline-block;
	border-radius:15px;
}
.pagination .next, .pagination .prev {
	font-size: 1.7rem;
}
.pagination span {
	display: inline-block;
}
.pagination span.current {
	background-color:#DDD;
	border-radius:50%;
	width:30px;
	height:30px;
	line-height:30px;
}
@media (max-width: 480px) {/*タブレット*/
	#pagenation_box {
	font-size: 1.4rem;
	}
	.pagination .next, .pagination .prev {
	font-size: 1.5rem;
	}
}

/*------------------------------------------------------------
	ITEMS一覧ページ
------------------------------------------------------------*/
.itemslist {}
.itemslist .inner h2 {
	text-align: center;
	margin-bottom: 60px;
	line-height: 1.2em!important;
}
.itemslist .inner h2 .h2_en {
	font-family: 'Marcellus', serif;
	font-size: 2.5rem;
}
.itemslist .inner h2 .h2_jp {
	font-size: 1rem;
	
}

.itemslist .inner h3 {/*記事タイトル*/
	font-size: 1rem;
	line-height: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
}
@media (max-width: 960px) {/*タブレット*/
	.itemslist .inner h3 {
	font-size: 0.9rem;
	}
}
@media (max-width: 480px) {/*スマホ*/
	.itemslist .inner h3 {
	font-size: 0.8rem;
	}
}

.itemslist .inner ul li {
	float: left;
	width: 30%;
	height: 320px;
}
@media (max-width: 960px) {/*タブレット*/
	.itemslist .inner ul li {
	height: 320px;
	}
}
@media (max-width: 900px) {
	.itemslist .inner ul li {
	height: 310px;
	}
}
@media (max-width: 850px) {
	.itemslist .inner ul li {
	height: 300px;
	}
}
@media (max-width: 800px) {
	.itemslist .inner ul li {
	height: 290px;
	}
}
@media (max-width: 750px) {
	.itemslist .inner ul li {
	height: 280px;
	}
}
@media (max-width: 700px) {
	.itemslist .inner ul li {
	height: 270px;
	}
}
@media (max-width: 650px) {
	.itemslist .inner ul li {
	height: 260px;
	}
}
@media (max-width: 600px) {
	.itemslist .inner ul li {
	height: 250px;
	}
}
@media (max-width: 550px) {
	.itemslist .inner ul li {
	height: 240px;
	}
}
@media (max-width: 500px) {
	.itemslist .inner ul li {
	height: 230px;
	}
}
@media (max-width: 480px) {
	.itemslist .inner ul li {
	height: 200px;
	}
}
@media (max-width: 450px) {
	.itemslist .inner ul li {
	height: 190px;
	}
}
@media (max-width: 400px) {
	.itemslist .inner ul li {
	height: 180px;
	}
}
@media (max-width: 350px) {
	.itemslist .inner ul li {
	height: 170px;
	}
}

.itemslist .inner ul li img {
	max-width: 100%;
	height: inherit;
}
.itemslist .inner ul li {margin-right: 5%;}
.itemslist .inner ul li:nth-of-type(3n) {margin-right: 0%;!important}


/*------------------------------------------------------------
	INFORMATION　記事個別ページ
------------------------------------------------------------*/
.single_to_infolist {
	font-size: 0.8rem;
	margin-bottom: 40px;
}
.single_to_infolist .arrow {
	font-size: 1rem;
}
.article_date {
	font-family: 'Playfair Display', serif;
	text-align: right;
	font-size: 1rem;
	color: #666;
	margin-top: 8px;
	margin-bottom: 40px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	border-bottom-width: 1px;
}

/*前後記事ナビ*/
.post-navigation {
	font-size: 0.8rem;
	clear: both;
	padding-top: 30px;
}
.post-navigation .nav-links {
	width: 100%;
	padding-left: 0px;
	padding-top: 20px;
	border-top-style: solid;
	border-top-color: #DDD;
	border-top-width: 1px;
}
.post-navigation a[rel="prev"], .post-navigation a:hover[rel="prev"] {
	text-align: right;
	text-decoration: none;
}
.post-navigation a[rel="next"], .post-navigation a:hover[rel="next"] {
	float: right;
	text-align: right;
	text-decoration: none;
}
.nav-links:after {
	clear: both;
}

.item_single .maincontents {
	padding-top: 40px;
	padding-bottom: 40px;
	border-top-style: solid;
	border-top-color: #DDD;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	border-bottom-width: 1px;
}


/*------------------------------------------------------------
	SORRY、404ページ
------------------------------------------------------------*/
.sorrypage {text-align: center;}
.sorrypage h2 {font-size: 3rem; font-family: 'Marcellus', serif;}
.sorrypage p {font-size: 1.2rem; line-height: 1.8em;}

/*------------------------------------------------------------
	Images
------------------------------------------------------------*/
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;	
	margin: 0;
	padding: 0;
}

img.alignleft {
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 0px;
	margin-top: 5px;
}
img.alignright {
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 25px;
	margin-top: 5px;
}

/*特別仕様ここから*/
.maincontents img.size-thumbnail {/*サムネイルについては大きくならないように*/
	width: 150px !important;
}
/*ここまで*/

@media (max-width: 768px) {/*768px以下になると画像はフロートがなくなり横幅100％表示*/
	img.alignleft {
	float: none;
	width: 100%;
	margin-right: 0px;
	}
	img.alignright {
	float: none;
	width: 100%;
	margin-left: 0px;
	}
	.maincontents img.size-thumbnail {/*サムネイルについては大きくならないように*/
	width: 150px !important;
	}
	.maincontents img.size-thumbnail.alignleft {
	margin-right: 25px !important;
	}
	.maincontents img.size-thumbnail.alignright {
	margin-left: 25px !important;
	}
}
img.aligncenter {
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	margin-top: 5px;
}

img.alignnone {
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	margin-top: 5px;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	font-size: 0.8rem;
	font-weight: normal;
	padding-top: 6px;
	padding-bottom: 16px;
}

.wp-caption.alignright {
	padding-left: 25px;
}
.wp-caption.alignleft {
	padding-right: 25px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}

/*今回ここはカット*/
/*@media (max-width: 768px) {
	.maincontents .wp-caption {キャプション付き画像のキャプション
	width: 100% !important;
	}*/
	/*.maincontents .wp-caption img {キャプション付き画像
	width: 100% !important;
	}
}*/

@media (max-width: 480px) {/*スマホ*/
	.maincontents img.size-thumbnail {/*サムネイル*/
	width: 150px !important;
	}
	.maincontents img.size-thumbnail.alignright {/*サムネイルは中央に*/
	display: block;
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
	}
	.maincontents img.size-thumbnail.alignleft {/*サムネイルは中央に*/
	display: block;
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
	}
	.maincontents .wp-caption img.size-thumbnail {/*キャプション付きサムネイル画像*/
	width: 150px !important;
	}
}