@charset "UTF-8";

*,html	{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 180%;
	box-sizing: border-box;
}

body	{
	color: #333;
	text-align: center;
	letter-spacing:0.05em;
	word-break: break-all;
	overflow: hidden;
	overflow-y:scroll;
}

img	{
	width: 100%;
	height: auto;
	line-height: 0;
}
a:hover	{
	opacity: 0.5;
	transition: all 0.5s;
}
p	{
	margin-bottom: 1em;
}
p.none	{
	margin-bottom: 0;
}

/*数字リスト*/
ul.decimal	{
	margin: 0 0 0.5em 1.2em;
	list-style-type: decimal;
}
ul.decimal:last-child	{
	margin: 0 0 0 1.2em;
}
/*・リスト*/
ul.disc    {
	margin:0;
	list-style-type:none;
	font-size:100%;
}
ul.disc    li{
	margin-left:0;
	text-indent:-1em;
	padding-left:1em;
	line-height:150%;
}
ul.disc    li:before{
	content:"・";
}
/*米印リスト*/
ul.kome{
	margin:0;
	list-style-type:none;
	font-size:100%;
}
ul.kome li{
	margin-left:-1em;
	text-indent:-1em;
	padding-left:2em;
	line-height:150%;
}
ul.kome li:before{
	content:"※";
}


	/*
　WRAP / PADDING
---------------------------*/

.cwrap	{
	max-width: 1150px;
	margin: 0 auto;
	text-align: left;
}
@media only screen and (max-width: 1150px) {
	.cwrap	{
		max-width: auto;
		margin: 0 3%;
	}
}
@media only screen and (max-width: 768px) {
	.cwrap	{
		max-width: auto;
		margin: 0 4%;
	}
}

.cwrap2	{
	max-width: 1150px;
	margin: 0 auto;
	text-align: left;
}
@media only screen and (max-width: 1150px) {
	.cwrap2	{
		max-width: auto;
		margin: 0;
	}
}


.cpadding {
	padding: 50px 0;
}
.cpadding-bottom {
	padding: 0 0 50px 0;
}
@media only screen and (max-width: 768px) {
.cpadding {
	padding: 40px 0;
}
.cpadding-bottom {
	padding: 0 0 50px 0;
}
}


/*---------------------------
　:root
---------------------------*/

:root {
--head-height: 70px;/*ヘッダのメニューの高さ*/
--head-height2: -70px;/*ヘッダのメニューの高さ調整分*/

--head-height-sp: 80px;/*ヘッダのメニューの高さ*/
--head-height2-sp: -80px;/*ヘッダのメニューの高さ調整分*/

--color-01: #ff4200;/*基本のオレンジ*/
--color-02: #f5f4f1;/*背景の薄いベージュ*/
--color-03: #ffcc66;/*swipe背景のオレンジ*/
--color-04: #007287;/*テキストリンク*/
}


/*ヘッダとメインエリア共通の2色背景 ブラウザベースとコンテンツベース*/
.background-two-color-base	{
	background: linear-gradient(90deg, var(--color-03) 0%, var(--color-03) 20%, var(--color-02) 20%, var(--color-02) 100%);
}
.background-two-color	{
	background: linear-gradient(90deg, var(--color-03) 0%, var(--color-03) 20%, var(--color-02) 20%, var(--color-02) 100%);
	border-bottom: 1px solid rgba(255,255,255,0);
}
/*border-bottom: 1px solid rgba(255,255,255,0)がないとズレる*/


@media screen and (min-width:1900px){
.background-two-color-base	{
	background: linear-gradient(90deg, var(--color-03) 0%, var(--color-03) 50%, var(--color-02) 50%, var(--color-02) 100%);
}
}

@media screen and (max-width:768px){
.background-two-color	{
	background: linear-gradient(90deg, var(--color-03) 0%, var(--color-03) calc(100% - 0px), var(--color-02) calc(100% - 80px), var(--color-02) 100%);
	border: none;
}

.background-two-color.swiper	{
	background: var(--color-03)}
.background-two-color.home-news	{
	background: var(--color-02)}
}


/*---------------------------
　HEADER
---------------------------*/

#header	{
	height: var(--head-height);
	z-index:20000;
}

#header	{
	position: fixed;
	top: 0;left: 0;
	display:flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
/*box-shadow: 0 2px 2px rgba(0,0,0,0.1);*/

.head-logo	{
	width: 115px;
}

.head-inner	{
	position: relative;
	display:flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1150px;
	width: 100%;
	height: var(--head-height);
}

@media screen and (max-width: 1150px){
.head-logo	{
	padding-left: 20px;
}
}


@media screen and (max-width:768px){
#header	{
	height: var(--head-height-sp);
}
.head-inner	{
	height: var(--head-height-sp);
}
.head-logo	{
	width: 120px;
	margin-top: 6px;
}
}



/*---------------------------
　MAIN
---------------------------*/

#maincontents	{
	padding-top: var(--head-height);
	overflow: hidden;
}
.adjustment {
	padding-top:  var(--head-height);
	margin-top: var(--head-height2);
}

#maincontents.under-layer	{
	background: var(--color-02)
}
#maincontents.under-layer-white	{
	background:#fff;
}

#main	{
	position: relative;
	padding-bottom: 30px;
	border: 1px solid #000;
}

@media screen and (max-width:768px){
#maincontents	{
	padding-top: var(--head-height-sp);
}
.adjustment {
	padding-top:  var(--head-height-sp);
	margin-top: var(--head-height2-sp);
}
}


/*---------------------------
　PAGETOP
---------------------------*/

.under-layer-pagetop	{
	margin: -40px 0;
	padding: 0;
}
.under-layer-pagetop.contact	{
	margin: 0;
	padding: 0 0 50px 0;
}

.pagetop{
	display: block;
	bottom: 0;
	right: 0;
	margin: 0;
	text-align: right;
	z-index: 1000;
}
.pagetop    a{
	display: block;
	width: 40px;
	height: 40px;
	margin-left: auto;
	border: 2px solid var(--color-01);border-radius: 50%;
	background: rgba(255,255,255,1.0);color: var(--color-01);
	line-height: 28px;
	text-align: center;
	font-size: 180%;
	outline: 3px solid #fff;
}
.pagetop    a:hover    {
	background: var(--color-01);
	color: #fff;
}

@media screen and (max-width:768px){
.pagetop    a{
	width: 40px;
}
.pagetop    span{
	display: none;
}
.pagetop    a   i{
	margin-right:0;
}
}


/*---------------------------
　FIX BUTTON
---------------------------*/

.fix-button	{
	position: fixed;
	bottom: 0;
	right: 0;
	background: var(--color-01);
	z-index: 19999;
}
.fix-button	li:first-child	a{
	border-bottom: 1px solid #fff;
}
.fix-button	li	{
	padding: 0 10px;
	text-align: center;
}
.fix-button	li	a{
	display: block;
	padding: 10px 0;
}
.fix-button	li	a	img{
	max-width: 140px;
	height: 40px;
}

@media screen and (max-width:768px){
.fix-button	{
	display: flex;
	justify-content: space-around;
	width: 100%;
	padding: 2% 0;
	background: #333;
}
.fix-button	li{
	flex-basis: 47%;
	background: var(--color-01)
}
.fix-button	li:first-child	a{
	border-bottom: none;
}
.fix-button	li	a{
	padding: 1px;
}
}

@media print{
.fix-button	{
	display: none;
}
}

/*------------------------
/////FADE/////////////////
------------------------*/

/*ひとつめのフェード*/
.fadeinonly {
	animation-name: fadeinfadeonly;
	animation-duration: 1s;
}
@keyframes fadeinfadeonly {
from {
	opacity: 0;
}
to {
	opacity: 1;
}
}


/*ひとつめのフェード*/
.fadeinf {
	animation-name: fadeinfanm;
	animation-duration: 1s;
}
@keyframes fadeinfanm {
from {
	opacity: 0;
	transform: translateY(30px);
}
to {
	opacity: 1;
	transform: translateY(0);
}
}


/*ふたつめ以降のフェード*/
.fadein {
	opacity : 0;
	transform : translate(0px, 100px);
	transition : all 1000ms;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0px, 0px);
}


@keyframes fadein {
from {
	opacity: 0.1;
	transform: translateY(20px);
}
to {
	opacity: 1;
	transform: translateY(0);
}
}

/*ふたつめ以降のフェードの中のフェード*/
.fadein.finfade {
	-moz-transition-delay: 40ms;
	-webkit-transition-delay: 40ms;
	-o-transition-delay: 40ms;
	-ms-transition-delay: 40ms;
}
