/**
Theme Name: theme_taiuennichi
Theme URI: 
Description: 台浮縁日オリジナルテーマ
Author: QLOKO DE SIGN
Author URI: https://qloko.co.jp
Version: 1.0
*/
/**********************************************
				font
**********************************************/
/**
font-family: "yu-gothic-pr6n", sans-serif;
font-weight: 400;
font-style: normal;
**/
@font-face {
  font-family: "GARAIT";
	src: url('font/GARAIT.woff2') format('woff2'),
  url('font/GARAIT.woff') format('woff'),
  url('font/GARAIT.ttf') format('truetype'),
  url('font/GARAIT.eot') format('embedded-opentype');
}
@font-face {
  font-family: "NotoSansJP-Light";
	src: url('font/NotoSansJP-Light.woff2') format('woff2'),
  url('font/NotoSansJP-Light.woff') format('woff'),
  url('font/NotoSansJP-Light.ttf') format('truetype'),
  url('font/NotoSansJP-Light.otf') format('opentype'),
  url('font/NotoSansJP-Light.eot') format('embedded-opentype');
}
@font-face {
  font-family: "NotoSansJP-Regular";
	src: url('font/NotoSansJP-Regular.woff') format('woff'),
  url('font/NotoSansJP-Regular.ttf') format('truetype'),
  url('font/NotoSansJP-Regular.eot') format('embedded-opentype');
}
@font-face {
  font-family: "NotoSansJP-Medium";
	src: url('font/NotoSansJP-Medium.woff') format('woff'),
  url('font/NotoSansJP-Medium.ttf') format('truetype'),
  url('font/NotoSansJP-Medium.eot') format('embedded-opentype');
}
@font-face {
  font-family: "NotoSansJP-DemiLight";
	src: url('font/NotoSansJP-DemiLight.woff') format('woff'),
  url('font/NotoSansJP-DemiLight.ttf') format('truetype'),
  url('font/NotoSansJP-DemiLight.eot') format('embedded-opentype');
}
@font-face {
  font-family: "NotoSansJP-Bold";
	src: url('font/NotoSansJP-Bold.woff') format('woff'),
  url('font/NotoSansJP-Bold.ttf') format('truetype'),
  url('font/NotoSansJP-Bold.otf') format('opentype'),
  url('font/NotoSansJP-Bold.eot') format('embedded-opentype');
}
@font-face {
  font-family: "NotoSansJP-Black";
	src: url('font/NotoSansJP-Black.woff') format('woff'),
  url('font/NotoSansJP-Black.ttf') format('truetype'),
  url('font/NotoSansJP-Black.eot') format('embedded-opentype');
}
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio, canvas, video {
	display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
	display: none;
}
* {
    box-sizing: border-box;
} 
/*********************************************************
					reset
*********************************************************/
html, body, div, span, 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, strong, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
	font-weight: 500;
	letter-spacing: 1px;
}
body {
	color: #262626;
	font-size: 16px;
	font-family: "NotoSansJP-Regular","游ゴシック体 Pr6N M","Yu Gothic Pr6N M",-apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
    font-weight: 500;
	line-height: 1.5em;
	width: 100%;
	position: relative;
    background-color: #59a4b8;
}
ol, ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	-webkit-text-size-adjust: 100%;
}
/* リンク */
a:link {
	text-decoration: none;
	color: #4C4C4C;
}
a:visited {
	text-decoration: none;
	color: #4C4C4C;
}
a:hover {
	text-decoration: none;
	color: #999999;/* */
}
a:active {
	text-decoration: none;
	color: #4C4C4C;/* */
}
.aligncenter {
	text-align: center;
}
.center {
	text-align: center;
}
img {
    max-width: 100%;
    height: auto;
}
.sp {
    display: none;
}
/** error **/
.error_txt01 {
	text-align: center;
	margin: 100px auto 100px;
	font-size: 96px;
}
.error_txt02 {
	text-align: center;
}
.error_txt03 {
	text-align: center;
	margin: 40px auto;
	text-decoration: underline;
}

/**********************************************
				clearfix
**********************************************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hack */ 
.clear {
	clear: both;
}
/**********************************************
				animation
**********************************************/
.fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 1s;
}
.fade.active {
	opacity: 1;
	transform: translateY(0px);
}


/**********************************************
				header
**********************************************/
#header {
	position: relative;
	z-index: 9;
	display: flex;
	margin: auto;
	padding: 40px 0 0;
    width: 100%;
}
.toppage #header {
    position: relative;
    background-color: #59a4b8;
}
.hd_logo {
	width: 20%;
	padding-left: 2%;
	position: fixed;
	z-index: 998;
}

.hd_logo a {
	background-image: url("images/top/main_visual.png");
	-webkit-background-size: contain;
	background-size: contain;
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	height: 0;
	padding-top: 117%;
    text-indent: -9999px;
}
.home .hd_logo {
    text-indent: -9999px;
    display: none;
}
.hd_logo .after {
    visibility: hidden;
	position: absolute;
	right: 0;
    top: 0;
}
.hd_logo .before {}
.invert2 .hd_logo .before {
	visibility: hidden;
}
.invert2 .hd_logo .after {
    visibility: visible;
}
.toppage .invert .hd_logo .before {
	visibility: hidden;
}
.toppage .invert .hd_logo .after {
    visibility: visible;
}
.hd_sns {
	position: absolute;
	top: 175px;
	right: 49px;
	text-align: center;
}
.hd_sns li {
	line-height: 0;
	margin-bottom: 30px;
    position: relative;
    z-index: 9;
}
.hd_sns li .sns_b {
	display: none;
}
.single .hd_sns li .sns_w {
    display: none;
}
.single .hd_sns li .sns_b {
    display: block;
}
.hd_nav {
	display: flex;
	margin-left: auto;
    padding-top: 20px;
    padding-right: 8.18%;
}
.hd_nav li {
	margin-right: 55px;
}
.hd_nav li a {
    font-family: "NotoSansJP-Bold";
	font-size: 18px;
    color: #fff;
}
.hd_nav li a:hover {
    color: #333;
    transition: 0.5s;
}
#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:0;
    right: -40%;
	width:26.67%;
    height: 100vh;/*ナビの高さ*/
	background:#fff;
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 26.67%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav .ul01 {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav .ul01 li {
    font-size: 17px;
    line-height: 2.5em;
    white-space: nowrap;
}
#g-nav .ul02 li {
	font-size: 15px;
	list-style: disc outside;
}
#g-nav .ul01 li ul {
	padding-left: 2.5em;
}
#g-nav .ul03 {
	display: flex;
	margin: 20px 0 20px;
}
#g-nav .ul03 li {
	width: 19px;
	margin-right: 1.5em;
}
#g-nav li a {
	color: #333;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	/*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
	width: 60px;
    height:60px;
	cursor: pointer;
	background:#fff;
    z-index: 9999;
    border-radius: 50%;
    position: fixed;
    right: 30px;
}
.invert2 .openbtn {
    background-color: #262626;
}
.toppage .invert .openbtn {
    background-color: #262626;
}
.openbtn.active,.openbtn:hover {
	background-color: #262626;
    transition: 0.3s;
}

/*ボタン内側*/

.openbtn span {
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 20px;
    height: 1px;
	background-color: #666;
}
.invert2 .openbtn span {
    background-color: #fff;
}
.toppage .invert .openbtn span {
    background-color: #fff;
}
.openbtn.active span,.openbtn:hover span {
    background-color: #fff;
}

.openbtn span:nth-of-type(1) {
	top:24px;
  	width: 35%;
}

.openbtn span:nth-of-type(2) {
	top:33px;
  	width:35%;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn.active span:nth-of-type(1) {
    top: 22px;
    left: 20px;
    transform: translateY(6px) rotate(-45deg);
    width: 35%;
}

.openbtn.active span:nth-of-type(2) {
    top: 34px;
    left: 20px;
    transform: translateY(-6px) rotate(45deg);
    width: 35%;
}

/**********************************************
				content
**********************************************/
#wrap {
}


/**********************************************
				footer
**********************************************/
#footer {
	text-align: center;
	padding-top: 125px;
    padding-bottom: 45px;
}
.ft_txt01 a {
    background-image: url("images/common/ft_list_icon_001.png");
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 15px;
	font-size: 18px;
}
.ft_txt02 {
	font-size: 13px;
	margin-top: 30px;
}
.copy {
	font-size: 13px;
	margin-top: 10px;
}
.gotop {
	right: 7.29%;
	line-height: 0;
    z-index: 999;
}

/**********************************************
トップページ **/
.top_box_01_wrap {
	width: 100%;
    background-image: url("images/top/bg_01.jpg");
    background-position: center top;
}
.main_visual {
	height: 100vh;
	background-repeat: no-repeat;
	background-position: top;
	background-size: auto 90%;
	max-height: 1200px;
    min-height: 640px;
    background-color: #59a4b8;
}
.top_box_01 {
	max-width: 1000px;
	margin: auto;
	padding: 100px;
    background-color: #fff;
}
.top_box_01 .tit_01 {
	text-align: center;
	font-size: 30px;
	line-height: 1.2em;
    font-weight: bold;
}
.top_box_01 dl {
	margin-top: 40px;
}
.top_box_01 dt {
    font-weight: bold;
}
.top_box_01 dd {
	margin-top: 10px;
	line-height: 1.8em;
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
.top_box_03 {
    margin-top: 50px;
}
.top_box_03 .insta_btn {
	text-align: center;
	line-height: 0;
	margin-top: 32px;
}

/**********************************************
エントリーページ **/
.entry_page {
	max-width: 1000px;
	margin: 50px auto 0;
	background-color: #f5f8f9;
	padding: 60px 60px;
	border-radius: 5px;
}
#wrap .entry_page input[type="text"], input[type="email"], textarea {
	font-family: "NotoSansJP-Regular" !important;
	width: 100%;
	padding: 8px;
	margin-top: 10px;
	border: 1px #eee solid;
}
input[type="file"] {
    margin-bottom: 8px;
}
.entry_form_tb {
	width: 100%;
}
.entry_form_tb tr {
	display: block;
	margin-bottom: 30px;
	border-bottom: 1px #d2dcdf solid;
	padding: 0 0px 50px;
}
.entry_form_tb th,.entry_form_tb td {
	display: block;
    text-align: left;
}
.entry_form_tb th {
    font-family: "NotoSansJP-Medium";
    line-height: 1.8em;
}
.entry_form_tb th span {
	display: block;
	margin-top: 10px;
    font-family: "NotoSansJP-DemiLight";
	line-height: 1.8em;
}
.entry_form_tb th span.hissu {
	font-family: "NotoSansJP-Regular";
	display: inline-block;
	font-size: 10px;
	color: #fff;
	background-color: #e33b3b;
	padding: 4px 5px;
	border-radius: 5px;
	line-height: 1em;
	margin: 0 5px 0 0;
	position: relative;
	top: -2px;
}
.entry_form_tb td {
    margin-top: 10px;
}
.botan {
	text-align: center;
}
button.kakunin {
	font-family: "NotoSansJP-Medium";
	background-color: #59a4b8;
	border: 0;
	height: 60px;
	width: 100%;
	max-width: 400px;
	border-radius: 8px;
	font-size: 18px;
	color: #fff;
	box-shadow: 2px 2px 3px #557882;
    position: relative;
    top: 0;
    left: 0;
}
button {
    cursor: pointer;
}
button:hover {
    transition: 0.5s;
    box-shadow: 0px 0px 0px #557882;
    top: 2px;
    left: 2px;
}
.backbtn {
    font-family: "NotoSansJP-Medium";
    font-size: 18px;
	border: 0;
	color: #fff;
	background-color: #888;
	height: 60px;
	width: 30%;
	border-radius: 8px;
    margin: 0 1%;
}
.sendbtn {
    font-family: "NotoSansJP-Medium";
    font-size: 18px;
	background-color: #59a4b8;
	border: none;
	color: #fff;
	height: 60px;
	width: 40%;
	border-radius: 8px;
	margin: 0 1%;
}
.entry .tit_01 {
	text-align: center;
	font-size: 30px;
	font-family: "NotoSansJP-Black";
	line-height: 1em;
	margin-top: 100px;
}
b {
	font-weight: bold;
}
.entry_page h1 {
	font-size: 24px;
	line-height: 1em;
	margin-bottom: 1em;
}
.entry_page p {
	line-height: 1.8em;
	margin-bottom: 30px;
}
strong {
	font-weight: bold;
}
.tyuijikou {
	line-height: 1.8em;
}
.tyuijikou dl {
	margin-bottom: 30px;
}
.tyuijikou dt {
	font-weight: bold;
	margin-bottom: 5px;
}
.mw_wp_form_complete {
}
.mw_wp_form_complete h2 {
	font-size: 30px;
	line-height: 1.2em;
	margin-bottom: 30px;
	margin-top: 50px;
	font-weight: bold;
	color: #eb3838;
}

@media screen and (max-width:1400px){
    .hd_logo {
        padding: 0;
        margin: auto;
        left: 0;
        right: 0;
        top: 30px;
        width: 270px;
    }
    .entry .tit_01 {
        margin-top: 300px;
    }
    .hd_nav {
        display: none;
    }
}
