@charset "UTF-8";
/*
Theme Name: Salon de nehan
Theme URI: https://salondenehan.info/
Description: Salon de nehan
Author: Salon de nehan
Author URI: https://salondenehan.info/
Version: 0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */
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{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html{
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
}

body{
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	line-height: 1.0;
	position: relative;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-feature-settings: "palt"1;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-print-color-adjust: exact;
}

/* =Fonts
-------------------------------------------------------------- */
body{
	font-family: 'Cardo', 'A1明朝', 'YuMincho', '游明朝', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@font-face{
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.3.0');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),
		url('fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), 
		url('fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), 
		url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), 
		url('fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'Cardo';
	src:url('fonts/Cardo.eot');
	src:url('fonts/Cardo.eot?#iefix') format('eot'),
		url('fonts/Cardo.woff') format('woff'),
		url('fonts/Cardo.ttf');
}

/* =img markup
-------------------------------------------------------------- */
img{
	border: none;
	object-fit: cover;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}

.object-fit-img{
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

img::selection{
	background: transparent;
}

img::-moz-selection{
	background: transparent;
}

a img{
	border: none;
}

/* =Structure
-------------------------------------------------------------- */
.inner{
	width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

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

.w740{
	width: 740px;
	margin: 0 auto;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

.w800{
	width: 800px;
	margin: 0 auto;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

/* =Global Elements
-------------------------------------------------------------- */
body{
	background: #fff;
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 1px;
	line-height: 1.8;
}

input{
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 1px;
	line-height: 1.8;
}

#content input{
	font-size: 16px !important;
	font-size: 1.6rem !important;
}

hr{
	width: 100%;
	height: 1px;
	background: #e7e7e7;
	border: none;
	clear: both;
	margin-bottom: 20px;
}

palt{
	font-weight: normal;
	clear: both;
}

blockquote{
	quotes: none;
}

blockquote:before,
blockquote:after{
	content: '';
	content: none;
}

del{
	text-decoration: line-through;
}

ul,
#content ul{
	list-style: none;
}

ol,
#content ol{
	list-style: decimal;
	margin: 0 0 0 1.5em;
}

ol ol{
	list-style: upper-alpha;
}

ol ol ol{
	list-style: lower-roman;
}

ol ol ol ol{
	list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul{
	margin-bottom: 0;
}

b{
	font-weight: normal;
}

em{
	color: #69cdd7;
	font-style: normal;
	font-size: 12px;
	font-size: 1.2rem;
	float: right;
	margin-top: 2px;
}

big{
	font-size: 131.25%;
}

small{
	font-size: smaller;
}

ins{
	background: #ffc;
	text-decoration: none;
}

blockquote{
	font-style: italic;
	padding: 0 3em;
}

blockquote cite,
blockquote em,
blockquote i{
	font-style: normal;
}

pre{
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	padding: 1.5em;
	overflow: auto;
	margin-bottom: 18px;
}

abbr,
acronym{
	border-bottom: 1px dotted #666;
	cursor: help;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

sup,
sub{
	height: 0;
	vertical-align: baseline;
	line-height: 1;
	position: relative;
}

sup{
	bottom: 1ex;
}

sub{
	top: .5ex;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea{
	width: 100%;
	background: #f6f6f6;
	color: #333;
	font-family: Helvetica, 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', Arial, sans-serif !important;
	font-feature-settings: "palt"1;
	border: none;
	border-radius: 0;
	outline: none;
	padding: 13px 15px 12px 15px !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

a,
a:link,
a:visited,
a:hover,
a:active{
	color: #333;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:hover{
	color: #69cdd7;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

::selection{
	background: #effbfb;
}

::-moz-selection{
	background: #effbfb;
}

.mb0{margin-bottom: 0 !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.mb60{margin-bottom: 60px !important;}
.mb70{margin-bottom: 70px !important;}
.mb80{margin-bottom: 80px !important;}
.mb90{margin-bottom: 90px !important;}
.mb100{margin-bottom: 100px !important;}
.center{text-align: center !important;}

.screen-reader-text{
	width: 1px;
	height: 1px;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
}

/* =404
-------------------------------------------------------------- */
#content .error404 .entry-title{
	text-align: center;
	margin-top: 80px;
	margin-bottom: 20px;
}

#content .error404 .entry-content{
	text-align: center;
	margin-bottom: 80px;
}

#content .error404 p{
	text-align: center;
	margin-bottom: 35px;
}

.error404 input#s{
	margin-bottom: 20px;
}

/* =Header
-------------------------------------------------------------- */
#header{
	width: 100%;
	border-bottom: 1px solid #69cdd7;
	padding: 10px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

.home #header{
	border-bottom: none;
	padding: 18px 0;
}

#site-description{
	display: none;
}

#site-title{
	width: 250px;
	height: 64px;
	margin: 0 auto;
}

.home #site-title{
	margin: 0;
}

#site-title a{
	width: 250px;
	height: 64px;
	display: block;
	background: url(images/logo.svg) no-repeat;
	background-size: 250px 64px;
	text-indent: -9999px;
}

.h_contact{
	position: absolute;
	top: 0;
	right: 20px;
	display: none;
}

.home .h_contact{
	display: block;
}

.h_contact a{
	width: 240px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(images/button_bg.svg) no-repeat;
	background-size: 240px 60px;
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.0;
	border: 1px solid #333;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.h_contact a:before{
	content: '';
	width: 20px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	background: url(images/icon_mail.svg) no-repeat;
	background-size: 20px 15px;
	margin: 0 5px 0 0;
}

.h_contact a:hover{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.main_img{
	height: calc(100vh - 100px);
	height: -webkit-calc(100vh - 100px);
	overflow: hidden;
	position: relative;
}

.main_img:before{
	content: '';
	width: 300px;
	height: 340px;
	display: block;
	background: url(images/tomoyo.png) no-repeat;
	background-size: 300px 340px;
	position: absolute;
	right: 50%;
	bottom: 0;
	z-index: 1;
	margin-right: -520px;
}

.main_img_img{
	width: 100%;
	height: 100%;
	line-height: 0;
}

.main_img_img img{
	width: 100%;
	height: 100% !important;
	pointer-events: none;
}

.main_img_img .pc,
.main_img_img .sp{
	width: 100%;
	height: 100%;
}

.main_img_content{
	width: 800px;
	background: rgba(255, 255, 255, 0.8);
	padding: 90px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.main_img_content h3{
	text-align: center;
	color: #69cdd7;
	font-size: 40px;
	font-size: 4.0rem;
	letter-spacing: 2.5px;
	line-height: 1.5;
	margin-bottom: 0;
}

.main_img_content h3 span{
	display: block;
	color: #333;
	font-size: 21px;
	font-size: 2.1rem;
	letter-spacing: 1.25px;
	line-height: 1.8;
	margin-bottom: 25px;
}

/* =ハンバーガーメニュー
-------------------------------------------------------------- */
#t-navi{
	display: none !important;
}

.navi-toggle{
	width: 70px;
	height: 50px;
	display: block;
	background: transparent;
	color: transparent;
	cursor: pointer;
	border: 0;
	outline: 0;
	padding: 28px 20px 30px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: fixed;
	top: 20px;
	right: 0;
	z-index: 999;
}

.navi-toggle:hover{
	cursor: pointer;
}

.navi-toggle span{
	width: 100%;
	height: 1px;
	display: block;
	background: #333;
	border-radius: 1px;
	position: relative;
	-webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.navi-toggle span:before,
.navi-toggle span:after{
	content: "";
	width: 100%;
	height: 1px;
	background: #333;
	border-radius: 1px;
	-webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	position: absolute;
	top: -10px;
	left: 0;
}

.navi-toggle span:after{
	top: 10px;
}

.navi-toggle.on span{
	background: transparent;
}

.navi-toggle.on span:before{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
}

.navi-toggle.on span:after{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0;
}

#t-navi .t-menu{
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(255,255,255,0.9);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100;
}

#t-navi ul{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

#t-navi ul li{
	text-align: center;
	line-height: 1.0;
	margin-bottom: 40px;
}

#t-navi ul li:last-child{
	margin-bottom: 0;
}

#t-navi ul li a{
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
}

/* =Content
-------------------------------------------------------------- */
*:before,
*:after{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.pc{display: block;}
.tb{display: none;}
.sp{display: none;}

#main{
	padding: 0 0 0 0;
	clear: both;
	overflow: hidden;
}

#container{
	width: 100%;
	float: left;
	margin: 0 -240px 0 0;
}

#content{
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 1px;
	line-height: 1.8;
	overflow: hidden;
	margin: 0 282px 100px 0;
}

.home #content{
	margin: 0 0 0 0;
}

.one-column #content{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 60px;
}

.single-attachment #content{
	width: 900px;
	margin: 0 auto;
}

article,
section{
	display: block;
}

p,
#content p{
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 1px;
	margin-bottom: 1.8em;
}

#content ul,
#content ol,
#content pre,
#content hr{
	margin-bottom: 1.8em;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul{
	margin-bottom: 0;
}

#content pre,
#content kbd,
#content tt,
#content var{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}

#content code{
	font-size: 13px;
}

h1,
h2,
h3,
h4,
h5,
h6,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6{
	color: #333;
	font-weight: normal;
	line-height: 1.8;
	margin: 0 0 20px 0;
}

#primary,
#secondary{
	width: 220px;
	overflow: hidden;
	float: right;
}

#secondary{
	clear: right;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

#content table{
	width: 100%;
	text-align: left;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 10px;
}

#content tr th,
#content tr td{
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.hentry{
	margin: 0 0 0 0;
}

.home .sticky{
	background: #f2f7fc;
	border-top: 4px solid #000;
	padding: 18px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-left: -20px;
	margin-right: -20px;
}

.page-title{
	color: #000;
	font-weight: normal;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0 36px 0;
}

.page-title span{
	color: #333;
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
	font-size: 1.6rem;
}

.page-title a:link,
.page-title a:visited{
	color: #777;
	text-decoration: none;
}

.page-title a:active,
.page-title a:hover{
	color: #69cdd7;
}

.f_title{
	margin-bottom: 60px;
}

h3.f-title-en,
#content h3.f-title-en{
	text-align: center;
	color: #69cdd7;
	font-size: 30px;
	font-size: 3.0rem;
	letter-spacing: 0;
	line-height: 1.0;
	margin-bottom: 12px;
}

h3.f-title,
#content h3.f-title{
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.0;
	margin-bottom: 0;
}

h3.entry-title,
#content h3.entry-title{
	text-align: center;	
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1.0;
	padding: 60px 0 50px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 0;
}

.entry-title a:link,
.entry-title a:visited{
	color: #333;
	text-decoration: none;
}

.entry-title a:active,
.entry-title a:hover{
	color: #69cdd7;
}

.entry-meta{
	margin-bottom: 30px;
}

span.meta-prep.meta-prep-author,
span.meta-sep,
span.author.vcard,
.entry-utility{
	display: none;
}

.entry-meta abbr,
.entry-utility abbr{
	border: none;
}

.entry-meta abbr:hover,
.entry-utility abbr:hover{
	border-bottom: 1px dotted #666;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.entry-content,
.entry-summary{
	clear: both;
}

.entry-content .more-link{
	white-space: nowrap;
}

#content .entry-summary p:last-child{
	margin-bottom: 12px;
}

.entry-content fieldset{
	border: 1px solid #e7e7e7;
	padding: 24px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0 0 24px 0;
}

.entry-content fieldset legend{
	background: #fff;
	color: #333;
	font-weight: normal;
	padding: 0 24px;
}

.entry-content input{
	padding: 7px 10px;
	margin: 0 0 0 0;
}

.entry-content input.file,
.entry-content input.button{
	margin-right: 24px;
}

.entry-content label{
	color: #333;
	font-size: 16px !important;
	font-size: 1.6rem !important;
}

.entry-content select{
	margin: 0 0 0 0;
}

.entry-content sup,
.entry-content sub{
	font-size: 10px;
	font-size: 1.0rem;
}

.entry-content blockquote.left{
	width: 33%;
	text-align: right;
	float: left;
	margin-left: 0;
	margin-right: 24px;
}

.entry-content blockquote.right{
	width: 33%;
	text-align: left;
	float: right;
	margin-left: 24px;
	margin-right: 0;
}

.page-link{
	color: #333;
	font-weight: normal;
	word-spacing: 0.5em;
	line-height: 48px;
	clear: both;
}

.page-link a:link,
.page-link a:visited{
	background: #f1f1f1;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	padding: 0.5em 0.75em;
}

.home .sticky .page-link a{
	background: #d9e8f7;
}

.page-link a:active,
.page-link a:hover{
	color: #69cdd7;
}

body.page .edit-link{
	display: none;
}

#entry-author-info{
	background: #f2f7fc;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	border-top: 4px solid #333;
	padding: 18px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	overflow: hidden;
	clear: both;
	margin: 24px 0;
}

#entry-author-info #author-avatar{
	height: 60px;
	background: #fff;
	border: 1px solid #e7e7e7;
	padding: 11px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	float: left;
	margin: 0 -104px 0 0;
}

#entry-author-info #author-description{
	float: left;
	margin: 0 0 0 104px;
}

#entry-author-info h2{
	color: #333;
	font-weight: normal;
	font-size: 100%;
	margin-bottom: 0;
}

.entry-utility{
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
	clear: both;
}

.entry-meta a:hover,
.entry-utility a:hover{
	color: inherit;
}

#content .video-player{
	padding: 0;
}

.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player{
	margin-bottom: 24px;
}

span.blue{
	color: #69cdd7;
}

span.bold{
	font-weight: normal;
}

span.author{
	display: none;
}

.none{
	display: none !important;
}

.more{
	clear: both;
}

.more a{
	width: 280px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.0;
	background: url(images/button_bg.svg) no-repeat;
	background-size: cover;
	color: #333;
	text-align: center;
	border: 1px solid #333;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	overflow: hidden;
	position: relative;
	padding-top: 2px;
}

.more_apply a:before{
	content: '';
	width: 20px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	background: url(images/icon_mail.svg) no-repeat;
	background-size: 20px 15px;
	margin: 0 5px 0 0;
}

.more a:hover{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.img_center{
	text-align: center;
	line-height: 0;
	margin: 0 auto;
}

.p_eyecatch{
	width: 100%;
	line-height: 0;
}

.p_eyecatch img{
	width: 100%;
	height: auto;
	pointer-events: none;
}

.p_eyecatch img:hover{
	opacity: 1.0;
}

.hvr-wobble-vertical{
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-wobble-vertical:hover,
.hvr-wobble-vertical:focus,
.hvr-wobble-vertical:active{
	-webkit-animation-name: hvr-wobble-vertical;
	animation-name: hvr-wobble-vertical;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@-webkit-keyframes hvr-wobble-vertical{
	16.65%{
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
	33.3%{
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
	49.95%{
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}
	66.6%{
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}
	83.25%{
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}
	100%{
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes hvr-wobble-vertical{
	16.65%{
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
	33.3%{
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
	49.95%{
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}
	66.6%{
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}
	83.25%{
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}
	100%{
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.fade{
	opacity: 0;
	transition: opacity 0.6s;
}
 
.fade.view{
	opacity: 1;
}

.mask-wrap{
	display: table;
	overflow: hidden;
}

.mask-wrap .mask{
	display: table;
	overflow: hidden;
	position: relative;
	left: -99.9%;
}

.mask-wrap .mask-bg{
	width: 100%;
	height: 100%;
	display: block;
	background: #c21a1f;
	position: absolute;
	left: 0;
	top: 0;
}

.box{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.box .boxInner{
	width: inherit;
	height: inherit;
	opacity: 0;
}

@keyframes play{
	from{
		transform: translateX(-100%);
	}
	to{
		transform: translateX(0);
	}
}

@keyframes maskOut{
	from{
		transform: translateX(0);
	}
	to{
		transform: translateX(100%);
	}
}

.isPlay{
	animation-name: play;
	animation-duration: .3s;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(.8,0,.5,1);
	position: relative;
	opacity: 1 !important;
}

.isPlay:before{
	content: '';
	width: 100%;
	height: 100%;
	background: #c21a1f;
	animation-name: maskOut;
	animation-duration: .3s;
	animation-delay: .6s;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(.8,0,.5,1);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

/* =Swipebox
-------------------------------------------------------------- */
#swipebox-bottom-bar{
	height: 38px !important;
	background: none !important;
	top: 50% !important;
	margin-top: -17px !important;
}

#swipebox-arrows{
	width: calc(100% - 70px) !important;
	width: -webkit-calc(100% - 70px) !important;
	max-width: inherit !important;
	height: 38px !important;
	padding-right: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#swipebox-prev{
	width: 22px !important;
	height: 38px !important;
	background-image: url(images/swipebox_prev.png) !important;
	background-size: 22px 38px;
	background-repeat: no-repeat;
	border: none !important;
	text-decoration: none !important;
	cursor: pointer;
	background-position: inherit !important;
}

#swipebox-next{
	width: 22px !important;
	height: 38px !important;
	background-image: url(images/swipebox_next.png) !important;
	background-size: 22px 38px;
	background-repeat: no-repeat;
	border: none !important;
	text-decoration: none !important;
	cursor: pointer;
	background-position: inherit !important;
}

#swipebox-close{
	width: 30px !important;
	height: 30px !important;
	background-image: url(images/swipebox_close.png) !important;
	background-size: 30px 30px;
	background-repeat: no-repeat;
	border: none !important;
	text-decoration: none !important;
	cursor: pointer;
	background-position: inherit !important;
	top: 25px !important;
	right: 40px !important;
}

/* =Asides
-------------------------------------------------------------- */
.home #content .format-aside p,
.home #content .category-asides p{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}

.home .hentry.format-aside,
.home .hentry.category-asides{
	padding: 0;
}

.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content{
	padding-top: 0;
}

/* =Gallery listing
-------------------------------------------------------------- */
.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img{
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}

.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb{
	float: left;
	margin-top: -4px;
	margin-right: 20px;
}

.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility{
	padding-top: 4px;
}

/* =Attachment pages
-------------------------------------------------------------- */
.attachment .entry-content .entry-caption{
	font-size: 140%;
	margin-top: 24px;
}

.attachment .entry-content .nav-previous a:before{
	content: '\2190\00a0';
}

.attachment .entry-content .nav-next a:after{
	content: '\00a0\2192';
}

/* =Images
-------------------------------------------------------------- */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img{
	max-width: 100%;
	height: auto;
}

.alignleft,
img.alignleft{
	display: inline;
	float: left;
	margin-top: 4px;
	margin-right: 24px;
}

.alignright,
img.alignright{
	display: inline;
	float: right;
	margin-top: 4px;
	margin-left: 24px;
}

.aligncenter,
img.aligncenter{
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter{
	margin-bottom: 12px;
}

.wp-caption{
	max-width: 632px !important;
	text-align: center;
	background: #f1f1f1;
	line-height: 18px;
	padding: 4px;
	margin-bottom: 20px;
}

.wp-caption img{
	max-width: 622px;
	margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text{
	color: #777;
	font-size: 12px;
	font-weight: 1.2rem;
	margin: 5px;
}

.wp-smiley{
	margin: 0;
}

.gallery{
	margin: 0 auto 18px;
}

.gallery .gallery-item{
	width: 33%;
	text-align: center;
	float: left;
	margin-top: 0;
}

.gallery-columns-2 .gallery-item{
	width: 50%;
}

.gallery-columns-4 .gallery-item{
	width: 25%;
}

.gallery img{
	border: 2px solid #cfcfcf;
}

.gallery-columns-2 .attachment-medium{
	max-width: 92%;
	height: auto;
}

.gallery-columns-4 .attachment-thumbnail{
	max-width: 84%;
	height: auto;
}

.gallery .gallery-caption{
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 12px;
}

.gallery dl{
	margin: 0;
}

.gallery img{
	border: 10px solid #f1f1f1;
}

.gallery br+br{
	display: none;
}

#content .attachment img{
	display: block;
	margin: 0 auto;
}

/* =Comments
-------------------------------------------------------------- */
#comments{
	clear: both;
}

#comments .navigation{
	padding: 0 0 18px 0;
}

h3#comments-title,
h3#reply-title{
	color: #333;
	font-weight: normal;
	font-size: 20px;
	font-weight: 2.0rem;
	margin-bottom: 0;
}

h3#comments-title{
	padding: 24px 0;
}

.commentlist{
	list-style: none;
	margin: 0;
}

.commentlist li.comment{
	line-height: 24px;
	border-bottom: 1px solid #e7e7e7;
	padding: 0 0 0 56px;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0 0 24px 0;
}

.commentlist li:last-child{
	border-bottom: none;
	margin-bottom: 0;
}

#comments .comment-body ul,
#comments .comment-body ol{
	margin-bottom: 18px;
}

#comments .comment-body p:last-child{
	margin-bottom: 6px;
}

#comments .comment-body blockquote p:last-child{
	margin-bottom: 24px;
}

.commentlist ol{
	list-style: decimal;
}

.commentlist .avatar{
	position: absolute;
	top: 4px;
	left: 0;
}

.comment-author cite{
	color: #333;
	font-style: normal;
	font-weight: normal;
}

.comment-author .says{
	font-style: italic;
}

.comment-meta{
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 18px 0;
}

.comment-meta a:link,
.comment-meta a:visited{
	color: #777;
	text-decoration: none;
}

.comment-meta a:active,
.comment-meta a:hover{
	color: #69cdd7;
}

.reply{
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0 0 24px 0;
}

.reply a,
a.comment-edit-link{
	color: #777;
}

.reply a:hover,
a.comment-edit-link:hover{
	color: #69cdd7;
}

.commentlist .children{
	list-style: none;
	margin: 0;
}

.commentlist .children li{
	border: none;
	margin: 0;
}

.nopassword,
.nocomments{
	display: none;
}

#comments .pingback{
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 18px;
	margin-bottom: 18px;
}

.commentlist li.comment+li.pingback{
	margin-top: -6px;
}

#comments .pingback p{
	display: block;
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
	margin: 0;
}

#comments .pingback .url{
	font-size: 13px;
	font-size: 1.3rem;
	font-style: italic;
}

#respond{
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}

#respond p{
	margin: 0;
}

#respond .comment-notes{
	margin-bottom: 1em;
}

.form-allowed-tags{
	line-height: 1em;
}

.children #respond{
	margin: 0 48px 0 0;
}

h3#reply-title{
	margin: 18px 0;
}

#comments-list #respond{
	margin: 0 0 18px 0;
}

#comments-list ul #respond{
	margin: 0;
}

#cancel-comment-reply-link{
	font-weight: normal;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
}

#respond .required{
	color: #69cdd7;
	font-weight: normal;
}

#respond label{
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
}

#respond input{
	width: 98%;
	margin: 0 0 9px;
}

#respond textarea{
	width: 98%;
}

#respond .form-allowed-tags{
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
}

#respond .form-allowed-tags code{
	font-size: 11px;
	font-size: 1.1rem;
}

#respond .form-submit{
	margin: 12px 0;
}

#respond .form-submit input{
	width: auto;
	font-size: 14px;
}

/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul{
	list-style: none;
	margin-left: 0;
}

.widget-area select{
	max-width: 100%;
}

.widget_search #s{
	width: 60%;
}

.widget_search label{
	display: none;
}

.widget-container{
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 0 0;
}

.widget-container .wp-caption img{
	margin: auto;
}

.widget-title{
	background: #f2f2f2;
	color: #333;
	font-weight: normal;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 10px;
}

.widget-area a:link,
.widget-area a:visited{
	text-decoration: none;
}

.widget-area a:active,
.widget-area a:hover{
	text-decoration: none;
}

.widget-area .entry-meta{
	font-size: 11px;
}

#wp_tag_cloud div{
	line-height: 1.6em;
}

#wp-calendar{
	width: 100%;
}

#wp-calendar caption{
	text-align: left;
	color: #222;
	font-weight: normal;
	font-size: 14px;
	font-size: 1.4rem;
	padding-bottom: 4px;
}

#wp-calendar thead{
	font-size: 11px;
}

#wp-calendar tbody{
	color: #aaa;
}

#wp-calendar tbody td{
	background: #f5f5f5;
	text-align: center;
	border: 1px solid #fff;
	padding: 3px 0 2px;
}

#wp-calendar tbody .pad{
	background: none;
}

#wp-calendar tfoot #next{
	text-align: right;
}

.widget_rss a.rsswidget{
	color: #333;
}

.widget_rss a.rsswidget:hover{
	color: #69cdd7;
}

.widget_rss 
.widget-title img{
	width: 11px;
	height: 11px;
}

#main .widget-area ul{
	padding: 0 0 0 0;
	margin-left: 0;
}

#main .widget-area ul ul{
	border: none;
	padding: 0;
	margin-bottom: 30px;
}

#main .widget-area ul ul li{
	margin-bottom: 5px;
}

/* =Pagetop
-------------------------------------------------------------- */
#pagetop{
	width: 60px;
	height: 60px;
	position: fixed;
	opacity: 0;
	bottom: 10px;
	right: 10px;
	z-index: -1;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all .5s;
	transition: all .5s;
	display: none;
}

#pagetop.show{
	opacity: 1;
	z-index: 50;
	-webkit-transform: scale(1) translate3d(0, 0, 0);
	transform: scale(1) translate3d(0, 0, 0)
}

#pagetop img{
	width: 100%;
	height: auto;
	pointer-events: none;
}

#pagetop img:hover{
	opacity: 1.0;
}

#pagetop a{
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 0;
	position: relative;
	transition: all 2s ease;
	-webkit-transition: all 2s ease;
}

/* =Footer
-------------------------------------------------------------- */
#footer{
	width: 100%;
	display: block;
	overflow: hidden;
	clear: both;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.footer_img{
	width: 100%;
	line-height: 0;
}

.footer_img img{
	width: 100%;
	height: auto;
	pointer-events: none;
}

#colophon{
	padding: 45px 0 25px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.home #colophon{
	padding: 60px 0;
}

#site-info{
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 0.5px;
	line-height: 1.0;
	clear: both;
	margin-bottom: 0;
}

#site-info span{
	display: block;
}

#site-info span a{
	width: 250px;
	height: 64px;
	display: block;
	background: url(images/logo.svg) no-repeat;
	background-size: 250px 64px;
	text-indent: -9999px;
	margin: 0 auto;
	margin-top: 15px;
}

#f_nehan{
	background: url(images/f_content_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 60px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-top: 40px;
}

.f_nehan_block{
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	max-width: 500px;
	background: rgba(255, 255, 255, 0.8);
	padding: 55px 0 50px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0 auto;
}

.f_nehan_block h3{
	text-align: center;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1.0;
	margin-bottom: 35px;
}

.f_nehan_block h4{
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 1.25px;
	line-height: 1.0;
	margin-bottom: 28px;
}

.f_nehan_block h4 span{
	display: inline-block;
}

.f_nehan_block h4 span.en{
	vertical-align: middle;
	font-size: 28px;
	font-size: 2.8rem;
	margin: 0 0 10px 0;
}

.f_nehan_block h4 span.equal{
	margin: 0 5px;
}

.f_nehan_block h4 span.f_small{
	font-size: 21px;
	font-size: 2.1rem;
}

.f_nehan_block dl{
	text-align: center;
}

.f_nehan_block dl dt{
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.0;
	margin-bottom: 10px;
}

.f_nehan_block dl dd{
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}

#site-generator{
	height: 80px;
	background: #f6f6f6;
	padding: 14px 0 0 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.f_policy ul{
	text-align: center;
	margin-bottom: 4px;
}

.f_policy ul li{
	display: inline-block;
	line-height: 1.0;
}

.f_policy ul li:nth-of-type(1){
	margin-right: 12px;
}

.f_policy ul li a{
	font-size: 13px;
	font-size: 1.3rem;
}

.copyright{
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.5px;
	line-height: 1.0;
}

/* =Breadcrumbs（パンくずリスト）
-------------------------------------------------------------- */
.home .bread{
	display: none;
}

.bread{
	margin-bottom: 5px;
}

ul.breadcrumbs{
	width: 100%;
	display: flex;
}

ul.breadcrumbs li{
	font-size: 13px;
	font-size: 1.3rem;
	position: relative;
	padding-right: 0.5em;
}

ul.breadcrumbs li:before{
	content: "\f101";
	display: inline-block;
	color: #c8c8c8;
	font-family: 'FontAwesome';
	font-size: 13px;
	font-size: 1.3rem;
	margin-right: 10px;
}

ul.breadcrumbs li:nth-child(1):before{
	content: "\f015";
	display: none;
	font-family: 'FontAwesome';
	color: #c8c8c8;
	font-size: 17px;
	font-size: 1.7rem;
	margin-right: 0;
}

ul.breadcrumbs li a{
	color: #333;
	text-decoration: none;
	font-size: 13px;
	font-size: 1.3rem;
}

ul.breadcrumbs li a:hover{
	color: #69cdd7;
}

/* =Policy
-------------------------------------------------------------- */
.policy_intro{
	margin-bottom: 50px;
}

#content .policy_intro p{
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
}

#content h4.policy_title{
	color: #69cdd7;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1.0;
	margin-bottom: 15px;
}

.policy_block{
	margin-bottom: 50px;
}

.policy_block:last-child{
	margin-bottom: 0;
}

#content .policy_block p{
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 10px;
}

#content .policy_block p:last-child{
	margin-bottom: 0;
}

#content .policy_block ul{
	margin-left: 1.5em;
	margin-bottom: 0;
}

.policy_block ul li{
	list-style: decimal;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 10px;
}

.policy_block ul li:last-child{
	margin-bottom: 0;
}

.page-id-159 .nav_menu_v,
.page-id-161 .nav_menu_v,
.page-id-159 .f_policy,
.page-id-161 .f_policy,
.page-id-159 #pagetop,
.page-id-161 #pagetop{
	display: none;
}

.page-id-159 #site-generator,
.page-id-161 #site-generator{
	height: 50px;
	padding: 18px 0 0 0;
}

/* =Front-page
-------------------------------------------------------------- */
#f_about{
	padding: 60px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content #f_about h4{
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.0;
	margin-bottom: 55px;
}

#content #f_about h4 span{
	display: inline-block;
	border-bottom: 1px solid #69cdd7;
	padding-bottom: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content #f_about h5{
	text-align: center;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.6;
	margin-bottom: 55px;
}

#content #f_about h5 span{
	display: inline-block;
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 3px;
}

#content #f_about p{
	text-align: center;
	line-height: 1.0;
	margin-bottom: 0;
}

#content #f_about ul{
	max-width: 855px;
	display: flex;
	justify-content: space-between;
	margin: 25px auto;
}

#f_about ul li{
	width: calc((100% - 50px) / 6);
	width: -webkit-calc((100% - 50px) / 6);
	height: 134px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #69cdd7;
	color: #fff;
	font-size: 20px;
	font-size: 2.0rem;
	letter-spacing: 0;
	line-height: 1.4;
	border-radius: 50%;
	padding-top: 3px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#f_about ul li:nth-of-type(2n){
	background: #a09ede;
}

#f_action{
	background: url(images/f_content_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 50px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.f_action_block{
	background: rgba(255, 255, 255, 0.8);
	padding: 42px 0 50px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .f_action_block h3{
	text-align: center;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.6;
	margin-bottom: 37px;
}

#content .f_action_block h3 span.blue{
	display: inline-block;
	font-size: 24px;
	font-size: 2.4rem;
	margin-right: 3px;
}

#f_profile{
	padding: 55px 0 60px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content #f_profile h3{
	text-align: center;
	color: #69cdd7;
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 1px;
	line-height: 1.5;
	margin-bottom: 45px;
}

.f_profile_block{
	max-width: 610px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.fpb_img{
	width: 260px;
	line-height: 0;
}

.fpb_img img{
	width: 100%;
	height: auto;
}

.fpb_content{
	width: calc(100% - 310px);
	width: -webkit-calc(100% - 310px);
	padding-top: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.fpb_content dl{
	margin-bottom: 25px;
}

#content .fpb_content dl dt{
	line-height: 1.0;
	margin-bottom: 15px;
}

#content .fpb_content dl dd{
	letter-spacing: 1.5px;
	line-height: 1.0;
}

#content .fpb_content dl dd span{
	display: block;
	font-size: 26px;
	font-size: 2.6rem;
	letter-spacing: 0;
	margin-bottom: 17px;
}

#content .fpb_content p{
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 0.75px;
	line-height: 2.0;
	margin-bottom: 30px;
}

.profile_more button{
	width: 100%;
	max-width: 240px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: none;
	color: #69cdd7;
	font-feature-settings: "palt"1;
	font-family: 'Cardo', 'A1明朝', 'YuMincho', '游明朝', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.5px;
	line-height: 1.0;
	border: 1px solid #69cdd7;
	padding-bottom: 1px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	cursor: pointer;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.profile_more button:hover{
	background: #69cdd7;
	color: #fff;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.modalArea{
	visibility: hidden;
	opacity : 0;
	position: fixed;
	z-index: 60;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.modalBg{
	width: 100%;
	height: 100%;
	background-color: rgba(105, 205, 215, 0.5);
}

.modalWrapper{
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	height: calc(100% - 40px);
	height: -webkit-calc(100% - 40px);
	max-width: 700px;
	max-height: 575px;
	background: #fff;
	padding: 25px 30px 20px 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	overflow-y: auto;
}

.closeModal{
  position: absolute;
  top: 15px;
  right: 30px;
  cursor: pointer;
  font-size: 24px;
  font-size: 2.4rem;
}

.is-show{
  visibility: visible;
  opacity : 1;
}

#content .modalContents p{
	text-align: justify !important;
	text-justify: inter-ideograph !important;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 15px;
}

#content .modalContents p:last-child{
	margin-bottom: 0;
}

#content .modalContents p span.bold{
	font-size: 16.5px;
	font-size: 1.65rem;
}

#f_michihirakinumerology{
	background: url(images/f_content_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 60px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.f_michihirakinumerology_block{
	background: rgba(255, 255, 255, 0.8);
	padding: 55px 80px 50px 80px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.fmnb_flex{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.fmnbf_box{
	width: calc((100% - 80px) / 2);
	width: -webkit-calc((100% - 80px) / 2);
}

#content .fmnbf_box h4{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 1.0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding-top: 2px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 30px;
}

#content .fmnbf_box ul.michihirakinumerology_list{
	margin-bottom: 27px;
}

.fmnbf_box ul.michihirakinumerology_list li{
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.0;
	padding-left: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
	margin-bottom: 20px;
}

.fmnbf_box ul.michihirakinumerology_list li:last-child{
	margin-bottom: 0;
}

.fmnbf_box ul.michihirakinumerology_list li:before{
	content: '◆';
	color: #69cdd7;
	font-size: 15px;
	font-size: 1.5rem;
	position: absolute;
	top: 2px;
	left: 0;
}

#content .fmnbf_box ul.caution{
	margin-bottom: 0;
}

.fmnbf_box ul.caution li{
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0;
	line-height: 1.6;
	padding-left: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

.fmnbf_box ul.caution li:before{
	content: '※';
	display: block;
	font-family: 'A1明朝', 'YuMincho', '游明朝', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	position: absolute;
	top: -1px;
	left: 0;
}

#content .f_michihirakinumerology_block h5{
	text-align: center;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.6;
	margin-bottom: 0;
}

#content .f_michihirakinumerology_block h5 span.blue{
	display: inline-block;
	font-size: 22px;
	font-size: 2.2rem;
	margin: 0 2px;
}

.f_menu_block{
	padding: 60px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#f_menu_course{
	padding: 0 0 60px 0;
}

#content .f_menu_block h3{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #69cdd7;
	font-size: 21px;
	font-size: 2.1rem;
	letter-spacing: 0.5px;
	line-height: 1.0;
	border: 1px solid #69cdd7;
	padding-top: 3px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 35px;
}

#content .f_menu_block p{
	text-align: center;
	line-height: 2.0;
	margin-bottom: 35px;
}

#content .f_menu_block p span{
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.75px;
}

#content .f_menu_block h5{
	width: 200px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f6f6f6;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.0;
	margin: 0 auto;
	margin-bottom: 40px;
}

.f_menu_block dl.price{
	text-align: center;
	margin-bottom: 40px;
}

#content .f_menu_block dl.price dt{
	line-height: 1.0;
	margin-bottom: 15px;
}

#content .f_menu_block dl.price dd{
	color: #69cdd7;
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 1.0;
}

#content .f_menu_block dl.price dd span.num{
	display: inline-block;
	font-size: 34px;
	font-size: 3.4rem;
}

.fmb_flex{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.fmb_flex dl{
	width: calc((100% - 40px) / 2);
	width: -webkit-calc((100% - 40px) / 2);
	border: 1px solid #69cdd7;
	padding: 25px 20px 20px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .fmb_flex dl dt{
	text-align: center;
	color: #69cdd7;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.0;
	margin-bottom: 20px;
}

#content .fmb_flex dl dd{
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 15px;
	font-size: 1.5rem;
}

#content .f_menu_block h6{
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.0;
	margin-bottom: 35px;
}

#content .f_menu_block h4{
	text-align: center;
	color: #69cdd7;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.6;
	margin-bottom: 40px;
}

#f_change{
	background: url(images/f_content_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 60px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 60px;
}

.f_change_block{
	background: rgba(255, 255, 255, 0.8);
	padding: 50px 80px 60px 80px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.f_change_block .f_title{
	margin-bottom: 40px;
}

#content .f_change_block ul{
	margin-bottom: 40px;
}

.f_change_block ul li{
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.0;
	border-bottom: 1px solid #69cdd7;
	padding: 20px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.f_change_block ul li:nth-of-type(1){
	border-top: 1px solid #69cdd7;
}

#f_payment{
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	max-width: 600px;
	border: 1px solid #69cdd7;
	padding: 25px 30px 30px 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0 auto;
}

#f_payment .f_title{
	margin-bottom: 30px;
}

#content #f_payment h4{
	text-align: center;
	color: #69cdd7;
	font-size: 21px;
	font-size: 2.1rem;
	letter-spacing: 1.25px;
	line-height: 1.0;
	margin-bottom: 22px;
}

#content #f_payment ul{
	margin-bottom: 25px;
}

#f_payment ul li{
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
}

#f_payment dl{
	background: #f6f6f6;
	padding: 20px 15px 15px 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content #f_payment dl dt{
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 12px;
	line-height: 1.0;
}

#content #f_payment dl dd{
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 13px;
	font-size: 1.3rem;
}

#f_caption{
	padding: 60px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content #f_caption h3{
	text-align: center;
	color: #69cdd7;
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 1px;
	line-height: 1.0;
	margin-bottom: 0;
}

/* @media screen（タブレット）
-------------------------------------------------------------- */
@media screen and (max-width: 1060px){
	html,
	body{
		width: 100%;
	}
	
	.inner{
		width: 100%;
		display: block;
		float: none;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		margin: 0;
	}
	
	/* Header *********/
	.main_img:before{
		width: 260px;
		height: 294.6px;
		background-size: 260px 294.6px;
		margin-right: -460px;
	}
	
	.main_img_content{
		width: calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
	}
	
	/* Front-page *********/
	#content #f_about ul{
		max-width: 420px;
		justify-content: inherit;
		flex-flow: wrap;
	}
	
	#f_about ul li{
		width: calc((100% - 30px) / 3);
		width: -webkit-calc((100% - 30px) / 3);
		margin-right: 15px;
	}
	
	#f_about ul li:nth-of-type(3n){
		margin-right: 0;
	}
	
	#f_about ul li:nth-of-type(1),
	#f_about ul li:nth-of-type(2),
	#f_about ul li:nth-of-type(3){
		margin-bottom: 15px;
	}
	
	.f_michihirakinumerology_block{
		padding: 50px 20px;
	}
	
	.fmnbf_box{
		width: calc((100% - 20px) / 2);
		width: -webkit-calc((100% - 20px) / 2);
	}
	
	.fmb_flex dl{
		width: calc((100% - 20px) / 2);
		width: -webkit-calc((100% - 20px) / 2);
	}
	
	.f_change_block{
		padding: 50px 20px 60px 20px;
	}
}

/* @media screen（中途半端防止サイズ）
-------------------------------------------------------------- */
@media screen and (max-width: 900px){
	.w800{
		width: 100%;	
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	/* Header *********/
	.main_img:before{
		margin-right: -420px;
	}
	
	.main_img_content h3{
		font-size: 36px;
		font-size: 3.6rem;
	}
}

/* @media screen（タブレット2）
-------------------------------------------------------------- */
@media screen and (max-width: 800px){
	.w740{
		width: 100%;	
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	/* Header *********/
	.main_img:before{
		width: 200px;
		height: 226.6px;
		background-size: 200px 226.6px;
		right: 20px;
		margin-right: inherit;
	}
	
	/* Footer *********/
	.footer_img img{
		min-height: 180px;
	}
	
	/* Front-page *********/
	#content #f_profile h3{
		margin-bottom: 35px;
	}
	
	#content #f_profile h3 br:nth-of-type(3){
		display: block;
	}
	
	.f_profile_block{
		max-width: inherit;
		display: block;
		justify-content: inherit;
	}
	
	.fpb_img{
		margin: 0 auto;
		margin-bottom: 45px;
	}
	
	.fpb_content{
		width: 100%;
		padding-top: 0;
	}
	
	.fpb_content dl{
		text-align: center;
	}
	
	#content .fpb_content dl dd span{
		font-size: 24px;
		font-size: 2.4rem;
		margin-bottom: 15px;
	}
	
	#content .fpb_content p{
		text-align: center;
	}
	
	.profile_more button{
		max-width: 254px;
		margin: 0 auto;
	}
	
	.f_michihirakinumerology_block .f_title{
		margin-bottom: 50px;
	}
	
	.fmnb_flex{
		display: block;
		justify-content: inherit;
		margin-bottom: 40px;
	}
	
	.fmnbf_box{
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	
	.fmnbf_box:nth-of-type(1){
		margin-bottom: 50px;
	}
	
	#content .f_michihirakinumerology_block h5{
		max-width: 500px;
		text-align: justify;
		text-justify: inter-ideograph;
		margin: 0 auto;
	}
	
	#content .f_michihirakinumerology_block h5 .pc{
		display: none;
	}
	
	#content .f_menu_block p{
		text-align: justify;
		text-justify: inter-ideograph;
	}
	
	#content #f_menu_session p .pc{
		display: none;
	}
	
	#content .f_menu_block h4{
		max-width: 500px;
		text-align: justify;
		text-justify: inter-ideograph;
		margin: 0 auto;
		margin-bottom: 40px;
	}
	
	#content .f_menu_block h4 .pc{
		display: none;
	}
	
	.f_change_block ul li{
		line-height: 1.6;
	}
	
	.f_change_block ul li .sp{
		display: block;
	}
}

/* @media screen（スマートフォン）
-------------------------------------------------------------- */
@media screen and (max-width: 600px){
	*{
		-webkit-tap-highlight-color:transparent rgba(0,0,0,0);
		-moz-tap-highlight-color:transparent rgba(0,0,0,0);
		-ms-tap-highlight-color:transparent rgba(0,0,0,0);
		-o-tap-highlight-color:transparent rgba(0,0,0,0);
		-webkit-tap-highlight-color:transparent rgba(0,0,0,0);
	}
	
	.table{display: block;}
	.table .cell{display: block;}
	.pc{display: none;}
	.tb{display: none;}
	.sp{display: block;}
	
	.page img{
		width: 100%;
		height: auto;
	}
	
	#content{
		width: 100%;
		margin: 0 0 0 0;
	}

	.section,
	.article{
		margin-bottom: 2.4em;
	}
	
	/* Header *********/
	.home #header{
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 2;
	}
	
	.home .h_contact{
		display: none;
	}
	
	.main_img{
		height: 600px;
		margin-top: 100px;
	}
	
	.main_img_content h3{
		font-size: 26px;
		font-size: 2.6rem;
		letter-spacing: 1px;
	}
	
	.main_img_content h3 span{
		font-size: 17px;
		font-size: 1.7rem;
		letter-spacing: 1px;
		margin-bottom: 20px;
	}
	
	#t-navi{
		display: block !important;
	}
	
	/* Footer *********/
	.footer_img img{
		min-height: 150px;
	}
	
	.home #colophon{
		padding: 45px 0 0 0;
	}
	
	.sp_paddingnone{
		padding: 0;
	}
		
	#f_nehan{
		padding: 20px 0;
		margin-top: 25px;
	}
	
	.f_nehan_block{
		padding: 35px 0 32px 0;
	}
	
	.f_nehan_block h3{
		font-size: 20px;
		font-size: 2.0rem;
		letter-spacing: 0;
		margin-bottom: 25px;
	}
	
	.f_nehan_block h4{
		letter-spacing: 0.5px;
		margin-bottom: 20px;
	}
	
	.f_nehan_block dl dd{
		letter-spacing: 0;
	}
	
	.f_policy ul li:nth-of-type(1){
		margin-right: 10px;
	}
	
	/* Content *********/
	.one-column #content{
		margin-bottom: 40px;
	}
	
	.f_title{
		margin-bottom: 40px;
	}
	
	h3.f-title-en,
	#content h3.f-title-en{
		font-size: 26px;
		font-size: 2.6rem;
		margin-bottom: 10px;
	}
	
	h3.entry-title,
	#content h3.entry-title{
		padding: 40px 0 30px 0;
	}
	
	.more a{
		width: 280px;
		letter-spacing: 0;
	}
	
	/* Policy *********/
	#content h4.policy_title{
		font-size: 19px;
		font-size: 1.9rem;
	}
	
	.policy_intro,
	.policy_block{
		margin-bottom: 35px;
	}
	
	#content .policy_intro p,
	#content .policy_block p,
	.policy_block ul li{
		letter-spacing: 0.5px;
	}
	
	/* Front-page *********/
	#f_about{
		padding: 50px 0;
	}
	
	#content #f_about h4{
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.6;
		margin-bottom: 37px;
	}
	
	#content #f_about h4 span{
		padding-bottom: 7px;
	}
	
	#content #f_about h5{
		font-size: 15px;
		font-size: 1.5rem;
		letter-spacing: 0;
		line-height: 1.8;
		margin-bottom: 35px;
	}
	
	#content #f_about h5 span.blue{
		font-size: 20px;
		font-size: 2.0rem;
	}
	
	#content #f_about p{
		letter-spacing: 0;
	}
	
	#content #f_about ul{
		max-width: 320px;
		margin: 17px auto 20px auto;
	}
	
	#f_about ul li{
		width: calc((100% - 10px) / 3);
		width: -webkit-calc((100% - 10px) / 3);
		height: 103px;
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.4;
		margin-right: 5px;
	}
	
	#f_about ul li:nth-of-type(1),
	#f_about ul li:nth-of-type(2),
	#f_about ul li:nth-of-type(3){
		margin-bottom: 5px;
	}
	
	#f_action{
		padding: 20px 0;
	}
	
	.f_action_block{
		padding: 35px 0 40px 0;
	}
	
	#content .f_action_block h3{
		font-size: 15px;
		font-size: 1.5rem;
		letter-spacing: 0;
		margin-bottom: 30px;
	}
	
	#content .f_action_block h3 span.blue{
		font-size: 21px;
		font-size: 2.1rem;
	}
	
	#f_profile{
		padding: 45px 0 50px 0;
	}
	
	#f_profile .inner{
		padding: 0;
	}
	
	#content #f_profile h3{
		font-size: 20px;
		font-size: 2.0rem;
		letter-spacing: 0;
		margin-bottom: 30px;
	}
	
	.fpb_img{
		margin-bottom: 35px;
	}
	
	.fpb_content dl{
		margin-bottom: 25px;
	}
	
	#content .fpb_content p{
		letter-spacing: 0;
		margin-bottom: 25px;
	}
	
	.modalWrapper{
		padding: 30px 20px 25px 20px;
	}
	
	#content .modalContents p{
		margin-bottom: 15px;
	}
	
	.closeModal{
		top: 0;
		right: 10px;
	}
	
	#f_michihirakinumerology{
		padding: 20px 0;
	}
	
	.fmnb_flex{
		margin-bottom: 30px;
	}
	
	.fmnbf_box:nth-of-type(1){
		margin-bottom: 35px;
	}
	
	.f_michihirakinumerology_block{
		padding: 40px 20px;
	}
	
	.f_michihirakinumerology_block .f_title{
		margin-bottom: 40px;
	}
	
	#content .fmnbf_box h4{
		height: 46px;
		font-size: 18px;
		font-size: 1.8rem;
		margin-bottom: 22px;
	}
	
	#content .fmnbf_box ul.michihirakinumerology_list{
		margin-bottom: 20px;
	}
	
	.fmnbf_box ul.michihirakinumerology_list li{
		text-align: justify;
		text-justify: inter-ideograph;
		font-size: 16px;
		font-size: 1.6rem;
		letter-spacing: 0;
		line-height: 1.0;
		margin-bottom: 12px;
	}
	
	.fmnbf_box ul.michihirakinumerology_list li:before{
		top: 1px;
	}
	
	#content .f_michihirakinumerology_block h5 span.blue{
		display: inline;
		font-size: 21px;
		font-size: 2.1rem;
	}
	
	.f_menu_block{
		padding: 50px 0;
	}
	
	#f_menu_course{
		padding: 0 0 50px 0;
	}
	
	#content .f_menu_block h3{
		padding-bottom: 0;
		margin-bottom: 25px;
	}
	
	#content .f_menu_block p{
		line-height: 1.8;
		margin-bottom: 25px;
	}
	
	#content .f_menu_block h5{
		letter-spacing: 0.5px;
		margin-bottom: 30px;
	}
	
	.f_menu_block dl.price{
		margin-bottom: 30px;
	}
	
	.fmb_flex{
		display: block;
		justify-content: inherit;
		margin-bottom: 35px;
	}
	
	.fmb_flex dl{
		width: 100%;
		max-width: 500px;
		padding: 25px 20px 17px 20px;
		margin: 0 auto;
	}
	
	.fmb_flex dl:nth-of-type(1){
		margin-bottom: 30px;
	}
	
	#content .fmb_flex dl dt{
		font-size: 21px;
		font-size: 2.1rem;
		margin-bottom: 15px;
	}
	
	#content .fmb_flex dl dd{
		font-size: 16px;
		font-size: 1.6rem;
		letter-spacing: 0;
	}
	
	#content .f_menu_block h6{
		margin-top: -5px;
		margin-bottom: 25px;
	}
	
	#content .f_menu_block h4{
		margin-bottom: 30px;
	}
	
	#f_change{
		padding: 20px 0;
		margin-bottom: 50px;
	}
	
	.f_change_block{
		padding: 35px 20px 45px 20px;
	}
	
	#content .f_change_block ul{
		margin-bottom: 45px;
	}
	
	.f_change_block ul li{
		font-size: 17px;
		font-size: 1.7rem;
		padding: 15px 0;
		letter-spacing: 0;
	}
	
	#f_payment{
		padding: 25px 0 30px 0;
	}
	
	#f_payment ul li{
		letter-spacing: 0.5px;
	}
	
	#f_payment dl{
		width: calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		margin: 0 auto;
	}
	
	#content #f_payment dl dd{
		letter-spacing: 0;
	}
	
	#f_caption{
		padding: 40px 0 35px 0;
	}
	
	#content #f_caption h3{
		line-height: 1.4;
	}
}

/* @media screen（スマートフォン2）
-------------------------------------------------------------- */
@media screen and (max-width: 500px){
	/* Header *********/
	.main_img:before{
		right: 0;
	}
	
	.main_img_content{
		max-width: 360px;
	}
	
	.main_img_content h3{
		text-align: left;
		margin-left: 20px;
	}
}
